@charset "UTF-8";
.js-hidden {
  display: none !important;
}

.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;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
  }
  .tokuten-contents .select-wrap.js-open {
    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%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 960px) {
  .tokuten-contents .select-group {
    display: flex;
  }
}
.tokuten-contents .select-group__title {
  font-size: 1.5rem;
  width: 9em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .tokuten-contents .select-group__cont {
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
    width: 100%;
  }
}
.tokuten-contents .select-group input[type=checkbox] {
  display: none;
}
.tokuten-contents .select-group__label {
  flex-grow: 1;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  line-height: 1;
  margin: 0 4px;
  font-weight: bold;
  padding: 0 32px 0 8px;
  height: 44px;
  background: #fff;
  opacity: 0.5;
  border: 1px solid #bdbdbd;
}
@media screen and (max-width: 959px) {
  .tokuten-contents .select-group__label {
    margin-top: 8px;
  }
  .tokuten-contents .select-group__label:first-of-type {
    margin-top: 0;
  }
}
.tokuten-contents .select-group input[type=checkbox]:checked + .select-group__label.inawashirobandai {
  opacity: 1;
  border: 1px solid #2c4198;
  color: #2c4198;
  background: #e5e7f3 url("../img/icon-check-inawashirobandai.svg") no-repeat right 12px center;
}
.tokuten-contents .select-group input[type=checkbox]:checked + .select-group__label.zao {
  opacity: 1;
  border: 1px solid #3a8561;
  color: #3a8561;
  background: #edf5f1 url("../img/icon-check-zao.svg") no-repeat right 12px center;
}
.tokuten-contents .select-group input[type=checkbox]:checked + .select-group__label.geto {
  opacity: 1;
  border: 1px solid #ef8200;
  color: #ef8200;
  background: #f8eee2 url("../img/icon-check-geto.svg") no-repeat right 12px center;
}
.tokuten-contents .select-group input[type=checkbox]:checked + .select-group__label.appihachimandaira {
  opacity: 1;
  border: 1px solid #a54a96;
  color: #a54a96;
  background: #f1e1ee url("../img/icon-check-appihachimandaira.svg") no-repeat right 12px center;
}
.tokuten-contents .select-group input[type=checkbox]:checked + .select-group__label.category {
  opacity: 1;
  border: 1px solid #91b3db;
  color: #333333;
  background: #f7f7fb url("../img/icon-check-category.svg") no-repeat right 12px center;
}

.tokuten-contents .select-wrap-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 8px;
}
@media screen and (min-width: 960px) {
  .tokuten-contents .select-wrap-head {
    display: none;
  }
}

.tokuten-contents .icon-button {
  background: none;
  border: none;
  outline: none;
  padding: 8px;
  margin: 0;
  border-radius: 50%;
}
.tokuten-contents .icon-button:active {
  background: rgb(233, 233, 233);
}

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

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

/*
* 固定ボタン
*/
@media screen and (min-width: 960px) {
  .tokuten-contents .fixedbutton-wrap {
    display: flex;
    justify-content: flex-end;
    margin-left: -64px;
    margin-right: -64px;
  }
}
@media screen and (min-width: 960px) {
  .tokuten-contents .fixedbutton-wrap.display-small {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .tokuten-contents .fixedbutton-wrap.display-large {
    display: none;
  }
}
.tokuten-contents .fixedbutton-wrap button {
  position: fixed;
  bottom: 90px;
  font-size: 1.4rem;
  padding: 10px 18px;
  color: #FFF;
  background: #2D720A;
  border-radius: 50px 0 0 50px;
  transform: translateY(90px);
  transition: all 0.1s linear;
  opacity: 0;
}
@media screen and (min-width: 1100px) {
  .tokuten-contents .fixedbutton-wrap button {
    border-radius: 50px;
    transform: translateY(50px);
    margin-right: -40px;
    bottom: 50px;
  }
}
@media screen and (max-width: 959px) {
  .tokuten-contents .fixedbutton-wrap button {
    right: 0;
  }
}
.tokuten-contents .fixedbutton-wrap button.view {
  display: inline-block;
  transform: translateY(0);
  opacity: 1;
}

.c-btn-tokuten {
  width: 100%;
  max-width: 680px;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
@media screen and (min-width:641px) {
  .c-btn-tokuten {
    font-size: 20px !important;
  }
}

/*
* 絞り込み結果がない場合のメッセージボックス
*/
#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;
  }
}

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

.gm-ui-hover-effect > span {
  background: #000 !important;
}

@media (min-width: 1254px) {
  body .l-header .btn-wrap a {
    width: auto;
  }
}
body .winterpass_wrapper .d-winterpass_title {
  text-align: center;
  padding: 60px 0;
}

@media (max-width: 767px) {
  body .winterpass_wrapper .d-winterpass_title {
    padding: 60px 15px;
  }
}
/*@media only screen and (min-width: 641px){
body .winterpass_wrapper .c-roundbox{
	padding: 32px 0px 20px;
}
}*/
@media (max-width: 767px) {
  body .winterpass_wrapper .is-lineclosely {
    padding: 0 15px;
  }
}
body .l-container .d-information_wrapper {
  padding: 24px 0;
}

