@charset "UTF-8";
/* ==========================================================================
 * import
========================================================================== */
/* ==========================================================================
 *
 * 関数定義ファイル
 *
========================================================================== */
/* ==========================================================================
break points
========================================================================== */
/* メディアクエリー
-------------------------------------*/
/* ==========================================================================
 site spacer
========================================================================== */
/* inner
 * サイトの基本幅を定義するスペーサー
-------------------------------------*/
/* ==========================================================================
 * font family
========================================================================== */
/* ==========================================================================
 * colors
========================================================================== */
/* ==========================================================================
 * mixin
========================================================================== */
/* utility
-------------------------------------*/
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/* セットプロパティ
-------------------------------------*/
/* カラー */
/*-------- レスポンシブサイズ (pc=1920px) --------*/
/*------- レスポンシブサイズ (sp=375px) -------*/
/*! destyle.css v3.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;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*---------- font-weight ----------*/
@font-face {
  font-family: "Gill Sans";
  src: url("/wp-content/themes/hotelier/assets/fonts/gill-sans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("/wp-content/themes/hotelier/assets/fonts/gill-sans.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("/wp-content/themes/hotelier/assets/fonts/gillsans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* ブレイクポイント関連 */
/* フォント */
/* アニメーション用 */
/* レイアウト用 */
body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

main {
  position: relative;
}

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

.md {
  display: block;
}
@media (max-width: 599px) {
  .md {
    display: none !important;
  }
}

.sm {
  display: none;
}
@media (max-width: 599px) {
  .sm {
    display: block !important;
  }
}

/**
 * ----------------------------------------
 * ボタン
 * ----------------------------------------
*/
.c-btn {
  font-family: "heisei-mincho-std", serif;
  font-weight: 500;
  font-style: normal;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.2916666667vw;
  gap: 1.1458333333vw;
  font-size: 1.8229166667vw;
  text-align: center;
  color: #fff;
  background-color: #ecae4b;
  border-radius: 2.0833333333vw;
}
.c-btn:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .c-btn {
    position: relative;
    gap: 5.867vw;
    width: 43.2vw;
    font-size: 5.33333vw;
    border-radius: 10.66666vw;
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 0.6770833333vw;
  height: 0.9375vw;
  background-image: url(/wp-content/themes/renew/shared/images/common/c-btn-white-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 599px) {
  .c-btn::after {
    position: absolute;
    right: 2.6666666667vw;
    width: 2.9333333333vw;
    height: 4vw;
  }
}

/**
 * ----------------------------------------
 * タイトル
 * ----------------------------------------
*/
.c-ttl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.6041666667vw;
  margin-left: 9.53125vw;
  color: #000000;
}
@media (max-width: 599px) {
  .c-ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
    margin-left: 9.06666vw;
    line-height: 1;
  }
}
.c-ttl span {
  z-index: 1;
}
.c-ttl span.en {
  font-family: "tahoma", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.75vw;
}
@media (max-width: 599px) {
  .c-ttl span.en {
    font-size: 7.467vw;
  }
}
.c-ttl span.ja {
  font-family: "heisei-mincho-std", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5625vw;
}
@media (max-width: 599px) {
  .c-ttl span.ja {
    font-size: 3.73333vw;
    margin-left: 8vw;
  }
}
.c-ttl::before {
  content: "";
  transition: transform 0.8s ease-out, height 0.8s ease-out;
  position: absolute;
  transform: translateX(-31.25vw);
  bottom: 0.78125vw;
  width: 20.8333333333vw;
  height: 2.9166666667vw;
  background-color: #ecae4b;
  z-index: 0;
}
@media (max-width: 599px) {
  .c-ttl::before {
    transform: translateX(-66.6667vw);
    bottom: 5.33333vw;
    width: 30.6667vw;
    height: 5.33333vw;
  }
}

.c-ttl.fade-anime::before {
  transition: transform 0.8s ease-out, height 0.8s ease-out;
  transform: translateX(-10.4166666667vw);
}
@media (max-width: 599px) {
  .c-ttl.fade-anime::before {
    transform: translateX(-10.66666vw);
  }
}

.c-ttl-white {
  color: #fff;
}

/**
 * ----------------------------------------
 * ボーダー
 * ----------------------------------------
*/
.bd-l {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}
.bd-l:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.6041666667vw;
  width: 1px;
  height: 100%;
  background-color: #000000;
}

.bd-l-white {
  color: #fff !important;
}
.bd-l-white::before {
  background-color: #fff;
}

.bd-l-yellow::before {
  background-color: #ebb246;
}

.bd-vertical-ylw {
  transition: height 0.8s ease-out;
  display: block;
  width: 0.2604166667vw;
  height: 0px;
  background-color: #ebb246;
}
@media (max-width: 599px) {
  .bd-vertical-ylw {
    width: 1px;
  }
}

.bd-vertical-ylw.inview-fadeDown {
  transition: height 0.8s ease-out;
  height: 15.625vw;
}
@media (max-width: 599px) {
  .bd-vertical-ylw.inview-fadeDown {
    height: 21.335vw;
  }
}

.bd-vertical-white {
  transition: height 0.8s ease-out;
  display: block;
  width: 0.2604166667vw;
  height: 0;
  background-color: #fff;
}
@media (max-width: 599px) {
  .bd-vertical-white {
    width: 1px;
    height: 0;
  }
}

.bd-vertical-white.inview-fadeDown-white {
  transition: height 0.8s ease-out;
  height: 17.96875vw;
}
@media (max-width: 599px) {
  .bd-vertical-white.inview-fadeDown-white {
    height: 21.335vw;
  }
}

/**
 * ----------------------------------------
 * その他レイアウト
 * ----------------------------------------
*/
p.bd-l.txt {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.8;
  color: #000000;
  margin-left: 12.1354166667vw;
}
@media (max-width: 599px) {
  p.bd-l.txt {
    font-size: 5.867vw;
    margin-left: 12.267vw;
  }
}

p.lead {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  margin-left: 12.1354166667vw;
  font-size: 0.9375vw;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

/**
 * ----------------------------------------
 * fadeアニメーション
 * ----------------------------------------
*/
.js-fade-80 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  position: relative;
  z-index: -1;
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

.inview80 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.js-fade-60 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

.inview60 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.js-fade-30 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

.inview30 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.js-fade-0 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

.inview0 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.animeStagger {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

.header {
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
.header .l-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7.65625vw;
  padding: 0 1.875vw;
}
@media (max-width: 599px) {
  .header .l-header-wrap {
    justify-content: unset;
    gap: 0;
    padding: 2.6666666667vw 1.6vw;
  }
}
.header .l-header-wrap h1 a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: block;
  width: fit-content;
}
.header .l-header-wrap h1 a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.header .l-header-wrap h1 a img {
  width: 6.6666666667vw;
}
@media (max-width: 599px) {
  .header .l-header-wrap h1 a img {
    width: 25.333vw;
  }
}
.header .l-header-wrap ul.menu-list {
  display: flex;
  align-items: center;
  gap: 2.34375vw;
}
@media (max-width: 599px) {
  .header .l-header-wrap ul.menu-list {
    display: none;
  }
}
.header .l-header-wrap ul.menu-list li.menu__item a.menu__link {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 0.7291666667vw;
  padding: 1.3020833333vw 0;
  font-size: 1.5625vw;
  color: #8f9091;
}
.header .l-header-wrap ul.menu-list li.menu__item a.menu__link img {
  width: 1.25vw;
}
.header .l-header-wrap ul.menu-list li.menu__item ul.drop-menu {
  position: absolute;
  top: 100%;
  display: none;
  transition: all 0.3s;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.header .l-header-wrap ul.menu-list li.menu__item ul.drop-menu li.drop-menu__item a.drop-menu__link {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  padding: 0.78125vw;
  font-size: 1.3020833333vw;
  color: #8f9091;
  text-align: center;
}
.header .l-header-wrap ul.menu-list li.menu__item ul.drop-menu li.drop-menu__item a.drop-menu__link:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.header .l-header-wrap ul.menu-list li.menu__item .drop-menu.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.header .l-header-wrap .c-btn {
  width: 12.7604166667vw;
  font-size: 1.40625vw;
  border-radius: 2.0833333333vw;
}
@media (max-width: 599px) {
  .header .l-header-wrap .c-btn {
    gap: 1.3333333333vw;
    width: 31.2vw;
    margin-left: 21.335vw;
    font-size: 3.73333vw;
    border-radius: 10.66666vw;
    padding-left: 0;
  }
  .header .l-header-wrap .c-btn::after {
    position: relative;
    right: auto;
    width: 2.4vw;
    height: 2.9333333333vw;
  }
}
.header #nav-open {
  display: none;
}
@media (max-width: 599px) {
  .header #nav-open {
    display: block;
    width: 10.133vw;
    height: 6.4vw;
    margin: 0 0 0 3.73333vw;
  }
  .header #nav-open span {
    width: 10.133vw;
  }
  .header #nav-open span::before, .header #nav-open span::after {
    width: 100%;
  }
  .header #nav-open span::before {
    bottom: -2.6666666667vw;
  }
  .header #nav-open span::after {
    bottom: -5.33333vw;
  }
}

