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

header.mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  height: 50px;
  z-index: 99999999999;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
  background: url("../img/top/ba_01.png");
}

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;
  left: -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;
  margin-top: 50px;
  width: 50%;
  background: url("../img/top/ba_01.png");
}

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: 15px;
  top: 12px;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

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

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

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

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

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



@media (min-width: 1250px) {
  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: 1250px) {

.h_section_01{
display: none;
}

.swiper-container{
height: 100vh;
padding-left: 0;
}

.main_section{
padding-left: 0;
}

footer{
background: url("../img/top/ba_01.png");
padding: 60px 0;
position: relative;
margin-left: 0;
}

}




@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_section_01{
width: 100%;
height: 90vh;
position: relative;
}

.main_logo{
width: 70%;
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.top_data_box{
width: 303px;
font-family: maru-maru-gothic-blr-stdn,sans-serif;
font-weight: 400;
font-style: normal;
position: absolute;
bottom: 3%;
right: 0;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
text-align: center;
}

.top_tel{
font-size: 2.5rem;
color: #fff;
}

.top_data{
font-size: 2.0rem;
color: #fff;
margin-top: 5px;
}

.top_address{
font-size: 1.3rem;
color: #fff;
margin-top: 5px;
}

.top_section_02{
position: relative;
background: #fff;
width: 80%;
margin: 30px auto;
padding: 5%;
}

.top_midashi_01 img{
width: 25px;
margin-right: 8px;
vertical-align: middle;
padding-bottom: 8px;
}

.top_midashi_01{
font-family: vdl-admin,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
letter-spacing: 0.15em;
margin-bottom: 15px;
line-height: 150%;
}

.top_midashi_01 span{
font-family: maru-maru-gothic-blr-stdn,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.3rem;
margin-left: 15px;
letter-spacing: 0;
}

.two_column_section_01 div{
width: 100%;
}

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

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

.news_list_01 dt{
font-size: 1.4rem;
font-weight: bold;
width: 100%;
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}

.news_list_01 dd{
font-size: 1.3rem;
width: 100%;
margin-bottom: 2.5%;
padding-bottom: 2.5%;
border-bottom: #808080 1px dotted;
}

.three_column_section_01 div p{
font-family: maru-maru-gothic-bsr-stdn, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.2rem;
letter-spacing: -0.1em;
font-weight: bolder;
margin-top: 10px;
background: url("../img/top/ba_02.png") no-repeat bottom center;
}

.top_section_ba_01{
background: #fff url("../img/top/ba_03.png") no-repeat bottom center;
background-size: 100%;
height: 250px;
}

footer{
background: url("../img/top/ba_01.png");
padding: 30px 5%;
position: relative;
margin-left: auto;
text-align: center;
}

.footer_column_section_01{
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 0 auto;
}

.footer_column_section_01 div{
width: 300px;
margin-bottom: 20px;
}

.footer_column_section_01 div p{
font-size: 2.0rem;
font-family: vdl-admin, sans-serif;
font-weight: 400;
font-style: normal;
}

.f_line{
width: 100% !important;
padding-bottom: 30px;
border-bottom: #4D4D4D 1px solid;
margin-bottom: 15px;
}

.f_data{
font-size: 1.8rem;
font-family: maru-maru-gothic-bsr-stdn, sans-serif;
font-weight: 400;
font-style: normal;
}

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

}