@charset "UTF-8";

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

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

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

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

#page {
  background: #fff;
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  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: 1023px) {
  #page {
    letter-spacing: 0.05em;
    font-size: 3.73vw;
    margin-top: 13vw;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

/*----------------------------------------------------
  link要素
--------------------------------------------------- */
a {
  transition: all 0.2s ease-in-out 0s;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #0470b6;
}

a:active {
  color: #000;
}

:focus-ring {
  outline: dotted 1px #998634;
}

:-moz-focusring {
  outline: dotted 1px #998634;
}

/*----------------------------------------------------
  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 {
  font-weight: 400;
  line-height: 1.5;
}

/*----------------------------------------------------
 フォントファミリー
--------------------------------------------------- */
.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.ff01 {
  font-family: 'Merriweather', serif;
}

/*----------------------------------------------------
  スクロールバー
--------------------------------------------------- */

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

@media screen and (max-width: 1023px) {
  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
  }
}

/*----------------------------------------------------
 共通カラム
--------------------------------------------------- */
#page {
  overflow: hidden;
  /*margin: 0 auto;*/
}

@media screen and (max-width: 1023px) {

  html,
  body,
  #page {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

#contents {
  line-height: 2.1;
}

#contents a:hover img {
  opacity: 0.70;
}

@media screen and (max-width: 1023px) {
  #contents {
    line-height: 2;
  }
}

.wrapper {
  position: relative;
  width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

@media screen and (max-width: 1240px) {
  .wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .wrapper {
    padding: 0 2.66vw;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  position: relative;
  z-index: 5;
  width: calc(100% - 100px);
  height: 100px;
}

/*#header::after {
  position: absolute;
  left: 140px;
  top: 30px;
  content: "";
  width: 330px;
  height: 319px;
  background: url("https://www.sumiya.ne.jp/_cms_/wp-content/themes/sumiya_theme/assets/img/common/hd_motif.png") 0 0 no-repeat;
}*/
@media screen and (max-width: 1023px) {
  #header {
    width: calc(100% - 100px);
    height: 13.33vw;
    top: 0;
    width: 80%;
  }

  /*#header::after {
      left: 18.66vw;
      top: 4.26vw;
      width: 44vw;
      height: 42.53vw;
      background: url("https://www.sumiya.ne.jp/_cms_/wp-content/themes/sumiya_theme/assets/img/common/hd_motif.png") 0 0 no-repeat;
      background-size: 44vw 42.53vw;
    }*/
}

.hd_inner {
  position: relative;
  z-index: 5;
  height: 100%;
}

.site_logo {
  position: absolute;
  left: 2.7%;
  top: 16px;
  text-align: center;
}

.site_logo strong {
  display: block;
  letter-spacing: 0;
  font-size: 1.3rem;
}

@media screen and (max-width: 1080px) {
  .site_logo {
    left: 1.2%;
  }
}

@media screen and (max-width: 1023px) {
  .site_logo {
    left: 3.73vw;
    top: 1.13vw;
  }

  .site_logo strong {
    font-size: 2.66vw;
    transform: scale(0.7);
    transform-origin: center bottom;
  }

  .site_logo span img {
    width: 31.33vw;
    height: auto;
  }
}

.hd_nav {
  position: absolute;
  top: 0;
  right: 260px;
  width: calc(100% - 480px);
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.hd_nav li {
  margin-left: 3.5%;
}

.hd_nav li:first-child {
  margin-left: 0;
}

.hd_nav li a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1080px) {
  .hd_nav {
    right: 225px;
    width: calc(100% - 420px);
  }
}

@media screen and (max-width: 1023px) {
  .hd_nav {
    display: none;
  }
}

.hd_nav01 {
  padding-top: 7px;
}

.hd_nav01 li a {
  padding-left: 18px;
}

.hd_nav01 li a:hover {
  text-decoration: underline;
}

.hd_nav01 li a::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f105";
  font-weight: 600;
  color: #bba43f;
}

.hd_nav02 {
  padding-top: 15px;
}

.hd_nav02 li a {
  font-size: 1.5rem;
  padding: 5px 0 10px 0;
}

.hd_nav02 li a::before {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #BBA43F;
  transition: all 0.2s ease-in-out 0s;
}

.hd_nav02 li a:hover::before {
  opacity: 1;
}

.hd_nav02 li.current a::before {
  opacity: 1;
}

.hd_link {
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
  text-align: center;
}

.hd_link li a {
  position: relative;
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  padding-right: 12px;
}

.hd_link li a:hover {
  opacity: 0.9;
}

.hd_online a {
  background-color: #231F29;
  padding-right: 5px;
}

.hd_online a::before {
  position: absolute;
  right: 11px;
  top: 0;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f07a";
  font-weight: 600;
  color: #bba43f;
  font-size: 2.4rem;
}

.hd_plan a {
  background-color: #4F455C;
  padding-right: 5px;
}

.hd_plan a::before {
  position: absolute;
  right: 14px;
  top: 0;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f002";
  font-weight: 600;
  color: #bba43f;
  font-size: 1.8rem;
}

@media screen and (max-width: 1080px) {
  .hd_link {
    width: 200px;
  }
}

/*----------------------------------------------------
	パンくずリスト
----------------------------------------------------*/
#crumbs {
  padding: 0 20px;
  margin-bottom: 50px;
  font-size: 1.5rem;
}

#crumbs li {
  line-height: 1.3;
}

#crumbs li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 1px #40210F;
  color: #000 !important;
  margin-right: 50px;
}

#crumbs li a::before {
  position: absolute;
  right: -36px;
  top: 0;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f105";
  font-weight: 600;
  font-size: 1.8rem;
}

#crumbs li a:hover {
  border-bottom: none;
}

#crumbs li br {
  display: none;
}

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

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  background: #EAE8E1;
}

#footer .wrapper {
  padding: 90px 20px 100px;
}

@media screen and (max-width: 1023px) {
  #footer .wrapper {
    padding: 13.33vw 6.66vw 14.66vw;
  }
}

.ft_info {
  position: relative;
}

.ft_info::after {
  position: absolute;
  left: 100px;
  top: 10px;
  content: "";
  background: url("https://www.sumiya.ne.jp/_cms_/wp-content/themes/sumiya_theme/assets/img/common/bg/sumi03.png") center center no-repeat;
  width: 330px;
  height: 319px;
}

.ft_info dl {
  position: relative;
  z-index: 2;
}

.ft_info dt {
  margin-bottom: 30px;
}

.ft_info dd {
  padding-left: 30px;
  line-height: 2.1;
}

.ft_info dd h3 {
  font-size: 1.7rem;
  margin-bottom: 3px;
}

@media screen and (max-width: 1023px) {
  .ft_info::after {
    left: 23vw;
    top: 2.66vw;
    background-size: 66vw 63.86vw;
    width: 66vw;
    height: 63.86vw;
  }

  .ft_info dt {
    margin-bottom: 5vw;
  }

  .ft_info dt img {
    width: 38vw;
    height: auto;
  }

  .ft_info dd {
    padding-left: 0;
    line-height: 2;
    font-size: 3.46vw;
    letter-spacing: 0.1em;
  }

  .ft_info dd h3 {
    font-size: 3.73vw;
    margin-bottom: 1vw;
  }

  .ft_info dd a {
    color: #000;
  }
}

