@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sacramento');
body{
    margin: 0;
    /* font-family: 'M PLUS 1p', sans-serif; */
    font-family: 'Gotham A', 'Gotham B', 'Noto Sans JP', '游ゴシック Medium',
                 'Yu Gothic Medium', YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 
                 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
}
header{
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    top:0;
    z-index: 5;    
}
.header_scroll{
    background-color: #96A0A5;
    position: fixed;
    width: 100%;
    z-index: 5;    
}
.navi{
    display: flex;
    /*justify-content: space-between;*/
    min-height: 72px;
    padding: 0 20px;
    align-items: center;
    min-width: 0;
    font-weight: bold;
}
.hamArea{
    display: none;
}
.hamBtn {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.hamBtn span,
.hamBtn span:before,
.hamBtn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
}
.header_scroll .navi .hamArea .hamBtn span, 
.header_scroll .navi .hamArea .hamBtn span:before,
.header_scroll .navi .hamArea .hamBtn span:after{
    background-color: #FFFFFF;
}

.hamBtn span:before {
    bottom: 8px;
}
.hamBtn span:after {
    top: 8px;
}
#hamBtnCheck:checked ~ .hamBtn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#hamBtnCheck:checked ~ .hamBtn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#hamBtnCheck:checked ~ .hamBtn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.hamMenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 72px;
    right: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color:#96A0A5;
    transition: all 0.5s;/*アニメーション設定*/
}
.hamMenu ul {
    padding: 60px 10px 0 !important;
}
.hamMenu ul li {
    display: block !important;
    /*border-bottom: solid 1px #ffffff;*/
    list-style: none;
}
.hamMenu ul li a {
    display: block !important;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color:#ffffff !important;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.hamMenu ul li a::before {
    /*content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;*/
}
#hamBtnCheck {
    display: none;
}
#hamBtnCheck:checked ~ .hamMenu {
    right: 0;/*メニューを画面内へ*/
}
.navi ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.navi ul li{
  display: inline-block;
}
.navi ul li a{
    padding: 20px;
    text-decoration: none;
    color: #323335;
}
.header_scroll .navi ul li a{
    color: #FFFFFF;
}
.navi ul li .reserve{
    margin-left: 10px;
    padding: 10px 30px;
    background-color: rgb(0, 0, 0) !important;
    border-radius: 25px !important;
    color: #FFFFFF;
}
.header_scroll .navi ul li .reserve{
    background-color: rgb(255, 255, 255) !important;
    color: #000;
}
.navi ul li .leftTitle span{
    position: absolute;
    right: 20px;    
}


section{
}
.sectionTop{
    padding: 100px 0 0 0;
}
.sectionTop2{
    padding: 72px 0 0 0;
}

.mainArt{
    text-align: center;
    padding: 0 40px 60px;
    z-index: 1;
    font-weight: bold;
} 
.mainArt H1 {
    font-size: 34px;
    letter-spacing: 6px;
    padding-left: 6px;
}
.mainArt .sub{
    margin: 20px 0;
    line-height: 1.3;
}
    
