@charset "UTF-8";

/*
  File Name   : _mixin.scss
  Description : メディアクエリ mixin
*/

/*
  File Name   : _variable.scss
  Description : 変数
*/

/* BASE
================================================== */

/*** structure ***/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #E5E3DB;
  color: #000000;
  font-family: "Shippori Mincho", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
  overflow-x: hidden;
}

body > article,
body > footer,
body > header,
body > main {
  width: 100%;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

main.under_page {
  padding-top: 80px;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:link {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a img {
  border: none;
}

a:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

figure {
  margin: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  width: 100%;
}

/*animate.css動作*/

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/*範囲に入ってから動作開始までの遅延時間（秒）*/

.animate_delay {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animate_delay02 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate_duration {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

/*inview.js要素の初期表示*/

.iv,
.ivo {
  visibility: hidden;
}

.object_fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*hoverアニメーション（拡大）*/

.hover_ptn01 {
  overflow: hidden;
}

.hover_ptn01 img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.hover_ptn01:hover img,
a:hover .hover_ptn01 img {
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.8;
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.notoserif {
  font-family: "Noto Serif JP", serif;
}

.playfair {
  font-family: "Playfair Display", serif;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.bg_beige {
  background: #E5E3DA;
}

.vertical {
  display: inline-block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  vertical-align: middle;
  text-align: left;
}

:root {
  /* 変数定義 */
  --navbar-height: 80px;
  --navbar-height_sp: 60px;
}

.section_link {
  scroll-margin-top: var(--navbar-height);
}

.page_cnt {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.ui-widget {
  font-family: "Shippori Mincho", serif !important;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.l-footer {
  position: relative;
  background: #A02323;
  color: #FFF;
  padding: 100px 0 45px;
}

.l-footer .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1320px;
}

.l-footer .l-inner.--footer_bnr_cnt {
  display: block;
}

.l-footer-bnr {
  max-width: 465px;
  width: 100%;
  margin: 0 auto 115px;
}

.l-footer-left {
  width: 27.27%;
  margin-left: 0.98%;
}

.l-footer-left__logo {
  max-width: 267px;
  width: 100%;
  margin: 0 0 30px;
}

.l-footer-left__info {
  width: 100%;
}

.l-footer-left__info-ad {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin: 0 0 25px;
}

.l-footer-left__info-ad span {
  display: block;
}

.l-footer-left__info-tel {
  font-size: 27.5px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
}

.l-footer-left__info-tel a {
  color: #FFF;
}

.l-footer-left__info-tel span {
  display: inline-block;
  font-size: 0.8em;
  margin-right: 0.3em;
}

.l-footer-left__info-time {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.l-footer-right {
  max-width: 925px;
  width: 70%;
}

.l-footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer__nav > li ul > li {
  padding-left: 1em;
  margin-bottom: 23px;
}

.l-footer__nav > li ul > li a {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.08em;
}

.l-footer__nav > li ul > li a span {
  position: relative;
  display: inline-block;
}

.l-footer__nav > li ul > li a span::before {
  position: absolute;
  top: 0.5em;
  left: -1em;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-footer__nav > li ul > li a::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #FFF;
  bottom: -8px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.l-footer__nav > li.list01 {
  width: 23%;
}

.l-footer__nav > li.list02 {
  width: 19.7%;
}

.l-footer__nav > li.list03 {
  width: 21.9%;
}

.l-footer__nav > li.list04 {
  width: 32%;
}

.l-footer__nav > li.list04 ul li {
  border: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.l-footer__nav > li.list04 ul li a {
  font-size: 13px;
}

.l-footer__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 91px;
  margin: 16px 150px 33px auto;
}

.l-footer__language li {
  width: 40.6%;
}

.l-footer__language li a {
  position: relative;
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 9px;
}

.l-footer__language li a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer-bottom {
  position: relative;
  width: 96%;
  max-width: 1290px;
  margin: 0 auto;
}

.l-footer-bottom__copy {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: right;
  padding-right: 133px;
}

.l-footer-bottom__copy .copyright {
  font-family: Verdana, “Droid Sans”;
}

.l-footer-bottom .logo_hta {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 95px;
  width: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #A02323;
  color: #FFF;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.l-header .l-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: none;
  width: 100%;
  margin: 0 auto;
}

.l-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 430px;
  width: 25%;
}

.l-header__logo {
  max-width: 240px;
  width: 55.8%;
  margin-left: 5%;
}

.l-header__language {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90px;
  margin-left: 18%;
}

.l-header__language.sp {
  display: none !important;
}

.l-header__language li {
  width: 40.6%;
}

.l-header__language li a {
  position: relative;
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 9px;
}

.l-header__language li a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__menu {
  max-width: 1050px;
  width: 75%;
}

.l-header .btn_reservation {
  max-width: 187px;
  width: 17.8%;
  height: 80px;
}

.l-header .btn_reservation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #D0CBBA;
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
  opacity: 1;
}

.l-inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.c-button__link_ptn01 {
  max-width: 308px;
  width: 100%;
  margin: 0 auto;
}

.c-button__link_ptn01 a {
  display: block;
  width: 100%;
  background: #A02323;
  border-radius: 10px;
  color: #FFF;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 16.5px 10px;
  opacity: 1;
}

.c-button__link_ptn02 {
  max-width: 184px;
  width: 100%;
}

.c-button__link_ptn02 a {
  position: relative;
  display: block;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  color: #231815;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px 34px 20.5px 10px;
  opacity: 1;
}

.c-button__link_ptn02 a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #496263;
  border-right: solid 1px #496263;
  position: absolute;
  right: 24px;
  top: 45%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button__link_ptn03 {
  max-width: 214px;
  width: 100%;
}

.c-button__link_ptn03 a {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  color: #231815;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.061em;
  text-align: center;
  padding: 20px 24px 20.5px 10px;
  opacity: 1;
}

.c-button__link_ptn03 a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #A02323;
  border-right: solid 1px #A02323;
  position: absolute;
  right: 24px;
  top: 45%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button__link_ptn04 {
  max-width: 184px;
  width: 100%;
}

.c-button__link_ptn04 a {
  position: relative;
  display: block;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  color: #231815;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  text-align: center;
  padding: 20px 20px 20px 10px;
  opacity: 1;
}

.c-button__link_ptn04 a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #496263;
  border-right: solid 1px #496263;
  position: absolute;
  right: 24px;
  top: 45%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button__link_ptn05 {
  max-width: 271px;
  width: 100%;
  margin: 0 0 0 auto;
}

.c-button__link_ptn05 a {
  position: relative;
  display: block;
  width: 100%;
  color: #231815;
  font-size: 14.7px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 20px 15px 0;
  opacity: 1;
}

.c-button__link_ptn05 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button__link_ptn05 a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  position: absolute;
  right: 5px;
  top: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button__link_ptn06 {
  max-width: 192px;
  width: 100%;
}

.c-button__link_ptn06 a {
  position: relative;
  display: block;
  width: 100%;
  color: #231815;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0 15px 14px 0;
  opacity: 1;
}

.c-button__link_ptn06 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button__link_ptn06 a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  position: absolute;
  right: 5px;
  top: 18%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button__link_ptn07 {
  max-width: 255px;
  width: 100%;
  margin: 0 auto;
}

.c-button__link_ptn07 a {
  position: relative;
  display: block;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  color: #231815;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  text-align: center;
  padding: 20px 20px 20px 10px;
  opacity: 1;
}

.c-button__link_ptn07 a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #496263;
  border-right: solid 1px #496263;
  position: absolute;
  right: 24px;
  top: 45%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button__link_ptn07.--bottom {
  margin: 160px auto;
}

.c-cnt_block__ptn01 .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: none;
  width: 100%;
  height: clamp(760px, 56.395vw, 970px);
  margin: 0;
  overflow: hidden;
}

.c-cnt_block__ptn01 figure {
  width: 80.8%;
  margin: 0;
}

.c-cnt_block__ptn01 figure img {
  height: clamp(760px, 56.395vw, 970px);
}

.c-cnt_block__ptn01-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 19.2%;
  background: #A02323;
  padding: 0 2.6% 1.45% 3.8%;
}

.c-cnt_block__ptn01-cnt .cnt_wrap {
  width: 100%;
  padding-top: 45%;
}

.c-cnt_block__ptn01-cnt-title {
  position: relative;
  width: 2.1em;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.34em;
  text-align: center;
  margin: 0 auto 100px;
}

.c-cnt_block__ptn01-cnt-title .en {
  position: absolute;
  top: 3.46em;
  right: -2.77em;
  display: block;
  color: #FFF;
  font-size: 0.325em;
  line-height: 1;
  letter-spacing: 0.5em;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.c-cnt_block__ptn01-cnt-title .en span {
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0.9em;
}

.c-cnt_block__ptn01-cnt-title.--facilities .en {
  top: 6.46em;
}

.c-cnt_block__ptn01-cnt-title.--sightseeing {
  margin: 0 auto 55px;
}

.c-cnt_block__ptn01-cnt-title.--sightseeing .en {
  top: 2.46em;
}

.c-cnt_block__ptn01-cnt .text_wrap {
  text-align: center;
}

.c-cnt_block__ptn01-cnt .text_box {
  text-align: initial;
  margin: 0 auto 55px;
}

.c-cnt_block__ptn01-cnt .text_box.--cuisine {
  margin-bottom: 100px;
}

.c-cnt_block__ptn01-cnt .text_box.--facilities {
  margin-bottom: 140px;
}

.c-cnt_block__ptn01-cnt .text_box.--sightseeing {
  margin-bottom: 100px;
}

.c-cnt_block__ptn01-cnt .text_box p {
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 2.7;
  letter-spacing: 0.12em;
  margin-left: 0;
}

.c-cnt_block__ptn01-cnt .c-button__link_ptn02 {
  margin: 0 auto;
}

.c-cnt_block__ptn01-cnt.--lower_cnt {
  padding-top: 80px;
}

.c-cnt_block__ptn01-cnt.--lower_cnt .c-cnt_block__ptn01-cnt-title {
  margin-bottom: 140px;
}

.c-cnt_block__ptn01-cnt.--lower_cnt .c-cnt_block__ptn01-cnt-title.--sightseeing {
  margin-bottom: 60px;
}

.c-cnt_block__ptn01-cnt.--lower_cnt .text_box {
  margin-bottom: 0 !important;
}

.c-cnt_block__ptn01-cnt.--bg_yellow {
  background: #7C7358;
}

.c-cnt_block__ptn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1720px;
  width: 100%;
}

.c-cnt_block__ptn02 .img_box {
  width: 60.75%;
  margin: 0;
}

.c-cnt_block__ptn02 .img_box .swiper-button-prev,
.c-cnt_block__ptn02 .img_box .swiper-button-next {
  top: 50%;
  height: 74px;
  width: 37px;
  z-index: 1;
}

.c-cnt_block__ptn02 .img_box .swiper-button-prev:after,
.c-cnt_block__ptn02 .img_box .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 74px;
  width: 37px;
  margin: auto;
}

.c-cnt_block__ptn02 .img_box .swiper-button-prev:after {
  background-image: url(../img/common/arrow_slider_left.svg);
}

.c-cnt_block__ptn02 .img_box .swiper-button-next:after {
  background-image: url(../img/common/arrow_slider_right.svg);
}

.c-cnt_block__ptn02 .text_box {
  width: 32.73%;
  color: #231815;
}

.c-cnt_block__ptn02 .text_box .text_wrap {
  max-width: 349px;
  width: 62.5%;
}

.c-cnt_block__ptn02 .text_box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0;
  margin-bottom: 75px;
}

.c-cnt_block__ptn02 .text_box .privilege {
  border-top: 1px dashed #231815;
  padding-top: 25px;
  margin-top: 88px;
}

.c-cnt_block__ptn02 .text_box .privilege .color_red {
  color: #A02323;
}

.c-cnt_block__ptn02 .text_box .privilege .privilege_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-bottom: 5px;
}

.c-cnt_block__ptn02 .text_box .privilege ul li {
  position: relative;
  width: 102%;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.735;
  letter-spacing: 0;
  padding-left: 1em;
  margin-bottom: 1.5em;
}

.c-cnt_block__ptn02 .text_box .privilege ul li:last-child {
  margin-bottom: 0;
}

.c-cnt_block__ptn02 .text_box .privilege ul li a {
  text-decoration: underline;
}

.c-cnt_block__ptn02 .text_box .privilege ul li::before {
  content: "■";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  color: #A02323;
  font-size: 0.6em;
}

.c-cnt_block__ptn02 .box_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.14em;
  margin: 15px 0 43px;
}

.c-cnt_block__ptn02 .box_title.--ptn02 {
  margin: 0 0 25px;
}

.c-cnt_block__ptn02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-cnt_block__ptn03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1304px;
  width: 100%;
}

.c-cnt_block__ptn03 .img_box {
  width: 63.8%;
  margin: 0;
}

.c-cnt_block__ptn03 .img_box .swiper-button-prev,
.c-cnt_block__ptn03 .img_box .swiper-button-next {
  top: 50%;
  height: 59px;
  width: 30px;
  z-index: 1;
}

.c-cnt_block__ptn03 .img_box .swiper-button-prev:after,
.c-cnt_block__ptn03 .img_box .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 59px;
  width: 30px;
  margin: auto;
}

.c-cnt_block__ptn03 .img_box .swiper-button-prev:after {
  background-image: url(../img/common/arrow_slider_left.svg);
}

.c-cnt_block__ptn03 .img_box .swiper-button-next:after {
  background-image: url(../img/common/arrow_slider_right.svg);
}

.c-cnt_block__ptn03 .text_box {
  width: 26.7%;
  color: #231815;
}

.c-cnt_block__ptn03 .text_box .text_wrap {
  max-width: 348px;
  width: 100%;
}

.c-cnt_block__ptn03 .text_box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0.06em;
  margin-bottom: 55px;
}

.c-cnt_block__ptn03 .text_box p.--mb02 {
  margin-bottom: 75px;
}

.c-cnt_block__ptn03 .box_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.14em;
  margin-bottom: 25px;
}

.c-cnt_block__ptn03 .box_title.--ptn02 {
  margin-bottom: 40px;
}

.c-cnt_block__ptn03.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-cnt_block__ptn03.--reverse .text_box {
  width: 32.5%;
  margin-left: 0.6%;
}

.c-cnt_block__ptn03.--reverse .text_box .text_wrap {
  max-width: 348px;
  width: 82%;
}

.c-cnt_block__slider_ptn01 {
  padding-bottom: 36px;
}

