/*日本地図*/
.top_map_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_map_wrap .map_btn_wrap {
  width: 40%;
}
.top_map_wrap .area_list_wrap {
  width: 60%;
  position: relative;
  background: #eee;
}
.top_map_wrap .area_list_wrap .pref_list {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_map_wrap .area_list_wrap .pref_list .prt_japan > li {
  margin: 0;
  margin-right: calc((100% - (32% * 3)) / 2);
  margin-bottom: 1%;
}
.top_map_wrap .area_list_wrap .pref_list .prt_japan > li > ul > li.ttl_map a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
.top_map_wrap .area_list_wrap .pref_list .prt_japan > li > ul > li.ttl_map a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_map_wrap .area_list_wrap .pref_list .prt_japan > li > ul > li.ttl_map p.caption_map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 10;
}
.top_map_wrap .area_list_wrap .pref_list .prt_japan > li:nth-child(3n) {
  margin-right: 0;
}
.top_map_wrap .area_list_wrap .area_overlay {
  width: 100%;
  top: 0;
  left: 0;
  right: inherit;
  display: none !important;
}
.top_map_wrap_sp {
  display: none;
}
@media screen and (max-width: 1300px) {
  .japan_map .area_btn {
    font-size: inherit !important;
  }
  .top_map_wrap .area_list_wrap .pref_list {
    background: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_map_wrap {
    display: none;
  }
  .top_map_wrap_sp {
    display: block;
  }
  .japan_map .area_btn {
    font-size: 3vw !important;
  }
  .top_map_wrap .area_list_wrap .area_overlay {
    display: block !important;
  }
}
/*sitemap.php　スマホ調整*/
@media screen and (max-width: 1024px) {
  #sitemap ul.outer li#sitemap_accommodation dl dt {
    margin-top: 12px;
  }
  #sitemap ul.outer li#sitemap_accommodation dl dd {
    padding: 0 0 0 0;
  }
  #sitemap ul.outer li#sitemap_accommodation dl dd ul.inner li {
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    border-right: 1px solid #eee;
    text-align: left;
  }
}
.btn_bnr_list * {
  box-sizing: border-box;
}
.btn_bnr_list {
  width: 400px !important;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn_bnr_list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 40px;
}
.btn_bnr_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn_bnr_list li a:hover {
  opacity: 0.8;
}
.btn_bnr_list li a i {
  font-size: 24px;
}
.btn_bnr_list li:nth-of-type(1) a {
  background: #00c600;
}
.btn_bnr_list li:nth-of-type(2) a {
  background: #59322d;
}
.btn_bnr_list li a span {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .btn_bnr_list li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 17px;
  }
}
/*TOP　バナー*/
.top-key-slick {
  width: 100%;
}
.top-key-slick img {
  width: 100%;
  margin-top: 30px;
  box-shadow: 1px 2px 5px #555555;
  margin-bottom: 30px;
}
.top-key-slick .slick-list {
  overflow: unset;
}
.top-key-slick .slick-list .slick-track .slick-slide {
  width: 50vw;
  max-width: 500px;
  margin-right: 40px;
}
.top-key-slick .slide-arrow {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.7;
  background: #fff;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
  color: #000;
  box-sizing: border-box;
}
.top-key-slick .slide-arrow:hover {
  opacity: 1;
}
.top-key-slick .slide-arrow.prev-arrow {
  left: calc(50% - 700px);
}
.top-key-slick .slide-arrow.next-arrow {
  left: calc(50% + 700px);
}
.top-key-slick .slick-dots {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block !important;
}
.top-key-slick .slick-dots > li {
  background: #c4c4c4;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
.top-key-slick .slick-dots > li.slick-active, .top-key-slick .slick-dots > li:hover {
  background: #7cbae3;
}
.top-key-slick .slick-dots > li > button {
  display: none;
}
@media only screen and (max-width: 1250px) {
  .top-key-slick .slide-arrow.prev-arrow {
    left: calc(50% - 40vw);
  }
  .top-key-slick .slide-arrow.next-arrow {
    left: calc(50% + 40vw);
  }
}
@media only screen and (max-width: 1024px) {
  .top-key-slick .slide-arrow {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .top-key-slick li img {
    width: 96%;
    margin: 8px auto 30px;
  }
  .top-key-slick .slick-list .slick-track .slick-slide {
    width: 100vw;
    max-width: 100%;
  }
  .top-key-slick .slide-arrow {
    font-size: 1rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 43%;
  }
  .top-key-slick .slick-dots {
    bottom: 5px;
  }
  .top-key-slick .slick-dots > li {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }
}
/*各キャンペーンページ*/
.other_page {
  margin: 80px auto;
}

/*会員限定コンテンツ*/
.wrapper_login_content {
  width: 100%;
  margin: 0 auto;
}
.wrapper_login_content ul {
  justify-content: space-around;
  width: 100%;
  display: flex;
  margin: 30px auto 10px;
}
.wrapper_login_content ul li {
  width: 200px;
  max-width: 23%;
  border: 1px solid #888;
  border-radius: 16px;
}
.wrapper_login_content ul li a {
  display: block;
  padding: 5px;
}
.member_box {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 1200px;
}
.member_img {
  width: 45%;
}
.member_txt {
  width: calc(55% - 60px);
  background: #fff;
  padding: 30px;
}
.member_txt .in-member_res a {
	text-align: center;
    margin: 30px auto;
    width: 210px;
    padding: 14px;
    display: block;
    border: 1px solid;
    border-radius: 25px;
}

.member_p_box {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .page-box {
    width: 80%;
  }
  .wrapper_login_content ul {
    flex-wrap: wrap;
  }
  .wrapper_login_content ul li {
    max-width: 48%;
    margin-bottom: 5px;
  }
  .member_img {
    width: 100%;
  }
  .member_txt {
    width: calc(100% - 40px);
    background: #fff;
    padding: 20px 20px 40px;
  }
}

/*シングルページ内　会員限定*/
#accommodation .wrapper_ttl ul.outer li.ttl {
	position: relative;
}

#accommodation .wrapper_ttl ul.outer li.ttl .member_icon {
	padding: 10px 0;
}

