/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/top.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.simpleParallax {
  overflow: hidden;
}

#contents {
  padding-top: var(--header-height);
  transition: padding 0.3s ease-in-out;
}
@media screen and (min-width: 768px ) {
  #contents {
    padding-top: 0px;
  }
}

/*============================
.sectionTitle（共通）
============================*/
.sectionTitle {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}
.sectionTitle .ja {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 768px ) {
  .sectionTitle .ja {
    font-size: 1.875rem;
  }
}
.sectionTitle .en {
  font-size: 0.75rem;
  line-height: 1.2;
  display: block;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--english-font);
  speak: none;
}
@media screen and (min-width: 768px ) {
  .sectionTitle .en {
    font-size: 0.875rem;
  }
}

/*============================
topHero
============================*/
.topHero {
  position: relative;
  padding-bottom: 40px;
}
.topHero-inner {
  margin: 0 auto;
}
.topHero .topHeroSlider-slideWrap {
  position: relative;
}
.topHero .topHeroSlider {
  display: none;
}
.topHero .topHeroSlider.swiper-initialized {
  display: block;
}
.topHero .topHeroSlider-pagination {
  --swiper-theme-color: #008d52;
  height: auto;
  bottom: 0px !important;
  position: relative;
}
@media screen and (min-width: 768px ) {
  .topHero .topHeroSlider-pagination {
    position: absolute;
    height: 20px;
    bottom: -20px !important;
  }
}
.topHero .topHeroSlider-next,
.topHero .topHeroSlider-prev {
  --swiper-theme-color: #fff;
  display: none;
  filter: drop-shadow(0px 0px 3px #000);
}
@media screen and (min-width: 768px ) {
  .topHero .topHeroSlider-next,
.topHero .topHeroSlider-prev {
    display: block;
  }
}
.topHero .swiper-slide {
  position: relative;
}
@keyframes slider-zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.topHero .swiper-slide-active .imgArea,
.topHero .swiper-slide-duplicate-active .imgArea,
.topHero .swiper-slide-prev .imgArea {
  animation: slider-zoom 10s linear 0s 1 normal both;
}
.topHero .imgArea {
  position: relative;
  --aspect-ratio: 1/1;
  aspect-ratio: var(--aspect-ratio);
  overflow: hidden;
}
@media screen and (min-width: 768px ) {
  .topHero .imgArea {
    --aspect-ratio: 2.42/1;
  }
}
@supports not (aspect-ratio: 1/1) {
  .topHero .imgArea::before {
    float: left;
    padding-top: calc((1 / (var(--aspect-ratio))) * 100%);
    content: "";
  }
  .topHero .imgArea::after {
    display: block;
    content: "";
    clear: both;
  }
}
.topHero .imgArea img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: initial;
}
@supports not (aspect-ratio: 1/1) {
  .topHero .imgArea img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.topHero .txtArea {
  position: absolute;
  left: 2vw;
  top: 2vw;
}
.topHero .slideTitle {
  text-align: left;
  font-size: clamp(1rem, 0.209rem + 3.95vw, 3.125rem);
  font-weight: bold;
  line-height: 1.2;
  font-family: var(--wp--preset--font-family--gothic-font);
}
.topHero .slideTitle span {
  color: #000;
  padding: 5px;
  display: inline-block;
  text-shadow: 0 0 8px #ffffff, 0 0 8px #ffffff, 0 0 8px #ffffff, 0 0 8px #ffffff, 0 0 8px #ffffff;
}

/*============================
topEventHero
============================*/
.topEventHero {
  --swiper-navigation-size:10px;
  --swiper-theme-color: #fff;
}
@media screen and (min-width: 768px ) {
  .topEventHero {
    --swiper-navigation-size:20px;
  }
}
.topEventHero .topEventHeroSlider {
  display: none;
}
.topEventHero .topEventHeroSlider.swiper-initialized {
  display: block;
}
.topEventHero .topEventHeroSlider-pagination {
  --swiper-theme-color: #008d52;
  height: auto;
  bottom: 0px !important;
  position: relative;
}
@media screen and (min-width: 768px ) {
  .topEventHero .topEventHeroSlider-pagination {
    position: absolute;
    height: 20px;
    bottom: -20px !important;
  }
}
.topEventHero .topEventHeroSlider-next, .topEventHero .topEventHeroSlider-prev {
  width: calc(var(--swiper-navigation-size)/ 44 * 27 *3);
  height: calc(var(--swiper-navigation-size)/ 44 * 27 *3);
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008d52;
}
@media screen and (min-width: 768px ) {
  .topEventHero .topEventHeroSlider-next, .topEventHero .topEventHeroSlider-prev {
    display: block;
  }
}
.topEventHero .topEventHeroSlider .swiper-slide {
  position: relative;
}
.topEventHero .topEventHeroSlider .imgArea {
  position: relative;
  --aspect-ratio: 2/1;
  aspect-ratio: var(--aspect-ratio);
  overflow: hidden;
}
@supports not (aspect-ratio: 1/1) {
  .topEventHero .topEventHeroSlider .imgArea::before {
    float: left;
    padding-top: calc((1 / (var(--aspect-ratio))) * 100%);
    content: "";
  }
  .topEventHero .topEventHeroSlider .imgArea::after {
    display: block;
    content: "";
    clear: both;
  }
}
.topEventHero .topEventHeroSlider .imgArea img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: initial;
}
@supports not (aspect-ratio: 1/1) {
  .topEventHero .topEventHeroSlider .imgArea img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.topEventHero .topEventHeroSlider .txtArea {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
}
.topEventHero .topEventHeroSlider .slideTitle {
  text-align: right;
  font-size: clamp(1.5rem, 4.4vw, 5rem);
  font-weight: bold;
  line-height: 1.2;
  font-family: var(--wp--preset--font-family--gothic-font);
}
.topEventHero .topEventHeroSlider .slideTitle span {
  color: var(--wp--preset--color--primary);
  background-color: #fff;
  padding: 5px;
  display: inline-block;
}

/* =========================================================
.topImportant
========================================================= */
.topImportant {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px ) {
  .topImportant {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.topImportant .topImportantList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
.topImportant .topImportantCard {
  padding: 1em;
  display: block;
  background-color: var(--wp--preset--color--subtle);
}
.topImportant .topImportantCard-txtArea {
  position: relative;
  display: flex;
  line-height: 1.6;
}
.topImportant .topImportantCard-txtArea__icon {
  width: 15px;
  margin-right: 5px;
  color: var(--wp--preset--color--accent);
}
.topImportant .topImportantCard-txtArea__icon img {
  display: block;
}
.topImportant .topImportantCard-txtArea__txt {
  width: calc(100% - 20px);
}
.topImportant .topImportantCard-txtArea__txt a {
  color: var(--wp--preset--color--primary);
}
.topImportant .topImportantCard-txtArea__txt a:hover {
  color: var(--wp--preset--color--links-hover);
}

/*============================
topAbout
============================*/
.topAbout {
  position: relative;
  padding: 40px 0 20vw;
  background: url(../images/top/topAbout-back_sp.png) no-repeat center bottom/contain, linear-gradient(0deg, white 0%, #80daff 100%);
  /*鳥のイラスト*/
}
@media screen and (min-width: 768px ) {
  .topAbout {
    padding: 70px 0 20vw;
    background: url(../images/top/topAbout-back.png) no-repeat center bottom/contain, linear-gradient(0deg, white 0%, #80daff 100%);
  }
}
.topAbout-inner {
  position: relative;
  z-index: 2;
}
.topAbout h2 {
  text-align: center;
  font-size: clamp(1.625rem, 5vw, 3.125rem);
  color: var(--wp--preset--color--primary);
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
}
.topAbout-txtArea {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 1280px ) {
  .topAbout-txtArea {
    font-size: 1.125rem;
  }
}
.topAbout-btnRow {
  margin-block-start: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  flex-direction: column;
}
@media screen and (min-width: 480px ) {
  .topAbout-btnRow {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.topAbout-btnRow a {
  width: 100%;
}
.topAbout .topAbout-bird {
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (min-width: 768px ) {
  .topAbout .topAbout-bird {
    opacity: 1;
  }
}
.topAbout .bird01 {
  left: 0;
  animation: fuwafuwa 6s infinite;
  top: 1vw;
  max-width: 25%;
}
.topAbout .bird02 {
  right: 5%;
  top: 60%;
  animation: fuwafuwa 6s infinite;
}
.topAbout .bird03 {
  right: 30%;
  bottom: 0;
}
.topAbout-fukushiBox {
  margin-block-start: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.topAbout-fukushiBox-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.topAbout-fukushiBox-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px ) {
  .topAbout-fukushiBox-row {
    flex-direction: row;
    align-items: center;
  }
}
.topAbout-fukushiBox-txtArea {
  width: 100%;
}
@media screen and (min-width: 768px ) {
  .topAbout-fukushiBox-txtArea {
    width: 50%;
  }
}
.topAbout-fukushiBox-imgArea {
  width: 100%;
}
@media screen and (min-width: 768px ) {
  .topAbout-fukushiBox-imgArea {
    width: 50%;
  }
}
.topAbout-fukushiBox-btn {
  margin-block-start: 20px;
}
.topAbout-fukushiBox-btn a {
  min-width: 240px;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* --------------------------------
  Modal
-------------------------------- */
#modal {
  display: none;
  position: fixed;
  z-index: 996;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
#modal .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 900px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal .modal_inner .yt {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
#modal .modal_inner .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#modal .modal_inner .close {
  position: absolute;
  bottom: 102%;
  right: 0;
  width: 30px;
  cursor: pointer;
}

/****************************************

.topTopics

*****************************************/
.topTopics {
  position: relative;
  padding: 40px 0;
  background-color: var(--wp--preset--color--subtle);
}
@media screen and (min-width: 768px ) {
  .topTopics {
    padding: 70px 0;
  }
}
.topTopics .topicsCardList {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  gap: 16px;
}
@media screen and (min-width: 768px ) {
  .topTopics .topicsCardList {
    grid-template-columns: 1fr 1fr;
  }
}
.topTopics .topicsCard {
  transition: all 0.3s ease;
  display: flex;
  cursor: pointer;
  gap: 10px;
}
@media screen and (min-width: 768px ) {
  .topTopics .topicsCard {
    background: #fff;
    padding: 10px;
    height: 100%;
    box-shadow: 0 10px 10px -12px rgba(0, 0, 0, 0.2), 0 30px 30px -30px rgba(0, 0, 0, 0.2);
  }
}
.topTopics .topicsCard .imgArea {
  width: 25%;
  --aspect-ratio: 6/4;
  aspect-ratio: var(--aspect-ratio);
  position: relative;
  overflow: hidden;
}
@supports not (aspect-ratio: 1) {
  .topTopics .topicsCard .imgArea::before {
    float: left;
    padding-top: calc((1 / (var(--aspect-ratio))) * 100%);
    content: "";
  }
  .topTopics .topicsCard .imgArea::after {
    display: block;
    content: "";
    clear: both;
  }
}
.topTopics .topicsCard .imgArea img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1) {
  .topTopics .topicsCard .imgArea img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.topTopics .topicsCard .txtArea {
  width: 75%;
}
.topTopics .topicsCard .category {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
}
.topTopics .topicsCard .category span {
  display: inline-block;
  color: #fff;
  background-color: darkgreen;
  white-space: nowrap;
  line-height: 1;
  padding: 0.1em 0.5em;
  margin: 2px 2px 0 0;
}
.topTopics .topicsCard .date {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 5px;
  color: var(--wp--preset--color--primary);
}
.topTopics .topicsCard .title {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--wp--preset--color--contrast);
  overflow-wrap: anywhere;
}
.topTopics .topicsCard:hover .title {
  color: var(--wp--preset--color--links-hover);
}
.topTopics .topicsCard:hover img {
  opacity: 0.8;
}

/****************************************

.topEvent

*****************************************/
.topEvent {
  position: relative;
  padding: 40px 0;
  background: url(../images/top/topEvent-back_sp.jpg) no-repeat center top/100% auto;
  overflow: hidden;
  /*イベントカレンダーリスト*/
}
@media screen and (min-width: 768px ) {
  .topEvent {
    padding: 70px 0;
    background: url(../images/top/topEvent-back.png) no-repeat center top/100% auto;
  }
}
.topEvent .invisible {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.topEvent .eventCardListWrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px ) {
  .topEvent .eventCardListWrap {
    margin-bottom: 0px;
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
.topEvent .eventCardList {
  display: flex;
  gap: 10px;
  padding: 0 0 20px;
  overflow-x: auto;
}
@media screen and (min-width: 768px ) {
  .topEvent .eventCardList {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    overflow-x: inherit;
  }
}
.topEvent .eventCardList li {
  width: 70vw;
  list-style: none;
  flex-shrink: 0;
}
@media screen and (min-width: 768px ) {
  .topEvent .eventCardList li {
    width: auto;
  }
}
.topEvent .eventCardList li:first-child {
  margin-left: 4.5vw;
}
@media screen and (min-width: 768px ) {
  .topEvent .eventCardList li:first-child {
    margin-left: 0;
  }
}
.topEvent .eventCardList li:last-child {
  margin-right: 4.5vw;
}
@media screen and (min-width: 768px ) {
  .topEvent .eventCardList li:last-child {
    margin-right: 0;
  }
}
.topEvent .eventCardList a {
  color: #333;
  text-decoration: none;
  transition: box-shadow 0.4s;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.topEvent .eventCardList a:hover {
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.2);
}
.topEvent .eventCardList .eventCard-imgArea {
  --aspect-ratio: 2/1;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: var(--aspect-ratio);
}
@supports not (aspect-ratio: 1) {
  .topEvent .eventCardList .eventCard-imgArea::before {
    float: left;
    padding-top: calc((1 / (var(--aspect-ratio))) * 100%);
    content: "";
  }
  .topEvent .eventCardList .eventCard-imgArea::after {
    display: block;
    content: "";
    clear: both;
  }
}
.topEvent .eventCardList .eventCard-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1) {
  .topEvent .eventCardList .eventCard-img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.topEvent .eventCardList a:hover .eventCard-img {
  opacity: 0.7;
}
.topEvent .eventCardList .eventCard-cat {
  margin-block-start: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.topEvent .eventCardList .eventCard-cat span {
  text-align: center;
  background: #dcfae0;
  color: #000;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.1em 0.5em;
}
.topEvent .eventCardList .eventCard-txtArea {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.topEvent .eventCardList .eventCard-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--wp--preset--color--primary-shade);
}
.topEvent .eventCardList .eventCard-date {
  line-height: 1.2;
  font-size: 0.875rem;
  color: #333;
}
.topEvent .eventCardList .eventCard-date > * {
  display: inline-block;
  line-height: 1.2;
}
.topEvent .eventCardList .eventCard-status {
  display: inline-block;
  font-size: 0.8125rem;
  color: #FFF;
  background-color: #fedb63;
  padding: 0.2em 0.5em;
  line-height: 1;
}
.topEvent .eventCardList2 {
  display: flex;
  gap: 30px;
  padding: 0 0 20px;
  overflow-x: auto;
}
@media screen and (min-width: 768px ) {
  .topEvent .eventCardList2 {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    overflow-x: inherit;
  }
}
.topEvent .eventCardList2 li {
  width: 86vw;
  list-style: none;
  flex-shrink: 0;
}
@media screen and (min-width: 768px ) {
  .topEvent .eventCardList2 li {
    width: auto;
  }
}
.topEvent .eventCardList2 li:first-child {
  margin-left: 4.5vw;
}
@media screen and (min-width: 768px ) {
  .topEvent .eventCardList2 li:first-child {
    margin-left: 0;
  }
}
.topEvent .eventCardList2 li:last-child {
  margin-right: 4.5vw;
}
@media screen and (min-width: 768px ) {
  .topEvent .eventCardList2 li:last-child {
    margin-right: 0;
  }
}
.topEvent .eventCardList2 a {
  padding: 10px;
  text-decoration: none;
  transition: box-shadow 0.4s;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.topEvent .eventCardList2 a:hover {
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.2);
}
.topEvent .eventCardList2 .eventCard-imgArea {
  --aspect-ratio: 1/1;
  display: block;
  position: relative;
  overflow: hidden;
  width: 80px;
  aspect-ratio: var(--aspect-ratio);
}
@supports not (aspect-ratio: 1) {
  .topEvent .eventCardList2 .eventCard-imgArea::before {
    float: left;
    padding-top: calc((1 / (var(--aspect-ratio))) * 100%);
    content: "";
  }
  .topEvent .eventCardList2 .eventCard-imgArea::after {
    display: block;
    content: "";
    clear: both;
  }
}
.topEvent .eventCardList2 .eventCard-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1) {
  .topEvent .eventCardList2 .eventCard-img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.topEvent .eventCardList2 a:hover .eventCard-img {
  opacity: 0.7;
}
.topEvent .eventCardList2 .eventCard-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.topEvent .eventCardList2 .eventCard-cat span {
  text-align: center;
  background: #dcfae0;
  color: #2C5A26;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.1em 0.5em;
}
.topEvent .eventCardList2 .eventCard-txtArea {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.topEvent .eventCardList2 .eventCard-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--wp--preset--color--primary);
}
.topEvent .eventCardList2 .eventCard-date {
  line-height: 1.2;
  font-size: 0.875rem;
  color: #333;
}
.topEvent .eventCardList2 .eventCard-date > * {
  display: inline-block;
  line-height: 1.2;
}
.topEvent .eventCardList2 .eventCard-status {
  display: block;
  font-size: 0.8125rem;
  color: #333;
  background-color: #fedb63;
  padding: 0.2em 0.5em;
  line-height: 1;
}

/****************************************

.topFacilities

*****************************************/
.topFacilities {
  position: relative;
  padding: 40px 0 12vw;
  background: url(../images/top/topFacilities-shibahu.png) no-repeat center bottom/contain, var(--wp--preset--color--subtle);
  /*.mainshisetsuList*/
  /*.othershisetsuList*/
}
@media screen and (min-width: 768px ) {
  .topFacilities {
    padding: 70px 0 11vw;
  }
}
.topFacilities::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 140px;
  width: 100%;
  background: url(../images/top/topFacilities-bottomIllust.png) no-repeat center bottom/contain;
  display: block;
  content: "";
}
@media screen and (min-width: 768px ) {
  .topFacilities-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.topFacilities-txtArea {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px ) {
  .topFacilities-txtArea {
    padding-left: 10vw;
    padding-right: 2vw;
    width: 50%;
  }
}
.topFacilities-imgArea {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px ) {
  .topFacilities-imgArea {
    width: 50%;
  }
}
.topFacilities .sectionTitle {
  align-items: center;
  margin-bottom: 1em;
}
.topFacilities .sectionRead {
  margin-bottom: 20px;
  text-align: center;
}
.topFacilities .mainshisetsuListWrap {
  margin: 0 auto;
}
@media screen and (min-width: 1280px ) {
  .topFacilities .mainshisetsuListWrap {
    max-width: initial;
  }
}
.topFacilities .mainshisetsuList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media screen and (min-width: 768px ) {
  .topFacilities .mainshisetsuList {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (min-width: 1280px ) {
  .topFacilities .mainshisetsuList {
    gap: 15px;
  }
}
.topFacilities .mainshisetsuList a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.topFacilities .mainshisetsuList .imgArea {
  --aspect-ratio: 6/4;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: var(--aspect-ratio);
  position: relative;
  border: 5px solid var(--wp--preset--color--primary);
}
@supports not (aspect-ratio: 1) {
  .topFacilities .mainshisetsuList .imgArea::before {
    float: left;
    padding-top: calc((1 / (var(--aspect-ratio))) * 100%);
    content: "";
  }
  .topFacilities .mainshisetsuList .imgArea::after {
    display: block;
    content: "";
    clear: both;
  }
}
.topFacilities .mainshisetsuList .imgArea img {
  object-fit: cover;
  transition: 0.2s all;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1) {
  .topFacilities .mainshisetsuList .imgArea img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.topFacilities .mainshisetsuList .txtArea {
  transition: all 0.5s ease;
}
.topFacilities .mainshisetsuList .title {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  color: var(--wp--preset--color--contrast);
  margin-bottom: 0.2em;
  font-size: clamp(0.752rem, 3vw, 1rem);
}
@media screen and (min-width: 768px ) {
  .topFacilities .mainshisetsuList .title {
    text-align: left;
  }
}
.topFacilities .mainshisetsuList .title::before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-rendering: auto;
  margin-right: 0.1em;
}
.topFacilities .mainshisetsuList .txt {
  line-height: 1.6;
  color: var(--wp--preset--color--contrast);
  display: none;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px ) {
  .topFacilities .mainshisetsuList .txt {
    display: block;
  }
}
.topFacilities .mainshisetsuList a:hover .imgArea img {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
  transition: 0.2s all;
}
.topFacilities .mainshisetsuList a:hover .txtArea {
  opacity: 0.8;
  transition: 0.2s all;
}
.topFacilities .mainshisetsuList li:nth-child(1) .imgArea {
  border-color: #ff8082;
}
.topFacilities .mainshisetsuList li:nth-child(1) .title::before {
  color: #ff8082;
}
.topFacilities .mainshisetsuList li:nth-child(2) .imgArea {
  border-color: #4dc4ff;
}
.topFacilities .mainshisetsuList li:nth-child(2) .title::before {
  color: #4dc4ff;
}
.topFacilities .mainshisetsuList li:nth-child(3) .imgArea {
  border-color: #f6aa00;
}
.topFacilities .mainshisetsuList li:nth-child(3) .title::before {
  color: #f6aa00;
}
.topFacilities .mainshisetsuList li:nth-child(4) .imgArea {
  border-color: #03af7a;
}
.topFacilities .mainshisetsuList li:nth-child(4) .title::before {
  color: #03af7a;
}
@media screen and (min-width: 768px ) {
  .topFacilities .othershisetsuList {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.topFacilities .othershisetsuList li {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px ) {
  .topFacilities .othershisetsuList li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
.topFacilities .othershisetsuList a {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.topFacilities .othershisetsuList a:hover {
  opacity: 0.8;
}
.topFacilities .othershisetsuList a .imgArea {
  width: 30%;
}
.topFacilities .othershisetsuList a .imgArea img {
  object-fit: cover;
  width: 100%;
  max-width: initial;
  height: 100%;
}
.topFacilities .othershisetsuList a .txtArea {
  width: 70%;
  padding: 1em;
}
.topFacilities .othershisetsuList a .title {
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  font-size: 0.875rem;
  display: table;
  width: 100%;
}
@media screen and (min-width: 480px ) {
  .topFacilities .othershisetsuList a .title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px ) {
  .topFacilities .othershisetsuList a .title {
    font-size: 1.25rem;
  }
}
.topFacilities .othershisetsuList a .title span {
  display: table-cell;
  vertical-align: middle;
}

/****************************************

.topSpots

*****************************************/
.topSpots {
  position: relative;
  padding: 30px 0 40px;
  background: url(../images/top/ptn-shibahu.jpg) repeat left top;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 30px;
}
@media screen and (min-width: 768px ) {
  .topSpots {
    padding: 40px 0 70px;
    --swiper-navigation-size: 44px;
  }
}
.topSpots .sectionTitle .ja {
  color: #fff100;
}
.topSpots .sectionTitle .en {
  color: #fff;
}
.topSpots .topSpotsSlider-slideWrap {
  position: relative;
  padding: 0 15px;
}
@media screen and (min-width: 768px ) {
  .topSpots .topSpotsSlider-slideWrap {
    padding: 0 50px;
  }
}
.topSpots .topSpotsSlider-slideWrap .swiper-button-prev,
.topSpots .topSpotsSlider-slideWrap .swiper-rtl .swiper-button-next {
  left: -10px;
  right: auto;
}
@media screen and (min-width: 768px ) {
  .topSpots .topSpotsSlider-slideWrap .swiper-button-prev,
.topSpots .topSpotsSlider-slideWrap .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
  }
}
.topSpots .topSpotsSlider-slideWrap .swiper-button-next,
.topSpots .topSpotsSlider-slideWrap .swiper-rtl .swiper-button-prev {
  right: -10px;
  left: auto;
}
@media screen and (min-width: 768px ) {
  .topSpots .topSpotsSlider-slideWrap .swiper-button-next,
.topSpots .topSpotsSlider-slideWrap .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
  }
}
.topSpots .swiper-slide a {
  color: #fff;
}
.topSpots .titleArea {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1280px ) {
  .topSpots .titleArea {
    font-size: 1.375rem;
  }
}
.topSpots .imgArea {
  display: block;
  margin-bottom: 5px;
}
.topSpots .imgArea img {
  width: 100%;
  max-width: initial;
}
.topSpots .txtArea {
  line-height: 1.6;
  font-size: 0.875rem;
}

/****************************************

.topNews

*****************************************/
.topNews {
  position: relative;
  padding: 40px 0;
}
@media screen and (min-width: 768px ) {
  .topNews {
    padding: 70px 0;
  }
}
@media screen and (min-width: 1280px ) {
  .topNews-row {
    display: flex;
  }
}
@media screen and (min-width: 1280px ) {
  .topNews-col-l {
    width: 30%;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1280px ) {
  .topNews-col-l {
    width: 30%;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1280px ) {
  .topNews-col-r {
    width: 80%;
  }
}
@media screen and (min-width: 1280px ) {
  .topNews .sectionTitle {
    align-items: flex-start;
  }
}
.topNews .for-pc {
  display: none;
}
@media screen and (min-width: 1280px ) {
  .topNews .for-pc {
    display: block;
  }
}
.topNews .for-sp {
  display: block;
}
@media screen and (min-width: 1280px ) {
  .topNews .for-sp {
    display: none;
  }
}
@media screen and (min-width: 1280px ) {
  .topNews a[class*=btn] {
    min-width: initial;
    width: 100%;
    max-width: 300px;
  }
}
.topNews .newsList {
  margin-bottom: 30px;
}

/****************************************

.topStay

*****************************************/
.topStay {
  position: relative;
  padding: 40px 0;
  background: url(../images/top/topStay-back_sp.png) no-repeat center bottom/contain, var(--wp--preset--color--subtle);
}
@media screen and (min-width: 768px ) {
  .topStay {
    padding: 70px 0;
    background: url(../images/top/topStay-back.png) no-repeat center bottom/contain, var(--wp--preset--color--subtle);
  }
}
.topStay .sectionRead {
  margin-bottom: 30px;
}
.topStay .stayCardList {
  display: flex;
  margin: 0 -5px;
}
@media screen and (min-width: 768px ) {
  .topStay .stayCardList {
    margin: 0 -15px;
  }
}
.topStay .stayCardList li {
  padding: 0 5px;
}
@media screen and (min-width: 768px ) {
  .topStay .stayCardList li {
    padding: 0 15px;
  }
}
.topStay .stayCard {
  background-color: #fff;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
  transition: box-shadow 0.4s;
}
.topStay .stayCard:hover {
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.2);
}
.topStay .stayCard .imgArea {
  overflow: hidden;
}
.topStay .stayCard .imgArea img {
  transition: 0.3s all;
}
.topStay .stayCard:hover .imgArea img {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
  transition: 0.2s all;
}
.topStay .stayCard .txtArea {
  padding: 5px 10px;
  background-color: #fff;
  display: table;
  width: 100%;
}
@media screen and (min-width: 768px ) {
  .topStay .stayCard .txtArea {
    padding: 10px 15px;
  }
}
.topStay .stayCard h4 {
  transition: 0.3s all;
  display: table-cell;
  vertical-align: middle;
  --icon_color: config.$color-primary-notsharp;
  font-size: clamp(0.875rem, 2vw,1.375rem);
  font-weight: bold;
  line-height: 1.4;
  color: var(--wp--preset--color--contrast);
  position: relative;
  padding-right: 15px;
}
.topStay .stayCard h4::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2020%22%20width%3D%2210%22%20height%3D%2220%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23008d52%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22a%22%20points%3D%221.047%200%200%201.053%208.01%2010%200%2018.947%201.047%2020%2010%2010%201.047%200%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  display: block;
  content: "";
}
.topStay .stayCard:hover h4 {
  color: var(--wp--preset--color--links-hover);
}

/****************************************

.topFlower

*****************************************/
.topFlower {
  --swiper-navigation-color: rgb(255, 128, 130);
  --swiper-navigation-size: 30px;
  position: relative;
  padding: 40px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px ) {
  .topFlower {
    padding: 70px 0;
    --swiper-navigation-size: 44px;
  }
}
.topFlower:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #fff0ff;
  opacity: 0.8;
  z-index: 1;
}
.topFlower .topFlowerSlider-slideWrap {
  position: relative;
  padding: 0 35px;
}
@media screen and (min-width: 768px ) {
  .topFlower .topFlowerSlider-slideWrap {
    padding: 0 50px;
  }
}
.topFlower .sectionRead {
  margin-bottom: 20px;
}
.topFlower .sectionTitle {
  position: relative;
  z-index: 1;
}
.topFlower .topFlower-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.topFlowerSlider.perView-1 {
  max-width: 600px;
}
.topFlowerSlider.perView-2 {
  max-width: 1200px;
}
.topFlowerSlider .swiper-slide {
  width: 300px;
}
.topFlowerSlider a,
.topFlowerSlider .flowerCard {
  background-color: #fff;
  display: block;
}
.topFlowerSlider a .imgArea img,
.topFlowerSlider .flowerCard .imgArea img {
  width: 100%;
}
.topFlowerSlider a .txtArea,
.topFlowerSlider .flowerCard .txtArea {
  padding: 10px 20px;
  color: var(--wp--preset--color--contrast);
}
.topFlowerSlider a .title,
.topFlowerSlider .flowerCard .title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px ) {
  .topFlowerSlider a .title,
.topFlowerSlider .flowerCard .title {
    font-size: 1.125rem;
  }
}
.topFlowerSlider a .spot,
.topFlowerSlider .flowerCard .spot {
  line-height: 1.2;
  font-size: 0.875rem;
}
.backfadein {
  animation: backfadein 2s;
}

.backfadeout {
  animation: backfadeout 2s;
  animation-fill-mode: forwards;
}

@keyframes backfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes backfadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/****************************************

.topGuide（現在使用していません）

*****************************************/
.topGuide {
  position: relative;
  padding: 40px 0;
  background: url(../images/top/topGuide-back_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px ) {
  .topGuide {
    padding: 70px 0;
    background: url(../images/top/topGuide-back.jpg) no-repeat center center/cover;
  }
}
.topGuide .guideList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 30px;
}
@media screen and (min-width: 768px ) {
  .topGuide .guideList {
    margin: 0 -10px 30px;
  }
}
.topGuide .guideList li {
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 768px ) {
  .topGuide .guideList li {
    width: 33.333%;
    padding: 10px;
  }
}
.topGuide .guideList-btn {
  background-color: var(--wp--preset--color--primary);
  padding: 20px;
  display: block;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.topGuide .guideList-btn img {
  display: block;
  margin: 0 auto 5px;
  max-width: 60%;
}
.topGuide .guideList-btn .title {
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px ) {
  .topGuide .guideList-btn .title {
    font-size: 1.25rem;
  }
}
.topGuide .guideList-btn .title span {
  display: inline-block;
}
.topGuide .guideList-btn:hover {
  background-color: var(--wp--preset--color--links-hover);
}

/****************************************
.topAccess
*****************************************/
.topAccess {
  background-color: #0f6120;
  padding: 40px 0;
}
@media screen and (min-width: 768px ) {
  .topAccess {
    padding: 70px 0;
  }
}
.topAccess .sectionTitle span {
  color: #fff;
}
.topAccess-googlemap {
  position: relative;
  width: 100%;
  padding-top: 100vw;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px ) {
  .topAccess-googlemap {
    padding-top: 66.666%;
  }
}
@media screen and (min-width: 1280px ) {
  .topAccess-googlemap {
    padding-top: 40%;
  }
}
.topAccess-googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.topAccess-googlemap iframe[src*="https://www.google.com/maps"] {
  top: -150px;
  height: calc(100% + 150px + 150px);
}

/****************************************
.topBnr
*****************************************/
.topBnr {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px ) {
  .topBnr {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.topBnr .bnrList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 768px ) {
  .topBnr .bnrList {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.topBnr .bnrList li {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px ) {
  .topBnr .bnrList li {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.topBnr .bnrList a {
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 768px ) {
  .topBnr .bnrList a {
    margin-bottom: 20px;
  }
}
.topBnr .bnrList a:hover {
  opacity: 0.8;
}
.topBnr .bnrList a img {
  width: 100%;
  max-width: initial;
}

/*# sourceMappingURL=top.css.map*/