.c-cnt_block__slider_ptn01 .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.c-cnt_block__slider_ptn01 .swiper-pagination-bullet {
  width: 61.5px;
  height: 4px;
  cursor: pointer;
  vertical-align: top;
  background-color: #BDBAB9;
  border-radius: 0;
  margin: 0 !important;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-cnt_block__slider_ptn01 .swiper-pagination-bullet-active {
  background-color: #A02323;
}

.c-cnt_block__slider_ptn02 {
  padding-bottom: 17px;
}

.c-cnt_block__slider_ptn02 .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.c-cnt_block__slider_ptn02 .swiper-pagination-bullet {
  width: 44px;
  height: 4px;
  cursor: pointer;
  vertical-align: top;
  background-color: #918C8A;
  border-radius: 0;
  margin: 0 !important;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-cnt_block__slider_ptn02 .swiper-pagination-bullet-active {
  background-color: #A02323;
}

.c-cnt_block__slider_ptn03 .swiper-slide {
  -webkit-transform: translate(-52%, 0);
  transform: translate(-52%, 0);
}

.c-cnt_block__slider_ptn03 .swiper-button-prev,
.c-cnt_block__slider_ptn03 .swiper-button-next {
  top: 52%;
  height: 74px;
  width: 37px;
  z-index: 1;
}

.c-cnt_block__slider_ptn03 .swiper-button-prev {
  left: 40px;
}

.c-cnt_block__slider_ptn03 .swiper-button-next {
  right: 40px;
}

.c-cnt_block__slider_ptn03 .swiper-button-prev:after,
.c-cnt_block__slider_ptn03 .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 74px;
  width: 37px;
  margin: auto;
}

.c-cnt_block__slider_ptn03 .swiper-button-prev:after {
  background-image: url(../img/common/arrow_slider_left.svg);
}

.c-cnt_block__slider_ptn03 .swiper-button-next:after {
  background-image: url(../img/common/arrow_slider_right.svg);
}

.c-cnt_block__slider_ptn04 {
  padding-bottom: 28px;
}

.c-cnt_block__slider_ptn04 .swiper-slide {
  right: -55%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.c-cnt_block__slider_ptn04 .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.c-cnt_block__slider_ptn04 .swiper-pagination-bullet {
  width: 44px;
  height: 4px;
  cursor: pointer;
  vertical-align: top;
  background-color: #918C8A;
  border-radius: 0;
  margin: 0 !important;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-cnt_block__slider_ptn04 .swiper-pagination-bullet-active {
  background-color: #A02323;
}

.c-cnt_block__slider_ptn05 {
  padding-bottom: 28px;
}

.c-cnt_block__slider_ptn05 .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.c-cnt_block__slider_ptn05 .swiper-pagination-bullet {
  width: 44px;
  height: 4px;
  cursor: pointer;
  vertical-align: top;
  background-color: #918C8A;
  border-radius: 0;
  margin: 0 !important;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-cnt_block__slider_ptn05 .swiper-pagination-bullet-active {
  background-color: #A02323;
}

.c-form {
  padding-bottom: 115px;
}

.c-form__area-information {
  max-width: 1100px;
  margin: 0 auto 60px;
}

.c-form__area-information .lead {
  border-bottom: 1px solid #231815;
  color: #231815;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.06em;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.c-form__area-information .note_list {
  margin: 0 auto 55px;
}

.c-form__area-information .note_list li {
  color: #231815;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.c-form__area-information .contact_box {
  max-width: 647px;
  width: 90%;
  border: 2px solid #A7A086;
  padding: 51px 52px 40px;
  margin: 0 auto;
}

.c-form__area-information .contact_box p {
  color: #7C7358;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.c-form__area-information .contact_box p.text_border {
  border-top: 1px solid #7C7358;
  padding-top: 26px;
  margin: 22px auto 5px;
}

.c-form__area-information .contact_box p.tel {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}

.c-form__area-information .contact_box p.tel a {
  color: #7C7358;
}

.c-form__area form {
  max-width: 645px;
  width: 100%;
  margin: 0 auto;
}

.c-form__area form .info_g {
  max-width: 645px;
  margin-bottom: 40px;
}

.c-form__area form .item_checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-form__area form .item_checkbox .error {
  width: 100%;
  text-align: center;
}

.c-form__area form .item {
  margin: 0 auto 40px;
}

.c-form__area form .item .input_box {
  width: 100%;
}

.c-form__area form .label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #231815;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}

.c-form__area form .label .required {
  display: inline-block;
  border: 1px solid #CB2A1C;
  border-radius: 10.5px;
  color: #CB2A1C;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  margin-right: 7px;
}

.c-form__area form .text_input input,
.c-form__area form .select_input select {
  background-color: #FFF;
  border: 1px solid #868787;
  border-radius: 5px;
  color: #231815;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  width: 100%;
  min-height: 40px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 5.5px 14px;
}

.c-form__area form textarea {
  background-color: #FFF;
  border: 1px solid #868787;
  border-radius: 5px;
  color: #231815;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  width: 100%;
  min-height: 120px;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 5.5px 14px;
}

.c-form__area form .text_input input::-webkit-input-placeholder,
.c-form__area form textarea::-webkit-input-placeholder {
  color: #868787;
}

.c-form__area form .text_input input::-moz-placeholder,
.c-form__area form textarea::-moz-placeholder {
  color: #868787;
}

.c-form__area form .text_input input:-ms-input-placeholder,
.c-form__area form textarea:-ms-input-placeholder {
  color: #868787;
}

.c-form__area form .text_input input::-ms-input-placeholder,
.c-form__area form textarea::-ms-input-placeholder {
  color: #868787;
}

.c-form__area form .text_input input::placeholder,
.c-form__area form textarea::placeholder {
  color: #868787;
}

.c-form__area form .text_input input:-ms-input-placeholder {
  color: #868787;
}

.c-form__area form .text_input input[type=text]:focus,
.c-form__area form .text_input input[type=email]:focus,
.c-form__area form textarea:focus,
.c-form__area form select:focus {
  outline: solid 1px #A02323;
}

.c-form__area form input[type=checkbox] {
  display: none;
}

.c-form__area form .mwform-checkbox-field-text {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}

.c-form__area form .mwform-checkbox-field-text:before,
.c-form__area form .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 11px;
  height: 11px;
}

.c-form__area form .mwform-checkbox-field-text:before {
  background: none;
  margin-right: 12px;
  border: 1px solid #FFF;
  border-radius: 0;
  width: 11px;
  height: 11px;
}

.c-form__area form input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  top: 3px;
  left: 3px;
  width: 11px;
  height: 6px;
  border-left: 3px solid #A02323;
  border-bottom: 3px solid #A02323;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-form__area form .mw_wp_form input[name="__children[agree_privacypolicy][]"] + .error {
  position: absolute;
  bottom: -18px;
}

.c-form__area form .btn_box {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.c-form__area form .btn_box .btn_ptn {
  width: 100%;
  max-width: 300px;
}

.c-form__area form .btn_box .btn_ptn button {
  width: 100%;
  background-color: #7A735B;
  border: 1px solid #7A735B;
  border-radius: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.22em;
  text-align: center;
  padding: 15px 31px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-form__area form .btn_box .btn_ptn button:first-child {
  margin: 0 auto 22px;
}

.c-form__area form .btn_box .btn_ptn button:hover {
  background-color: #A02323;
  border: 1px solid #A02323;
}

.c-form__area form .btn_box .btn_ptn button.btn_back {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #231815;
}

.c-form__area form .btn_box .btn_ptn button.btn_back:hover {
  background-color: #A02323;
  border: 1px solid #A02323;
  color: #FFF;
}

.c-form.confirm .c-title__ptn02 {
  padding-bottom: 30px;
}

.c-form.confirm .c-form__area .c-form__confirm_area {
  max-width: 760px;
  text-align: center;
  margin: 0 auto 110px;
}

.c-form.confirm .c-form__area .c-form__confirm_area p {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}

.c-form.confirm .c-form__area .c-form__confirm_area p.attention {
  display: inline-block;
  background: #CB2A1C;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 7px 31px 9px;
  margin: 45px auto 10px;
}

.c-form.confirm .c-form__area .c-form__confirm_area p .note {
  display: block;
  font-size: 14px;
  text-align: center;
}

.c-form.confirm .c-form__area form {
  max-width: 760px;
}

.c-form.confirm .c-form__area form .info_g {
  max-width: 760px;
  margin-bottom: 86px;
}

.c-form.confirm .c-form__area form .info_g .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid #868787;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding-bottom: 18px;
  margin: 0 auto 23px;
}

.c-form.confirm .c-form__area form .info_g .item .label {
  width: 310px;
  font-weight: 700;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-form.confirm .c-form__area form .info_g .item .label .required {
  margin: 0 0 0 7px;
}

.c-form.confirm .c-form__area form .info_g .item .text_input {
  width: calc(100% - 340px);
  padding-right: 35px;
}

.c-form.confirm .c-form__area form .info_g .item p {
  text-align: left;
  word-break: break-all;
}

.c-form.confirm .c-form__area form .item_checkbox {
  margin: 0;
}

.c-form.complete .c-form__complete_area {
  max-width: 856px;
  width: 100%;
  background: #FFF;
  border-radius: 12px;
  padding: 85px 40px 75px;
  margin: 190px auto 40px;
}

.c-form.complete .c-form__complete_area .text_wrap {
  max-width: 580px;
  margin: 0 auto;
}

.c-form.complete .c-form__complete_area .c-form__complete_area-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #231815;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 auto 50px;
}

.c-form.complete .c-form__complete_area p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  letter-spacing: 0.06em;
  word-break: normal;
}

.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.c-nav__logo {
  width: 190px;
  margin-bottom: 25px;
}

.c-nav__list {
  width: 82.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}

.c-nav__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 16px;
}

.c-nav__list > li > a {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.35;
  letter-spacing: 0.08em;
  padding: 10px 0;
  text-align: center;
}

.c-nav__list > li > a::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #FFF;
  bottom: 5px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-nav__list > li.sns_link {
  width: 23px;
  margin-right: 4.8%;
}

.c-nav__list > li.sns_link a {
  display: block;
  width: 100%;
}

.c-nav__list > li.sns_link a::after {
  display: none;
}

.c-nav__list > li.sp {
  display: none !important;
}

.c-pagetop {
  position: absolute;
  top: -74px;
  right: 130px;
  width: 50px;
  height: 50px;
  background: #A02323;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}

.c-pagetop:hover {
  background: #d32727;
}

.c-pagetop a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-pagetop a::before {
  content: "";
  display: block;
  color: #FFF;
  width: 16px;
  height: 16px;
  border: 1px solid #FFF;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(25%) rotate(-45deg);
  transform: translateY(25%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-title__ptn01 {
  position: absolute;
}

.c-title__ptn01-title {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 0.55em;
}

.c-title__ptn01-title span {
  position: relative;
  display: inline-block;
  padding-left: 14px;
}

.c-title__ptn01-title span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #FFF;
}

.c-title__ptn02 {
  color: #231815;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 180px 0 65px;
  position: relative;
}

.c-title__ptn02.--cancelpolicy {
  padding-top: 150px;
}

.c-title__ptn03 {
  position: relative;
  color: #231815;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.14em;
  margin-bottom: 125px;
}

.c-title__ptn03 span {
  position: relative;
  display: inline-block;
  background: #E5E3DB;
  padding: 0 1.5em 0 0;
  z-index: 1;
}

.c-title__ptn03::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-title__ptn03::after {
  display: block;
  content: "";
  width: 310px;
  width: calc((1720px - 100%) / 2);
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  right: calc((-1720px + 100%) / 2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-title__ptn04 {
  position: absolute;
  top: -55px;
  right: 50px;
  width: 72px;
  height: 240px;
  z-index: 2;
}

.c-title__ptn04-title {
  color: #FFF;
  font-size: 40.5px;
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: 0.28em;
}

.c-title__ptn04-title span {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}

.c-title__ptn04-title span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #FFF;
}

.c-title__ptn05 {
  position: relative;
  color: #231815;
  font-size: 25px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-bottom: 60px;
}

.c-title__ptn05 span {
  position: relative;
  display: inline-block;
  background: #E5E3DB;
  padding: 0 1em 0 0;
  z-index: 1;
}

.c-title__ptn05::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-title__ptn06 {
  color: #231815;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 185px 0 75px;
}

.c-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pagination ul li {
  margin: 0 14px;
}

.c-pagination ul li .page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  font-size: 18px;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 0.16em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-pagination ul li .page-numbers.next.page-numbers,
.c-pagination ul li .page-numbers.prev.page-numbers {
  display: none !important;
}

.c-pagination ul li .page-numbers::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  left: -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-pagination ul li .page-numbers.current::after,
.c-pagination ul li .page-numbers.page-numbers:hover::after {
  width: 100%;
}

.c-reservation-form {
  width: 100%;
  padding-right: 3.55%;
}

.c-reservation-form .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-reservation-form .tabs .tab-trigger {
  position: relative;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.06em;
  text-align: center;
  padding-top: 44px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-reservation-form .tabs .tab-trigger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-reservation-form .tabs .tab-trigger#tabTrigger01 {
  width: 4.736%;
  margin-right: 3.2%;
}

.c-reservation-form .tabs .tab-trigger#tabTrigger01::before {
  width: 57px;
  height: 38px;
  background: url(../img/common/icon_reserve01_gray.svg) no-repeat;
  background-size: contain;
}

.c-reservation-form .tabs .tab-trigger#tabTrigger01::after {
  content: "";
  position: absolute;
  right: -39px;
  top: -3px;
  display: block;
  width: 1px;
  height: 70px;
  background: #231815;
}

.c-reservation-form .tabs .tab-trigger#tabTrigger02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 12.63%;
  margin-left: 2.28%;
}

.c-reservation-form .tabs .tab-trigger#tabTrigger02 span {
  display: block;
}

.c-reservation-form .tabs .tab-trigger#tabTrigger02 span:first-child {
  padding-right: 1.5em;
}

.c-reservation-form .tabs .tab-trigger#tabTrigger02::before {
  width: 144px;
  height: 38px;
  background: url(../img/common/icon_reserve02_gray.svg) no-repeat;
  background-size: contain;
}

.c-reservation-form .tabs .tab-radio {
  display: none;
}

.c-reservation-form .tabs #tab01:checked ~ .tab-content #tabTarget01,
.c-reservation-form .tabs #tab02:checked ~ .tab-content #tabTarget02 {
  display: block;
  -webkit-animation: fade 0.5s ease;
  animation: fade 0.5s ease;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-reservation-form .tabs #tab01:checked + #tabTrigger01::before {
  background: url(../img/common/icon_reserve01_red.svg) no-repeat;
  background-size: contain;
}

.c-reservation-form .tabs #tab02:checked + #tabTrigger02::before {
  background: url(../img/common/icon_reserve02_red.svg) no-repeat;
  background-size: contain;
}

.c-reservation-form .tabs .tab-content {
  width: 75.18%;
  margin-left: 4.4%;
}

