@charset "UTF-8";
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden !important;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #5D6D87;
}

.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  word-break: break-all;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden !important;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #5D6D87;
}

.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  word-break: break-all;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

/* ============
header | header__contents1//
============ */
header.header__contents1 .section__container .header__logo {
  position: fixed;
  z-index: 9999;
  left: 30px;
  top: 10px;
}
header.header__contents1 .section__container .header__logo img {
  width: 200px;
  background-color: #fff;
  padding: 10px 20px;
}
header.header__contents1 .section__container .header__contact a {
  color: #ffffff;
  background-color: #7e7161;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 66px;
  padding: 20px;
  letter-spacing: 3px;
  font-weight: 500;
}
header.header__contents1 .section__container .header__menu #overlay-button {
  position: fixed;
  right: 0;
  top: 0;
  padding: 31px 16px;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #80C0BE;
}
header.header__contents1 .section__container .header__menu #overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header__contents1 .section__container .header__menu #overlay-button span:before {
  top: -12px;
  visibility: visible;
}
header.header__contents1 .section__container .header__menu #overlay-button span:after {
  top: 12px;
}
header.header__contents1 .section__container .header__menu #overlay-button span:before, header.header__contents1 .section__container .header__menu #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header__contents1 .section__container .header__menu #overlay-button:hover span, header.header__contents1 .section__container .header__menu #overlay-button:hover span:before, header.header__contents1 .section__container .header__menu #overlay-button:hover span:after {
  background: #ffffff;
}
header.header__contents1 .section__container .header__menu input[type=checkbox] {
  display: none;
}
header.header__contents1 .section__container .header__menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
  opacity: 1;
}
header.header__contents1 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button:hover span, header.header__contents1 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
header.header__contents1 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:before {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
          transform: rotate(45deg) translate(9px, 9px);
}
header.header__contents1 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:after {
  -webkit-transform: rotate(-45deg) translate(9px, -7px);
          transform: rotate(-45deg) translate(9px, -7px);
}
header.header__contents1 .section__container .header__menu #overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(128, 192, 190, 0.9);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header__contents1 .section__container .header__menu #overlay ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
header.header__contents1 .section__container .header__menu #overlay ul li {
  padding: 12px 0;
  width: 80%;
  max-width: 600px;
}
header.header__contents1 .section__container .header__menu #overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 500;
}
header.header__contents1 .section__container .header__menu #overlay ul li.submenu ul {
  height: auto;
  border-top: 1px solid #ffffff;
  margin-top: 20px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.header__contents1 .section__container .header__menu #overlay ul li.submenu ul li {
  width: auto;
  padding: 0 30px;
}
header.header__contents1 .section__container .header__menu #overlay ul li.submenu ul li a {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  header.header__contents1 .section__container .header__logo {
    left: 0;
    top: 0;
    z-index: 9998;
  }
  header.header__contents1 .section__container .header__logo img {
    width: 185px;
  }
  header.header__contents1 .section__container .header__contact {
    position: relative;
    z-index: 9998;
  }
  header.header__contents1 .section__container .header__contact a {
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    right: auto;
    top: auto;
    left: 5%;
    bottom: 10px;
    width: 90%;
    padding: 20px 0;
    border-radius: 30px;
    text-align: center;
  }
  header.header__contents1 .section__container .header__menu {
    position: relative;
    z-index: 9999;
  }
}
/* ============
header | header__contents1//
============ */
/* ============
header | header-contents2//
============ */
header.header-contents2.scroll .header__logo img.logo-top {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
}
header.header-contents2.scroll .header__logo img.logo-scroll {
  opacity: 1 !important;
  visibility: visible !important;
}
header.header-contents2.scroll .header__nav a {
  color: #333 !important;
}
header.header-contents2 .section__container .header__logo {
  position: fixed;
  z-index: 9999;
  left: 30px;
  top: 10px;
}
header.header-contents2 .section__container .header__logo img {
  width: clamp(150px, 19vw, 500px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents2 .section__container .header__logo img.logo-top {
  opacity: 1;
  visibility: visible;
}
header.header-contents2 .section__container .header__logo img.logo-scroll {
  opacity: 0;
  visibility: hidden;
}
header.header-contents2 .section__container .header__nav {
  position: fixed;
  right: 230px;
  top: 37px;
  z-index: 5;
}
header.header-contents2 .section__container .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
}
header.header-contents2 .section__container .header__nav ul li a {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents2 .section__container .header__contact a {
  position: fixed;
  right: 140px;
  top: 25px;
  z-index: 5;
  font-size: 0.7rem;
  color: #ffffff;
  text-align: center;
}
header.header-contents2 .section__container .header__contact a i {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
}
header.header-contents2 .section__container .header__contact a:before {
  content: "";
  border-radius: 50%;
  background-color: #5D6D87;
  width: 65px;
  height: 65px;
  position: absolute;
  left: -9px;
  top: -9px;
  z-index: -1;
}
header.header-contents2 .section__container .header__menu #overlay-button {
  position: fixed;
  right: 30px;
  top: 15px;
  padding: 31px 16px;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50%;
  background-color: #ffffff;
}
header.header-contents2 .section__container .header__menu #overlay-button span {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #5D6D87;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents2 .section__container .header__menu #overlay-button span:before {
  top: -12px;
  visibility: visible;
}
header.header-contents2 .section__container .header__menu #overlay-button span:after {
  top: 12px;
}
header.header-contents2 .section__container .header__menu #overlay-button span:before, header.header-contents2 .section__container .header__menu #overlay-button span:after {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #5D6D87;
  position: absolute;
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents2 .section__container .header__menu input[type=checkbox] {
  display: none;
}
header.header-contents2 .section__container .header__menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
  opacity: 1;
}
header.header-contents2 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button:hover span, header.header-contents2 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
header.header-contents2 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:before {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
          transform: rotate(45deg) translate(9px, 9px);
}
header.header-contents2 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:after {
  -webkit-transform: rotate(-45deg) translate(9px, -7px);
          transform: rotate(-45deg) translate(9px, -7px);
}
header.header-contents2 .section__container .header__menu #overlay {
  height: 100vh;
  width: 100vw;
  background: #5D6D87;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents2 .section__container .header__menu #overlay ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
header.header-contents2 .section__container .header__menu #overlay ul li {
  padding: 12px 0;
  width: 80%;
  max-width: 600px;
}
header.header-contents2 .section__container .header__menu #overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
header.header-contents2 .section__container .header__menu #overlay ul li.submenu ul {
  height: auto;
  border-top: 1px solid #ffffff;
  margin-top: 20px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.header-contents2 .section__container .header__menu #overlay ul li.submenu ul li {
  width: auto;
  padding: 0 30px;
}
header.header-contents2 .section__container .header__menu #overlay ul li.submenu ul li a {
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  header.header-contents2 .section__container .header__logo {
    left: 10px;
    top: 19px;
    z-index: 9998;
  }
  header.header-contents2 .section__container .header__logo img {
    width: 185px;
  }
  header.header-contents2 .section__container .header__contact {
    position: relative;
    z-index: 9998;
  }
  header.header-contents2 .section__container .header__contact a {
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    right: 87px;
    top: 5px;
    left: auto;
    bottom: auto;
    width: 90%;
    padding: 20px 0;
    border-radius: 30px;
    text-align: center;
    width: auto;
  }
  header.header-contents2 .section__container .header__contact a:before {
    content: "";
    border-radius: 50%;
    background-color: #004E6B;
    width: 52px;
    height: 52px;
    position: absolute;
    left: -6px;
    top: 9px;
    z-index: -1;
  }
  header.header-contents2 .section__container .header__contact a i {
    font-size: 1.2rem;
  }
  header.header-contents2 .section__container .header__nav {
    display: none;
  }
  header.header-contents2 .section__container .header__menu {
    position: relative;
    z-index: 9999;
  }
  header.header-contents2 .section__container .header__menu #overlay-button {
    right: 10px;
    padding: 24px 11px;
  }
  header.header-contents2 .section__container .header__menu #overlay-button span {
    width: 30px;
  }
  header.header-contents2 .section__container .header__menu #overlay-button span:before {
    top: -10px;
  }
  header.header-contents2 .section__container .header__menu #overlay-button span:after {
    top: 10px;
  }
  header.header-contents2 .section__container .header__menu #overlay-button span:before, header.header-contents2 .section__container .header__menu #overlay-button span:after {
    width: 30px;
  }
}
/* ============
header | header-contents2//
============ */
/* ============
header | header-contents3//
============ */
header.header-contents3 {
  background-color: #ffffff;
  width: 100%;
  height: 35px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header.header-contents3 .section__container .header__logo {
  position: fixed;
  z-index: 9999;
  left: 30px;
  top: 5px;
}
header.header-contents3 .section__container .header__logo img {
  width: 145px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents3 .section__container .header__logo img.logo-top {
  opacity: 1;
  visibility: visible;
}
header.header-contents3 .section__container .header__logo img.logo-scroll {
  opacity: 0;
  visibility: hidden;
}
header.header-contents3 .section__container .header__nav {
  position: fixed;
  right: 60px;
  top: 5px;
  z-index: 5;
}
header.header-contents3 .section__container .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.header-contents3 .section__container .header__nav ul li a {
  padding: 0px 30px;
  line-height: 1.7;
  border-right: 1px solid #aaa;
  color: #1a1a1a;
  font-size: 0.9rem;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents3 .section__container .header__nav ul li:last-child a {
  border-right: none;
}
header.header-contents3 .section__container .header__contact a {
  position: fixed;
  right: 140px;
  top: 25px;
  z-index: 5;
  font-size: 0.7rem;
  color: #ffffff;
  text-align: center;
}
header.header-contents3 .section__container .header__contact a i {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
}
header.header-contents3 .section__container .header__contact a:before {
  content: "";
  border-radius: 50%;
  background-color: #5D6D87;
  width: 65px;
  height: 65px;
  position: absolute;
  left: -9px;
  top: -9px;
  z-index: -1;
}
header.header-contents3 .section__container .header__menu #overlay-button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 17px 13px;
  z-index: 6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #1a1a1a;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents3 .section__container .header__menu #overlay-button span {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents3 .section__container .header__menu #overlay-button span:before {
  top: -12px;
  visibility: visible;
}
header.header-contents3 .section__container .header__menu #overlay-button span:after {
  top: 12px;
}
header.header-contents3 .section__container .header__menu #overlay-button span:before, header.header-contents3 .section__container .header__menu #overlay-button span:after {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
  opacity: 1;
}
input[type=checkbox]:checked ~ #overlay-button {
  background-color: #6d88bc;
}
input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
          transform: rotate(45deg) translate(9px, 9px);
}
input[type=checkbox]:checked ~ #overlay-button span:after {
  -webkit-transform: rotate(-45deg) translate(9px, -7px);
          transform: rotate(-45deg) translate(9px, -7px);
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#overlay .menu__container {
  position: fixed;
  width: 32vw;
  height: 100%;
  right: 0;
  top: 0;
  padding: 10px 40px;
  background-color: #fff;
  overflow-y: scroll;
}
#overlay .menu__container .menu__logo a img {
  width: 300px;
  margin-left: 0;
}
#overlay .menu__container .menu__nav {
  margin-top: 30px;
}
#overlay .menu__container .menu__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 横2列 */
  grid-template-rows: repeat(6, auto); /* 縦6行、高さは自動 */
  gap: 0 20px; /* グリッド間の隙間（必要に応じて調整） */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#overlay .menu__container .menu__nav ul li a {
  border-bottom: 1px solid #5D6D87;
  padding: 6px 0 6px 5px;
  position: relative;
}
#overlay .menu__container .menu__nav ul li.menu__nav-full {
  grid-column: 1/-1; /* 1列目から最後の列まで（全幅） */
}
#overlay .menu__container .menu__reserve-title {
  margin-top: 20px;
}
#overlay .menu__container .menu__reserve-title p {
  font-weight: 500;
}
#overlay .menu__container .menu__reserve-title p.nav__title {
  text-align: center;
  color: #496aab;
  font-size: clamp(1rem, 1.6vw, 1.7rem);
  letter-spacing: 2px;
  font-weight: 400;
}
#overlay .menu__container .menu__reserve-title p.nav__title span.color {
  color: #ca8e70;
}
#overlay .menu__container .menu__reserve-title p.nav__title span.subtitle {
  color: #496aab;
  font-weight: 300;
  margin-left: 10px;
  font-size: clamp(0.8rem, 1vw, 1.2rem);
}
#overlay .menu__container .menu__button {
  margin-top: 10px;
}
#overlay .menu__container .menu__button .button1.medium {
  width: 100% !important;
  margin-top: 0;
}
#overlay .menu__container .menu__button .button1.medium a {
  width: 100% !important;
  background-color: #E16250;
  border: 1px solid #E16250;
}
#overlay .menu__container .menu__catch {
  margin-top: 10px;
}
#overlay .menu__container .menu__catch .catch__visual img {
  width: 95px;
}
#overlay .menu__container .menu__catch .catch__text {
  text-align: center;
}
#overlay .menu__container .menu__catch .catch__text p.catch__title {
  line-height: 1.7;
  color: #496aab;
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.8rem, 1.4vw, 1.6rem);
}
#overlay .menu__container .menu__catch .catch__text p.catch__button {
  background-color: #edf0f7;
  padding: 0px 60px 0px 15px;
  border-radius: 15px;
  font-size: clamp(0.8rem, 0.95vw, 1rem);
  display: inline-block;
  position: relative;
  left: -10px;
  line-height: 1.8;
}
#overlay .menu__container .menu__nav-sub {
  margin-top: 20px;
}
#overlay .menu__container .menu__nav-sub ul {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 横2列 */
  grid-template-rows: repeat(6, auto); /* 縦6行、高さは自動 */
  gap: 0 20px; /* グリッド間の隙間（必要に応じて調整） */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#overlay .menu__container .menu__nav-sub ul li a {
  border-bottom: 1px solid #5D6D87;
  padding: 2px 0 2px 5px;
  font-size: clamp(0.8rem, 0.8vw, 1rem);
  position: relative;
}
#overlay .menu__container .menu__nav-sub ul li.menu__nav-full {
  grid-column: 1/-1; /* 1列目から最後の列まで（全幅） */
}
#overlay .menu__container .menu__tel {
  margin-top: 20px;
}
#overlay .menu__container .menu__tel a {
  font-size: clamp(1rem, 1.7vw, 1.6rem);
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#overlay .menu__container .menu__tel a:hover {
  color: #496aab;
}

@media screen and (max-width: 1100px) {
  header.header-contents3 {
    height: 60px;
    position: absolute;
  }
  header.header-contents3 .section__container .header__logo {
    left: 2.5%;
    top: 11px;
    z-index: 9998;
    position: absolute;
  }
  header.header-contents3 .section__container .header__logo img {
    width: 220px;
    margin-left: 0;
  }
  header.header-contents3 .section__container .header__contact {
    position: relative;
    z-index: 9998;
  }
  header.header-contents3 .section__container .header__contact a {
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    right: 87px;
    top: 5px;
    left: auto;
    bottom: auto;
    width: 90%;
    padding: 20px 0;
    border-radius: 30px;
    text-align: center;
    width: auto;
  }
  header.header-contents3 .section__container .header__contact a:before {
    content: "";
    border-radius: 50%;
    background-color: #004E6B;
    width: 52px;
    height: 52px;
    position: absolute;
    left: -6px;
    top: 9px;
    z-index: -1;
  }
  header.header-contents3 .section__container .header__contact a i {
    font-size: 1.2rem;
  }
  header.header-contents3 .section__container .header__nav {
    display: none;
  }
  header.header-contents3 .section__container .header__menu {
    position: relative;
    z-index: 9999;
  }
  header.header-contents3 .section__container .header__menu #overlay-button {
    right: 0px;
    padding: 29px 16px;
  }
  header.header-contents3 .section__container .header__menu #overlay-button span {
    width: 30px;
  }
  header.header-contents3 .section__container .header__menu #overlay-button span:before {
    top: -10px;
  }
  header.header-contents3 .section__container .header__menu #overlay-button span:after {
    top: 10px;
  }
  header.header-contents3 .section__container .header__menu #overlay-button span:before, header.header-contents3 .section__container .header__menu #overlay-button span:after {
    width: 30px;
  }
  input[type=checkbox]:checked ~ #overlay-button span:before {
    -webkit-transform: rotate(45deg) translate(8px, 6px);
            transform: rotate(45deg) translate(8px, 6px);
  }
  #overlay .menu__container {
    width: 100vw;
    padding: 10px 2.5%;
    padding-bottom: 85px;
  }
  #overlay .menu__container .menu__logo a img {
    width: 60%;
  }
  #overlay .menu__container .menu__reserve-title p.nav__title {
    font-size: clamp(1.8rem, 1.6vw, 1.7rem);
  }
  #overlay .menu__container .menu__reserve-title p.nav__title span.subtitle {
    font-size: clamp(0.9rem, 1vw, 1.2rem);
  }
  #overlay .menu__container .menu__catch .catch__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  #overlay .menu__container .menu__catch .catch__visual {
    width: 25%;
  }
  #overlay .menu__container .menu__catch .catch__visual img {
    width: 90%;
  }
  #overlay .menu__container .menu__catch .catch__text {
    width: 75%;
  }
  #overlay .menu__container .menu__catch .catch__text p.catch__title {
    font-size: 1.3rem;
  }
  #overlay .menu__container .menu__catch .catch__text p.catch__button {
    font-size: 1.1rem;
  }
  #overlay .menu__container .menu__nav-sub ul {
    grid-template-columns: 1fr; /* 横2列 */
    grid-template-rows: auto; /* 縦6行、高さは自動 */
  }
  #overlay .menu__container .menu__nav-sub ul li a {
    font-size: 1rem;
  }
  #overlay .menu__container .menu__tel a {
    font-size: 2.5rem;
  }
}
/* ============
header | header-contents3//
============ */
/* ============
header | header-contents5//
============ */
header.header-contents5 {
  background-color: #ffffff;
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header.header-contents5 .section__container .header__logo {
  position: fixed;
  z-index: 9999;
  left: 30px;
  top: 10px;
}
header.header-contents5 .section__container .header__logo img {
  width: clamp(150px, 19vw, 500px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents5 .section__container .header__logo img.logo-top {
  opacity: 1;
  visibility: visible;
}
header.header-contents5 .section__container .header__logo img.logo-scroll {
  opacity: 0;
  visibility: hidden;
}
header.header-contents5 .section__container .header__nav {
  position: fixed;
  right: 110px;
  top: 17px;
  z-index: 5;
}
header.header-contents5 .section__container .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.header-contents5 .section__container .header__nav ul li a {
  padding: 5px 30px;
  border-right: 1px solid #aaa;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents5 .section__container .header__nav ul li:last-child a {
  border-right: none;
}
header.header-contents5 .section__container .header__contact a {
  position: fixed;
  right: 140px;
  top: 25px;
  z-index: 5;
  font-size: 0.7rem;
  color: #ffffff;
  text-align: center;
}
header.header-contents5 .section__container .header__contact a i {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
}
header.header-contents5 .section__container .header__contact a:before {
  content: "";
  border-radius: 50%;
  background-color: #5D6D87;
  width: 65px;
  height: 65px;
  position: absolute;
  left: -9px;
  top: -9px;
  z-index: -1;
}
header.header-contents5 .section__container .header__menu #overlay-button {
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 37px 22px;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #1a1a1a;
}
header.header-contents5 .section__container .header__menu #overlay-button span {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents5 .section__container .header__menu #overlay-button span:before {
  top: -12px;
  visibility: visible;
}
header.header-contents5 .section__container .header__menu #overlay-button span:after {
  top: 12px;
}
header.header-contents5 .section__container .header__menu #overlay-button span:before, header.header-contents5 .section__container .header__menu #overlay-button span:after {
  height: 2px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents5 .section__container .header__menu input[type=checkbox] {
  display: none;
}
header.header-contents5 .section__container .header__menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
  opacity: 1;
}
header.header-contents5 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button:hover span, header.header-contents5 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
header.header-contents5 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:before {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
          transform: rotate(45deg) translate(9px, 9px);
}
header.header-contents5 .section__container .header__menu input[type=checkbox]:checked ~ #overlay-button span:after {
  -webkit-transform: rotate(-45deg) translate(9px, -7px);
          transform: rotate(-45deg) translate(9px, -7px);
}
header.header-contents5 .section__container .header__menu #overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents5 .section__container .header__menu #overlay ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
header.header-contents5 .section__container .header__menu #overlay ul li {
  padding: 12px 0;
  width: 80%;
  max-width: 600px;
}
header.header-contents5 .section__container .header__menu #overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
header.header-contents5 .section__container .header__menu #overlay ul li.submenu ul {
  height: auto;
  border-top: 1px solid #ffffff;
  margin-top: 20px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header.header-contents5 .section__container .header__menu #overlay ul li.submenu ul li {
  width: auto;
  padding: 0 30px;
}
header.header-contents5 .section__container .header__menu #overlay ul li.submenu ul li a {
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  header.header-contents5 .section__container .header__logo {
    left: 10px;
    top: 19px;
    z-index: 9998;
  }
  header.header-contents5 .section__container .header__logo img {
    width: 185px;
  }
  header.header-contents5 .section__container .header__contact {
    position: relative;
    z-index: 9998;
  }
  header.header-contents5 .section__container .header__contact a {
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    right: 87px;
    top: 5px;
    left: auto;
    bottom: auto;
    width: 90%;
    padding: 20px 0;
    border-radius: 30px;
    text-align: center;
    width: auto;
  }
  header.header-contents5 .section__container .header__contact a:before {
    content: "";
    border-radius: 50%;
    background-color: #004E6B;
    width: 52px;
    height: 52px;
    position: absolute;
    left: -6px;
    top: 9px;
    z-index: -1;
  }
  header.header-contents5 .section__container .header__contact a i {
    font-size: 1.2rem;
  }
  header.header-contents5 .section__container .header__nav {
    display: none;
  }
  header.header-contents5 .section__container .header__menu {
    position: relative;
    z-index: 9999;
  }
  header.header-contents5 .section__container .header__menu #overlay-button {
    right: 10px;
    padding: 24px 11px;
  }
  header.header-contents5 .section__container .header__menu #overlay-button span {
    width: 30px;
  }
  header.header-contents5 .section__container .header__menu #overlay-button span:before {
    top: -10px;
  }
  header.header-contents5 .section__container .header__menu #overlay-button span:after {
    top: 10px;
  }
  header.header-contents5 .section__container .header__menu #overlay-button span:before, header.header-contents5 .section__container .header__menu #overlay-button span:after {
    width: 30px;
  }
}
/* ============
header | header-contents5//
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden !important;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #5D6D87;
}

.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  word-break: break-all;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

/* ============
title1
============ */
.title1 {
  margin-bottom: 60px;
}
.title1 h3 {
  color: #7e7161;
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 3rem);
  font-weight: 500;
}
.title1 h3 span {
  display: block;
  color: #496aab;
  text-align: center;
  font-family: "DIN 2014";
  font-size: clamp(1rem, 1.1vw, 2rem);
  font-weight: 800;
}
.title1 h4 {
  color: #7e7161;
  text-align: center;
  font-size: clamp(1.1rem, 1.2vw, 2rem);
  font-weight: 500;
}
.title1 h4 span {
  display: block;
  color: #496aab;
  text-align: center;
  font-family: "DIN 2014";
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .title1 {
    margin-bottom: 40px;
  }
}
/* ============
title1
============ */
/* ============
title2
============ */
.title2 {
  margin-bottom: 60px;
}
.title2 h3 {
  color: #7e7161;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 300;
}
.title2 h3 span {
  letter-spacing: 1.5px;
  display: block;
  color: #496aab;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 400;
}
.title2 h4 {
  color: #7e7161;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: clamp(1.1rem, 1.2vw, 2rem);
  font-weight: 300;
}
.title2 h4 span {
  letter-spacing: 1.5px;
  display: block;
  color: #496aab;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.3vw, 1rem);
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .title2 {
    margin-bottom: 40px;
  }
}
/* ============
title2
============ */
/* ============
title60
============ */
.title60 {
  margin-bottom: 40px;
}
.title60 h3 {
  color: #496aab;
  font-family: "Roboto", serif;
  text-align: left;
  font-weight: 300;
  font-size: clamp(2.5rem, 5.8vw, 7rem);
  line-height: 1;
}
.title60 h3 span {
  color: #7e7161;
  text-align: left;
}
.title60 h4 {
  color: #496aab;
  font-family: "Roboto", serif;
  text-align: left;
  font-size: clamp(1.1rem, 1.2vw, 2rem);
  font-weight: 300;
}
.title60 h4 span {
  color: #7e7161;
  text-align: left;
  font-size: clamp(1rem, 1.3vw, 1rem);
}

@media screen and (max-width: 767px) {
  .title60 {
    margin-bottom: 40px;
  }
}
/* ============
title60
============ */
/* ============
title61
============ */
.title61 {
  margin-bottom: 3vw;
}
.title61 h3 {
  color: #496aab;
  font-family: "Roboto", serif;
  text-align: center;
  font-weight: 300;
  font-size: clamp(2.5rem, 3.9vw, 4.3rem);
  line-height: 1;
}
.title61 h3 span {
  color: #ca8e70;
  text-align: center;
}
.title61 h3 span.subtitle {
  color: #496aab;
  font-family: "Noto Sans JP", serif;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
}