.l-fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  background-color: rgba(255, 255, 255, 0.5);
}
.l-fixed-header .l-header-wrap ul.menu-list li.menu__item ul.drop-menu {
  background-color: rgba(255, 255, 255, 0.5);
}

.l-fixed-header.is-fixed {
  transform: translateY(0);
}

section.fv-movie video {
  width: 100%;
  pointer-events: none;
}
section.c-lowFv .sec-wrap {
  padding: 5.2083333333vw 0 5vw;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 599px) {
  section.c-lowFv .sec-wrap {
    padding: 11.2vw 0 9.3333vw;
  }
}
section.c-lowFv .sec-wrap h2 {
  text-align: center;
  color: #fff;
}
section.c-lowFv .sec-wrap h2 span.en {
  font-family: "tahoma", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  font-size: 4.1666666667vw;
}
@media (max-width: 599px) {
  section.c-lowFv .sec-wrap h2 span.en {
    font-size: 7.467vw;
    line-height: 1.75;
  }
}
section.c-lowFv .sec-wrap h2 span.en::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  height: 2.9166666667vw;
  background-color: #ecae4b;
  z-index: 0;
}
@media (max-width: 599px) {
  section.c-lowFv .sec-wrap h2 span.en::after {
    height: 5.33333vw;
    bottom: -3px;
  }
}
section.c-lowFv .sec-wrap h2 span.en span {
  position: relative;
  z-index: 1;
}
section.c-lowFv .sec-wrap h2 span.ja {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  font-size: 2.0833333333vw;
  line-height: 1;
}
@media (max-width: 599px) {
  section.c-lowFv .sec-wrap h2 span.ja {
    font-size: 3.73333vw;
  }
}
section.c-lowFv .sec-wrap h2 span.ja span.small {
  display: block;
  margin-bottom: 0.5208333333vw;
  font-size: 1.0416666667vw;
}
@media (max-width: 599px) {
  section.c-lowFv .sec-wrap h2 span.ja span.small {
    display: none;
  }
}

