@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap);

/* ===================================================================
CSS information

 File Name  : common.css
 Style Info : 見出し、ボタン、表など繰り返し使うパーツのスタイルを定義
=================================================================== */

html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
}
body {
  color: #111;
  background: url("../img/common/bg/bg01.jpg") center top repeat;
  font-family: 'Noto Serif JP', serif;
  letter-spacing:0.05rem ;
  font-weight: 500;
  /*font-feature-settings: "palt";*/
  font-size: 16px;
  font-size: 1.6rem;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
  @media screen and (max-width: 767px) {
    body {
      letter-spacing: 0.1vw;
      font-size: 3.73vw;
    }
  }

/*----------------------------------------------------
  link要素
--------------------------------------------------- */
a {
  transition: all 0.2s ease-in-out 0s;
}
a:link {
  color: #d8836e;
}
a:visited {
  color: #d8836e;
}
a:hover {
  text-decoration: none;
  color: #d8836e;
}
a:active {
  color: #d8836e;
}
:focus-ring {
  outline: dotted 1px #F6AB00;
}
:-moz-focusring {
  outline: dotted 1px #F6AB00;
}

.search_link a {

}

/*----------------------------------------------------
  img要素
--------------------------------------------------- */
img {
  line-height: 1;
  /*font-size: 0;*/
  vertical-align: top;
  height: auto;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*----------------------------------------------------
  見出し要素
--------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
  line-height: 1.5;
}

/*----------------------------------------------------
 フォントファミリー
--------------------------------------------------- */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Sawarabi Mincho", serif;
}

/*----------------------------------------------------
 フォントカラー
--------------------------------------------------- */
.fc01 {
  color: #a6658d;
}
.fc02 {
  color: #d8836e;
}

/*----------------------------------------------------
 背景カラー
--------------------------------------------------- */
.bg01 {
  background: url("../img/common/bg/bg01.jpg") repeat;
}
.bg02 {
  background: url("../img/common/bg/bg02.jpg") repeat;
}
.bg04 {
  background: url("../img/common/bg/bg04.jpg") repeat;
}

/*----------------------------------------------------
 共通カラム
--------------------------------------------------- */
#page {
  overflow:hidden;
  margin: 0 auto;
  padding-top: 150px;
}
#contents {
  line-height: 1.8;
}
#contents a:hover img{
  opacity: 0.70;
}
.wrapper {
  position: relative;
  max-width: 1260px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
.inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
  @media screen and (max-width: 767px) {
    html, body, #page {
      min-width:100%!important;
      max-width:100%!important;
      width:100%!important;
    }
    .wrapper, .inner {
      max-width: 100%;
      width: 100%;
      padding: 0;
    }
  }

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: url("../img/common/bg/bg01.jpg") repeat;
  height: 150px;
  padding: 0 10px;
}
#header .wrapper {
  height: 100%;
  padding-right: 200px;
}
#header .logo {
  position: absolute;
  left: 0;
  bottom: 37px;
}
  @media screen and (max-width: 980px) {
    #header .logo {
      left: calc(50% - 100px);
      bottom: 35px;
    }
    .hd_wrap {
      position: relative;
      padding-bottom: 73px;
    }
  }
  @media screen and (max-width: 767px) {
    #page {
      padding-top: 0;
    }
    #header {
      position: static;
    }
    #header .wrapper {
      padding-right: 0;
    }
    #header {
      height: 20vw;
    }
    #header .logo {
      left: 0.66vw;
      bottom: 3.2vw;
    }
    #header .logo img {
      width: 36vw;
      height: auto;
    }
    .hd_wrap {
      padding-bottom: 17.33vw;
    }
  }

