@charset "UTF-8";

#plan{
	/* width:100%; */
}
#plan article{
	/* width:1100px; */
	margin-left: auto;
	margin-right: auto;
}
#plan_summary{
}


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



/* courseArea
=======================================================*/
#courseArea{
	margin: 0 0 45px;
}
#courseArea p.either_ex{
	margin: 0 0 12px;
	font-size: 14px;
}
#courseArea table{
	width:100%;
	margin: 0 0 45px;
	border-collapse: collapse;
	table-layout: fixed;
}
#courseArea table th,
#courseArea table td{
	padding:2.6% 1.4%;
	border: 1px solid #e5ecf4;
	text-align:center;
}
/* thead */
#courseArea table thead th{
	padding:1.5% 1.0%;
	background:#6dcdff;
}
#courseArea table thead th:nth-child(1){
	width:180px;
}
#courseArea table thead th span{
	display: block;
	display: none;
	margin-top:4px;
	padding:3px;
	background:#9cdaff;
	line-height: 1.6;
	font-size: 11px;
	font-weight: 100;
	color: #333;
}
#courseArea table thead th span strong{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#courseArea table thead th span:before{
	content:"（税込 ";
}
#courseArea table thead th span:after{
	content:"）";
}
/* tbody */
#courseArea table tbody td.or{
	position: relative;
}
#courseArea .or_icon{
	position:absolute;
	top:-16px;
	left:38px;
	width:100px;
}
#courseArea .or_icon img{
	width:100%;
}
#courseArea table tbody th{
	text-align:left;
	font-size: 20px;
	color: #484848;
}
#courseArea table tbody td{
	font-size: 40px;
	color: #ffad4c;
}
/*fee*/

#courseArea table tbody tr.fee th,#courseArea table tbody tr.fee td {
	background:#f9f9f9;
}
#courseArea table tbody tr.fee td {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align:center;
}
#courseArea table tbody tr.fee td span{
	display: block;
	margin-top:8px;
	line-height: 1.6;
	font-size: 12px;
	font-weight: 100;
	color: #333;
}
#courseArea table tbody tr.fee td span strong{
}
#courseArea table tbody tr.fee td span:before{
	content:"（税込 ";
}
#courseArea table tbody tr.fee td span:after{
	content:"）";
}
/**/
#courseArea table tbody td span.hosoku{
	display: block;
	margin-top:10px;
	font-size: 11px;
	color: #999;
}
#courseArea .either{
	color: #7ad410;
}
#courseArea .either .kome{
	font-size: 14px;
}



/* planArea
=======================================================*/

article#planArea{
	width:100%;
}

#planArea section.plan{
	width:100%;
	padding:20px 0 10px;
	margin: 0 0 25px;
	background:#e5ecf4;
}
#planArea section.plan h3.title{
	width:1100px;
	margin:20px auto 10px;
	font-size: 22px;
	text-align: center;
}
#planArea ul#packArea{
	width:96%;
	margin: 0 auto 20px;
	padding:2% 2% ;
	text-align:center;
	box-sizing: border-box;
}
#planArea ul#packArea li{
	display: block;
	padding:1rem;
	margin: 1% 0.5% 1%;
	background:#fff;
	box-sizing: border-box;
	text-align: center;
	border-radius:2px;
	/*border:1px solid #6dcdff;*/
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.04);
}
#planArea ul#packArea li h3{
	margin: 0 0 28px;
	font-size:20px;
	font-weight: bold;
}
#planArea ul#packArea li p.fee{
	margin: 0 0 10px;
	font-size: 32px;
	font-weight: bold;
}
#planArea ul#packArea li p.summary{
	min-height: 5em;
	margin-bottom:1em;
	text-align: left;
	/* height: 42px; */
	font-weight: 100;
	font-size: 12px;
	line-height: 1.6;
}
#planArea ul#packArea li span{
	display: block;
	margin: 8px 0;
	line-height: 2em;
	font-size: 12px;
	font-weight: 100;
}
#planArea ul#packArea li span:before{
	content:"（税込 ";
}
#planArea ul#packArea li span:after{
	content:"）";
}