.ft_menu {
  width: 60.8%;
  padding-top: 5px;
}

.ft_menu a {
  display: inline-block;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
  line-height: 2.1;
  font-weight: 400;
}

.ft_menu a:hover {
  text-decoration: underline;
}

.ft_menu dl {
  margin-bottom: 30px;
}

.ft_menu dl:last-child {
  margin-bottom: 0;
}

.ft_menu dt {
  position: relative;
}

.ft_menu dt::after {
  position: absolute;
  left: -28px;
  ;
  top: 50%;
  content: "";
  width: 20px;
  height: 1px;
  background: #524E4D;
}

.ft_links {
  padding-left: 5.5%;
}

.ft_links ul {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .ft_menu {
    width: 56%;
    padding-top: 5px;
  }

  .ft_links {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .ft_menu {
    display: block;
    width: 100%;
    padding: 50px 30px 0;
  }
}

.ft_sns {
  background: #524E4D;
  padding: 20px;
}

.ft_sns li {
  margin: 0 14px;
}

.ft_sns li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ft_sns li a:hover {
  text-decoration: underline;
}

.ft_sns li a span {
  position: relative;
  display: inline-block;
  margin-left: 14px;
  padding-right: 18px;
}

.ft_sns li:last-child a span {
  padding-right: 0;
}

.ft_sns li a span::after {
  position: absolute;
  right: 0;
  content: "/";
  margin-left: 10px;
}

.ft_sns li:last-child a span::after {
  display: none;
}

@media screen and (max-width: 1023px) {
  .ft_sns {
    padding: 5vw;
  }

  .ft_sns li {
    margin: 0 4.7vw;
  }

  .ft_sns li a {
    display: block;
  }

  .ft_sns li a:hover {
    text-decoration: none;
  }

  .ft_sns li i img {
    width: 9vw;
    height: auto;
  }

  .ft_sns li a span {
    display: none;
  }

  .ft_sns li a span::after {
    display: none;
  }
}

.copyright {
  display: block;
  text-align: center;
  padding: 32px 0 120px;
  font-size: 1.3rem;
}

@media screen and (max-width: 1023px) {
  .copyright {
    padding: 7.4vw 0 23.33vw;
    font-size: 3.46vw;
  }
}

/*フッターボタン*/
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 200;
  display: none;
}

.ft_reserve_menu {
  padding: 0 30px;
}

.ft_reserve_menu li {
  position: relative;
  color: #fff;
  height: 55px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out 0s;
}

.ft_reserve_menu li:hover {
  filter: brightness(1.2);
}

@media screen and (max-width: 1023px) {
  .pagetop {
    display: block !important;
    opacity: 1 !important;
  }

  .ft_reserve_menu {
    padding: 0;
  }

  .ft_reserve_menu ul {
    width: 100%;
  }

  .ft_reserve_menu li {
    height: 14.66vw;
    font-size: 3.73vw;
  }

  .ft_reserve_menu li a {
    position: relative;
    background: #231F29;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .ft_reserve_menu li a span {
    position: relative;
    display: inline-block;
    padding-left: 5vw;
  }

  .ft_reservation_btn {
    display: none !important;
  }
}

.ft_member_btn {
  background: #231F29;
  width: 360px;
  padding-left: 16px;
  transition: all 0.2s ease-in-out 0s;
}

.ft_member_btn:hover {
  background: #30283B;
}

.ft_member_btn::before {
  position: absolute;
  left: 18px;
  top: 17px;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f06b";
  font-weight: 600;
  color: #bba43f;
  font-size: 2.2rem;
  z-index: 2;
}

.benefits_open .ft_member_btn::before {
  content: "\f00d";
}

.ft_tel_btn,
.ft_access_btn {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .ft_member_btn {
    background: #4F455C;
    width: 56%;
    padding-left: 46px;
  }

  .ft_member_btn::before {
    /*left: 4vw;
      top: 5vw;
      content: "\f274";
      font-size: 5.33vw; */
    position: absolute;
    left: 10px;
    top: 8px;
    content: "";
    background: url("../img/common/ico/ico_bestrate.png") center center no-repeat;
    background-size: 48px 36px;
    width: 48px;
    height: 36px;
    z-index: 2;
  }

  .benefits_open .ft_member_btn {
    padding-left: 16px;
  }

  .benefits_open .ft_member_btn::before {
    background: none;
    left: 18px;
    top: 17px;
    content: "\f00d";
  }

  .ft_tel_btn,
  .ft_access_btn {
    display: block !important;
  }

  .ft_access_btn {
    /* width: 29%; */
    width: 44%;
  }

  .ft_access_btn a::after {
    position: absolute;
    right: 0;
    top: 1.66vw;
    content: "";
    width: 1px;
    height: calc(100% - 3.23vw);
    background: #918F94;
  }

  .ft_access_btn a span::before {
    position: absolute;
    left: -1.5vw;
    top: -0.5vw;
    font-family: "Line Awesome Free", "Line Awesome Brands";
    /* content: "\f041"; */
    content: "\f274";
    font-weight: 600;
    color: #bba43f;
    font-size: 5.33vw;
    z-index: 2;
  }

  .ft_tel_btn {
    width: 24.5%;
  }

  .ft_tel_btn a span::before {
    position: absolute;
    left: -2vw;
    top: -0.5vw;
    font-family: "Line Awesome Free", "Line Awesome Brands";
    content: "\f095";
    font-weight: 600;
    color: #bba43f;
    font-size: 5.33vw;
    z-index: 2;
  }

  .benefits_close {
    position: fixed;
    right: 2.33vw;
    top: 3vw;
    font-size: 7vw;
    color: #fff;
    z-index: 5;
  }
}

.ft_reservation_btn {
  background: #4F455C;
  width: 300px;
  padding-right: 10px;
}

.ft_reservation_btn::before {
  position: absolute;
  right: 18px;
  top: 19px;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f002";
  font-weight: 600;
  color: #bba43f;
  font-size: 1.8rem;
  z-index: 2;
}

.ft_reservation_btn::after {
  position: absolute;
  left: 2px;
  top: -33px;
  content: "";
  background: url("../img/common/ico/ico_bestrate.png") center center no-repeat;
  background-size: 60px 46px;
  width: 60px;
  height: 46px;
  z-index: 2;
}

.ft_reservation_btn.open::before {
  content: "\f107";
}

.fmb_close {
  display: none;
}

.benefits_open .fmb_close {
  display: block;
}

.benefits_open .fmb_open {
  display: none;
}

/*検索フォーム共通*/
.reserve_form_wrap {
  position: relative;
}

.reserve_form_wrap form {
  color: #fff;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
}

.reserve_form_wrap select,
.reserve_form_wrap input[type="date"] {
  background: url("../img/common/ico/ico_arrow01.png") 92% center no-repeat;
  background-size: 10px auto;
  background-color: none;
  border: none;
  border-bottom: solid 1px #fff;
  outline: none;
  letter-spacing: 0.1em;
  padding: 7px;
  text-align: center;
}

.reserve_form_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.reserve_form_wrap input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.reserve_form_wrap option {
  color: #000;
}