.c-reservation-form .tabs .tab-content .tab-content__item {
  display: none;
  text-align: left;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form label {
  font-size: 13.62px;
  font-weight: 500;
  line-height: 1.89;
  letter-spacing: 0.06em;
  margin-bottom: 0.3em;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form select {
  height: 30px;
  width: 100%;
  background-color: #FFF;
  border: none;
  border-radius: 0;
  color: #231815;
  font-size: 13.62px;
  font-weight: 500;
  line-height: 1.89;
  letter-spacing: 0.06em;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 0.8em;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34.46%;
  padding-top: 9.5px;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dt {
  width: 59px;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 59px);
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd select:first-of-type {
  width: 63.4%;
  margin-right: 7.03%;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd select:nth-of-type(2) {
  width: 29.4%;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd select:disabled {
  color: #868787;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 1.3em;
  margin-top: 13px;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd label input[type=checkbox] {
  display: none;
  width: 1.2em;
  background: transparent;
  margin-right: 0.3em;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd label::before,
.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 12px;
  height: 12px;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd label::before {
  background: none;
  margin-right: 12px;
  border: 1px solid #000000;
  border-radius: 0;
  width: 12px;
  height: 12px;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd label:has(input[type=checkbox]:checked)::after {
  top: 0.5em;
  left: 3px;
  width: 11px;
  height: 6px;
  border-left: 3px solid #A02323;
  border-bottom: 3px solid #A02323;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:first-of-type {
  width: 8%;
  padding-top: 9.5px;
  margin-right: 2.2%;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:first-of-type .stay_489ban {
  width: 100%;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:first-of-type .stay_489ban dt {
  display: none;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 28.78%;
  padding-top: 9.5px;
  margin-right: 2.2%;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:nth-of-type(2) .person_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 45.37%;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:nth-of-type(2) .person_489ban dt {
  width: 41px;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:nth-of-type(2) .person_489ban dd {
  width: calc(100% - 41px);
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:nth-of-type(2) .person_489ban dd span {
  display: none;
}

.c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form button {
  width: 147px;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  color: #FFF;
  background-color: #A02323;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.c-reservation-form .tabs .tab-content .panel1_inner .form_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0;
}

.c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn01 {
  margin-right: 3.74%;
}

.c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn01 a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding-left: 1.5em;
}

.c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn01 a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/reservation_arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn02 {
  max-width: 259px;
  width: 31.3%;
  margin-left: 3.6%;
}

.c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn02 a {
  position: relative;
  display: block;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  color: #231815;
  font-size: 14.6px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 11.5px 24px 12px 10px;
  opacity: 1;
}

.c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn02 a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #A02323;
  border-right: solid 1px #A02323;
  position: absolute;
  right: 24px;
  top: 42%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-reservation-form .tabs .tab-content .panel2_inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -5px;
}

.c-reservation-form .tabs .tab-content .panel2_inner form dl {
  text-align: left;
  margin: 0 1.8% 0 0;
  min-width: 85px;
}

.c-reservation-form .tabs .tab-content .panel2_inner form dl dt {
  font-size: 13.62px;
  font-weight: 500;
  line-height: 1.89;
  letter-spacing: 0.06em;
  margin-bottom: 0.3em;
}

.c-reservation-form .tabs .tab-content .panel2_inner form dl:first-of-type {
  width: 27.2%;
}

.c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(2) {
  width: 23.5%;
}

.c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(3) {
  width: 11.27%;
}

.c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(4) {
  width: 11.27%;
}

.c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(4) dt {
  width: 105%;
  letter-spacing: -0.02em;
}

.c-reservation-form .tabs .tab-content .panel2_inner form select,
.c-reservation-form .tabs .tab-content .panel2_inner form input {
  height: 30px;
  width: 100%;
  background-color: #FFF;
  border: none;
  border-radius: 0;
  color: #231815;
  font-size: 13.62px;
  font-weight: 500;
  line-height: 1.89;
  letter-spacing: 0.06em;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 0.8em;
}

.c-reservation-form .tabs .tab-content .panel2_inner form .btn_submit {
  max-width: 147px;
  width: 17.78%;
  margin-left: 1.5%;
}

.c-reservation-form .tabs .tab-content .panel2_inner form .btn01 {
  width: 100%;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  color: #FFF;
  background-color: #A02323;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.c-reservation-form .tabs .tab-content .panel2_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 0;
}

.c-reservation-form .tabs .tab-content .panel2_inner ul li:first-of-type {
  margin: 0 21px 0 0;
}

.c-reservation-form .tabs .tab-content .panel2_inner ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding-left: 1.5em;
}

.c-reservation-form .tabs .tab-content .panel2_inner ul li a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/reservation_arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-reservation-form .tabs .tab-content .panel2_inner ul li a:hover {
  text-decoration: none;
}

/* reservation */

/* about */

.p-access {
  color: #231815;
}

.p-access-transportation-title {
  margin-bottom: 100px;
}

.p-access-transportation-title .lead {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-access-transportation__information {
  margin-bottom: 105px;
}

.p-access-transportation__information .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1100px;
}

.p-access-transportation__information .g_map {
  position: relative;
  max-width: 777px;
  width: 70.63%;
  z-index: 1;
}

.p-access-transportation__information .g_map iframe {
  width: 100%;
  height: 400px;
}

.p-access-transportation__information .info {
  width: 24.6%;
  color: #000000;
}

.p-access-transportation__information .info .info_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

.p-access-transportation__information .info .add {
  width: 115%;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

.p-access-transportation__information .info .g_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-access-transportation__information .info .g_link a {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  padding-bottom: 8px;
}

.p-access-transportation__information .info .g_link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-access-transportation__cnt .l-inner {
  max-width: 1100px;
  border-bottom: 1px solid #231815;
  padding-bottom: 90px;
  margin-bottom: 73px;
}

.p-access-transportation__cnt-title {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding-left: 55px;
  margin-bottom: 40px;
}

.p-access-transportation__cnt-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.p-access-transportation__cnt-title.--train::before {
  top: 5px;
  width: 26px;
  height: 38px;
  background: url(../img/access/icon_train.svg) no-repeat;
  background-size: contain;
}

.p-access-transportation__cnt-title.--car::before {
  top: 11px;
  width: 38px;
  height: 29px;
  background: url(../img/access/icon_car.svg) no-repeat;
  background-size: contain;
}

.p-access-transportation__cnt-title.--parking {
  font-size: 22px;
  padding-left: 0;
  text-align: center;
  margin: 0 auto 35px;
}

.p-access-transportation__cnt-title.--airplane::before {
  top: 5px;
  width: 40px;
  height: 41px;
  background: url(../img/access/icon_plane.svg) no-repeat;
  background-size: contain;
}

.p-access-transportation__cnt-img {
  margin-bottom: 0;
}

.p-access-transportation__cnt-parking {
  position: relative;
  width: 100%;
  border: 1px solid #231815;
  padding: 52px 70px 50px;
  margin: 100px auto 0;
}

.p-access-transportation__cnt-parking::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  display: block;
  width: 1px;
  height: 85px;
  background: #231815;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-access-transportation__cnt-parking .info_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-access-transportation__cnt-parking .info_g figure {
  width: 45.3%;
  margin: 0;
}

.p-access-transportation__cnt-parking .info_g .text_box {
  width: 50%;
}

.p-access-transportation__cnt-parking .info_g .text_box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-access-transportation__cnt-parking .info_g .text_box p.note {
  font-size: 14px;
  margin-bottom: 0;
}

.p-access-transportation__cnt-service {
  background: #FFF;
  padding: 47px 48px 45px 59px;
  margin: 127px auto 0;
}

.p-access-transportation__cnt-service-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 30px;
}

.p-access-transportation__cnt-service .info_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-access-transportation__cnt-service .info_g .left_box {
  width: 62.8%;
  border-right: 1px solid #231815;
  padding-right: 6%;
}

.p-access-transportation__cnt-service .info_g .left_box .place {
  position: relative;
  font-size: 15.2px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin: 20px 0 10px;
}

.p-access-transportation__cnt-service .info_g .left_box .place span {
  position: relative;
  display: inline-block;
  background: #FFF;
  padding-right: 0.2em;
  z-index: 1;
}

.p-access-transportation__cnt-service .info_g .left_box .place::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #231815;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-access-transportation__cnt-service .info_g .left_box p {
  width: 102%;
  font-size: 15.2px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-access-transportation__cnt-service .info_g .right_box {
  width: 33.2%;
  text-align: center;
}

.p-access-transportation__cnt-service .info_g .right_box p {
  font-size: 14.2px;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}

.p-access-transportation__cnt-service .info_g .right_box p.tel {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.p-access-transportation__cnt-service .info_g .right_box p.tel span {
  display: inline-block;
  font-size: 0.8em;
  padding-right: 0.3em;
}

.p-access-transportation__cnt-service .info_g .right_box p.tel a {
  color: #231815;
}

.p-access-transportation__cnt-service .info_g .right_box .inquiries {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

.p-access-transportation__cnt-service .line_info {
  margin: 50px auto 57px;
}

.p-access-transportation__cnt-service .line_info .line_title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  margin-bottom: 1em;
}

.p-access-transportation__cnt-service .line_info .btn_line_info {
  max-width: 316px;
  width: 100%;
  margin: 0 auto;
}

.p-access-transportation__cnt-service .line_info .btn_line_info a {
  display: block;
  width: 100%;
  background: #712A27;
  border-radius: 24px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 13.5px 20px;
}

.p-access-transportation__cnt.--airplane .l-inner {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 155px;
}

/* access */

.p-article {
  padding-bottom: 150px;
}

.p-article-cnt .l-inner {
  max-width: 706px;
}

.p-article-cnt__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #231815;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.p-article-cnt__info .date {
  border-right: 1px solid #231815;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.576;
  letter-spacing: 0.14em;
  padding-right: 20px;
  margin-right: 22px;
}

.p-article-cnt__info .information_category {
  color: #A02323;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.367;
  letter-spacing: 0.06em;
  margin-right: 0.5em;
}

.p-article-cnt__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.04em;
  margin-bottom: 70px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: normal;
}

.p-article-cnt__detail {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.04em;
  margin-bottom: 120px;
}

.p-article-cnt__detail p {
  margin-bottom: 2.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: normal;
}

.p-article-cnt__detail p strong {
  font-weight: 700;
}

.p-article-cnt__detail a {
  text-decoration: underline;
}

.p-article-cnt__detail figure {
  max-width: 704px;
  margin: 2.5em auto;
}

.p-article-cnt__detail figcaption {
  font-size: 0.8em;
}

.p-article-cnt__detail h2 {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  margin: 3em auto 1em;
}

.p-article-cnt__detail h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 2.8em auto 1em;
}

.p-article-cnt__detail h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 1.8em 0 0.5em;
}

.p-article-cnt__detail h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 1.5em 0 0.5em;
}

.p-article-cnt__detail h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 1em 0 0.5em;
}

.p-article-cnt__detail ul,
.p-article-cnt__detail ol {
  padding: 0 0.5em;
  margin: 1em 0;
}

.p-article-cnt__detail ul li {
  position: relative;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0 0 0.5em 1em;
  text-indent: -1.1em;
}

.p-article-cnt__detail ul li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #A02323;
  border-radius: 50%;
  margin-right: 8px;
}

.p-article-cnt__detail ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0.3em;
}

.p-article-cnt__detail ol li {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0 0 0.5em 1.5em;
  text-indent: -1.5em;
}

.p-article-cnt__detail ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: 700;
  color: #A02323;
}

.p-article-cnt__detail table tr {
  border: 1px solid #231815;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-article-cnt__detail table tr td {
  border-left: 1px solid #231815;
  padding: 0.5em;
}

.p-article__nav {
  position: relative;
  max-width: 223px;
  margin: 0 auto;
}

.p-article__nav .btn_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.p-article__nav .btn_g .contents_btn a {
  position: relative;
  display: block;
  width: 12.5px;
  height: 16.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-article__nav .btn_g .contents_btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 12.5px;
  height: 16.5px;
  background: url(../img/common/arrow_article_left.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-article__nav .btn_g .contents_btn a:hover::after {
  left: -10px;
}

.p-article__nav .btn_g .contents_btn.btn_next {
  margin: 0 0 0 auto;
}

.p-article__nav .btn_g .contents_btn.btn_next a {
  padding: 0 30px 0 0;
}

.p-article__nav .btn_g .contents_btn.btn_next a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
  left: auto;
}

.p-article__nav .btn_g .contents_btn.btn_next a:hover::after {
  right: -10px;
}

.p-article__nav-btn {
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-article__nav-btn a {
  color: #231815;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.28em;
}

/* p-article */

.p-cuisine-detail01 {
  padding: 157px 0 250px;
}

.p-cuisine-detail01 .l-inner {
  max-width: 1720px;
  width: 100%;
}

.p-cuisine-detail01 .c-cnt_block__ptn02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 75px;
}

.p-cuisine-detail01-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1720px;
  width: 100%;
}

.p-cuisine-detail01-img figure {
  width: 24.34%;
  margin: 0;
}

.p-cuisine-detail02 {
  padding-bottom: 179px;
}

.p-cuisine-detail02 .l-inner {
  max-width: 1304px;
  width: 100%;
}

.p-cuisine-detail03 {
  color: #5A2D14;
}

.p-cuisine-detail03 .l-inner {
  max-width: 1300px;
  width: 100%;
}

.p-cuisine-detail03__title_wrap {
  background: #CAC6B6;
  padding: 55px 562px 48px 99px;
}

.p-cuisine-detail03__title_wrap .title {
  max-width: 620px;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-cuisine-detail03__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-cuisine-detail03__cnt-img_box {
  width: 43.3%;
}

.p-cuisine-detail03__cnt-img_box figure {
  position: relative;
  top: -146px;
  left: 0;
  width: 83.12%;
  z-index: 1;
}

.p-cuisine-detail03__cnt-text_box {
  width: 56.38%;
  padding: 60px 70px 40px 99px;
}

.p-cuisine-detail03__cnt-text_box p {
  max-width: 565px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.06em;
}

.p-cuisine-restaurant {
  padding-bottom: 85px;
}

.p-cuisine-restaurant__title_cnt {
  background: #7C7358;
  padding: 43px 0 30px;
  margin-bottom: 113px;
}

.p-cuisine-restaurant__title_cnt .cnt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  width: 90%;
  color: #FFF;
  margin: 0 auto;
}

.p-cuisine-restaurant__title_cnt .cnt_wrap .title_wrap {
  width: 54.5%;
  padding-right: 3.2%;
}

.p-cuisine-restaurant__title_cnt .cnt_wrap .title {
  position: relative;
  width: 2.1em;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.34em;
  text-align: center;
  margin: 0 auto;
}

.p-cuisine-restaurant__title_cnt .cnt_wrap .title .en {
  position: absolute;
  top: 10.5em;
  right: -2.77em;
  display: block;
  color: #FFF;
  font-size: 0.325em;
  line-height: 1;
  letter-spacing: 0.5em;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.p-cuisine-restaurant__title_cnt .cnt_wrap .title .en span {
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0.9em;
}

.p-cuisine-restaurant__title_cnt .cnt_wrap p {
  width: 40%;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-cuisine-restaurant .l-inner {
  max-width: 1100px;
}

.p-cuisine-restaurant__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
}

.p-cuisine-restaurant__detail figure {
  width: 54.72%;
  margin: 0;
}

.p-cuisine-restaurant__detail-cnt {
  width: 40%;
}

.p-cuisine-restaurant__detail-cnt .title {
  border-bottom: 1px dashed #231815;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.14em;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.p-cuisine-restaurant__detail-cnt .title span {
  display: inline-block;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
}

.p-cuisine-restaurant__detail-cnt .title span.ptn01 {
  padding-left: 0;
  padding-right: 0.5em;
}

.p-cuisine-restaurant__detail-cnt .note {
  color: #5A2D14;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 20px;
}

.p-cuisine-restaurant__detail-cnt .note:first-letter {
  font-size: 0.8em;
}

.p-cuisine-restaurant__detail-cnt .lead {
  width: 98.5%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}

.p-cuisine-restaurant__detail-cnt .detail {
  width: 102%;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-cuisine-restaurant__detail-cnt .detail .text_small {
  display: inline-block;
  font-size: 0.88235em;
  padding-top: 1em;
}

.p-cuisine-restaurant__detail.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* cuisine */

.p-facilities {
  color: #231815;
}

.p-facilities-detail {
  padding: 164px 0 190px;
}

.p-facilities-detail .l-inner {
  max-width: 1100px;
}

.p-facilities-detail__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 65px;
}

.p-facilities-detail__title.--lounge {
  margin-bottom: 10px;
}

.p-facilities-detail .note_text {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 45px;
}

.p-facilities-detail__slider {
  position: relative;
  width: 100%;
  margin-bottom: 51px;
}

.p-facilities-detail__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-facilities-detail__cnt-text_box {
  width: 39.5%;
}

.p-facilities-detail__cnt-text_box .box_title {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.1em;
  margin: 15px 0 18px;
}

.p-facilities-detail__cnt-text_box .box_title.--lounge {
  letter-spacing: 0.04em;
}

.p-facilities-detail__cnt-text_box p {
  max-width: 417px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0;
}

.p-facilities-detail__cnt-text_box .information {
  position: relative;
  padding-top: 25px;
  margin-top: 50px;
}

.p-facilities-detail__cnt-text_box .information::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 95%;
  height: 1px;
  background: #231815;
}

.p-facilities-detail__cnt-text_box .information .information_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
}

.p-facilities-detail__cnt-text_box .information .information_list > div {
  margin-bottom: 10px;
}

.p-facilities-detail__cnt-text_box .information .information_list > div:last-of-type {
  margin-bottom: 0;
}

.p-facilities-detail__cnt-text_box .information .information_list dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.02em;
}

.p-facilities-detail__cnt-text_box .information .information_list dd {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.96;
  letter-spacing: 0.02em;
}

.p-facilities-detail__cnt-img_box {
  width: 55%;
}

.p-facilities-detail#lounge_area {
  padding: 0 0 205px;
}

.p-facilities-other__cnt01 {
  padding-bottom: 155px;
}

.p-facilities-other__cnt01 .l-inner {
  position: relative;
  max-width: 1100px;
  background: #CAC6B6;
  padding: 109px 94px 65px;
}

.p-facilities-other__cnt01 .l-inner::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 118px;
  display: block;
  width: 1px;
  height: 153px;
  background: #231815;
}

.p-facilities-other__cnt01-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-facilities-other__cnt01-g-box {
  width: 47%;
}

.p-facilities-other__cnt01-g-box .box_title {
  font-size: 22.6px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.p-facilities-other__cnt01-g-box .box_title span {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 1em;
}

.p-facilities-other__cnt01-g-box .c-button__link_ptn05 {
  margin: 25px 0 0 auto;
}

.p-facilities-other__cnt02 {
  padding-bottom: 171px;
}

.p-facilities-other__cnt02 .l-inner {
  max-width: 1330px;
}

.p-facilities-other__cnt02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-facilities-other__cnt02-list li {
  width: 32.3%;
}

.p-facilities-other__cnt02-list li figure {
  position: relative;
  margin: 0;
}

.p-facilities-other__cnt02-list li figure figcaption {
  position: absolute;
  left: 28px;
  bottom: 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.14em;
}

.p-facilities-other__cnt02-list li figure figcaption span {
  font-size: 0.8em;
}

.p-facilities-information {
  padding-bottom: 168px;
}

.p-facilities-information .l-inner {
  max-width: 704px;
  background: #FFF;
  padding: 54px 68px 82px;
}

.p-facilities-information__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 32px;
}

.p-facilities-information__list {
  border-bottom: 1px dashed #231815;
  padding: 0 0 15px 26px;
  margin-bottom: 17px;
}

.p-facilities-information__list:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-facilities-information__list li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.12em;
  padding-left: 1.5em;
  text-indent: -0.75em;
}

.p-facilities-information__list li span {
  display: inline-block;
  color: #712A27;
  letter-spacing: 0;
  padding-right: 0.5em;
}

.p-facilities-information__list li span.sp_space {
  display: none !important;
  padding-right: 0 !important;
}

.p-facilities-information__list li.ls02 {
  letter-spacing: 0;
}

/* facilities */

.p-inquiry-faq {
  color: #231815;
}

.p-inquiry-faq .l-inner {
  max-width: 1100px;
}

.p-inquiry-faq__lead {
  margin-bottom: 75px;
}

.p-inquiry-faq__lead p {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-inquiry-faq__lead p.lead_text {
  margin-bottom: 40px;
}

.p-inquiry-faq__lead p a {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.p-inquiry-faq__lead p a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #231815;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-inquiry-faq__list > div {
  border-bottom: 1px solid #231815;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  padding: 35px 0 24px;
}

.p-inquiry-faq__list > div .en {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #7A735B;
  color: #7A735B;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-right: 20px;
}

.p-inquiry-faq__list > div .en.a_title {
  background: #7A735B;
  color: #FFF;
}

.p-inquiry-faq__list > div > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}

.p-inquiry-faq__list > div > dt .q_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 60px);
}

.p-inquiry-faq__list > div > dt .q_title_wrap .title {
  width: calc(100% - 60px);
  line-height: 2.15;
}

.p-inquiry-faq__list > div > dt .q_title_wrap .title .ls06 {
  letter-spacing: -0.03em;
}

.p-inquiry-faq__list > div > dt:hover {
  cursor: pointer;
}

.p-inquiry-faq__list > div > dt .button {
  position: relative;
  top: -5px;
  width: 70px;
}

.p-inquiry-faq__list > div > dt .button::before,
.p-inquiry-faq__list > div > dt .button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 35px;
  width: 1px;
  height: 29px;
  background-color: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-inquiry-faq__list > div > dt .button::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 28px;
  background-color: #231815;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-inquiry-faq__list > div > dt .button::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-inquiry-faq__list > div > dt.active .button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-inquiry-faq__list > div > dd {
  display: none;
}

.p-inquiry-faq__list > div > dd .answer_inner {
  padding: 30px 0 10px;
}

.p-inquiry-faq__list > div > dd .answer_inner .answer_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text {
  width: calc(100% - 60px);
}

.p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text.ls05 {
  letter-spacing: 0.03em;
}

.p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text dl dt {
  font-weight: 500;
}

.p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text dl dd {
  letter-spacing: 0.05em;
}

.p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text ul li:first-letter {
  letter-spacing: 0;
}

.p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text .line_info {
  margin: 25px auto 0;
}

.p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text .line_info .line_title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.86;
  margin-bottom: 0.6em;
}

.p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text .line_info .btn_line_info {
  max-width: 265px;
  width: 100%;
  margin: 0 auto 0 0;
}

.p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text .line_info .btn_line_info a {
  display: block;
  width: 100%;
  background: #712A27;
  border-radius: 24px;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.11em;
  text-align: center;
  padding: 8.2px 20px;
}

.p-inquiry-inquiry_form {
  padding-bottom: 20px;
}

.p-inquiry.confirm .p-inquiry-inquiry_form {
  padding-bottom: 45px;
}

.p-inquiry.complete .p-inquiry-inquiry_form {
  padding-bottom: 0;
}

/* inquiry */

.p-information-category .l-inner {
  max-width: 1052px;
}

.p-information-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 17px 0 11px 4%;
  margin: 0 auto 95px;
}

.p-information-category__list li {
  margin: 0 8%;
}

.p-information-category__list li a {
  position: relative;
  display: block;
  color: #912E29;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.785;
  letter-spacing: 0.12em;
  padding-bottom: 6px;
}

.p-information-category__list li a::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #912E29;
  bottom: 5px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-information-category__list li a.current {
  font-weight: 700;
}

.p-information-category__list li a.current::after {
  width: 100%;
}

.p-information-archive {
  padding-bottom: 155px;
}

.p-information-archive .l-inner {
  max-width: 1100px;
}

.p-information-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7%;
  margin: 0 auto 75px;
}

.p-information-archive__list li {
  width: 28.63%;
  margin-bottom: 65px;
}

.p-information-archive__list li a {
  display: block;
}

.p-information-archive__list li.no_article {
  width: 100%;
  text-align: center;
}

.p-information-archive__list figure {
  aspect-ratio: 315/229;
  margin-bottom: 19px;
}

.p-information-archive__list-box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.p-information-archive__list-box-info .date {
  border-right: 1px solid #231815;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.455;
  letter-spacing: 0.14em;
  padding-right: 20px;
  margin-right: 20px;
}

.p-information-archive__list-box-info .information_category {
  color: #A02323;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.247;
  letter-spacing: 0.06em;
}

.p-information-archive__list-box-article_title {
  color: #231815;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0.02em;
}

/* information */

.p-policy {
  padding-bottom: 155px;
}

