@charset "UTF-8";

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

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
}
body {
  /*background: #fff;*/
  color: #000;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06rem;
  font-weight: 400;
  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: 1024px) {
  body {
    /*精度は高くなるが、他の要素に影響出過ぎ*/
    /*font-size: 3.73vw;
      letter-spacing: 0.042rem;*/
  }
}

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/*----------------------------------------------------
  link要素
--------------------------------------------------- */

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

/*----------------------------------------------------
  img要素
--------------------------------------------------- */
img {
  line-height: 1;
  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;
  font-weight: 600;
}

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

/*----------------------------------------------------
 フォントカラー
--------------------------------------------------- */
.fc01 {
  color: #fff !important;
}

/*----------------------------------------------------
 背景
--------------------------------------------------- */
.bg01 {
  background: url("../img/common/bg/bg01.webp") center center repeat;
}

/*----------------------------------------------------
 汎用クラス
--------------------------------------------------- */
.top_pc_none {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .top_pc_none {
    display: block;
  }
  .top_sp_none {
    display: none !important;
  }
  .sp_block {
    display: block !important;
  }
}

.nolink {
  pointer-events: none;
}
.pc_nolink {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .pc_nolink {
    pointer-events: painted;
  }
}

/*----------------------------------------------------
 共通カラム
--------------------------------------------------- */
#page {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
#contents {
  line-height: 1.8;
}
#contents a:hover img {
  opacity: 0.7;
}
.wrapper {
  position: relative;
  z-index: 5;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.inner {
  position: relative;
  z-index: 5;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  html,
  body,
  #page {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  #contents {
    line-height: 1.8;
  }
  .wrapper,
  .inner {
    max-width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 150;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.hd_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#header.hd_activ .hd_inner {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #header {
    position: absolute;
    height: 16vw;
  }
}

#header .logo {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #header .logo {
    left: 5.33vw;
    top: 4.66vw;
  }
  #header .logo img {
    width: 38.4vw;
    height: auto;
  }
}

.hd_navi {
  position: absolute;
  right: 60px;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding-left: 230px;
  line-height: 1.3;
}
.hd_menu {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  padding-right: 15px;
}
.hd_menu li {
  height: 100%;
}
.hd_menu li a {
  position: relative;
  text-decoration: none;
  color: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  padding: 10px 15px;
}
.hd_menu li a:hover {
  opacity: 0.7;
}
.hd_menu li a::before,
.hd_menu li a::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #625b55;
  transition: all 0.5s ease 0s;
}
.hd_menu li a::before {
  right: 50%;
}
.hd_menu li a:hover::before {
  width: 50%;
}
.hd_menu li a::after {
  left: 50%;
}
.hd_menu li a:hover::after {
  width: 50%;
}
@media screen and (max-width: 1150px) {
  .hd_menu {
    display: none;
  }
}

.hd_reserve {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.hd_reserve li {
  height: 100%;
  width: 136px;
}
.hd_reserve li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  padding: 10px 15px;
}
.hd_res01 a {
  background: #615944;
}
.hd_res02 a {
  background: #80724d;
}
.hd_reserve li a:hover {
  opacity: 0.7;
}

#side_search {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 100;
  transition: all 0.4s ease-in-out 0s;
}
#side_search.active {
  bottom: 90px;
}
.side_search_wrap {
  position: relative;
  z-index: 10;
}
.side_search_box {
    position: fixed;
    right: 0;
    width: 100vw;
    overflow: hidden;
    transition: all 1.2s ease 0s;
    z-index: 999;
    opacity: 0;
    height: 0;
    top: 60px;
    background: #f9f9f9;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.side_search_box.active {
    /* right: 0; */
    height: 100vh;
    opacity: 100;
}
.side_search_box .reserve_box_inner {
  min-width: 1200px;
  flex-wrap: nowrap;
}

/*20250819追加*/
.side_search_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.side_search_close img {
    height: 17px;
    margin-right: 5px;
}
.reserve_specilal {
    width: 100%;
    background: url("../img/bg02.webp") repeat left top #f4eddf;
    padding: 36px 0 48px;
}
.reserve_specilal__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.special_wrap {
    display: flex;
    justify-content: center;
    gap: 23px;
}
.special-box {
    width: calc(100% / 3);
    background: url("../img/special_bg_test0818.png") repeat;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px 20px;
}
.special-box h3 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #b6901f;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
}
.special-box h3 span::before {
    content: "";
    display: inline-block;
    background: url(../img/common/ico/icon_info.png) 0 0 no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.special-box img {
    margin: 18px 0 18px;
}

.special-box p.special_title {
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 10px;
}
.special_link {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    text-decoration: none;
}



.side_search_btn {
  position: relative;
  z-index: 5;
  cursor: pointer;
  width: 110px;
  height: 100px;
  padding-top: 54px;
  background: url("../img/common/ico/icon_search02.svg") center 25px no-repeat;
  background-size: 20px auto;
  background-color: #615944;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 1.5rem;
  transition: all 0.4s ease-in-out 0s;
}
.side_search_btn:hover {
  background-color: #898373;
}
#side_search_489ban {
  margin-left: 30px;
}

