@charset "UTF-8";

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


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

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

ul#anchor{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin-bottom:4em;
	border-collapse: collapse;
}
ul#anchor li{
	display: block;
	width:25%;
	margin:0;
}
ul#anchor li a{
	display:block;
	padding:1.2em 0.8rem;
    margin:0.2rem;
	text-align: center;
}
ul#anchor li.plan a{
	background:#d4ffeb;
	border:1px solid #b4ebc9;
}
ul#anchor li.set a{
	background:#d4fffb;
	border:1px solid #b4ebe5;
}
ul#anchor li.mix a{
	background:#efebff;
	border:1px solid #ddd7f5;
}


/* =========================================================
 cate title
========================================================= */

.cate_title{
	margin-bottom:2rem;
	color: #898989;
	text-align: center;
	font-size: 4em;
	font-weight: bold;
}

.cate_title strong{
	display: block;
	margin-bottom:1.8rem;
	font-size: 2.6rem;
}
.cate_title span{
	display: block;
	font-size: 0.9rem;
}

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

/* 予約ページボタン */

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



/* フレーム設定 */
.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; */
}

.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:#243459; */
	background: rgb(36,52,89);
	background: linear-gradient(90deg, rgba(36,52,89,1) 0%, rgba(48,69,117,1) 100%);
	color:#fff;
	text-align:center;
	font-weight: 100;
}
.p_box .summary{
	min-height: 120px;
	margin: 0 0 15px;
	padding:2%;
	line-height: 1.6;
}
.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: 1em;

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

/* price */
.p_box .price td{
	font-size: 1.5em;
	white-space: nowrap;
}
.p_box .price td strong{
	color: #253459;
}
/* 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 */
#normalPlanArea{
	margin-bottom:2.5rem;
}
#mixPlanArea{}

/* normalPlanArea*/


/* mixPlanArea*/
#mixPlanArea .title{
	margin-bottom:3rem;
}
#mixPlanArea .title strong{
	display: block;
	margin-bottom:1rem;
	font-size: 1.8rem;
}
#mixPlanArea .title span{
	display: block;
	font-size: 1.0rem;
}
#mixPlanArea .p_box .name{
	background: rgb(14,52,52);
	background: linear-gradient(90deg, rgba(14,52,52,1) 0%, rgba(37,110,111,1) 100%);
}



/* 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;
	width:90%;
	margin: 0 auto 20px;
}
.p_box ul.icon li{
	width:18%;
	margin:0 1%;
	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;
}


/* about bg pattern */
section.aboutBgpat{
	width:70%;
	margin:4em auto 6em;
	padding:2em;
	background:#FFF;
	border:3px solid #008ec3;
	border-radius:8px;
	text-align: center;
}
section.aboutBgpat p{
	margin-bottom:1.5em;
	font-size: 1.1rem;
}
section.aboutBgpat ul{
	display: flex;
	justify-content: center;
}
section.aboutBgpat ul li{
	display: block;
	margin:0 3em;
}
section.aboutBgpat ul li a{
	display: block;
	padding:1em;
	border-radius:50vmax;
	background:#008ec3;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}
section.aboutBgpat ul li a:hover{
	background:#16b9f6;
}


/* =========================================================
 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{

}
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:1.1em;
}
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;
}


/*###########################################
出張撮影
###########################################*/

#onlocationArea{
	font-family: 'Noto Sans JP', sans-serif;
}
#onlocationArea section{
	margin: 0 auto 2.8rem;
}

/* main area */

#onlocationArea .mainArea{
	margin: 0 0 25px;
}
#onlocationArea .mainArea li{
	float: left;
	width:40%;
	margin: 0 5% 6%;
}
#onlocationArea .mainArea li img{
	display: block;
	width:100%;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
}

/* summary */

#onlocationArea .summaryArea{
	padding:0 3%;
	margin: 0 0 65px;
}
#onlocationArea .summaryArea h3{
	margin: 0 0 20px;
	font-size:3.7rem;
	line-height: 4.2rem;
}
#onlocationArea .summaryArea p{
	padding:1%;
	line-height: 1.8;
	font-size: 17px;
}