/* ============
title61
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden !important;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #5D6D87;
}

.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  word-break: break-all;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

button a.blue, button input.blue, button label.blue {
  background-color: #5D6D87 !important;
  border: 1px solid #5D6D87 !important;
}
button a.blue:hover, button input.blue:hover, button label.blue:hover {
  background-color: #ffffff !important;
  color: #5D6D87 !important;
}
button a.blue:hover:before, button input.blue:hover:before, button label.blue:hover:before {
  background-color: #5D6D87 !important;
}
button a.blue:hover:after, button input.blue:hover:after, button label.blue:hover:after {
  background-color: #5D6D87 !important;
}
button a.red, button input.red, button label.red {
  background-color: #E16250 !important;
  border: 1px solid #E16250 !important;
}
button a.red:hover, button input.red:hover, button label.red:hover {
  background-color: #ffffff !important;
  color: #E16250 !important;
}
button a.red:hover:before, button input.red:hover:before, button label.red:hover:before {
  background-color: #5D6D87 !important;
}
button a.red:hover:after, button input.red:hover:after, button label.red:hover:after {
  background-color: #5D6D87 !important;
}
button a.red, button input.red, button label.red {
  background-color: #E16250 !important;
}
button a.red:hover, button input.red:hover, button label.red:hover {
  background-color: #ffffff !important;
  color: #E16250 !important;
}
button a.red:hover:before, button input.red:hover:before, button label.red:hover:before {
  background-color: #E16250 !important;
}
button a.red:hover:after, button input.red:hover:after, button label.red:hover:after {
  background-color: #E16250 !important;
}
button a.white, button input.white, button label.white {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #496aab !important;
}
button a.white:before, button input.white:before, button label.white:before {
  background-color: #496aab !important;
}
button a.white:after, button input.white:after, button label.white:after {
  background-color: #496aab !important;
}
button a.white:hover, button input.white:hover, button label.white:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
button a.white:hover:before, button input.white:hover:before, button label.white:hover:before {
  background-color: #ffffff !important;
}
button a.white:hover:after, button input.white:hover:after, button label.white:hover:after {
  background-color: #ffffff !important;
}
button a.line, button input.line, button label.line {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #ffffff !important;
}
button a.line:hover, button input.line:hover, button label.line:hover {
  background-color: #ffffff !important;
  color: #496aab !important;
}
button a.line:hover:before, button input.line:hover:before, button label.line:hover:before {
  background-color: #496aab !important;
}
button a.line:hover:after, button input.line:hover:after, button label.line:hover:after {
  background-color: #496aab !important;
}

/* ============
button1
============ */
button.button1 {
  display: block;
  margin-top: 30px;
}
button.button1 a, button.button1 input, button.button1 label {
  background-color: #496aab;
  border: 1px solid #496aab;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button1.medium a, button.button1.medium input, button.button1.medium label {
  padding: 15px 0;
  width: 250px;
}
button.button1.large a, button.button1.large input, button.button1.large label {
  padding: 20px 0;
  width: 400px;
}
button.button1.center {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  button.button1 {
    width: 100%;
  }
  button.button1 a, button.button1 input, button.button1 label {
    display: block;
  }
  button.button1.medium a, button.button1.medium input, button.button1.medium label {
    padding: 15px 0;
    width: 100%;
  }
  button.button1.large a, button.button1.large input, button.button1.large label {
    padding: 20px 0;
    width: 100%;
  }
}
/* ============
button1
============ */
/* ============
button2
============ */
button.button2 {
  display: block;
  margin-top: 30px;
}
button.button2 a, button.button2 input, button.button2 label {
  background-color: #496aab;
  border: 1px solid #496aab;
  color: #ffffff;
  text-align: left;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: relative;
}
button.button2 a:hover, button.button2 input:hover, button.button2 label:hover {
  background-color: #ffffff;
  color: #496aab;
}
button.button2 a:hover:after, button.button2 input:hover:after, button.button2 label:hover:after {
  background-color: #496aab;
}
button.button2 a:after, button.button2 input:after, button.button2 label:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button2.medium a, button.button2.medium input, button.button2.medium label {
  padding: 15px 0 15px 20px;
  width: 250px;
}
button.button2.medium a:after, button.button2.medium input:after, button.button2.medium label:after {
  width: 40px;
}
button.button2.large a, button.button2.large input, button.button2.large label {
  padding: 20px 0 20px 20px;
  width: 400px;
}
button.button2.large a:after, button.button2.large input:after, button.button2.large label:after {
  width: 70px;
}
button.button2.center a, button.button2.center input, button.button2.center label {
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  button.button2 {
    width: 100%;
  }
  button.button2 a, button.button2 input, button.button2 label {
    display: block;
  }
  button.button2.medium a, button.button2.medium input, button.button2.medium label {
    width: 100%;
  }
  button.button2.medium a:after, button.button2.medium input:after, button.button2.medium label:after {
    width: 70px;
  }
  button.button2.large a, button.button2.large input, button.button2.large label {
    width: 100%;
  }
}
/* ============
button2
============ */
/* ============
button3
============ */
button.button3 {
  display: block;
  margin-top: 30px;
}
button.button3 a, button.button3 input, button.button3 label {
  background-color: #496aab;
  border: 1px solid #496aab;
  color: #ffffff;
  text-align: left;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: relative;
}
button.button3 a:hover, button.button3 input:hover, button.button3 label:hover {
  background-color: #ffffff;
  color: #496aab;
}
button.button3 a:hover:after, button.button3 input:hover:after, button.button3 label:hover:after {
  border-color: #496aab;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button3 a:after, button.button3 input:after, button.button3 label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button.button3.medium a, button.button3.medium input, button.button3.medium label {
  padding: 15px 0 15px 20px;
  width: 250px;
}
button.button3.large a, button.button3.large input, button.button3.large label {
  padding: 20px 0 20px 20px;
  width: 400px;
}
button.button3.center a, button.button3.center input, button.button3.center label {
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  button.button3 {
    width: 100%;
  }
  button.button3 a, button.button3 input, button.button3 label {
    display: block;
  }
  button.button3.medium a, button.button3.medium input, button.button3.medium label {
    width: 100%;
  }
  button.button3.medium a:after, button.button3.medium input:after, button.button3.medium label:after {
    width: 70px;
  }
  button.button3.large a, button.button3.large input, button.button3.large label {
    width: 100%;
  }
}
/* ============
button3
============ */
/* ============
button7
============ */
button.button7 {
  display: block;
  margin-top: 30px;
}
button.button7 a, button.button7 input, button.button7 label {
  background-color: #496aab;
  border: 1px solid #496aab;
  color: #ffffff;
  text-align: left;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: relative;
}
button.button7 a:hover, button.button7 input:hover, button.button7 label:hover {
  background-color: #ffffff;
  color: #496aab;
}
button.button7 a:hover:before, button.button7 input:hover:before, button.button7 label:hover:before {
  background-color: #496aab;
}
button.button7 a:hover:after, button.button7 input:hover:after, button.button7 label:hover:after {
  background-color: #496aab;
}
button.button7 a:before, button.button7 input:before, button.button7 label:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 47%;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button7 a:after, button.button7 input:after, button.button7 label:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 60%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button7.medium a, button.button7.medium input, button.button7.medium label {
  padding: 15px 0 15px 20px;
  width: 250px;
}
button.button7.medium a:before, button.button7.medium input:before, button.button7.medium label:before {
  width: 20px;
}
button.button7.medium a:after, button.button7.medium input:after, button.button7.medium label:after {
  width: 40px;
}
button.button7.large a, button.button7.large input, button.button7.large label {
  padding: 20px 0 20px 20px;
  width: 400px;
}
button.button7.large a:before, button.button7.large input:before, button.button7.large label:before {
  width: 20px;
}
button.button7.large a:after, button.button7.large input:after, button.button7.large label:after {
  width: 70px;
}
button.button7.center a, button.button7.center input, button.button7.center label {
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  button.button7 {
    width: 100%;
  }
  button.button7 a, button.button7 input, button.button7 label {
    display: block;
  }
  button.button7.medium a, button.button7.medium input, button.button7.medium label {
    width: 100%;
  }
  button.button7.medium a:after, button.button7.medium input:after, button.button7.medium label:after {
    width: 70px;
  }
  button.button7.large a, button.button7.large input, button.button7.large label {
    width: 100%;
  }
}
/* ============
button7
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden !important;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #5D6D87;
}

.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  word-break: break-all;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

/* ============
firstview | firstview__contents1
============ */
#firstview.firstview__contents1 {
  position: relative;
  width: 100vw;
  height: 100svh;
}
#firstview.firstview__contents1 .section__container {
  width: 100%;
  height: 100%;
  max-width: none;
  position: relative;
}
#firstview.firstview__contents1 .section__container h1 {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 4vw, 7rem);
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 0.2925rem;
  left: 50px !important;
  top: 31vw !important;
}
#firstview.firstview__contents1 .section__container h1 span {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#firstview.firstview__contents1 .section__container h1 span.fixed {
  color: #5D6D87;
}
#firstview.firstview__contents1 .section__container .firstview__text {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
#firstview.firstview__contents1 .section__container .firstview__text h1 {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 4vw, 7rem);
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 0.2925rem;
}
#firstview.firstview__contents1 .section__container .firstview__text p {
  color: #ddd;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 6.5vw, 12rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12375rem;
}
#firstview.firstview__contents1 .section__container .firstview__text p span {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 148, 255, 0.8)), to(rgba(140, 211, 238, 0.8)));
  background: linear-gradient(180deg, rgba(110, 148, 255, 0.8) 0%, rgba(140, 211, 238, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#firstview.firstview__contents1 .section__container .firstview__visual {
  width: 100vw;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#firstview.firstview__contents1 .section__container .firstview__visual img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
#firstview.firstview__contents1 .section__container .firstview__visual:before {
  content: "";
  width: 100%;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(7, 54, 72, 0.4);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #firstview.firstview__contents1 {
    height: calc(100svh - 70px);
  }
  #firstview.firstview__contents1 .section__container h1 {
    font-size: clamp(2rem, 12vw, 7rem);
  }
  #firstview.firstview__contents1 .section__container .firstview__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 30px;
    bottom: 50px;
  }
  #firstview.firstview__contents1 .section__container .firstview__text h1 {
    font-size: clamp(2rem, 12vw, 7rem);
    bottom: 61vw !important;
    left: 30px !important;
  }
  #firstview.firstview__contents1 .section__container .firstview__text p {
    text-align: left;
  }
  #firstview.firstview__contents1 .section__container .firstview__visual {
    height: calc(100svh - 70px);
  }
  #firstview.firstview__contents1 .section__container .firstview__visual img {
    height: calc(100svh - 70px);
  }
  #firstview.firstview__contents1 .section__container .firstview__visual:before {
    height: calc(100svh - 70px);
  }
}
/* ============
firstview | firstview__contents1
============ */
/* ============
firstview | firstview__contents3
============ */
#firstview.firstview__contents3 {
  display: none;
}
/* ============
firstview | firstview__contents3
============ */
/* ============
firstview | firstview__contents4
============ */
#firstview.firstview__contents4 {
  position: relative;
  width: 100vw;
  height: 100svh;
}
#firstview.firstview__contents4 .section__container {
  width: 100%;
  height: 100%;
  max-width: none;
}
#firstview.firstview__contents4 .section__container .firstview__text {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#firstview.firstview__contents4 .section__container .firstview__text h1 {
  color: #FFF;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
  font-family: "Noto Sans JP";
  font-size: clamp(2rem, 3.5vw, 5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2925rem;
}
#firstview.firstview__contents4 .section__container .firstview__text p {
  margin-top: 40px;
  color: #FFF;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.9);
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 1.3vw, 2.7rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12375rem;
}
#firstview.firstview__contents4 .section__container .firstview__visual {
  width: 100vw;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#firstview.firstview__contents4 .section__container .firstview__visual img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  #firstview.firstview__contents4 {
    height: calc(100svh - 70px);
  }
  #firstview.firstview__contents4 .section__container .firstview__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #firstview.firstview__contents4 .section__container .firstview__text h1 {
    text-align: center;
  }
  #firstview.firstview__contents4 .section__container .firstview__text p {
    text-align: center;
  }
  #firstview.firstview__contents4 .section__container .firstview__visual {
    height: calc(100svh - 70px);
  }
  #firstview.firstview__contents4 .section__container .firstview__visual img {
    height: calc(100svh - 70px);
  }
}
/* ============
firstview | firstview__contents4
============ */
/* ============
firstview | firstview-contents5
============ */
#firstview.firstview-contents5 {
  position: relative;
  width: 100vw;
  height: 100svh;
}
#firstview.firstview-contents5 .section__container {
  width: 100%;
  height: 100%;
  max-width: none;
}
#firstview.firstview-contents5 .section__container .firstview__text {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#firstview.firstview-contents5 .section__container .firstview__text h1 {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 2vw, 3rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2925rem;
  text-align: center;
}
#firstview.firstview-contents5 .section__container .firstview__text p {
  margin-top: 3vw;
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(0.9rem, 1.1vw, 1.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1.6rem, 2.6vw, 3.8rem);
  letter-spacing: 0.12375rem;
  text-align: center;
}
#firstview.firstview-contents5 .section__container .firstview__visual {
  width: 100vw;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#firstview.firstview-contents5 .section__container .firstview__visual img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
#firstview.firstview-contents5 .section__container .firstview__visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #firstview.firstview-contents5 {
    height: calc(100svh - 70px);
  }
  #firstview.firstview-contents5 .section__container .firstview__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #firstview.firstview-contents5 .section__container .firstview__text h1 {
    text-align: center;
  }
  #firstview.firstview-contents5 .section__container .firstview__text p {
    text-align: center;
  }
  #firstview.firstview-contents5 .section__container .firstview__visual {
    height: calc(100svh - 70px);
  }
  #firstview.firstview-contents5 .section__container .firstview__visual img {
    height: calc(100svh - 70px);
  }
  #firstview.firstview-contents5 .section__container .firstview__visual:before {
    height: calc(100svh - 70px);
  }
}
/* ============
firstview | firstview-contents5
============ */
/* ============
firstview | firstview-contents6
============ */
#firstview.firstview-contents6 {
  position: relative;
  width: 100vw;
  height: 100svh;
}
#firstview.firstview-contents6 .section__container {
  width: 100%;
  height: 100%;
  max-width: none;
}
#firstview.firstview-contents6 .section__container .firstview__text {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#firstview.firstview-contents6 .section__container .firstview__text .firstview__text-swiper {
  width: 100%;
  height: 100%;
}
#firstview.firstview-contents6 .section__container .firstview__text .firstview__text-swiper .swiper-wrapper {
  height: 100%;
}
#firstview.firstview-contents6 .section__container .firstview__text .firstview__text-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0 !important;
}
#firstview.firstview-contents6 .section__container .firstview__text .firstview__text-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
#firstview.firstview-contents6 .section__container .firstview__text p.open {
  position: absolute;
  right: 0px;
  top: 70px;
  text-shadow: none;
  font-weight: bold;
  font-size: clamp(1rem, 1.5vw, 3.2rem);
  line-height: 1.4;
  text-align: right;
  color: #E16250;
}
#firstview.firstview-contents6 .section__container .firstview__text p.open span {
  display: inline-block;
  padding: 0px 15px;
  margin-bottom: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #firstview.firstview-contents6 .section__container .firstview__text p.open span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
#firstview.firstview-contents6 .section__container .firstview__text p.open span.main {
  font-size: clamp(1rem, 1.7vw, 3.6rem);
}
#firstview.firstview-contents6 .section__container .firstview__text p.open span.main span {
  font-size: clamp(1rem, 1.5vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  #firstview.firstview-contents6 .section__container .firstview__text p.open {
    top: auto;
    bottom: 1%;
    right: 0;
  }
}
#firstview.firstview-contents6 .section__container .firstview__text p.catch {
  color: #FFF;
  text-shadow: 0px 0px 8px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0);
  font-family: "Noto Sans JP", serif;
  font-size: clamp(2rem, 2vw, 3.5rem);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.4rem;
}
#firstview.firstview-contents6 .section__container .firstview__text p.catch span.border span {
  font-size: clamp(4.3rem, 3.3vw, 5.5rem);
  font-weight: 400;
}
#firstview.firstview-contents6 .section__container .firstview__text p {
  margin-top: 40px;
  color: #FFF;
  text-shadow: 0px 0px 8px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0);
  font-family: "Noto Sans JP", serif;
  font-size: clamp(1rem, 1.3vw, 2.7rem);
  font-style: normal;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.25rem;
}
#firstview.firstview-contents6 .section__container .firstview__scroll {
  position: absolute;
  bottom: 50px;
}
#firstview.firstview-contents6 .section__container .firstview__scroll p {
  margin-top: 0px;
  font-size: clamp(0.8rem, 0.8vw, 1.6rem);
  letter-spacing: 0.1rem;
}
#firstview.firstview-contents6 .section__container .firstview__scroll .swiper-horizontal > .swiper-pagination-bullets, #firstview.firstview-contents6 .section__container .firstview__scroll .swiper-pagination-bullets.swiper-pagination-horizontal, #firstview.firstview-contents6 .section__container .firstview__scroll .swiper-pagination-custom, #firstview.firstview-contents6 .section__container .firstview__scroll .swiper-pagination-fraction {
  position: relative;
  width: auto;
  display: inline-block;
  margin-top: 30px;
}
#firstview.firstview-contents6 .section__container .firstview__scroll .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #firstview.firstview-contents6 .section__container .firstview__scroll .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgba(73, 106, 171, 0);
  border: 1px solid #fff;
  width: 13px;
  height: 13px;
  margin: 0 7px;
  opacity: 1;
}
#firstview.firstview-contents6 .section__container .firstview__scroll .swiper-pagination-bullet-active {
  background: rgb(73, 106, 171) !important;
}
#firstview.firstview-contents6 .section__container .firstview__visual {
  width: 100vw;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#firstview.firstview-contents6 .section__container .firstview__visual .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
#firstview.firstview-contents6 .section__container .firstview__visual .swiper-slide img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  #firstview.firstview-contents6 {
    height: calc(100svh - 70px);
  }
  #firstview.firstview-contents6 .section__container .firstview__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 70px;
  }
  #firstview.firstview-contents6 .section__container .firstview__text .firstview__text-swiper .swiper-slide {
    display: block !important;
  }
  #firstview.firstview-contents6 .section__container .firstview__text p.catch {
    text-shadow: 0px 0px 8px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0);
  }
  #firstview.firstview-contents6 .section__container .firstview__text p.catch span.border {
    display: block;
  }
  #firstview.firstview-contents6 .section__container .firstview__text p.catch span.border:before {
    display: none;
  }
  #firstview.firstview-contents6 .section__container .firstview__text p {
    text-align: left;
  }
  #firstview.firstview-contents6 .section__container .firstview__scroll .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #firstview.firstview-contents6 .section__container .firstview__scroll .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #firstview.firstview-contents6 .section__container .firstview__scroll .swiper-pagination-bullet-active {
    background: rgb(73, 106, 171) !important;
  }
  #firstview.firstview-contents6 .section__container .firstview__visual {
    height: calc(100svh - 70px);
  }
  #firstview.firstview-contents6 .section__container .firstview__visual .swiper-slide picture {
    height: 100%;
  }
  #firstview.firstview-contents6 .section__container .firstview__visual .swiper-slide img {
    height: calc(100svh - 70px);
  }
}
/* ============
firstview | firstview-contents6
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden !important;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #5D6D87;
}

.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  word-break: break-all;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

/* ============
column1-2 | column-contents1-2
============ */
section.column-contents1-2 .section__container .column1-2__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1100px) {
  section.column-contents1-2 .section__container .column1-2__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section.column-contents1-2 .section__container .column1-2__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.column-contents1-2 .section__container .column1-2__container .column1-2__block .column1-2__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
/* ============
column1-2 | column-contents1-2
============ */
/* ============
column4-1 | column-contents4-1
============ */
section.column-contents4-1 .section__container .column4-1__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 70px;
}
section.column-contents4-1 .section__container .column4-1__block .column4-1__text {
  -webkit-box-flex: 0.9;
      -ms-flex: 0.9;
          flex: 0.9;
}
section.column-contents4-1 .section__container .column4-1__block .column4-1__visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.column-contents4-1 .section__container .column4-1__block .column4-1__visual img {
  width: 100%;
  height: auto;
  display: block;
}
section.column-contents4-1 .section__container .column4-1__block .column4-1__visual iframe {
  width: 100%;
  height: 550px;
}
section.column-contents4-1 .section__container .column4-1__block:last-child {
  margin-bottom: 0;
}
section.column-contents4-1 .section__container .column4-1__block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.column-contents4-1 .section__container .column4-1__block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  section.column-contents4-1 .section__container .column4-1__block {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  section.column-contents4-1 .section__container .column4-1__block .column4-1__text {
    border-top: none;
  }
  section.column-contents4-1 .section__container .column4-1__block .column4-1__visual iframe {
    height: 280px;
  }
  section.column-contents4-1 .section__container .column4-1__block:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.column-contents4-1 .section__container .column4-1__block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
column | column-contents4-1
============ */
/* ============
column1 | column__contents1
============ */
#column1.column__contents1 .section__container .column1__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
#column1.column__contents1 .section__container .column1__block .column1__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#column1.column__contents1 .section__container .column1__block .column1__text h4 {
  font-size: clamp(1.3rem, 2vw, 2rem);
  margin-bottom: 30px;
}
#column1.column__contents1 .section__container .column1__block .column1__visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#column1.column__contents1 .section__container .column1__block .column1__visual img {
  width: 100%;
  height: auto;
  display: block;
}
#column1.column__contents1 .section__container .column1__block:last-child {
  margin-bottom: 0;
}
#column1.column__contents1 .section__container .column1__block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #column1.column__contents1 .section__container .column1__block {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #column1.column__contents1 .section__container .column1__block .column1__text h4 {
    margin-bottom: 10px;
  }
  #column1.column__contents1 .section__container .column1__block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
