@charset "UTF-8";
@font-face {
  font-family: "CenturyGothicB";
  font-style: normal;
  font-weight: 700;
  src: url("../font/CenturyGothicB.woff2") format("woff2"), url("../font/CenturyGothicB.woff") format("woff"), url("../font/CenturyGothicB.ttf") format("truetype");
}
/*===================================
	TOP
=====================================*/
.main_visual {
  margin-bottom: 35px;
}
.main_visual img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top_detail {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .top_detail {
    margin-bottom: 35px;
  }
}
.top_detail__ttl {
  text-align: center;
  color: #6fb92c;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .top_detail__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_detail__ttl {
    font-size: 1.6rem;
  }
}
.top_detail__list:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .top_detail__list .slick-list {
    margin-inline: -1.3636%;
  }
}
@media screen and (max-width: 767px) {
  .top_detail__list .slick-list {
    margin-inline: -2.3188%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_detail__list .slick-slide {
    padding-inline: 1.3274%;
  }
}
@media screen and (max-width: 767px) {
  .top_detail__list .slick-slide {
    padding-inline: 1.108%;
  }
}
.top_detail__list__item {
  border: 2px solid #18b7cd;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .top_detail__list__item {
    padding: 15px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_detail__list__item {
    padding: 15px;
  }
}
.top_detail__list:not(.slick-initialized) .top_detail__list__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .top_detail__list:not(.slick-initialized) .top_detail__list__item {
    width: 50%;
    margin-inline: 1.3274%;
  }
}
@media screen and (max-width: 767px) {
  .top_detail__list:not(.slick-initialized) .top_detail__list__item {
    width: 100%;
    margin-inline: 1.108%;
  }
}
.top_detail__list__item__ttl {
  color: #6fb92c;
  margin-bottom: 7px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .top_detail__list__item__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_detail__list__item__ttl {
    font-size: 1.6rem;
  }
}
.top_detail__list__item__ttl span {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .top_detail__list__item__ttl span.mini {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top_detail__list__item__ttl span.mini {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_detail__list__item__txt {
    font-size: 1.2rem;
  }
}
.top_detail__list__item__txt span {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .top_detail__list__item__txt span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_detail__list__item__txt span {
    font-size: 1.2rem;
  }
}
.top_detail__list + .slick-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2px;
  margin: 10px 0 0;
  line-height: 0;
}
#my-entry .top_detail__list + .slick-dots {
  margin-bottom: 10px;
}
.top_detail__list + .slick-dots li button {
  background-color: #999999;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.3333);
          transform: scale(0.3333);
}
.top_detail__list + .slick-dots li.slick-active button {
  background-color: #333333;
}

