@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
body {
  opacity: 0;
  transition: opacity 0.1s;
}
body.loaded {
  opacity: 1;
}

body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Hina Mincho", "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

p, span {
  font-weight: normal;
  line-height: 1;
}

.entry-content p {
  margin: 0;
}

p:empty {
  display: none !important;
}

br {
  display: none !important;
}

.entry-content table tr:nth-child(even),
.modal-body table tr:nth-child(even) {
  background: none;
}

button {
  box-shadow: none !important;
}

table tr:nth-child(even) {
  background: none !important;
}

ul, ul ul, ol, li, dl, dt, dd {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.entry-content li {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: none;
}

a {
  border: none !important;
}
a:hover {
  border: none !important;
}

.container.single-staff {
  width: 100%;
}

input {
  box-shadow: none !important;
}
input:hover {
  box-shadow: none !important;
}

body.open_modal {
  overflow: hidden;
}

.headerclass, .mobile-headerclass {
  height: 0;
  background-color: #EDEDED !important;
}

.kad-mobile-header-height {
  height: auto !important;
}

#kad-mobile-banner #mobile-logo a {
  width: -moz-max-content;
  width: max-content;
}

.header_logo {
  width: 17%;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 1025;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header_logo {
    width: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .header_logo {
    width: 65px;
    left: 40px;
    top: 10px;
  }
}
.header_logo.open_menu {
  opacity: 0;
  pointer-events: none;
}
.header_logo a img {
  transition: all 0.2s ease-in-out;
}
.header_logo a img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.header_logo.no_header a img:first-of-type {
  opacity: 0;
}
.header_logo.no_header a img:nth-of-type(2) {
  opacity: 1;
}
.header_logo.scroll a img:first-of-type {
  opacity: 0;
}
.header_logo.scroll a img:nth-of-type(2) {
  opacity: 1;
}

button.header_mobile_menu--button {
  height: 70px;
  padding: 0;
  background: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  button.header_mobile_menu--button {
    display: none;
  }
}
button.header_mobile_menu--button::before {
  content: "MENU";
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translate(-50%, 0);
  transition: all 0.2s ease-in-out;
}
button.header_mobile_menu--button.scroll::before {
  color: #282828;
}
button.header_mobile_menu--button.scroll.open_menu::before {
  color: #fff;
}
button.header_mobile_menu--button.no_header::before {
  color: #282828;
}
button.header_mobile_menu--button.no_header.open_menu::before {
  color: #fff;
}
button.header_mobile_menu--button.open_menu::before {
  content: "CLOSE";
}
button.header_mobile_menu--button span {
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out;
}
button.header_mobile_menu--button span:first-of-type {
  width: 43%;
  transform: translate(-50%, calc(-50% - 15px));
}
button.header_mobile_menu--button span:nth-of-type(2) {
  width: 57%;
  transform: translate(-50%, calc(-50% - 6px)) scaleX(1);
}
button.header_mobile_menu--button span:nth-of-type(3) {
  width: 43%;
  transform: translate(-50%, calc(-50% + 3px));
}
button.header_mobile_menu--button.scroll span {
  background-color: #282828;
}
button.header_mobile_menu--button.scroll.open_menu span {
  background-color: #fff;
}
button.header_mobile_menu--button.no_header span {
  background-color: #282828;
}
button.header_mobile_menu--button.no_header.open_menu span {
  background-color: #fff;
}
button.header_mobile_menu--button.open_menu span:first-of-type {
  transform: translate(-50%, calc(-50% - 4px)) rotate(30deg);
}
button.header_mobile_menu--button.open_menu span:nth-of-type(2) {
  transform: translate(-50%, calc(-50% - 3px)) scaleX(0);
}
button.header_mobile_menu--button.open_menu span:nth-of-type(3) {
  transform: translate(-50%, calc(-50% - 4px)) rotate(-30deg);
}

.header_mobile--menu {
  width: 100vw;
  height: 100svh;
  padding: 135px 0 50px;
  background-color: #373581;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.4s, z-index 0.4s;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .header_mobile--menu {
    display: none;
  }
}
.header_mobile--menu.open_menu {
  opacity: 1;
  z-index: 1020;
  transition: opacity 0.4s, z-index 0s;
}

.header_menu--logo {
  width: 17%;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media screen and (min-width: 768px) {
  .header_menu--logo {
    width: 10%;
  }
}

nav.header_menu--nav {
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  nav.header_menu--nav {
    margin-bottom: 6%;
  }
}

ul.header_menu--ul {
  font-size: 4.8vw;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  ul.header_menu--ul {
    font-size: 2.4vw;
  }
}
ul.header_menu--ul li {
  list-style: none;
}
ul.header_menu--ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
ul.header_menu--ul li a {
  color: #fff;
}

ul.header_menu_ul--sp {
  font-size: 3.5vw;
  width: 88%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.header_menu_ul--sp {
    font-size: 1.8vw;
    width: 70%;
  }
}
ul.header_menu_ul--sp::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
ul.header_menu_ul--sp li {
  height: 4.5em;
  border-bottom: 1px solid #fff;
  list-style: none;
}
ul.header_menu_ul--sp li a {
  color: #fff;
  line-height: 1.4;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.header_menu_ul--sp li a br {
  display: block !important;
}

.header_menu_info--box {
  text-align: center;
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  .header_menu_info--box {
    margin-bottom: 6%;
  }
}
.header_menu_info--box p {
  color: #fff;
}
.header_menu_info--box p.name {
  font-size: 5.1vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .header_menu_info--box p.name {
    font-size: 2.7vw;
  }
}
.header_menu_info--box p.address {
  font-size: 4vw;
  line-height: 1.4;
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  .header_menu_info--box p.address {
    font-size: 2.2vw;
  }
}
.header_menu_info--box p.address br {
  display: block !important;
}
.header_menu_info--box p.time {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .header_menu_info--box p.time {
    font-size: 2.4vw;
  }
}
.header_menu_info--box a {
  color: #fff;
  font-size: 7.5vw;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0.5em;
  display: block;
}
@media screen and (min-width: 768px) {
  .header_menu_info--box a {
    font-size: 3.7vw;
  }
}

.kad-header-menu-inner.container {
  width: 100%;
  max-width: none;
}
.kad-header-menu-inner.container.scroll {
  background-color: #fff;
}

nav.nav-main {
  height: -moz-max-content;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.nav-main ul#menu-header-1.sf-menu {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  gap: 0 min(2.3vw, 35px);
}
nav.nav-main ul#menu-header-1.sf-menu > li:first-of-type {
  display: none;
}
nav.nav-main ul#menu-header-1.sf-menu > li > a {
  font-size: min(1.3vw, 17px);
  line-height: 1;
  white-space: nowrap;
  padding: 0;
}
nav.nav-main ul#menu-header-1.sf-menu > li > a:hover {
  opacity: 0.7;
}
body.single nav.nav-main ul#menu-header-1.sf-menu > li > a {
  color: #282828;
}
body.page-id-4259 nav.nav-main ul#menu-header-1.sf-menu > li > a {
  color: #282828;
}
.kad-header-menu-inner.container.scroll nav.nav-main ul#menu-header-1.sf-menu > li > a {
  color: #282828;
}

.floating_button {
  font-size: 3.2vw;
  width: 100vw;
  background-color: #DDD;
  display: grid;
  grid-template-columns: 1fr auto auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1010;
}
@media screen and (min-width: 768px) {
  .floating_button {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .floating_button {
    font-size: min(1.4vw, 18px);
    width: 14em;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
  }
}
.floating_button a {
  text-align: center;
  color: inherit;
  line-height: 1.4;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8em;
}
.floating_button a:first-of-type {
  font-size: 1.35em;
  background-color: #DDD;
}
@media screen and (min-width: 1025px) {
  .floating_button a:first-of-type {
    font-size: 1em;
    height: 100px;
  }
}
.floating_button a:first-of-type img {
  width: 1.4em;
}
.floating_button a:not(:first-of-type) {
  height: 5em;
  border-left: 1px solid #DBDBDB !important;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  .floating_button a:not(:first-of-type) {
    display: none;
  }
}
.floating_button a:not(:first-of-type) br {
  display: block !important;
}

.common_button {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .common_button {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button {
    font-size: 22px;
  }
}
.common_button a {
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0 1em;
}
@media screen and (min-width: 1025px) {
  .common_button a {
    gap: 0 1.4em;
  }
}
.common_button a span {
  letter-spacing: 0.05em;
  position: relative;
}
.common_button a span::before {
  content: "";
  width: calc(100% + 0.5em);
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -0.7em;
  transform: translate(-50%, 0) scaleX(1);
  transform-origin: left;
  transition: transform 0.4s;
}
.common_button a:hover span::before {
  transform: translate(-50%, 0) scaleX(0);
  transform-origin: right;
}
.common_button a i {
  font-size: 0.7em;
  width: 3.5em;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, 0);
  transition: all 0.4s;
  aspect-ratio: 1;
}
.common_button a:hover i {
  transform: translate(15%, 0);
}
.common_button.black a {
  color: #282828;
}
.common_button.black a span::before {
  background-color: #B5B5B5;
}
.common_button.black a i {
  border: 1px solid #B5B5B5;
}

