@charset "utf-8";

/* common */
.forPc,
.forSp {
	display: none;
}

.forTb {
	display: block;
}

/* INDEX ----------------------------------- */
#tolicaIndex h2 {
	margin: 0;
	padding: 30px 70px 10px;
	line-height: 1.2;
	min-height: 34px;
	background-position: 95% 100%;
}

#tolicaIndex h2 span {
	display: inline-block;
	white-space: nowrap;
}

#tolicaIndex > p {
	padding: 0 20px;
	text-align: left;
}

#tolicaIndex div {
	overflow: hidden;
	position: relative;
}

/*
#tolicaIndex div:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	z-index: 100;
}

#tolicaIndex div.autoplayEnd:before {
	display: none;
}
*/

#tolicaIndex ul {
	position: relative;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	justify-content: space-around;
/*
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform, -webkit-transform;
*/
/* 	flex-wrap: nowrap; */
}

/*
.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
*/

#tolicaIndex ul li {
	position: relative;
/*
	padding: 0 0 10px;
	flex-shrink: 0;
*/
/*
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
*/
}

/* BOTTOM ---------------------------------- */
/* content */
/*
.flexOuter,
#estimate,
.toIndex {
	margin-left: -20px;
	margin-right: -20px;
}
*/

/* 設置イメージ左 */
#largeImage {
	width: min(33%, 300px);
}

#largeImage:after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	border: 2px solid #ddd;
	border-bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

/*
#largeImage figure {
	position: absolute;
	left: 0;
	bottom: 8px;
	border-top: 0;
}
*/
/*
#largeImage figure img {
	width: 100%;
	height: auto;
}
*/

/*
#largeImage .lumen {
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
*/

/* 設置イメージ右 */
#location {
	width: max(66%, calc(100% - 320px));
}

#location .selectContent {
	grid-template-columns: calc(6 * clamp(18px,2.34vw,20px)) auto;
}

@media screen and (min-width: 768px) {
  #location h3 {
  	font-size: 95% !important;
  }
}
#location h3 {
	border-right: 0;
	line-height: 1.3;
}

#location div {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#location div img {
	width: 100%;
}

#location .selectContent ul {
	flex-wrap: nowrap;
}

#location .selectContent ul li {
	width: 25%;
}

#location .selectContent ul span {
	width: 100%;
}

#location ul li {
	font-size: 80% !important;
}

#location #sceneSelect span:before {
	font-size: 16px;
}

#location #poleSelect li span {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* 明るさ等 */
#configurations {
	flex-direction: column;
}
#configurations > div {
	width: 100%;
}
/*
#configuration h3,
#option h3 {
	font-size: 85% !important;
}
#configuration ul li span {
	font-size: 80% !important;
}
*/

/* オプション */
#option {
	margin-top: 20px;
	width: 100%;
}

/* 明細 */
#estimate dl {
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
}

#estimate dt {
	width: 70%;
	font-size: 95%;
}
#estimate dd {
	width: 30%;
}
#estimate dd em {
	font-size: 140% !important;
}

#estimate > a {
	margin: 1em auto 0;
}
