@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/* header */
.header {
  background-color: #fff;
}
.header_logo-PC {
  width: 140px;
}
.header_logo-SP {
  display: none;
}
.header_TEL {
  display: none;
}
.header_instagram {
  display: none;
}
.header_logo-2 {
  width: 100px;
  margin-bottom: 10px;
}
/* navigation */
#nav-SP {
  display: none;
}
.side-menu {
  margin-top: 20px;
  margin-right: 40px;
}
#side-menu_nav ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 12px 0;
  line-height: 1.2;
}
#side-menu_nav ul li a.active {
  background-color: #FFF;
  color: #C5BA5C;
  font-weight: 700;
}
.nav_en {
  font-size: 1.2rem;
}
.humburger-menu {
  display: none;
}
.openbtn1 {
  display: none;
}
/* トップへ戻るボタン */
#scroll-top {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #C6C0BC;
  opacity: 0.6;
  bottom: 6%;
  padding: 10px;
  position: fixed;
  right: 6.5%;
}
.scroll-top__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #C6C0BC;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-size: bold;
  line-height: 1.3;
  color: #FFF;
  text-decoration: none;
}
.scroll-top__text {
  padding-top: 15px;
  position: relative;
}
.scroll-top__text::before {
  content: "〈";
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media(max-width: 768px) {
  .header {
    height: 90px;
  }
  .header_logo-PC {
    display: none;
  }
  .header_logo-SP {
    display: block;
    width: 90px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .header_logo-2 {
    width: 76px;
    margin-top: 16px;
    margin-left: 20%;
  }
  .side-menu nav {
    display: none;
  }
  #nav-SP {
    display: block;
  }
  .header_TEL {
    display: block;
    width: 30px;
    height: 30px;
  }
  .header_instagram {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .humburger-menu {
    display: block;
    background: #FFF;
    border-radius: 0px;
    width: 34px;
    padding: 0px;
  }
  .header_icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 50px;
  }
  #nav-SP {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0; /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #FFF;
    /*動き*/
    transition: all 0.3s;
  }
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  #nav-SP.panelactive {
    opacity: 1;
    z-index: 999;
  }
  /*ナビゲーションの縦スクロール*/
  #nav-SP.panelactive #nav-SP-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  .g-nav-list {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #nav-SP.panelactive ul {
    display: block;
    margin-top: 160px;
  }
  /*リストのレイアウト設定*/
  #nav-SP li {
    list-style: none;
    text-align: center;
  }
  #nav-SP li a {
    color: #333;
    text-decoration: none;
    padding: 12px 8px;
    display: block;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .nav_en {
    font-size: 1.4rem;
    color: #C5BA5C;
  }
  .nav-SP_instagram, .nav-SP_TEL {
    width: 35px;
    height: 35px;
  }
  .nav-SP_wrapper {
    display: flex;
  }
  .nav-SP_calendar {
    display: block;
    border: none;
    background: #C5BA5C;
    border-radius: 50px;
    text-decoration: none;
    color: #FFF;
    font-family: "Shippori Mincho", "游明朝", "Yu Mincho", serif;
    margin: 40px auto 0px;
    font-size: 1.2rem;
    padding: 10px;
    width: 200px;
  }
  .openbtn1 span:nth-of-type(3)::after {
    content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 1px;
    left: -1px;
    color: #C5BA5C;
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .openbtn1.active span:nth-of-type(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 2px;
    left: 8px;
  }
  .openbtn1 {
    display: block;
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 15px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    width: 50%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
  #scroll-top {
    display: none !important;
    opacity: 0;
  }
}
/* footer */
.footer {
  height: 340px;
  padding: 50px 40px 30px;
  background-color: #060303;
  color: #FFF;
  font-size: 1.6rem;
  position: relative;
}
.footer-logo {
  width: 200px;
}
.footer-TEL_icon {
  width: 54px;
}
.footer-container_1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-container_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.footer-container_2 {
  margin: 0 80px;
}
.footer-TEL_number {
  font-size: 3.4rem;
  font-style: normal;
  margin-left: 10px;
}
.footer-container_4 {
  text-align: left;
}
.footer-container_5 {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
.footer-address {
  font-style: normal;
  position: relative;
}
.footer-address::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: calc(40% - 155px)
}
.footer table {
  margin-top: 40px;
}
.footer-open_time {
  padding-left: 20px;
}
.footer-copyright {
  font-size: 1.2rem;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.calendar_link {
  color: #FFF;
}
@media(max-width: 1024px) {
  .footer {
    padding: 40px 0 20px;
  }
  .footer-logo {
    display: none;
  }
  .footer-container_5 {
    display: block;
  }
  .footer-address {
    font-size: 1.4rem;
  }
  .footer-address::after {
    width: 100%;
    bottom: -6px;
    left: calc(40% - 135px);
  }
  .footer table {
    font-size: 1.4rem;
    margin-top: 12px;
  }
  .footer-container_2 {
    margin: 30px auto 40px;
  }
  .footer p {
    font-size: 1.4rem;
  }
  .footer-TEL_icon {
    width: 35px;
  }
  .footer-TEL_number {
    font-size: 2.4rem;
  }
  .footer-copyright {
    bottom: 20px;
  }
}
h2 {
  font-size: 3.6rem;
  margin-bottom: 60px;
}
@media(max-width: 768px) {
  h2 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
}
h2 span {
  font-family: 'Damion', cursive;
  font-size: 2.8rem;
  color: #C5BA5C;
  font-weight: 500;
  line-height: 1.6;
}
@media(max-width: 768px) {
  h2 span {
    font-size: 1.8rem;
  }
}
.btn {
  display: block;
  border: none;
  background: #C5BA5C;
  border-radius: 50px;
  width: 280px;
  padding: 15px 50px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #FFF;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", serif;
  margin: 0 auto;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 10px;
  top: 10px;
}
.arrow.arrow-right::before {
  transform: rotate(45deg);
}
@media(max-width: 768px) {
  .arrow::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
}