@charset "utf-8";
/* 共通ソース 
--------------------------------------------------
・ヘッダー・フッターなど各ページ共通ソースです
・下部ディレクトリの共通ソース（キービジュアル等）も含みます
・２ページ以上またぐソースは全てこちらに記述します
--------------------------------------------------
*/
* {
  box-sizing: border-box;
}
body {
  font-family: "Roboto","Noto Serif JP"
    sans-serif;
  font-size: 14px;
  width: 100%;
}

.wrap {
  overflow: hidden;
}

/* PC / SP 表示切り替え */
.pc--blc {
  display: block;
}
.sp--blc {
  display: none;
}
/* ！例外
タブレット（768px以上）で非表示、スマホ（767px以下で） 表示する場合 */
.sp--blc--767 {
  display: none;
}

/* テキストに関するCSS
--------------------------------------------------
・classの先頭は全て text-- を付ける
・テキストカラー → text--xxx（カラー名　例：text--white）
・テキストサイズ → text--xxx（サイズ　例：text--12）
・フォントは → text--xxx（フォント名　例：text--serif）
・基本（pタグ）は14pxにて指定
--------------------------------------------------
 */
a {
  color: #333;
}
p {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
.text--white {
  color: #fff;
}
.text--bk {
  color: #333;
}
.text--gray {
  color: #b2ada0;
}
.text--gold--01 {
  color: #5c4929;
}
.text--gold--02 {
  color: #837759;
}
.text--gold--03 {
  color: #d7bc92;
}
.text--beige--01 {
  color: #eee7d6;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.75vw;
  }
}

/* 
--------------------------------------------------
背景色CSS
・bg--color--xx にて記述（例：bg--color--white）
--------------------------------------------------
*/
.bg--color--gold--01 {
  color: #5c4929;
}
.bg--color--gold--02 {
  color: #837759;
}
.bg--color--beige--01 {
  color: #eee7d6;
}
.bg--color--beige--02 {
  color: #deccac;
}
.bg--color--gray--01 {
  color: #bebdbc;
}
.bg--color--gray--02 {
  color: #e6e2dd;
}
.bg--color--gray--03 {
  color: #e9e8e1;
}
.bg--color--bk--01 {
  color: #333;
}
.bg--color--bk--02 {
  color: #000;
}
.bg--color--bk--03 {
  color: #494947;
}