section.about-us {
  padding: 6.933vw 0 0.78125vw;
}
@media (max-width: 599px) {
  section.about-us {
    padding-bottom: 11.2vw;
  }
}
@media (max-width: 599px) {
  section.about-us::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 59.2vw;
    background-color: #f7dfb3;
    z-index: 0;
  }
}
section.about-us .bd-vertical-ylw {
  position: absolute;
  top: 1.0416666667vw;
  right: 18.0729166667vw;
}
@media (max-width: 599px) {
  section.about-us .bd-vertical-ylw {
    top: 5.6vw;
    right: 2.7604166667vw;
  }
}
@media (max-width: 599px) {
  section.about-us h2,
  section.about-us p {
    position: relative;
    z-index: 1;
  }
}
section.about-us p.bd-l {
  margin-top: 1.0416666667vw;
  font-size: 1.3020833333vw;
}
@media (max-width: 599px) {
  section.about-us p.bd-l {
    margin-top: 5.33333vw;
    margin-left: 6.933vw;
    font-size: 3.73333vw;
  }
}
section.about-us .schedule-wrap {
  color: #000000;
  margin: 1.5625vw 0 0 9.4791666667vw;
  padding-left: 2.6041666667vw;
  border-left: 1px solid #000;
}
@media (max-width: 599px) {
  section.about-us .schedule-wrap {
    margin: 8.53333vw 4.26666vw 0;
    padding-left: 0;
    border-left: none;
  }
}
section.about-us .schedule-wrap h3 {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.40625vw;
  margin-left: 0.5208333333vw;
}
@media (max-width: 599px) {
  section.about-us .schedule-wrap h3 {
    margin-left: 2.6666666667vw;
    font-size: 3.73333vw;
    line-height: 1.75;
  }
}
section.about-us .schedule-wrap img {
  width: 30.6770833333vw;
  margin: 0.2604166667vw 0 0.5208333333vw;
}
@media (max-width: 599px) {
  section.about-us .schedule-wrap img {
    width: 82.4vw;
    margin: 0 0 3.2vw;
    margin-left: -1.867vw;
  }
}
section.about-us .schedule-wrap p {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375vw;
}
@media (max-width: 599px) {
  section.about-us .schedule-wrap p {
    margin-top: 2.6666666667vw;
    font-size: 3.73333vw;
    line-height: 1.75;
  }
}
section.about-us .schedule-wrap .sm-inner {
  padding-left: 2.9333333333vw;
  border-left: 1px solid #000;
}
@media (max-width: 599px) {
  section.about-us .schedule-wrap .sm-inner h3 {
    margin-left: 0;
  }
}

section.interior {
  padding: 3.125vw 0;
  background-color: #ecae4b;
}
@media (max-width: 599px) {
  section.interior {
    padding: 3.2vw 0;
  }
}
section.interior ul.pc__view {
  display: flex;
  justify-content: center;
  gap: 1.875vw;
}
@media (max-width: 599px) {
  section.interior ul.pc__view {
    display: none;
  }
}
section.interior ul.pc__view li {
  width: 33.3333333333vw;
  flex-shrink: 0;
}
@media (max-width: 599px) {
  section.interior ul.pc__view li {
    width: 56.5333vw;
  }
}
section.interior ul.pc__view .first {
  width: 15.3645833333vw;
}
@media (max-width: 599px) {
  section.interior ul.pc__view .first {
    width: 25.867vw;
  }
}
section.interior .swiper {
  display: none;
}
@media (max-width: 599px) {
  section.interior .swiper {
    display: block;
  }
}
section.interior .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 86.6667vw;
  margin: 0 auto;
}