.mainArt img{
    max-width: 720px;
    padding: 20px 0;
}
.teller,.tellerMain{
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15%;
    color: #808080;
}
.teller{background-color:#FECEDE;}
.tellerMain{background-color:#fff;}
.teller H2,.tellerMain H2{
    display: inline-block;
    margin: 0;
    padding-left: 2px;
    letter-spacing: 2px;
}
.teller H2 .gold, .teller H2 .silver, .teller H2 .senzoku, 
.tellerMain H2 .gold, .tellerMain H2 .silver, .tellerMain H2 .senzoku{
    vertical-align: center;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    border-radius: 25px !important;
    /* text-decoration: none; */
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}
.teller H2 .gold, .tellerMain H2 .gold{
    vertical-align: center;
    background-color: #B08635; !important;
}
.teller H2 .silver, .tellerMain H2 .silver{
    vertical-align: center;
    background-color: #7E7B7B; !important;
}
.teller H2 .senzoku, .tellerMain H2 .senzoku{
    vertical-align: center;
    background-color: #dc8989; !important;
}
.tellerWaku{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px -10px;
}
.tellerInfo{
    flex-basis: 33.33333%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 15px 80px;
}
.tellerInfo table{
    color: #000;
}
.tellerInfoImg01 img{
    width: 100%;
    border: 1px solid #000;
}
.tellerInfoImg06 img{
    width: 100%;
    border: 1px solid #000;
}
.tellerInfoImg img{
    width: 100%;
}
.tellerInfoTxt {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0;
    color: #000;
    /* font-weight: bold; */
}
.tellerInfoTxt P{
    line-height: 1.6;
}
.tellerInfoTxt P:first-of-type{
    line-height: 1.6;
    border-bottom: 1px solid;
}
.tellerInfoTxt P .gold,.tellerInfoTxt P .silver{
    padding: 5px 10px;
    border-radius: 25px !important;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
.tellerInfoTxt P .gold{
    background-color: #B08635; !important;
}
.tellerInfoTxt P .silver{
    background-color: #7E7B7B; !important;
}
.tellerInfoTxt P .senzoku{
    background-color: #dc8989; !important;
}
.tellerInfoBtn {
    margin-top: auto;
}
.tellerBR{ display: none;} 

.tellerInfoBtn_top a{
    padding: 5px 10px;
    background-color: #fff !important;
    border-radius: 25px !important;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.tellerInfoBtn a{
    padding: 5px 10px;
    background-color: #96A0A5 !important;
    border-radius: 25px !important;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.tellerInfoBtn input{
    padding: 5px 10px;
    background-color: #FECEDE !important;
    border-radius: 25px !important;
    text-decoration: none;
    color: #fff;
    border: 0;
    font-size: inherit;
    /* font-family: 'M PLUS 1p', sans-serif; */
    font-family: 'Gotham A', 'Gotham B', 'Noto Sans JP', '游ゴシック Medium',
                 'Yu Gothic Medium', YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 
                 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
    font-weight: bold;
    font-size: 13px;
}
input[type="submit"] {
    -webkit-appearance: none;
}
input[type="button"] {
    -webkit-appearance: none;
}
    
.salonInfo{
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px 1em;
    text-align: center;
}
.salonInfoImg img{
    max-width: 720px;
    padding: 40px 0 0;
    width: 100%;
}
.salonInfoTxt {
    margin: 0 auto;
    padding-bottom: 35px;
    max-width: 720px;
    line-height: 1.3;
    text-align: justify;
    font-weight: bold;
}
.salonInfo P {
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0;
}  

.reserveInfo{
    background-color: #CBA4AC;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}
.reserveInfoImg img{
    max-width: 720px;
    padding: 20px 0;
    width: 100%;
}
.reserveInfoTxt {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 720px;
    line-height: 1.3;
    text-align: justify;
    color: #FFFFFF;
}
.reserveInfoTxt H2{
    letter-spacing: 2px;
    padding-left: 2px;
}
.reserveInfo P {
    margin: 5px 0;
}  
.reserveInfoBtn {
    margin: 40px auto;
    text-align: left;
    padding: 0 20px;
    max-width: 720px;
}
.reserveInfoBtn a{
    padding: 10px 20px;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 25px !important;
    text-decoration: none;
    color: #323335;
}
    
.companyInfo{
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 30px;
    text-align: center;
    font-weight: bold;
}
.companyInfoMain {
    max-width: 720px;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    font-size:22px;
    color: #323335;
}
.companyInfoMain H2{
    /* font-family: 'Sacramento', cursive; */
    font-family: 'Gotham A', 'Gotham B', 'Noto Sans JP', '游ゴシック Medium',
                 'Yu Gothic Medium', YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 
                 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
    font-size: 30px;
    letter-spacing: 2px;
    padding-left: 2px;
}
.companyInfoMain p span{
    font-weight: bold;
    font-size: 20PX;
}
.companyInfoTxt {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 720px;
    line-height: 1.3;
    text-align: justify;
}
.companyInfoTxt H3{
    margin-bottom: 5px;
}
.companyInfo P {
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0;
}

/*resrveMain*/
.reserveMain,.reserveMain2{
    display: flex;
    /* background-color: #96A0A5; */
}
.reserveMain{
    min-height: 700px;
}
.reserveMain2{
    min-height: 100px;
}
.reserveMainImg,.reserveMainTxt{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.reserveMainImg {
    order: 1;
}
.reserveMainImgInner,.reserveMainImgInner2 {
    position: relative;
    display: flex;
    flex: 1 0 720px;
    flex-direction: column;
    width: 100%;
}
.reserveMainImgInner2 {
    flex-basis: 170px;
}
/*.reserveMainImgInner2 {
    height: 100%;
}*/
.reserveMainImgInnerPstn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
}
.reserveMainImg img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reserveMainTxt{
    order: 2;
    background-color: #FECEDE;
}
.reserveMainTxtInner{
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
}
.reserveMainTxtInner H2{
    margin: 0;
    padding-left: 2px;
    letter-spacing: 2px;
    color:#808080;
}
/*.reserveMainTxtWaku{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px -10px;
}
.reserveMainTxtInfo{
    flex-basis: 33.33333%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 15px 80px;
}

.tellerInfoTxt {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
    color:#FFFFFF;
}*/
.reserveMainTxtInner p{
    line-height: 1.6;
    color:#808080;
    font-weight: bold;
}
.reserveMainBtn {
    margin-top: 40px;
}

.reserveMainBtn a{
    padding: 10px 20px;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 25px !important;
    text-decoration: none;
    color: #323335;
    font-weight: bold;
}

.reserve {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}
.reserve H2{
    padding-left: 2px;
    letter-spacing: 2px;    
}

.zoom *{box-sizing:border-box}

.zoomMainImg{
	text-align: center;
}

.zoomMainImg img{
	width:100%;
	max-width: 1000px;
}

.zoom H2.zoomH2{
    text-align: center;
	letter-spacing: 2px;
	padding: 1em;
}

.zoomTxtInner{
	margin: 0 auto;
	padding:2em 0;
	background-color: #FECEDE;
	text-align: center;
	line-height: 2.4em;
}

.zoomTxtInner a{
	color:#808080;
	font-weight: bold;
}

.zoomAccess{
	margin: 3em auto;
	padding: 0;
	width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}

.zoomAccess li:first-child{
	width:500px;
}

.zoomAccess li:last-child{
	width:450px;
}

.zoomAccess img{
	width:100%;
	vertical-align: bottom;
}

.zoomMainBtn{
	text-align: center;
	margin: 4em 2em 0;
	font-weight: bold;
	line-height: 2.4em;
}

.zoomMainBtn a{
	display: inline-block;
	background-color: #FECEDE;
    padding: 0.5em 2em;
    text-decoration: none;
    color: #000;
    border-radius: 100px;
    font-size: 1.4em;
}

.zoomMainBtn a:before {
	content:url("../img/zoomIcon.jpg");
	display: inline-block;
	vertical-align: middle;
    margin-right: 0.5em;
    line-height: 0;
}

.zoom .tellerMain H2.zoomTeller{
	background: #f4f4f4;
	color: #000;
	width: 100%;
	text-align: center;
    padding: 0.5em;
}

@media only screen and (max-width: 1000px){
.zoomAccess{
	margin: 0 auto 3em;
	width:100%;
	flex-flow: column-reverse;
}	

.zoomAccess li:first-child{
	width:100%;
}

.zoomAccess li:last-child{
	padding: 1em 2em;
	width:100%;
}
	
.zoomMainBtn{
	margin: 3em 2em 0;
}
}

.tableRsv,.tableRsvA,.tableRsvB{border: 0;}
.tableRsv tr td{
    padding: 20px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
}
.tableRsvA{
    background-color: #CBA4AC;
    vertical-align: middle;
}
.tableRsvA span{
    background-color: #000000;
    color: #FFFFFF;
    padding: 3px;
    border-radius: 5px;
    font-size: 10px;
    margin-left: 10px;
    vertical-align: middle;
}
.tableRsvB{
    background-color: #96A0A5;
    vertical-align: middle;
}

.tableRsvB input[type="text" i] {
    margin: 0 2px;
    padding: 0px;
    vertical-align: middle;
    border: 0;
}
.reserve input[type="submit" i] {
    padding: 10px 20px;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 25px !important;
    border-color: #96A0A5;
    font-size: 18px;
    text-decoration: none;
    color: #323335;
}
/*//resrveMain*/  

/*salsch*/  
.salschMain{
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    background-color:#ffffff;
    color: #000000;
}
/* .salschMain H2{
    font-size: 36px;
} */
/* .googleCal {
    margin: 0 auto;
    padding-bottom: 30px;
} */
.googleCal {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.googleCal:before {
    content: "";
    display: block;
    padding-bottom: 65%;
}
.googleCal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.salschArea{
    border-top: 1px #FFF solid;
}
.salschArea H3{
    margin: 0;
} 
.salschArea H3 .gold{
    background-color: #B08635; !important;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 13px;
}
.salschArea H3 .silver{
    background-color: #7E7B7B; !important;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 13px;
}
.salschArea H3 .senzoku{
    background-color: #dc8989; !important;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 13px;
}
.salschArea p{
    width: 100%;
    padding-left: 30px;
}
.salschArea_txt{
    clear: left;
    padding-top: 5px;
}
/* .salschArea img{
    width: 100%;
    padding: 10px 0 20px;
} */
/*//salsch*/  


/*footer*/
footer{
    background-color: #FECEDE;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.footerInfo{
    margin: 20px 0;
}
.footerInfo a{
    color: #808080;
    padding: 0 10px;
}
/*//footer*/

   

@media only screen and (max-width: 1280px){

.tellerInfo{
    flex-basis: 33.33333%;
}
.tellerBR{ display: none;} 
   
}

@media only screen and (max-width: 1000px){
    .tellerBR{ display:block;} 
    .tellerInfoBtn {line-height: 3rem;}   
}

@media only screen and (max-width: 812px){
.hamArea{
    display: inline-block;
}
.navi ul .pcTxt{
    display: none;
}
.tellerInfo{
    flex-basis: 50%;
}      
.mainArt img{
    max-width: 100%;
    padding: 20px 0;
}

/*reserveMain*/
.reserveMain {
    flex-wrap: wrap-reverse;
}
.reserveMainImg {
    flex-basis: 100%;
}
.reserveMainImgInner {
    flex-basis: 480px;
}
/*//reserveMain*/
.tellerBR{ display: none;} 

}    
@media only screen and (max-width: 650px){
    .tellerBR{ display:block;} 
    .tellerInfoBtn {line-height: 3rem;}   
}
@media only screen and (max-width: 532px){
.navi ul .tabletTxt{
    display: none;
}
.tellerInfo{
    flex-basis: 100%;
}
.tellerBR{ display: none;} 
      
}

/* Googleカレンダースマホ表示 */
@media only screen and (max-width:750px) {
    .googleCal {padding-bottom: 90%;}
}
    
.zoom_bn img{width: 20%;}
@media only screen and (max-width: 812px){
.zoom_bn img{width: 80%;}
}

.spbr{display: none;}
@media only screen and (max-width: 532px){
.spbr{display: block;}
}

.reservespan{
    display: inline-block;
    line-height:1.2em;
}