.p-policy .lead {
  width: 101%;
  color: #231815;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}

.p-policy-privacypolicy .l-inner {
  max-width: 970px;
}

.p-policy-privacypolicy__cnt .policy_title {
  color: #7A735B;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.125;
  letter-spacing: 0.12em;
  margin-top: 1.8em;
}

.p-policy-privacypolicy__cnt .policy_title:first-of-type {
  margin-top: 0;
}

.p-policy-privacypolicy__cnt .policy_title.ls02 {
  letter-spacing: 0.06em;
}

.p-policy-privacypolicy__cnt p,
.p-policy-privacypolicy__cnt ul li,
.p-policy-privacypolicy__cnt ol li,
.p-policy-privacypolicy__cnt dl dt,
.p-policy-privacypolicy__cnt dl dd {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-policy-privacypolicy__cnt p .ls01,
.p-policy-privacypolicy__cnt ul li .ls01,
.p-policy-privacypolicy__cnt ol li .ls01,
.p-policy-privacypolicy__cnt dl dt .ls01,
.p-policy-privacypolicy__cnt dl dd .ls01 {
  letter-spacing: 0;
}

.p-policy-privacypolicy__cnt .text_big {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 0.04em;
}

.p-policy-privacypolicy__cnt ol li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.p-policy-privacypolicy__cnt ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.p-policy-cancellationpolicy .l-inner {
  max-width: 1100px;
}

.p-policy-cancellationpolicy .lead {
  max-width: 965px;
  margin: 0 auto 65px;
}

.p-policy-cancellationpolicy__cnt table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-word;
  color: #231815;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.14em;
  margin: 0 auto;
}

.p-policy-cancellationpolicy__cnt table th {
  width: 10.3%;
  min-height: 47px;
  background: #A29D8C;
  border-left: 1px solid #7A735B;
  border-right: 1px solid #7A735B;
  border-bottom: 1px solid #7A735B;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.14em;
  text-align: center;
  vertical-align: middle;
  padding: 6px 10px;
  white-space: nowrap;
}

.p-policy-cancellationpolicy__cnt table td {
  width: 6.9%;
  background: #F2F1EF;
  border-right: 1px solid #7A735B;
  border-bottom: 1px solid #7A735B;
  text-align: center;
  vertical-align: middle;
  padding: 11.5px 3px;
}

.p-policy-cancellationpolicy__cnt table .color01 {
  background: #CAC7BD;
}

.p-policy-cancellationpolicy__cnt table tr:first-of-type th {
  border-top: 1px solid #7A735B;
}

.p-policy-cancellationpolicy__cnt table tr:first-of-type td {
  background: #CAC7BD;
  border-top: 1px solid #7A735B;
}

/* policy */

.p-rooms .area_line01 {
  width: 100%;
  position: relative;
}

.p-rooms .area_line01::before,
.p-rooms .area_line01::after {
  content: "";
  position: absolute;
  display: block;
  width: 87.44%;
  height: 1px;
  background: #231815;
}

.p-rooms .area_line01::before {
  top: 0;
  right: 0;
}

.p-rooms .area_line01::after {
  bottom: 0;
  left: 0;
}

.p-rooms .area_line02 {
  width: 100%;
  position: relative;
}

.p-rooms .area_line02::after {
  content: "";
  position: absolute;
  display: block;
  width: 87.44%;
  height: 1px;
  background: #231815;
}

.p-rooms .area_line02::after {
  bottom: 0;
  right: 0;
}

.p-rooms .area_line02.--leftline::after {
  right: auto;
  left: 0;
}

.p-rooms-introduction {
  padding: 135px 0 145px;
}

.p-rooms-introduction .l-inner {
  max-width: 650px;
}

.p-rooms-introduction p {
  color: #231815;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-rooms-introduction .c-button__link_ptn07 {
  margin-top: 45px;
}

.p-rooms-detail01 {
  padding: 167px 0 187px;
}

.p-rooms-detail01 .l-inner {
  max-width: 1720px;
  width: 100%;
}

.p-rooms-detail01 .c-cnt_block__ptn02 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap .box_title {
  margin-bottom: 25px;
}

.p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap p {
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap .privilege {
  margin-top: 0;
}

.p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap .privilege .privilege_title {
  font-size: 16px;
}

.p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap .privilege ul li {
  font-size: 16px;
  line-height: 1.56;
}

.p-rooms-detail02 {
  padding: 153px 0 165px;
}

.p-rooms-detail02 .c-cnt_block__ptn03 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 152px;
}

.p-rooms-detail02 .c-cnt_block__ptn03:last-of-type {
  margin-bottom: 0;
}

.p-rooms-detail02 .c-cnt_block__ptn03 .text_box p {
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.p-rooms-detail02 .l-inner {
  max-width: 1304px;
  width: 100%;
}

.p-rooms-detail03 {
  padding-bottom: 140px;
  overflow-x: hidden;
}

.p-rooms-detail03 .l-inner {
  max-width: 1100px;
  width: 94%;
}

.p-rooms-detail03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #231815;
}

.p-rooms-detail03__list li {
  width: 46.18%;
  margin-bottom: 130px;
}

.p-rooms-detail03__list li figure {
  margin-bottom: 30px;
}

.p-rooms-detail03__list li .text_box .list_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.14em;
  margin-bottom: 13px;
}

.p-rooms-detail03__list li .text_box .list_title .text_small {
  font-size: 0.7em;
}

.p-rooms-detail03__list li .text_box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

.p-rooms-detail03__list li .text_box p.ls01 {
  letter-spacing: -0.04em;
}

.p-rooms-information {
  background: #FFF;
  padding: 100px 0;
}

.p-rooms-information .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1330px;
  width: 90%;
}

.p-rooms-information__left {
  width: 18%;
  padding-left: 1.2%;
}

.p-rooms-information__right {
  width: 79.7%;
}

.p-rooms-information__title {
  color: #231815;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.14em;
}

.p-rooms-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-rooms-information__list > li {
  width: 33.3%;
  border-right: 1px solid #211815;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0 1em 0 8.2%;
}

.p-rooms-information__list > li:last-child {
  border-right: none;
}

/* rooms */

.p-sightseeing {
  color: #231815;
}

.p-sightseeing-main_slider {
  padding: 144px 0 173px;
}

.p-sightseeing-main_slider .l-inner {
  max-width: 1720px;
  width: 100%;
}

.p-sightseeing-detail01 {
  padding-bottom: 120px;
}

.p-sightseeing-detail01#sightseeing_detail04 {
  padding-bottom: 150px;
}

.p-sightseeing-detail01 .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
}

.p-sightseeing-detail01__text_box {
  width: 38.18%;
}

.p-sightseeing-detail01__text_box.--mt01 {
  margin-top: -15px;
}

.p-sightseeing-detail01__text_box .box_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0.14em;
  margin-bottom: 38px;
}

.p-sightseeing-detail01__text_box .box_title.--title02 {
  margin-bottom: 25px;
}

.p-sightseeing-detail01__text_box .lead {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

.p-sightseeing-detail01__text_box .detail_text {
  max-width: 405px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0.06em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-sightseeing-detail01__text_box .note_list {
  border-top: 1px solid #231815;
  padding-top: 25px;
  margin-top: 25px;
}

.p-sightseeing-detail01__text_box .note_list li {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-sightseeing-detail01__text_box .btn_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 395px;
  margin: 70px 0 0;
}

.p-sightseeing-detail01__text_box .btn_g .c-button__link_ptn06:first-of-type {
  max-width: 192px;
  width: 48.6%;
}

.p-sightseeing-detail01__text_box .btn_g .c-button__link_ptn06:last-of-type {
  max-width: 161px;
  width: 40.76%;
}

.p-sightseeing-detail01__img_box {
  width: 56.18%;
}

.p-sightseeing-detail02 {
  padding-bottom: 20px;
}

.p-sightseeing-detail02 .l-inner {
  max-width: 1100px;
}

.p-sightseeing-detail02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.5%;
}

.p-sightseeing-detail02__list li {
  width: 30.2%;
  margin-bottom: 85px;
}

.p-sightseeing-detail02__list li figure {
  margin: 0 auto 25px;
}

.p-sightseeing-detail02__list li .text_box .list_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.88;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 10px;
}

.p-sightseeing-detail02__list li .text_box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.02em;
}

.p-sightseeing-detail02__list li .text_box p.ls01 {
  letter-spacing: 0;
}

.p-sightseeing-detail02__list li .text_box p.ls02 {
  letter-spacing: -0.02em;
}

.p-sightseeing-detail03 {
  padding-bottom: 140px;
}

.p-sightseeing-detail03 .l-inner {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #231815;
  padding-bottom: 123px;
}

.p-sightseeing-detail03__img_box {
  width: 65.1%;
}

.p-sightseeing-detail03__text_box {
  width: 30%;
  padding-bottom: 28px;
}

.p-sightseeing-detail03__text_box .box_title {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0.06em;
  margin-bottom: 23px;
}

.p-sightseeing-detail03__text_box p {
  width: 102%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-sightseeing-servise {
  padding-bottom: 116px;
}

.p-sightseeing-servise .l-inner {
  max-width: 1100px;
  background: #FFF;
  padding: 43px 104px 50px 81px;
}

.p-sightseeing-servise__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 10px;
}

.p-sightseeing-servise .note_text {
  font-size: 15.3px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 33px;
}

.p-sightseeing-servise__g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-sightseeing-servise__g-box .box_title {
  position: relative;
  font-size: 17.4px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.p-sightseeing-servise__g-box .box_title span {
  position: relative;
  display: inline-block;
  background: #FFF;
  padding-right: 0.2em;
  z-index: 1;
}

.p-sightseeing-servise__g-box .box_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #231815;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-sightseeing-servise__g-box p {
  color: #231815;
  font-size: 15.3px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.04em;
}

.p-sightseeing-servise__g-box p.ls01 {
  width: 102%;
  letter-spacing: 0;
}

.p-sightseeing-servise__g-box.box01 {
  width: 38%;
}

.p-sightseeing-servise__g-box.box02 {
  width: 53.2%;
}

/* sightseeing */

.p-top-mv {
  width: 100%;
  max-height: 890px;
  height: 51.744vw;
  overflow: hidden;
  margin-top: 80px;
}

.p-top-mv__bg figure {
  margin: 0;
}

.p-top-mv .l-inner {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1720px;
  width: 100%;
  max-height: 890px;
  height: 51.744vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.p-top-mv .l-inner .title_wrap {
  position: relative;
  height: 100%;
}

.p-top-mv__title {
  position: absolute;
  top: 460px;
  right: 75px;
  color: #FFF;
  z-index: 1;
}

.p-top-mv__title .sub_text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.03;
  letter-spacing: 0.31em;
  text-align: center;
  margin-bottom: 32px;
}

.p-top-mv__title .vertical_cnt {
  display: block;
  max-width: 106px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 6.163vw;
  height: 295px;
  margin: 0 auto;
}

.p-top-mv__title .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.97;
  letter-spacing: -0.055em;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}

.p-top-reservation {
  padding: 54px 0 57px;
}

.p-top-reservation .l-inner {
  max-width: 1182px;
}

.p-top-reservation .c-title__ptn06 {
  padding: 0 0 35px;
}

.p-top-about {
  background: url(../img/top/img_top01.png) no-repeat center bottom;
  background-size: cover;
  padding: 132px 0 250px;
  margin: 0;
}

.p-top-about .l-inner {
  max-width: 970px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-top-about__left {
  position: relative;
  width: 27.8%;
  padding-right: 5.6%;
}

.p-top-about__left .c-title__ptn01 {
  top: -40px;
  right: 42px;
  width: 30px;
  height: 75px;
}

.p-top-about__left .lead {
  height: 12.5em;
  color: #FFF;
  font-size: 40px;
  line-height: 2.1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-right: 10px;
  margin-bottom: 35px;
}

.p-top-about__right {
  width: 54.3%;
  padding-left: 2.9%;
  text-align: right;
}

.p-top-about__right .text_box p {
  height: 29em;
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 2.7;
  letter-spacing: 0.12em;
  margin-left: 2.8em;
}

.p-top-about__right .text_box p:last-of-type {
  margin-left: 0;
}

.p-top-information {
  padding-bottom: 120px;
}

.p-top-information .l-inner {
  max-width: 1180px;
}

.p-top-information .c-title__ptn06 {
  color: #000000;
  padding: 105px 0 65px;
}

.p-top-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7%;
  margin-bottom: 65px;
}

.p-top-information__list li {
  width: 22.88%;
}

.p-top-information__list li a {
  display: block;
}

.p-top-information__list figure {
  aspect-ratio: 270/195;
  margin-bottom: 25px;
}

.p-top-information__list-box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.p-top-information__list-box-info .date {
  border-right: 1px solid #231815;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.14em;
  padding-right: 13px;
  margin-right: 13px;
}

.p-top-information__list-box-info .information_category {
  color: #A02323;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.06em;
}

.p-top-information__list-box-article_title {
  color: #231815;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.02em;
}

.p-top-information .c-button__link_ptn02 {
  margin: 0 auto;
}

/* top */

.sp {
  display: none;
}

.pc {
  display: block;
}

/* ==========================================================================
  Foundation
============================================================================*/

/* ==========================================================================
  layout
============================================================================*/

/* ==========================================================================
  object
============================================================================*/

