@charset "UTF-8";
/*////////////////////////
commons.css
///////////////////////*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Noto+Serif+JP:wght@400;500&display=swap');


a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
    color: #000;
}
a:focus {
	outline: none;
}
a img:hover {
	opacity: 0.6 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
    -webkit-transition: 0.6s ;
	transition: 0.6s ;
}  

.responsiveImg{
    display: block;
    max-width: 100%;
    height: auto;
}
img { vertical-align: bottom;}


/*
font
*/

.serif{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.rodin{
  font-family: "fot-rodin-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.aboreto{
  font-family: "Aboreto";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/* 
br 
*/
.tbView,
.spView{
	display:none;
}
.pcView{
	display:inherit;
}
.pcOff{
	display:off;
}

.aC{text-align: center;}
.aR{text-align: right;}
.aL{text-align: left;}

@media screen and (max-width: 1000px) {
    
.pcView{
	display:none;
}
.spView{
	display:inherit;
}
.tbView{
	display:inherit;
}
.tbOff{
	display:none;
}

}
/*
 link
*/
main a{
    color: #333;  
    text-decoration: none;
}
main a:hover{
    color: #999;
    text-decoration: none;
}

footer a{
    color: #fff;
    text-decoration:none;
}
footer a:hover{
    color: #000;
    text-decoration: none;
}

a:hover img {
    opacity:.6;
}
@media (max-width: 767px) {
a:hover img {
    opacity:1.0;
}
}

/*
color
#E9471F
#dc9483

*/


/*
structuer
*/
body {
  width: 100%;
  color: #174971;
  background-color: #EBEAE6;
  
  font-family: "fot-rodin-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  /*font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;*/
  letter-spacing: .1em;
}

main{
width: 50%;
 margin: 0 auto 0 50%;
 z-index: 1;
}
.contents {
  background-image: url(/images/common/bg_main.svg);
  background-repeat: no-repeat;
  background-position: top;
  /*background-size: cover;*/
  /*margin-left: 50%;*/
   padding: 0;
}
.contents .inner {
  padding: 0 5% 5%;
}
@media screen and (max-width: 1000px){
    main{
      width: 100%;
      margin: 0% auto 0;
    }
   .contents {
  margin-left: 0;
}
}
@media screen and (max-width: 767px){
   /*body {
      font-size: .8em;
   }*/
}


/* 
header
 */

header{
    width: 100%;
}
header .logo{
    width: 60px;
    height: auto;
    margin: 20px auto;
}
#g-nav{
    position:fixed;
    z-index: -1;
    opacity: 0;
    top:0;
    width:100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.3s;
}
#g-nav.panelactive{
    opacity: 1;
    z-index:999;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
}

#g-nav li{
    list-style: none;
    text-align: center; 
    margin: 2rem 0;
}
#g-nav li li{
    margin: 0;
}

#g-nav li a{
    color: #333;
    text-decoration: none;
    padding:1.5rem;
    display: block;
    text-transform: uppercase;
    font-size: 1.9rem;
    letter-spacing: 3px;
    font-weight: bold;
}

#g-nav li a span{
    display: inline-block;
    font-size: 1.1rem;
    margin-top: 5px;
    font-weight: normal;
}

.openbtn{
    position:fixed;
    z-index: 9999;
    top: 12px;
    right: 25px;
    cursor: pointer;
    width: 60px;
    height:60px;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    background-color: #000;
      width: 50%;
  }

.openbtn span:nth-of-type(1) {
    top:18px;	
}

.openbtn span:nth-of-type(2) {
    top:28px;
}

