@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}
.fnt14 ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .fnt14 ul li {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--gn {
  color: #0AA156;
}

.txt--red {
  color: #c00;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  padding-bottom: 50px;
}
@media screen and (min-width: 740px) {
  .sec {
    padding-bottom: 100px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-slider ul {
  margin-top: 0 !important;
}
.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.hero_img .heroimgWrap {
  padding-bottom: 0 !important;
}
.hero_img .heroimgWrap .bx-controls {
  bottom: 10px !important;
}

.sec-ttl .ttlLv1 {
  background: #0AA156;
  color: #fff;
}

.top-price {
  background: #BED3CA;
}
.top-price .colWrap {
  justify-content: center;
}
.top-price .colWrap .col:first-of-type {
  width: fit-content;
  max-width: 100px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .top-price .colWrap .col:first-of-type {
    max-width: 130px;
  }
}
.top-price .colWrap .col:last-of-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 66%;
  padding: 5px 0;
}
@media screen and (min-width: 740px) {
  .top-price .colWrap .col:last-of-type {
    width: auto;
    padding: 0;
  }
}
.top-price .colWrap .col .img {
  margin: 0 !important;
  width: 100% !important;
}
.top-price .colWrap .col .top-price__text .fcRD {
  background: linear-gradient(transparent 50%, #DBEE4F 50%);
}
.top-price .colWrap .col .top-price__text i {
  position: relative;
}
.top-price .colWrap .col .top-price__text i::before {
  content: "";
  background: #0AA156;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -7px;
  left: 7px;
}
.top-price .colWrap .col .top-price__text i::after {
  content: "";
  background: #0AA156;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -7px;
  right: 7px;
}

.info {
  background: #eff8f3;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .info {
    padding: 30px;
  }
}
@media screen and (min-width: 740px) {
  .info .info__flex .colWrap .col:first-of-type {
    width: calc(35% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .info .info__flex .colWrap .col:last-of-type {
    width: calc(65% - 15px);
  }
}

.coupon {
  background: #fdfdeb;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .coupon {
    padding: 20px;
  }
}
.coupon .coupon__ttl .ttlLv1 .heading sup {
  background-color: #cc0000;
  color: #ffffff;
  padding: 3px 3px 3px 10px;
  border-radius: 30px;
}
.coupon .coupon__txt p i {
  background: #cc0000;
  font-size: 1.2rem;
  padding: 3px 10px 1px;
  margin: 0 5px;
  color: #fff;
}
@media screen and (min-width: 740px) {
  .coupon .coupon__txt p i {
    font-size: 1.4rem;
  }
}
.coupon .coupon__box .colWrap .col {
  background: #fff;
}

.about .about__table table tr th {
  color: #333;
}
.about .about__table table tr td {
  background: #fff;
}
.about .about__table.table01 tr th {
  background: #F19072;
}
.about .about__table.table02 tr th {
  background: #A2D7DD;
}
.about .about__table.table03 tr th {
  background: #C97586;
}
.about .about__table.table04 tr th {
  background: #F5E56B;
}
.about .about__table.table05 tr th {
  background: #A595CA;
}
.about .about__table.table06 tr th {
  background: #F8B862;
}
.about .about__table.table07 tr th {
  background: #93CA76;
}

.recommend .recommend__box {
  padding: 15px 10px;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box {
    padding: 30px 20px;
  }
}
.recommend .recommend__box .colWrap {
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .colWrap .col {
    width: 31%;
  }
}
.recommend .recommend__box .colWrap .col .recommend__box--label {
  width: fit-content;
  padding: 2px 20px 0;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.recommend .recommend__box .colWrap .col .recommend__box--inner {
  background: #fff;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box .colWrap .col .recommend__box--inner {
    padding: 20px;
    min-height: 420px;
  }
}
.recommend .recommend__box.box01 {
  background: #ffdacf;
}
.recommend .recommend__box.box01 .recommend__box--label {
  background: #ee754f;
}
.recommend .recommend__box.box01 .recommend__place-ttl .ttlLv2 {
  border-bottom: 1px solid #fff;
}
.recommend .recommend__box.box01 .recommend__place-ttl .heading {
  border-left: 5px solid #ee754f;
}
@media screen and (min-width: 740px) {
  .recommend .recommend__box.box01 .colWrap .col .recommend__box--inner {
    min-height: 480px;
  }
}
.recommend .recommend__box.box02 {
  background: #aed9de;
}
.recommend .recommend__box.box02 .recommend__box--label {
  background: #1ebfd2;
}
.recommend .recommend__box.box02 .recommend__place-ttl .ttlLv2 {
  border-bottom: 1px solid #fff;
}
.recommend .recommend__box.box02 .recommend__place-ttl .heading {
  border-left: 5px solid #1ebfd2;
}
.recommend .recommend__box.box03 {
  background: #d09ea8;
}
.recommend .recommend__box.box03 .recommend__box--label {
  background: #ae5365;
}
.recommend .recommend__box.box03 .recommend__place-ttl .ttlLv2 {
  border-bottom: 1px solid #fff;
}
.recommend .recommend__box.box03 .recommend__place-ttl .heading {
  border-left: 5px solid #ae5365;
}
.recommend .recommend__box.box04 {
  background: #fff4a2;
}
.recommend .recommend__box.box04 .recommend__box--label {
  background: #ead53c;
}
.recommend .recommend__box.box04 .recommend__place-ttl .ttlLv2 {
  border-bottom: 1px solid #fff;
}
.recommend .recommend__box.box04 .recommend__place-ttl .heading {
  border-left: 5px solid #ead53c;
}
.recommend .recommend__box.box05 {
  background: #dad6eb;
}
.recommend .recommend__box.box05 .recommend__box--label {
  background: #a59aca;
}
.recommend .recommend__box.box05 .recommend__place-ttl .ttlLv2 {
  border-bottom: 1px solid #fff;
}
.recommend .recommend__box.box05 .recommend__place-ttl .heading {
  border-left: 5px solid #a59aca;
}
.recommend .recommend__box.box06 {
  background: #ffd6a1;
}
.recommend .recommend__box.box06 .recommend__box--label {
  background: #f8ac49;
}
.recommend .recommend__box.box06 .recommend__place-ttl .ttlLv2 {
  border-bottom: 1px solid #fff;
}
.recommend .recommend__box.box06 .recommend__place-ttl .heading {
  border-left: 5px solid #f8ac49;
}
.recommend .recommend__box.box07 {
  background: #c4d6ba;
}
.recommend .recommend__box.box07 .recommend__box--label {
  background: #86c862;
}
.recommend .recommend__box.box07 .recommend__place-ttl .ttlLv2 {
  border-bottom: 1px solid #fff;
}
.recommend .recommend__box.box07 .recommend__place-ttl .heading {
  border-left: 5px solid #86c862;
}

.hotel .tripBox180 {
  margin: 20px auto 0;
}
.hotel .hotel__box {
  position: relative;
}
.hotel .hotel__box.onsen::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/new-base_tohoku/img_sites/ico_onsen.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.hotel .hotel__pre-ttl .ttlLv2 .heading span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__pre-ttl .ttlLv2 .heading span {
    font-size: 2rem;
  }
}
.hotel .hotel__pre-ttl.ttl01 .ttlLv2 {
  background: #ffdacf;
}
.hotel .hotel__pre-ttl.ttl02 .ttlLv2 {
  background: #aed9de;
}
.hotel .hotel__pre-ttl.ttl03 .ttlLv2 {
  background: #fff4a2;
}
.hotel .hotel__pre-ttl.ttl04 .ttlLv2 {
  background: #dad6eb;
}
.hotel .hotel__pre-ttl.ttl05 .ttlLv2 {
  background: #d09ea8;
}
.hotel .hotel__btm-box .hotel__box {
  border: 1px solid #ccc;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__btm-box .hotel__box {
    min-height: 500px;
  }
}
.hotel .hotel__btm-box .hotel__box.onsen::before {
  top: 10px;
  right: 10px;
}

.iwate-hotel .colWrap .col:nth-of-type(3) {
  display: none;
}

.akita-hotel .colWrap .col:nth-of-type(2) {
  display: none;
}
.akita-hotel .colWrap .col:nth-of-type(3) {
  display: none;
}