@media screen and (max-width: 1720px) {
  .l-footer__language {
    margin-right: 8.721vw;
  }

  .l-footer-bottom__copy {
    padding-right: 7.733vw;
  }

  .l-footer-bottom .logo_hta {
    width: 5.523vw;
  }

  .l-header .btn_reservation a {
    font-size: clamp(10px, 1.28vw, 22px);
  }

  .c-button__link_ptn07.--bottom {
    margin: 9.3vw auto;
  }

  .c-cnt_block__ptn01-cnt-title {
    font-size: clamp(30px, 2.326vw, 40px);
    margin-bottom: 5.814vw;
  }

  .c-cnt_block__ptn01-cnt-title.--sightseeing {
    margin-bottom: 3.198vw;
  }

  .c-cnt_block__ptn01-cnt .text_box {
    margin-bottom: 3.198vw;
  }

  .c-cnt_block__ptn01-cnt .text_box.--cuisine {
    margin-bottom: 5.814vw;
  }

  .c-cnt_block__ptn01-cnt .text_box.--facilities {
    margin-bottom: 8.14vw;
  }

  .c-cnt_block__ptn01-cnt .text_box.--sightseeing {
    margin-bottom: 5.814vw;
  }

  .c-cnt_block__ptn01-cnt .text_box p {
    font-size: clamp(14px, 0.988vw, 17px);
  }

  .c-cnt_block__ptn01-cnt.--lower_cnt .c-cnt_block__ptn01-cnt-title {
    margin-bottom: 8.14vw;
  }

  .c-cnt_block__ptn01-cnt.--lower_cnt .c-cnt_block__ptn01-cnt-title.--sightseeing {
    margin-bottom: 5.814vw;
  }

  .c-cnt_block__ptn02 .img_box .swiper-button-prev,
  .c-cnt_block__ptn02 .img_box .swiper-button-next {
    height: 4.302vw;
    width: 2.151vw;
  }

  .c-cnt_block__ptn02 .img_box .swiper-button-prev:after,
  .c-cnt_block__ptn02 .img_box .swiper-button-next:after {
    height: 4.302vw;
    width: 2.151vw;
  }

  .c-cnt_block__ptn02 .text_box p {
    font-size: clamp(14px, 0.93vw, 16px);
    margin-bottom: 4.36vw;
  }

  .c-cnt_block__ptn02 .text_box .privilege {
    padding-top: 1.453vw;
    margin-top: 5.116vw;
  }

  .c-cnt_block__ptn02 .text_box .privilege .privilege_title {
    font-size: clamp(15px, 1.163vw, 20px);
    margin-bottom: 0.291vw;
  }

  .c-cnt_block__ptn02 .text_box .privilege ul li {
    font-size: clamp(15px, 0.988vw, 17px);
  }

  .c-cnt_block__ptn02 .box_title {
    font-size: clamp(23px, 1.744vw, 30px);
    margin: 0.872vw 0 2.5vw;
  }

  .c-cnt_block__ptn02 .box_title.--ptn02 {
    font-size: clamp(22px, 1.744vw, 30px);
    margin-bottom: 1.453vw;
  }

  .c-cnt_block__ptn03 .img_box .swiper-button-prev,
  .c-cnt_block__ptn03 .img_box .swiper-button-next {
    height: 3.43vw;
    width: 1.744vw;
  }

  .c-cnt_block__ptn03 .img_box .swiper-button-prev:after,
  .c-cnt_block__ptn03 .img_box .swiper-button-next:after {
    height: 3.43vw;
    width: 1.744vw;
  }

  .c-cnt_block__ptn03 .text_box p {
    font-size: clamp(14px, 0.93vw, 16px);
    margin-bottom: 3.198vw;
  }

  .c-cnt_block__ptn03 .text_box p.--mb02 {
    margin-bottom: 4.36vw;
  }

  .c-cnt_block__ptn03 .box_title {
    font-size: clamp(23px, 1.744vw, 30px);
    margin-bottom: 1.453vw;
  }

  .c-cnt_block__ptn03 .box_title.--ptn02 {
    font-size: clamp(21px, 1.744vw, 30px);
    margin-bottom: 2.326vw;
  }

  .c-cnt_block__slider_ptn03 .swiper-button-prev,
  .c-cnt_block__slider_ptn03 .swiper-button-next {
    height: 4.302vw;
    width: 2.151vw;
  }

  .c-cnt_block__slider_ptn03 .swiper-button-prev {
    left: 2.326vw;
  }

  .c-cnt_block__slider_ptn03 .swiper-button-next {
    right: 2.326vw;
  }

  .c-cnt_block__slider_ptn03 .swiper-button-prev:after,
  .c-cnt_block__slider_ptn03 .swiper-button-next:after {
    height: 4.302vw;
    width: 2.151vw;
  }

  .c-form__area-information .contact_box {
    padding: 2.965vw 3.023vw 2.326vw;
  }

  .c-nav__list > li > a {
    font-size: clamp(10px, 0.814vw, 14px);
  }

  .c-title__ptn03 {
    font-size: clamp(26px, 1.744vw, 30px);
    margin-bottom: 7.267vw;
  }

  .c-title__ptn04 {
    top: -3.198vw;
    right: 2.907vw;
  }

  .c-title__ptn04-title {
    font-size: clamp(30px, 2.355vw, 40.5px);
  }

  .c-title__ptn05 {
    font-size: clamp(20px, 1.453vw, 25px);
    margin-bottom: 3.488vw;
  }

  .c-title__ptn06 {
    font-size: clamp(20px, 1.744vw, 30px);
  }

  .c-reservation-form .tabs .tab-trigger#tabTrigger01::after {
    right: -2.267vw;
  }

  .p-access-transportation-title {
    margin-bottom: 5.814vw;
  }

  .p-access-transportation__information {
    margin-bottom: 6.105vw;
  }

  .p-access-transportation__information .info .info_title {
    font-size: clamp(18px, 1.163vw, 20px);
  }

  .p-access-transportation__information .info .add {
    font-size: clamp(15px, 0.988vw, 17px);
  }

  .p-access-transportation__information .info .g_link a {
    font-size: clamp(15px, 0.988vw, 17px);
  }

  .p-access-transportation__cnt-title {
    font-size: clamp(23px, 1.453vw, 25px);
  }

  .p-access-transportation__cnt-title.--parking {
    font-size: clamp(20px, 1.279vw, 22px);
  }

  .p-access-transportation__cnt-parking {
    padding: 52px 4.07vw 2.907vw;
  }

  .p-access-transportation__cnt-parking .info_g .text_box p {
    font-size: clamp(13px, 0.872vw, 15px);
  }

  .p-access-transportation__cnt-parking .info_g .text_box p.note {
    font-size: clamp(12px, 0.814vw, 14px);
  }

  .p-access-transportation__cnt-service {
    padding: 2.733vw 2.791vw 2.616vw 3.43vw;
  }

  .p-access-transportation__cnt-service-title {
    font-size: clamp(23px, 1.453vw, 25px);
  }

  .p-access-transportation__cnt-service .info_g .left_box .place {
    font-size: clamp(14px, 0.884vw, 15.2px);
  }

  .p-access-transportation__cnt-service .info_g .left_box p {
    font-size: clamp(13px, 0.884vw, 15.2px);
  }

  .p-access-transportation__cnt-service .info_g .right_box p {
    font-size: clamp(11px, 0.826vw, 14.2px);
  }

  .p-access-transportation__cnt-service .info_g .right_box p.tel {
    font-size: clamp(20.5px, 1.744vw, 30px);
  }

  .p-access-transportation__cnt-service .info_g .right_box .inquiries {
    font-size: clamp(12px, 0.756vw, 13px);
  }

  .p-cuisine-detail01 {
    padding: 9.128vw 0 14.535vw;
  }

  .p-cuisine-detail01 .c-cnt_block__ptn02 {
    padding-bottom: 4.36vw;
  }

  .p-cuisine-detail02 {
    padding-bottom: 10.407vw;
  }

  .p-cuisine-detail03__title_wrap {
    padding: 3.198vw 32.674vw 2.791vw 5.756vw;
  }

  .p-cuisine-detail03__title_wrap .title {
    font-size: clamp(20px, 1.453vw, 25px);
  }

  .p-cuisine-detail03__cnt-img_box figure {
    top: -8.488vw;
  }

  .p-cuisine-detail03__cnt-text_box {
    padding: 3.488vw 4.07vw 2.326vw 5.756vw;
  }

  .p-cuisine-restaurant__title_cnt {
    padding: 2.5vw 0 1.744vw;
    margin-bottom: 6.57vw;
  }

  .p-cuisine-restaurant__title_cnt .cnt_wrap .title {
    font-size: clamp(30px, 2.326vw, 40px);
  }

  .p-cuisine-restaurant__title_cnt .cnt_wrap p {
    font-size: clamp(20px, 1.57vw, 27px);
  }

  .p-cuisine-restaurant__detail {
    padding-bottom: 4.651vw;
  }

  .p-cuisine-restaurant__detail-cnt .title {
    font-size: clamp(23px, 1.744vw, 30px);
  }

  .p-cuisine-restaurant__detail-cnt .note {
    font-size: clamp(14px, 0.988vw, 17px);
    margin-bottom: 1.163vw;
  }

  .p-cuisine-restaurant__detail-cnt .lead {
    font-size: clamp(16px, 1.163vw, 20px);
    margin-bottom: 1.279vw;
  }

  .p-cuisine-restaurant__detail-cnt .detail {
    font-size: clamp(14px, 0.988vw, 17px);
  }

  .p-facilities-detail {
    padding: 9.535vw 0 11.047vw;
  }

  .p-facilities-detail__title {
    font-size: clamp(30px, 2.326vw, 40px);
  }

  .p-facilities-detail__cnt-text_box .box_title {
    font-size: clamp(21px, 1.57vw, 27px);
  }

  .p-facilities-detail__cnt-text_box p {
    font-size: clamp(14px, 0.93vw, 16px);
  }

  .p-facilities-detail__cnt-text_box .information .information_title {
    font-size: clamp(16px, 1.163vw, 20px);
  }

  .p-facilities-detail__cnt-text_box .information .information_list dt {
    font-size: clamp(15px, 1.047vw, 18px);
  }

  .p-facilities-detail__cnt-text_box .information .information_list dd {
    font-size: clamp(11px, 0.872vw, 15px);
  }

  .p-facilities-detail#lounge_area {
    padding: 0 0 11.919vw;
  }

  .p-facilities-other__cnt01 {
    padding-bottom: 9.012vw;
  }

  .p-facilities-other__cnt01 .l-inner {
    padding: 109px 5.465vw 65px;
  }

  .p-facilities-other__cnt01 .l-inner::before {
    left: 6.86vw;
  }

  .p-facilities-other__cnt01-g-box .box_title {
    font-size: clamp(18px, 1.314vw, 22.6px);
  }

  .p-facilities-other__cnt02 {
    padding-bottom: 9.942vw;
  }

  .p-facilities-other__cnt02-list li figure figcaption {
    left: 1.628vw;
    bottom: 0.581vw;
    font-size: clamp(13px, 1.163vw, 20px);
  }

  .p-facilities-information {
    padding-bottom: 9.767vw;
  }

  .p-facilities-information .l-inner {
    padding: 3.14vw 3.953vw 4.767vw;
  }

  .p-facilities-information__title {
    font-size: clamp(20px, 1.453vw, 25px);
  }

  .p-facilities-information__list li {
    font-size: clamp(14px, 0.872vw, 15px);
  }

  .p-inquiry-faq__lead p {
    font-size: clamp(15px, 0.988vw, 17px);
  }

  .p-rooms-detail01 {
    padding: 9.709vw 0 10.872vw;
  }

  .p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap .box_title {
    margin-bottom: 1.453vw;
  }

  .p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap .privilege .privilege_title {
    font-size: clamp(14px, 0.93vw, 16px);
  }

  .p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap .privilege ul li {
    font-size: clamp(14px, 0.93vw, 16px);
  }

  .p-rooms-detail02 {
    padding: 8.895vw 0 9.593vw;
  }

  .p-rooms-detail02 .c-cnt_block__ptn03 {
    margin-bottom: 8.837vw;
  }

  .p-rooms-detail03 {
    padding-bottom: 9.884vw;
  }

  .p-rooms-detail03__list li .text_box .list_title {
    font-size: clamp(23px, 1.744vw, 30px);
    margin-bottom: 0.756vw;
  }

  .p-rooms-detail03__list li .text_box p {
    font-size: clamp(14px, 0.93vw, 16px);
  }

  .p-rooms-information__title {
    font-size: clamp(23px, 1.744vw, 30px);
  }

  .p-rooms-information__list > li {
    font-size: clamp(12px, 0.872vw, 15px);
  }

  .p-sightseeing-main_slider {
    padding: 8.372vw 0 10.058vw;
  }

  .p-sightseeing-detail01 {
    padding-bottom: 6.977vw;
  }

  .p-sightseeing-detail01#sightseeing_detail04 {
    padding-bottom: 8.721vw;
  }

  .p-sightseeing-detail01__text_box .box_title {
    font-size: clamp(23px, 1.744vw, 30px);
    margin-bottom: 2.209vw;
  }

  .p-sightseeing-detail01__text_box .box_title.--title02 {
    margin-bottom: 1.453vw;
  }

  .p-sightseeing-detail01__text_box .lead {
    font-size: clamp(15px, 1.105vw, 19px);
    margin-bottom: 1.744vw;
  }

  .p-sightseeing-detail01__text_box .detail_text {
    font-size: clamp(14px, 0.988vw, 16px);
  }

  .p-sightseeing-detail01__text_box .note_list {
    padding-top: 1.453vw;
    margin-top: 1.744vw;
  }

  .p-sightseeing-detail01__text_box .note_list li {
    font-size: clamp(13px, 0.872vw, 15px);
  }

  .p-sightseeing-detail02__list li .text_box .list_title {
    font-size: clamp(15px, 1.047vw, 18px);
  }

  .p-sightseeing-detail03 {
    padding-bottom: 8.14vw;
  }

  .p-sightseeing-detail03 .l-inner {
    padding-bottom: 7.151vw;
  }

  .p-sightseeing-detail03__text_box .box_title {
    font-size: clamp(23px, 1.744vw, 30px);
  }

  .p-sightseeing-detail03__text_box p {
    font-size: clamp(14px, 0.93vw, 16px);
  }

  .p-sightseeing-servise .l-inner {
    padding: 2.5vw 6.047vw 2.907vw 4.709vw;
  }

  .p-sightseeing-servise__title {
    font-size: clamp(20px, 1.453vw, 25px);
  }

  .p-sightseeing-servise .note_text {
    font-size: clamp(14px, 0.89vw, 15.3px);
  }

  .p-sightseeing-servise__g-box .box_title {
    font-size: clamp(15px, 1.012vw, 17.4px);
  }

  .p-sightseeing-servise__g-box p {
    font-size: clamp(13px, 0.89vw, 15.3px);
  }

  .p-top-mv__title {
    top: 26.744vw;
    right: 4.36vw;
  }

  .p-top-mv__title .sub_text {
    font-size: 1.047vw;
    margin-bottom: 1.86vw;
  }

  .p-top-mv__title .vertical_cnt {
    height: 17.151vw;
  }

  .p-top-mv__title .main {
    font-size: 1.57vw;
  }

  .p-top-about__left .lead {
    font-size: clamp(30px, 2.326vw, 40px);
    padding-right: 0.581vw;
  }

  .p-top-about__right .text_box p {
    font-size: clamp(14px, 0.988vw, 17px);
  }
}

@media screen and (max-width: 1480px) {
  .p-cuisine-detail03__cnt-text_box p {
    font-size: clamp(14px, 1.081vw, 16px);
  }
}

@media screen and (max-width: 1360px) {
  .c-cnt_block__ptn03 .text_box {
    margin-right: 2%;
  }

  .c-cnt_block__ptn03.--reverse .text_box {
    margin-left: 2%;
  }
}