.openbtn span:nth-of-type(3) {
    top:38px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

nav ul{
	/* list-style: none;
	display: flex;
	justify-content: center; */
    display: block;
    width: 80%;
    margin: auto;
    position: relative;
   top: 50px;
}

nav ul li{
	position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
	transition:all .3s;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before{
	content:'';
	position: absolute;
	left:15px;
	top:25px;
	width:6px;
	height:6px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}

nav li.has-child ul{
	background:#eaeaea;
	transition: all .3s;
    padding: 1rem 0;
    position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;
	opacity:1;
	display: none;
	transition:none;
}

/*矢印の位置と向き*/
nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

nav li.has-child ul li:last-child > a{
 border-bottom:none;
 }

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	opacity: 0.5;
}


/*==768px以下の形状*/

@media screen and (max-width:1000px){
	nav{
		padding: 0;
	}
	
	nav ul{
    
	}
	

/*矢印の位置と向き*/
nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

}

/*#sec_page_title {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}*/

/*
sec_page_title
*/
#sec_page_title{
  padding: 95px 0 45px;
}
#sec_page_title h1{
    font-size: 60px;
    text-align: center;
    
}
#sec_page_title h1 .jap{
    display: block;
    font-size: 12px;
    padding-top: 7px;
    line-height: 1.5em;
    
}

/* ボタン */
.btn_cont{
  width: auto;
  text-align: center;
  margin: 3rem auto 4rem;
    }
a.btn06{
  max-width: 300px;
  min-width: 200px;
  width: 60%;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  display: inline-block;
  /*background:none;*/
  background-color: #1E1E1E;
  color:#fff;
  padding: 1.5rem 3rem;
  border-radius:10px;
  /*border:3px #333 solid;*/
  text-align: center;
  outline: none;
  transition: ease .2s;
}

a.btn06:hover{
	/*background:none;*/
   opacity: .6;
}

/* .aLクラスが付与された場合は左寄せにする */
.btn_cont.aL {
  text-align: left;
}

/*.btnarrow1::after{
	position: absolute;
   font-family: "Font Awesome 6 Pro";
   font-family: "Font Awesome 5 Free";
  content: '\f0a9';
   top: 50%;
  right: 15px;
    transition: all .3s;
   transform: translateY(-50%);
}*/
main .btnarrow1 svg{
   position: absolute;
   top: 50%;
  right: 12px;
    transition: all .3s;
   transform: translateY(-50%);
}

main .btnarrow1:hover svg{
    right: 8px;
}

@media (max-width: 767px){
    .btn06{
        /*width: 250px;*/
    }
}


/* =========================================================
   Side Contents
========================================================= */

#slider{
  position: fixed;
  width: calc(50% - 35px);
  /*max-width: 600px;*/
  height: 100vh;
}

/* title */
.side__title {
 /* position: absolute;*/
  position: fixed;
  width: 35px;
  height: 100vh;
  top: 0;
  right: 50%;
  padding: 15px 0 0;
  background-color: #EBEAE6;
}
.side__title h1{
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.02em;
}

.header_open{
   position: fixed;
   width: calc(50% - 35px);
   height: 100vh;
   /*padding-top: 40px;*/
   color: #fff;
   text-align: left;
   display: flex;
   /*justify-content: center;*/
   align-items: flex-end;
  background-color: #0004;
}
.header_open p{
   font-size: 16px;
   line-height: 1.8em;
   margin-bottom:20px;
    margin-left: 75px;
}
.open_logo{
  position: fixed;
   width: 80px;
  left: 30px;
  top: 35px;
  z-index: 100;
}
.open_logo img{
   width: 100%;
   height: auto;
}
.header_open .cont_subtitle {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  line-height: 1.4em;
  margin-bottom: 1em;
}
.header_open .cont_title {
  font-size: 48px;
  /*font-weight: bold;*/
  line-height: 1.1em;
  letter-spacing: .05em;
  margin-bottom: 30px;
}
.header_open .cont_title small {
  font-size: 24px;
}
.header_open .btn_cont{
  width: auto;
  text-align: center;
  margin: 0 auto 15px;
    }
.header_open .btn_cont span{
   line-height: 1.3em;
}
.header_open .btn06{
     width: 200px;
 }

.header_link{
   position: absolute;
   top: 20px;
   /*right: auto;*/
  right: 23px;
  /*left: calc(50% - 150px);*/
   display: flex;
   z-index: 1000;
}