.top_topics {
  margin-bottom: 50px;
}
.top_topics__ttl {
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #8cc756;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .top_topics__ttl {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top_topics__ttl {
    font-size: 3.6rem;
  }
}
.top_topics__list {
  max-width: 800px;
}
@media print, screen and (min-width: 768px) {
  .top_topics__list {
    margin: 0 auto 65px;
  }
}
@media screen and (max-width: 767px) {
  .top_topics__list {
    margin-bottom: 25px;
  }
}
.top_topics__list__item {
  border-bottom: 1px solid #989898;
  padding: 20px 10px;
}
@media print, screen and (min-width: 768px) {
  .top_topics__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_topics__list__item__ttl {
  color: #6fb92c;
  line-height: 1.45;
}
@media print, screen and (min-width: 768px) {
  .top_topics__list__item__ttl {
    margin-right: 15px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_topics__list__item__ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_topics__list__item a.btn {
    margin: 0;
  }
}

.top_youtube {
  max-width: 720px;
  margin: auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top_youtube {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top_youtube {
    font-size: 1.4rem;
  }
}
.top_youtube iframe {
  margin-bottom: 10px;
}

.top_news {
  background-color: #8cc756;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .top_news {
    padding: 60px 0 70px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top_news {
    padding: 25px 0 28px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1060px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_news__ttl {
    margin-bottom: 8px;
    text-align: center;
  }
}
.top_news__ttl__en {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .top_news__ttl__en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top_news__ttl__en {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news__ttl__jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top_news__ttl__jp {
    font-size: 1.4rem;
  }
}
.top_news__list {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .top_news__list {
    font-size: 1.8rem;
    width: calc(90.9434% - 115px);
  }
}
@media screen and (max-width: 767px) {
  .top_news__list {
    margin-bottom: 35px;
    font-size: 1.4rem;
  }
}
.top_news__list__item:not(:last-child) {
  margin-bottom: 20px;
}
.top_news__list__item a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top_news__list__item a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .top_news__list__item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news__list__item__day {
    width: 115px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news__list__item__ttl {
    width: calc(100% - 115px);
  }
}
@media print, screen and (min-width: 768px) {
  .top_news a.btn {
    line-height: 1.26;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .top_content {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .top_content {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_content__inner {
    max-width: calc(1188px + 8%);
    width: 100%;
    margin: auto;
    padding: 0 4%;
  }
  .top_content__inner::after {
    content: "";
    display: block;
    clear: both;
  }
}

.top_slider {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top_slider {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .top_slider {
    padding: 0 5%;
  }
}
.top_slider__list:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_slider__list .slick-list {
    margin-inline: -2.381%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_slider__list__item {
    padding-inline: 3.3333%;
  }
}
@media screen and (max-width: 767px) {
  .top_slider__list__item {
    padding-inline: 4.5454%;
  }
}
.top_slider__list:not(.slick-initialized) .top_slider__list__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .top_slider__list:not(.slick-initialized) .top_slider__list__item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .top_slider__list:not(.slick-initialized) .top_slider__list__item {
    width: 50%;
  }
}
.top_slider__list__item a {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.top_slider__list__item a:hover .top_slider__list__item__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_slider__list__item__img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_slider__list__item__ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .top_slider__list__item__ttl {
    font-size: 1.8rem;
    padding: 11.5px;
  }
}
@media screen and (max-width: 767px) {
  .top_slider__list__item__ttl {
    font-size: 1.2rem;
    padding: 3px;
  }
}
.top_slider__list__item__ttl::after {
  position: absolute;
  content: "";
  background-color: #18b7cd;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}
.top_slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.top_slider .slick-arrow.slick-disabled {
  opacity: 0;
}
@media (any-hover: hover) {
  .top_slider .slick-arrow:not(.slick-disabled):hover {
    opacity: 0.7;
  }
}
.top_slider .slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.top_slider .slick-next {
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .top_sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 828px;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top_sns__list__item {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .top_sns__list__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.top_sns__list__item.fcb {
  color: #39599c;
}
.top_sns__list__item__ttl {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
}
.top_sns__list__item__ttl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_sns__list__item__ttl a img {
  width: 22px;
  margin-right: 10px;
}
.top_sns .fb_iframe_widget,
.top_sns .twitter-timeline {
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 768px) {
  .top_sns .fb_iframe_widget,
  .top_sns .twitter-timeline {
    overflow: hidden;
  }
}
.top_sns .fb_iframe_widget {
  width: 100%;
}
.top_sns .fb_iframe_widget span, .top_sns .fb_iframe_widget iframe {
  width: 100% !important;
}

/*===================================
	NEWS
=====================================*/
@media screen and (max-width: 767px) {
  .list_news {
    font-size: 1.4rem;
  }
}
.list_news__item:not(:last-child) {
  margin-bottom: 30px;
}
.list_news__item a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list_news__item a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .list_news__item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media print, screen and (min-width: 768px) {
  .list_news__item__day {
    width: 115px;
  }
}
.list_news__item__ttl {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .list_news__item__ttl {
    width: calc(100% - 115px);
  }
}

@media print, screen and (min-width: 768px) {
  .news_post {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .news_post {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_post__day {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news_post__day {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.news_post__ttl {
  color: #6fb92c;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .news_post__ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news_post__ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news_post__txt {
    font-size: 1.4rem;
  }
}
.news_post__txt img {
  margin-bottom: 1em;
  height: auto;
}
.news_post__txt p, .news_post__txt ol, .news_post__txt ul {
  margin-bottom: 1.5em;
}

/*===================================
	FAQ
=====================================*/
.faq_list__item {
  border-bottom: 1px solid #6fb92c;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.faq_list__item__q {
  color: #6fb92c;
  position: relative;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .faq_list__item__q {
    padding-left: 47px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .faq_list__item__q {
    padding-left: 42px;
  }
}
.faq_list__item__q::before {
  position: absolute;
  content: "Q";
  left: 0;
  top: -3px;
  color: white;
  background-color: #6fb92c;
  border-radius: 50%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .faq_list__item__q::before {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .faq_list__item__q::before {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 1.8rem;
  }
}
.faq_list__item__a {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .faq_list__item__a {
    font-size: 1.4rem;
  }
}

/*===================================
	CORSE
=====================================*/
.course_map {
  border: 4px solid #d6d6d6;
  background-color: white;
}
@media print, screen and (min-width: 768px) {
  .course_map {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .course_map {
    padding: 10px;
  }
}

.course_youtube {
  max-width: 700px;
  margin: auto;
}

/*===================================
	POINT
=====================================*/
.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: -2.6%;
}
.point_list__item {
  border: 2px solid #18b7cd;
  border-radius: 10px;
  position: relative;
  margin: 15px 0 2.6%;
}
@media print, screen and (min-width: 768px) {
  .point_list__item {
    width: 48.7%;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .point_list__item {
    padding: 10px 15px 15px;
  }
}
.point_list__item.wide {
  width: 100%;
}
.point_list__item__num {
  text-align: center;
  color: white;
  font-family: "CenturyGothicB", sans-serif;
  line-height: 0.9;
  position: absolute;
  left: 20px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .point_list__item__num {
    width: 56px;
    font-size: 1.4rem;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .point_list__item__num {
    width: 36px;
    font-size: 1rem;
    top: 12px;
  }
}
.point_list__item__num::before {
  position: absolute;
  content: "";
  background: url(../img/index/icon_tree.svg) no-repeat center/100%;
  width: 100%;
  top: -12px;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .point_list__item__num::before {
    height: 91px;
  }
}
@media screen and (max-width: 767px) {
  .point_list__item__num::before {
    height: 58px;
  }
}
.point_list__item__num span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .point_list__item__num span {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .point_list__item__num span {
    font-size: 1.4rem;
  }
}
.point_list__item__ttl {
  line-height: 1.6;
  color: #6fb92c;
}
@media print, screen and (min-width: 768px) {
  .point_list__item__ttl {
    font-size: 2.1rem;
    margin-left: 65px;
    min-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .point_list__item__ttl {
    font-size: 1.4rem;
    margin-left: 55px;
    min-height: 36px;
  }
}
.point_list__item__txt {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .point_list__item__txt {
    font-size: 1.2rem;
  }
}

.goods_list {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .goods_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.4rem;
    margin: 15px 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .goods_list {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .goods_list__item {
    width: 48%;
  }
}
@media print, screen and (min-width: 768px) {
  .goods_list__item:last-child {
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .goods_list__item:last-child {
    margin-top: 10px;
  }
}

.designer_pl {
  background-color: #e9f4df;
  padding: 15px 20px;
}
@media print, screen and (min-width: 768px) {
  .designer_pl {
    margin-bottom: 10px;
  }
}
.designer_pl__ttl {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .designer_pl__ttl {
    font-size: 1.4rem;
  }
}
.designer_pl__txt {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media print, screen and (min-width: 768px) {
  .designer_pl__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .designer_pl__txt {
    font-size: 1.2rem;
  }
}

/*===================================
	OUTLINE
=====================================*/
.list_outline__item {
  border-bottom: 1px solid #6fb92c;
}
@media print, screen and (min-width: 768px) {
  .list_outline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .list_outline__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .list_outline__item__l {
    width: 190px;
  }
}
.list_outline__item__l__ttl {
  color: #6fb92c;
}
@media print, screen and (min-width: 768px) {
  .list_outline__item__l__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .list_outline__item__l__ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_outline__item__r {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .list_outline__item__r {
    width: calc(100% - 190px);
  }
}
.list_outline__item__r__dlist:not(:last-child) {
  margin-bottom: 20px;
}
.list_outline__item__r__dlist dt {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .list_outline__item__r__dlist dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .list_outline__item__r__dlist dt {
    font-size: 1.4rem;
  }
}
.list_outline__item__r__list__item {
  padding-left: 1.5em;
  position: relative;
}
.list_outline__item__r__list__item::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .list_outline__item__r__sc01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_outline__item__r__sc01 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .list_outline__item__r__sc02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_outline__item__r__sc02 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .list_outline__item__r__sc03 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_outline__item__r__sc03 {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .list_outline__item__r__unn {
    color: #18b7cd;
  }
}
@media screen and (max-width: 767px) {
  .list_outline__item__r__unn {
    color: #6fb92c;
  }
}
@media screen and (max-width: 767px) {
  .list_outline__item__r .tbl_scroll_wrapper .tbl_cmn {
    width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .list_outline__item__r .tbl_scroll_wrapper .tbl_cmn td {
    padding: 0.5em 1em;
  }
}

/*===================================
	ACCESS
=====================================*/
.access_note__box {
  border: 2px solid #6fb92c;
  border-radius: 10px;
  text-align: center;
  color: #18b7cd;
  font-weight: bold;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .access_note__box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .access_note__box {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .access_note__box__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .access_note__box__txt {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .access_note__box__txt02 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .access_note__box__txt02 {
    font-size: 1.8rem;
  }
}
.access_note .list_cmn {
  margin-bottom: 40px;
}
.access_note .list_cmn__item {
  padding-left: 0.4em;
}

.access_route.access_parking .tbl_cmn {
  max-width: 910px;
}
.access_route .tbl_cmn {
  width: 100%;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .access_route .tbl_cmn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .access_route .tbl_cmn {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .access_route .txt_ctr {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .access_route .txt_ctr {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.access_route .txt_rgt, .access_route .txt_lft {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .access_route .txt_rgt, .access_route .txt_lft {
    font-size: 1.4rem;
  }
}

.access_map {
  border: 1px solid #c1c1c1;
  max-width: 800px;
}
@media print, screen and (min-width: 768px) {
  .access_map {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .access_map {
    margin: 30px auto 0;
  }
}

.parking_map {
  max-width: 800px;
}
@media print, screen and (min-width: 768px) {
  .parking_map {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .parking_map {
    margin: 30px auto 0;
  }
}

/*===================================
	ENTRY
=====================================*/
.entry_recp__date {
  text-align: center;
  color: #18b7cd;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .entry_recp__date {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .entry_recp__date {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .entry_recp__date span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .entry_recp__date span {
    font-size: 3rem;
  }
}
.entry_recp__nn {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .entry_recp__nn {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry_recp__nn {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.entry_recp__txt {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .entry_recp__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .entry_recp__txt02 {
    font-size: 1.2rem;
  }
}
.entry_recp a.btn {
  margin-bottom: 20px;
}
.entry_recp .top_detail__list {
  margin: 40px 0 10px;
}

.entry_met__list {
  max-width: 680px;
  margin: auto;
}
.entry_met__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .entry_met__list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry_met__list__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .entry_met__list__item:nth-child(3) .entry_met__list__item__ttl img {
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .entry_met__list__item:nth-child(3) .entry_met__list__item__ttl img {
    width: 46px;
  }
}
@media print, screen and (min-width: 768px) {
  .entry_met__list__item__l {
    width: 43px;
  }
}
@media screen and (max-width: 767px) {
  .entry_met__list__item__l {
    width: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .entry_met__list__item__r {
    width: calc(97% - 43px);
  }
}
@media screen and (max-width: 767px) {
  .entry_met__list__item__r {
    width: calc(96% - 32px);
  }
}
.entry_met__list__item__num {
  background-color: #6fb92c;
  color: white;
  width: 100%;
  border-radius: 50%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .entry_met__list__item__num {
    height: 43px;
    line-height: 43px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .entry_met__list__item__num {
    height: 32px;
    line-height: 32px;
    font-size: 1.6rem;
  }
}
.entry_met__list__item__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6fb92c;
}
@media print, screen and (min-width: 768px) {
  .entry_met__list__item__ttl {
    font-size: 2.1rem;
    min-height: 48px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .entry_met__list__item__ttl {
    font-size: 1.6rem;
    min-height: 34px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .entry_met__list__item__ttl img {
    width: 49px;
    height: 48px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .entry_met__list__item__ttl img {
    width: 35px;
    height: 34px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .entry_met__list__item__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .entry_met__list__item__txt {
    font-size: 1.4rem;
  }
}
.entry_met__list__item__txt02 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .entry_met__list__item__txt02 {
    font-size: 1.2rem;
  }
}

.entry_notes__txt {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .entry_notes__txt {
    font-size: 1.4rem;
  }
}
.entry_notes .list_cmn02 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .entry_notes .list_cmn02 {
    font-size: 1.4rem;
  }
}

.entry_contact__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry_contact__txt {
    font-size: 1.4rem;
  }
  .entry_contact__txt:not(:last-child) {
    margin-bottom: 8px;
  }
}

/*===================================
	UNDER CONSTRUCTION
=====================================*/
.underconstruction {
  padding: 50px 0 100px;
  color: #18b7cd;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  text-align: center;
}

/*===================================
	GUEST
=====================================*/
@media print, screen and (min-width: 768px) {
  .guest_wrap .ttl_cmn {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .guest_wrap .ttl_cmn {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .list_guest__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .list_guest__item:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .list_guest__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .list_guest__item__l {
    width: 30.5%;
  }
}
@media screen and (max-width: 767px) {
  .list_guest__item__l {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .list_guest__item__r {
    width: 61.9%;
  }
}
@media print, screen and (min-width: 768px) {
  .list_guest__item__r__position {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .list_guest__item__r__position {
    font-size: 1.4rem;
  }
}
.list_guest__item__r__name {
  color: #6fb92c;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .list_guest__item__r__name {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .list_guest__item__r__name {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .list_guest__item__r__img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .list_guest__item__r__img {
    float: right;
    width: 53.1%;
    padding: 0 0 3% 3%;
  }
}
@media print, screen and (min-width: 768px) {
  .list_guest__item__r__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .list_guest__item__r__txt {
    font-size: 1.4rem;
  }
}

/*===================================
	SIGHTSEEING
=====================================*/
@media print, screen and (min-width: 768px) {
  .sightseeing_spot {
    margin-bottom: 80px !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sightseeing_spot .ttl_cmn {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sightseeing_spot .ttl_cmn {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.sightseeing_spot__txt {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sightseeing_spot__txt {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sightseeing_spot__txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .sightseeing_spot__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sightseeing_spot__list__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .sightseeing_spot__list__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sightseeing_spot__list__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .sightseeing_spot__list__item__img {
    width: 47.8%;
  }
}
@media screen and (max-width: 767px) {
  .sightseeing_spot__list__item__img {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .sightseeing_spot__list__item__content {
    width: 47.8%;
  }
}
.sightseeing_spot__list__item__content__ttl {
  color: #6fb92c;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .sightseeing_spot__list__item__content__ttl {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .sightseeing_spot__list__item__content__txt {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sightseeing_info .ttl_cmn {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sightseeing_info .ttl_cmn {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
.sightseeing_info__list {
  border-bottom: 1px solid #6fb92c;
}
.sightseeing_info__list__item {
  border-top: 1px solid #6fb92c;
}
.sightseeing_info__list__item a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 768px) {
  .sightseeing_info__list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 0;
  }
}
@media screen and (max-width: 767px) {
  .sightseeing_info__list__item a {
    display: block;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.sightseeing_info__list__item a:hover {
  opacity: 0.7;
}
.sightseeing_info__list__item__ttl {
  color: #6fb92c;
  margin-right: 1.5em;
  white-space: nowrap;
}

/*===================================
	VOLUNTEER
=====================================*/
.volunteer_rct__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media print, screen and (min-width: 768px) {
  .volunteer_rct__list {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_rct__list {
    margin-bottom: 15px;
  }
}
.volunteer_rct__list__item {
  width: 25%;
}
.volunteer_rct__txt {
  color: #18b7cd;
  line-height: 2.4;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .volunteer_rct__txt {
    font-size: 2.1rem;
  }
}

.volunteer_guide__tbl {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .volunteer_guide__tbl {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_guide__tbl {
    margin-top: -20px;
  }
}
.volunteer_guide__tbl tr {
  border-bottom: 1px solid #6fb92c;
}
.volunteer_guide__tbl th {
  text-align: left;
  color: #6fb92c;
  font-weight: 500;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .volunteer_guide__tbl th {
    width: 180px;
    padding: 30px 1.5em 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_guide__tbl th {
    display: block;
    padding: 20px 0 5px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_guide__tbl td {
    width: calc(100% - 180px);
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_guide__tbl td {
    display: block;
    padding-bottom: 20px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_guide__tbl td .list_cmn02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_guide__tbl td .list_cmn02 {
    font-size: 1.3rem;
  }
}
.volunteer_guide__tbl td .list_cmn02__item:not(:last-child) {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .volunteer_guide__tbl td .list_cmn02__item a.btn {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_guide__tbl td .list_cmn02__item a.btn {
    margin: 10px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_guide__tbl td .list_cmn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_guide__tbl td .list_cmn {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .volunteer_ac .ttl_cmn {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_ac .ttl_cmn {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.volunteer_ac__txt {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .volunteer_ac__txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_ac__txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_ac__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_ac__list__item {
    width: 47.8%;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_ac__list__item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_ac__list__item img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_ac__list__item img {
    margin-bottom: 10px;
  }
}
.volunteer_ac__list__item__ttl {
  color: #6fb92c;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .volunteer_ac__list__item__ttl {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_ac__list__item__txt {
    font-size: 1.4rem;
  }
}

.volunteer_flow__list {
  padding-bottom: 25px;
}
.volunteer_flow__list__item {
  border: 2px solid #18b7cd;
  border-radius: 10px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .volunteer_flow__list__item {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_flow__list__item {
    padding: 15px 20px;
  }
}
.volunteer_flow__list__item:not(:last-child) {
  margin-bottom: 40px;
}
.volunteer_flow__list__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 8px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #18b7cd;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.volunteer_flow__list__item:last-child {
  background-color: #18b7cd;
  color: #fff;
}
.volunteer_flow__list__item:last-child .volunteer_flow__list__item__ttl {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .volunteer_flow__list__item__l {
    width: 70%;
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_flow__list__item__l {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_flow__list__item__r {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_flow__list__item__r {
    max-width: 280px;
    margin: auto;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.volunteer_flow__list__item__ttl {
  color: #6fb92c;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .volunteer_flow__list__item__ttl {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_flow__list__item__txt {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_flow__list__item .list_cmn02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_flow__list__item .list_cmn02 {
    font-size: 1.4rem;
  }
}

.volunteer_trt__wrap {
  border: 2px solid #18b7cd;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .volunteer_trt__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_trt__wrap {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_trt__wrap__l {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_trt__wrap__l {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_trt__wrap__r {
    width: 50%;
  }
}
.volunteer_trt__wrap__ttl {
  color: #6fb92c;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .volunteer_trt__wrap__ttl {
    font-size: 2.1rem;
  }
}
.volunteer_trt__wrap .list_cmn {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .volunteer_trt__wrap .list_cmn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_trt__wrap .list_cmn {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .volunteer_trt__wrap__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_trt__wrap__txt {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .volunteer_info .list_cmn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .volunteer_info .list_cmn {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .volunteer_form {
    margin-bottom: 85px !important;
  }
}
.volunteer_form__img {
  border: 1px solid #9e9f9f;
  max-width: 250px;
  width: 50%;
  margin: 0 auto 25px;
}

.volunteer_contact__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .volunteer_contact__txt {
    font-size: 1.4rem;
  }
}

/*===================================
	STAY
=====================================*/
@media print, screen and (min-width: 768px) {
  .stay_exp {
    margin-bottom: 100px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .stay_exp__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .stay_exp__txt {
    font-size: 1.4rem;
  }
}

.stay_date {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .stay_date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .stay_date {
    font-size: 1.4rem;
  }
}
.stay_date span {
  display: block;
  color: #18b7cd;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .list_stay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: -60px;
  }
}
@media print, screen and (min-width: 768px) {
  .list_stay__item {
    width: 30%;
    margin-bottom: 70px;
  }
  .list_stay__item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .list_stay__item {
    margin-bottom: 30px;
  }
}
.list_stay__item__img {
  margin-bottom: 19px; /* 2024.12 KAZ: was 15px */
}
.list_stay__item__ttl {
  color: #6fb92c;
  font-size: 1.8rem;
  line-height: 1.3333; /* 24px; 2024.12 KAZ */
  margin-bottom: 14px; /* 2024.12 KAZ: was 10px */
}
.list_stay__item__ttl a {
  text-decoration: underline !important;
}
.list_stay__item__txt {
  font-size: 1.4rem;
}
.list_stay__item__tbl {
  font-size: 1.4rem;
  color: #18b7cd;
}
.list_stay__item__tbl th {
  vertical-align: top;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}
.list_stay__item__cmt {
  border-top: 1px solid #b4b4b5;
  border-bottom: 1px solid #b4b4b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
  margin-top: 15px;
}
.list_stay__item__cmt dt {
  width: 52px;
  font-size: 1.1rem;
  background-color: #6fb92c;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: relative;
  padding: 4px 0;
  margin-bottom: 6px;
  letter-spacing: -0.05em;
}
.list_stay__item__cmt dt::after {
  position: absolute;
  content: "";
  clip-path: polygon(0 20%, 100% 100%, 80% 0);
  width: 10px;
  height: 8px;
  left: 60%;
  bottom: -6px;
  background-color: #6fb92c;
}
.list_stay__item__cmt dd {
  width: calc(100% - 65px);
  font-size: 1.4rem;
  margin: 2px 0 4px;
}

@media print, screen and (min-width: 768px) {
  .stay_map {
    margin-top: 160px;
  }
}

/*===================================
	TRAFFIC
=====================================*/
@media print, screen and (min-width: 768px) {
  .traffic_note {
    margin-bottom: 100px !important;
  }
}
.traffic_note__box {
  border: 2px solid #6fb92c;
  border-radius: 10px;
  text-align: center;
  color: #18b7cd;
  font-weight: bold;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .traffic_note__box {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .traffic_note__box {
    padding: 20px;
  }
}
.traffic_note__box__txt {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 768px) {
  .traffic_note__box__txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .traffic_note__box__txt {
    font-size: 1.6rem;
  }
}

.traffic_map__img {
  border: 4px solid #d6d6d6;
}
@media print, screen and (min-width: 768px) {
  .traffic_map__img {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .traffic_map__img {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=index.css.map */