.side_plan {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.side_plan a {
  display: block;
  width: 110px;
  background: #80724d;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-align: center;
  padding: 7px 3px;
  line-height: 1.4;
}
.side_plan a:hover {
  background: #a0967a;
}

/*20250725追記*/
.side_plan.bgred a {
    background: #99895c;
}
.side_plan.bgred a:hover {
    background: #a0967a;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.ft_upper {
  background: #f9f9f9;
  padding: 35px 0;
}
.ft_upper_box {
  display: flex;
  justify-content: space-between;
}
.ft_contact {
  width: 440px;
  padding-right: 120px;
  text-align: center;
  line-height: 1.4;
}
.ft_contact dt {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
.ft_contact dt a {
  text-decoration: none;
}
.ft_contact dd {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.ft_contact .btn {
  margin-bottom: 15px;
}
.ft_contact .btn a {
  width: 100%;
  line-height: 2;
  background: none !important;
}
.ft_contact .btn.btn_border a:before {
  border: solid 1px #a9a9a9;
}
.ft_contact .btn.btn_border .bd span {
  background: #666;
  position: absolute;
  -moz-transition: all, 0.45s;
  -o-transition: all, 0.45s;
  -webkit-transition: all, 0.45s;
  transition: all, 0.45s;
}
.ft_contact p a {
  text-decoration: none;
}
.ft_contact p a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1380px) {
  .ft_contact {
    width: 310px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .ft_upper {
    padding: 6.66vw 0 5.33vw;
  }
  .ft_contact {
    width: 100%;
    padding-right: 0;
    padding-bottom: 6.66vw;
    border-bottom: solid 1px #aeaeae;
    margin-bottom: 8vw;
  }
  .ft_contact dt {
    font-size: 6.13vw;
  }
  .ft_contact dd {
    font-size: 3.73vw;
    margin-bottom: 4vw;
  }
  .ft_contact .btn {
    margin-bottom: 5vw;
  }
  .ft_contact .btn a {
    width: 100%;
    line-height: 1.8;
  }
  .ft_contact p {
    letter-spacing: 0.105em;
  }
}

.ft_reserve {
  position: relative;
  width: calc(100% - 440px);
  padding-left: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-left: solid 1px #c6c6c6;
}
.ft_reserve ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.ft_reserve li {
  width: calc(33.33% - 15px);
  margin-left: 30px;
}
.ft_reserve li:first-child {
  margin-left: 0;
}
.ft_reserve li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: url("../img/common/ico/icon_arrow03.svg") right 20px center no-repeat;
  background-size: 6px auto;
  color: #fff;
  padding: 21px;
}
.ft_reserve li a:hover {
  opacity: 0.7;
}
.ft_reserve li.ft_res01 a {
  background-color: #615944;
}
.ft_reserve li.ft_res02 a {
  background-color: #80724d;
}
.ft_reserve li.ft_res03 a {
  background-color: #99895c;
}
@media screen and (max-width: 1380px) {
  .ft_reserve {
    width: calc(100% - 310px);
    padding-left: 40px;
  }
  .ft_reserve li {
    width: calc(33.33% - 10px);
    margin-left: 20px;
  }
  .ft_reserve li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .ft_reserve {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .ft_reserve ul {
    width: 100%;
  }
  .ft_reserve li {
    width: 100%;
    max-width: 80vw;
    margin: 0 auto 2.66vw auto !important;
  }
  .ft_reserve li a {
    padding: 4.82vw 2.66vw;
    font-size: 3.73vw;
    letter-spacing: 0.1em;
    background: url("../img/common/ico/icon_arrow03.svg") right 4.66vw center no-repeat;
    background-size: 1.38vw auto;
  }
}

.ft_nav {
  background: #80724d;
  padding: 20px 0;
}
.ft_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ft_nav li {
  position: relative;
}
.ft_nav li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #a69d83;
}
.ft_nav li:first-child::before {
  display: none;
}
.ft_nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 9px 25px;
}
.ft_nav li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .ft_nav {
    padding: 5vw 0;
  }
  .ft_nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 3.33vw;
  }
  .ft_nav li {
    width: 50%;
    text-align: center;
  }
  .ft_nav li::before {
    display: none;
  }
  .ft_nav li a {
    font-size: 3.46vw;
    letter-spacing: 0.026em;
    padding: 2vw;
  }
}

.ft_lower {
  background: #615944;
  padding: 60px 110px 60px 0;
}
.ft_lower_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.ft_info {
  display: flex;
  align-items: center;
}
.ft_logo {
  display: block;
  padding-right: 30px;
  border-right: solid 1px #918b7c;
}
.ft_info dl {
  line-height: 1.6;
  padding-left: 30px;
}
.ft_info dd {
  font-size: 1.2rem;
  margin-top: 8px;
}
.ft_info dd a {
  text-decoration: none;
  color: #fff;
}
.ft_sns ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 22px;
}
.ft_sns li {
  margin-left: 30px;
}
.ft_sns a:hover {
  opacity: 0.7;
}

.ft_sns > a {
  text-decoration: none;
}

.copyright {
  color: #cfcfcf;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .ft_lower {
    background: #615944;
    padding: 14.66vw 0 24vw;
    text-align: center;
  }
  .ft_logo {
    padding-right: 0;
    border-right: none;
    margin-bottom: 6.66vw;
  }
  .ft_logo img {
    width: 41.33vw;
    height: auto;
  }
  .ft_info dl {
    line-height: 1.6;
    padding-left: 0;
    margin-bottom: 13.33vw;
  }
  .ft_info dt {
    font-size: 5.33vw;
  }
  .ft_info dd {
    font-size: 3.46vw;
    margin-top: 2vw;
  }
  .ft_sns ul {
    justify-content: center;
    margin-bottom: 6.66vw;
  }
  .ft_sns li {
    margin: 0 3vw;
  }
  .ft_sns li img {
    width: 6vw;
    height: auto;
  }
  .copyright {
    font-size: 2.66vw;
  }
  #ft_menu {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -18vw;
    z-index: 200;
    transition: all 0.6s ease-in-out 0s;
  }
  #ft_menu.active {
    bottom: 0;
  }
  #ft_menu.ftm_fix {
    bottom: 0;
  }
  #ft_menu ul {
    display: flex;
    border-top: solid 1px #99895c;
  }
  #ft_menu li {
    width: 25%;
    border-left: solid 1px #99895c;
  }
  #ft_menu li:last-child {
    border-right: solid 1px #99895c;
  }
  #ft_menu li a {
    display: block;
    width: 100%;
    height: 16vw;
    background-color: #615944;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-top: 9.66vw;
    font-size: 3.2vw;
  }
  .ftm01 a {
    background: url("../img/common/ft_menu01.png") center 3vw no-repeat;
    background-size: 6.66vw auto;
  }
  .ftm02 a {
    background: url("../img/common/ft_menu02.png") center 2.8vw no-repeat;
    background-size: 6.4vw auto;
  }
  .ftm03 a {
    background: url("../img/common/ft_menu03.png") center 2.8vw no-repeat;
    background-size: 5vw auto;
  }
  .ftm04 a {
    background: url("../img/common/ft_menu04.png") center 2.7vw no-repeat;
    background-size: 5.6vw auto;
    background-color: #80724d !important;
  }
}

/*----------------------------------------------------
  共通タイトル
--------------------------------------------------- */
.sub_ttl01 {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  padding-top: 38px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
  background: url("../img/common/ico/icon_logo.svg") center top no-repeat;
  background-size: 32px auto;
}
@media screen and (max-width: 1024px) {
  .sub_ttl01 {
    font-size: 4.8vw;
    padding-top: 10vw;
    margin-bottom: 6vw;
    letter-spacing: 0.106em;
    background-size: 8.8vw auto;
  }
}

