@charset "UTF-8";

/* CSS Document */
:root {
  --color-primary: #538CBA;
  --color-secondary: #C82E4C;
  --text-color: #333333;
  --border-color: #DDDDDD;
  --background-color: #FCFAF1;
}

html {
  font-family: Montserrat, Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: var(--text-color);
}

img {
  width: 100%;
}

body {
  position: relative;
}

/*************
header-include
*************/
/* 基本CSS */
ul,
div,
img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

/* 本文をメニューの高さ分下げる */
#main {
  margin-top: 60px;
}

/*************
top_btn
*************/
#top_btn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 48px;
  width: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  z-index: 999;
  transition: all 0.3s;
}

#top_btn::after {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1024px) {}

/* パソコン用 */
@media screen and (min-width: 1024px) {}

/* スマホ用 */
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1024px) {}

/*************
park-include
*************/
#park {
  margin: 64px 0;
  padding: 64px 0 0;
  text-align: center;
  border-top: 1px solid #DDDDDD;
}

#park .title-park {
  position: relative;
  padding: 0 0 8px;
  margin: 0 0 48px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

#park .title-park:before {
  content: '';
  position: absolute;
  bottom: -2px;
  display: inline-block;
  width: 48px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

#park .area-park {}

#park .area-park+.area-park {
  margin-top: 48px;
}

#park .area-park-heading {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: bold;
  color: var(--color-primary);
}

#park .park-wrap {}

#park .park-wrap li {
  transition: all .8s;
}

#park .park-wrap li:hover img {
  transform: scale(1.05);
}

#park .park-wrap li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#park .park-wrap li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 96px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  z-index: 2;
}

#park .park-wrap li a img {
  transition: 0.5s;
}

#park .park-wrap li a:hover img {}

#park .park-wrap li .park-cap {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 3;
}

/*************
footer-include
*************/
footer {
  padding: 48px 0 56px;
  border-top: 1px solid #DDDDDD;
}

.footer-logo__item {
  text-align: center;
}

.footer-logo__item p {
  text-align: center;
  font-size: 10px;
}

.footer-logo__item:not(:last-child) {
  margin-bottom: 48px;
}

.footer-logo__item .footer-logo__01 {
  width: 208px;
  height: auto;
}

.footer-logo__item .footer-logo__02,
.footer-logo__item .footer-logo__03 {
  width: 168px;
  height: auto;
}

@media(min-width:769px) {

  /*************
park-include
*************/
  #park .park-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  #park .park-wrap li {
    width: calc(100% / 3);
  }

  #park {
    margin: 128px 0;
    padding: 128px 0 0;
  }

  #park .area-park-heading {
    margin: 0 0 48px;
    font-size: 40px;
  }

  #park .title-park {
    padding: 0 0 16px;
    margin: 0 0 96px;
    font-size: 32px;
  }

  #park .area-park+.area-park {
    margin-top: 96px;
  }

  /*************
footer-include
*************/
  footer {
    padding: 112px 0 144px;
  }
}

@media(min-width:1024px) {
  .footer-logo__items {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-logo__item:not(:last-child) {
    margin-bottom: 0;
  }
}

/*************
メディアクエリ
*************/
@media(min-width:1025px) {

  .sp,
  .tbsp,
  .tb {
    display: none;
  }
}

@media(max-width:1024px) {
  .pc {
    display: none;
  }
}

@media(min-width:769px) {
  .sp {
    display: none;
  }
}

@media(max-width:768px) {

  .pc,
  .pctb,
  .tb {
    display: none;
  }
}

@media(max-width:480px) {
  .pctbsp {
    display: none;
  }
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
/* ナビゲーション */
.logo {
  z-index: 1;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  transition: all 0.5s;
}

#header.scrolled {
  background-color: #FFF;
  color: #000;
}

#header.scrolled .logo-w {
  opacity: 0;
  display: none;
}

#header .logo-b {
  opacity: 0;
  display: none;
}

#header.scrolled .logo-b {
  opacity: 1;
  display: block;
}

#header.scrolled .icon-lang-w {
  opacity: 0;
  display: none;
}

#header .icon-lang-b {
  opacity: 0;
  display: none;
}