#gNavi {
  position: relative;
  margin-left: 240px;
  height: 100%;
  z-index: 5;
}
#gNavi li:last-child {
  margin-right: 0;
}
#gNavi li a {
  display: block;
  text-decoration: none;
  color: #111;
  white-space: nowrap;
}
#gNavi li a:hover {
  color: #A6658D;
}
.hd_menu01 {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
}
.hd_menu01 li {
  margin-right: 7.5%;
}
  @media screen and (max-width: 1100px) {
    #gNavi {
      margin-left: 29.5%;
    }
    .hd_menu01 li {
      margin-right: 5%;
    }
  }

  @media screen and (max-width: 980px) {
    #gNavi {
      display: none;
    }
  }

.hd_menu02 {
  position: absolute;
  left: 0;
  top: 95px;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hd_menu02 li {
  margin-right: 4.5%;
  padding: 5px 0;
}
.hd_menu02 a {
  background: url("../img/common/ico/ico_arrow01.png") left center no-repeat;
  background-size: 7px 11px;
  padding-left: 13px;
  font-size: 1.4rem;
}
.hd_menu02 a.instagram {
  background: url("../img/common/ico/ico_instagram32.png") left center no-repeat;
  background-size: 16px 16px;
  padding-left: 20px;
}
  @media screen and (max-width: 1100px) {
    .hd_menu02 {
      top: 82px;
    }
    .hd_menu02 li {
      margin-right: 3.5%;
    }
  }

.hd_plan {
  position: absolute;
  right: 10px;
  top: 54px;
  width: 190px;
}
.hd_plan a {
  display: block;
  width: 100%;
  line-height: 34px;
  background: #A6658D;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.hd_plan a:hover {
  opacity: 0.7;
}

.hd_tel {
  position: absolute;
  right: 15px;
  bottom: 22px;
}
.hd_tel span {
  display: block;
  font-size: 2.4rem;
  padding-left: 30px;
  background: url("../img/common/ico/ico_tel01.png") left center no-repeat;
  letter-spacing: 0;
}

.has-sub {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 10;
  width: 190px;
}
.language_en {
  position: relative;
  display: block;
  line-height: 34px;
  background: url("/lang/img/common/ico/ico_earth01.png") #D8836E 20px center no-repeat;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.language_en::after {
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  content: "";
  width: 12px;
  height: 8px;
  background: url("/lang/img/common/ico/ico_arrow05.png") center center no-repeat;
}
.sub {
  position: absolute;
  left: 0;
  top: 34px;
  display: none;
  width: 100%;
  z-index: 3;
}
.sub > li > a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #E2A292;
  text-decoration: none;
  line-height: 34px;
}
.sub > li > a:hover {
  background-color: #D8836E;
}
  @media screen and (max-width: 767px) {
    .has-sub {
      right: 0;
      top: 5.33vw;
      width: 33vw;
      font-size: 3.46vw;
    }
    .language_en {
      line-height: 9.33vw;
      background: url("/lang/img/common/ico/ico_earth01.png") #D8836E 2.33vw center no-repeat;
      background-size: 4vw 4vw;
    }
    .language_en::after {
      position: absolute;
      right: 2.66vw;
      top: calc(50% - 1.66vw);
      content: "";
      width: 3vw;
      height: 4vw;
      background-size: 3vw auto;
    }
    .sub {
      top: 9.33vw;
    }
    .sub > li > a {
      line-height: 9.33vw;
    }
  }