column1 | column__contents1
============ */
/* ============
column3 | column__contents3
============ */
#column3.column__contents3 .section__container .column3__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
#column3.column__contents3 .section__container .column3__block .column3__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#column3.column__contents3 .section__container .column3__block .column3__text h4 {
  font-size: clamp(1.3rem, 2vw, 2rem);
  margin-bottom: 30px;
}
#column3.column__contents3 .section__container .column3__block .column3__visual {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
}
#column3.column__contents3 .section__container .column3__block .column3__visual img {
  width: 100%;
  height: auto;
  display: block;
}
#column3.column__contents3 .section__container .column3__block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #column3.column__contents3 .section__container .column3__block {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #column3.column__contents3 .section__container .column3__block .column3__text h4 {
    margin-bottom: 10px;
  }
}
/* ============
column3 | column__contents3
============ */
/* ============
column3-3 | column-contents3-3
============ */
section.column-contents3-3 .section__container {
  max-width: 1200px;
}
section.column-contents3-3 .section__container .column3-3__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  section.column-contents3-3 .section__container .column3-3__contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section.column-contents3-3 .section__container .column3-3__contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block {
  height: 400px;
  position: relative;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block2 {
  margin-top: 40px;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block3 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block3 {
    margin-top: 40px;
  }
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block .block__title {
  margin-top: -25px;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block .block__title .business__title h3 {
  font-size: clamp(3.5rem, 3.4vw, 4.3rem);
  text-align: center;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block .block__title .business__title h3 span.color {
  color: #ca8e70;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block .block__desc {
  position: absolute;
  width: 90%;
  bottom: 20px;
  left: 5%;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block .block__desc h4 {
  margin-top: 10px;
  text-shadow: 0px 0px 8px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0);
  font-weight: 600;
  font-size: clamp(1rem, 0.95vw, 1.4rem);
  color: #ffffff;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block .block__desc p {
  color: #ffffff;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block .block__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block .block__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block1 .block__title1 p {
  background-color: #6d88bc;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block1 button a {
  background-color: #6d88bc;
  border-color: #6d88bc;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block2 .block__title1 p {
  background-color: #496aab;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block2 button a {
  background-color: #496aab;
  border-color: #496aab;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block3 .block__title1 p {
  background-color: #ca8e70;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block3 button a {
  background-color: #ca8e70;
  border-color: #ca8e70;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block4 .block__title1 p {
  background-color: #665C57;
}
section.column-contents3-3 .section__container .column3-3__contents .column3-3__block.block4 button a {
  background-color: #665C57;
  border-color: #665C57;
}

@media screen and (max-width: 767px) {
  section.column-contents3-3 .section__container .column3-3__contents .column3-3__block .block__desc {
    bottom: 10px;
  }
  section.column-contents3-3 .section__container .column3-3__contents .column3-3__block .block__desc h4 {
    margin-bottom: 10px;
  }
}
/* ============
column3-3 | column-contents3-3//
============ */
/* ============
column8-1 | column-contents8-1
============ */
section.column-contents8-1 .section__container {
  width: 98%;
}
section.column-contents8-1 .section__container .column8-1__contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  section.column-contents8-1 .section__container .column8-1__contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section.column-contents8-1 .section__container .column8-1__contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block {
  height: 400px;
  position: relative;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block .block__title1 {
  width: 100%;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block .block__title1 p {
  color: #ffffff;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  border-radius: 0px 0px 25px 25px;
  padding: 4px 0px;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block .block__title2 p {
  font-family: "Roboto", serif;
  text-shadow: 0px 0px 8px black, 0px 0px 14px black;
  color: #ffffff;
  font-size: clamp(2.5rem, 2.9vw, 2.7rem);
  text-align: center;
  font-weight: 200;
  line-height: 1.8;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block button {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block .block__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block .block__visual img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block.block1 .block__title1 p {
  background-color: #6d88bc;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block.block1 button a {
  background-color: #6d88bc;
  border-color: #6d88bc;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block.block2 .block__title1 p {
  background-color: #496aab;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block.block2 button a {
  background-color: #496aab;
  border-color: #496aab;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block.block3 .block__title1 p {
  background-color: #ca8e70;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block.block3 button a {
  background-color: #ca8e70;
  border-color: #ca8e70;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block.block4 .block__title1 p {
  background-color: #665C57;
}
section.column-contents8-1 .section__container .column8-1__contents .column8-1__block.block4 button a {
  background-color: #665C57;
  border-color: #665C57;
}

/* ============
column8-1 | column-contents8-1//
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden !important;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #5D6D87;
}

.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  word-break: break-all;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

/* ============
slide1 | slide__contents1
============ */
#slide1.slide__contents1 .section__container .swiper {
  width: 90%;
}
#slide1.slide__contents1 .section__container .swiper.slider {
  width: 70%;
}
#slide1.slide__contents1 .section__container .swiper.slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#slide1.slide__contents1 .section__container .swiper.slider-thumbnail {
  margin-top: 30px;
}
#slide1.slide__contents1 .section__container .swiper.slider-thumbnail .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#slide1.slide__contents1 .section__container .swiper.slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
#slide1.slide__contents1 .section__container .swiper.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#slide1.slide__contents1 .section__container .swiper-pagination {
  bottom: -50px;
}
#slide1.slide__contents1 .section__container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#slide1.slide__contents1 .section__container .swiper-button-prev, #slide1.slide__contents1 .section__container .swiper-button-next {
  color: #333;
  top: 40%;
}
#slide1.slide__contents1 .section__container .swiper-button-prev {
  left: 40px;
}
#slide1.slide__contents1 .section__container .swiper-button-next {
  right: 40px;
}

/* ============
slide1 | slide__contents1
============ */
/* ============
slide | slide-contents3
============ */
#slide {
  margin-top: -120px;
}
#slide.slide-contents3 .section__container {
  width: 100%;
  max-width: none;
}
#slide.slide-contents3 .section__container .infinite-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
#slide.slide-contents3 .section__container .infinite-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#slide.slide-contents3 .section__container .infinite-slider .swiper-wrapper .swiper-slide {
  width: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#slide.slide-contents3 .section__container .infinite-slider .swiper-wrapper .swiper-slide img {
  display: block;
  max-width: 350px;
  height: auto;
  border-radius: 15px;
}
#slide.slide-contents3 .section__container .infinite-slider .swiper-wrapper .swiper-slide:nth-child(even) img {
  margin-top: 50px;
}
#slide.slide-contents3 .section__container .infinite-slider .swiper-wrapper .swiper-slide:nth-child(odd) img {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #slide.slide-contents3 .section__container .infinite-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #slide.slide-contents3 .section__container .infinite-slider .swiper-wrapper .swiper-slide img {
    max-width: 40vw;
  }
}
/* ============
slide | slide-contents3
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden !important;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #5D6D87;
}

.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  word-break: break-all;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

/* ============
visual2-1 | visual-contents2-1
============ */
section.visual-contents2-1 {
  height: 85vh;
  max-height: 1200px;
}
@media screen and (max-width: 1100px) {
  section.visual-contents2-1 {
    height: 100vh;
  }
}
section.visual-contents2-1 .section__container {
  width: 100%;
  height: 100%;
}
section.visual-contents2-1 .section__container .visual2-1__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}
section.visual-contents2-1 .section__container .visual2-1__container .visual2-1__text {
  width: calc(40% - 50px);
  margin-left: 10%;
  margin-top: 3vw;
}
section.visual-contents2-1 .section__container .visual2-1__container .visual2-1__visual {
  width: 50%;
  height: 100%;
}
section.visual-contents2-1 .section__container .visual2-1__container .visual2-1__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.visual-contents2-1 .section__container .visual2-1__container:last-child {
  margin-bottom: 0;
}
section.visual-contents2-1 .section__container .visual2-1__container:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  section.visual-contents2-1 {
    height: auto !important;
    max-height: none !important;
  }
  section.visual-contents2-1 .section__container {
    max-width: none;
  }
  section.visual-contents2-1 .section__container .visual2-1__container {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.visual-contents2-1 .section__container .visual2-1__container .visual2-1__text {
    width: 930%;
    margin: 0 auto 0;
  }
  section.visual-contents2-1 .section__container .visual2-1__container .visual2-1__visual {
    width: 100%;
  }
  section.visual-contents2-1 .section__container .visual2-1__container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
visual2-1 | visual-contents2-1
============ */
/* ============
visual2-2 | visual-contents2-2
============ */
section.visual-contents2-2 {
  height: 80vh;
  max-height: 1200px;
}
@media screen and (max-width: 1100px) {
  section.visual-contents2-2 {
    height: 100vh;
  }
}
section.visual-contents2-2 .section__container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.visual-contents2-2 .section__container .visual2-2__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}
section.visual-contents2-2 .section__container .visual2-2__container .visual2-2__text {
  width: calc(33% - 50px);
  margin-left: 10%;
  margin-top: 4vw;
}
section.visual-contents2-2 .section__container .visual2-2__container .visual2-2__bg {
  position: absolute;
  top: calc(50% - 10vw);
  left: 0;
  width: 100%;
  height: 20vw;
  background-color: #496aab;
  opacity: 0.2;
  z-index: -1;
}
section.visual-contents2-2 .section__container .visual2-2__container .visual2-2__visual {
  width: 57%;
  height: 100%;
}
section.visual-contents2-2 .section__container .visual2-2__container .visual2-2__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.visual-contents2-2 .section__container .visual2-2__container:last-child {
  margin-bottom: 0;
}
section.visual-contents2-2 .section__container .visual2-2__container:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  section.visual-contents2-2 {
    padding-top: 10vw;
    padding-bottom: 10vw;
    height: auto !important;
    max-height: none !important;
  }
  section.visual-contents2-2 .section__container {
    max-width: none;
  }
  section.visual-contents2-2 .section__container .visual2-2__container {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.visual-contents2-2 .section__container .visual2-2__container .title60 {
    margin-bottom: -20px;
    z-index: 10;
  }
  section.visual-contents2-2 .section__container .visual2-2__container .title60 h3 {
    text-align: center;
    font-weight: 400;
    font-size: clamp(3.9rem, 5.8vw, 7rem);
  }
  section.visual-contents2-2 .section__container .visual2-2__container .visual2-2__text {
    width: 90%;
    margin: 0 auto 0;
    margin-top: 20px;
  }
  section.visual-contents2-2 .section__container .visual2-2__container .visual2-2__bg {
    width: 95%;
    top: calc(50% - 25vw);
    height: 103vw;
  }
  section.visual-contents2-2 .section__container .visual2-2__container .visual2-2__visual {
    width: 95%;
    margin: 0 0 0 auto;
  }
  section.visual-contents2-2 .section__container .visual2-2__container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
visual2-2 | visual-contents2-2
============ */
/* ============
visual5 | visual-contents5
============ */
section.visual-contents5 {
  height: 100vh;
}
section.visual-contents5 .section__container {
  max-width: none;
  width: 100%;
  height: 100%;
}
section.visual-contents5 .section__container .visual5__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.visual-contents5 .section__container .visual5__container .visual5__text {
  z-index: 1;
}
section.visual-contents5 .section__container .visual5__container .visual5__text h3 {
  color: #ffffff;
}
section.visual-contents5 .section__container .visual5__container .visual5__text p {
  color: #ffffff;
}
section.visual-contents5 .section__container .visual5__container .visual5__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.visual-contents5 .section__container .visual5__container .visual5__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.visual-contents5 .section__container .visual5__container .visual5__visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  section.visual-contents5 {
    max-height: none !important;
  }
  section.visual-contents5 .section__container .visual5__container {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.visual-contents5 .section__container .visual5__container .visual5__text {
    width: 93%;
    margin: 60px auto;
    margin-left: auto;
  }
  section.visual-contents5 .section__container .visual5__container .visual5__visual {
    width: 100%;
  }
  section.visual-contents5 .section__container .visual5__container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
visual5 | visual-contents5
============ */
/* ============
visual6 | visual-contents6
============ */
section.visual-contents6 {
  height: 50vh;
  max-height: 1200px;
}
section.visual-contents6 .section__container {
  max-width: none;
  width: 100%;
  height: 100%;
}
section.visual-contents6 .section__container .visual6__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.visual-contents6 .section__container .visual6__container .visual6__text {
  z-index: 1;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 100px;
  width: 40vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.visual-contents6 .section__container .visual6__container .visual6__text h3 {
  color: #496aab;
}
section.visual-contents6 .section__container .visual6__container .visual6__text span.subtitle {
  margin-top: 10px;
}
section.visual-contents6 .section__container .visual6__container .visual6__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*
                      &:before{
                          content: "";
                          position: absolute;
                          top: 0;
                          left: 0;
                          width: 100%;
                          height: 100%;
                          background-color: $color-primary1;
                          opacity: 0.6;
                      }
  */
}
section.visual-contents6 .section__container .visual6__container .visual6__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  section.visual-contents6 {
    max-height: none !important;
  }
  section.visual-contents6 .section__container .visual6__container {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.visual-contents6 .section__container .visual6__container .visual6__text {
    width: 93%;
    margin: 60px auto;
    margin-left: auto;
  }
  section.visual-contents6 .section__container .visual6__container .visual6__visual {
    width: 100%;
  }
  section.visual-contents6 .section__container .visual6__container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
visual6 | visual-contents6
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden !important;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #5D6D87;
}

.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  word-break: break-all;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

/* ============
cta3-1 | cta-contents3-1
============ */
section.cta-contents3-1 {
  height: 85vh;
  max-height: 1200px;
  background-color: #496aab;
}
section.cta-contents3-1 .section__container {
  width: 100%;
  height: 100%;
}
section.cta-contents3-1 .section__container .cta3-1__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text {
  width: calc(40% - 50px);
  margin-left: 10%;
  margin-top: 3vw;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text .title2 h3 {
  color: #ffffff;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text p {
  color: #ffffff;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel {
  margin-top: 40px;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel a {
  color: #ffffff;
  font-size: clamp(2rem, 1.6vw, 4rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  line-height: 1.3;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel a span {
  font-size: clamp(3rem, 3.8vw, 7rem);
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__tel p {
  color: #ffffff;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button button {
  margin-top: 0;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button button a {
  width: 100%;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__visual {
  width: 50%;
  height: 100%;
}
section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.cta-contents3-1 .section__container .cta3-1__container:last-child {
  margin-bottom: 0;
}
section.cta-contents3-1 .section__container .cta3-1__container:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1100px) {
  section.cta-contents3-1 {
    height: auto !important;
    max-height: none !important;
    padding-bottom: 40px;
  }
  section.cta-contents3-1 .section__container {
    max-width: none;
  }
  section.cta-contents3-1 .section__container .cta3-1__container {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__text {
    width: 93%;
    margin: 40px auto 0;
  }
  section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__button {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  section.cta-contents3-1 .section__container .cta3-1__container .cta3-1__visual {
    width: 100%;
  }
  section.cta-contents3-1 .section__container .cta3-1__container:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ============
cta3-1 | cta-contents3-1
============ */
.font-main1 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-main3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden !important;
}

section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #496aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #5D6D87;
}

.fade2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade_up {
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 30px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade_up.fade_up_active {
  opacity: 1;
  visibility: visible;
  top: 0px;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fade.fade_active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/*  ====================
    default
====================  */
html, body {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 4px;
  font-family: "Noto Sans JP", serif;
  color: #1a1a1a;
  word-break: break-all;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 1.3rem;
  }
}

p {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
    letter-spacing: 0.4vw;
  }
}

ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ==========
section
========== */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
.contents__list table.contents__list1 {
  width: 100%;
}
.contents__list table.contents__list1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 25px 10px;
  border-top: 1px solid #aaa;
}
.contents__list table.contents__list1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.contents__list table.contents__list1 tr th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  font-weight: 300;
}
.contents__list table.contents__list1 tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contents__list table.contents__list1 tr {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__list table.contents__list1 tr th, .contents__list table.contents__list1 tr td {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .contents__list table.contents__list1 tr th {
    margin-bottom: 10px;
  }
}

.contents__column {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__column.column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contents__column.column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contents__column.column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents__column {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }
}

/* ============
post1-1 | post-contents1-1
============ */
section.post-contents1-1 .section__container .post1-1__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__text {
  -webkit-box-flex: 0.45;
      -ms-flex: 0.45;
          flex: 0.45;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title1, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title2, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title3, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title4, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title5, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title6, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title7, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title8, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title9, section.post-contents1-1 .section__container .post1-1__block .post1-1__text .title10 {
  margin-bottom: 0;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a {
  width: 100%;
  padding: 25px 0 25px 15px;
  border-bottom: 1px solid #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__date {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}
section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  section.post-contents1-1 .section__container .post1-1__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  section.post-contents1-1 .section__container .post1-1__block .post1-1__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a {
    padding: 15px 0 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.post-contents1-1 .section__container .post1-1__block .post1-1__post ul li a span.post1-1__date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 10px;
  }
}
/* ============
post1-1 | post-contents1-1
============ */
p, a, tr, th, td, dd, dl, dt {
  font-weight: 300;
  line-height: 2.4;
}

tr span, th span, td span, dd span, dl span, dt span {
  font-weight: 300;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

section#float-nav.float-contents3 {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
section#float-nav.float-contents3.visible {
  opacity: 1;
}
section#float-nav.float-contents3 .section__container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
section#float-nav.float-contents3 .section__container .float-nav__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 10px 0;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block.reservation {
  background-color: #E16250;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block.reservation .float-nav__block-text p {
  color: #fff;
  font-size: 1rem;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block.access, section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block.menu {
  background-color: #fff;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block.access #overlay-button, section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block.menu #overlay-button {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block.access .float-nav__block-text, section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block.menu .float-nav__block-text {
  color: #496aab;
  font-weight: 400;
  line-height: 1;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block-visual {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block-visual img {
  max-height: 80%;
  width: auto;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block-text {
  margin-top: 5px;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block-text-ttl {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
section#float-nav.float-contents3 .section__container .float-nav__contents .float-nav__block:not(:last-child) {
  border-right: 1px solid #f5f5f5;
}

@media (min-width: 769px) {
  section#float-nav.float-contents3 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  section#float-nav.float-contents3 {
    display: block;
  }
}
button.button1 a {
  text-align: left;
  padding: 7px 0 7px 20px !important;
  width: 300px !important;
  max-width: 100%;
  font-weight: 300;
  letter-spacing: 2px;
  border-radius: 30px;
  position: relative;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button1 a:after {
  display: none;
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/btn-more.png);
  background-repeat: no-repeat;
  width: 63px;
  height: 12px;
  background-size: cover;
}
button.button1 a:hover {
  background-color: #edf0f7 !important;
  border-color: #496aab !important;
  color: #496aab !important;
}
button.button1 a:hover svg .st0 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  fill: #496aab !important;
  stroke: #496aab !important;
}
button.button1 a:hover svg .st1, button.button1 a:hover svg .st2 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  fill: #496aab !important;
  stroke: #496aab !important;
}

@media screen and (max-width: 767px) {
  button.button1 {
    width: 100%;
  }
  button.button1 a {
    width: 100% !important;
  }
}
.button-center {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .button-center {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

button.button8 a {
  padding: 20px 0 20px 25px;
  width: 280px;
  color: #496aab;
  border: none;
  border-top: 1px solid #496aab;
  border-bottom: 1px solid #496aab;
  background-color: rgba(73, 106, 171, 0);
  text-align: left;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button8 a:hover {
  background-color: #496aab;
  color: #ffffff;
}
button.button8 a:hover .arrow1.arrow-white .st1, button.button8 a:hover .arrow1.arrow-white .st2 {
  fill: #ffffff;
  stroke: #ffffff;
}
button.button8 a:hover .arrow1.arrow-white .st0 {
  fill: #ffffff;
  stroke: #ffffff;
}
button.button8 a.white {
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
button.button8 a.white .arrow1.arrow-white .st1, button.button8 a.white .arrow1.arrow-white .st2 {
  fill: #ffffff;
  stroke: #ffffff;
}
button.button8 a.white .arrow1.arrow-white .st0 {
  fill: #ffffff;
  stroke: #ffffff;
}
button.button8 a.white:hover {
  background-color: #ffffff;
  color: #496aab;
}
button.button8 a.white:hover .arrow1.arrow-white .st1, button.button8 a.white:hover .arrow1.arrow-white .st2 {
  fill: #496aab;
  stroke: #496aab;
}
button.button8 a.white:hover .arrow1.arrow-white .st0 {
  fill: #496aab;
  stroke: #496aab;
}
button.button8 svg {
  -webkit-transform: rotate(90deg) translate(-2px, 4px);
          transform: rotate(90deg) translate(-2px, 4px);
  top: 50%;
}
button.button8 .arrow1.arrow-white .st1, button.button8 .arrow1.arrow-white .st2 {
  fill: #496aab;
  stroke: #496aab;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
button.button8 .arrow1.arrow-white .st0 {
  fill: #496aab;
  stroke: #496aab;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
  button.button8 {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  button.button8 a {
    width: 100%;
  }
}

span.border {
  position: relative;
  z-index: 2;
}
span.border:before {
  content: "";
  background-color: #ca8e70;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 108%;
  margin-left: -4%;
  height: 11px;
  z-index: -1;
}

.arrow1 {
  position: absolute;
  width: 18px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow1 .st0 {
  stroke-width: 0.5px;
}
.arrow1 .st1 {
  stroke-dasharray: 0 3.7;
}
.arrow1 .st1, .arrow1 .st2 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.arrow1.small {
  width: 13px;
  right: 8px;
}
.arrow1.arrow-white .st0 {
  fill: #ffffff;
  stroke: #ffffff;
}
.arrow1.arrow-white .st1, .arrow1.arrow-white .st2 {
  fill: #ffffff;
  stroke: #ffffff;
}
.arrow1.arrow-primary1 .st0 {
  fill: #496aab;
  stroke: #496aab;
}
.arrow1.arrow-primary1 .st1, .arrow1.arrow-primary1 .st2 {
  fill: #496aab;
  stroke: #496aab;
}
.arrow1.arrow-primary1-2 .st0 {
  fill: #6d88bc;
  stroke: #6d88bc;
}
.arrow1.arrow-primary1-2 .st1, .arrow1.arrow-primary1-2 .st2 {
  fill: #6d88bc;
  stroke: #6d88bc;
}
.arrow1.arrow-primary2 .st0 {
  fill: #7e7161;
  stroke: #7e7161;
}
.arrow1.arrow-primary2 .st1, .arrow1.arrow-primary2 .st2 {
  fill: #7e7161;
  stroke: #7e7161;
}
.arrow1.arrow-primary3 .st0 {
  fill: #665C57;
  stroke: #665C57;
}
.arrow1.arrow-primary3 .st1, .arrow1.arrow-primary3 .st2 {
  fill: #665C57;
  stroke: #665C57;
}
.arrow1.arrow-primary4 .st0 {
  fill: #ca8e70;
  stroke: #ca8e70;
}
.arrow1.arrow-primary4 .st1, .arrow1.arrow-primary4 .st2 {
  fill: #ca8e70;
  stroke: #ca8e70;
}
.arrow1.arrow-blue .st0 {
  fill: #5D6D87;
  stroke: #5D6D87;
}
.arrow1.arrow-blue .st1, .arrow1.arrow-blue .st2 {
  fill: #5D6D87;
  stroke: #5D6D87;
}

.arrow2 {
  position: absolute;
  width: 60px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow2 .st0 {
  stroke-width: 0.5px;
}
.arrow2 .st1 {
  stroke-dasharray: 0 3.7;
}
.arrow2 .st1, .arrow2 .st2 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.arrow2.arrow-white .st0 {
  fill: #ffffff;
  stroke: #ffffff;
}
.arrow2.arrow-white .st1, .arrow2.arrow-white .st2 {
  fill: #ffffff;
  stroke: #ffffff;
}
.arrow2.arrow-primary1 .st0 {
  fill: #496aab;
  stroke: #496aab;
}
.arrow2.arrow-primary1 .st1, .arrow2.arrow-primary1 .st2 {
  fill: #496aab;
  stroke: #496aab;
}
.arrow2.arrow-primary1-2 .st0 {
  fill: #6d88bc;
  stroke: #6d88bc;
}
.arrow2.arrow-primary1-2 .st1, .arrow2.arrow-primary1-2 .st2 {
  fill: #6d88bc;
  stroke: #6d88bc;
}
.arrow2.arrow-primary2 .st0 {
  fill: #7e7161;
  stroke: #7e7161;
}
.arrow2.arrow-primary2 .st1, .arrow2.arrow-primary2 .st2 {
  fill: #7e7161;
  stroke: #7e7161;
}
.arrow2.arrow-primary3 .st0 {
  fill: #665C57;
  stroke: #665C57;
}
.arrow2.arrow-primary3 .st1, .arrow2.arrow-primary3 .st2 {
  fill: #665C57;
  stroke: #665C57;
}
.arrow2.arrow-primary4 .st0 {
  fill: #ca8e70;
  stroke: #ca8e70;
}
.arrow2.arrow-primary4 .st1, .arrow2.arrow-primary4 .st2 {
  fill: #ca8e70;
  stroke: #ca8e70;
}
.arrow2.arrow-blue .st0 {
  fill: #5D6D87;
  stroke: #5D6D87;
}
.arrow2.arrow-blue .st1, .arrow2.arrow-blue .st2 {
  fill: #5D6D87;
  stroke: #5D6D87;
}

/* ============
firstview | firstview-contents6
============ */
#firstview .section__container .firstview__text .firstview__text-campaign {
  margin-top: 10px;
}
#firstview .section__container .firstview__text .firstview__text-campaign a.lightbox {
  display: inline-block;
  cursor: pointer;
}
#firstview .section__container .firstview__text .firstview__text-campaign a.lightbox:hover {
  opacity: 0.9;
}
#firstview .section__container .firstview__text .firstview__text-campaign img {
  width: 250px;
  display: inline-block;
  border: 3px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #firstview .section__container .firstview__text .firstview__text-campaign img {
    width: 180px;
  }
}

.sl-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

.sl-wrapper .sl-close {
  color: #fff;
}

.sl-wrapper .sl-navigation button {
  color: #fff;
}

.sl-wrapper .sl-counter {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sl-image {
    left: 2.5% !important;
    width: 95% !important;
  }
}

/* ============
about | column-contents8-1
============ */
section#about {
  padding-top: 4vw;
  padding-bottom: 8vw;
  background-image: url(../images/top/about/bg-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  section#about {
    padding-top: 17vw;
    padding-bottom: 28vw;
    background-position: calc(50% - 69vw) calc(50% + 23vw);
  }
}
section#about.column-contents8-1 .section__container {
  width: 72%;
}
@media screen and (max-width: 1100px) {
  section#about.column-contents8-1 .section__container {
    width: 93%;
  }
}
section#about.column-contents8-1 .section__container .about__text .about__title h3 {
  color: #f4e8e2;
}
section#about.column-contents8-1 .section__container .about__text .about__title h3 span.subtitle {
  color: #496aab;
  font-size: clamp(3rem, 2.4vw, 5.5rem);
  position: relative;
  top: -2.1vw;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  section#about.column-contents8-1 .section__container .about__text .about__title h3 span.subtitle {
    top: -5.1vw;
    font-size: clamp(1.8rem, 7.4vw, 2.8rem);
  }
}
@media screen and (max-width: 1100px) {
  section#about.column-contents8-1 .section__container .about__text .about__title h3 {
    font-size: 11vw;
  }
}
section#about.column-contents8-1 .section__container .about__contents {
  margin-top: 2vw;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  section#about.column-contents8-1 .section__container .about__contents {
    grid-template-columns: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin-top: 18vw;
  }
}
section#about.column-contents8-1 .section__container .about__contents .about__block {
  height: 320px;
}
section#about.column-contents8-1 .section__container .about__contents .about__block .block__title1 p {
  border-radius: 0;
  padding: 10px 0px;
  line-height: 1.2;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.15vw, 1.4rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section#about.column-contents8-1 .section__container .about__contents .about__block .block__title1 p span.num {
  font-weight: 400;
  font-size: clamp(3rem, 2.4vw, 5.5rem);
  margin: 0 3px;
}
section#about.column-contents8-1 .section__container .about__contents .about__block .block__title2 {
  position: absolute;
  bottom: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  left: 0;
  width: 100%;
}
section#about.column-contents8-1 .section__container .about__contents .about__block .block__title2 p {
  font-size: clamp(2.5rem, 3.4vw, 3.7rem);
  line-height: 1;
  text-shadow: 0px 0px 8px black;
}
@media screen and (max-width: 767px) {
  section#about.column-contents8-1 .section__container .about__contents .about__block .block__title2 p {
    font-size: clamp(1.8rem, 14.4vw, 4.8rem);
  }
}
section#about.column-contents8-1 .section__container .about__contents .about__block .block__visual img.golf-text {
  position: absolute;
  bottom: 50%;
  right: 10px;
  width: 200px;
  height: auto;
  border-radius: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  section#about.column-contents8-1 .section__container .about__contents .about__block .block__visual img.golf-text {
    bottom: 37%;
    width: 70%;
  }
}
section#about.column-contents8-1 .section__container .swiper-button-next, section#about.column-contents8-1 .section__container .swiper-button-prev {
  top: auto;
  bottom: 24%;
  color: #ffffff;
  text-shadow: 0px 0px 8px black, 0px 0px 14px black;
}
section#about.column-contents8-1 .section__container .swiper-button-next:after, section#about.column-contents8-1 .section__container .swiper-button-prev:after {
  font-size: 8vw;
}

/* ============
about | column-contents8-1//
============ */
/* ============
news
============ */
#news {
  padding-top: 4vw;
  padding-bottom: 4vw;
  background-color: #e5e3df;
  background-image: url(../images/top/news/bg-news.png);
  background-repeat: no-repeat;
  background-size: 37%;
  background-position: left bottom;
}
#news .section__container {
  width: 72%;
}
#news .section__container .news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news .section__container .news__container .news__text {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#news .section__container .news__container .news__text .news__title {
  margin-bottom: 30px;
}
#news .section__container .news__container .news__text .news__title.title61 h3 {
  font-size: clamp(2.5rem, 3vw, 4.3rem);
  text-align: left;
}
#news .section__container .news__container .news__text .news__title.title61 h3 span {
  text-align: left;
  margin-top: 15px;
}
#news .section__container .news__container .news__text button.button1.medium.center {
  margin-left: 0;
}
#news .section__container .news__container .news__text button.button1.medium.center a {
  background-color: #7e7161;
  background-color: #7e7161;
  width: 190px !important;
  padding: 0px 0;
}
#news .section__container .news__container .news__post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 20px 30px;
}
#news .section__container .news__container .news__post .post__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #496aab;
  padding: 25px 0;
}
#news .section__container .news__container .news__post .post__block .post__cat a {
  padding: 1px 0;
  width: 150px;
  text-align: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #496aab;
}
#news .section__container .news__container .news__post .post__block .post__title {
  width: 100%;
}
#news .section__container .news__container .news__post .post__block .post__title a {
  position: relative;
}
#news .section__container .news__container .news__post .post__block .post__title a svg {
  right: 30px;
}
#news .section__container .news__container .news__post .post__block:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1100px) {
  #news {
    padding-top: 14vw;
    padding-bottom: 16vw;
    background-size: 100%;
  }
  #news .section__container {
    width: 93%;
  }
  #news .section__container .news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news .section__container .news__container .news__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #news .section__container .news__container .news__text .news__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #news .section__container .news__container .news__text button {
    -webkit-box-flex: 0.6;
        -ms-flex: 0.6;
            flex: 0.6;
  }
  #news .section__container .news__container .news__text button.button1.medium.center {
    margin-left: 0;
  }
  #news .section__container .news__container .news__text button.button1.medium.center a {
    width: 100% !important;
  }
  #news .section__container .news__container .news__post {
    padding: 20px 15px;
    width: 100%;
  }
  #news .section__container .news__container .news__post .post__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
    padding: 15px 0;
    width: 100%;
  }
  #news .section__container .news__container .news__post .post__block .post__cat {
    width: 85%;
  }
  #news .section__container .news__container .news__post .post__block .post__cat a {
    width: 100%;
  }
  #news .section__container .news__container .news__post .post__block .post__title {
    width: 85%;
  }
  #news .section__container .news__container .news__post .post__block .post__title a svg {
    right: -11%;
  }
}
/* ============
news//
============ */
/* ============
location
============ */
#location {
  padding-top: 0vw;
  padding-bottom: 0vw;
  background-image: url(../images/top/location/bg-location2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#location .section__container .location__title.title60 {
  position: relative;
  top: -2.5vw;
  left: 12%;
  margin-bottom: 0;
}
#location .section__container .location__title.title60 h3 {
  font-weight: 400;
  font-size: 5.8vw;
}
#location .section__container .location__desc {
  position: relative;
  left: 12%;
}
#location .section__container .location__desc p {
  line-height: 1.8;
}
#location .section__container .location__desc p.desc__title {
  font-size: clamp(1rem, 1.55vw, 1.8rem);
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 20px;
}
#location .section__container .location__visual img.visual1 {
  width: 58%;
  margin-left: 0;
  position: relative;
  top: 5vw;
}
#location .section__container .location__visual img.visual2 {
  position: absolute;
  top: 2vw;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #location {
    background-image: url(../images/top/location/bg-location-sp.jpg);
    background-position: center calc(50% - 43vw);
  }
  #location .section__container .location__title.title60 {
    position: relative;
    top: -6.5vw;
    left: 0%;
    margin-bottom: 0;
  }
  #location .section__container .location__title.title60 h3 {
    font-size: 15vw;
  }
  #location .section__container .location__desc {
    position: relative;
    left: 0%;
  }
  #location .section__container .location__desc p {
    line-height: 1.8;
  }
  #location .section__container .location__desc p.desc__title {
    font-size: 1.7rem;
  }
  #location .section__container .location__visual.visual-sp {
    width: 108%;
    margin-left: -4%;
  }
  #location .section__container .location__visual img.visual1 {
    width: 100%;
  }
  #location .section__container .location__visual img.visual2 {
    position: relative;
    margin-top: -50vw;
  }
}
/* ============
location
============ */
/* ============
business | column-contents3-3
============ */
section#business {
  padding-top: 12vw;
  padding-bottom: 12vw;
  background-image: url(../images/top/location/bg-location.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1100px) {
  section#business {
    padding-top: 27vw;
  }
}
section#business.column-contents3-3 .section__container .business__button {
  margin-top: 0.7vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  section#business.column-contents3-3 .section__container .business__button {
    grid-template-columns: repeat(1, 1fr);
  }
  section#business.column-contents3-3 .section__container .business__button a {
    width: 100% !important;
  }
}

/* ============
business | column-contents3-3//
============ */
/* ============
hotelstay | visual-contents2-2
============ */
section#hotelstay.visual-contents2-2 .section__container .hotelstay__container .hotelstay__text .title60 h3 {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  section#hotelstay.visual-contents2-2 .section__container .hotelstay__container .visual2-2__bg {
    height: 85vw;
  }
  section#hotelstay.visual-contents2-2 .section__container .hotelstay__container .hotelstay__visual {
    aspect-ratio: 8/3.7;
    overflow: hidden;
  }
  section#hotelstay.visual-contents2-2 .section__container .hotelstay__container .hotelstay__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* 例: センターから上に40pxずらす場合 (center -40px) */
    -o-object-position: center calc(50% + 20px);
       object-position: center calc(50% + 20px);
  }
}
/* ============
hotelstay | visual-contents2-2
============ */
/* ============
rooms | column-contents8-1
============ */
section#rooms {
  margin-top: 4vw;
}
@media screen and (max-width: 1100px) {
  section#rooms {
    margin-top: 20vw;
    padding-bottom: 18vw;
  }
}
@media screen and (max-width: 1100px) {
  section#rooms.column-contents8-1 .section__container .rooms__contents {
    grid-template-columns: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin-top: 18vw;
  }
}
@media screen and (max-width: 1100px) {
  section#rooms.column-contents8-1 .section__container .rooms__contents .rooms__block .block__title1 p {
    padding: 5px 0px;
    font-size: 1.3rem;
  }
}
section#rooms.column-contents8-1 .section__container .rooms__contents .rooms__block .block__title1 p span.subtitle {
  font-size: 0.8rem;
}
section#rooms.column-contents8-1 .section__container .rooms__contents .rooms__block .block__title2 p {
  line-height: 1.2;
  margin-top: 15px;
}
section#rooms.column-contents8-1 .section__container .rooms__contents .rooms__block .block__title2 p span.subtitle {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 1100px) {
  section#rooms.column-contents8-1 .section__container .rooms__contents .rooms__block button a {
    width: calc(90% - 20px) !important;
    margin-left: 5%;
  }
}
section#rooms.column-contents8-1 .section__container .swiper-horizontal > .swiper-pagination-bullets, section#rooms.column-contents8-1 .section__container .swiper-pagination-bullets.swiper-pagination-horizontal, section#rooms.column-contents8-1 .section__container .swiper-pagination-custom, section#rooms.column-contents8-1 .section__container .swiper-pagination-fraction {
  bottom: -50px;
}
section#rooms.column-contents8-1 .section__container .swiper-button-next, section#rooms.column-contents8-1 .section__container .swiper-button-prev {
  top: auto;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  section#rooms.column-contents8-1 .section__container .swiper-button-next, section#rooms.column-contents8-1 .section__container .swiper-button-prev {
    bottom: -70px;
  }
}
section#rooms.column-contents8-1 .section__container .swiper-button-next:after, section#rooms.column-contents8-1 .section__container .swiper-button-prev:after {
  font-size: 2rem;
}