/* icon  */
#planArea ul#packArea li .icon{
	margin-bottom:1em;

}
#planArea ul#packArea li .icon img{
	width:100%;
}

/* on off table */
#planArea ul li table.onoff{
	width:100%;
	table-layout: fixed;
}
#planArea ul li table.onoff td{
	padding:5px 0;
	text-align:center;
	font-size: 11px;
}
#planArea ul li table.onoff td.on{
	background:#ffefa5;
	color: #181818;
}
#planArea ul li table.onoff td.off{
	background:#EEE;
	color: #666;
}
#planArea ul li table.onoff td a{
	display:block;
	padding:10px;
	background:#019ae9;
	color: #fff;
}
#planArea ul li table.onoff td a:hover{
	background:#1cb0fd;
}

/* ヘアメイクについて */

#planArea section#hairMakeArea{
	width:80%;
	margin:0 auto 3em;
	padding:3.5em;
	background:rgba(255,255,255,0.8);
	border-radius:10px;

}
#planArea section#hairMakeArea h3{
	margin-bottom:2.2em;
	font-size:1.5em;
	text-align: center;
}
#planArea section#hairMakeArea ul{
	width:calc(100% - 2em);
	margin:auto;
}
#planArea section#hairMakeArea ul li{
	display: flex;
	justify-content: flex-start;
	width:100%;
	padding:0.8em 0;
	border-bottom:1px dotted #CCC;
}
#planArea section#hairMakeArea ul li:nth-last-child(1){
	border: none;
}
#planArea section#hairMakeArea p{
	display: block;
	margin-right: 1.5em;
}
#planArea section#hairMakeArea p.name{
	width:8em;
	font-size: 1.2em;
}
#planArea section#hairMakeArea p.fee{
	font-size: 1.2em;
	font-weight: bold;
}
#planArea section#hairMakeArea p.fee span{
	display: inline-block;
	margin-left:1.5em;
	font-size: 0.7em;
	font-weight: 100;
}

#planArea section#hairMakeArea p.fee span:before{
	content:"（税込 ";
}
#planArea section#hairMakeArea p.fee span:after{
	content:"）";
}
#planArea section#hairMakeArea p.text{
}

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




/* include */
#include{
	width:80%;
	margin:0 auto 35px;
}
#include .inner{
	line-height: 1.6;
	padding:12px;
	border:1px dotted #999;
}
#include p{
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.6;
}
#include p.img{
	margin-top:5px;
}
#include p.img img{
	width:100%;
}


/* optionArea */
#optionArea{
	width:80%;
	margin:auto;
	color: #444;
}
#optionArea h3{
	background:#e5f9ba;
	margin-bottom:1.4rem;
	padding:1.5rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
}
#optionArea > .grid{
	width:100%;
}
#optionArea .card{
	padding:2.6%;
	border: 1px solid #d6d6d6;
	border-radius:15px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);
	color: #454545;
}
#optionArea .card h4{
	margin-bottom:1rem;
	font-weight: bold;
	text-align: center;
}
#optionArea .card .fee{
	margin-bottom:1rem;
	font-size:1.2em;
	font-weight: bold;
	text-align:center;
}
#optionArea .card .fee .other{
	font-size: 0.7rem;
}
#optionArea .card .fee span{
	display: block;
	margin: 4px 0;
	line-height: 20px;
	font-size: 0.8em;
	font-weight: 100;
}
#optionArea .card .summary{
	font-size: 0.8em;
	line-height: 1.6;
	text-align: left;
}



/* discountArea
=======================================================*/
#discountArea{
	width:100% !important;
	margin: 0 0 45px;
	padding:35px 0;
}
#discountArea .inner{
	width:1100px;
	margin: auto;
}

/* rentalArea
=======================================================*/
#rentalArea{
	margin: 0 0 30px;
}
#rentalArea h3{}
#rentalArea section{}
