@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;
	}

body{
background: url("../index/h_ba_sp.png") no-repeat center top;
background-size: 130%;
border-top: #EF95A1 6px solid;
}

.h_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 95%;
margin: 3% auto 0 auto;
padding-top: 5%;
}

.h_box h1{
font-size: 1.1rem;
position: absolute;
top: 0;
left: 0;
}

.h_logo{
width: 60%;
}

.h_navi{
width: 611px;
display: none;
}

.main_img{
width: 95%;
margin: 1% auto;
}

.news_box{
width: 95%;
margin: 0 auto;
border: #EF95A1 3px solid;
background: #fff;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: -20px;
position: relative;
margin-bottom: 20px;
}

.news_title{
width: 100%;
background: url("../index/ba_01.png") no-repeat center center;
background-size: 200% 100%;
color: #FFEE00;
font-size: 1.5rem;
line-height: 100%;
display: flex;
align-items: center;
padding-left: 10px;
padding-top: 1%;
}

.news_list_box{
width: 100%;
margin-right: 0px;
padding: 2% 0;
height: 100px;
overflow-y: scroll;
padding-left: 2%;
}

.news_list_box dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.news_list_box dl dt{
font-size: 1.1rem;
color: #666666;
width: 90%;
border-bottom: none;
margin-bottom: 1%;
padding-bottom: 1%;
}

.news_list_box dl dd{
font-size: 1.1rem;
width: 95%;
border-bottom: #666666 1px dashed;
margin-bottom: 2%;
padding-bottom: 2%;
}

.main_box_01{
width: 95%;
margin: 0 auto;
}

.main_copy_01{
text-align: center;
font-family: heisei-maru-gothic-std, sans-serif;
font-weight: 800;
font-style: normal;
font-size: 1.8rem;background: url("../index/ba_02.png") bottom repeat-x;
display: inline-block;
color: #A08775;
margin-bottom: 2%;
padding-bottom: 0.5%;
}

.list_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 2% 0 8% 0;
}

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

.midashi_01{
font-size: 1.4rem;
color: #A08775;
font-family: heisei-maru-gothic-std, sans-serif;
font-weight: 800;
font-style: normal;
margin: 7% 0 3% 0;
}

.honbun_01{
font-size: 1.2rem;
text-align: left;
line-height: 190%;
}

.main_box_02{
width: 90%;
background: url("../index/ba_03.png") no-repeat;
background-size: 100% 100%;
text-align: center;
margin: 0 auto;
position: relative;
padding: 5% 0 3% 0;
}

.midashi_02{
font-size: 2.0rem;
background: url("../index/ba_04.png") no-repeat top;
background-size: 100%;
height: 50px;
width: 200px;
padding-top: 8px;
font-family: heisei-maru-gothic-std, sans-serif;
font-weight: 400;
font-style: normal;
color: #FFF;
position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.midashi_03{
font-size: 2.0rem;
background: url("../index/ba_05.png") no-repeat top;
background-size: 100%;
height: 50px;
width: 200px;
padding-top: 8px;
font-family: heisei-maru-gothic-std, sans-serif;
font-weight: 400;
font-style: normal;
color: #FFF;
position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align: center;
}

.copy_01{
font-size: 1.7rem;
color: #EF95A1;
font-family: heisei-maru-gothic-std, sans-serif;
font-weight: 800;
font-style: normal;
margin-top: 15px;
}

.img_05{
width: 80%;
padding: 5% 0 2% 0;
}

.honbun_03{
text-align: center;
font-size: 1.2rem;
color: #333333;
line-height: 200%;
}

.img_06{
width: 80px;
position: absolute;
top: -20px;
left: -20px;
}

.img_07{
width: 80px;
position: absolute;
bottom: -20px;
right: -20px;
}

.main_box_03{
padding: 7% 0;
width: 95%;
margin: 0 auto;
position: relative;
}

.pink_box{
background: #F9D0D5;
width: 100%;
padding: 15% 0;
}

.list_03{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 4%;
text-align: center;
}

.list_03 dt{
width: 165px;
}

.list_03 dd{
margin-left: 4%;
}

.main_box_03 iframe{
width: 100%;
height: 300px;
}

.h_navi_sp{
text-align: center;
padding-top: 10%;
}

.h_navi_sp li{
font-size: 2.0rem;
margin-bottom: 5%;
}
.h_navi_sp li a{
color: #A08775;
}

.h_navi_sp li img{
width: 5%;
margin-right: 2%;
}

.top_nav02{
	position:fixed;
	bottom: 1%;
    right:0;
    width: 100%;
	z-index:9999999999999999999;
	background-size: 100% 100%;
	}

.top_nav02 ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.top_nav02 ul li{
width: 48%;
padding: 0 1%;
}

footer{
background: #FFF87F;
padding-top: 4%;
text-align: center;
padding-bottom: 17%;
}

.access_list li{
width: 90%;
margin: 0 auto 10% auto;
}

.access_list li iframe{
width: 100%;
height: 300px;
}

.list_movie{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 2% 0 0% 0;
padding-top: 15%;
margin-bottom: 10%;
}

.list_movie li{
width: 48%;
margin-bottom: 4%;
}

.list_movie li iframe{
width: 100%;
height: 130px;
}

}