@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap');


.contents{
	width:100%;
	margin:auto;
    font-size: 0.9rem;
    line-height: 1.7;
    font-family: 'Noto Sans JP', sans-serif;
}

/* onLocation　Setting */
#locationArea{
}
#locationArea .inner{}
#locationArea section{
    padding:4rem;
}
#locationArea article{}
/* #locationArea section > .container{
    width:1180px;
    margin:auto;
} */
#locationArea h2{
    padding:0;
    margin:0 0 1rem;
    background:none;
    text-indent: 0;
}
#locationArea h3{
    margin: 0 0 1.5rem;
    font-size: 2.5rem;
    line-height: 1.5;
}
#locationArea h4{}
#locationArea p{
    font-size: 1rem;
}
#locationArea ul{}
#locationArea ul li{}
#locationArea p{}

/* mainArea */
.mainArea{
    position: relative;
    width: 100%;
    height: 100%;
    min-width:1400px !important;
    padding:0;
    box-sizing:border-box;
    aspect-ratio: 192/80;
    background:url("../images/location/main_bg.jpg") no-repeat top center ;
    background-size: cover;
    color: #fff;
}
.mainArea .container {
    position: absolute;
    top: 1%;
    left: 1%;
    height: 100%;
    box-sizing: border-box;
}
.mainArea h2{
    font-size: 3.6rem;
    font-weight: 700;
}
.mainArea div{
    font-weight: 700;
}
.mainArea .container{
    position:relative;
}
.mainArea .text1{
    display: inline-block;
    font-size: 3.0rem;
}
.mainArea .text2{
    font-size: 2.2rem;
}
.mainArea .text3{
    font-size: 1.2rem;
    color: #dfd996;
}
.mainArea .text4{
    top:2rem;
    font-size: 1.8rem;
}
.mainArea .contact{
    position: absolute;
    bottom:0%;
    right: 0%;
    width:100%;
}
.mainArea .contact a{
    position: absolute;
    bottom:0%;
    right: 0%;
    display: inline-block;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    padding:1.5rem 2.5rem;
    background:#a7771e;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.3rem;
    border-radius:15px;
}
.mainArea .contact a:hover{
    background:#8c600e;
}
.mainArea .contact a .buttonIconText_icon{
    display: inline-block;
    margin:0 0.5rem;
    font-weight: 100;
}
.mainArea .contact a .buttonIconText_text{
    display: inline-block;
    margin:0 0.5rem;
}


/* summaryArea */
.summaryArea{
    background:url("../images/location/summary/bg.jpg") no-repeat center;
}
.summaryArea h3{
    font-weight: bold;
    font-size:3.6rem;
    line-height: 1.5;
}
.summaryArea p{
}
.summaryArea ul{
}
.summaryArea ul li{
}

/* suggestArea */
.suggestArea{
    background:#fff;
}
.suggestArea .container{
    position: relative;
}
.suggestArea h3{
    margin-bottom:5rem !important;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #555;
}
.suggestArea h3 strong{}
.suggestArea ul{
    align-items: center;
}
.suggestArea ul li{
    font-size: 1.6rem;
    vertical-align: middle;
    border-bottom:5px solid #f5f5f5;
}
.suggestArea ul li::before{
    padding-top: 10px;
    content: url("../images/location/suggest/icon.png");
    vertical-align: middle;
    padding-right: 15px;
}
.suggestArea .balloon{
    position: absolute;
    right: 0%;
    top:50%;
}
.suggestArea .balloon3-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 1.5rem;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 1.2rem;
    background: #dfa60e;
    border-radius: 15px;
    color: #fff;
    box-shadow: 2px 2px 4px 4px rgba(0,0,0,0.05);
  }

  .suggestArea .balloon3-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #dfa60e;
    z-index: 2;
  }
  .suggestArea .balloon3-left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #dfa60e;
    z-index: 1;
  }

/* aboutArea */

.aboutArea{
    background:#3B7FCC;
    color:#FFF;
}
.aboutArea h3{
    font-size: 1.8rem;
}
.aboutArea .container{
    max-width:70%;
    margin: auto;
}

/* exampleArea */

.exampleArea{
    background:url("../images/location/example/bg.jpg") no-repeat fixed;
    background-size: 100%;
    position: relative;
    box-sizing: border-box;
}

.exampleArea h3{
    font-weight: bold;
}
.exampleArea p{}
.exampleArea .extxt{
    margin-bottom:2.5rem;
}

