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

header.mobile {
  position: fixed;
  right: 0;
  top: 0;
  width: 30%;
  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: #fff;
  -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;
  background-color: #000;
}

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

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  background-color: #000;
}



@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_h_section div h1{
width: 180px;
margin-right: 40px;
}

.pc_navi {
display: none;
}

.h_right_data{
 display: none;
}

.top_main_img{
background: url("../img/top/main_img_01.jpg") no-repeat center center;
background-size: cover;
width: 100%;
height: 70vh;
position: relative;
}

.top_main_img div{
width: 90%;
position: absolute;
top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.top_main_p_01{
font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
font-size: 2.5rem;
padding: 15px 0;
}

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

.shopping_btn{
width: 80%;
position: absolute;
bottom: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.top_main_section_01{
width: 95%;
margin: 0 auto;
padding: 30px 0;
}

.top_midashi_01{
background: url("../img/top/midashi_ba_01.png") no-repeat center center;
background-size: 100%;
font-family: gryphius-mvb,serif;
font-weight: 400;
font-style: italic;
font-size: 1.8rem;
color: #534741;
text-align: center;
margin-bottom: 20px;
}

.works_list_01 li{
width: 31%;
height: 125px;
position: relative;
}

.works_list_01 li p{
text-align: center;
font-size: 2.8rem;
color: #fff;
font-family: gryphius-mvb,serif;
font-weight: 400;
font-style: italic;
line-height: 80%;
position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.works_list_01 li p span{
font-size: 1.0rem;
font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
}

.top_main_section_02{
width: 100%;
background: url("../img/top/ba_02.png") no-repeat center center;
background-size: cover;
height: 50vh;
position: relative;
}

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

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

.margin_top40{
margin-top: 20px;
}

.margin_bottom40{
margin-bottom: 20px;
}

.margin_bottom20{
margin-bottom: 10px;
}

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

.news_box{
background: url("../img/top/ba_07.png") no-repeat;
background-size: 100% 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 85%;
padding: 20px 5%;
margin-bottom: 20px;
}

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

.news_box div:nth-of-type(2){
width: 100%;
}

.news_midashi_01{
font-family: gryphius-mvb, serif;
font-weight: 400;
font-style: normal;
color: #534741;
font-size: 2.5rem;
line-height: 100%;
margin-top: -20px;
}

.news_midashi_01 span{
font-family: a-otf-gothic-bbb-pr6n,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.1rem;
line-height: 100%;
}

.btn_03{
font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
font-size: 1.2rem;
border-bottom: #534741 1px solid;
color: #534741;
padding-right: 4em;
position: absolute;
right: 0;
bottom: 10px;
}

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

.news_list_01 dd{
width: 100%;
border-bottom: #000000 1px dotted;
padding-bottom: 10px;
margin-bottom: 10px;
}

.top_midashi_03{
background: url("../img/top/ba_05.png") no-repeat center center;
background-size: 100%;
font-family: gryphius-mvb,serif;
font-weight: 400;
font-style: italic;
font-size: 1.8rem;
color: #534741;
text-align: center;
margin-bottom: 20px;
color: #fff;
}

.f_data_section_02 img{
width: 180px;
margin-bottom: 10px;
}

}