.reserve_form_wrap input[type="checkbox"] {
  outline: none;
  border: none;
  border-radius: 0;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 3px;
}

.inbox_489ban {
  display: flex;
  align-items: center;
}

.reserve_form_wrap dd {
  position: relative;
  display: flex;
  align-items: center;
}

.reserve_form_wrap button {
  display: block;
  background: none;
  border: solid 1px #fff;
  font-size: 1.5rem;
  width: 200px;
  line-height: 50px;
  letter-spacing: 0.1rem;
  transition: all 0.2s ease-in-out 0s;
}

.reserve_form_wrap button:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {
  .reserve_form_wrap button {
    width: 15%;
    line-height: 40px;
    font-size: 1.4rem;
  }
}

/*フッター検索*/
.ft_reserve_wrap {
  display: none;
  overflow: hidden;
  background: #383535;
  padding: 0 20px 40px;
}

.ft_reserve_inner {
  max-width: 1140px;
  margin: 0 auto;
}

.ft_reserve_box {
  padding: 28px 0;
  align-items: center;
}

.ft_reserve_box {
  align-items: center;
}

.ft_reserve_box .ft_reserve_form {
  width: 79%;
}

.ft_reserve_box .inbox_489ban .room_489ban {
  margin-left: 32px;
}

.ft_reserve_box .date_489ban {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ft_reserve_box dt {
  padding-left: 13px;
}

.ft_reserve_box select,
.ft_reserve_box input[type="date"] {
  font-size: 2rem;
  padding: 7px 35px 7px 5px;
  margin-right: 5px;
}

.ft_reserve_box .stay_489ban select {
  margin-right: 0;
}

.ft_search_btn {
  text-align: center;
}

.ft_reserve_form button {
  background: #4F455C;
  border: none;
  font-size: 1.5rem;
  width: 200px;
  line-height: 55px;
  height: 55px;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out 0s;
}

.ft_reserve_form button:hover {
  background: #5f4f74;
}

.ft_change {
  position: absolute;
  right: 0;
  bottom: -12px;
  width: 200px;
  text-align: center;
}

.ft_change a {
  color: #fff;
  text-decoration: none;
}

.ft_change a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1160px) {
  .ft_reserve_box .date_489ban dd {
    display: block;
  }

  .ft_reserve_box .date_489ban dd label {
    display: block;
    margin-top: 5px;
  }

  .ft_reserve_form button {
    width: 20%;
    line-height: 45px;
    height: 45px;
    margin-top: 12px;
  }

  .ft_change {
    width: 20%;
    bottom: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .ft_reserve_wrap {
    display: none !important;
  }
}

.ft_reserve_link {
  max-width: 1140px;
  margin: 0 auto;
}

.ft_reserve_link li {
  width: 31.5%;
}

.ft_reserve_link li a {
  width: 100%;
}

.pagetop.benefits_open {
  display: block !important;
  opacity: 1 !important;
}

#ft_benefits {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 78, 77, 0.95);
  z-index: 150;
  overflow-y: visible;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
}

.benefits_wrap {
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px 20px 60px;
}

.benefits_inner {
  height: 100%;
}

.benefits_list {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.benefits_list::before {
  position: absolute;
  left: calc(50% - 175px);
  top: calc(50% - 205px);
  content: "";
  width: 511px;
  height: 418px;
  background: url("../img/common/bg/sumi01.png") center center no-repeat;
  opacity: 0.2;
}

@media screen and (max-width: 1023px) {
  .benefits_wrap {
    display: table;
    width: 100%;
    height: 100%;
    padding: 15.33vw 2.66vw 12vw;
  }

  .benefits_inner {
    height: 100%;
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    display: block;
  }

  .benefits_list {
    width: 100%;
    max-width: 100%;
    background: rgba(56, 53, 53, 0.95);
    padding: 6.66vw 2.66vw 10.66vw;
  }

  .benefits_list::before {
    left: 6vw;
    top: -15.33vw;
    width: 81.6vw;
    height: 66.8vw;
    background-size: 81.6vw 66.8vw;
    opacity: 0.15;
  }

  .benefits_reserve_ttl {
    text-align: center;
    color: #fff;
    line-height: 1.9;
    margin-bottom: 6.66vw;
    font-size: 3.73vw;
  }

  .benefits_reserve_ttl span {
    position: relative;
    display: inline-block;
    padding-left: 21.33vw;
    background: url("../img/common/ico/ico_bestrate.png") 0 center no-repeat;
    background-size: 16vw auto;
  }

  .benefits_reserve {
    letter-spacing: 0.1em;
    padding: 0 2.66vw 8vw;
  }

  .benefits_reserve .btn01 a {
    max-width: 100%;
    border: solid 1px #aaa;
  }

  .benefits_reserve .btn01 a::before {
    display: none;
  }

  .benefits_reserve ul {
    padding: 3.33vw 0;
  }

  .benefits_reserve li {
    width: 48.5%;
  }

  .benefits_reserve li a {
    position: relative;
    bottom: 0;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #383535;
    border: solid 1px #aaa;
    line-height: 1.8;
    width: 100%;
    max-width: 89.33vw;
    padding: 3.2vw 2.66vw;
    font-size: 3.73vw;
  }
}

.benefits_box {
  position: relative;
  z-index: 2;
  width: 47.4%;
  margin-bottom: 5%;
  color: #fff;
  line-height: 2.1;
}

.benefits_txt {
  position: relative;
  z-index: 2;
  width: 41.5%;
  padding-top: 1.5%;
}

.benefits_txt dl {
  margin-bottom: 15%;
}

.benefits_txt dt {
  position: relative;
  color: #bba43f;
  font-size: 1.6rem;
  padding-bottom: 4px;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}

.benefits_txt dt::before {
  position: absolute;
  left: -30px;
  bottom: 0;
  content: "";
  width: 150%;
  height: 1px;
  background: #fff;
}

.benefits_txt dt span {
  font-size: 2.4rem;
}

.benefits_txt dd {
  font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
  .benefits_list_ttl {
    text-align: center;
    color: #fff;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 3.33vw;
  }

  .benefits_box {
    width: 100%;
    margin-bottom: 2vw;
    line-height: 2;
  }

  .benefits_txt {
    width: 100%;
    padding-top: 0;
  }

  .benefits_txt dl {
    margin-bottom: 0;
    border-bottom: solid 1px #fff;
    padding: 0 4vw;
  }

  .benefits_txt dt {
    display: inline-block;
    font-size: 3.73vw;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 5vw;
  }

  .benefits_txt dt::before {
    display: none;
  }

  .benefits_txt dt span {
    font-size: 6.4vw;
  }

  .benefits_txt dd {
    display: inline-block;
    font-size: 3.73vw;
    letter-spacing: 0.1em;
    padding-bottom: 3vw;
  }

  .benefits_txt dd .pc_none {
    display: inline;
  }

  .benefits_txt dd i {
    display: block !important;
    font-style: normal;
    font-size: 3.5vw;
  }

  .benefits_txt p {
    display: none;
  }
}

.benefits_box figure {
  position: relative;
  z-index: 3;
  width: 55.5%;
}

.benefits_box figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .benefits_box figure {
    display: none;
  }
}