/*----------------------------------------------------
	パンくずリスト
----------------------------------------------------*/
#crumbs {
  padding: 18px 0 58px;
}
#crumbs li {
  display: inline;
  font-size: 1.4rem;
}
#crumbs li a {
  text-decoration: none;
  color: #111;
}
#crumbs li a:hover {
  color: #D8836E;
}
#crumbs li i {
  color: #666;
  margin: 0 4px;
}
#crumbs li a i {
  font-size: 1.2rem;
  margin: 0 4px 0 0;
}
  @media screen and (max-width: 767px) {
    #crumbs {
      padding: 3vw 2vw 10.66vw;
    }
    #crumbs li {
      font-size: 3.33vw;
    }
    #crumbs li i {
      margin: 0 1vw;
    }
    #crumbs li a i {
      font-size: 3.33vw;
      margin: 0 1vw 0 0;
    }
  }

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
}
#footer .wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
}
.ft_logo {
  margin: 7px 50px 0 0;
}
#footer dl {
  line-height: 1.9;
  width: 400px;
}
#footer dt {
  font-size: 1.8rem;
}
#footer dd {
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
}
.ft_menu {
  padding-top: 7px;
}
.ft_menu ul {
  margin-right: 90px;
}
.ft_menu ul:last-child {
  margin-right: 0;
}
.ft_menu li {
  margin-bottom: 11px;
}
.ft_menu li a {
  display: inline-block;
  text-decoration: none;
  color: #1e1e1e;
  font-size: 1.4rem;
  background: url("../img/common/ico/ico_arrow01.png") left center no-repeat;
  background-size: 7px 11px;
  padding-left: 13px;
  white-space: nowrap;
}
.ft_menu li a:hover {
  color: #A6658D;
}
.copyright {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  padding: 0 0 20px;
}
  @media screen and (max-width: 1100px) {
    #footer dl {
      width: 320px;
    }
    .ft_menu ul {
      margin-right: 40px;
    }
  }
  @media screen and (max-width: 980px) {
    .ft_menu {
      display: none;
    }
    .copyright {
      padding-bottom: 95px;
    }
  }
  @media screen and (max-width: 767px) {
    #footer {
      background-size: 640px auto;
    }
    #footer .wrapper {
      padding: 5.33vw 3.73vw 7vw;
    }
    .ft_logo {
      margin: 2vw 6vw 0 0;
    }
    .ft_logo img {
      width: 33.33vw;
      height: auto;
    }
    #footer dl {
      line-height: 2;
      width: 50vw;
    }
    #footer dt {
      font-size: 4vw;
    }
    #footer dd {
      font-size: 3.2vw;
      letter-spacing: 0.05vw;
    }
    .copyright {
      font-size: 2.4vw;
      letter-spacing: 0;
      padding: 0 0 22vw;
    }
  }

/*----------------------------------------------------
	2カラム用
----------------------------------------------------*/
.column_two {
  width: 100%;
}
.column_left {
  width: 74.5%;
}
.column_right {
  width: 24%;
}
  @media screen and (max-width: 767px) {
    .column_two {
      padding: 0 2vw;
    }
   .column_left {
      width:100%;
    }
    .column_right {
      width:100%;
    }
  }

/*----------------------------------------------------
  共通タイトル
--------------------------------------------------- */
#lowerVisual {
  height: 300px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  
}
.page_ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  color: rgb(17, 17, 17);
  text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #fff,0 0 25px #fff,0 0 30px #fff,0 0 40px #fff,0 0 50px #fff;
}
  @media screen and (max-width: 767px) {
    #lowerVisual {
      height: 26vw;
    }
    .page_ttl {
      font-size: 5.33vw;
      letter-spacing: 0.5vw;
    }
  }

.main_room {
  background: url("../img/main/main_room.jpg") center center no-repeat;
  background-size: cover;
}
.main_cuisine {
  background: url("../img/main/main_cuisine.jpg") center center no-repeat;
  background-size: cover;
}
.main_spa {
  background: url("../img/main/main_spa.jpg") center top no-repeat;
  background-size: cover;
}
.main_dayplan {
  background: url("../img/main/main_dayplan.jpg") center center no-repeat;
  background-size: cover;
}
.main_facilities {
  background: url("../img/main/main_facilities.jpg") center top no-repeat;
  background-size: cover;
}
.main_sightseeing {
  background: url("../img/main/main_sightseeing.jpg") center top no-repeat;
  background-size: cover;
}
.main_access {
  background: url("../img/main/main_access.jpg") center center no-repeat;
  background-size: cover;
}
.main_faq {
  background: url("../img/main/main_faq.jpg") center center no-repeat;
  background-size: cover;
}
.main_privacy {
  background: url("../img/main/main_privacy.jpg") center center no-repeat;
  background-size: cover;
}
.main_topics {
  background: url("../img/main/main_topics.jpg") center center no-repeat;
  background-size: cover;
}
.main_sitemap {
  background: url("../img/main/main_sitemap.jpg") center center no-repeat;
  background-size: cover;
}
.main_contact {
  background: url("../img/main/main_contact.jpg") center center no-repeat;
  background-size: cover;
}
.main_nf,
.main_ {
  background: url("../img/main/main_contact.jpg") center center no-repeat;
  background-size: cover;
}

