@charset "utf-8";
/* CSS Document */

/*---公開前プチコーナー---*/
:root {
  --bg-color: #f2f5e5;
  --main-color: #0e4d42;
}
/*背景*/
.shonai_jukyo {
  background: var(--bg-color);
  margin: 20px auto;
  padding: 30px 0;
}
.mt0 {
  margin-top: 0;
}
/*タイトル*/
.ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 20px;
}
.ttl_wrap>.logo_box {
  /*width: 45%;*/
  width: 50%;
}
.ttl_wrap>.ttl_date_box {
  width: 45%;
  text-align: center;
}
.ttl_wrap>.ttl_date_box h2 {
  font-size: 3.0rem;
  /*margin: 10px auto;*/
  margin: 0 auto 10px;
  color: var(--main-color);
}
.ttl_wrap>.ttl_date_box .date_text {
  font-size: 1.6rem;
  font-weight: bold;
}
.ttl_wrap>.ttl_date_box .date_text>p>span {
  font-size: 2.4rem;
  line-height: 1;
}
.shonai_jukyo .top .section h3 {
  background: none;
  color: var(--main-color);
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0;
  margin: 40px auto 0;
  position: relative;
  &::before, &::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: var(--main-color);
    width: 1px;
    height: 15px;
    bottom: 0;
  }
  &::before {
    left: -20px;
    transform: rotate(-30deg);
  }
  &::after {
    right: -20px;
    transform: rotate(30deg);
  }
}
/*クーポン*/
.shonai_jukyo .coupon_container {
  margin: 20px auto 40px;
}
.shonai_jukyo .coupon_container .box_shadow {
  border: none;
  border-radius: 20px;
  filter: none;
  padding: 10px 20px 5px!important;
}
.shonai_jukyo .coupon_container .feature .section h3 {
  color: var(--main-color);
  font-size: 2.0rem;
}
.shonai_jukyo .coupon_text .price_box {
  /*background: linear-gradient(transparent 70%, #dbf1de 70%);*/
  background: linear-gradient(transparent 70%, #ffdd76 70%);
}
.shonai_jukyo .coupon_text .price_box>.price_inner {
  font-size: 2.2rem;
}
.shonai_jukyo .coupon_text .price_box>.price_inner>span {
  font-size: 3.2rem;
}
.shonai_jukyo .btn_01 a {
  background: var(--main-color);
  padding: 0 20px 0 10px;
  &:hover {
    text-decoration: none;
  }
}
/*---PC---*/
@media screen and (min-width: 768px) {
  .pc_txcenter {
    text-align: center;
  }
}
/*---SP---*/
@media screen and (max-width: 767px) {
  /*タイトル*/
  .ttl_wrap {
    flex-direction: column;
    margin: 0 auto 10px;
  }
  .ttl_wrap>.logo_box, .ttl_wrap>.ttl_date_box {
    width: 100%;
  }
  .ttl_wrap>.ttl_date_box>.title>.section {
    margin: 0 auto;
  }
  .ttl_wrap>.ttl_date_box h2 {
    font-size: 2.6rem;
    margin: 0 auto 20px;
  }
  .shonai_jukyo .top .section h3 {
    margin: 30px auto 0;
  }
  /*クーポン*/
  .shonai_jukyo .coupon_container {
    margin: 10px auto 40px;
  }
  .shonai_jukyo .coupon_container .btn_01 {
    margin: 10px auto;
  }
}

:root {
  --bg-color: #f2f5e5;
  --main-color: #0e4d42;
}
.shonai_jukyo {
  margin: 20px auto;
}
.shonai_jukyo .bg_color {
  background: var(--bg-color);
  margin: 30px auto 0;
}
.serif {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
/*クーポン*/
.shonai_jukyo .top .section.ttl_coupon h3 {
  background: none;
  color: var(--main-color);
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0;
  margin: 20px auto 0;
  position: relative;
  &::before, &::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: var(--main-color);
    width: 1px;
    height: 15px;
    bottom: 0;
  }
  &::before {
    left: -20px;
    transform: rotate(-30deg);
  }
  &::after {
    right: -20px;
    transform: rotate(30deg);
  }
}
.shonai_jukyo .coupon_container {
  margin: 10px auto 20px;
}
.shonai_jukyo .coupon_container .box_shadow {
  border: none;
  border-radius: 20px;
  filter: none;
  padding: 10px 20px 5px!important;
  margin: 10px auto;
}
.shonai_jukyo .coupon_container .feature .section h3 {
  color: var(--main-color);
  font-size: 2.0rem;
}
.shonai_jukyo .coupon_text .price_box {
  /*background: linear-gradient(transparent 70%, #dbf1de 70%);*/
  background: linear-gradient(transparent 70%, #ffdd76 70%);
}
.shonai_jukyo .coupon_text .price_box>.price_inner {
  font-size: 2.2rem;
}
.shonai_jukyo .coupon_text .price_box>.price_inner>span {
  font-size: 3.2rem;
}
.shonai_jukyo .coupon_container .box_content .btn_01 a {
  border-radius: 21px;
}
/*MV下テキスト*/
.shonai_jukyo .ttl_wrap>.text {
  margin: 30px auto;
}
/*ナビ*/
.nav_shonai ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.nav_shonai ul li {
  width: 200px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: #dbe9d9;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  transition: .3s;
  &:hover {
    background: #b9d2b5;
  }
}
.nav_shonai ul li>a {
  display: block;
  color: var(--main-color);
  padding: 5px 0 15px;
  &:hover {
    text-decoration: none;
  }
}
.nav_shonai ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  transform: rotate(45deg);
  bottom: 10px;
  left: calc(50% - 0.4rem);
  transition: .3s;
}
.nav_shonai ul li:hover::before {
  bottom: 7px;
}
/*タイトル*/
.shonai_jukyo .top .section h2 {
  font-size: 2.8rem;
  color: var(--main-color);
  position: relative;
  margin: -110px auto 20px;
  padding: 130px 0 0;
  text-align: center;
}
.shonai_jukyo .top .section h2>span {
  display: block;
  font-size: 1.6rem;
  text-align: center;
}
.shonai_jukyo .top #healing.section h2::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/tohoku/images/shonai_jukyo/img_shonai_01.png) no-repeat 0 0 / contain;
  width: 58px;
  height: 63px;
  bottom: 0;
  left: -70px;
}
.shonai_jukyo .top #plan.section h2::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/tohoku/images/shonai_jukyo/img_shonai_02.png) no-repeat 0 0 / contain;
  width: 57px;
  height: 53px;
  bottom: 0;
  right: -65px;
}
.shonai_jukyo .top #hotsprings.section h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/tohoku/images/shonai_jukyo/img_shonai_03.png) no-repeat 0 0 / contain;
  width: 63px;
  height: 44px;
  bottom: 0;
  left: -80px;
}
/*スポット*/
.shonai_jukyo .clm1 {
  border: 1px solid var(--main-color);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 30px auto 0;
}
.shonai_jukyo .clm1>.thumbnailImage {
  width: 48% !important;
  margin: 0 2% 10px auto;
}
.shonai_jukyo .thumbnailImage>.thumbnailImage {
  position: relative;
  margin-bottom: 0;

}
.shonai_jukyo .thumbnailImage>.area_titlebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.shonai_jukyo .thumbnailImage>.area_titlebox>.area_name, .shonai_jukyo .base_prod .hotel li>a .img_box>.ribbon {
  background: #333;
  padding: 2px 8px;
  font-size: 1.3rem;
  font-weight: normal;
}
.shonai_jukyo .clm1 .clm1_right {
  margin: 0 auto;
}
.shonai_jukyo h3 {
  font-size: 2.2rem;
  color: var(--main-color);
  margin: 0 auto 5px;
}
.shonai_jukyo .icon {
  display: inline-block;
  font-size: 1.3rem;
  color: var(--main-color);
  background: #dbe9d9;
  border-radius: 4px;
  padding: 0 5px;
  margin: 0 auto 10px;
}
.shonai_jukyo .text_box .access {
  border-top: 1px solid var(--main-color);
  margin: 15px auto;
  padding: 15px 0 0;
}
.shonai_jukyo .wrap_slide.clm3 {
  margin: 30px auto 0;
  position: relative;
}
.shonai_jukyo .wrap_slide.clm3 .swiper {
  padding: 0;
}
.shonai_jukyo .wrap_slide.clm3 .box_content {
  border: 1px solid var(--main-color);
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.shonai_jukyo .wrap_slide.clm3 .box_content>.freehtml:has(>#text_grow_box) {
  flex-grow: 1;
}
.shonai_jukyo .wrap_slide.clm3 .box_content .thumb, .onsen_box .thumbnailImage>.imgSwitch>.thumb {
  display: none;
}
.shonai_jukyo .wrap_slide.clm3 .box_content .btn_01 {
  margin: 10px auto 0;
}
/*カルーセル*/
.shonai_jukyo .wrap_slide.clm3 .swiper {
  overflow: hidden;
  position: relative;
  padding: 0 0 40px;
}
.shonai_jukyo .wrap_slide .swiper-button-prev, .shonai_jukyo .wrap_slide .swiper-button-next {
  border-color: var(--main-color);
}
.shonai_jukyo .swiper-pagination-bullet {
  background: var(--main-color);
  transition: .2s;
}
.shonai_jukyo .swiper-pagination-bullet-active {
  transform: scale(1.3);
}
/*商品*/
.shonai_jukyo .base_prod {
  margin: 30px auto 10px;
}
.shonai_jukyo .base_prod .hotel li {
  background: #fff;
}
.shonai_jukyo a img:hover {
  opacity: 1;
}
.shonai_jukyo .base_prod .hotel li>a .details_box>.area {
  display: none;
}
.shonai_jukyo .base_prod .hotel li>a .details_box>.txt {
  background: #f0f7ef;
  padding: 5px 10px;
  color: var(--main-color);
}
/*温泉*/
.clm4.pc_clm2 {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.clm4.pc_clm2 .ace-section:has(>.onsen_box) {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}
.clm4.pc_clm2 .ace-section:has(>.onsen_box):last-of-type {
  margin-right: 0;
}
.onsen_box {
  border: 1px solid var(--main-color);
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.onsen_box>.freehtml:has(>#text_grow_box) {
  flex-grow: 1;
}
.onsen_box .text_box .access {
  margin: 15px auto 0;
}
.onsen_box .btn_01 {
  margin: 0 auto;
}
.onsen_box .btn_01 a {
  font-size: 1.6rem;
}
/*ボタン*/
.btn_01 {
  position: relative;
  z-index: 2;
}
.shonai_jukyo .clm1 .btn_01 a, .shonai_jukyo .box_content .btn_01 a, .shonai_jukyo .clm4 .btn_01 a, .shonai_jukyo .wide .btn_01 a {
  width: 100%;
  min-width: unset;
  border-radius: 6px;
  line-height: 1.2;
}
.shonai_jukyo .btn_01 a {
  background: var(--main-color);
  padding: 10px 20px 10px 10px;
  line-height: 1;
  &:hover {
    text-decoration: none;
  }
}
.shonai_jukyo .btn_01 a::before {
  transition: .3s;
}
.shonai_jukyo .btn_01 a:hover::before {
  right: 10px;
}
/*バナー*/
.bnr_center {
  width: 100%;
}
.bnr_center .listitem a {
  flex-direction: column;
  background: none;
  margin: 20px auto;
  width: fit-content;
}
.bnr_center .listitem a>.imageitem {
  flex: auto;
  width: 460px;
  margin: 0 auto;
}
.banner .outside .textitem {
  display: inline-block;
  padding: 0 0 0 20px;
  width: auto;
  margin: 5px auto;
  text-align: center;
  position: relative;
}
.banner .outside .textitem::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/common/images/outside_icon_ie.svg) no-repeat 0 0 / contain;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  left: 0;
}
/*背景イラスト*/
.bg_img {
  position: relative;
}
.bg_img::before, .bg_img::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/tohoku/images/shonai_jukyo/img_shonai_04.png) no-repeat 0 0 / contain;
  width: 189px;
  height: 49px;
  z-index: -1;
}
.bg_img::before {
  top: 1000px;
  right: 0;
}
.bg_img::after {
  top: 1280px;
  left: 0;
  transform: scale(-1, 1);
}
/*---PC---*/
@media screen and (min-width: 768px) {
  .swiper-container:has(>.pc_noswipe) .swiper-button-next.swiper-button-disabled, .swiper-container:has(>.pc_noswipe) .swiper-button-prev.swiper-button-disabled, .swiper-container:has(>.pc_noswipe) .swiper-pagination {
    display: none;
  }
  .clm1.kamosui .clm1_right .freehtml:nth-of-type(2) {
    margin-top: 11px;
  }
  .clm1.dewa .clm1_right .freehtml:nth-of-type(2) {
    margin-top: 35px;
  }
  .wrap_btn.wide .btn_01 {
    width: 45%;
  }
  .shonai_jukyo .top #plan.section.line01 h2>span {
    display: unset;
    margin-right: 10px;
  }
}
/*---SP---*/
@media screen and (max-width: 767px) {
  .shonai_jukyo {
    margin: 0 auto;
    padding: 0;
  }
  .shonai_jukyo .bg_color {
    margin: 0 auto;
  }
  /*クーポン*/
  .shonai_jukyo .coupon_container {
    margin: 0 auto 10px;
  }
  .shonai_jukyo .top .section.ttl_coupon h3 {
    margin: 30px auto 0;
  }
  .shonai_jukyo .coupon_container .btn_01 {
    margin: 10px auto;
  }
  .shonai_jukyo .coupon_container .btn_01 a {
    font-size: 1.8rem;
    line-height: 1;
  }
  /*MV下テキスト*/
  .ttl_wrap {
    margin: 0 auto;
  }
  .shonai_jukyo .ttl_wrap>.text {
    margin: 20px auto;
  }
  /*ナビ*/
  .nav_shonai ul {
    flex-wrap: wrap;
    width: calc(100% - 6%);
    margin: 0 auto 30px;
    gap: 10px;
  }
  .nav_shonai ul li:first-of-type {
    width: 100%;
  }
  .nav_shonai ul li:nth-of-type(n+2) {
    width: calc((100% - 10px) / 2);
  }
  /*タイトル*/
  .shonai_jukyo .top #healing.section h2::before {
    bottom: -30px;
    left: -50px;
  }
  /*スポット*/
  .shonai_jukyo .clm1 {
    width: calc(100% - 6%);
    padding: 10px;
  }
  .shonai_jukyo .clm1>.thumbnailImage {
    width: 100% !important;
    margin-bottom: 25px;
  }
  .shonai_jukyo h3 {
    font-size: 2.0rem;
  }
  .shonai_jukyo .clm1 .btn_01 {
    margin: auto;
  }
  .shonai_jukyo .wrap_slide.clm3 {
    margin: 30px auto;
  }
  .shonai_jukyo .wrap_slide.clm3 .box_content .thumbnailImage {
    width: 100%;
  }
  .shonai_jukyo .wrap_slide.clm3 .swiper-button-prev, .shonai_jukyo .wrap_slide.clm3 .swiper-button-next {
    display: none;
  }
  .shonai_jukyo .clm1_right .freehtml:nth-of-type(n+3) .btn_01 {
    margin: 15px auto 0;
  }
  /*商品*/
  .shonai_jukyo .base_prod {
    margin-bottom: 50px;
  }
  .shonai_jukyo .base_prod .hotel.swiper-wrapper {
    width: calc(100% - 6%);
  }
  .shonai_jukyo .base_prod .hotel li>a .img_box>.ribbon {
    position: absolute;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -40px;
  }
  /*温泉*/
  .clm4.pc_clm2 {
    flex-wrap: wrap;
    width: calc(100% - 6%);
  }
  .clm4.pc_clm2 .ace-section:has(>.onsen_box) {
    width: calc((100% - 10px) / 2);
  }
  .clm4.pc_clm2 .ace-section:has(>.onsen_box):nth-of-type(2n) {
    margin-right: 0;
  }
  .clm4.pc_clm2 .ace-section:has(>.onsen_box):nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .onsen_box .btn_01 a {
    font-size: 1.4rem;
  }
  .shonai_jukyo .onsen_box .btn_01 a::before {
    right: 10px;
  }
  /*ボタン*/
  .wrap_btn.wide {
    margin: 0 auto 20px;
  }
  /*バナー*/
  .bnr_center .listitem a>.imageitem {
    width: calc(100% - 6%);
  }
  /*背景イラスト*/
  .bg_img::before, .bg_img::after {
    display: none;
  }
}