/* ============
rooms | column-contents8-1//
============ */
/* ============
restaurant | visual-contents6
============ */
section#restaurant {
  margin-top: 6vw;
  height: 65vh;
}
section#restaurant.visual-contents6 .section__container .restaurant__container .restaurant__text {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
section#restaurant.visual-contents6 .section__container .restaurant__container .restaurant__visual {
  /*
                      &:before{
                      }
  */
}
@media screen and (max-width: 767px) {
  section#restaurant {
    height: 45vh;
    margin-bottom: 16vw;
  }
  section#restaurant.visual-contents6 .section__container .restaurant__container .restaurant__text {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%;
    padding: 0 3.5%;
    margin: 0;
  }
}
/* ============
restaurant | visual-contents6
============ */
/* ============
slide | slide-contents3
============ */
@media screen and (max-width: 767px) {
  #slide.slide-contents3 .section__container .slide__button button a {
    width: 93% !important;
    margin: 0 auto;
  }
}
/* ============
slide | slide-contents3
============ */
/* ============
service | visual-contents6
============ */
section#service {
  margin-top: 6vw;
}
section#service.visual-contents6 .section__container .service__container .service__visual {
  /*
                      &:before{
                      }
  */
}
@media screen and (max-width: 767px) {
  section#service.visual-contents6 .section__container .service__container .service__text {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%;
    padding: 0 3.5%;
    margin: 0;
  }
}
/* ============
service | visual-contents6
============ */
/* ============
facility | column-contents1-2
============ */
section#facility {
  background-image: url(../images/top/facility/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 4vw;
  padding-bottom: 8vw;
}
section#facility.column-contents1-2 .section__container {
  width: 72%;
}
section#facility.column-contents1-2 .section__container .facility__container {
  gap: 43px;
}
@media screen and (max-width: 1100px) {
  section#facility.column-contents1-2 .section__container .facility__container {
    grid-template-columns: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin-top: 12vw;
  }
}
section#facility.column-contents1-2 .section__container .facility__container .facility__block p.caution {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 8px;
  font-size: 14px;
  width: auto;
  height: auto;
  background-color: #E16250;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section#facility.column-contents1-2 .section__container .facility__container .facility__block p.caution {
    font-size: 12px;
  }
}
section#facility.column-contents1-2 .section__container .facility__container .facility__block .facility__text {
  margin-top: 20px;
}
section#facility.column-contents1-2 .section__container .facility__container .facility__block .facility__text h4 {
  font-size: clamp(1rem, 0.9vw, 1.4rem);
  color: #6d88bc;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
section#facility.column-contents1-2 .section__container .facility__container .facility__block .facility__text p {
  font-weight: 300;
}
section#facility.column-contents1-2 .section__container .facility__button {
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  section#facility.column-contents1-2 .section__container .facility__button {
    margin-top: 90px;
  }
}
section#facility.column-contents1-2 .section__container .swiper-horizontal > .swiper-pagination-bullets, section#facility.column-contents1-2 .section__container .swiper-pagination-bullets.swiper-pagination-horizontal, section#facility.column-contents1-2 .section__container .swiper-pagination-custom, section#facility.column-contents1-2 .section__container .swiper-pagination-fraction {
  bottom: -60px;
}
section#facility.column-contents1-2 .section__container .swiper-button-next, section#facility.column-contents1-2 .section__container .swiper-button-prev {
  top: auto;
  bottom: -80px;
}
section#facility.column-contents1-2 .section__container .swiper-button-next:after, section#facility.column-contents1-2 .section__container .swiper-button-prev:after {
  font-size: 2rem;
}

/* ============
facility | column-contents1-2
============ */
/* ============
access | 
============ */
#access {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #edf0f7;
}
#access .section__container .access__container .access__map iframe {
  width: 100%;
  height: 400px;
}
#access .section__container .access__container .access__button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #access {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #access .section__container .access__container .access__map {
    margin-top: 30px;
  }
  #access .section__container .access__container .access__map iframe {
    height: 250px;
  }
}
/* ============
access | 
============ */
/* ============
instagram | 
============ */
#instagram {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #fff;
}
#instagram .section__container .instagram__container .instagram__text .instagram__title.title61 h3 {
  background: -webkit-gradient(linear, left top, right top, from(#f9ce34), color-stop(50%, #ee2a7b), to(#6228d7));
  background: linear-gradient(90deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#instagram .section__container .instagram__container .instagram__text .instagram__title.title61 h3 span.subtitle {
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#f9ce34), color-stop(50%, #ee2a7b), to(#6228d7));
  background: linear-gradient(90deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#instagram .section__container .instagram__container .instagram__map iframe {
  width: 100%;
  height: 400px;
}
#instagram .section__container .instagram__container .instagram__button {
  margin-top: 50px;
}
#instagram .section__container .instagram__container .instagram__button .button1.medium a {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff !important;
  border: none;
}
@media screen and (max-width: 767px) {
  #instagram {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #instagram .section__container .instagram__container .instagram__map {
    margin-top: 30px;
  }
  #instagram .section__container .instagram__container .instagram__map iframe {
    height: 250px;
  }
}
/* ============
instagram | 
============ */
/* ============
plan
============ */
#plan {
  padding-top: 4vw;
  padding-bottom: 4vw;
  background-color: #e5e3df;
  background-color: #7e7161;
  background-image: url(../images/top/plan/bg-plan.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#plan .swiper-container.plan-slider {
  position: relative;
  overflow: visible;
}
#plan .swiper-container.plan-slider .swiper-button-next,
#plan .swiper-container.plan-slider .swiper-button-prev {
  display: none !important;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#plan .swiper-container.plan-slider .swiper-button-next:hover,
#plan .swiper-container.plan-slider .swiper-button-prev:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#plan .swiper-container.plan-slider .swiper-button-next::after,
#plan .swiper-container.plan-slider .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
#plan .swiper-container.plan-slider .swiper-button-next {
  right: -25px;
}
#plan .swiper-container.plan-slider .swiper-button-prev {
  left: -25px;
}
@media screen and (max-width: 1100px) {
  #plan .swiper-container.plan-slider .swiper-button-next,
  #plan .swiper-container.plan-slider .swiper-button-prev {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#plan .section__container {
  width: 72%;
}
#plan .section__container .plan__container .plan__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plan .section__container .plan__container .plan__text .plan__title.title61 {
  margin-bottom: 0;
}
#plan .section__container .plan__container .plan__text .plan__title.title61 h3 {
  font-size: clamp(2.5rem, 3vw, 4.3rem);
  text-align: left;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#plan .section__container .plan__container .plan__text .plan__title.title61 h3 span {
  text-align: left;
}
#plan .section__container .plan__container .plan__text .plan__title.title61 h3 span.subtitle {
  color: #ffffff;
  position: relative;
  top: -10px;
  left: 20px;
}
#plan .section__container .plan__container .plan__text button {
  margin-top: 0;
}
#plan .section__container .plan__container .plan__text button.button1.medium {
  margin-left: 0;
}
#plan .section__container .plan__container .plan__text button.button1.medium a {
  background-color: #E16250;
}
#plan .section__container .plan__container .plan__post {
  margin-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
#plan .section__container .plan__container .plan__post .post__block {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#plan .section__container .plan__container .plan__post .post__block .post__text {
  margin-top: 20px;
}
#plan .section__container .plan__container .plan__post .post__block .post__text h4 {
  font-size: clamp(1rem, 0.95vw, 1.2rem);
}
#plan .section__container .plan__container .plan__post .post__block .post__button {
  margin-top: 20px;
}
#plan .section__container .plan__container .plan__post .post__block .post__button button.button1.medium {
  width: 100% !important;
}
#plan .section__container .plan__container .plan__post .post__block .post__button button.button1.medium a {
  width: calc(95% - 20px) !important;
  background-color: #E16250;
  border: 1px solid #E16250;
}

@media screen and (max-width: 1100px) {
  #plan {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #plan .section__container {
    width: 93%;
  }
  #plan .section__container .plan__container .plan__text .plan__title.title61 h3 span {
    text-align: left;
  }
  #plan .section__container .plan__container .plan__post {
    grid-template-columns: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin-top: 12vw;
  }
  #plan .section__container .plan__container .plan__post .post__block {
    padding: 20px;
    width: calc(100% - 40px) !important;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #plan .section__container .plan__container .plan__post .post__block .post__text h4 {
    text-align: center;
  }
  #plan .section__container .plan__container .plan__post .post__block .post__text p {
    text-align: center;
  }
  #plan .section__container .plan__container .plan__post .post__block .post__button button.button1.medium a {
    width: 60% !important;
    margin: 0 auto;
    position: relative;
    left: -10px;
  }
  #plan .section__container .plan__container button.button1.medium a {
    background-color: #E16250;
    border: 1px solid #E16250;
  }
}
/* ============
plan//
============ */
#cta {
  margin: 3vw 0;
}
#cta .section__container {
  width: 72%;
  display: grid;
  grid-template-columns: 1fr 0.9fr 0.8fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #7e7161;
  padding: 20px;
}
#cta .section__container .cta__catch {
  border: 1px solid #ffea1e;
}
#cta .section__container .cta__catch a {
  padding: 10px 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#cta .section__container .cta__catch a:hover {
  background-color: #496aab;
}
#cta .section__container .cta__catch img {
  width: 42%;
}
#cta .section__container .cta__catch p {
  line-height: 1.7;
  color: #ffea1e;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 1.8vw, 1.6rem);
}
#cta .section__container .cta__button .button1 {
  margin-top: 0;
  width: 100%;
}
#cta .section__container .cta__button .button1.medium a {
  width: 100% !important;
  background-color: #E16250;
  border: 1px solid #E16250;
}
#cta .section__container .cta__tel a {
  color: #ffffff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#cta .section__container .cta__tel a span {
  display: block;
  font-size: clamp(1rem, 1.7vw, 1.6rem);
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 400;
}
#cta .section__container .cta__tel a:hover {
  color: #ffea1e;
}

@media screen and (max-width: 767px) {
  #cta {
    margin: 20px 0;
  }
  #cta .section__container {
    width: 93%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #cta .section__container .cta__catch a {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  #cta .section__container .cta__catch img {
    width: 70%;
  }
  #cta .section__container .cta__catch p {
    font-size: 1.6rem;
  }
  #cta .section__container .cta__button .button1 {
    margin-top: 0;
    width: 100%;
  }
  #cta .section__container .cta__tel a {
    text-align: center;
  }
  #cta .section__container .cta__tel a span {
    font-size: clamp(1.8rem, 1.7vw, 1.6rem);
  }
}
/* ============
footer | footer__contents5
============ */
.footer-contents5 {
  background-color: #5D6D87;
  padding-top: 4vw;
  padding-bottom: 6vw;
}
.footer-contents5 .footer__container {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.5fr 7.5fr; /* 1列目を2つのカラムに分割（3:7） */
  grid-template-rows: auto auto; /* 2行分の高さをコンテンツに合わせて自動調整 */
  gap: 60px; /* 必要に応じてグリッド間の隙間を設定 */
  /*left*/
  /*right*/
  /*copyright*/
}
.footer-contents5 .footer__container .footer-contents5__left {
  grid-column: 1/2; /* 1列目の1カラム目 */
}
.footer-contents5 .footer__container .footer-contents5__left .footer-contents5__visual {
  margin-top: 20px;
}
.footer-contents5 .footer__container .footer-contents5__left .footer-contents5__visual img {
  width: 100%;
}
.footer-contents5 .footer__container .footer-contents5__left .footer-contents5__text {
  margin-top: 10px;
}
.footer-contents5 .footer__container .footer-contents5__left .footer-contents5__text p {
  line-height: 2;
  letter-spacing: 2px;
  color: #ffffff;
}
.footer-contents5 .footer__container .footer-contents5__left .footer-contents5__button .button1 {
  margin-top: 20px;
}
.footer-contents5 .footer__container .footer-contents5__left .footer-contents5__button .button1 a img {
  display: inline-block;
  width: 19px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.footer-contents5 .footer__container .footer-contents5__right {
  grid-column: 2/3; /* 1列目の2カラム目 */
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 4.5fr 5.5fr;
  position: relative;
  background-color: #ffffff;
  border-radius: 25px 0px 0px 25px;
  padding: 30px 0 30px 40px;
}
.footer-contents5 .footer__container .footer-contents5__right:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__nav p {
  font-weight: 500;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__nav p.nav__title {
  color: #496aab;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  letter-spacing: 2px;
  font-weight: 400;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__nav p.nav__title span.color {
  color: #ca8e70;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__nav p.nav__title span.subtitle {
  color: #496aab;
  font-weight: 300;
  margin-left: 10px;
  font-size: clamp(0.8rem, 0.8vw, 1rem);
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__nav ul {
  margin-top: 0px;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__nav ul li a {
  font-weight: 500;
  position: relative;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__nav ul li a svg {
  position: relative;
  left: 0;
  right: 0;
  margin-left: 0px;
  -webkit-transform: translateY(-28%);
          transform: translateY(-28%);
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation {
  background-color: #7e7161;
  padding: 10px 20px 20px;
  border-radius: 25px;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation p.reservation__title {
  text-align: center;
  color: #ffffff;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  letter-spacing: 2px;
  font-weight: 400;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation p.reservation__title span.color {
  color: #ca8e70;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation p.reservation__title span.subtitle {
  color: #ffffff;
  font-weight: 300;
  margin-left: 10px;
  font-size: clamp(0.8rem, 0.8vw, 1rem);
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__catch {
  margin-top: 10px;
  border: 1px solid #ffea1e;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__catch a {
  padding: 10px 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__catch a:hover {
  background-color: #496aab;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__catch img {
  width: 52%;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__catch p {
  line-height: 1.7;
  color: #ffea1e;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 1.8vw, 1.6rem);
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__button {
  margin-top: 30px;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__button .button1 {
  margin-top: 0;
  width: 100%;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__button .button1.medium a {
  width: 100% !important;
  background-color: #E16250;
  border: 1px solid #E16250;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__tel {
  margin-top: 10px;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__tel a {
  text-align: center;
  color: #ffffff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__tel a span {
  display: block;
  font-size: clamp(1rem, 1.7vw, 1.6rem);
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 400;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation .reservation__tel a:hover {
  color: #ffea1e;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation ul {
  margin-top: 20px;
}
.footer-contents5 .footer__container .footer-contents5__right .footer-contents5__reservation ul li a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: clamp(0.8rem, 0.8vw, 1rem);
  line-height: 2.4;
  padding-left: 10px;
  position: relative;
}
.footer-contents5 .footer__container .footer-contents5__copyright {
  grid-column: 1/3; /* 1列目から2列目まで（全幅） */
  grid-row: 2/3; /* 2行目 */
}
.footer-contents5 .footer__container .footer-contents5__copyright p {
  font-size: clamp(0.8rem, 0.8vw, 1rem);
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .footer-contents5 {
    padding-top: 20px;
    padding-bottom: 85px;
  }
  .footer-contents5 .footer__container {
    width: 93%;
    grid-template-columns: 1fr;
    gap: 0;
    /*left*/
    /*right*/
    /*copyright*/
  }
  .footer-contents5 .footer__container .footer-contents5__right {
    display: none;
  }
  .footer-contents5 .footer__container .footer-contents5__copyright {
    margin-top: 20px;
  }
}
/* ============
footer | footer__contents5//
============ */
/* panel
---------------------------------------------------------------------------*/
.panel-banner {
  position: absolute;
  top: 5px;
  left: 20px;
}
.panel-banner img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 1220px) {
  .panel-banner {
    display: none;
  }
}

.panel {
  position: absolute;
  width: 80%;
  max-width: 1180px;
  height: auto;
  padding: 5px 0;
  bottom: 40px;
  left: 10%;
  z-index: 9999;
  background-color: #7e7161;
}
@media screen and (max-width: 1450px) {
  .panel {
    width: 95%;
    left: 2.5%;
    max-width: none;
  }
}
@media screen and (max-width: 1100px) {
  .panel {
    z-index: 1;
    display: block !important;
  }
}
.panel p, .panel li, .panel a {
  color: #ffffff !important;
}

.panel-wrap {
  /* 1080 */
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
  height: 100%;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  .panel-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.panel-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100%;
}

.panel-ttl p {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin-top: 6px;
  line-height: 1.7;
  letter-spacing: 0.14em;
}

.panel-bd {
  color: #000000;
}

.panel-btn {
  margin-left: 10px;
}

.panel-btn li {
  width: 210px;
}
.panel-btn li.plan a {
  font-weight: 400 !important;
  font-size: 16px !important;
}
.panel-btn li.cancel a {
  font-size: 13px !important;
}

.panel-btn li.def a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: clamp(0.8rem, 0.8vw, 1rem);
  line-height: 2;
  padding-left: 10px;
  position: relative;
}

.panel-btn li.view-sp {
  display: none;
}

.panel #search_489ban {
  position: relative;
  z-index: 10;
  letter-spacing: 0.08em;
  padding-top: 6px;
}

.panel #search_489ban form,
.panel #search_489ban .inbox_489ban,
.panel #search_489ban .stay_489ban,
.panel #search_489ban .person_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel #search_489ban .inbox_489ban span {
  color: #ffffff;
  font-size: 14px;
}

.panel #search_489ban .date_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 250px;
}
.panel #search_489ban .date_489ban input {
  display: inline-block;
}

.panel #search_489ban .date_489ban dt {
  width: 100%;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.2;
}

.panel #search_489ban .date_489ban dd label {
  margin-left: 10px;
  color: #ffffff;
  font-size: 16px;
}

.panel #search_489ban .date_489ban dd label input[type=checkbox] {
  margin-right: 0.4em;
}

.panel #search_489ban .stay_489ban,
.panel #search_489ban .person_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}

.panel #search_489ban .stay_489ban dt,
.panel #search_489ban .person_489ban dt {
  width: 100%;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.2;
}

.panel #search_489ban label {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-right: 0.4em;
}

.panel #search_489ban input[type=text],
.panel #search_489ban select {
  border: none;
  background-color: transparent;
  /*border-bottom: 1px solid clr(mnd);*/
  font-size: 16px;
  border-radius: 0;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 0;
  color: #000000;
}

.panel #search_489ban input[type=text] {
  width: 134px;
  background-image: url(../images/common/input-cal.png);
  background-size: 16px 16px;
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 5px;
}

.panel #search_489ban select {
  background-image: url(../images/common/input-sel.png);
  background-size: 9px 6px;
  letter-spacing: 0.06em;
  padding: 5px;
  width: 60px;
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.panel #search_489ban .stay_489ban {
  width: 70px;
}

.panel #search_489ban .person_489ban {
  width: 60px;
}

.panel #search_489ban .person_489ban select {
  width: 35px;
}

.panel #search_489ban button {
  color: #ffffff;
  width: 200px;
  height: 55px;
  border: none;
  outline: none;
  margin-left: 14px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.14em;
  background-color: #2A2C27;
  background-image: url(../images/common/input-search.png);
  background-size: 16px 16px;
  background-position: 10px center;
  letter-spacing: 0.06em;
  padding: 5px 0 5px 20px;
  line-height: 1.1;
}

/*#ui-datepicker-div {
    z-index: 90000!important;
    @include mq(nosp) {
        top: auto!important;
        bottom: 60px!important;
        @include mq(xl) {
            bottom: px2vw(60)!important;
        }
    }
}*/
@media screen and (max-width: 1100px) {
  /* panel
  ---------------------------------------------------------------------------*/
  .panel-banner {
    position: relative;
    display: block;
    left: 0;
  }
  /*#ui-datepicker-div {
      z-index: 90000!important;
      @include mq(nosp) {
          top: auto!important;
          bottom: 60px!important;
          @include mq(xl) {
              bottom: px2vw(60)!important;
          }
      }
  }*/
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .panel-banner.pc {
    display: none !important;
  }
  .panel-banner.sp {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .panel-banner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .panel-banner a .sp {
    display: block !important;
  }
  .panel-banner a img {
    height: auto !important;
    margin-left: 0;
    margin-right: 0;
  }
  .panel-banner a img:nth-child(1) {
    width: 60%;
  }
  .panel-banner a img:nth-child(2) {
    width: 25%;
  }
  .panel button.button1 a {
    background-color: #E16250;
    border: 1px solid #E16250;
  }
  .panel {
    position: relative;
    width: 100%;
    left: 0;
    max-width: 100% !important;
    bottom: 0;
  }
  .panel p, .panel li, .panel a {
    color: #ffffff !important;
  }
  .panel-wrap {
    padding: 30px 0;
    width: 93%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .panel-ttl {
    width: 100%;
  }
  .panel-ttl p {
    text-align: center;
    margin-top: 20px;
  }
  .panel-bd {
    color: #000000;
  }
  .panel-btn {
    margin-left: 10px;
  }
  .panel-btn li {
    width: 210px;
  }
  .panel-btn li.plan a {
    font-weight: 400 !important;
    font-size: 16px !important;
  }
  .panel-btn li.cancel a {
    font-size: 13px !important;
  }
  .panel-btn li.def a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: clamp(0.8rem, 0.8vw, 1rem);
    line-height: 2;
    padding-left: 10px;
    position: relative;
  }
  .panel-btn li.view-sp {
    display: none;
  }
  .panel #search_489ban {
    position: relative;
    z-index: 10;
    letter-spacing: 0.08em;
    padding-top: 6px;
  }
  .panel #search_489ban form,
  .panel #search_489ban .inbox_489ban,
  .panel #search_489ban .stay_489ban,
  .panel #search_489ban .person_489ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .panel #search_489ban .inbox_489ban span {
    color: #ffffff;
    font-size: 14px;
  }
  .panel #search_489ban .date_489ban {
    width: 100%;
    margin-bottom: 15px;
  }
  .panel #search_489ban .date_489ban dt {
    width: 100%;
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.2;
  }
  .panel #search_489ban .date_489ban dd input {
    background-color: #ffffff;
    width: 60vw;
    padding: 7px 5px;
    font-size: 1.1rem;
  }
  .panel #search_489ban .date_489ban dd label {
    width: 35vw;
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
  }
  .panel #search_489ban .date_489ban dd label input[type=checkbox] {
    width: auto;
    margin-right: 0.4em;
  }
  .panel #search_489ban .stay_489ban,
  .panel #search_489ban .person_489ban {
    margin-right: 5px;
    margin-left: 0px;
  }
  .panel #search_489ban .stay_489ban dt,
  .panel #search_489ban .person_489ban dt {
    width: 100%;
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.2;
  }
  .panel #search_489ban label {
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-right: 0.4em;
  }
  .panel #search_489ban input[type=text],
  .panel #search_489ban select {
    border: none;
    background-color: transparent;
    /*border-bottom: 1px solid clr(mnd);*/
    font-size: 16px;
    border-radius: 0;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding: 0;
    color: #000000;
  }
  .panel #search_489ban input[type=text] {
    width: 134px;
    background-image: url(../images/common/input-cal.png);
    background-size: 16px 16px;
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 5px;
  }
  .panel #search_489ban select {
    background-image: url(../images/common/input-sel.png);
    background-size: 9px 6px;
    letter-spacing: 0.06em;
    padding: 5px;
    width: 60px;
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
    background-color: #ffffff;
  }
  .panel #search_489ban .stay_489ban {
    width: 70px;
  }
  .panel #search_489ban .person_489ban {
    width: 60px;
  }
  .panel #search_489ban .person_489ban select {
    width: 35px;
  }
  .panel #search_489ban button {
    width: 100%;
    margin-left: 0;
    background-position: calc(50% - 50px) center;
    margin-top: 20px;
  }
}
.panel.pc-header {
  position: fixed;
  top: 35px;
  bottom: auto;
  width: 100%;
  max-width: none;
  left: 0;
  padding: 0 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.panel.pc-header.visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1100px) {
  .panel.pc-header {
    display: none !important;
  }
}
.panel.pc-header .panel-wrap {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.panel.pc-header .panel-banner {
  left: 210px !important;
}
.panel.pc-header .panel-banner img {
  width: 110px;
}
.panel.pc-header .panel-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px 0 140px;
}
.panel.pc-header .panel-banner {
  top: 3px;
  left: 170px;
}
.panel.pc-header #search_489ban {
  padding-top: 3px;
}
.panel.pc-header #search_489ban .date_489ban {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.panel.pc-header #search_489ban .date_489ban dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel.pc-header #search_489ban .date_489ban dd label {
  width: 90px;
}
.panel.pc-header #search_489ban .stay_489ban {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 80px;
}
.panel.pc-header #search_489ban .stay_489ban dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel.pc-header #search_489ban .stay_489ban dd label {
  width: 90px;
}
.panel.pc-header #search_489ban .person_489ban {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 70px;
}
.panel.pc-header #search_489ban .person_489ban dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel.pc-header #search_489ban .person_489ban dd label {
  width: 90px;
}
.panel.pc-header #search_489ban button {
  height: 42px;
}
.panel.pc-header .panel-btn li.def a {
  font-size: 12px !important;
}
.panel.pc-header input, .panel.pc-header select {
  line-height: 1 !important;
  padding: 0 !important;
  height: 25px !important;
}
.panel.pc-header #search_489ban .date_489ban dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel.pc-header #search_489ban .date_489ban dd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  width: 50px;
  line-height: 1.4;
}
.panel.pc-header #search_489ban button {
  width: 110px;
  font-size: 14px;
  height: 32px;
}
.panel.pc-header #search_489ban .person_489ban dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel.pc-header #search_489ban .inbox_489ban span {
  line-height: 1;
}
.panel.pc-header #search_489ban .stay_489ban dt, .panel.pc-header #search_489ban .person_489ban dt {
  margin-bottom: 0;
}
.panel.pc-header .panel-banner {
  left: 180px !important;
}
@media screen and (max-width: 1500px) {
  .panel.pc-header .panel-banner {
    left: 140px !important;
  }
}
@media screen and (max-width: 1400px) {
  .panel.pc-header .panel-banner {
    left: 100px !important;
  }
}
@media screen and (max-width: 1300px) {
  .panel.pc-header .panel-banner {
    left: 80px !important;
  }
}
@media screen and (max-width: 1200px) {
  .panel.pc-header .panel-banner {
    left: 60px !important;
  }
}
@media screen and (max-width: 1100px) {
  .panel.pc-header .panel-banner {
    left: 40px !important;
  }
}
.panel.pc-header .panel-banner img {
  width: 130px;
}
.panel.pc-header .panel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.panel.pc-header .panel-btn li:first-child {
  width: 160px;
}
.panel.pc-header .panel-btn li:last-child {
  width: 190px;
}