body .l-container .d-information_wrapper p {
  text-align: center;
}

body .l-container .c-btn.c-inlineBlock .circle-application {
  position: relative;
}

/*
.l-container a.c-btn {
	width: 95%;
	padding: 25px 50px;
	font-size: 24px;
}
@media (max-width: 767px) {
	.l-container a.c-btn {
		width: 95%;
		margin: 0 auto;
	}
}
*/
body .l-container .circle-application span {
  display: inline-block;
}

body .l-container .circle-application .small {
  font-size: 18px;
}

body .l-container .circle-application span:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  transition: 0.8s;
}

body .l-container .circle-application span .small {
  font-size: 18px;
}

body .l-container .circle-application:hover span:before {
  border-color: transparent transparent transparent #2d720a;
  transition: 0.8s;
}

body .l-container .d-information_title {
  display: block;
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 767px) {
  body .l-container .d-information_title {
    display: none;
  }
}
body .l-container .d-information_title_sp {
  display: none;
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 767px) {
  body .l-container .d-information_title_sp {
    display: block;
  }
}
body .l-container .d-information_title span {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #2c720c;
  padding: 0px 20px;
}

@media (max-width: 767px) {
  body .l-container .d-information_title span {
    display: block;
  }
}
body .l-container .d-information_title span:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
  background-image: url(../../../img/etc/drawari/img_information-title_detail-l.png);
  width: 40px;
  height: 60px;
}

@media (max-width: 767px) {
  body .l-container .d-information_title span:before {
    top: 70%;
    left: 20px;
  }
}
body .l-container .d-information_title span:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -30px;
  background-image: url(../../../img/etc/drawari/img_information-title_detail-r.png);
  width: 40px;
  height: 60px;
}

@media (max-width: 767px) {
  body .l-container .d-information_title span:after {
    top: 70%;
    right: -20px;
  }
}
body .l-container .d-information_area_wrap {
  width: 95%;
  margin: 0 auto;
}

body .l-container .d-information_area_wrap ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  body .l-container .d-information_area_wrap ul {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
body .l-container .d-information_area_wrap ul li {
  flex: 25%;
  max-width: 25%;
  padding-right: 15px;
}

@media (max-width: 767px) {
  body .l-container .d-information_area_wrap ul li {
    flex: 100%;
    max-width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
body .l-container .d-information_area_wrap ul li:last-child {
  padding-right: 0;
}

body .l-container .d-information_area_wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 14px 25px 14px 0;
  color: #fff;
  line-height: 1;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  body .l-container .d-information_area_wrap ul li a {
    height: 70px;
  }
}
body .l-container .d-information_area_wrap ul li a:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -5px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

body .l-container .d-information_area_wrap ul li a:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

body .l-container .d-information_area_wrap ul li .d-information_area_inawashiro-bandai {
  background-color: #2c4197;
}

body .l-container .d-information_area_wrap ul li .d-information_area_zao {
  background-color: #3a8561;
}

body .l-container .d-information_area_wrap ul li .d-information_area_yuda {
  background-color: #ef8200;
}

body .l-container .d-information_area_wrap ul li .d-information_area_appi-hachimantai-shizukuishi-tazawako {
  background-color: #a54a96;
}

body .d-area {
  /*margin-top: 40px;
  margin-bottom: 80px;*/
  margin-bottom: 40px;
}
body .d-area_category-icons {
  display: flex;
}
body .d-area_category-icons li {
  margin-right: 8px;
}
body .d-area_category-icons li.js-disabled {
  opacity: 0.5;
}
body .d-area_category-icons li img {
  width: 26px;
  height: 26px;
}

body .d-area .d-area_title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 14px;
  line-height: 1;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*&.js-hidden{
  	display: none;
  }*/
}

body .d-area .d-area_inawashiro-bandai_title {
  background-color: #2c4197;
}

body .d-area .d-area_zao_title {
  background-color: #3a8561;
}

body .d-area .d-area_yuda_title {
  background-color: #ef8200;
}

body .d-area .d-area_appi-hachimantai-shizukuishi-tazawako_title {
  background-color: #a54a96;
}

body .d-area .d-area_contents {
  padding: 0 64px;
}

@media (max-width: 767px) {
  body .d-area .d-area_contents {
    padding: 0 15px;
  }
}
body .d-area .d-area_category-list {
  margin-bottom: 22px;
}

body .d-area .d-area_category-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .d-area .d-area_category-list #zao_area_list {
  justify-content: center;
}

@media (max-width: 767px) {
  body .d-area .d-area_category-list ul {
    flex-wrap: wrap;
  }
}
body .d-area .d-area_category-list ul li {
  flex: 20%;
  max-width: 20%;
  padding: 0 1px;
  text-align: center;
}

