@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  line-height: 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 {
  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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --information-image-height: 380px;
  --information-line-width: 128px;
  --imagePosY1: 0px;
  --imagePosY2: 0px;
  --imagePosY3: 0px;
  --imagePosY4: 0px;
  --imagePosY5: 0px;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #242424;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2.534;
  text-align: justify;
  overflow-y: scroll;
  min-width: 1000px;
}
@media (max-width: 960px) {
  body {
    font-size: 1rem;
    line-height: 2;
    min-width: 375px;
  }
}
@media (max-width: 960px) {
  body.-fixed {
    position: fixed;
    left: 0;
    right: 0;
  }
}
[lang=en] body {
  text-align: left;
}

[lang=zh-cmn-Hans] body {
  font-family: "Noto Sans SC", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

[lang=zh-cmn-Hant] body {
  font-family: "Noto Sans TC", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

*::selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}
*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

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

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
}

.l-footer {
  position: relative;
  background: #fff;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 960px) {
  .l-footer {
    padding-bottom: 40px;
  }
}

.l-footer__inner {
  display: flex;
}
@media (max-width: 960px) {
  .l-footer__inner {
    display: block;
  }
}

.l-footer__left,
.l-footer__right {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 960px) {
  .l-footer__left,
.l-footer__right {
    display: block;
  }
}

.l-footer__left {
  width: 56.25%;
  padding: 46px 0 36px;
}
@media (max-width: 960px) {
  .l-footer__left {
    width: 100%;
    padding: 40px 10.667%;
  }
}

.l-footer__right {
  width: 43.75%;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 960px) {
  .l-footer__right {
    width: 100%;
    padding: 40px 10.667%;
    border-top: 1px solid #e0e0e0;
    border-left: none;
  }
}

