@charset "UTF-8";
@import url("plan-card.css");

#plan{
	width:100%;
}
#plan article{
	width:100%;
	min-width:1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

#plan article > section{
	margin-bottom:6.4rem;
}



/* =========================================================
 メニューページ各ページ共通CSS
========================================================= */

/* =========================================================
 anchor
========================================================= */

ul#anchor{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width:100%;
	margin-bottom:4em;
	border-collapse: collapse;
}
ul#anchor li{
	display: block;
	width:auto;
	margin:0 0.5%;
}
ul#anchor li a{
	display:block;
	padding:1.2em 0.8rem;
	text-align: center;
	text-decoration: none;
}
ul#anchor li.basic a{
	background:#f6eee1;
}
ul#anchor li.basic a:hover{
	background:#dfd2be;
}
ul#anchor li.set a{
	background:#e9e5ff;
}
ul#anchor li.set a:hover{
	background:#d9d2fd;
}
ul#anchor li.mix a{
	background:#e5fffd;
}
ul#anchor li.mix a:hover{
	background:#b9eeeb;
}
ul#anchor li.idphoto a{
	background:#e1f9dd;
}
ul#anchor li.idphoto a:hover{
	background:#caf4c2;
}
ul#anchor li.group a{
	background:#f8e8ee;
}
ul#anchor li.group a:hover{
	background:#f5d9e4;
}



/* =========================================================
 mainArea
========================================================= */

#mainArea{
	margin: 0 0 5rem;
}

#mainArea .exampleArea{
}

/* mainImgArea */
#mainArea .mainImgArea{
}
#mainArea .mainImgArea img{
	width:100%;
}
/* sampleArea */
#mainArea .sampleArea{
}

.sample-slider{
	width:100%;
}
.sample-slider img{
	width: 100%;
}
.sample-slider .swiper-wrapper{
transition-timing-function: linear;
}

#mainArea .sampleArea ul{
	display: flex;
	width:100%;
}
#mainArea .sampleArea ul li{
	width:30%;
	padding:0.4em;
	text-align: center;
}

/* summaryArea */
#mainArea .summaryArea{
	width:80%;
	min-width: 700px;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	word-break: break-all;
	text-align: justify;
	line-height: 1.9;
}

/* featuresArea */
#mainArea .featuresArea{}
#mainArea .featuresArea h3{
	margin-bottom:1.8em;
}
#mainArea .featuresArea p{
	margin-bottom:3.5em;
}
#mainArea .featuresArea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:2em;
}
#mainArea .featuresArea ul li{
	position: relative;
	display: block;
	width:46%;
	margin:0 1.5% 2.5em;
	padding:1.6em;
	box-sizing: border-box;
	border:1px solid #ddd;
}
#mainArea .featuresArea ul li span.no{
	position: absolute;
	top:-1em;
	left:-1em;
	width:auto;
	height: 36px;
	background:#f6e6ea;
	padding:0.5em;
	border-radius:50%;
	line-height: 36px;
	letter-spacing: 0;

}
#mainArea .featuresArea ul h4{
	font-size: 1.6em;
	text-align: center;
}
#mainArea .featuresArea .scene{}
#mainArea .featuresArea .scene dl{
	display: flex;
	margin: 0 0 2em;
}
#mainArea .featuresArea .scene dd{
	display: block;
	width:30%;
	position: relative;
	margin:0 1.5% 2em;
	padding:1% 2%;
	box-sizing: border-box;
	border:3px #ffdef2 solid ;
	border-radius:10px;
	text-align: center;
	font-size: 0.9em;
}
#mainArea .featuresArea .scene p{
	text-align: center;
}


/* recommendArea */
#mainArea .recommendArea{
	padding:2em;
	border: 1px solid #f0f0f0;
}
#mainArea .recommendArea h3{
	margin-bottom:3.5rem;
	text-align: center;
}
#mainArea .recommendArea ul{
	display: flex;
	justify-content: center;
	width:100%;
}
#mainArea .recommendArea ul li{
	position: relative;
	margin:0 3em;
	background:linear-gradient(transparent 60%, #fcffa1 60%);
}


/* exampleArea */
#mainArea .exampleArea .container{
	display: flex;
	justify-content: space-between;
	width:100%;
}
#mainArea .exampleArea .box{
	width:30%;
	padding:1.4em;
	background:#f5f8fa;
	border: none;
	border-radius:8px;
}
#mainArea .exampleArea .box:nth-last-child(1){
	margin-left:auto;
}
#mainArea .exampleArea .box h3{
	margin-bottom:1.5em;
}
#mainArea .exampleArea .box .content{}
#mainArea .exampleArea .box img{
	width:100%;
}
#mainArea .exampleArea .box p{
	font-size: 0.9em;
}

