@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
  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-height: 900px) {

	}




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

.sp{
	display:block;
	}

.pc{
	display:none;
	}

.main_l_box{
width: 100%;
background: #EBAE01;
height: 100vh;
position: static;
top: auto;
left: auto;
}

.h_logo{
width: 50%;
margin: 0 auto;
}

.navi_01{
margin-top: 10%;
}

.navi_01 li{
text-align: center;
margin-bottom: 5%;
}

.navi_01 li a{
color: #fff;
display: block;
width: 100%;
font-size: 1.6rem;
}

.line_link{
text-align: center;
width: 100%;
position: absolute;
bottom: 20%;
}


.main_r_box{
padding-left: 0;
width: 100%;
}

.logo_02{
width: 100%;
position: absolute;
top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.top_copy_02{
font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
font-size: 2.5rem;
letter-spacing: 0.1em;
text-align: center;
position: absolute;
bottom:8%;
display: block;
width: 100%;
}

.top_box_02{
flex-direction: row-reverse;
}

.top_box_02 div:nth-of-type(1) {
width: 100%;
}

.top_box_02 div{
width: 100%;
}

.midashi_01{
font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
font-size: 2.3rem;
line-height: 150%;
letter-spacing: 0.0em;
text-align: center;
}

.honbun_01{
font-size: 1.3rem;
line-height: 230%;
}

.list_01{
font-size: 1.1rem;
}

.width70{
width: 100%;
margin: 0 auto;
}

.slider_box{
width: 100%;
margin: 3% auto;
}

.top_box_04 section{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;
margin:4% auto;
}

.top_box_04 section div{
width: 100%;
padding:0 8%;
text-align: center;
}

.top_box_04 section div:nth-of-type(2) {
border-left: none;
}

.ryokin_02{
font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
font-size: 2.0rem;
margin-bottom: 4%;
}

.top_box_04 section div dl{
margin-top: 20px;
}

.top_box_04 section div dl dt{
width: 40%;
font-size: 1.6rem;
font-weight: bold;
padding-top: 2%;
}

.top_box_04 section div dl dd{
width: 60%;
font-size: 1.6rem;
padding-top: 2%;
margin-bottom: 2%;
}

.btn_01{
width: 300px;
margin: 0 auto;
display: block;
}

.data_01{
font-size: 1.1rem;
color: #808080;
line-height: 200%;
letter-spacing: 0.1em;
}

.copy_01{
text-align: left;
font-size: 1.5rem;
font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
line-height: 230%;
letter-spacing: 0.1em;
}

.midashi_04{
text-align: center;
font-size: 1.8rem;
font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
letter-spacing: 0.1em;
background: url("../index/line_04.png") no-repeat bottom center;
padding-bottom: 1%;
}

.list_02{
width: 100%;
margin: 0 auto;
}

.list_02 li{
background: url("../index/img_10.jpg") no-repeat left 7px;
background-size: 16px 16px;
padding-left: 22px;
font-size: 1.3rem;
line-height: 200%;
margin-bottom: 7%;
}

.list_03{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}

.list_03 dt{
font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
font-size: 1.5rem;
width:8%;
background: #EBAE01;
color: #fff;
text-align: center;
}

.list_03 dd{
width: 90%;
font-size: 1.4rem;
margin-bottom: 5%;
line-height: 200%;
}

.list_03 dd span{
font-size: 0.8em;
}

.red_box_01{
width: 100%;
margin: 0 auto;
border: #ED1C24 1px solid;
padding: 2% 0;
}

.midashi_05{
background: #ED1C24;
font-size: 1.4rem;
font-weight: bold;
color: #fff;
display: block;
text-align: center;
width: 120px;
margin: 0 auto;
padding: 0.5% 0;
margin-bottom: 2%;
}

.honbun_red_01{
font-size: 1.3rem;
color: #ED1C24;
line-height: 220%;
}

#form{
	width:100%;
	margin: 0 auto;
	}

.kiyaku_box{
width: 96%;
height: 100px;
overflow-x: hidden;
overflow-y: scroll;
margin: 0 auto;
padding: 2%;
background: #fff;
margin-top: 2%;
}

.honbun_02{
font-size: 1.2rem;
line-height: 200%;
}

.btn{
display: block;
width: 300px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5%;
}

.btn_03{
width: 100%;
border: none;
background: url("../index/ba_02.jpg") no-repeat center center;
background-size: 300px;
text-align: center;
color: #fff;
font-size: 1.6rem;
padding: 8% 0;
	cursor: pointer;
}

.name{
font-size: 3.8rem;
font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
}

.data_02 dt{
font-size: 1.4rem;
color: #EBAE01;
width: 100%;
}
.data_02 dd{
font-size: 1.4rem;
width: 100%;
}

.staff_box{
align-items: stretch;
}

.ryoukin_section{
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
margin:4% auto;
}

.ryoukin_section div:nth-of-type(1){
width: 100%;
padding-right: 0;
text-align: center;
}

.ryoukin_section div:nth-of-type(2) {
border-left: none;
width: 100%;
padding-left: 0;
}

.ryoukin_section div dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: left;
}

.ryoukin_section div dl dt{
width: 12%;
font-size: 1.4rem;
font-weight: bold;
padding-top: 1%;
padding-bottom: 1%;
margin-bottom: 2.5%;
background: #EBAE02;
color: #fff;
text-align: center;
}

.ryoukin_section div dl dd{
width: 85%;
font-size: 1.4rem;
padding-top: 1%;
margin-bottom: 1%;
}

}