@charset "UTF-8";
/*
* 汎用
*/
.c-mt6 {
  margin-top: 6px !important;
}

.js-hidden {
  display: none !important;
}

.tokuten-contents .icon-button {
  background: none;
  border: none;
  outline: none;
  padding: 8px;
  margin: 0;
  border-radius: 50%;
}

.tokuten-contents .icon-button:active {
  background: #e9e9e9;
}

.tokuten-contents .cont-red {
  color: red;
}

.tokuten-contents {
  position: relative;
}

/*
*  選択メニュー
*/
@media screen and (max-width: 959px) {
  .tokuten-contents .select-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 1001;
    padding-top: 38px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .tokuten-contents .select-wrap.js-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 960px) {
  .tokuten-contents .select-wrap {
    min-height: 120px;
  }
}

.tokuten-contents .select-wrap__inner {
  background: #fff;
}

@media screen and (max-width: 959px) {
  .tokuten-contents .select-wrap__inner {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    padding: 16px 8px;
    overflow-y: scroll;
  }
}

@media screen and (min-width: 960px) {
  .tokuten-contents .select-wrap__inner {
    margin-left: -64px;
    margin-right: -64px;
    padding: 12px 64px;
    border-radius: 8px;
  }
  .tokuten-contents .select-wrap__inner.js-fixed {
    top: 139px;
    position: fixed;
    z-index: 997;
    width: 1024px;
    max-width: 100%;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 959px) {
  .tokuten-contents .select-group {
    margin-top: 18px;
  }
}

@media screen and (min-width: 960px) {
  .tokuten-contents .select-group {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .tokuten-contents .select-group:first-child {
    margin-top: 0;
  }
}

.tokuten-contents .select-group__title {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 0.2em;
}

@media screen and (min-width: 960px) {
  .tokuten-contents .select-group__title {
    border-bottom: 1px dotted #737373;
    margin-right: 6px;
    width: 5.7em;
  }
}

@media screen and (max-width: 959px) {
  .tokuten-contents .select-group__title br {
    display: none;
  }
}

.tokuten-contents .select-group__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}

@media screen and (max-width: 959px) {
  .tokuten-contents .select-group__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tokuten-contents .select-group input[type="checkbox"] {
  display: none;
}

.tokuten-contents .select-group__label {
  color: #3d5848;
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  line-height: 1;
  margin: 0 3px;
  padding: 0 10px 0 8px;
  height: 44px;
  background: #f5f8f6;
  border: 1px solid #aebeb7;
  opacity: 0.6;
}

@media screen and (min-width: 960px) {
  .tokuten-contents .select-group__label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 959px) {
  .tokuten-contents .select-group__label {
    width: calc(50% - 6px);
    margin-top: 8px;
  }
}

.tokuten-contents .select-group input[type="checkbox"]:checked + .select-group__label {
  opacity: 1;
  background: #f5f8f6 url("../img/icon-check-others.svg") no-repeat right 8px center;
}

.tokuten-contents .select-group__label-leisure {
  background: #fffbf3;
  border: 1px solid #e3bc8e;
  color: #ef8200;
}

.tokuten-contents .select-group input[type="checkbox"]:checked + .select-group__label-leisure {
  background: #fffbf3 url("../img/icon-check-leisure.svg") no-repeat right 8px center;
}

.tokuten-contents .select-group__label-museum {
  background: #e9eff6;
  border: 1px solid #8fa3ba;
  color: #335175;
}

.tokuten-contents .select-group input[type="checkbox"]:checked + .select-group__label-museum {
  background: #e9eff6 url("../img/icon-check-museum.svg") no-repeat right 8px center;
}

.tokuten-contents .select-group__label-shopping {
  background: #f7f9ee;
  border: 1px solid #dddf70;
  color: #adaf33;
}

.tokuten-contents .select-group input[type="checkbox"]:checked + .select-group__label-shopping {
  background: #f7f9ee url("../img/icon-check-shopping.svg") no-repeat right 8px center;
}

.tokuten-contents .select-group__label-stay {
  background: #fcf3f2;
  border: 1px solid #dd9d98;
  color: #c84a40;
}

.tokuten-contents .select-group input[type="checkbox"]:checked + .select-group__label-stay {
  background: #fcf3f2 url("../img/icon-check-stay.svg") no-repeat right 8px center;
}

.tokuten-contents .select-group__label-traffic {
  background: #f2f6fa;
  border: 1px solid #91b4dd;
  color: #3478cb;
}

.tokuten-contents .select-group input[type="checkbox"]:checked + .select-group__label-traffic {
  background: #f2f6fa url("../img/icon-check-traffic.svg") no-repeat right 8px center;
}

.tokuten-contents .select-group__label-sapa {
  background: #fbfdf3;
  border: 1px solid #c0dc84;
  color: #7db800;
}

.tokuten-contents .select-group input[type="checkbox"]:checked + .select-group__label-sapa {
  background: #fbfdf3 url("../img/icon-check-sapa.svg") no-repeat right 8px center;
}

.tokuten-contents .select-wrap-head {
  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;
  margin-bottom: 8px;
  padding: 0 8px;
}

@media screen and (min-width: 960px) {
  .tokuten-contents .select-wrap-head {
    display: none;
  }
}

/*
*  Gmap
*/
#gmap {
  height: 545px;
  margin-left: -8px;
  margin-right: -8px;
}

@media screen and (min-width: 641px) {
  #gmap {
    margin-left: 0;
    margin-right: 0;
  }
}