.exampleArea figure{
    margin-bottom:3rem;
}
.exampleArea figure img{}
.exampleArea .container > div{
    margin:0 0 1.5rem;
    font-size: 1.2rem;
}
.exampleArea ul{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    width:100%;
}
.exampleArea ul li{
    display: block;
    width:340px;
    padding:1.5rem;
    margin:0 1% 1.2rem;
    box-sizing: border-box;
    background:rgba(255,255,255,0.84);
    border-top:7px solid #666;
}
.exampleArea ul li img{
    max-width:100%;
}
.exampleArea ul li p{
    font-size: 0.87rem !important;
}
.exampleArea ul li p.cont{
    margin: 0 0 1rem;
    font-size:0.9rem !important;
    font-weight: bold;
}
.exampleArea ul li p.option{}



/* priceArea */
.priceArea{
    background:#fff;
}
.priceArea h3{
    text-align: center;
}
.priceArea h4{
    font-size: 1.5rem;
    text-align: center;
}
.priceArea p{
    text-align: center;
}
#locationArea p.sub{
    margin: 0 0 2rem;
}
.priceArea p strong{
    font-size: 1.2rem;
    font-weight:bold;
}
.priceArea .flexSection{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
    max-width:860px;
    margin:auto;
}
.priceArea dl{
    display: flex;
    align-items: baseline;
    width:46%;
}
.priceArea dl dt{
    font-size:1.8rem;
}
.priceArea dl dd{
    font-size:2.5rem;
    font-weight: bold;
}
#locationArea .rough{
    width:70%;
    margin: 0 auto 1rem;
    padding:1.5rem;
    border: 1px dotted #999;
}


/* optionArea */
.optionArea{
    padding-left:0 !important;
    padding-right:0 !important;
}
.optionArea h3{
    text-align: center;
}
.optionArea h3 span{
    font-size: 0.9rem;;
}

.optionArea .flexSection{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.optionArea .option{
    position: relative;
    margin: 0 0;
    padding:50px;
    background:url("../images/location/option/bg1.png") #dadded;
    background-size: cover;
}
.optionArea .option:nth-child(odd){
    background:url("../images/location/option/bg2.png") #eaedff;
    background-size: cover;
}
.optionArea h4{
    text-align: center;
    margin:0 0 1.8rem;
    font-size: 2.3rem;
}
.optionArea h4 span{
    display: block;
    font-size: 0.9rem;
}
.optionArea .option .img{
    width:32%;
    padding:1.2rem;
    box-sizing: border-box;
    background:#f0f0f0;
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.04);
}
.optionArea .option .img img{
    width:100%;
}
.optionArea .option .cont{
    width:68%;
    padding:2.2rem;
    box-sizing: border-box;
}
.optionArea .option .cont > p{
    margin: 0 0 1.8rem;
}
.optionArea .option.cloth{
}
.optionArea .option.paper{
}
.optionArea .option.hairmake{
}
.optionArea .option.retouch{
}
.optionArea .option p.price{
    margin-bottom:0.6rem;
}
.optionArea .option p.note{
    padding:0.2rem 1rem;
    margin-bottom:0.4rem;
    font-size: 0.8rem !important;
    background:rgba(255,255,255,0.7);
    border-radius:50vmax;
}
.optionArea .option p.price strong{
    font-size: 1.5rem;
}

/* #priceArea */
#priceArea{}




/* 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:12px;
}
table.ptionTbl 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%;
}
table.optionTbl tbody td{
	background:#FFF;
	padding:1.6%;
	font-size:14px;
	line-height:1.5;
}
table.optionTbl tbody td span{
	font-size:10px;
}
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:60px;
	margin-right: 10px;
	padding:1.2%;
	text-align:center;
	color: #fff;
	font-size: 11px;
	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: 11px;
	font-weight: 100;
	color: #484848;
}


/* contactArea */
.contactArea{
}
.contactArea ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width:80%;
    margin: auto;
}
.contactArea li{
    display: block;
    width:40%;
    margin:0 5%;
}
.contactArea li a{
    display: block;
}

.contactArea li a{
    display: block;
    padding:1.5rem 2.5rem;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.3rem;
    border-radius:15px;
}
.contactArea li.contact a{
    background:#a7771e;
    border: 2px solid #bfa26d;
}
.contactArea li.contact a:hover{
    background:#8c600e;
}
.contactArea li.reserve a{
    background:#2b42ab;
    border: 2px solid #6d84e7;
}
.contactArea li.reserve a:hover{
    background:#0c258f;
}


/* p_box */

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


#locationArea .p_box .product{}

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

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

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