@charset "utf-8";
/* ===================================================================

 file name  :shoeroom.css
 style info :ショールーム

=================================================================== */

/* =============================

	overwrite

=============================== */
#main{
	padding-bottom: 0 !important;
}
/* =================================== */
.office{
	border-top: 1px solid #c7c7c7;
	padding-top: 40px;
}
@media screen and (min-width: 768px){
	.office{
		padding-top: 100px;
	}
}


/*
#
---------------------------*/
.slider .swiper {
	max-width: 1000px;
	margin: 0 -15px 15px;
	padding-bottom: 30px;
}
.slider .swiper .swiper-wrapper .swiper-slide {
	position: relative;
}
.slider .swiper .swiper-wrapper .swiper-slide figure figcaption {
	background: #1b1b1b;
	color: #fff;
	text-align: center;
}
.slider .swiper-button-next,
.slider .swiper-button-prev{
	width: 20px;
	height: 40px;
	background: rgba(255,255,255,0.7);
	top: calc(50% - 1.5em);
}
.slider .swiper-button-prev{left: 0;}
.slider .swiper-button-next{right: 0;}
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after{
	font-size: 1.5rem;
	color: #1b1b1b;
}
@media screen and (min-width: 768px){
	.slider .swiper {
		margin: 0 auto 30px;
		padding-bottom: 60px;
	}
	.slider .swiper-button-next,
	.slider .swiper-button-prev{
		width: 40px;
		height: 80px;
		transition: opacity ease .3s;
	}
	.slider .swiper-button-next:after,
	.slider .swiper-button-prev:after{
		font-size: 2.5rem;
	}
	.slider .swiper-button-next:hover,
	.slider .swiper-button-prev:hover{
		opacity: 0.6;
	}
}

/*
#message
---------------------------*/
#message {
	padding: 40px 0 35px;
	background: #fefdf8;
	margin-bottom: 35px;
}
#message .inner{
	position: relative;
	padding: 35px 25px 25px;
	border: 1px solid #e4a59b;
	background: #fff;
}
#message h2 {
	position: absolute;
	top: -1.3em;
	left: 50%;
	padding: 0.8em 1.5em;
	background: #e4a59b;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	font-size: 1.2rem;
	transform: translateX(-50%);
}
#message h2::after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: calc(50% - 5px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #e4a49b transparent transparent transparent;
}
@media screen and (min-width: 768px){
	#message {
		padding: 100px 0;
		margin-bottom: 100px;
	}
	#message .inner{
		padding: 60px 40px 40px;
	}
	#message h2 {
		font-size:2rem;
	}
	#message h2::after{
		bottom: -10px;
		left: calc(50% - 10px);
		border-width: 10px 10px 0 10px;
	}
}

/*
#info
---------------------------*/
#info {
	margin-bottom: 35px;
	position: relative;
	border: 1px solid #737378;
}
#info .ttl-ribbon {
	position: absolute;
	left: 0;
	top: 15px;
}
#info .detail{
	width: 86%;
	margin: 10px auto;
	text-align: center;
}
#info .detail .attention{
	display: inline-block;
	margin-top: 20px;
	padding: 0 0.1em;
	background: #e01e1e;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.7;
	border-radius: 50px;
}
#info ul li:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}
#info ul li dl dt {
	padding: 1em 0 0.5em;
	font-weight: 700;
}
#info ul li dl dd {
	padding-bottom: 1em;
}
@media screen and (min-width: 768px){
	#info {
		margin-bottom: 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#info figure{
		width: 50%;
	}
	#info .detail{
		width: 50%;
		margin: 0;
		padding: 0 50px;
		text-align: left;
	}
	#info ul li{
		padding: 1em 0;
	}
	#info ul li dl{
		display: flex;
		justify-content: space-between;
	}
	#info ul li dl dt {
		width: 5em;
		padding: 0;
		text-align: center;
	}
	#info ul li dl dd {
		width: calc(100% - 5em);
		padding-bottom: 0;
	}
}

/*
#access
---------------------------*/
#access {
	margin-bottom: 35px;
	position: relative;
	border: 1px solid #737378;
}
#access  .ttl-ribbon {
	position: absolute;
	left: 0;
	top: 15px;
}
#access #gmap {
	height: 230px;
}
#access #gmap iframe {
	width: 100% !important;
	height: 100% !important;
}
#access .detail{
	width: 86%;
	margin: 10px auto;
	text-align: center;
}
#access ul li:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}
#access ul li dl dt {
	padding: 1em 0 0.5em 32px;
	position: relative;
	font-weight: 700;
}
#access ul li dl dt::before{
	content: '';
	width: 25px;
	height: 20px;
	position: absolute;
	margin-left: -32px;
	top: 0.9em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#access ul li.train dl dt::before{background-image: url(../images/showroom/ico_train.svg) ;}
#access ul li.car dl dt::before{background-image: url(../images/showroom/ico_car.svg) ;}
#access ul li dl dd {
	padding-bottom: 1em;
}
@media screen and (min-width: 768px){
	#access {
		margin-bottom: 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#access #gmap {
		width: 50%;
		height: 368px;
	}
	#access .detail{
		width: 50%;
		margin: 0;
		padding: 0 50px;
	}
	#access ul li{
		padding: 1em 0;
	}
	#access ul li dl dt {
		width: 5em 0 0 40px;
		padding: 0;
		margin-bottom: 0.8em;
		text-align: center;
	}
	#access ul li dl dt::before{
		width: 30px;
		height: 24px;
		margin-left: -40px;
		top: 0.2em;
	}
	#access ul li dl dd {
		padding-bottom: 0;
	}
}

.showroom-list {
	padding: 35px 0;
	background: #fefdf8;
}
.showroom-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.showroom-list ul li {
	width: 32%;
}
.showroom-list ul li a {
	background: #1b1b1b;
	text-decoration: none;
	display: block;
	border: 1px solid #1b1b1b;
}
.showroom-list ul li a h3 {
	position: relative;
	padding: 0.4em 2px;
	background: #1b1b1b;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
@media screen and (min-width: 768px){
	.showroom-list {
		padding: 100px 0;
	}
	.showroom-list ul {
		max-width: 800px;
		margin: 0 auto;
	}
	.showroom-list ul a{
		overflow: hidden;
	}
	.showroom-list ul a img{
		transition: all ease .4s;
	}
	.showroom-list ul a:hover img{
		opacity: 0.6;
		transform: scale(1.1);
	}
}