.sns_menu_ul {
  font-size: 8vw;
  display: flex;
  justify-content: center;
  gap: 0 1em;
}
@media screen and (min-width: 768px) {
  .sns_menu_ul {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .sns_menu_ul {
    font-size: 30px;
  }
}
.sns_menu_ul li {
  background-color: #fff;
  border-radius: 50%;
  list-style: none;
  overflow: hidden;
}
.sns_menu_ul li:nth-of-type(3) {
  background-color: #2f2f2f;
}
.sns_menu_ul li:nth-of-type(4) {
  background-color: #2f2f2f;
}
.sns_menu_ul li a {
  color: #2f2f2f !important;
  width: 1.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1;
}
.sns_menu_ul li a:hover {
  opacity: 0.7;
}
.sns_menu_ul li:nth-of-type(3) a i {
  color: #fff !important;
}
.sns_menu_ul li:nth-of-type(4) a::before {
  content: "";
  width: 1em;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
}
.sns_menu_ul li:nth-of-type(4) a i {
  font-size: 1.3em;
  position: relative;
}

section.recommend_section {
  background-color: #F5F5F5;
  padding-bottom: 20%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.recommend_section {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.recommend_section {
    padding-bottom: 80px;
  }
}
section.recommend_section .section_container {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.recommend_section .section_container {
    width: 95%;
    max-width: 1400px;
  }
}
section.recommend_section .section_container h2 {
  font-size: 4.8vw;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  section.recommend_section .section_container h2 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.recommend_section .section_container h2 {
    font-size: 24px;
  }
}
section.recommend_section .section_container h2 img {
  width: 1.5em;
}
section.recommend_section .section_container .banner {
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (min-width: 1025px) {
  section.recommend_section .section_container .banner {
    margin-bottom: 30px;
  }
}
section.recommend_section .section_container .banner.space {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  section.recommend_section .section_container .banner.space {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.recommend_section .section_container .banner.space {
    margin-bottom: 120px;
  }
}
section.recommend_section .section_container .banner:hover {
  opacity: 0.7;
}
section.recommend_section .section_container .common_button {
  display: flex;
  justify-content: center;
}

.recommend_section--swiperBox {
  font-size: 4vw;
  padding-bottom: 5em;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommend_section--swiperBox {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .recommend_section--swiperBox {
    font-size: 22px;
    padding-bottom: 3em;
  }
}
.recommend_section--swiperBox .swiper-button {
  color: #fff;
  font-size: 0.7em;
  width: 3.5em;
  height: auto;
  margin: 0;
  background-color: #B5B5B5;
  border: 1px solid #B5B5B5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  bottom: 0;
  transition: all 0.4s;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  .recommend_section--swiperBox .swiper-button {
    bottom: auto;
    top: -90px;
  }
}
.recommend_section--swiperBox .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .recommend_section--swiperBox .swiper-button.swiper-button-prev {
    left: auto;
    right: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .recommend_section--swiperBox .swiper-button.swiper-button-next {
    right: 0;
  }
}
.recommend_section--swiperBox .swiper-button.swiper-button-disabled {
  color: #B5B5B5;
  background: none;
  opacity: 1;
}
.recommend_section--swiperBox .swiper-button::after {
  content: "\f178";
  font-size: 0.7em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.recommend_section--swiperBox .swiper-pagination.recommend_pagination {
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  bottom: 0.5em;
  transform: translate(-50%, 0);
}
.recommend_section--swiperBox .swiper-pagination.recommend_pagination span.swiper-pagination-bullet {
  background-color: #C9CACA;
}
.recommend_section--swiperBox .swiper-pagination.recommend_pagination span.swiper-pagination-bullet-active {
  background-color: #373581;
}

.recommend_section--swiper {
  overflow: hidden;
  position: relative;
}

ul.recommend_section--ul {
  font-size: 3.8vw;
}
@media screen and (min-width: 768px) {
  ul.recommend_section--ul {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.recommend_section--ul {
    font-size: 19px;
  }
}
ul.recommend_section--ul li {
  list-style: none;
}
ul.recommend_section--ul li a {
  color: inherit;
}
ul.recommend_section--ul li a .thumbnail {
  margin-bottom: 1em;
}
ul.recommend_section--ul li a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.4s;
  aspect-ratio: 1.3/1;
}
ul.recommend_section--ul li a:hover .thumbnail img {
  transform: scale(1.05);
}
ul.recommend_section--ul li a p.title {
  line-height: 1.4;
  transition: all 0.4s;
}
ul.recommend_section--ul li a:hover p.title {
  opacity: 0.7;
}

.top_page--banner {
  display: none;
}

.loading {
  width: 100vw;
  height: 100svh;
  opacity: 1;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1050;
  transition: opacity 2.8s 3.5s cubic-bezier(0.19, 1, 0.22, 1), filter 8s 3.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.loaded .loading {
  opacity: 0;
  pointer-events: none;
  filter: blur(4px);
}
.loading::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}

.loading_container {
  width: 100vw;
  height: calc(100svh - 16vw);
  min-height: 100vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .loading_container {
    height: calc(100svh - 8.5vw);
    min-height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .loading_container {
    height: 100svh;
  }
}
.loading_container .loading_logo {
  width: 15%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  z-index: 1;
  transition: transform 0.8s 0.8s;
}
@media screen and (min-width: 768px) {
  .loading_container .loading_logo {
    width: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .loading_container .loading_logo {
    width: 85px;
  }
}
.loaded .loading_container .loading_logo {
  transform: translate(-50%, -50%);
}
.loading_container .loading_text {
  font-size: 4vw;
  letter-spacing: 0.1em;
  white-space: nowrap;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  position: absolute;
  left: 50%;
  bottom: 18%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .loading_container .loading_text {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .loading_container .loading_text {
    font-size: 20px;
  }
}
.loaded .loading_container .loading_text {
  opacity: 0;
  animation: fade-in 2.1s 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards, clippath 2s 1.5s cubic-bezier(0.16, 1, 0.55, 0.98) forwards;
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes clippath {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.top_page--header {
  width: 100vw;
  height: calc(100svh - 16vw);
  min-height: 100vw;
  overflow: hidden;
  opacity: 0;
  position: relative;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .top_page--header {
    height: calc(100svh - 8.5vw);
    min-height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header {
    height: 100svh;
  }
}
.loaded .top_page--header {
  opacity: 1;
}
.top_page--header h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.top_page--header .logo {
  width: 15%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_page--header .logo {
    width: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--header .logo {
    width: 85px;
  }
}
.top_page--header video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
}

section.top_page--section {
  position: relative;
}

.top_page_parallax--container {
  background-attachment: fixed;
  position: relative;
}
.top_page_parallax--container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}

.top_page--contents.contents01 {
  font-size: 4.3vw;
  width: -moz-max-content;
  width: max-content;
  padding: 15% 0;
  margin: 0 auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--contents.contents01 {
    font-size: 2.4vw;
    padding: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents01 {
    font-size: 21px;
    padding: 100px 0;
  }
}
.top_page--contents.contents01 > p {
  color: #363581;
  font-size: 5.9vw;
  margin-left: 1em;
  transform: translate(-10px, -5px) rotate(3deg) skew(5deg, 10deg);
  opacity: 0;
  transition: all 1.5s;
}
@media screen and (min-width: 768px) {
  .top_page--contents.contents01 > p {
    font-size: 3vw;
    margin-left: 3em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents01 > p {
    font-size: 24px;
    margin-left: 4.5em;
  }
}
.top_page--contents.contents01.show > p {
  transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
  opacity: 1;
}
.top_page--contents.contents01 .text_box {
  white-space: nowrap;
  transform: translate(-10px, -5px) rotate(3deg) skew(5deg, 10deg);
  opacity: 0;
  transition: all 1.5s 0.5s;
}
.top_page--contents.contents01 .text_box p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top_page--contents.contents01 .text_box p {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  .top_page--contents.contents01 .text_box p.space {
    margin-left: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents01 .text_box p.space {
    margin-left: 2.5em;
  }
}
.top_page--contents.contents01 .text_box p br {
  display: block !important;
}
.top_page--contents.contents01.show .text_box {
  transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
  opacity: 1;
}

ul.top_page--ul01 li {
  padding: 7% 0;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul01 li {
    width: calc(100% - 100px);
    padding: 50px 0 70px;
  }
}
ul.top_page--ul01 li:not(:last-of-type) {
  margin-bottom: 7%;
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul01 li:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul01 li:nth-of-type(odd) {
    margin: 0 0 100px auto;
  }
}
ul.top_page--ul01 li .bg_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: all 0.4s;
}
ul.top_page--ul01 li .bg_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
ul.top_page--ul01 li .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.4s;
}
ul.top_page--ul01 li:first-of-type .bg_img::before {
  background-color: #4A4728;
  opacity: 0.3;
}
ul.top_page--ul01 li:nth-of-type(2) .bg_img::before {
  background-color: #533A3A;
  opacity: 0.45;
}
ul.top_page--ul01 li:nth-of-type(3) .bg_img::before {
  background-color: #496747;
  opacity: 0.4;
}
ul.top_page--ul01 li:nth-of-type(4) .bg_img::before {
  background-color: #2D3C64;
  opacity: 0.55;
}
ul.top_page--ul01 li:hover .bg_img {
  transform: scale(0.95);
}
ul.top_page--ul01 li:hover .bg_img img {
  transform: scale(1.15);
}
ul.top_page--ul01 li hgroup {
  text-align: center;
  font-size: 4.6vw;
  margin-bottom: 6em;
  transform: translate(-10px, -5px) rotate(3deg) skew(5deg, 10deg);
  opacity: 0;
  transition: all 1.5s;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  ul.top_page--ul01 li hgroup {
    font-size: 2.8vw;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul01 li hgroup {
    font-size: 25px;
  }
}
ul.top_page--ul01 li hgroup img {
  width: 5em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul01 li hgroup img {
    width: 200px;
  }
}
ul.top_page--ul01 li hgroup h2 {
  color: #fff;
  font-size: inherit;
}
ul.top_page--ul01 li.show hgroup {
  transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
  opacity: 1;
}
ul.top_page--ul01 li .text_box {
  text-align: right;
  color: #fff;
  font-size: 4vw;
  width: 90%;
  margin-inline: auto;
  transform: translate(-10px, -5px) rotate(3deg) skew(5deg, 10deg);
  opacity: 0;
  transition: all 1.5s 0.5s;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  ul.top_page--ul01 li .text_box {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul01 li .text_box {
    font-size: 23px;
    min-height: 14em;
    display: grid;
    grid-template-rows: 1fr auto auto;
  }
}
ul.top_page--ul01 li .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  min-height: 4.8em;
  margin-bottom: 1.8em;
  display: grid;
  align-items: end;
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul01 li .text_box p {
    min-height: auto;
  }
}
ul.top_page--ul01 li .text_box p.text_pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul01 li .text_box p.text_pc {
    font-size: 19px;
    margin-bottom: 2.5em;
    display: block;
  }
}
ul.top_page--ul01 li .text_box p br {
  display: block !important;
}
ul.top_page--ul01 li .text_box .common_button {
  display: flex;
  justify-content: right;
}
ul.top_page--ul01 li.show .text_box {
  transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
  opacity: 1;
}

.top_page--contents.contents02 {
  padding: 15% 0 20%;
  background-color: #F5F5F5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_page--contents.contents02 {
    padding: 8% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents02 {
    padding: 100px 0 150px;
  }
}
@media screen and (min-width: 1025px) {
  .top_page--contents.contents02 .contents_container {
    width: 95%;
    max-width: 1400px;
    margin-inline: auto;
  }
}

ul.top_page--ul02 {
  text-align: center;
  font-size: 3.8vw;
  display: grid;
  gap: 5em 0;
}
@media screen and (min-width: 768px) {
  ul.top_page--ul02 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul02 {
    font-size: min(1.6vw, 19px);
    grid-template-columns: repeat(3, min(30vw, 350px));
    justify-content: space-between;
  }
}
ul.top_page--ul02 li {
  list-style: none;
}
ul.top_page--ul02 li .img {
  width: 60%;
  margin: 0 auto 1.8em;
  border-radius: 50% 50% 50% 50%/30% 30% 30% 30%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  ul.top_page--ul02 li .img {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul02 li .img {
    width: 100%;
  }
}
ul.top_page--ul02 li .img a img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.4s;
  aspect-ratio: 1/1.2;
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul02 li .img a img {
    aspect-ratio: 1/1.57;
  }
}
ul.top_page--ul02 li .img:hover a img {
  transform: scale(1.1);
}
ul.top_page--ul02 li h2 {
  color: #363581;
  font-size: 4.6vw;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px) {
  ul.top_page--ul02 li h2 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul02 li h2 {
    font-size: 23px;
  }
}
ul.top_page--ul02 li .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 1025px) {
  ul.top_page--ul02 li .text_box p {
    white-space: nowrap;
    margin-bottom: 2em;
  }
}
ul.top_page--ul02 li .text_box p br {
  display: block !important;
}
ul.top_page--ul02 li .text_box .common_button {
  display: flex;
  justify-content: center;
}

section.top_page--section.section01 {
  padding-bottom: 20%;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 {
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container {
    width: 95%;
    max-width: 1400px;
    margin-inline: auto;
    display: grid;
    grid-template: auto auto 1fr/1fr 2.7fr;
    gap: 0 min(6vw, 80px);
  }
}
section.top_page--section.section01 .section_container h2 {
  color: #363581;
  font-size: 4.6vw;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  margin: 0 auto 1em;
  transform: translate(-10px, -5px) rotate(3deg) skew(5deg, 10deg);
  opacity: 0;
  transition: all 1.5s;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container h2 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container h2 {
    font-size: 24px;
    letter-spacing: 0.3em;
    margin: 0 0 2em;
    justify-self: left;
  }
}
section.top_page--section.section01 .section_container.show h2 {
  transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
  opacity: 1;
}
section.top_page--section.section01 .section_container .text_box {
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2em;
  transform: translate(-10px, -5px) rotate(3deg) skew(5deg, 10deg);
  opacity: 0;
  transition: all 1.5s 0.5s;
}
@media screen and (min-width: 768px) {
  section.top_page--section.section01 .section_container .text_box {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .text_box {
    font-size: 19px;
    width: auto;
    order: 3;
  }
}
section.top_page--section.section01 .section_container .text_box p {
  line-height: 1.6;
}
section.top_page--section.section01 .section_container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .text_box p br.br_sp {
    display: none !important;
  }
}
section.top_page--section.section01 .section_container.show .text_box {
  transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
  opacity: 1;
}
section.top_page--section.section01 .section_container .common_button {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  section.top_page--section.section01 .section_container .common_button {
    justify-content: left;
    align-self: end;
    order: 4;
  }
}

ul.top_page_section01--ul {
  font-size: 4vw;
  width: 88%;
  margin: 0 auto 2em;
  border-top: 1px solid #B5B5B5;
}
@media screen and (min-width: 768px) {
  ul.top_page_section01--ul {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul {
    font-size: 19px;
    width: 100%;
    margin: 0;
    grid-row: span 3;
  }
}
ul.top_page_section01--ul li {
  padding: 1em 0;
  list-style: none;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul li {
    padding: 0.8em 0;
  }
}
ul.top_page_section01--ul li a {
  color: inherit;
  display: grid;
  grid-template: auto 1fr/7em 5em 1fr;
  gap: 1em 0;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul li a {
    grid-template: auto auto/12.5em 5em 1fr;
  }
}
ul.top_page_section01--ul li a .thumbnail {
  margin-right: 1em;
  overflow: hidden;
  grid-row: span 2;
  align-self: center;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul li a .thumbnail {
    margin-right: 2em;
  }
}
ul.top_page_section01--ul li a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.4s;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  ul.top_page_section01--ul li a .thumbnail img {
    aspect-ratio: 1.3/1;
  }
}
ul.top_page_section01--ul li a:hover .thumbnail img {
  transform: scale(1.05);
}
ul.top_page_section01--ul li a span.date {
  align-self: center;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul li a span.date {
    margin-bottom: 0.2em;
    align-self: end;
  }
}
ul.top_page_section01--ul li a:hover span.date {
  opacity: 0.7;
}
ul.top_page_section01--ul li a span.category {
  color: #fff;
  font-size: 0.7em;
  padding: 0.5em 0.7em;
  background-color: #363581;
  border-radius: 5px;
  justify-self: left;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  ul.top_page_section01--ul li a span.category {
    align-self: end;
  }
}
ul.top_page_section01--ul li a:hover span.category {
  opacity: 0.7;
}
ul.top_page_section01--ul li a p.title {
  line-height: 1.4;
  max-height: 4.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  grid-column: span 2;
  transition: all 0.4s;
}
ul.top_page_section01--ul li a:hover p.title {
  opacity: 0.7;
}

.page_header {
  width: 100vw;
  height: -moz-max-content;
  height: max-content;
  min-height: calc(100svh - 16vw);
  overflow: hidden;
  opacity: 0;
  position: relative;
  transition: opacity 1.2s 0.3s;
}
@media screen and (min-width: 768px) {
  .page_header {
    min-height: calc(100svh - 8.5vw);
  }
}
@media screen and (min-width: 1025px) {
  .page_header {
    min-height: 100svh;
  }
}
.loaded .page_header {
  opacity: 1;
}
.page_header::before, .page_header::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.page_header::before {
  content: "Scroll";
  color: #fff;
  font-size: 2.8vw;
  letter-spacing: 0.2em;
  bottom: 15%;
}
@media screen and (min-width: 768px) {
  .page_header::before {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header::before {
    font-size: min(1.4vw, 18px);
    bottom: 17%;
  }
}
.page_header::after {
  content: "";
  width: 1px;
  height: 15%;
  background-color: #fff;
  bottom: 0;
  animation: scroll-bar 2s cubic-bezier(1, 0, 0, 1) infinite;
  transform: scaleY(0);
  transform-origin: top;
}
.page_header .bg_img {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.page_header .bg_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0F0F0F;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
.page_header .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes scroll-bar {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
hgroup.page_h1_hgroup {
  font-size: 7vw;
  width: 100%;
  margin: 4em auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  hgroup.page_h1_hgroup {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  hgroup.page_h1_hgroup {
    font-size: min(3vw, 46px);
  }
}
hgroup.page_h1_hgroup img {
  width: 3.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  hgroup.page_h1_hgroup img {
    width: min(10vw, 150px);
  }
}

h1.page_title {
  color: #fff;
  font-size: inherit;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

hgroup.page_h2_hgroup {
  text-align: center;
}
hgroup.page_h2_hgroup h2 {
  color: transparent;
  font-size: 4.8vw;
  line-height: 1;
  margin-bottom: 0.8em;
  text-shadow: 0 0 100px #282828;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  hgroup.page_h2_hgroup h2 {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  hgroup.page_h2_hgroup h2 {
    font-size: 42px;
  }
}
hgroup.page_h2_hgroup.show h2 {
  animation: blur-h2 1s ease-out forwards;
}
hgroup.page_h2_hgroup span {
  color: transparent;
  font-size: 2.8vw;
  letter-spacing: 0.2em;
  display: block;
  text-shadow: 0 0 100px #363581;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  hgroup.page_h2_hgroup span {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  hgroup.page_h2_hgroup span {
    font-size: 24px;
  }
}
hgroup.page_h2_hgroup.show span {
  animation: blur-span 1s ease-out forwards;
}

@keyframes blur-h2 {
  0% {
    text-shadow: 0 0 100px #282828;
    opacity: 0;
  }
  30% {
    text-shadow: 0 0 90px #282828;
  }
  60% {
    opacity: 1;
  }
  100% {
    text-shadow: 0 0 0px #282828;
    opacity: 1;
  }
}
@keyframes blur-span {
  0% {
    text-shadow: 0 0 100px #363581;
    opacity: 0;
  }
  30% {
    text-shadow: 0 0 90px #363581;
  }
  60% {
    opacity: 1;
  }
  100% {
    text-shadow: 0 0 0px #363581;
    opacity: 1;
  }
}
.page_contents {
  background-color: #F5F5F5;
  position: relative;
}

section.page_section {
  background-color: #F5F5F5;
  position: relative;
}

nav.page_nav {
  font-size: 3.8vw;
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  nav.page_nav {
    font-size: 2.4vw;
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav {
    font-size: min(1.7vw, 22px);
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 0 min(85px, 5.8vw);
  }
}
nav.page_nav ul li {
  list-style: none;
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul li {
    border: none;
  }
}
nav.page_nav ul li a {
  color: inherit;
  padding-right: 3em;
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul li a {
    padding-right: 3.5em;
  }
}
nav.page_nav ul li a::before {
  content: "\f175";
  font-size: 2.8vw;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 3.5em;
  border: 1px solid #B5B5B5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.4s;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  nav.page_nav ul li a::before {
    font-size: 1.68vw;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul li a::before {
    font-size: calc(min(1.7vw, 22px) * 0.7);
  }
}
nav.page_nav ul li a:hover::before {
  transform: translate(0, -25%);
}
nav.page_nav ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B5B5B5;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul li a::after {
    content: none;
  }
}
nav.page_nav ul li a span {
  padding: 1.4em 1em;
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul li a span {
    padding: 0.65em 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_nav ul li a span::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #B5B5B5;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s;
  }
}
nav.page_nav ul li a:hover span::before {
  transform-origin: right;
  transform: scaleX(0);
}

.booking_button {
  font-size: 4vw;
  width: 86%;
  margin-inline: auto;
  background-color: #fff;
  border: 1px solid #A0A0A0;
}
@media screen and (min-width: 768px) {
  .booking_button {
    font-size: 2.8vw;
    margin-top: 3em;
    grid-column: span 3;
    order: 5;
  }
}
@media screen and (min-width: 1025px) {
  .booking_button {
    font-size: min(2.1vw, 27px);
    max-width: 1000px;
    margin-top: 5em;
  }
}
.booking_button:hover {
  animation: ripple 1.5s infinite;
}
.booking_button a {
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8em 0;
  gap: 0 0.8em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .booking_button a {
    padding: 2.5em 0;
  }
}
.booking_button a img {
  width: 1.5em;
}
@media screen and (min-width: 768px) {
  .booking_button a img {
    width: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .booking_button a img {
    width: 1.1em;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.lum-lightbox {
  z-index: 1050;
}

.lum-lightbox-position-helper {
  max-width: 85vw;
  max-height: 80vh;
  margin: 75px auto 0;
}

.lum-lightbox-inner img {
  max-width: 90vw;
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}

button.lum-previous-button {
  display: none;
}

button.lum-next-button {
  display: none;
}

.page_header.page_musubi hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.2em;
}

.page_contents.page_musubi--contents.contents01 {
  padding: 0 0 12%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_musubi--contents.contents01 {
    padding: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_musubi--contents.contents01 {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_musubi--contents.contents01 .contents_container {
    width: 95%;
    max-width: 1520px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0 3%;
  }
}
.page_contents.page_musubi--contents.contents01 .contents_container .text_box {
  font-size: 4vw;
  width: 85%;
  padding: 3em 0;
  margin-inline: auto;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .page_contents.page_musubi--contents.contents01 .contents_container .text_box {
    font-size: 2.4vw;
    background-size: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_musubi--contents.contents01 .contents_container .text_box {
    text-align: center;
    font-size: min(1.4vw, 21px);
    width: -moz-max-content;
    width: max-content;
    padding: 1em 0;
    margin: 0 0 0 auto;
    background-size: 53%;
    order: 2;
  }
}
.page_contents.page_musubi--contents.contents01 .contents_container .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_musubi--contents.contents01 .contents_container .text_box p {
    line-height: 1.8;
  }
}
.page_contents.page_musubi--contents.contents01 .contents_container .text_box p br {
  display: block !important;
}
.page_contents.page_musubi--contents.contents01 .contents_container .text_box p br.br_pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_musubi--contents.contents01 .contents_container .text_box p br.br_pc {
    display: block !important;
  }
}
.page_contents.page_musubi--contents.contents01 .contents_container .text_box.show p {
  opacity: 1;
  transform: translate(0, 0);
}
.page_contents.page_musubi--contents.contents01 .contents_container .movie iframe {
  width: 100%;
  aspect-ratio: 12/9;
}
@media screen and (min-width: 768px) {
  .page_contents.page_musubi--contents.contents01 .contents_container .movie iframe {
    aspect-ratio: 16/9;
  }
}

section.page_section.page_musubi--section.section01 {
  padding-bottom: 25%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_musubi--section.section01 {
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_musubi--section.section01 {
    padding-bottom: 120px;
  }
}
section.page_section.page_musubi--section.section01 .section_container hgroup {
  margin-bottom: 10%;
  position: relative;
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 0.8s;
}
@media screen and (min-width: 768px) {
  section.page_section.page_musubi--section.section01 .section_container hgroup {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_musubi--section.section01 .section_container hgroup {
    margin-bottom: 100px;
  }
}
section.page_section.page_musubi--section.section01 .section_container hgroup::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0F0F0F;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section.page_section.page_musubi--section.section01 .section_container hgroup img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
section.page_section.page_musubi--section.section01 .section_container hgroup h2 {
  text-align: center;
  color: #fff;
  font-size: 5.9vw;
  padding: 3.5em 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.page_section.page_musubi--section.section01 .section_container hgroup h2 {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_musubi--section.section01 .section_container hgroup h2 {
    font-size: 46px;
    padding: 5em 0;
  }
}
section.page_section.page_musubi--section.section01 .section_container.show hgroup {
  opacity: 1;
  transform: translate(0, 0);
}

ul.page_musubi_section01--ul {
  text-align: center;
  font-size: 3.8vw;
  display: grid;
  gap: 3em 0;
}
@media screen and (min-width: 768px) {
  ul.page_musubi_section01--ul {
    text-align: left;
    font-size: 2.3vw;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_musubi_section01--ul {
    font-size: min(1.3vw, 21px);
    width: 95%;
    max-width: 1520px;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr;
    gap: 4em;
  }
}
ul.page_musubi_section01--ul li {
  list-style: none;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
@media screen and (min-width: 768px) {
  ul.page_musubi_section01--ul li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_musubi_section01--ul li {
    gap: 0 1.5em;
  }
}
ul.page_musubi_section01--ul li.show {
  opacity: 1;
  transform: translate(0, 0);
}
ul.page_musubi_section01--ul li .img {
  width: 59%;
  margin: 0 auto 7%;
  border-radius: 50% 50% 50% 50%/30% 30% 30% 30%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  ul.page_musubi_section01--ul li .img {
    width: 12em;
    margin: 0;
    grid-row: span 2;
    justify-self: right;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_musubi_section01--ul li .img {
    width: 17.5em;
  }
}
ul.page_musubi_section01--ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1.25;
}
@media screen and (min-width: 768px) {
  ul.page_musubi_section01--ul li .img img {
    aspect-ratio: 1/1.32;
  }
}
ul.page_musubi_section01--ul li h3 {
  color: #363581;
  font-size: 4.6vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  ul.page_musubi_section01--ul li h3 {
    font-size: 2.9vw;
    line-height: 1.6;
    align-self: end;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_musubi_section01--ul li h3 {
    font-size: min(1.7vw, 27px);
    line-height: 1.4;
    white-space: nowrap;
  }
}
ul.page_musubi_section01--ul li h3 br {
  display: block !important;
}
ul.page_musubi_section01--ul li p {
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  ul.page_musubi_section01--ul li p {
    line-height: 1.8;
  }
}
ul.page_musubi_section01--ul li p br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  ul.page_musubi_section01--ul li p br {
    display: none !important;
  }
}

section.page_section.page_musubi--section.section02 {
  padding-bottom: 25%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_musubi--section.section02 {
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_musubi--section.section02 {
    padding-bottom: 120px;
  }
}
section.page_section.page_musubi--section.section02 .section_container hgroup.page_h2_hgroup {
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_musubi--section.section02 .section_container hgroup.page_h2_hgroup {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_musubi--section.section02 .section_container hgroup.page_h2_hgroup {
    margin-bottom: 60px;
  }
}

ul.page_musubi_section02--ul {
  font-size: 3.8vw;
  width: 88%;
  margin-inline: auto;
  display: grid;
  gap: 2.5em 0;
}
@media screen and (min-width: 768px) {
  ul.page_musubi_section02--ul {
    font-size: 2vw;
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_musubi_section02--ul {
    font-size: min(1.4vw, 17px);
    width: 95%;
    max-width: 1520px;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 0.6em;
  }
}
ul.page_musubi_section02--ul li {
  list-style: none;
}
ul.page_musubi_section02--ul li .title_box {
  margin-bottom: 6%;
  background-size: cover;
  background-position: center;
  position: relative;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  ul.page_musubi_section02--ul li .title_box {
    margin-bottom: 6%;
  }
}
ul.page_musubi_section02--ul li .title_box h3 {
  font-size: 5.1vw;
  writing-mode: vertical-rl;
  white-space: nowrap;
  padding: 0.7em 0.5em;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  ul.page_musubi_section02--ul li .title_box h3 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_musubi_section02--ul li .title_box h3 {
    font-size: min(2.2vw, 30px);
    letter-spacing: 0.1em;
  }
}
ul.page_musubi_section02--ul li .title_box h3 span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 1s 1s cubic-bezier(0.22, 1, 0.36, 1);
}
ul.page_musubi_section02--ul li.show .title_box h3 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
ul.page_musubi_section02--ul li.show .title_box h3 span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
ul.page_musubi_section02--ul li .text_box {
  width: 91%;
  margin-inline: auto;
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 0.8s 1.5s;
}
ul.page_musubi_section02--ul li .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
ul.page_musubi_section02--ul li.show .text_box {
  opacity: 1;
  transform: translate(0, 0);
}

section.page_section.page_musubi--section.section03 {
  padding-bottom: 20%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_musubi--section.section03 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_musubi--section.section03 {
    padding-bottom: 120px;
  }
}
section.page_section.page_musubi--section.section03 .section_container hgroup.page_h2_hgroup {
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_musubi--section.section03 .section_container hgroup.page_h2_hgroup {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_musubi--section.section03 .section_container hgroup.page_h2_hgroup {
    margin-bottom: 60px;
  }
}

dl.page_section_section03--dl {
  width: 86%;
  margin: 0 auto 10%;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 1025px) {
  dl.page_section_section03--dl {
    width: 95%;
    max-width: 1520px;
    margin: 0 auto 100px;
  }
}
dl.page_section_section03--dl div {
  padding: 5% 3%;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  dl.page_section_section03--dl div {
    padding: 3% 5%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_section_section03--dl div {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 24% 1fr;
    align-items: center;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_section_section03--dl div::before {
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    background-color: #707070;
    position: absolute;
    left: 24%;
    top: 50%;
    transform: translate(0, -50%);
  }
}
dl.page_section_section03--dl div dt {
  font-size: 4.8vw;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  dl.page_section_section03--dl div dt {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_section_section03--dl div dt {
    text-align: center;
    font-size: min(2vw, 26px);
    margin: 0;
  }
}
dl.page_section_section03--dl div dd {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  dl.page_section_section03--dl div dd {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_section_section03--dl div dd {
    font-size: min(2vw, 26px);
    padding-left: 4em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_section_section03--dl div dd.flex {
    display: flex;
    align-items: baseline;
    gap: 0 2em;
  }
}
dl.page_section_section03--dl div dd p {
  line-height: 1.4;
}
dl.page_section_section03--dl div dd p.space {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  dl.page_section_section03--dl div dd p.space {
    margin-bottom: 0.5em;
  }
}
dl.page_section_section03--dl div dd p.space_sp {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  dl.page_section_section03--dl div dd p.space_sp {
    margin: 0;
  }
}
dl.page_section_section03--dl div dd p.small {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  dl.page_section_section03--dl div dd p.small {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_section_section03--dl div dd p.small {
    font-size: min(1.8vw, 20px);
  }
}

.page_section_section03--infoBox {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_section_section03--infoBox {
    width: 95%;
    max-width: 1520px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1.65fr;
  }
}
.page_section_section03--infoBox .text_box {
  text-align: center;
  padding: 7% 0;
  background-color: #EAEDDB;
}
@media screen and (min-width: 768px) {
  .page_section_section03--infoBox .text_box {
    padding: 4% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_section_section03--infoBox .text_box {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.page_section_section03--infoBox .text_box h3 {
  font-size: 4.6vw;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .page_section_section03--infoBox .text_box h3 {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_section_section03--infoBox .text_box h3 {
    font-size: min(2.4vw, 30px);
  }
}
.page_section_section03--infoBox .text_box h3 br {
  display: block !important;
}
.page_section_section03--infoBox .text_box p {
  font-size: 4vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_section_section03--infoBox .text_box p {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_section_section03--infoBox .text_box p {
    font-size: min(1.4vw, 18px);
  }
}
.page_section_section03--infoBox .text_box p br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_section_section03--infoBox .img {
    pointer-events: none;
  }
}
.page_section_section03--infoBox .img img {
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  .page_section_section03--infoBox .img img {
    margin: 0;
  }
}
.page_section_section03--infoBox .img p {
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .page_section_section03--infoBox .img p {
    display: none;
  }
}

.page_header.page_kamado hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.7em;
}

.page_contents.page_kamado--contents.contents01 .contents_container .text_box {
  font-size: 4vw;
  width: 85%;
  padding: 3em 0;
  margin-inline: auto;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .page_contents.page_kamado--contents.contents01 .contents_container .text_box {
    font-size: 2.4vw;
    background-size: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_kamado--contents.contents01 .contents_container .text_box {
    text-align: center;
    font-size: min(1.4vw, 21px);
    width: -moz-max-content;
    width: max-content;
    padding: 4.5em 0;
    background-size: 50%;
  }
}
.page_contents.page_kamado--contents.contents01 .contents_container .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
.page_contents.page_kamado--contents.contents01 .contents_container .text_box p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_kamado--contents.contents01 .contents_container .text_box p:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
.page_contents.page_kamado--contents.contents01 .contents_container .text_box p br {
  display: block !important;
}
.page_contents.page_kamado--contents.contents01 .contents_container .text_box p br.br_pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_kamado--contents.contents01 .contents_container .text_box p br.br_pc {
    display: block !important;
  }
}
.page_contents.page_kamado--contents.contents01 .contents_container .text_box.show p {
  opacity: 1;
  transform: translate(0, 0);
}

.page_kamado--swiper ul.swiper-wrapper {
  transition-timing-function: linear;
}
.page_kamado--swiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
}

.page_section.page_kamado--section.section01 {
  padding: 32% 0 20%;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section01 {
    padding: 22% 0 12%;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section01 {
    padding: 200px 0 150px;
  }
}
.page_section.page_kamado--section.section01 .section_container {
  width: 80%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section01 .section_container {
    width: 95%;
    max-width: 1000px;
  }
}
.page_section.page_kamado--section.section01 .section_container hgroup.page_h2_hgroup {
  margin-bottom: 12%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section01 .section_container hgroup.page_h2_hgroup {
    margin-bottom: 90px;
  }
}

.page_kamado_section01--textBox {
  font-size: 3.8vw;
  padding: 2em 0 3em;
  margin: 0 auto 4.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox {
    text-align: center;
    font-size: 2.3vw;
    padding: 0 0 3em;
    margin: 0 auto 5.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_kamado_section01--textBox {
    font-size: min(1.4vw, 21px);
    margin: 0 auto 6.5em;
  }
}
.page_kamado_section01--textBox::before, .page_kamado_section01--textBox::after {
  content: "";
  width: calc(100% + 2px);
  background-color: #F5F5F5;
  border: 1px solid #A0A0A0;
  position: absolute;
  left: 50%;
}
.page_kamado_section01--textBox::before {
  height: 100%;
  border-top: none;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox::before {
    height: calc(100% - 5em);
  }
}
@media screen and (min-width: 1025px) {
  .page_kamado_section01--textBox::before {
    height: calc(100% - 11em);
  }
}
.page_kamado_section01--textBox::after {
  border-radius: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox::after {
    top: 5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_kamado_section01--textBox::after {
    top: 11em;
  }
}
.page_kamado_section01--textBox > p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 86%;
  margin: 0 auto 1.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox > p {
    line-height: 1.8;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox > p br.br_pc {
    display: block !important;
  }
}
.page_kamado_section01--textBox .notes_box {
  width: 86%;
  margin: 2em auto 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox .notes_box {
    width: -moz-max-content;
    width: max-content;
  }
}
.page_kamado_section01--textBox .notes_box p {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox .notes_box p {
    text-align: left;
    font-size: 2vw;
    padding-left: 1.2em;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .page_kamado_section01--textBox .notes_box p {
    font-size: min(1.2vw, 19px);
  }
}
.page_kamado_section01--textBox .notes_box p span {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox .notes_box p span {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox .notes_box p br.br_pc {
    display: block !important;
  }
}
.page_kamado_section01--textBox .time_table {
  font-size: 4.3vw;
  width: 86%;
  margin: 0 auto;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox .time_table {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_kamado_section01--textBox .time_table {
    font-size: min(1.9vw, 26px);
  }
}
.page_kamado_section01--textBox .time_table::before {
  content: "";
  width: 1px;
  height: calc(100% - 1em);
  background-color: #707070;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(0, -50%);
}
.page_kamado_section01--textBox .time_table h3 {
  font-size: inherit;
  padding: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox .time_table h3 {
    padding: 0;
    justify-self: center;
  }
}
.page_kamado_section01--textBox .time_table dl div {
  padding: 1.2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox .time_table dl div {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 2em;
  }
}
.page_kamado_section01--textBox .time_table dl div:first-of-type::before {
  content: "";
  width: calc(100% - 0.5em);
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page_kamado_section01--textBox .time_table dl div dt {
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--textBox .time_table dl div dt {
    margin: 0;
    justify-self: end;
  }
}

.page_kamado_section01--drinkBox {
  padding-bottom: 8%;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--drinkBox {
    text-align: center;
    padding-bottom: 5%;
  }
}
.page_kamado_section01--drinkBox h3 {
  text-align: center;
  font-size: 4.3vw;
  line-height: 1.6;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1em;
  margin: 0 auto;
  background-color: #F5F5F5;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--drinkBox h3 {
    font-size: 3vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_kamado_section01--drinkBox h3 {
    font-size: 30px;
  }
}
.page_kamado_section01--drinkBox h3 br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--drinkBox h3 br {
    display: none !important;
  }
}
.page_kamado_section01--drinkBox > p {
  text-align: center;
  color: #363581;
  font-size: 4.3vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--drinkBox > p {
    font-size: 3vw;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .page_kamado_section01--drinkBox > p {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--drinkBox > p:first-of-type {
    margin-right: 1em;
  }
}
.page_kamado_section01--drinkBox > p span {
  font-size: 0.7em;
}
.page_kamado_section01--drinkBox > ul {
  text-align: left;
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin: 2em auto;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--drinkBox > ul {
    font-size: 2.4vw;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
    gap: 0 6em;
  }
}
@media screen and (min-width: 1025px) {
  .page_kamado_section01--drinkBox > ul {
    font-size: 21px;
    gap: 0 10em;
  }
}
.page_kamado_section01--drinkBox > ul > li {
  line-height: 1.6;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--drinkBox > ul > li:nth-of-type(3) {
    grid-row: span 3;
  }
}
.page_kamado_section01--drinkBox > ul > li ul {
  padding-left: 1em;
}
.page_kamado_section01--drinkBox > ul > li ul li {
  line-height: 1.6;
  list-style: none;
}
.page_kamado_section01--drinkBox .notes_box {
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.page_kamado_section01--drinkBox .notes_box p {
  font-size: 3.2vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_kamado_section01--drinkBox .notes_box p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_kamado_section01--drinkBox .notes_box p {
    font-size: min(1.2vw, 19px);
  }
}

.page_section.page_kamado--section.section02 {
  padding-bottom: 20%;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section02 {
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section02 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section02 .section_container {
    display: grid;
    grid-template-columns: 50% auto 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section02 .section_container {
    width: 95%;
    max-width: 1520px;
    margin-inline: auto;
    grid-template: auto 1fr auto/55.5% auto 1fr;
  }
}
.page_section.page_kamado--section.section02 .section_container hgroup.page_h2_hgroup {
  margin-bottom: 9%;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section02 .section_container hgroup.page_h2_hgroup {
    margin: 0;
    order: 2;
  }
}
.page_section.page_kamado--section.section02 .section_container p.time {
  font-size: 5vw;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section02 .section_container p.time {
    text-align: left;
    font-size: 2.7vw;
    margin: 0.5em 0 0 1.2em;
    order: 3;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section02 .section_container p.time {
    font-size: min(1.9vw, 26px);
    margin: 0.5em 0 0 2.5em;
  }
}
.page_section.page_kamado--section.section02 .section_container .img {
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section02 .section_container .img {
    margin: 0 10% 0 0;
    grid-row: span 2;
    order: 1;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section02 .section_container .img {
    margin: 0 8% 0 0;
  }
}
.page_section.page_kamado--section.section02 .section_container .text_box {
  font-size: 4vw;
  width: 86%;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section02 .section_container .text_box {
    font-size: 2.4vw;
    width: 90%;
    margin: 2.5em auto 0 0;
    grid-column: span 2;
    order: 4;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section02 .section_container .text_box {
    font-size: min(1.4vw, 21px);
    width: 100%;
    margin: 4em auto 0 0;
  }
}
.page_section.page_kamado--section.section02 .section_container .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section02 .section_container .text_box p {
    line-height: 1.8;
  }
}
.page_section.page_kamado--section.section02 .section_container .text_box p.space {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section02 .section_container .text_box p.space {
    margin-bottom: 3.5em;
  }
}
.page_section.page_kamado--section.section02 .section_container .text_box p.small {
  font-size: 3.2vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section02 .section_container .text_box p.small {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section02 .section_container .text_box p.small {
    font-size: min(1.2vw, 19px);
    padding-left: 1.2em;
    position: relative;
  }
}
.page_section.page_kamado--section.section02 .section_container .text_box p.small span {
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section02 .section_container .text_box p.small span {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section02 .section_container .text_box p br.br_pc {
    display: block !important;
  }
}

.page_section.page_kamado--section.section03 {
  padding-bottom: 20%;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section03 {
    padding-bottom: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section03 {
    padding-bottom: 100px;
  }
}
.page_section.page_kamado--section.section03 .section_container {
  width: 85%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 12% 1fr;
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section03 .section_container {
    width: 95%;
    max-width: 1520px;
    margin-inline: auto;
    grid-template-columns: auto 1fr;
    gap: 0 11%;
  }
}
.page_section.page_kamado--section.section03 .section_container hgroup.page_h2_hgroup {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section03 .section_container hgroup.page_h2_hgroup {
    grid-row: span 2;
  }
}
.page_section.page_kamado--section.section03 .section_container hgroup.page_h2_hgroup h2.page_h2 {
  letter-spacing: 0.4em;
  margin-left: 0.4em;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section03 .section_container hgroup.page_h2_hgroup h2.page_h2 {
    margin-left: 0.2em;
  }
}
.page_section.page_kamado--section.section03 .section_container .img {
  margin-bottom: 10%;
  transform: translate(7.5vw, 0);
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section03 .section_container .img {
    width: 59%;
    margin-bottom: 6%;
    transform: translate(0, 0);
  }
}
.page_section.page_kamado--section.section03 .section_container .text_box {
  font-size: 4vw;
  grid-column: span 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section03 .section_container .text_box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section03 .section_container .text_box {
    font-size: min(1.4vw, 21px);
    padding-bottom: 3em;
    grid-column: span 1;
  }
}
.page_section.page_kamado--section.section03 .section_container .text_box::before {
  content: "";
  display: block;
  width: 1px;
  height: 13.6vw;
  float: right;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section03 .section_container .text_box::before {
    content: none;
  }
}
.page_section.page_kamado--section.section03 .section_container .text_box p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section03 .section_container .text_box p {
    width: 55%;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section03 .section_container .text_box p {
    width: -moz-max-content;
    width: max-content;
  }
}
.page_section.page_kamado--section.section03 .section_container .text_box p.space {
  margin-bottom: 2em;
}
.page_section.page_kamado--section.section03 .section_container .text_box p.small {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section03 .section_container .text_box p.small {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section03 .section_container .text_box p.small {
    font-size: min(1.2vw, 19px);
  }
}
.page_section.page_kamado--section.section03 .section_container .text_box p br.br_sp {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section03 .section_container .text_box p br.br_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section03 .section_container .text_box p br.br_pc {
    display: block !important;
  }
}
.page_section.page_kamado--section.section03 .section_container .text_box img {
  width: 36vw;
  margin: 3vw -7.5vw 0 3vw;
  -o-object-fit: cover;
     object-fit: cover;
  float: right;
  clear: both;
  aspect-ratio: 1/1.2;
}
@media screen and (min-width: 768px) {
  .page_section.page_kamado--section.section03 .section_container .text_box img {
    width: 40%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_section.page_kamado--section.section03 .section_container .text_box img {
    width: 37.5%;
    top: auto;
    bottom: 0;
    aspect-ratio: auto;
  }
}

.page_header.page_muro hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.7em;
}

.page_contents.page_muro--contents.contents01 .contents_container .text_box {
  font-size: 4vw;
  width: 85%;
  padding: 3em 0;
  margin-inline: auto;
  background-size: 62%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .page_contents.page_muro--contents.contents01 .contents_container .text_box {
    font-size: 2.4vw;
    padding: 3.5em 0;
    background-size: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_muro--contents.contents01 .contents_container .text_box {
    text-align: center;
    font-size: min(1.4vw, 21px);
    width: -moz-max-content;
    width: max-content;
    padding: 4.5em 0;
    background-size: 55%;
  }
}
.page_contents.page_muro--contents.contents01 .contents_container .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
.page_contents.page_muro--contents.contents01 .contents_container .text_box p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_muro--contents.contents01 .contents_container .text_box p:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
.page_contents.page_muro--contents.contents01 .contents_container .text_box p br {
  display: block !important;
}
.page_contents.page_muro--contents.contents01 .contents_container .text_box p br.br_pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_muro--contents.contents01 .contents_container .text_box p br.br_pc {
    display: block !important;
  }
}
.page_contents.page_muro--contents.contents01 .contents_container .text_box.show p {
  opacity: 1;
  transform: translate(0, 0);
}

section.page_section.page_muro--section.section01 {
  padding: 10% 0 20%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section01 {
    padding: 7% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section01 {
    padding: 30px 0 150px;
  }
}
section.page_section.page_muro--section.section01 .section_container h2 {
  text-align: center;
  font-size: 4.8vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section01 .section_container h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section01 .section_container h2 {
    font-size: 42px;
    margin-bottom: 1.8em;
  }
}
section.page_section.page_muro--section.section01 .section_container nav.page_nav {
  margin-bottom: 5em;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section01 .section_container nav.page_nav {
    margin-bottom: 7.5em;
  }
}

dl.page_muro--dl {
  width: 85%;
  margin: 0 auto 20%;
}
@media screen and (min-width: 768px) {
  dl.page_muro--dl {
    margin: 0 auto 15%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_muro--dl {
    width: 95%;
    max-width: 1520px;
    margin: 0 auto 150px;
  }
}
dl.page_muro--dl > div {
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (min-width: 1025px) {
  dl.page_muro--dl > div {
    padding-top: 150px;
    margin-top: -150px;
  }
}
dl.page_muro--dl > div:not(:last-of-type) {
  margin-bottom: 30%;
}
@media screen and (min-width: 768px) {
  dl.page_muro--dl > div:not(:last-of-type) {
    margin-bottom: 20%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_muro--dl > div:not(:last-of-type) {
    margin-bottom: 150px;
  }
}
dl.page_muro--dl > div > dt {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  dl.page_muro--dl > div > dt {
    margin-bottom: 4.5em;
  }
}
dl.page_muro--dl > div > dt span {
  opacity: 0;
  display: block;
}
dl.page_muro--dl > div > dt span.ja {
  color: transparent;
  font-size: 4.8vw;
  margin-bottom: 0.8em;
  text-shadow: 0 0 100px #282828;
}
@media screen and (min-width: 768px) {
  dl.page_muro--dl > div > dt span.ja {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_muro--dl > div > dt span.ja {
    font-size: 42px;
  }
}
dl.page_muro--dl > div > dt span.eng {
  color: transparent;
  font-size: 2.8vw;
  letter-spacing: 0.2em;
  text-shadow: 0 0 100px #363581;
}
@media screen and (min-width: 768px) {
  dl.page_muro--dl > div > dt span.eng {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_muro--dl > div > dt span.eng {
    font-size: 24px;
  }
}
dl.page_muro--dl > div > dt.show span.ja {
  animation: blur-h2 1s ease-out forwards;
}
dl.page_muro--dl > div > dt.show span.eng {
  animation: blur-span 1s ease-out forwards;
}
dl.page_muro--dl > div > dd {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  dl.page_muro--dl > div > dd {
    display: grid;
    grid-template: auto auto 1fr/1fr 1.27fr;
    gap: 0 min(90px, 5vw);
  }
}
dl.page_muro--dl > div > dd p.large_text {
  font-size: 5.1vw;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  dl.page_muro--dl > div > dd p.large_text {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_muro--dl > div > dd p.large_text {
    font-size: min(2.1vw, 27px);
    line-height: 1.6;
  }
}
dl.page_muro--dl > div > dd p.large_text br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  dl.page_muro--dl > div > dd p.large_text br.br_sp {
    display: none !important;
  }
}
dl.page_muro--dl > div > dd p.large_text br.br_pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  dl.page_muro--dl > div > dd p.large_text br.br_pc {
    display: block !important;
  }
}
dl.page_muro--dl > div > dd p.small_text {
  font-size: 3.8vw;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  dl.page_muro--dl > div > dd p.small_text {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_muro--dl > div > dd p.small_text {
    font-size: min(1.6vw, 21px);
    margin-bottom: 2.5em;
  }
}

.page_muro--swiperBox {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_muro--swiperBox {
    min-width: 100%;
    padding-bottom: 35px;
    overflow: hidden;
    grid-row: span 3;
    align-self: start;
  }
}
.page_muro--swiperBox .page_muro--swiper {
  margin-bottom: 18%;
}
@media screen and (min-width: 768px) {
  .page_muro--swiperBox .page_muro--swiper {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_muro--swiperBox .page_muro--swiper {
    margin: 0;
  }
}
.page_muro--swiperBox .page_muro--swiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
}
.page_muro--swiperBox .swiper-pagination.page_muro--pagination {
  width: -moz-max-content;
  width: max-content;
  left: auto;
  right: 0;
  bottom: 0;
  transform: translate(0, 120%);
}
@media screen and (min-width: 1025px) {
  .page_muro--swiperBox .swiper-pagination.page_muro--pagination {
    transform: translate(0, 0);
  }
}
.page_muro--swiperBox .swiper-pagination.page_muro--pagination span.swiper-pagination-bullet {
  background-color: #C9CACA;
}
.page_muro--swiperBox .swiper-pagination.page_muro--pagination span.swiper-pagination-bullet-active {
  background-color: #373581;
}

dl.page_muro_dd--dl {
  border-top: 1px solid #707070;
}
dl.page_muro_dd--dl div {
  padding: 6% 3%;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  dl.page_muro_dd--dl div {
    padding: 4% 3%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_muro_dd--dl div {
    padding: 0;
    display: grid;
    grid-template-columns: 30% 1fr;
  }
}
dl.page_muro_dd--dl div dt {
  font-size: 4.8vw;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  dl.page_muro_dd--dl div dt {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_muro_dd--dl div dt {
    font-size: min(2.1vw, 26px);
    margin: 0;
    justify-self: center;
    align-self: center;
  }
}
dl.page_muro_dd--dl div dd {
  font-size: 4vw;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.page_muro_dd--dl div dd {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_muro_dd--dl div dd {
    font-size: min(1.4vw, 20px);
    padding: 1.1em 3em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_muro_dd--dl div dd::before {
    content: "";
    width: 1px;
    height: calc(100% - 1em);
    background-color: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
dl.page_muro_dd--dl div dd br {
  display: block !important;
}

section.page_section.page_muro--section.section02 {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section02 {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 {
    padding-bottom: 120px;
  }
}
section.page_section.page_muro--section.section02 .section_container {
  width: 85%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 12% 1fr;
  justify-content: space-between;
  gap: 0 9%;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container {
    width: 95%;
    max-width: 1520px;
    margin-inline: auto;
    grid-template-columns: auto 88.2%;
    gap: 0;
  }
}
section.page_section.page_muro--section.section02 .section_container hgroup.page_h2_hgroup {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container hgroup.page_h2_hgroup {
    grid-row: span 2;
  }
}
section.page_section.page_muro--section.section02 .section_container hgroup.page_h2_hgroup h2.page_h2 {
  letter-spacing: 0.4em;
  margin-left: 0.4em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section02 .section_container hgroup.page_h2_hgroup h2.page_h2 {
    margin-left: 0.2em;
  }
}
section.page_section.page_muro--section.section02 .section_container .text_box01 {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section02 .section_container .text_box01 {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container .text_box01 {
    margin-bottom: 120px;
  }
}
section.page_section.page_muro--section.section02 .section_container .text_box01 p.text01 {
  font-size: 4vw;
  line-height: 1.8;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section02 .section_container .text_box01 p.text01 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container .text_box01 p.text01 {
    font-size: min(2vw, 24px);
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container .text_box01 p.text01 br.br_pc {
    display: block !important;
  }
}
section.page_section.page_muro--section.section02 .section_container .text_box01 p.text02 {
  font-size: 4vw;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section02 .section_container .text_box01 p.text02 {
    font-size: 2.3vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container .text_box01 p.text02 {
    font-size: min(1.6vw, 20px);
  }
}
section.page_section.page_muro--section.section02 .section_container .text_box01 p.text02 span {
  line-height: 1.4;
}
section.page_section.page_muro--section.section02 .section_container .text_box01 p.text02 span br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section02 .section_container .text_box01 p.text02 span br {
    display: none !important;
  }
}
section.page_section.page_muro--section.section02 .section_container .text_box01 p.text03 {
  font-size: 3.8vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section02 .section_container .text_box01 p.text03 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container .text_box01 p.text03 {
    font-size: min(1.6vw, 20px);
  }
}
section.page_section.page_muro--section.section02 .section_container .text_box01 p.text03 br {
  display: block !important;
}
section.page_section.page_muro--section.section02 .section_container .text_box02 {
  padding: 10% 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section02 .section_container .text_box02 {
    padding: 7% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container .text_box02 {
    padding: 50px 0;
  }
}
section.page_section.page_muro--section.section02 .section_container .text_box02 h3 {
  text-align: center;
  font-size: 5.4vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section02 .section_container .text_box02 h3 {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container .text_box02 h3 {
    font-size: 30px;
  }
}
section.page_section.page_muro--section.section02 .section_container .text_box02 h3 br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container .text_box02 h3 br {
    display: none !important;
  }
}
section.page_section.page_muro--section.section02 .section_container .text_box02 p {
  font-size: 3.8vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_muro--section.section02 .section_container .text_box02 p {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_muro--section.section02 .section_container .text_box02 p {
    font-size: min(1.7vw, 21px);
    line-height: 1.8;
    width: 75%;
    margin-inline: auto;
  }
}

.page_header.page_onsen hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.7em;
}

.page_contents.page_onsen--contents.contents01 .contents_container .text_box {
  font-size: 4vw;
  width: 85%;
  padding: 3em 0;
  margin-inline: auto;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .page_contents.page_onsen--contents.contents01 .contents_container .text_box {
    font-size: 2.4vw;
    padding: 3.5em 0;
    background-size: 14%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_onsen--contents.contents01 .contents_container .text_box {
    text-align: center;
    font-size: min(1.4vw, 21px);
    width: -moz-max-content;
    width: max-content;
    padding: 4.5em 0;
    background-size: 23%;
  }
}
.page_contents.page_onsen--contents.contents01 .contents_container .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
.page_contents.page_onsen--contents.contents01 .contents_container .text_box p.space {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_onsen--contents.contents01 .contents_container .text_box p.space {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_onsen--contents.contents01 .contents_container .text_box p br {
    display: block !important;
  }
}
.page_contents.page_onsen--contents.contents01 .contents_container .text_box.show p {
  opacity: 1;
  transform: translate(0, 0);
}

.page_contents.page_onsen--contents.contents02 {
  padding: 5% 0 18%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_onsen--contents.contents02 {
    padding: 3% 0 13%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_onsen--contents.contents02 {
    padding: 0 0 170px;
  }
}
.page_contents.page_onsen--contents.contents02 .contents_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_onsen--contents.contents02 .contents_container {
    max-width: 1520px;
  }
}

dl.page_onsen_contents02--dl div {
  display: grid;
}
@media screen and (min-width: 1025px) {
  dl.page_onsen_contents02--dl div {
    display: grid;
    grid-template: auto 1fr/55% auto;
    gap: 0 min(70px, 5%);
  }
}
dl.page_onsen_contents02--dl div:not(:last-of-type) {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  dl.page_onsen_contents02--dl div:not(:last-of-type) {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_onsen_contents02--dl div:not(:last-of-type) {
    margin-bottom: 150px;
  }
}
dl.page_onsen_contents02--dl div dt {
  margin-bottom: 1.2em;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  order: 2;
}
@media screen and (min-width: 1025px) {
  dl.page_onsen_contents02--dl div dt {
    margin-bottom: 3em;
  }
}
dl.page_onsen_contents02--dl div dt span {
  opacity: 0;
  display: block;
}
dl.page_onsen_contents02--dl div dt span.ja {
  color: transparent;
  font-size: 4.8vw;
  letter-spacing: 0.6em;
  margin-left: 0.4em;
  text-shadow: 0 0 100px #282828;
}
@media screen and (min-width: 768px) {
  dl.page_onsen_contents02--dl div dt span.ja {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_onsen_contents02--dl div dt span.ja {
    font-size: 42px;
    margin-left: 0.3em;
  }
}
dl.page_onsen_contents02--dl div dt span.eng {
  color: transparent;
  font-size: 2.8vw;
  letter-spacing: 0.2em;
  text-shadow: 0 0 100px #363581;
}
@media screen and (min-width: 768px) {
  dl.page_onsen_contents02--dl div dt span.eng {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_onsen_contents02--dl div dt span.eng {
    font-size: 24px;
  }
}
dl.page_onsen_contents02--dl div dt.show span.ja {
  animation: blur-h2 1s ease-out forwards;
}
dl.page_onsen_contents02--dl div dt.show span.eng {
  animation: blur-span 1s ease-out forwards;
}
dl.page_onsen_contents02--dl div dd:first-of-type {
  margin-bottom: 8%;
  order: 1;
}
@media screen and (min-width: 1025px) {
  dl.page_onsen_contents02--dl div dd:first-of-type {
    margin: 0;
    grid-row: span 2;
  }
}
dl.page_onsen_contents02--dl div dd:nth-of-type(2) {
  font-size: 4vw;
  order: 3;
}
@media screen and (min-width: 768px) {
  dl.page_onsen_contents02--dl div dd:nth-of-type(2) {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_onsen_contents02--dl div dd:nth-of-type(2) {
    font-size: min(1.6vw, 22px);
  }
}
dl.page_onsen_contents02--dl div dd:nth-of-type(2) p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
dl.page_onsen_contents02--dl div dd:nth-of-type(2) p.space {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  dl.page_onsen_contents02--dl div dd:nth-of-type(2) p.space {
    margin-bottom: 2em;
  }
}

section.page_section.page_onsen--section.section01 {
  padding-bottom: 20%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_onsen--section.section01 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_onsen--section.section01 {
    padding-bottom: 120px;
  }
}
section.page_section.page_onsen--section.section01 .section_container {
  margin: 0 auto 12%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_onsen--section.section01 .section_container {
    margin: 0 auto 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_onsen--section.section01 .section_container {
    margin: 0 auto 120px;
  }
}
section.page_section.page_onsen--section.section01 .section_container hgroup.page_h2_hgroup {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_onsen--section.section01 .section_container hgroup.page_h2_hgroup {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_onsen--section.section01 .section_container hgroup.page_h2_hgroup {
    margin-bottom: 70px;
  }
}
section.page_section.page_onsen--section.section01 .booking_button {
  margin-top: 4em;
}

dl.page_onsen--dl {
  width: 86%;
  margin-inline: auto;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 1025px) {
  dl.page_onsen--dl {
    width: 95%;
    max-width: 1520px;
  }
}
dl.page_onsen--dl div {
  padding: 5% 3%;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  dl.page_onsen--dl div {
    padding: 3% 5%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_onsen--dl div {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 24% 1fr;
    align-items: center;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_onsen--dl div::before {
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    background-color: #707070;
    position: absolute;
    left: 24%;
    top: 50%;
    transform: translate(0, -50%);
  }
}
dl.page_onsen--dl div dt {
  font-size: 4.8vw;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  dl.page_onsen--dl div dt {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_onsen--dl div dt {
    text-align: center;
    font-size: min(2vw, 26px);
    margin: 0;
  }
}
dl.page_onsen--dl div dd {
  font-size: 4vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  dl.page_onsen--dl div dd {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_onsen--dl div dd {
    font-size: min(2vw, 26px);
    padding: 0 4em;
  }
}
dl.page_onsen--dl div dd br {
  display: block !important;
}
dl.page_onsen--dl div dd span {
  font-size: 0.8em;
}
dl.page_onsen--dl div:first-of-type dd {
  text-align: right;
  line-height: 1.6;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1025px) {
  dl.page_onsen--dl div:first-of-type dd {
    line-height: 2;
  }
}

.page_onsen--swiper ul.swiper-wrapper {
  transition-timing-function: linear;
}
.page_onsen--swiper ul.swiper-wrapper li.swiper-slide {
  height: auto;
  list-style: none;
}
.page_onsen--swiper ul.swiper-wrapper li.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_header.page_floor hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.7em;
}

.page_contents.page_floor--contents.contents01 .contents_container .text_box {
  font-size: 4vw;
  width: 85%;
  padding: 3em 0;
  margin-inline: auto;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .page_contents.page_floor--contents.contents01 .contents_container .text_box {
    font-size: 2.4vw;
    padding: 3.5em 0;
    background-size: 32%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_floor--contents.contents01 .contents_container .text_box {
    text-align: center;
    font-size: min(1.4vw, 21px);
    width: -moz-max-content;
    width: max-content;
    padding: 4.5em 0;
    background-size: 64%;
  }
}
.page_contents.page_floor--contents.contents01 .contents_container .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
.page_contents.page_floor--contents.contents01 .contents_container .text_box p.space {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_floor--contents.contents01 .contents_container .text_box p.space {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_floor--contents.contents01 .contents_container .text_box p br {
    display: block !important;
  }
}
.page_contents.page_floor--contents.contents01 .contents_container .text_box.show p {
  opacity: 1;
  transform: translate(0, 0);
}

.page_contents.page_floor--contents.contents02 {
  padding-bottom: 20%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_floor--contents.contents02 {
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_floor--contents.contents02 {
    padding-bottom: 180px;
  }
}
.page_contents.page_floor--contents.contents02 .contents_container nav.page_nav {
  margin-bottom: 4em;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_floor--contents.contents02 .contents_container nav.page_nav {
    margin-bottom: 5em;
  }
}
.page_contents.page_floor--contents.contents02 .contents_container nav.page_nav ul li a.window {
  display: flex;
  align-items: center;
}
.page_contents.page_floor--contents.contents02 .contents_container nav.page_nav ul li a.window::before {
  transform: translate(0, -50%) rotate(225deg);
}
.page_contents.page_floor--contents.contents02 .contents_container nav.page_nav ul li a.window:hover::before {
  transform: translate(15%, -50%) rotate(225deg);
}
.page_contents.page_floor--contents.contents02 .contents_container nav.page_nav ul li a.window span {
  display: flex;
  align-items: center;
  gap: 0 0.8em;
}
.page_contents.page_floor--contents.contents02 .contents_container nav.page_nav ul li a.window span img {
  width: 0.9em;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_floor--contents.contents02 .contents_container nav.page_nav ul li a.window span img {
    width: 0.8em;
  }
}

dl.page_floor_contents02--dl {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  dl.page_floor_contents02--dl {
    width: 95%;
    max-width: 1520px;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_floor_contents02--dl > div {
    display: grid;
    grid-template: auto 1fr/55% auto;
    gap: 0 5%;
  }
}
dl.page_floor_contents02--dl > div:not(:last-of-type) {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  dl.page_floor_contents02--dl > div:not(:last-of-type) {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_floor_contents02--dl > div:not(:last-of-type) {
    margin-bottom: 160px;
  }
}
dl.page_floor_contents02--dl > div dt {
  margin-bottom: 9%;
}
@media screen and (min-width: 768px) {
  dl.page_floor_contents02--dl > div dt {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_floor_contents02--dl > div dt {
    margin-bottom: 50px;
    order: 2;
  }
}
dl.page_floor_contents02--dl > div dt span {
  display: block;
}
dl.page_floor_contents02--dl > div dt span:first-of-type {
  font-size: 6.7vw;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  dl.page_floor_contents02--dl > div dt span:first-of-type {
    font-size: 4.4vw;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_floor_contents02--dl > div dt span:first-of-type {
    font-size: 42px;
  }
}
dl.page_floor_contents02--dl > div dt span:nth-of-type(2) {
  color: #363581;
  font-size: 4.8vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  dl.page_floor_contents02--dl > div dt span:nth-of-type(2) {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_floor_contents02--dl > div dt span:nth-of-type(2) {
    font-size: min(2vw, 24px);
  }
}
dl.page_floor_contents02--dl > div dt span:nth-of-type(2) br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  dl.page_floor_contents02--dl > div dt span:nth-of-type(2) br {
    display: none !important;
  }
}
dl.page_floor_contents02--dl > div dd:first-of-type {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  dl.page_floor_contents02--dl > div dd:first-of-type {
    margin-bottom: 9%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_floor_contents02--dl > div dd:first-of-type {
    margin: 0;
    grid-row: span 2;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  dl.page_floor_contents02--dl > div dd:first-of-type .img {
    pointer-events: none;
  }
}
dl.page_floor_contents02--dl > div dd:first-of-type .img img {
  margin-bottom: 6%;
}
@media screen and (min-width: 768px) {
  dl.page_floor_contents02--dl > div dd:first-of-type .img img {
    margin: 0;
  }
}
dl.page_floor_contents02--dl > div dd:first-of-type .img p {
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  border-bottom: 1px solid #282828;
}
@media screen and (min-width: 768px) {
  dl.page_floor_contents02--dl > div dd:first-of-type .img p {
    display: none;
  }
}
dl.page_floor_contents02--dl > div dd:nth-of-type(2) {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  dl.page_floor_contents02--dl > div dd:nth-of-type(2) {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_floor_contents02--dl > div dd:nth-of-type(2) {
    font-size: min(1.7vw, 22px);
    order: 3;
  }
}
dl.page_floor_contents02--dl > div dd:nth-of-type(2) p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  dl.page_floor_contents02--dl > div dd:nth-of-type(2) p {
    line-height: 1.8;
  }
}
dl.page_floor_contents02--dl > div dd:nth-of-type(2) a {
  color: inherit;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.4em 0.2em 0;
  margin-top: 2.5em;
  border-bottom: 1px solid #282828 !important;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
dl.page_floor_contents02--dl > div dd:nth-of-type(2) a:hover {
  opacity: 0.7;
}
dl.page_floor_contents02--dl > div dd:nth-of-type(2) a img {
  width: 0.8em;
}

section.page_section.page_floor--section {
  padding-bottom: 20%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_floor--section {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_floor--section {
    padding-bottom: 120px;
  }
}
section.page_section.page_floor--section .section_container {
  width: 88%;
  padding-top: 50px;
  margin-top: -50px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_floor--section .section_container {
    width: 95%;
    max-width: 1520px;
    padding-top: 150px;
    margin-top: -150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 0 5%;
  }
}
section.page_section.page_floor--section .section_container hgroup.page_h2_hgroup {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_floor--section .section_container hgroup.page_h2_hgroup {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_floor--section .section_container hgroup.page_h2_hgroup {
    margin-bottom: 70px;
    grid-column: span 2;
  }
}
section.page_section.page_floor--section .section_container .img {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_floor--section .section_container .img {
    margin-bottom: 8%;
  }
}
section.page_section.page_floor--section .section_container .text_box {
  font-size: 3.8vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.page_section.page_floor--section .section_container .text_box {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_floor--section .section_container .text_box {
    font-size: min(2.1vw, 27px);
  }
}
section.page_section.page_floor--section .section_container .text_box img {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 0;
  top: 0;
}
section.page_section.page_floor--section .section_container .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 0.8s;
  position: relative;
}
section.page_section.page_floor--section .section_container .text_box.show p {
  opacity: 1;
  transform: translate(0, 0);
}
section.page_section.page_floor--section.section01 .text_box img {
  height: 95%;
  transform: translate(35%, 5%);
}
@media screen and (min-width: 1025px) {
  section.page_section.page_floor--section.section01 .text_box img {
    transform: translate(85%, 0%);
  }
}
section.page_section.page_floor--section.section02 .text_box img {
  height: 110%;
  transform: translate(35%, 0);
}
@media screen and (min-width: 1025px) {
  section.page_section.page_floor--section.section02 .text_box img {
    height: 90%;
    transform: translate(85%, 0);
  }
}
section.page_section.page_floor--section .booking_button {
  margin-top: 6em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_floor--section .booking_button {
    margin-top: 5em;
  }
}

.page_floor--swiperBox {
  margin-bottom: 10%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_floor--swiperBox {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_floor--swiperBox {
    min-width: 100%;
    margin: 0;
  }
}
.page_floor--swiperBox .page_floor--swiper {
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  .page_floor--swiperBox .page_floor--swiper {
    margin-bottom: 5%;
  }
}
.page_floor--swiperBox .page_floor--swiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
}
.page_floor--swiperBox .swiper-pagination.page_floor--pagination {
  width: -moz-max-content;
  width: max-content;
  left: auto;
  right: 0;
  bottom: 0;
}
.page_floor--swiperBox .swiper-pagination.page_floor--pagination span.swiper-pagination-bullet {
  background-color: #C9CACA;
}
.page_floor--swiperBox .swiper-pagination.page_floor--pagination span.swiper-pagination-bullet-active {
  background-color: #373581;
}

#content.temp_home, #content.temp_archive_plan {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page_header.page_plan hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.2em;
}

.page_contents.page_plan--contents.contents01 {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  .page_contents.page_plan--contents.contents01 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_plan--contents.contents01 {
    padding: 100px 0 120px;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_plan--contents.contents01 .contents_container {
    width: 95%;
    max-width: 1520px;
    margin-inline: auto;
  }
}
.page_contents.page_plan--contents.contents01 .contents_container .text_box {
  font-size: 4vw;
  width: 85%;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_plan--contents.contents01 .contents_container .text_box {
    font-size: 2.4vw;
    margin: 0 auto 4em;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_plan--contents.contents01 .contents_container .text_box {
    font-size: 21px;
    margin: 0px auto 4.5em;
  }
}
.page_contents.page_plan--contents.contents01 .contents_container .text_box p {
  line-height: 1.6;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_plan--contents.contents01 .contents_container .text_box p {
    text-align: center;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .page_contents.page_plan--contents.contents01 .contents_container .text_box p br.br_pc {
    display: block !important;
  }
}
.page_contents.page_plan--contents.contents01 .contents_container .text_box.show p {
  opacity: 1;
  transform: translate(0, 0);
}
.page_contents.page_plan--contents.contents01 .contents_container .booking_button {
  margin-top: 4em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_plan--contents.contents01 .contents_container .booking_button {
    margin-top: 3.5em;
  }
}

ul.page_plan--ul {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  ul.page_plan--ul {
    width: 100%;
  }
}
ul.page_plan--ul li {
  list-style: none;
  counter-increment: number;
}
@media screen and (min-width: 1025px) {
  ul.page_plan--ul li {
    display: grid;
    grid-template: auto 1fr/26.5% 1fr auto;
    gap: 0 2%;
  }
}
ul.page_plan--ul li:not(:last-of-type) {
  margin-bottom: 18%;
}
@media screen and (min-width: 768px) {
  ul.page_plan--ul li:not(:last-of-type) {
    margin-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_plan--ul li:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
ul.page_plan--ul li .thumbnail {
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  ul.page_plan--ul li .thumbnail {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_plan--ul li .thumbnail {
    margin: 0;
    grid-row: span 2;
  }
}
ul.page_plan--ul li .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.35/1;
}
ul.page_plan--ul li p.title {
  color: #363581;
  font-size: 4.6vw;
  line-height: 1.4;
  margin-bottom: 1em;
  display: flex;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  ul.page_plan--ul li p.title {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_plan--ul li p.title {
    font-size: 24px;
    margin-bottom: 2em;
    grid-column: span 2;
  }
}
ul.page_plan--ul li p.title::before {
  content: counter(number, decimal-leading-zero);
  font-size: 10.7vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  ul.page_plan--ul li p.title::before {
    font-size: 5.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_plan--ul li p.title::before {
    font-size: 50px;
  }
}
ul.page_plan--ul li p.title br {
  display: block !important;
}
ul.page_plan--ul li p.point {
  font-size: 3.8vw;
  line-height: 1.4;
  max-height: 4.2em;
  margin-bottom: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  ul.page_plan--ul li p.point {
    font-size: 2.1vw;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_plan--ul li p.point {
    font-size: 18px;
    max-height: none;
    margin: 0;
    overflow: inherit;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
  }
}
ul.page_plan--ul li p.point br {
  display: block !important;
}
ul.page_plan--ul li .common_button {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  ul.page_plan--ul li .common_button {
    align-self: end;
  }
}

.page_plan--paginationBox {
  font-size: 5.4vw;
  width: -moz-max-content;
  width: max-content;
  margin: 2.5em auto 0;
  display: flex;
  align-items: baseline;
  gap: 0 1.2em;
}
@media screen and (min-width: 768px) {
  .page_plan--paginationBox {
    font-size: 2.7vw;
    gap: 0 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_plan--paginationBox {
    font-size: 20px;
    margin: 4em auto 0;
    order: 4;
  }
}
.page_plan--paginationBox:empty {
  display: none;
}
.page_plan--paginationBox span.page-numbers.current {
  color: #363581;
  position: relative;
}
.page_plan--paginationBox span.page-numbers.current::before {
  content: "";
  width: 1.1em;
  height: 1px;
  background-color: #363581;
  position: absolute;
  left: 50%;
  bottom: -0.4em;
  transform: translate(-50%, 0);
}
.page_plan--paginationBox a {
  color: inherit;
}

#content.container.temp_single_plan {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page_contents.single_plan {
  padding: 40% 0 20%;
}
@media screen and (min-width: 768px) {
  .page_contents.single_plan {
    padding: 22% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.single_plan {
    padding: 200px 0 100px;
  }
}
.page_contents.single_plan .booking_button {
  margin: 0 auto 3em;
}
.page_contents.single_plan .common_button {
  display: flex;
  justify-content: center;
}
.page_contents.single_plan .common_button a i {
  transform: rotate(180deg);
}
.page_contents.single_plan .common_button a:hover i {
  transform: translate(-15%, 0) rotate(180deg);
}

article.single_plan--article {
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  article.single_plan--article {
    margin-bottom: 9%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_plan--article {
    margin-bottom: 110px;
  }
}
article.single_plan--article h1 {
  color: #363581;
  font-size: 4.6vw;
  line-height: 1.4;
  width: 85%;
  margin: 0 auto 2.8em;
}
@media screen and (min-width: 768px) {
  article.single_plan--article h1 {
    font-size: 2.9vw;
    margin: 0 auto 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  article.single_plan--article h1 {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
article.single_plan--article h1 br {
  display: block !important;
}
article.single_plan--article .content {
  font-size: 4vw;
  width: 85%;
  margin: 0 auto 4em;
}
@media screen and (min-width: 768px) {
  article.single_plan--article .content {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_plan--article .content {
    font-size: 20px;
    width: 95%;
    max-width: 1000px;
  }
}
article.single_plan--article .content p {
  line-height: 1.6;
}
article.single_plan--article .content p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
article.single_plan--article .content p img {
  width: 100%;
}
article.single_plan--article .content p br {
  display: block !important;
}
article.single_plan--article .information {
  font-size: 4vw;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  article.single_plan--article .information {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_plan--article .information {
    font-size: 17px;
    width: 95%;
    max-width: 1300px;
    display: flex;
    gap: 0 min(70px, 6%);
  }
}
article.single_plan--article .information .thumbnail {
  width: 60%;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 768px) {
  article.single_plan--article .information .thumbnail {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_plan--article .information .thumbnail {
    width: 34%;
    margin: 0;
  }
}
article.single_plan--article .information dl {
  border-top: 1px solid #707070;
}
@media screen and (min-width: 1025px) {
  article.single_plan--article .information dl {
    width: 100%;
  }
}
article.single_plan--article .information dl div {
  padding: 1.4em 0.8em;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 1025px) {
  article.single_plan--article .information dl div {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
  }
}
article.single_plan--article .information dl div dt {
  font-size: 4.8vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  article.single_plan--article .information dl div dt {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_plan--article .information dl div dt {
    text-align: center;
    font-size: 18px;
    margin: 0;
  }
}
article.single_plan--article .information dl div dd {
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  article.single_plan--article .information dl div dd {
    padding: 1em 1.5em;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  article.single_plan--article .information dl div dd::before {
    content: "";
    width: 1px;
    height: calc(100% - 1em);
    background-color: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.single_plan--swiperBox {
  width: 95%;
  margin: 0 auto 20%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single_plan--swiperBox {
    margin: 0 auto 12%;
  }
}
@media screen and (min-width: 1025px) {
  .single_plan--swiperBox {
    max-width: 1980px;
    margin: 0 auto 120px;
  }
}
.single_plan--swiperBox .single_plan--swiper {
  overflow: hidden;
}
.single_plan--swiperBox .single_plan--swiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
  opacity: 1;
  position: relative;
  transform: scale(1);
  transition: opacity 0.3s, transform 0.3s;
}
.single_plan--swiperBox .single_plan--swiper ul.swiper-wrapper li.swiper-slide.swiper-slide-prev, .single_plan--swiperBox .single_plan--swiper ul.swiper-wrapper li.swiper-slide.swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.7);
}
.single_plan--swiperBox .single_plan--swiper ul.swiper-wrapper li.swiper-slide.swiper-slide-prev {
  transform-origin: right;
}
.single_plan--swiperBox .single_plan--swiper ul.swiper-wrapper li.swiper-slide.swiper-slide-next {
  transform-origin: left;
}
.single_plan--swiperBox .single_plan--swiper ul.swiper-wrapper li.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.3/1;
}
.single_plan--swiperBox .single_plan--swiper ul.swiper-wrapper li.swiper-slide span {
  color: #fff;
  font-size: 3vw;
  line-height: 1.4;
  width: 100%;
  padding: 0.5em 0.8em;
  background-color: rgba(15, 15, 15, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .single_plan--swiperBox .single_plan--swiper ul.swiper-wrapper li.swiper-slide span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_plan--swiperBox .single_plan--swiper ul.swiper-wrapper li.swiper-slide span {
    font-size: 20px;
  }
}
.single_plan--swiperBox .swiper-button-prev, .single_plan--swiperBox .swiper-button-next {
  color: #282828;
}
.single_plan--swiperBox .swiper-button-prev::after, .single_plan--swiperBox .swiper-button-next::after {
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  .single_plan--swiperBox .swiper-button-prev::after, .single_plan--swiperBox .swiper-button-next::after {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_plan--swiperBox .swiper-button-prev::after, .single_plan--swiperBox .swiper-button-next::after {
    font-size: 30px;
  }
}
.single_plan--swiperBox .swiper-button-prev {
  left: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  .single_plan--swiperBox .swiper-button-prev {
    transform: translate(300%, 0);
  }
}
.single_plan--swiperBox .swiper-button-next {
  right: 0;
  transform: translate(50%, 0);
}
@media screen and (min-width: 1025px) {
  .single_plan--swiperBox .swiper-button-next {
    transform: translate(-300%, 0);
  }
}
.single_plan--swiperBox .swiper-pagination.single_plan--pagination {
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 120%);
}
@media screen and (min-width: 768px) {
  .single_plan--swiperBox .swiper-pagination.single_plan--pagination {
    transform: translate(-50%, 150%);
  }
}
.single_plan--swiperBox .swiper-pagination.single_plan--pagination span.swiper-pagination-bullet {
  background-color: #C9CACA;
}
.single_plan--swiperBox .swiper-pagination.single_plan--pagination span.swiper-pagination-bullet-active {
  background-color: #373581;
}

.page_header.page_sightseeing hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.8em;
}

.page_contents.page_sightseeing--contents.contents01 .contents_container .text_box {
  font-size: 4vw;
  width: 85%;
  padding: 3em 0;
  margin-inline: auto;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .page_contents.page_sightseeing--contents.contents01 .contents_container .text_box {
    font-size: 2.4vw;
    padding: 3.5em 0;
    background-size: 32%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_sightseeing--contents.contents01 .contents_container .text_box {
    text-align: center;
    font-size: min(1.4vw, 21px);
    width: -moz-max-content;
    width: max-content;
    padding: 5em 0 5.5em;
    background-size: 64%;
  }
}
.page_contents.page_sightseeing--contents.contents01 .contents_container .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
.page_contents.page_sightseeing--contents.contents01 .contents_container .text_box.show p {
  opacity: 1;
  transform: translate(0, 0);
}

.page_contents.page_sightseeing--contents.contents02 {
  padding-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_sightseeing--contents.contents02 {
    padding-bottom: 3%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_sightseeing--contents.contents02 {
    padding-bottom: 50px;
  }
}
.page_contents.page_sightseeing--contents.contents02 .contents_container {
  width: 86%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_sightseeing--contents.contents02 .contents_container {
    width: 95%;
    max-width: 1400px;
  }
}

nav.page_sightseeing--nav {
  text-align: center;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  nav.page_sightseeing--nav {
    margin-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_sightseeing--nav {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 100px;
  }
}
nav.page_sightseeing--nav h2 {
  color: #363581;
  font-size: 5.4vw;
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  nav.page_sightseeing--nav h2 {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_sightseeing--nav h2 {
    font-size: 25px;
  }
}

ul.page_sightseeing_nav--ul {
  font-size: 3.8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}
@media screen and (min-width: 768px) {
  ul.page_sightseeing_nav--ul {
    font-size: 2.3vw;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_sightseeing_nav--ul {
    font-size: min(1.5vw, 20px);
    grid-template-columns: repeat(6, 1fr);
    gap: 0 1.2em;
  }
}
ul.page_sightseeing_nav--ul li {
  border: 1px solid #575696;
  border-radius: 5em;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  ul.page_sightseeing_nav--ul li {
    width: 9em;
  }
}
ul.page_sightseeing_nav--ul li button {
  color: #363581;
  font-weight: normal;
  width: 100%;
  padding: 0.6em 0;
  background-color: inherit;
  border-radius: 5em;
  transition: all 0.4s;
}
ul.page_sightseeing_nav--ul li button.active {
  color: #fff;
  background-color: #575696;
}
ul.page_sightseeing_nav--ul li:hover button {
  color: #fff;
  background-color: #575696;
}

dl.page_sightseeing_contents02--dl {
  font-size: 3.8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.5em;
}
@media screen and (min-width: 768px) {
  dl.page_sightseeing_contents02--dl {
    font-size: 2.3vw;
    gap: 0 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_sightseeing_contents02--dl {
    font-size: min(1.6vw, 20px);
    gap: 0 6.5em;
  }
}

.page_sightseeing--item {
  margin-bottom: 4em;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .page_sightseeing--item {
    grid-template-columns: auto 1fr;
  }
}
.page_sightseeing--item.hidden {
  opacity: 0;
  transform: translate(0, 30px);
}
.page_sightseeing--item dt {
  text-align: center;
  color: #363581;
  font-size: 4vw;
  margin-bottom: 1.2em;
  align-self: end;
  order: 2;
}
@media screen and (min-width: 768px) {
  .page_sightseeing--item dt {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_sightseeing--item dt {
    font-size: min(2.2vw, 27px);
    margin: 0;
  }
}
.page_sightseeing--item dt ruby rt {
  font-size: 0.55em;
  transform: translate(0, -30%);
}
.page_sightseeing--item dd {
  position: relative;
}
.page_sightseeing--item dd:first-of-type {
  margin-bottom: 1.5em;
  order: 1;
}
@media screen and (min-width: 1025px) {
  .page_sightseeing--item dd:first-of-type {
    grid-column: span 2;
  }
}
.page_sightseeing--item dd:first-of-type img:first-of-type {
  border-radius: 10em;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.15/1;
}
@media screen and (min-width: 768px) {
  .page_sightseeing--item dd:first-of-type img:first-of-type {
    aspect-ratio: 1.5/1;
  }
}
@media screen and (min-width: 1025px) {
  .page_sightseeing--item dd:first-of-type img:first-of-type {
    aspect-ratio: 1.74/1;
  }
}
.page_sightseeing--item dd:first-of-type img:nth-of-type(2) {
  width: 41%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-20%, -30%);
}
@media screen and (min-width: 768px) {
  .page_sightseeing--item dd:first-of-type img:nth-of-type(2) {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .page_sightseeing--item dd:first-of-type img:nth-of-type(2) {
    width: 17.5%;
    transform: translate(0, 0);
  }
}
.page_sightseeing--item dd:nth-of-type(2) {
  color: #363581;
  font-size: 3.2vw;
  margin-bottom: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 3;
}
@media screen and (min-width: 768px) {
  .page_sightseeing--item dd:nth-of-type(2) {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_sightseeing--item dd:nth-of-type(2) {
    font-size: min(1.8vw, 22px);
    margin: 0 0 0 1.5em;
    justify-content: left;
    align-items: end;
    align-self: end;
  }
}
.page_sightseeing--item dd:nth-of-type(2) img {
  margin-right: 0.5em;
}
.page_sightseeing--item dd:nth-of-type(2) img.walk {
  width: 0.75em;
}
.page_sightseeing--item dd:nth-of-type(2) img.car {
  width: 1.3em;
}
.page_sightseeing--item dd:nth-of-type(2) span {
  color: #fff;
  padding: 0.5em 0.8em;
  margin-left: 1em;
  background-color: #575696;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .page_sightseeing--item dd:nth-of-type(2) span {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_sightseeing--item dd:nth-of-type(2) span {
    font-size: min(1.4vw, 16px);
    margin-left: 1.5em;
  }
}
.page_sightseeing--item dd:nth-of-type(3) {
  font-size: 3.2vw;
  margin-bottom: 1em;
  order: 4;
}
@media screen and (min-width: 768px) {
  .page_sightseeing--item dd:nth-of-type(3) {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_sightseeing--item dd:nth-of-type(3) {
    font-size: inherit;
    margin: 1.5em 0;
    grid-column: span 2;
  }
}
.page_sightseeing--item dd:nth-of-type(3) a {
  color: #363581;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #363581 !important;
  display: inline;
  line-height: 1.6;
}
.page_sightseeing--item dd:nth-of-type(3) a:hover {
  opacity: 0.7;
}
.page_sightseeing--item dd:nth-of-type(3) a img {
  width: 0.75em;
  transform: translate(0, -30%);
}
@media screen and (min-width: 1025px) {
  .page_sightseeing--item dd:nth-of-type(3) a img {
    margin-left: 0.5em;
  }
}
.page_sightseeing--item dd:nth-of-type(4) {
  order: 5;
}
@media screen and (min-width: 1025px) {
  .page_sightseeing--item dd:nth-of-type(4) {
    grid-column: span 2;
  }
}
.page_sightseeing--item dd:nth-of-type(4) p {
  line-height: 1.6;
}

.page_header.page_access hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.8em;
}

.page_contents.page_access--contents.contents01 {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_access--contents.contents01 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_access--contents.contents01 {
    padding: 100px 0 120px;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_access--contents.contents01 .contents_container {
    width: 95%;
    max-width: 1400px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 50% auto;
    gap: 0 60px;
    align-items: center;
  }
}
.page_contents.page_access--contents.contents01 .contents_container .text_box {
  font-size: 4vw;
  width: 85%;
  padding: 3em 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box {
    font-size: 21px;
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.page_contents.page_access--contents.contents01 .contents_container .text_box p {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
}
.page_contents.page_access--contents.contents01 .contents_container .text_box p.large_text {
  color: #363581;
  font-size: 4.8vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box p.large_text {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box p.large_text {
    font-size: 30px;
  }
}
.page_contents.page_access--contents.contents01 .contents_container .text_box p.large_text.space {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box p.large_text.space {
    margin-bottom: 1.5em;
  }
}
.page_contents.page_access--contents.contents01 .contents_container .text_box p.large_text br {
  display: block !important;
}
.page_contents.page_access--contents.contents01 .contents_container .text_box p.small_text {
  line-height: 1.6;
}
.page_contents.page_access--contents.contents01 .contents_container .text_box.show p {
  opacity: 1;
  transform: translate(0, 0);
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box {
  width: -moz-max-content;
  width: max-content;
  margin: 2em auto 0;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box .info_box {
    margin: 2em 0 0;
  }
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p {
  line-height: 1.6;
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.name {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.name {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.name {
    font-size: 28px;
  }
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.address {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.address {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.address {
    font-size: 20px;
  }
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.address a {
  color: inherit;
  border-bottom: 1px solid #282828 !important;
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.address a:hover {
  opacity: 0.7;
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.address br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.address br {
    display: none !important;
  }
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.tel {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.tel {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.tel {
    font-size: 28px;
  }
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.tel span {
  font-size: 0.8em;
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.tel a {
  color: inherit;
}
.page_contents.page_access--contents.contents01 .contents_container .text_box .info_box p.tel a:hover {
  opacity: 0.7;
}
.page_contents.page_access--contents.contents01 .contents_container .map {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_access--contents.contents01 .contents_container .map {
    width: 100%;
  }
}
.page_contents.page_access--contents.contents01 .contents_container .map iframe {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_access--contents.contents01 .contents_container .map iframe {
    aspect-ratio: 1.4/1;
  }
}

section.page_section.page_access--section.section01 {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_access--section.section01 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_access--section.section01 {
    padding-bottom: 100px;
  }
}
section.page_section.page_access--section.section01 .section_container h2 {
  text-align: center;
  font-size: 4.8vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_access--section.section01 .section_container h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_access--section.section01 .section_container h2 {
    font-size: 42px;
    margin-bottom: 1.5em;
  }
}
section.page_section.page_access--section.section01 .section_container nav.page_nav {
  margin-bottom: 4em;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_access--section.section01 .section_container nav.page_nav {
    margin-bottom: 4.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_access--section.section01 .section_container nav.page_nav ul {
    gap: 0 min(80px, 5.5vw);
  }
}

dl.page_access--dl {
  width: 86%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl {
    width: 95%;
    max-width: 1400px;
  }
}
dl.page_access--dl > div {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl > div {
    padding-top: 120px;
    margin-top: -120px;
  }
}
dl.page_access--dl > div:not(:last-of-type) {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  dl.page_access--dl > div:not(:last-of-type) {
    margin-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl > div:not(:last-of-type) {
    margin-bottom: 110px;
  }
}
dl.page_access--dl > div dt {
  color: #363581;
  font-size: 5.4vw;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  gap: 0 0.3em;
}
@media screen and (min-width: 768px) {
  dl.page_access--dl > div dt {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl > div dt {
    font-size: 25px;
    margin-bottom: 2em;
  }
}
dl.page_access--dl > div dt.car img {
  width: 1.25em;
}
dl.page_access--dl > div dt.train img {
  width: 1.05em;
}
dl.page_access--dl > div dt.bus img {
  width: 1.2em;
}
dl.page_access--dl > div dt.plane img {
  width: 1.05em;
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl > div dd {
    display: grid;
    grid-template-columns: 3.4fr 1fr;
    justify-content: space-between;
    gap: 40px 30px;
  }
}
dl.page_access--dl > div dd .route {
  padding-bottom: 10%;
  margin-bottom: 15%;
  overflow-x: scroll;
  scrollbar-width: 14px;
  scrollbar-color: #3760d0;
}
@media screen and (min-width: 768px) {
  dl.page_access--dl > div dd .route {
    padding: 0;
    margin-bottom: 8%;
    overflow: auto;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl > div dd .route {
    margin: 0;
    align-self: center;
  }
}
dl.page_access--dl > div dd .route::-webkit-scrollbar {
  width: 14px;
}
dl.page_access--dl > div dd .route::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
dl.page_access--dl > div dd .route::-webkit-scrollbar-thumb {
  background-color: rgba(55, 53, 129, 0.5);
  border-radius: 8px;
}
dl.page_access--dl > div dd .route img {
  width: 200%;
}
@media screen and (min-width: 768px) {
  dl.page_access--dl > div dd .route img {
    width: 100%;
  }
}
dl.page_access--dl > div dd .map {
  width: 90%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 768px) {
  dl.page_access--dl > div dd .map {
    width: 55%;
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl > div dd .map {
    width: 100%;
    margin: 0;
  }
}
dl.page_access--dl > div dd .map img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl > div dd .map img {
    aspect-ratio: auto;
  }
}
dl.page_access--dl > div dd .text_box {
  font-size: 3.8vw;
  padding: 1.5em 1.2em;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  dl.page_access--dl > div dd .text_box {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl > div dd .text_box {
    font-size: 18px;
    padding: 1.8em 0;
    grid-column: span 2;
  }
}
dl.page_access--dl > div dd .text_box p.link {
  text-align: center;
  color: #363581;
  font-size: 4vw;
  line-height: 1.6;
  margin-bottom: 2em;
  display: grid;
  gap: 0.7em 0;
}
@media screen and (min-width: 768px) {
  dl.page_access--dl > div dd .text_box p.link {
    font-size: 2.2vw;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 1.5em;
    gap: 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl > div dd .text_box p.link {
    font-size: 18px;
  }
}
dl.page_access--dl > div dd .text_box p.link a {
  color: inherit;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  border-bottom: 1px solid #363581 !important;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
dl.page_access--dl > div dd .text_box p.link a:hover {
  opacity: 0.7;
}
dl.page_access--dl > div dd .text_box p.link a img {
  width: 1em;
}
@media screen and (min-width: 1025px) {
  dl.page_access--dl > div dd .text_box div {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}
dl.page_access--dl > div dd .text_box div p {
  line-height: 1.6;
}
dl.page_access--dl > div dd .text_box div p br {
  display: block !important;
}

.page_header.page_manga hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.page_header.page_manga hgroup.page_h1_hgroup h1.page_title br {
  display: block !important;
}

.page_contents.page_manga--contents.contents01 {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  .page_contents.page_manga--contents.contents01 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_manga--contents.contents01 {
    padding: 120px 0 90px;
  }
}
.page_contents.page_manga--contents.contents01 .contents_container {
  width: 88%;
  margin: 0 auto 12%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_manga--contents.contents01 .contents_container {
    width: 80%;
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_manga--contents.contents01 .contents_container {
    max-width: 900px;
    margin: 0 auto 60px;
  }
}
.page_contents.page_manga--contents.contents01 .booking_button {
  margin-top: 0;
}

#content.temp_home, #content.temp_archive {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page_header.page_information hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.2em;
}

.page_contents.page_information--contents.contents01 {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  .page_contents.page_information--contents.contents01 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_information--contents.contents01 {
    padding: 100px 0;
  }
}
.page_contents.page_information--contents.contents01 .contents_container {
  width: 94%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_information--contents.contents01 .contents_container {
    width: 95%;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 7.5%;
  }
}
.page_contents.page_information--contents.contents01 .contents_container > p {
  font-size: 4vw;
  line-height: 1.4;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_information--contents.contents01 .contents_container > p {
    font-size: 2.4vw;
    margin: 0 auto 4em;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_information--contents.contents01 .contents_container > p {
    font-size: 21px;
    margin: 0 auto 4.5em;
    grid-column: span 2;
  }
}
.page_contents.page_information--contents.contents01 .contents_container > p br.br_sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_contents.page_information--contents.contents01 .contents_container > p br.br_sp {
    display: none !important;
  }
}

ul.page_information--ul {
  font-size: 3.8vw;
  margin-bottom: 4em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em 0.8em;
}
@media screen and (min-width: 768px) {
  ul.page_information--ul {
    font-size: 1.9vw;
    margin-bottom: 5em;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_information--ul {
    font-size: 15px;
    gap: 4em 3em;
  }
}
ul.page_information--ul li {
  list-style: none;
}
ul.page_information--ul li a {
  color: inherit;
}
ul.page_information--ul li a .thumbnail {
  margin-bottom: 6%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
ul.page_information--ul li a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  aspect-ratio: 1.45/1;
}
ul.page_information--ul li a .thumbnail .date {
  text-align: center;
  font-size: 4vw;
  padding: 0.5em 1em;
  background-color: #fff;
  border-radius: 10px 0 10px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  ul.page_information--ul li a .thumbnail .date {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_information--ul li a .thumbnail .date {
    font-size: 15px;
  }
}
ul.page_information--ul li a .thumbnail .date span {
  color: #363581;
  display: block;
}
ul.page_information--ul li a .thumbnail .date span.year {
  font-size: 0.8em;
  margin-bottom: 0.2em;
}
ul.page_information--ul li a:hover .thumbnail img {
  transform: scale(1.1);
}
ul.page_information--ul li a span.category {
  color: #fff;
  font-size: 3vw;
  width: -moz-max-content;
  width: max-content;
  padding: 0.4em 0.6em;
  margin-bottom: 1em;
  background-color: #575696;
  border-radius: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  ul.page_information--ul li a span.category {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_information--ul li a span.category {
    font-size: 13px;
  }
}
ul.page_information--ul li a p.title {
  line-height: 1.4;
  background: linear-gradient(#282828, #282828) 0 100%/0 1px no-repeat;
  display: inline;
  transition: all 0.4s;
}
ul.page_information--ul li a:hover p.title {
  background-size: 100% 1px;
}

.page_information--paginationBox {
  font-size: 5.4vw;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 3.5em;
  display: flex;
  align-items: baseline;
  gap: 0 1.2em;
}
@media screen and (min-width: 768px) {
  .page_information--paginationBox {
    font-size: 2.7vw;
    margin: 0 auto 4.5em;
    gap: 0 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_information--paginationBox {
    font-size: 20px;
    margin: 0 auto;
    order: 4;
  }
}
.page_information--paginationBox span.page-numbers.current {
  color: #363581;
  position: relative;
}
.page_information--paginationBox span.page-numbers.current::before {
  content: "";
  width: 1.1em;
  height: 1px;
  background-color: #363581;
  position: absolute;
  left: 50%;
  bottom: -0.4em;
  transform: translate(-50%, 0);
}
.page_information--paginationBox a {
  color: inherit;
}

nav.page_information--nav {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  nav.page_information--nav {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_information--nav {
    width: 17.5em;
    grid-row: span 2;
    order: 3;
  }
}
nav.page_information--nav .nav_box {
  padding: 10%;
  background-color: #fff;
  border-radius: 10px;
}
nav.page_information--nav .nav_box:first-of-type {
  margin-bottom: 10%;
}
nav.page_information--nav .nav_box h2 {
  text-align: center;
  font-size: 4.6vw;
  line-height: 1;
  padding-bottom: 0.8em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #363581;
}
@media screen and (min-width: 768px) {
  nav.page_information--nav .nav_box h2 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_information--nav .nav_box h2 {
    font-size: 20px;
  }
}
nav.page_information--nav .nav_box ul {
  font-size: 4vw;
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  nav.page_information--nav .nav_box ul {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_information--nav .nav_box ul {
    font-size: 17px;
  }
}
nav.page_information--nav .nav_box ul.archive_ul {
  margin-bottom: 2em;
}
nav.page_information--nav .nav_box ul li {
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}
nav.page_information--nav .nav_box ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
nav.page_information--nav .nav_box ul li.hidden {
  display: none;
}
nav.page_information--nav .nav_box ul li::before {
  content: "";
  width: 1em;
  height: 1px;
  background-color: #363581;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
nav.page_information--nav .nav_box ul li a {
  color: inherit;
}
nav.page_information--nav .nav_box button.page_information--navButton {
  color: inherit;
  font-size: 1.05em;
  font-weight: 400;
  text-shadow: none;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  padding: 0;
  margin-inline: auto;
  background: none;
  display: block;
}
nav.page_information--nav .nav_box button.page_information--navButton i {
  margin-left: 0.5em;
}
nav.page_information--nav .nav_box button.page_information--navButton.open i {
  transform: rotate(180deg);
}

#content.container.temp_single {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page_contents.temp_single {
  padding: 40% 0 20%;
}
@media screen and (min-width: 768px) {
  .page_contents.temp_single {
    padding: 22% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.temp_single {
    padding: 200px 0 100px;
  }
}
.page_contents.temp_single .common_button {
  display: flex;
  justify-content: center;
}
.page_contents.temp_single .common_button a i {
  transform: rotate(180deg);
}
.page_contents.temp_single .common_button a:hover i {
  transform: translate(-15%, 0) rotate(180deg);
}

article.temp_single--article {
  width: 85%;
  margin: 0 auto 20%;
}
@media screen and (min-width: 768px) {
  article.temp_single--article {
    margin: 0 auto 10%;
  }
}
@media screen and (min-width: 1025px) {
  article.temp_single--article {
    max-width: 1100px;
    margin: 0 auto 100px;
  }
}
article.temp_single--article h1 {
  font-size: 4.6vw;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  article.temp_single--article h1 {
    font-size: 2.9vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  article.temp_single--article h1 {
    font-size: 28px;
  }
}
article.temp_single--article span.date {
  color: #363581;
  font-size: 4vw;
  margin-bottom: 2em;
  display: block;
}
@media screen and (min-width: 768px) {
  article.temp_single--article span.date {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  article.temp_single--article span.date {
    font-size: 18px;
  }
}
article.temp_single--article .thumbnail {
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  article.temp_single--article .thumbnail {
    width: 50%;
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 1025px) {
  article.temp_single--article .thumbnail {
    width: 37%;
    margin-bottom: 25px;
  }
}
article.temp_single--article .content {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  article.temp_single--article .content {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  article.temp_single--article .content {
    font-size: 20px;
  }
}
article.temp_single--article .content p {
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  article.temp_single--article .content p img {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  article.temp_single--article .content p img {
    width: 37%;
  }
}
article.temp_single--article .content a {
  color: #363581 !important;
}
article.temp_single--article .content a:hover {
  opacity: 0.7;
}

.page_contents.page_agreement--contents.contents01 {
  padding: 40% 0 15%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_agreement--contents.contents01 {
    padding: 22% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_agreement--contents.contents01 {
    padding: 200px 0 100px;
  }
}
.page_contents.page_agreement--contents.contents01 h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.page_contents.page_agreement--contents.contents01 .contents_container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_agreement--contents.contents01 .contents_container {
    width: 95%;
    max-width: 1400px;
    margin-inline: auto;
  }
}

nav.page_agreement--nav {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  nav.page_agreement--nav {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_agreement--nav {
    font-size: 20px;
  }
}
nav.page_agreement--nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1em;
}
@media screen and (min-width: 768px) {
  nav.page_agreement--nav ul {
    gap: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  nav.page_agreement--nav ul {
    gap: 0 2.5em;
  }
}
nav.page_agreement--nav ul li {
  list-style: none;
}
nav.page_agreement--nav ul li button {
  color: inherit;
  font-weight: normal;
  text-shadow: none;
  line-height: 1;
  width: 100%;
  padding: 1.5em 0;
  background-color: #D1CED5;
  border-radius: 10px 10px 0 0;
  transition: all 0.4s;
}
nav.page_agreement--nav ul li button.active {
  background-color: #FBF8FF;
}

.page_agreement--item {
  font-size: 4vw;
  padding: 2.5em 0;
  background-color: #FBF8FF;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .page_agreement--item {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_agreement--item {
    font-size: 17px;
    padding: 4em 0;
  }
}
.page_agreement--item.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.page_agreement--item dl {
  width: 88%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_agreement--item dl {
    width: 80%;
  }
}
.page_agreement--item dl dt {
  font-size: 4.6vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 0.6em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #363581;
}
@media screen and (min-width: 768px) {
  .page_agreement--item dl dt {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_agreement--item dl dt {
    font-size: 20px;
  }
}
.page_agreement--item dl dd:not(:last-of-type) {
  margin-bottom: 2em;
}
.page_agreement--item dl dd p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page_agreement--item dl dd p.space {
  margin-bottom: 1.5em;
}
.page_agreement--item dl dd ul li {
  line-height: 1.6;
  letter-spacing: 0.05em;
  list-style: none;
}
.page_agreement--item dl dd ul li.space {
  margin-bottom: 1.5em;
}
.page_agreement--item > p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 88%;
  margin-inline: auto;
}
.page_agreement--item > p.space {
  margin-bottom: 1.5em;
}
.page_agreement--item > p br {
  display: block !important;
}
.page_agreement--item > ul {
  width: 88%;
  margin: 0 auto 1.5em;
}
.page_agreement--item > ul > li {
  line-height: 1.6;
  list-style: none;
}
.page_agreement--item > ul > li:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.page_agreement_item--tableBox {
  padding-bottom: 7%;
  margin: 10% 0;
  overflow-x: scroll;
  scrollbar-width: 14px;
  scrollbar-color: #3760d0;
}
@media screen and (min-width: 768px) {
  .page_agreement_item--tableBox {
    font-size: 1.9vw;
    padding: 0;
    margin: 5% 0;
    overflow: auto;
  }
}
@media screen and (min-width: 1025px) {
  .page_agreement_item--tableBox {
    font-size: 15px;
    margin: 3em 0;
  }
}
.page_agreement_item--tableBox::-webkit-scrollbar {
  width: 14px;
}
.page_agreement_item--tableBox::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
.page_agreement_item--tableBox::-webkit-scrollbar-thumb {
  background-color: rgba(55, 53, 129, 0.5);
  border-radius: 8px;
}
.page_agreement_item--tableBox img {
  width: 230%;
}
@media screen and (min-width: 768px) {
  .page_agreement_item--tableBox img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .page_agreement_item--tableBox img {
    width: 72%;
  }
}

.page_header.page_contact hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.2em;
}

.page_contents.page_contact--contents.contents01 {
  padding-bottom: 20%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents.contents01 {
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents.contents01 {
    padding-bottom: 130px;
  }
}
.page_contents.page_contact--contents.contents01 .contents_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents.contents01 .contents_container {
    width: -moz-max-content;
    width: max-content;
  }
}
.page_contents.page_contact--contents.contents01 .contents_container .text_box {
  padding: 15% 0 30%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box {
    padding: 12% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box {
    padding: 100px 0;
  }
}
.page_contents.page_contact--contents.contents01 .contents_container .text_box p.text {
  font-size: 4vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box p.text {
    text-align: center;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box p.text {
    font-size: 21px;
  }
}
.page_contents.page_contact--contents.contents01 .contents_container .text_box p.tel {
  font-size: 4vw;
  margin: 2em 0 3em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box p.tel {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box p.tel {
    font-size: 24px;
  }
}
.page_contents.page_contact--contents.contents01 .contents_container .text_box p.tel a {
  color: #363581;
  font-size: 1.8em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #363581 !important;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box p.tel a {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box p.tel a {
    font-size: 34px;
  }
}
.page_contents.page_contact--contents.contents01 .contents_container .text_box p.tel a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box p.tel span {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box p.tel span {
    font-size: 20px;
  }
}
.page_contents.page_contact--contents.contents01 .contents_container .text_box > a {
  text-align: center;
  color: #fff;
  font-size: 4.3vw;
  width: 18.5em;
  padding: 1.1em 0;
  margin-inline: auto;
  background-color: #575696;
  border-radius: 5em;
  display: block;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box > a {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents.contents01 .contents_container .text_box > a {
    font-size: 20px;
  }
}
.page_contents.page_contact--contents.contents01 .contents_container .text_box > a:hover {
  background-color: #7d7d7d;
}
.page_contents.page_contact--contents.contents01 .wpcf7-response-output {
  font-size: 4vw;
  width: 90%;
  padding: 1em 0;
  margin: 2em auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_contents.page_contact--contents.contents01 .wpcf7-response-output {
    text-align: center;
    font-size: 2.4vw;
    width: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_contact--contents.contents01 .wpcf7-response-output {
    font-size: 22px;
    max-width: 800px;
  }
}

dl.form_dl {
  text-align: left;
  font-size: 4vw;
  width: 87%;
  margin: 0 auto 2.5em;
}
@media screen and (min-width: 768px) {
  dl.form_dl {
    font-size: 2.2vw;
    width: 85%;
    margin: 0 auto 3.5em;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2em;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl {
    font-size: 18px;
    width: 95%;
    max-width: 840px;
    gap: 1.8em 2em;
  }
}
dl.form_dl dt {
  margin: 0 0 0.8em;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt {
    padding: 0.8em 0 0 3.2em;
    margin: 0;
  }
}
dl.form_dl dt.must {
  display: flex;
  align-items: center;
  gap: 0 0.8em;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt.must {
    display: block;
  }
}
dl.form_dl dt.must::before {
  content: "必須";
  color: #fff;
  font-size: 0.7em;
  padding: 0.5em 0.8em;
  background-color: #575696;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt.must::before {
    margin: 0;
    position: absolute;
    left: 0;
    top: 1.2em;
  }
}
dl.form_dl dt p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt p br.br_pc {
    display: block !important;
  }
}
dl.form_dl dd {
  margin: 0 0 1.5em;
}
@media screen and (min-width: 768px) {
  dl.form_dl dd {
    margin: 0;
  }
}
dl.form_dl dd.radio {
  margin: 1.5em 0 2.5em;
}
@media screen and (min-width: 768px) {
  dl.form_dl dd.radio {
    margin: 0.8em 0;
  }
}
dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item {
  margin: 0 2em 0 0;
}
dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
  font-weight: 500;
}
dl.form_dl dd.radio.page_contact span.wpcf7-radio {
  display: grid;
  gap: 1em 0;
}
@media screen and (min-width: 1025px) {
  dl.form_dl dd.radio.page_contact span.wpcf7-radio {
    grid-template-columns: 1fr 1fr;
    gap: 1.5em 0;
  }
}
dl.form_dl dd input, dl.form_dl dd textarea {
  line-height: 1.4;
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #B5B5B5;
  border-radius: 10px;
}

.form_button {
  font-size: 4vw;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form_button {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_button {
    font-size: 22px;
  }
}
.form_button p {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
.form_button p input {
  line-height: 1;
  padding: 0;
  background: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.form_button p span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25px);
}
.form_button p span.text {
  letter-spacing: 0.05em;
  position: relative;
}
.form_button p span.text::before {
  content: "";
  width: calc(100% + 0.5em);
  height: 1px;
  background-color: #B5B5B5;
  position: absolute;
  left: 50%;
  bottom: -0.7em;
  transform: translate(-50%, 0) scaleX(1);
  transform-origin: left;
  transition: transform 0.4s;
}
.form_button p:hover span.text::before {
  transform: translate(-50%, 0) scaleX(0);
  transform-origin: right;
}
.form_button p i {
  font-size: 0.7em;
  width: 3.5em;
  border: 1px solid #B5B5B5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, 0);
  transition: all 0.4s;
  aspect-ratio: 1;
}
.form_button p:hover i {
  transform: translate(15%, 0);
}

.page_header.page_faq hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.2em;
}

.page_contents.page_faq--contents.contents01 {
  padding-bottom: 20%;
}
@media screen and (min-width: 768px) {
  .page_contents.page_faq--contents.contents01 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_faq--contents.contents01 {
    padding-bottom: 120px;
  }
}
.page_contents.page_faq--contents.contents01 .contents_container .text_box {
  font-size: 4vw;
  width: 85%;
  padding: 3em 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_contents.page_faq--contents.contents01 .contents_container .text_box {
    font-size: 2.4vw;
    padding: 3.5em 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_faq--contents.contents01 .contents_container .text_box {
    text-align: center;
    font-size: min(1.4vw, 21px);
    width: -moz-max-content;
    width: max-content;
    padding: 4.5em 0;
  }
}
.page_contents.page_faq--contents.contents01 .contents_container .text_box p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page_contents.page_faq--contents.contents01 nav.page_nav.page_faq--nav ul {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .page_contents.page_faq--contents.contents01 nav.page_nav.page_faq--nav ul {
    grid-template-columns: auto auto auto auto auto;
    gap: 0 min(80px, 5.3vw);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .page_contents.page_faq--contents.contents01 nav.page_nav.page_faq--nav ul li a {
    padding-right: 2.8em;
  }
}

section.page_section.page_faq--section {
  padding-bottom: 20%;
}
@media screen and (min-width: 768px) {
  section.page_section.page_faq--section {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_faq--section {
    padding-bottom: 120px;
  }
}
section.page_section.page_faq--section .section_container {
  width: 85%;
  padding-top: 80px;
  margin-top: -80px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  section.page_section.page_faq--section .section_container {
    width: 95%;
    max-width: 1260px;
    padding-top: 130px;
    margin-top: -130px;
  }
}
section.page_section.page_faq--section .section_container h2 {
  text-align: center;
  color: #363581;
  font-size: 5.4vw;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  section.page_section.page_faq--section .section_container h2 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_section.page_faq--section .section_container h2 {
    font-size: 28px;
    margin-bottom: 2em;
  }
}

dl.page_faq_section--dl {
  font-size: 4vw;
  border-top: 1px solid #B5B5B5;
}
@media screen and (min-width: 768px) {
  dl.page_faq_section--dl {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_faq_section--dl {
    font-size: 20px;
  }
}
dl.page_faq_section--dl dt button.page_faq_section--accordionButton {
  text-align: left;
  color: inherit;
  font-weight: normal;
  text-shadow: none;
  line-height: 1.4;
  width: 100%;
  padding: 1.5em 4em 1.5em 2.5em;
  background: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.page_faq_section--dl dt button.page_faq_section--accordionButton {
    padding: 1.5em 4em 1.5em 3em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_faq_section--dl dt button.page_faq_section--accordionButton {
    padding: 1.5em 4em 1.5em 4em;
  }
}
dl.page_faq_section--dl dt button.page_faq_section--accordionButton::before {
  content: "Q";
  font-size: 1.2em;
  line-height: 1;
  left: 0.7em;
  top: 1.2em;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  dl.page_faq_section--dl dt button.page_faq_section--accordionButton::before {
    left: 1.5em;
  }
}
dl.page_faq_section--dl dt button.page_faq_section--accordionButton span {
  width: 2.5em;
  border: 1px solid #B5B5B5;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-25%, -50%);
  transition: all 0.4s;
  aspect-ratio: 1;
}
dl.page_faq_section--dl dt button.page_faq_section--accordionButton span::before, dl.page_faq_section--dl dt button.page_faq_section--accordionButton span::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #282828;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.4s;
}
dl.page_faq_section--dl dt button.page_faq_section--accordionButton span::before {
  transform: translate(-50%, -50%);
}
dl.page_faq_section--dl dt button.page_faq_section--accordionButton span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
dl.page_faq_section--dl dt button.page_faq_section--accordionButton.active span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
dl.page_faq_section--dl dt button.page_faq_section--accordionButton:hover span {
  background-color: #B5B5B5;
}
dl.page_faq_section--dl dt button.page_faq_section--accordionButton:hover span::before, dl.page_faq_section--dl dt button.page_faq_section--accordionButton:hover span::after {
  background-color: #fff;
}
dl.page_faq_section--dl dd.page_faq_section--accordionBox {
  color: #363581;
  border-bottom: 1px solid #B5B5B5;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.4s;
  position: relative;
}
dl.page_faq_section--dl dd.page_faq_section--accordionBox.active {
  grid-template-rows: 1fr;
}
dl.page_faq_section--dl dd.page_faq_section--accordionBox div {
  overflow: hidden;
  position: relative;
}
dl.page_faq_section--dl dd.page_faq_section--accordionBox div:first-of-type:before {
  content: "A";
  font-size: 1.2em;
  line-height: 1;
  left: 0.7em;
  top: 0.1em;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  dl.page_faq_section--dl dd.page_faq_section--accordionBox div:first-of-type:before {
    left: 1.5em;
  }
}
dl.page_faq_section--dl dd.page_faq_section--accordionBox div p {
  line-height: 1.6;
  padding: 0 1em 0 2.5em;
}
@media screen and (min-width: 768px) {
  dl.page_faq_section--dl dd.page_faq_section--accordionBox div p {
    padding: 0 1em 0 3em;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_faq_section--dl dd.page_faq_section--accordionBox div p {
    padding: 0 1em 0 4em;
  }
}
dl.page_faq_section--dl dd.page_faq_section--accordionBox div p:last-of-type {
  margin-bottom: 1.5em;
}
dl.page_faq_section--dl dd.page_faq_section--accordionBox div p.space {
  margin-bottom: 1.5em;
}
dl.page_faq_section--dl dd.page_faq_section--accordionBox div p a {
  color: inherit;
  border-bottom: 1px solid !important;
}
dl.page_faq_section--dl dd.page_faq_section--accordionBox div p a:hover {
  opacity: 0.7;
}

.page_header.page_universaldesign hgroup.page_h1_hgroup h1.page_title {
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.page_header.page_universaldesign hgroup.page_h1_hgroup h1.page_title br {
  display: block !important;
}

.page_contents.page_universaldesign--contents.contents01 .contents_container {
  font-size: 4vw;
  width: 88%;
  padding: 3.5em 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_contents.page_universaldesign--contents.contents01 .contents_container {
    font-size: 2.1vw;
    padding: 4em 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_contents.page_universaldesign--contents.contents01 .contents_container {
    font-size: 17px;
    padding: 4.5em 0;
    width: 95%;
    max-width: 1120px;
  }
}

dl.page_universaldesign--dl > dt {
  font-size: 4.6vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 0.6em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #363581;
}
@media screen and (min-width: 768px) {
  dl.page_universaldesign--dl > dt {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_universaldesign--dl > dt {
    font-size: 20px;
  }
}
dl.page_universaldesign--dl > dd:not(:last-of-type) {
  margin-bottom: 2.5em;
}
dl.page_universaldesign--dl > dd p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
dl.page_universaldesign--dl > dd dl.dl01 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8em 1em;
}
dl.page_universaldesign--dl > dd dl.dl02 dt {
  margin-bottom: 0.8em;
}
dl.page_universaldesign--dl > dd dl.dl02 dd:not(:last-of-type) {
  margin-bottom: 1.5em;
}
dl.page_universaldesign--dl > dd dl.dl02 dd a {
  color: #363581;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #363581 !important;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
dl.page_universaldesign--dl > dd dl.dl02 dd a:hover {
  opacity: 0.7;
}
dl.page_universaldesign--dl > dd dl.dl02 dd a img {
  width: 1em;
}

.page_universaldesign_item--tableBox {
  padding-bottom: 7%;
  margin: 5% 0;
  overflow-x: scroll;
  scrollbar-width: 14px;
  scrollbar-color: #3760d0;
}
@media screen and (min-width: 768px) {
  .page_universaldesign_item--tableBox {
    padding: 0;
    margin: 2% 0;
    overflow: auto;
  }
}
@media screen and (min-width: 1025px) {
  .page_universaldesign_item--tableBox {
    margin: 15px 0;
  }
}
.page_universaldesign_item--tableBox::-webkit-scrollbar {
  width: 14px;
}
.page_universaldesign_item--tableBox::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
.page_universaldesign_item--tableBox::-webkit-scrollbar-thumb {
  background-color: rgba(55, 53, 129, 0.5);
  border-radius: 8px;
}
.page_universaldesign_item--tableBox img {
  width: 230%;
}
@media screen and (min-width: 768px) {
  .page_universaldesign_item--tableBox img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .page_universaldesign_item--tableBox img {
    width: 72%;
  }
}

#topcontrol {
  display: none;
}

footer.footerclass {
  padding: 0;
}
footer.footerclass .container {
  width: 100%;
  max-width: none;
}

.footercol1, .footercol2, .footercol3 {
  padding: 0;
}

.oyadokotobuki_footer {
  padding: 10% 0 20%;
  background-color: #373581;
}
@media screen and (min-width: 768px) {
  .oyadokotobuki_footer {
    padding: 6% 0 11%;
  }
}
@media screen and (min-width: 1025px) {
  .oyadokotobuki_footer {
    padding: 60px 0 30px;
  }
}

@media screen and (min-width: 1025px) {
  .footer_box {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0 50px;
  }
}
.footer_box .logo {
  width: 24%;
  margin: 0 auto 7%;
}
@media screen and (min-width: 768px) {
  .footer_box .logo {
    width: 16%;
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  .footer_box .logo {
    width: 145px;
    margin: 0;
    justify-self: right;
    grid-row: span 2;
  }
}
.footer_box .info_box {
  text-align: center;
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  .footer_box .info_box {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  .footer_box .info_box {
    text-align: left;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 0 25px;
  }
}
.footer_box .info_box p {
  color: #fff;
}
.footer_box .info_box p.name {
  font-size: 5.1vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .footer_box .info_box p.name {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_box .info_box p.name {
    font-size: 22px;
    margin-bottom: 0.8em;
    grid-column: span 2;
  }
}
.footer_box .info_box p.address {
  font-size: 4vw;
  line-height: 1.4;
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  .footer_box .info_box p.address {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_box .info_box p.address {
    font-size: 18px;
    margin-bottom: 0.8em;
    grid-column: span 2;
  }
}
.footer_box .info_box p.address br {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .footer_box .info_box p.address br {
    display: none !important;
  }
}
.footer_box .info_box p.time {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .footer_box .info_box p.time {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_box .info_box p.time {
    font-size: 18px;
  }
}
.footer_box .info_box a {
  color: #fff;
  font-size: 7.5vw;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0.5em;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer_box .info_box a {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_box .info_box a {
    font-size: 28px;
    margin: 0;
  }
}
.footer_box ul.sns_menu_ul {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .footer_box ul.sns_menu_ul {
    margin: 0;
    justify-content: left;
  }
}

nav.footer_nav {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 18%;
}
@media screen and (min-width: 768px) {
  nav.footer_nav {
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  nav.footer_nav {
    margin: 0 auto 70px;
    grid-column: span 2;
  }
}

ul.footer_menu_ul--pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  ul.footer_menu_ul--pc {
    font-size: 19px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 auto 80px;
    display: flex;
    flex-direction: column-reverse;
    gap: 35px 0;
  }
}
ul.footer_menu_ul--pc li {
  list-style: none;
}
@media screen and (min-width: 1025px) {
  ul.footer_menu_ul--pc li a {
    color: #fff !important;
  }
}
ul.footer_menu_ul--pc li a:hover {
  opacity: 0.7;
}

ul.footer_menu--ul {
  font-size: 4.3vw;
  display: grid;
  gap: 1.8em 0;
}
@media screen and (min-width: 768px) {
  ul.footer_menu--ul {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.footer_menu--ul {
    font-size: 18px;
    margin: 0;
    display: flex;
    gap: 0 min(2.5vw, 40px);
  }
}
ul.footer_menu--ul li {
  list-style: none;
}
ul.footer_menu--ul li a {
  color: #fff !important;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0;
  margin: 0;
}
ul.footer_menu--ul li a:hover {
  color: inherit;
  opacity: 0.7;
}

.footer_copy small {
  text-align: center;
  color: #fff;
  display: block;
}
.footer_copy small span {
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer_copy small span {
    display: inline;
  }
}

.footerbase {
  display: none;
}