/*.header_link .reserv{
   display: none;
}*/
.header_link .icon{
   display: flex;
   justify-content:center;
    padding: 4px;
}
.header_link .icon .spbtn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 24px;
   margin: 2px 6px;
    text-align: center;
    /*line-height: 38px;*/
    z-index: 999;
  }
.header_link .icon .spbtn a{
   color: #fff;
   width: 100%;
   display: flex;
   justify-content: center;
  align-items: center;
  height: 100%;
}

.reserve-fixed {
  position: fixed;
  right: auto;
  left: 0px;
  bottom: 5px;
    z-index: 30;
}

.reserve-fixed a {
  display: block;
  padding: 16px 12px;
  background: #E2E2C6;
  text-decoration: none;
  color: #111;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.reserve-fixed a:hover{
  opacity: .8;
}

@media (max-width: 1000px){
  
  #slider {
  position: relative;
  max-width: 1000px;
  width: calc(100% - 30px);
  height: 90vh;
}
  
/* title */
.side__title {
  position: absolute;
  width: 35px;
  right: 0;
}
.side__title h1{
  font-size: 26px;
}
  
.header_open{
   position: relative;
   width: 100%;
   height: 90vh;
   /*padding-top: 95px;*/
}
  .header_open .content{
    width: 100%;
  }
  .header_open p{
    margin-left: 10px;
}
 .header_open .cont_title{
    display: none;
  }
.open_logo{
   top: 15px;
  left: 15px;
  width: 60px;
   }
.header_link{
  position: fixed;
  left: auto;
   right: 75px;
}

.header_link .icon{
   }
.header_link .icon .spbtn {
    /*width: 30px;
    height: 30px;
   font-size: 22px;*/
   }

.reserve-fixed {
  right: 0px;
  bottom: 55px;
  left: auto;
  }
.reserve-fixed a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #000;
  color: #fff;
      padding: 16px;
    line-height: 1.2rm;
  }

}




/* =========================================================
footer
========================================================= */

footer{
  background-image: url(/images/common/bg_footer.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: #fff;
  /*background-color: #174971;*/
    width: 100%;
    height: auto;
   margin-top: 5%;
}

.foot_shopname{
  display: none;
}

footer a.btn06{
  color: #174971;
  background-color: #D9D9D9;
  border: none;
}
.icon_sns{
    font-size: 1.5em;
    letter-spacing: 2.5px;
    font-weight: 600;
    margin: 4rem auto 3rem;;
}

.footer_link{
   margin: 1em auto 3em;
   font-size: 1.3em;
}
.copyright{
  font-size: 11px;
  margin: auto;
  padding: 1em;
  background-color: #EBEAE6;
}

.copyright a{
  color: #174971;
   text-decoration: none;
}

@media (max-width: 1000px){
    footer{
      position: relative;
      /*background-image: url(/images/bg_footer_sp.png);*/
    }
  
  .foot_shopname{
    position: absolute;
    width: 35px;
    height: 900px;
    right: 0;
    top: 0;
    display: block;
  }
  .foot_shopname p{
    color: #0B2438;
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.02em;
  
  }

}



/*
access
*/
#access{
 padding: 420px 10% 0;
}
#access h3{
font-size: 4.8rem;
  letter-spacing: 3px;
  margin: 0 0 1.6rem;
  font-weight: bold;
line-height: 1.1;
}
#access h3 span{
    font-size: .5em;
    display: block;
   margin-top: .4em;
}
.access_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem 0;
}

.access_flex .access{
    width: 50%;
    margin: 3rem 3rem 3rem 0;
}

.access .address{
    font-size: 1.3rem;
    line-height: 3rem;
}

.access .address span{
    display: inline-block;
    border-bottom: #E9471F 1px solid;
}

.access .btn_cont {
    text-align: left;
}

.access_flex .map{
    width: 50%;
    margin: 3rem 0;
}

.map img{
    width: 100%;
}

@media (max-width: 1000px) {

  #access {
  padding: 420px 10% 0 5%;
}
  
#access h3{
    font-size: 3.2em;
    /*margin: 3rem 0;*/
}

