@charset "UTF-8";
/*! 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 {
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  color: #445C50;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

a,
::before,
::after {
  transition: 0.3s;
}

main,
footer {
  overflow: hidden;
}

@media screen and (min-width: 681px) {
  body {
    min-width: 1200px;
  }
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* フォント
***************************************************************/
.classico {
  font-family: "classico-urw", sans-serif;
}

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

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 830px;
  margin: 0 auto;
}

section {
  padding: 120px 0;
}

@media screen and (max-width: 680px) {
  .inner {
    padding: 0 5.3333333333vw;
  }
  section {
    padding: 21.3333333333vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    transform: translateX(-40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    transform: translateX(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.section_title .en {
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 18px;
}

.section_title .en::after {
  content: "";
  display: inline-block;
  width: 50px;
  border: 0.5px solid #445c50;
}

.section_title .ja {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 680px) {
  .section_title {
    flex-flow: column;
    align-items: flex-start;
    gap: 3.2vw;
  }
  .section_title .en {
    font-size: 5.6vw;
  }
  .section_title .en::after {
    display: none;
    border: 1.3333333333vw solid #445c50;
  }
  .section_title .ja {
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    gap: 1.3333333333vw;
  }
  .section_title .ja::before {
    content: "";
    display: inline-block;
    width: 5.3333333333vw;
    border: 0.5px solid #445c50;
  }
}
.btn a {
  font-size: 15px;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(68, 92, 80, 0.5);
  padding: 0 10px 4px;
}

.btn a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: 0.5s;
  position: relative;
  left: 0;
}

.btn.type2 a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.btn.type2 a::after {
  background-image: url(../images/common/arrow_btn01.svg);
}

@media screen and (max-width: 680px) {
  .btn a {
    font-size: 4vw;
    gap: 2.6666666667vw;
    padding: 0 2.6666666667vw 1.0666666667vw;
  }
  .btn a::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.common_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/common/page_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.page_bg {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 680px) {
  .common_bg {
    background-image: url(../images/common/page_bg_sp.webp);
    background-attachment: scroll;
    height: 150vh;
  }
  .home .common_bg {
    display: none;
  }
  .page_bg {
    padding-top: 16vw;
  }
}
/*===================================================
ヘッダー
===================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 27px 0;
  z-index: 100;
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px;
}

.header_logo {
  width: 411px;
}

.header_link {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header_link_reservation {
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: 0.3s;
  position: relative;
  width: 255px;
  text-align: center;
}

.header_link_reservation::before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #445C50;
  width: 255px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.header_link_reservation span {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.1em;
  margin-right: 10px;
  transition: 0.3s;
}

/* ハンバーガーメニュー */
.toggle-menu {
  display: inline-block;
  width: 55px;
  height: 55px;
  position: relative;
  border-radius: 50%;
  background: #445C50;
  z-index: 100;
  cursor: pointer;
  transition: 0.3s;
}

.open .toggle-menu {
  background: #A4A797;
}

.toggle-menu .toggle-line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 25px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.toggle-menu .toggle-line::before {
  top: 24px;
  animation: menu-barTop 0.6s forwards;
}

.toggle-menu .toggle-line::after {
  bottom: 24px;
  animation: menu-barBottom 0.6s forwards;
}

.open .toggle-menu .toggle-line::before {
  transform: translate(-50%, 0) rotate(-15deg);
  top: 27px;
}

.open .toggle-menu .toggle-line::after {
  transform: translate(-50%, 0) rotate(15deg);
  bottom: 27px;
}

.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #31503A;
  color: #fff;
  z-index: 90;
  transform: translateX(100%);
  transition: 0.3s ease-out;
}

.open .header_nav {
  transform: translateX(50%);
  overflow: auto;
}

.header_nav_content {
  padding: 53px 0 0 86px;
  position: relative;
  height: 100%;
}

.header_nav_logo {
  width: 365px;
  display: block;
}

.header_nav_instagram {
  font-size: 15px;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0 10px;
  margin-top: 20px;
}

.header_nav_instagram::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  left: 0;
}

.global_nav {
  margin-top: 40px;
}

.global_nav_list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.global_nav_item {
  width: 150px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.global_nav_title {
  text-decoration: underline;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.global_nav_title:nth-of-type(n + 2) {
  margin-top: 30px;
}

.global_nav_sublink {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #C1CBC4;
  margin-top: 16px;
  line-height: 1.4;
}

.global_nav_sublink + .global_nav_sublink {
  margin-top: 10px;
}

.header_cta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 43px;
  background: #445C50;
  transition: 0.3s;
}

.header_cta_img {
  width: 236px;
}

.header_cta_txtBox {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.header_cta_txt .en {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.header_cta_txt .ja {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.header_cta_link {
  font-size: 12px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  opacity: 0.7;
  transition: 0.3s;
  width: 100px;
  position: relative;
}

.header_cta_link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.reservation_nav {
  position: fixed;
  right: 0;
  top: 0;
  background: #ecede5;
  padding: 83px 75px 45px 45px;
  z-index: 100;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.3s;
}

.open2 .reservation_nav {
  transform: translateX(0);
}

.reservation_nav_button {
  width: 27px;
  height: 10px;
  background-image: url(../images/common/close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 45px;
  top: 55px;
}

.reservation_nav_title {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.reservation_nav_title .en {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  display: block;
}

.reservation_nav_title .ja {
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
}

.reservation_nav_list {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin-top: 30px;
  max-width: 292px;
}

.reservation_nav_item_text {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.6;
}

.reservation_nav_item_text span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  opacity: 0.5;
  line-height: 1;
}

.reservation_nav_item .btn {
  text-align: right;
  margin-top: 10px;
}

@media screen and (min-width: 681px) {
  .header_link_reservation:hover span {
    letter-spacing: 0.15em;
  }
  .toggle-menu:hover {
    background: #A4A797;
  }
  .header_cta:hover {
    background: #A4A797;
  }
  .header_cta:hover .header_cta_link {
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 3.4666666667vw 0 0;
  }
  .header_content {
    margin: 0 4.2666666667vw 0 5.3333333333vw;
  }
  .header_logo {
    width: 60.8vw;
  }
  .header_link {
    gap: 6.1333333333vw;
    padding-top: 4vw;
  }
  .header_link_reservation {
    border-bottom: unset;
    padding: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url(../images/common/icon_calendar.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1.3333333333vw;
  }
  .header_link_reservation::before {
    display: none;
  }
  /* ハンバーガーメニュー */
  .toggle-menu {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    width: 4vw;
  }
  .toggle-menu .toggle-line::before {
    top: 3.2vw;
  }
  .toggle-menu .toggle-line::after {
    bottom: 3.2vw;
  }
  .open .toggle-menu .toggle-line::before {
    top: 4.1333333333vw;
  }
  .open .toggle-menu .toggle-line::after {
    bottom: 4.1333333333vw;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .header_nav {
    height: 100%;
  }
  .header_nav_content {
    padding: 9.6vw 5.3333333333vw 26.6666666667vw;
    overflow-x: scroll;
  }
  .header_nav_logo {
    width: 60.8vw;
  }
  .header_nav_instagram {
    font-size: 4vw;
    gap: 1.6vw;
    padding: 0 2.6666666667vw;
    margin-top: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
  .header_nav_instagram::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
  }
  .global_nav {
    margin-top: 16vw;
  }
  .global_nav_links {
    display: flex;
    flex-flow: column;
    flex: 1;
  }
  .global_nav_item {
    width: 100%;
    flex-flow: row;
  }
  .global_nav_title {
    font-size: 4.8vw;
  }
  .global_nav_title:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
  .global_nav_sublink {
    font-size: 3.4666666667vw;
    margin-top: 1.0666666667vw;
  }
  .global_nav_sublink + .global_nav_sublink {
    margin-top: 2.6666666667vw;
  }
  .global_nav_list_sp01 {
    display: flex;
    flex-flow: column;
    gap: 5.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  .global_nav_list_sp01 .global_nav_item {
    display: flex;
    align-items: flex-start;
  }
  .global_nav_list_sp01 .global_nav_title {
    width: 32.2666666667vw;
  }
  .global_nav_list_sp02 {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 13.3333333333vw 5.3333333333vw 0;
    margin-top: 9.3333333333vw;
    display: flex;
    flex-wrap: wrap;
    gap: 5.3333333333vw 8.8vw;
  }
  .global_nav_list_sp02 .global_nav_item {
    width: 28vw;
    flex-flow: column;
  }
  .global_nav_list_sp02 .global_nav_item:nth-of-type(2n) {
    width: 41.8666666667vw;
  }
  .header_cta {
    position: unset;
    margin-top: 18.6666666667vw;
    gap: 6.1333333333vw;
    padding: 4vw 5.3333333333vw;
  }
  .header_cta_img {
    width: 33.0666666667vw;
  }
  .header_cta_txt .en {
    display: block;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .header_cta_txt .ja {
    display: block;
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .header_cta_link {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 1.3333333333vw;
    border-bottom: 0.2666666667vw solid #fff;
    opacity: 0.7;
  }
  .header_cta_link::after {
    content: "";
    display: inline-block;
    width: 3.7333333333vw;
    height: 1.8666666667vw;
    background-image: url(../images/common/arrow_btn01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    left: 0;
    transform: unset;
  }
  .reservation_nav {
    padding: 20vw 10.6666666667vw 12vw;
    height: 100vh;
    overflow-x: scroll;
  }
  .open2 .reservation_nav {
    transform: translateX(0);
  }
  .reservation_nav_button {
    width: 7.2vw;
    height: 2.6666666667vw;
    right: 10.6666666667vw;
    top: 9.3333333333vw;
  }
  .reservation_nav_title {
    font-size: 4.5333333333vw;
  }
  .reservation_nav_title .en {
    font-size: 3.7333333333vw;
  }
  .reservation_nav_title .ja {
    font-size: 4.5333333333vw;
  }
  .reservation_nav_list {
    gap: 10.6666666667vw;
    margin-top: 5.3333333333vw;
    max-width: unset;
  }
  .reservation_nav_item_text {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
  .reservation_nav_item_text span {
    font-size: 3.4666666667vw;
  }
  .reservation_nav_item .btn {
    margin-top: 0;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  background: #31503A;
  color: #fff;
  padding: 45px 0 105px;
}

footer .inner {
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_content_logo {
  width: 365px;
}

.footer_content .btn.type2 {
  margin-top: 20px;
}

.footer_cta {
  width: 372px;
  display: flex;
  align-items: center;
  gap: 23px;
  background: #445C50;
  padding: 12px;
  margin-top: 75px;
  transition: 0.3s;
}

.footer_cta_img {
  width: 136px;
}

.footer_cta_txtBox {
  flex: 1;
}

.footer_cta_txt .en {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.footer_cta_txt .ja {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.footer_cta_link {
  font-size: 12px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  opacity: 0.7;
  position: relative;
  display: inline-block;
  width: 95px;
  transition: 0.3s;
}

.footer_cta_link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.footer_nav_list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.footer_nav_item {
  width: 150px;
}

.footer_nav_title {
  text-decoration: underline;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.footer_nav_title:nth-of-type(n + 2) {
  margin-top: 30px;
}

.footer_nav_sublink {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #C1CBC4;
  margin-top: 16px;
  line-height: 1.4;
}

.footer_nav_sublink + .footer_nav_sublink {
  margin-top: 10px;
}

@media screen and (min-width: 681px) {
  .footer_cta:hover {
    background: #A4A797;
  }
  .footer_cta:hover .footer_cta_link {
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 680px) {
  footer .inner {
    flex-flow: column;
  }
  .footer_nav_content {
    padding: 9.6vw 5.3333333333vw 26.6666666667vw;
    overflow-x: scroll;
  }
  .footer_content_logo {
    width: 60.8vw;
  }
  .footer_content .btn.type2 {
    margin: 5.3333333333vw 5.3333333333vw 0;
  }
  .footer_nav_instagram {
    font-size: 4vw;
    gap: 1.6vw;
    padding: 0 2.6666666667vw;
    margin-top: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
  .footer_nav_instagram::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
  }
  .footer_nav {
    margin-top: 16vw;
  }
  .footer_nav_links {
    display: flex;
    flex-flow: column;
  }
  .footer_nav_item {
    width: 100%;
  }
  .footer_nav_title {
    font-size: 4.8vw;
  }
  .footer_nav_title:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
  .footer_nav_sublink {
    font-size: 3.4666666667vw;
    margin-top: 1.0666666667vw;
  }
  .footer_nav_sublink + .footer_nav_sublink {
    margin-top: 2.6666666667vw;
  }
  .footer_nav_list_sp01 {
    display: flex;
    flex-flow: column;
    gap: 5.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  .footer_nav_list_sp01 .footer_nav_item {
    display: flex;
    align-items: flex-start;
  }
  .footer_nav_list_sp01 .footer_nav_title {
    width: 32.2666666667vw;
  }
  .footer_nav_list_sp02 {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 13.3333333333vw 5.3333333333vw 0;
    margin-top: 9.3333333333vw;
    display: flex;
    flex-wrap: wrap;
    gap: 5.3333333333vw 8.8vw;
  }
  .footer_nav_list_sp02 .footer_nav_item {
    width: 28vw;
  }
  .footer_nav_list_sp02 .footer_nav_item:nth-of-type(2n) {
    width: 41.8666666667vw;
  }
  .footer_cta_sp {
    width: 100%;
  }
  .footer_cta {
    position: unset;
    margin-top: 18.6666666667vw;
    gap: 6.1333333333vw;
    padding: 4vw 5.3333333333vw;
    width: 100%;
  }
  .footer_cta_img {
    width: 33.0666666667vw;
  }
  .footer_cta_txt .en {
    display: block;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .footer_cta_txt .ja {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .footer_cta_link {
    font-size: 3.2vw;
  }
  .footer_cta_link::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
  }
}
/*===================================================
トップページ
===================================================*/
.bg {
  background-image: url(../images/front/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media screen and (max-width: 680px) {
  .bg {
    background-image: url(../images/front/bg_sp.webp);
    background-position: 0 -25.8666666667vw;
  }
}
/* トップページ FV
***************************************************************/
.fv {
  padding: 270px 0 50px;
  overflow: hidden;
  position: relative;
}

.fv .inner {
  max-width: 1060px;
  position: relative;
}

.fv_title {
  position: absolute;
  left: 0;
  top: -92px;
}

.fv_title .ja {
  font-size: 40px;
  letter-spacing: 0.2em;
  line-height: 60px;
  color: rgb(255, 255, 255);
  mix-blend-mode: difference;
  display: block;
}

.fv_title .en {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: rgb(255, 255, 255);
  mix-blend-mode: difference;
  display: block;
}

.fv_img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0 65px;
}

.cta {
  width: 372px;
  display: flex;
  align-items: center;
  gap: 23px;
  background: #445C50;
  padding: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 50;
  transition: 0.5s;
}

.cta.close {
  transform: translateX(100%);
}

.page-id-70 .cta,
.page-id-175 .cta {
  display: none;
}

.cta_img {
  width: 136px;
}

.cta_txtBox {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.cta_txt .en {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.cta_txt .ja {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.cta_link {
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.7;
  transition: 0.3s;
  position: relative;
  width: 100px;
  border-bottom: 1px solid #fff;
}

.cta_link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (min-width: 681px) {
  .cta:hover {
    background: #A4A797;
  }
  .cta:hover .cta_link {
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    padding: 38.4vw 0 0;
    height: 100vh;
  }
  .fv .inner {
    max-width: unset;
    padding: 0;
    height: 100%;
  }
  .fv_title {
    position: absolute;
    left: 5.3333333333vw;
    top: -14.6666666667vw;
  }
  .fv_title .ja {
    font-size: 6.1333333333vw;
    letter-spacing: 0.15em;
    line-height: 9.0666666667vw;
  }
  .fv_title .en {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
  .fv_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    padding: 0 0 10.6666666667vw 10.6666666667vw;
  }
  .cta {
    width: 60.5333333333vw;
    gap: 5.3333333333vw;
    padding: 2.6666666667vw 4.2666666667vw;
  }
  .cta_img {
    width: 17.8666666667vw;
    height: 16.5333333333vw;
  }
  .cta_txtBox {
    display: flex;
    flex-flow: column;
    gap: -1.6vw;
    align-items: flex-start;
  }
  .cta_txt .en {
    font-size: 4.2666666667vw;
  }
  .cta_txt .ja {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
  .cta_link {
    font-size: 2.9333333333vw;
    gap: 1.3333333333vw;
    width: 24vw;
  }
  .cta_link::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
    top: 55%;
  }
}
/* トップページ Concept
***************************************************************/
.top_concept {
  padding: 120px 0 0;
}

.top_concept .inner {
  max-width: 980px;
  padding-bottom: 870px;
}

.top_concept_content {
  max-width: 830px;
  margin: 110px auto 0;
  position: relative;
}

.top_concept_subtitle {
  max-width: 486px;
}

.top_concept_txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 42px;
  margin-top: 60px;
}

.top_concept_img01 {
  position: absolute;
  right: -225px;
  top: 170px;
  width: 485px;
}

.top_concept_img02 {
  width: 290px;
  position: absolute;
  top: 582px;
  left: -134px;
}

.top_concept_img03 {
  width: 228px;
  position: absolute;
  left: 254px;
  top: 995px;
}

@media screen and (max-width: 680px) {
  .top_concept {
    padding: 16vw 0 0;
  }
  .top_concept .inner {
    max-width: unset;
    padding-bottom: 143.2vw;
    position: relative;
  }
  .top_concept_content {
    max-width: unset;
    margin: 12.2666666667vw auto 0;
    position: unset;
  }
  .top_concept_subtitle {
    max-width: 80vw;
  }
  .top_concept_txt {
    font-size: 3.7333333333vw;
    line-height: 9.6vw;
    margin-top: 13.3333333333vw;
  }
  .top_concept_img01 {
    right: 5.3333333333vw;
    top: unset;
    bottom: 76vw;
    width: 39.7333333333vw;
  }
  .top_concept_img02 {
    width: 31.2vw;
    top: unset;
    bottom: 57.3333333333vw;
    left: 10.6666666667vw;
  }
  .top_concept_img03 {
    width: 25.0666666667vw;
    left: 32.2666666667vw;
    top: unset;
    bottom: 21.0666666667vw;
  }
  .top_concept_img04 {
    height: 59.7333333333vw;
  }
}
/* トップページ section2
***************************************************************/
.top_case {
  padding: 0;
  position: relative;
  background: #fff;
  z-index: 1;
}

.top_case .inner {
  max-width: 1170px;
  position: relative;
}

.top_case_title .ja::before {
  content: "";
  display: inline-block;
  width: 19px;
  border: 0.5px solid #445c50;
}

.top_case_list {
  padding-left: 240px;
  margin-right: calc(50% - 49.5vw);
}

.top_case_item {
  position: relative;
}

.top_case_title {
  position: absolute;
  top: 160px;
  left: -240px;
}

.active .top_case_title {
  position: fixed;
  left: calc(50% - 585px);
}

.scroll_end .top_case_title {
  position: absolute;
  left: -240px;
}

.top_case_title .en {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.top_case_title .ja {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}

.top_case_item_txtBox {
  padding: 150px 0;
  width: 380px;
  height: 100vh;
}

.top_case_item_title .en {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  display: block;
}

.top_case_item_title .ja {
  font-size: 30px;
  letter-spacing: 0.1em;
  display: block;
}

.top_case_item_txt {
  margin-top: 10px;
}

.top_case_item_imgBox {
  height: 100vh;
  width: 40.234375vw;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}

.top_case_imgBox_wrap {
  position: relative;
}

.top_case_imgBox_wrap .number {
  gap: 7px;
  position: absolute;
  left: -63px;
  bottom: 30px;
  z-index: 10;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.top_case_imgBox_wrap .number span {
  font-weight: 500;
  line-height: 1;
  opacity: 0.3;
  transition: 0.3s;
  width: 40px;
  text-align: center;
}

.active1 .top_case_imgBox_wrap .number span:nth-of-type(1),
.active1.active2 .top_case_imgBox_wrap .number span:nth-of-type(2),
.active1.active2.active3 .top_case_imgBox_wrap .number span:nth-of-type(3),
.active1.active2.active3.active4 .top_case_imgBox_wrap .number span:nth-of-type(4) {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.active1.active2 .top_case_imgBox_wrap .number span:nth-of-type(1),
.active1.active2.active3 .top_case_imgBox_wrap .number span:nth-of-type(2),
.active1.active2.active3.active4 .top_case_imgBox_wrap .number span:nth-of-type(3) {
  opacity: 0.3;
  display: block;
}

.active1.active2 .top_case_imgBox_wrap .number span:nth-of-type(2),
.active1.active2.active3 .top_case_imgBox_wrap .number span:nth-of-type(3),
.active1.active2.active3.active4 .top_case_imgBox_wrap .number span:nth-of-type(4) {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.active1 .top_case_imgBox_wrap .number span::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #445c50;
  width: 0;
  transition: 0.3s;
}

.active1 .top_case_imgBox_wrap .number span:nth-of-type(1)::after,
.active1.active2 .top_case_imgBox_wrap .number span:nth-of-type(2)::after,
.active1.active2.active3 .top_case_imgBox_wrap .number span:nth-of-type(3)::after,
.active1.active2.active3.active4 .top_case_imgBox_wrap .number span:nth-of-type(4)::after {
  width: 15px;
}

.active1.active2 .top_case_imgBox_wrap .number span:nth-of-type(1)::after,
.active1.active2.active3 .top_case_imgBox_wrap .number span:nth-of-type(2)::after,
.active1.active2.active3.active4 .top_case_imgBox_wrap .number span:nth-of-type(3)::after {
  width: 0;
}

.top_case_item_imgBox img {
  height: 100vh;
}

.top_case_list.active .top_case_item_imgBox {
  position: fixed;
}

.top_case_item_imgBox.imgBox02,
.top_case_item_imgBox.imgBox03,
.top_case_item_imgBox.imgBox04 {
  opacity: 0;
}

.active2 .top_case_item_imgBox.imgBox02 {
  opacity: 1;
}

.active3 .top_case_item_imgBox.imgBox03 {
  opacity: 1;
}

.active4 .top_case_item_imgBox.imgBox04 {
  opacity: 1;
}

.scroll_end .top_case_item_imgBox.imgBox01,
.scroll_end .top_case_item_imgBox.imgBox02,
.scroll_end .top_case_item_imgBox.imgBox03,
.scroll_end .top_case_item_imgBox.imgBox04 {
  position: absolute;
}

@media screen and (max-width: 680px) {
  .top_case {
    padding: 16vw 0;
    position: relative;
  }
  .top_case .inner {
    max-width: unset;
    position: relative;
  }
  .top_case_title .ja::before {
    content: "";
    display: inline-block;
    width: 5.0666666667vw;
  }
  .top_case_list {
    padding-left: 0;
    margin-right: 0;
    display: flex;
    flex-flow: column;
    gap: 16vw;
  }
  .top_case_item {
    position: relative;
  }
  .top_case_title {
    position: unset;
    margin-bottom: 16vw;
  }
  .active .top_case_title {
    position: unset;
  }
  .scroll_end .top_case_title {
    position: unset;
  }
  .top_case_title .en {
    font-size: 5.6vw;
  }
  .top_case_title .ja {
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    display: inline-flex;
    align-items: center;
    gap: 2.6666666667vw;
    line-height: 1.4;
  }
  .top_case_item_txtBox {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .top_case_item_title {
    padding: 0 5.3333333333vw;
  }
  .top_case_item_title .en {
    font-size: 3.4666666667vw;
  }
  .top_case_item_title .ja {
    font-size: 6.4vw;
  }
  .top_case_item_txt {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    padding: 0 5.3333333333vw;
  }
  .top_case_item_imgBox {
    height: auto;
    width: 100%;
    position: unset;
    padding: 0 5.3333333333vw;
    margin-top: 9.3333333333vw;
  }
  .top_case_item_imgBox img {
    height: 49.0666666667vw;
  }
  .top_case_imgBox_wrap .number {
    display: none;
  }
  .top_case_list.active .top_case_item_imgBox {
    position: unset;
  }
  .top_case_item_imgBox.imgBox02,
  .top_case_item_imgBox.imgBox03,
  .top_case_item_imgBox.imgBox04 {
    opacity: 1;
  }
  .scroll_end .top_case_item_imgBox.imgBox01,
  .scroll_end .top_case_item_imgBox.imgBox02,
  .scroll_end .top_case_item_imgBox.imgBox03,
  .scroll_end .top_case_item_imgBox.imgBox04 {
    position: unset;
  }
}
/* トップページ section3
***************************************************************/
.top_type {
  background-image: url(../images/front/bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top_type .inner {
  max-width: 1070px;
}

.top_type_txt {
  font-size: 18px;
  margin-top: 25px;
}

.top_type_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  margin-top: 100px;
  padding: 0 40px;
}

.top_type_item_title {
  font-size: 21px;
}

.top_type_item_img {
  margin-top: 10px;
}

.top_type_item_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
}

.top_type_item_subtitle .t1 {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #445c50;
  opacity: 0.5;
  display: block;
}

.top_type_item_subtitle .t2 {
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
  display: block;
}

.top_type_item_btn {
  font-size: 15px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(68, 92, 80, 0.5);
  padding: 0 10px 4px;
}

.top_type_item_btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  left: 0;
}

.top_type_item_txt {
  font-size: 13px;
  line-height: 24px;
  margin-top: 15px;
  min-height: 100px;
}

.top_type_item_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  background: #445C50;
  margin-top: 15px;
  color: #fff;
}

.top_type_link_txt .en {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.top_type_link_txt .ja {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}

.top_type_link_txt2 {
  font-size: 12px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 100px;
  position: relative;
}

.top_type_link_txt2::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (min-width: 681px) {
  .top_type_item_link:hover {
    opacity: 1;
    background: #A4A797;
  }
  .top_type_item_link:hover .top_type_link_txt2 {
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 680px) {
  .top_type {
    background-image: url(../images/front/bg02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .top_type .inner {
    max-width: unset;
  }
  .top_type_txt {
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
  }
  .top_type_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16vw;
    margin-top: 12vw;
    padding: 0 5.3333333333vw;
  }
  .top_type_item_title {
    font-size: 4vw;
  }
  .top_type_item_img {
    margin-top: 2.6666666667vw;
  }
  .top_type_item_head {
    margin-top: 8vw;
  }
  .top_type_item_subtitle .t1 {
    font-size: 2.6666666667vw;
  }
  .top_type_item_subtitle .t2 {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
  .top_type_item_btn {
    font-size: 3.4666666667vw;
    gap: 1.3333333333vw;
    padding: 0 1.3333333333vw 1.0666666667vw;
  }
  .top_type_item_btn::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
  }
  .top_type_item_txt {
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-top: 4vw;
    min-height: unset;
  }
  .top_type_item_link {
    padding: 5.3333333333vw 6.6666666667vw;
    margin-top: 4vw;
  }
  .top_type_link_txt .en {
    font-size: 4.8vw;
  }
  .top_type_link_txt .ja {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  .top_type_link_txt2 {
    font-size: 3.2vw;
    gap: 2.6666666667vw;
    padding: 0 1.3333333333vw 0;
  }
  .top_type_link_txt2::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
  }
}
/* トップページ VOICE
***************************************************************/
.top_voice {
  position: relative;
  padding: 120px 0 0;
}

.top_voice .inner {
  max-width: 1170px;
}

.top_voice_title {
  position: absolute;
  top: 170px;
  left: 0;
}

.active .top_voice_title {
  position: fixed;
  left: calc(50% - 585px);
}

.scroll_end .top_voice_title {
  position: absolute;
  left: 0;
}

.top_voice_title .en {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.top_voice_title .ja {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}

.top_voice_title .ja::before {
  content: "";
  display: inline-block;
  width: 19px;
  border: 0.5px solid #445c50;
}

.top_voice_item {
  padding: 120px 0 80px;
  position: relative;
}

.top_voice_item_txtBox {
  padding: 90px 0;
  width: 340px;
  margin-left: auto;
}

.top_voice_item_title .t1 {
  font-size: 13px;
  opacity: 0.5;
  display: block;
}

.top_voice_item_title .t2 {
  font-size: 24px;
  display: block;
  margin-top: 20px;
}

.top_voice_item_txt {
  margin-top: 30px;
}

.top_voice_imgBox_wrap {
  position: relative;
}

.top_voice_imgBox_wrap .number {
  gap: 7px;
  position: absolute;
  left: -163px;
  bottom: 30px;
  z-index: 10;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.top_voice_imgBox_wrap .number span {
  font-weight: 500;
  line-height: 1;
  opacity: 0.3;
  transition: 0.3s;
  width: 40px;
  text-align: center;
}

.active1 .top_voice_imgBox_wrap .number span:nth-of-type(1),
.active1.active2 .top_voice_imgBox_wrap .number span:nth-of-type(2),
.active1.active2.active3 .top_voice_imgBox_wrap .number span:nth-of-type(3) {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.active1.active2 .top_voice_imgBox_wrap .number span:nth-of-type(1),
.active1.active2.active3 .top_voice_imgBox_wrap .number span:nth-of-type(2) {
  opacity: 0.3;
  display: block;
}

.active1.active2 .top_voice_imgBox_wrap .number span:nth-of-type(2),
.active1.active2.active3 .top_voice_imgBox_wrap .number span:nth-of-type(3) {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.active1 .top_voice_imgBox_wrap .number span::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #445c50;
  width: 0;
  transition: 0.3s;
}

.active1 .top_voice_imgBox_wrap .number span:nth-of-type(1)::before,
.active1.active2 .top_voice_imgBox_wrap .number span:nth-of-type(2)::before,
.active1.active2.active3 .top_voice_imgBox_wrap .number span:nth-of-type(3)::before {
  width: 15px;
}

.active1.active2 .top_voice_imgBox_wrap .number span:nth-of-type(1)::before,
.active1.active2.active3 .top_voice_imgBox_wrap .number span:nth-of-type(2)::before {
  width: 0;
}

.top_voice_list.active .top_voice_item_imgBox {
  position: fixed;
}

.top_voice_item_imgBox {
  width: 552px;
  position: absolute;
  left: calc(50% - 430px);
  top: 120px;
  transition: 0.3s;
}

.top_voice_item_imgBox.imgBox02,
.top_voice_item_imgBox.imgBox03 {
  opacity: 0;
}

.active2 .top_voice_item_imgBox.imgBox02 {
  opacity: 1;
}

.active3 .top_voice_item_imgBox.imgBox03 {
  opacity: 1;
}

.scroll_end .top_voice_item_imgBox.imgBox01,
.scroll_end .top_voice_item_imgBox.imgBox02,
.scroll_end .top_voice_item_imgBox.imgBox03 {
  position: absolute;
}

@media screen and (max-width: 680px) {
  .top_voice {
    position: relative;
  }
  .top_voice .inner {
    max-width: unset;
  }
  .top_voice_title {
    position: unset;
    margin-bottom: 16vw;
  }
  .active .top_voice_title {
    position: unset;
  }
  .scroll_end .top_voice_title {
    position: unset;
  }
  .top_voice_title .en {
    font-size: 5.6vw;
  }
  .top_voice_title .ja {
    font-size: 3.2vw;
    gap: 2.6666666667vw;
  }
  .top_voice_title .ja::before {
    content: "";
    display: inline-block;
    width: 5.0666666667vw;
  }
  .top_voice_list {
    padding: 0 5.3333333333vw;
    display: flex;
    flex-flow: column;
    gap: 23.7333333333vw;
  }
  .top_voice_item {
    padding: 0;
    display: flex;
    flex-flow: column-reverse;
    gap: 10.6666666667vw;
  }
  .top_voice_item_txtBox {
    padding: 0;
    width: 100%;
    margin-left: auto;
  }
  .top_voice_item_title .t1 {
    font-size: 3.2vw;
  }
  .top_voice_item_title .t2 {
    font-size: 4.8vw;
    margin-top: 1.3333333333vw;
  }
  .top_voice_item_txt {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
  .top_voice_imgBox_wrap .number {
    display: none;
  }
  .top_voice_list.active .top_voice_item_imgBox {
    position: unset;
  }
  .top_voice_item_imgBox {
    width: 100%;
    position: unset;
  }
  .top_voice_item_imgBox.imgBox02,
  .top_voice_item_imgBox.imgBox03 {
    opacity: 1;
  }
  .scroll_end .top_voice_item_imgBox.imgBox01,
  .scroll_end .top_voice_item_imgBox.imgBox02,
  .scroll_end .top_voice_item_imgBox.imgBox03 {
    position: unset;
  }
}
/* トップページ section5
***************************************************************/
.top_news_list {
  margin-top: 70px;
  border-top: 1px solid rgba(68, 92, 80, 0.5);
}

.top_news_item a {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(68, 92, 80, 0.5);
  padding: 15px 65px 30px 0;
  position: relative;
}

.top_news_item a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: 0.5s;
  position: absolute;
  top: 24px;
  right: 20px;
}

.top_news_item_txtBox {
  flex: 1;
}

.top_news_item_time {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: left;
  color: #000;
}

.top_news_item .img {
  width: 146px;
  height: 100px;
}

.top_news_item .img img {
  height: 100%;
}

.top_news_item_title {
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.top_news_item_txt {
  font-size: 13px;
  line-height: 21px;
  color: #000;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.top_news .btn {
  margin-top: 60px;
  text-align: right;
}

@media screen and (max-width: 680px) {
  .top_news_list {
    width: calc(100% - 10.6666666667vw);
    margin: 10.6666666667vw auto 0;
  }
  .top_news_item a {
    gap: 3.7333333333vw;
    padding: 4vw 5.3333333333vw 4vw 0;
  }
  .top_news_item a::before {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
    top: 6.4vw;
    right: 0;
  }
  .top_news_item_time {
    font-size: 2.6666666667vw;
  }
  .top_news_item .img {
    width: 15.7333333333vw;
    height: 10.6666666667vw;
    position: absolute;
    left: 0;
    top: 12.2666666667vw;
  }
  .top_news_item_title {
    font-size: 3.4666666667vw;
    line-height: 6.4vw;
    -webkit-line-clamp: 3;
  }
  .top_news_item_txt {
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
    margin-top: 1.3333333333vw;
    -webkit-line-clamp: 4;
  }
  .top_news .btn {
    margin-top: 8vw;
  }
}
/* トップページ section5
***************************************************************/
.top_instagram {
  overflow: hidden;
}

.top_instagram .inner {
  background: #ECEDE5;
  max-width: 1060px;
  text-align: center;
  padding: 140px 0;
}

.top_instagram_title .en {
  font-weight: 500;
  font-size: 21px;
}

.top_instagram_title .ja {
  font-size: 12px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 15px;
}

.top_instagram_title .ja::after {
  content: "";
  display: inline-block;
  border: 0.5px solid #445c50;
  height: 23px;
}

.top_instagram .btn {
  margin-top: 25px;
}

.top_instagram_txt {
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}

.top_instagram_slider {
  margin: 45px calc(50% - 50vw) 0;
  width: 100vw;
}

.top_instagram_slider .slick-slide {
  margin: 0 16px;
  width: 297px;
}

@media screen and (max-width: 680px) {
  .top_instagram {
    padding: 8vw 5.3333333333vw 0;
  }
  .top_instagram .inner {
    max-width: unset;
    padding: 16vw 0 9.3333333333vw;
  }
  .top_instagram_title .en {
    font-size: 5.6vw;
  }
  .top_instagram_title .ja {
    font-size: 3.2vw;
    gap: 4vw;
  }
  .top_instagram_title .ja::after {
    height: 6.1333333333vw;
  }
  .top_instagram .btn {
    margin-top: 6.6666666667vw;
  }
  .top_instagram_txt {
    font-size: 3.4666666667vw;
    line-height: 6.4vw;
    margin-top: 4vw;
  }
  .top_instagram_slider {
    margin: 10.6666666667vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .top_instagram_slider .slick-slide {
    margin: 0 2vw;
    width: 52vw;
  }
}
/* トップページ section5
***************************************************************/
.top_facilities .inner {
  max-width: 1060px;
}

.top_facilities .section_title {
  padding: 0 42px;
}

.top_facilities_imgBox {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px 20px;
  grid-template-areas: "img1 img2" "img1 img3";
}

.top_facilities_imgBox + .top_facilities_imgBox {
  margin-top: 30px;
}

.top_facilities_imgBox .img1 {
  grid-area: img1;
  width: 701px;
}

.top_facilities_imgBox .img2 {
  grid-area: img2;
  width: 339px;
}

.top_facilities_imgBox .img3 {
  grid-area: img3;
  width: 339px;
}

.top_facilities_content {
  padding: 0 42px;
  margin-top: 40px;
}

.top_facilities_content_title {
  font-size: 24px;
}

.top_facilities_content_subtitle {
  font-size: 20px;
  border-top: 1px solid rgba(68, 92, 80, 0.5);
  padding-top: 20px;
  margin-top: 20px;
}

.top_facilities_content_txt {
  font-size: 14px;
  margin-top: 15px;
}

.top_facilities_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  background: #445C50;
  margin-top: 30px;
  color: #fff;
  max-width: 466px;
}

.top_facilities_link_txt .en {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.top_facilities_link_txt .ja {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}

.top_facilities_link_txt2 {
  font-size: 12px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 100px;
  position: relative;
}

.top_facilities_link_txt2::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (min-width: 681px) {
  .top_facilities_link:hover {
    opacity: 1;
    background: #A4A797;
  }
  .top_facilities_link:hover .top_facilities_link_txt2 {
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 680px) {
  .top_facilities .inner {
    max-width: unset;
  }
  .top_facilities .section_title {
    padding: 0;
  }
  .top_facilities_imgBox {
    margin-top: 12vw;
    gap: 1.8666666667vw;
    grid-template-areas: "img1 img1" "img2 img3";
    padding: 0 5.3333333333vw;
    height: 78.1333333333vw;
  }
  .top_facilities_imgBox + .top_facilities_imgBox {
    margin-top: 8vw;
  }
  .top_facilities_imgBox .img1 {
    grid-area: img1;
    width: 100%;
  }
  .top_facilities_imgBox .img2 {
    grid-area: img2;
    width: 100%;
  }
  .top_facilities_imgBox .img3 {
    grid-area: img3;
    width: 100%;
  }
  .top_facilities_content {
    padding: 0 5.3333333333vw;
    margin-top: 8vw;
  }
  .top_facilities_content_title {
    font-size: 4.8vw;
  }
  .top_facilities_content_subtitle {
    font-size: 4.2666666667vw;
    padding-top: 5.3333333333vw;
    margin-top: 2.1333333333vw;
  }
  .top_facilities_content_txt {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .top_facilities_link {
    padding: 5.3333333333vw 6.6666666667vw;
    margin-top: 5.3333333333vw;
    max-width: unset;
  }
  .top_facilities_link_txt .en {
    font-size: 4.8vw;
  }
  .top_facilities_link_txt .ja {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  .top_facilities_link_txt2 {
    font-size: 3.2vw;
    gap: 1.6vw;
    padding: 0 1.0666666667vw 0.5333333333vw;
  }
  .top_facilities_link_txt2::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
  }
}
/* トップページ Access
***************************************************************/
.access {
  margin-top: 90px;
}

.top_access .inner {
  max-width: 1280px;
  display: flex;
  align-items: flex-start;
  gap: 23px;
}

.access .inner {
  max-width: 1280px;
  display: flex;
  align-items: flex-start;
  gap: 23px;
}

.top_access_map {
  width: 584px;
  margin-top: 60px;
}

.top_access_content {
  flex: 1;
}

.top_access_subtitle {
  font-size: 24px;
  margin-top: 30px;
}

.top_access_address {
  margin-top: 30px;
}

.top_access_address_txt2 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  line-height: 1;
}

.top_access_address_txt2 + .top_access_address_txt2 {
  margin-top: 10px;
}

.top_access_address_txt2 span {
  font-size: 13px;
  line-height: 20px;
  background: #ECEDE5;
  width: 133px;
  text-align: center;
}

.top_access_item {
  border-top: 1px solid rgba(68, 92, 80, 0.5);
  margin-top: 30px;
  padding-top: 30px;
}

.top_access_item_title {
  letter-spacing: 0.05em;
  border-left: 8px solid #ecede5;
  padding-left: 11px;
  line-height: 19px;
}

.top_access_item_txt {
  font-size: 14px;
  margin-top: 15px;
}

.top_access_item_img1 {
  margin-top: 20px;
}

.top_access_item_img2 {
  margin-top: 20px;
  width: 367px;
}

@media screen and (max-width: 680px) {
  .access {
    margin-top: 16vw;
  }
  .top_access {
    padding: 10.6666666667vw 0 16vw;
  }
  .top_access .inner {
    max-width: unset;
    gap: 0;
    display: block;
  }
  .access .inner {
    max-width: unset;
    gap: 0;
    display: block;
  }
  .top_access_map {
    margin-top: 5.8666666667vw;
    width: 100%;
  }
  .top_access_subtitle {
    font-size: 4.8vw;
    margin-top: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .top_access_address {
    margin-top: 2.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .top_access_address_txt {
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  .top_access_address_txt2 {
    flex-flow: column;
    align-items: flex-start;
    gap: 1.6vw;
    margin-top: 4vw;
  }
  .top_access_address_txt2 + .top_access_address_txt2 {
    margin-top: 4vw;
  }
  .top_access_address_txt2 span {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
    background: #ECEDE5;
    width: 35.4666666667vw;
    text-align: center;
  }
  .top_access_address_txt2 a {
    letter-spacing: 0;
  }
  .top_access_item {
    padding-top: 8vw;
    width: calc(100% - 10.6666666667vw);
    margin: 8vw auto 0;
  }
  .top_access_item_title {
    letter-spacing: 0.05em;
    border-left: 2.1333333333vw solid #ecede5;
    padding-left: 2.9333333333vw;
    line-height: 5.0666666667vw;
  }
  .top_access_item_txt {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
  .top_access_item_img1 {
    margin-top: 5.3333333333vw;
  }
  .top_access_item_img2 {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}
.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 26px;
  opacity: 0.5;
}

.nav-links span.current,
.page-numbers.current {
  opacity: 1;
}

.page-numbers.current {
  position: relative;
}

.page-numbers.current::before {
  content: "・";
  display: inline-block;
  font-size: 14px;
  color: #445c50;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.prev.page-numbers,
.next.page-numbers {
  text-decoration: underline;
  opacity: 1;
}

@media screen and (max-width: 680px) {
  .nav-links,
  .page-nation {
    gap: 7.4666666667vw;
    margin-top: 10.6666666667vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    font-size: 4.2666666667vw;
  }
  .page-numbers.current::before {
    font-size: 2.6666666667vw;
    bottom: -5.3333333333vw;
  }
}
.news_single h1 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 46px;
}

.news_single time {
  font-size: 12px;
  line-height: 20px;
  color: #445c50;
  opacity: 0.5;
  display: block;
  margin-top: 20px;
}

.single_content {
  margin-top: 20px;
}

.single_content h2 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.single_content h3 {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.single_content h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.single_content h5 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.single_content p {
  font-size: 16px;
  line-height: 2;
  min-height: 32px;
}

.single_content p a {
  text-decoration: underline;
  color: #76C79F;
}

.single_content ul {
  list-style: disc;
  list-style-position: inside;
}

.single_content ul li {
  font-size: 18px;
  line-height: 2;
}

.single_content ol {
  list-style: auto;
  list-style-position: inside;
}

.single_content ol li {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 680px) {
  .news_single h1 {
    font-size: 6.4vw;
    line-height: 1.6;
  }
  .news_single time {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .single_content {
    margin-top: 5.3333333333vw;
  }
  .single_content h2 {
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw;
  }
  .single_content h3 {
    font-size: 4.8vw;
  }
  .single_content h4 {
    font-size: 4.2666666667vw;
  }
  .single_content h5 {
    font-size: 4.2666666667vw;
  }
  .single_content p {
    font-size: 3.7333333333vw;
    min-height: 7.4666666667vw;
  }
  .single_content ul li {
    font-size: 3.7333333333vw;
  }
  .single_content ol li {
    font-size: 3.7333333333vw;
  }
  .single_content figcaption {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .wp-block-button {
    width: 100% !important;
  }
}
/*===================================================
Room
===================================================*/
.room_bg {
  background-image: url(../images/room/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media screen and (max-width: 680px) {
  .room_bg {
    background-image: url(../images/room/bg_sp.webp);
    background-position: top 5.3333333333vw;
  }
}
/* Room section1
***************************************************************/
.room_fv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 120px;
  padding: 0;
}

.room_fv_txt {
  border-left: 1px solid #445c50;
  padding-left: 10px;
  line-height: 15px;
}

.room_fv_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.4;
  margin-top: 30px;
}

.room_fv_title span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.room_fv_img {
  width: 56.015625vw;
}

@media screen and (max-width: 680px) {
  .room_fv {
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5.3333333333vw;
    padding: 26.6666666667vw 5.3333333333vw 0;
  }
  .room_fv_txtBox {
    padding-left: 5.3333333333vw;
  }
  .room_fv_txt {
    padding-left: 2.6666666667vw;
    line-height: 4vw;
    font-size: 4vw;
  }
  .room_fv_title {
    font-size: 7.4666666667vw;
    margin-top: 5.3333333333vw;
  }
  .room_fv_title span {
    font-size: 3.4666666667vw;
  }
  .room_fv_img {
    width: 100%;
    margin-left: 9.3333333333vw;
  }
}
/* sec1
***************************************************************/
.room_sec1 {
  padding: 0;
}

.room_sec1 .inner {
  text-align: center;
  padding: 100px 0 300px;
  max-width: 1170px;
  position: relative;
}

.room_title {
  font-size: 32px;
  line-height: 1.4;
}

.room_sec1_list {
  width: 230px;
  margin: 90px auto 0;
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.room_sec1_item {
  position: relative;
  padding: 0 10px;
  border-bottom: 1px solid #ECEDE5;
  text-align: left;
}

.room_sec1_item span {
  width: 27px;
  line-height: 27px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
  text-align: center;
}

.room_sec1_txt {
  margin-top: 80px;
}

.room_sec1_img01 {
  position: absolute;
  right: 0;
  top: 100px;
  width: 319px;
}

.room_sec1_img02 {
  width: 242px;
  position: absolute;
  bottom: 334px;
  left: 0;
}

.room_sec1_img03 {
  position: absolute;
  right: 230px;
  bottom: 67px;
  width: 151px;
}

@media screen and (max-width: 680px) {
  .room_sec1 {
    padding: 0;
  }
  .room_sec1 .inner {
    text-align: center;
    padding: 33.0666666667vw 0 77.3333333333vw;
    max-width: 312vw;
    position: relative;
  }
  .room_title {
    font-size: 5.8666666667vw;
  }
  .room_sec1_list {
    width: 48vw;
    margin: 29.3333333333vw auto 0;
    gap: 1.3333333333vw;
  }
  .room_sec1_item {
    position: relative;
    padding: 0 2.6666666667vw;
    font-size: 3.4666666667vw;
    left: 8vw;
  }
  .room_sec1_item span {
    width: 7.2vw;
    line-height: 7.2vw;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -8.8vw;
    transform: translate(0, -50%);
    text-align: center;
  }
  .room_sec1_txt {
    margin-top: 18.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .room_sec1_img01 {
    position: absolute;
    right: 5.3333333333vw;
    top: 36.5333333333vw;
    width: 28.2666666667vw;
  }
  .room_sec1_img02 {
    width: 18.9333333333vw;
    position: absolute;
    bottom: unset;
    left: 5.3333333333vw;
    top: 60vw;
  }
  .room_sec1_img03 {
    position: absolute;
    left: 50%;
    right: unset;
    bottom: 24.8vw;
    transform: translate(-50%, 0);
    width: 28vw;
  }
}
/* sec2
***************************************************************/
.room_sec2 {
  padding: 0;
}

.room_sec2_content {
  display: flex;
  align-items: center;
  gap: 125px;
}

.room_sec2_content_img {
  width: 40.234375vw;
}

.room_sec2_txtBox {
  flex: 1;
}

.room_sec2_title {
  font-size: 30px;
  line-height: 52px;
}

.room_sec2_txt {
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  .room_sec2 {
    padding: 0;
  }
  .room_sec2_img {
    height: 59.7333333333vw;
  }
  .room_sec2_content {
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 5.3333333333vw;
    margin-top: 16vw;
  }
  .room_sec2_content picture {
    order: 2;
  }
  .room_sec2_content_img {
    width: 100%;
    margin-top: 16vw;
  }
  .room_sec2_txtBox {
    display: contents;
  }
  .room_sec2_title {
    order: 1;
    font-size: 5.6vw;
    line-height: 9.0666666667vw;
  }
  .room_sec2_txt {
    margin-top: 16vw;
    order: 3;
    font-size: 3.7333333333vw;
    padding: 0 5.3333333333vw;
  }
}
/* sec3
***************************************************************/
.room_sec3 {
  padding: 120px 0 80px;
}

.room_sec3 .inner {
  max-width: 1060px;
}

.room_sec3 .section_title {
  padding: 0 115px;
}

.room_sec3_imgBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 55px;
}

.room_sec3_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .room_sec3 {
    padding: 32vw 0 21.3333333333vw;
  }
  .room_sec3 .inner {
    max-width: unset;
  }
  .room_sec3 .section_title {
    padding: 0;
  }
  .room_sec3_imgBox {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10.6666666667vw;
  }
  .room_sec3_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw 3.2vw;
    margin-top: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .room_sec3_item {
    font-size: 2.9333333333vw;
  }
}
/* sec4
***************************************************************/
.room_sec4 {
  overflow: hidden;
  padding: 0 0 120px;
}

.room_sec4 .inner {
  max-width: 1060px;
  background: #ecede5;
  padding: 90px 120px 80px;
}

.room_sec4_item {
  display: flex;
  gap: 40px;
}

.room_sec4_item_txt {
  width: 210px;
  text-align: right;
  padding: 10px 0;
}

.room_sec4_item_txt2 {
  flex: 1;
  border-bottom: 1px solid rgba(68, 92, 80, 0.2);
  padding: 10px 0;
}

.room_sec4_slider {
  margin: 80px calc(50% - 50vw) 0;
  width: 100vw;
}

.room_sec4_slider .slick-slide {
  margin: 0 16px;
  width: 297px;
}

@media screen and (max-width: 680px) {
  .room_sec4 {
    padding: 0 5.3333333333vw 18.6666666667vw;
  }
  .room_sec4 .inner {
    max-width: unset;
    background: #ecede5;
    padding: 9.3333333333vw 5.3333333333vw 8vw;
  }
  .room_sec4_item {
    flex-flow: column;
    gap: 0;
    border-bottom: 1px solid rgba(68, 92, 80, 0.2);
    padding: 2.6666666667vw 0 5.3333333333vw;
  }
  .room_sec4_item_txt {
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 3.4666666667vw;
  }
  .room_sec4_item_txt2 {
    flex: 1;
    border-bottom: unset;
    font-size: 3.4666666667vw;
    padding: 0;
  }
  .room_sec4_slider {
    margin: 9.8666666667vw calc(50% - 50vw) 0;
  }
  .room_sec4_slider .slick-slide {
    margin: 0 2vw;
    width: 52vw;
  }
}
/*===================================================
Q&A
===================================================*/
/* Q&A
***************************************************************/
.faq_list {
  display: flex;
  flex-flow: column;
  gap: 54px;
  margin-top: 60px;
}

.faq_item_title {
  font-size: 17px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(68, 92, 80, 0.5);
  padding-bottom: 10px;
}

.faq_item_title::before {
  content: "Q";
  display: inline-block;
  width: 29px;
  line-height: 29px;
  background: #ECEDE5;
  font-family: "Classico URW";
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

.faq_item_text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 21px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .faq_list {
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .faq_item_title {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    padding-bottom: 2.6666666667vw;
    position: relative;
    padding-left: 6.6666666667vw;
  }
  .faq_item_title::before {
    content: "Q";
    display: inline-block;
    width: 5.3333333333vw;
    line-height: 5.3333333333vw;
    font-size: 3.7333333333vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  .faq_item_text {
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin-top: 2.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
/*===================================================
Privacy Policy
===================================================*/
/* Privacy Policy
***************************************************************/
.privacy {
  margin-top: 30px;
}

.privacy_head {
  background: #ecede5;
  padding: 28px 36px;
}

.privacy_head_text {
  color: #06170a;
}

.privacy_list {
  display: flex;
  flex-flow: column;
  gap: 50px;
  margin-top: 40px;
}

.privacy_item_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.privacy_item_title::after {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(68, 92, 80, 0.5);
}

.privacy_item_text {
  font-size: 15px;
  margin-top: 40px;
}

.privacy_item_link {
  margin-top: 40px;
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
  .privacy {
    margin-top: 8vw;
  }
  .privacy_head {
    padding: 8vw 5.3333333333vw;
  }
  .privacy_head_text {
    font-size: 3.4666666667vw;
  }
  .privacy_list {
    gap: 16vw;
    margin-top: 9.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  .privacy_item_title {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
    gap: 5.3333333333vw;
  }
  .privacy_item_text {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
  .privacy_item_link {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
/*===================================================
お問い合わせ
===================================================*/
/* お問い合わせ
***************************************************************/
.contact_text {
  margin-top: 30px;
}

.contact_form {
  margin-top: 100px;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 37px;
}

.contact_item {
  display: flex;
  align-items: flex-start;
}

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 235px;
  padding-top: 10px;
}

.contact_item_title .req {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  width: 44px;
  text-align: center;
  background: #445c50;
  color: #fff;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.contact_area textarea {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  height: 245px;
  resize: none;
}

.contact_check {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact_check input {
  width: 24px;
  height: 24px;
}

.contact_check a {
  color: #76C79F;
  text-decoration: underline;
}

.contact_submit {
  margin: 50px auto 0;
  width: 360px;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid rgba(68, 92, 80, 0.5);
  position: relative;
}

.contact_submit input {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.contact_submit::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 55%;
  right: 100px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.thanks {
  background: #fff;
  text-align: center;
  margin-top: 62px;
  padding: 75px 0;
}

.thanks_title {
  font-size: 26px;
  letter-spacing: 0.1em;
}

.thanks_text {
  margin-top: 20px;
}

.thanks_btn {
  margin: 40px auto 0;
  width: 360px;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid rgba(68, 92, 80, 0.5);
  position: relative;
}

.thanks_btn::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url(../images/common/arrow_btn02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 55%;
  left: 100px;
  transform: translate(0, -50%) scale(-1, 1);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .thanks_btn:hover::before {
    left: 90px;
    transform: translate(0, -50%) scale(-1, 1) scaleY(-1);
  }
}
@media screen and (max-width: 680px) {
  .contact_text {
    margin-top: 8vw;
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .contact_form {
    margin-top: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .contact_list {
    flex-flow: column;
    gap: 8vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.6666666667vw;
  }
  .contact_item_title {
    gap: 3.4666666667vw;
  }
  .contact_item_title .req {
    font-size: 3.2vw;
    line-height: 4.8vw;
    width: 11.7333333333vw;
  }
  .contact_area input {
    border-radius: 1.0666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .contact_area textarea {
    border-radius: 1.0666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
    height: 65.3333333333vw;
  }
  .contact_check {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
    gap: 2.6666666667vw;
  }
  .contact_check input {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .contact_submit {
    margin: 13.3333333333vw auto 0;
    width: 78.6666666667vw;
    font-size: 4vw;
  }
  .contact_submit::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
    right: 24vw;
  }
  .thanks {
    margin-top: 10.6666666667vw;
    padding: 11.4666666667vw 0;
  }
  .thanks_title {
    font-size: 5.3333333333vw;
  }
  .thanks_text {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .thanks_btn {
    margin: 5.3333333333vw auto 0;
    width: 78.6666666667vw;
    font-size: 4vw;
  }
  .thanks_btn::before {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
    left: 18.6666666667vw;
  }
}