@charset "UTF-8";
/* CSS Document */

header.mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(18px * 6);
  z-index: 99999999999;
  -webkit-transition: .3s;
  transition: .3s;
}

header.mobile .logo {
  display: inline-block;
  position: relative;
  top: 18px;
  left: 25px;
  width: calc(240px / 2);
}

header.mobile .logo a {
  display: block;
}

header.mobile .logo img {
  width: calc(240px / 2);
  height: auto;
}

header.mobile .headerNav {
  position: fixed;
  right: -100%;
  /* これで隠れる */
  top: 0;
  width: 100%;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 10px;
  background-color: #FFF;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
  opacity: 0;
}

header.mobile .headerNav .btn--reservation {
  width: 240px;
}

header.mobile .headerNav .nav__block {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

header.mobile .headerNav .nav__block li {
  text-align: center;
  padding: 0 14px;
}

header.mobile .headerNav .nav__block li a {
  letter-spacing: .15rem;
  display: block;
  padding: 12px 0;
  font-weight: 700;
  border-bottom: 1px solid lightern(#B8AC14, 30%);
  text-decoration: none;
}

header.mobile .headerNav .nav__block--access {
  text-align: center;
}

header.mobile .headerNav .nav__block--access .logo--access {
  width: 140px;
  height: auto;
  margin-bottom: 16px;
}

.hamburger {
  position: absolute;
  right: 25px;
  top: 22px;
  width: 30px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 18px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #000;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.hamburger__line--1 {
  top: 0;
}

.hamburger__line--2 {
  top: 8px;
}

.hamburger__line--3 {
  top: 16px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open header.mobile .headerNav {
  right: 0;
  opacity: 1;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}



@media (min-width: 940px) {
  header.mobile {
    display: none;
  }
  header.pc {
    display: block;
    width: 940px;
    margin: 24px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.pc .logo {
    width: 240px;
    height: auto;
  }
  header.pc .logo img {
    width: 100%;
  }
  header.pc .nav__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header.pc .nav__block li {
    text-align: right;
  }
  header.pc .nav__block li + li {
    margin-left: 36px;
  }
  header.pc .nav__block li a {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: .15rem;
  }
  header.pc .nav__block li a.active {
    color: #B8AC14;
  }
  header.pc .nav__block li a:hover {
    background: none;
    opacity: 1;
    color: #B8AC14;
  }
  header.pc .nav__block--1 {
    margin-bottom: 24px;
  }
  header.pc .nav__block--2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 24px;
  }
  header.pc .nav__block--2 li a {
    font-size: 1.1rem;
  }
  header.pc .nav__block--2 li .btn--reservation {
    width: 197px;
    font-size: 1.5rem;
  }
}






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

.sp{
	display:block;
	}

.pc{
	display:none;
	}

.sp_navi{
padding-left: 5%;
font-size: 1.4rem;
}

.sp_navi > li{
margin-bottom: 10px;
}

.sp_navi > li::before{
content: 'ー';
}

.sp_navi li a{
font-weight: bold;
}

.sp_navi_in{
display: flex;
flex-wrap: wrap;
font-size: 1.3rem;
margin-left: 1em;
}

.sp_navi_in li{
margin-right: 2em;
line-height: 170%;
}

.sp_navi_in > li a{
font-weight: normal;
}

.nav_pc{
display: none;
}

header{
width: 100%;
padding: 3% 0;
}

header section{
width: 95%;
margin: 0 auto;
}

header section div{
width: 120px;
margin: 0 auto;
display: block;
}

.login_btn{
background: #7D574F;
color: #fff;
font-size: 1.0rem;
padding: 2% 2%;
margin-right: 1em;
}

.login_btn i{
margin-right: 0.5em;
}

.buy_btn{
background: #fff;
font-size: 1.0rem;
padding: 2% 2%;
border: #7C7C7C 1px solid;
}




.point10{
width: 23%;
position: absolute;
top: 53%;
right: auto;
left: 5%;
}


.limited_time{
background: none;
background-size: 100% 100%;
width: 90%;
margin: 8% auto 10% auto;
}

.limited_time dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 0 0 0 0;
}

.limited_time dl dt{
width: 100%;
background: #962801;
color: #fff;

  font-size: 1.7rem;
  text-align: center;
  border-radius: 20px;
  padding: 0.5% 0;
  margin-top: 2%;
}

.limited_time dl dd{
width: 100%;

  font-size: 2.8rem;
  text-align: center;
}

.limited_time dl dd span{
  font-size: 1.8rem;
  font-weight: 700;
}


.list_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
margin: 0 auto;
}

.list_01 li{
width: 100%;
margin-bottom: 5%;
}

.list_01 li h3{
font-size: 2.0rem;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding: 3% 0 1% 0;
}

.list_01 li p{
font-size: 1.4rem;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
}


.section_02{
width: 90%;
margin: 0 auto;
padding: 5% 0;
}


.section_02 > h3{
text-align: center;
font-size: 2.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


.section_02 > p{
text-align: center;
font-size: 4.0rem;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #DD0012;
}

.section_02 dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
margin: 4% auto;
}

.section_02 dl dt{
width:100%;
position: relative;
}

.point10_02{
width: 30%;
position: absolute;
top: -25%;
left: -8%;
}

.section_02 dl dd{
width: 100%;
}

.section_02 dl dd ul li{
font-size: 1.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 2%;
}

.section_02 dl dd ul li::before{
content: "●";
color: #D55E3B;
margin-right: 0.2em;
}

.section_02 dl dd p{
font-size: 1.3rem;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.main_section_03{
width: 90%;
margin: 0 auto;
padding: 4% 0;
}

.button_01 input{
width: 100%;
display: block;
}


.section_02{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 82%;
margin: 0 auto;
padding: 4% 4%;
border: #DD0012 2px solid;
border-radius: 20px;
margin-bottom: 30px;
}

.section_02 div{
width: 100%;
margin-bottom: 15px;
text-align: center;
}

.section_02 div h4{

  font-size: 2.2rem;
  display: inline-block;
  text-align: center;
}

.section_02 div h3{
background: #EB5500;
color: #fff;
font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  display: inline-block;
  border-radius: 20px;
  padding: 0 0.5em;
}

.section_02 div p{

  font-size: 1.7rem;
  padding: 2% 0;
  line-height: 1.7em;
  text-align: center;
  }
  
.section_02 div ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.section_02 div ul li{

font-size: 1.5rem;
color: #fff;
width: 30%;
text-align: center;
margin-right: 0.5em;
border-radius: 10px;
padding: 1% 0;
}


.price{
font-size: 2.6rem !important;
padding: 2% 0;
}

.price span{
font-size: 2.6rem;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-decoration: line-through;
}

.price b{
font-size: 4.0rem;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #DD0012;
  margin-left: 0.1em;
}

}