#header.scrolled .icon-lang-b {
  opacity: 1;
  display: block;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* max-width: 1200px; */
  width: 97%;
  margin: 16px auto;
}

#navArea {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.nav_list {
  display: flex;
  justify-content: center;
}

.nav_item {
  margin: 0 25px;
}

.nav_item>p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#header.scrolled .nav_item>p {
  color: #333;
}

.nav_item>p span {
  padding: 6px 0 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* ナビ下層 */
.second-content {
  visibility: hidden;
  position: absolute;
  top: 70px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  transform: translateY(-20px);
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  will-change: transform, opacity;
}

.second-content::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: -16px;
  left: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 10px 16px 10px;
}

.nav_item:hover .second-content {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.second-content>li {
  text-align: left;
}

.second-content>li>a {
  display: block;
  padding: 16px 24px;
  color: #333;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.second-content>li>a:hover {
  background: #FCFAF1;
  color: #538CBA;
}

/* 言語切替ボタン */
.menu-right {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.menu-right__item {
  padding: 12px 32px;
}

/* .lang-content {
  visibility: hidden;
  position: absolute;
  top: 70px;
  right: 16px;
  background-color: #fff;
  padding: 16px 16px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
  transform: translateY(-20px);
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  will-change: transform, opacity;
}

.menu-right__item:hover .lang-content {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.lang-content::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: -16px;
  right: 16px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 10px 16px 10px;
}

.lang-content li {
  transition: all 0.5s;
  font-size: 11px;
}

.lang-content li+li {
  padding: 8px 0 0;
}

.lang-content li:hover {
  color: #538CBA;
  text-decoration: underline;
}

.lang-content li button:hover {
  color: #538CBA;
  text-decoration: underline;
} */

/* スマホナビゲーション */
@media only screen and (max-width: 768px) {
  #header {
    height: auto;
  }

  .header_inner {
    justify-content: center;
    margin: 8px auto;
  }

  #navArea {
    z-index: 2;
  }

  .nav {
    position: fixed;
    left: -100%;
    /* 左から出てくる */
    top: 0;
  }

  .nav-inner {
    width: 80vw;
    /* スマホに収まるサイズ */
    height: 100vh;
    padding: 60px 0 80px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }

  .scroll-prevent {
    /*動き固定*/
    /*    position: fixed;*/
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
  }

  .hamburger {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 40px;
    /* クリックしやすい幅 */
    height: 40px;
    /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }

  .nav_list {
    flex-direction: column;
  }

  .nav_item {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #DDDDDD;
  }

  .nav_item>p {
    display: block;
    padding: 16px 0 16px 30px;
    font-size: 14px;
    height: auto;
  }

  .nav_item>p span {
    padding: 0;
    display: inline-block;
    position: relative;
    color: #333;
  }

  /* ナビ下層 */
  .second-content {
    visibility: visible;
    position: static;
    background-color: #ffffff;
    opacity: 1;
    box-shadow: none;
    transform: none;
    transition: none;
    will-change: transform, opacity;
    display: none;
    /*はじめは非表示*/
  }

  .second-content>li {
    margin-left: 40px;
    border-bottom: 1px solid #DDDDDD;
  }

  .second-content>li:last-child {
    border-bottom: none;
  }

  .second-content>li>a {
    padding: 16px 0;
    color: #333;
    position: relative;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: none;
  }

  .second-content>li>a:hover {
    background: #FCFAF1;
    color: #538CBA;
  }

  /* --------------- */
  /* ハンバーガーメニューボタン */
  .hamburger__area {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 3;
  }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn1 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*ボタン内側*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #ffffff;
    width: 45%;
  }

  #header.scrolled .openbtn1 span {
    background: #333;
  }

  .openbtn1.active span {
    background: #333;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  /* 表示された時用のCSS */
  .nav.panelactive {
    left: 0;
  }

  .black_bg.panelactive {
    opacity: .8;
    visibility: visible;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  /* 言語切替ボタン */
  .menu-right__item {
    padding: 8px;
  }

  /* .lang-content {
    top: 60px;
    right: 8px;
  }

  .lang-content::before {
    right: 10px;
  } */
}

/* -----ただのフェードイン----- */
/* フェードイン(初期値) */
.fadeIn {
  opacity: 0;
  /* 最初は非表示 */
  transition: opacity 1s;
}

/* フェードイン(スクロールした後) */
.fadeIn.is-show {
  opacity: 1;
  /* 表示領域に入ったら表示 */
}




/* 230927追記 */

.LegalInformationList {
  margin: 48px 0 0;
  padding: 48px 0 0;
  border-top: 1px solid #DDDDDD;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
}

.LegalInformationList_hd {
  margin: 0 0 16px;
  font-weight: bold;
}

@media(min-width:769px) {

  .LegalInformationList {
    margin: 112px 0 0;
    padding: 64px 0 0;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    font-size: 12px;
  }

  .LegalInformationList_hd {
    margin: 0 16px 0 0;
  }

  .LegalInformationList li a {
    transition: 0.3s;
  }

  .LegalInformationList li a:hover {
    color: #538CBA;
  }

}

/* 231024追記 */

footer {
  padding: 48px 0 0;
  border-top: 1px solid #DDDDDD;
}

.footer_note {
  margin: 0 auto 48px;
  padding: 0 4vw;
  font-size: 12px;
}

.LegalInformationList {
  padding: 64px 0;
}

.copyright {
  padding: 8px 0;
  color: #fff;
  font-size: 10px;
  font-family: 'Helvetica', sans-serif;
  text-align: center;
  letter-spacing: 1px;
  background-color: var(--color-primary);
}

@media (min-width: 769px) {
  footer {
    padding: 96px 0 0;
  }

  .footer_note {
    max-width: 1280px;
    padding: 0;
    font-size: 14px;
  }
}







.modal-1__wrap {
  display: inline-block;
}

.modal-1__wrap input {
  display: none;
}

.modal-1__open-label,
.modal-1__close-label {
  cursor: pointer;
}

.modal-1__open-label {
  color: #4f96f6;
  font-size: .95em;
}

.modal-1__open-label:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #c7511f;
}