#accommodation .wrapper_ttl ul.outer li.ttl .member_icon a {
	    position: absolute;
    padding: 3px 8px;
    background: #85c7f2;
    color: #fff;
    top: 0;
}



#wpadminbar ul#wp-admin-bar-root-default > li {
  display: none !important;
}
/*お問い合わせ　送信後*/
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output {
  width: 50%;
  margin: 100px auto;
}
/*GWページ用*/
.design01 {
  width: 94%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px auto;
}
.design01 th {
  padding: 5px;
  background: #FCEFE7;
  border: solid 1px #cccccc;
  width: 33.3333%;
}
.design01 td {
  padding: 5px 2px;
  background: #ffffff;
  border: solid 1px #cccccc;
  font-size: 13px;
  font-weight: bold;
}
.available, .available2, .available3 {
  color: #0095d9;
}
.not-much, .not-much2, .not-much3 {
  color: #e60033;
}
@media screen and (max-width:896px) {
  .design01 th {
    padding: 2px 1px;
    font-size: 12px;
  }
  .design01 td {
    padding: 2px 1px;
    background: #ffffff;
    border: solid 1px #cccccc;
    font-size: 13px;
    font-weight: bold;
  }
}


/*会員募集ページ*/
.click {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  line-height: 1.5;
  padding: 12px 30px 12px 70px;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
  border-radius: 0.5rem;
  background: #000000;
  box-shadow: 0 5px 0 #333333;
  margin: 40px auto 80px;
}
.click p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
}
.click .btn_balloon {
  position: absolute;
  display: inline-block;
  bottom: 0.5em;
  left: -14px;
  width: 5em;
  height: 5em;
  font-family: "Noto Sans Japanese";
  line-height: 5em;
  text-align: center;
  color: #000000;
  font-size: 90%;
  font-weight: bold;
  background: #fff;
  border: 3px solid #000000;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-10deg);
}
.click .btn_balloon::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -10px;
  border: 9px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 0;
  transform: rotate(45deg);
}
.click:hover {
  transform: translate(0, 3px);
  background: #111111;
  box-shadow: 0 2px 0 #555555;
}
#participation #merrit, #strengths,
#participation #merrit-2, #strengths,
#en-participation #en-merrit, #strengths {
  text-align: center;
    margin: 3% auto;
}
#participation #rg-needs,
#en-participation #en-rg-needs {
	    width: 1200px;
    margin: 1% auto;
	text-align: center;
}
#participation #rg-needs ul.outer,
#en-participation #en-rg-needs ul.outer {
	justify-content: space-between;
	align-items: baseline;
}
#participation #rg-needs ul.outer > li,
#en-participation #en-rg-needs ul.outer > li {
	width: 49%;
	margin-bottom: 30px;
}
#participation #merrit ul.outer li h3.benefits_p ,#participation #rg-needs ul.outer li h3.benefits_p,
#participation #merrit-2 ul.outer li h3.benefits_p ,#participation #rg-needs ul.outer li h3.benefits_p,
#en-participation #en-merrit ul.outer li h3.benefits_p ,#en-participation #en-rg-needs ul.outer li h3.benefits_p {
  font-size: 30px;
  color: #7cbae3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
	#participation #rg-needs,
	#en-participation #en-rg-needs {
