@charset "UTF-8";
/*
Theme Name: ファーストキャピン CMS ver2.01
Description: ファーストキャピンのテーマ version2.01
Theme URI: https://first-cabin.jp
Author: Steki Inc.
Author URI: https://steki-inc.jp
Version: 1.07
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Shippori+Mincho&family=Shippori+Mincho+B1&family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");
/* =============================================
 *  01. Common settings
 *      - reset
 *      - common
 *      - padding
 *      - margin
 *      - width
 *  02. Layout
 *      - common
 *      - clearfix
 *      - width
 *  03. Font
 *      - font size
 *      - font color
 *      - font family
 *      - contact
 *  04. Parts
 *      - icon
 *      - button
 *      - table
 *      - heading
 *      - pagination
 *  05. Form
 *      - layout
 *      - parts
 *  06. Page
 *  07. Modal
 *  08. Table
 *  09. List
 *  10. Tooltip
 * -----------------------------------
 *  11. Header
 *  12. Navigation
 *  13. Aside
 *  14. Footer
 * -----------------------------------
 *  20. News
 * -----------------------------------

 * ============================================= */
/* ---------------------------------------------------------------------------------------- */
/* ==============================================
 01. Common settings
=============================================== */
/* reset
----------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}

/* common
----------------------------------------------- */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  margin: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  background-color: #FFFEFB;
  color: #303439;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-family: "Shippori Mincho", "MS P明朝", "ヒラギノ明朝", "Cormorant", Times, serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 1.334vw;
    background: #FFFEFB;
  }
}
@media only screen and (max-width: 767px) {
  /*------------------------------
  基本
  ------------------------------*/
  body {
    font-size: 3.733vw;
  }
}
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
  /* max-width: 100%; */
  height: auto;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

.text-center {
  text-align: center;
}

.clearfix {
  /* *zoom: 1; */
  display: inline-block;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.notes {
  font-size: 1.2em;
  line-height: 1.4;
}

img,
video {
  max-width: 100%;
}

a {
  color: #303439;
  cursor: pointer;
  text-decoration: none;
}

/* ==============================================
 02. Layout
=============================================== */
main {
  padding: 0;
  margin: 0;
}

.container {
  overflow: hidden;
  width: 1200px;
  margin: auto;
  padding: 5.125em 0.8125em;
  z-index: 1;
}

main section {
  position: relative;
  overflow: hidden;
  z-index: 4;
}

@media (max-width: 767px) {
  .container {
    padding: 4.28em 1.78em 5em;
  }
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
  /*headerからの影響*/
  main section:first-of-type {
    margin-top: 12vw;
  }
  #top main section:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  /*headerからの影響*/
  main section:first-of-type {
    margin-top: 5em;
  }
  #top main section:first-of-type {
    margin-top: 0;
  }
}
/* flex
----------------------------------------------- */
.flexlist {
  display: flex;
}

.f-flow {
  flex-flow: row wrap;
}

.f-jc-center {
  justify-content: center;
}

.f-jc-between {
  justify-content: space-between;
}

.f-ac-stretch {
  align-content: stretch;
}

.f-ai-stretch {
  align-items: stretch;
}

.f-ai-start {
  align-items: flex-start;
}

.f-ai-end {
  align-items: flex-end;
}

.f-ai-center {
  align-items: center;
}

.f-d-column {
  flex-direction: column;
}

/* ==============================================
 03. Font
=============================================== */
/* color
----------------------------------------------- */
.fc-black {
  color: #111;
}

.fc-white {
  color: #fFF;
}

/* font family
----------------------------------------------- */
.ff-en-serif .number {
  font-family: serif;
  font-size: 92%;
}

/* font size
----------------------------------------------- */
.lg-font01 {
  font-size: 1.2em;
}

.lg-font02 {
  font-size: 1.3em;
}

.lg-font03 {
  font-size: 1.75em;
}

.lg-font04 {
  font-size: 2em;
}

.min-font01 {
  font-size: 0.6em;
}

.min-font02 {
  font-size: 0.75em;
}

.min-font03 {
  font-size: 0.8em;
}

.min-font04 {
  font-size: 0.83em;
}

/* font weight
----------------------------------------------- */
.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/* word wrap
----------------------------------------------- */
.wr-bw {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.wr-ba {
  word-break: break-all;
}

/* letter spacing
----------------------------------------------- */
.ffs {
  font-feature-settings: "palt" 1;
}

.ls-01 {
  letter-spacing: -0.01em;
}

/* text align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* background
----------------------------------------------- */
.bg-black1 {
  background: #5F6E74;
}

.bg-black2 {
  background: rgba(95, 110, 116, 0.8);
}

.bg-black3 {
  background: rgba(32, 32, 32, 0.6);
}

/* margin
----------------------------------------------- */
.mg-b1em {
  margin-bottom: 1em;
}

.mg-auto {
  margin: auto;
}

.mg-r2em {
  margin-right: 2em;
}

/* marker
----------------------------------------------- */
.bg-marker {
  background: linear-gradient(transparent 0%, #FFFFFF 0%);
  line-height: 1.7;
  padding: 0.1em 0;
}

/* z-index
----------------------------------------------- */
.zi-top {
  z-index: 1;
}

/* ==============================================
 04. Parts
=============================================== */
/* list
----------------------------------------------- */
/* dotlist */
ul.dotlist {
  padding-left: 1em;
}

ul.dotlist li {
  position: relative;
}

ul.dotlist li:before {
  position: absolute;
  top: 0.35em;
  left: -1em;
  line-height: 1;
  content: "・";
  height: 1em;
  width: 1em;
}

/* numlist */
ol.numlist {
  list-style: decimal;
  padding-left: 1.3em;
  line-height: 1.75;
}

/* circle-numlist */
ol.circle-numlist {
  padding-left: 1.3em;
  counter-reset: my-counter;
}

ol.circle-numlist li {
  position: relative;
}

ol.circle-numlist li:before {
  position: absolute;
  top: 0.35em;
  left: -1.3em;
  line-height: 1;
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 0.04em solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.125em;
  width: 1.125em;
  font-size: 0.875em;
}

/* button
----------------------------------------------- */
a.btn, button.btn {
  display: block;
  padding: 0.66em;
  background: #C29E5B;
  border: none;
  border-radius: 4px;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
  border: 1px solid #C29E5B;
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  background: #fff !important;
  color: #C29E5B !important;
}

.btn.btn-g {
  background: #7C898B;
  border: 1px solid #7C898B;
}

.btn.btn-g:hover {
  background: none !important;
  color: #7C898B !important;
}

a.btn-view-more, a.btn-view-all {
  display: block;
  width: 14em;
  padding: 1em;
  border-radius: 0.5em;
  text-align: center;
  font-family: "Cormorant";
  letter-spacing: 0.13em;
  font-size: 1em;
  transition: color 300ms, background-color 300ms, border-color 300ms;
}

a.btn-view-more {
  color: #fff;
  border: 1px solid #fff;
}

a.btn-view-more:hover {
  color: #5F6E74;
  background: #fff;
  border: 1px solid #fff;
}

a.btn-view-all {
  color: #5F6E74;
  border: 1px solid #5F6E74;
  transition: all 0.3s;
}

a.btn-view-all:hover {
  background: #5F6E74;
  color: #fff;
  border: 1px solid #5F6E74;
}

a.btn-border {
  border: 1px solid #303439;
  color: #303439;
  background-color: transparent;
  display: inline-block;
  width: 14em;
  padding: 1em;
  border-radius: 0.25em;
  text-align: center;
  letter-spacing: 0.13em;
  font-size: 1em;
  transition: color 300ms, background-color 300ms, border-color 300ms;
}
a.btn-border:hover {
  background-color: #5F6E74 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  a.btn {
    width: 80%;
  }
}
/* accordion
----------------------------------------------- */
.togglebtn {
  position: relative;
  cursor: pointer;
}

.togglebtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
  margin: auto;
  border-radius: 50%;
  background: url(assets/images/common/ic-plus.png) center/42% 42% no-repeat #5F6E74;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}

.toggle-area .togglebtn.active::after {
  transform: rotate(-180deg);
  background: url(assets/images/common/ic-minus.png) center/42% 42% no-repeat #5F6E74;
}

.toggle-area .list {
  display: none;
}

.toggle-area .list a {
  color: #4B595D;
}

@media (max-width: 767px) {
  .togglebtn::after {
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
/* scroll
----------------------------------------------- */
.scrollarea {
  min-height: 100%;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* modal
----------------------------------------------- */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 9988;
}

/*ウィンドウ*/
.modal-window {
  display: none;
  position: fixed;
  padding: 1.875em 3.5625em;
  min-width: 360px;
  max-height: 80vh;
  z-index: 9989;
  background: #FFFEFB;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .modal-window {
    padding: 1.5em 1.5em;
  }
}
/* title
----------------------------------------------- */
.title-area {
  position: relative;
  color: #4B595D;
  padding-bottom: 0.875em;
  margin: 0 auto 2.1875em;
}

.content-title {
  font-family: "Cormorant", serif;
}

h2.content-title {
  font-size: 2.75em;
  letter-spacing: 0.18em;
}

.title-area::after {
  position: absolute;
  content: "";
  width: 6.6875em;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #5F6E74;
}

[class*=bg-black] .title-area::after, [class*=bg-black] + .container .title-area::after {
  background: #fff;
}

.ta-center .title-area::after {
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .title-area {
    padding-bottom: 0.575em;
  }
  .title-area::after {
    width: 4.2em;
  }
  h2.content-title {
    font-size: 2em;
    letter-spacing: 0.12em;
  }
}
/* preface
----------------------------------------------- */
.preface {
  margin-bottom: 3.375em;
  color: #4B595D;
  letter-spacing: 0.125em;
  line-height: 1.9375;
  font-size: 1em;
}

[class*=bg-black] .preface {
  color: #fff;
}

/*画面のテキスト色*/
[class*=bg-black] *, [class*=bg-black] + .container * {
  color: #fff;
}

@media (max-width: 767px) {
  .preface {
    letter-spacing: 0.07em;
  }
}
/* ==============================================
 05. Form
=============================================== */
/* parts
----------------------------------------------- */
button {
  background-color: transparent;
  border: none;
  font-size: 100%;
  color: #303439;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* form default */
input.form-control, input[type=number].form-control, input[type=email].form-control, button.form-control, textarea.form-control {
  font-family: "Shippori Mincho", "MS P明朝", "ヒラギノ明朝", "Cormorant", Times, serif;
  font-size: 16px;
  padding: 10px;
  line-height: 1.5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  input.form-control, input[type=number].form-control, input[type=email].form-control, button.form-control, textarea.form-control {
    font-size: 16px;
  }
}

input[type=submit],
input[type=button],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline-offset: -2px;
  outline: 0;
}

input[type=text].form-control, input[type=number].form-control, input[type=password].form-control, input[type=email].form-control, input[type=tel].form-control, input[type=url].form-control, textarea.form-control {
  border: 1px solid #ddd;
}

input[type=text].form-control:focus, input[type=number].form-control:focus, input[type=password].form-control:focus, input[type=email].form-control:focus, input[type=tel].form-control:focus, input[type=url].form-control:focus, textarea.form-control:focus {
  border: 1px solid #303439;
  -ms-box-shadow: 0 1px 3px rgba(48, 52, 57, 0.16) inset;
  box-shadow: 0 1px 3px rgba(48, 52, 57, 0.16) inset;
}

input.form-control:disabled, input.form-control[readonly], select.form-select:disabled {
  background: #F5F5F5;
  color: #888888;
  border-color: #ddd;
}
input.form-control:disabled:focus, input.form-control:disabled:active, input.form-control[readonly]:focus, input.form-control[readonly]:active, select.form-select:disabled:focus, select.form-select:disabled:active {
  border-color: #ddd;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* checkbox */
.form-check {
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.form-check label {
  display: block;
  cursor: pointer;
}
.form-check input[type=checkbox].form-check-input {
  position: absolute;
  display: none;
  z-index: -1;
}
.form-check .form-check-text {
  font-size: 16px;
  color: #303439;
  display: block;
  position: relative;
  padding-left: 2.8rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .form-check .form-check-text {
    font-size: 14px;
  }
}
.form-check .form-check-text::before {
  content: "";
  background-color: #fff;
  border: 1px solid #999;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .form-check .form-check-text::before {
    top: 0;
  }
}
.form-check .form-check-text a {
  text-decoration: underline;
}
.form-check .form-check-text a:hover {
  text-decoration: none;
}
.form-check input[type=checkbox].form-check-input:checked + .form-check-text::before {
  background-color: #303439;
  border: 1px solid #303439;
}
.form-check input[type=checkbox].form-check-input:checked + .form-check-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6.5px;
  width: 12px;
  height: 6px;
  border-bottom: 0.15em solid #fff;
  border-left: 0.15em solid #fff;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .form-check input[type=checkbox].form-check-input:checked + .form-check-text::after {
    top: 6px;
  }
}
.form-check input[type=checkbox].form-check-input:disabled + .form-check-text {
  color: #999;
}
.form-check input[type=checkbox].form-check-input:disabled + .form-check-text::before {
  background-color: #ddd;
  border: 1px solid #ddd;
}
.form-check.form-check-no-text .form-check-label {
  display: block;
}
.form-check.form-check-no-text .form-check-text {
  padding-left: 0;
  height: 20px;
  width: 20px;
  display: block;
}

/* radio */
.form-radio {
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.form-radio label {
  cursor: pointer;
  display: block;
}
.form-radio input[type=radio].form-radio-input {
  position: absolute;
  display: none;
  z-index: -1;
}
.form-radio .form-radio-text {
  font-size: 16px;
  color: #303439;
  display: block;
  position: relative;
  padding-left: 2.8rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .form-radio .form-radio-text {
    font-size: 14px;
  }
}
.form-radio .form-radio-text::before {
  content: "";
  background-color: #fff;
  border: 1px solid #999;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .form-radio .form-radio-text::before {
    top: 0;
  }
}
.form-radio input[type=radio].form-radio-input:checked + .form-radio-text::before {
  border-color: #303439;
}
.form-radio input[type=radio].form-radio-input:checked + .form-radio-text::after {
  background-color: #303439;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .form-radio input[type=radio].form-radio-input:checked + .form-radio-text::after {
    top: 4px;
  }
}
.form-radio input[type=radio].form-radio-input:disabled + .form-radio-text {
  color: #999;
}
.form-radio input[type=radio].form-radio-input:disabled + .form-radio-text::before {
  background-color: #ddd;
  border: 2px solid #ddd;
}