/* ============
pageheader | pageheader-contents1-2
============ */
#pageheader.pageheader-contents1-2 {
  margin-top: 55px;
  margin-bottom: 6vw;
}
#pageheader.pageheader-contents1-2 .section__container {
  max-width: none;
  width: 100%;
}
#pageheader.pageheader-contents1-2 .section__container .pageheader__visual {
  width: 100%;
  height: 55vh;
  max-height: 650px;
  position: relative;
}
#pageheader.pageheader-contents1-2 .section__container .pageheader__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pageheader.pageheader-contents1-2 .section__container .pageheader__visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#pageheader.pageheader-contents1-2 .section__container .pageheader__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageheader.pageheader-contents1-2 .section__container .pageheader__text h1 {
  color: #ffffff;
  font-weight: 100;
  font-size: clamp(1.4rem, 3.8vw, 4.8rem);
  text-align: center;
  margin-bottom: 100px;
}
#pageheader.pageheader-contents1-2 .section__container .pageheader__text h1 span {
  color: #ffffff;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  display: block;
  text-align: center;
  font-weight: 600;
}
#pageheader.pageheader-contents1-2 .section__container .pageheader__breadlist {
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
}
#pageheader.pageheader-contents1-2 .section__container .pageheader__breadlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageheader.pageheader-contents1-2 .section__container .pageheader__breadlist ul li {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  #pageheader.pageheader-contents1-2 {
    margin-top: 60px;
    margin-bottom: 0vw;
  }
  #pageheader.pageheader-contents1-2 .section__container .pageheader__visual {
    height: 30vh;
  }
  #pageheader.pageheader-contents1-2 .section__container .pageheader__text {
    height: 30vh;
  }
  #pageheader.pageheader-contents1-2 .section__container .pageheader__text h1 {
    margin-bottom: 0;
  }
  #pageheader.pageheader-contents1-2 .section__container .pageheader__reservation .panel-banner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  #pageheader.pageheader-contents1-2 .section__container .pageheader__reservation .panel-banner a img {
    height: auto !important;
    margin-left: 0;
    margin-right: 0;
  }
  #pageheader.pageheader-contents1-2 .section__container .pageheader__reservation .panel-banner a img:nth-child(1) {
    width: 60%;
  }
  #pageheader.pageheader-contents1-2 .section__container .pageheader__reservation .panel-banner a img:nth-child(2) {
    width: 25%;
  }
  #pageheader.pageheader-contents1-2 .section__container .pageheader__breadlist {
    width: 93%;
  }
  #pageheader.pageheader-contents1-2 .section__container .pageheader__breadlist ul li {
    font-size: 0.9rem;
  }
  #pageheader.pageheader-contents1-2 .section__container .pageheader__breadlist ul li a {
    font-size: 0.9rem;
  }
}
/* ============
pageheader | pageheader-contents1-2//
============ */
body.page, body#archive, body#faq, body#post {
  /* スライダーとテキストを含むコンテナ */
  /* スライダー部分 */
  /* ナビゲーションボタン */
  /* ページネーション（ドット） */
  position: relative;
}
body.page .contents__map, body#archive .contents__map, body#faq .contents__map, body#post .contents__map {
  margin-bottom: 80px;
}
body.page .contents__map iframe, body#archive .contents__map iframe, body#faq .contents__map iframe, body#post .contents__map iframe {
  width: 100%;
  height: 450px;
  border: none;
}
body.page .contents__map button, body#archive .contents__map button, body#faq .contents__map button, body#post .contents__map button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body.page .contents__map, body#archive .contents__map, body#faq .contents__map, body#post .contents__map {
    margin-bottom: 50px;
  }
  body.page .contents__map iframe, body#archive .contents__map iframe, body#faq .contents__map iframe, body#post .contents__map iframe {
    height: 280px;
  }
  body.page .contents__map button, body#archive .contents__map button, body#faq .contents__map button, body#post .contents__map button {
    margin-top: 20px;
  }
}
body.page section#page-top, body#archive section#page-top, body#faq section#page-top, body#post section#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #ca8e70;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  body.page section#page-top, body#archive section#page-top, body#faq section#page-top, body#post section#page-top {
    right: 10px;
    bottom: 75px;
  }
}
body.page section#page-top.show, body#archive section#page-top.show, body#faq section#page-top.show, body#post section#page-top.show {
  opacity: 1;
  visibility: visible;
}
body.page section#page-top a, body#archive section#page-top a, body#faq section#page-top a, body#post section#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
body.page section#page-top .arrow1, body#archive section#page-top .arrow1, body#faq section#page-top .arrow1, body#post section#page-top .arrow1 {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 17px;
  right: 17px;
}
body.page section#page-top .arrow-white .st0,
body.page section#page-top .arrow-white .st1,
body.page section#page-top .arrow-white .st2, body#archive section#page-top .arrow-white .st0,
body#archive section#page-top .arrow-white .st1,
body#archive section#page-top .arrow-white .st2, body#faq section#page-top .arrow-white .st0,
body#faq section#page-top .arrow-white .st1,
body#faq section#page-top .arrow-white .st2, body#post section#page-top .arrow-white .st0,
body#post section#page-top .arrow-white .st1,
body#post section#page-top .arrow-white .st2 {
  stroke: #fff;
  fill: #fff;
}
body.page .contents__title, body#archive .contents__title, body#faq .contents__title, body#post .contents__title {
  text-align: center;
  margin-bottom: 40px;
}
body.page .contents__title h4, body#archive .contents__title h4, body#faq .contents__title h4, body#post .contents__title h4 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 100;
  color: #3a5c8c;
}
body.page .contents__title h4 span, body#archive .contents__title h4 span, body#faq .contents__title h4 span, body#post .contents__title h4 span {
  display: block;
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  font-weight: 500;
}
body.page .contents__title2 p, body#archive .contents__title2 p, body#faq .contents__title2 p, body#post .contents__title2 p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #6d88bc;
  text-align: center;
  margin: 60px 0 40px;
}
body.page .room-contents__container, body#archive .room-contents__container, body#faq .room-contents__container, body#post .room-contents__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body.page .room-contents__block, body#archive .room-contents__block, body#faq .room-contents__block, body#post .room-contents__block {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page .room-contents__block.reverse, body#archive .room-contents__block.reverse, body#faq .room-contents__block.reverse, body#post .room-contents__block.reverse {
  grid-template-columns: 1.3fr 1fr;
}
body.page .room-contents__block.reverse .room-contents__text, body#archive .room-contents__block.reverse .room-contents__text, body#faq .room-contents__block.reverse .room-contents__text, body#post .room-contents__block.reverse .room-contents__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.page .room-contents__block.reverse .room-contents__visual, body#archive .room-contents__block.reverse .room-contents__visual, body#faq .room-contents__block.reverse .room-contents__visual, body#post .room-contents__block.reverse .room-contents__visual {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.page .room-contents__text, body#archive .room-contents__text, body#faq .room-contents__text, body#post .room-contents__text {
  padding: 20px 0;
  position: relative;
}
body.page .room-contents__text .num, body#archive .room-contents__text .num, body#faq .room-contents__text .num, body#post .room-contents__text .num {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #496aab;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
body.page .room-contents__text .num:before, body#archive .room-contents__text .num:before, body#faq .room-contents__text .num:before, body#post .room-contents__text .num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-image: linear-gradient(to right, #4d6a94 1px, transparent 1px, transparent 6px, #ca8e70 5px, #ca8e70 7px);
}
body.page .room-contents__text .num span, body#archive .room-contents__text .num span, body#faq .room-contents__text .num span, body#post .room-contents__text .num span {
  font-size: 16px;
  display: block;
  font-weight: 600;
}
body.page .room-contents__text h4, body#archive .room-contents__text h4, body#faq .room-contents__text h4, body#post .room-contents__text h4 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body.page .room-contents__text p:not(.num), body#archive .room-contents__text p:not(.num), body#faq .room-contents__text p:not(.num), body#post .room-contents__text p:not(.num) {
  margin-bottom: 0;
}
body.page .room-contents__visual, body#archive .room-contents__visual, body#faq .room-contents__visual, body#post .room-contents__visual {
  width: 100%;
  height: 100%;
}
body.page .room-contents__visual img, body#archive .room-contents__visual img, body#faq .room-contents__visual img, body#post .room-contents__visual img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  body.page .room-contents__container, body#archive .room-contents__container, body#faq .room-contents__container, body#post .room-contents__container {
    gap: 20px;
  }
  body.page .room-contents__block, body#archive .room-contents__block, body#faq .room-contents__block, body#post .room-contents__block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body.page .room-contents__block.reverse, body#archive .room-contents__block.reverse, body#faq .room-contents__block.reverse, body#post .room-contents__block.reverse {
    grid-template-columns: 1fr;
  }
  body.page .room-contents__block.reverse .room-contents__text, body#archive .room-contents__block.reverse .room-contents__text, body#faq .room-contents__block.reverse .room-contents__text, body#post .room-contents__block.reverse .room-contents__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.page .room-contents__block.reverse .room-contents__visual, body#archive .room-contents__block.reverse .room-contents__visual, body#faq .room-contents__block.reverse .room-contents__visual, body#post .room-contents__block.reverse .room-contents__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.page .room-contents__text, body#archive .room-contents__text, body#faq .room-contents__text, body#post .room-contents__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.page .room-contents__text .num, body#archive .room-contents__text .num, body#faq .room-contents__text .num, body#post .room-contents__text .num {
    font-size: 16px;
  }
  body.page .room-contents__text h4, body#archive .room-contents__text h4, body#faq .room-contents__text h4, body#post .room-contents__text h4 {
    font-size: 1.4rem;
  }
  body.page .room-contents__text p, body#archive .room-contents__text p, body#faq .room-contents__text p, body#post .room-contents__text p {
    font-size: 14px;
  }
  body.page .room-contents__visual, body#archive .room-contents__visual, body#faq .room-contents__visual, body#post .room-contents__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body.page .contents__catch, body#archive .contents__catch, body#faq .contents__catch, body#post .contents__catch {
  width: 100%;
}
body.page .contents__catch p.contents__catch-title, body#archive .contents__catch p.contents__catch-title, body#faq .contents__catch p.contents__catch-title, body#post .contents__catch p.contents__catch-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body.page .contents__catch p, body#archive .contents__catch p, body#faq .contents__catch p, body#post .contents__catch p {
  color: #555;
  margin: 0 auto;
}
body.page .contents2__slide-container, body#archive .contents2__slide-container, body#faq .contents2__slide-container, body#post .contents2__slide-container {
  position: relative;
  margin-bottom: 60px;
}
body.page .contents__slide, body#archive .contents__slide, body#faq .contents__slide, body#post .contents__slide {
  position: relative;
  margin-bottom: 20px;
}
body.page .contents__slide .swiper-slide, body#archive .contents__slide .swiper-slide, body#faq .contents__slide .swiper-slide, body#post .contents__slide .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
body.page .contents__slide .swiper-slide-active, body#archive .contents__slide .swiper-slide-active, body#faq .contents__slide .swiper-slide-active, body#post .contents__slide .swiper-slide-active {
  opacity: 1;
}
body.page .contents__slide .swiper-slide .slide-image, body#archive .contents__slide .swiper-slide .slide-image, body#faq .contents__slide .swiper-slide .slide-image, body#post .contents__slide .swiper-slide .slide-image {
  width: 100%;
}
body.page .contents__slide .swiper-slide .slide-image img, body#archive .contents__slide .swiper-slide .slide-image img, body#faq .contents__slide .swiper-slide .slide-image img, body#post .contents__slide .swiper-slide .slide-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page .swiper-button-prev,
body.page .swiper-button-next, body#archive .swiper-button-prev,
body#archive .swiper-button-next, body#faq .swiper-button-prev,
body#faq .swiper-button-next, body#post .swiper-button-prev,
body#post .swiper-button-next {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  top: auto; /* スライド中央からの配置をリセット */
  bottom: 0; /* ドットがある位置に近づける */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* デフォルトの垂直センタリングをリセット */
}
body.page .swiper-button-prev::after,
body.page .swiper-button-next::after, body#archive .swiper-button-prev::after,
body#archive .swiper-button-next::after, body#faq .swiper-button-prev::after,
body#faq .swiper-button-next::after, body#post .swiper-button-prev::after,
body#post .swiper-button-next::after {
  font-size: 26px;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  body.page .swiper-button-prev,
  body.page .swiper-button-next, body#archive .swiper-button-prev,
  body#archive .swiper-button-next, body#faq .swiper-button-prev,
  body#faq .swiper-button-next, body#post .swiper-button-prev,
  body#post .swiper-button-next {
    top: auto !important;
    bottom: 0 !important;
  }
}
body.page .swiper__slider-controls, body#archive .swiper__slider-controls, body#faq .swiper__slider-controls, body#post .swiper__slider-controls {
  position: relative;
}
body.page .swiper-button-prev, body#archive .swiper-button-prev, body#faq .swiper-button-prev, body#post .swiper-button-prev {
  left: calc(50% - 120px); /* 中央から左に120px */
}
body.page .swiper-button-next, body#archive .swiper-button-next, body#faq .swiper-button-next, body#post .swiper-button-next {
  right: calc(50% - 120px); /* 中央から右に120px */
}
body.page .swiper-pagination, body#archive .swiper-pagination, body#faq .swiper-pagination, body#post .swiper-pagination {
  text-align: center;
  margin: 30px 0;
  padding: 0 100px; /* ナビゲーションボタン用のスペースを確保 */
  position: relative;
  z-index: 1;
}
body.page .swiper-pagination .swiper-pagination-bullet, body#archive .swiper-pagination .swiper-pagination-bullet, body#faq .swiper-pagination .swiper-pagination-bullet, body#post .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
  display: inline-block;
  margin: 0 5px;
}
body.page .swiper-pagination .swiper-pagination-bullet-active, body#archive .swiper-pagination .swiper-pagination-bullet-active, body#faq .swiper-pagination .swiper-pagination-bullet-active, body#post .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4d6a94;
}
body.page .room-contents-title, body#archive .room-contents-title, body#faq .room-contents-title, body#post .room-contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  margin: 0px 0 30px;
  position: relative;
}
body.page .room-contents-title__text, body#archive .room-contents-title__text, body#faq .room-contents-title__text, body#post .room-contents-title__text {
  font-size: 18px;
  font-weight: 500;
  color: #665C57;
  padding: 0 30px;
  position: relative;
  text-align: center;
}
body.page .room-contents-title__text::before, body.page .room-contents-title__text::after, body#archive .room-contents-title__text::before, body#archive .room-contents-title__text::after, body#faq .room-contents-title__text::before, body#faq .room-contents-title__text::after, body#post .room-contents-title__text::before, body#post .room-contents-title__text::after {
  content: "";
  display: block;
  width: 7px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.page .room-contents-title__text::before, body#archive .room-contents-title__text::before, body#faq .room-contents-title__text::before, body#post .room-contents-title__text::before {
  left: 0;
  background-image: linear-gradient(to right, #496aab 1px, transparent 1px, transparent 6px, #496aab 5px, #496aab 7px);
}
body.page .room-contents-title__text::after, body#archive .room-contents-title__text::after, body#faq .room-contents-title__text::after, body#post .room-contents-title__text::after {
  display: none;
  right: 0;
  background-image: linear-gradient(to right, #496aab 1px, transparent 1px, transparent 6px, #496aab 5px, #496aab 7px);
}
body.page .room-contents-title::before, body.page .room-contents-title::after, body#archive .room-contents-title::before, body#archive .room-contents-title::after, body#faq .room-contents-title::before, body#faq .room-contents-title::after, body#post .room-contents-title::before, body#post .room-contents-title::after {
  content: "";
  height: 1px;
  background-color: #496aab;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.page .room-contents-title::before, body#archive .room-contents-title::before, body#faq .room-contents-title::before, body#post .room-contents-title::before {
  margin-right: 30px;
}
body.page .room-contents-title::after, body#archive .room-contents-title::after, body#faq .room-contents-title::after, body#post .room-contents-title::after {
  display: none;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  body.page .room-contents-title__text, body#archive .room-contents-title__text, body#faq .room-contents-title__text, body#post .room-contents-title__text {
    font-size: 18px;
    text-align: left;
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
  }
  body.page .room-contents-title::before, body#archive .room-contents-title::before, body#faq .room-contents-title::before, body#post .room-contents-title::before {
    display: none;
  }
}
body.page .room-contents__list, body#archive .room-contents__list, body#faq .room-contents__list, body#post .room-contents__list {
  margin: 50px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body.page .room-contents__list .time-list, body#archive .room-contents__list .time-list, body#faq .room-contents__list .time-list, body#post .room-contents__list .time-list {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #aaa;
}
body.page .room-contents__list .time-list:first-child, body#archive .room-contents__list .time-list:first-child, body#faq .room-contents__list .time-list:first-child, body#post .room-contents__list .time-list:first-child {
  border-top: 1px solid #aaa;
}
body.page .room-contents__list .time-item, body#archive .room-contents__list .time-item, body#faq .room-contents__list .time-item, body#post .room-contents__list .time-item {
  padding: 25px 0 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body.page .room-contents__list .time-item dt, body#archive .room-contents__list .time-item dt, body#faq .room-contents__list .time-item dt, body#post .room-contents__list .time-item dt {
  font-size: 16px;
  line-height: 2;
  color: #496aab;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-weight: normal;
  position: relative;
}
.time-item:first-child body.page .room-contents__list .time-item dt::before, .time-item:first-child body#archive .room-contents__list .time-item dt::before, .time-item:first-child body#faq .room-contents__list .time-item dt::before, .time-item:first-child body#post .room-contents__list .time-item dt::before {
  top: -25px;
}
.time-item:last-child body.page .room-contents__list .time-item dt::after, .time-item:last-child body#archive .room-contents__list .time-item dt::after, .time-item:last-child body#faq .room-contents__list .time-item dt::after, .time-item:last-child body#post .room-contents__list .time-item dt::after {
  bottom: -23px;
}
body.page .room-contents__list dd, body#archive .room-contents__list dd, body#faq .room-contents__list dd, body#post .room-contents__list dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
}
body.page .room-contents__list .time-display, body#archive .room-contents__list .time-display, body#faq .room-contents__list .time-display, body#post .room-contents__list .time-display {
  display: inline-block;
  letter-spacing: 0.05em;
}
body.page .room-contents__list .time-display span, body#archive .room-contents__list .time-display span, body#faq .room-contents__list .time-display span, body#post .room-contents__list .time-display span {
  display: block;
  margin-top: 10px;
  color: #496aab;
}
body.page .room-contents__list .time-dot, body#archive .room-contents__list .time-dot, body#faq .room-contents__list .time-dot, body#post .room-contents__list .time-dot {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body.page .room-contents__list, body#archive .room-contents__list, body#faq .room-contents__list, body#post .room-contents__list {
    margin-top: 30px;
  }
  body.page .room-contents__list .time-item, body#archive .room-contents__list .time-item, body#faq .room-contents__list .time-item, body#post .room-contents__list .time-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 14px 0;
  }
  body.page .room-contents__list .time-item::before, body.page .room-contents__list .time-item::after, body#archive .room-contents__list .time-item::before, body#archive .room-contents__list .time-item::after, body#faq .room-contents__list .time-item::before, body#faq .room-contents__list .time-item::after, body#post .room-contents__list .time-item::before, body#post .room-contents__list .time-item::after {
    width: 120px;
  }
  body.page .room-contents__list .time-item dt, body#archive .room-contents__list .time-item dt, body#faq .room-contents__list .time-item dt, body#post .room-contents__list .time-item dt {
    font-size: 14px;
  }
  body.page .room-contents__list .time-item dt::before, body.page .room-contents__list .time-item dt::after, body#archive .room-contents__list .time-item dt::before, body#archive .room-contents__list .time-item dt::after, body#faq .room-contents__list .time-item dt::before, body#faq .room-contents__list .time-item dt::after, body#post .room-contents__list .time-item dt::before, body#post .room-contents__list .time-item dt::after {
    display: none;
  }
  body.page .room-contents__list dd, body#archive .room-contents__list dd, body#faq .room-contents__list dd, body#post .room-contents__list dd {
    margin-top: 10px;
    padding-left: 0px;
    overflow-wrap: anywhere;
  }
  body.page .room-contents__list dd p, body#archive .room-contents__list dd p, body#faq .room-contents__list dd p, body#post .room-contents__list dd p {
    line-height: 1.6;
  }
}
body.page #contents1, body.page #contents3, body.page #contents5, body#archive #contents1, body#archive #contents3, body#archive #contents5, body#faq #contents1, body#faq #contents3, body#faq #contents5, body#post #contents1, body#post #contents3, body#post #contents5 {
  background-color: #f2f6fa;
}
body.page #contents1:before, body.page #contents3:before, body.page #contents5:before, body#archive #contents1:before, body#archive #contents3:before, body#archive #contents5:before, body#faq #contents1:before, body#faq #contents3:before, body#faq #contents5:before, body#post #contents1:before, body#post #contents3:before, body#post #contents5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 60%;
  background-image: url(../images/common/bg/bg-border-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
body.page #contents1:after, body.page #contents3:after, body.page #contents5:after, body#archive #contents1:after, body#archive #contents3:after, body#archive #contents5:after, body#faq #contents1:after, body#faq #contents3:after, body#faq #contents5:after, body#post #contents1:after, body#post #contents3:after, body#post #contents5:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 60%;
  background-image: url(../images/common/bg/bg-border-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
body.page #contents2, body.page #contents4, body.page #contents6, body#archive #contents2, body#archive #contents4, body#archive #contents6, body#faq #contents2, body#faq #contents4, body#faq #contents6, body#post #contents2, body#post #contents4, body#post #contents6 {
  background-color: #fff;
}
body.page #contents2:before, body.page #contents4:before, body.page #contents6:before, body#archive #contents2:before, body#archive #contents4:before, body#archive #contents6:before, body#faq #contents2:before, body#faq #contents4:before, body#faq #contents6:before, body#post #contents2:before, body#post #contents4:before, body#post #contents6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 60%;
  background-image: url(../images/common/bg/bg-border-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
body.page #contents2:after, body.page #contents4:after, body.page #contents6:after, body#archive #contents2:after, body#archive #contents4:after, body#archive #contents6:after, body#faq #contents2:after, body#faq #contents4:after, body#faq #contents6:after, body#post #contents2:after, body#post #contents4:after, body#post #contents6:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 60%;
  background-image: url(../images/common/bg/bg-border-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
body.page section#intro, body#archive section#intro, body#faq section#intro, body#post section#intro {
  margin-bottom: 80px;
}
body.page section#intro .section__container .intro__text h3, body#archive section#intro .section__container .intro__text h3, body#faq section#intro .section__container .intro__text h3, body#post section#intro .section__container .intro__text h3 {
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  color: #496aab;
  text-align: center;
}
body.page section#intro .section__container .intro__text p, body#archive section#intro .section__container .intro__text p, body#faq section#intro .section__container .intro__text p, body#post section#intro .section__container .intro__text p {
  text-align: center;
  margin-top: 20px;
}
body.page section#intro .section__container .section-title, body#archive section#intro .section__container .section-title, body#faq section#intro .section__container .section-title, body#post section#intro .section__container .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 60px 0 30px;
  position: relative;
}
body.page section#intro .section__container .section-title__text, body#archive section#intro .section__container .section-title__text, body#faq section#intro .section__container .section-title__text, body#post section#intro .section__container .section-title__text {
  font-size: 24px;
  font-weight: 500;
  color: #496aab;
  padding: 0 30px;
  position: relative;
  text-align: center;
}
body.page section#intro .section__container .section-title__text::before, body.page section#intro .section__container .section-title__text::after, body#archive section#intro .section__container .section-title__text::before, body#archive section#intro .section__container .section-title__text::after, body#faq section#intro .section__container .section-title__text::before, body#faq section#intro .section__container .section-title__text::after, body#post section#intro .section__container .section-title__text::before, body#post section#intro .section__container .section-title__text::after {
  content: "";
  display: block;
  width: 7px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.page section#intro .section__container .section-title__text::before, body#archive section#intro .section__container .section-title__text::before, body#faq section#intro .section__container .section-title__text::before, body#post section#intro .section__container .section-title__text::before {
  left: 0;
  background-image: linear-gradient(to right, #4d6a94 1px, transparent 1px, transparent 6px, #ca8e70 5px, #ca8e70 7px);
}
body.page section#intro .section__container .section-title__text::after, body#archive section#intro .section__container .section-title__text::after, body#faq section#intro .section__container .section-title__text::after, body#post section#intro .section__container .section-title__text::after {
  right: 0;
  background-image: linear-gradient(to right, #ca8e70 1px, transparent 1px, transparent 6px, #4d6a94 5px, #4d6a94 7px);
}
body.page section#intro .section__container .section-title::before, body.page section#intro .section__container .section-title::after, body#archive section#intro .section__container .section-title::before, body#archive section#intro .section__container .section-title::after, body#faq section#intro .section__container .section-title::before, body#faq section#intro .section__container .section-title::after, body#post section#intro .section__container .section-title::before, body#post section#intro .section__container .section-title::after {
  content: "";
  height: 1px;
  background-color: #496aab;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.page section#intro .section__container .section-title::before, body#archive section#intro .section__container .section-title::before, body#faq section#intro .section__container .section-title::before, body#post section#intro .section__container .section-title::before {
  margin-right: 30px;
}
body.page section#intro .section__container .section-title::after, body#archive section#intro .section__container .section-title::after, body#faq section#intro .section__container .section-title::after, body#post section#intro .section__container .section-title::after {
  margin-left: 30px;
}
body.page section#intro .section__container .intro__visualanker, body#archive section#intro .section__container .intro__visualanker, body#faq section#intro .section__container .intro__visualanker, body#post section#intro .section__container .intro__visualanker {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
body.page section#intro .section__container .intro__visualanker-block, body#archive section#intro .section__container .intro__visualanker-block, body#faq section#intro .section__container .intro__visualanker-block, body#post section#intro .section__container .intro__visualanker-block {
  overflow: hidden;
  background-color: #496aab;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
body.page section#intro .section__container .intro__visualanker-block:hover, body#archive section#intro .section__container .intro__visualanker-block:hover, body#faq section#intro .section__container .intro__visualanker-block:hover, body#post section#intro .section__container .intro__visualanker-block:hover {
  background-color: #6d88bc;
}
body.page section#intro .section__container .intro__visualanker-block a, body#archive section#intro .section__container .intro__visualanker-block a, body#faq section#intro .section__container .intro__visualanker-block a, body#post section#intro .section__container .intro__visualanker-block a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
body.page section#intro .section__container .intro__visualanker-visual, body#archive section#intro .section__container .intro__visualanker-visual, body#faq section#intro .section__container .intro__visualanker-visual, body#post section#intro .section__container .intro__visualanker-visual {
  padding: 15px 15px 0 15px;
  height: auto;
  overflow: hidden;
}
body.page section#intro .section__container .intro__visualanker-visual img, body#archive section#intro .section__container .intro__visualanker-visual img, body#faq section#intro .section__container .intro__visualanker-visual img, body#post section#intro .section__container .intro__visualanker-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
body.page section#intro .section__container .intro__visualanker-text, body#archive section#intro .section__container .intro__visualanker-text, body#faq section#intro .section__container .intro__visualanker-text, body#post section#intro .section__container .intro__visualanker-text {
  color: white;
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page section#intro .section__container .intro__visualanker-text p, body#archive section#intro .section__container .intro__visualanker-text p, body#faq section#intro .section__container .intro__visualanker-text p, body#post section#intro .section__container .intro__visualanker-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
body.page section#intro .section__container .intro__visualanker-text .icon, body#archive section#intro .section__container .intro__visualanker-text .icon, body#faq section#intro .section__container .intro__visualanker-text .icon, body#post section#intro .section__container .intro__visualanker-text .icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-transform: rotate(90deg) translateX(4px);
          transform: rotate(90deg) translateX(4px);
}
body.page section#intro .section__container .intro__button, body#archive section#intro .section__container .intro__button, body#faq section#intro .section__container .intro__button, body#post section#intro .section__container .intro__button {
  margin-top: 10px;
}
body.page section#intro .section__container .intro__button .intro__button-container, body#archive section#intro .section__container .intro__button .intro__button-container, body#faq section#intro .section__container .intro__button .intro__button-container, body#post section#intro .section__container .intro__button .intro__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: center;
}
body.page section#intro .section__container .intro__button .intro__button-container button, body#archive section#intro .section__container .intro__button .intro__button-container button, body#faq section#intro .section__container .intro__button .intro__button-container button, body#post section#intro .section__container .intro__button .intro__button-container button {
  width: 33.3333333333%;
}
body.page section#intro .section__container .intro__button .intro__button-container button a, body#archive section#intro .section__container .intro__button .intro__button-container button a, body#faq section#intro .section__container .intro__button .intro__button-container button a, body#post section#intro .section__container .intro__button .intro__button-container button a {
  width: 95% !important;
  border-radius: 0px;
}
body.page section#intro .section__container .intro__button .intro__button-container button a svg, body#archive section#intro .section__container .intro__button .intro__button-container button a svg, body#faq section#intro .section__container .intro__button .intro__button-container button a svg, body#post section#intro .section__container .intro__button .intro__button-container button a svg {
  right: 20px;
}
@media screen and (max-width: 767px) {
  body.page, body#archive, body#faq, body#post {
    padding: 0;
  }
  body.page section#intro, body#archive section#intro, body#faq section#intro, body#post section#intro {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  body.page section#intro .section__container .section-title__text, body#archive section#intro .section__container .section-title__text, body#faq section#intro .section__container .section-title__text, body#post section#intro .section__container .section-title__text {
    font-size: 18px;
  }
  body.page section#intro .section__container .section-title__text::before, body.page section#intro .section__container .section-title__text::after, body#archive section#intro .section__container .section-title__text::before, body#archive section#intro .section__container .section-title__text::after, body#faq section#intro .section__container .section-title__text::before, body#faq section#intro .section__container .section-title__text::after, body#post section#intro .section__container .section-title__text::before, body#post section#intro .section__container .section-title__text::after {
    height: 30px;
  }
  body.page section#intro .section__container .intro__visualanker, body#archive section#intro .section__container .intro__visualanker, body#faq section#intro .section__container .intro__visualanker, body#post section#intro .section__container .intro__visualanker {
    grid-template-columns: 1fr;
  }
  body.page section#intro .section__container .intro__visualanker-block, body#archive section#intro .section__container .intro__visualanker-block, body#faq section#intro .section__container .intro__visualanker-block, body#post section#intro .section__container .intro__visualanker-block {
    max-width: 100%;
  }
  body.page section#intro .section__container .intro__visualanker-visual, body#archive section#intro .section__container .intro__visualanker-visual, body#faq section#intro .section__container .intro__visualanker-visual, body#post section#intro .section__container .intro__visualanker-visual {
    height: 200px;
  }
  body.page section#intro .section__container .intro__button .intro__button-container button, body#archive section#intro .section__container .intro__button .intro__button-container button, body#faq section#intro .section__container .intro__button .intro__button-container button, body#post section#intro .section__container .intro__button .intro__button-container button {
    width: 100%;
    margin-top: 20px;
  }
  body.page section#intro .section__container .intro__button .intro__button-container button a, body#archive section#intro .section__container .intro__button .intro__button-container button a, body#faq section#intro .section__container .intro__button .intro__button-container button a, body#post section#intro .section__container .intro__button .intro__button-container button a {
    width: 100% !important;
  }
}