.sub_ttl01 {
  text-align: center;
  font-weight: 400;
  background: url("../img/common/bg/sub_ttl01_bg.png") center top no-repeat;
  padding-top: 68px;
}
.sub_ttl01 span {
  font-size: 3rem;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0.5rem;
}
.sub_ttl01 small {
  font-size: 1.3rem;
  display: block;
  color: #d8836e;
  letter-spacing: 0.3rem;
}
  @media screen and (max-width: 767px) {
    .sub_ttl01 {
      background-size: 59vw auto;
      padding: 13vw 0 1.66vw;
    }
    .sub_ttl01 span {
      font-size: 5.33vw;
      margin-bottom: 1.33vw;
      letter-spacing: 0.7vw;
    }
    .sub_ttl01 small {
      font-size: 3.33vw;
      letter-spacing: 0.7vw;
    }
  }

.sub_ttl02 {
  text-align: center;
  font-weight: 400;
  background: url("../img/common/bg/sub_ttl02_bg.png") center top no-repeat;
  padding-top: 68px;
}
.sub_ttl02 span {
  font-size: 3rem;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0.5rem;
}
.sub_ttl02 small {
  font-size: 1.3rem;
  display: block;
  color: #e4aa01;
  letter-spacing: 0.3rem;
}
  @media screen and (max-width: 767px) {
    .sub_ttl02 {
      background-size: 59vw auto;
      padding: 13vw 0 1.66vw;
    }
    .sub_ttl02 span {
      font-size: 5.33vw;
      margin-bottom: 1.33vw;
      letter-spacing: 0.7vw;
    }
    .sub_ttl02 small {
      font-size: 3.33vw;
      letter-spacing: 0.4vw;
    }
  }

.sub_ttl03 {
  text-align: center;
  font-weight: 400;
  background: url("../img/common/bg/sub_ttl03_bg.png") center top no-repeat;
  padding-top: 68px;
}
.sub_ttl03 span {
  font-size: 3rem;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0.5rem;
}
.sub_ttl03 small {
  font-size: 1.3rem;
  display: block;
  color: #a6658d;
  letter-spacing: 0.3rem;
}
  @media screen and (max-width: 767px) {
    .sub_ttl03 {
      background-size: 59vw auto;
      padding: 13vw 0 1.66vw;
    }
    .sub_ttl03 span {
      font-size: 5.33vw;
      margin-bottom: 1.33vw;
      letter-spacing: 0.7vw;
    }
    .sub_ttl03 small {
      font-size: 3.33vw;
      letter-spacing: 0.4vw;
    }
  }

/*----------------------------------------------------
  共通ボタン
--------------------------------------------------- */
.pagetop {
  text-align: center;
  background: #fff;
}
.pagetop a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  background: #A6658D;
  padding: 18px;
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop span {
  position: relative;
  padding-left: 22px;
}
.pagetop span::after {
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
}
  @media screen and (max-width: 767px) {
    .pagetop a {
      font-size: 3.73vw;
      padding: 4.7vw;
    }
    .pagetop span {
      padding-left: 6.66vw;
    }
    .pagetop span::after {
      top: calc(50% - 2.2vw);
      font-size: 4.4vw;
    }
  }

