@charset "UTF-8";
/* CSS Document */
.right_vertical-wapper {
  position: fixed;
  right: 0;
  top: 35%;
  font-size: 1.3rem;
  z-index: 300;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
}
/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}
/*このクラスが付与されると表示する*/
.absolute {
  position: absolute;
  bottom: auto;
}
.right_vertical_book {
  display: flex;
  writing-mode: vertical-rl;
  flex-direction: row;
  text-align: center;
  background: #A48560;
  width: 70px;
  height: 230px;
  justify-content: center;
  marign-bottom: 20px;
}
.right_vertical_contact {
  display: flex;
  writing-mode: vertical-rl;
  flex-direction: row;
  text-align: center;
  background: #000000;
  width: 70px;
  height: 230px;
  justify-content: center;
}
.right_vertical_book a, .right_vertical_contact a, .right_vertical_book_sm a {
  height: 100%;
  display: flex;
  text-decoration: none;
  color: #FFF;
  align-items: center;
  justify-content: center;
}
.right_vertical_book_sm {
  display: none;
}
.header {
  position: relative;
  z-index: 100;
}
.header-fixed {
  position: fixed;
  height: 125px;
  z-index: 100;
  inset: 0;
}
.menu__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1% 2%;
  margin: 1% auto;
  width: 90%;
}
.header__logo {
  width: 130px;
}
.header__logo.change-color.-before {
  display: none;
}
.header__logo.-after {
  display: none;
}
.header__logo.change-color.-after {
  display: block;
}
.header {
  height: 80px;
  position: fixed;
  transition: .3s;
}
.lists {
  display: flex;
  height: inherit;
  align-items: center;
  transition: .3s;
  list-style: none;
}
.list {
  text-transform: uppercase;
  color: white;
  padding-left: 25px;
  font-weight: 700;
  text-decoration: none;
}
.list.change-color {
  color: black;
}
.header__inner {
  display: none;
}
.list span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media(max-width:820px) {
  .right_vertical-wapper {
    top: 0;
    right: 0;
  }
  .right_vertical_book {
    width: 150px;
    height: 110px;
    writing-mode: unset;
    border-radius: 0 0 0 10px;
  }
  .right_vertical_contact {
    display: none;
  }
  .nav-pc {
    display: none;
  }
  .header__inner {
    display: block;
    z-index: 300;
  }
  .nav-pc {
    display: none;
  }
  .menu__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 17px 0;
    width: 95%;
  }
  .header__logo img {
    width: 130px;
    margin-bottom: 0;
  }
}
@media (max-width:660px) {
  .header__logo {
    width: 100px;
  }
  .right_vertical_book {
    display: none;
  }
  .right_vertical-wapper {
    top: 0;
    right: 0;
  }
  .right_vertical_book_sm {
    width: 90px;
    height: 80px;
    writing-mode: unset;
    flex-direction: row;
    text-align: center;
    background: #A48560;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 2rem;
    border-radius: 0 0 0 10px;
  }
}
.hamburger {
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  background-color: #FFF;
  transition: 0.4s;
  border-radius: 2px;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #FFF;
  transition: inherit;
  border-radius: 100px;
}
.hamburger__line:before {
  top: -6px;
}
.hamburger__line:after {
  top: 6px;
}
.hamburger.change-color {
  background-color: #A48560;
  border-radius: 100px;
}
.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 2;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  transition: 0.4s;
}
.header__nav-area.-active {
  left: 0;
  visibility: visible;
  background: #FFF;
}
.header__nav-area img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.header__inner-wapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 90vh;
  padding: 15% 0;
}
.header__inner_background:after {
  content: "";
  background-color: #ffffff;
  background-image: radial-gradient(circle, #000000 1px, transparent 2px);
  background-position: 0 0;
  background-size: 3px 3px;
  height: 100vh;
  animation: GradientBackground 20s ease infinite;
  opacity: .3;
  position: absolute;
  inset: 0;
}
.global-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.global-navigation__list > li {
  text-align: center;
  padding-bottom: 30px;
  list-style: none;
  position: relative;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: color 0.4s;
  font-size: 2.5rem;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}
.h-menu__faq {
  text-decoration: none;
  color: #FFF;
  font-size: 1.6rem;
}
.h-menu__cancel {
  text-decoration: none;
  color: #FFF;
  font-size: 1.0rem;
  border-bottom: solid .5px #FFF;
  padding-bottom: 2px;
}
.inner-adress {
  display: flex;
  color: #FFF;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5% 0;
  gap: 5px;
}
.inner-adress img {
  width: 100px;
  height: 100%;
  position: relative;
}
.inner-sns {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  gap: 5px;
  width: 90%;
  padding-top: 8px;
  margin: 0 auto;
  align-items: flex-end;
}
.inner-sns img {
  width: 35px;
  height: 35px;
  text-decoration: none;
}
.inner-sns p {
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
  font-size: 1.2rem;
  padding-right: 5px;
}
@media(max-width:660px) {
  .header__inner-wapper {
    padding: 20% 0 5%;
  }
}
.section__top {
  position: relative;
}
.img-frame {
  position: fixed;
  height: 100vh;
  margin-inline: auto;
  overflow: hidden;
  width: 100vw;
  z-index: -10;
}
.img-frame::after {
  content: "";
  background-color: #ffffff;
  background-image: radial-gradient(circle, #000000 1px, transparent 2px);
  background-position: 0 0;
  background-size: 3px 3px;
  height: 100vh;
  animation: GradientBackground 20s ease infinite;
  opacity: .3;
  position: absolute;
  inset: 0;
}
.img-01, .img-02, .img-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.img-01 img {
  animation: slide-animation-01 16s infinite;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-02 img {
  animation: slide-animation-02 16s infinite;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-03 img {
  animation: slide-animation-03 16s infinite;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1.0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.15);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1.0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1.0);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.15);
  }
}
.fade_text h2 {
  position: absolute;
  text-align: left;
  bottom: 15%;
  right: 105px;
  color: #000;
  z-index: 1;
  font-size: 3.5rem;
  line-height: 7rem;
  font-weight: 500;
}
.fade-in {
  background: #FFF;
  padding-left: 2px;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-1 {
  animation-delay: 1.5s;
}
.delay-2 {
  animation-delay: 2.2s;
}
.delay-3 {
  animation-delay: 2.9s;
}
.scroll_down {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.scroll_down:after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
}
.scroll_down a {
  display: inline-block;
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 110px;
  color: #FFF;
  font-size: 1.0rem;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
  transform: translateY(30px)
}
.scroll_down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
}
.scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #FFF;
}
.scroll_down a:hover {
  opacity: .5;
}
#type01 a:after {
  animation: sdl01 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.background_white {
  background: #FFF;
}
.section__top-leadsentence {
  text-align: center;
  color: #FFF;
  margin: 500px 0;
  line-height: 10rem;
}
.lead__wapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}
.img-wrap {
  opacity: 0;
  margin-bottom: 500px;
}
.img-wrap img, .img-wrap02 img {
  height: 400px;
}
.img-wrap02 {
  opacity: 0;
  margin-top: 1000px;
}
.img-wrap03 {
  display: flex;
  margin: 10% auto 25% 10%;
  width: 400px;
  height: 300px;
}
.img-wrap03 video {
  width: 400px;
  height: 100%;
}
.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.img-animation::before {
  animation: img-animation 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #333;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  height: 400px;
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
.white_gradation {
  background: linear-gradient(rgba(0, 0, 0, 0), #FFF);
  height: 400px;
  transform: translateY(-399px);
}
@media (max-width:820px) {
  .fade_text h2 {
    left: 10%;
  }
  .scroll_down a {
    left: 3%;
    bottom: -30px;
  }
  .section__top-leadsentence {
    line-height: 8rem;
    font-size: 1.4rem;
    margin: 0 0 100px;
  }
  .img-wrap {
    margin: 100px;
    transform: translateX(-130px);
  }
  .img-wrap02 {
    margin-top: 0;
    transform: translateX(130px);
  }
  .img-wrap img, .img-wrap02 img {
    height: 400px;
  }
  .img-wrap03 {
    width: 90%;
    margin: 10% auto 25%;
  }
  .img-animation::before {
    margin-bottom: 100px;
    position: absolute;
    left: 0;
    height: 400px;
  }
  .lead__wapper {
    flex-direction: column;
    padding-bottom: 15%;
  }
  .white_gradation {
    background: linear-gradient(rgba(0, 0, 0, 0), #FFF);
    height: 200px;
    transform: translateY(-199px);
  }
}
@media (max-width:520px) {
  .fade_text h2 {
    right: 20px;
    font-size: 2rem;
    line-height: 4rem;
    bottom: 18%;
  }
  .img-wrap02 {
    transform: translateX(70px);
  }
  .img-wrap {
    transform: translateX(-70px);
  }
  .scroll_down a {
    left: 48%;
    font-size: .8rem;
  }
  .img-animation::before {
    height: 300px;
  }
  .img-wrap img, .img-wrap02 img {
    height: 300px;
  }
  .img-wrap03 video {
    width: 90%;
    margin: 0 auto;
  }
}
.section__title {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 5%;
}
.section__about {
  padding-bottom: 10%;
  margin-bottom: 10%;
  background-color: #F5EEDF;
}
.section__menu {
  padding-bottom: 5%;
  margin-bottom: 5%;
  background-color: #F5EEDF;
}
.section__topics {
  padding-bottom: 5%;
  margin-bottom: 30%;
  background-color: #F5EEDF;
}
.link01 {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #000;
  padding-left: 10px;
  width: 170px;
  height: 50px;
  border: solid 1px;
}
.link01 img {
  width: 23px;
  padding-left: 10px;
}
a.link01 {
  display: flex;
  width: 170px;
  height: 50px;
  text-decoration: none;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-size: 0 100%;
  background-position: left top;
  background-repeat: no-repeat;
  transition: all .2s;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto 5%;
}
a.link01:hover {
  background-size: 100% 100%;
}
.section__info {
  background: #F5EEDF;
}
.section__about01, .section__about02, .section__about03 {
  position: relative;
}
.about_wapper-01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin: 5% 5% 0 0;
  gap: 5%;
}
.about_wapper-02 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 15% 0 0 5%;
  gap: 5%;
}
.about_wapper-03 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin: 15% 5% 0 0;
  gap: 5%;
}
.section__about-text {
  position: relative;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 1px;
  width: 30%;
}
.section__about-photo_L {
  width: 65%;
}
.section__about-photo01_S {
  position: relative;
  width: 85%;
  margin-bottom: 80px;
  overflow: hidden;
}
.thumbnail {
  width: 100%;
}
.section__about-photo02_S {
  position: relative;
  width: 85%;
  margin-bottom: 80px;
  overflow: hidden;
}
.section__about-text strong {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  color: #FFF;
  position: absolute;
  bottom: -59px;
  right: 0;
  transform: rotate(-15deg);
}
.handwritten01 {
  position: absolute;
  width: 80%;
  right: -40px;
  z-index: 10;
  bottom: -20px;
}
.handwritten02 {
  position: absolute;
  width: 80%;
  right: -28px;
  z-index: 10;
  bottom: -20px;
}
.handwritten03 {
  position: absolute;
  width: 80%;
  right: -18px;
  z-index: 10;
  bottom: -10px;
}
.section__about-photo03_S {
  position: relative;
  width: 85%;
  margin-bottom: 80px;
  overflow: hidden;
}
.line {
  font-size: 3.5rem;
  font-weight: 500;
  color: #A48560;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 100%);
  width: 332px;
  text-align: left;
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1s;
  transform: translateY(30px);
  padding: 0 0 1% 1%;
}
/* マーカーが引かれる際に付与するクラス */
.line.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.section__about-text p {
  padding-top: 30px;
}
.gallery {
  margin: 300px auto;
}
.gallery img {
  width: 80%;
}
@media (max-width:820px) {
  .section__about-photo01_S, .section__about-photo02_S, .section__about-photo03_S {
    margin: 0 auto 50px;
    width: 70%;
  }
  .about_wapper-01, .about_wapper-02, .about_wapper-03 {
    flex-direction: column;
    margin: 150px 0 0;
  }
  .section__about-photo_L {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .section__about-text {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media (max-width:620px) {
  .section__topics {
    padding-bottom: 80px;
  }
  a.link01 {
    height: 45px;
  }
}
@media (max-width:430px) {
  .about_wapper-01, .about_wapper-02, .about_wapper-03 {
    margin: 80px 0 0;
  }
  .section__about-photo01_S, .section__about-photo02_S, .section__about-photo03_S {
    width: 100%;
    margin-bottom: 30px;
  }
  .section__about-text {
    font-size: 2rem;
    line-height: 3rem;
    width: 85%;
  }
  .line {
    font-size: 3rem;
    margin-bottom: 10px;
    width: 295px;
  }
  .section__about-photo_L {
    margin: 0 auto;
    height: 350px;
    object-fit: contain;
    transform: translateY(-60px);
  }
  .section__topics {
    margin-bottom: 45%;
  }
}
.section__menu-wapper {
  position: relative;
  margin: 0 auto;
  background-image: url("../img/top_01.jpg");
  object-fit: cover;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu__filter-background {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.70);
}
.menu__filter-background::after {
  content: "";
  background-color: #ffffff;
  background-image: radial-gradient(circle, #000000 1px, transparent 2px);
  background-position: 0 0;
  background-size: 3px 3px;
  animation: GradientBackground 20s ease infinite;
  opacity: .3;
  position: absolute;
  inset: 0;
}
.menu-wapper01 {
  display: flex;
  color: #FFF;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  border: solid 1px;
  padding: 5%;
  margin: 80px auto 30px;
  z-index: 1;
}
.menu-wapper02 {
  display: flex;
  color: #FFF;
  flex-direction: row;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 5%;
  align-items: center;
  margin: 0 auto 40px;
  z-index: 100;
}
.menu_img {
  position: relative;
  text-align: center;
}
.menu_img img {
  width: 80%;
  border-radius: 100%;
}
.menu-wapper {
  display: flex;
  flex-direction: column;
}
.menu {
  text-align: center;
}
.menu h3 {
  color: #FFF;
  margin: 0;
}
.price {
  padding-top: 50px;
}
.text_large {
  font-size: 3.5rem;
}
.menu_discription {
  width: 48%;
  padding-left: 5%;
  border-left: solid 1px;
}
.menu_discription span {
  line-height: 1.3rem;
}
.menu_discription strong {
  font-size: 1.7rem;
}
.menu_extra strong {
  font-size: 1.7rem;
}
.menu_extra {
  width: 45%;
}
.menu_extra span {
  color: #FFF;
}
.stickynote {
  font-size: 1.3rem;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.attention {
  background: #FFF;
  padding: 1% 5%;
  margin: 0 auto 50px;
  text-align: center;
  z-index: 1;
}
.line_s {
  font-size: 1.4rem;
  color: #000;
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5px;
}
.line_s img {
  width: 85%;
  display: flex;
}
@media (max-width:820px) {
  .menu-wapper01 {
    margin: 150px 5% 30px;
  }
  .menu-wapper02 {
    flex-direction: column;
    margin-bottom: 20px;
    z-index: 1;
  }
  .menu_extra {
    width: 100%;
    padding-bottom: 50px;
  }
  .menu_img img {
    object-fit: cover;
    height: 250px;
    width: 60vw;
    border-radius: 0;
  }
  .stickynote {
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width:430px) {
  .menu-wapper01 {
    flex-direction: column;
    padding: 10% 5%;
  }
  .menu_discription {
    width: 100%;
    border-left: 0;
    border-top: solid 1px;
    padding: 30px 0 0;
  }
  .price {
    padding: 20px 0 40px;
  }
  .gallery {
    margin: 100px auto 200px;
  }
  .menu-wapper01 {
    margin: 60px 5% 50px;
  }
  .menu-wapper02 {
    padding: 0 10%;
  }
  .menu_img img {
    width: 80%;
    height: 100%;
    border-radius: 100%;
  }
  .attention {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 3% 1% 1%;
    width: 90%;
  }
.attention span {
        font-size: 1.3rem;
        color: #000;
  }
  .line_s{
    font-size: 1.3rem;
    margin: 10px 0;
  }
}
.user_example_wapper {
  max-width: 1440px;
  margin: 150px auto;
  padding: 0 5%;
}
.user_example {
  background: #FFF;
  width: 350px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 15px;
  padding-top: 20px;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 10%);
}
.user_example img {
  padding: 10px 20px;
}
.user_example-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}
.attention_s {
  color: #ff5500;
}
.user_example_wapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 30px;
}
.user_example_wapper ul li {
  position: relative;
}
.inner {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  text-align: left;
  background: rgba(51, 51, 51, .95);
  color: #fff;
  border-radius: 15px;
  padding: 5% 8% 0 12%;
}
.inner h4 {
  font-size: 1.6rem;
  letter-spacing: .5px;
  text-align: center;
  padding-bottom: 30px;
}
.inner tr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
.inner th {
  padding-right: 10px;
}
.inner:hover {
  opacity: 1;
}
.top_line {
  border-top: solid 1px;
}
.user_example_wapper-sm {
  display: none;
}
@media (max-width:820px) {
  .section__menu {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .user_example_wapper {
    display: none;
  }
  .user_example_wapper-sm {
    display: block;
  }
  .user_example_wapper-sm {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
    flex-wrap: wrap;
    /* margin: 0 auto; */
    flex-direction: column;
    align-content: center;
  }
  .accordion-004 {
    width: 300px;
    margin-bottom: 7px;
    display: flex;
    background: #FFF;
  }
  .accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    flex-direction: column;
  }
  .accordion-004 summary::-webkit-details-marker {
    display: none;
  }
  .accordion-004 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 9px;
    height: 9px;
    margin-left: 10px;
    border-bottom: 3px solid #A48560;
    border-right: 3px solid #A48560;
    content: '';
    transition: transform .3s;
  }
  .accordion-004[open] summary::after {
    transform: rotate(225deg);
  }
  .accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
  }
  .accordion-004[open] p {
    transform: none;
    opacity: 1;
  }
  .open {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
  }
  .accordion-004 img {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .user_example-text {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    height: 240px;
    margin: 0 auto;
    inset: 0;
    padding: 5% 4% 0 5%;
    color: #FFF;
    opacity: 1;
    text-align: left;
    background: rgba(51, 51, 51, .95);
  }
  .user_example-text tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
  .user_example-text th {
    padding-right: 10px;
  }
}
.facility_icon {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.8rem;
  font-size: 1.3rem;
}
.facility {
  max-width: 850px;
  margin: 0 auto;
  padding: 2% 5% 30%;
}
.facility_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
.facility_icon img {
  width: 85px;
}
.facility p {
  padding-top: 50px;
}
.facility h4 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
.facility_extra strong {
  font-size: 1.8rem;
  color: #ff5500;
}
.section__topics_wapper {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  flex-direction: row;
  overflow: hidden;
  justify-content: center;
  margin: 0 auto 5%;
}
.section__topics_wapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  padding-bottom: 20px;
}
.section__topics_wapper li {
  width: 200px;
  padding-bottom: 30px;
}
.section__topics_wapper li a {
  text-decoration: none;
}
.text_small {
  font-size: 1.3rem;
  line-height: 2.3rem;
}
.c-archive-date {
  font-size: 1.4rem;
  color: #757575;
}
.section__info-table {
  max-width: 800px;
  margin: 0 auto 120px;
  width: 90%;
}
@media (max-width:485px) {
  .section__topics_wapper {
    gap: 5%;
    width: 90%;
  }
  .section__topics_wapper li {
    width: 45%;
    padding-bottom: 50px;
  }
  .section__topics_wapper img {
    padding: 0;
    height: 150px;
  }
}
@media (max-width:430px) {
  .facility {
    margin: 50px auto;
    padding: 0 0 30%;
    width: 85%;
  }
  .facility h4 {
    font-size: 1.6rem;
  }
  .facility_group {
    justify-content: space-around;
    gap: 5px;
  }
  .facility_icon img {
    width: 70px;
  }
  .facility_icon {
    line-height: 1.5rem;
    font-size: 1.2rem;
  }
  .facility p {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
}
.info-wapper tr {
  border-bottom: solid 1px #D6C1A8;
}
.info-wapper th {
  width: 25%;
}
.info-wapper td {
  padding: 20px 0;
}
.info-wapper a {
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px;
}
.access {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  max-width: 800px;
  padding-bottom: 80px;
}
.access h4 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
.box02 {
  display: none;
    animation: fadeInUp 1s ease-out;
  z-index: 1;
}
.box01 {
  width: 100%;
  margin: 0 auto;
  animation: fadeInUp 1s ease-out;
  z-index: 1;
}
.access img{
  width:100%;
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box01,.box02 {
  opacity: 0;
}
/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 430px) {
  .access h4 {
    font-size: 1.6rem;
  }
  .box01{
    display: none;
  }
  .box02{
    display: block;
}
}
.line02 {
  margin-bottom: 10px;
  background: linear-gradient(transparent 91%, #ff5500 80%);
  width: 100%;
  text-align: left;
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
  padding-bottom: 3px;
}
/* マーカーが引かれる際に付与するクラス */
.line02.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
}