/* add content */
.addContent{
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
.addContent img{
	display: block;
	width:200px;
	margin-bottom:1.5em;
}
.addContent p{
	margin-left: 2em;
	line-height: 1.6;
}


/* =========================================================
 courseAra
========================================================= */

#courseArea{
	margin: 0 0 5rem;
	padding:0 5%;
	box-sizing: border-box;
}
#courseArea h2{
	margin-bottom:2em;
	color: #898989;
	text-align: center;
	font-size: 4em;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
}
#courseArea .cate_title{
	margin-bottom:2em;
	color: #898989;
	text-align: center;
	font-size: 4em;
	font-weight: bold;
}

#courseArea .cate_title strong{
	display: block;
	margin-bottom:1rem;
	font-size: 2.0rem;
}
#courseArea .cate_title span{
	display: block;
	font-size: 1.0rem;
}

#courseArea .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-width:1200px;
	/* justify-content: flex-start; */
}

#courseArea .note{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	background:#f6eee1;
	padding:0.2em 0.8em;
	border-radius:20px;
	line-height: 2.4;
	text-align: center;
}


/* フォントサイズ設定 */
span.tax{
	font-size: 0.78rem;
}
span.hosoku{
	display: block;
	font-size: 0.82rem;
}
p.hosoku{
	display: block;
	font-size: 0.82rem;
	word-break: break-all;
}

/* フレーム設定 */
.p_box{
	margin-bottom:1.5em;
	padding:1.2em;
	background:#fff;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.02);
	border-radius:4px;
}
.size_m{
	width:32.5%;
	/* min-width:450px; */
}

#courseArea .inner::after{
	content:"";
	display: block;
	width:32.5%;
  }

/* .size_m:nth-child(odd){
	margin-right:2%;
}
.size_m:nth-child(even){
	margin-left:2%;
} */
.size_l::before{
	clear: both;
}
.size_l{
	width:100%;
}

/* ボックス設定 */
.p_box .name{
	margin: 0 0 15px;
	padding:15px;
	font-size: 22px;
	background: #8a7962; /* デフォルトカラー */
	color:#fff;
	text-align:center;
	font-weight: 100;
}
.p_box .name img{
	display: inline;
	margin-right: 10px;
	width:25px;
}
.p_box .summary{
	height:10em;
	overflow: auto;
	margin: 0 0 1em;
	padding:2%;
	line-height: 1.6;
	font-size: 0.9em;
}
.p_box .img{
	margin: 0 0 ;
}

.p_box .img img{
	display: block;
	width:100%;
}
.size_l .img{
	float: left;
	width:47%;
}
.size_l .cont{
	float: right;
	width:45%;
	padding:3%;
}
.p_box .catch{
	width:100%;
	box-sizing: border-box;
	margin-bottom:1rem;
	padding: 0 0.5rem;
	color: #FFF;
	line-height: 2.5;
	font-size: 0.9vw;
	text-align: center;
	background:rgba(28,29,34,0.9);
}

/* プランキャッチの背景 */

.p_box:nth-child(1) .catch{
	/* background:rgba(100,70,60,0.9); */
}



/* table setting */

.p_box table{
	width:100%;
	border-collapse: collapse;
}
.p_box th,
.p_box td{
	padding:2.2% 1.6%;
	box-sizing: border-box;
	border: 1px solid #d2e1eb;
	color: #484848;
	font-size: 0.85em;

}
.p_box th{
	width:20%;
	background:#edf5fa;
}
.p_box td{
	width:30%;
	background:#f4fbff;
}
/* product */
.p_box .product td{
	font-size: 1em;
	line-height:1.6;
}
.p_box .product td span{
	display: block;
	font-size: 0.9em;
}

/* price */
.p_box .price td{
	font-size: 1.5em;
	/* white-space: nowrap; */
}
.p_box .price td strong{
	color: #e80722;
}
/* add add_price */
.p_box td.add{
	font-size: 0.8rem !important;
}
.p_box td.add span{
	font-size: 0.7rem;
}
.p_box td.add_price{
	font-size: 16px !important;
	text-align: right;
}

/* plan area setting */
#basicPlanArea{
	margin-bottom:2.5rem;
}
#mixPlanArea{}