.sub_ttl02 {
  text-align: center;
  font-weight: 500;
}
.sub_ttl02 span {
  display: block;
  font-size: 2rem;
  margin-bottom: 12px;
}
.sub_ttl02 small {
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  font-size: 1.2rem;
  color: #0c0c0c;
}
@media screen and (max-width: 1024px) {
  .sub_ttl02 span {
    font-size: 4.8vw;
    margin-bottom: 2.66vw;
  }
  .sub_ttl02 small {
    font-size: 4vw;
  }
}

/*----------------------------------------------------
  共通ボタン
--------------------------------------------------- */
.btn {
  position: relative;
  z-index: 5;
}
.btn a {
  position: relative;
  bottom: 0;
  display: inline-block;
  width: 320px;
  padding: 14px 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  /*background: #fff;*/
  line-height: 1.8;
  vertical-align: middle;
}

.btn a:hover::after {
  right: 14px;
}
@media screen and (max-width: 1024px) {
  .btn a {
    width: 100%;
    max-width: 80vw;
    padding: 3.33vw 2.66vw;
    font-size: 3.73vw;
    letter-spacing: 0.1em;
  }
  .btn a::after {
    right: 4.7vw !important;
    background-size: 2.2vw auto;
    width: 2.2vw;
    height: 2.4vw;
    top: calc(50% - 1.2vw);
    font-size: 4.8vw;
  }
}

/*ボタンアニメーション*/
@media only screen and (max-width: 1024px) {
  .btn a {
    font-size: 100%;
    margin: 0 auto 0.5em;
  }
}
.btn.btn_border {
  position: relative;
}
.btn.btn_border .bd span {
  background: #aaa;
  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: 1025px) {
  .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: 1025px) {
  .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: 1025px) {
  .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: 1025px) {
  .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: 1025px) {
  .btn.btn_border a {
    overflow: hidden;
  }
}
.btn.btn_border a:before {
  content: "";
  border: 1px solid #e9e9e9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 1025px) {
  .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;
  }
}

.pagetop {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 30px;
  transition: all 0.4s ease-in-out 0s;
  z-index: 5;
}
.pagetop.active {
  opacity: 1;
  top: -40px;
}
.pagetop a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .pagetop {
    display: none !important;
  }
}

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

/*ハンバーガーメニュー*/
.trs {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
/*trp*/
.trp {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.trp:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* trs-dr */
.trs-dr02 {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.trs-dr03 {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.trs-dr05 {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.trs-dr06 {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.trs-dr08 {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.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, 0.96, 0.4, 0.99);
  -moz-transition-timing-function: cubic-bezier(0, 0.96, 0.4, 0.99);
  -ms-transition-timing-function: cubic-bezier(0, 0.96, 0.4, 0.99);
  -o-transition-timing-function: cubic-bezier(0, 0.96, 0.4, 0.99);
  transition-timing-function: cubic-bezier(0, 0.96, 0.4, 0.99);
}
.menuTrigger {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
}
.menuTrigger::before,
.menuTrigger::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #625b55;
  transition: all 0.5s ease 0s;
}
.menuTrigger::before {
  right: 50%;
}
.menuTrigger:hover::before {
  width: 50%;
}
.menuTrigger::after {
  left: 50%;
}
.menuTrigger:hover::after {
  width: 50%;
}
.menuIcon_line {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background: #000;
}
.menuIcon_line:nth-of-type(1) {
  top: calc(50% - 9px);
}
.menuIcon_line:nth-of-type(2) {
  top: calc(50% - 1px);
}
.menuIcon_line:nth-of-type(3) {
  top: calc(50% + 7px);
}
@media only screen and (max-width: 1024px) {
  .menuTrigger {
    right: 0;
    width: 16vw;
    height: 16vw;
  }
  .menuIcon_line {
    margin-left: -3.1vw;
    width: 6.2vw;
    height: 2px;
  }
  .menuIcon_line:nth-of-type(1) {
    top: calc(50% - 14px);
  }
  .menuIcon_line:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .menuIcon_line:nth-of-type(3) {
    top: calc(50% + 12px);
  }
}
@media only screen and (max-width: 600px) {
  .menuIcon_line:nth-of-type(1) {
    top: calc(50% - 9px);
  }
  .menuIcon_line:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .menuIcon_line:nth-of-type(3) {
    top: calc(50% + 7px);
  }
}

/*-------------------------
  btn
-------------------------*/
.btn01 {
  display: flex;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.btn01 .btn_inner {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 55px;
  background: #364b27;
  border-radius: 100px;
}

.btn01 .btn_inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 1px;
  background: #fff;
  margin: auto 0;
}

@media only screen and (max-width: 1024px) {
  .btn01 .btn_inner:before {
    width: 10px;
  }
}

@keyframes btn01 {
  0% {
    right: 0;
    width: 12px;
  }

  10% {
    right: 0;
    width: 0;
  }

  11% {
    right: 12px;
    width: 0;
  }

  100% {
    right: 0;
    width: 12px;
  }
}

@keyframes btn01__sp {
  0% {
    right: 0;
    width: 10px;
  }

  10% {
    right: 0;
    width: 0;
  }

  11% {
    right: 10px;
    width: 0;
  }

  100% {
    right: 0;
    width: 10px;
  }
}

.btn01 .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #2b3c1e;
  border-radius: 100px;
  transition: all 0.3s linear;
}

.btn01:hover .btn_inner:before {
  animation: btn01 1s ease 1;
}

@media only screen and (max-width: 1024px) {
  .btn01:hover .btn_inner:before {
    animation: btn01__sp 1s ease 1;
  }
}

.btn01:hover .btn_inner:after {
  opacity: 0;
  left: 95%;
}

.btn__blog span {
  display: block;
  position: relative;
  padding-left: 2.5rem;
}

.btn__blog span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  background: url("../img/ico_blog.webp") left center no-repeat;
  background-size: 100% auto;
}

/* 画像　＋　テキスト */
.btn02 .btn_inner {
  display: flex;
  width: 100%;
  min-height: 77px;
  height: 100%;
  box-shadow: 0px 0px 20px 0px rgba(182, 157, 79, 0.26);
}

@media only screen and (max-width: 560px) {
  .btn02 .btn_inner {
    min-height: 70px;
  }
}

.btn02 .img {
  position: relative;
  flex: 1 0 auto;
  max-width: 150px;
  width: 34.9%;
  background: #fff;
}

@media only screen and (max-width: 560px) {
  .btn02 .img {
    max-width: none;
    width: 32.4%;
  }
}

.btn02 .img:before {
  content: "";
  display: block;
  padding-bottom: 66.6%;
}

.btn02 .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s linear;
}

.btn02 .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: url(../img/bg02.webp) repeat left top #fff;
  background-size: 750px auto;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .btn02 .text {
    font-size: 1.5640273705vw;
  }
}

