@charset "UTF-8";
/*===============================================
 responsive setting
===============================================*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
main {
  padding: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin-left: -50px;
  width: 28px;
  height: 28px;
  background: url("/images/pc/top_sec_slide_arrow_left_01.png") left top no-repeat;
  z-index: 1;
}

.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin-right: -15px;
  width: 28px;
  height: 28px;
  background: url("/images/pc/top_sec_slide_arrow_right_01.png") left top no-repeat;
  z-index: 1;
}

/* slick dots 全体の配置 */
.swiper-container-wrapper .swiper img {
  display: block;
}
.swiper-container-wrapper .swiper-controls {
  position: relative;
}
.swiper-container-wrapper .swiper-controls .swiper-pagination {
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 77.3333333333vw;
  gap: 0 2vw;
}
@media print, screen and (min-width: 768px) {
  .swiper-container-wrapper .swiper-controls .swiper-pagination {
    width: 100%;
    gap: 0 10px;
  }
}
.swiper-container-wrapper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.8vw;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: static !important; /* ← これが重要！絶対配置を解除 */
  background: #d3d2db;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-size: 0;
  display: block;
  -webkit-transition: background 0.3s, height 0.3s;
  transition: background 0.3s, height 0.3s;
}
@media print, screen and (min-width: 768px) {
  .swiper-container-wrapper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    height: 3px;
  }
}
.swiper-container-wrapper .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a8c5;
}

body {
  background: url(../img/top/kv_bg_01.png) no-repeat center top, url(../img/common/bg_sp.png) no-repeat center top;
  background-size: 100% auto, cover;
}

#kv .section-inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #kv .section-inner {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#kv .section-inner .btn_oder {
  position: absolute;
  right: 3%;
  bottom: 11%;
  z-index: 10;
  width: 24.8vw;
}
@media print, screen and (min-width: 768px) {
  #kv .section-inner .btn_oder {
    right: 10%;
    bottom: 31%;
    width: auto;
    bottom: 20px;
    right: 20px;
  }
}
#kv .section-inner .btn_follow {
  display: none;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 10;
  width: 24.8vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  #kv .section-inner .btn_follow {
    width: 120px;
  }
}
#kv .section-inner .btn_follow a img {
  width: 100%;
  height: auto;
}
#kv .slide-kv-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #kv .slide-kv-box {
    width: 100%;
    margin: 0;
  }
}
#kv .slide-kv-box .slide-kv-flame {
  position: relative;
}
#kv .slide-kv-box .slide-kv-flame::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  #kv .slide-kv-box .slide-kv-flame::after {
    width: 100%;
    height: 100%;
  }
}
#kv .slide-kv-box .slide-kv-flame::after {
  background: url(../img/top/kv_obj_01.png) no-repeat center bottom;
  background-size: 100% auto;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #kv .slide-kv-box .slide-kv-flame::after {
    background: url(../img/top/kv_obj_01.png) no-repeat center bottom;
    background-size: 100% auto;
  }
}
#kv .slide-kv-box .slide-kv-flame .slide-kv {
  z-index: 5;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #kv .slide-kv-box .slide-kv-flame .slide-kv {
    margin-bottom: 0;
  }
}
#kv .slide-kv-box .slide-kv-flame .slide-kv .swiper-slide {
  position: relative;
}
#kv .slide-kv-box .slide-kv-flame .slide-kv .swiper-slide img {
  width: 100%;
  height: auto;
}
#kv .slide-kv-box .swiper-controls {
  display: none;
  margin-bottom: 6vw;
}
@media print, screen and (min-width: 768px) {
  #kv .slide-kv-box .swiper-controls {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #kv .slide-kv-box .swiper-controls .swiper-pagination {
    width: 430px;
  }
}