/* basicPlanArea*/
#mixPlanArea .p_box .name{
	background: #8a7962;
}

/* setPlanArea*/
#setPlanArea .p_box .name{
	background: #6356a4;
}

/* mixPlanArea*/
#mixPlanArea .p_box .name{
	background: #21a099;
}

/* idphotoPlanArea*/
#idphotoPlanArea .p_box .name{
	background: #5aa34c;
}

/* groupPlanArea*/
#groupPlanArea .p_box .name{
	background: #b76986;
}



/* mainTbl */
.p_box table.mainTbl{
	margin-bottom:1em;
}

/* subTbl */

.p_box table.subTbl{
}



/**/

.p_box .add_price span{
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
}


.p_box .product{}

.p_box .price{
}
.p_box .price span{
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
}


.p_box ul.icon{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width:90%;
	margin: 0 auto 20px;
}
.p_box ul.icon li{
	width:18%;
	margin:0 3%;
	min-width:64px;
	text-align: center;
}
.p_box ul.icon li img{
	width:100%;
}
.p_box ul.icon li p{
	display:block;
	font-size: 11px;
}

.p_box td.other{
	line-height: 1.7;
}

.discount{
	margin: 0 0 30px;
	text-align: center;
}

/* to reseravation */
.toReservation{
	width:90%;
	margin: auto;
}
.toReservation a{
	display: block;
	margin:1em 0 0;
	padding:1em 0.6em;
	background:#7dd0ff;
	border-radius:50vmax;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.toReservation a:hover{
	background:#44bbff;
	color: #fff;
	text-decoration: none;
}



/* =========================================================
 retouchArea
========================================================= */

#retouchArea{}

#retouchArea .summary{
	margin: 15px 0 20px;
	font-size: 15px;
}


#retouchArea .left{
	float:left;
	width:58%;
}
/* image area */
#retouchArea .imgArea{
	width:100%;
	margin: 0 auto 40px;
}

#retouchArea .imgArea .row{
	position: relative;
}
#retouchArea .guidance{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:2%;
	background:rgba(47,23,9,0.55);
	color:#fff;
	box-sizing: border-box;
}

/* bg cut area*/

#retouchArea .bgcutArea{

}
#retouchArea .bgcutArea h3{
	margin: 0 0 18px;
	font-weight: 100;
	font-size: 20px;
}
#retouchArea .bgcutArea ul{
	margin: 0 0 27px;
}
#retouchArea .bgcutArea ul li img{
	width:100%;
}
#retouchArea .bgcutArea ul li.before{
	float:left;
	width:44%;
}
#retouchArea .bgcutArea ul li.after{
	float: right;
	width:44%;
}
#retouchArea .bgcutArea ul li.text{
	clear:both;
	width:100%;
	padding:3% 0;
	line-height: 1.6;
}


/*before and after*/

#retouchArea .beforeAfter{
	float:right;
	width:38%;
}
#retouchArea .beforeAfter ul{
	margin: 0 0 30px;
	padding:3%;
	background:#fff;
	border-radius:5px;
}
#retouchArea .beforeAfter ul li img{
	width:100%;
}
#retouchArea .beforeAfter ul li.before{
	float:left;
	width:45%;
}
#retouchArea .beforeAfter ul li.after{
	float: right;
	width:45%;
}
#retouchArea .beforeAfter ul li.text{
	clear:both;
	width:100%;
	padding:1.5% 0;
	margin: 0 0 8px;
	font-size: 12px;
}

/* table */

#retouchArea table.oppriceTbl{
	width:100%;
	background:#FFF;
	margin:30px 0 45px;
}
#retouchArea table.oppriceTbl thead th{
	padding:1% 3%;
	background:#f0ebeb;
	font-size:14px;
	font-weight:bold;
}
#retouchArea table.oppriceTbl tbody th{
	width:26%;
	padding:1% 2%;
	background:#f7f5f5;
	font-size:14px;
	border-bottom:1px dotted #dcd9d9;
	font-weight:100;
}
#retouchArea table.oppriceTbl tbody td{
	padding:1% 2%;
	background:#FFF;
	font-size:13px;
	font-weight:100;
	border-bottom:1px dotted #dcd9d9;
}

#retouchArea table.oppriceTbl tbody .price{
	width:20%;
	font-weight:100;
	border-right:1px dotted #dcd9d9;
	text-align: left;
	font-size:15px;
}
#retouchArea table.oppriceTbl tbody .summary{
}



/* =========================================================
 bgpatternArea
========================================================= */
#bgpatternArea{
	margin-bottom:80px;
}