width: 96%;
}
  #participation #merrit ul.outer li h3.benefits_p ,#participation #rg-needs ul.outer li h3.benefits_p,
  #participation #merrit-2 ul.outer li h3.benefits_p ,#participation #rg-needs ul.outer li h3.benefits_p,
  #en-participation #en-merrit ul.outer li h3.benefits_p ,#en-participation #en-rg-needs ul.outer li h3.benefits_p {
    font-size: 20px;
  }
  #participation #merrit ul.outer li p ,#participation #rg-needs ul.outer li p,
  #participation #merrit-2 ul.outer li p ,#participation #rg-needs ul.outer li p,
  #en-participation #en-merrit ul.outer li p ,#en-participation #en-rg-needs ul.outer li p {
    width: 100%;
    margin: 0 auto;
  }
}
#participation #merrit ul.outer li ul.inner li,
#participation #merrit-2 ul.outer li ul.inner li,
#en-participation #en-merrit ul.outer li ul.inner li {
  margin: 0 auto;
  text-align: center;
}
.rzgr_bg {
  background-color: #e2eff9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23c3d9e6' fill-opacity='0.5' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  padding-bottom: 80px;
}
.rzgr_ct {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#participation #merrit ul.outer li ul.inner li.gt-block,
#participation #merrit-2 ul.outer li ul.inner li.gt-block,
#en-participation #en-merrit ul.outer li ul.inner li.gt-block {
	width: 100%;
	}
	
  .rzgr_ct {
    width: 100%;
  }
  .rzgr_ct.pd {
    width: 90%;
  }
}
.rzgr_ct li {
  position: relative;
  margin-bottom: 30px;
}
.rzgr_ct li p {
  text-shadow: #000 2px 0 5px;
}
.rzgr_ct li p.cap_left {
  position: absolute;
  bottom: 55px;
  left: 40px;
  font-size: 26px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .rzgr_ct li p.cap_left {
    bottom: 0px;
    left: 16px;
    font-size: 16px;
  }
}
.rzgr_ct li p.cap_right {
  position: absolute;
  top: 55px;
  right: 40px;
  font-size: 26px;
  color: #fff;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .rzgr_ct li p.cap_right {
    top: 10px;
    right: 16px;
    font-size: 16px;
  }
}


/*リゾグラ限定 会員特典ありの施設一覧*/
	#memberonly-list ul li ul.inner li.txt {
width: 92%!important;
		margin: 0 auto!important;
	}
	#memberonly-list ul li ul.inner li.txt .tag {
		margin-bottom: 10px;
	}
	#memberonly-list ul li ul.inner li.txt .tag a {
		font-size: 13px;
    color: #4ba1db;
    background-color: #fff;
    border: #e0e0e0 1px solid;
    padding: 1%;
    margin: 1%;
    flex: 0 0 auto;
    max-width: 100%;
	}
	#memberonly-list ul li ul.inner li.txt .tag {
justify-content: left;
	}
	#memberonly-list ul li ul.inner li.txt .ttl {
    text-align: center!important;
    color: #3E98D3!important;
    padding: 5px 0!important;
    font-size: 13px;
    margin: 10px 0;
	border: 1px solid #7cbae3;
    border-radius: 3px;
	}
	.text-overflow-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



/* サマーアクティビティ×グランピング */
.area_content.feature-top {
    max-width: 1185px;
    margin: 0 auto 20px!important;
    border-radius: 14px;
  }
  #feature-articles_page ul.feature-p {
    margin: 0 auto;
  }
  #feature-articles_page .feature-top h2.area {
    font-size: 22px;
  }
  .scroll-list .item .content-box .txt-box h4 {
    padding: 0 0 12px 0;
    border-bottom: 1px dotted #ccc;
  }
  .scroll-list .item .content-box .txt-box > .ttl {
    padding-top: 12px;
  }
  .scroll-list .item .content-box .txt-box .caption3 {
    display:flex;
    flex-wrap:wrap;
  }
  .scroll-list .item .content-box .txt-box .actimg {
    width: 40%;
    max-width:100px;
    object-fit: cover;
  } 
  .scroll-list .item .content-box .txt-box .s_tag_box {
    width: 100%;
    height: fit-content;
  }
  .s_tag_box .tag2 {
    width: auto;
    padding: 1px 10px;
    border: solid 1px #cccccc;
    text-align: center;
    margin: 2px 3px;
    border-radius: 15px;
    font-size: 13px;
  }

  @media screen and (max-width:896px) {
      #feature-articles_page .feature-top h2.area {
    font-size: 20px;
  }
  .scroll-list .item .content-box .txt-box {
    padding: 8px!important;
  }
  .scroll-list .item .content-box .txt-box .actimg {
    width: 60%;
    max-width: 60%;
  }
    .scroll-list .item .content-box .txt-box .s_tag_box {
      margin-top:10px;
    width: 100%;
  }
 .s_tag_box .tag2 {
    padding: 1px 4px;
    margin: 2px 0;
    border-radius: 10px;
    font-size: 11px;
  }

  }


  /* 20251001　施設ページ　編集部おすすめポイント追加 */

  .box-019 {
    position: relative;
    padding: 1.8em 0 1em 0;
    border: 2px solid #7cbae3;
    margin: 30px;
    min-width: 350px;
}