section.info {
  padding: 1.0416666667vw 0 2.34375vw;
}
@media (max-width: 599px) {
  section.info {
    padding: 7.467vw 0;
  }
}
section.info .bd-vertical-ylw {
  position: absolute;
  top: 1.0416666667vw;
  right: 18.0729166667vw;
}
@media (max-width: 599px) {
  section.info .bd-vertical-ylw {
    top: 1.3333333333vw;
    right: 14.4vw;
  }
}
section.info p.bd-l {
  margin-top: 1.5625vw;
}
@media (max-width: 599px) {
  section.info p.bd-l {
    margin-top: 6.1333vw;
    font-size: 3.73333vw;
  }
}
section.info .post-list {
  display: flex;
  justify-content: center;
  gap: 2.34375vw;
  margin-top: 3.9583333333vw;
}
@media (max-width: 599px) {
  section.info .post-list {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin: 5.33333vw 0 0 8.8vw;
  }
}
section.info .post-list article {
  width: 25.5208333333vw;
}
@media (max-width: 599px) {
  section.info .post-list article {
    width: 53.3333vw;
  }
}
section.info .post-list article .article__thumb {
  width: 100%;
  height: 15.1041666667vw;
  object-fit: cover;
}
@media (max-width: 599px) {
  section.info .post-list article .article__thumb {
    height: 46.9333vw;
    border-radius: 4.8vw;
  }
  section.info .post-list article .article__thumb img {
    border-radius: 4.8vw;
  }
}
section.info .post-list article .article__label {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3020833333vw;
  color: #ffffff;
  background-color: #ecae4b;
}
@media (max-width: 599px) {
  section.info .post-list article .article__label {
    font-size: 4.26666vw;
    line-height: 1.5;
  }
}
section.info .post-list article a.btn {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: block;
  width: 12.1875vw;
  margin: 1.8229166667vw auto 0;
  padding: 0.5208333333vw 0;
  font-size: 0.9375vw;
  text-align: center;
  color: #ebb246;
  border: 1px solid #ebb246;
  border-radius: 1.8229166667vw;
}
section.info .post-list article a.btn:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  section.info .post-list article a.btn {
    width: 36vw;
    margin: 4vw auto 0;
    padding: 0;
    font-size: 3.73333vw;
    border-radius: 9.3333vw;
  }
}
section.info .post-list article div.thmb {
  position: relative;
}
@media (max-width: 599px) {
  section.info .post-list article div.thmb {
    border-radius: 4.8vw;
  }
}
section.info .post-list article div.thmb span.cat {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.5208333333vw;
  font-size: 1.3020833333vw;
  color: #ffffff;
  background-color: #ecae4b;
}
@media (max-width: 599px) {
  section.info .post-list article div.thmb span.cat {
    padding: 0 2.133vw;
    font-size: 4.26666vw;
    line-height: 1.5;
    border-radius: 4.8vw 0 0 0;
  }
}
section.info a.more-btn {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  margin: 3.4895833333vw auto 0;
}
@media (max-width: 599px) {
  section.info a.more-btn {
    margin: 8vw 0 0 13.86666vw;
  }
}

section.consultation {
  background-color: #f7dfb3;
  padding: 6.25vw 0 6.7708333333vw;
}
@media (max-width: 599px) {
  section.consultation {
    padding: 7.467vw 0 8.267vw;
  }
}
section.consultation .bd-vertical-ylw {
  position: absolute;
  top: 1.5625vw;
  right: 18.0729166667vw;
}
@media (max-width: 599px) {
  section.consultation .bd-vertical-ylw {
    top: 5px;
    right: 14.133vw;
  }
}
section.consultation p.bd-l {
  margin-top: 1.0416666667vw;
  font-size: 1.3020833333vw;
}
@media (max-width: 599px) {
  section.consultation p.bd-l {
    margin-top: 6.667vw;
    font-size: 3.73333vw;
  }
}
section.consultation p.lead {
  width: 32.8125vw;
  margin-top: 2.0833333333vw;
  font-size: 0.9375vw;
  color: #000000;
}
@media (max-width: 599px) {
  section.consultation p.lead {
    width: 80.5333vw;
    margin-top: 4vw;
    font-size: 3.73333vw;
    line-height: 1.9;
  }
}
section.consultation ul.subject-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9166666667vw 8.28125vw;
  margin: 3.125vw 0 0 7.34375vw;
}
section.consultation ul.subject-list li {
  width: 22.9166666667vw;
}
section.consultation ul.subject-list li h3 {
  font-family: "tahoma", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  width: 12.2916666667vw;
  margin: 0 auto 1.0416666667vw;
  padding: 0.5208333333vw 0;
  font-size: 1.8229166667vw;
  line-height: 1;
  text-align: center;
  color: #ecae4b;
  border: 0.2604166667vw solid #ecae4b;
  border-radius: 2.0833333333vw;
  background-color: #ffffff;
}
section.consultation ul.subject-list li .inner {
  box-shadow: 0.5208333333vw 1.0416666667vw 2.6041666667vw rgba(0, 0, 0, 0.16);
}
section.consultation .consultationSwiper {
  display: none;
}
@media (max-width: 599px) {
  section.consultation .consultationSwiper {
    display: block;
    margin-top: 5.33333vw;
    padding-left: 13.33333vw;
  }
  section.consultation .consultationSwiper .swiper-wrapper .swiper-slide .swiper-inner img {
    display: block;
    width: 80vw;
    margin: 0 auto;
  }
}
section.consultation .consultationSwiper-pagination {
  display: none;
}
@media (max-width: 599px) {
  section.consultation .consultationSwiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 5.33333vw;
  }
  section.consultation .consultationSwiper-pagination span.swiper-pagination-bullet {
    width: 5.33333vw;
    height: 5.33333vw;
    background-color: #ffffff;
    border: 1px solid #707070;
    opacity: 1;
    padding: 0;
  }
  section.consultation .consultationSwiper-pagination span.swiper-pagination-bullet-active {
    background-color: #8f9091;
  }
}

