@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Serif+JP:wght@200..900&family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #1C1C1C;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

a,
input,
textarea,
select,
button {
  outline: none;
  outline-color: #896317;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible {
  outline-color: #896317;
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
}
@-moz-document url-prefix() {
  a:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible,
  button:focus-visible {
    accent-color: #896317;
  }
}
a:focus-visible _::-webkit-full-page-media,
a:focus-visible _:future,
a:focus-visible :root,
input:focus-visible _::-webkit-full-page-media,
input:focus-visible _:future,
input:focus-visible :root,
textarea:focus-visible _::-webkit-full-page-media,
textarea:focus-visible _:future,
textarea:focus-visible :root,
select:focus-visible _::-webkit-full-page-media,
select:focus-visible _:future,
select:focus-visible :root,
button:focus-visible _::-webkit-full-page-media,
button:focus-visible _:future,
button:focus-visible :root {
  accent-color: #896317;
}

_::-webkit-full-page-media a,
_::-webkit-full-page-media input,
_::-webkit-full-page-media textarea,
_::-webkit-full-page-media select,
_::-webkit-full-page-media button,
_:future a,
_:future input,
_:future textarea,
_:future select,
_:future button,
:root a,
:root input,
:root textarea,
:root select,
:root button {
  accent-color: #896317;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?qo0bvr");
  src: url("../fonts/icomoon.eot?qo0bvr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qo0bvr") format("truetype"), url("../fonts/icomoon.woff?qo0bvr") format("woff"), url("../fonts/icomoon.svg?qo0bvr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_right:before {
  content: "\e900";
}

.icon-external_link:before {
  content: "\e901";
}

.page_inner_l {
  max-width: 1300px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 321px) {
  .page_inner_l {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1024px) {
  .page_inner_l {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1300px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 321px) {
  .page_inner_m {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1024px) {
  .page_inner_m {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1300px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_s {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 321px) {
  .page_inner_s {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1024px) {
  .page_inner_s {
    width: calc(100% - 70px);
  }
}
@media print, screen and (min-width: 1300px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.font_cardo {
  font-family: "Cardo", serif;
  font-weight: normal;
}

.bg_beige {
  background-color: #F7F3ED;
}

.bg_green {
  background-color: #224E45;
}

a {
  color: #0030CE;
  transition: opacity 0.3s;
  /*&:hover {
      @include sp {
          opacity: 0.7;
      }
  }*/
}
a[target=_blank]::after {
  content: "\e901";
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "icomoon" !important;
  color: #0030CE;
  line-height: 1;
  display: inline-block;
  margin-left: 7px;
}
@media print, screen and (min-width: 768px) {
  a[target=_blank]::after {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1300px) {
  a[target=_blank]::after {
    font-size: 1.3rem;
  }
}
a.gr {
  color: #224E45;
}
a.gr[target=_blank]::after {
  color: #224E45;
}
a.wh {
  color: #FFF;
}
a.wh[target=_blank]::after {
  color: #FFF;
}

.sptel {
  pointer-events: auto;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .sptel {
    pointer-events: none;
    cursor: default;
  }
}

.border_arrow_link {
  font-size: 1.4rem;
  color: #224E45;
  letter-spacing: 0;
  text-decoration: none;
  max-width: 100%;
  display: block;
  padding: 10px 40px 10px 20px;
  border: 1px solid #224E45;
  background-image: linear-gradient(#224E45, #224E45);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  position: relative;
  transition: color 0.4s, background-size 0.4s;
}
@media print, screen and (min-width: 768px) {
  .border_arrow_link {
    font-size: 1.5rem;
    max-width: 350px;
    padding: 12px 40px 12px 20px;
  }
}
@media print, screen and (min-width: 1300px) {
  .border_arrow_link {
    font-size: 1.6rem;
  }
}
.border_arrow_link.font_s {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1300px) {
  .border_arrow_link.font_s {
    font-size: 1.5rem;
  }
}
.border_arrow_link::after {
  content: "\e900";
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "icomoon" !important;
  color: #224E45;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.4s, transform 0.4s;
}
@media print, screen and (min-width: 768px) {
  .border_arrow_link::after {
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .border_arrow_link::after {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .border_arrow_link:hover {
    color: #FFF;
    background-position: bottom left;
    background-size: 100% 100%;
  }
  .border_arrow_link:hover::after {
    color: #FFF;
    transform: translate(5px, -50%);
  }
}
.border_arrow_link.wh {
  color: #FFF;
  border: 1px solid #FFF;
  background-image: linear-gradient(#FFF, #FFF);
}
.border_arrow_link.wh::after {
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .border_arrow_link.wh:hover {
    color: #224E45;
  }
  .border_arrow_link.wh:hover::after {
    color: #224E45;
  }
}
.border_arrow_link.gr {
  color: #FFF;
  border: 1px solid #224E45;
  background-color: #224E45;
  background-image: linear-gradient(#FFF, #FFF);
}
.border_arrow_link.gr::after {
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .border_arrow_link.gr:hover {
    color: #224E45;
  }
  .border_arrow_link.gr:hover::after {
    color: #224E45;
  }
}
.border_arrow_link.fadeIN {
  transition: color 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s, background-size 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, transform 2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s !important;
}

.link_pdf {
  display: flex;
}
.link_pdf a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #EB2C2C;
}
@media print, screen and (min-width: 768px) {
  .link_pdf a {
    width: auto;
    padding: 15px 0;
  }
}
.link_pdf a::after {
  content: none;
}
.link_pdf a .link_pdf_text {
  color: #EB2C2C;
  line-height: 1.6;
  letter-spacing: 0;
  width: 100%;
  order: 1;
  margin-top: 5px;
  transition: font-weight 0.4s;
}
@media print, screen and (min-width: 768px) {
  .link_pdf a .link_pdf_text {
    order: 0;
    flex: 1;
    margin-top: 0;
  }
}
.link_pdf a .link_pdf_button_name {
  font-size: 1.3rem;
  color: #EB2C2C;
  max-width: 150px;
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  background-color: #f4e7e7;
  transition: color 0.4s, background 0.4s;
}
@media print, screen and (min-width: 768px) {
  .link_pdf a .link_pdf_button_name {
    max-width: 180px;
    padding: 5px 13px 5px 13px;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .link_pdf a .link_pdf_button_name {
    max-width: 200px;
    padding: 5px 15px;
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_pdf a:hover .link_pdf_text {
    font-weight: bold;
  }
  .link_pdf a:hover .link_pdf_button_name {
    color: #f4e7e7;
    background-color: #EB2C2C;
  }
}

@keyframes arrowRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes arrowLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cmn_reservation a {
  color: #FFF;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .cmn_reservation a {
    padding: 95px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_reservation a {
    padding: 125px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .cmn_reservation a {
    padding: 155px 0;
  }
}
.cmn_reservation a::after {
  content: none;
}
.cmn_reservation .page_inner_l {
  position: relative;
  z-index: 1;
}
.cmn_reservation .eng {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 321px) {
  .cmn_reservation .eng {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cmn_reservation .eng {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_reservation .eng {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .cmn_reservation .eng {
    font-size: 2.6rem;
  }
}
.cmn_reservation .ja {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 321px) {
  .cmn_reservation .ja {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cmn_reservation .ja {
    font-size: 3.7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_reservation .ja {
    font-size: 4.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .cmn_reservation .ja {
    font-size: 5rem;
  }
}
.cmn_reservation .ja::after {
  content: "\e901";
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "icomoon" !important;
  color: #FFF;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .cmn_reservation .ja::after {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cmn_reservation .ja::after {
    font-size: 1.6rem;
    margin-left: 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_reservation .ja::after {
    font-size: 1.7rem;
    margin-left: 14px;
  }
}
@media print, screen and (min-width: 1300px) {
  .cmn_reservation .ja::after {
    font-size: 1.8rem;
    margin-left: 15px;
  }
}
.cmn_reservation img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .cmn_reservation a:hover {
    opacity: 0.8;
  }
  .cmn_reservation a:hover img {
    transform: translateY(-50%) scale(1.03);
  }
}

.toggle_content {
  display: none;
}

.talkappibot {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 5;
}

.reserve_search .search-widget-search-container-bf1818 {
  font-family: "Noto Serif JP", serif !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}
.reserve_search .search-widget-input-wrapper-eaf5bf {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .search-widget-input-wrapper-eaf5bf {
    width: auto !important;
  }
}
.reserve_search .input-container-input-container-da40af {
  width: auto;
  display: inline-block;
  margin: 0 0 15px 0;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .input-container-input-container-da40af {
    margin: 0 25px 0 0;
  }
}
.reserve_search .input-container-input-container-da40af:not(:last-child) {
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .input-container-input-container-da40af:not(:last-child) {
    margin-right: 15px;
  }
}
.reserve_search .search-widget-two-picker-wrapper-4ca735,
.reserve_search .input-container-input-container-da40af {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .search-widget-two-picker-wrapper-4ca735,
  .reserve_search .input-container-input-container-da40af {
    width: auto;
    display: inline-block;
  }
}
@media print, screen and (min-width: 1300px) {
  .reserve_search .search-widget-two-picker-wrapper-4ca735,
  .reserve_search .input-container-input-container-da40af {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.reserve_search .input-container-input-container-da40af .input-container-title-db81ec {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0;
  width: 100%;
  margin: 0 0 10px 0;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .input-container-input-container-da40af .input-container-title-db81ec {
    font-size: 1.3rem;
    width: auto;
  }
}
@media print, screen and (min-width: 1300px) {
  .reserve_search .input-container-input-container-da40af .input-container-title-db81ec {
    margin: 0 15px 0 0;
  }
}
.reserve_search .search-widget-calendar-9fdfc9 {
  text-align: left;
  width: 100% !important;
  padding: 5px 13px;
  background-image: none !important;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .search-widget-calendar-9fdfc9 {
    text-align: center;
    width: 210px !important;
  }
}
.reserve_search .search-widget-select-75fb48 {
  background: #fff url(../img/common/select_arrow.svg) no-repeat right 13px center;
  background-size: 9px auto;
}
.reserve_search .input-container-slot-239963 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .input-container-slot-239963 {
    width: auto;
  }
}
.reserve_search .search-widget-input-34bba0,
.reserve_search .search-widget-select-75fb48 {
  font-size: 1.4rem !important;
  font-family: "Noto Serif JP", serif !important;
  height: 37px;
  padding: 5px 13px 5px 13px;
  border: none !important;
  border-radius: 0px;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .search-widget-input-34bba0,
  .reserve_search .search-widget-select-75fb48 {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .reserve_search .search-widget-input-34bba0,
  .reserve_search .search-widget-select-75fb48 {
    font-size: 1.6rem !important;
  }
}
.reserve_search .input-container-input-container-da40af.input-container-width-sm-88e98c {
  width: calc((100% - 10px) / 2);
}
@media print, screen and (min-width: 768px) {
  .reserve_search .input-container-input-container-da40af.input-container-width-sm-88e98c {
    width: 118px;
  }
}
@media print, screen and (min-width: 1300px) {
  .reserve_search .input-container-input-container-da40af.input-container-width-sm-88e98c {
    width: auto;
  }
}
.reserve_search .input-container-input-container-da40af.input-container-width-sm-88e98c + .input-container-input-container-da40af {
  width: calc((100% - 10px) / 2);
}
@media print, screen and (min-width: 768px) {
  .reserve_search .input-container-input-container-da40af.input-container-width-sm-88e98c + .input-container-input-container-da40af {
    width: 118px;
  }
}
@media print, screen and (min-width: 1300px) {
  .reserve_search .input-container-input-container-da40af.input-container-width-sm-88e98c + .input-container-input-container-da40af {
    width: auto;
  }
}
.reserve_search .input-container-input-container-da40af.input-container-width-sm-88e98c .search-widget-select-75fb48 {
  padding: 5px 32px 5px 13px;
}
.reserve_search .dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e {
  width: 100%;
  min-width: initial;
  height: 37px;
  padding: 5px 32px 5px 13px;
  background: #fff url(../img/common/select_arrow.svg) no-repeat right 13px center !important;
  background-size: 9px auto;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e {
    width: 118px;
  }
}
.reserve_search .dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e.dropdown-arrow-9ae350 {
  background: #fff url(../img/common/select_arrow.svg) no-repeat right 13px center !important;
  background-size: 9px auto;
}
.reserve_search .input-container-slot-239963 .search-widget-select-75fb48 {
  padding: 5px 32px 5px 15px;
}
.reserve_search .search-widget-button-wrapper-d2b715 {
  text-align: center;
  width: 100%;
  margin: 4px 0 0 0;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .search-widget-button-wrapper-d2b715 {
    margin: 18px 0 0 0;
  }
}
@media print, screen and (min-width: 800px) {
  .reserve_search .search-widget-button-wrapper-d2b715 {
    width: 95px;
    margin: 0;
  }
}
.reserve_search .search-widget-button-wrapper-d2b715 {
  background-color: #224E45;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  transition: background-size 0.3s;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .search-widget-button-wrapper-d2b715:hover {
    background-position: bottom left;
    background-size: 100% 100%;
  }
}
.reserve_search .dropdown-btn-container-48a17f {
  padding: 0;
  margin: 10px 20px;
  background-color: #224E45;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  transition: background-size 0.4s;
}
@media print, screen and (max-width: 992px) {
  .reserve_search .dropdown-btn-container-48a17f {
    padding: 0;
    margin: 16px 17px 17px 17px;
  }
}
@media print, screen and (min-width: 768px) {
  .reserve_search .dropdown-btn-container-48a17f:hover {
    background-position: bottom left;
    background-size: 100% 100%;
  }
}
.reserve_search .dropdown-selector-container-ef1ce2 .dropdown-dropdown-f4f232 {
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .dropdown-selector-container-ef1ce2 .dropdown-dropdown-f4f232 {
    right: auto;
  }
}
.reserve_search .button-btn-f51c1a {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
  width: 100%;
  padding: 7px 15px;
  margin: 0;
  border: 1px solid #224E45;
  border-radius: 0px;
  background-color: transparent !important;
  transition: color 0.2s;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .button-btn-f51c1a {
    font-weight: 600;
    width: 95px;
  }
}
@media print, screen and (min-width: 1024px) {
  .reserve_search .button-btn-f51c1a {
    font-size: 1.6rem;
  }
}
.reserve_search .button-btn-f51c1a:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 768px) {
  .reserve_search .button-btn-f51c1a:hover {
    color: #224E45 !important;
  }
}

.tripla-booking-modal .button-btn-f51c1a {
  background-color: #224E45 !important;
}

.slideIn_text .char {
  display: inline-block;
  transform: translateX(2.5rem);
  opacity: 0;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: opacity, transform;
  will-change: opacity, transform;
}
.slideIn_text.is_active .char {
  transform: translateX(0);
  opacity: 1;
}

.slideIn_content {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: opacity, transform;
  will-change: opacity, transform;
}
.slideIn_content.is_active {
  opacity: 1;
  transform: translateY(0);
}

.slideIn_Block .char {
  display: inline-block;
  transform: translateX(2.5rem);
  opacity: 0;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: opacity, transform;
  will-change: opacity, transform;
}
.slideIn_Block .fadeIN {
  transform: translateY(2.5rem);
  opacity: 0;
  transition-duration: 2s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: opacity, transform;
  will-change: opacity, transform;
}
@media print, screen and (min-width: 768px) {
  .slideIn_Block .fadeIN {
    transform: translateX(2.5rem) translateY(0);
  }
}
.slideIn_Block.is_active .char {
  transform: translateX(0);
  opacity: 1;
}
.slideIn_Block.is_active .fadeIN {
  transform: translateX(0);
  opacity: 1;
}
.slideIn_Block.is_active .fadeIN_spBottom {
  transform: translateY(0);
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .slideIn_Block.is_active .fadeIN_spBottom {
    transform: translateX(0) translateY(0);
  }
}

header {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 12px 10px 12px;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background 0.5s;
}
@media print, screen and (min-width: 768px) {
  header {
    height: 63px;
    padding: 10px 20px 10px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  header {
    height: 73px;
    display: flex;
    padding: 10px 20px 10px 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  header {
    height: 83px;
  }
}
@media print, screen and (min-width: 1300px) {
  header {
    padding: 10px 25px 10px 40px;
  }
}
header .menu-change_pc {
  display: none;
}
@media print, screen and (min-width: 1180px) {
  header .menu-change_pc {
    display: block;
  }
}
header .menu-change_sp {
  display: block;
}
@media print, screen and (min-width: 1180px) {
  header .menu-change_sp {
    display: none;
  }
}
header .logo {
  width: 100%;
  max-width: 202px;
  flex: 1;
  margin-right: 15px;
}
@media print, screen and (min-width: 768px) {
  header .logo {
    width: 202px;
    max-width: initial;
    flex: none;
  }
}
@media print, screen and (min-width: 1024px) {
  header .logo {
    width: 240px;
  }
}
@media print, screen and (min-width: 1300px) {
  header .logo {
    width: 280px;
  }
}
@media print, screen and (min-width: 1480px) {
  header .logo {
    width: 326px;
  }
}
header .logo a {
  display: block;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  header .logo a:hover {
    opacity: 0.7;
  }
}
header .logo img {
  width: 100%;
  transition: opacity 0.5s;
}
header .menu {
  width: 100%;
  height: calc(100vh - 48px);
  display: none;
  padding: 25px 30px 60px 30px;
  background-color: #FFF;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 10;
  overflow: auto;
}
@media print, screen and (min-width: 768px) {
  header .menu {
    height: calc(100vh - 63px);
    padding: 25px 30px 60px 30px;
    top: 63px;
  }
}
@media print, screen and (min-width: 1024px) {
  header .menu {
    height: calc(100vh - 73px);
    padding: 25px 30px 60px 30px;
    top: 73px;
  }
}
@media print, screen and (min-width: 1180px) {
  header .menu {
    width: auto;
    height: auto;
    display: block !important;
    flex: 1;
    padding: 0;
    margin-right: 20px;
    margin-left: auto;
    background-color: transparent;
    position: static;
    overflow: visible;
  }
}
@media print, screen and (min-width: 1300px) {
  header .menu {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 1480px) {
  header .menu {
    margin-right: 45px;
  }
}
header .main_navi {
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 1180px) {
  header .main_navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
}
header .main_navi li {
  margin-bottom: 18px;
}
@media print, screen and (min-width: 1180px) {
  header .main_navi li {
    margin: 2px 0;
  }
}
@media print, screen and (min-width: 1180px) {
  header .main_navi li:not(:first-child) {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 1300px) {
  header .main_navi li:not(:first-child) {
    margin-left: 25px;
  }
}
@media print, screen and (min-width: 1480px) {
  header .main_navi li:not(:first-child) {
    margin-left: 32px;
  }
}
header .main_navi li a {
  font-size: 2.1rem;
  color: #224E45;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.3s, font-weight 0.3s;
}
@media print, screen and (min-width: 1180px) {
  header .main_navi li a {
    font-size: 1.4rem;
    color: #1C1C1C;
    letter-spacing: 0;
    display: block;
  }
}
@media print, screen and (min-width: 1480px) {
  header .main_navi li a {
    font-size: 1.5rem;
  }
}
header .main_navi li a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(#224E45, #224E45);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  transition: background-size 0.3s;
}
@media print, screen and (min-width: 1180px) {
  header .main_navi li a:hover {
    font-weight: bold;
    color: #224E45;
  }
  header .main_navi li a:hover::after {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
header .sub_navi {
  margin-bottom: 30px;
}
header .sub_navi li:not(:last-child) {
  margin-bottom: 21px;
}
header .sub_navi a {
  font-size: 1.5rem;
  color: #224E45;
  text-decoration: none;
  display: inline-block;
}
header .sub_navi a[target=_blank]::after {
  font-size: 1.2rem;
  color: #224E45;
  margin-left: 10px;
  transform: translateY(-1px);
}
header .reserve {
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 4px 15px;
  margin-left: auto;
  margin-right: 15px;
  background-color: #BC9850;
  transition: all 0.5s;
}
@media print, screen and (min-width: 768px) {
  header .reserve {
    font-size: 1.4rem;
    font-weight: bold;
    color: #BC9850;
    letter-spacing: 0;
    width: 95px;
    padding: 5px 10px;
    border: 1px solid #BC9850;
    background-color: transparent;
    background-image: linear-gradient(#BC9850, #BC9850);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 100%;
    position: relative;
    transition: color 0.2s, background-size 0.2s;
  }
}
@media print, screen and (min-width: 1024px) {
  header .reserve {
    font-size: 1.5rem;
    width: 115px;
    padding: 5px 15px;
  }
}
@media print, screen and (min-width: 1180px) {
  header .reserve {
    margin-left: 0;
    margin-right: 0;
    order: 1;
  }
}
@media print, screen and (min-width: 1300px) {
  header .reserve {
    width: 125px;
  }
}
@media print, screen and (min-width: 1480px) {
  header .reserve {
    width: 135px;
  }
}
header .reserve[target=_blank]::after {
  content: none;
  color: #BC9850;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  header .reserve[target=_blank]::after {
    content: "\e901";
  }
}
@media print, screen and (min-width: 1024px) {
  header .reserve[target=_blank]::after {
    right: 15px;
  }
}
@media print, screen and (min-width: 1180px) {
  header .reserve:hover {
    color: #FFF;
    background-position: bottom left;
    background-size: 100% 100%;
  }
  header .reserve:hover[target=_blank]::after {
    color: #FFF;
  }
}
header .reserve_sp {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  padding: 20px;
  margin-bottom: 25px;
  background-color: #BC9850;
  position: relative;
}
header .reserve_sp::before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 0;
  transform: translateY(-50%);
}
header .reserve_sp[target=_blank]::after {
  font-size: 1.3rem;
  color: #BC9850;
  text-align: center;
  width: 27px;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
header .policy_term {
  margin-bottom: 20px;
}
header .policy_term li:not(:last-child) {
  margin-bottom: 6px;
}
header .policy_term a {
  font-size: 1.2rem;
  color: #838383;
  text-decoration: none;
  display: inline-block;
}
header .sns ul {
  display: flex;
  align-items: center;
}
header .sns li:not(:last-child) {
  margin-right: 23px;
}
header .sns a {
  display: block;
}
header .sns a[target=_blank]::after {
  content: none;
}
header .sns img {
  width: 100%;
}
header .menu_btn {
  width: 27px;
  height: 27px;
  padding: 0;
  background-color: transparent;
  position: relative;
}
@media print, screen and (min-width: 1180px) {
  header .menu_btn {
    display: none;
  }
}
header .menu_btn::before, header .menu_btn::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #1C1C1C;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
header .menu_btn::before {
  transform: translateY(-5px);
}
@media print, screen and (min-width: 768px) {
  header .menu_btn::before {
    transform: translateY(-6px);
  }
}
@media print, screen and (min-width: 768px) {
  header .menu_btn::before {
    transform: translateY(-7px);
  }
}
header .menu_btn::after {
  transform: translateY(5px);
}
header .menu_btn span {
  height: 1px;
  display: block;
  background-color: #1C1C1C;
  transition: all 0.3s;
}
header.is_open {
  background-color: #FFF;
}
header.is_open .logo {
  position: relative;
  z-index: 11;
}
header.is_open .reserve {
  position: relative;
  z-index: 11;
}
header.is_open .menu_btn {
  position: relative;
  z-index: 11;
}
header.is_open .menu_btn::before {
  transform: translateY(0) rotate(135deg);
}
header.is_open .menu_btn::after {
  transform: translateY(0) rotate(-135deg);
}
header.is_open .menu_btn span {
  transform: translateX(5px);
  opacity: 0;
}
@media print, screen and (min-width: 1180px) {
  header.is_open.absolute .logo a img {
    opacity: 0;
  }
}
header.absolute {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
header.absolute .logo a {
  position: relative;
}
header.absolute .logo a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/common/logo_wh.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
header.absolute .logo img {
  opacity: 0;
}
@media print, screen and (min-width: 1180px) {
  header.absolute .main_navi li a {
    color: #FFF;
  }
}
@media print, screen and (min-width: 768px) {
  header.absolute .main_navi li a::after {
    background-image: linear-gradient(#FFF, #FFF);
  }
}
@media print, screen and (min-width: 768px) {
  header.absolute .main_navi li a:hover {
    color: #FFF;
  }
}
@media print, screen and (min-width: 768px) {
  header.absolute .reserve {
    color: #FFF;
    border: 1px solid #BC9850;
    background-color: #BC9850;
    background-image: linear-gradient(#FFF, #FFF);
  }
}
header.absolute .reserve[target=_blank]::after {
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  header.absolute .reserve:hover {
    color: #BC9850;
  }
  header.absolute .reserve:hover[target=_blank]::after {
    color: #BC9850;
  }
}
header.absolute .menu_btn::before, header.absolute .menu_btn::after {
  background-color: #FFF;
}
header.absolute .menu_btn span {
  background-color: #FFF;
}
header.absolute.is_open {
  background-color: #FFF;
}
header.absolute.is_open .logo::after {
  opacity: 0;
}
header.absolute.is_open .logo img {
  opacity: 1;
}
header.absolute.is_open .reserve {
  color: #FFF;
  background-color: #BC9850;
}
header.absolute.is_open .menu_btn::before, header.absolute.is_open .menu_btn::after {
  background-color: #1C1C1C;
}
header.absolute.is_open .menu_btn span {
  background-color: #1C1C1C;
}
header .logo + .reserve {
  display: block;
}
@media print, screen and (min-width: 1180px) {
  header .logo + .reserve {
    display: none;
  }
}
header .menu + .reserve {
  display: none;
}
@media print, screen and (min-width: 1180px) {
  header .menu + .reserve {
    display: block;
  }
}

footer {
  padding: 45px 0 25px 0;
}
@media print, screen and (min-width: 768px) {
  footer {
    padding: 57px 0 44px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  footer {
    padding: 69px 0 62px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  footer {
    padding: 80px 0;
  }
}

.footer_upper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .footer_upper {
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_upper {
    margin-bottom: 37px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_upper {
    margin-bottom: 40px;
  }
}
.footer_upper .info {
  width: 100%;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .footer_upper .info {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
.footer_upper .info .info_logo {
  width: 81.9%;
  max-width: 438px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .footer_upper .info .info_logo {
    width: 100%;
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_upper .info .info_logo {
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_upper .info .info_logo {
    margin-bottom: 40px;
  }
}
.footer_upper .info .info_logo a {
  display: block;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .footer_upper .info .info_logo a:hover {
    opacity: 0.7;
  }
}
.footer_upper .info .info_logo img {
  width: 100%;
}
.footer_upper .info .info_address {
  font-size: 1.3rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .footer_upper .info .info_address {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_upper .info .info_address {
    font-size: 1.5rem;
  }
}
.footer_upper .info .info_address a {
  color: #224E45;
  display: inline-block;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 321px) {
  .footer_upper .info .info_address a {
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_upper .info .info_address a {
    margin-left: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper .info .info_address a:hover {
    opacity: 0.7;
  }
}
.footer_upper .info dl {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  margin-top: 7px;
}
@media print, screen and (min-width: 768px) {
  .footer_upper .info dl {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_upper .info dl {
    font-size: 1.5rem;
  }
}
.footer_upper .info dl dt::after {
  content: "：";
}
.footer_upper .info .info_check {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  margin-top: 20px;
  border: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .footer_upper .info .info_check {
    max-width: 378px;
    margin-top: 25px;
    padding: 12px 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_upper .info .info_check {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_upper .info .info_check {
    margin-top: 35px;
  }
}
.footer_upper .info .info_check p {
  font-size: 1.3rem;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 321px) {
  .footer_upper .info .info_check p {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper .info .info_check p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_upper .info .info_check p {
    font-size: 1.5rem;
  }
}
.footer_upper .info .info_check p:not(:last-child) {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 321px) {
  .footer_upper .info .info_check p:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper .info .info_check p:not(:last-child) {
    margin-right: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_upper .info .info_check p:not(:last-child) {
    margin-right: 22px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_upper .info .info_check p:not(:last-child) {
    margin-right: 25px;
  }
}
.footer_upper nav {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer_upper nav {
    width: 50%;
    max-width: 485px;
    margin-left: auto;
  }
}
.footer_upper nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 13px;
}
@media print, screen and (min-width: 321px) {
  .footer_upper nav ul {
    gap: 23px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper nav ul {
    gap: 25px 20px;
  }
}
.footer_upper nav li {
  width: calc((100% - 13px) / 2);
}
@media print, screen and (min-width: 321px) {
  .footer_upper nav li {
    width: calc((100% - 20px) / 2);
  }
}
.footer_upper nav a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #224E45;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .footer_upper nav a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper nav a {
    font-size: 1.5rem;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_upper nav a {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_upper nav a {
    font-size: 1.9rem;
  }
}
.footer_upper nav a::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(#224E45, #224E45);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  transition: background-size 0.3s;
}
.footer_upper nav a::after {
  font-size: 1.2rem;
  color: #224E45;
  transform: translateY(-1px);
}
@media print, screen and (min-width: 768px) {
  .footer_upper nav a::after {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_upper nav a::after {
    font-size: 1.4rem;
    transform: translateY(-2px);
  }
}
@media print, screen and (min-width: 768px) {
  .footer_upper nav a:hover::before {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}

.footer_middle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .footer_middle {
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_middle {
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_middle {
    margin-bottom: 50px;
  }
}
.footer_middle .sns {
  width: 100%;
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .footer_middle .sns {
    order: 0;
    width: auto;
  }
}
.footer_middle .sns p {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 768px) {
  .footer_middle .sns p {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_middle .sns p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.footer_middle .sns ul {
  display: flex;
  align-items: center;
}
.footer_middle .sns ul li:not(:last-child) {
  margin-right: 23px;
}
.footer_middle .sns ul a {
  display: block;
  tab-size: opacity 0.3s;
}
.footer_middle .sns ul a::after {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .footer_middle .sns ul a:hover {
    opacity: 0.7;
  }
}
.footer_middle .reserve {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .footer_middle .reserve {
    width: 50%;
    max-width: 485px;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.footer_middle .reserve a {
  font-size: 1.5rem;
  color: #FFF;
  letter-spacing: 0;
  text-decoration: none;
  width: 100%;
  max-width: 435px;
  display: block;
  padding: 14px 40px 14px 20px;
  border: 1px solid #BC9850;
  background-color: #BC9850;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  position: relative;
  transition: color 0.3s, background-size 0.3s;
}
@media print, screen and (min-width: 768px) {
  .footer_middle .reserve a {
    font-size: 1.7rem;
    padding: 17px 20px 17px 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_middle .reserve a {
    font-size: 1.9rem;
    padding: 20px 20px 20px 30px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_middle .reserve a {
    font-size: 2.1rem;
    padding: 23px 20px 23px 35px;
  }
}
.footer_middle .reserve a::after {
  font-size: 1.4rem;
  color: #FFF;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.6s;
}
@media print, screen and (min-width: 768px) {
  .footer_middle .reserve a::after {
    font-size: 1.5rem;
    right: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_middle .reserve a::after {
    font-size: 1.7rem;
    right: 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_middle .reserve a::after {
    font-size: 1.8rem;
    right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_middle .reserve a:hover {
    color: #BC9850;
    background-position: bottom left;
    background-size: 100% 100%;
  }
  .footer_middle .reserve a:hover::after {
    color: #BC9850;
  }
}

.footer_lower {
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .footer_lower {
    padding-top: 23px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_lower {
    padding-top: 26px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_lower {
    padding-top: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_lower_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.footer_lower_flex ul {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .footer_lower_flex ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
.footer_lower_flex ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .footer_lower_flex ul li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_lower_flex ul li:not(:last-child) {
    margin-right: 35px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_lower_flex ul li:not(:last-child) {
    margin-right: 40px;
  }
}
.footer_lower_flex ul a {
  font-size: 1.2rem;
  color: #838383;
  text-decoration: none;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer_lower_flex ul a {
    font-size: 1.3rem;
  }
}
.footer_lower_flex ul a::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(#838383, #838383);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  transition: background-size 0.3s;
}
@media print, screen and (min-width: 768px) {
  .footer_lower_flex ul a:hover::before {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.footer_lower_flex .copy {
  font-size: 1.1rem;
  color: #838383;
  text-align: center;
  letter-spacing: 0;
  margin-left: auto;
}
@media print, screen and (min-width: 321px) {
  .footer_lower_flex .copy {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_lower_flex .copy {
    font-size: 1.3rem;
    text-align: right;
  }
}

.device-sp #live-chat {
  padding-top: 80px;
  background-color: #386017 !important;
}