#benefits_registration::before {
  position: absolute;
  left: -30px;
  top: -10px;
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: rgba(56, 53, 53, 0.75);
}

#benefits_registration h3 {
  position: relative;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  padding: 7.5% 0 7.5% 25px;
}

#benefits_registration h3::before {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f0e0";
  font-weight: 600;
  color: #bba43f;
  z-index: 2;
}

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

.benefits_btn a {
  width: calc(100% - 10px);
  display: block;
  border: solid 1px #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  font-size: 1.5rem;
  margin-top: 10.5%;
}

.benefits_btn a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/*----------------------------------------------------
  共通タイトル
--------------------------------------------------- */
#lowerVisual {
  position: relative;
  width: calc(100% - 100px);
  height: 410px;
  padding-left: 50px;
  background-color: #231F29;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/main/main_info.jpg") center center no-repeat;
  background-size: cover !important;
  margin-bottom: 25px;
}

@media screen and (max-width: 1023px) {
  #lowerVisual {
    width: 100%;
    height: 53.33vw;
    margin: 0;
    padding-left: 0;
  }
}

#lowerVisual.main_cuisine {
  background: url("../img/main/main_cuisine.jpg") center center no-repeat;
}

@media screen and (max-width: 1023px) {
  #lowerVisual.main_cuisine {
    background: url("../img/main/main_cuisine_sp.jpg") center center no-repeat;
  }
}

#lowerVisual.main_austrianwine {
  background: url("../img/main/main_austrianwine.jpg") center center no-repeat;
}

#lowerVisual.main_dining {
  background: url("../img/main/main_dining.jpg") center center no-repeat;
}

#lowerVisual.main_room {
  background: url("../img/main/main_room.jpg") center center no-repeat;
}

#lowerVisual.main_honami {
  background: url("../img/main/main_honami.jpg") center center no-repeat;
}

#lowerVisual.main_akatoki {
  background: url("../img/main/main_akatoki.jpg") center center no-repeat;
}

#lowerVisual.main_sawarabi {
  background: url("../img/main/main_sawarabi.jpg") center center no-repeat;
}

#lowerVisual.main_seiyu {
  background: url("../img/main/main_seiyu.jpg") center center no-repeat;
}

#lowerVisual.main_terrace {
  background: url("../img/main/main_terrace.jpg") center center no-repeat;
}

#lowerVisual.main_terrace_bed {
  background: url("../img/main/main_terrace_bed.jpg") center center no-repeat;
}

#lowerVisual.main_tougasumi {
  background: url("../img/main/main_tougasumi.jpg") center center no-repeat;
}

#lowerVisual.main_tsuki-oboro {
  background: url("../img/main/main_tsuki-oboro.jpg") center center no-repeat;
}

#lowerVisual.main_yamanoiori {
  background: url("../img/main/main_yamanoiori.jpg") center center no-repeat;
}

#lowerVisual.main_yamanoiori_twin {
  background: url("../img/main/main_yamanoiori_twin.jpg") center center no-repeat;
}

#lowerVisual.main_seoto {
  background: url("../img/main/main_seoto.jpg") center center no-repeat;
}

#lowerVisual.main_spa {
  background: url("../img/main/main_spa.jpg") center center no-repeat;
}

#lowerVisual.main_daytrip {
  background: url("../img/main/main_daytrip.jpg") center center no-repeat;
}

#lowerVisual.main_info {
  background: url("../img/main/main_info.jpg") center center no-repeat;
}

#lowerVisual.main_blog {
  background: url("../img/main/main_blog.jpg") center center no-repeat;
}

#lowerVisual.main_event {
  background: url("../img/main/main_event.jpg") center center no-repeat;
}

#lowerVisual.main_seasonal {
  background: url("../img/main/main_seasonal.jpg") center center no-repeat;
}

#lowerVisual.main_facilities {
  background: url("../img/main/main_facilities.jpg") center center no-repeat;
}

#lowerVisual.main_faq {
  background: url("../img/main/main_faq.jpg") center center no-repeat;
}

#lowerVisual.main_privacy {
  background: url("../img/main/main_privacy.jpg") center center no-repeat;
}

#lowerVisual.main_breakfast {
  background: url("../img/main/main_breakfast.jpg") center center no-repeat;
}

@media screen and (max-width: 1023px) {
  #lowerVisual.main_breakfast {
    background: url("../img/main/main_breakfast_sp.jpg") center center no-repeat;
  }
}

#lowerVisual.main_access {
  background: url("../img/main/main_access.jpg") center center no-repeat;
}

#lowerVisual.main_contact {
  background: url("../img/main/main_contact.jpg") center center no-repeat;
}

#lowerVisual.main_yakkan {
  background: url("../img/main/main_yakkan.jpg") center center no-repeat;
}

#lowerVisual.main_sitemap {
  background: url("../img/main/main_sitemap.jpg") center center no-repeat;
}

#lowerVisual.main_coto-ji {
  background: url("../img/main/main_coto-ji.jpg") center center no-repeat;
  z-index: 2;
}

.page_ttl {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.8em;
  text-indent: 0.8em;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 1), -2px 2px 20px rgba(0, 0, 0, 1), 2px -2px 20px rgba(0, 0, 0, 1), -2px -2px 20px rgba(0, 0, 0, 1);
}

.page_ttl span {
  display: block;
}

.page_ttl small {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 15px;
  letter-spacing: 0.8em;
}

.page_ttl b {
  display: block;
  font-size: 2rem;
  margin-top: 15px;
  letter-spacing: 0.4em;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .page_ttl {
    font-size: 5.33vw;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 1), -2px 2px 15px rgba(0, 0, 0, 1), 2px -2px 15px rgba(0, 0, 0, 1), -2px -2px 15px rgba(0, 0, 0, 1);
  }

  .page_ttl small {
    font-size: 4.26vw;
    margin-bottom: 3vw;
    letter-spacing: 0.6em;
    text-indent: 0.6em;
  }

  .page_ttl b {
    font-size: 4vw;
    margin-top: 4vw;
  }
}

.sub_ttl01 b {
  display: block;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 3px;
}

.sub_ttl01 span {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.3em;
  margin-bottom: 2px;
}

.sub_ttl01 span i {
  font-style: normal;
  letter-spacing: 0.15em;
}

.sub_ttl01 span em {
  position: relative;
  display: inline-block;
  font-style: normal;
}

.sub_ttl01 span em::after {
  position: absolute;
  left: 0;
  top: -14px;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  content: "";
  font-size: 1.4rem;
  letter-spacing: 0.3em;
}

.sub_ttl01 small {
  display: block;
  color: #bba43f;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  .sub_ttl01 b {
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    margin-bottom: 1vw;
  }

  .sub_ttl01 span {
    font-size: 6.13vw;
    letter-spacing: 0.2em;
    margin-bottom: 0.33vw;
  }

  .sub_ttl01 span i {
    letter-spacing: 0.2em;
  }

  .sub_ttl01 small {
    font-size: 4vw;
  }
}

.sub_ttl02 {
  text-align: center;
}

