@charset "utf-8";


/* ----------------------------------------------------------------

　　コンテンツ

----------------------------------------------------------------- */
.wrapSp{
	width: calc( 54000% / 640 );
	margin-left: auto;
	margin-right: auto;
}
.pagePadd{
	padding-top: calc( 10000% / 640 );
}
.titleType1{
	text-align: center;
	position: relative;
	padding-bottom: calc( 2000% / 540 );
}
.titleType1::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: calc( -2500% / 540 );
    border-bottom: 3px solid #c01732;
    width: calc( 5000% / 540 );
}
.titleType1 h2{
	font-size: calc( 3000% / 20 );
	letter-spacing: 0.15em;
}
.titleType1 p{
	letter-spacing: 0.1em;
	font-size: calc( 1500% / 20 );
}

/* ----------------------------------------------------------------

   ヘッダー

----------------------------------------------------------------- */
.headerBox{
	width: 100%;
	background: #f3efe3 url(../../img/common/bg_site1.gif) 0 0 ;
	padding: calc( 1200% / 640 ) calc( 4500% / 640 ) calc( 1200% / 640 ) calc( 3000% / 640 );
    display: flex;
	display: -webkit-flex;
    justify-content: space-between ;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
  position: fixed;
  top: 0;
}
.headerBox.scl{
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.1);
}
.headerBox .mainlogo{
	width: calc( 21000% / 565 );
	line-height: 0;
}
.headerBox .langBox{
	width: calc( 29500% / 565 );
	font-size: calc( 1800% / 20 );
	text-align: right;
}
.headerBox .langBox a{
	text-decoration: none;
	color: #D6BC94;
	pointer-events: none;
}
.headerBox .langBox a.current ,
.headerBox .langBox a:hover{
	color: #979797;
}
.headerBox .langBox a::after{
	content: "/";
	padding: 0 calc( 500% / 290 );
}
.headerBox .langBox a:last-of-type::after{
	content: "";
	padding: 0;
}

/* ----------------------------------------------------------------

   メニュー

----------------------------------------------------------------- */
.myModal{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #c30d23;
}
.myModal_popUp,
input[name="myModal_switch"],
#myModal_open + label ~ label {
  display: none;
}
/*#myModal_open + label,
#myModal_close-button + label {
	width: calc(4800%/640);
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: calc(3000%/640) calc(4500%/640) 0 0;
  z-index: 3000;
}*/
#myModal_open + label{
	width: calc(10000%/640);
	height: 12.5vmin;
	position: fixed;
	bottom:0;
	left: 0;
	background-color: #333;
}
.myModal_popUp {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#myModal_open:checked ~ #myModal_close-button + label ,
#myModal_open:checked ~ #myModal_close-button2 + label{
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#myModal_open:checked + label ~ .myModal_popUp {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

#myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
  width: 100%;
  height: 100%;
	padding: calc(7000%/640) 0 calc(5000%/640) 0;
  overflow-y: auto;
  -webkit-overflow-scrolling:touch;
	background-color: rgba(26,26,26,0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#myModal_open:checked + label + #myModal_close-overlay + label {
  
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 9997;
}

#myModal_open:checked ~ #myModal_close-button + label ,
#myModal_open:checked ~ #myModal_close-button2 + label{
	width: calc(8000%/640);
  cursor: pointer;
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
  z-index: 9999;
}
.myModal_popUp-content .menuArea ,
.myModal_popUp-content .menuArea a{
	text-decoration: none;
	color: #fff;
}
.myModal_popUp-content .menuArea{
	padding-top: calc(3000%/540);
}
.myModal_popUp-content .menuArea #mainNav li{
	font-size: calc( 2600% / 20 );
	text-align: center;
	padding: calc(2500%/540) 0;
	letter-spacing: 0.05em;
}
.myModal_popUp-content .menuArea .btn1{
	margin-top: calc(3000%/540);
}
.myModal_popUp-content .menuArea .btn1 li{
	margin-bottom: calc(2500%/540);
}
.myModal_popUp-content .menuArea .btn1 li a{
	width: 100%;
	display: block;
	padding: calc(1500%/540) 0;
	font-size: calc( 3200% / 20 );
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.myModal_popUp-content .menuArea .btn1 li:nth-child(1) a{
	background-color: #c21732;
}
.myModal_popUp-content .menuArea .btn1 li:nth-child(2) a{
	background-color: #806134;
}
.myModal_popUp-content .menuArea .tel strong{
	font-size: calc( 2800% / 20 );
}
.myModal_popUp-content .menuArea .snsBox{
	width: calc(12300%/540);
	margin-top: calc(4000%/540);
}
.myModal_popUp-content .menuArea .snsBox a{
	width: calc(4200%/123);
}

/* ----------------------------------------------------------------

　　フッター、ナビ

----------------------------------------------------------------- */
#mainFooter{
	padding: calc( 12000% / 640 ) 0 calc( 2000% / 640 ) 0;
}
#mainFooter .btn a{
	width: 100%;
	display: block;
	padding: calc(1500%/540) 0;
	font-size: calc( 3200% / 20 );
	color: #fff;
	text-align: center;
	background-color: #c21732;
	text-decoration: none;
}
#mainFooter .tel strong{
	font-size: calc( 2800% / 20 );
}
#mainFooter .snsBox{
	width: calc(12300%/540);
	margin-top: calc(4000%/540);
}
#mainFooter .snsBox a{
	width: calc(4200%/123);
}
#mainFooter #pageTop{
	margin: calc(14500%/540) 0 calc(5000%/540) 0;
}
#mainFooter .box2{
	width: calc(40000%/540);
	margin: calc(10000%/540) auto 0;
}
#mainFooter .box2 li{
	line-height: 0;
	margin-bottom: calc(3000%/400);
}
#copyright{
	text-align: center;
	font-size: calc( 1600% / 20 );
	padding-bottom: calc(9000%/540);
}
#footerMenuArea{
	width: calc(54000% / 640);
	height: 12.5vmin;
	position: fixed;
	bottom: 0;
	right:0;
    display: flex;
    display: -webkit-flex;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
	justify-content: center;
}
#footerMenuArea li{
	height: 100%;
}
#footerMenuArea li a{
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
    display: flex;
    display: -webkit-flex;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
}
#footerMenuArea li:nth-of-type(1){
	width: calc(23000%/540);
	background-color: rgba(194,23,50,0.9);
}
#footerMenuArea li:nth-of-type(2){
	width: calc(23000%/540);
	background-color: rgba(128,97,52,0.9);
}
#footerMenuArea li:nth-of-type(3){
	width: calc(8000%/540);
	background-color: rgba(149,149,149,0.9);
	line-height: 0;
}