.box-019 > h2 {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #7cbae3;
    color: #fff;
    font-size: 15px;
}

.box-019 > h2::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #7cbae3;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p.toppoint-in {
    margin: 0;
    line-height: 1.8;
    font-weight: bold;
}

.wrapper_ttl p {
  width: 100%;
  box-sizing: border-box;
}
.toppoint {
  display:flex;
}
.toppoint-in {
  padding: 15px !important;
}
.toppoint-in span {
  color: #7cbae3;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width:896px) {
  .box-019 {
    margin: 20px auto 60px;
    min-width: 100%;
    box-sizing: border-box;
}
.toppoint {
  flex-wrap: wrap;
}
.toppoint-in {
  margin: 0 auto 40px;
}
}

/* 冬特集ページ */
a.btn_winter {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    background-color: #DBC04A;
    border-radius: 8px;
  box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
a.btn_winter span.bl__text {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-left: 22px;
}
a.btn_winter span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn_winter span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #DBC04A;
    border-right: 3px solid #DBC04A;
  box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btn_winter:hover {
    background-color: #E8D688;
}
a.btn_winter:hover span.bl__text:after {
    border-top: 3px solid #E8D688;
    border-right: 3px solid #E8D688;
}
@media (max-width: 736px) {
    a.btn_winter {
        max-width: 162px;
        padding: 6px 8px;
    }
    a.btn_winter span.bl__text {
        font-size: 13px;
    }
}


.winter-toptag {
  background:#FBF8EB;
  padding-bottom: 20px;
    width: 1280px;
    margin: 30px auto 100px;
    border-radius: 25px;
}

.winter-toptag p {
    width: 92%;
    margin: 0 auto;
}

.winter-tagttl {
  font-size:20px;
}
.winter-toptag ul {
display:flex;
flex-wrap: wrap;
justify-content: center;
width: 1200px;
margin: 30px auto 0;
    justify-content: space-between;
}
.winter-toptag ul li {
    width: 33%;
    margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
.winter-toptag {
    width: 90%;
}
.winter-toptag ul {
width: 94%;
}
.winter-toptag ul li {
    width: 49%;
}
}


/* インフルエンサープランページ */

.sns-top {
  position: relative;
}
.sns-top h1 {
  width: 100%;
  font-size: 65px;
  text-align: center;
  margin: 0;
  padding: 2%;
  box-sizing: border-box;
}
.sns-top p.sns-maintxt {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 120px;
  padding: 3% 1%;
  box-sizing: border-box;
  background: #F9F3EA;
  width: 63%;
  margin: 0 auto;
  border-radius: 30px;
}
.sns-info {
  display: flex;
  max-width: 1200px;
  margin: 60px auto 40px;
  width: 96%;
  justify-content: space-evenly;
}
.sns-info .sns-img {
  width: 150px;
  height: 150px;
}
.sns-info .sns-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sns-info .sns-txt {
  width: 800px;
}
.sns-info .sns-txt p {
  font-size: 16px;
}
.sns-info .sns-txt span {
  font-size: 14px;
  color: #888;
}
.sns-info .sns-txt h2 {
  font-size: 30px;
  white-space: pre-wrap;
  padding: 0;
  text-align: left;
}
.sns-movie {
  max-width: 800px;
  margin: 0 auto 40px;
}
.sns-movie img {
  width: 100%;
}
.sns-title {
  margin: 120px auto 0;
  width: 1110px;
}
#feature-articles_page ul.feature-p .feature-bk li.txt {
  height: 320px;
  /* background: #ffffff; */
}
.button-2 {
  border: none;
  border-radius: 20px;
  background-color: #000000;
  margin-top: 20px;
}
.button-2 a {
  color: #ffffff;
  display: block;
  padding: 10px;
  border: none;
  cursor:pointer;
  font-weight: 600;
}
.button-2:hover {
  background-color: #555555;
  text-decoration: none;
}
.snsplan-bk {
  background:#F9F3EA;
}
.sns-planttl p {
  text-align: center;
  margin-bottom: 10px;
  color: #B22222;
  font-size: 20px;
  font-weight: bold;
  margin-top: -15px;
}
.sns-planttl p.sns-planname {
  font-size: 26px;
  text-align: center;
  border: 3px solid;
  width: 84%;
  margin: 0 auto 30px; 
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
  counter-reset: section;
  width: 1110px;
  margin: 0 auto;
}
.flow-list > li {
  width: 30%;
  background: #fff;
}
.flow-list > li > .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  background: #F9E3C2;
  position: relative;
  padding: 15px 20px 15px 79px;
}
.flow-list > li > .ttl:before {
  counter-increment: section;
  content: counter(section);
  color: #fff;
  font-size: 48px;
  width: 59px;
  height: 100%;
  background: #EE8948;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow-list > li .content {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.flow-list > li .content .icon-box {
  text-align: center;
  margin-bottom: 20px;
}
.flow-list > li .content .icon-box > img {
  width: auto;
  height: 74px;
  display: inline-block;
}
.coupon {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  color: #E7120C;
}
.coupon span {
  padding: 20px 45px;
  background: #fff;
}
.table01 {
  background: #ffffff;
  margin: 0 auto 40px;
  width: 40%;
}
.table01 tbody tr th {
  font-weight: 700;
  background: #F9E3C2;
}
.table01 tbody tr th, .table01 tbody tr td {
  vertical-align: middle;
  border: 1px solid #EE8948;
  padding: 7px 15px;
  font-size: 18px;
}
.f24px {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .sns-top h1 {
    font-size: 30px;
    bottom: 0;
  }
  .sns-top p.sns-maintxt {
    text-align: left;
    margin-bottom: 60px;
  }
  .sns-top p.sns-maintxt {
    padding: 5% 5%;
    width: 90%;
    border-radius: 10px;
    font-size: 16px;
  }
  .sns-info .sns-txt {
    width: 70%;
  }
  .sns-info .sns-txt h2 {
    font-size: 24px;
    white-space: pre-wrap;
    padding: 0;
  }
  .sns-info {
    max-width: 96%;
  }
  .sns-info .sns-img {
    max-width: 80px;
    max-height: 80px;
  }
  .sns-movie {
    max-width: 80%;
  }
  #feature-articles_page ul.feature-p .feature-bk li.txt {
    height: auto;
    min-height: 300px;
  }
  #feature-articles_page ul.feature-p p.caption3 {
    font-size: 15px;
}
  .sns-title {
    margin: 60px auto 0;
    width: 96%;
  }
  .sns-planttl p {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 0;
  }
  .sns-planttl p.sns-planname {
    font-size: 18px;
  }

  .flow-list {
    width: 96%;
    margin: 0 auto 40px;
  }
  .flow-list > li {
    width: 47%;
  }

  .flow-list > li > .ttl {
    font-size: 15px;
    padding: 10px 15px 10px 50px;
  }
  .flow-list > li > .ttl:before {
    font-size: 25px;
    width: 35px;
  }
  .flow-list > li .content .icon-box > img {
    height: 45px;
  }
  .coupon {
    line-height: 3;
  }

  .table01 {
    width: 96%;
  }
  .table01 tbody tr th, .table01 tbody tr td {
    display: block;
    width: 91% !important;
    font-size: 14px;
  }
}

/* タグ全体のラッパー */
.accommodation-tags-wrapper {
    display: inline-block; /* インライン要素として扱い、幅を内容に合わせる */
    line-height: 1.5;
}

/* 区切り文字 */
.tag-separator {
    margin-right: 5px; /* 区切り文字の右側に少しスペース */
}

/* 「もっと見る」ボタンのスタイル */
.view-more-tags-btn {
    display: inline-block;
    margin-left: 10px;
    color: #4ba1db; /* タグの色に合わせる */
    text-decoration: none;
    font-size: 0.9em;
    cursor: pointer;
}

/* 「閉じる」状態のボタンのスタイル */
.view-more-tags-btn[data-status="open"]::after {
    content: ' ▲'; /* 開いている場合は上向き矢印 */
}

/* 「もっと見る」状態のボタンのスタイル */
.view-more-tags-btn[data-status="closed"]::after {
    content: ' ▼'; /* 閉じている場合は下向き矢印 */
}