.l-footer__heading {
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .l-footer__heading {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.l-footer__address {
  margin-top: 33px;
  font-size: 1.4rem;
  line-height: 2.286;
}
@media (max-width: 960px) {
  .l-footer__address {
    margin-top: 18px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
  }
  .l-footer__address span {
    display: inline-block;
  }
}

.l-footer__btn1 {
  width: 240px;
  height: 46px;
  margin-top: 23px;
}
@media (max-width: 960px) {
  .l-footer__btn1 {
    width: 200px;
    height: 40px;
    margin-top: 19px;
  }
}
.l-footer__btn1 a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #033885;
  color: #033885;
  font-size: 1.4rem;
  transition: 0.3s ease;
}
@media (max-width: 960px) {
  .l-footer__btn1 a {
    font-size: 1.2rem;
  }
}
.l-footer__btn1 svg {
  width: 20px;
  height: 14px;
  margin-right: 11px;
  fill: #033885;
  transition: 0.3s ease;
}
@media (max-width: 960px) {
  .l-footer__btn1 svg {
    width: 15px;
    height: 10px;
  }
}
@media (min-width: 961px) {
  .l-footer__btn1 a:hover {
    background: #033885;
    color: #fff;
  }
  .l-footer__btn1 a:hover svg {
    fill: #fff;
  }
}

.l-footer__copyright {
  margin-top: 40px;
  color: #a8a8a8;
  font-size: 1rem;
  line-height: 1;
}

.l-footer__logo-wrap a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  transition: 0.3s ease;
}
@media (max-width: 960px) {
  .l-footer__logo-wrap a {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 961px) {
  .l-footer__logo-wrap a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 960px) {
  .l-footer__logo {
    flex-shrink: 0;
    width: 116px;
    height: 96px;
  }
}

.l-footer__btn2 {
  margin-top: 43px;
}
@media (max-width: 960px) {
  .l-footer__btn2 {
    margin-top: 0;
    margin-left: 26px;
    white-space: nowrap;
  }
  .l-footer__btn2 span {
    padding-right: 65px;
    font-size: 1.3rem;
  }
}
@media (max-width: 960px) {
  [lang=en] .l-footer__btn2 {
    white-space: initial;
  }
  [lang=en] .l-footer__btn2 span {
    line-height: 1.5;
  }
}

.l-footer__to-top {
  position: absolute;
  top: 0;
  right: 23px;
}
@media (max-width: 960px) {
  .l-footer__to-top {
    right: 20px;
    width: 12px;
  }
}
.l-footer__to-top__item {
  display: flex;
  align-items: center;
  font-family: "Bellefair", serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  cursor: pointer;
}
@media (min-width: 961px) {
  .l-footer__to-top__item {
    transition: opacity 0.3s ease;
  }
  .l-footer__to-top__item:hover {
    opacity: 0.6;
  }
}
@media (max-width: 960px) {
  .l-footer__to-top__item {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    line-height: 1;
  }
}
.l-footer__to-top__item::before {
  content: "";
  width: 1px;
  height: 56px;
  margin-bottom: 20px;
  background: #d4be7e;
}
@media (max-width: 960px) {
  .l-footer__to-top__item::before {
    height: 50px;
    margin-bottom: 10px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  color: #242424;
  transition: 0.3s ease;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 40px;
}
@media (max-width: 960px) {
  .l-header__inner {
    height: 56px;
    padding: 0 20px;
  }
}

.l-header__logo {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease;
}
.l-header__logo img {
  width: 132px;
  height: 49px;
}
@media (max-width: 960px) {
  .l-header__logo img {
    width: 94px;
    height: 35px;
  }
}

@media (max-width: 960px) {
  .l-header__nav {
    visibility: hidden;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 260px;
    height: 100%;
    padding: 123px 0 20px;
    background: #fff;
    color: #242424;
    -webkit-animation: navHidden 0.3s ease forwards;
            animation: navHidden 0.3s ease forwards;
  }
}

.l-header__nav.-show {
  -webkit-animation: navShow 0.3s ease forwards;
          animation: navShow 0.3s ease forwards;
}

@-webkit-keyframes navShow {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  5% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes navShow {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  5% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes navHidden {
  0% {
    visibility: visible;
    opacity: 1;
  }
  95% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes navHidden {
  0% {
    visibility: visible;
    opacity: 1;
  }
  95% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.l-header__nav-inner {
  padding: 0 50px;
}

.l-header__list {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .l-header__list {
    display: block;
    position: initial;
    transform: none;
  }
}

.l-header__item {
  margin: 0 3em 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2;
}
@media (min-width:961px) and ( max-width:1180px) {
  .l-header__item {
    margin: 0 1em 0 0;
  }
}
@media (max-width: 960px) {
  .l-header__item {
    margin: 0;
    font-size: 1.6rem;
    line-height: 3.875;
  }
}
.l-header__item:last-child {
  margin: auto;
}
.l-header__item a {
  display: block;
  transition: opacity 0.3s ease;
}
@media (min-width: 961px) {
  .l-header__item a:hover {
    opacity: 0.6;
  }
}

.l-header__lang {
  position: relative;
  width: 120px;
}
@media (max-width: 960px) {
  .l-header__lang {
    width: 160px;
    margin-top: 25px;
  }
}

.l-header.-transparent {
  background: transparent;
  color: #fff;
}
.l-header.-transparent .l-header__logo {
  visibility: hidden;
  opacity: 0;
}
.l-header.-transparent .p-header-lang__txt {
  border-color: #fff;
}
.l-header.-transparent .p-header-lang__list {
  background: rgba(255, 255, 255, 0.3);
}

.l-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .l-inner {
    max-width: 100%;
  }
}

.l-wrapper {
  position: relative;
  min-width: 1000px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .l-wrapper {
    min-width: 375px;
  }
}

.u-mt05 {
  margin-top: 0.5em;
}

.u-mb05 {
  margin-bottom: 0.5em;
}

.u-pt05 {
  padding-top: 0.5em;
}

.u-pb05 {
  padding-bottom: 0.5em;
}

.u-mt1 {
  margin-top: 1em;
}

.u-mb1 {
  margin-bottom: 1em;
}

.u-pt1 {
  padding-top: 1em;
}

.u-pb1 {
  padding-bottom: 1em;
}

.u-mt2 {
  margin-top: 2em;
}

.u-mb2 {
  margin-bottom: 2em;
}

.u-pt2 {
  padding-top: 2em;
}

.u-pb2 {
  padding-bottom: 2em;
}

.u-mt3 {
  margin-top: 3em;
}

.u-mb3 {
  margin-bottom: 3em;
}

.u-pt3 {
  padding-top: 3em;
}

.u-pb3 {
  padding-bottom: 3em;
}

.u-mt4 {
  margin-top: 4em;
}

.u-mb4 {
  margin-bottom: 4em;
}

.u-pt4 {
  padding-top: 4em;
}

.u-pb4 {
  padding-bottom: 4em;
}

.u-mt5 {
  margin-top: 5em;
}

.u-mb5 {
  margin-bottom: 5em;
}

.u-pt5 {
  padding-top: 5em;
}

.u-pb5 {
  padding-bottom: 5em;
}

.u-white {
  color: #fff;
  fill: #fff;
}
.u-white * {
  color: #fff;
  fill: #fff;
}

.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top:4em;
  /*border:2px solid #ccc;*/
  max-width: 650px;
/*  color: red;*/
  padding:0.5em 1em;
}
@media (max-width: 960px){
  .u-center{
    padding:0.5em 0;
  }
}
@media (min-width: 961px){
  .u-center{
  }
}

.u-right {
  text-align: right;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
}

.u-left-red {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top:4em;
  max-width: 750px;
  color: red;
  padding:0.5em 1em;
  font-size: 14px;
}
@media (max-width: 960px){
  .u-left-red {
    padding:0.5em 0;
  }
}

@media (min-width: 961px) {
  .u-sp {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .u-pc {
    display: none !important;
  }
}

.u-anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 960px) {
  .u-anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.u-anchor.-access {
  margin-top: -120px;
  padding-top: 120px;
}

.u-color-main {
  color: #033885;
}

.u-notoSC {
  font-family: "Noto Sans SC", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

.u-notoTC {
  font-family: "Noto Sans TC", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

.u-inline-block {
  display: inline-block;
}

.u-border {
  max-width: 1000px;
  border: 1px solid red;
  padding: 2em 1em;
}

:where(.c-btn) {
  display: inline-block;
}
:where(.c-btn) a,
:where(.c-btn) span {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  padding-right: 80px;
  font-size: 1.5rem;
  line-height: 1;
  transition: color 0.3s ease;
}
@media (max-width: 960px) {
  :where(.c-btn) a,
:where(.c-btn) span {
    height: 32px;
    font-size: 1.4rem;
    padding-right: 75px;
  }
}
:where(.c-btn) a::before, :where(.c-btn) a::after,
:where(.c-btn) span::before,
:where(.c-btn) span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
}
:where(.c-btn) a::before,
:where(.c-btn) span::before {
  transform: translateY(calc(-50% - 0.5px));
  width: 56px;
  height: 1px;
  background: #d4be7e;
}
@media (max-width: 960px) {
  :where(.c-btn) a::before,
:where(.c-btn) span::before {
    right: 16px;
    width: 44px;
    height: 1px;
  }
}
:where(.c-btn) a::after,
:where(.c-btn) span::after {
  transform: translate(50%, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid #d4be7e;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media (max-width: 960px) {
  :where(.c-btn) a::after,
:where(.c-btn) span::after {
    transform: translate(0, -50%);
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 961px) {
  :where(.c-btn) a:hover {
    color: rgba(36, 36, 36, 0.6);
  }
  :where(.c-btn) a:hover::after {
    width: 64px;
    height: 64px;
  }
  a:hover :where(.c-btn) span::after {
    width: 64px;
    height: 64px;
  }
}

.c-btn2 {
  height: 88px;
  background: #fff;
}
@media (max-width: 960px) {
  .c-btn2 {
    height: 58px;
  }
}
.c-btn2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  transition: 0.3s ease;
}
@media (max-width: 960px) {
  .c-btn2 a {
    padding: 0 40px;
  }
}
.c-btn2 a::before, .c-btn2 a::after {
  content: "";
  position: absolute;
  top: 50%;
}
.c-btn2 a::before {
  right: 100px;
  transform: translateY(calc(-50% - 0.5px));
  width: 56px;
  height: 1px;
  background: #d4be7e;
}
@media (max-width: 960px) {
  .c-btn2 a::before {
    right: 54px;
    width: 44px;
    height: 1px;
  }
}
.c-btn2 a::after {
  right: 80px;
  transform-origin: center;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid #d4be7e;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media (max-width: 960px) {
  .c-btn2 a::after {
    right: 40px;
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 961px) {
  .c-btn2 a:hover {
    color: rgba(36, 36, 36, 0.6);
  }
  .c-btn2 a:hover::after {
    right: 68px;
    width: 64px;
    height: 64px;
  }
}

.c-btn2.-color1 a {
  background: #033885;
  color: #fff;
  transition: 0.3s ease;
}
.c-btn2.-color1 a::before {
  background: #fff;
}
.c-btn2.-color1 a::after {
  border-color: #fff;
}
@media (min-width: 961px) {
  .c-btn2.-color1 a:hover {
    background: rgba(3, 56, 133, 0.6);
  }
}

.c-btn2.-color2 a {
  background: #d4be7e;
  color: #fff;
  transition: 0.3s ease;
}
.c-btn2.-color2 a::before {
  background: #fff;
}
.c-btn2.-color2 a::after {
  border-color: #fff;
}
@media (min-width: 961px) {
  .c-btn2.-color2 a:hover {
    background: rgba(212, 190, 126, 0.6);
  }
}

.c-heading1 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .c-heading1 {
    font-size: 3.2rem;
  }
}

.c-heading2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .c-heading2 {
    font-size: 2rem;
  }
}

.c-icon {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.c-image-fit {
  position: relative;
}
.c-image-fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-image-fit.-left-top img {
  -o-object-position: left top;
     object-position: left top;
}

.c-image-fit.-left-center img {
  -o-object-position: left center;
     object-position: left center;
}

.c-image-fit.-left-bottom img {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.c-image-fit.-right-top img {
  -o-object-position: right top;
     object-position: right top;
}

.c-image-fit.-right-center img {
  -o-object-position: right center;
     object-position: right center;
}

.c-image-fit.-right-bottom img {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.c-image-fit.-center-top img {
  -o-object-position: center top;
     object-position: center top;
}

.c-image-fit.-center-bottom img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.js-heading-anim {
  overflow: hidden;
}
.js-heading-anim span {
  display: inline-block;
  opacity: 0;
}

.js-scroll-view {
  filter: blur(5px);
  transition: filter 1s ease;
}

.js-scroll-view.-animated {
  filter: blur(0);
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-loading__text {
  font-family: "Bellefair", serif;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
.c-loading__count {
  color: #033885;
  font-family: "Bellefair", serif;
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 15px 0 45px;
}
.c-loading__indicator {
  width: 280px;
  height: 1px;
  background-color: rgba(3, 56, 133, 0.16);
}
.c-loading__indicator__progress {
  width: 0%;
  height: 100%;
  background-color: #033885;
  transition: width 0.2s ease;
}
.-loaded .c-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}
.-loaded .c-loading__grp {
  transform: translate(0, -30%);
  transition: transform 2s ease;
}

.slider {
  position: relative;
}
.slider-inner {
  position: relative;
}
.slider-item {
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.slider-btns {
  display: none;
}

.c-svg-sprite {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.c-txt {
  font-size: 1.5rem;
  line-height: 2.534;
}

.c-txt-small {
  font-size: 1.4rem;
  line-height: 2.143;
}
@media (max-width: 960px) {
  .c-txt-small {
    font-size: 1.2rem;
    line-height: 1.834;
  }
}

.p-404 {
  flex-shrink: 0;
  padding: 160px 5.334%;
  text-align: center;
}
@media (max-width: 960px) {
  .p-404 {
    padding: 80px 5.334%;
  }
}

.p-404__heading {
  color: #033885;
  font-family: "Bellefair", serif;
  font-size: 6.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 960px) {
  .p-404__heading {
    font-size: 3.2rem;
  }
}

.p-404__txt {
  margin-top: 55px;
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .p-404__txt {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

.p-404__btn {
  margin-top: 120px;
}
@media (max-width: 960px) {
  .p-404__btn {
    margin-top: 60px;
  }
}

.p-about-auberge {
  position: relative;
  max-width: 1280px;
  margin: 148px auto 0;
  padding: 300px 80px 400px 0;
}
@media (max-width: 960px) {
  .p-about-auberge {
    margin-top: 90px;
    padding: 0;
  }
}

.p-about-auberge__image-wrap {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 960px) {
  .p-about-auberge__image-wrap {
    display: block;
    position: initial;
  }
}

.p-about-auberge__image1 {
  width: 62.5%;
  height: 720px;
}
@media (max-width: 960px) {
  .p-about-auberge__image1 {
    width: 100%;
    height: 338px;
  }
}

.p-about-auberge__image2 {
  width: 31.25%;
  height: 300px;
}
@media (max-width: 960px) {
  .p-about-auberge__image2 {
    width: 100%;
    height: 281px;
  }
}

.p-about-auberge__image3 {
  position: absolute;
  left: 50%;
  transform: translateX(-520px);
  bottom: 116px;
}

.p-about-auberge__image4 {
  position: absolute;
  left: 50%;
  transform: translateX(80px);
  bottom: 0;
}
.p-about-auberge__image4 img {
  max-width: none;
}

.p-about-auberge__txt-wrap {
  position: relative;
  background: #fff;
  width: 520px;
  min-height: 640px;
  margin-left: auto;
  padding: 0 0 0 80px;
}
@media (max-width: 960px) {
  .p-about-auberge__txt-wrap {
    width: auto;
    min-height: auto;
    margin: -40px 0 0 10.667%;
    padding: 0 20px 0 40px;
  }
}

.p-about-auberge__heading {
  position: relative;
  top: -15px;
  font-family: "Bellefair", serif;
  font-size: 6.4rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .p-about-auberge__heading {
    top: -12px;
    font-size: 4.8rem;
    margin: initial;
    padding: initial;
  }
}
.p-about-auberge__heading::before {
  content: "";
  position: absolute;
  bottom: 0.15em;
  left: -40px;
  width: 1px;
  height: 120px;
  background: #d4be7e;
}
@media (max-width: 960px) {
  .p-about-auberge__heading::before {
    left: -20px;
    height: 80px;
  }
}

.p-about-auberge__txt {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 3.0667;
}
@media (max-width: 960px) {
  .p-about-auberge__txt {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 2.5;
    letter-spacing: 0.08em;
  }
}

.p-about-cuisine {
  margin-top: 180px;
  background: #f5f4f0;
}
@media (max-width: 960px) {
  .p-about-cuisine {
    margin-top: 105px;
  }
}

.p-about-cuisine__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  max-width: 1120px;
  height: 760px;
  margin: auto;
  padding: 0 40px;
}
@media (max-width: 960px) {
  .p-about-cuisine__inner {
    height: auto;
    padding: 0 10.667% 60px;
  }
}

.p-about-cuisine__image1 {
  position: absolute;
  top: 40px;
  right: -120px;
}
@media (max-width: 960px) {
  .p-about-cuisine__image1 {
    position: relative;
    top: auto;
    right: auto;
    width: max(100vw, 375px);
    margin: -20px 0 50px -5.334vw;
    height: 397px;
  }
  .p-about-cuisine__image1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.p-about-cuisine__heading {
  position: relative;
  font-family: "Bellefair", serif;
  font-size: 6.4rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .p-about-cuisine__heading {
    font-size: 4.8rem;
    margin: initial;
    padding: initial;
  }
}
.p-about-cuisine__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 320px;
  width: 240px;
  height: 1px;
  background: #d4be7e;
}
@media (max-width: 960px) {
  .p-about-cuisine__heading::before {
    left: 235px;
    width: 100vw;
  }
}

.p-about-cuisine__txt {
  margin-top: 45px;
  font-size: 1.5rem;
  line-height: 3.0667;
}
@media (max-width: 960px) {
  .p-about-cuisine__txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2.5;
    letter-spacing: 0.08em;
  }
}

.p-about-cuisine__btn {
  margin-top: 45px;
}
@media (max-width: 960px) {
  .p-about-cuisine__btn {
    margin-top: 30px;
  }
}

.p-about-lead {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 960px) {
  .p-about-lead {
    margin-top: 70px;
    padding: 0 5.334%;
  }
}

.p-about-lead__txt {
  margin-top: 43px;
  font-size: 15px;
  line-height: 2.667;
}
@media (max-width: 960px) {
  .p-about-lead__txt {
    margin-top: 28px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.p-about-media {
  position: relative;
  margin-top: 160px;
  padding: 40px 0;
  background: #f5f4f0;
}
@media (max-width: 960px) {
  .p-about-media {
    margin-top: 90px;
    padding: 70px 5.334% 40px;
  }
}
.p-about-media::before {
  content: "";
  position: absolute;
  top: 40px;
  left: max(50% - 480px, 160px);
  width: 100vw;
  height: calc(100% - 80px);
  border: 1px solid #d4be7e;
}
@media (max-width: 960px) {
  .p-about-media::before {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 89.333%;
    height: calc(100% - 110px);
  }
}

.p-about-media__inner {
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding: 96px 80px 86px 240px;
}
@media (max-width: 960px) {
  .p-about-media__inner {
    padding: 30px 30px 25px;
  }
}

.p-about-media__star {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .p-about-media__star {
    flex-direction: row;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-about-media__star svg.-star {
  transform: rotate(90deg);
  margin: 8px 0;
  color: #d4be7e;
}
@media (max-width: 960px) {
  .p-about-media__star svg.-star {
    width: 17px 16px;
    margin: 0 5.5px;
  }
}

.p-about-media__ttl-sub {
  font-family: "Bellefair", serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  .p-about-media__ttl-sub {
    font-size: 1.6rem;
  }
}

.p-about-media__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px;
  font-family: "Bellefair", serif;
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  .p-about-media__ttl {
    display: block;
    margin-top: 13px;
    font-size: 3.6rem;
    line-height: 1.112;
  }
}
.p-about-media__ttl span {
  font-size: 4rem;
}
@media (max-width: 960px) {
  .p-about-media__ttl span {
    font-size: 2.4rem;
    line-height: 1;
  }
}

.p-about-media__txt {
  margin-top: 24px;
  font-size: 1.5rem;
  line-height: 2.4;
}
@media (max-width: 960px) {
  .p-about-media__txt {
    margin-top: 19px;
    font-size: 1.2rem;
    line-height: 2.0834;
  }
}

.p-about-stay {
  position: relative;
  max-width: 1280px;
  margin: 220px auto 0;
}
@media (max-width: 960px) {
  .p-about-stay {
    max-width: 750px;
    margin-top: 90px;
  }
}

.p-about-stay__image1 {
  width: min(100% - 40px, 1240px);
  height: 600px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .p-about-stay__image1 {
    width: 100%;
    height: 264px;
  }
}

.p-about-stay__inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 70px;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .p-about-stay__inner {
    display: block;
    margin-top: 50px;
    padding: 0 5.334% 0 10.667%;
  }
}

.p-about-stay__heading {
  position: relative;
  margin-left: 120px;
  padding-left: 40px;
  font-family: "Bellefair", serif;
  font-size: 6.4rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .p-about-stay__heading {
    font-size: 4.8rem;
    margin: initial;
    padding: initial;
  }
}
.p-about-stay__heading::before {
  content: "";
  position: absolute;
  bottom: 0.15em;
  left: 0;
  width: 1px;
  height: 180px;
  background: #d4be7e;
}
@media (max-width: 960px) {
  .p-about-stay__heading::before {
    left: -20px;
    height: 130px;
  }
}

.p-about-stay__txt-wrap {
  margin-left: 80px;
}
@media (max-width: 960px) {
  .p-about-stay__txt-wrap {
    margin: 30px auto 0;
  }
}

.p-about-stay__txt {
  margin-top: -15px;
  font-size: 1.5rem;
  line-height: 3.0667;
}
@media (max-width: 960px) {
  .p-about-stay__txt {
    font-size: 1.4rem;
    line-height: 2.5;
    letter-spacing: 0.08em;
  }
}

.p-about-stay__btn {
  margin-top: 45px;
}
@media (max-width: 960px) {
  .p-about-stay__btn {
    margin-top: 30px;
  }
}

.p-access-route__lnk {
  position: relative;
  max-width: 1120px;
  margin: 190px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .p-access-route__lnk {
    margin: 370px auto 0;
    height: auto;
  }
}
.p-access-route__lnk li {
  width: calc(100% / 3);
}
.p-access-route__lnk li a {
  display: block;
  text-decoration: none;
  border: 2px solid #ccc;
  text-align: center;
  font-size: 1.6rem;
  padding: 1.1em 1em;
  transition: opacity 400ms ease;
}
.p-access-route__lnk li a:hover {
  opacity: .7;
}
.p-access-route__lnk li + li a {
  border-left: 0;
}
.p-access-route__lnk li a br {
  display: none;
}
@media (max-width: 960px) {
  .p-access-route__lnk li a br {
    display: block;
  }
}

@media (max-width: 960px) {
  .p-access-route__outer,
.p-access-route__outer * {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-access-route__outer::-webkit-scrollbar,
.p-access-route__outer *::-webkit-scrollbar {
    display: none;
  }
}

.acc_title {
  text-align: center;
  padding-top: 75px;
}
.acc_title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.4rem;
  color: #003894;
}
.acc_title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 15px;
  background: url(../images/common/icon_title.png) no-repeat center center / contain;
  margin-right: 8px;
}

.p-access-route__outer {
  position: relative;
  max-width: 1120px;
  margin: 25px auto 0;
}
@media (max-width: 960px) {
  .p-access-route__outer {
    height: auto;
  }
}
.p-access-route__outer .simplebar-vertical {
  visibility: hidden !important;
}
.p-access-route__outer .simplebar-track.simplebar-horizontal {
  margin: 0 5.334%;
  height: 4px;
  background: rgba(134, 134, 134, 0.2);
  border-radius: 4px;
}
.p-access-route__outer .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 4px;
  border-radius: 4px;
}
.p-access-route__outer .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  background: #868686;
  opacity: 1;
  left: 0;
  right: 0;
}

.p-access-route__overlay {
  display: none;
  pointer-events: none;
  color: #fff;
}
@media screen and (max-width: 710px) {
  .p-access-route__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, 0.6);
    transition: opacity 0.3s ease;
  }
  .p-access-route__outer.-animated .p-access-route__overlay {
    -webkit-animation: overlayHidden 0.6s ease 5.1s forwards;
            animation: overlayHidden 0.6s ease 5.1s forwards;
  }
}
.p-access-route__overlay svg.-swipe-hand {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(100%);
  opacity: 0;
  width: 54px;
  height: 54px;
}
.p-access-route__outer.-animated .p-access-route__overlay svg.-swipe-hand {
  -webkit-animation: swipeHand 2.4s ease 0.5s forwards;
          animation: swipeHand 2.4s ease 0.5s forwards;
}

.p-access-route__overlay svg.-swipe-all {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 54px;
  height: 54px;
}
.p-access-route__outer.-animated .p-access-route__overlay svg.-swipe-all {
  -webkit-animation: swipeShow 0.3s ease 2.9s forwards;
          animation: swipeShow 0.3s ease 2.9s forwards;
}

.p-access-route__overlay p {
  position: absolute;
  top: 179px;
  left: 0;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.p-access-route__overlay.-hidden {
  opacity: 0 !important;
  -webkit-animation: none !important;
          animation: none !important;
}

@-webkit-keyframes swipeHand {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  49% {
    transform: translateX(-150%);
    opacity: 0;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(100%);
    opacity: 1;
  }
  71% {
    opacity: 1;
  }
  100% {
    transform: translateX(-150%);
    opacity: 0;
  }
}

@keyframes swipeHand {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  49% {
    transform: translateX(-150%);
    opacity: 0;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(100%);
    opacity: 1;
  }
  71% {
    opacity: 1;
  }
  100% {
    transform: translateX(-150%);
    opacity: 0;
  }
}
@-webkit-keyframes swipeShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swipeShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlayHidden {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@keyframes overlayHidden {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

.p-activity {
  max-width: 1280px;
  width: 90%;
  margin: 200px auto 0;
}
@media (max-width: 960px) {
  .p-activity {
    margin-top: 90px;
  }
}
.p-activity__heading {
  text-align: center;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Bellefair", serif;
}
@media (max-width: 960px) {
  .p-activity__heading {
    font-size: 3.6rem;
  }
}
.p-activity__img {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 960px) {
  .p-activity__img {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.p-activity__img li {
  width: 31%;
}
@media (max-width: 960px) {
  .p-activity__img li {
    width: 48%;
  }
  .p-activity__img li:last-child {
    margin: 4% auto 0;
  }
}

.p-access-route {
  display: flex;
  width: 100%;
}
@media (max-width: 960px) {
  .p-access-route {
    width: 710px;
    margin: 0 auto;
    padding: 15px 20px 26px;
  }
}

.p-access-route__left {
  width: 100%;
}

.p-access-route__list {
  width: 100%;
}
.p-access-route__list li + li {
  margin-top: 20px;
}

.p-access-route__item {
  position: relative;
  display: flex;
  align-items: center;
}

.p-access-route__point {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: #d4be7e;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.734;
  text-align: center;
}
@media (max-width: 960px) {
  .p-access-route__point {
    width: 74px;
    height: 74px;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
[lang=en] .p-access-route__point {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-access-route__point.double {
  position: absolute;
  left: 0;
  top: 0;
  height: 212px;
  border-radius: 5em;
}
@media (max-width: 960px) {
  .p-access-route__point.double {
    height: 168px;
  }
}

.p-access-route__point.quadruple {
  position: absolute;
  left: 0;
  top: 0;
  height: 444px;
  border-radius: 5em;
}
@media (max-width: 960px) {
  .p-access-route__point.quadruple {
    height: 356px;
  }
}

.p-access-route__point.transparent {
  opacity: 0;
}

.p-access-route__column2 {
  display: flex;
  width: 100%;
}

.p-access-route__item + .p-access-route__column2 {
  margin-top: 20px;
}

.p-access-route__item {
  width: 100%;
}

.p-access-route__wrap {
  display: flex;
  flex-direction: column;
  width: calc(100% - 96px);
  text-align: center;
}
@media (max-width: 960px) {
  .p-access-route__wrap {
    width: calc(100% - 74px);
  }
}

.p-access-route__wrap.double {
  position: absolute;
  right: 0;
  top: 0;
  padding: 72px 0;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 960px) {
  .p-access-route__wrap.double {
    padding: 58px 0 57px;
  }
}

.p-access-route__wrap.quadruple {
  position: absolute;
  right: 0;
  top: 0;
  padding: 188px 0;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 960px) {
  .p-access-route__wrap.quadruple {
    padding: 150px 0 149px;
  }
}

.p-access-route__term {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 2.429;
}
.p-access-route__term + .p-access-route__term {
  background: linear-gradient(90deg, #d4be7e 1px, transparent 1px) repeat-x center top/3px 1px;
}
@media (max-width: 960px) {
  .p-access-route__term + .p-access-route__term {
    margin-top: 6.5px;
    padding: 6.5px 0 0;
  }
}
@media (max-width: 960px) {
  .p-access-route__term {
    font-size: 1.2rem;
    line-height: 1.5834;
  }
}
.p-access-route__term .view_tab-sp {
  display: none;
}
@media (max-width: 960px) {
  .p-access-route__term .view_tab-sp {
    display: block;
  }
}
.p-access-route__term svg {
  color: #033885;
}
.p-access-route__term svg.-car {
  width: 26px;
  height: 15px;
  margin-right: 11px;
}
@media (max-width: 960px) {
  .p-access-route__term svg.-car {
    width: 18px;
    height: 11px;
    margin-right: 8px;
  }
}
.p-access-route__term svg.-train {
  width: 27px;
  height: 21px;
  margin-right: 8px;
}
@media (max-width: 960px) {
  .p-access-route__term svg.-train {
    width: 17.5px;
    height: 13.5x;
    margin-right: 8px;
  }
}

.p-access-route__desc {
  position: relative;
  padding: 5px 0;
  background: linear-gradient(90deg, #d4be7e 1px, transparent 1px) repeat-x center top/3px 1px;
  font-size: 1.4rem;
  line-height: 1.715;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  .p-access-route__desc {
    margin-top: 6.5px;
    padding: 6.5px 0 0;
    font-size: 1.2rem;
    line-height: 1.5834;
  }
}
.p-access-route__right {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 160px;
  border: 1px solid #d4be7e;
}
@media (max-width: 960px) {
  .p-access-route__right {
    width: 90px;
  }
}
.p-access-route__right img {
  width: 139px;
  height: 62px;
}
@media (max-width: 960px) {
  .p-access-route__right img {
    width: 78px;
    height: 35px;
  }
}

.p-access {
  margin-top: 200px;
}
@media (max-width: 960px) {
  .p-access {
    margin-top: 90px;
  }
}

.p-access__inner {
  position: relative;
  max-width: 880px;
  margin: auto;
}
@media (max-width: 960px) {
  .p-access__inner {
    padding: 0 5.334%;
  }
}

.p-access__map {
  position: absolute;
  top: -100px;
  left: 50%;
  z-index: -1;
  transform: translateX(-128px);
  width: 767px;
}
@media (max-width: 960px) {
  .p-access__map {
    top: 156px;
    width: 500px;
    left: 50%;
    transform: translateX(calc(-50% + 50px));
  }
}

.p-access__heading {
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Bellefair", serif;
}
@media (max-width: 960px) {
  .p-access__heading {
    font-size: 3.6rem;
  }
}

.p-access__address {
  margin-top: 52px;
}
@media (max-width: 960px) {
  .p-access__address {
    margin-top: 33px;
    text-align: left;
  }
  .p-access__address span {
    display: inline-block;
  }
}

.p-access__btn {
  margin-top: 45px;
}
@media (max-width: 960px) {
  .p-access__btn {
    margin-top: 24px;
  }
}

.p-fixed {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  transition: opacity 0.3s ease;
}
@media (max-width: 960px) {
  .p-fixed {
    display: flex;
    bottom: 20px;
    right: 5.334%;
  }
}
.p-fixed.-show {
  opacity: 1;
  pointer-events: initial;
}

.p-fixed__tel {
  margin-left: 5px;
}
.p-fixed__tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background: #f6faff;
  border: 1px solid #033885;
  border-radius: 50%;
  color: #033885;
}
.p-fixed__tel svg.-tel {
  width: 16px;
  height: 18px;
}
.p-fixed__tel span {
  width: 100%;
  margin-top: 10px;
  font-family: "Bellefair", serif;
  font-size: 1.4rem;
  line-height: 0.8;
  text-align: center;
}

.p-fixed__reservation {
  background-color: #fff;
  border-radius: 50%;
}
.p-fixed__reservation a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  background: #033885;
  border-radius: 50%;
  color: #fff;
}
@media (min-width: 961px) {
  .p-fixed__reservation a {
    transition: opacity 0.3s ease;
  }
  .p-fixed__reservation a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 960px) {
  .p-fixed__reservation a {
    width: 68px;
    height: 68px;
  }
}
.p-fixed__reservation svg.-calendar {
  width: 27px;
  height: 27px;
}
@media (max-width: 960px) {
  .p-fixed__reservation svg.-calendar {
    display: none;
  }
}
.p-fixed__reservation span {
  width: 100%;
  margin-top: 14px;
  font-size: 1.6rem;
  line-height: 0.8;
  text-align: center;
}
@media (max-width: 960px) {
  .p-fixed__reservation span {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.4167;
  }
}

.p-hamburger {
  position: absolute;
  top: 0;
  right: 5.344%;
  z-index: 20;
  width: 48px;
  height: 100%;
}

.p-hamburger__line {
  position: absolute;
  left: 50%;
  width: 48px;
  height: 1px;
  transition: transform 0.3s ease;
}
.p-hamburger__line:nth-child(1) {
  top: 14px;
  transform: translateX(-50%);
}
.p-hamburger__line:nth-child(2) {
  top: 24px;
  transform: translateX(-50%);
}

.p-hamburger__txt {
  display: block;
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  font-family: "Bellefair", serif;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

[aria-expanded=true] .p-hamburger__line {
  color: #242424;
}
[aria-expanded=true] .p-hamburger__line:nth-child(1) {
  top: 19px;
  width: 37px;
  transform: translateX(-50%) rotate(-30deg);
}
[aria-expanded=true] .p-hamburger__line:nth-child(2) {
  top: 19px;
  width: 37px;
  transform: translateX(-50%) rotate(30deg);
}

[aria-expanded=true] .p-hamburger__txt {
  color: #242424;
}

.p-header-lang {
  font-size: 1.2rem;
  line-height: 2.334;
  cursor: pointer;
}
@media (max-width: 960px) {
  .p-header-lang {
    font-size: 1.6rem;
    line-height: 3;
  }
}

.p-header-lang__txt {
  all: unset;
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #242424;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  transition: 0.3s ease;
  transition-property: opacity, border-color;
}
@media (min-width: 961px) {
  .p-header-lang__txt:hover {
    opacity: 0.6;
  }
}
@media (max-width: 960px) {
  .p-header-lang__txt {
    padding-left: 10px;
    border-color: #242424;
  }
}
.p-header-lang__txt svg.-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media (max-width: 960px) {
  .p-header-lang__txt svg.-arrow {
    right: 10px;
  }
}

.p-header-lang__txt.-open svg.-arrow {
  transform: translateY(-50%) rotate(-180deg);
}

.p-header-lang__list {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 23px;
  background: #fff;
}
@media (max-width: 960px) {
  .p-header-lang__list {
    position: initial;
    padding: 0 10px;
  }
}
.p-header-lang__list::before, .p-header-lang__list::after {
  content: "";
  display: block;
  padding-top: 16px;
}
.p-header-lang__list li {
  color: #242424;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (min-width: 961px) {
  .p-header-lang__list li a {
    transition: opacity 0.3s ease;
  }
  .p-header-lang__list li a:hover {
    opacity: 0.6;
  }
}


/* -----------------------------------------------------------
  con_ameinfo
----------------------------------------------------------- */
.con_ameinfo {
  position: relative;
  width: 90%;
  max-width: 710px;
  margin: 0 auto 6em;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .con_ameinfo {
    max-width: 90%;
  }
}
.con_ameinfo .inner {
  box-sizing: border-box;
  border: 2px solid #033885;
  margin-top: 3.64583%;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .con_ameinfo .inner {
    margin-top: 6.48148%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ameinfo .inner {
    margin-top: 2em;
  }
}
.con_ameinfo .inner .st {
  cursor: pointer;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #033885;
  padding: 1.2em 1em;
  letter-spacing: 0.2em;
  transition: all 400ms ease;
}
@media only screen and (max-width: 767px) {
  .con_ameinfo .inner .st {
    padding: 0.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .con_ameinfo .inner .st {
    letter-spacing: 0.16em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ameinfo .inner .st {
    letter-spacing: 0.05em;
  }
}
.con_ameinfo .inner .st:before, .con_ameinfo .inner .st:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: baseline;
}
.con_ameinfo .inner .st:after {
   content: '';
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  border-right: 2px solid #033885;
  border-bottom: 2px solid #033885;
  transform: rotate(45deg);
  vertical-align: 0.2em;
  margin-left: 0.4em;
  transition: transform 400ms ease,vertical-align 400ms ease,border-color 400ms ease;
}
@media only screen and (max-width: 767px) {
  .con_ameinfo .inner .st:after {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1080px) {
  .con_ameinfo .inner .st {
    font-size: 130%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .con_ameinfo .inner .st {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ameinfo .inner .st {
    font-size: 140%;
  }
}
@media only screen and (min-width: 1080px) {
  .con_ameinfo .inner .st:hover {
    color: #000;
  }
}
@media only screen and (min-width: 1080px) {
  .con_ameinfo .inner .st:hover:after {
    border-color: #000;
  }
}
.con_ameinfo .inner .st.active:after {
  transform: rotate(45deg) scale(-1,-1);
}
@media only screen and (min-width: 768px){.con_ameinfo .inner .st.active:after{vertical-align:0}}
.con_ameinfo .inner .detail {
  display: none;
  text-align: left;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .con_ameinfo .inner .detail {
    letter-spacing: 0.04em;
  }
}
@media only screen and (min-width: 768px) {
  .con_ameinfo .inner .detail {
    padding: 1em 3em 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ameinfo .inner .detail {
    padding: 0 1.5em 1.5em;
  }
}
.con_ameinfo .inner .detail > div:not(:first-child) {
  margin-top: 1.5em;
}
.con_ameinfo .inner .detail .txt {
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .con_ameinfo .inner .detail .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ameinfo .inner .detail .txt {
    font-size: 100%;
  }
}
.con_ameinfo .inner .detail .sst {
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
@media only screen and (min-width: 1080px) {
  .con_ameinfo .inner .detail .sst {
    font-size: 110%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .con_ameinfo .inner .detail .sst {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ameinfo .inner .detail .sst {
    font-size: 108%;
  }
}
.con_ameinfo .inner .detail .sst span {
  font-size: 83%;
}
.con_ameinfo .inner .detail .sst:before {
  content: '';
  width: .5em;
  height: .5em;
  background: #000;
  position: absolute;
  top: .6em;
  left: 0;
  border-radius: 1em;
}
.con_ameinfo .inner .detail.active{display:block;}
@media only screen and (min-width: 768px) {
  .view_sp {
    display: none!important;
  }
}


.p-information {
  margin-bottom: 240px;
  margin-top:120px;
}
@media (max-width: 960px) {
  .p-information {
    margin-bottom: 50px;
    margin-top:10em;
  }
}

.p-information__inner {
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding: 196px min(9.375%, 120px) 0 0;
}
@media (max-width: 960px) {
  .p-information__inner {
    padding: 0;
  }
}

.p-information__heading {
  position: absolute;
  top: 196px;
  left: calc(100% - min(6.25%, 80px));
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Bellefair", serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media (max-width: 960px) {
  .p-information__heading {
    font-size: 1rem;
    top: 150px;
    left: 94.666%;
  }
}
.p-information__heading::after {
  content: "";
  position: absolute;
  top: 132px;
  left: 50%;
  width: 1px;
  height: var(--information-line-width);
  background: #d4be7e;
}
@media (max-width: 960px) {
  .p-information__heading::after {
    top: 89px;
  }
}

.p-information__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: min(56.25%, 720px);
  height: 380px;
}
@media (max-width: 960px) {
  .p-information__image {
    position: relative;
    top: 0;
    left: 0;
    width: 84%;
    height: 200px;
  }
}
.p-information__image img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media (max-width: 960px) {
  .p-information__image img {
    -o-object-position: center;
       object-position: center;
  }
}

.p-information__wrap {
  width: 640px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .p-information__wrap {
    width: 84%;
    margin: -50px 0 0 5.334%;
  }
}

@media (max-width: 960px) {
  .p-information__btn {
    height: 72px;
  }
  .p-information__btn a {
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: 1.667;
  }
  .p-information__btn a::before {
    right: 34px;
  }
  .p-information__btn a::after {
    right: 20px;
  }
}

.p-information__list {
  padding: 50px 0 0 80px;
  background: #fff;
  position: relative;
  top:90px;
}
@media (max-width: 960px) {
  .p-information__list {
    padding: 19px 0 0 20px;
  }
}

.p-information__item + .p-information__item {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .p-information__item + .p-information__item {
    margin-top: 14px;
  }
}

.p-information__term {
  position: relative;
  padding: 8px 80px 7px 40px;
  border-bottom: 1px solid #242424;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
  cursor: pointer;
}
@media (max-width: 960px) {
  .p-information__term {
    padding: 12px 40px 12px 10px;
    font-size: 1.2rem;
    line-height: 1.667;
  }
}
.p-information__term::before, .p-information__term::after {
  content: "";
  position: absolute;
  background: #d4be7e;
}
.p-information__term::before {
  top: calc(50% - 0.5px);
  right: 40px;
  width: 16px;
  height: 1px;
}
@media (max-width: 960px) {
  .p-information__term::before {
    right: 10px;
    width: 15px;
  }
}
.p-information__term::after {
  top: 50%;
  right: 47px;
  transform: translate(0, -50%);
  width: 1px;
  height: 16px;
  transition: 0.3s ease-out;
}
@media (max-width: 960px) {
  .p-information__term::after {
    right: 17px;
    height: 15px;
  }
}

.p-information__term.-open::after {
  opacity: 0;
}

.p-information__desc {
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 0 40px;
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 960px) {
  .p-information__desc {
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 1.667;
  }
}
.p-information__desc::before {
  content: "";
  display: block;
  padding-top: 32px;
}
@media (max-width: 960px) {
  .p-information__desc::before {
    padding-top: 16px;
  }
}
.p-information__desc p + p {
  margin-top: 20px;
}
.p-information__desc .txt_border{
  text-decoration: underline;
}

.p-mainvisual {
  position: relative;
  height: 100vh;
  overflow: hidden;
}


.p-mainvisual__logo {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .p-mainvisual__logo {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-mainvisual__logo img {
  width: 21.719vw;
}
@media (max-width: 960px) {
  .p-mainvisual__logo img {
    width: 63.467vw;
    max-width: none;
  }
}

.p-mainvisual__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 80px;
  height: 180px;
  background: #fff;
}
@media (max-width: 960px) {
  .p-mainvisual__btn {
    width: 40px;
    height: 124px;
  }
}
.p-mainvisual__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #033885;
  color: #fff;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transition: 0.3s ease;
}
@media (max-width: 960px) {
  .p-mainvisual__btn a {
    font-size: 1.2rem;
    line-height: 0.1;
  }
}
.p-mainvisual__btn svg {
  width: 21px;
  height: 21px;
  margin-bottom: 18px;
}
@media (max-width: 960px) {
  .p-mainvisual__btn svg {
    width: 12px;
    height: 12px;
    margin-bottom: 8px;
    margin-left: 0;
  }
}
@media (min-width: 961px) {
  .p-mainvisual__btn a:hover {
    opacity: 0.6;
  }
}

.p-mv-lower {
  width: 100%;
  height: 520px;
}
@media (max-width: 960px) {
  .p-mv-lower {
    margin-top: 56px;
    height: 260px;
  }
}

.p-pickup {
  position: relative;
  margin-top: 200px;
  padding: 112px 0 120px;
}
@media (max-width: 960px) {
  .p-pickup {
    margin-top: 90px;
    padding: 50px 0 30px;
  }
}
.p-pickup::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
  transform: translateX(400px);
  width: 100vw;
  height: 100%;
  background: #f5f4f0;
}
@media (max-width: 960px) {
  .p-pickup::before {
    left: 0;
    transform: none;
    width: 94.666%;
  }
}

.p-pickup__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-pickup__inner {
    padding: 0 5% 0 5.334%;
  }
}

.p-pickup__heading-wrap {
  position: relative;
}
.p-pickup__heading-wrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 240px;
  width: 100vw;
  height: 1px;
  background: linear-gradient(90deg, #242424 120px, #d4be7e 120px);
}
@media (max-width: 960px) {
  .p-pickup__heading-wrap::after {
    left: 114px;
    background: linear-gradient(90deg, #242424 60px, #d4be7e 60px);
  }
}

.p-pickup__heading {
  position: relative;
  font-family: "Bellefair", serif;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  .p-pickup__heading {
    font-size: 2.4rem;
  }
}

.p-pickup__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .p-pickup__list {
    margin-top: 30px;
    margin:auto;
    padding-top:2em;
  }
}
.p-pickup__item{
  margin-bottom:1em;
  margin-left:1em;
  max-width: 580px;
}
@media (max-width: 1024px) {
  .p-pickup__item {
    margin-bottom: 20px;
    max-width: 485px;
  }
}
.p-pickup__item:nth-child(1) {
  /*margin-right: 1em;*/
}
.p-pickup__item:nth-child(2) {
  /*margin-right: 16px;*/
}
@media (max-width: 960px) {
  .p-pickup__item:nth-child(3) {
    width: 224px;
    margin:auto; 
}
}
/*@media (max-width: 960px) {
  .p-pickup__item:nth-child(2) {
    width: 120px;
  }
}*/
.p-pickup__item a {
  display: block;
  transition: 0.3s ease;
}
@media (min-width: 961px) {
  .p-pickup__item a:hover {
    opacity: 0.6;
  }
}

.p-restaurant-lead {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 960px) {
  .p-restaurant-lead {
    margin-top: 70px;
    padding: 0 5.334%;
  }
}

.p-restaurant-lead__txt {
  margin-top: 43px;
  font-size: 15px;
  line-height: 2.667;
}
@media (max-width: 960px) {
  .p-restaurant-lead__txt {
    margin-top: 28px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.p-restaurant-news {
  box-sizing: border-box;
  max-width: 1040px;
  width: 90%;
  margin: 30px auto 0;
  text-align: center;
}

.p-restaurant-news .txt_border{
  text-decoration: underline;
}

@media (max-width: 960px) {
  .p-restaurant-news {
    padding: 3em 2.5em;
  }
}

.p-restaurant-news__heading {
  font-size: 18px;
}

@media (max-width: 960px) {
  .p-restaurant-news__heading {
    font-size: 1.7rem;
  }
}

.p-restaurant-news__txt {
  margin-top: .5em;
  font-size: 15px;
  line-height: 2.667;
}

@media (max-width: 960px) {
  .p-restaurant-news__txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .p-restaurant-news__txt {
    text-align: left;
  }
}

.p-restaurant-menu {
  max-width: 1040px;
  margin: 0 auto 0;
}
@media (max-width: 960px) {
  .p-restaurant-menu {
    padding: 0 5.334%;
  }
}
.p-restaurant-menu.-launch {
  margin-top: 188px;
}
@media (max-width: 960px) {
  .p-restaurant-menu.-launch {
    margin-top: 90px;
  }
}
.p-restaurant-menu.-dinner {
  margin-top: 160px;
}
@media (max-width: 960px) {
  .p-restaurant-menu.-dinner {
    margin-top: 90px;
  }
}

.p-restaurant-menu__heading {
  position: relative;
  padding-left: 36px;
  margin-bottom:0.5em;
  border-left: 1px solid #242424;
}
@media (max-width: 960px) {
  .p-restaurant-menu__heading {
    padding-left: 20px;
  }
}
.p-restaurant-menu__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 50vw;
  height: 1px;
  background: #242424;
}

.p-restaurant-menu__tab {
  display: flex;
  margin-top: 80px;
}
@media (max-width: 960px) {
  .p-restaurant-menu__tab {
    display: none;
  }
}

.p-restaurant-menu__tab-item {
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
  color: #949494;
  text-align: center;
  cursor: pointer;
  transition-property: border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.p-restaurant-menu__tab-item .-en {
  display: block;
  font-family: "Bellefair", serif;
  font-size: 2.8rem;
  line-height: 0.8;
}
.p-restaurant-menu__tab-item .-ja {
  display: block;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 0.8;
}

.p-restaurant-menu__tab-item:hover,
.p-restaurant-menu__tab-item.-active {
  border-color: #033885;
  color: #033885;
}

@media (max-width: 960px) {
  .p-restaurant-menu__ac-wrap {
    border-bottom: 1px solid #033885;
  }
}

@media (max-width: 960px) {
  .p-restaurant-menu__ac-wrap:first-of-type {
    border-top: 1px solid #033885;
  }
}

@media (max-width: 960px) {
  .p-restaurant-menu__ttl {
    position: relative;
    width: 100%;
    padding: 20px 0 20px;
    color: #033885;
    text-align: center;
    cursor: pointer;
  }
  .p-restaurant-menu__ttl .-en {
    display: block;
    font-family: "Bellefair", serif;
    font-size: 2.4rem;
    line-height: 0.9;
  }
  .p-restaurant-menu__ttl .-ja {
    display: block;
    margin-top: 9px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    line-height: 0.9;
  }
  .p-restaurant-menu__ttl::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 20px;
    transform: translate(0, 0);
    width: 20px;
    height: 1px;
    background: #033885;
  }
  .p-restaurant-menu__ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-9px, -50%);
    width: 1px;
    height: 20px;
    background: #033885;
    transition: opacity 0.3s ease;
  }
}
.p-restaurant-menu__ttl.-open::after {
  opacity: 0;
}

.p-restaurant-menu__wrap {
  position: relative;
  margin-top: 56px;
}
@media (max-width: 960px) {
  .p-restaurant-menu__wrap {
    margin-top: 40px;
  }
}

.p-restaurant-menu__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 960px) {
  .p-restaurant-menu__content {
    position: initial;
    opacity: 1;
    height: 0;
    overflow: hidden;
  }
}

.p-restaurant-menu__content.-active {
  position: relative;
  top: auto;
  left: auto;
  z-index: 10;
  opacity: 1;
}

@media (max-width: 960px) {
  .p-restaurant-menu__image {
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
  }
}

.p-restaurant-menu__detail {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding: 0 0 0 80px;
}
@media (max-width: 960px) {
  .p-restaurant-menu__detail {
    display: block;
    margin-top: 30px;
    padding: 0 5.334vw 20px;
  }
}

.p-restaurant-menu__price {
  padding-bottom: 16px;
  background: linear-gradient(to right, #242424 1px, transparent 1px) repeat-x left bottom;
  background-size: 4px 1px;
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .p-restaurant-menu__price {
    padding-bottom: 11px;
    background-size: 3px 1px;
    font-size: 2rem;
  }
}
.p-restaurant-menu__price span {
  display: inline-block;
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  .p-restaurant-menu__price span {
    font-size: 1.1rem;
  }
}

.p-restaurant-menu__price-note {
  margin-top: 52px;
  font-size: 1.2rem;
  line-height: 2.334;
}
@media (min-width: 961px) {
  .p-restaurant-menu__price-note {
    max-width: 365px;
  }
}

.p-restaurant-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 120%;
}
@media (max-width: 960px) {
  .p-restaurant-menu__list {
    width: 100%;
    margin-top: 12px;
  }
}
.p-restaurant-menu__list ul {
  width: 70%;
}
@media (max-width: 960px) {
  .p-restaurant-menu__list ul {
    /*max-width: 300px;*/
    width: 100%;
  }
}
.p-restaurant-menu__list li {
  position: relative;
  padding-left: 16px;
  font-size: 1.3rem;
  line-height: 2em;
  margin-bottom: 1.2em;
}
@media (max-width: 960px) {
  .p-restaurant-menu__list li {
    font-size: 1.4rem;
    line-height: 2.2143;
  }
}
.p-restaurant-menu__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #d4be7e;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .p-restaurant-menu__list li::before {
    width: 3px;
    height: 3px;
  }
}

.p-restaurant-reservation {
  margin: 10px auto 160px;
  margin-top:2.5em;
}
@media (max-width: 960px) {
  .p-restaurant-reservation {
    margin: 40px auto 80px;
    padding: 0 5.334%;
  }
}

.p-restaurant-reservation a {
  display: block;
  max-width: 850px;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 960px) {
  .p-restaurant-reservation a {
    pointer-events: initial;
  }
}
[lang=en] .p-restaurant-reservation a {
  max-width: 720px;
}

.p-restaurant-reservation__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 92px;
  padding: 0 60px 0 65px;
  background: #2e3168;
  border: 2px solid #2e3168;
  color: #fff;
}
@media (max-width: 960px) {
  .p-restaurant-reservation__wrap {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding: 20px 0;
    border: 1px solid #2e3168;
    text-align: center;
  }
}
.rr_high {
  height: 135px;
}
@media (max-width: 960px) {
  .rr_high {
    height: auto;
  }
}
.p-restaurant-reservation__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  pointer-events: none;
}
[lang=en] .p-restaurant-reservation__wrap {
  padding: 0 35px 0 40px;
}
@media (max-width: 960px) {
  [lang=en] .p-restaurant-reservation__wrap {
    padding: 20px 0;
  }
}

[lang=zh-cmn-Hans] .p-restaurant-reservation__wrap {
  padding: 0 90px 0 95px;
}
@media (max-width: 960px) {
  [lang=zh-cmn-Hans] .p-restaurant-reservation__wrap {
    padding: 20px 0;
  }
}

[lang=zh-cmn-Hant] .p-restaurant-reservation__wrap {
  padding: 0 90px 0 95px;
}
@media (max-width: 960px) {
  [lang=zh-cmn-Hant] .p-restaurant-reservation__wrap {
    padding: 20px 0;
  }
}

.p-restaurant-reservation__txt {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 960px) {
  .p-restaurant-reservation__txt {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.p-restaurant-reservation__txt span {
  display: inline-block;
  min-width: 80px;
  padding: 0 0.5em;
  margin-right: 17px;
  background: #fff;
  color: #2e3168;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 960px) {
  .p-restaurant-reservation__txt span {
    width: 40px;
    margin-right: 11px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
[lang=en] .p-restaurant-reservation__txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 1.4rem;
  line-height: 1;
}
[lang=en] .p-restaurant-reservation__txt span {
  width: 100%;
}
@media (max-width: 960px) {
  [lang=en] .p-restaurant-reservation__txt {
    align-items: center;
  }
}
[lang=en] .p-restaurant-reservation__txt span {
  width: 100%;
  padding: 0 1em;
  margin: 0 0 6px;
}

.p-restaurant-reservation__tel {
  font-size: 2.4rem;
  line-height: 1.4;
}
.p-restaurant-reservation__tel span {
  font-size: 1.5rem;
}
.p-restaurant-reservation__tel em {
  font-style: normal;
  font-size: 2.2rem;
}
@media (max-width: 960px) {
  .p-restaurant-reservation__tel {
    width: 100%;
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 1;
  }
}

.p-restaurant-reservation__note {
  margin: 34px 5.334vw 0;
}

.p-restaurant-reservation .p-restaurant-select__txt{
  text-align: center;
}
.p-restaurant-reservation__note li {
  padding-left: 1em;
  font-size: 1rem;
  line-height: 2;
  text-indent: -1em;
}
[lang=en] .p-restaurant-reservation__note li {
  padding-left: 0;
  text-indent: 0;
}

.p-restaurant-select {
  display: flex;
  position: relative;
  width: 100%;
  margin: 150px auto 0;
}
@media (max-width: 960px) {
  .p-restaurant-select {
    display: block;
    margin-top: 90px;
  }
}

.p-restaurant-select__lunch {
  width: 50%;
  background: #f5f4f0;
  color: #2e3168;
}
@media (max-width: 960px) {
  .p-restaurant-select__lunch {
    width: 100%;
  }
}

.p-restaurant-select__dinner {
  width: 50%;
  background: #2e3168;
  color: #f5f4f0;
}
@media (max-width: 960px) {
  .p-restaurant-select__dinner {
    width: 100%;
    margin-top: 40px;
  }
}

.p-restaurant-select__inner {
  position: relative;
  max-width: 520px;
  height: 100%;
  margin: 0 auto;
  padding: 110px 20px 134px;
  text-align: center;
}
@media (max-width: 960px) {
  .p-restaurant-select__inner {
    max-width: none;
    padding: 80px 5.334% 0;
  }
}

.p-restaurant-select__heading {
  position: relative;
  padding-bottom: 30px;
  font-family: "Bellefair", serif;
  font-size: 4.8rem;
  line-height: 0.6;
}
@media (max-width: 960px) {
  .p-restaurant-select__heading {
    font-size: 3.2rem;
    padding-bottom: 20px;
  }
}
.p-restaurant-select__heading svg {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}
@media (max-width: 960px) {
  .p-restaurant-select__heading svg {
    top: -40px;
    width: 15px;
    height: 15px;
  }
}

.p-restaurant-select__lunch .p-restaurant-select__heading {
  border-bottom: 1px solid #2e3168;
}

.p-restaurant-select__dinner .p-restaurant-select__heading {
  border-bottom: 1px solid #f5f4f0;
}

.p-restaurant-select__time {
  margin-top: 13px;
  padding: 5px 0;
  line-height: 1.867;
}

[lang=en] .p-restaurant-select__lunch .p-restaurant-select__time {
  height: 68px;
}
@media (max-width: 960px) {
  [lang=en] .p-restaurant-select__lunch .p-restaurant-select__time {
    height: auto;
  }
}

.p-restaurant-select__dinner .p-restaurant-select__time span {
  display: inline-block;
}
.p-restaurant-select__lunch .p-restaurant-select__time span {
  display: inline-block;
}
.p-restaurant-select__lunch .p-restaurant-select__time .tag {
  min-width: 54px;
  margin-right: 20px;
  border: 1px solid #2e3168;
  border-radius: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
.p-restaurant-select__dinner .p-restaurant-select__time .tag {
  min-width: 54px;
  margin-right: 20px;
  border: 1px solid #f5f4f0;
  border-radius: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
[lang=en] .p-restaurant-select__lunch  .p-restaurant-select__time .tag {
  padding: 0 1em;
  margin-bottom: 5px;
}
[lang=en] .p-restaurant-select__dinner  .p-restaurant-select__time .tag {
  padding: 0 1em;
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  [lang=en] .p-restaurant-select__dinner .p-restaurant-select__time .tag {
    margin-right: 0;
  }
}

[lang=en] .p-restaurant-select__dinner .p-restaurant-select__time .tag {
  margin-right: 0;
}

.p-restaurant-select__time-note {
  height: 1em;
  margin-top: 4px;
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .p-restaurant-select__time-note {
    height: auto;
  }
}

.p-restaurant-select__image {
  margin-top: 30px;
}
.p-restaurant-select__image img {
  margin: auto;
}

.p-restaurant-select__txt {
  margin-top: 40px;
}

.p-restaurant-select__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #fff;
}
@media (max-width: 960px) {
  .p-restaurant-select__btn {
    position: initial;
    bottom: auto;
    left: auto;
    height: 58px;
    margin-top: 70px;
  }
}
.p-restaurant-select__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #242424;
  font-size: 1.6rem;
}
@media (min-width: 961px) {
  .p-restaurant-select__btn a {
    transition: opacity 0.3s ease;
  }
  .p-restaurant-select__btn a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 960px) {
  .p-restaurant-select__btn a {
    font-size: 1.4rem;
  }
}
.p-restaurant-select__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(calc(-50% - 2px)) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #242424;
  border-bottom: 1px solid #242424;
}

.p-stay-lead {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 960px) {
  .p-stay-lead {
    margin-top: 70px;
    padding: 0 5.334%;
  }
}

.p-stay-lead__txt {
  margin-top: 43px;
  font-size: 15px;
  line-height: 2.667;
}
@media (max-width: 960px) {
  .p-stay-lead__txt {
    margin-top: 28px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.p-stay-lead__btn-wrap {
  max-width: 920px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 68px;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 960px) {
  .p-stay-lead__btn-wrap {
    margin-top: 43px;
  }
}

.p-stay-lead__btn {
  width: 398px;
  height: 64px;
  margin: 0 2px;
}
@media (max-width: 960px) {
  .p-stay-lead__btn {
    height: 58px;
  }
}
.p-stay-lead__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Bellefair", serif;
  font-size: 1.6rem;
}
@media (min-width: 961px) {
  .p-stay-lead__btn a {
    transition: opacity 0.3s ease;
  }
  .p-stay-lead__btn a:hover {
    opacity: 0.6;
  }
}
.p-stay-lead__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(calc(-50% - 2px)) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #242424;
  border-bottom: 1px solid #242424;
}
.p-stay-lead__btn.-mint a {
  background: #f1f4df;
  line-height: normal;
}
.p-stay-lead__btn.-berry a {
  background: #f9edf0;
  line-height: normal;
}
.p-stay-lead__btn.-mint {
 margin-top: 5px;
}
.p-stay-lead__btn.-berry {
  margin-top: 5px;
}
.p-stay-room {
  max-width: 1120px;
  margin: 160px auto 0;
}
@media (max-width: 960px) {
  .p-stay-room {
    margin-top: 90px;
  }
}
.p-stay-room:last-of-type {
  margin-bottom: 160px;
}
@media (max-width: 960px) {
  .p-stay-room:last-of-type {
    margin-bottom: 60px;
  }
}

.p-stay-room__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-stay-room__gallery img {
  width: calc((100% - 4px) / 3);
  margin-bottom: 2px;
}
.p-stay-room__gallery .-large {
  width: calc(50% - 1px);
}

.p-stay-room__txt-wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 60px 0 0;
}
@media (max-width: 960px) {
  .p-stay-room__txt-wrap {
    display: block;
    padding: 40px 5.334% 0;
  }
}
.p-stay-room__txt-wrap::before {
  content: "";
  position: absolute;
  top: -150px;
  right: 50%;
  z-index: -1;
  transform: translateX(-80px);
  width: 100vw;
  height: 308px;
}
@media (max-width: 960px) {
  .p-stay-room__txt-wrap::before {
    transform: translateX(0);
    height: 250px;
  }
}
.p-stay-room__txt-wrap.-mint::before {
  background: #f1f4df;
}
.p-stay-room__txt-wrap.-berry::before {
  background: #f9edf0;
}

.p-stay-room__heading {
  display: flex;
  align-items: center;
  width: 320px;
  font-family: "Bellefair", serif;
  font-size: 4.3rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .p-stay-room__heading {
    font-size: 3.2rem;
  }
}
.p-stay-room__heading span {
  margin-left: 30px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  .p-stay-room__heading span {
    margin-left: 15px;
    font-size: 1.3rem;
  }
}

.p-stay-room__desc {
  margin-top: 30px;
  font-family: "Bellefair", serif;
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .p-stay-room__desc {
    margin-top: 17px;
    font-size: 2rem;
  }
}
.p-stay-room__desc span {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  .p-stay-room__desc span {
    font-size: 1.3rem;
  }
}

.p-stay-room__txt {
  margin: -13px 0 0 80px;
  font-size: 1.5rem;
  line-height: 2.7334;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .p-stay-room__txt {
    margin: 30px 0 0;
    font-size: 1.4rem;
    line-height: 2;
    white-space: normal;
  }
}
[lang=en] .p-stay-room__txt {
  margin-right: -100px;
  white-space: normal;
}
@media (max-width: 960px) {
  [lang=en] .p-stay-room__txt {
    margin-right: auto;
  }
}

.p-stay-room__detail-wrap {
  max-width: 800px;
  margin: 60px auto 0;
}
@media (max-width: 960px) {
  .p-stay-room__detail-wrap {
    padding: 0 5.334%;
  }
}

.p-stay-room__detail-term {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #242424;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 960px) {
  .p-stay-room__detail-term {
    font-size: 1.4rem;
  }
}
.p-stay-room__detail-term span {
  display: inline-block;
  position: relative;
  width: 160px;
  text-align: left;
}
@media (max-width: 960px) {
  .p-stay-room__detail-term span {
    width: 140px;
  }
}
[lang=en] .p-stay-room__detail-term span {
  width: 120px;
}

[lang=zh-cmn-Hans] .p-stay-room__detail-term span {
  width: 80px;
}

[lang=zh-cmn-Hant] .p-stay-room__detail-term span {
  width: 80px;
}

.p-stay-room__detail-term span::before, .p-stay-room__detail-term span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  background: #d4be7e;
}
.p-stay-room__detail-term span::before {
  width: 16px;
  height: 1px;
  transform: translate(0, 0);
}
@media (max-width: 960px) {
  .p-stay-room__detail-term span::before {
    width: 14px;
  }
}
.p-stay-room__detail-term span::after {
  width: 1px;
  height: 16px;
  transform: translate(-7px, -8px);
  transition: opacity 0.3s ease;
}
@media (max-width: 960px) {
  .p-stay-room__detail-term span::after {
    height: 14px;
    transform: translate(-6.5px, -6.5px);
  }
}
.p-stay-room__detail-term.-open span::after {
  opacity: 0;
}

.p-stay-room__detail-desc {
  height: 0;
  overflow: hidden;
  transition: filter 0.3s ease;
}

.-open + .p-stay-room__detail-desc {
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.08));
  transform: translateZ(0);
}

.p-stay-room__detail-desc__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding: 60px 0 60px 120px;
  background: #fff;
}
@media (max-width: 960px) {
  .p-stay-room__detail-desc__inner {
    display: block;
    padding: 30px 9.2vw;
  }
}

.p-stay-room__detail-desc__list {
  position: relative;
  margin-top: 27px;
  padding-left: 20px;
}
.p-stay-room__detail-desc__list::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 1px;
  height: calc(100% - 26px);
  background: #242424;
}
@media (max-width: 960px) {
  .p-stay-room__detail-desc__list::before {
    top: 7px;
    height: calc(100% - 14px);
  }
}
.p-stay-room__detail-desc__list li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.7334;
}
@media (max-width: 960px) {
  .p-stay-room__detail-desc__list li {
    font-size: 1.4rem;
    line-height: 2;
    white-space: nowrap;
  }
}

.p-stay-room__detail-desc__heading {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 960px) {
  .p-stay-room__detail-desc__heading {
    font-size: 1.5rem;
  }
}

.p-stay-room__detail-desc__note {
  width: 100%;
  margin-top: 20px;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1em;
  text-align: left;
}
@media (max-width: 960px) {
  .p-stay-room__detail-desc__note {
    order: 1;
    font-size: 1.2rem;
  }
}
[lang=en] .p-stay-room__detail-desc__note {
  padding-left: 0;
  text-indent: 0;
}

[lang=zh-cmn-Hans] .p-stay-room__detail-desc__note {
  text-indent: -1.1em;
}

[lang=zh-cmn-Hant] .p-stay-room__detail-desc__note {
  text-indent: -1.1em;
}

.p-stay-room__detail-desc__image {
  flex-shrink: 0;
  width: 390px;
  text-align: center;
}
@media (max-width: 960px) {
  .p-stay-room__detail-desc__image {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
}
.p-stay-room__detail-desc__image img {
  display: inline-block;
}
@media (min-width: 961px){
  .con_bnr{
    display: flex;
    justify-content: center;
    width: 1200px;
    margin:auto;
    margin-top: 3.5em;
  }
  .con_bnr img{
    height: 151px;
  }
}
@media (max-width: 960px) {
  .con_bnr{
    margin-top: 3em;
  }
}
.p-top-bn {
  width: 90%;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 960px) {
  .p-top-bn {
    margin-bottom: 35px;
  }
}
.p-top-bn p {
  display: inline-block;
  vertical-align: bottom;
}
.p-top-bn p a {
  display: block;
  transition: 0.3s ease;
}
.p-top-bn p a:hover {
  opacity: .7;
}

.p-top-about {
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 960px) {
  .p-top-about {
    overflow: hidden;
  }
}

.p-top-about__inner {
  position: relative;
  padding: 667px 0 526px;
}
@media (max-width: 960px) {
  .p-top-about__inner {
    padding: 540px 0 515px;
  }
}

[class*=p-top-about__image] {
  position: absolute;
}
[class*=p-top-about__image] img {
  max-width: none;
}
@media (max-width: 960px) {
  [class*=p-top-about__image] img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-about__image1 {
  top: calc(0px - var(--imagePosY1));
  left: calc(50% - 640px + 80px);
}
@media (max-width: 960px) {
  .p-top-about__image1 {
    left: 5.334%;
    width: clamp(295px, 58.4%, 400px);
    height: 219px;
  }
}

.p-top-about__image2 {
  top: calc(140px - var(--imagePosY2));
  right: calc(50% - 640px - 80px);
}
@media (max-width: 960px) {
  .p-top-about__image2 {
    top: calc(258px - var(--imagePosY2));
    right: 10.667%;
    width: clamp(159px, 42.4%, 320px);
    height: 230px;
  }
}
.p-top-about__image2::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: -1;
  width: 440px;
  height: 540px;
  background: #e3efff;
}
@media (max-width: 960px) {
  .p-top-about__image2::before {
    top: -10px;
    right: -10px;
    width: 80px;
    height: 162px;
  }
}
.p-top-about__image2 img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
@media (max-width: 960px) {
  .p-top-about__image2 img {
    -o-object-position: center center;
       object-position: center center;
  }
}

.p-top-about__image3 {
  bottom: calc(164px + var(--imagePosY3));
  right: calc(50% + 340px);
  width: clamp(240px, 240px + (100vw - 1160px) * 0.5, 320px);
  height: 470px;
}
@media (max-width: 960px) {
  .p-top-about__image3 {
    bottom: calc(240px + var(--imagePosY3));
    right: calc(50% + 77.5px);
    width: clamp(110px, 29.34%, 240px);
    height: 215px;
  }
}
.p-top-about__image3::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
  width: 260px;
  height: 260px;
  background: #f5f4f0;
}
@media (max-width: 960px) {
  .p-top-about__image3::before {
    top: -10px;
    right: auto;
    left: -10px;
    width: 80px;
    height: 130px;
  }
}

.p-top-about__image4 {
  bottom: calc(0px + var(--imagePosY4));
  left: calc(50% - 240px);
}
@media (max-width: 960px) {
  .p-top-about__image4 {
    bottom: calc(200px + var(--imagePosY4));
    left: calc(50% - 25.5px);
    width: clamp(213px, 56.8%, 320px);
    height: 160px;
  }
}

.p-top-about__image5 {
  bottom: calc(192px + var(--imagePosY5));
  right: calc(50% - 600px);
}
@media (max-width: 960px) {
  .p-top-about__image5 {
    bottom: calc(0px + var(--imagePosY5));
    right: calc(50% - 13px);
    width: clamp(120px, 32%, 240px);
    height: 170px;
  }
  .p-top-about__image5 img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.p-top-about__wrap {
  width: 400px;
  margin: auto;
}
@media (max-width: 960px) {
  .p-top-about__wrap {
    width: 295px;
  }
}
[lang=en] .p-top-about__wrap {
  width: 410px;
}
@media (max-width: 960px) {
  [lang=en] .p-top-about__wrap {
    width: 295px;
  }
}

.p-top-about__txt {
  font-size: 1.5rem;
  line-height: 3.067;
}
@media (max-width: 960px) {
  .p-top-about__txt {
    font-size: 1.4rem;
    line-height: 2.5;
    white-space: nowrap;
  }
}
@media (max-width: 960px) {
  [lang=en] .p-top-about__txt {
    white-space: initial;
  }
}

@media (max-width: 960px) {
  [lang=zh-cmn-Hans] .p-top-about__txt {
    white-space: initial;
  }
}

@media (max-width: 960px) {
  [lang=zh-cmn-Hant] .p-top-about__txt {
    white-space: initial;
  }
}

.p-top-about__btn {
  display: inline-block;
  margin-top: 48px;
}
@media (max-width: 960px) {
  .p-top-about__btn {
    margin-top: 40px;
  }
}

.p-top-bottom {
  height: 520px;
}
@media (max-width: 960px) {
  .p-top-bottom {
    height: 280px;
  }
}

.p-top-restaurant {
  position: relative;
  margin-top: 292px;
  padding-bottom: 120px;
}
@media (max-width: 960px) {
  .p-top-restaurant {
    margin-top: 90px;
    padding-bottom: 105px;
  }
}
.p-top-restaurant::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-480px);
  width: 110vw;
  height: 100%;
  background: linear-gradient(180deg, transparent 80px, #f5f4f0 80px);
}
@media (max-width: 960px) {
  .p-top-restaurant::before {
    left: 10.667%;
    transform: none;
    background: linear-gradient(180deg, transparent 110px, #f5f4f0 110px);
  }
}

.p-top-restaurant__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-top-restaurant__inner {
    display: block;
  }
}

.p-top-restaurant__heading-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateY(calc(-80% + 10px));
  padding-left: 43px;
}
@media (max-width: 960px) {
  .p-top-restaurant__heading-wrap {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 10.667%;
    padding-left: 20px;
    transform: none;
  }
}
.p-top-restaurant__heading-wrap::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 120px;
  background: #d4be7e;
}
@media (max-width: 960px) {
  .p-top-restaurant__heading-wrap::before {
    height: 90px;
  }
}

.p-top-restaurant__heading {
  font-family: "Bellefair", serif;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  .p-top-restaurant__heading {
    font-size: 4rem;
  }
}

.p-top-restaurant__image {
  position: relative;
  z-index: 0;
  width: min(100%, 600px);
  height: 540px;
}
@media (max-width: 960px) {
  .p-top-restaurant__image {
    max-width: none;
    width: 295px;
    width: clamp(295px, 78%, 500px);
    height: 265px;
    margin-top: 30px;
    margin-left: 5.334%;
  }
}
.p-top-restaurant__image::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 0;
  width: 420px;
  height: 320px;
  background: #d4be7e;
}
@media (max-width: 960px) {
  .p-top-restaurant__image::before {
    bottom: -10px;
    left: -10px;
    width: 210px;
    height: 180px;
  }
}
.p-top-restaurant__image img {
  z-index: 1;
}

.p-top-restaurant__wrap {
  flex-shrink: 0;
  width: 400px;
  margin-left: 40px;
  padding-top: 189px;
}
@media (max-width: 960px) {
  .p-top-restaurant__wrap {
    width: auto;
    margin: 50px 10.667% 0 21.334%;
    padding-top: 0;
  }
}
[lang=en] .p-top-restaurant__wrap {
  width: 480px;
}
@media (max-width: 960px) {
  [lang=en] .p-top-restaurant__wrap {
    width: auto;
    margin: 50px 5.334% 0 21.334%;
  }
}

[lang=zh-cmn-Hans] .p-top-restaurant__wrap {
  width: 430px;
}
@media (max-width: 960px) {
  [lang=zh-cmn-Hans] .p-top-restaurant__wrap {
    width: auto;
  }
}

[lang=zh-cmn-Hant] .p-top-restaurant__wrap {
  width: 430px;
}
@media (max-width: 960px) {
  [lang=zh-cmn-Hant] .p-top-restaurant__wrap {
    width: auto;
  }
}

.p-top-restaurant__list {
  margin-top: 35px;
}

.p-top-restaurant__list + .p-top-restaurant__txt {
  margin-top: 35px;
}

.p-top-restaurant__txt + .p-top-restaurant__txt {
  margin-top: 15px;
}

.p-top-restaurant__item {
  display: flex;
}
@media (max-width: 960px) {
  .p-top-restaurant__item {
    display: block;
  }
  .p-top-restaurant__item + .p-top-restaurant__item {
    margin-top: 15px;
  }
}

.p-top-restaurant__term {
  display: flex;
  align-items: center;
  width: 135px;
  margin-right: 25px;
  font-weight: normal;
}
.p-top-restaurant__term svg.-sun {
  width: 20px;
  height: 20px;
  fill: #d4be7e;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .p-top-restaurant__term svg.-sun {
    width: 15px;
    height: 15px;
    margin-right: 7px;
  }
}
.p-top-restaurant__term svg.-moon {
  width: 18px;
  height: 18px;
  fill: #d4be7e;
  margin: 0 11px 0 1px;
}
@media (max-width: 960px) {
  .p-top-restaurant__term svg.-moon {
    width: 13px;
    height: 13.5px;
    margin: 0 8px 0 1px;
  }
}
.p-top-restaurant__term svg.-line {
  width: 14px;
  fill: #d4be7e;
  margin-left: auto;
}
@media (max-width: 960px) {
  .p-top-restaurant__term svg.-line {
    width: 12px;
    margin-left: 8px;
  }
}

.p-top-restaurant__desc {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 960px) {
  [lang=en] .p-top-restaurant__desc {
    display: block;
  }
}
[lang=en] .p-top-restaurant__desc span {
  display: inline-block;
  font-size: 1.3rem;
}

.p-top-restaurant__notes {
  /*margin: 0 0 0 160px;*/
}
@media (max-width: 960px) {
  .p-top-restaurant__notes {
    margin: 10px 0 0;
  }
}

.p-top-restaurant__btn {
  position: absolute;
  bottom: 0;
  right: calc(50% - min(50vw, 640px));
  width: 400px;
}
@media (max-width: 960px) {
  .p-top-restaurant__btn {
    right: 0;
    width: 230px;
  }
}

.p-top-stay {
  position: relative;
  margin-top: 230px;
}
@media (max-width: 960px) {
  .p-top-stay {
    margin-top: 100px;
  }
}

.p-top-stay__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .p-top-stay__bg {
    height: calc(100% - 116px);
  }
}

.p-top-stay__inner {
  position: relative;
  max-width: 960px;
  height: 720px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-top-stay__inner {
    height: auto;
  }
}

.p-top-stay__heading-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: rotate(90deg) translate(-41px, -100%);
  padding-bottom: 14px;
}
@media (max-width: 960px) {
  .p-top-stay__heading-wrap {
    left: 5.334%;
    transform: rotate(90deg) translate(-16px, -100%);
    padding-bottom: 8px;
  }
}
.p-top-stay__heading-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.08em;
  width: 100%;
  height: 1px;
  background: #d4be7e;
}

.p-top-stay__heading {
  color: #d4be7e;
  font-family: "Bellefair", serif;
  font-size: 14rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  .p-top-stay__heading {
    font-size: 7rem;
  }
}

.p-top-stay__txt-wrap {
  padding: 108px 0 0 240px;
}
@media (max-width: 960px) {
  .p-top-stay__txt-wrap {
    padding: 208px 0 120px 10.667%;
  }
}

.p-top-stay__txt {
  color: #fff;
}
.p-top-stay__txt + .p-top-stay__txt {
  margin-top: 17px;
}
@media (max-width: 960px) {
  .p-top-stay__txt + .p-top-stay__txt {
    margin-top: 16px;
  }
}

.p-top-stay__btn-wrap {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 960px) {
  .p-top-stay__btn-wrap {
    flex-wrap: wrap;
    position: initial;
  }
}

.p-top-stay__btn {
  display: flex;
  width: 50%;
}
@media (max-width: 960px) {
  .p-top-stay__btn {
    width: 100%;
  }
}

.page-404 {
  overflow: auto;
  height: 100vh;
}

.page-404 .l-wrapper {
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 72px;
}
@media (max-width: 960px) {
  .page-404 .l-wrapper {
    height: auto;
    padding-top: 57px;
  }
}

.page-404 .l-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.page-404 .l-footer {
  flex-shrink: 0;
}
.con_ameinfo .inner .detail a {
  text-decoration: none;
  background: #313131;
  max-width: 250px;
  margin: auto;
  padding: 0.5em;
  color: #fff;
}
  .con_ameinfo .inner .detail .btn{
    text-align: center;
    /*margin-top:1em;*/
  }
  .con_ameinfo .inner .detail a {
    font-size: 100%;
    text-align: center;
  }
@media print {
  .con_ameinfo .inner .detail a {
    font-size: 100%;
    text-align: center;
  }
}
.ie8 .con_ameinfo .inner .detail a {
  font-size: 100%;
  text-align: center;
}
  .con_ameinfo .inner .detail a {
    font-size: 100%;
    text-align: center;
  }
  .link_btn_sdgs {
    position: relative;
    display: inline-block;
  }
  @media only screen and (min-width: 768px) {
    .link_btn_sdgs {
      max-width: 710px;
      text-align: right;
      display: block;
      color: #385A75;
      margin: auto;
      margin-bottom: 4em;
    }
  }
  @media print {
    .link_btn_sdgs {
      max-width: 710px;
      text-align: right;
      display: block;
      color: #385A75;
    }
  }
  .ie8 .link_btn_sdgs {
    max-width: 710px;
    text-align: right;
    display: block;
    color: #385A75;
  }
  .link_btn_sdgs a {
    font-size: 110%;
    text-decoration: none;
  }
  @media only screen and (min-width: 768px) {
    .link_btn_sdgs a {
      padding: 0 .5em .2em;
      border-bottom: 1px #385A75 solid;
      font-weight: bold;
      color: #385A75;
    }
  }
  @media print {
    .link_btn_sdgs a {
      padding: 0 .5em .2em;
      border-bottom: 1px #385A75 solid;
      font-weight: bold;
      color: #385A75;
    }
  }
  .ie8 .link_btn_sdgs a {
    padding: 0 .5em .2em;
    border-bottom: 1px #385A75 solid;
    font-weight: bold;
    color: #385A75;
  }
  @media only screen and (max-width: 767px) {
    .link_btn_sdgs a {
      padding: .8em 3.6em;
      border: 1px solid #000;
      color: #000;
      font-size: 100%;
      margin-top: 1em;
    }
  }
    @media only screen and (max-width: 767px) {
      .link_btn_sdgs{
        text-align: center;
        display: block;
        margin-bottom: 3em;
      }
    }
  .link_btn_sdgs a:before, .link_btn_sdgs a:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  .link_btn_sdgs a > * {
    vertical-align: middle;
    display: inline;
  }
  .link_btn_sdgs a:after {
    content: "";
    margin-left: .5em;
    display: inline-block;
    margin: 0 0 0 .5em;
    transition: transform 300ms ease;
  }

  .con_newsLunch{
    max-width: 800px;
    display: block;
    margin:auto;
    border: 1px solid #d4be7e;
    padding:1.5em 3em;
    margin-top:3%;
    text-align: center;
    line-height: 2em;
  }
   .con_newsLunch h2{
    text-align: center;
    display: block;
   }
  .con_newsLunch span{
    text-align: center;
    display: block;
  }
  .con_newsLunch .txt_border{
    text-decoration: underline;
  }
  @media only screen and (max-width: 767px) {
     .con_newsLunch{
      width: 90%;
     }
  }
  @media only screen and (max-width: 960px) {
     .con_newsLunch{
      max-width: 450px;
      width: 90%;
     }
  }

  .bnr_dayplan{
    width: 711px;
    margin:auto; 
    padding-top: 2em;
  }
  @media only screen and (max-width: 767px) {
    .bnr_dayplan{
    max-width: 90%;
    margin:auto; 
    padding-top: 2em;
  }
  }

.con_noclean {
  max-width: 920px;
  width: 90%;
  box-sizing: border-box;
  border: 2px solid #002c51;
  margin: 4.16667% auto;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean {
    margin: 6.66667% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean {
    margin: 2.5em auto;
  }
}
.con_noclean .view_pc-tab {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_noclean .view_pc-tab {
    display: none;
  }
}
.con_noclean .view_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_noclean .view_sp {
    display: block;
  }
}
.con_noclean .title {
  display: block;
  position: relative;
  padding: 30px 70px;
  text-align: center;
  letter-spacing: .1em;
  color: #002c51;
  cursor: pointer;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .title {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .title {
    padding: 1em 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .title {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .title {
    font-size: 1.7rem;
  }
}
.con_noclean .title:before {
  content: '';
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-60%) rotate(-45deg);
  width: .5em;
  height: .5em;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .con_noclean .title:before {
    right: 1em;
    width: .4em;
    height: .4em;
  }
}
.con_noclean .title.-open:before {
  transform: translateY(-40%) rotate(-225deg);
}
.con_noclean .js-toggle-target {
  height: 0;
  overflow: hidden;
}
.con_noclean .inner {
  padding: 10px 90px 60px;
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner {
    padding: 0.5em 2.5em 3.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 923.5px) {
  .con_noclean .inner {
    padding: 10px 50px 60px;
  }
}
.con_noclean .inner .txt {
  font-size: 1.4rem;
  letter-spacing: .05em;
}
@media only screen and (min-width: 768px) {
  .con_noclean .inner .txt {
    line-height: 1.8;
  }
}
@media print {
  .con_noclean .inner .txt {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .txt {
    font-size: 1.4rem;
  }
}
.con_noclean .inner .fac {
  text-align: center;
  margin-top: 2em;
  margin-top: 35px;
  letter-spacing: .05em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .fac {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .fac {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .fac {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .fac {
    font-size: 1.5rem;
  }
}
.con_noclean .inner .fac span {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: .5em;
  background: #fff;
  padding: 0 1em;
}
.con_noclean .inner .fac span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 130%;
  background-color: #000;
  z-index: -1;
}
.con_noclean .inner .box_noc {
  margin-top: 40px;
  padding: 35px 0 45px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc {
    padding: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc {
    padding: 2em 0;
  }
}
.con_noclean .inner .box_noc .sst {
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 1.7rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc .sst {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .sst {
    font-size: 1.6rem;
  }
}
.con_noclean .inner .box_noc .wrp_sch table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_sch table {
    margin-top: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_sch table {
    display: block;
    letter-spacing: -.5em;
  }
  .con_noclean .inner .box_noc .wrp_sch table tbody {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_sch table tr {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 50%;
  }
}
.con_noclean .inner .box_noc .wrp_sch table tr th, .con_noclean .inner .box_noc .wrp_sch table tr td {
  text-align: center;
  padding: .2em .2em .3em;
}
@media only screen and (min-width: 768px) {
  .con_noclean .inner .box_noc .wrp_sch table tr th, .con_noclean .inner .box_noc .wrp_sch table tr td {
    border-right: 1px solid #000;
  }
  .con_noclean .inner .box_noc .wrp_sch table tr th:first-child, .con_noclean .inner .box_noc .wrp_sch table tr td:first-child {
    border-left: 1px solid #000;
  }
}
@media print {
  .con_noclean .inner .box_noc .wrp_sch table tr th, .con_noclean .inner .box_noc .wrp_sch table tr td {
    border-right: 1px solid #000;
  }
  .con_noclean .inner .box_noc .wrp_sch table tr th:first-child, .con_noclean .inner .box_noc .wrp_sch table tr td:first-child {
    border-left: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_sch table tr th, .con_noclean .inner .box_noc .wrp_sch table tr td {
    display: block;
    border-right: 1px solid #000;
  }
  .con_noclean .inner .box_noc .wrp_sch table tr th:not(:first-child), .con_noclean .inner .box_noc .wrp_sch table tr td:not(:first-child) {
    border-top: 1px solid #000;
  }
}
.con_noclean .inner .box_noc .wrp_sch table tr th {
  font-weight: bold;
  background-color: #ddd;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc .wrp_sch table tr th {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_sch table tr th {
    font-size: 1.4rem;
    border-left: 1px solid #000;
  }
}
.con_noclean .inner .box_noc .wrp_sch table tr td {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .con_noclean .inner .box_noc .wrp_sch table tr td {
    border-top: 1px solid #000;
  }
}
@media print {
  .con_noclean .inner .box_noc .wrp_sch table tr td {
    border-top: 1px solid #000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc .wrp_sch table tr td {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_sch table tr td {
    font-size: 1.4rem;
  }
}
.con_noclean .inner .box_noc .wrp_ben {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc .wrp_ben {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_ben {
    margin-top: 2.5em;
  }
}
.con_noclean .inner .box_noc .wrp_ben .st {
  text-align: center;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc .wrp_ben .st {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_ben .st {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.con_noclean .inner .box_noc .wrp_ben .txt {
  display: block;
  margin-top: 20px;
  letter-spacing: .05em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc .wrp_ben .txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_ben .txt {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc .wrp_ben .txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_ben .txt {
    font-size: 1.4rem;
  }
}
.con_noclean .inner .box_noc .wrp_ben .txt span {
  color: red;
}
.con_noclean .inner .box_noc .wrp_ben .att {
  padding-left: 1em;
  margin-top: .5em;
}
.con_noclean .inner .box_noc .wrp_ben .att li {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: .05em;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc .wrp_ben .att li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_ben .att li {
    font-size: 1.4rem;
  }
}
.con_noclean .inner .box_noc .wrp_oth {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc .wrp_oth {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_oth {
    margin-top: 2em;
  }
}
.con_noclean .inner .box_noc .wrp_oth .att {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_oth .att {
    margin-top: 0.8em;
  }
}
.con_noclean .inner .box_noc .wrp_oth .att li {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: .05em;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_noclean .inner .box_noc .wrp_oth .att li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_noclean .inner .box_noc .wrp_oth .att li {
    font-size: 1.4rem;
  }
}