@media only screen and (max-width: 1024px) {
  .btn02 .text {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 560px) {
  .btn02 .text {
    background-image: none;
    font-size: 1.5rem;
  }
}

.btn02 .text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 1px;
  background: #b6901f;
  margin: auto 0;
  transition: all 0.3s linear;
}

@keyframes btn02 {
  0% {
    right: 0;
    width: 12px;
  }

  10% {
    right: 0;
    width: 0;
  }

  11% {
    right: 12px;
    width: 0;
  }

  100% {
    right: 0;
    width: 12px;
  }
}

.btn02 .text span strong {
  font-size: 1.1em;
  font-weight: 500;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1023px) {
  .btn02 .text span strong {
    font-size: 1.9550342131vw;
  }
}

@media only screen and (max-width: 1024px) {
  .btn02 .text span strong {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .btn02 .text span strong {
    font-size: 1.7rem;
  }
}

.btn02:hover .img img {
  opacity: 0.8;
}

.btn02:hover .text:before {
  animation: btn02 1s ease 1;
}

.btn02:hover .text span {
  opacity: 0.8;
}

/* ベタ塗りボタン */
.btn03 .wrap {
  transition: all 0.3s linear;
  position: relative;
  z-index: 2;
  background: #2b3c1e;
  padding: 3px 0;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 1.3;
}

.btn03 .wrap .inner {
  border: 1px solid #685d18;
  border-left: none;
  border-right: none;
  padding: 15px 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn03 .wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 0.3s linear;
  background: #364b27;
  z-index: -1;
}

.btn03 .wrap:hover:after {
  transition: all 0.3s linear;
  left: 0;
}

.btn03.color02 .wrap {
  background-color: #3c532b;
}

.btn03.color02 .wrap:after {
  background: #435d31;
}

.btn03.color03 .wrap {
  background: url("../img/bg02.webp") repeat left top #fff;
  background-size: 750px auto;
  background-position: center top;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  color: #000;
}

.btn03.color03 .wrap .inner {
  border-color: rgba(0, 0, 0, 0.15);
}

.btn03.color03 .wrap:after {
  background: rgba(0, 0, 0, 0.05);
}

.btn03.color04 .wrap {
  background-color: #65511c;
}

.btn03.color04 .wrap .inner {
  border-color: #b6901f;
}

.btn03.color04 .wrap:after {
  background: #705c27;
}

.btn03.color05 .wrap {
  background-color: #65511c;
}

.btn03.color05 .wrap .inner {
  border-color: #b6901f;
}

.btn03.color05 .wrap:after {
  background: #af8a1e;
}

/* 白に上下飾りボーダー */
.btn04 {
  position: relative;
  display: flex;
}

.btn04:before,
.btn04:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 4px;
  border-top: 1px solid #b6901f;
  border-bottom: 1px solid #b6901f;
}

.btn04:before {
  top: 0;
  border-top-width: 2px;
}

.btn04:after {
  bottom: 0;
  border-bottom-width: 2px;
}

.btn04 .btn_inner {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  background: #f6f6f6;
  font-size: 1.8rem;
  line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
  .btn04 .btn_inner {
    font-size: 1.6rem;
    min-height: 75px;
  }
}

.btn04 .btn_inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 1px;
  background: #b6901f;
  margin: auto 0;
}

@keyframes btn04 {
  0% {
    right: 0;
    width: 12px;
  }

  10% {
    right: 0;
    width: 0;
  }

  11% {
    right: 12px;
    width: 0;
  }

  100% {
    right: 0;
    width: 12px;
  }
}

.btn04 .btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  transition: all 0.3s linear;
}

.btn04:hover .btn_inner:before {
  animation: btn04 1s ease 1;
}

.btn04:hover .btn_inner:after {
  left: 100%;
}

/* 緑の枠 */
.btn05 {
  position: relative;
  display: flex;
}

.btn05:before,
.btn05:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #2b3c1e;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
  .btn05:before,
  .btn05:after {
    opacity: 1;
  }
}

.btn05:before {
  left: 10px;
  top: 100%;
}

@media only screen and (max-width: 1024px) {
  .btn05:before {
    top: 0;
  }
}

.btn05:after {
  right: 10px;
  bottom: 100%;
}

@media only screen and (max-width: 1024px) {
  .btn05:after {
    bottom: 0;
  }
}

.btn05 .btn_inner {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 55px;
  color: #2b3c1e;
  font-size: 1.6rem;
  line-height: 1.3;
}

.btn05 .btn_inner:before,
.btn05 .btn_inner:after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #2b3c1e;
  transition: all 0.3s linear;
  transition-delay: 0.35s;
}

@media only screen and (max-width: 1024px) {
  .btn05 .btn_inner:before,
  .btn05 .btn_inner:after {
    opacity: 1;
  }
}

.btn05 .btn_inner:before {
  top: 0;
  right: 100%;
}

@media only screen and (max-width: 1024px) {
  .btn05 .btn_inner:before {
    right: 10px;
  }
}

.btn05 .btn_inner:after {
  bottom: 0;
  left: 100%;
}

@media only screen and (max-width: 1024px) {
  .btn05 .btn_inner:after {
    left: 10px;
  }
}

.btn05 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.btn05 span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #2b3c1e;
  margin: auto 0;
}

@keyframes btn05 {
  0% {
    left: 0;
    width: 20px;
  }

  10% {
    left: 20px;
    width: 0;
  }

  11% {
    left: 0px;
    width: 0;
  }

  100% {
    left: 0;
    width: 20px;
  }
}

.btn05:hover:before,
.btn05:hover:after {
  opacity: 1;
}

.btn05:hover:before {
  top: 0;
}

.btn05:hover:after {
  bottom: 0;
}

.btn05:hover .btn_inner:before,
.btn05:hover .btn_inner:after {
  opacity: 1;
}

.btn05:hover .btn_inner:before {
  right: 10px;
}

