@charset "UTF-8";
/* ////////////////////////////////////////////
 *                 CONTENT
 * //////////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,900");
/* layout
------------------------------------------*/
html {
  overflow-x: hidden;
}

.content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.gheader {
  position: fixed;
  width: 100%;
  height: 145px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  background: #fff;
  transition: 0.5s;
  top: 0;
  left: 0;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader {
    height: 12.1vw;
  }
} */
.gheader.hide {
  transform: translateY(-100%);
}

@media only screen and (max-width: 1279px) {
/* @media only screen and (max-width: 768px) { */
  .gheader {
    height: 115px;
    z-index: 202;
  }
}
@media only screen and (max-width: 768px) {
  .gheader {
    height: 100px;
  }
}
@media only screen and (max-width: 1279px) {
/* @media only screen and (max-width: 768px) { */
  .gheader .pc-gnav {
    display: none;
  }
}
.gheader .pc-gnav .season-select {
  position: absolute;
  top: 32px;
  right: 20px;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .pc-gnav .season-select {
    top: 2.7vw;
    right: 1.7vw;
  }
} */
.gheader .pc-gnav .season-select li {
  display: inline-block;
}
.green .gheader .pc-gnav .season-select li a.green-btn {
  background: #0b8512;
}
.winter .gheader .pc-gnav .season-select li a.green-btn {
  background: #dedede;
}
.green .gheader .pc-gnav .season-select li a.winter-btn {
  background: #dedede;
}
.winter .gheader .pc-gnav .season-select li a.winter-btn {
  background: #0c61b8;
}
.gheader .pc-gnav .season-select li a {
  border-radius: 45px;
  width: 190px;
  padding: 10px 20px 14px;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .pc-gnav .season-select li a {
    border-radius: 3.8vw;
    width: 15.8vw;
    padding: 0.8vw 1.7vw 1.2vw;
  }
} */
.gheader .pc-gnav .season-select img {
  width: 147.5px;
  height: 26px;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .pc-gnav .season-select img {
    width: 12.3vw;
    height: 2.2vw;
  }
} */
.gheader .sp-gnav {
  display: none;
}
@media only screen and (max-width: 1279px) {
/* @media only screen and (max-width: 768px) { */
  .gheader .sp-gnav {
    display: block;
  }
}
.gheader .sp-gnav .season-select {
  height: 55px;
}
@media only screen and (max-width: 768px) {
  .gheader .sp-gnav .season-select {
    height: 40px;
  }
}
.gheader .sp-gnav .season-select li {
  float: left;
  width: 50%;
  text-align: center;
}
.green .gheader .sp-gnav .season-select li a.green-btn {
  background: #0b8512;
}
.winter .gheader .sp-gnav .season-select li a.green-btn {
  background: #dedede;
}
.green .gheader .sp-gnav .season-select li a.winter-btn {
  background: #dedede;
}
.winter .gheader .sp-gnav .season-select li a.winter-btn {
  background: #0c61b8;
}
.gheader .sp-gnav .season-select li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .gheader .sp-gnav .season-select li a {
    height: 40px;
  }
}
.gheader .sp-gnav .season-select li img {
  width: 80%;
  height: auto;
  padding: 7px 0;
}
@media only screen and (max-width: 1279px) {
/* @media only screen and (max-width: 768px) { */
  .gheader .sp-gnav .season-select li img {
    width: 45%;
  }
}
@media only screen and (max-width: 640px) {
  .gheader .sp-gnav .season-select li img {
    width: 55%;
  }
}
@media only screen and (max-width: 415px) {
  .gheader .sp-gnav .season-select li img {
    width: 80%;
  }
}
.gheader .logo-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: none;
  height: 85px;
  border-bottom: 2px solid #dedede;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .logo-wrap {
    padding: 0 1.7vw;
    height: 7.1vw;
    border-bottom: 1px solid #dedede;
  }
} */
@media only screen and (max-width: 640px) {
  .gheader .logo-wrap {
    padding: 0;
  }
}
.gheader .site-title {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  width: 277.5px;
  height: 53px;
  margin: 0 auto;
  background: url(../img/logo.png) no-repeat center center;
  background-size: cover;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .site-title {
    top: 1.5vw;
    width: 23.1vw;
    height: 4.4vw;
  }
} */
.gheader .site-title a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.gheader .site-title span {
  opacity: 0;
}
@media only screen and (max-width: 1279px) {
/* @media only screen and (max-width: 768px) { */
  .gheader .site-title {
    top: 60px;
    width: 225px;
    height: 43px;
  }
}
@media only screen and (max-width: 768px) {
  .gheader .site-title {
    top: 48px;
  }
}
@media only screen and (max-width: 1279px) {
/* @media only screen and (max-width: 640px) { */
  .gheader .site-title {
    left: 10px;
    right: unset;
  }
}
.gheader .ar-logo {
  position: absolute;
  top: 33px;
  width: 113.5px;
  height: 32px;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .ar-logo {
    top: 2.8vw;
    width: 9.5vw;
    height: 2.7vw;
  }
} */
.gheader .sns-icons {
  position: absolute;
  top: 32px;
  left: 149px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .sns-icons {
    top: 2.2vw;
    left: 12.4vw;
  }
} */
.gheader .sns-icons li {
  float: left;
  display: inline;
}
.gheader .sns-icons li a {
  padding: 7px;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .sns-icons li a {
    padding: 0.6vw;
  }
} */
.gheader .sns-icons li a img {
  width: 18px;
  height: auto;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .sns-icons li a img {
    width: 1.5vw;
  }
} */
.gheader .dropdown {
  margin: 0 0 0 auto;
  position: absolute;
  /* 絶対配置の基準を設定 */
  top: 34px;
  left: 295px;
  width: 100px;
  transition-duration: 0.2s;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .dropdown {
    top: 2.8vw;
    left: 24.6vw;
    width: 8.3vw;
  }
} */
.gheader .dropdown:after {
  content: "▼";
  font-family: "ヒラギノ角ゴ Pro W3";
  position: absolute;
  display: inline-block;
  right: 4px;
  top: 5px;
  color: #bdbdbd;
  font-size: 1rem;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .dropdown:after {
    right: 0.3vw;
    top: 0.4vw;
    font-size: 0.8vw;
  }
} */
.gheader .dropdown .dropdown__btn {
  padding: 0px 0px 1px 10px;
  display: block;
  width: 105px;
  background: none;
  border: 0;
  text-align: left;
  border: 1px solid #dedede;
  font-size: 1.4rem;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .dropdown .dropdown__btn {
    padding: 0px 0px 1px 0.8vw;
    width: 8.8vw;
    font-size: 1.2vw;
  }
} */
.gheader .dropdown .dropdown__body {
  width: 150px;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.149), 0 1px 2px 0 rgba(60, 64, 67, 0.302);
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  /* メニュー部分は絶対配置させます */
  top: 32px;
  left: 0;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .dropdown .dropdown__body {
    width: 12.5vw;
    border-radius: 0.3vw;
    top: 2.7vw;
  }
} */
.gheader .dropdown .dropdown__list {
  /* デフォルトスタイル リセット */
  margin: 0;
  padding: 0;
}
.gheader .dropdown .dropdown__item {
  display: block;
}
.gheader .dropdown .dropdown__item-link {
  display: block;
  padding: 5px 10px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #444;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gheader .dropdown .dropdown__item-link {
    padding: 0.4vw 0.8vw;
  }
} */
.gheader .dropdown .dropdown__item-link:hover {
  background: #fbfbfb;
}
.gheader .dropdown .dropdown__body {
  display: none;
}
.gheader .dropdown .dropdown__btn.is-open + .dropdown__body {
  display: block;
  z-index: 4;
}
.gheader .dropdown .dropdown__btn.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default;
  /* カーソルはデフォルトに戻しておく */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.gheader.scroll-on {
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*box-shadow:0px 4px 6px -6px rgba(0,0,0,0.5);
  border-bottom: 1px solid rgba(0,0,0,0.1);*/
}
.gheader.scroll-on .site-title {
  background: url(../img/logo.png) no-repeat center center;
  background-size: cover;
}
.gheader.scroll-on .gnav li a {
  color: #333;
  font-weight: 500;
}
.gheader.scroll-on .sub-menu li a {
  color: #fff;
}

.gnav {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: none;
  height: 60px;
  text-align: center;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gnav {
    padding: 0;
    height: 5vw;
  }
} */
.gnav li a {
  color: #333;
  font-weight: 500;
}

.menu-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.menu-header:before {
  content: " ";
  display: table;
}
.menu-header:after {
  content: " ";
  display: table;
  clear: both;
}
.menu-header li {
  display: inline-block;
  text-align: center;
  height: 58px;
  line-height: 58px;
  padding: 0 15px;
}
.winter .menu-header li {
  padding: 0 12px;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .winter .menu-header li {
    padding: 0 1.1vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu-header li {
    height: 4.8vw;
    line-height: 4.8vw;
    padding: 0 0.8vw;
  }
} */
.menu-header li.menu-item-has-children {
  position: relative;
}
.menu-header li.menu-item-has-children:after {
  content: "▼";
  font-family: "ヒラギノ角ゴ Pro W3";
  position: absolute;
  display: inline-block;
  right: 4px;
  top: 0;
  color: #bdbdbd;
  font-size: 1rem;
}
.winter .menu-header li.menu-item-has-children:after {
  right: 0;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu-header li.menu-item-has-children:after {
    right: 0.3vw;
    font-size: 0.8vw;
  }
} */
.menu-header li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-header li a {
  display: block;
  font-size: 1.5rem;
}
.winter .menu-header li a {
  font-size: 1.4rem;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .winter .menu-header li a {
    font-size: 1.1vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu-header li a {
    font-size: 1.3vw;
  }
} */
.menu-header ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.menu-header ul.sub-menu li a {
  color: #fff;
}
.scroll ul.sub-menu li a {
  color: #fff !important;
}

.menu-header li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 40px;
  width: 240px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 36px;
  margin: 0 0 0 -5px;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu-header li.menu-item-has-children ul.sub-menu {
    top: 3.3vw;
    width: 20vw;
    line-height: 3vw;
    margin: 0 0 0 -0.4vw;
  }
} */
.green .menu-header li.menu-item-has-children ul.sub-menu {
  background: rgba(11, 133, 18, 0.9);
}
.winter .menu-header li.menu-item-has-children ul.sub-menu {
  background: rgba(18, 102, 188, 0.9);
}
.menu-header li.menu-item-has-children ul.sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  width: 240px;
  margin: 0;
  text-align: left;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu-header li.menu-item-has-children ul.sub-menu li {
    padding: 0.8vw;
    width: 20vw;
  }
} */
.menu-header li.menu-item-has-children ul.sub-menu li:last-child {
  border: none;
}
.menu-header li.menu-item-has-children ul.sub-menu li a {
  line-height: 36px;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu-header li.menu-item-has-children ul.sub-menu li a {
    line-height: 3vw;
  }
} */
.menu-header li.menu-item-has-children ul.sub-menu li a:hover {
  text-decoration: underline;
  color: #fff;
}

.menu-header li.menu-item-has-children:hover ul.sub-menu {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu-header li.menu-item-has-children:hover ul.sub-menu {
    top: 4.2vw;
  }
} */