.sub_ttl02 strong {
  display: inline-block;
  min-width: 600px;
  padding: 0 20px;
  border-bottom: solid 1px #B1AFAF;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding-bottom: 7px;
  margin-bottom: 12px;
}

.sub_ttl02 strong:first-letter {
  font-size: 3.4rem;
  font-weight: 600;
}

.sub_ttl02 span {
  display: block;
  font-size: 1.6rem;
  color: #524e4d;
}

@media screen and (max-width: 1023px) {
  .sub_ttl02 strong {
    display: block;
    min-width: 100%;
    padding: 0;
    font-size: 4.8vw;
    padding-bottom: 2vw;
    margin-bottom: 2.66vw;
  }

  .sub_ttl02 strong:first-letter {
    font-size: 7.73vw;
  }

  .sub_ttl02 span {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.sub_ttl03 {}

/*----------------------------------------------------
  共通ボタン
--------------------------------------------------- */

.btn01 {
  position: relative;
  z-index: 5;
}

.btn01 a {
  position: relative;
  bottom: 0;
  display: inline-block;
  width: 360px;
  padding: 13px 10px;
  text-align: center;
  color: #524e4d;
  text-decoration: none;
  font-size: 1.5rem;
  background: #fff;
  border: solid 1px #B1AFAF;
  line-height: 1.8;
}

.btn01 a::before {
  position: absolute;
  right: 17px;
  top: calc(50% - 10px);
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f061";
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #b1afaf;
  transition: all 0.2s ease-in-out 0s;
}

.btn01 a:hover::before {
  right: 14px
}

@media screen and (max-width: 1023px) {
  .btn01 a {
    width: 100%;
    max-width: 89.33vw;
    padding: 3.2vw 2.66vw;
    font-size: 3.73vw;
  }

  .btn01 a::before {
    right: 4.7vw !important;
    top: calc(50% - 2.4vw);
    font-size: 4.8vw;
  }
}

.btn {
  position: relative;
  z-index: 5;
}

.btn a {
  position: relative;
  bottom: 0;
  display: inline-block;
  width: 360px;
  padding: 14px 10px;
  text-align: center;
  color: #524e4d;
  text-decoration: none;
  font-size: 1.5rem;
  background: #fff;
  line-height: 1.8;
  vertical-align: middle;
}

.btn a::after {
  position: absolute;
  right: 17px;
  top: calc(50% - 10px);
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f061";
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #b1afaf;
  transition: all 0.2s ease-in-out 0s;
}

.btn a:hover::after {
  right: 14px
}

@media screen and (max-width: 1023px) {
  .btn a {
    width: 100%;
    max-width: 89.33vw;
    padding: 3.2vw 2.66vw;
    font-size: 3.73vw;
  }

  .btn a::after {
    right: 4.7vw !important;
    top: calc(50% - 2.4vw);
    font-size: 4.8vw;
  }
}

/*ボタンアニメーション*/
@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 100%;
    margin: 0 auto .5em;
  }
}

.btn.btn_border {
  position: relative;
}

.btn.btn_border .bd span {
  background: #524e4d;
  position: absolute;
  -moz-transition: all, 0.45s;
  -o-transition: all, 0.45s;
  -webkit-transition: all, 0.45s;
  transition: all, 0.45s;
}

.btn.btn_border .bd span.bdL {
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 1200px) {
  .btn.btn_border .bd span.bdL {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    top: 100%;
  }
}

@media print {
  .btn.btn_border .bd span.bdL {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    top: 100%;
  }
}