/* selectbox */
.form-select {
  font-family: "Shippori Mincho", "MS P明朝", "ヒラギノ明朝", "Cormorant", Times, serif;
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  border-radius: 4px;
  line-height: 1.5;
  background-position: right 0.75rem top 50%;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234c4c4c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.form-select.no-value {
  color: #999;
}
.form-select:focus, .form-select:active {
  border-color: #ddd;
  box-shadow: none;
}

/* form
----------------------------------------------- */
[class*=form-style] {
  margin: 0;
  border: none;
  border-radius: 0.25em;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333 !important;
}
@media (max-width: 767px) {
  [class*=form-style] {
    font-size: 1rem;
  }
}

.form-style1 {
  padding: 0.85em;
  background: #F6F6F6;
}

.form-style2 {
  padding: 0;
  background: #F6F6F6;
}

.form-style2::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}

.form-style3 {
  padding: 0;
}

/*---------------------------
search-form
---------------------------*/
.search-form {
  overflow: hidden;
  background: #fff;
  border-radius: 0.5em;
  padding: 0.72em;
  gap: 1.1em;
  font-size: 0.875em;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.3);
}

.search-form * {
  letter-spacing: 0.07em;
}

.search-form .select-hotel {
  gap: 0.8em;
  overflow: hidden;
}

.search-form .select-hotel .form-style3 {
  flex: 1;
  padding: 0.16em 0.5em 0.16em 0;
  background: url(assets/images/common/ic-circlearrow-b.svg) center right/1.42em 1.42em no-repeat;
  cursor: pointer;
}

.search-form .select-date {
  gap: 0.8em;
  overflow: hidden;
}

.search-form .select-date .form-style2.reserve-calender {
  flex: 1;
  padding: 0.16em 0.5em 0.16em 0;
  background: url(assets/images/common/ic-circlearrow-b.svg) center right/1.42em 1.42em no-repeat;
}

.search-form .select-rooms {
  gap: 0.8em;
  overflow: hidden;
}

.search-form .select-rooms .form-style3 {
  flex: 1;
  padding: 0.16em 0.5em 0.16em 0;
  background: url(assets/images/common/ic-circlearrow-b.svg) center right/1.42em 1.42em no-repeat;
  cursor: pointer;
}

.search-form .form-style-icon1 {
  width: 1.5em;
  height: auto;
}

.search-form .form-style-icon2 {
  height: auto;
  width: 1.65em;
}

.search-form .form-style-icon3 {
  width: auto;
  height: 1.55em;
  margin-right: 0.7em;
}

.search-form button.btn {
  font-size: 1.42em;
  letter-spacing: 0.2em;
  padding: 0.4em 1.5em;
  line-height: 1;
}