/* 
横幅指定CSS
--------------------------------------------------
・wid--（数字）にて記述（例：幅1000px指定の場合、wid--1100）
※ SP幅（768px未満）になると、全てwidth:95%;になる
--------------------------------------------------
*/
.wid--900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.wid--1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.wid--1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.wid--1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wid--1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* 
ボタンのCSS
--------------------------------------------------
class に cmn-—btn を付与で全ページ共通のボタンサイズを指定
※ TOP、観光情報ページのみ、別サイズ指定あり
・ボタンカラー → cmn--btn-—color-—xxx（例：cmn--btn-—color-—　文字色も合わせて指定）
※ SP幅（768px未満）に応じて、相対値で指定される
--------------------------------------------------
*/
.cmn--btn {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 14px;
  width: 236px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cmn--btn::after {
  content: ">>";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
}
.cmn--btn-—color-—gold--02 {
  color: #fff;
  border: solid 1px #837759;
  background-color: #837759;
}
.cmn--btn-—color-—gold--03 {
  position: relative;
  top: 50px;
  left: 110px;
  color: #fff;
  border: solid 1px black;
  background-color: black;
}
.cmn-btn-color-gold-04{
  color: #fff;
  border: solid 1px #837759;
  background-color: #837759;
  left: 110px;
  top: 90px;
}

.cmn--btn-—color-—gold--02:hover {
  color: #837759;
  background-color: #fff;
}
.cmn--btn-—color-—gold--02--frame {
  color: #837759;
  border: solid 1px #837759;
}
.cmn--btn-—color-—gold--02--frame:hover {
  color: #fff;
  background: #837759;
  border: solid 1px #837759;
}
.cmn--btn-—color-—white--02 {
  color: #837759;
  border: solid 1px #837759;
  background-color: #fff;
}
.cmn--btn-—color-—white--02:hover {
  color: #fff;
  background-color: #837759;
}
.cmn--btn--color--white--02 {
  color: #837759;
  border: solid 1px #837759;
  background-color: #fff;
}
.cmn--btn--color--white--02:hover {
  color: #fff;
  background-color: #837759;
}
.cmn--btn-—color-—white--frame {
  color: #fff;
  border: solid 1px #fff;
}
.cmn--btn-—color-—white--frame:hover {
  color: #333;
  background: #fff;
  border: solid 1px #fff;
}

/* 明朝体 */
.text--serif {
  font-family: "Roboto","Noto Serif JP"
}
/* ゴシック体 */
.text--sansserif {
  font-family: "Roboto","Noto Serif JP"
}

/* 
--------------------------------------------------
ヘッダー
--------------------------------------------------
 */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
header > ul {
  width: 100%;
  display: flex;
  align-items: center;
/*  justify-content: flex-end;*/
  position: relative;
}

/* 20200402追加・変更ソース */
header > ul .header--logo {
  width: 30%;
  max-width: 350px;
  margin-left: 1%;
  margin-right: auto;
}
header > ul > li:nth-child(2) {
  width: 32%;
  margin: 0 2.5% 0 auto;
}
header > ul > li:nth-child(2) a {
  color: #fff;
  transition: all .3s;
}
header > ul > li:nth-child(2) a:hover {
  opacity: .5;
}
header > ul > li:nth-child(2) ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 2%;
}
header > ul > li:nth-child(3) ,
header > ul > li:nth-child(4) {
  width: 9.115%;
  min-width: 150px;
}
header > ul > li:nth-child(3) .header--reservation--btn a,
header > ul > li:nth-child(4) .header--menu--btn a {
  font-size: 16px;
  width: 100%;
  height: 90px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
header > ul > li:nth-child(3) .header--reservation--btn a:hover,
header > ul > li:nth-child(4) .header--menu--btn a:hover {
  opacity: 0.8;
}
header > ul > li:nth-child(3) .header--reservation--btn a {
  color: #fff;
}
header > ul > li:nth-child(3) .header--reservation--btn a {
  background: linear-gradient(to bottom, #837759, #5c4929);
  position: relative;
}
header > ul > li:nth-child(3) .header--reservation--btn a::before {
  content: "";
  display: block;
  width: 35px;
  height: 29px;
  margin-right: 10px;
  background: url(../img/common/header--book--icon.svg);
  background-size: contain;
}
header > ul > li:nth-child(4) .header--menu--btn a {
  background-color: #fff;
  cursor: pointer;
}
header > ul > li:nth-child(4) .header--menu--btn a::before {
  content: "";
  display: block;
  width: 27px;
  height: 23px;
  margin-right: 20px;
  background: url(../img/common/header--menu--icon.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  header > ul > li:nth-child(2) {
    margin-right: 1%;
  }
  header > ul > li:nth-child(2) a {
    font-size: 1.4vw;
  }
  header > ul > li:nth-child(3), 
  header > ul > li:nth-child(4) {
    min-width: 120px;
  }
  header > ul > li:nth-child(3) .header--reservation--btn a,
  header > ul > li:nth-child(4) .header--menu--btn a {
    font-size: 1.4vw;
  }
  header > ul > li:nth-child(3) .header--reservation--btn a::before {
    width: 3.5vw;
    height: 2.9vw;
  }
  header > ul > li:nth-child(4) .header--menu--btn a::before {
    width: 2.7vw;
    height: 2.3vw;
  }
  header > ul > li:nth-child(3) .header--reservation--btn a, 
  header > ul > li:nth-child(4) .header--menu--btn a {
    height: 7vw;
  }
}
/* 20200402追加・変更ソース END */

.header--modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header--modal--bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.header--modal > ul {
  width: 100%;
  max-width: 900px;
  padding-right: 100px;
  margin: 0 auto;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  text-align: right;
}
.header--modal > ul > li:first-child {
  position: absolute;
  top: -10px;
  right: 30px;
  padding-top: 10px;
}
.header--modal ul li,
.header--modal ul li p {
  padding: 7px 0;
  margin-bottom: 17px;
  cursor: pointer;
}
.header--modal ul li a,
.header--modal ul li p {
  color: #fff;
}
.header--modal ul li p {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.header--modal ul p::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  transform: rotate(45deg);
  margin-left: auto;
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
}
.header--modal ul p.active::after {
  transform: rotate(-135deg);
  top: 9px;
}
.header--lang--wrap ul {
  display: none;
}
.header--modal > ul li:last-child .cmn--btn {
  margin-left: auto;
  width: 236px;
  height: 45px;
  font-size: 18px;
}
.header--modal > ul li:last-child .cmn--btn::after {
  display: none;
}
.header--modal > ul li:last-child .cmn--btn::before {
  content: "";
  display: block;
  margin-right: 15px;
  background-image: url(../img/common/header--close--icon--min.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}
.header--modal > ul li:last-child .cmn--btn:hover::before {
  content: "";
  display: block;
  margin-right: 15px;
  background-image: url(../img/common/header--close--icon--min--bk.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.header--reservation {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header--reservation--bg {
  background: rgba(0, 0, 0, 0.85);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.header--reservation > ul {
  width: 100%;
  padding-left: 100px;
  max-width: 900px;
  padding-right: 100px;
  margin: 0 auto;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  text-align: center;
}
.header--reservation > ul > li:first-child {
  position: absolute;
  top: -10px;
  right: 30px;
  padding-top: 10px;
}
.header--reservation ul li,
.header--reservation ul li p {
  padding: 7px 0;
  margin-bottom: 17px;
}
.header--reservation ul li a,
.header--reservation ul li p {
  color: #fff;
}
.header--reservation ul li p {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.header--reservation ul p::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  transform: rotate(45deg);
  margin-left: auto;
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
}
.header--reservation ul p.active::after {
  transform: rotate(-135deg);
  top: 9px;
}
.header--reservation > ul li:last-child .cmn--btn {
  margin: 0 auto;
  width: 236px;
  height: 45px;
  font-size: 18px;
}
.header--reservation > ul li:last-child .cmn--btn::after {
  display: none;
}
.header--reservation > ul li:last-child .cmn--btn::before {
  content: "";
  display: block;
  margin-right: 15px;
  background-image: url(../img/common/header--close--icon--min.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}
.header--reservation > ul li:last-child .cmn--btn:hover::before {
  content: "";
  display: block;
  margin-right: 15px;
  background-image: url(../img/common/header--close--icon--min--bk.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

/* 
--------------------------------------------------
フッター
--------------------------------------------------
*/
footer {
  background: #333;
}
footer > div {
  position: relative;
  padding: 40px 0;
}
footer .footer--wrap {
  display: flex;
  justify-content: space-between;
}
.footer--wrap input[type="checkbox"] {
  display: none;
}
footer .footer--wrap a,
footer .footer--wrap label {
  color: #fff;
  font-size: 14px;
}
footer .footer--wrap label:hover {
  text-decoration: underline;
}
footer .footer--wrap label {
  display: flex;
  margin-bottom: 20px;
  pointer-events: none;
}
footer .footer--wrap label::before {
  content: "＜";
  display: block;
}
footer .footer--wrap label::after {
  content: "＞";
  display: block;
}
/*footer .footer--wrap > li {
  min-width: 120px;
}*/
footer .footer--wrap > li:nth-child(2) {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 他文字数のため折返しなし */
footer .footer--wrap > li:nth-child(2) li:nth-child(2) {
  white-space: nowrap;
}
footer .footer--wrap li ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer .footer--wrap li ul li {
  width: 50%;
  margin-bottom: 15px;
}
.footer--wrap--logo {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}
footer .cmn--btn {
  height: 45px;
  margin-left: auto;
}
.footer--campany--link {
  font-size: 14px;
  background: #fff;
  padding: 35px 0;
}
.footer--campany--link ul {
  width: 769px;
  font-size: 13px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
}
.footer--campany--link ul li {
  border-right: #333 solid 1px;
  padding-right: 38px;
}
.footer--campany--link ul li:first-child {
  padding-left: 38px;
}
.footer--campany--link ul li:last-child {
  border-right: none;
}
.footer--campany--link ul li a:hover {
  text-decoration: underline;
}
.footer--campany--link small {
  font-size: 12px;
  text-align: center;
  display: block;
}

/* 
--------------------------------------------------
下部ディレクトリ共通
-------------------------------------------------- 
*/
/* 下部ディレクトリ・キービジュアル */
.cmn--keyvis--wrap {
  height: 700px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cmn--keyvis--wrap1 {
  height: 700px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cmn--keyvis--wrap .cmn--keyvis--text {
  color: #fff;
  width: 100%;
  text-shadow: 0px 0px 10px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.cmn--keyvis--wrap1 .cmn--keyvis--text1 {
  color: #fff;
  width: 100%;
  text-shadow: 0px 0px 10px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.cmn--keyvis--wrap h1 {
  text-align: center;
  font-size: 55px;
  font-weight: 300;
  letter-spacing: 15px;
  margin-bottom: 30px;
}
.cmn--keyvis--wrap p {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn--keyvis--wrap p::before,
.cmn--keyvis--wrap p::after {
  content: "";
  display: block;
  height: 1px;
  width: 167px;
  background: #fff;
}
.cmn--keyvis--wrap p::before {
  margin-right: 20px;
}
.cmn--keyvis--wrap p::after {
  margin-left: 20px;
}

/* 下部ディレクトリ・リード文 */
.main--contents {
  background-position: center 700px;
  background-repeat: no-repeat;
}

.cmn--read--wrap {
  height: 400px;
  background-image: url(../img/common/cmn--read--icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background: linear-gradient( #fff, #000 );
}
.cmn--read--wrap p {
  font-size: 30px;
  text-align: center;
  color: #5c4929;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.cmn--read--text--21 {
  font-size: 21px;
}
.cmn--read--text--24 {
  font-size: 24px;
}
.cmn--read--text--36 {
  font-size: 1.8vw;
}

/* パンくず */
.cmn--read--wrap ul {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.cmn--read--wrap ul li {
  margin-right: 3px;
}
.cmn--read--wrap ul li:last-child {
  margin-right: 0;
}
.cmn--read--wrap ul li,
.cmn--read--wrap ul li a {
  color: #ffffff;
  margin-top: -10px;
}

/* 小見出しテンプレ */
.cmn--subheading {
  text-align: center;
  margin: 100px 0;
}
.cmn--subheading h2 {
  color: #5c4929;
  font-size: 36px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  position: relative;
}
/* 見出し中文字 */
.cmn--subheading .subh--text--mid {
  font-size: 24px;
}
/* 見出し小文字 */
.cmn--subheading .subh--text--mid {
  font-size: 18px;
}
/* ボーダー付与 */
.cmn--subheading h2.subh--bdr::after {
  width: 100%;
  height: 3px;
  background: rgba(213, 184, 144, 0.6);
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
}

.cmn--subheading--eng {
  color: #644B2C;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn--subheading--eng::before,
.cmn--subheading--eng::after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background: #644B2C;
}
.cmn--subheading--eng::before {
  margin-right: 10px;
}
.cmn--subheading--eng::after {
  margin-left: 10px;
}
.cmn--subheading--text {
  margin-bottom: 30px;
  line-height: 1.5;
}

.cmn--flexbox {
    width: 100%;
    display: flex;              /* フレックスボックスにする */
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cmn--flexbox_L {
    width: 100%;
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 11px;
}
.cmn--flexbox_L a {
    color: #fff;
}
.cmn--naviitem-L {
    width: 80%;
    height: 30px;
    padding: 0;
    background-color: rgb(124,110,83);
}

@media screen and (max-width: 768px) {
  .cmn--naviitem-L {
    height: 14px;
  }
}
.cmn--naviitem-R {
    width: 20%;
    padding: 0;
}
.cmn--naviname {
    position: absolute;
}
@media screen and (max-width: 768px) {
  .cmn--naviname {
    position: static;
  }
}

.reservation-pc {
  display: flex;
}
.reservation-sp {
  display: none;
}

.triangle{
  border-top: 15px solid rgb(124,110,83);
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid rgb(124,110,83);
  width: 30px; 
  margin-left: 0; 
  margin-right: auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .triangle{
    border-top: 7px solid rgb(124,110,83);
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid rgb(124,110,83);
    width: 14px; 
  }
}

/* 
--------------------------------------------------
tabletにて、MENUモーダルのみPC表示対応
--------------------------------------------------
*/
@media screen and (max-width: 767px) {
  /* 
  --------------------------------------------------
  タブレット（768px以上）で非表示、
  スマホ（767px以下で） 表示する場合
  --------------------------------------------------
  */
  .sp--blc--767 {
    display: block;
  }
  .header--modal > ul {
    width: 100%;
    max-width: initial;
    position: relative;
    padding-right: 0;
    top: 12vw;
    text-align: center;
    overflow-y: initial;
  }
  .header--modal > ul > li:first-child {
    width: 10%;
    position: absolute;
    top: -20vw;
    right: 8vw;
  }
  .header--modal img {
    position: relative;
    top: 5vw;
    left: 3vw;
    width: 70%;
  }
  .header--modal ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header--modal ul li,
  .header--modal ul li p {
    font-size: 3.5vw;
    width: 50%;
    padding: 5vw 0;
    margin-bottom: 0;
  }
  .header--modal ul li p {
    padding: 0 5vw 0 0;
    position: relative;
    display: inline-block;
  }
  .header--modal ul p::after {
    content: "";
    display: block;
    width: 2vw;
    height: 2vw;
    position: absolute;
    top: 0vw;
    right: 0;
  }
  .header--modal ul p.active::after {
    top: 2vw;
  }
  .header--lang--wrap ul {
    display: none;
    width: 100vw;
    margin: 5vw 0 0 -50vw;
  }
  .header--lang--wrap ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .header--lang--wrap ul li {
    width: 50%;
    float: left;
  }

  .header--modal > ul > li:last-child {
    padding: 0;
    width: 95%;
    margin: 3.5vw auto 0;
    height: 12.5vw;
  }
  .header--modal > ul > li:last-child .cmn--btn {
    width: 100%;
  }
  .header--modal > ul li:last-child .cmn--btn::after {
    display: none;
  }
  .header--modal > ul li:last-child .cmn--btn::before {
    content: "";
    display: block;
    margin-right: 3vw;
    width: 3vw;
    height: 3vw;
  }
    
  .header--reservation > ul {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: initial;
    position: relative;
    padding-right: 0;
    top: 0;
    text-align: center;
    overflow-y: initial;
  }
  .header--reservation > ul > li:first-child {
    width: 10%;
    position: absolute;
    top: -20vw;
    right: 8vw;
  }
  .header--reservation img {
    position: relative;
    top: 5vw;
    left: 3vw;
    width: 70%;
  }
  .header--reservation > ul > li:last-child {
    padding: 0;
    width: 95%;
    margin: 3.5vw auto 0;
    height: 12.5vw;
  }
  .header--reservation > ul > li:last-child .cmn--btn {
    width: 100%;
  }
  .header--reservation > ul li:last-child .cmn--btn::after {
    display: none;
  }
  .header--reservation > ul li:last-child .cmn--btn::before {
    content: "";
    display: block;
    margin-right: 3vw;
    width: 3vw;
    height: 3vw;
  }

  .header--sns img{
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  /* 
  --------------------------------------------------
  PC / SP 表示切り替え
  --------------------------------------------------
  */
  .pc--blc {
    display: none !important;
  }
  .sp--blc {
    display: block !important;
  }
  .reservation-pc {
    display: none;
  }
  .reservation-sp {
    display: flex;
  }

  /*   
横幅指定CSS
--------------------------------------------------
・wid—（数字）にて記述（例：幅1000px指定の場合、wid--1100）
※ SP幅（768px未満）になると、全てwidth:95%;になる
--------------------------------------------------
*/
  .wid--900{
    width: 100%; 
}
  .wid--1000,
  .wid--1100,
  .wid--1200,
  .wid--1280 {
    width: 95%;
  }
  /* 
--------------------------------------------------
ボタン
--------------------------------------------------
 */
  .cmn--btn {
    font-size: 3.25vw;
    width: 70%;
    height: 12.5vw;
  }

  .cmn--btn::after {
    width: 3.75vw;
    height: 3.25vw;
    right: 2.75vw;
    font-size: 3.25vw;
  }
  /* 

/* 
--------------------------------------------------
ヘッダー
--------------------------------------------------

  header > ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* 
--------------------------------------------------
    フッター
--------------------------------------------------
 */
  footer {
    padding-bottom: 18.5vw;
  }
  footer > div.wid--1000 {
    width: 100%;
    padding: 8vw 0;
  }
  footer .footer--wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 7.75vw;
  }
  footer .footer--wrap > li:first-child {
    width: 60%;
    margin: 0 auto 7.75vw;
  }
  footer .footer--wrap a,
  footer .footer--wrap label {
    font-size: 3.75vw;
  }
  footer .footer--wrap label {
    width: 85%;
    padding: 4vw 0;
    margin: 0 auto;
    display: flex;
    pointer-events: auto;
  }
  footer .footer--wrap label::before {
    display: none;
  }

  footer .footer--wrap label::after {
    content: "";
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
    transform: rotate(45deg);
    margin-left: auto;
  }
  footer .footer--wrap label.active::after {
    transform: rotate(-135deg);
    /*background-color: aqua;*/
  }
  footer .footer--wrap label:hover {
    text-decoration: none;
  }
  footer .footer--wrap > li:nth-child(2) {
    width: 100%;
  }
  .footer--wrap li {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer--wrap li ul {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    background: #494947;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  #toggle-tab1:checked ~ .toggle-menu1,
  #toggle-tab2:checked ~ .toggle-menu2,
  #toggle-tab3:checked ~ .toggle-menu3,
  #toggle-tab4:checked ~ .toggle-menu4 {
    overflow: visible;
    opacity: 1;
    height: calc(100% - 12vw);
  }

  footer .footer--wrap li ul li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  footer .footer--wrap li ul li a {
    padding: 4vw 0;
    display: block;
  }
  footer .cmn--btn {
    height: 12.5vw;
    width: 63.5vw;
    margin: auto;
  }
  .footer--campany--link {
    font-size: 3.75vw;
    background: #fff;
    padding: 7.75vw 0;
  }
  .footer--campany--link ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7.75vw;
  }
  .footer--campany--link ul li {
    text-align: center;
    width: 50%;
    border-right: none;
    padding-right: 0;
    margin-bottom: 7.7vw;
  }
  .footer--campany--link ul li:last-child {
    margin-bottom: 0;
  }
  .footer--campany--link ul li a {
    font-size: 3.5vw;
  }
  .footer--campany--link small {
    font-size: 3vw;
  }

  /* 
--------------------------------------------------
下部ディレクトリ共通
-------------------------------------------------- 
*/
  /* 下部ディレクトリ・キービジュアル */
  .cmn--keyvis--wrap {
    height: 55vw;
  }
  .cmn--keyvis--wrap img {
    width: 60%;
    position: relative;
    top: 1vw;
  }
  .cmn--keyvis--wrap .cmn--keyvis--text {
    text-shadow: 0 0 1vw #000;
  }
  .cmn--keyvis--wrap h1 {
    font-size: 6.5vw;
    letter-spacing: 1vw;
    margin-bottom: 2vw;
  }
  .cmn--keyvis--wrap p {
    font-size: 4vw;
    display: flex;
    align-items: center;
  }
  .cmn--keyvis--wrap p::before,
  .cmn--keyvis--wrap p::after {
    width: 10vw;
    background: #fff;
  }
  .cmn--keyvis--wrap p::before {
    margin-right: 2vw;
  }
  .cmn--keyvis--wrap p::after {
    margin-left: 2vw;
  }

  /* 下部ディレクトリ・リード文 */
  .main--contents {
    background-position: center 55vw;
  }
  .cmn--read--wrap {
    height: 55vw;
    background-size: 45vw;
  }
  .cmn--read--wrap p {
    font-size: 6vw;
    width: 100%;
  }
  .cmn--read--text--21 {
    font-size: 4.5vw;
  }
  .cmn--read--text--24 {
    font-size: 4.6vw;
  }
  .cmn--read--text--36 {
    font-size: 6.25vw;
  }

  /* 小見出しテンプレ */
  .cmn--subheading {
    margin: 20vw 0;
  }
  .cmn--subheading h2 {
    font-size: 6.25vw;
    margin-bottom: 3vw;
  }
  /* 見出し中文字 */
  .cmn--subheading h2.subh--text--mid {
    font-size: 4.6vw;
  }
  /* 見出し小文字 */
  .cmn--subheading h2.subh--text--mid {
    font-size: 4vw;
  }
  /* ボーダー付与 */
  .cmn--subheading--eng {
    color: #644B2C;
    margin-bottom: 8vw;
  }
  .cmn--subheading--eng::before,
  .cmn--subheading--eng::after {
    content: "";
    display: block;
    height: 1px;
    width: 5vw;
    background: #644B2C;
  }
  .cmn--subheading--eng::before {
    margin-right: 3vw;
  }
  .cmn--subheading--eng::after {
    margin-left: 3vw;
  }
  .cmn--subheading--text {
    margin-bottom: 3vw;
    font-size: 3vw;
  }

}

/* 上へ戻るボタン */
.cmn--totop {
  width: 80px;
  display: block;
  position: absolute;
  right: -120px;
  top: -50px;
}
@media screen and (max-width: 1250px) {
  .cmn--totop {
    right: -5%;
  }
}
@media screen and (max-width: 1100px) {
  .cmn--totop {
    right: .5%;
  }
}
@media screen and (max-width: 768px) {
  .cmn--totop {
    display: none;
  }
}