/*
* 絞り込み条件表示　
*/
.l-container .state-view {
  margin-top: 8px;
}

@media screen and (min-width: 641px) {
  .l-container .state-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-container .state-view__head {
  font-size: 1.4rem;
}

@media screen and (min-width: 641px) {
  .l-container .state-view__head {
    width: 5em;
  }
}

.l-container .state-view__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}

.l-container .state-view__list li {
  margin-right: 1em;
  color: #2d720a;
}

.l-container .state-view__list li:last-child {
  margin-right: 0;
}

.l-container .state-view__list li.js-disabled {
  color: #bdbdbd;
}

/*
* d-area
*/
.l-container .d-area {
  margin-bottom: 40px;
}

.l-container .d-area__category-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-container .d-area__category-icons li {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin-right: 8px;
}

.l-container .d-area__category-icons li[data-category-label="レジャー施設"] {
  background: #ef8200;
}

.l-container .d-area__category-icons li[data-category-label="美術館・博物館"] {
  background: #335175;
}

.l-container .d-area__category-icons li[data-category-label="物販・飲食店"] {
  background: #adaf33;
}

.l-container .d-area__category-icons li[data-category-label="宿泊施設・温泉"] {
  background: #c84a40;
}

.l-container .d-area__category-icons li[data-category-label="交通"] {
  background: #3478cb;
}

.l-container .d-area__category-icons li[data-category-label="SA・PA"] {
  background: #7db800;
}

.l-container .d-area__category-icons li.js-disabled {
  background: #dedede;
}

.l-container .d-area__category-icons li img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-container .d-area__title {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 14px 0;
  line-height: 1;
  margin-bottom: 24px;
  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;
}

.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;
  }
}

.l-container .d-area_detail.is-hidden {
  display: none;
}

.l-container .d-area_detail_image {
  position: relative;
}

.l-container .d-area_image_icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
  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;
}

.l-container .d-area_image_icon__leisure {
  background: #ef8200;
}

.l-container .d-area_image_icon__museum {
  background: #335175;
}

.l-container .d-area_image_icon__shopping {
  background: #adaf33;
}

.l-container .d-area_image_icon__stay {
  background: #c84a40;
}

.l-container .d-area_image_icon__traffic {
  background: #3478cb;
}

.l-container .d-area_image_icon__sapa {
  background: #7db800;
}

.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;
}

@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;
  padding: 20px;
  background-color: #f8f8f8;
}

.l-container .d-area_detail_body p {
  font-size: 18px;
  color: #2c720c;
  line-height: 1.5;
}

.l-container .d-area_detail_body ul {
  padding-left: 0;
  margin-bottom: 30px;
  margin-bottom: 30px;
}

.l-container .d-area_detail_body li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #2c720c;
  line-height: 1.5;
  padding-left: 18px;
  margin-bottom: 0.5em;
}

.l-container .d-area_detail_body li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #2c720c;
}

.l-container .d-area_detail_body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.l-container .d-area_detail_body dt {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  max-width: 20%;
  color: #2c720c;
}

@media (max-width: 767px) {
  .l-container .d-area_detail_body dt {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 30%;
    color: #2c720c;
  }
}

.l-container .d-area_detail_body dd {
  -webkit-box-flex: 80%;
      -ms-flex: 80%;
          flex: 80%;
  max-width: 80%;
}

.l-container .d-area_detail_body .address-num {
  position: relative;
  padding-left: 13px;
}

.l-container .d-area_detail_body .address-num::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background-image: url("../img/icon_address-num.png");
  width: 12px;
  height: 18px;
}

.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へ/絞り込み固定ボタン
*/
.tokuten-contents .fixedbutton-wrap {
  /*@media screen and (min-width: 960px) {
        display: flex;
        justify-content: flex-end;
        margin-left: -64px;
        margin-right: -64px;
    }*/
}

.tokuten-contents .fixedbutton-wrap button {
  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;
}

@media screen and (min-width: 960px) {
  .tokuten-contents .fixedbutton-wrap.display-small {
    display: none;
  }
}

.tokuten-contents .fixedbutton-wrap.display-small button {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 18px;
  border-radius: 40px 0 0 40px;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 90px;
  right: 0;
}

.tokuten-contents .fixedbutton-wrap.display-small button img {
  margin-right: 4px;
}

.tokuten-contents .fixedbutton-wrap.display-small button.view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.tokuten-contents .fixedbutton-wrap.display-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -64px;
  margin-right: -64px;
}

@media screen and (max-width: 959px) {
  .tokuten-contents .fixedbutton-wrap.display-large {
    display: none;
  }
}

.tokuten-contents .fixedbutton-wrap.display-large button {
  display: inline-block;
  bottom: 40px;
  width: 84px;
  height: 84px;
  border-radius: 41px;
  margin-right: -60px;
  -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));
}

.tokuten-contents .fixedbutton-wrap.display-large button.view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.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-titleH1__tokuten {
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .c-titleH1__tokuten {
    font-size: 18px !important;
  }
}

.c-titleH2__tokuten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*
* 絞り込み結果がない場合のメッセージボックス
*/
#no-result-msg-main {
  display: none;
}

#no-result-msg-main.js-view {
  display: block;
}

.no-result-msg {
  display: none;
}

.no-result-msg.js-view {
  display: block;
}

@media screen and (max-width: 959px) {
  #_device {
    position: absolute;
  }
}

@media screen and (min-width: 960px) {
  #_device {
    position: relative;
  }
}
/*# sourceMappingURL=styles.css.map */