.btn05:hover .btn_inner:after {
  left: 10px;
}

.btn05:hover span:before {
  animation: btn05 1s ease 1;
}

/*-------------------------
link
-------------------------*/
.link01 a {
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 13px;
  position: relative;
  color: #000;
}
.link01 a:hover {
  opacity: 0.7;
}
.link01 a:before {
  content: "";
  height: 1px;
  width: 7px;
  background: #b6901f;
  position: absolute;
  left: 0;
  top: 7px;
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn .spMenuBtn_bar,
#spMenuBtn .spMenuBtn_txt {
  width: 40px;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
  height: 22px;
  margin: 0 auto;
}

#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
  content: "";
}

#spMenuBtn .spMenuBtn_bar span,
#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn .spMenuBtn_txt {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 19px;
  height: 18px;
}

#spMenuBtn .spMenuBtn_bar span,
#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
  background-color: #fff;
}

#spMenuBtn .spMenuBtn_txt:after {
  content: "MENU";
  display: block;
  margin-top: 12px;
  width: 100%;
}

#spMenuClose {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  position: fixed;
  top: 2px;
  right: 0;
  /*template*/
  height: 65px;
  width: 90px;
  transition: all 0.3s linear;
}

#spMenuClose .spMenuBtn_bar,
#spMenuClose .spMenuBtn_txt {
  width: 40px;
}

#spMenuClose .spMenuBtn_bar {
  position: relative;
  height: 22px;
  margin: 0 auto;
}

#spMenuClose .spMenuBtn_bar:before,
#spMenuClose .spMenuBtn_bar:after {
  content: "";
}

#spMenuClose .spMenuBtn_bar span,
#spMenuClose .spMenuBtn_bar:before,
#spMenuClose .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuClose .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuClose .spMenuBtn_bar:before {
  top: 0;
}

#spMenuClose .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuClose .spMenuBtn_txt {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
}

#spMenuClose.open .spMenuBtn_bar span {
  opacity: 0;
}

#spMenuClose.open .spMenuBtn_bar:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuClose.open .spMenuBtn_bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuClose:hover {
  opacity: 0.6;
  transition: all 0.3s linear;
}

#spMenuClose .spMenuBtn_bar {
  width: 25px;
}

#spMenuClose .spMenuBtn_bar span,
#spMenuClose .spMenuBtn_bar:before,
#spMenuClose .spMenuBtn_bar:after {
  background-color: #000;
}

#spMenuClose .spMenuBtn_bar span {
  opacity: 0;
}

#spMenuClose .spMenuBtn_bar:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuClose .spMenuBtn_bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .menuBtn {
    position: static;
  }
  #spMenuBtn {
    position: absolute;
    top: 0;
  }
  #spMenuClose {
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }

  .home #spMenuBtn {
    top: -16vw;
    transition: all 0.8s ease 3s;
  }
  .home.frame_in #spMenuBtn {
    top: 0;
  }
  .home #header {
    top: -16vw;
  }
  .home.frame_in #header {
    top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #spMenuBtn {
    position: fixed;
  }
  #spMenuBtn .spMenuBtn_bar {
    width: 15px;
    height: 17px;
  }
  #spMenuBtn .spMenuBtn_bar span,
  #spMenuBtn .spMenuBtn_bar:before,
  #spMenuBtn .spMenuBtn_bar:after {
    background-color: #9ea995;
  }
  #spMenuBtn .spMenuBtn_txt {
    position: absolute;
    top: 30px;
  }
  #spMenuBtn .spMenuBtn_txt:after {
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-weight: 400;
    content: "メニュー";
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  #spMenuBtn.open .spMenuBtn_txt:after {
    content: "閉じる";
  }
  #spMenuBtn.open .spMenuBtn_bar {
    width: 20px;
  }
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  /*template*/
}

#spMenu {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  /*template*/
  background: url("../img/bg02.webp") repeat left top #fff;
  background-size: 750px auto;
  padding: 0;
  display: none;
  opacity: 1;
}

#spMenu.open {
  z-index: 150;
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#spMenu .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  overflow-x: hidden;
  /*overflow-y: auto;*/
  overflow-y: hidden;
  position: relative;
  box-sizing: border-box;
}

#spMenu .spMenu_wrap {
  display: flex;
  justify-content: space-between;
}

#spMenu .menu_area {
  width: 50%;
  padding: 18px 25px;
  /*main_wrap*/
}

#spMenu .menu_area a {
  text-decoration: none;
}

#spMenu .menu_area .hd_area {
  position: relative;
  min-height: 36px;
}

#spMenu .menu_area .hd_area .language {
  width: 150px;
  min-height: 36px;
  margin-right: 26px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  line-height: 1;
}

#spMenu .menu_area .hd_area .language a {
  padding: 10px;
  display: block;
  background: #888;
}

#spMenu .menu_area .hd_area .language a.spCont {
  display: none;
}

#spMenu .menu_area .hd_area .language p {
  font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
}

#spMenu .menu_area .hd_area .language p a {
  background: url(../img/ico_select02.webp) no-repeat right 8px center #888;
  background-size: 6px auto;
  padding-top: 12px;
}

#spMenu .menu_area .hd_area .language ul {
  display: none;
}

#spMenu .menu_area .hd_area .sns {
  position: absolute;
  top: 56px;
  left: 0;
  padding: 0;
}

#spMenu .menu_area .hd_area .sns li {
  float: left;
  margin-right: 20px;
}

#spMenu .menu_area .hd_area .sns li img {
  height: 17px;
}

#spMenu .menu_area .hd_area .sns li .ro:hover {
  opacity: 0.7;
}

#spMenu .menu_area .main_center {
  height: calc(100% - 120px);
  display: flex;
  align-items: center;
}

#spMenu .menu_area .main_wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

#spMenu .menu_area .inner {
  display: flex;
  justify-content: center;
}

#spMenu .menu_area .logo {
  line-height: 1;
  margin-bottom: 4.3%;
}

#spMenu .menu_area .logo img {
  width: 200px;
  height: auto;
}

#spMenu .menu_area .btn03 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.5rem;
  letter-spacing: normal;
}

#spMenu .menu_area .btn03:after {
  content: "";
  order: 1;
  display: block;
  width: 32.7%;
  margin-bottom: 5px;
}

#spMenu .menu_area .btn03 .wrap {
  padding: 2px 0;
}

#spMenu .menu_area .btn03 .wrap .inner {
  overflow: hidden;
  height: 46px;
}