/*pcのみ*/
@media only screen and (min-width: 768px) {
  /*---------------------------
  search-form
  ---------------------------*/
  .search-form .form-style1 {
    height: 2.875rem;
  }
  .search-form .btn {
    height: 2.875rem;
  }
  .search-form .select-hotel {
    width: 26%;
  }
  .search-form .select-date {
    width: 26%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /*---------------------------
  search-form
  ---------------------------*/
  .search-form * {
    letter-spacing: normal;
  }
}
/*SP*/
@media only screen and (max-width: 767px) {
  /*---------------------------
  search-form
  ---------------------------*/
  .search-form {
    position: relative;
    flex-direction: column;
    padding: 1em;
    gap: 0.875em;
    font-size: 0.857em;
  }
  .search-form * {
    letter-spacing: normal;
    width: 100%;
  }
  .search-form .select-date .form-style2.reserve-calender {
    min-width: 12em;
  }
  .search-form .c-copy {
    text-align: center;
    font-size: 1.2em;
  }
  .search-form button.btn {
    letter-spacing: 0.2em;
    font-size: 1.42em;
    padding: 0.75em;
  }
}
.reserve-search-form .search-form {
  overflow: visible;
  background: #fff;
  border-radius: 0.5em;
  padding: 0.72em 1.525em;
  gap: 1.1em;
  font-size: 0.875em;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.3);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.reserve-search-form .search-form * {
  letter-spacing: 0.06em;
}
.reserve-search-form .search-form .form-tooltip {
  border: 1px solid #a20000;
  background-color: #fff;
  color: #a20000;
  border-radius: 0.25em;
  padding: 0.45em;
  left: 50%;
  top: -5px;
  font-size: 0.85em;
  transform: translate(-50%, -90%);
  min-width: 16em;
  text-align: center;
  position: absolute;
  z-index: 100;
  animation: tooltipShow 300ms cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.reserve-search-form .search-form .form-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #a20000;
  border-bottom: none;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 100%);
}
@keyframes tooltipShow {
  0% {
    opacity: 0;
    transform: translate(-50%, -90%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -100%);
  }
}
.reserve-search-form .search-form .form-style1 {
  height: 2.875rem;
  padding: 0;
}
.reserve-search-form .search-form .select-hotel {
  gap: 0.8em;
  overflow: visible;
  position: relative;
  padding: 0;
}
.reserve-search-form .search-form .select-hotel .form-style3 {
  border: none;
  font-size: 16px;
  /* flex:1; */
  padding: 0.16em 2.5em 0.16em 2.75em;
  background: url(assets/images/common/ic-circlearrow-b.svg) no-repeat top 50% right 0.85em;
  background-size: 1.2em 1.2em;
  cursor: pointer;
  height: 2.875rem;
  width: 100%;
}
.reserve-search-form .search-form .select-date {
  gap: 0.8em;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.reserve-search-form .search-form .select-date .form-style2.reserve-calender {
  border: none;
  font-size: 16px;
  padding: 0.16em 2.5em 0.16em 2.75em;
  background: url(assets/images/common/ic-circlearrow-b.svg) no-repeat top 50% right 0.85em;
  background-size: 1.2em 1.2em;
  height: 2.875rem;
  cursor: pointer;
  width: 100%;
}
.reserve-search-form .search-form .select-rooms {
  gap: 0.8em;
  flex: 1;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.reserve-search-form .search-form .select-rooms .form-style3 {
  border: none;
  font-size: 16px;
  /* flex:1; */
  padding: 0.16em 2.5em 0.16em 2.75em;
  background: url(assets/images/common/ic-circlearrow-b.svg) no-repeat top 50% right 0.85em;
  background-size: 1.2em 1.2em;
  cursor: pointer;
  height: 2.875rem;
  width: 100%;
}
.reserve-search-form .search-form .form-style-icon1 {
  width: 1.05em;
  height: auto;
  position: absolute;
  left: 0.75em;
  top: 50%;
  transform: translateY(-50%);
}
.reserve-search-form .search-form .form-style-icon2 {
  height: auto;
  width: 1.25em;
  position: absolute;
  left: 0.75em;
  top: 50%;
  transform: translateY(-50%);
}
.reserve-search-form .search-form .form-style-icon3 {
  width: auto;
  height: 1.5em;
  margin-right: 0.7em;
  position: absolute;
  left: 0.65em;
  top: 50%;
  transform: translateY(-50%);
}
.reserve-search-form .search-form button.btn {
  font-size: 1.42em;
  letter-spacing: 0.2em;
  padding: 0.4em 1.5em;
  line-height: 1;
}

/*pcのみ*/
@media only screen and (min-width: 768px) {
  .reserve-search-form .search-form .select-hotel .form-style3 {
    height: 2.875rem;
    font-size: 14px;
    padding: 0.16em 2.5em 0.16em 2.55em;
    background-size: 1.42em 1.42em;
  }
  .reserve-search-form .search-form .select-date .form-style2.reserve-calender {
    height: 2.875rem;
    font-size: 14px;
    padding: 0.16em 2.5em 0.16em 3.25em;
    background-size: 1.42em 1.42em;
  }
  .reserve-search-form .search-form .select-rooms .form-style3 {
    height: 2.875rem;
    font-size: 14px;
    padding: 0.16em 2.5em 0.16em 2.95em;
    background-size: 1.42em 1.42em;
  }
  .reserve-search-form .search-form .form-style-icon1 {
    width: 1.15em;
  }
  .reserve-search-form .search-form .form-style-icon2 {
    width: 1.65em;
  }
  .reserve-search-form .search-form .form-style-icon3 {
    height: 1.55em;
  }
  .reserve-search-form .search-form .btn {
    height: 2.875rem;
  }
  .reserve-search-form .search-form .select-hotel {
    width: 25%;
  }
  .reserve-search-form .search-form .select-date {
    width: 27%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .reserve-search-form .search-form * {
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .reserve-search-form .search-form {
    position: relative;
    flex-direction: column;
    padding: 1em;
    gap: 0.875em;
    font-size: 0.857em;
  }
  .reserve-search-form .search-form * {
    letter-spacing: normal;
    width: 100%;
  }
  .reserve-search-form .search-form .select-date .form-style2.reserve-calender {
    min-width: 12em;
  }
  .reserve-search-form .search-form .c-copy {
    text-align: center;
    font-size: 1.2em;
  }
  .reserve-search-form .search-form button.btn {
    letter-spacing: 0.2em;
    font-size: 1.42em;
    padding: 0.75em;
  }
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #C29E5B;
  border-color: #C29E5B;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #C29E5B;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background-color: #f7f2e9;
  border-color: #f7f2e9;
}

.flatpickr-day.inRange {
  box-shadow: -5px 0 0 #f7f2e9, 5px 0 0 #f7f2e9;
}

/* ==============================================
 06. Page
=============================================== */
.row {
  max-width: calc(1200px + 1.625rem);
  /* padding: 0 0.8125rem; */
  padding: 1.2em;
  margin-left: auto;
  margin-right: auto;
}

.row.w1250 {
  max-width: calc(1250px + 1.625rem);
}

.row.w1080 {
  max-width: calc(1080px + 1.625rem);
}

.row.w1000 {
  max-width: calc(1000px + 1.625rem);
}

.breadcrumbs {
  max-width: calc(1200px + 1.625rem);
  padding: 0 0.8125rem;
  padding: 1.2em;
  letter-spacing: 0.1em;
  font-size: 0.75em;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 0.625rem;
    padding: 0.625rem 2.45em;
  }
}
.breadcrumbs > span {
  margin: 0 6px;
}

@media only screen and (max-width: 767px) {
  .pkbreadcrumbsz > span {
    margin: 0 0.375rem;
  }
}
.breadcrumbs > span:first-of-type {
  margin-left: 0;
}

.breadcrumbs > span a {
  color: inherit;
}

.page-head {
  padding: 60px 0 78px;
  border-bottom: 1px solid #BFC3C4;
  margin-left: 7px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .page-head {
    padding: 1.55rem 0 2.15rem;
    border-bottom: 1px solid #BFC3C4;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
.page-head .page-title {
  color: #4B595D;
}

.page-head .page-title .en {
  font-family: "Cormorant", serif;
  font-size: 45px;
  letter-spacing: 0.18em;
}

@media (max-width: 767px) {
  .page-head .page-title .en {
    font-size: 1.875rem;
    letter-spacing: 0.14em;
  }
}
.page-head .page-title .ja {
  font-size: 18px;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 767px) {
  .page-head .page-title .ja {
    font-size: 1rem;
  }
}
/* pager
----------------------------------------------- */
.pager .wp-pagenavi {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .pager .wp-pagenavi {
    margin-top: 40px;
  }
}
.pager .wp-pagenavi span {
  border: 1px solid #4B595D;
  background-color: transparent;
  display: inline-block;
  padding: 0;
  line-height: 36px;
  height: 40px;
  margin: 0 4px 5px;
  min-width: 40px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .pager .wp-pagenavi span {
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.pager .wp-pagenavi a {
  border: 1px solid #4B595D;
  background-color: transparent;
  padding: 0;
  color: #303439;
  display: inline-block;
  margin: 0 6px 5px;
  line-height: 36px;
  height: 40px;
  min-width: 40px;
  text-align: center;
  vertical-align: top;
  transition: all 0.14s ease-out;
  border-radius: 3em;
}

@media (max-width: 767px) {
  .pager .wp-pagenavi a {
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.pager .wp-pagenavi a:hover {
  background-color: #4B595D;
  border-color: #4B595D;
  color: #fff;
}

.pager .wp-pagenavi .current {
  border-color: #4B595D;
  background-color: #4B595D;
  color: #fff;
  border-radius: 3em;
}

.pager .wp-pagenavi .extend {
  min-width: inherit;
  margin: 0 10px 5px;
}

.pager .wp-pagenavi .extend,
.pager .wp-pagenavi .pages,
.pager .wp-pagenavi .last {
  background: none;
  border-color: transparent;
}

/* ==============================================
 11. Header
=============================================== */
header, #top header {
  position: fixed;
  overflow: visible;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 1.25em 2.25em;
  width: 100%;
  z-index: 99999999;
  font-size: 0.875em;
  transition: background-color 0.3s;
}

#top header {
  background: rgba(255, 254, 251, 0);
}

header, #top header.a-scroll, #top header.a-scroll2 {
  background: rgb(255, 254, 251);
}

header .logoarea.flexlist {
  gap: 0 1.75em;
  align-items: center;
}

header h1.header-logo {
  font-size: 1.14em;
  width: 13em;
}

header h1.header-logo a {
  display: block;
}

header h1.header-logo svg,
header h1.header-logo img {
  transition: fill 0.8s;
  height: auto;
  display: block;
  width: 100%;
}

header h1.header-logo svg {
  fill: #202121;
}

#top header h1.header-logo svg {
  fill: #202121;
}

#top header.a-scroll h1.header-logo svg, #top header.a-scroll2 h1.header-logo svg {
  fill: #202121;
}

header .v-border {
  width: 1px;
  height: 1.75em;
  background: #4b595d;
  margin: auto;
  transition: all 0.3s;
}

#top header .v-border {
  background: #fff;
}

#top header.a-scroll .v-border, #top header.a-scroll2 .v-border {
  background: #4b595d;
}

header nav {
  margin-left: auto;
}

header #header-menu-pc {
  gap: 0 2.25em;
}

header #header-menu-pc li,
#top header #header-menu-pc li {
  position: relative;
}

header #header-menu-pc a {
  position: relative;
  padding: 0.3em 0;
  text-decoration: none;
  color: #4B595D;
  line-height: 1.1;
  letter-spacing: 0.07em;
  transition: all 0.3s;
  z-index: 1;
}

#top header #header-menu-pc a {
  color: #fff;
}

header .language-list,
header #header-menu-pc .language-list {
  position: absolute;
  top: calc(100% + 0.25em);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(48, 52, 57, 0.16);
}

header .language-list a,
header #header-menu-pc .language-list a {
  font-size: 0.9em;
  border-bottom: 1px solid #ddd;
  color: #303439 !important;
  display: block;
  padding: 0.75em;
  margin: 0;
  white-space: nowrap;
}
header .language-list a:last-child,
header #header-menu-pc .language-list a:last-child {
  border-bottom: none;
}

#top header.a-scroll #header-menu-pc a, #top header.a-scroll2 #header-menu-pc a {
  color: #4B595D;
}

/*ホテルを選択する */
header #select-hotel-pc .btn-open {
  position: relative;
  padding: 0.7em 1.2em 0.7em 0;
  color: #4b595d;
  cursor: pointer;
  transition: all 0.3s;
}

header #select-hotel-pc .btn-open::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 1em;
  height: 1em;
  margin: auto;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 8"><path fill="none" stroke="%234b595d" d="M1 0.370117L5.83871 6.92794L11 0.370117" /></svg>') center/auto 0.5em no-repeat;
  transition: all 0.3s;
}

#top header #select-hotel-pc .btn-open {
  color: #fff;
}