/* box */

#onlocationArea .p_box{
	margin: 0 0 45px;
}
#onlocationArea .p_box .summary{
	margin: 0 0 10px;
	padding:2%;
	line-height: 1.6;
	font-size: 15px;
}
#onlocationArea .p_box .img{
	margin: 0 0 15px;
}
#onlocationArea .p_box .img img{
	width:100%;
}
#onlocationArea .size_l .img{
	float: left;
	width:47%;
}
#onlocationArea .size_l .cont{
	float: right;
	width:45%;
	padding:3%;
}


#onlocationArea .p_box .product{}

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

/* table */
#onlocationArea .p_box table{
	width:100%;
	margin: 0 0 30px;
	border-collapse: collapse;
}
#onlocationArea .p_box td{
	padding:2.2%;
	background:#fff;
	border: 1px solid #e6eef3;
	color: #484848;
}
#onlocationArea .p_box td.summary{
	font-size: 13px;
}
#onlocationArea .p_box td.shoot{
	font-size: 15px;
}
#onlocationArea .p_box td.price{
	font-size: 22px;
	text-align: right;
}

#onlocationArea  ul.onlocation_optionlist{}
#onlocationArea  ul.onlocation_optionlist li{
	padding:0.5rem ;
	list-style:disc inside;
}
#onlocationArea  ul.onlocation_optionlist li:nth-child(odd){
	background:#F0ECEC;
}

/* about */
#onlocationArea .aboutArea{
	margin:0 auto 6rem;
	padding:3rem;
	background:#fefdf4;
	border:1px solid #f3e4c1;
	font-size: 1.1rem;
	line-height: 1.7;
}
#onlocationArea .aboutArea h3{
	text-align: center;
	margin:0 0 0.8rem;
}

/* example option */
#onlocationArea .exampleArea h3,
#onlocationArea .optionArea h3{
	margin:0 0 3.5rem;
	padding-bottom:30px;
	border-bottom:5px solid #484848;
	text-align: center;
	font-size: 2.5rem;
}
#onlocationArea .exampleArea p,
#onlocationArea .optionArea p{
	font-size: 0.9rem;
}


/* example */
#onlocationArea .exampleArea{}
#onlocationArea .exampleArea h3{
}
#onlocationArea .exampleArea p{}
#onlocationArea .exampleArea figure{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width:100%;
}
#onlocationArea .exampleArea figure img{
	display: inline-block;
	margin:0.3rem;
}
#onlocationArea .exampleArea ul{}
#onlocationArea .exampleArea ul li{
	padding:0.7rem 1.2rem;
	background:#FFF;
	font-size: 0.9rem;
	line-height: 1.6;
}
#onlocationArea .exampleArea ul li:nth-child(even){
	background:#f5fefd;
}

/* option */
#onlocationArea .optionArea{
	font-size: 0.96rem;
}
#onlocationArea .optionArea h3{
}
#onlocationArea .optionArea div{
	margin:0 auto 0.8rem;
	padding:2.2rem;
	background:rgba(255,255,255,0.5);
	box-shadow: 3px 3px 5px 4px rgba(0,0,0,0.04);
}
#onlocationArea .optionArea div h4{
	margin:0 0 1.9rem;
	font-size: 1.5rem;
}
#onlocationArea .optionArea div p{
	font-size: 1rem;
	line-height: 1.7;
}




/*###########################################
中大規模撮影
###########################################*/

#megashootArea{}

/* main area */


/* summary */

#megashootArea .summaryArea{
	padding:0 3%;
	margin: 0 0 65px;
}
#megashootArea .summaryArea h3{
	margin: 0 0 20px;
	font-size: 25px;
}
#megashootArea .summaryArea p{
	padding:1%;
	line-height: 1.8;
	font-size: 17px;
}