#spMenu .menu_area .btn03 li {
  margin-bottom: 5px;
  width: 32.7%;
}

#spMenu .menu_area .btn03 li .wrap {
  transition: all 0.5s linear;
}

#spMenu .menu_area .btn03 li .wrap:after {
  transition: all 0.5s linear;
}

#spMenu .menu_area .btn03 li .wrap:hover:after {
  transition: all 0.5s linear;
}

#spMenu .menu_area .btn03 li.long {
  width: 100% !important;
}

#spMenu .menu_area .btn03 li.long .wrap {
  transition: all 0.6s linear;
}

#spMenu .menu_area .btn03 li.long .wrap:after {
  transition: all 0.6s linear;
}

#spMenu .menu_area .btn03 li.long .wrap:hover:after {
  transition: all 0.6s linear;
}

#spMenu .menu_area .btn03.plan_btn {
  padding-bottom: 5px;
}

#spMenu .menu_area .btn03.plan_btn:after {
  width: 49.4%;
}

#spMenu .menu_area .btn03.plan_btn li {
  width: 32.66666%;
}

#spMenu .menu_area .btn03.main_btn {
  padding-bottom: 15px;
}

#spMenu .menu_area .btn03.sub_btn {
  padding-bottom: 8px;
}

#spMenu .menu_area .btn03.sub_btn:after {
  width: 49.4%;
}

#spMenu .menu_area .btn03.sub_btn li {
  width: 49.4%;
}

#spMenu .menu_area .btn03.sub_btn,
#spMenu .menu_area .btn03.other_btn {
  font-size: 1.4rem;
}

#spMenu .menu_area .btn03.other_btn:after {
  width: 49.4%;
  display: none;
}

#spMenu .menu_area .btn03.other_btn li {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#spMenu .menu_area .link01 {
  display: block;
  text-align: center;
  margin-top: 4%;
  margin-bottom: -15px;
}

#spMenu .menu_area .link01 li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 15px;
}

#spMenu .menubg {
  width: 50%;
  min-height: 100vh;
  position: relative;
}

#spMenu .display {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/menu_img_home.webp);
  background-size: cover;
  opacity: 0;
  transition: all 2s;
}

#spMenu .display.active {
  opacity: 1;
}

@media only screen and (max-width: 1366px) {
  #spMenu .menu_area .hd_area .sns {
    position: absolute;
    top: 56px;
    left: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 950px) {
  #spMenu .menubg {
    display: none;
  }

  #spMenu .menu_area {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  #spMenu .menu_area .btn03 .wrap.spCont {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  #spMenu .menu_area .btn03 .wrap.spCont {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  #spMenu {
    bottom: 0;
  }

  #spMenu .spMenu_wrap {
    height: 100%;
  }

  #spMenu .menu_area {
    padding: 20px 25px;
    /*main_wrap*/
  }

  #spMenu .menu_area .hd_area {
    margin-bottom: 0;
    min-height: inherit;
    position: relative;
  }

  #spMenu .menu_area .hd_area .language {
    min-height: 47px;
    margin-right: 0;
    font-size: 1.5rem;
    position: absolute;
    top: -20px;
    right: -25px;
    left: auto;
    width: 165px;
  }

  #spMenu .menu_area .hd_area .language a {
    padding: 10px;
  }

  #spMenu .menu_area .hd_area .language a.pcCont {
    display: none;
  }

  #spMenu .menu_area .hd_area .language a.spCont {
    display: block;
  }

  #spMenu .menu_area .hd_area .language p a {
    background: url(../img/sp/ico_select.png) no-repeat right 15px center #888;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 35px;
    background-position: right 12px center;
    background-size: 10px auto;
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 15px 5px 15px 28px;
  }

  #spMenu .menu_area .hd_area .sns {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }

  #spMenu .menu_area .hd_area .sns li {
    float: left;
    margin: 0 24px 0 0;
  }

  #spMenu .menu_area .hd_area .sns li img {
    width: auto;
    height: 24px;
  }

  #spMenu .menu_area .main_center {
    height: 100%;
  }

  #spMenu .menu_area .main_wrap {
    padding: 38px 0 0;
    padding: 0;
    max-width: 600px;
    width: 100%;
  }

  #spMenu .menu_area .logo {
    margin-bottom: 20px;
  }

  #spMenu .menu_area .logo img {
    width: 180px;
  }

  #spMenu .menu_area .btn03 {
    font-size: 1.8rem;
    letter-spacing: normal;
  }

  #spMenu .menu_area .btn03:after {
    width: 32.3%;
  }

  #spMenu .menu_area .btn03 .wrap .inner {
    overflow: hidden;
    height: 62px;
  }

  #spMenu .menu_area .btn03 .wrap.pcCont {
    display: none;
  }

  #spMenu .menu_area .btn03 li {
    width: 32.3%;
    margin-bottom: 10px;
  }

  #spMenu .menu_area .btn03.plan_btn:after,
  #spMenu .menu_area .btn03.sub_btn:after,
  #spMenu .menu_area .btn03.other_btn:after {
    width: 48.6%;
  }

  #spMenu .menu_area .btn03.plan_btn {
    padding-bottom: 0;
  }

  #spMenu .menu_area .btn03.main_btn {
    padding-bottom: 18px;
  }

  #spMenu .menu_area .btn03.sub_btn {
    padding-bottom: 5px;
    padding-bottom: 0;
  }

  #spMenu .menu_area .btn03.sub_btn,
  #spMenu .menu_area .btn03.other_btn {
    font-size: 1.8rem;
  }

  #spMenu .menu_area .link01 {
    display: flex;
    flex-wrap: wrap;
  }

  #spMenu .menu_area .link01 a {
    display: block;
    font-size: 1.5rem;
  }

  #spMenu .menu_area .link01 li {
    width: calc(100% / 3);
    text-align: left;
    margin-bottom: 25px;
  }
}

#spMenu .menu_area .btn03.plan_btn li.plan_btn_3col {
}