.mainvisual {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  background: #000;
}
@media only screen and (min-width: 1440px) {
  .mainvisual {
    height: 810px;
  }
}
@media only screen and (max-width: 1439px) {
  .mainvisual {
    height: 56.25vw;
  }
}
@media only screen and (max-width: 1279px) {
/* @media only screen and (max-width: 768px) { */
  .mainvisual {
    margin: 60px 0 0 0;
    height: 88vh;
  }
  .green .mainvisual {
    height: 66vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .mainvisual {
    width: 100%;
    height: 100vh;
    left: unset;
  }
}
.mainvisual .green-img01 {
  width: 50%;
  position: absolute;
  left: 0;
}
.mainvisual .green-img01 a {
  display: block;
  transition-duration: 0.2s;
  cursor: pointer;
}
.mainvisual .green-img01 a:hover {
  opacity: 0.7;
}
.mainvisual .green-img02 {
  width: 50%;
  position: absolute;
  right: 0;
}
.mainvisual .green-img02 a {
  display: block;
  transition-duration: 0.2s;
  cursor: pointer;
}
.mainvisual .green-img02 a:hover {
  opacity: 0.7;
}
.mainvisual #video {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1279px) {
/* @media only screen and (max-width: 768px) { */
  .mainvisual #video {
    height: 90vh;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
  }
}
@media only screen and (max-width: 1279px) and (orientation: landscape) {
/* @media only screen and (max-width: 768px) and (orientation: landscape) { */
/*   .mainvisual #video {
    width: 100%;
    height: 100vh;
    left: unset;
  } */
}
.mainvisual .mainvisual-contents {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 60px;
  width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .mainvisual .mainvisual-contents {
    height: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .mainvisual .mainvisual-contents {
    height: 50px;
  }
}
.mainvisual .mainvisual-contents .condition-title {
  width: 36%;
  height: 60px;
  line-height: 6rem;
  font-size: 2rem;
  display: inline-block;
  float: left;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .mainvisual .mainvisual-contents .condition-title {
    height: 5vw;
    line-height: 5vw;
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-contents .condition-title {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .mainvisual .mainvisual-contents .condition-title {
    width: 100%;
    font-size: 1.7rem;
    height: 50px;
    line-height: 5rem;
  }
}
.mainvisual .mainvisual-contents .condition-title .condition-update-time {
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .mainvisual .mainvisual-contents .condition-title .condition-update-time {
    font-size: 1vw;
  }
}
.mainvisual .mainvisual-contents .condition-link {
  width: 22%;
  height: 60px;
  line-height: 6rem;
  display: inline-block;
  float: left;
  background: rgba(11, 133, 18, 0.9);
  color: #fff;
  text-align: center;
  text-indent: 10px;
  /*
  			@include ipad{
  				width: 37%;
  			}
  */
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .mainvisual .mainvisual-contents .condition-link {
    height: 5vw;
    line-height: 5vw;
    text-indent: 0.8vw;
    font-size: 1.5vw;
  }
}
.en .mainvisual .mainvisual-contents .condition-link {
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .en .mainvisual .mainvisual-contents .condition-link {
    font-size: 1.5vw;
  }
}
.winter .mainvisual .mainvisual-contents .condition-link {
  background: rgba(18, 102, 188, 0.9);
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-contents .condition-link {
    display: none;
  }
}
.mainvisual .mainvisual-contents .condition-link span {
  position: relative;
  padding: 0 40px 0 0;
}
.mainvisual .mainvisual-contents .condition-link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.mainvisual .mainvisual-contents .condition-link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .mainvisual .mainvisual-contents .condition-link span {
    padding: 0 3.3vw 0 0;
  }
}
.mainvisual .mainvisual-contents .condition-link span:before {
  top: 10px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .mainvisual .mainvisual-contents .condition-link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
.en .mainvisual .mainvisual-contents .condition-link span:before {
  top: 14px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .en .mainvisual .mainvisual-contents .condition-link span:before {
    top: 1.2vw;
  }
}
.mainvisual .mainvisual-contents .condition-link span:after {
  top: 7px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .mainvisual .mainvisual-contents .condition-link span:after {
    top: 0.79vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
.en .mainvisual .mainvisual-contents .condition-link span:after {
  top: 11px;
}

.ticket-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 201;
  transition: all 0.2s ease;
  opacity: 1;
}

@media only screen and (max-width: 415px) {
  .ticket-btn {
    left: 10px;
    bottom: 10px;
  }
}

.ticket-btn img {
  width: 105px;
  height: 105px;
}

@media only screen and (max-width: 415px) {
  .ticket-btn img {
    width: 65px;
    height: 65px;
  }
}

.top-condition {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #33a839;
  background-image: url(../img/condition-bg.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 80px;
  color: #fff;
}
.winter .top-condition {
  background-color: #2b81d9;
  background-image: url(../img/ws-condition-bg.png);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition {
    padding: 2.5vw 3.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition {
    padding: 30px;
  }
}
.top-condition .hours {
  width: 320px;
  float: left;
  padding: 0 15px 0 0;
  /*
  		@include ipad{
  			width: 50%;
  			padding: 0 15px 10px 0;
  		}
  */
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .hours {
    width: 26.7vw;
    padding: 0 1.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .hours {
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
}
.top-condition .hours ._title {
  font-size: 2rem;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .hours ._title {
    font-size: 1.7vw;
    margin: 0 0 2.5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .hours ._title {
    margin: 0 0 15px 0;
  }
}
.top-condition .hours ._sub-title {
  font-size: 1.3rem;
  margin: 0 0 25px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .hours ._sub-title {
    font-size: 1.1vw;
    margin: 0 0 2.1vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .hours ._sub-title {
    margin: 0;
  }
}
.top-condition .hours ._wrap ._once {
  float: left;
}
.top-condition .hours ._wrap ._once:nth-child(1) {
  width: 35%;
}
.top-condition .hours ._wrap ._once:nth-child(2) {
  width: calc(65% - 15px);
  margin: 0 0 0 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .hours ._wrap ._once:nth-child(2) {
    width: calc(65% - 1.3vw);
    margin: 0 0 0 1.3vw;
  }
}
.top-condition .hours ._wrap ._once ._content {
  font-size: 3.2rem;
  font-weight: 200;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .hours ._wrap ._once ._content {
    font-size: 2.7vw;
  }
}
.top-condition .weather {
  width: 340px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 25px;
  /*
  		@include ipad{
  			width: 50%;
  			padding: 0 0 10px 25px;
  		}
  */
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather {
    width: 28.3vw;
    padding: 0 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .weather {
    width: 100%;
    float: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
}
.top-condition .weather ._title {
  font-size: 2rem;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather ._title {
    font-size: 1.7vw;
    margin: 0 0 2.5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .weather ._title {
    margin: 0 0 15px 0;
  }
}
.top-condition .weather ._sub-title {
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather ._sub-title {
    font-size: 1.1vw;
    margin: 0 0 0.8vw 0;
  }
}
.top-condition .weather ._wrap ._once {
  float: left;
}
.top-condition .weather ._wrap ._once:nth-child(1) {
  text-align: center;
  width: calc(33.33% - 12px);
  margin: 0 18px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather ._wrap ._once:nth-child(1) {
    width: calc(33.33% - 1vw);
    margin: 0 1.5vw 0 0;
  }
}
.top-condition .weather ._wrap ._once:nth-child(1) img {
  width: 60px;
  height: auto;
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather ._wrap ._once:nth-child(1) img {
    width: 5vw;
    margin: 0 0 0.4vw 0;
  }
}
.top-condition .weather ._wrap ._once:nth-child(1) span {
  display: block;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather ._wrap ._once:nth-child(1) span {
    font-size: 1.1vw;
  }
}
.top-condition .weather ._wrap ._once:nth-child(2) {
  width: calc(33.33% - 12px);
  margin: 0 18px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather ._wrap ._once:nth-child(2) {
    width: calc(33.33% - 1vw);
    margin: 0 1.5vw 0 0;
  }
}
.top-condition .weather ._wrap ._once:nth-child(2) ._content {
  font-size: 2.5rem;
  font-weight: 200;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather ._wrap ._once:nth-child(2) ._content {
    font-size: 2.1vw;
  }
}
.top-condition .weather ._wrap ._once:nth-child(2) ._content span {
  font-size: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather ._wrap ._once:nth-child(2) ._content span {
    font-size: 3.3vw;
  }
}
.top-condition .weather ._wrap ._once:nth-child(3) {
  width: calc(33.33% - 12px);
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather ._wrap ._once:nth-child(3) {
    width: calc(33.33% - 1vw);
  }
}
.top-condition .weather ._wrap ._once:nth-child(3) ._content {
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather ._wrap ._once:nth-child(3) ._content {
    padding: 1.7vw 0 0 0;
  }
}
.top-condition .weather-ex {
  width: calc(100% - 660px);
  float: left;
  padding: 0 0 0 25px;
  /*
  		@include ipad{
  			width: 100%;
  			float: none;
  			padding: 0;
  			display: inline-block;
      	margin: 20px 0 0 0;
  		}
  */
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather-ex {
    width: calc(100% - 55vw);
    padding: 0 0 0 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .weather-ex {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather-ex ._text {
    font-size: 1.3vw;
  }
}
.top-condition .weather-ex ._title {
  font-size: 2rem;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather-ex ._title {
    font-size: 1.7vw;
    margin: 0 0 1.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .weather-ex ._title {
    margin: 0 0 15px 0;
  }
}
.top-condition .weather-ex ._title a.livecamera-btn {
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #fff;
  padding: 2px 25px 4px 46px;
  margin: 0 0 0 20px;
  position: relative;
}
.top-condition .weather-ex ._title a.livecamera-btn:before {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather-ex ._title a.livecamera-btn {
    border-radius: 1.7vw;
    font-size: 1.2vw;
    padding: 0.2vw 2.1vw 0.3vw 3.8vw;
    margin: 0 0 0 1.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .weather-ex ._title a.livecamera-btn {
    display: none;
  }
}
.top-condition .weather-ex ._title a.livecamera-btn:before {
  width: 24.3px;
  height: 24.8px;
  background-image: url(../img/footer-icon07.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 14px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather-ex ._title a.livecamera-btn:before {
    width: 2vw;
    height: 2.1vw;
    left: 1.2vw;
  }
}
.top-condition .weather-ex ._title a.livecamera-btn span {
  position: relative;
}
.top-condition .weather-ex ._title a.livecamera-btn span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.top-condition .weather-ex ._title a.livecamera-btn span:after {
  content: "▶︎";
  font-family: "ヒラギノ角ゴ Pro W3";
  font-size: 1.1rem;
  top: 2px;
  right: -15px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather-ex ._title a.livecamera-btn span:after {
    font-size: 0.9vw;
    top: 0.2vw;
    right: -1.3vw;
  }
}
.top-condition .weather-ex ._sub-title {
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .weather-ex ._sub-title {
    font-size: 1.1vw;
  }
}
.top-condition .sp-livecamera-link {
  display: none;
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .sp-livecamera-link {
    margin: 0 0 0.4vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-livecamera-link {
    background: #0b8512;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 15px 15px;
    width: 40%;
    display: inline-block;
    border-radius: 50px;
    border: 3px solid #0b8512;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .sp-livecamera-link {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #0b8512;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .top-condition .sp-livecamera-link {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-livecamera-link:hover {
    background: #fff;
    color: #0b8512;
    border: 3px solid #0b8512;
  }
  .top-condition .sp-livecamera-link:hover span:before {
    background: #0b8512;
  }
  .top-condition .sp-livecamera-link:hover span:after {
    border-top: 1px solid #0b8512;
    border-right: 1px solid #0b8512;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-livecamera-link span {
    position: relative;
    padding: 0 40px 0 0;
  }
  .top-condition .sp-livecamera-link span:before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  .top-condition .sp-livecamera-link span:after {
    content: "";
    position: absolute;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .sp-livecamera-link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .top-condition .sp-livecamera-link span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-livecamera-link span:before {
    top: 13px;
    left: unset;
    right: 0px;
    width: 25px;
    height: 1px;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .sp-livecamera-link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .top-condition .sp-livecamera-link span:before {
    width: 15px;
    top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-livecamera-link span:after {
    top: 10px;
    left: unset;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .sp-livecamera-link span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .top-condition .sp-livecamera-link span:after {
    top: calc(50% - 3px);
  }
}
@media only screen and (max-width: 768px) {
  .winter .top-condition .sp-livecamera-link {
    background: #0c61b8;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 15px 15px;
    width: 40%;
    display: inline-block;
    border-radius: 50px;
    border: 3px solid #0c61b8;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    border: 2px solid #fff;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .winter .top-condition .sp-livecamera-link {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #0c61b8;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .winter .top-condition .sp-livecamera-link {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .winter .top-condition .sp-livecamera-link:hover {
    background: #fff;
    color: #0c61b8;
    border: 3px solid #0c61b8;
  }
  .winter .top-condition .sp-livecamera-link:hover span:before {
    background: #0c61b8;
  }
  .winter .top-condition .sp-livecamera-link:hover span:after {
    border-top: 1px solid #0c61b8;
    border-right: 1px solid #0c61b8;
  }
}
@media only screen and (max-width: 768px) {
  .winter .top-condition .sp-livecamera-link span {
    position: relative;
    padding: 0 40px 0 0;
  }
  .winter .top-condition .sp-livecamera-link span:before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  .winter .top-condition .sp-livecamera-link span:after {
    content: "";
    position: absolute;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .winter .top-condition .sp-livecamera-link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .winter .top-condition .sp-livecamera-link span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .winter .top-condition .sp-livecamera-link span:before {
    top: 13px;
    left: unset;
    right: 0px;
    width: 25px;
    height: 1px;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .winter .top-condition .sp-livecamera-link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .winter .top-condition .sp-livecamera-link span:before {
    width: 15px;
    top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .winter .top-condition .sp-livecamera-link span:after {
    top: 10px;
    left: unset;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .winter .top-condition .sp-livecamera-link span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .winter .top-condition .sp-livecamera-link span:after {
    top: calc(50% - 3px);
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-livecamera-link:hover {
    border: 2px solid transparent;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-livecamera-link span:before {
    background: #fff;
  }
  .winter .top-condition .sp-livecamera-link span:before {
    background: #fff;
  }
  .top-condition .sp-livecamera-link span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .winter .top-condition .sp-livecamera-link span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.top-condition .sp-condition-link {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-condition-link {
    background: #0b8512;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 15px 15px;
    width: 40%;
    display: inline-block;
    border-radius: 50px;
    border: 3px solid #0b8512;
    text-align: center;
    display: block;
    width: 100%;
    color: #0b8512;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .sp-condition-link {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #0b8512;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .top-condition .sp-condition-link {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-condition-link:hover {
    background: #fff;
    color: #0b8512;
    border: 3px solid #0b8512;
  }
  .top-condition .sp-condition-link:hover span:before {
    background: #0b8512;
  }
  .top-condition .sp-condition-link:hover span:after {
    border-top: 1px solid #0b8512;
    border-right: 1px solid #0b8512;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-condition-link span {
    position: relative;
    padding: 0 40px 0 0;
  }
  .top-condition .sp-condition-link span:before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  .top-condition .sp-condition-link span:after {
    content: "";
    position: absolute;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .sp-condition-link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .top-condition .sp-condition-link span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-condition-link span:before {
    top: 13px;
    left: unset;
    right: 0px;
    width: 25px;
    height: 1px;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .sp-condition-link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .top-condition .sp-condition-link span:before {
    width: 15px;
    top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-condition-link span:after {
    top: 10px;
    left: unset;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .top-condition .sp-condition-link span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .top-condition .sp-condition-link span:after {
    top: calc(50% - 3px);
  }
}
@media only screen and (max-width: 768px) {
  .winter .top-condition .sp-condition-link {
    background: #0c61b8;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 15px 15px;
    width: 40%;
    display: inline-block;
    border-radius: 50px;
    border: 3px solid #0c61b8;
    text-align: center;
    color: #0c61b8;
    display: block;
    width: 100%;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .winter .top-condition .sp-condition-link {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #0c61b8;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .winter .top-condition .sp-condition-link {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .winter .top-condition .sp-condition-link:hover {
    background: #fff;
    color: #0c61b8;
    border: 3px solid #0c61b8;
  }
  .winter .top-condition .sp-condition-link:hover span:before {
    background: #0c61b8;
  }
  .winter .top-condition .sp-condition-link:hover span:after {
    border-top: 1px solid #0c61b8;
    border-right: 1px solid #0c61b8;
  }
}
@media only screen and (max-width: 768px) {
  .winter .top-condition .sp-condition-link span {
    position: relative;
    padding: 0 40px 0 0;
  }
  .winter .top-condition .sp-condition-link span:before {
    content: "";
    position: absolute;
    display: inline-block;
  }
  .winter .top-condition .sp-condition-link span:after {
    content: "";
    position: absolute;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .winter .top-condition .sp-condition-link span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .winter .top-condition .sp-condition-link span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .winter .top-condition .sp-condition-link span:before {
    top: 13px;
    left: unset;
    right: 0px;
    width: 25px;
    height: 1px;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .winter .top-condition .sp-condition-link span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .winter .top-condition .sp-condition-link span:before {
    width: 15px;
    top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .winter .top-condition .sp-condition-link span:after {
    top: 10px;
    left: unset;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .winter .top-condition .sp-condition-link span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .winter .top-condition .sp-condition-link span:after {
    top: calc(50% - 3px);
  }
}
@media only screen and (max-width: 768px) {
  .top-condition .sp-condition-link span:before {
    background: #0b8512;
  }
  .winter .top-condition .sp-condition-link span:before {
    background: #0c61b8;
  }
  .top-condition .sp-condition-link span:after {
    border-top: 1px solid #0b8512;
    border-right: 1px solid #0b8512;
  }
  .winter .top-condition .sp-condition-link span:after {
    border-top: 1px solid #0c61b8;
    border-right: 1px solid #0c61b8;
  }
}

.attention {
  margin: 25px 0;
  display: table;
  width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .attention {
    margin: 2.1vw 0;
  }
}
@media only screen and (max-width: 415px) {
  .attention {
    display: block;
  }
}
.attention ._title {
  background: #bd0f0f;
  color: #fff;
  padding: 30px 15px;
  border-radius: 5px 0 0 5px;
  display: table-cell;
  width: 180px;
  vertical-align: middle;
  border-top: 1px solid #bd0f0f;
  border-left: 1px solid #bd0f0f;
  border-bottom: 1px solid #bd0f0f;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .attention ._title {
    padding: 2.5vw 1.3vw;
    border-radius: 0.4vw 0 0 0.4vw;
    width: 15vw;
  }
}
@media only screen and (max-width: 415px) {
  .attention ._title {
    display: block;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #bd0f0f;
    border-left: 1px solid #bd0f0f;
    border-right: 1px solid #bd0f0f;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
  }
}
.attention ._title span {
  position: relative;
  padding: 0 0 0 30px;
  font-weight: bold;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .attention ._title span {
    padding: 0 0 0 2.5vw;
    font-size: 1.3vw;
  }
}
.attention ._title span:before {
  content: "";
  width: 18.5px;
  height: 18.5px;
  background-image: url(../img/attention-icon.png);
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .attention ._title span:before {
    width: 1.5vw;
    height: 1.5vw;
    top: 0.3vw;
  }
}
.attention ._content {
  padding: 10px 15px;
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .attention ._content {
    padding: 0.8vw 1.3vw;
    border-radius: 0 0.4vw 0.4vw 0;
  }
}
@media only screen and (max-width: 415px) {
  .attention ._content {
    display: block;
    width: 100%;
    padding: 10px;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
  }
}
.attention ._content a {
  color: #333;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 8px 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .attention ._content a {
    margin: 0 0 0.7vw 0;
    font-size: 1.2vw;
  }
}

/* content
------------------------------------------*/
._inner {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  ._inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  ._inner {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  ._inner._clear {
    padding: 0;
  }
}

.bg-gray {
  background: #f5f5f5;
}

.marker-green {
  background: linear-gradient(transparent 60%, rgba(11, 133, 18, 0.15) 0%);
  font-weight: inherit;
}

.marker-blue {
  background: linear-gradient(transparent 60%, rgba(42, 128, 216, 0.15) 0%);
  font-weight: inherit;
}

.marker-pink {
  background: linear-gradient(transparent 60%, rgba(225, 106, 148, 0.15) 0%);
  font-weight: inherit;
}

.marker-emerald {
  background: linear-gradient(transparent 60%, rgba(51, 190, 169, 0.15) 0%);
  font-weight: inherit;
}

.marker-beige {
  background: linear-gradient(transparent 60%, rgba(197, 143, 40, 0.15) 0%);
  font-weight: inherit;
}

/* ws */
.top-ws-message {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: 145px;
  z-index: 2;
  width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-ws-message {
    padding: 1.7vw;
    font-size: 1.7vw;
    top: 12.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-ws-message {
    top: 100px;
    font-size: 1.6rem;
  }
}

.top-message {
  text-align: center;
  margin: 50px 0;
}
@media only screen and (max-width: 640px) {
  .top-message {
    margin: 30px 0;
  }
}
.top-message ._main-text {
  color: #000;
  font-size: 3rem;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .top-message ._main-text {
    font-size: 2.4rem;
    margin: 0 0 5px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-message ._main-text {
    font-size: 2rem;
  }
}
.top-message ._main-text b {
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.top-message ._sub-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
  font-size: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-message ._sub-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-message ._sub-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-message ._sub-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-message ._sub-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-message ._sub-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .top-message ._sub-text {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-message ._sub-text {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 640px) {
  .top-message ._sub-text {
    font-size: 1.4rem;
  }
}

/* ws */
.top-gelende-map {
  background-image: url(../img/gelende-map-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 90px 0;
}
@media only screen and (max-width: 768px) {
  .top-gelende-map {
    padding: 90px 0 50px 0;
  }
}
.top-gelende-map ._inner {
  width: 1200px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-gelende-map ._inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-gelende-map ._inner {
    width: 100%;
  }
}
.top-gelende-map ._wrap {
  position: relative;
  margin: 0 0 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-gelende-map ._wrap {
    margin: 0 0 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-gelende-map ._wrap {
    margin: 0 0 45px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-gelende-map ._wrap {
    margin: 0 0 30px 0;
  }
}
.top-gelende-map ._wrap .top-gelende-map-title {
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 460px;
  height: 73px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .top-gelende-map ._wrap .top-gelende-map-title {
    top: -35px;
    width: 80%;
    position: relative;
  }
}
.top-gelende-map ._wrap .top-gelende-map-title img {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 640px) {
  .top-gelende-map ._wrap .top-gelende-map-title img {
    margin: 0 0 10px 0;
  }
}
.top-gelende-map ._wrap .top-gelende-map-title span {
  color: #fff;
  position: relative;
}
.top-gelende-map ._wrap .top-gelende-map-title span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.top-gelende-map ._wrap .top-gelende-map-title span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .top-gelende-map ._wrap .top-gelende-map-title span {
    color: #333;
    font-weight: 500;
  }
}
.top-gelende-map ._wrap .top-gelende-map-title span:before {
  width: 50px;
  height: 1px;
  background: #fff;
  top: 12px;
  left: -60px;
}
@media only screen and (max-width: 640px) {
  .top-gelende-map ._wrap .top-gelende-map-title span:before {
    background: #333;
  }
}
.top-gelende-map ._wrap .top-gelende-map-title span:after {
  width: 50px;
  height: 1px;
  background: #fff;
  top: 12px;
  right: -60px;
}
@media only screen and (max-width: 640px) {
  .top-gelende-map ._wrap .top-gelende-map-title span:after {
    background: #333;
  }
}
.top-gelende-map ._wrap ._image {
  position: relative;
}
.top-gelende-map .more-btn {
  background: #0c61b8;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 40%;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #0c61b8;
  text-align: center;
  background: linear-gradient(#287cbf, #4c9dde);
  border: none;
  padding: 18px 15px;
  width: calc(40% + 6px);
  font-size: 1.5rem;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-gelende-map .more-btn {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #0c61b8;
  }
}
@media only screen and (max-width: 768px) {
  .top-gelende-map .more-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
.top-gelende-map .more-btn:hover {
  background: #fff;
  color: #0c61b8;
  border: 3px solid #0c61b8;
}
.top-gelende-map .more-btn:hover span:before {
  background: #0c61b8;
}
.top-gelende-map .more-btn:hover span:after {
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
}
.top-gelende-map .more-btn span {
  position: relative;
  padding: 0 40px 0 0;
}
.top-gelende-map .more-btn span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.top-gelende-map .more-btn span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-gelende-map .more-btn span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-gelende-map .more-btn span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
.top-gelende-map .more-btn span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-gelende-map .more-btn span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-gelende-map .more-btn span:before {
    width: 15px;
    top: 50%;
  }
}
.top-gelende-map .more-btn span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-gelende-map .more-btn span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-gelende-map .more-btn span:after {
    top: calc(50% - 3px);
  }
}
@media only screen and (max-width: 1024px) {
  .top-gelende-map .more-btn {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .top-gelende-map .more-btn {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
}
.top-gelende-map .more-btn span {
  font-size: 1.8rem;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .top-gelende-map .more-btn span {
    font-size: 1.6rem;
  }
}
.top-gelende-map .more-btn:hover {
  border: none;
  background: #dcefff;
}

.top-features {
  text-align: center;
  background-image: url(../img/features-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features {
    padding: 5vw 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-features {
    padding: 45px 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-features {
    padding: 30px 0 40px 0;
  }
}
.top-features .top-features-inner {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features .top-features-inner {
    padding: 0 4.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-features .top-features-inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .top-features .top-features-inner {
    padding: 0 15px;
  }
}
.top-features ._title {
  color: #0c61b8;
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._title {
    margin: 0 0 4.2vw 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-features ._title {
    margin: 0 0 30px 0;
  }
}
.top-features ._title ._en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  letter-spacing: 0rem;
  font-size: 4.6rem;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._title ._en {
    font-size: 3.8vw;
    margin: 0 0 3.3vw 0;
  }
}
.top-features ._title ._en span {
  display: block;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._title ._en span {
    font-size: 1.5vw;
  }
}
.top-features ._title .__title {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
.top-features ._title .__title:before {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._title .__title {
    font-size: 1.3vw;
  }
}
.top-features ._title .__title:before {
  width: 103px;
  height: 21px;
  background-image: url(../img/mountain-illust.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  left: calc(50% - 51.5px);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._title .__title:before {
    width: 8.6vw;
    height: 1.75vw;
    top: -2.5vw;
    left: calc(50% - 4.3vw);
  }
}
.top-features ._wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-features ._wrap ._once {
  width: 413.3266666667px;
  margin: 0 50px 50px 0;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .top-features ._wrap ._once {
    width: calc((100vw - 100px) / 3 - 33.34px);
  }
}
@media only screen and (max-width: 768px) {
  .top-features ._wrap ._once {
    width: calc((100vw - 60px) / 2 - 15px);
    margin: 0 20px 20px 0;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .top-features ._wrap ._once {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-features ._wrap ._once:nth-child(2) {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-features ._wrap ._once:nth-child(2) {
    margin: 0 0 20px 0;
  }
}
.top-features ._wrap ._once:nth-child(3) {
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .top-features ._wrap ._once:nth-child(3) {
    margin: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-features ._wrap ._once:nth-child(3) {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-features ._wrap ._once:nth-child(4) {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-features ._wrap ._once:nth-child(4) {
    margin: 0 0 20px 0;
  }
}
.top-features ._wrap ._once:last-child {
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .top-features ._wrap ._once:last-child {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-features ._wrap ._once:last-child {
    margin: 0 0 20px 0;
  }
}
.top-features ._wrap ._once .__wrap {
  position: relative;
  padding: 50px 30px 20px;
  background: #fff;
  text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._wrap ._once .__wrap {
    padding: 4.2vw 2.5vw 1.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-features ._wrap ._once .__wrap {
    padding: 30px 20px 20px;
  }
}
.top-features ._wrap ._once .__wrap ._number {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  color: #0c61b8;
  font-size: 4.5rem;
  letter-spacing: 0rem;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
}
.top-features ._wrap ._once .__wrap ._number:before {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._wrap ._once .__wrap ._number {
    font-size: 3.75vw;
    top: -2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-features ._wrap ._once .__wrap ._number {
    font-size: 4rem;
    top: -30px;
  }
}
.top-features ._wrap ._once .__wrap ._number:before {
  width: 67px;
  height: 27px;
  background-image: url(../img/feature-num.png);
  background-size: cover;
  top: -17px;
  left: calc(50% - 31.5px);
}
.top-features ._wrap ._once .__wrap .___title {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._wrap ._once .__wrap .___title {
    font-size: 1.8vw;
    margin: 0 0 1.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-features ._wrap ._once .__wrap .___title {
    text-align: left;
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-features ._wrap ._once .__wrap .___title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-features ._wrap ._once .__wrap .___title br {
    display: none;
  }
}
.top-features ._wrap ._once .__wrap ._text {
  text-align: left;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._wrap ._once .__wrap ._text {
    font-size: 1.3vw;
    margin: 0 0 0.7vw 0;
  }
}
.top-features ._wrap ._once .__wrap hr {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._wrap ._once .__wrap hr {
    margin: 0 0 0.7vw 0;
  }
}
.top-features ._wrap ._once .__wrap ._link {
  text-align: left;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0 40px 0 0;
  color: #0c61b8;
  position: relative;
}
.top-features ._wrap ._once .__wrap ._link:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._wrap ._once .__wrap ._link {
    margin: 0.8vw 0 0 0;
    padding: 0 3.3vw 0 0;
  }
}
.top-features ._wrap ._once .__wrap ._link:after {
  width: 24px;
  height: 24px;
  border: 1px solid #0c61b8;
  border-radius: 24px;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._wrap ._once .__wrap ._link:after {
    width: 2vw;
    height: 2vw;
    border-radius: 2vw;
  }
}
.top-features ._wrap ._once .__wrap ._link span {
  position: relative;
}
.top-features ._wrap ._once .__wrap ._link span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.top-features ._wrap ._once .__wrap ._link span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.top-features ._wrap ._once .__wrap ._link span:before {
  width: 12px;
  height: 1px;
  background: #0c61b8;
  right: -33px;
  top: 12px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._wrap ._once .__wrap ._link span:before {
    width: 1vw;
    right: -2.8vw;
    top: 1vw;
  }
}
.top-features ._wrap ._once .__wrap ._link span:after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #0c61b8;
  border-right: 1px solid #0c61b8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  right: -33px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._wrap ._once .__wrap ._link span:after {
    width: 0.5vw;
    height: 0.5vw;
    top: 0.7vw;
    right: -2.8vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-features ._wrap ._once .__wrap ._link {
    font-size: 1.3vw;
  }
}

/* gs */
.top-area-map {
  text-align: center;
  padding: 60px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-map {
    padding: 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-map {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-map {
    padding: 30px 0;
  }
}
.top-area-map .pc-map {
  width: 1100px;
  height: 895px;
  background-image: url(../img/green-map-bg.png?240403);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map {
    width: 100%;
    height: 81.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-map .pc-map {
    display: none;
  }
}
.top-area-map .pc-map ._map-area {
  background: rgba(255, 255, 255, 0.85);
  width: 325px;
  border-radius: 10px;
  padding: 10px 15px;
  position: absolute;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map ._map-area {
    width: 29.5vw;
    border-radius: 0.9vw;
    padding: 0.9vw 1.4vw;
  }
}
.top-area-map .pc-map ._map-area._01 {
  top: 30px;
  left: 140px;
  border: 3px solid #0c61b8;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map ._map-area._01 {
    top: 2.7vw;
    left: 12.7vw;
    border: 0.3vw solid #0c61b8;
  }
}
.top-area-map .pc-map ._map-area._01 .__title {
  color: #0c61b8;
}
.top-area-map .pc-map ._map-area._01 ._facilities {
  color: #0c61b8;
}
.top-area-map .pc-map ._map-area._01 ._link {
  background-color: #0c61b8;
}
.top-area-map .pc-map ._map-area._02 {
  width: 500px;
  bottom: 50px;
  left: 20px;
  border: 3px solid #de7fb9;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map ._map-area._02 {
    width: 45.5vw;
    bottom: 4.5vw;
    left: 1.8vw;
    border: 0.3vw solid #de7fb9;
  }
}
.top-area-map .pc-map ._map-area._02 .__title {
  color: #de7fb9;
}
.top-area-map .pc-map ._map-area._02 ._facilities {
  color: #de7fb9;
}
.top-area-map .pc-map ._map-area._02 ._link {
  background-color: #de7fb9;
}
.top-area-map .pc-map ._map-area._03 {
  top: 150px;
  right: 115px;
  border: 3px solid #c58f28;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map ._map-area._03 {
    top: 20.9vw;
    right: 10.5vw;
    border: 0.3vw solid #c58f28;
  }
}
.top-area-map .pc-map ._map-area._03 .__title {
  color: #c58f28;
}
.top-area-map .pc-map ._map-area._03 ._facilities {
  color: #c58f28;
}
.top-area-map .pc-map ._map-area._03 ._link {
  background-color: #c58f28;
}
.top-area-map .pc-map ._map-area._04 {
  right: 70px;
  bottom: 200px;
  border: 3px solid #37bfaa;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map ._map-area._04 {
    right: 6.4vw;
    bottom: 20.9vw;
    border: 0.3vw solid #37bfaa;
  }
}
.top-area-map .pc-map ._map-area._04 .__title {
  color: #37bfaa;
}
.top-area-map .pc-map ._map-area._04 ._facilities {
  color: #37bfaa;
}
.top-area-map .pc-map ._map-area._04 ._link {
  background-color: #37bfaa;
}
.top-area-map .pc-map ._map-area .__title {
  font-weight: bold;
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map ._map-area .__title {
    font-size: 1.5vw;
    margin: 0 0 0.7vw 0;
  }
}
.top-area-map .pc-map ._map-area .__title ._coming-soon {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 10px;
  font-weight: bold;
  color: #fff;
  background: #777;
  border-radius: 15px;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map ._map-area .__title ._coming-soon {
    font-size: 1.1vw;
    margin: 0 0 0 0.9vw;
    padding: 1px 0.9vw;
    border-radius: 1.4vw;
  }
}
.top-area-map .pc-map ._map-area ._text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map ._map-area ._text {
    font-size: 1.3vw;
  }
}
.top-area-map .pc-map ._map-area ._facilities {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px dashed #666;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map ._map-area ._facilities {
    font-size: 1.2vw;
    padding: 0.5vw 0 0 0;
    margin: 0.5vw 0 0 0;
  }
}
.top-area-map .pc-map ._map-area a._link {
  color: #fff;
  border-radius: 30px;
  padding: 5px 15px;
  margin: 8px 0 2px 0;
  display: inline-block;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 1100px) {
  .top-area-map .pc-map ._map-area a._link {
    font-size: 1.5vw;
    border-radius: 2.7vw;
    padding: 0.5px 1.4vw;
    margin: 0.7vw 0 0.2vw 0;
  }
}
.top-area-map .pc-map ._map-area a._link:hover {
  opacity: 0.8;
}
.top-area-map .sp-map {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top-area-map .sp-map {
    display: block;
    width: 100%;
  }
}
.top-area-map ._inner {
  width: 1200px;
  background: #fff;
  padding: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-map ._inner {
    width: 100%;
    padding: 4.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-map ._inner {
    width: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-map ._inner {
    padding: 20px;
  }
}
.top-area-map ._inner ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-map ._inner ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-map ._inner ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-map ._inner ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-map ._inner ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-map ._inner ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-map ._inner ._main-text {
    font-size: 1.7rem;
  }
}
.top-area-map ._inner ._main-text .marker-green {
  font-weight: 500;
}
.top-area-map ._title {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-map ._title {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-map ._title {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-map ._title {
    margin: 0 0 20px 0;
  }
}
.top-area-map ._title span.__title {
  font-size: 3.3rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin: 0 0 15px 0;
}
.top-area-map ._title span.__title:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-map ._title span.__title {
    font-size: 2.8vw;
    margin: 0 0 1.3vw 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-map ._title span.__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 769px) and (max-width: 1200px) {
  .top-area-map ._title span.__title {
    font-size: 2.5vw;
  }
}
.top-area-map ._title span.__title:after {
  background: #0b8512;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  height: 2px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-map ._title span.__title:after {
    bottom: -0.5vw;
    height: 0.2vw;
  }
}
.top-area-map ._title span._en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: block;
  font-size: 1.5rem;
  color: #999;
}
@media only screen and (max-width: 640px) {
  .top-area-map ._title span._en {
    font-size: 1.3rem;
  }
}

.top-area-title {
  text-align: center;
}
.top-area-title ._title {
  padding: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-title ._title {
    padding: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-title ._title {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-title ._title {
    padding: 0 0 20px 0;
  }
}
.top-area-title ._title span._en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 4rem;
  font-size: 4.5rem;
  color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-title ._title span._en {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-title ._title span._en {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-title ._title span._en {
    font-size: 3.75vw;
  }
}
.top-area-title ._title span.__title {
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
  color: #2a80d8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-title ._title span.__title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-title ._title span.__title {
    font-size: 1.4rem;
  }
}

.top-area-contents {
  text-align: center;
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-contents {
    margin: 0 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-contents {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-contents {
    margin: 0 0 40px 0;
  }
}
.top-area-contents ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-contents ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-contents ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-contents ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-contents ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-contents ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-contents ._main-text {
    font-size: 1.7rem;
  }
}
.top-area-contents ._main-text .marker-blue {
  font-weight: 500;
}
.top-area-contents ._text {
  font-size: 1.6rem;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-contents ._text {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .top-area-contents ._text {
    font-size: 1.5rem;
  }
}
.top-area-contents .more-btn {
  background: #2a80d8;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 40%;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #2a80d8;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-contents .more-btn {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #2a80d8;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-contents .more-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
.top-area-contents .more-btn:hover {
  background: #fff;
  color: #2a80d8;
  border: 3px solid #2a80d8;
}
.top-area-contents .more-btn:hover span:before {
  background: #2a80d8;
}
.top-area-contents .more-btn:hover span:after {
  border-top: 1px solid #2a80d8;
  border-right: 1px solid #2a80d8;
}
.top-area-contents .more-btn span {
  position: relative;
  padding: 0 40px 0 0;
}
.top-area-contents .more-btn span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.top-area-contents .more-btn span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-contents .more-btn span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-contents .more-btn span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
.top-area-contents .more-btn span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-contents .more-btn span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-contents .more-btn span:before {
    width: 15px;
    top: 50%;
  }
}
.top-area-contents .more-btn span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-area-contents .more-btn span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-contents .more-btn span:after {
    top: calc(50% - 3px);
  }
}

#slider {
  max-width: 1200px;
  position: relative;
  margin: 0 auto 60px auto;
}
.winter #slider {
  margin: 0 auto;
}

.slider {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 50vw;
  overflow-y: hidden;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .slider {
    width: 100%;
    height: 66vw;
  }
}
.slider img {
  width: 100%;
}
.slider._02 {
  width: 100%;
  max-height: 792px;
}
.slider._02 img {
  width: 100%;
  max-height: 792px;
  object-fit: cover;
  position: relative;
}
.slider._02 ._caption {
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .slider._02 ._caption {
    padding: 0.5vw 1.7vw;
  }
}

/*slick setting*/
.slick-prev {
  top: 50%;
  left: 0px;
  z-index: 1;
  width: 55px;
  height: 75px;
  background-image: url(../img/prev-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .slick-prev {
    top: 50%;
    width: 41.25px;
    height: 56.25px;
  }
}

.slick-next {
  top: 50%;
  right: 0px;
  z-index: 1;
  width: 55px;
  height: 75px;
  background-image: url(../img/next-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .slick-next {
    top: 50%;
    width: 41.25px;
    height: 56.25px;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
}

.slick-dots {
  bottom: 25px;
}

.slick-dots li button:before {
  content: "";
  border-radius: 10px;
  color: #fff;
  width: 7px;
  height: 7px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .slick-dots li button:before {
    width: 5px;
    height: 5px;
  }
}

.slick-dots li.slick-active button:before {
  content: "";
  border-radius: 5px;
  color: #fff;
  width: 7px;
  height: 7px;
  background: #fff;
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .slick-dots li.slick-active button:before {
    width: 5px;
    height: 5px;
  }
}

.winter .slick-dotted.slick-slider {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .slick-dotted.slick-slider {
    margin: 0;
  }
}

/* ピンチアウト／ピンチイン 有効 */
@media only screen and (max-width: 768px) {
  .slick-slider {
    touch-action: auto;
  }
}


.active-area {
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area {
    margin: 0 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .active-area {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .active-area {
    margin: 0 0 40px 0;
  }
}
.active-area ._inner {
  width: 100%;
  padding: 0;
  position: relative;
  height: 604px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner {
    height: 41.58vw;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner {
    height: auto;
  }
}
.active-area ._inner ._image {
  width: 63%;
  height: 604px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._image {
    height: 41.58vw;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._image {
    width: 100%;
    height: 66vw;
    margin: 0 0 35px 0;
    position: unset;
  }
}
.active-area ._inner ._text-area {
  width: 50%;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 2;
  background: #fff;
  padding: 50px 100px 50px 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area {
    top: 6.7vw;
    padding: 4.2vw 8.3vw 4.2vw 4.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area {
    width: 100%;
    position: unset;
    padding: 0 15px;
  }
}
.active-area ._inner ._text-area ._title {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area ._title {
    margin: 0 0 1.7vw 0;
  }
}
.active-area ._inner ._text-area ._title span._en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 3.5rem;
  color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area ._title span._en {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 640px) {
  .active-area ._inner ._text-area ._title span._en {
    font-size: 3.2rem;
  }
}
.active-area ._inner ._text-area ._title span.__title {
  font-size: 1.5rem;
  display: block;
  color: #c58f28;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area ._title span.__title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .active-area ._inner ._text-area ._title span.__title {
    font-size: 1.4rem;
  }
}
.active-area ._inner ._text-area ._logo {
  position: absolute;
  top: 50px;
  right: 100px;
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area ._logo {
    position: unset;
    text-align: right;
    /* float: right; */
  }
}
.active-area ._inner ._text-area ._logo img {
  width: 250px;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area ._logo img {
    width: 16vw;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area ._logo img {
    width: 200px;
    margin: -60px 0 0 0;
  }
}
.active-area ._inner ._text-area ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .active-area ._inner ._text-area ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .active-area ._inner ._text-area ._main-text {
    font-size: 1.7rem;
  }
}
.active-area ._inner ._text-area ._main-text .marker-beige {
  font-weight: 500;
}
.active-area ._inner ._text-area ._text {
  font-size: 1.6rem;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area ._text {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area ._text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area ._text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area ._text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .active-area ._inner ._text-area ._text {
    margin: 0 0 20px 0;
  }
}
.active-area ._inner ._text-area .more-btn {
  background: #c58f28;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 40%;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #c58f28;
  text-align: left;
  width: 60%;
  padding: 15px 25px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area .more-btn {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #c58f28;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area .more-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
.active-area ._inner ._text-area .more-btn:hover {
  background: #fff;
  color: #c58f28;
  border: 3px solid #c58f28;
}
.active-area ._inner ._text-area .more-btn:hover span:before {
  background: #c58f28;
}
.active-area ._inner ._text-area .more-btn:hover span:after {
  border-top: 1px solid #c58f28;
  border-right: 1px solid #c58f28;
}
.active-area ._inner ._text-area .more-btn span {
  position: relative;
  padding: 0 40px 0 0;
}
.active-area ._inner ._text-area .more-btn span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.active-area ._inner ._text-area .more-btn span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area .more-btn span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area .more-btn span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
.active-area ._inner ._text-area .more-btn span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area .more-btn span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area .more-btn span:before {
    width: 15px;
    top: 50%;
  }
}
.active-area ._inner ._text-area .more-btn span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .active-area ._inner ._text-area .more-btn span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .active-area ._inner ._text-area .more-btn span:after {
    top: calc(50% - 3px);
  }
}
.active-area ._inner ._text-area .more-btn span {
  display: block;
}

.chill-area {
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area {
    margin: 0 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .chill-area {
    margin: 0 0 40px 0;
  }
}
.chill-area ._inner {
  width: 100%;
  padding: 0;
  position: relative;
  height: 604px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner {
    height: 41.58vw;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area ._inner {
    height: auto;
  }
}
.chill-area ._inner ._image {
  width: 63%;
  height: 604px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner ._image {
    height: 41.58vw;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area ._inner ._image {
    width: 100%;
    height: 66vw;
    margin: 0 0 35px 0;
    position: unset;
  }
}
.chill-area ._inner ._text-area {
  width: 50%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2;
  background: #fff;
  padding: 50px 50px 50px 100px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner ._text-area {
    top: 6.7vw;
    padding: 4.2vw 4.2vw 4.2vw 8.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area ._inner ._text-area {
    width: 100%;
    position: unset;
    padding: 0 15px;
  }
}
.chill-area ._inner ._text-area ._title {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner ._text-area ._title {
    margin: 0 0 1.7vw 0;
  }
}
.chill-area ._inner ._text-area ._title span._en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 3.5rem;
  color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner ._text-area ._title span._en {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 640px) {
  .chill-area ._inner ._text-area ._title span._en {
    font-size: 3.2rem;
  }
}
.chill-area ._inner ._text-area ._title span.__title {
  font-size: 1.5rem;
  display: block;
  color: #33bea9;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner ._text-area ._title span.__title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .chill-area ._inner ._text-area ._title span.__title {
    font-size: 1.4rem;
  }
}
.chill-area ._inner ._text-area ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner ._text-area ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area ._inner ._text-area ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .chill-area ._inner ._text-area ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner ._text-area ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area ._inner ._text-area ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .chill-area ._inner ._text-area ._main-text {
    font-size: 1.7rem;
  }
}
.chill-area ._inner ._text-area ._main-text .marker-emerald {
  font-weight: 500;
}
.chill-area ._inner ._text-area ._text {
  font-size: 1.6rem;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner ._text-area ._text {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area ._inner ._text-area ._text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner ._text-area ._text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area ._inner ._text-area ._text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .chill-area ._inner ._text-area ._text {
    margin: 0 0 20px 0;
  }
}
.chill-area ._inner ._text-area .more-btn._blank {
  background: #ccc;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 40%;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area ._inner ._text-area .more-btn._blank {
    font-size: 1.5vw;
    padding: 1.3vw;
    border-radius: 4.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area ._inner ._text-area .more-btn._blank {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: center;
  }
}

.chill-area .more-btn {
  background: #33bea9;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 75%;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #33bea9;
  text-align: left;
  padding: 15px 25px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area .more-btn {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #33bea9;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area .more-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
.chill-area .more-btn:hover {
  background: #fff;
  color: #33bea9;
  border: 3px solid #33bea9;
}
.chill-area .more-btn:hover span:before {
  background: #33bea9;
}
.chill-area .more-btn:hover span:after {
  border-top: 1px solid #33bea9;
  border-right: 1px solid #33bea9;
}
.chill-area .more-btn span {
  position: relative;
  padding: 0 40px 0 0;
}
.chill-area .more-btn span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.chill-area .more-btn span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area .more-btn span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area .more-btn span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
.chill-area .more-btn span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area .more-btn span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area .more-btn span:before {
    width: 15px;
    top: 50%;
  }
}
.chill-area .more-btn span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area .more-btn span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .chill-area .more-btn span:after {
    top: calc(50% - 3px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .chill-area .more-btn {
    padding: 1.3vw 2.1vw;
  }
}
.chill-area .more-btn span {
  display: block;
}

.center-area {
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area {
    margin: 0 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .center-area {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .center-area {
    margin: 0 0 40px 0;
  }
}
.center-area ._inner {
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .center-area ._inner {
    padding: 0 15px;
  }
}
.center-area ._bg {
  background-image: url(../img/center-area-bg.jpg);
  background-position: center bottom -100px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 540px;
  width: 100%;
  position: relative;
  margin: 0 0 35px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area ._bg {
    background-position: center bottom -8.3vw;
    height: 45vw;
    margin: 0 0 2.9vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .center-area ._bg {
    height: 66vw;
    background-position: center bottom;
  }
}
.center-area ._bg ._title {
  position: absolute;
  width: 100%;
  background-image: linear-gradient(to right, #fff 60%, transparent 60%);
  bottom: 0;
  left: 0;
  padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .center-area ._bg ._title {
    display: none;
  }
}
.center-area ._bg ._title span._en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 3.5rem;
  color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area ._bg ._title span._en {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 640px) {
  .center-area ._bg ._title span._en {
    font-size: 3.2rem;
  }
}
.center-area ._bg ._title span.__title {
  font-size: 1.5rem;
  display: block;
  color: #e16a94;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area ._bg ._title span.__title {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 640px) {
  .center-area ._bg ._title span.__title {
    font-size: 1.4rem;
  }
}
.center-area ._sp-title {
  display: none;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .center-area ._sp-title {
    display: block;
  }
}
.center-area ._sp-title span._en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 3.2rem;
  color: #000;
}
.center-area ._sp-title span.__title {
  font-size: 1.5rem;
  display: block;
  color: #e16a94;
  font-weight: 500;
}
.center-area ._main-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area ._main-text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .center-area ._main-text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .center-area ._main-text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area ._main-text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .center-area ._main-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .center-area ._main-text {
    font-size: 1.7rem;
  }
}
.center-area ._main-text .marker-pink {
  font-weight: 500;
}
.center-area ._text {
  font-size: 1.6rem;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area ._text {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .center-area ._text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area ._text {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .center-area ._text {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .center-area ._text {
    margin: 0 0 20px 0;
  }
}
.center-area .more-btn {
  background: #e16a94;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 15px;
  width: 40%;
  display: inline-block;
  border-radius: 50px;
  border: 3px solid #e16a94;
  text-align: left;
  padding: 15px 25px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area .more-btn {
    font-size: 1.5vw;
    padding: 1.3vw 1.3vw;
    border-radius: 4.2vw;
    border: 0.3vw solid #e16a94;
  }
}
@media only screen and (max-width: 768px) {
  .center-area .more-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 17px;
    text-align: left;
  }
}
.center-area .more-btn:hover {
  background: #fff;
  color: #e16a94;
  border: 3px solid #e16a94;
}
.center-area .more-btn:hover span:before {
  background: #e16a94;
}
.center-area .more-btn:hover span:after {
  border-top: 1px solid #e16a94;
  border-right: 1px solid #e16a94;
}
.center-area .more-btn span {
  position: relative;
  padding: 0 40px 0 0;
}
.center-area .more-btn span:before {
  content: "";
  position: absolute;
  display: inline-block;
}
.center-area .more-btn span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area .more-btn span {
    padding: 0 3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .center-area .more-btn span {
    padding: 0 20px 0 0;
    display: block;
    text-align: center;
  }
}
.center-area .more-btn span:before {
  top: 13px;
  left: unset;
  right: 0px;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area .more-btn span:before {
    top: 1.1vw;
    width: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .center-area .more-btn span:before {
    width: 15px;
    top: 50%;
  }
}
.center-area .more-btn span:after {
  top: 10px;
  left: unset;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area .more-btn span:after {
    top: 0.75vw;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .center-area .more-btn span:after {
    top: calc(50% - 3px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .center-area .more-btn {
    padding: 1.3vw 2.1vw;
  }
}
.center-area .more-btn span {
  display: block;
}

/*
.two-area-img{
	width: 100%;
	height: 466.5px;
	position: relative;

	@include ipad{
		height: 375px;
	}

	@include mobile{
		display: none;
	}

	.chill-area-img{
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		max-height: 466.5px;
		z-index: 1;

		@include ipad{
			max-height: 375px;
		}

		img{
			width: 100%;
			height: 466.5px;
			object-fit: cover;

			@include ipad{
				height: 375px;
			}
		}
	}

	.--area-img{
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		max-height: 466.5px;
		z-index: 1;

		@include ipad{
			max-height: 375px;
		}

		img{
			width: 100%;
			height: 466.5px;
			object-fit: cover;

			@include ipad{
				height: 375px;
			}
		}
	}

	._message{
		text-align: center;
		position: absolute;
		top: 40%;
		left: 0;
		right: 0;
		z-index: 2;
		color: #fff;
		@include poppins-bold;

		._title{
			font-size: 4.4rem;
			display: block;
		}

		._sub-title{
			font-size: 2.5rem;
		}
	}
}

.chill-area{
	width: 50%;
	padding: 40px 35px 60px 0;
	float: left;
	border-right: 1px solid #fff;

	@include mobile{
		width: 100%;
		float: none;
		border: none;
		padding: 30px 20px;
		border-right: none;
		border-bottom: 1px solid #fff;
	}

	._sp-img{
		margin: 0 0 20px 0;
		position: relative;

		display: none;

		@include mobile{
			display: block;
		}

		._message{
			@include poppins-bold;
			text-align: center;
			position: absolute;
			top: 38%;
    	width: 100%;
			color: #fff;

			.__title{
				display: block;
				font-size: 2.2rem;
			}
		}
	}

	._title{
		margin: 0 0 20px 0;

		@include mobile{
			margin: 0 0 10px 0;
		}

		span{

			&._en{
				@include poppins-bold;
				@include en-title-medium;
				color: #000;
			}

			&.__title{
				@include under-ja-title;
				display: block;
				color: #33bea9;
				font-weight: 500;
			}
		}
	}

	._main-text{
		@include main-text;

		.marker-emerald{
			font-weight: 500;
		}
	}

	._text{
		@include normal-text;
		@include title-margin;
	}

	.more-btn._blank{
		background: #fff;
		color: $gray;
		font-size: 1.8rem;
		font-weight: 500;
		padding: 15px 15px;
		width: 50%;
		display: inline-block;
		border-radius: 50px;
		text-align: center;
		letter-spacing: 0.1rem;

		@include ipad{
			width: 80%;
		}

		@include mobile{
			width: 100%;
			font-size: 1.6rem;
		}
	}
}

.--area{
	width: 50%;
	padding: 40px 0 60px 35px;
	float: right;

	@include mobile{
		width: 100%;
		float: none;
		border: none;
		padding: 30px 20px;
	}

	._sp-img{
		margin: 0 0 20px 0;
		position: relative;

		display: none;

		@include mobile{
			display: block;
		}

		._message{
			@include poppins-bold;
			text-align: center;
			position: absolute;
			top: 38%;
    	width: 100%;
			color: #fff;

			.__title{
				display: block;
				font-size: 2.2rem;
			}
		}
	}

	._title{
		margin: 0 0 20px 0;

		@include mobile{
			margin: 0 0 10px 0;
		}

		span{

			&._en{
				@include poppins-bold;
				@include en-title-medium;
				color: #000;
			}

			&.__title{
				@include under-ja-title;
				display: block;
				color: #c58f28;
				font-weight: 500;
			}
		}
	}

	._main-text{
		@include main-text;

		.marker-beige{
			font-weight: 500;
		}
	}

	._text{
		@include normal-text;
		@include title-margin;
	}

	.more-btn._blank{
		background: #fff;
		color: $gray;
		font-size: 1.8rem;
		font-weight: 500;
		padding: 15px 15px;
		width: 50%;
		display: inline-block;
		border-radius: 50px;
		text-align: center;
		letter-spacing: 0.1rem;

		@include ipad{
			width: 80%;
		}

		@include mobile{
			width: 100%;
			font-size: 1.6rem;
		}
	}
}

*/
.top-events {
  margin: 80px 0 110px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events {
    margin: 6.7vw 0 9.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-events {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-events ._inner {
    padding: 0 40px;
  }
}
.top-events ._title {
  text-align: center;
  position: relative;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events ._title {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-events ._title {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-events ._title {
    margin: 0 0 20px 0;
  }
}
.top-events ._title .__title {
  font-size: 3.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events ._title .__title {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 640px) {
  .top-events ._title .__title {
    font-size: 3.2rem;
  }
}
.top-events ._title .__title:first-letter {
  color: #0b8512;
}
.winter .top-events ._title .__title:first-letter {
  color: #0c61b8;
}
.top-events ._title .view-all {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  font-size: 1.4rem;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-align: left;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 4px 25px 4px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-events ._title .view-all:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events ._title .view-all {
    font-size: 1.2vw;
    border-radius: 1.7vw;
    top: 0.8vw;
    padding: 0.3vw 2.1vw 0.3vw 0.8vw;
  }
}
.top-events ._title .view-all:after {
  content: "▶︎";
  font-family: "ヒラギノ角ゴ Pro W3";
  font-size: 1.1rem;
  color: #ccc;
  top: 6px;
  right: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events ._title .view-all:after {
    font-size: 0.9vw;
    top: 0.5vw;
    right: 0.7vw;
  }
}
.top-events ._title .view-all:hover {
  color: #0b8512;
  border: 1px solid #0b8512;
}
.winter .top-events ._title .view-all:hover {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
.top-events ._title .view-all:hover:after {
  color: #0b8512;
}
.winter .top-events ._title .view-all:hover:after {
  color: #0c61b8;
}
@media only screen and (max-width: 768px) {
  .top-events ._title .view-all {
    display: none;
  }
}
.top-events article {
  margin: 0 -40px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events article {
    margin: 0 -3.3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-events article {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-events article ul {
    padding: 0;
  }
}
.top-events article ul li {
  width: calc(33.33% - 26.66px);
  margin: 0 40px 0 0;
  float: left;
  /*
    @include ipad{
      width: calc(33.33% - 13.33px);
      margin: 0 20px 0 0;
    }
  */
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events article ul li {
    width: calc(33.33% - 2.2vw);
    margin: 0 3.3vw 0 0;
  }
}
.top-events article ul li:nth-child(3n) {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top-events article ul li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.top-events article ul li img {
  width: 100%;
}
.top-events article ul li a ._image {
  width: calc(100% - 40px);
  position: relative;
  top: 0;
  right: 0;
  padding: 0 0 65px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events article ul li a ._image {
    width: calc(100% - 3.3vw);
    padding: 0 0 5.4vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-events article ul li a ._image {
    width: 100%;
    padding: 0;
  }
}
.top-events article ul li a ._image img {
  width: 100%;
  height: 198px;
  object-fit: cover;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events article ul li a ._image img {
    height: 16.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-events article ul li a ._image img {
    width: 100%;
    height: calc((100vw - 80px) * 0.66);
  }
}
.top-events article ul li a ._text {
  width: calc(100% - 40px);
  background: #fff;
  padding: 15px;
  position: absolute;
  z-index: 1;
  top: 158px;
  left: -25px;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events article ul li a ._text {
    width: calc(100% - 3.3vw);
    padding: 1.3vw;
    top: 13.2vw;
    left: -2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-events article ul li a ._text {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 10px 10px 6px 10px;
  }
}
.top-events article ul li a ._text .___title {
  font-weight: 500;
  margin: 0 0 14px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events article ul li a ._text .___title {
    font-size: 1.3vw;
    margin: 0 0 1.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-events article ul li a ._text .___title {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
  }
}
.top-events article ul li a ._text ._date {
  font-size: 1.3rem;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-events article ul li a ._text ._date {
    font-size: 1.1vw;
  }
}
.top-events article ul li a:hover ._text {
  background: rgba(11, 133, 18, 0.9);
  border: none;
}
.winter .top-events article ul li a:hover ._text {
  background: rgba(18, 102, 188, 0.9);
}
.top-events article ul li a:hover ._text .___title {
  color: #fff;
}
.top-events article ul li a:hover ._text ._date {
  color: #fff;
}

.top-news {
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news {
    margin: 0 0 6.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-news {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-news {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-news {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-news ._inner {
    padding: 0 40px;
  }
}
.top-news ._title {
  text-align: center;
  position: relative;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news ._title {
    margin: 0 0 3.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-news ._title {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-news ._title {
    margin: 0 0 20px 0;
  }
}
.top-news ._title .__title {
  font-size: 3.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news ._title .__title {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 640px) {
  .top-news ._title .__title {
    font-size: 3.2rem;
  }
}
.top-news ._title .__title:first-letter {
  color: #0b8512;
}
.winter .top-news ._title .__title:first-letter {
  color: #0c61b8;
}
.top-news ._title .view-all {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  font-size: 1.4rem;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-align: left;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 4px 25px 4px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-news ._title .view-all:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news ._title .view-all {
    font-size: 1.2vw;
    border-radius: 1.7vw;
    top: 0.8vw;
    padding: 0.3vw 2.1vw 0.3vw 0.8vw;
  }
}
.top-news ._title .view-all:after {
  content: "▶︎";
  font-family: "ヒラギノ角ゴ Pro W3";
  font-size: 1.1rem;
  color: #ccc;
  top: 6px;
  right: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news ._title .view-all:after {
    font-size: 0.9vw;
    top: 0.5vw;
    right: 0.7vw;
  }
}
.top-news ._title .view-all:hover {
  color: #0b8512;
  border: 1px solid #0b8512;
}
.winter .top-news ._title .view-all:hover {
  color: #0c61b8;
  border: 1px solid #0c61b8;
}
.top-news ._title .view-all:hover:after {
  color: #0b8512;
}
.winter .top-news ._title .view-all:hover:after {
  color: #0c61b8;
}
@media only screen and (max-width: 768px) {
  .top-news ._title .view-all {
    display: none;
  }
}
.top-news article {
  margin: 0 -20px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news article {
    margin: 0 -1.7vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-news article {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-news article ul {
    padding: 0;
  }
}
.top-news article ul li {
  width: calc(25% - 15px);
  margin: 0 20px 0 0;
  float: left;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news article ul li {
    width: calc(25% - 1.3vw);
    margin: 0 1.7vw 0 0;
  }
}
.top-news article ul li:nth-child(4n) {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top-news article ul li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.top-news article ul li a ._image {
  width: calc(100% - 20px);
  position: relative;
  top: 0;
  right: 0;
  padding: 0 0 65px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news article ul li a ._image {
    width: calc(100% - 1.7vw);
    padding: 0 0 5.4vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-news article ul li a ._image {
    width: 100%;
    padding: 0;
  }
}
.top-news article ul li a ._image img {
  width: 100%;
  height: 155px;
  object-fit: cover;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news article ul li a ._image img {
    height: 12.9vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-news article ul li a ._image img {
    width: 100%;
    height: calc((100vw - 80px) * 0.66);
  }
}
.top-news article ul li a ._text {
  width: calc(100% - 20px);
  background: #fff;
  padding: 15px 15px 8px 15px;
  position: absolute;
  z-index: 1;
  top: 130px;
  left: -20px;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news article ul li a ._text {
    width: calc(100% - 1.7vw);
    padding: 1.3vw 1.3vw 0.7vw 1.3vw;
    top: 10.8vw;
    left: -1.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-news article ul li a ._text {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 10px 10px 6px 10px;
  }
}
.top-news article ul li a ._text .___title {
  font-weight: 500;
  margin: 0 0 14px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news article ul li a ._text .___title {
    font-size: 1.3vw;
    margin: 0 0 1.2vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-news article ul li a ._text .___title {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
  }
}
.top-news article ul li a ._text ._date {
  font-size: 1.3rem;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-news article ul li a ._text ._date {
    font-size: 1.1vw;
  }
}
.top-news article ul li a:hover ._text {
  background: rgba(11, 133, 18, 0.9);
  border: none;
}
.winter .top-news article ul li a:hover ._text {
  background: rgba(18, 102, 188, 0.9);
}
.top-news article ul li a:hover ._text .___title {
  color: #fff;
}
.top-news article ul li a:hover ._text ._date {
  color: #fff;
}

._sp-view-all {
  display: none;
}
@media only screen and (max-width: 768px) {
  ._sp-view-all {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    position: relative;
    width: 210px;
    margin: 0 auto;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 50px;
    text-align: left;
    background: #fff;
    color: #333;
    padding: 10px 15px 10px 28px;
    border: 2px solid #ccc;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  ._sp-view-all:after {
    content: "";
    position: absolute;
    display: inline-block;
  }
  ._sp-view-all._02 {
    width: 280px;
  }
  ._sp-view-all:after {
    content: "▶︎";
    font-family: "ヒラギノ角ゴ Pro W3";
    font-size: 1.3rem;
    color: #ccc;
    top: 13px;
    right: 18px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  ._sp-view-all:hover {
    color: #0b8512;
    border: 2px solid #0b8512;
  }
  .winter ._sp-view-all:hover {
    color: #0c61b8;
    border: 1px solid #0c61b8;
  }
  ._sp-view-all:hover:after {
    color: #0b8512;
  }
  .winter ._sp-view-all:hover:after {
    color: #0c61b8;
  }
}

.top-last-contents {
  padding: 100px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents {
    padding: 8.3vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-last-contents {
    padding: 70px 0 50px;
  }
}
.top-last-contents ._left {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .top-last-contents ._left {
    width: 100%;
    float: none;
  }
}
.top-last-contents ._right {
  width: 24%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .top-last-contents ._right {
    width: 100%;
    float: none;
  }
}
.top-last-contents .top-instagram {
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top-last-contents .top-instagram {
    margin: 0 0 30px 0;
  }
}
.top-last-contents .top-instagram ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  width: 250px;
  color: #000;
  border: 3px solid #000;
  padding: 10px 0;
  display: inline-block;
  margin: 0 auto;
  top: -33px;
  position: absolute;
  position: relative;
}
.top-last-contents .top-instagram ._title:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-instagram ._title {
    font-size: 2.1vw;
    width: 20.8vw;
    border: 0.3vw solid #000;
    padding: 0.8vw 0;
    top: -2.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-last-contents .top-instagram ._title {
    font-size: 2rem;
    width: 200px;
    color: #000;
    border: 2px solid #000;
    padding: 7px 0;
    top: -26px;
  }
}
.top-last-contents .top-instagram ._title:after {
  width: 1px;
  height: 37px;
  bottom: -26px;
  left: 50%;
  background: #000;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-instagram ._title:after {
    height: 3.1vw;
    bottom: -2.2vw;
  }
}
.top-last-contents .top-park-information {
  background: #fff;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-park-information {
    padding: 0 0 1.7vw 0;
    margin: 0 0 2.5vw 0;
  }
}
.top-last-contents .top-park-information ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 2rem;
  color: #fff;
  background: #0b8512;
  padding: 25px;
}
.winter .top-last-contents .top-park-information ._title {
  background: #0c61b8;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-park-information ._title {
    font-size: 1.7vw;
    padding: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-last-contents .top-park-information ._title {
    padding: 15px;
    font-size: 1.8rem;
    line-height: 2.2rem;
    word-break: break-word;
  }
}
.top-last-contents .top-park-information ul {
  padding: 0 22px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-park-information ul {
    padding: 0 1.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-last-contents .top-park-information ul {
    padding: 0;
  }
}
.top-last-contents .top-park-information ul li {
  border-bottom: 1px solid #e4e4e4;
}
.top-last-contents .top-park-information ul li:nth-child(3) {
  border: none;
}
@media only screen and (max-width: 768px) {
  .top-last-contents .top-park-information ul li {
    width: 33.33%;
    margin: 0;
    float: left;
    border: none;
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-park-information ul li {
    padding: 1.7vw 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-last-contents .top-park-information ul li:nth-child(3) {
    margin: 0;
  }
  .top-last-contents .top-park-information ul li:nth-child(3) a {
    border: none;
  }
}
.top-last-contents .top-park-information ul li a {
  color: #333;
  font-size: 1.5rem;
  padding: 30px 0 10px;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-park-information ul li a {
    font-size: 1.3vw;
    padding: 2.5vw 0 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-last-contents .top-park-information ul li a {
    font-size: 1.3rem;
    border-right: 1px solid #e4e4e4;
    padding: 5px 0;
  }
}
.top-last-contents .top-park-information ul li a img {
  margin: 0 0 20px 0;
  width: 45%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-park-information ul li a img {
    margin: 0 0 1.7vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-last-contents .top-park-information ul li a img {
    width: 80%;
  }
}
.top-last-contents .top-park-information ul li a span {
  display: block;
}
.top-last-contents .top-park-information ul li a:hover img {
  opacity: 0.8;
}
.top-last-contents .top-sns ._title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-sns ._title {
    font-size: 2.1vw;
    margin: 0 0 1.3vw 0;
  }
}
.top-last-contents .top-sns ul li {
  width: 20%;
  display: inline-block;
  margin: 0 3px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-sns ul li {
    margin: 0 0.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .top-last-contents .top-sns ul li {
    width: 20%;
    display: inline-block;
    margin: 0 3px;
  }
}
.top-last-contents .top-sns ul li a {
  background: #fff;
  border-radius: 30px;
  width: 56px;
  height: 56px;
  display: inline-block;
  padding: 14px 4px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .top-last-contents .top-sns ul li a {
    border-radius: 2.5vw;
    width: 4.6vw;
    height: 4.6vw;
    padding: 1.2vw 0.3vw;
  }
}
.top-last-contents .top-sns ul li a img {
  width: 60%;
}
.top-last-contents .top-sns ul li a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sp-gnav {
  display: none;
}

/* gfooter
------------------------------------------*/
.gfooter {
  background-color: #fff;
  background-image: url(../img/footer-bg.png);
  background-position: bottom center;
  background-size: cover;
  max-width: 1920px;
  width: 100vw;
  margin: 0 auto;
  padding: 0 0 50px 0;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gfooter {
    padding: 0 0 4.2vw 0;
  }
}
.winter .gfooter {
  background-image: url(../img/footer-bg03.png);
}
@media only screen and (max-width: 640px) {
  .gfooter {
    padding: 40px 0 30px;
  }
}
.gfooter .footer-inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-inner {
    width: 100%;
    padding: 0 2vw;
  }
}
.gfooter .footer-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 60px 0 40px 0;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-menu {
    padding: 6vw 0 4vw 0;
    margin: 0 0 3vw 0;
  }
}
@media only screen and (max-width: 640px) {
  .gfooter .footer-menu {
    display: none;
  }
}
.footer-menu01 .menu > .menu-item {
  float: left;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 1000px) {
  .footer-menu01 .menu > .menu-item {
    margin: 0 3vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-menu01 .menu > .menu-item {
    margin: 0 15px 0 0;
  }
}
.winter .footer-menu01 .menu > .menu-item:nth-child(1) {
  width: calc(25% - 22.5px);
}
@media only screen and (max-width: 768px) {
  .winter .footer-menu01 .menu > .menu-item:nth-child(1) {
    width: calc(25% - 11.25px);
  }
}
.winter .footer-menu01 .menu > .menu-item:nth-child(2) {
  width: calc(25% - 22.5px);
}
@media only screen and (max-width: 768px) {
  .winter .footer-menu01 .menu > .menu-item:nth-child(2) {
    width: calc(25% - 11.25px);
  }
}
.winter .footer-menu01 .menu > .menu-item:nth-child(3) {
  width: calc(25% - 22.5px);
}
@media only screen and (max-width: 768px) {
  .winter .footer-menu01 .menu > .menu-item:nth-child(3) {
    width: calc(25% - 11.25px);
  }
}
.winter .footer-menu01 .menu > .menu-item:nth-child(4) {
  width: calc(25% - 22.5px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .winter .footer-menu01 .menu > .menu-item:nth-child(4) {
    width: calc(25% - 11.25px);
  }
}
.footer-menu01 .menu > .menu-item:nth-child(1) {
  width: calc(28% - 22.5px);
}
@media only screen and (max-width: 768px) {
  .footer-menu01 .menu > .menu-item:nth-child(1) {
    width: calc(28% - 11.25px);
  }
}
.footer-menu01 .menu > .menu-item:nth-child(2) {
  width: calc(28% - 22.5px);
}
@media only screen and (max-width: 768px) {
  .footer-menu01 .menu > .menu-item:nth-child(2) {
    width: calc(28% - 11.25px);
  }
}
.footer-menu01 .menu > .menu-item:nth-child(3) {
  width: calc(22% - 22.5px);
}
@media only screen and (max-width: 768px) {
  .footer-menu01 .menu > .menu-item:nth-child(3) {
    width: calc(22% - 11.25px);
  }
}
.footer-menu01 .menu > .menu-item:nth-child(4) {
  width: calc(22% - 22.5px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .footer-menu01 .menu > .menu-item:nth-child(4) {
    width: calc(22% - 11.25px);
  }
}
@media only screen and (max-width: 768px) {
  .footer-menu01 .menu > .menu-item {
    width: 33.33%;
  }
}
.footer-menu01 .sub-menu > .menu-item {
  color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24.3px 24.8px;f
}
.footer-menu01 .sub-menu > .menu-item:nth-child(n+2) {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .footer-menu01 .sub-menu > .menu-item {
    background-size: 2.43vw 2.48vw;
  }
}
.footer-menu01 .sub-menu > .menu-item a {
  color: #fff;
  font-size: 1.5rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  text-indent: 5px;
  display: block;
  margin: 0 0 15px 30px;
  height: 27px;
}
.footer-menu01 .sub-menu > .menu-item a[href="#"] {
  pointer-events: none;
}
@media only screen and (max-width: 1000px) {
  .footer-menu01 .sub-menu > .menu-item a {
    font-size: 1.5vw;
    text-indent: 0.5vw;
    margin: 0 0 1.5vw 3vw;
    height: 2.7vw;
  }
}
.footer-menu01 .sub-menu > .menu-item.icon01 {
  background-image: url(../img/footer-icon01.png);
}
.footer-menu01 .sub-menu > .menu-item.icon02 {
  background-image: url(../img/footer-icon02.png);
}
.footer-menu01 .sub-menu > .menu-item.icon03 {
  background-image: url(../img/footer-icon03.png);
}
.footer-menu01 .sub-menu > .menu-item.icon04 {
  background-image: url(../img/footer-icon04.png);
}
.footer-menu01 .sub-menu > .menu-item.icon05 {
  background-image: url(../img/footer-icon05.png);
}
.footer-menu01 .sub-menu > .menu-item.icon06 {
  background-image: url(../img/footer-icon06.png);
}
.footer-menu01 .sub-menu > .menu-item.icon07 {
  background-image: url(../img/footer-icon07.png);
}
.footer-menu01 .sub-menu > .menu-item.icon08 {
  background-image: url(../img/footer-icon08.png);
}
.footer-menu01 .sub-menu > .menu-item._margin {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .footer-menu01 .sub-menu > .menu-item._margin {
    margin: 2vw 0 0 0;
  }
}
.footer-menu01 .sub-menu .sub-menu > .menu-item {
  text-indent: 45px;
  margin: 0 0 6px 0;
}
@media only screen and (max-width: 1000px) {
  .footer-menu01 .sub-menu .sub-menu > .menu-item {
    text-indent: 4.5vw;
    margin: 0 0 0.6vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-menu01 .sub-menu .sub-menu > .menu-item {
    text-indent: 15px;
  }
}
.footer-menu01 .sub-menu .sub-menu > .menu-item a {
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  border: none;
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 1000px) {
  .footer-menu01 .sub-menu .sub-menu > .menu-item a {
    font-size: 1.4vw;
  }
}
.footer-menu01 .sub-menu .sub-menu > .menu-item a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 6px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: -10px;
}
@media only screen and (max-width: 1000px) {
  .footer-menu01 .sub-menu .sub-menu > .menu-item a:before {
    height: 0.6vw;
    top: 0.9vw;
    left: -1vw;
  }
}
.footer-menu01 .sub-menu .sub-menu > .menu-item a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 6px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: -10px;
}
@media only screen and (max-width: 1000px) {
  .footer-menu01 .sub-menu .sub-menu > .menu-item a:after {
    height: 0.6vw;
    top: 0.5vw;
    left: -1vw;
  }
}
.footer-menu01 .menu > .menu-item > a {
  display: none;
}
.gfooter .footer-menu02 {
  text-align: center;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-menu02 {
    margin: 0 0 0.4vw 0;
  }
}
@media only screen and (max-width: 640px) {
  .gfooter .footer-menu02 {
    display: none;
  }
}
.gfooter .footer-menu02 li {
  display: inline-block;
  margin: 0 20px 10px;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-menu02 li {
    margin: 0 15px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .gfooter .footer-menu02 li {
    margin: 0 15px 2px;
  }
}
.gfooter .footer-menu02 li a {
  color: #fff;
  position: relative;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-menu02 li a {
    font-size: 1.4vw;
  }
}
.gfooter .footer-menu02 li a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 6px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: -10px;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-menu02 li a:before {
    height: 0.6vw;
    top: 1vw;
    left: -1vw;
  }
}
.gfooter .footer-menu02 li a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 6px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: -10px;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-menu02 li a:after {
    height: 0.6vw;
    top: 0.6vw;
    left: -1vw;
  }
}
.gfooter .footer-about {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-about {
    font-size: 1.5vw;
  }
}
.gfooter .footer-about .footer-logo {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-about .footer-logo {
    margin: 0 0 1.7vw 0;
  }
}
.gfooter .footer-about .footer-logo img {
  width: 325px;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-about .footer-logo img {
    width: 27.1vw;
  }
}
@media only screen and (max-width: 640px) {
  .gfooter .footer-about .footer-logo img {
    width: 300px;
  }
}
.gfooter .footer-about .footer-address {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-about .footer-address {
    margin: 0 0 1vw 0;
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .gfooter .footer-about .footer-address {
    font-size: 1.2rem;
  }
}
.gfooter .footer-about .footer-address span {
  position: relative;
  text-align: center;
  margin: 0 -20px 0 0;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-about .footer-address span {
    margin: 0 -2vw 0 0;
  }
}
.gfooter .footer-about .footer-address span:before {
  content: "";
  display: inline-block;
  width: 17.5px;
  height: 17.5px;
  background-image: url(../img/footer-map-icon.png);
  background-size: cover;
  position: absolute;
  top: -1px;
  left: -20px;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-about .footer-address span:before {
    width: 1.75vw;
    height: 1.75vw;
    top: -0.1vw;
    left: -2vw;
  }
}
.gfooter .footer-about .footer-tel {
  margin: 0 0 10px 0;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-about .footer-tel {
    margin: 0 0 1vw 0;
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .gfooter .footer-about .footer-tel {
    font-size: 1.7rem;
  }
}
.gfooter .footer-about .footer-tel span {
  position: relative;
  text-align: center;
  margin: 0 -20px 0 0;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-about .footer-tel span {
    margin: 0 -2vw 0 0;
  }
}
.gfooter .footer-about .footer-tel span:before {
  content: "";
  display: inline-block;
  width: 17.5px;
  height: 18.5px;
  background-image: url(../img/footer-tel-icon.png);
  background-size: cover;
  position: absolute;
  top: 9px;
  left: -24px;
}
@media only screen and (max-width: 1000px) {
  .gfooter .footer-about .footer-tel span:before {
    width: 1.75vw;
    height: 1.85vw;
    top: 0.9vw;
    left: -2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .gfooter .footer-about .footer-tel span:before {
    width: 13.5px;
    height: 15px;
    top: 7px;
    left: -20px;
  }
}

.footer-group {
  background-color: #084f0d;
  background-image: url(../img/footer-bg02.png);
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  background-size: contain;
  max-width: 1920px;
  width: 100vw;
  text-align: center;
  padding: 60px 0 45px 0;
  margin: -1px auto 0 auto;
}
.winter .footer-group {
  background-color: #04417f;
}
.footer-group .footer-inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .footer-group {
    padding-top: 6vw;
  }
  .footer-group .footer-inner {
    width: 100%;
    padding: 0 20px;
  }
}
.footer-group ._title {
  font-size: 3rem;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  .footer-group ._title {
    font-size: 3vw;
    margin: 0 0 3vw 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer-group ._title {
    font-size: 3rem;
  }
}
.footer-group ._title img {
  width: 309px;
  margin: 0 auto 10px auto;
}
@media only screen and (max-width: 1000px) {
  .footer-group ._title img {
    width: 30.9vw;
    margin: 0 auto 1vw auto;
  }
}
@media only screen and (max-width: 640px) {
  .footer-group ._title img {
    width: 250px;
  }
}
.footer-group ul {
  text-align: center;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 1000px) {
  .footer-group ul {
    padding: 0 0 4vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-group ul {
    padding: 0;
  }
}
.footer-group ul li {
  display: inline-block;
  width: calc(25% - 15px);
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 1000px) {
  .footer-group ul li {
    width: calc(25% - 1.5vw);
    margin: 0 2vw 2vw 0;
  }
}
@media only screen and (max-width: 415px) {
  .footer-group ul li {
    width: calc(50% - 15px);
    margin: 0 10px 10px 0;
  }
}
.footer-group ul li img {
  width: 90%;
}
.footer-group ul li:nth-child(4n) {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1000px) {
  .footer-group ul li:nth-child(4n) {
    margin: 0 0 2vw 0;
  }
}

.pagetop {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  width: 72px;
  height: 72px;
}
@media only screen and (max-width: 640px) {
  .pagetop {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}

.pagetop.open {
  visibility: visible;
  opacity: 1;
}

.copyright {
  padding: 0 0 20px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  background: #fff;
  color: #333;
}
@media only screen and (max-width: 1000px) {
  .copyright {
    padding: 0 0 2vw;
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 640px) {
  .copyright {
    font-size: 1.2rem;
  }
}

/* bread
------------------------------------------*/
.bread {
  margin: 0 0 70px 0;
  font-size: 1.4rem;
  padding: 20px 0 0 0;
}
.g-kart .bread, .kiyosato_teracce .bread {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .bread {
    margin: 0 0 5.8vw 0;
    font-size: 1.2vw;
    padding: 1.7vw 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .bread {
    margin: 0 0 40px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 10px 0 0;
    margin: 0 0 35px 0;
  }
}
.bread .sep:nth-child(1) {
  display: none;
}
.bread ._inner {
  line-height: 1.7;
}
.bread ._inner a {
  color: #333;
  text-decoration: underline;
}

.bread .sep {
  margin: 0 8px;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .bread .sep {
    margin: 0 0.7vw;
  }
}

/* page
------------------------------------------*/
.form-once {
  margin: 0 0 30px 0;
}

.form-title {
  float: left;
  margin: 0 0 5px 0;
  width: 150px;
  font-weight: bold;
}

.form-title span {
  margin: 0 0 0 5px;
  color: #c00;
}

.form-body {
  float: left;
  width: calc(100% - 150px);
}

.form-body input[type=text],
.form-body textarea,
.form-select select {
  position: relative;
  margin: 0 0 1px 0;
  padding: 10px;
  width: 100%;
  background: #fff;
  border: #ddd 1px solid;
  border-radius: 2px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-body input[type=text]:focus,
.form-body textarea:focus,
.form-select select:focus {
  border: #bbb 1px solid;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.form-body textarea {
  height: 300px;
}

.form-select select {
  padding: 10px 30px 10px 10px;
  width: auto;
  background: none;
}

.form-select {
  display: inline-block;
  position: relative;
}

.form-select:after {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: FontAwesome;
  content: "\f107";
  z-index: 1;
}

.form-body dl dt {
  float: left;
  padding: 10px 0;
  width: 80px;
  vertical-align: middle;
}

.form-body dl dd {
  float: left;
  width: calc(100% - 80px);
  vertical-align: middle;
}

.form-multi input[type=text] {
  width: 15%;
}

.form-multi span {
  margin: 0 5px;
}

/* blog
------------------------------------------*/
/* gallery
------------------------------------------*/
/* -- ul#menu -------------------------------------------------------------------------------- */
.sp-menu-wrap {
  width: 100%;
  background: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 990;
  display: none;
  margin: 0;
  padding: 10px 0 20px 0;
  opacity: 0.9;
  overflow: auto;
  height: 100vh;
  width: 100vw;
}

.sp-menu-inner {
  overflow: auto;
}

ul#menu {
  list-style-type: none;
  width: 100%;
  background: #000;
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0;
  padding: 60px 20px 20px 20px;
  opacity: 0.9;
}

ul#menu li {
  text-align: center;
  position: relative;
}
.en ul#menu li {
  margin: 0 0 5px 0;
}

ul#menu li a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
}
.en ul#menu li a {
  line-height: 1.4;
}

ul#menu li a.second_level {
  padding: 15px 0 15px 55px;
}

ul#menu li a.second_level:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  display: block;
  background: #fff;
  top: 28px;
  left: 40px;
}

ul#menu li a:hover {
  opacity: 0.5;
}

dl#menu {
  padding: 50px 30px;
}
dl#menu dt {
  color: #fff;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 21.25px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 44px;
  font-size: 1.5rem;
  line-height: 4.4rem;
}
dl#menu dt span, dl#menu dt a {
  text-indent: 5px;
  display: block;
  margin: 0 0 15px 30px;
}
dl#menu dt.icon01 {
  background-image: url(../img/footer-icon01.png);
}
dl#menu dt.icon02 {
  background-image: url(../img/footer-icon02.png);
}
dl#menu dt.icon03 {
  background-image: url(../img/footer-icon03.png);
}
dl#menu dt.icon04 {
  background-image: url(../img/footer-icon04.png);
}
dl#menu dt.icon05 {
  background-image: url(../img/footer-icon05.png);
}
dl#menu dt.icon06 {
  background-image: url(../img/footer-icon06.png);
}
dl#menu dt.icon07 {
  background-image: url(../img/footer-icon08.png);
}
dl#menu dt.icon08 {
  background-image: url(../img/footer-icon07.png);
}
dl#menu dt a {
  color: #fff;
  position: relative;
  display: block;
}
dl#menu dt a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 15px;
}
dl#menu dt a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  right: 15px;
}
dl#menu dd {
  text-indent: 36px;
  margin: 0 0 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 44px;
  line-height: 4.4rem;
}
dl#menu dd a {
  color: #fff;
  position: relative;
  display: block;
}
dl#menu dd a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 15px;
}
dl#menu dd a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  right: 15px;
}

.sp-menu {
  padding: 50px 30px;
}
.sp-menu li {
  font-size: 1.5rem;
  line-height: 4.4rem;
}
.sp-menu a {
  text-indent: 5px;
  display: block;
  position: relative;
  height: 44px;
  padding: 0 0 0 30px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 21.25px 22px;
}

.sp-menu a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 15px;
}
.sp-menu a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  right: 15px;
}

.sp-menu a[href="#"] {
  pointer-events: none;
}
.sp-menu a[href="#"]:before ,
.sp-menu a[href="#"]:after {
  display: none;
}

.sp-menu .icon01 > a {
  background-image: url(../img/footer-icon01.png);
}
.sp-menu .icon02 > a {
  background-image: url(../img/footer-icon02.png);
}
.sp-menu .icon03 > a {
  background-image: url(../img/footer-icon03.png);
}
.sp-menu .icon04 > a {
  background-image: url(../img/footer-icon04.png);
}
.sp-menu .icon05 > a {
  background-image: url(../img/footer-icon05.png);
}
.sp-menu .icon06 > a {
  background-image: url(../img/footer-icon06.png);
}
.sp-menu .icon07 > a {
  background-image: url(../img/footer-icon08.png);
}
.sp-menu .icon08 > a {
  background-image: url(../img/footer-icon07.png);
}


ul.sp-language {
  text-align: center;
  margin: 0px 0 50px 0;
  padding: 0 0 50px 0;
}
ul.sp-language li {
  display: inline;
  position: relative;
  font-size: 1.6rem;
}
ul.sp-language li:nth-child(1):after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 1px;
  height: 20px;
  transform: rotate(30deg);
  position: absolute;
  top: 2px;
  right: -3px;
}
ul.sp-language li a {
  color: #fff;
  padding: 0 10px;
}

/* -- div#sp-icon -------------------------------------------------------------------------------- */
div#sp-icon {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 68px;
  z-index: 999;
  display: none;
}
@media only screen and (max-width: 1279px) {
/* @media only screen and (max-width: 768px) { */
  div#sp-icon {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  div#sp-icon {
    top: 55px;
  }
}

div#sp-icon:hover {
  cursor: pointer;
  opacity: 0.7;
}

div#sp-icon span:before {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #0b8512;
  position: absolute;
  right: 0;
  transition-property: transform;
  transition-duration: 0.3s;
}
.winter div#sp-icon span:before {
  background: #0c61b8;
}
.scroll-on div#sp-icon span:before {
  background: #333;
}

div#sp-icon span,
div#sp-icon span:after {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #0b8512;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.3s;
}
.winter div#sp-icon span,
.winter div#sp-icon span:after {
  background: #0c61b8;
}
.scroll-on div#sp-icon span,
.scroll-on div#sp-icon span:after {
  background: #333;
}

div#sp-icon.sp-open span:before,
div#sp-icon.sp-open span,
div#sp-icon.sp-open span:after {
  background: #0b8512;
}
.winter div#sp-icon.sp-open span:before,
.winter div#sp-icon.sp-open span,
.winter div#sp-icon.sp-open span:after {
  background: #0c61b8;
}

div#sp-icon span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

div#sp-icon span:before {
  content: "";
  transform: translateY(-10px) rotate(0deg);
}

div#sp-icon span:after {
  content: "";
  transform: translateY(10px) rotate(0deg);
}

div.sp-open span {
  background: transparent !important;
}

div.sp-open span:before {
  transform: rotate(45deg) !important;
  width: 30px !important;
}

div.sp-open span:after {
  transform: rotate(-45deg) !important;
  width: 30px !important;
}

/* sp-menu */
.sp-menu {

}

/* 切り替え前用  */
.en .gnav .menu {
  display: flex;
  justify-content: center;
  height: 100%;
}
.gnav .menu > li:not(.menu-item) {
  display: flex;
  margin: 0 1.75em 0 0;
  transition: margin .2s;
}
.gnav .menu > li:not(.menu-item) > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
}
@media only screen and (max-width: 1350px) {
  .gnav .menu > li:not(.menu-item) {
    margin: 0 1.25em 0 0;
  }
}
/* @media only screen and (max-width: 1150px) {
  .gnav .menu > li:not(.menu-item) {
    margin: 0 .8em 0 0;
  }
}
 */
.sp-en-menu li {
  margin-bottom: 1.25em;
}
.sp-en-menu li a {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
}


.middle.video video {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

body.home.winter .mainvisual.clearfix {
  background: none;
  height: auto;
  line-height: 1;
}

body.home.winter .mv_slider_pc {
	display: block;
}

body.home.winter .mv_slider_sp {
	display: none;
}

body.home.winter .slick-dotted.slick-slider.mv_slider_pc .slick-list.draggable {
  margin: 145px 0 0;
}

.slick-dots {
  bottom: 60px;
  right: 0;
  text-align: right;
  width: auto;
  z-index: 3;
}

.slick-prev::before,
.slick-next::before {
  color: #fff;
  content: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: none;
}

.slick-slide a:hover {
  opacity: .7;
}

@media (max-width: 1280px) {
	body.home.winter .slick-dotted.slick-slider.mv_slider_pc .slick-list.draggable {
	  margin: 0;
	}
}

@media only screen and (max-width: 1279px) {
  body.home.winter .mainvisual {
    margin: 115px 0 0 0;
  }
}

@media (max-width: 750px) {
	body.home.winter .mv_slider_pc {
	  display:none;
	}
	body.home.winter .mv_slider_sp {
	  display:block;
	}
	
	body.home.winter .mainvisual.clearfix {
	  max-height: none;
		margin: 100px 0 0 0;
	}
}
