@charset "UTF-8";
/*　最大幅設定　*/
/*===================================
	共通レイアウト
=====================================*/
/*　　　global
-------------------------------------*/
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html,
body {
  width: 100%;
}

body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #EDF4F1;
}
body.spmenu-open {
  height: 100%;
  overflow: hidden;
}

main {
  display: block;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*===================================
	ヘッダー
=====================================*/
.language-swich.global {
  position: absolute;
  top: 30px;
  right: 80px;
  z-index: 1;
}
.language-swich.global ul {
  display: flex;
}
.language-swich.global ul li {
  display: flex;
}
.language-swich.global ul li.current a,
.language-swich.global ul li.current span {
  color: black;
}
.language-swich.global ul li:not(:last-of-type)::after {
  margin: 0 10px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: black;
}
.language-swich.global ul li a,
.language-swich.global ul li span {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.language-swich.global.is-inverse ul li.current a,
.language-swich.global.is-inverse ul li.current span {
  color: white;
}
.language-swich.global.is-inverse ul li:not(:last-of-type)::after {
  background-color: white;
}
.language-swich.global.is-inverse ul li a,
.language-swich.global.is-inverse ul li span {
  color: rgba(255, 255, 255, 0.5);
}

/*　　　page header
-------------------------------------*/
.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .page-header {
    margin-top: 60px;
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .page-header {
    margin-top: 20px;
    height: 150px;
  }
}
.page-header .ttl {
  color: #004838;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-header .ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .page-header .ttl {
    font-size: 30px;
  }
}
.page-header .ttl > .en {
  display: inline-block;
  padding-bottom: 0.05em;
  border-bottom: 1px solid #004838;
}
.page-header .ttl > .ja {
  display: block;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 750px) {
  .page-header .ttl > .ja {
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) {
  .page-header .ttl > .ja {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 750px) {
  .page-header .ttl > .en + .ja {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .page-header .ttl > .en + .ja {
    margin-top: 10px;
    font-size: 15px;
  }
}

/*===================================
	フッター
=====================================*/
/*　　　global footer
-------------------------------------*/
.global-footer {
  background-color: #004838;
}
@media screen and (min-width: 750px) {
  .global-footer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  .global-footer {
    padding: 50px 0;
  }
}
.global-footer > .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .global-footer > .wrap {
    padding: 0 20px;
  }
}
.global-footer .corporate-logo {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .global-footer .corporate-logo {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .global-footer .corporate-logo {
    margin-bottom: 20px;
  }
}
.global-footer .corporate-logo a {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.global-footer .corporate-logo a:hover {
  opacity: 0.7;
}
.global-footer .copyright {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .global-footer .copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .global-footer .copyright {
    font-size: 12px;
  }
}

/*===================================
	スマホメニュー
=====================================*/
/*　　　sp btn
-------------------------------------*/
.spmenu-opener {
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  position: fixed;
  z-index: 2100;
  padding: 20px 20px;
  top: 0;
  right: 0;
}
@media screen and (min-width: 750px) {
  .spmenu-opener {
    top: 10px;
  }
}
.spmenu-opener .hamburger {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 34px;
  height: 23px;
  cursor: pointer;
}
.spmenu-opener .hamburger-item {
  position: absolute;
  display: block;
  width: 34px;
  height: 1px;
  top: 11px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s ease-out;
}
.spmenu-opener .hamburger-item:nth-child(1) {
  background-color: #000;
  transform: translateY(-12px);
}
.spmenu-opener .hamburger-item:nth-child(2) {
  background-color: #000;
}
.spmenu-opener .hamburger-item:nth-child(3) {
  background-color: #000;
  transform: translateY(12px);
}
.spmenu-opener.is-open .hamburger-item:nth-child(1) {
  background-color: #fff;
  transform: translateY(0px) rotate(45deg);
}
.spmenu-opener.is-open .hamburger-item:nth-child(2) {
  opacity: 0;
}
.spmenu-opener.is-open .hamburger-item:nth-child(3) {
  background-color: #fff;
  transform: translateY(0px) rotate(-45deg);
}
.spmenu-opener.is-inverse .hamburger-item {
  background-color: #fff;
}
.spmenu-opener.scrolled {
  opacity: 0;
}
.spmenu-opener.fixed {
  position: fixed;
  opacity: 1;
}

.sp-menu-open .spmenu-opener {
  position: fixed;
  opacity: 1;
}

/*　　　sp menu
-------------------------------------*/
.spmenu {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  background-color: #004838;
  transform: translateX(100%);
  visibility: hidden;
  z-index: -1;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 750px) {
  .spmenu {
    width: 524px;
  }
}
.spmenu.is-open {
  visibility: visible;
  z-index: 2000;
  transform: translateX(0);
}
.spmenu.is-open .wrap {
  visibility: visible;
  opacity: 1;
}
.spmenu.is-open + .spmenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.spmenu .wrap {
  padding: 30px 40px;
  flex: 1;
  opacity: 0;
  visibility: hidden;
}
.spmenu .global-nav {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .spmenu .global-nav {
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .spmenu .global-nav {
    padding: 40px 0;
  }
}
.spmenu .global-nav li {
  padding: 1.5em 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .spmenu .global-nav li {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .spmenu .global-nav li {
    font-size: 18px;
  }
}
.spmenu .global-nav li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.spmenu .global-nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.spmenu .global-nav li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .spmenu .language-swich {
    padding-bottom: 40px;
  }
}
.spmenu .language-swich ul {
  display: flex;
  justify-content: center;
}
.spmenu .language-swich ul li {
  display: flex;
}
.spmenu .language-swich ul li.current a,
.spmenu .language-swich ul li.current span {
  color: white;
}
.spmenu .language-swich ul li:not(:last-of-type)::after {
  margin: 0 10px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: white;
}
.spmenu .language-swich ul li a,
.spmenu .language-swich ul li span {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}

/*===================================
	共通コンポーネント
=====================================*/
/*　　　global
-------------------------------------*/
.cf::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 750px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}

.c-section-header .ttl {
  margin: 0 0 1em;
  color: #004838;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .c-section-header .ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-section-header .ttl {
    font-size: 30px;
  }
}
.c-section-header .ttl > .en {
  font-family: "EB Garamond", serif;
  display: inline-block;
  padding-bottom: 0.05em;
  border-bottom: 1px solid #004838;
}
.c-section-header .ttl > .ja {
  display: block;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 750px) {
  .c-section-header .ttl > .ja {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) {
  .c-section-header .ttl > .ja {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}

.c-round-btn {
  display: flex;
  justify-content: center;
}
.c-round-btn a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #004838;
  text-decoration: none;
  transition: 0.3s;
}
.c-round-btn a:hover {
  background-color: #368875;
}
@media screen and (min-width: 750px) {
  .c-round-btn a {
    width: 300px;
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .c-round-btn a {
    width: 270px;
    height: 54px;
  }
}
.c-round-btn a > span {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .c-round-btn a > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .c-round-btn a > span {
    font-size: 15px;
  }
}

/*===================================
	アニメーション
=====================================*/
[data-scroll=out] {
  opacity: 0;
}

[data-scroll=in] {
  animation: fadeintop 1.2s ease-in-out forwards;
}

/*　　　fadeintop
-------------------------------------*/
@keyframes fadeintop {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainvisual {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  transition: opacity 2s;
}
@media screen and (max-width: 750px) {
  .mainvisual {
    min-height: -webkit-fill-available;
  }
}
.mainvisual.show {
  opacity: 1;
}
.mainvisual > .wrap {
  margin: 0;
}
@media screen and (min-width: 750px) {
  .mainvisual > .wrap {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 130px;
    padding: 50px 0 80px;
    background: no-repeat center;
    background-size: cover;
    background-image: url("../img/img_kv_pc.jpg");
  }
}
@media screen and (max-width: 750px) {
  .mainvisual > .wrap {
    padding: 50px 0 80px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background: no-repeat center;
    background-size: cover;
    background-image: url("../img/img_kv_sp.jpg");
  }
}
.mainvisual > .wrap .culture {
  background-color: rgba(19, 46, 65, 0.7);
}
@media screen and (min-width: 750px) {
  .mainvisual > .wrap .culture {
    display: flex;
    flex-direction: column;
    padding: 35px;
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual > .wrap .culture {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 230px;
    height: 230px;
  }
}
.mainvisual > .wrap .culture .btn a:hover {
  color: #132E41;
  background-color: #fff;
}
.mainvisual > .wrap .oiocha-mus {
  background-color: rgba(104, 201, 65, 0.7);
}
@media screen and (min-width: 750px) {
  .mainvisual > .wrap .oiocha-mus {
    display: flex;
    flex-direction: column;
    padding: 35px;
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual > .wrap .oiocha-mus {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 230px;
    height: 230px;
  }
}
.mainvisual > .wrap .oiocha-mus .btn a:hover {
  color: #68C941;
  background-color: #fff;
}
.mainvisual > .wrap .btn {
  margin-top: auto;
}
.mainvisual > .wrap .btn a {
  padding: 0.75em 0;
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .mainvisual > .wrap .btn a {
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual > .wrap .btn a {
    font-size: 14px;
    font-weight: bold;
  }
}
.mainvisual .museum-logo {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mainvisual .credit {
  margin: 0;
  position: absolute;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .mainvisual .credit {
    bottom: 140px;
    right: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual .credit {
    bottom: 150px;
    right: 20px;
    font-size: 15px;
  }
}
.mainvisual .important-notice {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004838;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .mainvisual .important-notice {
    height: 120px;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual .important-notice {
    height: 130px;
  }
}
.mainvisual .important-notice > .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .mainvisual .important-notice > .wrap {
    padding: 0 20px;
  }
}
.mainvisual .important-notice .swiper-wrapper {
  height: auto;
}
.mainvisual .important-notice .swiper-button-prev::after,
.mainvisual .important-notice .swiper-button-next::after {
  color: #fff;
}
@media screen and (min-width: 750px) {
  .mainvisual .important-notice .swiper-button-prev::after,
  .mainvisual .important-notice .swiper-button-next::after {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual .important-notice .swiper-button-prev::after,
  .mainvisual .important-notice .swiper-button-next::after {
    font-size: 20px;
  }
}
@media screen and (min-width: 750px) {
  .mainvisual .important-notice .swiper-button-prev {
    left: 30px;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual .important-notice .swiper-button-prev {
    left: 5px;
  }
}
@media screen and (min-width: 750px) {
  .mainvisual .important-notice .swiper-button-next {
    right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual .important-notice .swiper-button-next {
    right: 5px;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual .important-notice .swiper-slide {
    padding: 0 30px;
  }
}
.mainvisual .important-notice .ttl {
  margin: 0;
}
@media screen and (min-width: 750px) {
  .mainvisual .important-notice .ttl {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual .important-notice .ttl {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.mainvisual .important-notice .date {
  margin: 0;
}
@media screen and (min-width: 750px) {
  .mainvisual .important-notice .date {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual .important-notice .date {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 230.7692307692%;
  }
}
.mainvisual .important-notice .desc {
  margin: 0;
}
@media screen and (min-width: 750px) {
  .mainvisual .important-notice .desc {
    font-size: 15px;
    letter-spacing: 0.05em;
    max-width: 1040px;
  }
}
@media screen and (max-width: 750px) {
  .mainvisual .important-notice .desc {
    font-size: 13px;
    line-height: 176.9230769231%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.index-news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 750px) {
  .index-news {
    padding: 90px 0;
    background-image: url("../img/bg_index-news_pc.jpg");
  }
}
@media screen and (max-width: 750px) {
  .index-news {
    padding: 80px 20px 60px;
    background-image: url("../img/bg_index-news_sp.jpg");
  }
}
.index-news > .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 750px) {
  .index-news > .wrap {
    padding: 0 20px;
  }
}
@media screen and (min-width: 750px) {
  .index-news > .wrap {
    padding: 50px;
  }
}
@media screen and (max-width: 750px) {
  .index-news > .wrap {
    padding: 30px 20px;
  }
}
.index-news .news-list {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.index-news .news-list .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.index-news .news-list .item a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .index-news .news-list .item a {
    padding: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  .index-news .news-list .item a {
    padding: 30px 0;
  }
}
.index-news .news-list .item a:hover {
  opacity: 0.7;
}
.index-news .news-list .item .info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .index-news .news-list .item .info {
    margin-bottom: 10px;
  }
}
.index-news .news-list .item .date {
  margin: 0;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 153.8461538462%;
}
@media screen and (min-width: 750px) {
  .index-news .news-list .item .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .index-news .news-list .item .date {
    font-size: 14px;
  }
}
.index-news .news-list .item .cat {
  padding: 0 0.5em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 166.6666666667%;
  border-radius: 4px;
}
@media screen and (min-width: 750px) {
  .index-news .news-list .item .cat {
    margin: 0 0 0 2em;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .index-news .news-list .item .cat {
    margin: 0 0 0 1em;
    font-size: 12px;
  }
}
.index-news .news-list .item .cat.culture {
  background-color: #004838;
}
.index-news .news-list .item .cat.oiocha-mus {
  background-color: #059D4A;
}
.index-news .news-list .item .cat.cafe-shop {
  background-color: #FD8124;
}
.index-news .news-list .item .cat.experience {
  background-color: #004E9B;
}
.index-news .news-list .item .cat.other {
  background-color: #676767;
}
.index-news .news-list .item .title {
  margin: 0;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 153.8461538462%;
}
@media screen and (min-width: 750px) {
  .index-news .news-list .item .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .index-news .news-list .item .title {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.index-news .btn-more {
  text-align: right;
}
@media screen and (min-width: 750px) {
  .index-news .btn-more {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .index-news .btn-more {
    margin-top: 15px;
  }
}
.index-news .btn-more > a {
  padding: 1em;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .index-news .btn-more > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .index-news .btn-more > a {
    font-size: 14px;
  }
}
.index-news .btn-more > a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 0.5em;
  height: 100%;
  background: url("../img/icon-arrow-right-b.png") no-repeat center;
  background-size: contain;
}
.index-news .btn-more > a:hover {
  opacity: 0.7;
}

.index-facility-information {
  background-color: #F7F7F7;
}
@media screen and (min-width: 750px) {
  .index-facility-information {
    padding: 90px 0;
  }
}
@media screen and (max-width: 750px) {
  .index-facility-information {
    padding: 80px 0 60px;
  }
}
.index-facility-information > .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .index-facility-information > .wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .index-facility-information .conts {
    padding: 0 20px;
  }
}
.index-facility-information .conts .list {
  border-top: 1px solid #ACACAC;
}
.index-facility-information .conts .list .item {
  border-bottom: 1px solid #ACACAC;
}
@media screen and (min-width: 750px) {
  .index-facility-information .conts .list .item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  .index-facility-information .conts .list .item {
    padding: 20px 0;
  }
}
@media screen and (min-width: 750px) {
  .index-facility-information .conts dl {
    display: flex;
  }
}
@media screen and (min-width: 750px) {
  .index-facility-information .conts dl dt {
    width: 180px;
  }
}
@media screen and (max-width: 750px) {
  .index-facility-information .conts dl dt {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 750px) {
  .index-facility-information .conts dl dd {
    flex: 1 1 0;
    align-self: center;
  }
}
@media screen and (max-width: 750px) {
  .index-facility-information .conts dl dd {
    margin: 0;
  }
}
.index-facility-information .conts dl dd ul li {
  padding-left: 1em;
  position: relative;
}
.index-facility-information .conts dl dd ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  content: "・";
}
.index-facility-information .conts dl dt, .index-facility-information .conts dl dd {
  letter-spacing: 0.05em;
  line-height: 200%;
}
@media screen and (min-width: 750px) {
  .index-facility-information .conts dl dt, .index-facility-information .conts dl dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .index-facility-information .conts dl dt, .index-facility-information .conts dl dd {
    font-size: 15px;
  }
}
.index-facility-information .conts .iframe iframe {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .faq-section-nav {
    padding: 0 37.5px;
  }
}
.faq-section-nav ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .faq-section-nav ul {
    padding: 0 20px;
  }
}
@media screen and (min-width: 750px) {
  .faq-section-nav ul {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.faq-section-nav ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #004838;
}
@media screen and (min-width: 750px) {
  .faq-section-nav ul li {
    margin: 0 25px;
  }
}
.faq-section-nav ul li a {
  padding-bottom: 0.1em;
  display: block;
  color: #004838;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 750px) {
  .faq-section-nav ul li a {
    padding-right: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .faq-section-nav ul li a {
    font-size: 15px;
  }
}
.faq-section-nav ul li a:hover {
  opacity: 0.7;
}
.faq-section-nav ul li a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0.75em;
  height: 100%;
  background: url("../img/icon-arrow-down-g.png") no-repeat center;
  background-size: contain;
}

.faq-archive > .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .faq-archive > .wrap {
    padding: 0 20px;
  }
}
@media screen and (min-width: 750px) {
  .faq-archive .faq-section {
    margin: 70px 0;
  }
}
@media screen and (max-width: 750px) {
  .faq-archive .faq-section {
    margin: 50px 0;
    padding: 0 20px;
  }
}
.faq-archive .section-ttl {
  margin: 0 0 1em;
  color: #004838;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .faq-archive .section-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .faq-archive .section-ttl {
    font-size: 20px;
  }
}
.faq-archive dl {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 750px) {
  .faq-archive dl {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .faq-archive dl {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.faq-archive dl.active dt::after {
  transform: rotate(0);
}
.faq-archive dl.active dd {
  height: auto;
  visibility: visible;
}
@media screen and (min-width: 750px) {
  .faq-archive dl.active dd {
    padding: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .faq-archive dl.active dd {
    padding: 20px 0;
  }
}
.faq-archive dl dt {
  color: #004838;
  font-weight: 500;
  line-height: 200%;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .faq-archive dl dt {
    padding: 30px 45px 30px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .faq-archive dl dt {
    padding: 20px 30px 20px 0;
    font-size: 16px;
  }
}
.faq-archive dl dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 20px;
  height: 100%;
  background: url("../img/icon-arrow-top-g.png") no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
}
.faq-archive dl dd {
  margin: 0;
  font-weight: 400;
  line-height: 200%;
  border-top: 1px solid #C3C3C3;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .faq-archive dl dd {
    font-size: 15px;
  }
}
.faq-archive dl dd p {
  margin: 0;
}
.faq-archive dl dd a {
  color: #000;
}
.faq-archive dl dd ul li {
  padding-left: 1em;
  position: relative;
}
.faq-archive dl dd ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  content: "・";
}

@media screen and (min-width: 750px) {
  .faq-more-info {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 750px) {
  .faq-more-info {
    margin-bottom: 80px;
  }
}
.faq-more-info > .ttl {
  margin: 0 0 1em;
  color: #004838;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .faq-more-info > .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .faq-more-info > .ttl {
    font-size: 16px;
  }
}

@media screen and (min-width: 750px) {
  .news-cat {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .news-cat {
    margin-bottom: 40px;
  }
}
.news-cat ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 750px) {
  .news-cat ul {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .news-cat ul {
    padding: 0 20px;
    gap: 20px;
  }
}
.news-cat ul li {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .news-cat ul li {
    width: calc(50% - 10px);
  }
}
.news-cat ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  color: #7C7C7C;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .news-cat ul li a {
    width: 150px;
    height: 35px;
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .news-cat ul li a {
    height: 35px;
    font-size: 13px;
  }
}
.news-cat ul li a.current, .news-cat ul li a:hover {
  color: #fff;
  background-color: #004838;
}
.news-cat ul li a.culture.current, .news-cat ul li a.culture:hover {
  background-color: #004838;
}
.news-cat ul li a.oiocha-mus.current, .news-cat ul li a.oiocha-mus:hover {
  background-color: #059D4A;
}
.news-cat ul li a.cafe-shop.current, .news-cat ul li a.cafe-shop:hover {
  background-color: #FD8124;
}
.news-cat ul li a.experience.current, .news-cat ul li a.experience:hover {
  background-color: #004E9B;
}
.news-cat ul li a.other.current, .news-cat ul li a.other:hover {
  background-color: #676767;
}

@media screen and (min-width: 750px) {
  .news-archive {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 750px) {
  .news-archive {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
.news-archive > .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .news-archive > .wrap {
    padding: 0 20px;
  }
}
.news-archive .news-list {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.news-archive .news-list .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.news-archive .news-list .item a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .news-archive .news-list .item a {
    padding: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  .news-archive .news-list .item a {
    padding: 30px 0;
  }
}
.news-archive .news-list .item a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 750px) {
  .news-archive .news-list .item a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 100%;
    background: url("../img/icon-arrow-right-g.png") no-repeat center;
    background-size: contain;
  }
}
.news-archive .news-list .item .info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .news-archive .news-list .item .info {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .news-archive .news-list .item .info {
    margin-bottom: 10px;
  }
}
.news-archive .news-list .item .date {
  margin: 0;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 153.8461538462%;
}
@media screen and (min-width: 750px) {
  .news-archive .news-list .item .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .news-archive .news-list .item .date {
    font-size: 14px;
  }
}
.news-archive .news-list .item .cat {
  padding: 0 0.5em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 166.6666666667%;
  border-radius: 4px;
}
@media screen and (min-width: 750px) {
  .news-archive .news-list .item .cat {
    margin: 0 0 0 2em;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .news-archive .news-list .item .cat {
    margin: 0 0 0 1em;
    font-size: 12px;
  }
}
.news-archive .news-list .item .cat.culture {
  background-color: #004838;
}
.news-archive .news-list .item .cat.oiocha-mus {
  background-color: #059D4A;
}
.news-archive .news-list .item .cat.cafe-shop {
  background-color: #FD8124;
}
.news-archive .news-list .item .cat.experience {
  background-color: #004E9B;
}
.news-archive .news-list .item .cat.other {
  background-color: #676767;
}
.news-archive .news-list .item .title {
  margin: 0;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 153.8461538462%;
}
@media screen and (min-width: 750px) {
  .news-archive .news-list .item .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .news-archive .news-list .item .title {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.news-archive .pagenation {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .news-archive .pagenation {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .news-archive .pagenation {
    margin-top: 30px;
  }
}
.news-archive .pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.news-archive .pagenation ul li {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-archive .pagenation ul li a,
.news-archive .pagenation ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #B4B4B4;
  font-size: 15px;
  background-color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.news-archive .pagenation ul li .now,
.news-archive .pagenation ul li a:hover {
  color: #fff;
  background-color: #004838;
}
.news-archive .pagenation ul li .next,
.news-archive .pagenation ul li .prev {
  background: #004838 url("../img/icon-arrow-right-w.png") no-repeat center;
  background-size: 5px 10px;
}
.news-archive .pagenation ul li .prev {
  transform: rotate(180deg);
}
.news-archive .nofound-message {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.news-archive .nofound-message p {
  color: #004838;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .news-article {
    padding: 0 20px;
  }
}
.news-article > .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .news-article > .wrap {
    padding: 0 20px;
  }
}

.news-article-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 750px) {
  .news-article-header {
    margin-top: 150px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .news-article-header {
    margin-top: 80px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.news-article-header .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 160%;
}
@media screen and (min-width: 750px) {
  .news-article-header .ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .news-article-header .ttl {
    font-size: 20px;
  }
}
.news-article-header .info {
  display: flex;
  align-items: center;
}
.news-article-header .date {
  margin: 0;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 153.8461538462%;
}
@media screen and (min-width: 750px) {
  .news-article-header .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .news-article-header .date {
    font-size: 14px;
  }
}
.news-article-header .cat {
  padding: 0 0.5em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 166.6666666667%;
  border-radius: 4px;
}
@media screen and (min-width: 750px) {
  .news-article-header .cat {
    margin: 0 0 0 2em;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .news-article-header .cat {
    margin: 0 0 0 1em;
    font-size: 12px;
  }
}
.news-article-header .cat.culture {
  background-color: #004838;
}
.news-article-header .cat.oiocha-mus {
  background-color: #059D4A;
}
.news-article-header .cat.cafe-shop {
  background-color: #FD8124;
}
.news-article-header .cat.experience {
  background-color: #004E9B;
}
.news-article-header .cat.other {
  background-color: #676767;
}

.news-article-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 750px) {
  .news-article-body {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  .news-article-body {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 750px) {
  .news-article-body img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .news-article-body img {
    margin-bottom: 20px;
  }
}
.news-article-body p {
  margin: 0 0 2em;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 200%;
}
.news-article-body ul {
  margin: 1em 0;
}
.news-article-body ul li {
  position: relative;
  padding-left: 1em;
}
.news-article-body ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  width: 1em;
}
.news-article-body ol {
  margin: 1em 0;
}
.news-article-body blockquote {
  margin: 1em 0;
  padding: 1em 1.5em;
  border-left: 4px solid #ddd;
  color: #333333;
}
.news-article-body blockquote:has(cite) {
  padding-bottom: 0.5em;
}
.news-article-body blockquote p {
  margin: 0;
}
.news-article-body blockquote cite {
  display: block;
  color: #ddd;
  font-size: 0.8em;
  text-align: right;
}

@media screen and (min-width: 750px) {
  .news-back-list {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 750px) {
  .news-back-list {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 750px) {
  .contact {
    padding: 0 20px;
  }
}
.contact > .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .contact > .wrap {
    padding: 0 20px;
  }
}
.contact .form-body {
  padding: 50px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 750px) {
  .contact .form-body {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  .contact .form-body {
    margin-bottom: 80px;
  }
}
.contact .form-body dl {
  margin: 0 0 30px;
}
.contact .form-body dl dt {
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: bold;
}
.contact .form-body dl dt .must {
  color: #00A040;
}
.contact .form-body dl dd {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 200%;
}
.contact .form-body select,
.contact .form-body input[type=text],
.contact .form-body input[type=email],
.contact .form-body textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
@media screen and (max-width: 750px) {
  .contact .form-body select,
  .contact .form-body input[type=text],
  .contact .form-body input[type=email],
  .contact .form-body textarea {
    font-size: 16px;
  }
}
.contact .form-body select,
.contact .form-body input[type=text],
.contact .form-body input[type=email] {
  padding: 1em;
  color: #000;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
}
.contact .form-body select {
  padding-right: 40px;
}
.contact .form-body .select {
  position: relative;
  color: #000;
}
.contact .form-body .select > .arrow {
  position: absolute;
  top: 0;
  right: 25px;
  content: "";
  width: 1em;
  height: 100%;
  background: url("../img/icon-arrow-down-g.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .contact .form-body .select > .arrow {
    right: 10px;
  }
}
.contact .form-body textarea {
  padding: 1em;
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  border-radius: 8px;
}
.contact .form-body .agreement-wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact .form-body .agreement-wrap > p {
  margin: 0 0 0 2em;
}
.contact .form-body .agreement-wrap a {
  color: #000;
}
.contact .form-body .error-message {
  color: rgb(255, 62, 52);
}
.contact .send-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .contact .send-btn {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 750px) {
  .contact .send-btn {
    margin-bottom: 80px;
  }
}
.contact .send-btn .round-btn {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  background: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #004838;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.contact .send-btn .round-btn:hover {
  background-color: #368875;
}
@media screen and (min-width: 750px) {
  .contact .send-btn .round-btn {
    width: 340px;
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .contact .send-btn .round-btn {
    width: 320px;
    height: 54px;
  }
}
.contact .send-btn .round-btn > span {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 750px) {
  .contact .send-btn .round-btn > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .contact .send-btn .round-btn > span {
    font-size: 15px;
  }
}
.contact .send-btn .round-btn > span .en {
  font-size: 14px;
}
.contact .send-btn .round-btn.back {
  background-color: #999;
}
.contact .send-btn .round-btn.back:hover {
  background-color: #ccc;
}
.contact .complete-message {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 750px) {
  .contact .complete-message {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  .contact .complete-message {
    margin-bottom: 80px;
  }
}
.contact .complete-message p {
  color: #004838;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .contact .back-home {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 750px) {
  .contact .back-home {
    margin-bottom: 80px;
  }
}
.contact.confirm .form-body dl dd {
  color: #004838;
}