@media screen and (max-width: 766px) {
  #spMenu .menu_area .btn03.plan_btn li.plan_btn_3col {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 560px) {
  #spMenu .menu_area .hd_area .language {
    width: 100px;
    min-height: 37px;
    font-size: 1.3rem;
  }

  #spMenu .menu_area .hd_area .language p a {
    background-position: right 10px center;
    font-size: 1.1rem;
    padding: 10px 0 10px 10px;
  }

  #spMenu .menu_area .hd_area .sns {
    top: -10px;
    left: -11px;
  }

  #spMenu .menu_area .hd_area .sns li {
    margin-right: 15px;
  }

  #spMenu .menu_area .hd_area .sns li img {
    height: 18px;
  }

  #spMenu .menu_area .spMenu_wrap {
    display: block;
    height: auto;
  }

  #spMenu .menu_area .main_wrap {
    padding: 0;
    max-width: 560px;
    width: auto;
  }

  #spMenu .menu_area .logo {
    margin-bottom: 13px;
  }

  #spMenu .menu_area .logo img {
    width: 150px;
  }

  #spMenu .menu_area .btn03 {
    font-size: 1.5rem;
  }

  #spMenu .menu_area .btn03 .wrap .inner {
    height: 40px;
  }

  #spMenu .menu_area .btn03 li {
    margin-bottom: 5px;
  }

  #spMenu .menu_area .btn03.main_btn {
    padding-bottom: 6px;
  }

  #spMenu .menu_area .btn03.main_btn,
  #spMenu .menu_area .btn03.other_btn {
    font-size: 1.4rem;
  }

  #spMenu .menu_area .btn03.sub_btn {
    font-size: 1.3rem;
  }

  #spMenu .menu_area .btn03.sub_btn,
  #spMenu .menu_area .btn03.other_btn {
    font-size: 1.4rem;
  }

  #spMenu .menu_area .btn03.other_btn li {
    width: 100%;
  }

  #spMenu .menu_area .link01 {
    display: block;
    margin: 8px -25px 0;
  }

  #spMenu .menu_area .link01.service_link {
    margin-top: 15px;
  }

  #spMenu .menu_area .link01 a {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  #spMenu .menu_area .link01 li {
    width: auto;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 375px) {
  #spMenu {
    bottom: 0;
  }

  #spMenu .spMenu_wrap {
    display: block;
  }

  #spMenu .menu_area {
    padding: 20px 25px;
    /*main_wrap*/
  }

  #spMenu .menu_area .hd_area {
    margin-bottom: 0;
    min-height: inherit;
    position: relative;
  }

  #spMenu .menu_area .hd_area .language {
    min-height: 37px;
    margin-right: 0;
    font-size: 1.3rem;
    position: absolute;
    top: -20px;
    right: -25px;
    left: auto;
  }

  #spMenu .menu_area .hd_area .language a {
    padding: 10px;
  }

  #spMenu .menu_area .hd_area .language a.pcCont {
    display: none;
  }

  #spMenu .menu_area .hd_area .language a.spCont {
    display: block;
  }

  #spMenu .menu_area .hd_area .sns {
    position: absolute;
    top: -10px;
    left: -11px;
    padding: 0;
  }

  #spMenu .menu_area .hd_area .sns li {
    float: left;
    margin: 0 15px 0 0;
  }

  #spMenu .menu_area .hd_area .sns li img {
    width: auto;
    height: 18px;
  }

  #spMenu .menu_area .btn03 .wrap .inner {
    height: 39px;
  }

  #spMenu .menu_area .btn03 li {
    margin-bottom: 3px;
  }

  #spMenu .menu_area .btn03.main_btn {
    padding-bottom: 12px;
    padding-bottom: 6px;
  }

  #spMenu .menu_area .btn03.plan_btn {
    padding-bottom: 0;
  }

  #spMenu .menu_area .btn03.sub_btn {
    padding-bottom: 5px;
    padding-bottom: 0;
    font-size: 1.3rem;
  }

  #spMenu .menu_area .btn03.main_btn,
  #spMenu .menu_area .btn03.other_btn {
    font-size: 1.4rem;
  }
}

/*右下空室予約用*/

#index_reserve {
  margin-bottom: 140px;
}
.reserve_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  padding: 15px 30px;
}
#index_reserve .reserve_box {
  padding: 40px 30px;
  border: solid 1px #e9e9e9;
}
.reserve_box_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.reserve_box_inner h2 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-top: 24px;
  margin: 10px 0;
  background: url("../img/common/ico/icon_search01.svg") center top no-repeat;
  background-size: 20px 19px;
}
.reserve_box_inner #search_489ban {
  margin: 10px 30px;
}
.reserve_box_inner dl {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 20px;
}
.reserve_box_inner dt {
  letter-spacing: 0.06em;
  margin-right: 10px;
}
.reserve_box_inner form {
  display: flex;
  align-items: center;
}

/*20250818追記*/
#side_search_box .reserve_box_inner dl{
    font-size: 2.0rem;
}
#side_search_box .reserve_box_inner input[type="date"]{
    width: 200px;
}
#side_search_box .reserve_box_inner form{
    gap:20px;    
}
#side_search_box .reserve_box_inner h2{
    font-size:2.8rem;
    padding-top:16px;
    padding-bottom: 5px;
}
#side_search_box .reserve_specilal__inner .btn.btn_border {
    margin: 20px auto 0;
    text-align: center;
}
@media screen and (max-width: 1024px) {
  #index_reserve {
    margin-bottom: 10.66vw;
  }
  #index_reserve .reserve_box {
    display: block;
    padding: 4.66vw 5.33vw 5vw;
  }
  .reserve_box_inner {
    display: block;
  }
  .reserve_box_inner h2 {
    font-size: 4.53vw;
    padding-top: 5.33vw;
    margin: 0 0 2.66vw 0;
    background: url("../img/common/ico/icon_search01.svg") center top no-repeat;
    background-size: 4.26vw auto;
    text-align: center;
  }
  .reserve_box_inner #search_489ban {
    margin: 15px 0 18px;
  }
  .reserve_box_inner dl {
    display: block;
    font-size: 1.3rem;
    margin-right: 0;
  }
  .reserve_box_inner dt {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .reserve_box_inner form {
    display: block;
  }
}

.reserve_box_inner input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.reserve_box_inner input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.reserve_box_inner input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  appearance: none;
}
.reserve_box_inner input[type="date"] {
  position: relative;
  outline: none;
  width: 140px;
  padding: 10px 12px;
  border: solid 1px #ccc;
  background: url("../img/common/ico/icon_calendar.svg") 88% center no-repeat #fff;
  background-size: 18px auto;
}
@-moz-document url-prefix() {
  .reserve_box_inner input[type="date"] {
    background: #fff !important;
  }
  .reserve_box_inner input[type="date"]:disabled {
    background: #aaa !important;
    opacity: 0.5;
  }
}