body#faq {
  /* ============
  contents | faq-contents2
  ============ */
  /* ============
  contents | faq-contents2//
  ============ */
}
body#faq .intro__button .intro__button-container {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
body#faq .intro__button .intro__button-container button {
  width: 25% !important;
}
@media screen and (max-width: 1100px) {
  body#faq .intro__button .intro__button-container button {
    width: 33.3333333333% !important;
  }
}
@media screen and (max-width: 767px) {
  body#faq .intro__button .intro__button-container button {
    width: 100% !important;
  }
}
body#faq section.faq-contents2 {
  padding: 60px 0;
  position: relative;
}
body#faq section.faq-contents2#contents1, body#faq section.faq-contents2#contents3, body#faq section.faq-contents2#contents5 {
  background-color: #f2f6fa;
}
body#faq section.faq-contents2#contents2, body#faq section.faq-contents2#contents4, body#faq section.faq-contents2#contents6 {
  background-color: #fff;
}
body#faq section.faq-contents2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 60%;
  background-image: url(../images/common/bg/bg-border-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
body#faq section.faq-contents2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 60%;
  background-image: url(../images/common/bg/bg-border-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
body#faq section.faq-contents2 .section__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
body#faq section.faq-contents2 .contents__title {
  text-align: center;
  margin-bottom: 40px;
}
body#faq section.faq-contents2 .contents__title h4 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 100;
  color: #3a5c8c;
}
body#faq section.faq-contents2 .contents__title h4 span {
  display: block;
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  font-weight: 500;
}
body#faq section.faq-contents2 .contents__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
body#faq section.faq-contents2 .contents__item {
  border-bottom: 1px solid #dce5f0;
}
body#faq section.faq-contents2 .contents__item:last-child {
  border-bottom: none;
}
body#faq section.faq-contents2 .contents__item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
body#faq section.faq-contents2 .contents__item-q .q-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body#faq section.faq-contents2 .contents__item-q .question {
  font-size: 2rem;
  font-weight: 500;
  color: #3a5c8c;
  margin: 0;
  min-width: 30px;
}
body#faq section.faq-contents2 .contents__item-q p:not(.question) {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body#faq section.faq-contents2 .contents__item-q .toggle-btn {
  background: #496aab;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
  margin-left: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body#faq section.faq-contents2 .contents__item-q .toggle-btn .icon {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: rotate(90deg) translateX(14px);
          transform: rotate(90deg) translateX(14px);
}
body#faq section.faq-contents2 .contents__item-q .toggle-btn:hover {
  background-color: #496aab;
}
body#faq section.faq-contents2 .contents__item-a {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
body#faq section.faq-contents2 .contents__item-a .a-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 0 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#faq section.faq-contents2 .contents__item-a .answer {
  font-size: 2rem;
  font-weight: 500;
  color: #d97946;
  margin: 0;
  min-width: 30px;
}
body#faq section.faq-contents2 .contents__item-a .answer-text p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.6;
}
body#faq section.faq-contents2 .contents__item-a .answer-text p:last-child {
  margin-bottom: 0;
}
body#faq section.faq-contents2 .contents__item.active .contents__item-q .toggle-btn {
  background-color: #6d88bc;
}
body#faq section.faq-contents2 .contents__item.active .contents__item-q .toggle-btn .icon {
  -webkit-transform: rotate(-90deg) translateX(14px);
          transform: rotate(-90deg) translateX(14px);
}
body#faq section.faq-contents2 .contents__item.active .contents__item-a {
  height: auto;
}
@media (max-width: 768px) {
  body#faq section.faq-contents2 {
    padding: 40px 0;
  }
  body#faq section.faq-contents2:before {
    width: 90%;
    height: 90%;
  }
  body#faq section.faq-contents2:after {
    display: none;
    width: 90%;
    height: 90%;
  }
  body#faq section.faq-contents2 .contents__title h4 {
    font-size: 24px;
  }
  body#faq section.faq-contents2 .contents__title h4 span {
    font-size: 14px;
  }
  body#faq section.faq-contents2 .contents__item-q .question {
    font-size: 20px;
  }
  body#faq section.faq-contents2 .contents__item-q p:not(.question) {
    font-size: 14px;
  }
  body#faq section.faq-contents2 .contents__item-a .answer {
    font-size: 20px;
  }
  body#faq section.faq-contents2 .contents__item-a .answer-text p {
    font-size: 14px;
  }
}

body#restaurant {
  /* ============
  contents | faq-contents2
  ============ */
  /* レストランコンテンツセクションのスタイル */
  /* ============
  contents | faq-contents2
  ============ */
}
body#restaurant section.restaurant-contents {
  padding: 60px 0;
  position: relative;
}
body#restaurant section.restaurant-contents#contents1, body#restaurant section.restaurant-contents#contents3, body#restaurant section.restaurant-contents#contents5 {
  background-color: #f2f6fa;
}
body#restaurant section.restaurant-contents#contents2, body#restaurant section.restaurant-contents#contents4, body#restaurant section.restaurant-contents#contents6 {
  background-color: #fff;
}
body#restaurant section.restaurant-contents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 60%;
  background-image: url(../images/common/bg/bg-border-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
body#restaurant section.restaurant-contents:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 60%;
  background-image: url(../images/common/bg/bg-border-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
body#restaurant section.restaurant-contents .section__container {
  max-width: 1200px;
  margin: 0 auto;
}
body#restaurant section.restaurant-contents .section__container .contents__title {
  text-align: center;
  margin-bottom: 40px;
}
body#restaurant section.restaurant-contents .section__container .contents__title h4 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 100;
  color: #3a5c8c;
}
body#restaurant section.restaurant-contents .section__container .contents__title h4 span {
  display: block;
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  font-weight: 500;
}
body#restaurant section.restaurant-contents .section__container .contents1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body#restaurant section.restaurant-contents .section__container .contents1__block {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#restaurant section.restaurant-contents .section__container .contents1__block.reverse {
  grid-template-columns: 1.3fr 1fr;
}
body#restaurant section.restaurant-contents .section__container .contents1__block.reverse .contents1__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body#restaurant section.restaurant-contents .section__container .contents1__block.reverse .contents1__visual {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body#restaurant section.restaurant-contents .section__container .contents1__text {
  padding: 20px 0;
  position: relative;
}
body#restaurant section.restaurant-contents .section__container .contents1__text .num {
  font-size: 18px;
  font-weight: 600;
  color: #4d6a94;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
body#restaurant section.restaurant-contents .section__container .contents1__text .num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-image: linear-gradient(to right, #4d6a94 1px, transparent 1px, transparent 6px, #ca8e70 5px, #ca8e70 7px);
}
body#restaurant section.restaurant-contents .section__container .contents1__text .num span {
  color: #c17658;
  font-weight: 600;
}
body#restaurant section.restaurant-contents .section__container .contents1__text h4 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body#restaurant section.restaurant-contents .section__container .contents1__text p:not(.num) {
  margin-bottom: 0;
}
body#restaurant section.restaurant-contents .section__container .contents1__visual {
  width: 100%;
  height: 100%;
}
body#restaurant section.restaurant-contents .section__container .contents1__visual img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body#restaurant section.restaurant-contents {
    padding: 40px 0;
  }
  body#restaurant section.restaurant-contents:before {
    width: 90%;
    height: 90%;
  }
  body#restaurant section.restaurant-contents:after {
    display: none;
    width: 90%;
    height: 90%;
  }
  body#restaurant section.restaurant-contents .section__container .contents__title h4 {
    font-size: 24px;
  }
  body#restaurant section.restaurant-contents .section__container .contents__title h4 span {
    font-size: 14px;
  }
  body#restaurant section.restaurant-contents .section__container .contents1__container {
    gap: 20px;
  }
  body#restaurant section.restaurant-contents .section__container .contents1__block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body#restaurant section.restaurant-contents .section__container .contents1__block.reverse {
    grid-template-columns: 1fr;
  }
  body#restaurant section.restaurant-contents .section__container .contents1__block.reverse .contents1__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#restaurant section.restaurant-contents .section__container .contents1__block.reverse .contents1__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#restaurant section.restaurant-contents .section__container .contents1__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#restaurant section.restaurant-contents .section__container .contents1__text .num {
    font-size: 16px;
  }
  body#restaurant section.restaurant-contents .section__container .contents1__text h4 {
    font-size: 1.4rem;
  }
  body#restaurant section.restaurant-contents .section__container .contents1__text p {
    font-size: 14px;
  }
  body#restaurant section.restaurant-contents .section__container .contents1__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body#restaurant #contents2.restaurant-contents {
  padding: 60px 0 80px;
  /* タイトル部分 */
  /* スライダーとテキストを含むコンテナ */
  /* スライダー部分 */
  /* ナビゲーションボタン */
  /* ページネーション（ドット） */
  /* テキスト説明部分 */
  /* 下部グリッド */
  /* レスポンシブ対応 */
}
body#restaurant #contents2.restaurant-contents .section__container {
  max-width: 1000px;
  margin: 0 auto;
}
body#restaurant #contents2.restaurant-contents .contents2__title {
  text-align: center;
  margin-bottom: 30px;
}
body#restaurant #contents2.restaurant-contents .contents2__title h2 {
  font-size: 32px;
  font-weight: 500;
  color: #4d6a94;
  margin-bottom: 5px;
}
body#restaurant #contents2.restaurant-contents .contents2__title p {
  font-size: 16px;
  color: #555;
}
body#restaurant #contents2.restaurant-contents .contents2__slide-container {
  position: relative;
  margin-bottom: 60px;
}
body#restaurant #contents2.restaurant-contents .contents2__slide {
  position: relative;
  margin-bottom: 20px;
}
body#restaurant #contents2.restaurant-contents .contents2__slide .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
body#restaurant #contents2.restaurant-contents .contents2__slide .swiper-slide-active {
  opacity: 1;
}
body#restaurant #contents2.restaurant-contents .contents2__slide .swiper-slide .slide-image {
  width: 100%;
}
body#restaurant #contents2.restaurant-contents .contents2__slide .swiper-slide .slide-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
body#restaurant #contents2.restaurant-contents .swiper-button-prev,
body#restaurant #contents2.restaurant-contents .swiper-button-next {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  top: 6px; /* スライド中央からの配置をリセット */
  bottom: auto; /* ドットがある位置に近づける */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* デフォルトの垂直センタリングをリセット */
}
body#restaurant #contents2.restaurant-contents .swiper-button-prev::after,
body#restaurant #contents2.restaurant-contents .swiper-button-next::after {
  font-size: 26px;
  color: #ccc;
}
body#restaurant #contents2.restaurant-contents .swiper-button-prev {
  left: calc(50% - 120px); /* 中央から左に120px */
}
body#restaurant #contents2.restaurant-contents .swiper-button-next {
  right: calc(50% - 120px); /* 中央から右に120px */
}
body#restaurant #contents2.restaurant-contents .swiper-pagination {
  text-align: center;
  margin: 30px 0;
  padding: 0 100px; /* ナビゲーションボタン用のスペースを確保 */
  position: relative;
  z-index: 1;
}
body#restaurant #contents2.restaurant-contents .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
  display: inline-block;
  margin: 0 5px;
}
body#restaurant #contents2.restaurant-contents .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4d6a94;
}
body#restaurant #contents2.restaurant-contents .contents2__descriptions {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 20px;
  height: 150px; /* テキストエリアの高さを固定 */
}
body#restaurant #contents2.restaurant-contents .contents2__description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body#restaurant #contents2.restaurant-contents .contents2__description.active {
  opacity: 1;
  visibility: visible;
}
body#restaurant #contents2.restaurant-contents .contents2__description p.contents2__description-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body#restaurant #contents2.restaurant-contents .contents2__description p {
  font-size: 16px;
  color: #555;
  margin: 0 auto;
}
body#restaurant #contents2.restaurant-contents .contents2__container {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
body#restaurant #contents2.restaurant-contents .contents2__block .contents2__visual {
  margin-bottom: 15px;
}
body#restaurant #contents2.restaurant-contents .contents2__block .contents2__visual img {
  width: 100%;
  height: auto;
  display: block;
}
body#restaurant #contents2.restaurant-contents .contents2__block .contents2__text p.contents2__text-title {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #496aab;
}
body#restaurant #contents2.restaurant-contents .contents2__block .contents2__text p {
  font-size: 14px;
  color: #555;
}
@media (max-width: 768px) {
  body#restaurant #contents2.restaurant-contents {
    padding: 40px 0 60px;
  }
  body#restaurant #contents2.restaurant-contents .contents2__title h2 {
    font-size: 28px;
  }
  body#restaurant #contents2.restaurant-contents .swiper-button-prev,
  body#restaurant #contents2.restaurant-contents .swiper-button-next {
    top: 209px; /* スライド中央からの配置をリセット */
  }
  body#restaurant #contents2.restaurant-contents .swiper-button-prev::after,
  body#restaurant #contents2.restaurant-contents .swiper-button-next::after {
    font-size: 22px;
  }
  body#restaurant #contents2.restaurant-contents .contents2__descriptions {
    height: 200px;
  }
  body#restaurant #contents2.restaurant-contents .contents2__description h3 {
    font-size: 20px;
  }
  body#restaurant #contents2.restaurant-contents .contents2__description p {
    font-size: 14px;
  }
  body#restaurant #contents2.restaurant-contents .contents2__container {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 50px;
  }
  body#restaurant #contents2.restaurant-contents .contents2__block .contents2__visual img {
    height: auto;
  }
}
body#restaurant #contents3.restaurant-contents {
  padding: 60px 0;
  position: relative;
}
body#restaurant #contents3.restaurant-contents .section__container {
  max-width: 1200px;
  margin: 0 auto;
  /* レストラン営業時間リストのスタイル */
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__container .contents__slide-container {
  width: calc(60% - 30px);
}
@media screen and (max-width: 767px) {
  body#restaurant #contents3.restaurant-contents .section__container .contents3__container .contents__slide-container {
    width: 100%;
  }
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__container .contents3__text {
  width: 40%;
}
@media screen and (max-width: 767px) {
  body#restaurant #contents3.restaurant-contents .section__container .contents3__container .contents3__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body#restaurant #contents3.restaurant-contents .section__container .contents3__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 !important;
  }
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__text {
  padding: 20px 0;
  position: relative;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__text .num {
  font-size: 18px;
  font-weight: 600;
  color: #4d6a94;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__text .num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-image: linear-gradient(to right, #4d6a94 1px, transparent 1px, transparent 6px, #ca8e70 5px, #ca8e70 7px);
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__text .num span {
  color: #c17658;
  font-weight: 600;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__text h4 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__text p:not(.num) {
  margin-bottom: 0;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__visual {
  width: 100%;
  height: 100%;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__visual img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list {
  margin: 50px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* レスポンシブ対応 */
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-list {
  width: 100%;
  position: relative;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  position: relative;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #ddd;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #e8e8e8;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dt {
  font-size: 16px;
  color: #496aab;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-weight: normal;
  position: relative;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dt::before, body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dt::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #496aab;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dt::before {
  top: -24px;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dt::after {
  bottom: -24px;
}
.time-item:first-child body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dt::before {
  top: -25px;
}
.time-item:last-child body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dt::after {
  bottom: -23px;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  margin: 0;
  padding-left: 20px;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item .time-display {
  display: inline-block;
  letter-spacing: 0.05em;
}
body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item .time-dot {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 768px) {
  body#restaurant #contents3.restaurant-contents .section__container .contents3__list {
    margin: 40px 0;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-list::before {
    left: 35%;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item {
    padding: 18px 0;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dt {
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dt::before {
    top: -18px;
    display: none;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dt::after {
    bottom: -18px;
    display: none;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__list .time-item dd {
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}
@media (max-width: 768px) {
  body#restaurant #contents3.restaurant-contents {
    padding: 40px 0;
  }
  body#restaurant #contents3.restaurant-contents:before {
    width: 90%;
    height: 90%;
  }
  body#restaurant #contents3.restaurant-contents:after {
    display: none;
    width: 90%;
    height: 90%;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents__title h4 {
    font-size: 24px;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents__title h4 span {
    font-size: 14px;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__container {
    gap: 20px;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__block.reverse {
    grid-template-columns: 1fr;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__block.reverse .contents3__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__block.reverse .contents3__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__text .num {
    font-size: 16px;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__text h4 {
    font-size: 1.4rem;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__text p {
    font-size: 14px;
  }
  body#restaurant #contents3.restaurant-contents .section__container .contents3__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

body#facilities section.facilities-contents .section__container {
  max-width: 1200px;
  margin: 0 auto;
}
body#facilities section.facilities-contents .section__container .contents__title {
  text-align: center;
  margin-bottom: 40px;
}
body#facilities section.facilities-contents .section__container .contents__title h4 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 100;
  color: #3a5c8c;
}
body#facilities section.facilities-contents .section__container .contents__title h4 span {
  display: block;
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  font-weight: 500;
}
body#facilities section.facilities-contents#contents1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
body#facilities section.facilities-contents#contents1 .section__container {
  max-width: 1200px;
  margin: 0 auto;
}
body#facilities section.facilities-contents#contents1 .section__container .contents__title {
  text-align: center;
  margin-bottom: 40px;
}
body#facilities section.facilities-contents#contents1 .section__container .contents__title h4 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 100;
  color: #3a5c8c;
}
body#facilities section.facilities-contents#contents1 .section__container .contents__title h4 span {
  display: block;
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  font-weight: 500;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__block {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__block.reverse {
  grid-template-columns: 1.3fr 1fr;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__block.reverse .contents1__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__block.reverse .contents1__visual {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__text {
  padding: 20px 0;
  position: relative;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__text .contents1__text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__text .contents1__text-inner .preparation {
  margin-bottom: 20px;
  border: 1px solid #E16250;
  border-radius: 5px;
  font-size: 0.9rem;
  color: #fff;
  background-color: #E16250;
  line-height: 1;
  padding: 7px 8px;
  font-weight: 400;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__text .num {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  color: #496aab;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__text .num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-image: linear-gradient(to right, #4d6a94 1px, transparent 1px, transparent 6px, #ca8e70 5px, #ca8e70 7px);
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__text .num span {
  font-size: 16px;
  display: block;
  font-weight: 600;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__text h4 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__text p:not(.num) {
  margin-bottom: 0;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__visual {
  width: 100%;
  height: 100%;
}
body#facilities section.facilities-contents#contents1 .section__container .contents1__visual img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body#facilities section.facilities-contents#contents1 {
    padding: 40px 0;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents__title h4 {
    font-size: 24px;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents__title h4 span {
    font-size: 14px;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents1__container {
    gap: 20px;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents1__block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents1__block.reverse {
    grid-template-columns: 1fr;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents1__block.reverse .contents1__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents1__block.reverse .contents1__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents1__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents1__text .num {
    font-size: 16px;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents1__text h4 {
    font-size: 1.4rem;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents1__text p {
    font-size: 14px;
  }
  body#facilities section.facilities-contents#contents1 .section__container .contents1__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body#facilities section.facilities-contents#contents2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
body#facilities section.facilities-contents#contents2 .section__container {
  max-width: 1200px;
  margin: 0 auto;
}
body#facilities section.facilities-contents#contents2 .section__container .contents__title {
  text-align: center;
  margin-bottom: 40px;
}
body#facilities section.facilities-contents#contents2 .section__container .contents__title h4 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 100;
  color: #3a5c8c;
}
body#facilities section.facilities-contents#contents2 .section__container .contents__title h4 span {
  display: block;
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  font-weight: 500;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__block {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__block.reverse {
  grid-template-columns: 1.3fr 1fr;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__block.reverse .contents2__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__block.reverse .contents2__visual {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__text {
  padding: 20px 0;
  position: relative;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__text .num {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  color: #496aab;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__text .num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-image: linear-gradient(to right, #4d6a94 1px, transparent 1px, transparent 6px, #ca8e70 5px, #ca8e70 7px);
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__text .num span {
  font-size: 16px;
  display: block;
  font-weight: 600;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__text h4 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__text p:not(.num) {
  margin-bottom: 0;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__visual {
  width: 100%;
  height: 100%;
}
body#facilities section.facilities-contents#contents2 .section__container .contents2__visual img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body#facilities section.facilities-contents#contents2 {
    padding: 40px 0;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents__title h4 {
    font-size: 24px;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents__title h4 span {
    font-size: 14px;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents2__container {
    gap: 20px;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents2__block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents2__block.reverse {
    grid-template-columns: 1fr;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents2__block.reverse .contents2__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents2__block.reverse .contents2__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents2__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents2__text .num {
    font-size: 16px;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents2__text h4 {
    font-size: 1.4rem;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents2__text p {
    font-size: 14px;
  }
  body#facilities section.facilities-contents#contents2 .section__container .contents2__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body#facilities section.facilities-contents#contents3 {
  background-color: #ffffff;
  padding-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}
body#facilities section.facilities-contents#contents3:before, body#facilities section.facilities-contents#contents3:after {
  display: none;
}
body#facilities section.facilities-contents#contents3 .section__container {
  max-width: 1200px;
  margin: 0 auto;
}
body#facilities section.facilities-contents#contents3 .section__container .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  margin: 0px 0 30px;
  position: relative;
}
body#facilities section.facilities-contents#contents3 .section__container .section-title__text {
  font-size: 18px;
  font-weight: 500;
  color: #665C57;
  padding: 0 30px;
  position: relative;
  text-align: center;
}
body#facilities section.facilities-contents#contents3 .section__container .section-title__text::before, body#facilities section.facilities-contents#contents3 .section__container .section-title__text::after {
  content: "";
  display: block;
  width: 7px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body#facilities section.facilities-contents#contents3 .section__container .section-title__text::before {
  left: 0;
  background-image: linear-gradient(to right, #496aab 1px, transparent 1px, transparent 6px, #496aab 5px, #496aab 7px);
}
body#facilities section.facilities-contents#contents3 .section__container .section-title__text::after {
  display: none;
  right: 0;
  background-image: linear-gradient(to right, #496aab 1px, transparent 1px, transparent 6px, #496aab 5px, #496aab 7px);
}
body#facilities section.facilities-contents#contents3 .section__container .section-title::before, body#facilities section.facilities-contents#contents3 .section__container .section-title::after {
  content: "";
  height: 1px;
  background-color: #496aab;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body#facilities section.facilities-contents#contents3 .section__container .section-title::before {
  margin-right: 30px;
}
body#facilities section.facilities-contents#contents3 .section__container .section-title::after {
  display: none;
  margin-left: 30px;
}
body#facilities section.facilities-contents#contents3 .section__container .contents3__list {
  margin: 50px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body#facilities section.facilities-contents#contents3 .section__container .contents3__list .time-list {
  width: 100%;
  position: relative;
}
body#facilities section.facilities-contents#contents3 .section__container .contents3__list .time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body#facilities section.facilities-contents#contents3 .section__container .contents3__list .time-item dt {
  font-size: 16px;
  color: #496aab;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 30px 0 30px 10px;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #496aab;
}
@media (max-width: 768px) {
  body#facilities section.facilities-contents#contents3 .section__container .contents3__list .time-item dt {
    padding: 0px 0 0px 10px;
    border-bottom: none;
  }
}
body#facilities section.facilities-contents#contents3 .section__container .contents3__list dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  margin: 0;
  padding: 30px 0 30px 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  body#facilities section.facilities-contents#contents3 .section__container .contents3__list dd {
    padding: 0px 0 20px 20px;
    width: 100%;
  }
}
body#facilities section.facilities-contents#contents3 .section__container .contents3__list .time-display {
  display: inline-block;
  letter-spacing: 0.05em;
}
body#facilities section.facilities-contents#contents3 .section__container .contents3__list .time-dot {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 768px) {
  body#facilities section.facilities-contents#contents3 {
    padding: 40px 0;
  }
  body#facilities section.facilities-contents#contents3 .section__container .section-title__text {
    font-size: 18px;
    text-align: left;
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
  }
  body#facilities section.facilities-contents#contents3 .section__container .section-title::before {
    display: none;
  }
  body#facilities section.facilities-contents#contents3 .section__container .contents3__list .time-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 14px 0;
  }
  body#facilities section.facilities-contents#contents3 .section__container .contents3__list .time-item dt {
    font-size: 14px;
  }
  body#facilities section.facilities-contents#contents3 .section__container .contents3__list .time-item dt::before, body#facilities section.facilities-contents#contents3 .section__container .contents3__list .time-item dt::after {
    display: none;
  }
  body#facilities section.facilities-contents#contents3 .section__container .contents3__list dd {
    margin-top: 10px;
    padding-left: 10px;
    overflow-wrap: anywhere;
  }
  body#facilities section.facilities-contents#contents3 .section__container .contents3__list dd p {
    line-height: 1.6;
  }
}

body#rooms .contents__title {
  text-align: center;
  margin-bottom: 40px;
}
body#rooms .contents__title h4 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 100;
  color: #3a5c8c;
}
body#rooms .contents__title h4 span.sub {
  font-weight: 300;
  margin-bottom: 22px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body#rooms .contents__title h4 span.sub {
    margin-bottom: 12px;
  }
}
body#rooms .contents__title h4 span {
  display: block;
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  font-weight: 500;
}
body#rooms .contents__catch {
  width: 100%;
}
body#rooms .contents__catch p.contents__catch-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body#rooms .contents__catch p {
  color: #555;
  margin: 0 auto;
}
body#rooms .contents__description {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  margin-top: 50px;
}
body#rooms .contents__description .contents__list {
  margin: 0;
  max-width: none;
  width: 100%;
}
body#rooms .contents__description .contents__reservation .contents__reservation-catch {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#rooms .contents__description .contents__reservation .contents__reservation-catch img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 150px;
}
body#rooms .contents__description .contents__reservation .contents__reservation-catch p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-weight: 600;
  color: #496aab;
}
body#rooms .contents__description .contents__reservation button.button1 {
  width: 100% !important;
}
body#rooms .contents__description .contents__reservation button.button1 a {
  width: 100% !important;
}
body#rooms .contents__description .contents__reservation button.benefits {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  body#rooms .contents__description {
    grid-template-columns: repeat(1, 1fr);
  }
  body#rooms .contents__description .contents__reservation {
    margin-top: 0px;
  }
  body#rooms .contents__description .contents__reservation .contents__reservation-catch {
    width: 100%;
  }
  body#rooms .contents__description .contents__reservation button {
    width: 100%;
  }
  body#rooms .contents__description .contents__reservation button.benefits {
    margin-top: 10px;
  }
}
body#rooms .contents__list {
  margin: 50px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body#rooms .contents__list .time-list {
  width: 100%;
  position: relative;
}
body#rooms .contents__list .time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body#rooms .contents__list .time-item dt {
  font-size: 16px;
  color: #496aab;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 30px 0 30px 10px;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #496aab;
}
@media (max-width: 768px) {
  body#rooms .contents__list .time-item dt {
    padding: 10px 0 10px 10px;
  }
}
body#rooms .contents__list dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  margin: 0;
  padding: 30px 0 30px 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  body#rooms .contents__list dd {
    padding: 10px 0 10px 20px;
    width: 100%;
  }
}
body#rooms .contents__list .time-display {
  display: inline-block;
  letter-spacing: 0.05em;
}
body#rooms .contents__list .time-dot {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body#rooms .contents__list .time-item dt {
    font-size: 1rem;
  }
  body#rooms .contents__list .time-item dt::before, body#rooms .contents__list .time-item dt::after {
    display: none;
  }
}
body#rooms .swiper {
  position: relative;
  margin-bottom: 20px;
}
body#rooms .swiper .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
body#rooms .swiper .swiper-slide-active {
  opacity: 1;
}
body#rooms .swiper .swiper-slide .slide-image {
  width: 100%;
}
body#rooms .swiper .swiper-slide .slide-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
body#rooms .swiper__slider-controls {
  position: relative;
}
body#rooms .swiper-button-prev,
body#rooms .swiper-button-next {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  top: 7px;
  bottom: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#rooms .swiper-button-prev::after,