@media (max-width: 767px) {
  body .d-area .d-area_category-list ul li {
    flex: 50%;
    max-width: 50%;
    padding: 1px;
  }
}
body .d-area .d-area_category-list ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 13px 0;
  color: #fff;
}

body .d-area .d-area_category-list ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

body .d-area .d-area_category-list ul li .skiing {
  background-color: #66579b;
}

body .d-area .d-area_category-list ul li .skiing.is-active {
  opacity: 0.3;
}

body .d-area .d-area_category-list ul li .skiing:before {
  background-image: url(../../../img/etc/drawari/icon_category-skiing.png);
}

body .d-area .d-area_category-list ul li .lodging {
  background-color: #447aab;
}

body .d-area .d-area_category-list ul li .lodging.is-active {
  opacity: 0.3;
}

body .d-area .d-area_category-list ul li .lodging:before {
  background-image: url(../../../img/etc/drawari/icon_category-lodging.png);
}

body .d-area .d-area_category-list ul li .hot-spring {
  background-color: #0c9eab;
}

body .d-area .d-area_category-list ul li .hot-spring.is-active {
  opacity: 0.3;
}

body .d-area .d-area_category-list ul li .hot-spring:before {
  background-image: url(../../../img/etc/drawari/icon_category-hot-spring.png);
}

body .d-area .d-area_category-list ul li .sightseeing {
  background-color: #23cb9c;
  padding: 13px 0 13px 30px;
}

body .d-area .d-area_category-list ul li .sightseeing.is-active {
  opacity: 0.3;
}

body .d-area .d-area_category-list ul li .sightseeing:before {
  background-image: url(../../../img/etc/drawari/icon_category-sightseeing.png);
}

body .d-area .d-area_category-list ul li .sa-pa {
  background-color: #89b929;
}

body .d-area .d-area_category-list ul li .sa-pa.is-active {
  opacity: 0.3;
}

body .d-area .d-area_category-list ul li .sa-pa:before {
  background-image: url(../../../img/etc/drawari/icon_category-sa-pa.png);
}

body .d-area .d-area_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

body .d-area .d-area_row .d-area_detail {
  display: block;
  flex: 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  transition: all 0.3s linear;
  overflow: hidden;
}

@media (max-width: 767px) {
  body .d-area .d-area_row .d-area_detail {
    flex: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
body .d-area .d-area_row .d-area_detail.is-hidden {
  display: none;
  /*max-height: 0;
  padding-top: 0;
  padding-bottom: 0;*/
}

body .d-area .d-area_row .d-area_detail .d-area_detail_image {
  position: relative;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_image .d-area_image_thumbnail {
  width: 100%;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_image .d-area_image_icon {
  position: absolute;
  top: 12px;
  left: 12px;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_title {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
  margin: 20px 0;
}

@media (max-width: 767px) {
  body .d-area .d-area_row .d-area_detail .d-area_detail_title p {
    width: 80%;
  }
}
body .d-area .d-area_row .d-area_detail .d-area_detail_title span a {
  font-size: 15px;
  background-color: #3da414;
  color: #fff;
  padding: 5px 15px;
  line-height: 1;
  border-radius: 20px;
  display: inline-block;
  white-space: nowrap;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_header {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #2c720c;
  border: 1px solid #abd397;
}

body .d-area .d-area_row .d-area_detail .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;
  transform: translate(-50%, -50%) rotate(-225deg);
}

body .d-area .d-area_row .d-area_detail .d-area_detail_header.open::after {
  top: 60%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

body .d-area .d-area_row .d-area_detail .d-area_detail_header p {
  cursor: pointer;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body {
  display: none;
  padding: 20px;
  background-color: #f8f8f8;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body p {
  font-size: 18px;
  font-weight: bold;
  color: #2c720c;
  line-height: 1.5;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body ul {
  padding-left: 0;
  margin-bottom: 30px;
  margin-bottom: 30px;
}

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

body .d-area .d-area_row .d-area_detail .d-area_detail_body ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #2c720c;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body .mt-3 {
  margin-top: 1em;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body dl {
  display: flex;
  font-size: 15px;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dt {
  flex: 20%;
  max-width: 20%;
  color: #2c720c;
}

@media (max-width: 767px) {
  body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dt {
    flex: 30%;
    max-width: 30%;
    color: #2c720c;
  }
}
body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dd {
  flex: 80%;
  max-width: 80%;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dd .address-num {
  position: relative;
  padding-left: 13px;
}

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

body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dd .mail-link {
  color: #333333;
  border-bottom: 1px solid #ccc;
}

body .scroll-map_btn {
  margin-top: 20px;
}

body .scroll-map_btn a {
  position: relative;
  display: block;
  padding: 25px 35px;
  border: 1px solid #2c720c;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

body .scroll-map_btn a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 30px;
  border: 1px solid #95b885;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

body .scroll-map_btn a:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #2c720c transparent;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body .text-red {
  color: #bd1a1a;
  font-size: 15px;
}

/* style *//*# sourceMappingURL=styles.css.map */