@charset "UTF-8";

/*
  汎用
*/
.c-roundbox input {
  display: none;
}
@media screen and (max-width: 385px) {
  .c-roundbox .sp-hidden {
    display: none;
  }
}

/* 
  ページタイトル
*/
.c-titleH1__tokuten {
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .c-titleH1__tokuten {
    font-size: 18px !important;
  }
}

/*
  「東北観光フリーパスのお申し込みはこちら」ボタン
*/
.c-btn-tokuten {
  display: block;
  width: 100%;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
@media screen and (min-width: 641px) {
  .c-btn-tokuten {
    font-size: 20px !important;
  }
}

/* 
  コントロール 
*/
.c-roundbox .control {
  border: 1px solid #2d720a;
  background: #f5f8f6;
  padding: 20px 24px;
  margin-bottom: 16px;
  font-size: 14px;
  border-radius: 4px;
}

/* 
  チェックボックス群 
*/
.c-roundbox .row+.row {
  margin-top: 10px;
}
.c-roundbox .row .ttl {
  color: #2d720a;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.c-roundbox .row ul li {
  display: inline-block;
  margin-right: 25px;
}
.c-roundbox .row ul li:last-child {
  margin-right: 0;
}
.c-roundbox .row ul label {
  cursor: pointer;
}
.c-roundbox .cb {
  position: relative;
  margin-right: 5px;
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #2d720a;
  border-radius: 2px;
  top: 2px;
  background: #fff;
}
.c-roundbox .cb:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
}
.c-roundbox .row input[type=checkbox]:checked+label .cb:after {
  background-color: #2d720a;
}

/* 
  件数 
*/
.c-roundbox .searchResult {
  margin-bottom: 16px;
}
.c-roundbox .searchResult .numerator {
  font-weight: 600;
}

/* 
  選択解除ボタン 
*/
.c-roundbox .control_release {
  text-align: center;
  border: 1px solid #abd298;
  background: #fff;
  padding: 14px 16px;
  margin: 20px auto 0;
  cursor: pointer;
  width: 260px;
  color: #2d720a;
  transition: opacity .2s;
}
.c-roundbox .control_release:hover {
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .c-roundbox .control_release {
    width: 100%;
  }
}

/*
 ターゲット（d-area）
*/
.l-container .d-area_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.l-container .d-area_detail {
  display: block;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-container .d-area_detail {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}

/* 
  絞込み表示非表示
*/
.c-roundbox .d-area_detail.js_target {
  display: none;
}
.c-roundbox .d-area_detail.js_target.js_selected {
  display: block !important;
}

/* 
  一覧各スポット内
*/
.l-container .d-area_detail_image {
  position: relative;
}
.l-container .d-area_image_icon_wrapper {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
}
.l-container .d-area_image_icon {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid #2c720c;
  color: #2c720c;
  padding: 0 8px;
  font-size: 14px;
  background: #fff;
}
.l-container .d-area_image_icon+.d-area_image_icon {
  margin-left: 4px;
}
.l-container .d-area_image_icon__leisure,
.l-container .d-area_image_icon__museum,
.l-container .d-area_image_icon__shopping,
.l-container .d-area_image_icon__stay,
.l-container .d-area_image_icon__traffic,
.l-container .d-area_image_icon__experience,
.l-container .d-area_image_icon__otherfacility,
.l-container .d-area_image_icon__sapa {
  color: #333;
  border-color: #333;
}
.l-container .d-area_image_thumbnail {
  width: 100%;
}
.l-container .d-area_detail_title {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.3;
  margin: 20px 0;
}
.l-container .d-area_detail_title a {
  font-size: 15px;
  background-color: #3da414;
  color: #fff;
  padding: 5px 15px;
  line-height: 1;
  border-radius: 20px;
  display: inline-block;
  white-space: nowrap;
}
.l-container .d-area_detail_title a:hover {
  background-color: #66cc3e;
}
@media (max-width: 767px) {
  .l-container .d-area_detail_title p {
    width: 80%;
  }
}
.l-container .d-area_detail_header {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #2c720c;
  border: 1px solid #abd397;
}
.l-container .d-area_detail_header::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
  transform: translate(-50%, -50%) rotate(-225deg);
}
.l-container .d-area_detail_header.open::after {
  top: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-container .d-area_detail_header p {
  cursor: pointer;
}
.l-container .d-area_detail_body {
  display: none;
  background-color: #f8f8f8;
  padding-bottom: 20px;
}
.l-container .d-area_detail_body p {
  font-size: 16px;
  color: #fff;
  background-color: #2c720c;
  line-height: 1.5;
  padding: 12px 20px;
}
.l-container .d-area_detail_body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 0 20px;
}
.l-container .d-area_detail_body dl + dl {
  margin-top: 8px;
}
.l-container .d-area_detail_body dt,
.l-container .d-area_detail_body dd {
  line-height: 1.4;
}
.l-container .d-area_detail_body dt {
  color: #2c720c;
}
.l-container .d-area_detail_body .c-list > li + li,
.l-container .d-area_detail_body ul + ul {
  margin-top: 4px;
}
.l-container .d-area_detail_body .c-list.asterisk > li {
  padding-left: 1.6rem;
}
.l-container .d-area_detail_body .mail-link {
  color: #333333;
  border-bottom: 1px solid #ccc;
}
.l-container .d-area .mt-3 {
  margin-top: 1em;
}

/* 
MAPへボタン
*/
.l-container .fixedbutton-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -48px;
}
@media screen and (max-width: 959px) {
  .l-container .fixedbutton-wrap {
    justify-content: start;
    margin-right: 0;
  }
}
.l-container .fixedbutton-wrap .tomap-btn {
  opacity: 0;
  position: fixed;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #f4fff0;
  border: 2px solid #2d720a;
  color: #2d720a;
  background: #f4fff0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 120px;
  width: 84px;
  height: 84px;
  border-radius: 41px;
  margin-right: 0;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.12));
}
@media screen and (max-width: 959px) {
  .l-container .fixedbutton-wrap .tomap-btn {
    bottom: 90px;
  }
}
.l-container .fixedbutton-wrap .tomap-btn.view {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-container .fixedbutton-wrap .tomap-btn img {
  margin-left: 4px;
}