#top header #select-hotel-pc .btn-open::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 8"><path fill="none" stroke="white" d="M1 0.370117L5.83871 6.92794L11 0.370117" /></svg>') center/auto 0.5em no-repeat;
}

#top header.a-scroll #select-hotel-pc .btn-open, #top header.a-scroll2 #select-hotel-pc .btn-open {
  color: #4b595d;
}

#top header.a-scroll #select-hotel-pc .btn-open::after, #top header.a-scroll2 #select-hotel-pc .btn-open::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 8"><path fill="none" stroke="%234b595d" d="M1 0.370117L5.83871 6.92794L11 0.370117" /></svg>') center/auto 0.5em no-repeat;
}

header #select-hotel-pc .btn-open.active::after {
  transform: rotate(-180deg);
}

header #select-hotel-pc .list-area {
  overflow: hidden;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background: #FFFEFB;
  width: 100%;
  border-top: 1px solid #c0c3c4;
  color: #4B595D;
  opacity: 1;
}

header #select-hotel-pc .list-area .container {
  padding: 2.5em 0;
}

header #select-hotel-pc01 {
  gap: 1.5em 2.5em;
}

header #select-hotel-pc01 [class*=header-list] {
  text-align: left;
  min-width: 20.25%;
}

header #select-hotel-pc01 [class*=header-list] li {
  font-size: 0.875em;
}

header #select-hotel-pc01 [class*=header-list] li h4.category-title {
  padding: 0.25em 0;
  margin-bottom: 0.25em;
  font-size: 1.14em;
  font-weight: bold;
}

header #select-hotel-pc01 [class*=header-list] li a {
  padding-left: 1em;
  color: #4B595D;
  line-height: 2.5;
}

header #select-hotel-pc01 [class*=header-list] li a::before {
  content: "└";
}

header #select-hotel-pc01 [class*=header-list] h4.category-title:nth-of-type(2) {
  margin-top: 0.25em;
}

header #select-hotel-pc02 {
  gap: 1em;
  margin: 1.5em auto 0;
}

header #select-hotel-pc02 .btn {
  width: 15em;
  padding: 1em;
}

/*言語選択*/
header .select-language {
  padding: 0.3em 1.2em 0.3em 0;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 8"><path fill="none" stroke="%234b595d" d="M1 0.370117L5.83871 6.92794L11 0.370117" /></svg>') top 60% left 100%/auto 0.5em no-repeat;
  line-height: 1.1;
  cursor: pointer;
}

#top header .select-language {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 8"><path fill="none" stroke="white" d="M1 0.370117L5.83871 6.92794L11 0.370117" /></svg>') top 60% left 100%/auto 0.5em no-repeat;
}

#top header.a-scroll .select-language, #top header.a-scroll2 .select-language {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 8"><path fill="none" stroke="%234b595d" d="M1 0.370117L5.83871 6.92794L11 0.370117" /></svg>') top 60% left 100%/auto 0.5em no-repeat;
}

#header-menu-pc .select-language, #top header.a-scroll #header-menu-pc .select-language, #top header.a-scroll2 #header-menu-pc .select-language {
  color: #4B595D;
}

#top #header-menu-pc .select-language {
  color: #fff;
}

header .language-list {
  display: none;
}

/*ログイン*/
header #header-menu-pc a.btn {
  padding: 0.8em 1em;
  margin: 0;
  color: #fff !important;
}

header #header-menu-pc a.btn:hover {
  color: #c29e5b !important;
}

/*pcのみ*/
@media only screen and (min-width: 768px) {
  header nav ul .under-bar a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background: #fff;
    transition: 0.3s;
    z-index: -1;
  }
  header nav ul .under-bar a:hover::before {
    width: 100%;
    bottom: 0;
  }
  #top header {
    background: rgba(255, 254, 251, 0);
  }
  #top header.a-scroll {
    background: rgb(255, 254, 251);
  }
}
/*spのみ*/
@media (max-width: 767px) {
  header, #top header {
    display: flex;
    width: 100%;
    height: 3.42em;
    padding: 0.785em 0;
    border-bottom: 1px solid #c0c3c4;
    align-items: center;
    width: 100%;
  }
  #top header {
    background: rgba(255, 254, 251, 0);
    border-bottom: none;
  }
  #top header.a-scroll {
    background: rgb(255, 254, 251);
    border-bottom: 1px solid #c0c3c4;
  }
  header h1.header-logo {
    display: flex;
    margin: 0 0 0 0.85em;
  }
  header h1.header-logo a {
    height: 1.857em;
    width: 10.285em;
    align-items: center;
    display: flex;
    transition: width 300ms;
  }
  header h1.header-logo svg,
  header h1.header-logo img {
    transition: fill 0.3s;
    height: auto;
    display: block;
    width: 100%;
  }
  header h1.header-logo svg {
    fill: #202121;
  }
  #top header.a-scroll {
    padding: 0.5em 0;
  }
  #top header.a-scroll h1.header-logo a {
    width: 8.57em;
  }
  #top header h1.header-logo svg {
    fill: #202121;
  }
  #top header.a-scroll h1.header-logo svg {
    fill: #202121;
  }
  header .listarea, #top header.a-scroll .listarea {
    position: absolute;
    top: 0.785em;
    right: 5em;
    color: #333;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 8"><path fill="none" stroke="%23000000" d="M1 0.370117L5.83871 6.92794L11 0.370117" /></svg>') center right/auto 0.5em no-repeat;
    transition: all 0.4s;
  }
  #top header .listarea {
    color: #fff;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 8"><path fill="none" stroke="%23ffffff" d="M1 0.370117L5.83871 6.92794L11 0.370117" /></svg>') center right/auto 0.5em no-repeat;
  }
  #top header.a-scroll .listarea {
    color: #333;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 8"><path fill="none" stroke="%23000000" d="M1 0.370117L5.83871 6.92794L11 0.370117" /></svg>') center right/auto 0.5em no-repeat;
  }
  header .listarea.pactive2, #top header .listarea.pactive2, #top header.a-scroll .listarea.pactive2 {
    right: auto;
    left: 30vw;
    color: #333;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 8"><path fill="none" stroke="%23000000" d="M1 0.370117L5.83871 6.92794L11 0.370117" /></svg>') center right/auto 0.5em no-repeat;
    z-index: 9999;
  }
  /*メニューボタン*/
  #ic_menu,
  #ic_menu span {
    display: block;
    position: absolute;
    transition: all 0.4s;
  }
  #ic_menu {
    display: block;
    width: 3.42em;
    height: 3.42em;
    right: 0.5em;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 9999;
  }
  header #ic_menu span, #top header.a-scroll #ic_menu span {
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    width: 62%;
    height: 2px;
    background: #303439;
  }
  #top header #ic_menu span {
    background: #fff;
  }
  #ic_menu span:nth-of-type(1) {
    top: 27%;
  }
  #ic_menu span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
  }
  #ic_menu span:nth-of-type(3) {
    bottom: 27%;
  }
  #ic_menu.active span:nth-of-type(1), #top header #ic_menu.active span:nth-of-type(1) {
    transform: translateY(0.7em) rotate(-45deg);
    background: #000;
  }
  #ic_menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #ic_menu.active span:nth-of-type(3), #top header #ic_menu.active span:nth-of-type(3) {
    transform: translateY(-0.7em) rotate(45deg);
    background: #000;
  }
  #menulist {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100vw;
    right: -100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease;
    overflow: hidden;
    text-align: center;
    opacity: 0;
  }
  #menulist #menulist_scroll {
    position: fixed;
    background: #FFFEFB;
    right: -100%;
    padding: 3.42em 1.785em 2em 1.785em;
    font-size: 1em;
    height: 100vh;
    width: 77vw;
    overflow: auto;
    transition: all 0.5s ease;
    -webkit-overflow-scrolling: touch;
  }
  #menulist.pactive {
    opacity: 1;
    right: 0;
  }
  #menulist.pactive #menulist_scroll {
    right: 0;
  }
  /*メニュー出現時スクロール固定*/
  html.is-fixed, html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
  /*メニューSP中身*/
  #menulist_scroll .name-customer {
    font-size: 0.857em;
    margin-bottom: 1em;
  }
  #menulist_scroll #sp-list01 {
    gap: 0.714em 0;
  }
  #menulist_scroll #sp-list01 [class*=header-btn] {
    width: 100%;
    padding: 0.95em 1em;
    border-radius: 100vh;
    font-size: 1.14em;
    letter-spacing: 0.14em;
    line-height: 1;
  }
  #menulist_scroll #sp-list01 .header-btn01 {
    background: #C29E5B;
    border: 1px solid #C29E5B;
    color: #fff;
  }
  #menulist_scroll #sp-list01 .header-btn02 {
    background: #5F6E74;
    border: 1px solid #5F6E74;
    color: #fff;
  }
  #menulist_scroll #sp-list01 .header-btn03 {
    border: 1px solid #5F6E74;
    color: #5F6E74;
  }
  #menulist_scroll #sp-list02 {
    gap: 0;
    width: 100%;
    margin: 0.714em auto 1em;
  }
  #menulist_scroll #sp-list02 li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  #menulist_scroll #sp-list02 li a {
    display: block;
    padding: 0.66em 0;
    font-size: 1.14em;
    color: #333333;
  }
  #menulist_scroll .sns-title {
    margin-bottom: 0.15em;
    font-family: "Cormorant", serif;
    font-size: 1em;
  }
  #menulist_scroll .sns-list {
    gap: 0.85em;
  }
  #menulist_scroll .sns-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
  }
  #menulist_scroll .sns-list a img {
    width: auto;
    height: 2em;
  }
  #menulist_scroll #footer-menu-sp {
    text-align: left;
    margin-top: 1.14em;
  }
  #menulist_scroll #footer-menu-sp a {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 0.857em;
    letter-spacing: 0.08em;
    color: #333;
  }
}
/* ==============================================
 14. Footer
=============================================== */
footer {
  text-align: center;
  margin-top: 6.25em;
}

footer .logo-icon {
  width: 3.5em;
  height: auto;
}