body#rooms .swiper-button-next::after {
  font-size: 26px;
  color: #ccc;
}
body#rooms .swiper-button-prev {
  left: calc(50% - 120px);
}
body#rooms .swiper-button-next {
  right: calc(50% - 120px);
}
body#rooms .swiper-pagination {
  text-align: center;
  margin: 30px 0;
  padding: 0 100px;
  position: relative;
  z-index: 1;
}
body#rooms .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
  display: inline-block;
  margin: 0 5px;
}
body#rooms .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4d6a94;
}
body#rooms section#intro .section__container .intro__visualanker {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  body#rooms section#intro .section__container .intro__visualanker {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
body#rooms section#intro .section__container .intro__visualanker-block a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
body#rooms section#intro .section__container .intro__visualanker-visual {
  padding: 15px 15px 0 15px;
  height: auto;
  overflow: hidden;
}
body#rooms section#intro .section__container .intro__visualanker-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
body#rooms section#intro .section__container .intro__visualanker-text {
  color: white;
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#rooms section#intro .section__container .intro__visualanker-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
body#rooms section#intro .section__container .intro__visualanker-text .icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-transform: rotate(90deg) translateX(4px);
          transform: rotate(90deg) translateX(4px);
}
body#rooms section#intro .section__container .intro__button {
  margin-top: 10px;
}
body#rooms section#intro .section__container .intro__button .intro__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: center;
}
body#rooms section#intro .section__container .intro__button .intro__button-container button {
  width: 33.3333333333%;
}
body#rooms section#intro .section__container .intro__button .intro__button-container button a {
  width: 95% !important;
  border-radius: 0px;
}
body#rooms section#intro .section__container .intro__button .intro__button-container button a svg {
  right: 20px;
}
body#rooms section#contents1, body#rooms section#contents2, body#rooms section#contents3, body#rooms section#contents4 {
  padding: 60px 0 80px;
}
body#rooms section#contents1 .section__container, body#rooms section#contents2 .section__container, body#rooms section#contents3 .section__container, body#rooms section#contents4 .section__container {
  max-width: 1000px;
}
body#rooms section#contents1 .section__container {
  margin: 0 auto;
}
body#rooms section#contents1 .section__container .contents1__description {
  width: 100%;
}
body#rooms section#contents1 .section__container .contents1__description p.contents1__description-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body#rooms section#contents1 .section__container .contents1__description p {
  font-size: 16px;
  color: #555;
  margin: 0 auto;
}
body#rooms section#contents1 .section__container .contents1__slide-container {
  position: relative;
  margin-bottom: 40px;
}
body#rooms section#contents1 .section__container .contents1__slide-container .contents1__slide {
  position: relative;
  margin-bottom: 20px;
}
body#rooms section#contents1 .section__container .contents1__slide-container .contents1__slide .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
body#rooms section#contents1 .section__container .contents1__slide-container .contents1__slide .swiper-slide-active {
  opacity: 1;
}
body#rooms section#contents1 .section__container .contents1__slide-container .contents1__slide .swiper-slide .slide-image {
  width: 100%;
}
body#rooms section#contents1 .section__container .contents1__slide-container .contents1__slide .swiper-slide .slide-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
body#rooms section#contents1 .section__container .contents1__slide-container .swiper-button-prev,
body#rooms section#contents1 .section__container .contents1__slide-container .swiper-button-next {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  top: 7px;
  bottom: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body#rooms section#contents1 .section__container .contents1__slide-container .swiper-button-prev::after,
body#rooms section#contents1 .section__container .contents1__slide-container .swiper-button-next::after {
  font-size: 26px;
  color: #ccc;
}
body#rooms section#contents1 .section__container .contents1__slide-container .swiper-button-prev {
  left: calc(50% - 120px);
}
body#rooms section#contents1 .section__container .contents1__slide-container .swiper-button-next {
  right: calc(50% - 120px);
}
body#rooms section#contents1 .section__container .contents1__slide-container .swiper-pagination {
  text-align: center;
  margin: 30px 0;
  padding: 0 100px;
  position: relative;
  z-index: 1;
}
body#rooms section#contents1 .section__container .contents1__slide-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
  display: inline-block;
  margin: 0 5px;
}
body#rooms section#contents1 .section__container .contents1__slide-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4d6a94;
}
@media (max-width: 768px) {
  body#rooms section#contents1 {
    padding: 40px 0 60px;
  }
  body#rooms section#contents1 .section__container .contents1__title h2 {
    font-size: 28px;
  }
  body#rooms section#contents1 .section__container .contents1__description h3 {
    font-size: 20px;
  }
  body#rooms section#contents1 .section__container .contents1__description p {
    font-size: 14px;
  }
  body#rooms section#contents1 .section__container .contents1__container {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 50px;
  }
  body#rooms section#contents1 .section__container .contents1__block .contents1__visual img {
    height: auto;
  }
  body#rooms section#contents1 .section__container .contents1__slide-container .swiper-button-prev,
  body#rooms section#contents1 .section__container .contents1__slide-container .swiper-button-next {
    top: 0;
  }
  body#rooms section#contents1 .section__container .contents1__slide-container .swiper-button-prev::after,
  body#rooms section#contents1 .section__container .contents1__slide-container .swiper-button-next::after {
    font-size: 22px;
  }
}
body#rooms section#contents5 {
  padding: 80px 0;
  background-color: #ffffff;
}
body#rooms section#contents5:before, body#rooms section#contents5:after {
  display: none;
}
body#rooms section#contents5 .section__container .room-contents__container {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body#rooms section#contents5 {
    padding: 50px 0 20px;
  }
}
body#rooms section#contents6 {
  padding: 0px 0 80px;
  background-color: #ffffff;
}
body#rooms section#contents6:before, body#rooms section#contents6:after {
  display: none;
}
body#rooms section#contents6 .section__container .room-contents__container {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body#rooms {
    padding: 0;
  }
  body#rooms section#intro {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  body#rooms section#intro .section__container .section-title__text {
    font-size: 18px;
  }
  body#rooms section#intro .section__container .section-title__text::before, body#rooms section#intro .section__container .section-title__text::after {
    height: 30px;
  }
  body#rooms section#intro .section__container .intro__visualanker {
    grid-template-columns: 1fr;
  }
  body#rooms section#intro .section__container .intro__visualanker-block {
    max-width: 100%;
  }
  body#rooms section#intro .section__container .intro__visualanker-visual {
    height: 200px;
  }
  body#rooms section#intro .section__container .intro__button .intro__button-container button {
    width: 100%;
    margin-top: 20px;
  }
  body#rooms section#intro .section__container .intro__button .intro__button-container button a {
    width: 100% !important;
  }
}

/* Archive Page Styles */
section#archive {
  padding: 60px 0;
  background-color: #fff;
}
section#archive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  background-image: url(../images/common/bg/bg-border-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
section#archive:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 60%;
  background-image: url(../images/common/bg/bg-border-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
section#archive .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#archive .archive__header {
  text-align: center;
  margin-bottom: 40px;
}
section#archive .archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 992px) {
  section#archive .archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  section#archive .archive__grid {
    grid-template-columns: 1fr;
  }
}
section#archive .archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#archive .archive__item-image {
  border: 6px solid #7b5bb5;
  background: #fff;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
  overflow: hidden;
}
section#archive .archive__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#archive .archive__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#archive .archive__item-category {
  display: inline-block;
  background: #4a6cb3;
  color: #fff;
  padding: 1px 20px;
  border-radius: 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  font-size: 0.8rem;
}
section#archive .archive__item-date {
  color: #496aab;
  margin-bottom: 5px;
}
section#archive .archive__item-title {
  border-top: 1px solid #496aab;
  padding-top: 10px;
}
section#archive .archive__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
section#archive .archive__more-button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 10px 40px;
  cursor: pointer;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section#archive .archive__more-button:hover {
  background: #f9f9f9;
}

body#sightseeing section#intro .intro__visualanker {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  body#sightseeing section#intro .intro__visualanker {
    grid-template-columns: repeat(1, 1fr);
  }
}
body#sightseeing .contents__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
body#sightseeing .contents__container .contents__block {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  margin-top: 40px;
}
body#sightseeing .contents__container .contents__block:first-child {
  margin-top: 0;
}
body#sightseeing .contents__container .contents__block.reverse {
  grid-template-columns: 1.5fr 1fr;
}
body#sightseeing .contents__container .contents__block.reverse .contents__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body#sightseeing .contents__container .contents__block.reverse .contents__visual {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body#sightseeing .contents__container .contents__text {
  padding: 20px 0;
  position: relative;
}
body#sightseeing .contents__container .contents__text .num {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  color: #496aab;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
body#sightseeing .contents__container .contents__text .num:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 70px;
  height: 1px;
  -webkit-transform: translate(-35px, -50%);
          transform: translate(-35px, -50%);
  background-color: #496aab;
}
body#sightseeing .contents__container .contents__text .num span {
  font-size: 16px;
  display: block;
  font-weight: 600;
}
body#sightseeing .contents__container .contents__text h4 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body#sightseeing .contents__container .contents__text p:not(.num) {
  margin-bottom: 0;
  line-height: 1.7;
}
body#sightseeing .contents__container .contents__text p.minute {
  background-color: #6d88bc;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
body#sightseeing .contents__container .contents__text button.map a {
  background-color: #7e7161;
  border: 1px solid #7e7161 !important;
}
body#sightseeing .contents__container .contents__text button.map a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #7e7161 !important;
}
body#sightseeing .contents__container .contents__text button.map a:hover svg .st0 {
  fill: #7e7161 !important;
  stroke: #7e7161 !important;
}
body#sightseeing .contents__container .contents__text button.map a:hover svg .st1, body#sightseeing .contents__container .contents__text button.map a:hover svg .st2 {
  fill: #7e7161 !important;
  stroke: #7e7161 !important;
}
body#sightseeing .contents__container .contents__visual {
  width: 100%;
  height: 100%;
}
body#sightseeing .contents__container .contents__visual img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  body#sightseeing .contents__container {
    gap: 20px;
  }
  body#sightseeing .contents__container .contents__block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body#sightseeing .contents__container .contents__block.reverse {
    grid-template-columns: 1fr;
  }
  body#sightseeing .contents__container .contents__block.reverse .room-contents__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#sightseeing .contents__container .contents__block.reverse .room-contents__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#sightseeing .contents__container .contents__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#sightseeing .contents__container .contents__text .num {
    font-size: 16px;
  }
  body#sightseeing .contents__container .contents__text h4 {
    font-size: 1.4rem;
  }
  body#sightseeing .contents__container .contents__text p {
    font-size: 14px;
  }
  body#sightseeing .contents__container .contents__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
  }
}
body#sightseeing .contents__container2 {
  margin: 0 auto;
  display: grid;
  border-top: 1px solid #496aab;
  margin-top: 70px;
  padding-top: 50px;
}
@media (min-width: 769px) {
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    gap: 0 60px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column2 {
    max-width: 1000px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column2 .contents__block {
    margin-top: 60px;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column2 .contents__block:first-child, body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column2 .contents__block:nth-child(2) {
    margin-top: 0;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column3 {
    max-width: 1200px;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column3 .contents__block {
    margin-top: 60px;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column3 .contents__block:first-child, body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column3 .contents__block:nth-child(2), body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column3 .contents__block:nth-child(3) {
    margin-top: 0;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column4 {
    max-width: 1200px;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column4 .contents__block {
    margin-top: 60px;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column4 .contents__block:first-child, body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column4 .contents__block:nth-child(2), body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column4 .contents__block:nth-child(3), body#sightseeing .contents__container2.swiper-container .swiper-wrapper.column4 .contents__block:nth-child(4) {
    margin-top: 0;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-button-next,
  body#sightseeing .contents__container2.swiper-container .swiper-button-prev,
  body#sightseeing .contents__container2.swiper-container .swiper-pagination {
    display: none;
  }
}
@media (max-width: 768px) {
  body#sightseeing .contents__container2.swiper-container {
    display: block;
    padding-bottom: 40px;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-wrapper .contents__block {
    margin-top: 0 !important;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-slide {
    height: auto;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-pagination {
    bottom: 0;
    margin-top: 40px;
  }
  body#sightseeing .contents__container2.swiper-container .swiper-button-next,
  body#sightseeing .contents__container2.swiper-container .swiper-button-prev {
    top: calc(50% - 20px);
    display: none;
  }
}
body#sightseeing .contents__container2 .contents__block.reverse {
  grid-template-columns: 1.5fr 1fr;
}
body#sightseeing .contents__container2 .contents__block.reverse .contents__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body#sightseeing .contents__container2 .contents__block.reverse .contents__visual {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body#sightseeing .contents__container2 .contents__text {
  position: relative;
}
body#sightseeing .contents__container2 .contents__text .num {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  color: #496aab;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
body#sightseeing .contents__container2 .contents__text .num:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 70px;
  height: 1px;
  -webkit-transform: translate(-35px, -50%);
          transform: translate(-35px, -50%);
  background-color: #496aab;
}
body#sightseeing .contents__container2 .contents__text .num span {
  font-size: 16px;
  display: block;
  font-weight: 600;
}
body#sightseeing .contents__container2 .contents__text h4 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #496aab;
}
body#sightseeing .contents__container2 .contents__text p:not(.num) {
  margin-bottom: 0;
  line-height: 1.7;
}
body#sightseeing .contents__container2 .contents__text p.minute {
  background-color: #6d88bc;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
body#sightseeing .contents__container2 .contents__text img {
  margin-bottom: 10px;
}
body#sightseeing .contents__container2 .contents__text .contents__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
body#sightseeing .contents__container2 .contents__text .contents__button button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
body#sightseeing .contents__container2 .contents__text .contents__button button a {
  width: calc(100% - 20px) !important;
}
body#sightseeing .contents__container2 .contents__text button.map a {
  background-color: #7e7161;
  border: 1px solid #7e7161 !important;
}
body#sightseeing .contents__container2 .contents__text button.map a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #7e7161 !important;
}
body#sightseeing .contents__container2 .contents__text button.map a:hover svg .st0 {
  fill: #7e7161 !important;
  stroke: #7e7161 !important;
}
body#sightseeing .contents__container2 .contents__text button.map a:hover svg .st1, body#sightseeing .contents__container2 .contents__text button.map a:hover svg .st2 {
  fill: #7e7161 !important;
  stroke: #7e7161 !important;
}
body#sightseeing .contents__container2 .contents__visual {
  width: 100%;
  height: 100%;
}
body#sightseeing .contents__container2 .contents__visual img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
body#sightseeing section#contents1.shopping {
  padding: 60px 0;
}
body#sightseeing section#contents1.shopping .contents__container2 .contents__block .contents__text h4 {
  min-height: 60px;
}
body#sightseeing section#contents1.shopping .contents__container2 .contents__block .contents__text p {
  min-height: 115px;
}
body#sightseeing section#contents1.shopping .contents__container2 .contents__block .contents__text p.minute {
  min-height: 0;
}
@media screen and (max-width: 767px) {
  body#sightseeing section#contents1.shopping {
    padding-bottom: 0;
  }
  body#sightseeing section#contents1.shopping .contents__container2 .contents__block .contents__text h4 {
    min-height: 0;
  }
  body#sightseeing section#contents1.shopping .contents__container2 .contents__block .contents__text p {
    min-height: 0;
  }
  body#sightseeing section#contents1.shopping .contents__container2 .contents__block .contents__text p.minute {
    min-height: 0;
  }
}
body#sightseeing section#contents2.neighborarea {
  padding: 60px 0;
}
body#sightseeing section#contents2.neighborarea .contents__container2 .contents__block .contents__text h4 {
  min-height: 60px;
}
body#sightseeing section#contents2.neighborarea .contents__container2 .contents__block .contents__text p {
  min-height: 115px;
}
body#sightseeing section#contents2.neighborarea .contents__container2 .contents__block .contents__text p.minute {
  min-height: 0;
}
@media screen and (max-width: 767px) {
  body#sightseeing section#contents2.neighborarea {
    padding-bottom: 0;
  }
  body#sightseeing section#contents2.neighborarea .contents__container2 .contents__block .contents__text h4 {
    min-height: 0;
  }
  body#sightseeing section#contents2.neighborarea .contents__container2 .contents__block .contents__text p {
    min-height: 0;
  }
  body#sightseeing section#contents2.neighborarea .contents__container2 .contents__block .contents__text p.minute {
    min-height: 0;
  }
}
body#sightseeing section#contents3.widearea {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  body#sightseeing section#contents3.widearea {
    padding-bottom: 0;
  }
  body#sightseeing section#contents3.widearea .contents__container2 .contents__block .contents__text h4 {
    min-height: 0;
  }
  body#sightseeing section#contents3.widearea .contents__container2 .contents__block .contents__text p {
    min-height: 0;
  }
  body#sightseeing section#contents3.widearea .contents__container2 .contents__block .contents__text p.minute {
    min-height: 0;
  }
}
body#sightseeing section#contents4.activity {
  padding: 60px 0;
}
body#sightseeing section#contents4.activity .contents__container2 .contents__block .contents__text p {
  min-height: 85px;
}
body#sightseeing section#contents4.activity .contents__container2 .contents__block .contents__text p.minute {
  min-height: 0;
}
@media screen and (max-width: 767px) {
  body#sightseeing section#contents4.activity {
    padding-bottom: 0;
  }
  body#sightseeing section#contents4.activity .contents__container2 .contents__block .contents__text h4 {
    min-height: 0;
  }
  body#sightseeing section#contents4.activity .contents__container2 .contents__block .contents__text p {
    min-height: 0;
  }
  body#sightseeing section#contents4.activity .contents__container2 .contents__block .contents__text p.minute {
    min-height: 0;
  }
}
body#sightseeing section#contents5.room-contents {
  padding: 60px 0;
}
body#sightseeing section#contents5.room-contents .room-contents__list dl dd span a {
  display: inline-block;
}

body#access {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
body#access section#contents1.map {
  padding: 60px 0;
}
body#access section#contents1.map .map__map iframe {
  width: 100%;
}
body#access section#contents1.map .map__desc {
  margin-top: 30px;
}
body#access section#contents1.map .map__desc img {
  width: 350px;
}
body#access section#contents1.map .map__desc p {
  text-align: center;
  line-height: 1.7;
  margin-top: 20px;
}
body#access section#contents1.map .map__desc button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  body#access section#contents1.map .map__map iframe {
    height: 250px;
  }
  body#access section#contents1.map .map__desc img {
    width: 80%;
  }
  body#access section#contents1.map .map__desc button {
    margin-top: 20px;
  }
}
body#access section#contents2.transportation {
  padding: 60px 0;
}
body#access section#contents2.transportation .transportation__button {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: center;
}
body#access section#contents2.transportation .transportation__button button {
  width: 33.3333333333%;
}
body#access section#contents2.transportation .transportation__button button a {
  width: 95% !important;
  border-radius: 0px;
}
body#access section#contents2.transportation .transportation__button button a svg {
  right: 20px;
}
body#access section#contents2.transportation .transportation__way {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 70px;
}
body#access section#contents2.transportation .transportation__way.train {
  margin-top: 120px;
}
body#access section#contents2.transportation .transportation__way .transportation__way-title {
  font-size: 26px;
  line-height: 1.7;
  color: #496aab;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
body#access section#contents2.transportation .transportation__way .transportation__way-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-image: linear-gradient(to right, #4d6a94 1px, transparent 1px, transparent 6px, #ca8e70 5px, #ca8e70 7px);
}
body#access section#contents2.transportation .transportation__way .transportation__way-title span {
  font-size: 16px;
  display: block;
}
body#access section#contents2.transportation .transportation__button2 {
  margin-top: 60px;
}
body#access section#contents2.transportation .transportation__parking {
  margin-top: 60px;
  padding: 30px 40px;
  background-color: #edf0f7;
}
body#access section#contents2.transportation .transportation__parking .transportation__parking-title {
  font-size: 26px;
  line-height: 1.7;
  color: #496aab;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
body#access section#contents2.transportation .transportation__parking .transportation__parking-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 70px;
  height: 1px;
  -webkit-transform: translate(-35px, -50%);
  transform: translate(-35px, -50%);
  background-color: #496aab;
}
body#access section#contents2.transportation .transportation__parking .transportation__parking-title span {
  font-size: 16px;
  display: block;
}
body#access section#contents2.transportation .transportation__parking .transportation__parking-container {
  margin-top: 70px;
}
body#access section#contents2.transportation .transportation__parking .transportation__parking-container .transportation__parking-desc .contents__list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  body#access section#contents2.transportation .transportation__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body#access section#contents2.transportation .transportation__button button {
    width: 100%;
    margin-top: 20px;
  }
  body#access section#contents2.transportation .transportation__button button:first-child {
    margin-top: 0;
  }
  body#access section#contents2.transportation .transportation__button button a {
    width: 100% !important;
  }
  body#access section#contents2.transportation .transportation__way {
    margin-top: 50px;
  }
  body#access section#contents2.transportation .transportation__way.train {
    margin-top: 70px;
  }
  body#access section#contents2.transportation .transportation__parking {
    padding: 30px 10px;
  }
  body#access section#contents2.transportation .transportation__parking .transportation__parking-container {
    margin-top: 40px;
  }
}

body#bestrate {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
body#bestrate section#contents1.bestrate {
  padding: 60px 0 80px;
  background-color: #496aab;
}
body#bestrate section#contents1.bestrate p, body#bestrate section#contents1.bestrate h3, body#bestrate section#contents1.bestrate h4 {
  color: #ffffff !important;
}
body#bestrate section#contents1.bestrate:before, body#bestrate section#contents1.bestrate:after {
  opacity: 0.2;
}
body#bestrate section#contents1.bestrate .bestrate__catch {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
body#bestrate section#contents1.bestrate .bestrate__catch p {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
body#bestrate section#contents1.bestrate .bestrate__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  body#bestrate section#contents1.bestrate .bestrate__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
body#bestrate section#contents1.bestrate .bestrate__container img {
  width: 80%;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  body#bestrate section#contents1.bestrate .bestrate__container img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body#bestrate section#contents1.bestrate .bestrate__container .bestrate__block {
    margin-bottom: 40px;
  }
  body#bestrate section#contents1.bestrate .bestrate__container .bestrate__block:last-child {
    margin-bottom: 0px;
  }
}
body#bestrate section#contents1.bestrate .bestrate__container .bestrate__block .bestrate__block-inner {
  background-color: #ffffff;
  padding: 35px 20px 20px;
  position: relative;
}
body#bestrate section#contents1.bestrate .bestrate__container .bestrate__block .bestrate__block-num {
  position: absolute;
  width: 80%;
  top: 0px;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body#bestrate section#contents1.bestrate .bestrate__container .bestrate__block .bestrate__block-num p {
  background-color: #ca8e70;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  font-weight: 500;
  width: 100%;
}
body#bestrate section#contents1.bestrate .bestrate__container .bestrate__block .bestrate__block-num p span {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}
body#bestrate section#contents1.bestrate .bestrate__container .bestrate__block .bestrate__block-text p {
  color: #333 !important;
  font-weight: 500;
  line-height: 2;
}
body#bestrate section#contents1.bestrate .bestrate__container .bestrate__block .bestrate__block-button button {
  width: 100%;
}
body#bestrate section#contents1.bestrate .bestrate__container .bestrate__block .bestrate__block-button button a {
  width: 100% !important;
}
body#bestrate section#contents2.detail {
  padding: 60px 0;
  background-color: #ffffff;
}
body#bestrate section#contents2.detail:before, body#bestrate section#contents2.detail:after {
  display: none;
}
body#bestrate section#contents2.detail .section__container {
  max-width: 1000px;
}
body#bestrate section#contents2.detail .detail__container .detail__block {
  margin-bottom: 50px;
}
body#bestrate section#contents2.detail .detail__container .detail__block:last-child {
  margin-bottom: 0;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-title {
  display: block;
  background-color: #ca8e70;
  border-radius: 25px;
  padding: 10px 20px;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-title p {
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-title p span {
  font-size: 1.6rem;
  font-weight: 500;
  border-right: 1px solid #ffffff;
  margin-right: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-title p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-text {
  margin-top: 20px;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-text p {
  line-height: 1.7;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-term {
  margin-top: 20px;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-term .detail__block-term-title {
  font-weight: 600;
  color: #496aab;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-term ul {
  margin-left: 20px;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-term ul li {
  font-weight: 300;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-how {
  margin-top: 20px;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-how .detail__block-how-title {
  font-weight: 600;
  color: #496aab;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-how .detail__block-how-select {
  display: inline-block;
  margin: 10px 0;
  padding: 20px;
  min-width: 450px;
  background-color: #edf0f7;
}
@media screen and (max-width: 767px) {
  body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-how .detail__block-how-select {
    min-width: 0;
    width: 100%;
  }
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-how .detail__block-how-select ul li {
  font-weight: 300;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 10px;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button {
  width: 100%;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button a {
  width: 100% !important;
  background-color: #ca8e70;
  border: 1px solid #ca8e70;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #ca8e70 !important;
  border: 1px solid #ca8e70 !important;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button a:hover svg .st0, body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button a:hover svg .st1, body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button a:hover svg .st2 {
  fill: #ca8e70 !important;
  stroke: #ca8e70 !important;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button.plan a {
  background-color: #E16250;
  border: 1px solid #E16250;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button.plan a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #E16250 !important;
  border: 1px solid #E16250 !important;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button.plan a:hover svg .st0, body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button.plan a:hover svg .st1, body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button.plan a:hover svg .st2 {
  fill: #E16250 !important;
  stroke: #E16250 !important;
}
@media screen and (max-width: 767px) {
  body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 0;
  }
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-contact {
  margin-top: 40px;
  background-color: #edf0f7;
  padding: 40px 0;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-contact p, body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-contact a {
  text-align: center;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-contact .detail__block-contact-title {
  font-weight: 600;
  color: #496aab;
  font-size: 1.1rem;
}
body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-contact .detail__block-contact-tel {
  font-weight: 300;
  color: #496aab;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-contact .detail__block-contact-tel {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body#bestrate section#contents2.detail .detail__container .detail__block .detail__block-button button {
    width: 100%;
  }
}

body#contact section#contents1, body#contact-complete section#contents1 {
  padding: 60px 0;
}
body#contact section#contents1:before, body#contact section#contents1:after, body#contact-complete section#contents1:before, body#contact-complete section#contents1:after {
  width: 100%;
  height: 130%;
}
body#contact section#contents1 .section__container .contents__title, body#contact-complete section#contents1 .section__container .contents__title {
  margin-bottom: 0;
}
body#contact section#contents1 .section__container .tel__num a, body#contact-complete section#contents1 .section__container .tel__num a {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  body#contact section#contents1, body#contact-complete section#contents1 {
    padding: 40px 0;
  }
  body#contact section#contents1 .section__container .tel__num a, body#contact-complete section#contents1 .section__container .tel__num a {
    font-size: 2rem;
  }
}
body#contact section#contents2, body#contact-complete section#contents2 {
  padding: 60px 0;
}
body#contact section#contents2 .section__container, body#contact-complete section#contents2 .section__container {
  max-width: 1000px;
}
body#contact section#contents2 .section__container .contents__form, body#contact-complete section#contents2 .section__container .contents__form {
  margin-top: 70px;
}
body#contact section#contents2 .section__container .contact__form, body#contact-complete section#contents2 .section__container .contact__form {
  display: grid;
  gap: 0px;
}
body#contact section#contents2 .section__container .contact__form .contact__form-item, body#contact-complete section#contents2 .section__container .contact__form .contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body#contact section#contents2 .section__container .contact__form .contact__form-item label, body#contact-complete section#contents2 .section__container .contact__form .contact__form-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 170px;
  color: #496aab;
}
body#contact section#contents2 .section__container .contact__form .contact__form-item label .required, body#contact-complete section#contents2 .section__container .contact__form .contact__form-item label .required {
  color: #ff4646;
  margin-left: 5px;
}
body#contact section#contents2 .section__container .contact__form .contact__form-item .wpcf7-form-control-wrap, body#contact-complete section#contents2 .section__container .contact__form .contact__form-item .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body#contact section#contents2 .section__container .contact__form .contact__form-item .contact__input,
body#contact section#contents2 .section__container .contact__form .contact__form-item .contact__textarea, body#contact-complete section#contents2 .section__container .contact__form .contact__form-item .contact__input,
body#contact-complete section#contents2 .section__container .contact__form .contact__form-item .contact__textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f8f9fa;
}
body#contact section#contents2 .section__container .contact__form .contact__form-item .contact__input:focus,
body#contact section#contents2 .section__container .contact__form .contact__form-item .contact__textarea:focus, body#contact-complete section#contents2 .section__container .contact__form .contact__form-item .contact__input:focus,
body#contact-complete section#contents2 .section__container .contact__form .contact__form-item .contact__textarea:focus {
  outline: none;
  border-color: #496aab;
  background-color: #fff;
}
body#contact section#contents2 .section__container .contact__form .contact__form-item .contact__textarea, body#contact-complete section#contents2 .section__container .contact__form .contact__form-item .contact__textarea {
  min-height: 200px;
  resize: vertical;
}
body#contact section#contents2 .section__container .contact__form .contact__button, body#contact-complete section#contents2 .section__container .contact__form .contact__button {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#contact section#contents2 .section__container .contact__form .contact__button .contact__submit, body#contact-complete section#contents2 .section__container .contact__form .contact__button .contact__submit {
  cursor: pointer;
  border-radius: 30px;
}
body#contact section#contents2 .section__container .contact__form .contact__button .contact__submit:hover, body#contact-complete section#contents2 .section__container .contact__form .contact__button .contact__submit:hover {
  opacity: 0.9;
}
body#contact section#contents2 .section__container .form-confirmation, body#contact-complete section#contents2 .section__container .form-confirmation {
  background: #edf0f7;
  padding: 40px 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}