.modal-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-1__open-input:checked+label+input+.modal-1 {
  display: block;
  animation: modal-1-animation .6s;
}

.modal-1.active {
  display: block;
  animation: modal-1-animation .6s;

}

.modal-1__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 960px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal-1__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.5;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.4em;
}

.modal-1__content {
  max-height: 80vh;
  /* max-height: 50vh; */
  overflow-y: auto;
  padding: 39px 45px 40px;
}

.modal-1__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@keyframes modal-1-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 520px) {
  .modal-1__open-label {
    max-width: 90%;
  }

  .modal-1__close-label {
    top: -17px;
    right: -4%;
  }

  .modal-1__content-wrap {
    width: 90vw;
  }

  .modal-1__content {
    padding: 33px 21px 35px;
    max-width: 100%;
  }
}

.lang-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}

.lang-content li {
  /* padding: 0.6em 1em; */
  display: inline-block;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  /* border: 1px solid var(--color-primary); */
  border-radius: 4px;
  width: 23%;
  height: 48px;
  font-size: 14px;
}

.lang-content li :hover {
  background-color: var(--color-primary);
  color: #fff;
  transition: all 0.3s;
}

.lang-content button {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .lang-content li {
    width: 31%;
  }
}

@media only screen and (max-width: 520px) {
  .lang-content li {
    font-size: 11px;
    height: 40px;
    width: 28%;
  }
}


/* 241225追記 */
.travel_guide {
  text-align: center;
  color: #FFF;
  background-color: #5A7A77;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 104px;
}

@media only screen and (max-width: 1240px) {
  .travel_guide {
    padding: 9px 8px;
    font-size: 12px;
    top: 1.5vw;
    right: 10vw;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 960px) {
  .travel_guide {
    padding: 9px 8px;
    top: 1.5vw;
    right: 8vw;
  }

  .nav_item {
    margin: 0 16px;
  }

  .menu-right__item {
    padding: 12px;
  }
}

@media only screen and (max-width: 820px) {
  .travel_guide {
    top: 1.5vw;
    right: 9vw;
  }
}
@media only screen and (max-width: 540px) {
  .travel_guide {
    top: 9px;
    right: 13vw;
  }
}

@media only screen and (max-width: 520px) {
  .travel_guide {
    right: 66px;
  }
}