/*上部・ホテルリスト*/
footer .footer-list-pc {
  gap: 1.5em 2.5em;
  margin: 2.05em auto 3.125em;
}

footer .footer-list-pc [class*=footer-list] {
  text-align: left;
  min-width: 20.25%;
}

footer .footer-list-pc [class*=footer-list] li {
  font-size: 0.75em;
  line-height: 2.85;
}

footer .footer-list-pc [class*=footer-list] h4.category-title {
  padding: 0.35em 0 0.35em 1.2em;
  margin-bottom: 0.5em;
  margin-top: 1em;
  background: url(assets/images/common/ic-pin.svg) no-repeat left 60%/auto 1.1em;
  font-size: 1.333em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}

footer .footer-list-pc [class*=footer-list] h4.category-title:nth-of-type(2) {
  margin-top: 0.25em;
}

/*下部・ナビ*/
footer #footer-navlist-pc {
  gap: 0 3.5em;
  font-size: 0.75em;
  border-top: 1px solid #fff;
  padding: 2em 3.83em 0;
}

/*予約ボタン*/
footer .footer-reserve {
  width: 25.5%;
}

footer .footer-reserve .reserve-title {
  display: inline-block;
  width: auto;
  padding: 0.2em 3em;
  margin-bottom: 0.5em;
  background: url(assets/images/common/line-reserve.png) center/contain no-repeat;
}

footer .footer-reserve .btn {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em;
}

footer .footer-reserve .btn .font-s {
  font-weight: 500;
  letter-spacing: normal;
}

footer .footer-reserve .btn .font-l {
  font-size: 1.66em;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

footer .footer-reserve .btn:hover [class*=font-] {
  color: #c29e5b;
}

/*メインnav*/
.footer-menu-pc {
  flex: 1;
  gap: 1.33em 0;
}

.footer-menu-pc .footer-menu01 {
  gap: 2.66em;
  margin-bottom: 0.5em;
}

.footer-menu-pc .footer-menu02 {
  gap: 3.33em;
}

.footer-menu-pc .footer-menu02 li {
  position: relative;
  line-height: 1.25;
}

.footer-menu-pc .footer-menu02 li:not(:last-of-type):after {
  position: absolute;
  top: 0;
  right: -2.44em;
  content: "｜";
}

footer .footer-menu02 {
  gap: 3.33em;
}

footer .footer-menu02 li {
  position: relative;
  line-height: 1.25;
}

footer .footer-menu02 li:not(:last-of-type):after {
  position: absolute;
  top: 0;
  right: -2.44em;
  content: "｜";
}

/*sns*/
footer .sns-area {
  width: 11.2%;
}

footer .sns-area .sns-title {
  font-family: "Cormorant", serif;
  margin-bottom: 1.2em;
}

footer .sns-area .sns-list {
  gap: 0 2em;
}

footer .sns-area .sns-list a img {
  width: auto;
  height: 2.216em;
}

footer .cr {
  padding: 1.5em 1em;
  font-size: 0.75em;
  font-family: "Cormorant", serif;
}

/* pagetop
----------------------------------------------- */
#pagetop {
  position: fixed;
  right: 3.75em;
  bottom: 3em;
  z-index: 99999997;
}
#pagetop a {
  display: block;
  width: 2.625em;
  height: 9.4375em;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a svg {
  fill: #4E595B;
  display: block;
  height: auto;
  width: 100%;
  transition: fill 300ms;
}

.is-scrollin-dark #pagetop a svg, .is-scrollin-gsap #pagetop a svg {
  fill: #fff;
}

/*SPのみ*/
@media (max-width: 767px) {
  /*footer
  ------------------------------*/
  /*固定ボタン*/
  .footer-btn-area {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFFEFB;
    z-index: 99999999;
  }
  .footer-btn-area .flexlist {
    gap: 0 2px;
  }
  .footer-btn-area a {
    width: 100%;
    padding: 0.8em;
    background: #C29E5B;
    text-align: center;
    font-size: 1.14em;
    color: #fff;
  }
  footer {
    margin-top: 0;
  }
  footer .container {
    padding: 3.642em 1.78em 6em;
  }
  footer .logo-icon {
    width: 4em;
    margin-bottom: 2.875em;
  }
  /*上部・ホテルリスト*/
  footer .footer-list-sp {
    margin-right: -1.78em;
    margin-left: -1.78em;
  }
  footer .toggle-area {
    border-top: 1px solid #fff;
    text-align: center;
  }
  footer .togglebtn {
    padding: 0.8em 2em;
    letter-spacing: 0.195em;
    font-size: 1.071em;
  }
  footer .togglebtn::after {
    right: 1rem !important;
    width: 1.21rem;
    height: 1.21rem;
    background: url(assets/images/common/ic-plus.png) center/50% 50% no-repeat;
    border: 1px solid #fff;
  }
  footer .toggle-area .togglebtn.active::after {
    background: url(assets/images/common/ic-minus.png) center/50% 50% no-repeat;
  }
  footer .toggle-area .list {
    text-align: left;
  }
  footer .toggle-area .list dt {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0.725em 1rem;
    margin-top: 1px;
  }
  footer .toggle-area .list dd {
    margin-top: 1px;
  }
  footer .toggle-area .list a {
    display: block;
    padding: 1.125em 1rem;
    color: #fff;
  }
  footer .footer-menu01 {
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    gap: 1px;
  }
  footer .footer-menu01 li {
    width: calc((100% - 1px) / 2);
  }
  footer .footer-menu01 li a {
    display: inline-block;
    padding: 0.8em 0;
    letter-spacing: 0.195em;
    font-size: 1.071em;
  }
  /*下部・ナビ*/
  footer #footer-navlist-sp {
    gap: 2em 0;
    margin-top: 3.33em;
    padding: 0;
    font-size: 0.857em;
  }
  /*予約ボタン*/
  footer #footer-navlist-sp .footer-reserve {
    width: 100%;
  }
  footer #footer-navlist-sp .footer-reserve .reserve-title {
    margin-bottom: 0.75em;
  }
  footer #footer-navlist-sp .footer-reserve .btn {
    padding: 0.8em;
    background: #BC954C;
    border: 1px solid #BC954C;
    border-radius: 0.57rem;
    font-weight: normal;
  }
  footer #footer-navlist-sp .footer-reserve .btn .font-s {
    display: inline-block;
    letter-spacing: 0.008em;
    margin-bottom: 0.25em;
  }
  footer #footer-navlist-sp .footer-reserve .btn .font-l {
    letter-spacing: 0.205em;
    line-height: 1.2;
  }
  /*メインnav*/
  footer .footer-menu-sp {
    gap: 1.08em 0;
  }
  footer .footer-menu-sp .footer-menu02 {
    font-size: 0.9166em;
  }
  footer .footer-menu-sp .footer-menu02 li {
    letter-spacing: 0.66;
  }
  /*sns*/
  footer .sns-area {
    width: 100%;
    margin-top: 0.5em;
  }
  footer .sns-area .sns-title {
    font-size: 1em;
    letter-spacing: 0.156em;
  }
  .footer-btn-area {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFFEFB;
    z-index: 99999999;
  }
  .footer-btn-area .flexlist {
    gap: 0 2px;
  }
  .footer-btn-area a {
    width: 100%;
    padding: 0.8em;
    background: #C29E5B;
    text-align: center;
    font-size: 1.14em;
    color: #fff;
  }
  /*---------------------------
  右下固定ボタン
  ---------------------------*/
  #pagetop {
    right: 0.75em;
    bottom: 4.75em;
  }
  #pagetop a {
    width: 2.1em;
    height: 7.5955em;
  }
}
/* ==============================================
 20. News
=============================================== */
#news {
  background: #F6F5F1;
  margin-top: 0;
}
#news .main-area {
  gap: 2em 5em;
  padding: 2em 0;
}
#news .news-area {
  flex: 1;
}

@media (max-width: 767px) {
  #news .container {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  #news .title-area {
    margin-bottom: 0.75em;
  }
  #news .main-area {
    flex-direction: column;
  }
  #news .main-area > * {
    width: 100%;
  }
  #news .btn-view-all {
    margin: 1em auto 0;
  }
  #news .news-list a.list-area {
    padding: 1.25em 3em 1.25em 0;
    background: url(assets/images/common/ic-arrowmark-r.svg) center right/1.5em auto no-repeat;
  }
}
.news-list {
  border-top: 1px solid #c0c3c4;
}
.news-list a.list-area {
  display: block;
  padding: 1.25em 3.75em 1.25em 0;
  background: url(assets/images/common/ic-arrowmark-r.svg) center right 0.975em/1.8125em auto no-repeat;
  border-bottom: 1px solid #c0c3c4;
  color: #4B595D;
  font-family: "Shippori Mincho", serif;
  transition: background-position 0.5s;
  position: relative;
}
.news-list a.list-area::after {
  background-color: #5F6E74;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  transition: width 0.5s;
}
.news-list a.list-area:hover {
  background: url(assets/images/common/ic-arrowmark-r.svg) center right 0/1.8125em auto no-repeat;
}
.news-list a.list-area:hover::after {
  width: 100%;
}
.news-list .news-badge {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.04em;
  font-size: 0.75em;
  background-color: #5F6E74;
  border-radius: 50px;
  padding: 0.24em 1em;
  text-align: center;
  margin-right: 0.6em;
  min-width: 5em;
  margin-bottom: 0.5em;
}
.news-list .news-date {
  display: inline-block;
  letter-spacing: 0.12em;
  font-size: 0.75em;
  margin-right: 0.6em;
  margin-bottom: 0.5em;
}
.news-list .news-text {
  letter-spacing: 0.12em;
  line-height: 1.8125;
  font-size: 1em;
  margin-top: 0.212em;
}
@media (max-width: 767px) {
  .news-list .news-text {
    line-height: 1.6;
  }
}

.news-archive .news-list {
  border-top: none;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  main .news-archive .section:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  main .news-archive .section:first-of-type {
    margin-top: 0;
  }
  .news-archive .section .row {
    padding-top: 0;
    padding-bottom: 4em;
  }
  .news-list a.list-area {
    background-size: 15px 13px;
    background-position: right 0% top 50%;
    padding-right: 24px;
  }
}
.news-detail .section {
  margin-top: 2.75em;
}

