@charset "utf-8";

/* common ------------------------------------ */
@font-face {
	font-family: 'tolica-l';
	src:  url('../fonts/tolica-l.eot?2mwh0p');
	src:  url('../fonts/tolica-l.eot?2mwh0p#iefix') format('embedded-opentype'),
		url('../fonts/tolica-l.ttf?2mwh0p') format('truetype'),
		url('../fonts/tolica-l.woff?2mwh0p') format('woff'),
		url('../fonts/tolica-l.svg?2mwh0p#examples') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* title */
article h2:before,
article h2:after,
article h3:before,
article h4:after,
article h5:before,
article h6:before {
	display: none !important;
}
#container article h2,
#container article h3,
#container article h4,
#container article h5,
#container article h6 {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

.forTb {
	display: none;
}

.forSp {
	display: none;
}

/* INDEX ----------------------------------- */
#tolicaIndex {
	margin: 1em 0 0;
	background: linear-gradient(to bottom, #003, #009);
}

#container article #tolicaIndex h2 {
	margin: 0 50px;
	padding-top: 14px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	border-bottom: 1px solid #fff;
	background: url(../images/index_title.png) no-repeat 100% 100%;
}

#tolicaIndex p {
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}

#tolicaIndex div {
	padding-bottom: 100px;
	background: url(../images/index_bg.png) repeat-x 0 100%;
}

#tolicaIndex ul {
	margin: 20px auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 1020px;
}

#tolicaIndex ul li {
	padding: 0 15px 15px;
	width: 140px;
	text-align: center;
	position: relative;
}

#tolicaIndex ul li p {
  margin: 10px 0;
}

#tolicaIndex ul li img {
  margin: 0 auto;
	width: 84px;
	height: 84px;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 2;
	-webkit-transition: -webkit-transform ease-out 0.1s;
	transition: transform ease-out 0.1s;
}

#tolicaIndex ul li a:after {
	pointer-events: none;
	position: absolute;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	content: '';
	box-sizing: content-box;
	top: 0;
	left: calc(50% - 42px);
	padding: 0;
	z-index: 1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

#tolicaIndex ul li a:hover img {
	-webkit-transform: scale(0.93);
	transform: scale(0.93);
}

#tolicaIndex ul li a:hover:after {
	-webkit-animation: sonarEffect 0.5s ease-out 5ms;
	animation: sonarEffect 0.5s ease-out 5ms;
}

#tolicaIndex ul li a {
	color: #fff;
	text-decoration: none;
}

/* animation */
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,1);
	}
	100% {
/* 		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px transparent, 0 0 0 10px rgba(255,255,255,0.5); */
		box-shadow: 0 0 0 2px rgba(255,255,255,1);
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,1);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,1);
		transform: scale(1.2);
		opacity: 0;
	}
}

/* BOTTOM ---------------------------------- */
/* content */
.flexOuter {
	margin: 2.4em 0 2em;
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
}

#container article .flexOuter h3 {
	color: #000;
	font-weight: normal;
	margin-top: 0;
}

#largeImage,
#configuration {
	width: 300px;
}

#container article .flexOuter ul,
#container article .flexOuter ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ラジオボタンのあしらい */
.flexOuter label {
	position: relative;
}
.flexOuter input[type="radio"] {
	display: none;
}
/* appearance: none; for IE11 */
_:-ms-lang(x)::-ms-backdrop, .flexOuter input[type="radio"] {
	visibility: hidden;
}

.flexOuter label span {
	display: inline-block;
	background: #eee;
	cursor: pointer;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
}

.flexOuter .notSelect label span {
	background: #bbb;
	cursor: default;
	color: #888;
}

.flexOuter input[type="radio"]:checked + span {
	background: #5cadbf;
	color: #fff;
	box-shadow: none;
	cursor:default;
}

/* 設置イメージ左 */
#largeImage {
	position: relative;
}

#largeImage figure {
	margin: 0 0 2px 0;
	border: 2px solid #ddd;
	background: #fff;
}