#bgpatternArea .summary{
	padding:3%;
	font-size: 14px;
	line-height: 1.6;
}

/* 背景 */

/* table */

#bgpatternArea table.oppriceTbl{
	width:100%;
	background:#FFF;
	margin:30px 0 45px;
}
#bgpatternArea table.oppriceTbl thead th{
	padding:1% 3%;
	background:#f0ebeb;
	font-size:14px;
	font-weight:bold;
}
#bgpatternArea table.oppriceTbl tbody th{
	width:26%;
	padding:1% 2%;
	background:#f7f5f5;
	font-size:14px;
	border-bottom:1px dotted #dcd9d9;
	font-weight:100;
}
#bgpatternArea table.oppriceTbl tbody td{
	padding:1% 2%;
	background:#FFF;
	font-size:13px;
	font-weight:100;
	border-bottom:1px dotted #dcd9d9;
}

#bgpatternArea table.oppriceTbl tbody .price{
	width:20%;
	font-weight:100;
	border-right:1px dotted #dcd9d9;
	text-align: center;
	font-size:15px;
}
#bgpatternArea table.oppriceTbl tbody .summary{
}

/* カラー背景 */

#bgpatternArea .background_title{
	margin:0 0 10px;
	font-size:14px;
	font-weight:bold;
}
#bgpatternArea .background{
	margin:0 0 25px;
}


#bgpatternArea .background li{
	float:left;
	width:10%;
	margin:0 3% 3%;
	text-align:center;
	font-size:12px;
}
#bgpatternArea  .background li img{
	display:block;
	width:100%;
	margin:0 0 6px;
}
/**/
#bgpatternArea .bgcolor{}
#bgpatternArea .bgcolor h4{
	margin: 0 0 30px;
	padding:0.5% 1.2%;
	color: #FFF;

background: rgba(22,125,222,1);
background: -moz-linear-gradient(left, rgba(22,125,222,1) 0%, rgba(85,164,244,1) 66%, rgba(117,184,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,125,222,1)), color-stop(66%, rgba(85,164,244,1)), color-stop(100%, rgba(117,184,255,1)));
background: -webkit-linear-gradient(left, rgba(22,125,222,1) 0%, rgba(85,164,244,1) 66%, rgba(117,184,255,1) 100%);
background: -o-linear-gradient(left, rgba(22,125,222,1) 0%, rgba(85,164,244,1) 66%, rgba(117,184,255,1) 100%);
background: -ms-linear-gradient(left, rgba(22,125,222,1) 0%, rgba(85,164,244,1) 66%, rgba(117,184,255,1) 100%);
background: linear-gradient(to right, rgba(22,125,222,1) 0%, rgba(85,164,244,1) 66%, rgba(117,184,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167dde', endColorstr='#75b8ff', GradientType=1 );
}

/**/
#bgpatternArea .bgset{}
#bgpatternArea .bgset .section{
	margin: 0 0 45px;
}
#bgpatternArea .bgset .section h4{
	margin: 0 0 20px;
	padding:0.5% 1.2%;
	color: #FFF;


background: rgba(22,125,222,1);
background: -moz-linear-gradient(left, rgba(22,125,222,1) 0%, rgba(85,164,244,1) 66%, rgba(117,184,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,125,222,1)), color-stop(66%, rgba(85,164,244,1)), color-stop(100%, rgba(117,184,255,1)));
background: -webkit-linear-gradient(left, rgba(22,125,222,1) 0%, rgba(85,164,244,1) 66%, rgba(117,184,255,1) 100%);
background: -o-linear-gradient(left, rgba(22,125,222,1) 0%, rgba(85,164,244,1) 66%, rgba(117,184,255,1) 100%);
background: -ms-linear-gradient(left, rgba(22,125,222,1) 0%, rgba(85,164,244,1) 66%, rgba(117,184,255,1) 100%);
background: linear-gradient(to right, rgba(22,125,222,1) 0%, rgba(85,164,244,1) 66%, rgba(117,184,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167dde', endColorstr='#75b8ff', GradientType=1 );

}
#bgpatternArea .bgset .section ul{}
#bgpatternArea .bgset .section ul li{
	float: left;
	width:30%;
}
#bgpatternArea .bgset .section ul li img{
	width:100%;
}
#bgpatternArea .bgset .section ul li.main{
	width:45%;
	margin: 0 5% 0 0;
}
#bgpatternArea .bgset .section ul li.sub{
	width:18%;
	padding:3%;
	margin: 0 0 0 0;
}
#bgpatternArea .bgset .section ul li.text{
	width:auto;
	margin:15px 0 0 ;
	font-size: 12px;
	line-height: 1.6;
}