.post-detail .row {
  max-width: calc(980px + 2.4em);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.post-detail__heading {
  background-color: #F6F5F1;
  padding: 2em 0 1.85em;
}
.post-detail__content {
  padding: 3em 0;
}
.post-detail .post-title {
  font-size: 2em;
  margin-bottom: 0.35em;
}
@media (max-width: 767px) {
  .post-detail .post-title {
    font-size: 1.55em;
  }
}
.post-detail .post-data {
  margin-top: 0.4em;
}
.post-detail .post-data .news-badges {
  display: inline-block;
  vertical-align: baseline;
}
.post-detail .post-data .news-badge {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.04em;
  font-size: 0.75em;
  background-color: #5F6E74;
  border-radius: 50px;
  padding: 0.24em 1em;
  text-align: center;
  margin-right: 0.6em;
  min-width: 5em;
  margin-bottom: 0.775em;
}
.post-detail .post-data .post-date {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.75em;
  letter-spacing: 0.12em;
  vertical-align: baseline;
  margin-bottom: 0.775em;
}
.post-detail .post-content {
  line-height: 1.9;
}
.post-detail .post-content a {
  text-decoration: underline;
  word-break: break-all;
}
.post-detail .post-content a:hover {
  text-decoration: none;
}
.post-detail .post-content p {
  margin-bottom: 3em;
}
.post-detail .post-content > h1:first-child, .post-detail .post-content h2:first-child, .post-detail .post-content h3:first-child, .post-detail .post-content h4:first-child, .post-detail .post-content h5:first-child, .post-detail .post-content h6:first-child {
  margin-top: 0;
}
.post-detail .post-content h1 {
  font-size: 1.8em;
  margin-bottom: 30px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .post-detail .post-content h1 {
    margin-bottom: 24px;
    margin-top: 50px;
  }
}
.post-detail .post-content h2 {
  background-color: #F6F5F1;
  font-size: 1.5em;
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 0.85em;
  border-radius: 0.175em;
}
@media (max-width: 767px) {
  .post-detail .post-content h2 {
    margin-bottom: 24px;
    margin-top: 40px;
  }
}
.post-detail .post-content h3 {
  border-bottom: 1px dashed #5F6E74;
  margin-top: 40px;
  font-size: 1.3em;
  margin-bottom: 24px;
  padding-bottom: 0.75em;
}
@media (max-width: 767px) {
  .post-detail .post-content h3 {
    padding-bottom: 12px;
    margin-top: 30px;
  }
}
.post-detail .post-content h4 {
  border-left: 2px solid #C29E5B;
  font-size: 1.2em;
  margin-bottom: 24px;
  margin-top: 40px;
  padding-left: 0.75em;
}
@media (max-width: 767px) {
  .post-detail .post-content h4 {
    margin-top: 30px;
  }
}
.post-detail .post-content h5 {
  font-size: 1.1em;
  margin-bottom: 24px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .post-detail .post-content h5 {
    margin-top: 30px;
  }
}
.post-detail .post-content h6 {
  margin-top: 40px;
  font-size: 1em;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .post-detail .post-content h6 {
    padding-bottom: 12px;
    margin-top: 30px;
  }
}
.post-detail .post-content img {
  max-width: 100%;
  width: auto;
  margin-bottom: 30px;
}
.post-detail .post-content img.alignleft {
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}
.post-detail .post-content img.alignright {
  float: right;
  margin-left: 30px;
  margin-top: 5px;
}
.post-detail .post-content img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
.post-detail .post-content blockquote {
  background-color: #f5f5f5;
  font-style: normal;
  font-size: 100%;
  padding: 5% 4% 1%;
  margin: 2em 2em;
  position: relative;
}
.post-detail .post-content ol {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}
.post-detail .post-content ol li {
  margin-bottom: 8px;
}
.post-detail .post-content ul {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}
.post-detail .post-content ul li {
  margin-bottom: 8px;
  position: relative;
}
.post-detail .post-content ul li::before {
  background-color: #303439;
  content: "";
  display: inline-block;
  height: 6px;
  left: -1.2em;
  position: absolute;
  top: 0.6em;
  width: 6px;
  border-radius: 50%;
}
.post-detail .post-content table {
  border-left: 1px solid #c0c3c4;
  border-top: 1px solid #c0c3c4;
}
.post-detail .post-content table th {
  background-color: #F6F5F1;
  border-bottom: 1px solid #c0c3c4;
  border-right: 1px solid #c0c3c4;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.post-detail .post-content table td {
  border-bottom: 1px solid #c0c3c4;
  border-right: 1px solid #c0c3c4;
  padding: 15px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .post-detail + .more-link {
    margin-bottom: 3em;
  }
}

/* ==============================================
 21. Member
=============================================== */
.first-banner .inner {
  background: linear-gradient(98.57deg, #ae9696 22.22%, #c6aa93 92.1%);
  border-radius: 4px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2.375em;
  padding: 30px 29px 0;
}

@media only screen and (max-width: 767px) {
  /* .first-banner .inner {
    flex-flow: column-reverse;
  } */
}
.first-banner .img-phone {
  width: 30.7%;
}

.first-banner .text {
  padding: 1.25em 0 0;
  flex: 1;
}

.first-banner .text .lead {
  color: #fff;
  font-size: 1.625em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .first-banner .inner {
    padding: 1.5em 1.5em 0 1em;
    align-items: flex-end;
  }
  .first-banner .img-phone {
    width: 36%;
  }
  .first-banner .text {
    padding: 0 0 0 1em;
  }
  .first-banner .text .lead {
    width: 100%;
    font-size: 1em;
    text-align: left;
    letter-spacing: normal;
    line-height: 1.75;
  }
}
.first-banner .text .icon-list {
  text-align: center;
  margin-top: 1.125em;
}

.first-banner .text .icon-list img {
  width: 67.8%;
}

.first-banner .text .btn-first-banner {
  font-size: 1em;
  margin-top: 1.5em;
  text-align: center;
}

.first-banner .text .btn-first-banner a {
  border: 2px solid #fff;
  border-radius: 0.5em;
  color: #fff;
  min-height: 3.5em;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 1em;
  width: 45.9%;
  /* max-width: 292px; */
}

@media only screen and (min-width: 768px) {
  .first-banner .text .btn-first-banner a {
    transition: 400ms;
  }
  .first-banner .text .btn-first-banner a:hover {
    color: #fff;
    background: #5f6e74;
  }
}
@media only screen and (max-width: 767px) {
  .first-banner .text .icon-list {
    margin-top: 0.75em;
  }
  .first-banner .text .btn-first-banner {
    margin: 0.75em auto;
  }
  .first-banner .text .btn-first-banner a {
    font-size: 0.875em;
    min-height: 2.75em;
    border: 1px solid #fff;
    width: 100%;
  }
  .first-banner .text .icon-list img {
    width: 100%;
  }
}
/* ==============================================
 22. Faq
=============================================== */
#faq .section {
  margin-top: 0;
  padding-top: 0;
}
#faq .section .container {
  padding-top: 2.5em;
}
@media (max-width: 767px) {
  #faq .section .container {
    padding-top: 0.5em;
  }
}

#faq .faq-accordion__item {
  margin: auto;
  width: 83.333%;
  text-align: left;
  border-bottom: 1px solid #7C898B;
}

#faq .faq-accordion__heading {
  font-size: 1.125em;
  letter-spacing: 0.111em;
  padding: 1.111em 2.95em 1.111em 1.111em;
  line-height: 1.875;
  position: relative;
  cursor: pointer;
}
#faq .faq-accordion__heading::after {
  content: "";
  position: absolute;
  right: 1.25em;
  background: url(assets/images/common/ic-plus.png) center/42% 42% no-repeat #7C898B;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
#faq .faq-accordion__heading.active::after {
  background: url(assets/images/common/ic-minus.png) center/42% 42% no-repeat #7C898B;
}

#faq .faq-accordion__content {
  display: none;
}

#faq .faq-accordion__texts {
  display: flex;
  flex-direction: column;
  padding: 0.5em 0 1.75em 1.4em;
  gap: 1.5em 0;
  font-size: 1em;
  margin-bottom: 0.5em;
}

#faq .faq-accordion__text a {
  text-decoration: underline;
}

#faq .faq-accordion__text .faq-accordion__q, #faq .faq-accordion__text .faq-accordion__a {
  position: relative;
  line-height: 1.75;
}
#faq .faq-accordion__text .faq-accordion__q {
  font-size: 1em;
  padding-left: 1.3em;
  margin-bottom: 1em;
  color: #C29E5B;
}
#faq .faq-accordion__text .faq-accordion__q::before {
  position: absolute;
  top: 0.125em;
  left: 0;
  content: "Q.";
  width: 1.5em;
  height: 1em;
  line-height: 1.5;
}
#faq .faq-accordion__text .faq-accordion__a {
  font-size: 0.875em;
  padding-left: 1.5em;
  letter-spacing: 0.1em;
}

#faq .btn-view-all {
  margin: 2.5em auto 0;
}

#faq .faq-accordion__item:not(.js-accordion) {
  border-bottom: none;
}
#faq .faq-accordion__item:not(.js-accordion) .faq-accordion__heading {
  background-color: #f6f5f1;
  margin-bottom: 1em;
  cursor: auto;
}
#faq .faq-accordion__item:not(.js-accordion) .faq-accordion__heading::after {
  content: none;
}
@media (max-width: 767px) {
  #faq .faq-accordion__item:not(.js-accordion) .faq-accordion__heading {
    padding: 1em 1em;
  }
}
#faq .faq-accordion__item:not(.js-accordion) .faq-accordion__content {
  display: block;
}
#faq .faq-accordion__item:not(.js-accordion) .faq-accordion__texts {
  gap: 1em 0;
  padding: 0;
  margin-bottom: 3em;
}
#faq .faq-accordion__item:not(.js-accordion) .faq-accordion__text {
  background-color: #fff;
  border: 1px solid #ddd;
}
#faq .faq-accordion__item:not(.js-accordion) .faq-accordion__q {
  padding: 1.25em 3em 1.25em 3em;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