section.feature {
  padding: 6.25vw 0 5.0520833333vw;
  background-color: #f7dfb3;
}
@media (max-width: 599px) {
  section.feature {
    padding: 5.6vw 0 0;
  }
}
section.feature .bd-vertical-ylw {
  position: absolute;
  top: 1.5625vw;
  right: 17.8125vw;
}
@media (max-width: 599px) {
  section.feature .bd-vertical-ylw {
    top: 1.867vw;
    right: 14.133vw;
  }
}
section.feature p.bd-l {
  margin-top: 1.5625vw;
  font-size: 1.3020833333vw;
}
@media (max-width: 599px) {
  section.feature p.bd-l {
    margin-top: 6.1333vw;
    font-size: 5.867vw;
  }
}
section.feature p.lead {
  width: 31.7708333333vw;
  margin-top: 2.6041666667vw;
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 599px) {
  section.feature p.lead {
    width: 78.4vw;
    margin-top: 4vw;
    margin-bottom: 6.667vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}
section.feature .list-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.4479166667vw;
}
@media (max-width: 599px) {
  section.feature .list-wrap {
    display: none;
  }
}
section.feature .list-wrap ul.feature-list {
  display: flex;
  flex-direction: column;
  gap: 2.8645833333vw;
  width: 46.875vw;
  flex-shrink: 0;
}
section.feature .list-wrap ul.feature-list li {
  box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.16);
}
section.feature .list-wrap ul.feature-list li img {
  width: 100%;
  flex-shrink: 0;
}
section.feature .list-wrap ul.right {
  margin-top: 10.2604166667vw;
}
section.feature .featureSwiper {
  display: none;
}
@media (max-width: 599px) {
  section.feature .featureSwiper {
    position: relative;
    display: block;
  }
  section.feature .featureSwiper ul.swiper-wrapper li.swiper-slide {
    padding-bottom: 6.667vw;
  }
  section.feature .featureSwiper ul.swiper-wrapper li.swiper-slide img {
    display: block;
    width: 80vw;
    margin: 0 auto;
    box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.16);
  }
  section.feature .featureSwiper .featureSwiper-btn-prev,
  section.feature .featureSwiper .featureSwiper-btn-next {
    position: absolute;
    top: 57.0667vw;
    z-index: 1;
  }
  section.feature .featureSwiper .featureSwiper-btn-prev img,
  section.feature .featureSwiper .featureSwiper-btn-next img {
    width: 6.933vw;
  }
  section.feature .featureSwiper .featureSwiper-btn-prev {
    left: 1.867vw;
  }
  section.feature .featureSwiper .featureSwiper-btn-next {
    right: 1.867vw;
  }
}

.group-pic {
  padding-top: 2.4479166667vw;
}
@media (max-width: 599px) {
  .group-pic {
    padding: 4vw 3.2vw 0;
  }
}
.group-pic img {
  display: block;
  width: 51.5625vw;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .group-pic img {
    width: 100%;
  }
}