@media screen and (max-width: 1280px) {
  .l-footer-bnr {
    width: 35.2%;
    margin-bottom: 80px;
  }

  .l-footer-left {
    margin-left: 0;
  }

  .l-footer-left__info-ad {
    font-size: clamp(11px, 1.016vw, 13px);
  }

  .l-footer-left__info-tel {
    font-size: clamp(18px, 2.15vw, 27.5px);
  }

  .l-footer__nav > li ul > li a {
    font-size: clamp(11px, 1.094vw, 14px);
  }

  .l-footer__nav > li.list04 ul li a {
    font-size: clamp(10px, 1.016vw, 13px);
  }

  .l-footer-bottom {
    width: 90%;
  }

  .l-header__left {
    width: 22%;
  }

  .l-header__logo {
    width: 65%;
    margin-left: 4%;
  }

  .l-header__language {
    width: 21%;
    margin-left: 10%;
  }

  .l-header__language li a {
    font-size: clamp(10px, 1.016vw, 13px);
  }

  .l-header__menu {
    width: 78%;
  }

  .l-header .btn_reservation {
    width: 15%;
  }

  .l-inner {
    width: 90%;
  }

  .c-button__link_ptn01 a {
    font-size: clamp(21px, 1.953vw, 25px);
  }

  .c-button__link_ptn02 a {
    font-size: clamp(13px, 1.172vw, 15px);
  }

  .c-button__link_ptn03 a {
    font-size: clamp(13px, 1.172vw, 15px);
  }

  .c-button__link_ptn04 a {
    font-size: clamp(13px, 1.172vw, 15px);
  }

  .c-button__link_ptn05 a {
    font-size: clamp(13.5px, 0.993vw, 14.7px);
  }

  .c-button__link_ptn06 a {
    font-size: clamp(12px, 1.094vw, 14px);
  }

  .c-button__link_ptn06 a::after {
    top: 4px;
  }

  .c-button__link_ptn07 a {
    font-size: clamp(13px, 1.172vw, 15px);
  }

  .c-cnt_block__ptn02 .text_box .text_wrap {
    max-width: none;
    width: 90%;
  }

  .c-cnt_block__ptn02 .box_title {
    margin-top: 0;
  }

  .c-cnt_block__ptn02 .box_title.--ptn02 {
    width: 105%;
    letter-spacing: 0.06em;
  }

  .c-cnt_block__ptn03 .text_box {
    width: 29%;
  }

  .c-cnt_block__ptn03 .text_box .text_wrap {
    max-width: none;
  }

  .c-cnt_block__ptn03 .box_title.--ptn02 {
    width: 105%;
    letter-spacing: 0.07em;
  }

  .c-cnt_block__ptn03.--reverse .text_box .text_wrap {
    max-width: none;
    width: 90%;
  }

  .c-form__area-information .lead {
    font-size: clamp(15px, 1.328vw, 17px);
  }

  .c-form__area-information .note_list li {
    font-size: clamp(13px, 1.094vw, 14px);
  }

  .c-form__area-information .contact_box p {
    font-size: clamp(13px, 1.094vw, 14px);
  }

  .c-form__area-information .contact_box p.tel {
    font-size: clamp(35px, 3.125vw, 40px);
  }

  .c-form.confirm .c-form__area .c-form__confirm_area p {
    font-size: clamp(15px, 1.328vw, 17px);
  }

  .c-form.confirm .c-form__area .c-form__confirm_area p .note {
    font-size: clamp(13px, 1.094vw, 14px);
  }

  .c-form.confirm .c-form__area form .info_g .item .text_input {
    padding-right: 10px;
  }

  .c-form.complete .c-form__complete_area .c-form__complete_area-title {
    font-size: 16px;
  }

  .c-nav__list > li {
    margin: 0 1.5%;
  }

  .c-title__ptn02 {
    font-size: clamp(26px, 2.344vw, 30px);
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form label {
    font-size: 11px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn01 a {
    font-size: 12px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn02 a {
    font-size: clamp(13px, 1.141vw, 14.6px);
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl dt {
    font-size: 11px;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner ul li a {
    font-size: 12px;
  }

  .p-access-transportation-title .lead {
    font-size: clamp(15px, 1.328vw, 17px);
  }

  .p-access-transportation__information .g_map iframe {
    height: auto;
    aspect-ratio: 777/400;
  }

  .p-cuisine-restaurant__detail-cnt .lead.--ls01 {
    width: 103%;
    letter-spacing: 0;
  }

  .p-facilities-detail .note_text {
    font-size: clamp(14px, 1.328vw, 17px);
  }

  .p-facilities-other__cnt01 .l-inner {
    padding-bottom: 50px;
  }

  .p-inquiry-faq__list > div {
    font-size: clamp(13px, 1.172vw, 15px);
  }

  .p-information-category__list li {
    margin: 0 5%;
  }

  .p-information-archive__list-box-info .date {
    font-size: clamp(10px, 0.938vw, 12px);
    letter-spacing: 0;
    padding-right: 10px;
    margin-right: 10px;
  }

  .p-information-archive__list-box-info .information_category {
    font-size: clamp(12px, 1.094vw, 14px);
    letter-spacing: 0;
  }

  .p-information-archive__list-box-article_title {
    font-size: clamp(13px, 1.172vw, 15px);
  }

  .p-policy .lead {
    font-size: clamp(15px, 1.328vw, 17px);
  }

  .p-policy-privacypolicy__cnt .policy_title {
    font-size: clamp(14px, 1.25vw, 16px);
  }

  .p-policy-privacypolicy__cnt p,
  .p-policy-privacypolicy__cnt ul li,
  .p-policy-privacypolicy__cnt ol li,
  .p-policy-privacypolicy__cnt dl dt,
  .p-policy-privacypolicy__cnt dl dd {
    font-size: clamp(13px, 1.094vw, 14px);
  }

  .p-policy-privacypolicy__cnt .text_big {
    font-size: clamp(13px, 1.172vw, 15px);
  }

  .p-policy-cancellationpolicy__cnt table {
    font-size: clamp(10px, 1.016vw, 13px);
  }

  .p-policy-cancellationpolicy__cnt table th {
    font-size: clamp(10px, 1.016vw, 13px);
    letter-spacing: 0;
  }

  .p-rooms-introduction p {
    font-size: clamp(15px, 1.328vw, 17px);
  }

  .p-rooms-introduction .c-button__link_ptn07 {
    margin-top: 3.52vw;
  }

  .p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap p {
    margin-bottom: 2.73vw;
  }

  .p-rooms-information__left {
    padding-left: 0;
  }

  .p-rooms-information__list > li {
    letter-spacing: 0;
    padding-left: 4%;
  }

  .p-sightseeing-detail01__text_box .btn_g {
    margin-top: 40px;
  }

  .p-sightseeing-detail02__list li .text_box p {
    font-size: clamp(12px, 1.094vw, 14px);
  }

  .p-top-information__list-box-info .date {
    font-size: 10px;
    letter-spacing: 0;
    padding-right: 6px;
    margin-right: 6px;
  }

  .p-top-information__list-box-info .information_category {
    font-size: 10px;
    letter-spacing: 0;
  }

  .p-top-information__list-box-article_title {
    font-size: clamp(13px, 1.172vw, 15px);
  }
}

@media screen and (max-width: 1024px) {
  .l-header__language {
    margin-left: 6%;
  }

  .l-header__menu {
    width: 85%;
  }

  .l-header .btn_reservation {
    width: 10%;
  }

  .c-cnt_block__ptn01 figure {
    width: 70%;
  }

  .c-cnt_block__ptn01-cnt {
    width: 30%;
  }

  .c-nav__list {
    width: 90%;
  }

  .c-nav__list > li > a {
    letter-spacing: 0.02em;
  }

  .c-nav__list > li.sns_link {
    margin-right: 2%;
  }

  .c-pagetop {
    right: 20px;
  }

  .c-reservation-form {
    padding-right: 0;
  }

  .c-reservation-form .tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-reservation-form .tabs .tab-trigger#tabTrigger01 {
    width: 56px;
    margin-right: 60px;
  }

  .c-reservation-form .tabs .tab-trigger#tabTrigger01::before {
    width: 57px;
    height: 38px;
  }

  .c-reservation-form .tabs .tab-trigger#tabTrigger01::after {
    right: -40px;
  }

  .c-reservation-form .tabs .tab-trigger#tabTrigger02 {
    width: 120px;
  }

  .c-reservation-form .tabs .tab-content {
    width: 100%;
    padding-top: 34px;
    margin: 0 auto;
  }

  .p-cuisine-restaurant__title_cnt .cnt_wrap p {
    letter-spacing: 0;
  }

  .p-top-about__left .c-title__ptn01 {
    right: 3.281vw;
  }
}

@media screen and (max-width: 1000px) {
  .p-cuisine-detail03__title_wrap {
    padding-right: 45.14vw;
  }

  .p-facilities-detail#lounge_area {
    padding: 0 0 15vw;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }

  main.under_page {
    padding-top: 60px;
  }

  .section_link {
    scroll-margin-top: var(--navbar-height_sp);
  }

  .l-footer {
    padding: 50px 0 0;
  }

  .l-footer .l-inner {
    display: block;
    width: 100%;
  }

  .l-footer .l-inner.--footer_bnr_cnt {
    width: calc(100% - 8vw);
  }

  .l-footer-bnr {
    width: 100%;
    margin-bottom: 60px;
  }

  .l-footer-left {
    width: 100%;
    text-align: center;
    margin: 0 auto 37px;
  }

  .l-footer-left__logo {
    max-width: 267px;
    margin: 0 auto 60px;
  }

  .l-footer-left__info {
    width: 90%;
    margin: 0 auto;
  }

  .l-footer-left__info-ad {
    font-size: 13px;
    margin: 0 0 15px;
  }

  .l-footer-left__info-ad span {
    display: inline-block;
    margin-left: 1em;
  }

  .l-footer-left__info-tel {
    font-size: 27.5px;
    margin: 0 0 5px;
  }

  .l-footer-right {
    width: 100%;
  }

  .l-footer__nav {
    display: block;
    margin: 0 auto 36px;
  }

  .l-footer__nav > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-footer__nav > li ul > li {
    width: 50%;
    border-bottom: 1px solid #FFF;
    padding-left: 0;
    margin: 0;
  }

  .l-footer__nav > li ul > li:nth-child(odd) {
    border-right: 1px solid #FFF;
  }

  .l-footer__nav > li ul > li a {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 18px 0;
  }

  .l-footer__nav > li ul > li a::after {
    display: none;
  }

  .l-footer__nav > li.list01 {
    width: 100%;
  }

  .l-footer__nav > li.list01 ul li:nth-child(-n+2) {
    border-top: 1px solid #FFF;
  }

  .l-footer__nav > li.list02 {
    width: 100%;
  }

  .l-footer__nav > li.list02 ul li:nth-child(even) {
    border-right: 1px solid #FFF;
  }

  .l-footer__nav > li.list02 ul li:nth-child(odd) {
    border-right: none;
  }

  .l-footer__nav > li.list03 {
    width: 100%;
    border-bottom: 1px solid #FFF;
  }

  .l-footer__nav > li.list03 li:nth-child(even) {
    border-right: 1px solid #FFF;
  }

  .l-footer__nav > li.list03 li:nth-child(3) {
    border-right: none;
  }

  .l-footer__nav > li.list03 li:last-child {
    border-bottom: none;
  }

  .l-footer__nav > li.list04 {
    width: calc(100% - 38px);
    margin: 30px 0 40px 38px;
  }

  .l-footer__nav > li.list04 ul {
    display: block;
  }

  .l-footer__nav > li.list04 ul li {
    width: 100%;
    margin-bottom: 1.2em;
  }

  .l-footer__nav > li.list04 ul li:nth-child(odd) {
    border-right: none;
  }

  .l-footer__nav > li.list04 ul li a {
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: left;
    padding: 0;
  }

  .l-footer__language {
    padding-top: 5px;
    margin: 0 auto 45px 38px;
  }

  .l-footer-bottom {
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: 100%;
    height: 33px;
    background: #7D2323;
  }

  .l-footer-bottom__copy {
    font-size: 11px;
    text-align: center;
    padding-right: 0;
  }

  .l-footer-bottom .logo_hta {
    right: 45px;
    bottom: 62px;
    max-width: 83px;
    width: 100%;
  }

  .l-header {
    height: 60px;
    padding: 0;
  }

  .l-header .l-inner {
    width: calc(100% - 60px);
    margin: 0 auto 0 0;
  }

  .l-header__left {
    width: 68.25%;
  }

  .l-header__logo {
    max-width: 145px;
    width: 100%;
    margin: 0 0 0 6%;
  }

  .l-header__language {
    width: 90px;
    margin: 0;
  }

  .l-header__language.sp {
    position: absolute;
    top: 114px;
    right: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 1;
  }

  .l-header__language li a {
    font-size: 13px;
  }

  .l-header__menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    display: none;
    max-width: none;
    width: 100%;
    background: rgba(160, 35, 35, 0.9);
    padding: 39px 50px 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
  }

  .l-header .btn_reservation {
    max-width: 100px;
    width: 31.74%;
    height: 60px;
  }

  .l-header .btn_reservation a {
    font-size: 15px;
  }

  .l-header .btn_reservation.--sp_ptn {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }

  .l-header .btn_reservation.--sp_ptn a {
    display: block;
    width: 100%;
    background: #FFF;
    color: #A02323;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 19px 20px;
  }

  .l-inner {
    width: calc(100% - 8.267vw);
  }

  .c-button__link_ptn01 {
    max-width: 249px;
  }

  .c-button__link_ptn01 a {
    border-radius: 8px;
    font-size: 20px;
    padding: 13.5px 10px;
  }

  .c-button__link_ptn02 {
    max-width: 157px;
  }

  .c-button__link_ptn02 a {
    border-radius: 8px;
    font-size: 13px;
    padding: 15.5px 24px 15.5px 10px;
  }

  .c-button__link_ptn02 a::after {
    right: 19.5px;
    width: 6px;
    height: 6px;
  }

  .c-button__link_ptn03 {
    max-width: 171px;
  }

  .c-button__link_ptn03 a {
    border-radius: 8px;
    font-size: 13px;
    padding: 15.5px 14px 15.5px 10px;
  }

  .c-button__link_ptn03 a::after {
    right: 19.5px;
    width: 6px;
    height: 6px;
  }

  .c-button__link_ptn04 {
    max-width: 147px;
  }

  .c-button__link_ptn04 a {
    border-radius: 8px;
    font-size: 13px;
    padding: 15.5px 20px 16px 10px;
  }

  .c-button__link_ptn04 a::after {
    right: 19.5px;
    width: 6px;
    height: 6px;
  }

  .c-button__link_ptn05 {
    max-width: 262px;
    margin: 0 auto;
  }

  .c-button__link_ptn05 a {
    font-size: 14px;
    padding: 0 18px 11px 0;
  }

  .c-button__link_ptn05 a::after {
    right: 2px;
    width: 6px;
    height: 6px;
  }

  .c-button__link_ptn06 {
    max-width: 135px;
  }

  .c-button__link_ptn06 a {
    font-size: 10px;
    padding: 0 10px 11px 0;
  }

  .c-button__link_ptn06 a::after {
    right: 2px;
    width: 6px;
    height: 6px;
  }

  .c-button__link_ptn07 {
    max-width: 211px;
  }

  .c-button__link_ptn07 a {
    border-radius: 8px;
    font-size: 13px;
    letter-spacing: 0.12em;
    padding: 15.5px 20px 16px 10px;
  }

  .c-button__link_ptn07 a::after {
    right: 19.5px;
    width: 6px;
    height: 6px;
  }

  .c-button__link_ptn07.--bottom {
    margin: 50px auto 150px;
  }

  .c-cnt_block__ptn01 {
    background: #A02323;
    padding: 70px 0 65px;
  }

  .c-cnt_block__ptn01.--bg_yellow {
    background: #7C7358;
  }

  .c-cnt_block__ptn01 .l-inner {
    display: block;
    width: calc(100% - 8.267vw);
    max-height: none;
    height: auto;
    margin: 0 auto;
    overflow: visible;
  }

  .c-cnt_block__ptn01 figure {
    width: 100%;
    margin: 0 auto 25px;
  }

  .c-cnt_block__ptn01 figure img {
    max-height: none;
    height: auto;
  }

  .c-cnt_block__ptn01-cnt {
    width: 100%;
    background: none;
    padding: 0;
  }

  .c-cnt_block__ptn01-cnt .cnt_wrap {
    padding-top: 0;
  }

  .c-cnt_block__ptn01-cnt-title {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .c-cnt_block__ptn01-cnt-title .en {
    top: 4.8em;
    right: -3.27em;
    font-size: 0.433em;
  }

  .c-cnt_block__ptn01-cnt-title.--facilities .en {
    top: 7.46em;
  }

  .c-cnt_block__ptn01-cnt-title.--sightseeing {
    margin-bottom: 50px;
  }

  .c-cnt_block__ptn01-cnt-title.--sightseeing .en {
    top: 3.46em;
  }

  .c-cnt_block__ptn01-cnt .text_box {
    width: 91.6%;
    margin-bottom: 43px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .c-cnt_block__ptn01-cnt .text_box.--cuisine {
    margin-bottom: 43px;
  }

  .c-cnt_block__ptn01-cnt .text_box.--facilities {
    margin-bottom: 43px;
  }

  .c-cnt_block__ptn01-cnt .text_box.--sightseeing {
    margin-bottom: 43px;
  }

  .c-cnt_block__ptn01-cnt .text_box p {
    width: 105%;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: -0.02em;
  }

  .c-cnt_block__ptn01-cnt .text_box p.ls01 {
    letter-spacing: -0.05em;
  }

  .c-cnt_block__ptn01-cnt.--lower_cnt {
    padding-top: 0 !important;
  }

  .c-cnt_block__ptn01-cnt.--lower_cnt .c-cnt_block__ptn01-cnt-title {
    margin-bottom: 50px;
  }

  .c-cnt_block__ptn01-cnt.--lower_cnt .c-cnt_block__ptn01-cnt-title.--sightseeing {
    margin-bottom: 50px;
  }

  .c-cnt_block__ptn01-cnt.--bg_yellow {
    background: none;
  }

  .c-cnt_block__ptn01.--lower_block {
    padding-bottom: 50px;
  }

  .c-cnt_block__ptn02 {
    display: block;
  }

  .c-cnt_block__ptn02 .img_box {
    width: 100%;
    margin: 0 auto 30px;
  }

  .c-cnt_block__ptn02 .img_box .swiper-button-prev,
  .c-cnt_block__ptn02 .img_box .swiper-button-next {
    top: 52.5%;
    height: 27px;
    width: 14px;
  }

  .c-cnt_block__ptn02 .img_box .swiper-button-prev:after,
  .c-cnt_block__ptn02 .img_box .swiper-button-next:after {
    height: 27px;
    width: 14px;
  }

  .c-cnt_block__ptn02 .text_box {
    width: 84.8%;
    margin: 0 auto;
  }

  .c-cnt_block__ptn02 .text_box .text_wrap {
    width: 100%;
  }

  .c-cnt_block__ptn02 .text_box p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }

  .c-cnt_block__ptn02 .text_box p.--sp_ls01 {
    letter-spacing: 0;
  }

  .c-cnt_block__ptn02 .text_box .c-button__link_ptn04 {
    margin: 0 auto;
  }

  .c-cnt_block__ptn02 .text_box .privilege {
    padding-top: 35px;
    margin-top: 35px;
  }

  .c-cnt_block__ptn02 .text_box .privilege .privilege_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 18px;
  }

  .c-cnt_block__ptn02 .text_box .privilege ul li {
    width: 104%;
    font-size: 16px;
    letter-spacing: -0.02em;
    padding-left: 0.8em;
    margin-bottom: 1.5em;
  }

  .c-cnt_block__ptn02 .box_title {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 18px;
  }

  .c-cnt_block__ptn02 .box_title.--ptn02 {
    width: 84.8%;
    font-size: 20px;
    letter-spacing: 0.14em;
    text-align: left;
    margin: 0 auto 22px;
  }

  .c-cnt_block__ptn03 {
    display: block;
  }

  .c-cnt_block__ptn03 .img_box {
    width: 100%;
    margin: 0 auto 30px;
  }

  .c-cnt_block__ptn03 .img_box .swiper-button-prev,
  .c-cnt_block__ptn03 .img_box .swiper-button-next {
    top: 52.5%;
    height: 27px;
    width: 14px;
  }

  .c-cnt_block__ptn03 .img_box .swiper-button-prev:after,
  .c-cnt_block__ptn03 .img_box .swiper-button-next:after {
    height: 27px;
    width: 14px;
  }

  .c-cnt_block__ptn03 .text_box {
    width: 84.2%;
    margin: 0 auto;
  }

  .c-cnt_block__ptn03 .text_box p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
  }

  .c-cnt_block__ptn03 .text_box p.--mb02 {
    margin: 0 auto 30px;
  }

  .c-cnt_block__ptn03 .text_box .c-button__link_ptn04 {
    margin: 0 auto;
  }

  .c-cnt_block__ptn03 .box_title {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 18px;
  }

  .c-cnt_block__ptn03 .box_title.--ptn02 {
    width: 84.8%;
    font-size: 20px;
    letter-spacing: 0.14em;
    text-align: left;
    margin: 0 auto 22px;
  }

  .c-cnt_block__ptn03.--reverse .text_box {
    width: 84.2%;
    margin: 0 auto;
  }

  .c-cnt_block__ptn03.--reverse .text_box .text_wrap {
    width: 100%;
  }

  .c-cnt_block__slider_ptn01 {
    padding-bottom: 14px;
  }

  .c-cnt_block__slider_ptn01 .swiper-pagination {
    width: calc(100% - 16vw);
    gap: 7px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .c-cnt_block__slider_ptn01 .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
  }

  .c-cnt_block__slider_ptn02 {
    padding-bottom: 13px;
  }

  .c-cnt_block__slider_ptn02 .swiper-pagination {
    gap: 9px;
  }

  .c-cnt_block__slider_ptn02 .swiper-pagination-bullet {
    width: 33px;
    height: 3px;
  }

  .c-cnt_block__slider_ptn03 .swiper-slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .c-cnt_block__slider_ptn03 .swiper-button-prev,
  .c-cnt_block__slider_ptn03 .swiper-button-next {
    height: 46px;
    width: 23px;
  }

  .c-cnt_block__slider_ptn03 .swiper-button-prev {
    left: 18px;
  }

  .c-cnt_block__slider_ptn03 .swiper-button-next {
    right: 18px;
  }

  .c-cnt_block__slider_ptn03 .swiper-button-prev:after,
  .c-cnt_block__slider_ptn03 .swiper-button-next:after {
    height: 46px;
    width: 23px;
  }

  .c-cnt_block__slider_ptn04 {
    padding-bottom: 17px;
  }

  .c-cnt_block__slider_ptn04 .swiper-slide {
    right: -55.3%;
  }

  .c-cnt_block__slider_ptn04 .swiper-pagination {
    width: 84%;
    gap: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .c-cnt_block__slider_ptn04 .swiper-pagination-bullet {
    width: 25px;
    height: 3.5px;
  }

  .c-cnt_block__slider_ptn05 {
    padding-bottom: 17px;
  }

  .c-cnt_block__slider_ptn05 .swiper-pagination {
    gap: 9px;
    padding-left: 10px;
  }

  .c-cnt_block__slider_ptn05 .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }

  .c-form {
    padding-bottom: 70px;
  }

  .c-form__area-information {
    margin: 0 auto 55px;
  }

  .c-form__area-information .lead {
    line-height: 2;
    letter-spacing: 0;
    padding-bottom: 25px;
    text-align: left;
    margin-bottom: 25px;
  }

  .c-form__area-information .note_list {
    margin: 0 auto 45px;
  }

  .c-form__area-information .note_list li {
    font-size: 12.6px;
    text-align: left;
  }

  .c-form__area-information .contact_box {
    width: 100%;
    padding: 35px 5px 38px;
  }

  .c-form__area-information .contact_box p {
    font-size: 12.6px;
    letter-spacing: 0.03em;
  }

  .c-form__area-information .contact_box p.text_border {
    width: 95.6%;
    padding-top: 23px;
    margin: 25px auto 8px;
  }

  .c-form__area-information .contact_box p.tel {
    font-size: 36px;
  }

  .c-form__area form .info_g {
    margin-bottom: 36px;
  }

  .c-form__area form .item {
    display: block;
    margin-bottom: 30px;
  }

  .c-form__area form .label {
    font-size: 14.4px;
  }

  .c-form__area form .label .required {
    font-size: 10px;
    margin-right: 6px;
    vertical-align: text-bottom;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .c-form__area form .text_input input,
  .c-form__area form .select_input select {
    min-height: 36px;
    font-size: 13.5px;
    padding: 3.5px 13px;
  }

  .c-form__area form textarea {
    min-height: 108px;
    font-size: 13.5px;
    line-height: 1.85;
    padding: 3.5px 13px;
  }

  .c-form__area form .mwform-checkbox-field-text {
    font-size: 13px;
  }

  .c-form__area form .btn_box {
    max-width: 270px;
  }

  .c-form__area form .btn_box .btn_ptn button {
    font-size: 12.6px;
    padding: 13px 17px;
  }

  .c-form__area form .btn_box .btn_ptn button:first-child {
    margin: 0 auto 20px;
  }

  .c-form.confirm .c-form__area .c-form__confirm_area {
    margin: 0 auto 50px;
  }

  .c-form.confirm .c-form__area .c-form__confirm_area p {
    width: 100%;
    font-size: 14px;
    line-height: 1.785;
    margin: 0 auto;
  }

  .c-form.confirm .c-form__area .c-form__confirm_area p.attention {
    max-width: 285px;
    width: 100%;
    font-size: 15px;
    padding: 6.5px 10px;
    margin: 25px auto 20px;
  }

  .c-form.confirm .c-form__area .c-form__confirm_area p .note {
    width: 102%;
    font-size: 12px;
    line-height: 2.25;
    letter-spacing: 0.02em;
    margin: 12px auto 0;
  }

  .c-form.confirm .c-form__area form {
    width: 100%;
    margin: 0 auto;
  }

  .c-form.confirm .c-form__area form .info_g {
    margin-bottom: 80px;
  }

  .c-form.confirm .c-form__area form .info_g .item {
    display: block;
    font-size: 15px;
    line-height: 1.75;
    padding-bottom: 19px;
    margin: 0 auto 19px;
  }

  .c-form.confirm .c-form__area form .info_g .item .label {
    width: 100%;
    font-size: 15px;
    line-height: 1.75;
  }

  .c-form.confirm .c-form__area form .info_g .item .label .required {
    margin-left: 6px;
  }

  .c-form.confirm .c-form__area form .info_g .item .text_input {
    width: 100%;
    padding-right: 0;
  }

  .c-form.confirm .c-form__area form .info_g .item p {
    font-size: 14px;
    line-height: 1.85;
  }

  .c-form.complete .c-form__complete_area {
    border-radius: 6px;
    padding: 40px 33px 35px;
    margin: 80px auto 20px;
  }

  .c-form.complete .c-form__complete_area .c-form__complete_area-title {
    width: 100%;
    font-size: 15px;
    line-height: 2;
    margin: 0 auto 25px;
  }

  .c-form.complete .c-form__complete_area p {
    font-size: 13px;
    line-height: 2.3;
  }

  .c-ham .openbtn {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 20px 18px;
    cursor: pointer;
  }

  .c-ham .openbtn span {
    display: inline-block;
    background-color: #FFF;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 20px;
    width: 24px;
    height: 2px;
  }

  .c-ham .openbtn span:nth-of-type(1) {
    top: 21px;
  }

  .c-ham .openbtn span:nth-of-type(2) {
    top: 30px;
  }

  .c-ham .openbtn span:nth-of-type(3) {
    top: 39px;
  }

  .c-ham .openbtn.active span {
    background-color: #FFF;
  }

  .c-ham .openbtn.active span:nth-of-type(1) {
    top: 30px;
    left: 9px;
    width: 35px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .c-ham .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .c-ham .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 9px;
    width: 35px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .c-nav {
    display: block;
    height: calc(100vh - 60px);
    overflow-y: scroll;
  }

  .c-nav__list {
    width: 72.7%;
    display: block;
    margin: 0;
  }

  .c-nav__list > li {
    display: block;
    height: auto;
    padding: 0;
    margin: 0 0 5px;
  }

  .c-nav__list > li > a {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-align: left;
  }

  .c-nav__list > li.sns_link {
    width: 23px;
    margin: 55px 0 20px;
  }

  .c-nav__list > li.sp {
    display: block !important;
  }

  .c-pagetop {
    top: -58px;
    right: 23px;
    width: 35px;
    height: 35px;
  }

  .c-pagetop a::before {
    width: 13px;
    height: 13px;
  }

  .c-title__ptn01-title {
    font-size: 10.5px;
  }

  .c-title__ptn01-title span {
    padding-left: 10px;
  }

  .c-title__ptn02 {
    font-size: 25px;
    padding: 90px 0 50px;
  }

  .c-title__ptn02.--cancelpolicy {
    padding-top: 95px;
    padding-bottom: 45px;
  }

  .c-title__ptn02.--faq {
    text-indent: 0.5em;
    padding-bottom: 25px;
  }

  .c-title__ptn03 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-align: center;
    padding-bottom: 8px;
    margin: 0 auto 50px;
  }

  .c-title__ptn03 span {
    background: none;
    padding: 0;
  }

  .c-title__ptn03::before {
    width: 84%;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .c-title__ptn03::after {
    display: none;
  }

  .c-title__ptn04 {
    top: -6px;
    right: 33px;
    width: 36px;
  }

  .c-title__ptn04-title {
    font-size: 21px;
  }

  .c-title__ptn04-title span {
    padding-left: 10px;
  }

  .c-title__ptn05 {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 25px;
  }

  .c-title__ptn05 span {
    background: none;
    padding: 0;
  }

  .c-title__ptn05::before {
    display: none;
  }

  .c-title__ptn06 {
    font-size: 25px;
    padding: 90px 0 55px;
  }

  .c-reservation-form .tabs .tab-trigger#tabTrigger01::before {
    width: 57px;
    height: 38px;
  }

  .c-reservation-form .tabs .tab-trigger#tabTrigger02 span:first-child {
    padding-right: 3.5em;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form label {
    font-size: 13px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form select {
    font-size: 13px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban {
    width: 78.73%;
    padding-top: 0;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dt {
    width: 58px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd {
    width: calc(100% - 58px);
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd select:first-of-type {
    margin-right: 6.5%;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .date_489ban dd label {
    margin-top: 10px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:first-of-type {
    width: 17.71%;
    padding-top: 0;
    margin-right: 0;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:nth-of-type(2) {
    width: 78.73%;
    padding-top: 15px;
    margin: 0 0 33px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:nth-of-type(2) .person_489ban {
    width: 46.37%;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:nth-of-type(2) .person_489ban dt {
    width: 58px;
    padding-left: 15px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form .inbox_489ban:nth-of-type(2) .person_489ban dd {
    width: calc(100% - 58px);
  }

  .c-reservation-form .tabs .tab-content .panel1_inner #search_489ban form button {
    margin: 0 auto;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 259px;
    margin: 32px auto 0;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn01 {
    max-width: 205px;
    width: 100%;
    text-align: left;
    margin: 0 auto 15px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn01 a {
    font-size: 14px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn02 {
    width: 100%;
    margin: 10px auto 0;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn02 a {
    font-size: 14.6px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn02 a::after {
    right: 19.5px;
    width: 6px;
    height: 6px;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl dt {
    font-size: 13px;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:first-of-type {
    width: 100%;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:first-of-type dt {
    width: 65px;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:first-of-type dd {
    width: calc(100% - 65px);
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(2) {
    width: 60%;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(2) dt {
    width: 65px;
    padding-left: 1em;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(2) dd {
    width: calc(100% - 65px);
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(3) {
    width: 32.79%;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(3) dt {
    width: 45px;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(3) dd {
    width: calc(100% - 45px);
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(4) dt {
    width: 100px;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(4) {
    width: 60%;
    margin: 0 20% 33px 0;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form dl:nth-of-type(4) dd {
    width: calc(100% - 100px);
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form select,
  .c-reservation-form .tabs .tab-content .panel2_inner form input {
    font-size: 13px;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner form .btn_submit {
    width: 100%;
    margin: 0 auto;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner ul {
    max-width: 235px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 32px;
    margin: 0 auto;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner ul li {
    width: 100%;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner ul li:first-of-type {
    margin: 0 0 19px;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner ul li a {
    font-size: 14px;
  }

  .p-access-transportation-title {
    width: calc(100% - 15.2vw);
    margin-bottom: 53px;
  }

  .p-access-transportation__information {
    margin: 0 auto 65px;
  }

  .p-access-transportation__information .l-inner {
    display: block;
    width: calc(100% - 8vw);
  }

  .p-access-transportation__information .g_map {
    width: 100%;
    margin: 0 auto 45px;
  }

  .p-access-transportation__information .info {
    width: 92.2%;
    margin: 0 auto;
  }

  .p-access-transportation__information .info .info_title {
    margin: 0 auto 15px;
  }

  .p-access-transportation__information .info .add {
    width: 103%;
    font-size: 15.3px;
    margin-bottom: 20px;
  }

  .p-access-transportation__information .info .g_link {
    margin: 0 auto;
  }

  .p-access-transportation__information .info .g_link a {
    font-size: 15.3px;
  }

  .p-access-transportation__cnt .l-inner {
    width: calc(100% - 7.467vw);
    padding-bottom: 88px;
    margin-bottom: 42px;
  }

  .p-access-transportation__cnt-title {
    font-size: 22.5px;
    padding-left: 49px;
  }

  .p-access-transportation__cnt-title.--train::before {
    width: 24px;
    height: 34px;
  }

  .p-access-transportation__cnt-title.--car::before {
    top: 8px;
    width: 33.5px;
    height: 26px;
  }

  .p-access-transportation__cnt-title.--parking {
    font-size: 19.8px;
    line-height: 1.81;
    margin-bottom: 30px;
  }

  .p-access-transportation__cnt-title.--airplane {
    width: calc(100% - 7.467vw);
    margin: 0 auto 40px;
  }

  .p-access-transportation__cnt-title.--airplane::before {
    top: 1px;
    width: 36px;
    height: 38px;
  }

  .p-access-transportation__cnt-img {
    width: 85.6%;
    margin: 0 auto;
  }

  .p-access-transportation__cnt-parking {
    padding: 55px 15px 20px;
    margin: 88px auto 0;
  }

  .p-access-transportation__cnt-parking::before {
    top: -46px;
    height: 77px;
  }

  .p-access-transportation__cnt-parking .info_g {
    display: block;
  }

  .p-access-transportation__cnt-parking .info_g figure {
    width: 100%;
    margin: 0 auto 15px;
  }

  .p-access-transportation__cnt-parking .info_g .text_box {
    width: 100%;
    margin: 0 auto;
  }

  .p-access-transportation__cnt-parking .info_g .text_box p {
    font-size: 13.5px;
  }

  .p-access-transportation__cnt-parking .info_g .text_box p.note {
    font-size: 12.6px;
  }

  .p-access-transportation__cnt-service {
    padding: 40px 28px 35px;
    margin-top: 75px;
  }

  .p-access-transportation__cnt-service-title {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 25px;
  }

  .p-access-transportation__cnt-service .info_g {
    display: block;
  }

  .p-access-transportation__cnt-service .info_g .left_box {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #231815;
    padding: 0 0 24px;
    margin: 0 auto 18px;
  }

  .p-access-transportation__cnt-service .info_g .left_box .place {
    font-size: 13.7px;
    margin: 22px 0 15px;
  }

  .p-access-transportation__cnt-service .info_g .left_box p {
    width: 100%;
    font-size: 13.6px;
    letter-spacing: 0.06em;
  }

  .p-access-transportation__cnt-service .info_g .left_box p.note {
    margin-top: 10px;
  }

  .p-access-transportation__cnt-service .info_g .right_box {
    width: 100%;
  }

  .p-access-transportation__cnt-service .info_g .right_box p {
    font-size: 12.7px;
    margin-bottom: 20px;
  }

  .p-access-transportation__cnt-service .info_g .right_box p.tel {
    font-size: 27px;
  }

  .p-access-transportation__cnt-service .info_g .right_box .inquiries {
    font-size: 11.7px;
    margin-bottom: 5px;
  }

  .p-access-transportation__cnt.--car .l-inner {
    padding-bottom: 60px;
  }

  .p-access-transportation__cnt.--airplane .l-inner {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .p-access-transportation__cnt.--airplane .p-access-transportation__cnt-img {
    width: calc(100% - 8vw);
    margin: 0 auto 70px;
  }

  .p-article {
    padding-bottom: 85px;
  }

  .p-article .l-inner {
    width: calc(100% - 16vw);
  }

  .p-article-cnt__info {
    margin-bottom: 25px;
  }

  .p-article-cnt__info .date {
    width: 99px;
    font-size: 12px;
    letter-spacing: 0.14em;
    padding-right: 20px;
    margin: 0 20px 0 0;
  }

  .p-article-cnt__info .information_category {
    width: calc(100% - 120px);
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .p-article-cnt__title {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 45px;
  }

  .p-article-cnt__detail {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin: 0 auto 70px;
  }

  .p-article-cnt__detail p {
    margin-bottom: 1.5em;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
  }

  .p-article-cnt__detail figure {
    margin: 1.5em auto;
  }

  .p-article-cnt__detail h2 {
    font-size: 16px;
  }

  .p-article-cnt__detail h3 {
    font-size: 15px;
    margin: 2em auto 1em;
  }

  .p-article__nav .btn_g .contents_btn.btn_next a {
    padding: 0 20px 0 0;
  }

  .p-cuisine-detail01 {
    padding: 65px 0 90px;
  }

  .p-cuisine-detail01 .c-cnt_block__ptn02 {
    padding-bottom: 0;
  }

  .p-cuisine-detail01 .c-button__link_ptn04 {
    margin: 27px auto 0;
  }

  .p-cuisine-detail01-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }

  .p-cuisine-detail01-img figure {
    width: 49.16%;
    margin-bottom: 2.133vw;
  }

  .p-cuisine-detail02 {
    padding-bottom: 112px;
  }

  .p-cuisine-detail03__title_wrap {
    padding: 36px 28px 80px;
  }

  .p-cuisine-detail03__title_wrap .title {
    font-size: 18px;
    line-height: 1.75;
  }

  .p-cuisine-detail03__cnt {
    display: block;
    padding-bottom: 110px;
  }

  .p-cuisine-detail03__cnt-img_box {
    width: 83.46%;
    margin: 0 auto;
  }

  .p-cuisine-detail03__cnt-img_box figure {
    top: -12.8vw;
    width: 100%;
    margin: 0 auto -12.8vw;
  }

  .p-cuisine-detail03__cnt-text_box {
    width: 84.2%;
    padding: 25px 0 0;
    margin: 0 auto;
  }

  .p-cuisine-detail03__cnt-text_box p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .p-cuisine-restaurant {
    padding-bottom: 15px;
  }

  .p-cuisine-restaurant__title_cnt {
    padding: 65px 0 45px;
    margin-bottom: 0;
  }

  .p-cuisine-restaurant__title_cnt .cnt_wrap {
    display: block;
  }

  .p-cuisine-restaurant__title_cnt .cnt_wrap .title_wrap {
    width: 100%;
    padding-right: 0;
  }

  .p-cuisine-restaurant__title_cnt .cnt_wrap .title {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .p-cuisine-restaurant__title_cnt .cnt_wrap .title .en {
    top: 9em;
    right: -3.27em;
    font-size: 0.433em;
  }

  .p-cuisine-restaurant__title_cnt .cnt_wrap p {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .p-cuisine-restaurant .l-inner {
    width: 100%;
  }

  .p-cuisine-restaurant__detail {
    display: block;
    padding-bottom: 90px;
  }

  .p-cuisine-restaurant__detail figure {
    width: 100%;
    margin: 0 auto 30px;
  }

  .p-cuisine-restaurant__detail-cnt {
    width: 84.5%;
    margin: 0 auto;
  }

  .p-cuisine-restaurant__detail-cnt .title {
    font-size: 27px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .p-cuisine-restaurant__detail-cnt .note {
    max-width: 250px;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 40px auto 5px;
  }

  .p-cuisine-restaurant__detail-cnt .lead {
    width: 100%;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .p-cuisine-restaurant__detail-cnt .lead.--ls01 {
    width: 105%;
    letter-spacing: 0.04em;
  }

  .p-cuisine-restaurant__detail-cnt .detail {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .p-facilities-detail {
    padding: 94px 0 95px;
  }

  .p-facilities-detail .l-inner {
    width: 100%;
  }

  .p-facilities-detail__title {
    font-size: 27px;
    line-height: 1.67;
    margin-bottom: 25px;
  }

  .p-facilities-detail__title.--lounge {
    margin-bottom: 5px;
  }

  .p-facilities-detail .note_text {
    width: calc(100% - 9vw);
    margin: 0 auto 25px;
  }

  .p-facilities-detail__slider {
    margin-bottom: 30px;
  }

  .p-facilities-detail__cnt {
    display: block;
  }

  .p-facilities-detail__cnt-text_box {
    width: calc(100% - 16vw);
    margin: 0 auto;
  }

  .p-facilities-detail__cnt-text_box .box_title {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .p-facilities-detail__cnt-text_box p {
    max-width: none;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2em;
  }

  .p-facilities-detail__cnt-text_box p.sp_mb01 {
    margin-bottom: 1em;
  }

  .p-facilities-detail__cnt-text_box .information {
    padding-top: 20px;
    margin-top: 20px;
  }

  .p-facilities-detail__cnt-text_box .information::before {
    width: 100%;
  }

  .p-facilities-detail__cnt-text_box .information .information_title {
    font-size: 15px;
  }

  .p-facilities-detail__cnt-text_box .information .information_list {
    margin-bottom: 20px;
  }

  .p-facilities-detail__cnt-text_box .information .information_list > div {
    width: 105%;
    margin-bottom: 16px;
  }

  .p-facilities-detail__cnt-text_box .information .information_list dt {
    font-size: 13px;
    line-height: 1.7;
  }

  .p-facilities-detail__cnt-text_box .information .information_list dd {
    font-size: 13px;
    line-height: 1.7;
  }

  .p-facilities-detail__cnt-text_box .information .information_list dd.ls01 {
    letter-spacing: 0.03em;
  }

  .p-facilities-detail__cnt-img_box {
    width: 92%;
    margin: 0 auto;
  }

  .p-facilities-detail#lounge_area {
    padding: 0 0 135px;
  }

  .p-facilities-other__cnt01 {
    padding-bottom: 52px;
  }

  .p-facilities-other__cnt01 .l-inner {
    width: calc(100% - 8vw);
    padding: 75px 28px 20px;
  }

  .p-facilities-other__cnt01 .l-inner::before {
    top: -50px;
    left: 74.5px;
    height: 100px;
  }

  .p-facilities-other__cnt01-g {
    display: block;
  }

  .p-facilities-other__cnt01-g-box {
    width: 100%;
    margin: 0 auto 30px;
  }

  .p-facilities-other__cnt01-g-box .box_title {
    line-height: 1.67;
    margin-bottom: 12px;
  }

  .p-facilities-other__cnt01-g-box .c-button__link_ptn05 {
    margin: 20px auto 0;
  }

  .p-facilities-other__cnt02 {
    padding-bottom: 50px;
  }

  .p-facilities-other__cnt02 .l-inner {
    width: calc(100% - 23.2vw);
  }

  .p-facilities-other__cnt02-list {
    display: block;
  }

  .p-facilities-other__cnt02-list li {
    width: 100%;
    margin: 0 auto 30px;
  }

  .p-facilities-other__cnt02-list li figure figcaption {
    width: 105%;
    left: 18px;
    bottom: 5px;
    font-size: 13.5px;
  }

  .p-facilities-other__cnt02-list li figure figcaption span {
    letter-spacing: 0.12em;
  }

  .p-facilities-information {
    padding-bottom: 0;
  }

  .p-facilities-information .l-inner {
    width: 100%;
    padding: 48px 29px 45px;
  }

  .p-facilities-information__title {
    margin-bottom: 25px;
  }

  .p-facilities-information__list {
    padding: 0 0 15px 0;
    margin-bottom: 10px;
  }

  .p-facilities-information__list li {
    width: 102%;
    line-height: 1.28;
    margin-bottom: 0.5em;
  }

  .p-facilities-information__list li span.sp_space {
    display: inline-block !important;
  }

  .p-inquiry-faq .l-inner {
    width: calc(100% - 16vw);
  }

  .p-inquiry-faq__lead {
    margin-bottom: 20px;
  }

  .p-inquiry-faq__lead p.lead_text {
    margin-bottom: 25px;
  }

  .p-inquiry-faq__list > div {
    min-height: 89px;
    line-height: 1.86;
    padding: 19px 0 17px;
  }

  .p-inquiry-faq__list > div .en {
    width: 36px;
    height: 36px;
    font-size: 14.5px;
    margin: 5px 15px 0 0;
  }

  .p-inquiry-faq__list > div > dt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-inquiry-faq__list > div > dt .q_title_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 28px);
  }

  .p-inquiry-faq__list > div > dt .q_title_wrap .title {
    width: calc(100% - 51px);
  }

  .p-inquiry-faq__list > div > dt .q_title_wrap .title.--single_text {
    padding-top: 0.5em;
  }

  .p-inquiry-faq__list > div > dt .button {
    top: 15px;
    display: inline-block;
    width: 21px;
    height: 21px;
  }

  .p-inquiry-faq__list > div > dt .button::before,
  .p-inquiry-faq__list > div > dt .button::after {
    top: auto;
    right: 10.5px;
    width: 1px;
    height: 21px;
  }

  .p-inquiry-faq__list > div > dt .button::before {
    height: 21px;
  }

  .p-inquiry-faq__list > div > dd .answer_inner {
    padding: 15px 0 15px;
  }

  .p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text.ls05 {
    letter-spacing: 0.02em;
  }

  .p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text {
    width: calc(100% - 51px);
  }

  .p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text.ls01 {
    letter-spacing: 0.03em;
  }

  .p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text.ls02 {
    letter-spacing: 0.05em;
  }

  .p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text.ls03 {
    letter-spacing: 0.04em;
  }

  .p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text .ls04 {
    letter-spacing: -0.02em;
  }

  .p-inquiry-faq__list > div > dd .answer_inner .answer_text .a_text ul li {
    width: 103%;
  }

  .p-inquiry-inquiry_form {
    padding-bottom: 5px;
  }

  .p-inquiry-inquiry_form .l-inner {
    width: calc(100% - 16vw);
  }

  .p-inquiry.confirm .p-inquiry-inquiry_form {
    padding-bottom: 23px;
  }

  .p-information .l-inner {
    width: calc(100% - 16vw);
  }

  .p-information-category__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0 8px;
    margin: 0 auto 82px;
  }

  .p-information-category__list li {
    width: 50%;
    text-align: center;
    margin: 0 0 10px;
  }

  .p-information-category__list li a {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.06em;
  }

  .p-information-archive {
    padding-bottom: 85px;
  }

  .p-information-archive__list {
    margin-bottom: 35px;
  }

  .p-information-archive__list li {
    width: 100%;
    margin-bottom: 35px;
  }

  .p-information-archive__list figure {
    margin-bottom: 15px;
  }

  .p-information-archive__list-box-info .date {
    width: 99px;
    font-size: 12px;
    letter-spacing: 0.14em;
    padding-right: 20px;
    margin: 0 20px 0 0;
  }

  .p-information-archive__list-box-info .information_category {
    width: calc(100% - 120px);
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .p-information-archive__list-box-article_title {
    font-size: 15px;
  }

  .p-policy {
    padding-bottom: 98px;
  }

  .p-policy .lead {
    letter-spacing: 0.02em;
    margin-bottom: 75px;
  }

  .p-policy-privacypolicy .l-inner {
    width: calc(100% - 16vw);
  }

  .p-policy-privacypolicy__cnt .policy_title {
    font-size: 14.5px;
    margin: 1.6em 0 0.2em;
  }

  .p-policy-privacypolicy__cnt p,
  .p-policy-privacypolicy__cnt ul li,
  .p-policy-privacypolicy__cnt ol li,
  .p-policy-privacypolicy__cnt dl dt,
  .p-policy-privacypolicy__cnt dl dd {
    font-size: 12.6px;
    line-height: 2;
  }

  .p-policy-privacypolicy__cnt p.sp_ls01,
  .p-policy-privacypolicy__cnt ul li.sp_ls01,
  .p-policy-privacypolicy__cnt ol li.sp_ls01,
  .p-policy-privacypolicy__cnt dl dt.sp_ls01,
  .p-policy-privacypolicy__cnt dl dd.sp_ls01 {
    letter-spacing: 0;
  }

  .p-policy-privacypolicy__cnt .text_big {
    font-size: 13.5px;
  }

  .p-policy-privacypolicy__cnt ol li {
    width: 101%;
    padding-left: 0;
    text-indent: 0;
  }

  .p-policy-privacypolicy__cnt ul li {
    width: 101%;
    padding-left: 0;
    text-indent: 0;
  }

  .p-policy-cancellationpolicy .l-inner {
    width: calc(100% - 16vw);
  }

  .p-policy-cancellationpolicy .lead {
    margin: 0 auto 55px;
  }

  .p-policy-cancellationpolicy__cnt table {
    max-width: 315px;
    font-size: 12px;
    margin: 0 auto;
  }

  .p-policy-cancellationpolicy__cnt table th {
    width: 20%;
    border-top: none;
    font-size: 12px;
    letter-spacing: 0.12em;
    padding: 3.5px 4px;
    white-space: break-spaces;
  }

  .p-policy-cancellationpolicy__cnt table td {
    width: 20%;
    padding: 18px 5px;
  }

  .p-policy-cancellationpolicy__cnt table tr:first-of-type th {
    height: 116px;
  }

  .p-policy-cancellationpolicy__cnt table tr:first-of-type th.sp_ls01 {
    letter-spacing: 0;
  }

  .p-policy-cancellationpolicy__cnt table tr:first-of-type td {
    border-top: none;
  }

  .p-policy-cancellationpolicy__cnt table tr td:first-of-type {
    width: 20%;
    border-left: 1px solid #7A735B;
  }

  .p-rooms .area_line01::before,
  .p-rooms .area_line01::after {
    display: none;
  }

  .p-rooms .area_line02::after {
    display: none;
  }

  .p-rooms-introduction {
    padding: 75px 0 80px;
  }

  .p-rooms-introduction .l-inner {
    width: calc(100% - 15.467vw);
  }

  .p-rooms-introduction p {
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .p-rooms-introduction .c-button__link_ptn07 {
    margin-top: 42px;
  }

  .p-rooms-detail01 {
    padding: 0 0 110px;
  }

  .p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap .box_title {
    margin-bottom: 20px;
  }

  .p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap p {
    margin-bottom: 27px;
  }

  .p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap .privilege .privilege_title {
    font-size: 18px;
  }

  .p-rooms-detail01 .c-cnt_block__ptn02 .text_box .text_wrap .privilege ul li {
    font-size: 16px;
  }

  .p-rooms-detail02 {
    padding: 0 0 120px;
  }

  .p-rooms-detail02#room_detail05 {
    padding-bottom: 70px;
  }

  .p-rooms-detail02#room_detail05::after {
    display: block;
    width: 84%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-rooms-detail02 .c-cnt_block__ptn03 {
    margin-bottom: 100px;
  }

  .p-rooms-detail03 {
    padding: 30px 0 15px;
    overflow-x: auto;
  }

  .p-rooms-detail03 .l-inner {
    width: 100%;
  }

  .p-rooms-detail03__list {
    display: block;
  }

  .p-rooms-detail03__list li {
    width: 100%;
    margin: 0 auto 100px;
  }

  .p-rooms-detail03__list li figure {
    margin: 0 auto 30px;
  }

  .p-rooms-detail03__list li .text_box {
    width: 84.2%;
    margin: 0 auto;
  }

  .p-rooms-detail03__list li .text_box .list_title {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 20px;
  }

  .p-rooms-detail03__list li .text_box p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

  .p-rooms-detail03__list li .text_box p.sp_ls01 {
    letter-spacing: 0;
  }

  .p-rooms-detail03__list li .text_box .c-button__link_ptn04 {
    margin: 0 auto;
  }

  .p-rooms-information {
    padding: 45px 0 60px;
  }

  .p-rooms-information .l-inner {
    display: block;
    width: calc(100% - 16vw);
  }

  .p-rooms-information__left {
    width: 100%;
    margin: 0 auto 35px;
  }

  .p-rooms-information__right {
    width: 100%;
  }

  .p-rooms-information__title {
    font-size: 18px;
    text-align: center;
  }

  .p-rooms-information__list > li {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 1em 0 0;
  }

  .p-rooms-information__list > li:nth-child(2) {
    border-right: none;
    padding-right: 0;
  }

  .p-rooms-information__list > li .sp_ls01 {
    letter-spacing: -0.04em;
  }

  .p-rooms-information__list > li .sp_ls02 {
    width: 104%;
    letter-spacing: -0.06em;
  }

  .p-rooms-information__list > li.list01 {
    width: 48.9%;
  }

  .p-rooms-information__list > li.list02 {
    width: 39%;
  }

  .p-rooms-information__list > li ul li {
    margin-bottom: 0.7em;
  }

  .p-sightseeing-main_slider {
    padding: 0 0 87px;
  }

  .p-sightseeing-detail01 {
    padding-bottom: 95px;
  }

  .p-sightseeing-detail01#sightseeing_detail04 {
    padding-bottom: 85px;
  }

  .p-sightseeing-detail01 .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: calc(100% - 8vw);
  }

  .p-sightseeing-detail01__text_box {
    width: 91.5%;
    margin: 0 auto;
  }

  .p-sightseeing-detail01__text_box.--mt01 {
    margin-top: 0;
  }

  .p-sightseeing-detail01__text_box .box_title {
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    margin: 0 auto 12px;
  }

  .p-sightseeing-detail01__text_box .box_title.--title02 {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 25px;
  }

  .p-sightseeing-detail01__text_box .lead {
    width: 105%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-bottom: 23px;
  }

  .p-sightseeing-detail01__text_box .detail_text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .p-sightseeing-detail01__text_box .note_list {
    padding-top: 20px;
    margin-top: 30px;
  }

  .p-sightseeing-detail01__text_box .note_list li {
    line-height: 2.3;
  }

  .p-sightseeing-detail01__text_box .btn_g {
    max-width: 276px;
    padding-left: 6px;
    margin: 25px 0 0;
  }

  .p-sightseeing-detail01__text_box .btn_g .c-button__link_ptn06:first-of-type {
    max-width: 135px;
  }

  .p-sightseeing-detail01__text_box .btn_g .c-button__link_ptn06:last-of-type {
    max-width: 113px;
  }

  .p-sightseeing-detail01__img_box {
    width: 100%;
    margin: 0 auto 25px;
  }

  .p-sightseeing-detail02 {
    padding-bottom: 70px;
  }

  .p-sightseeing-detail02 .l-inner {
    width: 100%;
  }

  .p-sightseeing-detail02__list {
    display: block;
  }

  .p-sightseeing-detail02__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 27px;
  }

  .p-sightseeing-detail02__list li figure {
    width: 47.2%;
    margin: 0;
  }

  .p-sightseeing-detail02__list li .text_box {
    width: 41.9%;
    margin: 0.8em 5% 0 auto;
  }

  .p-sightseeing-detail02__list li .text_box .list_title {
    width: 108%;
    line-height: 1.67;
    text-align: left;
    margin-bottom: 16px;
  }

  .p-sightseeing-detail02__list li .text_box .list_title.--mb01 {
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .p-sightseeing-detail02__list li .text_box p {
    font-size: 13px;
    line-height: 1.53;
    letter-spacing: 0.01em;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .p-sightseeing-detail02__list li .text_box p.sp_ls01 {
    letter-spacing: 0;
  }

  .p-sightseeing-detail02__list li .text_box p.ls01 {
    letter-spacing: 0.01em;
  }

  .p-sightseeing-detail02__list li .text_box p.ls02 {
    letter-spacing: 0.01em;
  }

  .p-sightseeing-detail03 {
    padding-bottom: 100px;
  }

  .p-sightseeing-detail03 .l-inner {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }

  .p-sightseeing-detail03__img_box {
    width: 100%;
    margin-bottom: 25px;
  }

  .p-sightseeing-detail03__text_box {
    width: 84.8%;
    padding-bottom: 0;
    margin: 0 auto;
  }

  .p-sightseeing-detail03__text_box .box_title {
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    margin: 0 auto 15px;
  }

  .p-sightseeing-detail03__text_box p {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
  }

  .p-sightseeing-servise {
    padding-bottom: 73px;
  }

  .p-sightseeing-servise .l-inner {
    width: 100%;
    padding: 57px 29px 50px;
  }

  .p-sightseeing-servise__title {
    line-height: 1.4;
    margin: 0 auto 25px;
  }

  .p-sightseeing-servise .note_text {
    width: 104%;
    font-size: 15px;
    line-height: 1.82;
    letter-spacing: 0.03em;
    margin: 0 -2% 32px;
  }

  .p-sightseeing-servise__g {
    display: block;
  }

  .p-sightseeing-servise__g-box .box_title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .p-sightseeing-servise__g-box p {
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: 0.06em;
  }

  .p-sightseeing-servise__g-box.box01 {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-sightseeing-servise__g-box.box02 {
    width: 100%;
  }

  .p-top-mv {
    max-height: none;
    height: 161.723vw;
    margin-top: 0;
  }

  .p-top-mv .l-inner {
    top: 60px;
    max-height: none;
    height: 161.723vw;
  }

  .p-top-mv__title {
    top: 37.6vw;
    left: 50%;
    right: auto;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-top-mv__title .sub_text {
    width: 100%;
    font-size: 4.267vw;
    margin-bottom: 7vw;
  }

  .p-top-mv__title .vertical_cnt {
    max-width: 24vw;
    width: 22.667vw;
    height: 58.133vw;
  }

  .p-top-mv__title .main {
    font-size: 5.76vw;
  }

  .p-top-reservation {
    padding: 35px 0 40px;
  }

  .p-top-reservation .l-inner {
    max-width: 315px;
    width: calc(100% - 16vw);
  }

  .p-top-reservation .c-title__ptn06 {
    font-size: 22px;
    padding: 0 0 35px;
  }

  .p-top-about {
    background: url(../img/top/img_top01_sp.png) no-repeat center bottom;
    background-size: cover;
    padding: 90px 0 360px;
  }

  .p-top-about .l-inner {
    display: block;
    width: calc(100% - 16vw);
  }

  .p-top-about__left {
    width: 100%;
    max-width: 104px;
    padding: 0;
    margin: 0 auto 30px;
  }

  .p-top-about__left .c-title__ptn01 {
    top: -14px;
    left: auto;
    right: -39px;
    width: 23px;
    height: 60px;
  }

  .p-top-about__left .lead {
    font-size: 24px;
    line-height: 2.08;
    margin-bottom: 35px;
  }

  .p-top-about__right {
    width: 100%;
    padding-left: 0;
    text-align: left;
  }

  .p-top-about__right .text_box {
    margin-bottom: 23px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .p-top-about__right .text_box p {
    width: 103%;
    height: auto;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: -0.02em;
    margin: 0 0 2em;
  }

  .p-top-about__right .text_box p .ls01 {
    letter-spacing: -0.2em;
  }

  .p-top-about__right .c-button__link_ptn03 {
    margin: 0 auto;
  }

  .p-top-information {
    padding-bottom: 60px;
  }

  .p-top-information .l-inner {
    width: calc(100% - 8vw);
  }

  .p-top-information .c-title__ptn06 {
    font-size: 22px;
    padding: 65px 0 55px;
  }

  .p-top-information__list {
    gap: 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
  }

  .p-top-information__list li {
    width: 46.9%;
    margin-bottom: 15px;
  }

  .p-top-information__list figure {
    margin-bottom: 12px;
  }

  .p-top-information__list-box-info .date {
    width: 73px;
    font-size: 10px;
    letter-spacing: 0.14em;
    padding-right: 6px;
    margin: 0 -7.5% 0 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }

  .p-top-information__list-box-info .information_category {
    width: calc(100% - 63px);
    font-size: 10px;
    letter-spacing: 0.02em;
    margin: 0 -5% 0 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }

  .p-top-information__list-box-article_title {
    font-size: 12px;
    line-height: 1.58;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 370px) {
  .l-footer-left__info-ad {
    font-size: 11px;
  }

  .l-footer-left__info-tel {
    font-size: 20px;
  }

  .l-footer-left__info-time {
    font-size: 10px;
  }

  .l-footer__nav > li ul > li a {
    font-size: 13px;
  }

  .l-footer__nav > li.list04 ul li a {
    font-size: 13px;
    letter-spacing: 0;
  }

  .l-header__menu {
    padding: 20px 20px 60px;
  }

  .l-header .btn_reservation a {
    font-size: 13px;
  }

  .c-button__link_ptn05 a {
    font-size: 13px;
  }

  .c-cnt_block__ptn01-cnt .text_box p {
    font-size: 14px;
  }

  .c-form__area-information .contact_box p.tel {
    font-size: 30px;
  }

  .c-nav__list {
    padding-left: 30px;
  }

  .c-nav__list > li > a {
    font-size: 12px;
  }

  .c-title__ptn02 {
    font-size: 22px;
  }

  .p-access-transportation__cnt-service .info_g .right_box p.tel {
    font-size: 24px;
  }

  .p-facilities-detail__cnt-text_box .information .information_list dd {
    font-size: 11px;
  }

  .p-facilities-information__list li {
    font-size: 12px;
  }

  .p-inquiry-faq__lead p {
    font-size: 14px;
  }

  .p-information-category__list li a {
    font-size: 13px;
  }

  .p-policy-cancellationpolicy__cnt table {
    font-size: 11px;
  }

  .p-policy-cancellationpolicy__cnt table th {
    font-size: 11px;
  }

  .p-policy-cancellationpolicy__cnt table tr:first-of-type th {
    font-size: 10px;
  }

  .p-sightseeing-servise .note_text {
    font-size: 13px;
  }

  .p-sightseeing-servise__g-box p {
    font-size: 13px;
  }

  .p-top-about__right .text_box p {
    font-size: 13px;
  }
}

@media (any-hover: hover) {
  .l-footer__nav > li ul > li a:hover::after {
    width: 100%;
  }

  .l-footer__language li a:hover::after {
    bottom: 5px;
  }

  .l-header__language li a:hover::after {
    bottom: 5px;
  }

  .l-header .btn_reservation a:hover {
    background: #7C7358;
    color: #FFF;
  }

  .c-button__link_ptn01 a:hover {
    background: #d32727;
  }

  .c-button__link_ptn02 a:hover {
    background: #D0CBBA;
  }

  .c-button__link_ptn02 a:hover::after {
    right: 18px;
  }

  .c-button__link_ptn03 a:hover {
    background: #FFF;
  }

  .c-button__link_ptn03 a:hover::after {
    right: 18px;
  }

  .c-button__link_ptn04 a:hover {
    background: #D0CBBA;
  }

  .c-button__link_ptn04 a:hover::after {
    right: 18px;
  }

  .c-button__link_ptn05 a:hover::before {
    bottom: 5px;
  }

  .c-button__link_ptn05 a:hover::after {
    right: 0;
  }

  .c-button__link_ptn06 a:hover::before {
    bottom: 5px;
  }

  .c-button__link_ptn06 a:hover::after {
    right: 0;
  }

  .c-button__link_ptn07 a:hover {
    background: #D0CBBA;
  }

  .c-button__link_ptn07 a:hover::after {
    right: 18px;
  }

  .c-nav__list > li a:hover::after {
    width: 100%;
  }

  .c-nav__list > li span.--shop:hover::after {
    width: 100%;
  }

  .c-nav__list > li.sns_link a:hover {
    opacity: 0.8;
  }

  .c-reservation-form .tabs .tab-trigger:hover {
    opacity: 0.7;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn01 a:hover {
    opacity: 0.7;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn01 a:hover::before {
    left: 4px;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn02 a:hover {
    background: #D0CBBA;
  }

  .c-reservation-form .tabs .tab-content .panel1_inner .form_bnr .btn02 a:hover::after {
    right: 18px;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner ul li a:hover {
    opacity: 0.7;
  }

  .c-reservation-form .tabs .tab-content .panel2_inner ul li a:hover::before {
    left: 4px;
  }

  .p-access-transportation__information .info .g_link a:hover::before {
    bottom: 5px;
  }

  .p-inquiry-faq__lead p a:hover {
    color: #A02323;
  }

  .p-inquiry-faq__lead p a:hover::before {
    bottom: 5px;
    background: #A02323;
  }

  .p-information-category__list li a:hover::after {
    width: 100%;
  }
}