#faq .faq-accordion__item:not(.js-accordion) .faq-accordion__q::before {
  left: 1.111em;
  top: 1.315em;
}
@media (max-width: 767px) {
  #faq .faq-accordion__item:not(.js-accordion) .faq-accordion__q::before {
    left: 1em;
  }
}
#faq .faq-accordion__item:not(.js-accordion) .faq-accordion__q::after {
  content: "";
  position: absolute;
  right: 1.111em;
  background: url(assets/images/common/ic-plus.png) center/42% 42% no-repeat #C29E5B;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #faq .faq-accordion__item:not(.js-accordion) .faq-accordion__q::after {
    right: 1em;
    width: 1rem;
    height: 1rem;
  }
}
#faq .faq-accordion__item:not(.js-accordion) .faq-accordion__q.active::after {
  background: url(assets/images/common/ic-minus.png) center/42% 42% no-repeat #C29E5B;
}
#faq .faq-accordion__item:not(.js-accordion) .faq-accordion__a {
  display: none;
  font-size: 1em;
  padding: 0 3em 1.75em 3em;
}

@media (max-width: 767px) {
  #faq .faq-accordion__item {
    width: 100%;
  }
  #faq .faq-accordion__heading {
    padding: 1.25em 2.55em 1.25em 0;
  }
  #faq .faq-accordion__heading::after {
    right: 0.5em;
    background: url(assets/images/common/ic-plus.png) center/42% 42% no-repeat #7C898B;
    width: 1.5rem;
    height: 1.5rem;
  }
  #faq .faq-accordion__heading.active::after {
    background: url(assets/images/common/ic-minus.png) center/42% 42% no-repeat #7C898B;
  }
  #faq .faq-accordion__texts {
    padding: 0.5em 0 1.75em 0;
  }
}
/* ==============================================
 23. Rules
=============================================== */
#rules-page section:first-of-type {
  margin-top: 0;
}
#rules-page .section {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#rules-page .rules-text {
  line-height: 1.8;
  margin-bottom: 1.75em;
}
#rules-page .rules-text a {
  text-decoration: underline;
}
#rules-page .rules-text a:hover {
  text-decoration: none;
}
#rules-page .rules-qr {
  background-color: #F5F2EF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem auto;
}
#rules-page .rules-qr__item {
  display: flex;
  align-items: center;
}
#rules-page .rules-qr__text {
  text-align: right;
}
#rules-page .rules-qr__qr img {
  width: 100%;
}
#rules-page .rules-heading-2 {
  background-color: #F5F2EF;
  border: 1px #E3DBD3 solid;
  line-height: 1.5;
  font-weight: bold;
}
#rules-page .rules-heading-3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#rules-page .rules-list-1 {
  padding-left: 1.9em;
  counter-reset: number 0;
  position: relative;
}
#rules-page .rules-list-1 > li::before {
  counter-increment: number 1;
  content: "(" counter(number) ")";
  position: absolute;
  left: 0;
}
#rules-page .rules-list-2 {
  counter-reset: number 0;
  padding-left: 2.3em;
  position: relative;
  margin-bottom: 0.5rem;
}
#rules-page .rules-list-2 > li::before {
  counter-increment: number 1;
  content: "注" counter(number) ")";
  position: absolute;
  left: 0;
}
#rules-page .rules-list-3 {
  padding-left: 1.5em;
  counter-reset: number 0;
  position: relative;
}
#rules-page .rules-list-3 > li {
  position: relative;
  padding-left: 1.5em;
}
#rules-page .rules-list-3 > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
#rules-page .rules-list-4 {
  counter-reset: number 0;
  padding-left: 2.3em;
  position: relative;
  margin-bottom: 0.5rem;
}
#rules-page .rules-list-4 > li::before {
  counter-increment: number 1;
  content: "(" counter(number, katakana-iroha) ")";
  position: absolute;
  left: 0;
}
#rules-page .rules-list-5 {
  padding-left: 1.5em;
  list-style: disc;
}
#rules-page .rules-table {
  width: 100%;
  border-bottom: 1px #E3DBD3 solid;
  border-right: 1px #E3DBD3 solid;
  margin-bottom: 1.5em;
}
#rules-page .rules-table tr:first-child th {
  border-top: 1px #E3DBD3 solid;
}
#rules-page .rules-table th, #rules-page .rules-table td {
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: middle;
}
#rules-page .rules-table th {
  width: 4.2rem;
  background-color: #E3DBD3;
  color: #AA9488;
  font-weight: bold;
  border-top: 1px #F5F2EF solid;
}
#rules-page .rules-table td {
  background-color: #fff;
  border-top: 1px #E3DBD3 solid;
  border-left: 1px #E3DBD3 solid;
}

@media only screen and (min-width: 768px) {
  #rules-page .section {
    font-size: 0.9em;
  }
  #rules-page .rules-qr {
    padding: 3rem 3rem 3rem 2rem;
    gap: 2.5rem 1.5rem;
  }
  #rules-page .rules-qr__item {
    width: calc(33% - 2rem);
    justify-content: flex-end;
    gap: 0 2rem;
  }
  #rules-page .rules-qr__qr {
    max-width: 12rem;
    width: 40%;
  }
  #rules-page .rules-heading-2 {
    font-size: 1.25em;
    padding: 0.825em 1.25em;
    margin: 3.25em 0 1.25em 0;
  }
  #rules-page .rules-table th, #rules-page .rules-table td {
    vertical-align: middle;
    font-size: 0.9em;
    text-align: center;
    padding: 0.5em;
  }
  #rules-page .rules-table th {
    padding: 0.825em 0.5em 0.825em;
  }
  #rules-page .rules-table td {
    padding: 0.825em 0.5em 0.825em;
  }
  #rules-page .rules-table.-fivecol th, #rules-page .rules-table.-fivecol td {
    width: 20%;
  }
  #rules-page .rules-table.-fourcol th, #rules-page .rules-table.-fourcol td {
    width: 25%;
  }
}
@media (max-width: 767px) {
  #rules-page .section {
    font-size: 0.9em;
  }
  #rules-page .section .container {
    padding-top: 2em;
  }
  #rules-page .rules-heading-2 {
    font-size: 1.15em;
    padding: 0.5em 0.75em;
    margin: 2.5rem 0 1rem 0;
  }
  #rules-page .rules-qr {
    padding: 1em 1em 0;
    margin: 2em auto;
  }
  #rules-page .rules-qr__item {
    width: 50%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1em;
  }
  #rules-page .rules-qr__text {
    width: 55%;
    font-size: 0.85em;
  }
  #rules-page .rules-qr__qr {
    width: 40%;
  }
  #rules-page .rules-table th, #rules-page .rules-table td {
    font-size: 0.9em;
    text-align: center;
    padding: 0.5em;
  }
  #rules-page .rules-table th {
    padding: 0.825em 0.5em 0.825em;
  }
  #rules-page .rules-table td {
    padding: 0.825em 0.5em 0.825em;
  }
  #rules-page .rules-table.-fivecol th {
    width: 9em;
  }
  #rules-page .rules-table.-fourcol th {
    width: 10em;
  }
}
/* ==============================================
 24. Contact
=============================================== */
#contact > .section:first-of-type {
  margin-top: 0;
}
#contact > .section:first-of-type .container {
  padding-top: 2em;
}
#contact .contact-pagenav {
  background-color: #F6F5F1;
  padding: 2em 2.45em;
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
}
@media (max-width: 767px) {
  #contact .contact-pagenav {
    display: block;
    margin-bottom: 3em;
  }
}
#contact .contact-pagenav__list {
  display: flex;
  gap: 0 2%;
}
@media (max-width: 767px) {
  #contact .contact-pagenav__list {
    display: block;
    gap: 0;
  }
}
#contact .contact-pagenav__list li {
  width: 16em;
}
@media (max-width: 767px) {
  #contact .contact-pagenav__list li {
    width: 100%;
  }
  #contact .contact-pagenav__list li:not(:last-child) {
    margin-bottom: 1em;
  }
}
#contact .contact-pagenav__list li a {
  background-color: #5F6E74;
  color: #fff;
  border-radius: 0.2em;
  display: block;
  text-align: center;
  padding: 1.25em;
}
#contact .contact-pagenav__list li a.current {
  background-color: #C29E5B;
}
@media (min-width: 992px) {
  #contact .contact-pagenav__list li a {
    transition: background-color 300ms ease;
  }
  #contact .contact-pagenav__list li a:not(.current):hover {
    background-color: #303439;
  }
}
#contact .contact-title {
  font-size: 1.75em;
  text-align: center;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1.375em;
}
@media (max-width: 767px) {
  #contact .contact-title {
    font-size: 1.5em;
  }
}
#contact .contact-title::after {
  background-color: #C29E5B;
  content: "";
  height: 1px;
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 2em;
  transform: translateX(-50%);
}
#contact .contact-form {
  max-width: 980px;
  margin: 0 auto;
  background-color: #F6F5F1;
  padding: 4em;
  /* form default */
}
@media (max-width: 767px) {
  #contact .contact-form {
    padding: 1.25em;
  }
}
#contact .contact-form__table {
  width: 100%;
}
#contact .contact-form__table th {
  font-family: "Shippori Mincho", "MS P明朝", "ヒラギノ明朝", "Cormorant", Times, serif;
  font-weight: normal;
  font-size: 1em;
  text-align: left;
  position: relative;
  padding: 0.75em 2.5em 1em 0;
  width: 15em;
  vertical-align: top;
}
@media (max-width: 767px) {
  #contact .contact-form__table th {
    display: block;
    padding: 0 2.5em 0 0;
    margin-bottom: 0.5em;
    width: 100%;
  }
}
#contact .contact-form__table th .required {
  background-color: #a20000;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  padding: 0.1em 0.5em;
  position: absolute;
  right: 2em;
  top: 1.25em;
}
@media (max-width: 767px) {
  #contact .contact-form__table th .required {
    right: 0;
    top: 0;
  }
}
#contact .contact-form__table td {
  font-family: "Shippori Mincho", "MS P明朝", "ヒラギノ明朝", "Cormorant", Times, serif;
  font-size: 1em;
  text-align: left;
  padding: 0 0 1em;
  vertical-align: top;
}
@media (max-width: 767px) {
  #contact .contact-form__table td {
    display: block;
    padding-bottom: 1.5em;
  }
}
#contact .contact-form__table td.contact-form__checkbox {
  padding-top: 1em;
}
@media (max-width: 767px) {
  #contact .contact-form__table td.contact-form__checkbox {
    padding-top: 0;
  }
}
#contact .contact-form__table td.contact-form__checkbox .mwform-checkbox-field {
  vertical-align: baseline;
}
#contact .contact-form__table td.contact-form__checkbox .mwform-checkbox-field .mwform-checkbox-field-text {
  padding-left: 1.2em;
}
#contact .contact-form__table td.contact-form__checkbox a {
  text-decoration: underline;
}
#contact .contact-form__table td.contact-form__checkbox a:hover {
  text-decoration: none;
}
#contact .contact-form .form-field .horizontal-item:not(:last-child) {
  margin-right: 2em;
}
@media (max-width: 767px) {
  #contact .contact-form .form-field .horizontal-item:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #contact .contact-form .form-field .horizontal-item {
    display: block;
    margin: 1.25em 0;
  }
}
#contact .contact-form .form-field .error {
  display: block;
  margin-top: 0.5em;
}
#contact .contact-form .form-field .note {
  color: #717171;
  display: block;
  font-weight: bold;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  #contact .contact-form .form-field .note {
    font-size: 12px;
  }
}
#contact .contact-form .form-field .min-field {
  display: inline-block;
  margin-right: 0.15em;
  width: 8em;
}
#contact .contact-form .form-field-row {
  display: flex;
  gap: 0 2%;
}
#contact .contact-form .form-field-col {
  width: 49%;
}
#contact .contact-form .form-field-birthday {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.75em;
}
#contact .contact-form .form-field-birthday .birthday-col select, #contact .contact-form .form-field-birthday .birthday-col input {
  display: inline-block;
  margin-right: 0.15em;
}
#contact .contact-form .form-field-birthday .birthday-col input {
  width: 6em;
}
#contact .contact-form .form-field-birthday .birthday-col select {
  width: 5em;
}
#contact .contact-form button {
  background-color: transparent;
  border: none;
  font-size: 100%;
  color: #303439;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#contact .contact-form select,