.btn01 {
  position: relative;
  z-index: 5;
  text-align: center;
}
.btn01 a {
  position: relative;
  display: inline-block;
  min-width: 300px;
  padding: 16px 10px 16px 25px;
  text-align: center;
  background: #D8836E;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.btn01 a:hover {
  opacity: 0.7;
}
.btn01 a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.btn01 a::after {
  position: absolute;
  left: 28px;
  top: calc(50% - 10px);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}
  @media screen and (max-width: 767px) {
    .btn01 a {
      display: block;
      min-width: 100%;
      padding: 4vw 2vw;
    }
    .btn01 a::after {
      left: 5vw;
      top: calc(50% - 2.5vw);
      font-size: 5vw;
    }
  }

.btn02 {
  position: relative;
  z-index: 5;
  text-align: center;
}
.btn02 a {
  position: relative;
  display: inline-block;
  min-width: 300px;
  padding: 16px 10px 16px 25px;
  text-align: center;
  background: #E4AA01;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.btn02 a::after {
  position: absolute;
  left: 28px;
  top: calc(50% - 10px);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}
.btn02 a::before {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #EBC041;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.btn02 a:hover::before {
  opacity: 1;
  left: 0;
}
.btn02 a span {
  position: relative;
  z-index: 10;
}
  @media screen and (max-width: 767px) {
    .btn02 a {
      display: block;
      min-width: 100%;
      padding: 4vw 2vw;
    }
    .btn02 a::after {
      left: 5vw;
      top: calc(50% - 2.5vw);
      font-size: 5vw;
    }
  }

/*----------------------------------------------------
  共通テーブル
--------------------------------------------------- */
.tbl01 th {
  text-align: left;
  background: #E4AA01;
  color: #fff;
  font-weight: 500;
  border: solid 1px #F4EDC3;
  width: 190px;
  padding: 12px 22px;
  vertical-align: middle;
}
.tbl01 td {
  background: #FBF8E3;
  border: solid 1px #F4EDC3;
  padding: 12px 22px;
  line-height: 1.9;
}
  @media screen and (max-width: 767px) {
    .tbl01,
    .tbl01 tbody,
    .tbl01 tr,
    .tbl01 th,
    .tbl01 td {
      display: block;
      width: 100%;
    }
    .tbl01 th {
      padding: 2.33vw 4vw;
    }
    .tbl01 td {
      padding: 3vw 4vw;
    }
  }