section.flow {
  padding: 5.2083333333vw 0 5.0520833333vw;
  background: linear-gradient(rgba(247, 223, 182, 0.04), #fad48f);
}
@media (max-width: 599px) {
  section.flow {
    padding: 13.6vw 0 0;
    background: #ffffff;
  }
}
section.flow .bd-vertical-ylw {
  position: absolute;
  top: 1.5625vw;
  right: 17.8645833333vw;
}
@media (max-width: 599px) {
  section.flow .bd-vertical-ylw {
    top: 5.867vw;
    right: 14.133vw;
  }
}
section.flow p.bd-l {
  margin-top: 1.0416666667vw;
  font-size: 1.3020833333vw;
}
@media (max-width: 599px) {
  section.flow p.bd-l {
    margin-top: 4vw;
    font-size: 5.867vw;
  }
}
section.flow p.lead {
  width: 44.0104166667vw;
  margin-top: 1.0416666667vw;
  font-size: 0.8333333333vw;
}
@media (max-width: 599px) {
  section.flow p.lead {
    width: 71.2vw;
    margin-top: 4vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}
section.flow .step-wrap {
  display: flex;
  align-items: center;
  gap: 3.125vw;
  margin: 2.8125vw 0 0 9.53125vw;
}
@media (max-width: 599px) {
  section.flow .step-wrap {
    flex-direction: column;
    align-items: center;
    gap: 5.33333vw;
    margin: 6.667vw 0 0 0;
    padding-bottom: 8vw;
    background: linear-gradient(rgba(247, 223, 182, 0.04), #f5d9a7);
  }
}
section.flow .step-wrap img.flow-list {
  width: 46.875vw;
}
@media (max-width: 599px) {
  section.flow .step-wrap img.flow-list {
    width: 89.8667vw;
  }
}
section.flow .step-wrap img.flow-vis {
  width: 31.25vw;
}
section.flow .step-wrap .flow-vis-wrap {
  display: none;
}
@media (max-width: 599px) {
  section.flow .step-wrap .flow-vis-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
    align-items: center;
    width: 65.3333vw;
  }
  section.flow .step-wrap .flow-vis-wrap div.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.4vw;
  }
  section.flow .step-wrap .flow-vis-wrap div.flex img {
    width: 48%;
  }
}

section.facility {
  position: relative;
}
@media (max-width: 599px) {
  section.facility {
    padding-top: 11.2vw;
  }
}
section.facility .bd-vertical-ylw {
  position: absolute;
  top: 1.1979166667vw;
  right: 18.0729166667vw;
}
@media (max-width: 599px) {
  section.facility .bd-vertical-ylw {
    top: 5.06666vw;
    right: 14.133vw;
  }
}
section.facility p.txt {
  margin: 1.5625vw 0 1.5625vw 12.1354166667vw;
}
@media (max-width: 599px) {
  section.facility p.txt {
    margin: 5.33333vw 0 5.33333vw 12.1354166667vw;
  }
}
section.facility .slider-wrapper {
  background: linear-gradient(rgba(247, 223, 182, 0.04), #fad48f, #f5d9a7);
  padding-bottom: 6.0416666667vw;
}
@media (max-width: 599px) {
  section.facility .slider-wrapper {
    padding-bottom: 11.2vw;
  }
}
section.facility .slider-wrapper .slider-sec h3 {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  width: fit-content;
  font-size: 1.25vw;
  margin: 0 0 0 12.1354166667vw;
  border-bottom: 1px solid #000000;
}
@media (max-width: 599px) {
  section.facility .slider-wrapper .slider-sec h3 {
    font-size: 3.73333vw;
    margin: 0 0 0 9.06666vw;
  }
}
section.facility .slider-wrapper .slider-sec .swiper {
  margin-top: 2.34375vw;
  overflow: hidden;
}
@media (max-width: 599px) {
  section.facility .slider-wrapper .slider-sec .swiper {
    margin-top: 6.1333vw;
  }
}
section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper {
  padding-bottom: 3.3333333333vw;
  transition-timing-function: linear !important;
}
@media (max-width: 599px) {
  section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper {
    padding-bottom: 5.33333vw;
  }
}
section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper li.swiper-slide {
  height: auto;
}
section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper li.swiper-slide .swiper-inner {
  position: relative;
  width: 21.0416666667vw;
  height: 100%;
  padding: 0 1.8229166667vw 0.78125vw;
}
@media (max-width: 599px) {
  section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper li.swiper-slide .swiper-inner {
    width: 46.4vw;
    padding: 0 2.133vw 2.4vw;
  }
}
section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper li.swiper-slide .swiper-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 18.5416666667vw;
  background-color: #ecae4b;
  z-index: -1;
  box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 599px) {
  section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper li.swiper-slide .swiper-inner::after {
    height: 48vw;
  }
}
section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper li.swiper-slide .swiper-inner h4 {
  font-family: "heisei-mincho-std", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 1.0416666667vw;
  font-size: 1.5625vw;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 599px) {
  section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper li.swiper-slide .swiper-inner h4 {
    margin-top: 4vw;
    font-size: 5.33333vw;
  }
}
section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper li.swiper-slide .swiper-inner p {
  font-family: "heisei-mincho-std", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.0416666667vw;
  color: #000000;
}
@media (max-width: 599px) {
  section.facility .slider-wrapper .slider-sec .swiper ul.swiper-wrapper li.swiper-slide .swiper-inner p {
    font-size: 3.73333vw;
  }
}

section.access {
  padding: 1.5625vw 0 5.2083333333vw;
  background-color: #ffffff;
}
@media (max-width: 599px) {
  section.access {
    padding: 11.2vw 0 8vw;
  }
}
section.access .flex-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.0416666667vw;
  gap: 6.7708333333vw;
}
@media (max-width: 599px) {
  section.access .flex-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 5.33333vw;
    gap: 8vw;
  }
}
@media (max-width: 599px) {
  section.access .flex-wrap .inner {
    padding: 0 9.06666vw;
  }
}
section.access .flex-wrap .inner p.bd-l {
  margin-left: 0;
  margin-bottom: 1.8229166667vw;
  font-size: 1.3020833333vw;
}
@media (max-width: 599px) {
  section.access .flex-wrap .inner p.bd-l {
    margin-bottom: 6.667vw;
    margin-left: 2.4vw;
    font-size: 5.867vw;
  }
}
section.access .flex-wrap .inner h3 {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 0.9375vw;
  padding-top: 0.3645833333vw;
  font-size: 1.25vw;
  color: #ecae4b;
  border-top: 1px solid #ecae4b;
}
@media (max-width: 599px) {
  section.access .flex-wrap .inner h3 {
    margin-top: 4.8vw;
    padding-top: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
section.access .flex-wrap .inner p.address {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375vw;
  line-height: 1.75;
  color: #000000;
}
@media (max-width: 599px) {
  section.access .flex-wrap .inner p.address {
    font-size: 3.73333vw;
  }
}
section.access .flex-wrap .inner p.annotation {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
}
section.access .flex-wrap .inner p.far {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  margin-top: 0.9375vw;
  padding-bottom: 0.9375vw;
  font-size: 0.9375vw;
  line-height: 1.75;
  color: #000000;
}
@media (max-width: 599px) {
  section.access .flex-wrap .inner p.far {
    margin-top: 4.8vw;
    padding-bottom: 4.8vw;
    font-size: 3.73333vw;
  }
}
section.access .flex-wrap .inner p.far::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-image: url(/wp-content/themes/renew/shared/images/tokyo_top/access-hashed-border.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
section.access .flex-wrap iframe {
  width: 33.3333333333vw;
  aspect-ratio: 640/480;
  flex-shrink: 0;
  border: 3px solid #ecae4b;
}
@media (max-width: 599px) {
  section.access .flex-wrap iframe {
    width: 80vw;
  }
}

section.c-philosophy {
  padding: 2.0833333333vw 0 3.3854166667vw;
  background-image: url(/wp-content/themes/renew/shared/images/parts/c-philosophy-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 599px) {
  section.c-philosophy {
    padding: 5.867vw 0 11.733vw;
    background-image: url(/wp-content/themes/renew/shared/images/parts/sp/sp__c-philosophy-bg.webp);
  }
}
section.c-philosophy p {
  margin-top: 1.5625vw;
}
@media (max-width: 599px) {
  section.c-philosophy p {
    margin-top: 5.33333vw;
    font-size: 5.667vw !important;
  }
}

section.c-related {
  position: relative;
  background: linear-gradient(rgba(247, 223, 182, 0.04), #fad48f, #f5d9a7);
  padding: 1.5625vw 0 5.625vw;
}
@media (max-width: 599px) {
  section.c-related {
    padding: 9.3333vw 0 15.467vw;
    background: linear-gradient(rgba(247, 223, 182, 0.04), #fad48f);
  }
}
section.c-related .bd-vertical-ylw {
  position: absolute;
  top: 2.1875vw;
  right: 18.0729166667vw;
}
@media (max-width: 599px) {
  section.c-related p.txt {
    margin-top: 5.33333vw;
  }
}
section.c-related p.lead {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  width: 36.25vw;
  margin: 1.0416666667vw 0 0 12.1354166667vw;
  font-size: 0.9375vw;
  color: #000000;
}
@media (max-width: 599px) {
  section.c-related p.lead {
    width: 71.2vw;
    margin: 5.33333vw 0 0 12vw;
    font-size: 3.73333vw;
  }
}
section.c-related ul.related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw 3.125vw;
  margin: 2.6041666667vw 0 0 12.1354166667vw;
}
@media (max-width: 599px) {
  section.c-related ul.related-list {
    display: none;
  }
}
section.c-related ul.related-list li {
  width: 33.3333333333vw;
  color: #000000;
}
section.c-related ul.related-list li img {
  width: 100%;
}
section.c-related ul.related-list li h3 {
  font-family: "linotype-didot", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 1.8229166667vw;
  font-size: 1.6666666667vw;
  line-height: 1;
}
section.c-related ul.related-list li h3 span {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  margin-top: 0.78125vw;
  font-size: 1.25vw;
}
section.c-related ul.related-list li h3.ja {
  font-family: "heisei-mincho-std", serif;
  font-weight: 700;
  font-style: normal;
}
section.c-related ul.related-list li p {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 0.78125vw;
  font-size: 0.9375vw;
  line-height: 1.75;
}
section.c-related ul.related-list li a.more-btn {
  margin: 1.5625vw auto 0;
}
section.c-related .relatedSwiper {
  display: none;
}
@media (max-width: 599px) {
  section.c-related .relatedSwiper {
    position: relative;
    display: block;
    margin-top: 1.3333333333vw;
  }
  section.c-related .relatedSwiper ul.swiper-wrapper li.swiper-slide .swiper-inner {
    width: 74.1333vw;
    margin: 0 auto;
    color: #000000;
  }
  section.c-related .relatedSwiper ul.swiper-wrapper li.swiper-slide .swiper-inner img {
    width: 100%;
  }
  section.c-related .relatedSwiper ul.swiper-wrapper li.swiper-slide .swiper-inner h3 {
    font-family: "linotype-didot", serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 4vw;
    font-size: 5.867vw;
    line-height: 1;
  }
  section.c-related .relatedSwiper ul.swiper-wrapper li.swiper-slide .swiper-inner h3 span {
    font-family: "heisei-mincho-std", serif;
    font-weight: 300;
    font-style: normal;
    display: block;
    margin-top: 1.3333333333vw;
    font-size: 3.73333vw;
  }
  section.c-related .relatedSwiper ul.swiper-wrapper li.swiper-slide .swiper-inner h3.ja {
    font-family: "heisei-mincho-std", serif;
    font-weight: 700;
    font-style: normal;
  }
  section.c-related .relatedSwiper ul.swiper-wrapper li.swiper-slide .swiper-inner h3.ja span {
    margin-top: 2.6666666667vw;
  }
  section.c-related .relatedSwiper ul.swiper-wrapper li.swiper-slide .swiper-inner p {
    font-family: "heisei-mincho-std", serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 4vw;
    font-size: 3.73333vw;
    line-height: 1.75;
  }
  section.c-related .relatedSwiper ul.swiper-wrapper li.swiper-slide .swiper-inner a.more-btn {
    justify-content: center;
    width: 43.2vw;
    margin: 8vw auto 0;
    font-size: 5.33333vw;
    border-radius: 10.66666vw;
  }
  section.c-related .relatedSwiper .swiper-btn {
    position: absolute;
    top: 18.667vw;
    z-index: 1;
  }
  section.c-related .relatedSwiper .swiper-btn img {
    width: 6.933vw;
  }
  section.c-related .relatedSwiper .c-relatedSwiper-btn-prev {
    left: 1.867vw;
  }
  section.c-related .relatedSwiper .c-relatedSwiper-btn-next {
    right: 1.867vw;
  }
}

section.c-contact {
  background-color: #8f9091;
  padding: 2.34375vw 0 3.4375vw;
}
@media (max-width: 599px) {
  section.c-contact {
    padding: 7.2vw 0 5.867vw;
  }
}
section.c-contact .flex-box {
  display: flex;
  align-items: flex-end;
  gap: 15.3125vw;
}
@media (max-width: 599px) {
  section.c-contact .flex-box {
    flex-direction: column;
    align-items: center;
    gap: 7.467vw;
    margin-top: 5.33333vw;
  }
}
@media (max-width: 599px) {
  section.c-contact .flex-box p {
    font-size: 5.33333vw;
  }
}
section.c-contact .flex-box a.c-btn {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  justify-content: center;
  width: 14.3229166667vw;
  font-size: 1.875vw;
  border-radius: 2.0833333333vw;
}
@media (max-width: 599px) {
  section.c-contact .flex-box a.c-btn {
    width: 43.2vw;
    font-size: 5.33333vw;
    border-radius: 10.66666vw;
    line-height: 1.8;
  }
}

section.meetOurDocter {
  padding: 7.03125vw 0 3.125vw;
  background-color: #f7dfb3;
}
@media (max-width: 599px) {
  section.meetOurDocter {
    padding: 14.933vw 0 17.067vw;
  }
}
section.meetOurDocter span.bd-vertical-ylw {
  position: absolute;
  top: 1.6145833333vw;
  right: 18.0729166667vw;
}
@media (max-width: 599px) {
  section.meetOurDocter span.bd-vertical-ylw {
    top: 8.53333vw;
    right: 14.133vw;
  }
}
section.meetOurDocter p.bd-l {
  margin-top: 1.5625vw;
  font-size: 1.3020833333vw;
}
@media (max-width: 599px) {
  section.meetOurDocter p.bd-l {
    margin: 5.33333vw 0 0 6.933vw;
    font-size: 3.73333vw;
  }
}
section.meetOurDocter p.lead {
  width: 24.0625vw;
  margin-top: 0.78125vw;
  font-size: 0.9375vw;
  line-height: 1.8;
}
@media (max-width: 599px) {
  section.meetOurDocter p.lead {
    width: 80.5333vw;
    margin: 4.8vw 0 0 6.933vw;
    font-size: 3.73333vw;
  }
}
section.meetOurDocter ul.doctor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125vw 4.1666666667vw;
  margin: 2.8645833333vw 0 0 12.1354166667vw;
}
@media (max-width: 599px) {
  section.meetOurDocter ul.doctor-list {
    flex-direction: column;
    gap: 10.66666vw;
    margin: 5.33333vw 0 0 6.933vw;
  }
}
section.meetOurDocter ul.doctor-list li {
  flex-shrink: 0;
  width: 32.7604166667vw;
}
@media (max-width: 599px) {
  section.meetOurDocter ul.doctor-list li {
    width: 82.1333vw;
  }
}
section.meetOurDocter ul.doctor-list li h3 {
  font-family: "heisei-mincho-std", serif;
  font-weight: 700;
  font-style: normal;
  width: 24.0625vw;
  margin-bottom: 1.3020833333vw;
  font-size: 1.8229166667vw;
  color: #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 599px) {
  section.meetOurDocter ul.doctor-list li h3 {
    width: 78.9333vw;
    margin-bottom: 6.1333vw;
    font-size: 6.667vw;
  }
}
section.meetOurDocter ul.doctor-list li h3 span {
  margin-left: 1.0416666667vw;
  font-size: 1.0416666667vw;
}
@media (max-width: 599px) {
  section.meetOurDocter ul.doctor-list li h3 span {
    margin-left: 6.667vw;
    font-size: 4.26666vw;
  }
}
section.meetOurDocter ul.doctor-list li .txt-wrap h4 {
  font-family: "heisei-mincho-std", serif;
  font-weight: 700;
  font-style: normal;
  width: 9.0104166667vw;
  margin-bottom: 0.5208333333vw;
  padding-bottom: 0.2604166667vw;
  font-size: 1.3020833333vw;
  line-height: 1;
  color: #000000;
  border-bottom: 1px solid #8f9091;
}
@media (max-width: 599px) {
  section.meetOurDocter ul.doctor-list li .txt-wrap h4 {
    width: 43.2vw;
    margin-bottom: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 5.33333vw;
  }
}
section.meetOurDocter ul.doctor-list li .txt-wrap p {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375vw;
  line-height: 1.8;
  color: #000000;
}
@media (max-width: 599px) {
  section.meetOurDocter ul.doctor-list li .txt-wrap p {
    font-size: 3.73333vw;
  }
}
section.meetOurDocter ul.doctor-list li .first-child {
  height: 8.59375vw;
}
section.meetOurDocter ul.doctor-list li .second-child {
  height: 12.1354166667vw;
}
section.meetOurDocter ul.doctor-list li .last-child {
  height: 21.5104166667vw;
  margin-top: 2.0833333333vw;
}
@media (max-width: 599px) {
  section.meetOurDocter ul.doctor-list li .first-child,
  section.meetOurDocter ul.doctor-list li .second-child,
  section.meetOurDocter ul.doctor-list li .last-child {
    height: auto;
    margin-top: 5.33333vw;
  }
}
section.meetOurDocter ul.doctor-list li.last-item div.txt-wrap:nth-of-type(2) {
  margin-top: 1.3020833333vw;
}
section.meetOurDocter ul.doctor-list li.last-item div.txt-wrap:last-child {
  margin-top: 2.0833333333vw;
}
@media (max-width: 599px) {
  section.meetOurDocter ul.doctor-list li.last-item div.txt-wrap:nth-of-type(2), section.meetOurDocter ul.doctor-list li.last-item div.txt-wrap:last-child {
    margin-top: 5.33333vw;
  }
}

section {
  position: relative;
}

section.c-lowFv .sec-wrap {
  background-image: url(/wp-content/themes/renew/shared/images/fukuoka_top/lowFv-bg.webp);
}
@media (max-width: 599px) {
  section.c-lowFv .sec-wrap {
    background-image: url(/wp-content/themes/renew/shared/images/fukuoka_top/sp/sp__lowFv-bg.webp);
  }
}