/* =========================================================
 hairmakeArea
========================================================= */
#hairmakeArea{
	width:100%;
	margin:0 0 55px;
	padding:45px 0;
	background:url(../images/system/makeup/bg.jpg) repeat-x #080d20 top center;
	background-size: 100%;

	min-height: 480px;
	color: #fff;
}
#hairmakeArea h3{
	margin: 0 0 30px;
}
#hairmakeArea .inner{
	width:1100px;
	margin: auto;
	line-height: 1.6;
}

#hairmakeArea img{
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
}
/*  */

#hairmakeArea .mainArea{
	float: left;
	width:45%;
	margin: 0 0 30px;
}
#hairmakeArea .mainArea .img{
	margin:0  auto 20px;
}
#hairmakeArea .mainArea .img img{
	width:100%;
}
#hairmakeArea .mainArea .text{
}

/*  */

#hairmakeArea .subArea{
	float:right;
	width:50%;
	display: table;
}
#hairmakeArea .subArea .img{
	display: table-cell;
}
#hairmakeArea .subArea .img img{
	width:240px;
}
#hairmakeArea .subArea .text{
	display: table-cell;
	width:60%;
	padding:3% 4%;
	vertical-align: middle;
	box-sizing: border-box;
}
/**/
#hairmakeArea .subArea .mens{
	margin: 0 0 40px;
}
/**/
#hairmakeArea .subArea .hairstyling{
}

#hairmakeArea ul.example{
	clear:both;
	width:100%;
	margin: auto;
}
#hairmakeArea ul.example li{
	display: table-cell;
	padding:2%;
}
#hairmakeArea ul.example li img{
	width:100%;
}

/* table */

#hairmakeArea table.oppriceTbl{
	width:100%;
	margin:30px 0 45px;
}
#hairmakeArea table.oppriceTbl thead th{
	padding:1% 3%;
	background:#121b3e;
	font-size:14px;
	font-weight:bold;
}
#hairmakeArea table.oppriceTbl tbody th{
	width:26%;
	padding:1% 2%;
	font-size:14px;
	border-bottom:1px dotted #464e69;
	border-right:1px dotted #464e69;
	font-weight:100;
}
#hairmakeArea table.oppriceTbl tbody td{
	padding:1% 2%;
	font-size:13px;
	font-weight:100;
	border-bottom:1px dotted #464e69;
}

#hairmakeArea table.oppriceTbl tbody .price{
	width:20%;
	font-weight:100;
	border-right:1px dotted #464e69;
	text-align: center;
	font-size:15px;
}
#hairmakeArea table.oppriceTbl tbody .summary{
}


/* キャンセル料について */
#hairmakeArea section.aboutCancel{
	margin: 25px 0 0;
	padding:2.8%;
	border:1px dotted #464e69;
	color: #cfcfcf;
	line-height: 1.8;
	font-size: 12px;
}
#hairmakeArea section.aboutCancel h4{
	margin: 0 0 20px;
	font-weight: 100;
	font-size: 0.9rem;
	text-align: center;
}
#hairmakeArea section.aboutCancel p{
	margin: 15px 0;
}
#hairmakeArea section.aboutCancel span.red-line{
	border-bottom:1px solid red;
}
#hairmakeArea section.aboutCancel span.yellow-bg{
	padding:0 2px;
	background:rgba(129,0,0,1);
}
#hairmakeArea section.aboutCancel ul{
}
#hairmakeArea section.aboutCancel ul li{
	font-size: 11px;
}
#hairmakeArea section.aboutCancel ul li span{
	display: inline-block;
	width:60px;
	text-align: right;
}
#hairmakeArea section.aboutCancel ul li strong{
	display: inline-block;
	margin-left: 10px;
	text-align: right;
	font-size: 11px;
}
#hairmakeArea section.aboutCancel ul li strong::before{
	content: "… ";
}
#hairmakeArea section.aboutCancel p span{
}


/* optionTbl
=======================================================*/