@media print, screen and (min-width: 768px) {
  #main-content .section .section-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}
#main-content .section#news {
  padding-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#news {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
#main-content .section#news .section-inner {
  border-top: 1px solid #000;
  width: 92vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#news .section-inner {
    width: 100%;
    max-width: 1140px;
  }
}
#main-content .section#news .section-inner .news-post a {
  display: block;
  border-bottom: 1px solid #000;
  padding: 0.5em 1em;
  font-size: 4.2666666667vw;
  color: #5A3C1E;
  gap: 1em;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#news .section-inner .news-post a {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  #main-content .section#news .section-inner .news-post a dl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    gap: 20px;
  }
}
#main-content .section#news .section-inner .news-post a p {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 1em;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#news .section-inner .news-post a p {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#main-content .section#news .section-inner .news-post a p span.right-icon {
  display: inline-block;
  vertical-align: middle;
  color: #5A3C1E;
  line-height: 1;
  position: relative;
  width: 0.75em;
  height: 0.75em;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
#main-content .section#news .section-inner .news-post a p span.right-icon::before, #main-content .section#news .section-inner .news-post a p span.right-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
#main-content .section#news .section-inner .news-post a p span.right-icon::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
#main-content .section#news .section-inner .news-post a p span.right-icon::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
#main-content .section#openlead {
  padding-top: 8vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#openlead {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#openlead .section-inner {
    width: 92vw;
    margin: 0 auto;
  }
}
#main-content .section#openlead .section-inner h1 {
  margin: 0 auto 2em;
  width: 50vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#openlead .section-inner h1 {
    width: auto;
    margin-bottom: 2em;
  }
}
#main-content .section#openlead .section-inner p.open {
  font-size: 10.1333333333vw;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#openlead .section-inner p.open {
    font-size: 8.2rem;
  }
}
#main-content .section#openlead .section-inner .comment {
  margin-bottom: 2em;
}
#main-content .section#openlead .section-inner .comment h2 {
  font-size: 6.6666666667vw;
  font-weight: bold;
  margin-bottom: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#openlead .section-inner .comment h2 {
    font-size: 5rem;
  }
}
#main-content .section#openlead .section-inner .comment p {
  font-size: 4.2666666667vw;
}
@media only screen and (max-width: 767px) {
  #main-content .section#openlead .section-inner .comment p {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  #main-content .section#openlead .section-inner .comment p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #main-content .section#openlead .section-inner .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#openlead .section-inner .image p:first-child {
    margin-bottom: 1em;
  }
}
#main-content .section#introduction {
  margin-bottom: 13.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#introduction .section-inner {
    width: 92vw;
    margin: 0 auto;
  }
}
#main-content .section#introduction .section-inner .icons {
  padding: 20px 40px;
  background: #FFF9E8;
  border-radius: 20px;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction .section-inner .icons {
    padding: 20px 40px;
  }
}
#main-content .section#introduction .section-inner .icons p {
  font-size: 5.3333333333vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction .section-inner .icons p {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction .section-inner .icons ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2em 0;
  }
}
#main-content .section#introduction .section-inner .icons ul li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 4.2666666667vw;
}
@media only screen and (max-width: 767px) {
  #main-content .section#introduction .section-inner .icons ul li {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction .section-inner .icons ul li {
    width: 25%;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#introduction .section-inner .icons ul li:last-of-type {
    margin-bottom: 0;
  }
}
#main-content .section#introduction .section-inner .icons ul li img {
  width: 11.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction .section-inner .icons ul li img {
    width: 44px;
  }
}
#main-content .section#introduction .section-inner .icons ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main-content .section#introduction .section-inner .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 22px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-content .section#introduction .section-inner .gallery .hidden-gallery {
  display: none;
}
#main-content .section#introduction .section-inner .gallery .image-box {
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction .section-inner .gallery .image-box {
    width: 24%;
  }
}
#main-content .section#introduction .section-inner .gallery .image-box.big {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction .section-inner .gallery .image-box.big {
    width: 49%;
  }
}
#main-content .section#introduction .section-inner .gallery .image-box img {
  width: 100%;
  height: auto;
}
#main-content .section#introduction .section-inner .btn-box {
  padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction .section-inner .btn-box {
    padding-top: 50px;
  }
}
#main-content .section#introduction .section-inner .btn-box p.btn {
  width: 45.6vw;
  height: 12.5333333333vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 4vw;
  gap: 1em;
  background: #FFF9E8;
  border-radius: 60px;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction .section-inner .btn-box p.btn {
    width: 342px;
    height: 94px;
    font-size: 3rem;
    border-radius: 60px;
  }
}
#main-content .section#introduction .section-inner .btn-box p.btn:after {
  content: "";
  display: block;
  width: 5.4666666667vw;
  height: 5.3333333333vw;
  background: url(/assets/img/common/icon_arrow_down.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#introduction .section-inner .btn-box p.btn:after {
    width: 31px;
    height: 33px;
  }
}
#main-content .section#introduction .section-inner .btn-box p.btn span.open_word {
  display: none;
}
#main-content .section#introduction .section-inner .btn-box p.btn.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#main-content .section#introduction .section-inner .btn-box p.btn.open span.open_word {
  display: block;
}
#main-content .section#introduction .section-inner .btn-box p.btn.open span.close_word {
  display: none;
}
#main-content .section#map {
  margin-bottom: 13.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#map {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#map .section-inner {
    width: 92vw;
    margin: 0 auto;
  }
}
#main-content .section#map .section-inner .map-box {
  position: relative;
}
#main-content .section#map .section-inner .map-box p.map img {
  width: 100%;
  height: auto;
}
#main-content .section#map .section-inner .map-box p.btn {
  position: absolute;
  right: 1.3333333333vw;
  bottom: -5.3333333333vw;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#map .section-inner .map-box p.btn {
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;
  }
}
#main-content .section#price {
  margin-bottom: 17.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price {
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#price .section-inner {
    width: 92vw;
    margin: 0 auto;
  }
}
#main-content .section#price .section-inner .price-sample {
  padding: 40px 50px;
  border-radius: 16px;
  background: #FFFFFF;
  margin-bottom: 12vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .price-sample {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 50px;
    margin-bottom: 90px;
  }
}
#main-content .section#price .section-inner .price-sample .price-box {
  width: 66.6666666667vw;
  height: 26.6666666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5.3333333333vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #fff;
  background: #64AC60;
  border-radius: 12px;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .price-sample .price-box {
    width: 268px;
    height: 147px;
    font-size: 3rem;
  }
}
#main-content .section#price .section-inner .price-sample .price-box.price-box-01 {
  background: #579352;
}
#main-content .section#price .section-inner .price-sample .price-box.price-box-03 {
  background: #719DA6;
}
#main-content .section#price .section-inner .price-sample .price-box.price-box-05 {
  background: #9E8F62;
}
#main-content .section#price .section-inner .price-sample .price-box-02, #main-content .section#price .section-inner .price-sample .price-box-04 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 8vw;
  color: #000000;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .price-sample .price-box-02, #main-content .section#price .section-inner .price-sample .price-box-04 {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .price-sample .price-box-02 {
    margin: 0 0.5em;
  }
}
#main-content .section#price .section-inner .price-list {
  margin-bottom: 5.3333333333vw;
}
@media only screen and (max-width: 767px) {
  #main-content .section#price .section-inner .price-list {
    overflow: scroll;
  }
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .price-list {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#price .section-inner .price-list .price-list-inner {
    width: 800px;
  }
}
#main-content .section#price .section-inner .price-list .price-list-inner table {
  width: 100%;
  background: #fff;
}
#main-content .section#price .section-inner .price-list .price-list-inner table tr th, #main-content .section#price .section-inner .price-list .price-list-inner table tr td {
  padding: 0.75em;
  color: #000;
  border: 1px solid #D2D2D2;
  vertical-align: middle;
}
#main-content .section#price .section-inner .price-list .price-list-inner table tr th {
  font-size: 4.8vw;
  width: auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .price-list .price-list-inner table tr th {
    font-size: 2rem;
    width: 35%;
  }
}
#main-content .section#price .section-inner .price-list .price-list-inner table tr th.title {
  width: 20%;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .price-list .price-list-inner table tr th.title {
    width: 30%;
  }
}
#main-content .section#price .section-inner .price-list .price-list-inner table tr td {
  font-size: 4.2666666667vw;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .price-list .price-list-inner table tr td {
    font-size: 1.8rem;
  }
}
#main-content .section#price .section-inner .price-list .price-list-inner table thead th {
  background: #719DA6;
  color: #fff;
}
#main-content .section#price .section-inner .price-list .price-list-inner table tbody th {
  background: #E2ECED;
}
#main-content .section#price .section-inner .price-list .price-list-inner table .tr {
  text-align: right;
}
#main-content .section#price .section-inner .price-list .price-list-inner table .tc {
  text-align: center;
}
#main-content .section#price .section-inner .price-list.price-list-site {
  margin-bottom: 120px;
}
#main-content .section#price .section-inner .price-list.price-list-site .price-list-inner table thead th {
  background: #9E8F62;
}
#main-content .section#price .section-inner .price-list.price-list-site .price-list-inner table tbody th {
  background: #ECE9DF;
}
#main-content .section#price .section-inner .link {
  background: #F7DB63;
  border-radius: 45px;
  padding: 5.3333333333vw 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .link {
    border-radius: 45px;
    padding: 45px 55px;
  }
}
#main-content .section#price .section-inner .link p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .link p {
    font-size: 4rem;
  }
}
#main-content .section#price .section-inner .link p.title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 8.2666666667vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .link p.title {
    font-size: 6.2rem;
  }
}
#main-content .section#price .section-inner .link p a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: #583C1F;
}
#main-content .section#price .section-inner .link p a::after {
  content: "";
  display: block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: url(/assets/img/common/icon_arrow_right_up_brown.png);
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#price .section-inner .link p a::after {
    width: 80px;
    height: 80px;
  }
}
#main-content .section#about {
  padding: 130px 0;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#about {
    padding: 130px 0;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#about .section-inner {
    width: 92vw;
    margin: 0 auto;
  }
}
#main-content .section#about .about-box {
  position: relative;
  margin-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#about .about-box {
    margin-bottom: 100px;
  }
}
#main-content .section#about .about-box:last-child {
  margin-bottom: 0;
}
#main-content .section#about .about-box .about-box-inner {
  border-radius: 6.6666666667vw;
  background: #5A773E;
  padding: 6vw 4.6666666667vw 10vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#about .about-box .about-box-inner {
    border-radius: 50px;
    padding: 45px 35px 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
  }
}
#main-content .section#about .about-box .about-box-inner .image {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#about .about-box .about-box-inner .image {
    width: 450px;
    margin-bottom: 0;
  }
}
#main-content .section#about .about-box .about-box-inner .image img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#about .about-box .about-box-inner .detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#main-content .section#about .about-box .about-box-inner .detail h4 {
  font-size: 8vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#about .about-box .about-box-inner .detail h4 {
    font-size: 5rem;
  }
}
#main-content .section#about .about-box .about-box-inner .detail p {
  font-size: 4.2666666667vw;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#about .about-box .about-box-inner .detail p {
    font-size: 2rem;
  }
}
#main-content .section#about .about-box .btn-box p.btn {
  position: absolute;
  right: 1.3333333333vw;
  bottom: -4.5333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#about .about-box .btn-box p.btn {
    right: -56px;
    bottom: -34px;
  }
}
#main-content .section#about .about-box .btn-box p.btn a {
  width: 45.6vw;
  height: 12.5333333333vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4vw;
  gap: 2em;
  background: #583C1F;
  border-radius: 60px;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#about .about-box .btn-box p.btn a {
    width: 342px;
    height: 94px;
    font-size: 3rem;
  }
}
#main-content .section#about .about-box .btn-box p.btn a span {
  padding-right: 2em;
}
#main-content .section#about .about-box .btn-box p.btn a:after {
  position: absolute;
  right: 4vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  background: url(/assets/img/common/icon_arrow_right_up_green.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#about .about-box .btn-box p.btn a:after {
    right: 30px;
    width: 52px;
    height: 52px;
  }
}
#main-content .section#about .about-box.about-box-egg .about-box-inner {
  background: #F7DB63;
}
#main-content .section#about .about-box.about-box-egg .about-box-inner .detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main-content .section#about .about-box.about-box-egg .about-box-inner .detail h4 {
  color: #583C1F;
}
#main-content .section#about .about-box.about-box-egg .about-box-inner .detail p {
  color: #583C1F;
}
#main-content .section#about .about-box.about-box-egg .btn-box p.btn a:after {
  background: url(/assets/img/common/icon_arrow_right_up_yellow.png) no-repeat center center;
  background-size: 100% auto;
}
#main-content .section#facilities h3 {
  text-align: left;
  margin-bottom: 20px;
  width: 92vw;
  margin: 0 auto 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#facilities h3 {
    width: auto;
    margin-bottom: 20px;
  }
}
#main-content .section#facilities .slide-box .swiper-container-wrapper {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#facilities .slide-box .swiper-container-wrapper .swiper .swiper-wrapper .swiper-slide {
    width: 317px;
  }
}
#main-content .section#facilities .slide-box .swiper-container-wrapper .swiper .swiper-wrapper .swiper-slide .slide-inner a {
  border-radius: 30px;
  overflow: hidden;
  display: block;
  color: #583C1F;
}
#main-content .section#facilities .slide-box .swiper-container-wrapper .swiper .swiper-wrapper .swiper-slide .slide-inner a .thumb img {
  width: 100%;
  height: auto;
}
#main-content .section#facilities .slide-box .swiper-container-wrapper .swiper .swiper-wrapper .swiper-slide .slide-inner a .detail {
  position: relative;
  padding: 13px 12px;
  background: #fff;
}
#main-content .section#facilities .slide-box .swiper-container-wrapper .swiper .swiper-wrapper .swiper-slide .slide-inner a .detail p.title {
  font-size: 4.2666666667vw;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#facilities .slide-box .swiper-container-wrapper .swiper .swiper-wrapper .swiper-slide .slide-inner a .detail p.title {
    font-size: 1.6rem;
  }
}
#main-content .section#facilities .slide-box .swiper-container-wrapper .swiper .swiper-wrapper .swiper-slide .slide-inner a .detail ul li {
  font-size: 4.2666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#facilities .slide-box .swiper-container-wrapper .swiper .swiper-wrapper .swiper-slide .slide-inner a .detail ul li {
    font-size: 1.6rem;
  }
}
#main-content .section#facilities .slide-box .swiper-container-wrapper .swiper .swiper-wrapper .swiper-slide .slide-inner a .detail:after {
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  content: "";
  display: block;
  width: 6.5333333333vw;
  height: 6.5333333333vw;
  background: url(/assets/img/common/icon_arrow_right_brown.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#facilities .slide-box .swiper-container-wrapper .swiper .swiper-wrapper .swiper-slide .slide-inner a .detail:after {
    right: 10px;
    bottom: 10px;
    width: 49px;
    height: 49px;
  }
}
#main-content .section#facilities .slide-box .swiper-container-wrapper .swiper-button-prev, #main-content .section#facilities .slide-box .swiper-container-wrapper .swiper-button-next {
  width: 13.2vw;
  height: 13.0666666667vw;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#facilities .slide-box .swiper-container-wrapper .swiper-button-prev, #main-content .section#facilities .slide-box .swiper-container-wrapper .swiper-button-next {
    width: 35px;
    height: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#main-content .section#facilities .slide-box .swiper-container-wrapper .swiper-button-prev::after, #main-content .section#facilities .slide-box .swiper-container-wrapper .swiper-button-next::after {
  display: none;
}
#main-content .section#facilities .slide-box .swiper-container-wrapper .swiper-button-prev {
  left: 5px;
  background: url(../img/common/icon_arrow_prev.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#facilities .slide-box .swiper-container-wrapper .swiper-button-prev {
    left: -40px;
  }
}
#main-content .section#facilities .slide-box .swiper-container-wrapper .swiper-button-next {
  right: 5px;
  background: url(../img/common/icon_arrow_next.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#facilities .slide-box .swiper-container-wrapper .swiper-button-next {
    right: -40px;
  }
}
#main-content .section#access {
  padding-top: 8vw;
  padding-bottom: 17.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access {
    padding-top: 60px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#access .section-inner {
    width: 92vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#access .section-inner h3 {
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
}
#main-content .section#access .about-box .detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-box .detail {
    padding-top: 70px;
  }
}
#main-content .section#access .about-box .detail h4 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  margin-bottom: 4vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-box .detail h4 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
#main-content .section#access .about-box .detail .comment p {
  font-size: 4.2666666667vw;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-box .detail .comment p {
    font-size: 2rem;
  }
}
#main-content .section#access .about-box .detail .btn-box p.btn a {
  width: 50vw;
  height: 14vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.8vw;
  gap: 2em;
  background: #583C1F;
  border-radius: 60px;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-box .detail .btn-box p.btn a {
    width: 250px;
    height: 70px;
    font-size: 2.4rem;
    border-radius: 60px;
  }
}
#main-content .section#access .about-box .detail .btn-box p.btn a span {
  padding-right: 2em;
}
#main-content .section#access .about-box .detail .btn-box p.btn a:after {
  position: absolute;
  right: 3.0666666667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 5.2vw;
  height: 5.2vw;
  background: url(/assets/img/common/icon_arrow_right_up_yellow_02.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-box .detail .btn-box p.btn a:after {
    right: 23px;
    width: 39px;
    height: 39px;
  }
}
#main-content .section#access .about-box .map {
  width: 100%;
  padding: 8vw 0;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-box .map {
    width: 700px;
    padding: 0;
  }
}
#main-content .section#access .about-box .map iframe {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-box .map iframe {
    width: 700px;
  }
}
#main-content .section#access .about-attention {
  background: #FFF9E8;
  border-radius: 3.3333333333vw;
  padding: 4vw 5.3333333333vw;
  margin-bottom: 12vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-attention {
    border-radius: 25px;
    padding: 30px 40px;
    margin-bottom: 90px;
  }
}
#main-content .section#access .about-attention p {
  font-size: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-attention p {
    font-size: 2.8rem;
  }
}
#main-content .section#access .about-time {
  background: #FFF9E8;
  border-radius: 5.3333333333vw;
  padding: 4.6666666667vw 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time {
    border-radius: 40px;
    padding: 70px 100px;
  }
}
#main-content .section#access .about-time h4 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #8EC68A;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time h4 {
    font-size: 5rem;
    margin-bottom: 20px;
  }
}
#main-content .section#access .about-time .about-time-box {
  background: #fff;
  padding: 2.6666666667vw 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .about-time-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    padding: 20px 40px;
    margin-bottom: 40px;
    gap: 40px;
  }
}
#main-content .section#access .about-time .about-time-box .about-time-list {
  width: 100%;
}
#main-content .section#access .about-time .about-time-box .about-time-list dl {
  border-top: 1px solid #000;
  padding: 5.3333333333vw 0 0;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .about-time-box .about-time-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0 0;
  }
}
#main-content .section#access .about-time .about-time-box .about-time-list dl:first-child {
  border: none;
  padding: 0 0 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .about-time-box .about-time-list dl:first-child {
    padding: 0 0 20px;
  }
}
#main-content .section#access .about-time .about-time-box .about-time-list dl dt {
  width: 100%;
  font-size: 4.2666666667vw;
  color: #8EC68A;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .about-time-box .about-time-list dl dt {
    width: 30%;
    font-size: 1.6rem;
  }
}
#main-content .section#access .about-time .about-time-box .about-time-list dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 4.2666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .about-time-box .about-time-list dl dd {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#access .about-time .about-time-box .about-time-list:last-child dl:first-child {
    border-top: 1px solid #000;
    margin: 20px 0 0;
    padding: 20px 0;
  }
}
#main-content .section#access .about-time .attention {
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .attention {
    margin-bottom: 40px;
  }
}
#main-content .section#access .about-time .attention ul li {
  font-size: 4.2666666667vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .attention ul li {
    font-size: 1.6rem;
  }
}
#main-content .section#access .about-time .btn-box {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#main-content .section#access .about-time .btn-box p {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .btn-box p {
    width: 46%;
  }
}
#main-content .section#access .about-time .btn-box p.btn a {
  width: 100%;
  height: 13.3333333333vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.8vw;
  gap: 1em;
  background: #8EC68A;
  border-radius: 3.3333333333vw;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .btn-box p.btn a {
    height: 110px;
    font-size: 3.6rem;
    border-radius: 25px;
  }
}
#main-content .section#access .about-time .btn-box p.btn a:after {
  content: "";
  display: block;
  width: 9.7333333333vw;
  height: 9.6vw;
  background: url(/assets/img/common/icon_arrow_right_up_yellow_03.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  #main-content .section#access .about-time .btn-box p.btn a:after {
    width: 73px;
    height: 72px;
  }
}
@media only screen and (max-width: 767px) {
  #main-content .section#access .about-time .btn-box p.btn:first-child {
    margin-bottom: 1em;
  }
}
#main-content #first-sec {
  background: #FEF9EA;
  padding-bottom: 130px;
}
#main-content #second-sec {
  background: url(/assets/img/top/bg_second_01.png) no-repeat center top, url(/assets/img/top/bg_second_02.png) no-repeat center bottom, #82c882;
  background-size: 100% auto;
  padding: 20vw 0;
}
@media print, screen and (min-width: 768px) {
  #main-content #second-sec {
    padding: 10.4166666667vw 0;
  }
}
#main-content #second-sec .section .section-inner h3 {
  font-size: 8vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #FFF9E8;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content #second-sec .section .section-inner h3 {
    font-size: 5rem;
    margin-bottom: 40px;
  }
}
#main-content #third-sec {
  background: #fff;
}
#main-content #third-sec .section .section-inner h3 {
  font-size: 8vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #583C1F;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content #third-sec .section .section-inner h3 {
    font-size: 5rem;
    margin-bottom: 40px;
  }
}
#main-content #forth-sec {
  background: url(/assets/img/top/bg_forth_01.png) no-repeat center top, url(/assets/img/top/bg_forth_02.png) no-repeat center bottom, #fff9e8;
  background-size: 100% auto;
  padding: 10.4166666667vw 0;
}
#main-content #forth-sec .section .section-inner h3 {
  font-size: 8vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #583C1F;
}
@media print, screen and (min-width: 768px) {
  #main-content #forth-sec .section .section-inner h3 {
    font-size: 5rem;
  }
}
#main-content #fifth-sec .section .section-inner h3 {
  font-size: 8vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #583C1F;
}
@media print, screen and (min-width: 768px) {
  #main-content #fifth-sec .section .section-inner h3 {
    font-size: 5rem;
  }
}

.modal_base {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
.modal_base .modal_base_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal_content {
  display: none;
  width: 92vw;
  background: #FFFAE6;
  padding: 10.6666666667vw 5.3333333333vw 4vw;
  border-radius: 2.6666666667vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal_content {
    overflow-y: scroll;
    height: 90vh;
  }
}
@media print, screen and (min-width: 768px) {
  .modal_content {
    width: 800px;
    padding: 30px 40px;
    border-radius: 20px;
  }
}
.modal_content h3 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .modal_content h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.modal_content .modal_element {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .modal_content .modal_element .modal_element_inner .main_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.modal_content .modal_element .modal_element_inner .main_content .images {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .modal_content .modal_element .modal_element_inner .main_content .images {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .modal_content .modal_element .modal_element_inner .main_content .images {
    width: 336px;
  }
}
.modal_content .modal_element .modal_element_inner .main_content .detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal_content .modal_element .modal_element_inner .main_content .detail p {
  font-size: 4.2666666667vw;
}
@media print, screen and (min-width: 768px) {
  .modal_content .modal_element .modal_element_inner .main_content .detail p {
    font-size: 1.6rem;
  }
}
.modal_content p.btn_close {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 4vw;
  height: 4vw;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .modal_content p.btn_close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}