.date_489ban dd label {
  display: inline-block;
  margin-left: 15px;
}
.reserve_box_inner select {
  padding: 10px 32px 10px 12px;
  height: 44px;
  border: solid 1px #ccc;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/common/ico/icon_arrow01.png") right 10px center no-repeat #fff;
  background-size: 8px auto;
}
.reserve_box_inner input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.reserve_box_inner input[type="checkbox"] {
  cursor: pointer;
  padding-left: 24px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.reserve_box_inner input[type="checkbox"]::before,
.reserve_box_inner input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
.reserve_box_inner input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  width: 18px; /*チェックボックスの横幅*/
  height: 18px; /*チェックボックスの縦幅*/
  top: calc(50% - 9px);
  left: 0;
}
.reserve_box_inner input[type="checkbox"]::after {
  border-bottom: 3px solid #80724d; /*チェックの太さ*/
  border-left: 3px solid #80724d; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 6px; /*チェックの高さ*/
  width: 11px; /*チェックの横幅*/
  transform: rotate(-45deg);
  top: -4px; /*チェック時の位置調整*/
  left: 4px; /*チェック時の位置調整*/
}
.reserve_box_inner input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.reserve_box_inner button {
  line-height: 44px;
  background: #615944;
  color: #fff;
  padding: 0 25px;
  border: none;
  outline: none;
  letter-spacing: 0.06em;
  transition: all 0.4s ease-in-out 0s;
}
.reserve_box_inner button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .reserve_box_inner input[type="date"] {
    font-size: 2.4rem;
    width: 100%;
    padding: 1.33vw 2.66vw;
    background: url("../img/common/ico/icon_calendar.svg") right 2.66vw center no-repeat #fff;
    background-size: 22px auto;
    text-align: left;
  }
  .reserve_box_inner input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
  }
  .date_489ban dd label {
    margin-left: 0;
    margin-top: 18px;
  }
  .reserve_box_inner select {
    font-size: 2.4rem;
    padding: 1.33vw 2.66vw;
    height: 48px;
  }
  .reserve_box_inner button {
    width: 100%;
    line-height: 50px;
    padding: 0 5.33vw;
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.reserve_box_inner .sub_area {
  display: flex;
  align-items: center;
  margin: 10px 0;
  line-height: 1;
}
.reserve_box_inner .sub_area .sub_menu li {
  margin-bottom: 8px;
}
.reserve_box_inner .sub_area .sub_menu li:last-child {
  margin-bottom: 0;
}
.reserve_box_inner .sub_area .sub_menu li a {
  text-decoration: none;
}
.reserve_box_inner .sub_area .login {
  margin-left: 30px;
}
.reserve_box_inner .sub_area .login a {
  display: block;
  text-align: center;
  width: 150px;
  padding: 0 10px 0 25px;
  line-height: 44px;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  background: url("../img/common/ico/icon_lock.svg") 20px center no-repeat;
  background-size: 10px auto;
  background-color: #c0bfbe;
  transition: all 0.4s ease-in-out 0s;
}
.reserve_box_inner .sub_area .login a:hover {
  opacity: 0.7;
}

/*20250818追加*/
.reserve_box_inner .sub_area .login .special_link_btn a {
    margin-top: 10px;
    color: #fff;
    background: #1c1709  url("../img/sp/spcial_btn_bg_test0820.png") 100% center no-repeat;
}
.reserve_box_inner .sub_area .login li:nth-child(n+2) {
    display: none;
}


@media screen and (max-width: 1024px) {
  .reserve_box_inner .sub_area {
    display: block;
    margin: 0;
  }
  .reserve_box_inner .sub_area .sub_menu li {
    margin-bottom: 10px;
  }
  .reserve_box_inner .sub_area .sub_menu li:last-child {
    margin-bottom: 5.33vw;
  }
  .reserve_box_inner .sub_area .sub_menu li a {
    text-decoration: none;
  }
  .reserve_box_inner .sub_area .login {
    margin-left: 0;
  }
  .reserve_box_inner .sub_area .login a {
    display: block;
    width: 68%;
    margin: 0 auto;
    padding: 0 10px 0 25px;
    line-height: 50px;
    font-size: 1.3rem;
    background: none;
    background-color: #c0bfbe;
  }
  .reserve_box_inner .sub_area .login a span {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url("../img/common/ico/icon_lock.svg") 0 center no-repeat;
    background-size: 10px auto;
  }
    .reserve_box_inner .sub_area .login .special_link_btn a span {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url("../img/common/ico/icon_info.png") 0 center no-repeat;
    background-size: 13px auto;
  }
  .date_489ban {
    margin-bottom: 6vw;
  }
  .inbox_489ban {
    display: inline-block;
    width: 48%;
  }
  .stay_489ban select {
    width: 90%;
    text-align: left;
  }
  .person_489ban select {
    width: 80%;
    text-align: left;
  }
    .reserve_box_inner .sub_area .login li:nth-child(n+2){
        display: block;
    }
}

/*動画追加*/
#movie_wrap {
  max-width: 1300px;
  margin: 2vw auto;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  #movie_wrap {
    width: 92%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#movie_wrap .point-title02 {
  margin-bottom: 0px;
  padding: 14px 0 10px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #movie_wrap .point-title02 {
    font-size: 1.6rem;
  }
}

/*20240620追加*/
.front_move {
  position: absolute;
  margin: 0 auto 35px auto;
  display: block;
  z-index: 20;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

#move_open,
#move_close {
  cursor: pointer;
}

#youtube {
  background: #000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  z-index: 9999;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

#youtube iframe {
  text-align: center;
  display: block;
  position: absolute;
  margin: auto;
  top: -10px;
  right: 0;
  left: 0;
  width: 80%;
  height: 71%;
  bottom: 0;
}

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

@media screen and (max-width: 768px) {
  .front_move {
    position: absolute;
    bottom: 18%;
  }

  #youtube iframe {
    width: 98%;
    height: 40%;
    position: static;
    margin-top: 30%;
    margin-bottom: 5%;
  }

  .m-btn a {
    width: 240px;
    padding: 10px 0px 5px;
  }

  .front_move .btn_inner {
    min-height: 35px;
  }
}


/* 追加 */
.sp,
.spCont {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .pc,
  .pcCont {
    display: none;
  }

  .sp,
  .spCont {
    display: block;
  }
}

.tac {
  text-align: center;
}
