@charset "UTF-8";

.greeting-block:not(:first-child) {
	margin-top: 90px;
}
.greeting-box {
	margin-top: 30px;
}
.greeting-inbox {
	margin-top: 45px;
}
.greeting-inbox div {
	margin-top: 18px;
}
.greeting-box .photo-img {
	width: 360px;
	float: right;
	margin: 0 0 30px 60px;
	border-radius: 18px;
}
.greeting-box .odawarajyo-img {
	width: 360px;
	float: left;
	margin: 0 60px 30px 0;
	border-radius: 18px;
}

ul.license {
	list-style: disc;
    margin: 0 0 0 1em;
    padding: 0;
}
ul.license li {
	
}

#greeting-showroom img {
	border-radius: 18px;
}
#greeting-showroom .splide .splide__arrow {
	opacity: 1;
	background: #008cd8;
}
#greeting-showroom .splide .splide__arrow svg {
	fill: #FFF;
}

.greeting-inbox.showroom {
	overflow: visible;
	width: 820px;
    margin: 45px auto 0;
}
.greeting-showroom-info {
	background: #EFF9FF;
    border-radius: 18px;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-shadow: 0 2px 18px 1px rgb(38 37 36 / 20%);
}
.greeting-showroom-info .greeting-showroom-info___left {
	width: 560px;
	margin: 0;
	padding: 30px 30px 30px 105px;
}
.greeting-showroom-info .greeting-showroom-info___right {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-radius: 0 18px 18px 0;
}
.greeting-showroom-info .greeting-showroom-info-title {
	font-weight: 500;
}
.greeting-showroom-info p {
	margin: 0;
}
.greeting-showroom-info p span {
	display: block;
	font-size: .8em;
}
.greeting-showroom-info img.men-img {
	position: absolute;
    left: -15px;
    top: -12px;
	filter: drop-shadow(3px 3px 3px #eee);
}


@media (max-width: 1194px) {
	.greeting-box .photo-img {
		width: 26vw;
		margin: 0 0 30px 30px;
	}
	.greeting-box .odawarajyo-img {
		width: 26vw;
		margin: 0 30px 30px 0;
	}
	
	.greeting-inbox.showroom {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.greeting-block:not(:first-child) {
		margin-top: 75px;
	}
	.greeting-box .photo-img {
		width: 220px;
	}
	.greeting-box .odawarajyo-img {
		width: 220px;
	}
	
}
@media (max-width: 559px) {
	.greeting-block:not(:first-child) {
		margin-top: 60px;
	}
	.greeting-box .photo-img {
		width: 180px;
	}
	.greeting-box .odawarajyo-img {
		width: 180px;
	}
	
	.greeting-showroom-info {
		flex-direction: column;
	}
	.greeting-showroom-info .greeting-showroom-info___left {
		width: 100%;
		padding: 30px;
	}
	.greeting-showroom-info .greeting-showroom-info___right {
		width: 100%;
		height: 250px;
		border-radius: 0 0 18px 18px;
	}
	.greeting-showroom-info img.men-img {
		width: 90px;
		height: 90px;
		top: -38px;
        left: auto;
        right: 0;
	}
}
@media (max-width: 430px) {
	.greeting-box .photo-img {
		width: 120px;
		margin: 0 0 18px 22px;
	}
	.greeting-box .odawarajyo-img {
		width: 120px;
		margin: 0 22px 18px 0;
	}
	
	#greeting-showroom .splide .splide__arrow.splide__arrow--prev {
		left: -1em;
	}
	#greeting-showroom .splide .splide__arrow.splide__arrow--next {
		right: -1em;
	}
	.greeting-showroom-info img.men-img {
		top: 38%;
        left: auto;
        right: -3px;
	}
}
@media (max-width: 380px) {
	.greeting-showroom-info img.men-img {
		width: 75px;
		height: 75px;
		top: 42%;
        right: -3px;
	}
}
@media (max-width: 320px) {
	.greeting-block:not(:first-child) {
		margin-top: 45px;
	}
	
	.greeting-box .photo-img {
		width: 90px;
		margin: 0 0 18px 12px;
	}
	.greeting-box .odawarajyo-img {
		width: 90px;
		margin: 0 12px 18px 0;
	}
	.greeting-showroom-info .greeting-showroom-info___left {
		padding: 30px 20px;
	}
	.greeting-showroom-info img.men-img {
		top: 46%;
	}
}