#access h3 span{
    font-size: 0.6em;
    /*margin-left: 1rem;*/
}
   
 .access_flex {
     flex-wrap: wrap;
 }

 .access_flex .access {
     width: 100%;
     margin: 0;
     padding: 0 2rem;
 }

 .access .btn_cont {
     text-align: center;
 }

 .access_flex .map {
     width: 100%;
     margin: 0;
 }
}




/*
shop information
*/

#shopinfo {
    margin-bottom: 18%;
}
#shopinfo .txt{
    text-align: center;
    margin: 1.5em auto;
    line-height: 1.4em;
    font-size: 1.1em;
}
.shopinfo_sec{
    width: 100%;
    margin: 0 auto 3em;
    display: flex;
    justify-content: flex-start;
   align-items: flex-start;
}
.shopinfo_sec .shopinfo_cont{
    /*width: calc(100%/2);*/
    padding: 0 4% 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.shopinfo_sec .shopinfo_cont .footer_logo{
    /*width: 130px;*/
    margin: 0 auto 10px;
}
.shopinfo_sec .shopinfo_cont .footer_img{
    /*width: 380px;*/
    margin: 0 auto 10px;
}

.shopinfo_sec .shopinfo_cont .footer_logo img,.shopinfo_sec .shopinfo_cont .footer_img img{
    width: 100%;
    height: auto;
}

.shopinfo_cont .open_date{
  width: fit-content;
  font-size: 20px;
  border: 1px #fff solid;
  margin-bottom: 1em;
  padding: 5px;
}

.shopinfo_sec .shopinfo_cont .shopdata{
    /*padding-left: 100px;*/
}

.shopdata .name, .shopdata .address, .shopdata p {
    line-height: 2.6rem;
    margin-bottom: 1em;
    font-size: 1.4rem;
    font-weight: 500;
}
.shopdata .tel{
    font-size: 32px;
    display: inline-block;
    padding: 5px 0;
  margin-bottom: 20px;
}

#shopinfo .btn{
    display: inline-block;
    padding: 1em;
    font-size: 15px;
}

.shopdata .open{
    line-height: 1.85em;
    margin: 0 0 1rem;
    font-size: 1.4rem;
}

footer .btn_cont {
    text-align: left;
}


@media (max-width: 1000px) {

#shopinfo{
    margin-bottom: 15%;
}

footer .btn06{
    letter-spacing: 2px;
    text-decoration: none;
}
    
#shopinfo .txt{
    text-align: center;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 1.3em;
}
.shopinfo_sec{
    width: 100%;
    /*margin: 0 auto;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.shopinfo_sec .shopinfo_cont{
    width: calc(100%/1);
    padding: 0 0%;
    /*text-align: center;*/

}

.shopinfo_sec .shopinfo_cont .shopdata{
    padding-left: 0px;
    margin: auto;
   width: 100%;
} 

.shopdata .name,.shopdata .address{
    line-height: 2.2rem;
    font-size: 1.2rem;
}

.shopdata .tel{
}

#shopinfo .btn{
    padding: 0 .6em;
    font-size: 12px;
}

.shopdata .open{
    font-size: 1.2rem;
}

.shopinfo_sec .shopinfo_cont .footer_logo{
    width: 100px;
}

.shopinfo_sec .shopinfo_cont .footer_img{
    width: 100%;
    margin: 0 auto 10px;
}   
  
}


/* =========================================================
pageTop_btn
========================================================= */

#pageTop {
position: fixed;
bottom: 10px;
right: 10px;
}

#pageTop i {
padding-top: 12px
}

#pageTop a {
display: block;
z-index: 999;
border-radius: 30px;
width: 35px;
height: 35px;
background-color: #3339;
color: #fff;
font-weight: bold;
text-decoration: none;
text-align: center;
line-height: 3em;
}

#pageTop a:hover {
text-decoration: none;
opacity: 0.7;
}

/* banner */
.banner-wrapper {
  width: 90%;
  margin: 0 auto;
}

.banner-wrapper img {
  width: 100%;
  height: auto;
}