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

header{
width: 100%;
background: none;
background-size: 100% 146px;
margin-top: 20px;
}

.h_box_01{
background: url("../index/ba_02.png") no-repeat top;
background-size: 500% 100%;
width: 100%;
margin: 0 auto;
padding-top: 80px;
padding-bottom: 100px;
}

.h_logo{
width: 120px;
margin-top: -60px;
position: relative;
margin-left: 2%;
}

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

.h_box_02_l{
margin-left: 0;
width: 100%;
}

.h_midashi_01{
text-align: center;
background: url("../index/line_01.png") no-repeat left center , url("../index/line_01.png") no-repeat right center ;
color: #49a673;
font-size: 1.8rem;
margin-top: -110px;
}

.h_midashi_02{
text-align: center;
font-size: 2.5rem;
color: #666666;
}

.h_box_02_r{
text-align: center;
width: 100%;
}

.h_box_02_r img{
width: 200px;
margin-top: -110px;
}

.navi_01{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 40px;
}
.navi_01 li{
border-left: none;
padding: 0;
width: 100%;
text-align: center;
margin-bottom: 10%;
}

.navi_01 li:last-of-type{
border-right:  none;
padding: 0 0 0 3%;
}

.navi_01 li a{
text-align: center;
}

.navi_01 li a img{
width: auto;
}

.navi_01 li a i{
font-size: 4.0rem;
color: #009e96;
padding: 0 30px 0 0;
}

.top_main_img{
margin: 10px 0 0 0;
}

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

.list_box_01{
width: 95%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;
}

.list_box_01 dd{
width: 100%;
}

.midashi_02{
font-size: 2.0rem;
color: #009e96;
background: url("../index/line_02.png") no-repeat bottom center;
background-size: 100%;
padding-bottom: 1%;
margin-bottom: 2%;
}

.honbun_01{
font-weight: lighter;
font-size: 1.4rem;
color: #737373;
line-height: 180%;
letter-spacing: 0.1rem;
}

.line_01{
border-bottom: #999 1px solid;
margin-bottom: 20px;
}

.news_box_01{
background: url("../index/ba_06.png") no-repeat;
background-size: 100% 100%;
width: 90%;
padding: 20px 5% 40px 5%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 20px;
position: relative;
}

.news_box_01 div{
width: 100%;
padding-bottom: 3%;
margin-bottom: 3%;
border-bottom: #000000 1px dotted;
}

.category_01{
width: 100%;
display: flex;
flex-wrap: wrap;
margin-top: 2%;
margin-bottom: 3%;
}

.news_midashi_01{
font-size: 1.8rem;
color: #635647;
border-bottom: #B1D8EC 2px solid;
padding-bottom: 1%;
margin-bottom: 3%;
}

.ymd_01 i{
margin-right: 1%;
margin-bottom: 3%;
}

.news_box_02{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 4%;
}

.news_box_02 dt{
font-size: 1.5rem;
width: 100%;
color: #635647;
border-bottom: none;
margin-bottom: 1%;
padding-bottom: 1%;
}

.news_box_02 dd{
width: 100%;
color: #635647;
border-bottom: #666 1px dotted;
margin-bottom: 4%;
padding-bottom: 4%;
}

.news_midashi_02{
font-size: 1.5rem;
}

.news_honbun_02{
font-size: 1.3rem;
}

footer{
display: block;
background: url("../index/ba_01.jpg") no-repeat;
background-size: 100% 100%;
width: 100%;
height: 25px;
text-align: center;
font-size: 1.2rem;
color: #fff;
padding: 0.5% 0;
margin-top: -10px;
position: relative;
}

.midashi_01_in_02{
width: 200px;
position: relative;
    top: auto;
	right: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
	margin: 0 auto;
	margin-top: 15px;
}

}