#largeImage .lumen {
	margin-top: 0;
	padding-top: 8px;
	border: 2px solid #5cadbf;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	background: #fff;
}
#largeImage .lumen em {
	padding: 0 5px;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1;
}

#largeImage #imageToggle {
	position: absolute;
	z-index: 1;
	right: 8px;
	bottom: 60px;
	display: flex;
}

#largeImage #imageToggle li span {
	padding: 0 10px;
	border-radius: 15px 0 0 15px;
	border: 2px solid #ccc;
	line-height: 26px;
}
#largeImage #imageToggle li:last-child span {
	border-radius: 0 15px 15px 0;
}

#largeImage #imageToggle input[type="radio"]:checked + span {
	border: 0;
	line-height: 30px;
}

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

#container article .flexOuter #location h2 {
  margin: 0;
	font-size: 90%;
	color: #000;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	text-shadow: #fff 1px 1px 0px, #fff -1px -1px 0,/*右下、左上*/
							 #fff -1px 1px 0,  #fff 1px -1px 0,/*右上、左下*/
							 #fff 0px 1px 0,   #fff 0 -1px 0,/*右、左*/
							 #fff -1px 0 0,    #fff 1px 0 0;/*上、下*/;
}

#location #locationImage {
	position: relative;
	z-index: 0;
}

/*#location #locationImage div img {*/
#location #locationImage div {
	position: relative;
}
#location #locationImage div > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
#location #locationImage div > img:first-child {
	position: relative;
}
#location #timeToggle {
	position: absolute;
	z-index: 1;
	right: 8px;
	bottom: 16px;
	display: flex;
}

#location #timeToggle li span {
	padding: 0 10px;
	border-radius: 15px 0 0 15px;
	border: 2px solid #ccc;
	line-height: 26px;
}
#location #timeToggle li:last-child span {
	border-radius: 0 15px 15px 0;
}

#location #timeToggle li span:before {
	content: "d";
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 1px 3px 0 0;
	font-family: 'tolica-l';
	font-size: 15px;
}
#location #timeToggle li:last-child span:before {
	content: "n";
}

#location #timeToggle input[type="radio"]:checked + span {
	border: 0;
	line-height: 30px;
}

#location .selectContent {
	background: #eee;
	border-top: 2px solid #fff;
	position: relative;
	display: grid;
	grid-template-columns: calc(8 * clamp(18px,2.34vw,20px)) auto;
	align-items: center;
}

#location h3 {
	z-index: 1;
	text-align: center;
	border-right: 2px solid #fff;
}

#container article .flexOuter #location .selectContent ul {
	display: flex;
	z-index: 0;
	position: relative;
}

#location .selectContent span {
	text-align: center;
	width: 115px;
}
#location #sceneSelect span { line-height: 40px; }
#location #poleSelect span { line-height: 40px; }

#location #sceneSelect span:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0 4px 0 0;
	font-family: 'tolica-l';
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
}
#location #sceneSelect li:first-child span:before { content: "p"; }
#location #sceneSelect li:nth-child(2) span:before { content: "f"; }
#location #sceneSelect li:nth-child(3) span:before { content: "r"; }
#location #sceneSelect li:nth-child(4) span:before { content: "c"; }

#location #sceneSelect + div h3 {
	line-height: 20px;
}

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

/* 明るさ等 */
#container article #configuration h3,
#container article #option h3 {
	margin-bottom: 5px;
}
#container article #configuration ul + h3 {
	margin-top: 20px;
}
/*
#container article #configuration h3:after,
#container article #option h3:after {
	content: "：";
}
*/

#configuration #lightColor,
#configuration #finishColor,
#configuration #finishColorBottom{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#configuration #lightColor li,
#configuration #finishColor li,
#configuration #finishColorBottom li {
	width: 50%;
	text-align: center;
}
#configuration #brightness li span {
	padding: 8px 12px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
#configuration #brightness li:first-child span {
	border-top: 1px solid #dadada;
}
#configuration #brightness li:last-child span {
	border-bottom: 1px solid #dadada;
}