body#contact section#contents2 .section__container .form-confirmation h3, body#contact-complete section#contents2 .section__container .form-confirmation h3 {
  margin-bottom: 20px;
  text-align: center;
  color: #496aab;
  font-size: 1.2rem;
  font-weight: 500;
}
body#contact section#contents2 .section__container .form-confirmation dl, body#contact-complete section#contents2 .section__container .form-confirmation dl {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 20px 0;
  margin-bottom: 30px;
}
body#contact section#contents2 .section__container .form-confirmation dt, body#contact-complete section#contents2 .section__container .form-confirmation dt {
  font-weight: bold;
}
body#contact section#contents2 .section__container .form-confirmation dd, body#contact-complete section#contents2 .section__container .form-confirmation dd {
  white-space: normal; /* 長いテキストを折り返し */
  line-height: 1.8; /* 行間を広めに */
}
body#contact section#contents2 .section__container .confirmation-buttons, body#contact-complete section#contents2 .section__container .confirmation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
body#contact section#contents2 .section__container .back-button, body#contact section#contents2 .section__container .send-button, body#contact-complete section#contents2 .section__container .back-button, body#contact-complete section#contents2 .section__container .send-button {
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
body#contact section#contents2 .section__container .back-button, body#contact-complete section#contents2 .section__container .back-button {
  background: #ccc;
  cursor: pointer;
}
body#contact section#contents2 .section__container .send-button, body#contact-complete section#contents2 .section__container .send-button {
  background: #496aab;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body#contact section#contents2, body#contact-complete section#contents2 {
    padding: 40px 0;
  }
  body#contact section#contents2 .section__container .contact__form .contact__form-item, body#contact-complete section#contents2 .section__container .contact__form .contact__form-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#contact section#contents2 .section__container .contact__form .contact__form-item label, body#contact-complete section#contents2 .section__container .contact__form .contact__form-item label {
    width: 100%;
  }
  body#contact section#contents2 .section__container .contact__form .contact__form-item .wpcf7-form-control-wrap, body#contact-complete section#contents2 .section__container .contact__form .contact__form-item .wpcf7-form-control-wrap {
    width: 100%;
  }
  body#contact section#contents2 .section__container .contact__form .contact__button, body#contact-complete section#contents2 .section__container .contact__form .contact__button {
    margin-top: 0;
  }
}

body#single section#post-single {
  padding: 60px 0;
}
body#single section#post-single .section__container .post-single__header {
  margin-bottom: 40px;
}
body#single section#post-single .section__container .post-single__header .post-single__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
body#single section#post-single .section__container .post-single__header .post-single__category .category-label {
  display: inline-block;
  background-color: #496aab;
  color: white;
  padding: 5px 25px;
  border-radius: 20px;
  margin-right: 15px;
}
body#single section#post-single .section__container .post-single__header .post-single__category .post-date {
  color: #666;
}
body#single section#post-single .section__container .post-single__header .post-single__title {
  font-size: clamp(1.3rem, 1.6vw, 2rem);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
body#single section#post-single .section__container .post-single__content {
  margin-bottom: 50px;
}
body#single section#post-single .section__container .post-single__content .post-single__thumbnail {
  margin-bottom: 30px;
}
body#single section#post-single .section__container .post-single__content .post-single__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body#single section#post-single .section__container .post-single__content .post-single__body {
  margin-bottom: 30px;
}
body#single section#post-single .section__container .post-single__content .post-single__body p {
  margin-bottom: 1.5em;
  line-height: 1.7;
}
body#single section#post-single .section__container .post-single__content .post-single__body h2 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  margin: 2em 0 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #f0f0f0;
}
body#single section#post-single .section__container .post-single__content .post-single__body h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  margin: 1.8em 0 1em;
  padding-left: 1em;
  border-left: 4px solid #4472C4;
}
body#single section#post-single .section__container .post-single__content .post-single__body h4 {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  margin: 1.5em 0 1em;
}
body#single section#post-single .section__container .post-single__content .post-single__body ul, body#single section#post-single .section__container .post-single__content .post-single__body ol {
  margin: 1.5em 0 1.5em 1.5em;
}
body#single section#post-single .section__container .post-single__content .post-single__body ul {
  list-style: none;
}
body#single section#post-single .section__container .post-single__content .post-single__body ul li {
  margin-bottom: 0.5em;
  position: relative;
}
body#single section#post-single .section__container .post-single__content .post-single__body ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #496aab;
  position: absolute;
  left: -1em;
  top: 1em;
}
body#single section#post-single .section__container .post-single__content .post-single__body ol {
  list-style-type: decimal;
}
body#single section#post-single .section__container .post-single__content .post-single__body ol li {
  margin-bottom: 0.5em;
}
body#single section#post-single .section__container .post-single__content .post-single__body blockquote {
  background-color: #f9f9f9;
  border-left: 5px solid #e0e0e0;
  padding: 1em;
  margin: 1.5em 0;
}
body#single section#post-single .section__container .post-single__content .post-single__body blockquote p:last-child {
  margin-bottom: 0;
}
body#single section#post-single .section__container .post-single__content .post-single__body cite, body#single section#post-single .section__container .post-single__content .post-single__body footer {
  display: block;
  font-size: 0.9em;
  text-align: right;
  font-style: normal;
  margin-top: 1em;
}
body#single section#post-single .section__container .post-single__content .post-single__body cite::before, body#single section#post-single .section__container .post-single__content .post-single__body footer::before {
  content: "— ";
}
body#single section#post-single .section__container .post-single__content .post-single__body hr {
  margin: 2.5em 0;
  border: 0;
  height: 1px;
}
body#single section#post-single .section__container .post-single__content .post-single__body strong, body#single section#post-single .section__container .post-single__content .post-single__body b {
  font-weight: 600;
}
body#single section#post-single .section__container .post-single__content .post-single__body em, body#single section#post-single .section__container .post-single__content .post-single__body i {
  font-style: italic;
}
body#single section#post-single .section__container .post-single__content .post-single__body .footnote, body#single section#post-single .section__container .post-single__content .post-single__body .note {
  font-size: 0.9em;
  line-height: 1.6;
  margin-top: 2em;
}
body#single section#post-single .section__container .post-single__content .post-single__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
body#single section#post-single .section__container .post-single__content .post-single__body table th, body#single section#post-single .section__container .post-single__content .post-single__body table td {
  padding: 0.8em;
  border: 1px solid #ddd;
}
body#single section#post-single .section__container .post-single__content .post-single__body table th {
  background-color: #f5f5f5;
}
body#single section#post-single .section__container .post-single__content .post-single__body img {
  max-width: 100%;
  height: auto;
}
body#single section#post-single .section__container .post-single__content .post-single__body .wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}
body#single section#post-single .section__container .post-single__content .post-single__body .wp-caption img {
  margin-bottom: 0.5em;
}
body#single section#post-single .section__container .post-single__content .post-single__body .wp-caption .wp-caption-text {
  font-size: 0.9em;
  color: #666;
  text-align: center;
}
body#single section#post-single .section__container .post-single__content .post-single__body .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin: 1.5em 0;
}
body#single section#post-single .section__container .post-single__content .post-single__body pre {
  background-color: #f6f8fa;
  padding: 1em;
  border-radius: 4px;
  overflow-x: auto;
  margin: 1.5em 0;
}
body#single section#post-single .section__container .post-single__content .post-single__body code {
  font-family: monospace;
  background-color: #f6f8fa;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
body#single section#post-single .section__container .post-single__content .post-single__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
body#single section#post-single .section__container .post-single__navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
body#single section#post-single .section__container .post-single__navigation .post-single__nav-links {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
body#single section#post-single .section__container .post-single__navigation .post-single__nav-links .nav-previous {
  text-align: left;
}
body#single section#post-single .section__container .post-single__navigation .post-single__nav-links .nav-previous a {
  display: inline-block;
  position: relative;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#single section#post-single .section__container .post-single__navigation .post-single__nav-links .nav-previous a:hover {
  color: #4472C4;
}
body#single section#post-single .section__container .post-single__navigation .post-single__nav-links .nav-archive {
  text-align: center;
}
body#single section#post-single .section__container .post-single__navigation .post-single__nav-links .nav-archive a {
  display: inline-block;
  padding: 0px 30px;
  border: 1px solid #496aab;
  color: #496aab;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  font-weight: 400;
}
body#single section#post-single .section__container .post-single__navigation .post-single__nav-links .nav-archive a:hover {
  background-color: #eee;
}
body#single section#post-single .section__container .post-single__navigation .post-single__nav-links .nav-next {
  text-align: right;
}
body#single section#post-single .section__container .post-single__navigation .post-single__nav-links .nav-next a {
  display: inline-block;
  position: relative;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#single section#post-single .section__container .post-single__navigation .post-single__nav-links .nav-next a:hover {
  color: #4472C4;
}
@media screen and (max-width: 767px) {
  body#single section#post-single {
    padding: 40px 0;
  }
  body#single section#post-single .section__container .post-single__header {
    margin-bottom: 30px;
  }
  body#single section#post-single .section__container .post-single__content .post-single__body table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  body#single section#post-single .section__container .post-single__navigation .post-single__nav-links {
    gap: 10px;
  }
}

/* ============
contents-pagination | pagination2
============ */
.contents-pagination.pagination2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination2 {
    gap: 5px;
  }
}
.contents-pagination.pagination2 .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #496aab;
  border: 1px solid #496aab;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination2 .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.contents-pagination.pagination2 .page-numbers:hover {
  background-color: #496aab;
  color: #ffffff;
}
.contents-pagination.pagination2 .page-numbers.current {
  background-color: #496aab;
  color: #ffffff;
  border-color: #496aab;
  cursor: default;
}
.contents-pagination.pagination2 .page-numbers.next, .contents-pagination.pagination2 .page-numbers.prev {
  padding: 0 15px;
}
.contents-pagination.pagination2 .page-numbers.next:hover, .contents-pagination.pagination2 .page-numbers.prev:hover {
  background-color: #7e7161;
}

body#recruit {
  /* ============
  slide | slide-contents3
  ============ */
  /* ============
  slide | slide-contents3
  ============ */
}
body#recruit section#hotel-lobby {
  padding: 80px 0 0px;
}
body#recruit section#hotel-lobby .section__container {
  width: 100%;
  max-width: none;
}
body#recruit section#hotel-lobby .contents-visual.visual9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body#recruit section#hotel-lobby .contents-visual.visual9 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
body#recruit section#hotel-lobby .contents-visual__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  body#recruit section#hotel-lobby .contents-visual__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 30px;
    padding: 0;
    margin-left: 0; /* スマホサイズでは中央に戻す */
    max-width: 93%;
    margin: 0 auto;
  }
}
body#recruit section#hotel-lobby .contents-visual__text {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body#recruit section#hotel-lobby .contents-visual__text {
    padding: 0;
  }
}
body#recruit section#hotel-lobby .contents-visual__text .contents__title h4 {
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  color: #496aab;
}
body#recruit section#hotel-lobby .contents-visual__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
body#recruit section#hotel-lobby .contents-visual__image .contents-visual__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  body#recruit section#hotel-lobby .contents-visual__image {
    height: 300px;
  }
}
@media screen and (max-width: 1100px) {
  body#recruit section#hotel-lobby {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body#recruit section#hotel-lobby {
    padding: 0px 0 0;
  }
}
body#recruit #slide {
  margin-top: 0px;
}
body#recruit #slide.slide-contents3 .section__container {
  width: 100%;
  max-width: none;
}
body#recruit #slide.slide-contents3 .section__container .contents-slide.slide3 .infinite-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body#recruit #slide.slide-contents3 .section__container .contents-slide.slide3 .infinite-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body#recruit #slide.slide-contents3 .section__container .contents-slide.slide3 .infinite-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
body#recruit #slide.slide-contents3 .section__container .contents-slide.slide3 .infinite-slider .swiper-wrapper .swiper-slide {
  width: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#recruit #slide.slide-contents3 .section__container .contents-slide.slide3 .infinite-slider .swiper-wrapper .swiper-slide img {
  display: block;
  max-width: 350px;
  height: auto;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  body#recruit #slide.slide-contents3 .section__container .contents-slide.slide3 .infinite-slider .swiper-wrapper .swiper-slide img {
    max-width: 40vw;
  }
}
body#recruit #slide.slide-contents3 .section__container .contents-slide.slide3 .infinite-slider .swiper-wrapper .swiper-slide:nth-child(even) img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  body#recruit #slide.slide-contents3 .section__container .contents-slide.slide3 .infinite-slider .swiper-wrapper .swiper-slide:nth-child(even) img {
    margin-top: 10px;
  }
}
body#recruit #slide.slide-contents3 .section__container .contents-slide.slide3 .infinite-slider .swiper-wrapper .swiper-slide:nth-child(odd) img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body#recruit #slide.slide-contents3 .section__container .contents-slide.slide3 .infinite-slider .swiper-wrapper .swiper-slide:nth-child(odd) img {
    margin-bottom: 10px;
  }
}
body#recruit section#about-hotel {
  padding: 80px 0 0;
  position: relative;
}
body#recruit section#about-hotel .section__container {
  position: relative;
  width: 100%;
  max-width: none;
}
body#recruit section#about-hotel .about-hotel__heading {
  position: absolute;
  top: -40px;
  left: calc(50% + 40px);
  width: 100%;
  font-weight: 400;
  font-size: 80px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body#recruit section#about-hotel .about-hotel__heading {
    position: relative;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
    top: 0;
  }
}
body#recruit section#about-hotel .about-hotel__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body#recruit section#about-hotel .about-hotel__wrapper {
    grid-template-columns: 1fr;
  }
}
body#recruit section#about-hotel .about-hotel__image {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
body#recruit section#about-hotel .about-hotel__image .about-hotel__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  body#recruit section#about-hotel .about-hotel__image {
    height: 300px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body#recruit section#about-hotel .about-hotel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 20px 40px 40px;
  background-color: #edf0f7;
}
@media screen and (max-width: 767px) {
  body#recruit section#about-hotel .about-hotel__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px 20px;
  }
}
body#recruit section#about-hotel .about-hotel__title-wrapper {
  position: relative;
  margin-bottom: 30px;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  body#recruit section#about-hotel .about-hotel__title-wrapper {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
body#recruit section#about-hotel .about-hotel__title {
  font-size: 20px;
  font-weight: 400;
  display: block;
  max-width: 500px;
  padding: 10px 80px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #5E71B5), to(#E0A387));
  background: linear-gradient(to right, #5E71B5 60%, #E0A387);
  position: relative;
}
@media screen and (max-width: 767px) {
  body#recruit section#about-hotel .about-hotel__title {
    padding: 0 20px;
    font-weight: 300;
    width: 100%;
    text-align: center;
  }
}
body#recruit section#about-hotel .about-hotel__text {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  body#recruit section#about-hotel .about-hotel__text {
    max-width: 100%;
  }
}
body#recruit section#about-hotel .contents__title {
  margin-bottom: 20px;
}
body#recruit section#about-hotel .contents__title h4 {
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  color: #496aab;
}
@media screen and (max-width: 767px) {
  body#recruit section#about-hotel .contents__title h4 {
    font-size: 20px;
  }
}
body#recruit section#about-hotel .about-hotel__description {
  color: #666;
}
@media screen and (max-width: 1100px) {
  body#recruit section#about-hotel {
    padding: 60px 0 0;
  }
  body#recruit section#about-hotel .about-hotel__heading {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  body#recruit section#about-hotel {
    padding: 40px 0 0;
  }
}
body#recruit section#about-image {
  padding: 0;
  position: relative;
}
body#recruit section#about-image .section__container {
  position: relative;
  width: 100%;
  max-width: none;
}
body#recruit section#about-image .about-image__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body#recruit section#about-image .about-image__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
body#recruit section#about-image .about-image__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body#recruit section#about-image .about-image__image .about-image__img {
  width: 100%;
}
body#recruit section#contents1 {
  padding: 80px 0;
  background-color: #ffffff;
}
body#recruit section#contents1 .section__container {
  position: relative;
  width: 1000px;
}
body#recruit section#contents1 .ceo-message__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}
body#recruit section#contents1 .ceo-message__wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body#recruit section#contents1 .ceo-message__wrapper.reverse .ceo-message__content {
  padding: 60px 40px 60px 13%;
}
body#recruit section#contents1 .ceo-message__wrapper.reverse .ceo-message__photo {
  left: auto;
  right: 67%;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents1 .ceo-message__wrapper {
    margin-top: 40px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
body#recruit section#contents1 .ceo-message__content {
  position: relative;
  background-color: #f0f4f9;
  border-radius: 30px;
  padding: 60px 13% 60px 40px;
  width: 75%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents1 .ceo-message__content {
    width: 100%;
    margin-top: 30px;
    padding: 40px 20px !important;
    border-radius: 20px;
  }
}
body#recruit section#contents1 .ceo-message__title {
  color: #6d88bc;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents1 .ceo-message__title {
    margin-bottom: 10px;
  }
}
body#recruit section#contents1 .ceo-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents1 .ceo-message__name {
    margin-bottom: 20px;
  }
}
body#recruit section#contents1 .ceo-message__name-dot {
  width: 20px;
  height: 20px;
  background-color: #496aab;
  border-radius: 50%;
  margin-right: 8px;
}
body#recruit section#contents1 .ceo-message__name-dot:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents1 .ceo-message__name-dot {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}
body#recruit section#contents1 .ceo-message__text {
  color: #333;
  margin-bottom: 15px;
}
body#recruit section#contents1 .ceo-message__text:last-child {
  margin-bottom: 0;
}
body#recruit section#contents1 .ceo-message__photo {
  position: absolute;
  top: -12%;
  left: 67%;
  -webkit-transform: translateY(-50%);
  transform: translateY(0%);
  width: 400px;
  height: 100%;
  background-color: #808080;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents1 .ceo-message__photo {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 350px;
    margin: 0 auto;
    height: 400px;
    margin: 0 auto;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
  }
}
body#recruit section#contents1 .ceo-message__photo-label {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 1100px) {
  body#recruit section#contents1 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  body#recruit section#contents1 {
    padding: 40px 0 60px;
  }
}
body#recruit section#recruitment-banner {
  z-index: 2;
  position: relative;
  padding: 40px 0 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#435d9c), to(#d87e65));
  background: linear-gradient(to bottom, #435d9c 0%, #d87e65 100%);
  /* ここをシンプルな三角形のクリップパスに修正 */
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  /* 複雑な波形の疑似要素は削除 */
}
body#recruit section#recruitment-banner .section__container {
  position: relative;
  z-index: 2;
}
body#recruit section#recruitment-banner .recruitment-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
body#recruit section#recruitment-banner .recruitment-banner__title {
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body#recruit section#recruitment-banner .recruitment-banner__title {
    margin-bottom: 15px;
  }
}
body#recruit section#recruitment-banner .recruitment-banner__subtitle {
  color: #fff;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  body#recruit section#recruitment-banner .recruitment-banner__subtitle {
    font-size: 18px;
  }
}
body#recruit section#recruitment-banner .recruitment-banner__message {
  color: #fff;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body#recruit section#recruitment-banner .recruitment-banner__message {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
body#recruit section#recruitment-banner .recruitment-banner__cta {
  background-color: #e8a275;
  padding: 0px 30px;
  border-radius: 4px;
}
body#recruit section#recruitment-banner .recruitment-banner__cta p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body#recruit section#recruitment-banner .recruitment-banner__cta {
    padding: 2px 0;
    width: 100%;
  }
  body#recruit section#recruitment-banner .recruitment-banner__cta p {
    font-size: 16px;
  }
}
body#recruit section#recruitment-banner .recruitment-banner__cta-text {
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  body#recruit section#recruitment-banner {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  body#recruit section#recruitment-banner {
    padding: 40px 0 80px;
    /* レスポンシブでもクリップパスを調整 */
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
            clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  }
}
body#recruit section#career-stages {
  padding: 160px 0 80px;
  margin-top: -100px;
  background-color: #edf0f7;
  z-index: 1;
}
body#recruit section#career-stages .section__container {
  width: 1000px;
}
body#recruit section#career-stages .career-stages__text p {
  text-align: center;
}
body#recruit section#career-stages .career-stages__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  body#recruit section#career-stages .career-stages__list {
    gap: 10px;
    margin-top: 60px;
  }
}
body#recruit section#career-stages .career-stages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  left: 30px;
  margin-bottom: 20px;
}
body#recruit section#career-stages .career-stages__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body#recruit section#career-stages .career-stages__item {
    left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
body#recruit section#career-stages .career-stages__label {
  position: absolute;
  left: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 15px;
}
body#recruit section#career-stages .career-stages__label--mid {
  background-color: #4668b0;
}
body#recruit section#career-stages .career-stages__label--new {
  background-color: #d18a6e;
}
@media screen and (max-width: 767px) {
  body#recruit section#career-stages .career-stages__label {
    width: 70px;
    height: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 0;
  }
}
body#recruit section#career-stages .career-stages__label-text {
  color: #fff;
  font-weight: bold;
}
body#recruit section#career-stages .career-stages__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 20px 12px 40px;
}
@media screen and (max-width: 767px) {
  body#recruit section#career-stages .career-stages__content {
    padding: 45px 15px 15px;
  }
}
body#recruit section#career-stages .career-stages__text {
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body#recruit section#career-stages {
    padding: 130px 0 60px;
  }
}
body#recruit section#contents5.staff-slider {
  padding: 80px 0;
  background-color: #f5f7fb;
}
body#recruit section#contents5.staff-slider .staff-slider__wrapper {
  position: relative;
}
body#recruit section#contents5.staff-slider .staff-slider__swiper {
  margin-bottom: 30px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider .staff-slider__swiper {
    margin-bottom: 20px;
  }
}
body#recruit section#contents5.staff-slider .staff-slider__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider .staff-slider__slide {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
body#recruit section#contents5.staff-slider .swiper-slide-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body#recruit section#contents5.staff-slider .staff-slider__image {
  background-color: #666;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider .staff-slider__image {
    width: 90%;
    margin: 0 auto;
    height: 300px;
  }
}
body#recruit section#contents5.staff-slider .staff-slider__image-placeholder {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  text-align: center;
}
body#recruit section#contents5.staff-slider .staff-slider__content {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider .staff-slider__content {
    padding: 0;
  }
}
body#recruit section#contents5.staff-slider .staff-slider__title {
  color: #496aab;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider .staff-slider__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
body#recruit section#contents5.staff-slider .staff-slider__text {
  color: #333;
}
body#recruit section#contents5.staff-slider .staff-slider__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider .staff-slider__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
body#recruit section#contents5.staff-slider .staff-slider__nav-btn {
  padding: 15px 20px;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
}
body#recruit section#contents5.staff-slider .staff-slider__nav-btn:hover {
  background-color: #e9edf5;
}
body#recruit section#contents5.staff-slider .staff-slider__nav-btn--active {
  background-color: #496aab;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider .staff-slider__nav-btn {
    padding: 10px 15px;
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 8px);
            flex: 1 0 calc(50% - 8px);
  }
}
body#recruit section#contents5.staff-slider .staff-slider__prev,
body#recruit section#contents5.staff-slider .staff-slider__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#recruit section#contents5.staff-slider .staff-slider__prev:hover,
body#recruit section#contents5.staff-slider .staff-slider__next:hover {
  background-color: #496aab;
}
body#recruit section#contents5.staff-slider .staff-slider__prev:hover span,
body#recruit section#contents5.staff-slider .staff-slider__next:hover span {
  border-color: #fff;
}
body#recruit section#contents5.staff-slider .staff-slider__prev span,
body#recruit section#contents5.staff-slider .staff-slider__next span {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #496aab;
  border-right: 2px solid #496aab;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider .staff-slider__prev,
  body#recruit section#contents5.staff-slider .staff-slider__next {
    width: 40px;
    height: 40px;
    top: 27%;
  }
}
body#recruit section#contents5.staff-slider .staff-slider__prev {
  left: -60px;
}
body#recruit section#contents5.staff-slider .staff-slider__prev span {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider .staff-slider__prev {
    left: -5px;
  }
}
body#recruit section#contents5.staff-slider .staff-slider__next {
  right: -60px;
}
body#recruit section#contents5.staff-slider .staff-slider__next span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider .staff-slider__next {
    right: -5px;
  }
}
@media screen and (max-width: 1100px) {
  body#recruit section#contents5.staff-slider {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  body#recruit section#contents5.staff-slider {
    padding: 40px 0;
  }
}
body#recruit section#contents2 {
  padding: 80px 0;
}
body#recruit section#contents2 .contents__list td span {
  color: #496aab;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 1;
}
body#recruit section#contents4 {
  padding: 80px 0;
  background-color: #ffffff;
}
body#recruit section#contents4 .contents__list td span {
  color: #496aab;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 1;
}
body#recruit section#contents4 .job-description__cta {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents4 .job-description__cta {
    margin-top: 40px;
  }
}
body#recruit section#contents4 .job-description__cta .job-description__cta-title {
  text-align: center;
  font-size: 28px;
  color: #496aab;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents4 .job-description__cta .job-description__cta-title {
    font-size: 20px;
    line-height: 1.7;
  }
}
body#recruit section#contents4 .job-description__cta .job-description__cta-text {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents4 .job-description__cta .job-description__cta-text {
    font-size: 14px;
  }
}
body#recruit section#contents4 .job-description__cta button {
  margin-top: 30px;
}
body#recruit section#contents4 .job-description__cta .job-description__cta-tel {
  margin-top: 10px;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents4 .job-description__cta .job-description__cta-tel {
    margin-top: 20px;
    font-size: 26px;
  }
}
body#recruit section#contents4 .job-description__cta .job-description__cta-tel img {
  display: inline-block;
  width: 33px;
}
@media screen and (max-width: 767px) {
  body#recruit section#contents4 .job-description__cta .job-description__cta-tel img {
    width: 28px;
  }
}
body#recruit section#contents4 .job-description__cta .job-description__cta-time {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  body#recruit section#contents4 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  body#recruit section#contents4 {
    padding: 40px 0;
  }
}

a.button-instagram {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  opacity: 0.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
a.button-instagram span.icon-instagram {
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask-image: url(../images/common/icon/instagram-brands-solid.svg);
          mask-image: url(../images/common/icon/instagram-brands-solid.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

#overlay .menu__container .menu__nav {
  margin-top: 20px;
}

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

.header__nav ul li a span.icon-instagram {
  display: block;
  width: 25px;
  height: 25px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-mask-image: url(../images/common/icon/instagram-brands-solid.svg);
          mask-image: url(../images/common/icon/instagram-brands-solid.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.panel.pc-header {
  z-index: 998 !important;
}

input[type=checkbox]:checked ~ #overlay-button span {
  height: 0 !important;
}