article#optionArea{
	padding:0 5%;
	box-sizing: border-box;
}
article#optionArea > .title{
	margin-bottom:2.3em;
	color: #898989;
	text-align: center;
	font-size: 4em;
	font-weight: bold;
}
table.optionTbl{
	width:100%;
	margin:0 0 35px;
	background:#EFEFEF;
}
table.optionTbl thead{
}
table.optionTbl thead th{
	background:#DADADA;
	padding:8px 1%;
	font-size:1.1em;
}
table.optionTbl th:nth-child(1){
	width:auto;
}
table.optionTbl th:nth-child(2){
	width:12%;
}
table.optionTbl th:nth-child(3){
	width:auto;
}
table.optionTbl th:nth-child(4){
	width:12%;
}
table.optionTbl tbody{
}
table.optionTbl tbody th{
	width:40%;
	background:#FFF;
	padding:1.6%;
	font-size:0.9em;
}
table.optionTbl tbody td{
	background:#FFF;
	padding:1.6%;
	font-size:1.1em;
	line-height:1.5;
}
table.optionTbl tbody td span{
	font-size:0.9em;
}
table.optionTbl tbody td a{
	color:#111111;
}
table.optionTbl tbody td.center {
	text-align:center;
}
table.optionTbl tbody tr:nth-child(odd) td{
	background:#fdfcfa;
}
table.optionTbl tbody tr:nth-child(even) td{
	background:#faf8f5;
}
table.optionTbl tbody th span{
	display: inline-block;
	width:70px;
	margin-right: 10px;
	padding:1.2%;
	text-align:center;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.4;
}
table.optionTbl tbody th span.icon_make{
	background:#D94A6D;
}
table.optionTbl tbody th span.icon_retouch{
	background:#008ec3;
}
table.optionTbl tbody th span.icon_photo{
	background:#47b112;
}
table.optionTbl tbody th span.icon_print{
	background:#b77409;
}
table.optionTbl tbody th span.icon_edit{
	background:#d1b015;
}
table.optionTbl tbody th span.icon_studio{
	background:#c15dc5;
}
table.optionTbl tbody th span.icon_rental{
	background:#3bbcb1;
}
table.optionTbl tbody th p.summary{
	padding:2% 0;
	font-size: 0.9em;
	font-weight: 100;
	color: #484848;
}




/* =========================================================
 Location
========================================================= */
#plan_location{}
#plan_location #location_bizArea{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding:1.5em;
	border:5px solid #080d20;
}
#plan_location #location_bizArea h3{
	margin-bottom:1em;
	font-size: 3.4em;
	line-height: 1;
}
#plan_location #location_bizArea h3 span{
	display: block;
	margin-bottom:0.2em;
	color: #CCC;
	font-size: 2em;
}
#plan_location #location_bizArea .summaryArea{
	margin:0 0 2em;
}
#plan_location #location_bizArea .flexSection{
	justify-content: space-between;
}
#plan_location #location_bizArea .linkArea{
	width:30%;
}
#plan_location #location_bizArea .linkArea a{
	display: block;
}
#plan_location #location_bizArea .linkArea img{
	width:100%;
}
#plan_location #location_bizArea .linkArea img:hover{
	opacity: 0.8;
}

#plan_location #location_bizArea .recommendArea{
	width:65%;
	padding:0;
	border: none;
}
#plan_location #location_bizArea .recommendArea h4{

}
#plan_location #location_bizArea .recommendArea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin:auto;
	padding:0;
}
#plan_location #location_bizArea .recommendArea ul li{
	width:46%;
	margin:0 0 1.5em;
	text-align: left;
}

/* プランテーブル */
#plan_location .p_box{
	width:80%;
	margin: auto;
}

/* 料金表 */
#plan_location .mainTbl{
	width:100%;

}
#plan_location .mainTbl th{

}
#plan_location .mainTbl dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width:100%;
}
#plan_location .mainTbl dl.border{
	border-top:1px solid #d2e1eb;
	padding-top:1.2em;
}
#plan_location .mainTbl dl dt{
	width:30%;
	font-size: 1em;
}
#plan_location .mainTbl dl dd{
	width:auto;
	font-size:1em;
	word-wrap: normal;
	word-break: break-all;
}
#plan_location .mainTbl .hosoku{
	margin-left:35%;
}

#plan_location .subTbl{
	width:100%;
	margin-bottom:1em;
}
#plan_location .subTbl td.add{
	font-size: 1em;
}
#plan_location .subTbl td.add_price{
	font-size: 1em;
}


#plan_location .note2{
	margin:2.5em 0;
	padding:1.5em;
	line-height: 1.7;
}

#plan_location .toReservation{
	text-align: center;
}
#plan_location .toReservation a{
	width:30%;
	margin:0 auto 3em;
}
#plan_location .toReservation p{
	margin-bottom:2em;
}