#configuration #lightColor li span,
#configuration #finishColor li span,
#configuration #finishColorBottom li span {
	padding: 8px 0;
	border: 1px solid #dadada;
}
#configuration #lightColor li:first-child span,
#configuration #finishColor li:first-child span,
#configuration #finishColorBottom li:first-child span {
	border-right: 0;
}
#configuration #lightColor li:last-child span,
#configuration #finishColor li:last-child span,
#configuration #finishColorBottom li:last-child span {
	border-left: 0;
}

#configuration li input[type="radio"]:checked + span {
	border-color: #5cadbf !important;
}

#configuration ul li {
	font-size: 100% !important;
}

/* オプション */
#option {
	padding: 15px;
  width: calc(100% - 320px);
	position: relative;
	border: 1px solid #dadada;
	background: #fff;
	box-sizing: border-box;
}
#container article .flexOuter #option > p {
	margin: 0;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
	font-size: 90%;
}

#container article .flexOuter #option ul {
  margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	display: flex;
  flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
	z-index: 0;
}
#container article .flexOuter #option ul li {
	margin: 0 5px 1.5em;
	width: 110px;
	position: relative;
}

#option ul li:hover {
	opacity: 0.5;
	cursor: pointer;
}
#option ul li.notSelect:hover {
	opacity: 1;
	cursor: auto;
}

#option ul li img {
	margin-bottom: 6px;
	display: block;
	border: 4px solid #dadada;
}
#option ul li.selected img {
	border: 4px solid #5cadbf;
}
#option ul li.notSelect:after {
	content: "";
	display: block;
	width: 102px;
	height:102px;
	position: absolute;
	left: 4px;
	top: 4px;
	background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 48%, rgba(218, 218, 218, 1) 48%, rgba(218, 218, 218, 1) 51%, rgba(0, 0, 0, 0.3) 52%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 0%,rgba(0, 0, 0, 0.3) 48%,rgba(218, 218, 218, 1) 48%,rgba(218, 218, 218, 1) 51%,rgba(0, 0, 0, 0.3) 52%,rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%,rgba(0, 0, 0, 0.3) 48%,rgba(218, 218, 218, 1) 48%,rgba(218, 218, 218, 1) 51%,rgba(0, 0, 0, 0.3) 52%,rgba(0, 0, 0, 0.3) 100%);
}

#option h4 {
	color: #000;
	position: relative;
}

#option h4 span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 65% !important;
}
#option li p {
	margin-top: 0;
	line-height: 1.4;
}
#option > a {
	margin: 0 auto 0;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	background: #5cadbf;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	width: 18em;
}
#option > a:hover {
	background: #90d7e7;
}

/* 明細 */
#estimate dl {
	padding: 36px;
	border: 4px solid #d1d1d1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

#estimate dt {
	width: 80%;
	font-size: 102%;
}
#estimate dt em {
	font-size: 120%;
	font-weight: normal;
}

#estimate dd {
	width: 20%;
	font-size: 105%;
	text-align: right;
}
#estimate dd em {
	font-size: 155% !important;
	font-weight: normal;
}

#estimate dd + dt {
	padding-top: 60px;
	background: url(../images/plus.png) no-repeat 34px 10px;
}

#estimate dt#total {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
	background: transparent;
	align-self: flex-start;
}
#estimate dt#total + dd {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
}

#estimate dl + .note01 {
	margin-top: 0;
	padding-left: 0;
}

#estimate > a {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 22em;
	background: #d56677;
	line-height: 50px;
}

#estimate > a:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 22px;
	background: url(../images/zipicon.png) no-repeat 0 0;
	vertical-align: middle;
}

#estimate > a:hover {
	background: #e5acb5;
}

#estimate > a + p {
	margin-top: 0.5em;
	color: #d67;
	text-align: center;
}

.toIndex:before {
	content: "l";
	display: inline-block;
	width: 12px;
	height: 12px;
	padding: 1px 3px 0 0;
	font-family: 'tolica-l';
	font-size: 12px;
	color: #f90;
}

.none{
	display:none;
}

/* PRINT ----------------------------------- */
@media print{
	#container article {
		width: auto;
		float: none;
		max-width: 960px;
	}
	#lNav {
		display: none;
	}
}