/*----------------------------------------------------
  共通メニュー
--------------------------------------------------- */
.thumbs_menu_nav {
  padding: 35px 0 30px;
}
.thumbs_menu_list .slick-track {
  padding: 10px 0;
}
.thumbs_menu_list ul {
  text-align: center;
}
.thumbs_menu_list li {
  margin: 0 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.thumbs_menu_list li:first-child {
  margin-left: 0;
}
.thumbs_menu_list li:last-child {
  margin-right: 0;
}
.thumbs_menu_list li h3 {
  position: relative;
  line-height: 1.9;
  padding: 15px 5px 24px;
}
.thumbs_menu_list li h3::before {
  position: absolute;
  left: calc(50% - 10px);
  bottom: 4px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #666;
  font-size: 2rem;
  line-height: 1;
}
.thumbs_menu_list .slick-track {
  width: 100%!important;
  transform: none!important;
  text-align: center;
}
.thumbs_menu_list .slick-slide {
  float: none!important;
}
.thumbs_menu_list li {
  width: auto!important;
  display: inline-block!important;
  cursor: pointer;
  background: #fff;
}
.thumbs_menu_list li.thumbnail-current,
.thumbs_menu_list li.slick-current{
  background: #BFB789;
  color: #fff;
}
.thumbs_menu_list li.thumbnail-current h3::before,
.thumbs_menu_list li.slick-current h3::before {
  color: #fff;
}
  @media screen and (max-width: 1280px) {
    .thumbs_menu_list li {
      margin: 0 0.4%;
    }
    .thumbs_menu_list li figure img {
      width: 15vw;
    }
  }
  @media screen and (max-width: 767px) {
    .thumbs_menu_nav {
      padding: 5vw 0 2vw;
    }
    .thumbs_menu_list li {
      margin: 0 1.33vw 2.66vw;
      box-shadow: none;
    }
    .thumbs_menu_list li figure {
      display: none;
    }
    .thumbs_menu_list li h3 {
      line-height: 1.5;
      padding: 2.33vw 3.33vw 5.33vw;
    }
    .thumbs_menu_list li h3::before {
      left: calc(50% - 2.5vw);
      bottom: 0.66vw;
      font-size: 5vw;
    }
    .thumbs_menu_list .slick-track {
      padding: 2.66vw 0;
    }
  }

.menu_nav {
  padding: 45px 0 80px;
}
.menu_nav ul {
  
}
.menu_nav li {
  width: 295px;
  margin: 0 10px;
}
.menu_nav li:first-child {
  margin-left: 0;
}
.menu_nav li:last-child {
  margin-right: 0;
}
.menu_nav li a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #98733E;
  padding: 17px 15px 17px 40px;
  letter-spacing: 0;
  height: 100%;
}
.menu_nav li a:before {
  position: absolute;
  left: 26px;
  top: 24px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
.menu_nav .pdflink {
  margin-top: 20px;
}
.menu_nav .pdflink li a {
  background: #d8836e;
}
.menu_nav .pdflink li a:before {
  content: "\f1c1";

}
.menu_nav li a:hover {
  opacity: 0.7;
}
  @media screen and (max-width: 767px) {
    .menu_nav {
      padding: 8vw 0 6.66vw;
    }
    .menu_nav ul {
      padding: 0 2vw;
    }
    .menu_nav li,
    .menu_nav .pdflink li {
      width: 100%;
      margin: 0 0 2.33vw!important;
    }
    .menu_nav .pdflink {
      margin-top: 0;
    }
    .menu_nav li a {
      text-align: left;
      padding: 3.33vw 2vw 3.33vw 13.33vw;
    }
    .menu_nav li a::before {
      left: 6vw;
      top: 4.7vw;
      font-size: 5vw;
    }
  }

  /*スマホナビ*/
  @media screen and (max-width: 980px) {
    #hbMenu {
      display: block;
    }
    #menu_sp {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
    }
    #menu_sp.menu_fix {
      position: fixed;
      z-index: 100;
      bottom: -80px;
    }
    #menu_sp ul {
      position: relative;
      width: 100%;
      left: 0;
      top: 0;
      transition: all 0.4s ease-in-out 0s;
    }
    #menu_sp.menu_fix ul {
      position: relative;
      top: -80px;
    }
    #menu_sp li {
      width: 25%;
      text-align: center;
      color: #fff;
      border-left: solid 1px #F5EBD8;
      border-top: solid 1px #F5EBD8;
      font-size: 1.8rem;
    }
    #menu_sp li:first-child {
      border-left: none;
    }
    #menu_sp li a {
      position: relative;
      display: block;
      text-decoration: none;
      color: #fff;
      background: #D8836E;
    }
    #menu_sp li a::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 5;
    }
    #menu_sp li span {
      display: block;
      padding: 42px 10px 12px;
    }
    .menu_sp01 span {
      background: url("../img/common/ico/menu_sp01.png") center 10px no-repeat;
      background-size: 20px auto;
    }
    .menu_sp02 span {
      background: url("../img/common/ico/menu_sp02.png") center 12px no-repeat;
      background-size: 24px auto;
    }
    .menu_sp03 span {
      background: url("../img/common/ico/menu_sp03.png") center 15px no-repeat;
      background-size: 30px auto;
    }
    #menuTrigger span {
      background: url("../img/common/ico/menu_sp04.png") #98733E center 15px no-repeat;
      background-size: 22px auto;
    }
  }

  @media screen and (max-width: 767px) {
    #menu_sp.menu_fix {
      bottom: -18vw;
    }
    #menu_sp.menu_fix ul {
      top: -18vw;
    }
    #menu_sp li {
      font-size: 3.2vw;
    }
    #menu_sp li span {
      padding: 10.66vw 2vw 3.33vw;
    }
    .menu_sp01 span {
      background: url("../img/common/ico/menu_sp01.png") center 3.2vw no-repeat;
      background-size: 4vw auto;
    }
    .menu_sp02 span {
      background: url("../img/common/ico/menu_sp02.png") center 3.5vw no-repeat;
      background-size: 5.33vw auto;
    }
    .menu_sp03 span {
      background: url("../img/common/ico/menu_sp03.png") center 4vw no-repeat;
      background-size: 6.66vw auto;
    }
    #menuTrigger span {
      background: url("../img/common/ico/menu_sp04.png") #98733E center 4vw no-repeat;
      background-size: 4.66vw auto;
    }
  }

  @media screen and (max-width: 980px) {
    #hbNav {
      box-sizing: border-box;
      position: fixed;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 100%;
      margin: 0;
      background-color: rgba(0,0,0,0.6);
      z-index: 150;
      overflow-y: visible;
      overflow-x: hidden;
      -webkit-overflow-scrolling: auto;
      overflow-scrolling: auto;
    }
    .hb_inner {
      box-sizing: border-box;
      display: table;
      width: 100%;
      height: 100%;
      font-size: 3.33vw;
      padding: 2vw;
    }
    .hb_inner a {
      display: block;
      color: #fff;
      text-decoration: none;
      text-align: center;
    }
    .hb_menu01 {
      margin-bottom: 0
    }
    .hb_menu01 li {
      width: 50%;
      padding: 3px;
    }
    .hb_menu01 li a {
      position: relative;
      background: #D8836E;
      padding: 4.4vw 2vw;
      border: solid 1px rgba(255,255,255,0.5);
    }
    .hb_menu01 li a::after {
      position: absolute;
      left: 2.66vw;
      top: calc(50% - 1.5vw);
      font-family: "Font Awesome 5 Free";
      content: "\f054";
      font-weight: 900;
      color: #fff;
      font-size: 3vw;
      line-height: 1.2;
    }
    .reserv_btn {
      padding: 3px;
    }
    .reserv_btn a {
      overflow: hidden;
      position: relative;
      background: #A6658D;
      background-size: auto 95%;
      padding: 4.4vw 2vw;
      border: solid 1px rgba(255,255,255,0.5);
    }
    .reserv_btn a::after {
      position: absolute;
      left: 2.66vw;
      top: calc(50% - 1.5vw);
      font-family: "Font Awesome 5 Free";
      content: "\f054";
      font-weight: 900;
      color: #fff;
      font-size: 3vw;
      line-height: 1.2;
    }
    .reserv_btn a::before {
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      background: url("../img/common/bg/btn_bg01.png") 0 0 no-repeat;
      background-size: 35vw auto;
      opacity: 0.25;
      width: 35vw;
      height: 30vw;
    } 
    .booked_btn {
      padding: 3px;
    }
    .booked_btn a {
      position: relative;
      background: #888;
      background-size: auto 95%;
      padding: 4.4vw 2vw;
      border: solid 1px rgba(255,255,255,0.5);
    }
    .booked_btn a::after {
      position: absolute;
      left: 2.66vw;
      top: calc(50% - 1.5vw);
      font-family: "Font Awesome 5 Free";
      content: "\f054";
      font-weight: 900;
      color: #fff;
      font-size: 3vw;
      line-height: 1.2;
    }
    .close_btn {
      padding: 3px;
    }
    .close_btn a {
      position: relative;
      background: #000;
      padding: 4.4vw 2vw;
    }
    .close_btn a span {
      position: relative;
      display: inline-block;
      padding-left: 5vw;
    }
    .close_btn a span::after {
      position: absolute;
      left: 0;
      top: calc(50% - 2vw);
      font-family: "Font Awesome 5 Free";
      content: "\f00d";
      font-weight: 900;
      color: #fff;
      font-size: 4vw;
      line-height: 1.2;
    }
  }