#contact .contact-form textarea,
#contact .contact-form input,
#contact .contact-form input[type=submit],
#contact .contact-form input[type=button],
#contact .contact-form button {
  font-family: "Shippori Mincho", "MS P明朝", "ヒラギノ明朝", "Cormorant", Times, serif;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 16px;
  color: #303439;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  #contact .contact-form select,
  #contact .contact-form textarea,
  #contact .contact-form input,
  #contact .contact-form input[type=submit],
  #contact .contact-form input[type=button],
  #contact .contact-form button {
    font-size: 16px;
  }
}
#contact .contact-form input[type=text], #contact .contact-form input[type=email], #contact .contact-form input[type=tel], #contact .contact-form input[type=number], #contact .contact-form textarea, #contact .contact-form select {
  background-color: #fff;
  font-size: 1em;
  padding: 1em;
  border-radius: 0.175em;
  width: 100%;
}
@media (max-width: 767px) {
  #contact .contact-form input[type=text], #contact .contact-form input[type=email], #contact .contact-form input[type=tel], #contact .contact-form input[type=number], #contact .contact-form textarea, #contact .contact-form select {
    font-size: 16px;
    padding: 1em 0.75em;
  }
}
#contact .contact-form input[type=text] ::-moz-placeholder, #contact .contact-form input[type=email] ::-moz-placeholder, #contact .contact-form input[type=tel] ::-moz-placeholder, #contact .contact-form input[type=number] ::-moz-placeholder, #contact .contact-form textarea ::-moz-placeholder, #contact .contact-form select ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#contact .contact-form input[type=text] ::placeholder, #contact .contact-form input[type=email] ::placeholder, #contact .contact-form input[type=tel] ::placeholder, #contact .contact-form input[type=number] ::placeholder, #contact .contact-form textarea ::placeholder, #contact .contact-form select ::placeholder {
  color: #999;
  opacity: 1;
}
#contact .contact-form select {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2086.6%2056.5%22%3E%3Cpolygon%20points%3D%2243.3%2056.5%2086.6%200%200%200%2043.3%2056.5%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 1em top 50%;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  padding-right: 2.4em;
  line-height: 1.4;
}
#contact .contact-form .mwform-radio-field {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  #contact .contact-form .mwform-radio-field {
    font-size: 0.86em;
  }
}
#contact .contact-form .mwform-radio-field label {
  display: block;
  position: relative;
  padding: 0.5em 0;
  line-height: 1;
}
#contact .contact-form .mwform-radio-field input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#contact .contact-form .mwform-radio-field .mwform-radio-field-text {
  font-weight: bold;
  font-size: 1.08em;
  position: relative;
  padding-left: 2.4em;
}
#contact .contact-form .mwform-radio-field .mwform-radio-field-text::before {
  border-radius: 50%;
  background-color: #fff;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.6em;
  width: 1.6em;
  position: absolute;
}
#contact .contact-form .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  border-radius: 50%;
  background-color: #303439;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0.45em;
  height: 0.7em;
  width: 0.7em;
  position: absolute;
}
#contact .contact-form .mwform-checkbox-field {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  #contact .contact-form .mwform-checkbox-field {
    font-size: 0.86em;
  }
}
#contact .contact-form .mwform-checkbox-field label {
  display: block;
  position: relative;
  padding: 0.5em 0;
  line-height: 1;
}
#contact .contact-form .mwform-checkbox-field input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#contact .contact-form .mwform-checkbox-field .mwform-checkbox-field-text {
  font-weight: bold;
  font-size: 1.08em;
  position: relative;
  padding-left: 2.4em;
}
#contact .contact-form .mwform-checkbox-field .mwform-checkbox-field-text::before {
  border: 2px solid #717171;
  background-color: #fff;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.6em;
  width: 1.6em;
  position: absolute;
}
#contact .contact-form .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  border-color: #303439;
}
#contact .contact-form .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: 0.3em;
  top: calc(50% - 0.35em);
  width: 1em;
  height: 0.5em;
  border-bottom: 0.2em solid #a20000;
  border-left: 0.2em solid #a20000;
  transform: rotate(-45deg);
}
#contact .contact-form .policy-check .mwform-checkbox-field {
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  #contact .contact-form .policy-check .mwform-checkbox-field {
    font-size: 0.8em;
  }
}
#contact .contact-form .contact-form__buttons {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #contact .contact-form .contact-form__buttons {
    margin-top: 1em;
    display: block;
  }
}
#contact .contact-form .contact-form__buttons-container {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #contact .contact-form .contact-form__buttons-container {
    display: block;
  }
}
#contact .contact-form .contact-form__buttons input {
  border: 2px solid #5F6E74;
  display: inline-block;
  font-size: 1.05em;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 1em;
  margin: 0.5em 0.5em;
  width: 280px;
  border-radius: 0.2em;
}
@media (max-width: 767px) {
  #contact .contact-form .contact-form__buttons input {
    width: 240px;
  }
}
#contact .contact-form .contact-form__buttons input[type=submit] {
  background-color: #5F6E74;
  color: #fff;
}
@media (min-width: 992px) {
  #contact .contact-form .contact-form__buttons input[type=submit] {
    transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
  }
  #contact .contact-form .contact-form__buttons input[type=submit]:hover {
    border-color: #303439;
    background-color: #303439;
    color: #fff;
  }
}
#contact .contact-form .contact-form__buttons input[name=submitBack] {
  background-color: #fff;
  color: #5F6E74;
}
@media (min-width: 992px) {
  #contact .contact-form .contact-form__buttons input[name=submitBack] {
    transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
  }
  #contact .contact-form .contact-form__buttons input[name=submitBack]:hover {
    border-color: #303439;
    background-color: #fff;
    color: #303439;
  }
}
#contact .preview-text {
  display: none;
}
#contact .mw_wp_form_preview .preview-text {
  display: block;
  line-height: 1.7;
  margin-bottom: 1em;
}
#contact .mw_wp_form_preview .contact-form__table th {
  border-bottom: 1px solid #ddd;
  padding-top: 1em;
}
@media (max-width: 767px) {
  #contact .mw_wp_form_preview .contact-form__table th {
    border-bottom: none;
    padding-top: 0;
  }
}
#contact .mw_wp_form_preview .contact-form__table th .required {
  display: none;
}
#contact .mw_wp_form_preview .contact-form__table th.contact-form__blank {
  display: none;
}
#contact .mw_wp_form_preview .contact-form__table td {
  border-bottom: 1px solid #ddd;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  #contact .mw_wp_form_preview .contact-form__table td {
    border-bottom: none;
    padding-top: 0;
  }
}
#contact .mw_wp_form_preview .contact-form__table td.contact-form__checkbox {
  display: none;
}
#contact .contact-complete-message h2 {
  font-size: 1.75em;
  text-align: center;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1.375em;
}
@media (max-width: 767px) {
  #contact .contact-complete-message h2 {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
}
#contact .contact-complete-message h2::after {
  background-color: #C29E5B;
  content: "";
  height: 1px;
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 2em;
  transform: translateX(-50%);
}
#contact .contact-complete-message .box {
  background-color: #fff;
  border: 0.5em solid #F6F5F1;
  max-width: 760px;
  margin: 0 auto;
  padding: 2em 2em 0.5em;
}
@media (max-width: 767px) {
  #contact .contact-complete-message .box {
    padding: 1.5em 1em 0.5em;
  }
}
#contact .contact-complete-message .box .mes {
  display: flex;
  justify-content: center;
}
#contact .contact-complete-message .box p {
  line-height: 2;
  margin-bottom: 1.75em;
}
#contact .contact-complete-message .box a {
  text-decoration: underline;
}
#contact .contact-complete-message .box a:hover {
  text-decoration: none;
}

/* ==============================================
 Media Queries
=============================================== */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}/*# sourceMappingURL=style.css.map */