.btn.btn_border .bd span.bdT {
  width: 100%;
  height: 1px;
  top: 0;
  right: 0;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

@media only screen and (min-width: 1200px) {
  .btn.btn_border .bd span.bdT {
    right: 100%;
  }
}

@media print {
  .btn.btn_border .bd span.bdT {
    right: 100%;
  }
}

.btn.btn_border .bd span.bdR {
  height: 100%;
  width: 1px;
  right: 0;
  bottom: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

@media only screen and (min-width: 1200px) {
  .btn.btn_border .bd span.bdR {
    bottom: 100%;
  }
}

@media print {
  .btn.btn_border .bd span.bdR {
    bottom: 100%;
  }
}

.btn.btn_border .bd span.bdB {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

@media only screen and (min-width: 1200px) {
  .btn.btn_border .bd span.bdB {
    left: 100%;
  }
}

@media print {
  .btn.btn_border .bd span.bdB {
    left: 100%;
  }
}

.btn.btn_border a {
  margin: auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .btn.btn_border a {
    overflow: hidden;
  }
}

.btn.btn_border a:before {
  content: "";
  border: 1px solid #B1AFAF;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

@media only screen and (min-width: 1200px) {
  .btn.btn_border a:hover .bd span.bdL {
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    top: 0;
  }

  .btn.btn_border a:hover .bd span.bdT {
    right: 0;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }

  .btn.btn_border a:hover .bd span.bdR {
    bottom: 0;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .btn.btn_border a:hover .bd span.bdB {
    bottom: 0;
    left: 0;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
}

@media print {
  .btn.btn_border a:hover .bd span.bdL {
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    top: 0;
  }

  .btn.btn_border a:hover .bd span.bdT {
    right: 0;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }

  .btn.btn_border a:hover .bd span.bdR {
    bottom: 0;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .btn.btn_border a:hover .bd span.bdB {
    bottom: 0;
    left: 0;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
}

@media screen and (max-width: 1023px) {
  .btn a .bd {
    display: none !important;
  }
}


.btn-w a {
  color: #fff;
  background: none;
  border: solid 1px #fff;
}

.btn-w a::before {
  color: #fff;
}

.btn-w a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.btn-p a {
  color: #fff;
  background: #4F455C;
  border: solid 1px #4F455C;
}

.btn-p a::before {
  color: #fff;
}

.btn-p a:hover {
  background: #5f4f74;
}

.btn-b a {
  color: #fff;
  background: #231F29;
  border: solid 1px #231F29;
}

.btn-b a::before {
  color: #bba43f;
}

.btn-b a:hover {
  background: #5A575F;
  border: solid 1px #5A575F;
}

.btn-link a::before {
  content: "\f35d";
  font-size: 2.2rem;
  top: calc(50% - 13px);
  right: 17px !important;
}

@media screen and (max-width: 1023px) {
  .btn-link a::before {
    top: calc(50% - 2.8vw);
    font-size: 5vw;
  }
}

.btn-cart a::before {
  content: "\f07a";
  font-size: 2.4rem;
  top: calc(50% - 15px);
  right: 17px !important;
}

@media screen and (max-width: 1023px) {
  .btn-cart a::before {
    top: calc(50% - 3vw);
    font-size: 5.33vw;
  }
}

.btn02 {
  position: relative;
  z-index: 5;
  text-align: center;
}

.btn02 a {
  position: relative;
  bottom: 0;
  display: inline-block;
  padding: 7px 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  border: solid 1px #A8A5A5;
}

.btn02 a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.btn02 a::before {
  position: absolute;
  right: 17px;
  top: calc(50% - 10px);
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f061";
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .btn02 a {
    width: 100%;
    max-width: 89.33vw;
    padding: 3.2vw 2.66vw;
    font-size: 3.73vw;
  }

  .btn02 a::before {
    right: 4.7vw;
    top: calc(50% - 2.4vw);
    font-size: 4.8vw;
  }
}

.btn03 {
  position: relative;
  z-index: 5;
  text-align: center;
}

.btn03 a {
  position: relative;
  bottom: 0;
  display: inline-block;
  padding: 7px 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  border: solid 1px #A8A5A5;
  background: #4F455C;
}

.btn03 a:hover {
  background: #5f4f74;
}

.btn03 a::before {
  position: absolute;
  right: 17px;
  top: calc(50% - 10px);
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f061";
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .btn03 a {
    width: 100%;
    max-width: 89.33vw;
    padding: 3.2vw 2.66vw;
    font-size: 3.73vw;
  }

  .btn03 a::before {
    right: 4.7vw;
    top: calc(50% - 2.4vw);
    font-size: 4.8vw;
  }
}

/*----------------------------------------------------
  共通テーブル
--------------------------------------------------- */
.tbl01 {
  font-size: 1.5rem;
  line-height: 1.9;
}

.tbl01 th {
  width: 28%;
  text-align: left;
  font-weight: 400;
  background: #F1F1F1;
  border: solid 1px #B1AFAF;
  padding: 12px 20px;
}

.tbl01 td {
  background: #fff;
  border: solid 1px #B1AFAF;
  padding: 12px 20px;
}

@media screen and (max-width: 1200px) {
  .tbl01 th {
    width: 32%;
    padding: 12px 18px;
  }
}

@media screen and (max-width: 1023px) {
  .tbl01 {
    font-size: 3.46vw;
    line-height: 1.9;
  }

  .tbl01 th {
    width: 33.33%;
    padding: 2.66vw 3vw;
  }

  .tbl01 td {
    padding: 2.66vw 3vw;
  }
}

.tbl02 dl {
  border-bottom: solid 1px #B1AFAF;
  padding: 10px 0;
  font-size: 1.5rem;
  line-height: 2;
}

.tbl02 dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28%;
  padding: 0 20px;
  text-align: center;
  border-right: solid 2px #524E4D;
}

.tbl02 dt span {
  display: block;
  width: 100%;
}

.tbl02 dd {
  width: 72%;
  padding-left: 20px;
}

@media screen and (max-width: 1023px) {
  .tbl02 dl {
    border-bottom: none;
    padding: 0;
    margin-bottom: 5vw;
    font-size: 3.73vw;
  }

  .tbl02 dt {
    display: block;
    width: 100%;
    padding: 0 0 1.66vw 0;
    margin-bottom: 3vw;
    text-align: left;
    border: none;
    border-bottom: solid 1px #524E4D;
    font-size: 4vw;
  }

  .tbl02 dt span {
    display: block;
    width: 100%;
  }

  .tbl02 dd {
    width: 100%;
    padding: 0;
    letter-spacing: 0.025em;
    border-left: solid 2px #524E4D;
    padding-left: 3.73vw;
  }
}

.tbl03 {
  font-size: 1.5rem;
  line-height: 1.9;
}

.tbl03 th {
  width: 26.2%;
  font-weight: 400;
  background: #F1F1F1;
  border: solid 1px #B1AFAF;
  padding: 12px 20px;
  text-align: center;
  vertical-align: middle;
}

.tbl03 td {
  background: #fff;
  border: solid 1px #B1AFAF;
  padding: 12px 24px;
}

@media screen and (max-width: 1023px) {

  .tbl03,
  .tbl03 tbody,
  .tbl03 tr,
  .tbl03 th,
  .tbl03 td {
    display: block;
    width: 100% !important;
  }

  .tbl03 {
    font-size: 3.73vw;
    line-height: 1.9;
  }

  .tbl03 th {
    border: none;
    border-top: solid 1px #B1AFAF;
    border-bottom: solid 1px #B1AFAF;
    padding: 2vw 2.66vw;
    font-size: 4vw;
  }

  .tbl03 td {
    border: none;
    padding: 4vw 0;
  }
}

/*----------------------------------------------------
  共通メニュー
--------------------------------------------------- */

/*タブ機能*/
.tabMenu {
  display: flex;
  justify-content: center;
  list-style: none;
}

.tabMenu li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.tabMenu li::after {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #524E4D;
  transition: all 0.2s ease-in-out 0s;
}

.tabMenu li::before {
  opacity: 0;
  position: absolute;
  left: calc(50% - 4px);
  top: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #524E4D;
  transition: all 0.2s ease-in-out 0s;
}

.tabMenu li.active::after {
  opacity: 1;
}

.tabMenu li.active::before {
  opacity: 1;
}

.tabLink li:hover::after {
  opacity: 1;
}

.tabLink li:hover::before {
  opacity: 1;
}

.tabLink {
  display: flex;
  justify-content: center;
  list-style: none;
}

.tabLink li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.tabLink li::after {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #524E4D;
  transition: all 0.2s ease-in-out 0s;
}

.tabLink li::before {
  opacity: 0;
  position: absolute;
  left: calc(50% - 4px);
  top: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #524E4D;
  transition: all 0.2s ease-in-out 0s;
}

.tabLink li.active::after {
  opacity: 1;
}

.tabLink li.active::before {
  opacity: 1;
}

.tabLink li.current::after {
  opacity: 1;
}

.tabLink li.current::before {
  opacity: 1;
}

.tabLink li.current-cat::after {
  opacity: 1;
}

.tabLink li.current-cat::before {
  opacity: 1;
}

.tabB li {
  position: relative;
  font-size: 1.5rem;
  padding: 15px 0 10px;
  margin: 0 50px 0 0;
}

.tabB li span {
  position: relative;
  display: inline-block;
}

.tabB li span::after {
  position: absolute;
  right: -33px;
  top: 0;
  content: "／";
}

.tabB li:last-child {
  margin-right: 0;
}

.tabB li:last-child span::after {
  display: none;
}

.tabB li a {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .tabB {
    flex-wrap: wrap;
  }

  .tabB li {
    font-size: 3.73vw;
    padding: 1.66vw 0;
    line-height: 1.6;
    margin: 0 12vw 4vw 0;
  }

  .tabB li:first-child {
    margin-left: 6vw;
  }

  .tabB li:last-child {
    margin-right: 6vw;
  }

  .tabB li span::after {
    right: -8vw;
    top: 0;
    content: "／";
  }
}

.tabC {
  justify-content: flex-start;
}

.tabC li {
  position: relative;
  font-size: 1.5rem;
  padding: 15px 0 10px;
  margin: 0 48px 0 0;
}

.tabC li span {
  position: relative;
  display: inline-block;
}

.tabC li span::after {
  position: absolute;
  right: -28px;
  top: 0;
  content: "|";
  color: #B1AFAF;
}

.tabC li:last-child {
  margin-right: 0;
}

.tabC li:last-child span::after {
  display: none;
}

.tabC li a {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .tabC {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    display: block;
  }

  .tabC li {
    display: block;
    text-align: left;
    font-size: 4vw;
    padding: 0;
    line-height: 1.6;
    margin: 0 0 2.66vw 0;
  }

  .tabC li::before,
  .tabC li::after {
    display: none;
  }

  .tabC li span {
    padding-left: 6vw;
  }

  .tabC li span::after {
    right: auto;
    left: 0;
    top: 0;
    color: #848484;
  }

  .tabC li:last-child span::after {
    display: block;
  }
}

.anchor_link {
  position: relative;
  z-index: 5;
  background: #F1F1F1;
  padding: 30px 0;
}

@media screen and (max-width: 1023px) {
  .anchor_link {
    padding: 3vw 1.66vw 1.66vw 3vw;
  }

  .anchor_link .tabLink {
    flex-wrap: nowrap;
  }

  .anchor_link .tabLink li {
    white-space: nowrap;
    margin-bottom: 1vw;
  }

  .tabLink {
    display: inline-block;
    text-align: center;
  }

  .tabLink_wrap .simplebar-scrollbar:before {
    background: #A8A6A5;
  }

  .tabLink_wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 4px;
  }

  .tabLink_wrap .simplebar-track.simplebar-horizontal {
    height: 6px;
  }

  .tabLink_wrap .simplebar-content {
    display: flex;
  }

  .tabLink_wrap .simplebar-track {
    bottom: 0;
  }

  .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    left: 0;
    right: 0;
  }

  .tabMenu.tabLink_wrap {
    padding-bottom: 10px !important;
  }
}

.ft_anchor_link {
  padding: 50px 30px 60px;
  border-top: solid 1px #B1AFAF;
}

.ft_anchor_link h3 {
  font-size: 3rem;
  letter-spacing: 0.3em;
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .ft_anchor_link {
    padding: 5vw 6.66vw 9.33vw;
  }

  .ft_anchor_link h3 {
    font-size: 4.8vw;
    letter-spacing: 0.3em;
    margin-bottom: 5vw;
  }
}

.tabContent {
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}

.tabContent.active {
  opacity: 1;
  z-index: 5;
  height: auto;
  overflow: visible;
}

.tabInner {
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.tabContent.active .tabInner {
  opacity: 1;
}

#side_nav {
  position: fixed;
  right: 34px;
  top: 0;
  padding-top: 145px;
  text-align: center;
  z-index: 50;
  text-shadow:
    rgba(255, 255, 255, 0.1) 2px 0px 2px, rgba(255, 255, 255, 0.1) -2px 0px 2px,
    rgba(255, 255, 255, 0.1) 0px -2px 2px, rgba(255, 255, 255, 0.1) -2px 0px 2px,
    rgba(255, 255, 255, 0.1) 2px 2px 2px, rgba(255, 255, 255, 0.1) -2px 2px 2px,
    rgba(255, 255, 255, 0.1) 2px -2px 2px, rgba(255, 255, 255, 0.1) -2px -2px 2px,
    rgba(255, 255, 255, 0.1) 1px 2px 2px, rgba(255, 255, 255, 0.1) -1px 2px 2px,
    rgba(255, 255, 255, 0.1) 1px -2px 2px, rgba(255, 255, 255, 0.1) -1px -2px 2px,
    rgba(255, 255, 255, 0.1) 2px 1px 2px, rgba(255, 255, 255, 0.1) -2px 1px 2px,
    rgba(255, 255, 255, 0.1) 2px -1px 2px, rgba(255, 255, 255, 0.1) -2px -1px 2px,
    rgba(255, 255, 255, 0.1) 1px 1px 2px, rgba(255, 255, 255, 0.1) -1px 1px 2px,
    rgba(255, 255, 255, 0.1) 1px -1px 2px, rgba(255, 255, 255, 0.1) -1px -1px 2px;
}

.side_sns {
  padding-bottom: 18px;
}

.side_sns dt {
  margin-bottom: 20px;
}

.side_sns dt span {
  font-weight: 500;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

.side_sns dd li {
  margin-bottom: 20px;
}

.side_sns dd li a:hover img {
  filter: brightness(1.2);
}

.side_blog {
  padding-bottom: 35px;
}

.side_blog a {
  position: relative;
  font-weight: 500;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-decoration: none;
  color: #000;
  padding: 38px 0;
}

.side_blog a::after {
  position: absolute;
  left: calc(50% - 13px);
  top: 0;
  content: "";
  width: 26px;
  height: 1px;
  background: #66655d;
  transform: rotate(15deg);
}

.side_blog a::before {
  position: absolute;
  left: calc(50% - 13px);
  bottom: 0;
  content: "";
  width: 26px;
  height: 1px;
  background: #66655d;
  transform: rotate(15deg);
}

.side_blog a:hover {
  color: #666;
}

.side_totop a {
  position: relative;
  font-weight: 500;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-decoration: none;
  color: #000;
  padding-top: 24px;
}

.side_totop a:hover {
  color: #666;
}

.side_totop a::before {
  position: absolute;
  left: -3px;
  top: 0;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f062";
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
}

/*スマホナビ*/

/*transition*/
.trs {
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

/*trp*/
.trp {
  -webkit-transition: opacity .1s ease;
  -moz-transition: opacity .1s ease;
  -ms-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}

.trp:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

/* trs-dr */
.trs-dr02 {
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -ms-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

.trs-dr03 {
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.trs-dr05 {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.trs-dr06 {
  -webkit-transition-duration: .6s;
  -moz-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
}

.trs-dr08 {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}

.trs-dr12 {
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -ms-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

/* trs-tf */
.trs-tfCb {
  -webkit-transition-timing-function: cubic-bezier(0, .96, .4, .99);
  -moz-transition-timing-function: cubic-bezier(0, .96, .4, .99);
  -ms-transition-timing-function: cubic-bezier(0, .96, .4, .99);
  -o-transition-timing-function: cubic-bezier(0, .96, .4, .99);
  transition-timing-function: cubic-bezier(0, .96, .4, .99);
}


.menuTrigger {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: .3s;
  background-color: #fff;
}
.menuTrigger a{
  width: 100%;
  height: 100%;
  display: block;
}
.menuTrigger.open {
  z-index: 300;
  position: fixed;
  background: none;
}

.menuIcon_line {
  position: absolute;
  left: 30px;
  width: 40px;
  height: 1px;
  background: #66655d;
}

.menuIcon_line:nth-of-type(1) {
  top: calc(50% - 10px);
}

.menuIcon_line:nth-of-type(2) {
  top: 50%;
}

.menuIcon_line:nth-of-type(3) {
  top: calc(50% + 10px);
}

/* open */
.menuTrigger.open .menuIcon_line {
  background: #524e4d;
}

.menuTrigger.open .menuIcon_line:nth-of-type(1) {
  top: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuTrigger.open .menuIcon_line:nth-of-type(2) {
  opacity: 0;
}

.menuTrigger.open .menuIcon_line:nth-of-type(3) {
  top: 50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1023px) {
  .menuTrigger {
    top: 0;
    right: 0;
    width: 130px;
    height: calc(13.33vw);
  }

  .menuTrigger.open .menuIcon_line:nth-of-type(1) {
    top: calc(50%);
  }

  .menuTrigger.open .menuIcon_line:nth-of-type(3) {
    top: calc(50%);
  }

  .menuIcon_line {
    left: 35px;
    width: 60px;
  }
}

@media screen and (max-width: 500px) {
  .menuTrigger {
    top: 0;
    right: 0;
    width: 50px;
    height: calc(13.33vw);
  }

  .menuIcon_line {
    width: 25px;
    left: 12.5px;
  }

  .menuIcon_line:nth-of-type(1) {
    top: calc(50% - 5px);
  }

  .menuIcon_line:nth-of-type(3) {
    top: calc(50% + 5px);
  }
}

#hbNav {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
 animation-name: fadeIn;
 animation-fill-mode:forwards;
 animation-duration:0.5s;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 250;
  overflow-y: visible;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
}
/*フェードインアニメ*/
@keyframes fadeIn{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
#hbNav:target {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
}


#hbNav::after {
  position: absolute;
  left: 140px;
  top: 30px;
  content: "";
  background: url("../img/common/bg/sumi02.png") center center no-repeat;
  width: 330px;
  height: 319px;
}

.hb_inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 160px 0 50px 0;
}

@media screen and (max-width: 1023px) {
  #hbNav::after {
    left: 18.66vw;
    top: 4.26vw;
    width: 44vw;
    height: 42.53vw;
    background-size: 44vw 42.53vw;
  }

  .hb_inner {
    padding: 26.66vw 9.33vw 13.33vw 9.33vw;
  }
}

.hb_inner .site_logo {
  left: 2.5%;
  z-index: 5;
}

@media screen and (max-width: 1023px) {
  .hb_inner .site_logo {
    left: 3.73vw;
  }
}

.hb_language {
  position: absolute;
  right: 150px;
  top: 40px;
  z-index: 5;
}

.hb_language li {
  margin: 0 10px;
}

.hb_language li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  padding: 5px 8px 10px;
  text-decoration: none;
  color: #000;
}

.hb_language li a::before {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #BBA43F;
  transition: all 0.2s ease-in-out 0s;
}

.hb_language li.current a {
  pointer-events: none;
}

.hb_language li.current a::before {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .hb_language {
    right: 14.66vw;
    top: 4.7vw;
    z-index: 5;
  }

  .hb_language li {
    margin: 0 2.66vw;
  }

  .hb_language li a {
    font-size: 3.73vw;
    padding: 0 1.33vw 2vw;
  }
}

.hb_menu {
  position: relative;
  z-index: 5;
  width: 780px;
  padding-bottom: 100px;
  margin: 0 auto;
  font-size: 1.5rem;
}

.hb_menu a {
  display: inline-block;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
  line-height: 2.4;
}

.hb_menu a:hover {
  text-decoration: underline;
}

.hb_menu dl {
  margin-bottom: 36px;
}

.hb_menu dl:last-child {
  margin-bottom: 0;
}

.hb_menu dt {
  position: relative;
}

.hb_menu dt::after {
  position: absolute;
  left: -28px;
  top: 50%;
  content: "";
  width: 20px;
  height: 1px;
  background: #524E4D;
}

@media screen and (max-width: 1023px) {
  .hb_menu {
    width: 100%;
    padding-bottom: 10.66vw;
    font-size: 3.73vw;
  }

  .hb_menu a {
    width: 60%;
    display: inline-block;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
    line-height: 2.4;
  }

  .hb_menu a:hover {
    text-decoration: underline;
  }

  .hb_menu dl {
    padding: 0 0 0 9.33vw;
    margin-bottom: 8vw;
  }

  .hb_menu dl:last-child {
    margin-bottom: 8vw;
  }

  .hb_menu dt {
    position: relative;
  }

  .hb_menu dt::after {
    position: absolute;
    left: -9.33vw;
    top: 50%;
    content: "";
    width: 6vw;
    height: 1px;
    background: #524E4D;
  }

  .hb_accordion a {
    width: 50%;
  }

  .hb_accordion dt::before {
    /*
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Line Awesome Free", "Line Awesome Brands";
    content: "\f067";
    font-weight: 600;
    font-size: 6vw;
    line-height: 1.6;
    cursor: pointer;*/
  }

  .hb_accordion dt.activ::before {
    content: "\f068";
  }

  .hb_accordion dd {
   /* display: none;*/
  }
}

.hb_links ul {
  margin-bottom: 30px;
}

.hb_external li a {
  position: relative;
}

.hb_external li a::before {
  position: absolute;
  left: -28px;
  top: 0;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f35d";
  font-weight: 600;
  color: #bba43f;
  font-size: 1.9rem;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .hb_links ul:first-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 6.66vw;
    letter-spacing: 0.1em;
  }

  .hb_links ul:first-child li {
    width: 50%;
    margin-bottom: 1.33vw;
    font-size: 3.46vw;
  }

  .hb_links ul:first-child li:nth-child(2n) {
    padding-left: 9.33vw;
  }

  .hb_external {
    margin-bottom: 0 !important;
    letter-spacing: 0.1em;
  }

  .hb_external li {
    margin-bottom: 3.33vw;
  }

  .hb_external li a {
    padding-left: 9.33vw;
  }

  .hb_external li a::before {
    left: 0;
    font-size: 6.4vw;
    line-height: 1.5;
  }
}

.hb_reserve {
  margin-bottom: 60px;
}

.hb_reserve li {
  margin: 0 15px;
}

.hb_reserve .btn-p a::before {
  display: none;
}

.hb_reserve .btn-p span {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.hb_reserve .btn-p span::before {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  content: "\f002";
  font-weight: 600;
  color: #bba43f;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .hb_reserve {
    margin-bottom: 13.33vw;
  }

  .hb_reserve li {
    margin: 0 0 3.33vw;
  }

  .hb_reserve .btn01 {
    margin-left: -3.33vw;
    margin-right: -3.33vw;
  }

  .hb_reserve .btn01 a {
    width: 100%;
    max-width: 100%;
    letter-spacing: 0.1em;
  }

  .hb_reserve .btn01 a::before {
    display: none;
  }

  .hb_reserve .btn-p span {
    padding-right: 9.33vw;
  }

  .hb_reserve .btn-p span::before {
    font-size: 4.8vw;
  }
}

.hb_sns li {
  margin: 0 14px;
}

.hb_sns li a {
  color: #524e4d;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hb_sns li a:hover {
  text-decoration: underline;
}

.hb_sns li a span {
  position: relative;
  display: inline-block;
  margin-left: 14px;
  padding-right: 18px;
}

.hb_sns li:last-child a span {
  padding-right: 0;
}

.hb_sns li a span::after {
  position: absolute;
  right: 0;
  content: "/";
  margin-left: 10px;
}

.hb_sns li:last-child a span::after {
  display: none;
}

@media screen and (max-width: 1023px) {
  .hb_sns li {
    margin: 0 4.7vw;
  }

  .hb_sns li i img {
    width: 9vw;
    height: auto;
  }

  .hb_sns li a {
    display: block;
  }

  .hb_sns li a:hover {
    text-decoration: none;
  }

  .hb_sns li a span {
    display: none;
  }

  .hb_close {
    text-align: center;
    margin-top: 13.33vw;
    cursor: pointer;
  }

  .hb_close i {
    font-size: 5vw;
    vertical-align: middle;
    margin-right: 2vw;
  }
}


/* クリックに対するAction*/

#menu-btn-check{
  display: none;
}
#menuTrigger:active + #hbNav {
  display: block !important;
}