@charset "utf-8";

/* ==============================
Smartphone access layout
Site Name: SULK;
Date: 2021.01;
================================= */

/* base
--------------------------------- */
/* bg */
/*#access {
	background-color: #ebf0f0;
}*/

/* showroom
--------------------------------- */
#showroom {
	margin-bottom: 48px;
}
/* photo */
#showroom .photo {
	margin-bottom: 48px;
}
#showroom .photo img {
	width: 100%;
}
/* txt */
#showroom .txts {
	padding-bottom: 80px;
}
#showroom .ttl03 {
	margin-top: 36px;
}
@media only screen and (min-width: 480px){
	#showroom .hdn--pcmax {
		display: none;
	}
}

/* transportation
--------------------------------- */
#transportation {
	margin-bottom: 64px;
}
#transportation .item {
	border-bottom: 1px solid rgba(51,51,51,.15);
	margin-top: 40px;
	padding-bottom: 24px;
}
#transportation .ttl03 {
	font-size: 16px;
	margin-bottom: 16px;
}

/* accessmap
--------------------------------- */
#accessmap {
	margin-bottom: 80px;
}
#maps {
	position: relative;
	margin-top: 32px;
}
.gmaps {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.gmap {
	width: 100%;
	height: 360px;
	background: #333;
}
.active {
	z-index: 100;
}
#gmap__tab {
	font-size: 10px;
}
#gmap__tab a {
	cursor: pointer;
}
a.select {
	border-color: #eb67a2;
	color: #eb67a2;
	text-decoration: none;
}
/* txt */
.gmaps .txts {
	background-color: #d8eded;
	padding: 24px 24px 40px;
}
.gmaps .ttl03 i {
	margin-right: 12px;
}
.gmap__list {
	align-content: flex-start;
	font-size: 11px;
	line-height: 1.6;
}
.gmap__list li {
	list-style: none;
	margin-bottom: 5px;
}
.gmap__list a {
	color: #eb67a2;
}
@media only screen and (max-width: 519px) {
	#maps {
		height: 724px;
	}
	.gmap__list {
		height: 270px;
	}
	.gmap__list li {
		width: 100%;
	}
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
	#maps {
		height: 594px;
	}
	.gmap__list {
		height: 140px;
	}
	.gmap__list li {
		width: calc(50% - 10px);
	}
}
@media only screen and (min-width: 768px){
	#maps {
		height: 544px;
	}
	.gmap__list {
		height: 90px;
	}
	.gmap__list li {
		width: calc(33.333% - 5px);
	}
}

/* info
--------------------------------- */
#information .inner {
	display: flex;
	flex-wrap: wrap;
}
#information .ttl02 {
	width: 340px;
}
#information .ttl03 {
	font-size: 16px;
	margin-top: 28px;
	margin-bottom: 16px;
}
/* photo */
#info__photo {
	margin-top: 56px;
}
#info__photo img {
	width: 100%;
}
@media only screen and (max-width: 749px){
	#info__photo01 {
		order: 1;
		width: 40%;
	}
	#info__photo02 {
		order: 2;
		width: 100%;
	}
	#info__photo03 {
		order: 1;
		width: 60%;
	}
	#info__photo04 {
		order: 3;
		width: 100%;
	}
	#info__photo05,
	#info__photo06 {
		order: 3;
		width: 50%;
	}
}
@media only screen and (min-width: 750px){
	#info__photo01 {
		width: 20%;
	}
	#info__photo02,
	#info__photo04 {
		width: 50%;
	}
	#info__photo03 {
		width: 30%;
	}
	#info__photo05,
	#info__photo06 {
		width: 25%;
	}
}