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

.top_logo{
background: #F15A24;
padding: 3.5% 0;
width: 20%;
text-align: center;
position: relative;
z-index: 9999;
position: absolute;
top: 0;
left: 0;
}

.top_navi ul{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}

.top_navi ul li{
margin-left: 15px;
}

.top_navi ul li a{
font-size: 1.3rem;
}
.top_navi ul li a i{
margin-right: 0.2em;
}

.main_img_section h2{
font-size: 2.1rem;
color: #fff;
position: absolute;
top: 20%;
left: 4%;
line-height: 150%;
}

.top_section_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 90%;
margin: 0 auto 5% auto;
}

.top_section_01 div{
width: 100%;
margin-bottom: 2%;
}

.midashi_01{
font-size: 3.0rem;
line-height: 90%;
margin-bottom: 4%;
text-align: center;
}

.midashi_01 span{
font-size: 1.3rem;
}

.midashi_02{
font-size: 3.0rem;
text-align: center;
}

.honbun_01{
font-size: 1.5rem;
text-align: center;
}

.top_section_02{
background: #FBB03B;
padding: 7% 0;
}

.flow_01{
width: 90%;
margin: 0 auto;
text-align: center;
}

.flow_01 dt{
background: #fff;
border-radius: 10px;
padding: 1.5% 8%;
}

.midashi_03{
font-size: 2.0rem;
color: #F15A24;
}

.flow_01 dd{
font-size: 2.0rem;
color: #fff;
}

.contents_innner {
    padding-top: 60px;
    margin-top:-60px;
}

.main_img_section h1{
font-size: 2.5rem;
color: #fff;
position: absolute;
top: 55%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
line-height: 100%;
text-align: center;
}

.main_img_section h1 span{
font-size: 1.3rem;
}

.page_section_01{
width: 90%;
margin: 0 auto;
}

.page_midashi_01{
font-size: 2.0rem;
text-align: center;
border-bottom: #000000 1px solid;
margin-bottom: 2%;
color: #F15A24;
}

.dl_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
font-size: 1.4rem;
width: 100%;
margin: 0 auto;
}

.dl_02{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.4rem;
width: 100%;
margin: 0 auto;
}

.dl_02 dt{
width: 30%;
margin-bottom: 2%;
padding-bottom: 2%;
border-bottom: #000000 1px dotted;
}

.dl_02 dd{
width: 70%;
margin-bottom: 2%;
padding-bottom: 2%;
border-bottom: #000000 1px dotted;
}

.map_section_01 div{
width: 100%;
text-align: center;
margin-bottom: 5%;
}

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

}