/* ----------------------------------------------------------------

   全体の設定

----------------------------------------------------------------- */
.tx_ctr{
	text-align: center;
}
.tx_rgt{
	text-align: right;
}
.spfl{
	float: left;
}
.spfr{
	float: right;
}
img,
.img_auto{
	width: 100%;
	height: auto;
}
.bg_img{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.boxSizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bg_auto{
	-webkit-background-size:100% auto;
	background-size:100% auto;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.round{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 
	border-radius: 8px;
}
.flexBet{
    display: flex;
	display: -webkit-flex;
    justify-content: space-between ;
}
.flexBetW{
    display: flex;
	display: -webkit-flex;
    justify-content: space-between ;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
.fl2Cell li:nth-child(odd){
	float: left;
}
.fl2Cell li:nth-child(even){
	float: right;
}
.fl3Cell li{
	float: left;
}
.fl3Cell li:nth-child(3n){
	float: right;
	margin-right: 0 !important;
}
.lh0{
	line-height: 0;
}
.spm_10{
	margin-top: 1.5625%;
}
.wrap .spm_10{
	margin-top: 1.7241379%;
}
.spp_10{
	padding-top: 1.5625%;
}
.wrap .spp_10{
	margin-top: 1.7241379%;
}
.spm_15{
	margin-top: 2.34375%;
}
.wrap .spm_15{
	margin-top: 2.5862%;
}
.spm_20{
	margin-top: 3.125%;
}
.wrap .spm_20{
	margin-top: 3.44827%;
}
.spm_25{
	margin-top: 3.90625%;
}
.wrap .spm_25{
	margin-top: 4.31034%;
}
.wrap .spmb_25{
	margin-bottom: 4.31034%;
}
.spm_30{
	margin-top: 4.6875%;
}
.wrap .spm_30{
	margin-top: 5.172413%;
}
.spm_40{
	margin-top: 6.25%;
}
.wrap .spm_40{
	margin-top: 6.89655%;
}
.spm_50{
	margin-top: 7.8125%;
}
.wrap .spm_50{
	margin-top: 8.6206%;
}
.spm_60{
	margin-top: 9.375%;
}
.wrap .spm_60{
	margin-top: 10.3448%;
}
.spm_80{
	margin-top: 12.5%;
}
.wrap .spm_80{
	margin-top: 13.333333%;
}
.spm_100{
	margin-top: 15.625%;
}
.wrap .spm_100{
	margin-top: 17.2413%;
}
.stx_85{
	font-size: 85%;
}
.ltx_15{
	font-size: 115%;
}
.ltx_20{
	font-size: 120%;
}
.tx_bld{
	font-weight: bold;
}
.ls50{
	letter-spacing:0.05em;
}
select{
	padding: 0.833333% 1.6666666%;
	border: 1px solid #999;
}
input ,
textarea{
	padding: 0.833333% 1.6666666%;
}
.cRed {
	color:#c21732;
}
.noClick{
	pointer-events: none;
}

/* -----------------------------------------------------------

	PC、スマホ切り分け
	
----------------------------------------------------------- */
.onlyPCzone{
	display: none;
}


