/*
Theme Name: type1_2506
Description: Booking-resort
Author: Booking-resort
Version: 1.0
*/

/*------------------------------------------

	共通

------------------------------------------*/
body {
}

body.open,
body.area-open,
body.space-open,
body.mokuteki-open {
  position: fixed;
}

.inr {
  width: 100%;
  max-width: 1330px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.page-tit-box h1,
.page-tit-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 200px 0 100px;
}

/** 見出し **/
.hx-type1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
  position: relative;
}

.hx-type1 .wrap {
  background-color: #fff;
  display: inline-block;
  padding: 0 18px;
  position: relative;
  z-index: 1;
}

.grey .hx-type1 .wrap {
  background-color: #ecf6e7;
}

.hx-type1 .sub {
  font-size: 0.6em;
  color: #7ac848;
}

.hx-type1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

/** 見出し **/
.hx-type2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
  position: relative;
}

.hx-type2 .wrap {
  border-right: #333333 1px solid;
  border-left: #333333 1px solid;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/** 見出し **/
.hx-type3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
  position: relative;
  max-width: 500px;
  margin: 0 auto 60px;
}

.hx-type3 .sub {
  font-size: 0.5em;
  color: #7ac848;
}

.area-clc {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.area-clc.area-before {
  display: block;
}

/*パンくず*/

.breadcrumbs {
  margin-top: 122px;
  font-size: 12px;
  padding: 3px;
}

/*PC*/
@media screen and (min-width: 768px) {
  /*br 改行*/
  .br_pc {
    display: block;
  }

  .br_sp {
    display: none;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
  .inr {
    padding-right: 2%;
    padding-left: 2%;
  }

  .page-tit-box h1,
  .page-tit-box h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 140px 0 0;
  }

  .page-tit-box h2 {
    font-size: 1.8rem;
    margin: 40px 0;
  }

  .hx-type1 {
    font-size: 1.8rem;
  }

  .hx-type1::before {
    height: 1px;
  }

  .hx-type2 {
    font-size: 1.8rem;
  }

  .hx-type2 .wrap {
    border-right: none;
    border-left: none;
    padding-right: 0;
  }

  .hx-type2 .wrap .sptop_subttl {
    font-size: 0.6em;
    color: #7ac848;
  }

  .hx-type3 {
    font-size: 1.8rem;
    max-width: 80%;
    margin: 0 auto 20px;
  }

  /*パンくず*/

  .breadcrumbs {
    margin-top: 90px;
  }

  /*br 改行*/
  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }
}

/*END*/

/*------------------------------------------

	header

------------------------------------------*/
.inr.head {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*PC*/
@media screen and (min-width: 768px) {
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
  .site-header {
    border-bottom: #999 1px solid;
    position: fixed;
    z-index: 5555;
    background: #fff;
    top: 0;
    width: 100%;
  }

  .site-header #feas-searchform-3 {
    display: none !important;
  }

  .tax-space_cat .site-header,
  .tax-purpose .site-header,
  .search .site-header {
    border: 0;
  }

  .inr.head {
    padding: 11px 15px;
    position: relative;
    z-index: 9999;
    background: #fff;
  }

  header .inr {
    padding-right: 2%;
    padding-left: 2%;
  }

  .logo-box {
    width: 35%;
  }

  .site-header .logo-box {
    width: 110px;
  }

  .site-header .menu-box-sp {
    width: auto;
  }

  .site-header .menu-box-sp > .gnav-box-inr-sp {
    display: flex;
    width: auto;
    margin: 0;
    align-items: center;
  }

  .site-header .menu-box-sp > .gnav-box-inr-sp > p {
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
  }

  .site-header .menu-box-sp > .gnav-box-inr-sp > .login-btn {
    width: auto;
    background: unset;
    border-radius: 0;
  }

  .site-header .menu-box-sp > .gnav-box-inr-sp > .newmember-btn {
    width: auto;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: unset;
  }

  .site-header .menu-box-sp > .gnav-box-inr-sp a {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    display: block;
    width: 90px;
    border-radius: 20px;
  }

  .site-header .menu-box-sp > .gnav-box-inr-sp > .login-btn > a {
    background: #d6e1d0;
    border: #d6e1d0 solid 2px;
  }

  .site-header .menu-box-sp > .gnav-box-inr-sp > .newmember-btn > a {
    color: #fff;
    border: #e9004d solid 2px;
    background: linear-gradient(#e891a0, #d63752);
  }

  .search-box {
    width: 100%;
    font-size: 1.3rem;
    padding: 5px 10px;
  }

  .site-header .serch-form-box {
    display: none;
  }

  .search-box input.textform {
    width: calc(100% - 25px);
  }

  .s_btn input {
    width: 18px;
    height: auto;
  }

  .menu-btn {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #333333;
    z-index: 997;
  }

  .menu-btn .line {
    width: calc(100% - 25px);
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    transform-origin: center;
  }

  .menu-btn .line:nth-of-type(1) {
    transform: translate(-50%, -10px);
  }

  .menu-btn .line:nth-of-type(2) {
    transform: translate(-50%, 0);
  }

  .menu-btn .line:nth-of-type(3) {
    transform: translate(-50%, 10px);
  }

  body.open .menu-btn .line:nth-of-type(1) {
    transform: translate(-50%, 0) rotate(45deg);
  }

  body.open .menu-btn .line:nth-of-type(2) {
    opacity: 0;
  }

  body.open .menu-btn .line:nth-of-type(3) {
    transform: translate(-50%, 0) rotate(-45deg);
  }

  .menu-btn .txt {
    font-size: 1.2rem;
    color: #fff;
    display: block;
    transform: translateY(50px);
    margin-top: 15px;
  }
}

/*END*/

/*------------------------------------------

	Gナビ

------------------------------------------*/
.menu-box {
  background-color: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, sans-serif;
}

.gnav li {
  margin-right: 1.5em;
}

/*.gnav a {
	color: #fff;
}*/
.gnav .arc a {
  border: #fff 1px solid;
  background-color: transparent;
  border-radius: 100px;
  padding: 0.4em 0.7em;
}

.gnav .arc a:hover {
  color: #333333;
  background-color: #fff;
  opacity: 1;
}

.menu-box .nav-box {
  display: none;
}

/*PC*/
@media screen and (min-width: 768px) {
  .menu-search {
    display: none;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
  header .inr {
    padding-right: 2%;
    padding-left: 2%;
  }

  .site-header .menu-box .inr {
    display: none;
  }

  .gnav li {
    margin-top: 10px;
  }

  .gnav li#menu-item-4259 {
    border: #e9004d solid 2px;
    border-radius: 26px;
  }

  .gnav li#menu-item-4251 {
    background: #81b3a4;
    border-radius: 23px;
  }

  .gnav li#menu-item-4251 a {
    color: #fff;
  }

  .menu-box .inr {
    padding: 0;
  }

  .menu-bg-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }

  body.open .menu-bg-box,
  body.open02 .menu-bg-box {
    opacity: 1;
    visibility: visible;
  }

  .menu-box {
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 10000;
    overflow: scroll;
    display: block;
    transition: 0.3s;
  }

  .menu-search {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    transition: 0.3s;
    z-index: 9999;
  }

  .menu-search form[id^="feas-searchform"] .list-box .item-box {
    bottom: 60px;
  }

  .menu-search form[id^="feas-searchform"] .list-box .item-box.-cost {
    bottom: 0;
  }

  body.open02 .menu-search {
    bottom: 60px;
  }

  .menu-search form[id^="feas-searchform"] {
    box-shadow: 0 0 0 !important;
  }

  .open .menu-box {
    left: 0;
    top: 0;
  }

  .menu-box .gnav {
    border-top: #333333 1px solid;
    margin-top: 54px;
  }

  .menu-box .gnav li {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

  .menu-box .gnav a {
    color: #333333;
    display: block;
    border-bottom: #333333 1px solid;
    padding: 0.4em 0;
  }

  .menu-box .gnav .arc a {
    border: 0;
    border-bottom: #333333 1px solid;
    background-color: transparent;
    border-radius: 0;
    padding: 0.4em 0;
  }

  .menu-box .nav-box {
    padding: 0 20px;
    display: block;
  }

  .menu-box .nav-box .logo-box {
    margin: 0 auto 20px;
  }

  .menu-box .nav-box .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 10px;
  }

  .menu-box .nav-box .btn-box .login-btn,
  .menu-box .nav-box .btn-box .newmember-btn {
    border: 0;
    width: calc(50% - 5px);
    max-width: 150px;
    padding: 0;
    background: unset;
    margin: 0;
  }

  .menu-box .nav-box .btn-box .login-btn > a,
  .menu-box .nav-box .btn-box .newmember-btn > a {
    font-size: 1.6rem;
    text-align: center;
    display: block;
    border-radius: 20px;
    padding: 6px 20px;
    border: 2px solid;
  }

  .menu-box .nav-box .btn-box .login-btn > a {
    background: #d6e1d0;
    border-color: #d6e1d0;
  }

  .menu-box .nav-box .btn-box > p {
    display: none;
  }

  .menu-box .nav-box .btn-box .newmember-btn > a {
    border-color: #d63752;
    background: linear-gradient(#e891a0, #d63752);
    padding: 4px 39px 4px 20px;
    color: #fff;
    position: relative;
  }

  .menu-box .nav-box .btn-box .newmember-btn > a:after {
    content: "\f105";
    font-size: 1.2rem;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    text-align: center;
    line-height: 20px;
    color: #d63752;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .menu-box .nav-box .nav-list > li {
    width: auto;
    margin: 0 -20px;
    padding: 0 20px;
  }

  .menu-box .nav-box .nav-list > li > a {
    display: block;
    padding: 10px 30px 10px 0;
    position: relative;
  }

  .menu-box .nav-box .nav-list > li > a:after {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #70995c;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .menu-box .nav-box .nav-list > li:nth-of-type(2),
  .menu-box .nav-box .nav-list > li.top {
    margin-top: 15px;
    padding-top: 5px;
    border-top: #ccc solid 1px;
  }

  .menu-box .nav-box .nav-list > li.top > a:before {
    content: "\f002";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #70995c;
    margin-right: 10px;
  }

  .menu-box .nav-box .nav-list > li#menu-item-19048 {
    margin: 0 auto !important;
    max-width: 310px;
    border: 0;
    padding: 0;
  }

  .menu-box .nav-box .nav-list > li#menu-item-19048 > a {
    font-size: 1.6rem;
    text-align: center;
    display: block;
    border: #ccc solid 1px !important;
    padding: 4px 20px;
    border-radius: 21px;
  }

  .menu-box .nav-box .nav-list > li#menu-item-19048 > a:after {
    display: none;
  }
}

/*END*/

/*------------------------------------------

	Gナビ SP

------------------------------------------*/
.menu-box-sp {
  top: 58px;
  z-index: 333;
  background: #fff;
  width: 100%;
  font-family: Arial, sans-serif;
}

.menu-box-sp .gnav-box-inr-sp ul {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.menu-box-sp .gnav-box-inr-sp ul li a {
  color: #333333;
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .menu-box-sp {
    display: none;
  }
}

/*------------------------------------------

	footer

------------------------------------------*/
footer .nav-box {
  background-color: #cccccc;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .gnav li {
  line-height: 1;
  border-right: #fff 1px solid;
  padding-right: 1em;
  font-family: Arial, sans-serif;
  margin-bottom: 12px;
}

footer .gnav li:last-of-type {
  border-right: 0;
}

footer .gnav li.icon {
  border-right: none;
  padding-right: 0;
  width: 50px;
}

footer .gnav li.icon img {
  width: 100%;
}

footer .cpy-box {
  background-color: #f9f9f9;
  padding-top: 3px;
  padding-bottom: 3px;
}

footer .cpy-box > div {
  margin-right: 30px;
  font-family: Arial, sans-serif;
}

/*PC*/
@media screen and (min-width: 768px) {
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 80px;
  }

  footer .nav-box {
    font-size: 1.2rem;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: 5%;
    padding-left: 5%;
    /*margin-bottom: 52px;*/
  }

  footer .gnav li {
    margin-bottom: 10px;
  }

  footer .gnav li:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }

  footer .cpy-box > div {
    font-size: 1.3rem;
    margin-right: auto;
    margin-left: auto;
  }
}

/*END*/

/*------------------------------------------

	施設一覧

------------------------------------------*/

/** 施設 **/
.arc-box.space .slider-wrap img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.arc-box.space .post-header {
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
}

.arc-box.space .post-header .inr.inr_50 {
  width: 50%;
  max-width: 665px;
  padding-right: 0;
  padding-left: 0;
}

.arc-box.space .content-box {
  width: calc(100% - 370px);
}

.arc-box.space .side-box {
  width: 340px;
}

.arc-box.space .post-box {
  background: #f7f7f7;
}

.button01 {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  border: #7ac848 1px solid;
  color: #333;
  padding: 7px 20px;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
  border-radius: 30px;
}
.arc-box.space .post-box > .btn-box {
  padding: 0 0 20px;
  text-align: center;
}

.arc-box.space .post-box .tit-box {
  background-color: #eeeeee;
  padding: 20px;
}

.arc-box .post-box .cat {
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}

.pleft {
  padding-left: 18px;
}

.pright {
  padding-right: 18px;
  font-family: Arial, sans-serif;
}

.arc-box .cat li {
  display: flex;
  padding: 0 8px;
  border: 1px solid #888;
  border-radius: 3px;
  margin-right: 5px;
}

/*一覧ターム順調整*/
.arc-box .cat li:first-of-type {
  order: 2;
}

.arc-box .cat li:nth-of-type(2) {
  order: 3;
}

.arc-box .cat li:last-of-type {
  order: 1;
}

.arc-box .cat li.singletag::after {
  left: 56px;
}

.arc-box .singlecat li {
  padding-left: 20px;
}

.arc-box .singlecat li::after {
  content: "/";
}

.arc-box .singlecat li:last-of-type::after {
  content: "";
}

.arc-box.space .post-box .tit {
  font-size: 1.9rem;
  font-weight: bold;
}

.arc-box.space .post-box .price {
  font-size: 1.9rem;
  padding: 15px 0;
}

.arc-box.space .post-box .price .sub {
  font-size: 0.6em;
}

.arc-box.space .doginfo li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.arc-box.space .doginfo li img {
  width: 80px;
  height: 80px;
}

table.doginfo_table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
  font-family: Arial, sans-serif;
}

table.doginfo_table th.doginfo_table_top,
table.doginfo_table td.doginfo_table_top {
  border: solid 1px #8ab9b8;
  background-color: #f5f5f5;
  color: #3e7a78;
  font-weight: bold;
}

table.doginfo_table th,
table.doginfo_table td {
  border-radius: 5px;
  text-align: center;
  padding: 6px 0;
}

table.doginfo_table th {
  background-color: #8ab9b8;
  color: #fff;
}

table.doginfo_table td {
  border: solid 1px #8ab9b8;
  color: #3e7a78;
  line-height: 1em;
}

table.doginfo_table td span {
  font-size: 12px;
}

/* .nomember-inu {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
} */

.arc-box .purpose_cat {
  font-size: 1.1rem;
  border-left: #999 1px solid;
  font-family: Arial, sans-serif;
}

.arc-box .purpose_cat li {
  width: 33.333%;
  background-color: #fff;
  border-top: #999 1px solid;
  border-right: #999 1px solid;
}
.arc-box .purpose_cat li:nth-last-of-type(1),
.arc-box .purpose_cat li:nth-last-of-type(2),
.arc-box .purpose_cat li:nth-last-of-type(3) {
  border-bottom: 1px solid #999;
}

.arc-box .purpose_cat li a {
  width: 100%;
  display: block;
  padding: 0.5em 5px 0.5em 30px;
  position: relative;
}

.arc-box .purpose_cat li a::before {
  content: "";
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

.arc-box .purpose_cat li a::before {
  width: 17px;
  height: 16px;
  background-image: url(images/common/ico_tag07.png);
}

/*.arc-box .purpose_cat li a.ico-spa::before {
		content: "";
		width: 21px;
		height: 19px;
		top: 17px;
		background-image: url(images/common/ico_tag01.png);
	}

	.arc-box .purpose_cat li a.ico-mealplan::before {
		content: "";
		width: 16px;
		height: 28px;
		background-image: url(images/common/ico_tag03.png);
		left: 9px;
		top: 16px;
	}
	.arc-box .purpose_cat li a.ico-day_trip::before {
		content: "";
		width: 22px;
		height: 28px;
		top: 18px;
		background-image: url(images/common/ico_tag04.png);
	}
	.arc-box .purpose_cat li a.ico-experience::before {
		content: "";
		width: 20px;
		height: 24px;
		top: 18px;
		background-image: url(images/common/ico_tag05.png);
	}
	.arc-box .purpose_cat li a.ico-garden::before {
		content: "";
		width: 22px;
		height: 28px;
		top: 18px;
		background-image: url(images/common/ico_tag06.png);
	}*/

/*ギャラリー　ライトボックス*/
.lb-dataContainer {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}
.lb-data .lb-caption {
  padding: 16px !important;
  color: #fff !important;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000 !important;
  display: inline-block !important;
  position: absolute !important;
  bottom: -6px !important;
}
.lb-data .lb-details {
  line-height: 2.5em !important;
  height: 45px !important;
  width: 100% !important;
}
.rg-slider {
  display: -webkit-box;
  overflow-x: scroll;
}

.rg-slider li {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-right: 5px;
}

.rg-slider li img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

a[data-lightbox="demo"]::after {
  content: attr(data-title);
  display: none; /* サムネイル上では非表示 */
}

a[data-lightbox="demo"]:hover::after {
  display: none; /* マウスオーバー時も非表示 */
}

/* youtube */
.youtube-ratio iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.arc-box.space .post-box .spec-box {
  font-size: 1.6rem;
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

.arc-box.space .post-box .thum {
  width: 34.484%;
}

.arc-box.space .post-box .thum a {
  display: block;
  position: relative;
  overflow: hidden;
}

.arc-box.space .post-box .thum a::after {
  content: "";
  width: 100%;
  padding-top: 73.338%;
  display: block;
}

.arc-box.space .post-box .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arc-box.space .post-box .spec {
  width: calc(65.516% - 20px);
}

.single-space .content-box p {
  margin-bottom: 1em;
}

.single-space .content-box p:last-of-type {
  margin-bottom: 0;
}

.single-space .thum_top {
  margin-top: 144px;
}

.single-space .thum,
.single-space .thum img,
.single-space .arc-box.space .content-box {
  width: 100%;
}

.single-space .page-tit {
  font-size: 3.4rem;
  font-weight: bold;
}

.single-space .single-p-nav {
  background-color: #eeeeee;
  font-family: Arial, sans-serif;
}

.single-space .single-p-nav li {
  width: 12%;
  font-size: 1.9rem;
}

.single-space .single-p-nav li a {
  width: 100%;
  display: block;
  padding: 20px 0;
}

.single-space .bx-wrapper,
.single-space .bx-viewport {
  position: relative;
}

.single-space .bx-viewport .txt-box {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.single-space .bx-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.single-space .bx-prev,
.single-space .bx-next {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.single-space .bx-prev {
  left: 0;
}

.single-space .bx-next {
  right: 0;
}

.single-space #bx-pager a {
  width: 12.5%;
  display: block;
  padding-right: 5px;
  margin-bottom: 5px;
}

.single-space .content-txt {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.single-space .content-txt h3 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left !important;
}

.single-space .content-txt p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left !important;
}

.single-space .single-table1 {
  border-bottom: #cccccc 1px dotted;
  font-family: Arial, sans-serif;
}

.single-space .single-table1:first-of-type {
  border-top: #cccccc 1px solid;
}

.single-space .single-table1:last-of-type {
  border-bottom: #cccccc 1px solid;
}

.single-space .single-table1 dt {
  width: 33.333333%;
  padding: 1em 0;
}

.single-space .single-table1 dt h4 {
  font-weight: bold;
}

.single-space .single-table1 dd {
  width: 66.666666%;
  padding: 1em 0;
}

.single-space .single-table2 {
}

.single-space .single-table2 dt {
  width: 33.333333%;
  background-color: #eeeeee;
  padding: 1em;
}

.single-space .single-table2 dt h4,
.single-space .single-table2 dt div {
  width: 100%;
  font-weight: bold;
}

.single-space .single-table2 dd {
  width: 66.666666%;
  background-color: #f7f7f7;
  padding: 1em;
}

.single-space .single-table3 {
  border: #999 1px solid;
}

.single-space .single-table3 dt {
  width: 33.333333%;
  border-right: #999 1px solid;
  padding: 1em;
}

.single-space .single-table3.deep dt {
  background-color: #b8b6b6;
  color: #fff;
}

.single-space .single-table3.lite dt {
  background-color: #f7f7f7;
}

.single-space .single-table3 dt h4,
.single-space .single-table3 dt div {
  width: 100%;
  font-weight: bold;
}

.single-space .single-table3 dd {
  width: 66.666666%;
  background-color: #fff;
  padding: 1em;
}

/*会員特典*/
.m-box {
  width: 100%;
  background: #f6f6f6;
}

.m-wrap .thum {
  width: 45%;
}

.m-wrap .thum img {
  object-fit: cover;
}

.m-wrap .spec {
  width: 55%;
  padding: 45px;
}

.m-wrap .spec h4 {
  font-weight: bold;
  font-size: 24px;
}

.btn_box {
  display: flex;
}

.single-space .plan-wrap {
  background-color: #f7f7f7;
  padding-top: 0;
  padding-bottom: 70px;
}

.single-space .plan-box {
  position: relative;
}

.single-space .plan-box:nth-child(even) {
  flex-direction: row-reverse;
}

.single-space .plan-box .thum {
  width: 700px;
}

.single-space .plan-box .thum img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.single-space .plan-box .spec {
  width: 600px;
  height: 400px;
  background-color: #fff;
  padding: 1.6em;
  position: absolute;
  right: 0;
  top: 40px;
}

.single-space .plan-box:nth-child(even) .spec {
  left: 0;
}

.single-space .plan-box .spec .tit {
  font-size: 1.9rem;
  font-weight: bold;
}

.single-space .plan-box .spec .food {
  font-size: 1.4rem;
  padding-left: 2em;
  position: relative;
}

.single-space .plan-box .spec .food::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.single-space .plan-box .spec .food.f_none::before {
  background-image: url(images/common/ico-food1.png);
}

.single-space .plan-box .spec .food.f_true::before {
  background-image: url(images/common/ico-food2.png);
}

.single-space .plan-box .spec .food.f_morning::before {
  background-image: url(images/common/ico-food3.png);
}

.single-space .plan-box .spec .food.f_dinner::before {
  background-image: url(images/common/ico-food1.png);
}

.single-space .plan-box .spec .price-list {
  margin: 10px 0 5px;
}

.single-space .plan-box .spec .price-list li {
  margin-right: 20px;
}

.single-space .plan-box .spec .price-list li:last-of-type {
  margin-right: 0;
}

.single-space .plan-box .spec .price-list .sub {
  font-size: 0.75em;
}

.reserve a {
  color: #fff;
  background-color: #999999;
  border-radius: 100px;
  padding: 0.6em 1em;
}

.single-space .access-box {
  padding-top: 70px;
}

.access-box iframe {
  width: 100%;
  height: 460px;
  display: block;
  margin-bottom: 40px;
}

.single-space .access-box .tit {
  font-size: 1.9rem;
  font-weight: bold;
}

.single-space .access-box .checkin {
  border: #999 1px solid;
  display: inline-block;
  padding: 1em 2em;
}

.single-space .room-thum {
  width: 42.1875%;
  max-width: 540px;
}

.single-space .room-thum img {
  width: 100%;
  height: 45vh;
  object-fit: cover;
}

.single-space .room-map {
  max-width: 1000px;
  margin: 30px auto;
}

.single-space .room-map a {
  padding: 10px 18px;
  border: 1px solid #ccc;
  border-radius: 18px;
}

.single-space .room-spec {
  width: 53.125%;
  max-width: 680px;
}

.single-space .room-spec .tit {
  font-size: 1.9rem;
}

.single-space .room-spec p:last-of-type {
  margin-bottom: 20px !important;
}

.single-space .rep_img_box .rep_img_li img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.single-space .food_box,
.single-space .act_box {
  background-color: #f7f7f7;
  margin-top: 60px;
  padding-bottom: 60px;
}

.single-space .rep_img_box .rep_img_li .doginfo_act li {
  margin-left: 10px;
  margin-bottom: 10px;
}

.single-space .rep_img_box .rep_img_li .doginfo_act li:first-child {
  margin-left: 20px;
}

.single-space .rep_img_box .rep_img_li .doginfo_act li img {
  width: 50px;
  height: 50px;
}

.single-space .rep_img_box::after {
  content: "";
  width: 31.484375%;
  max-width: 403px;
  display: block;
}

.single-space .rep_img_box .rep_img_li {
  width: 31.484375%;
  max-width: 403px;
  background-color: #f7f7f7;
}

.single-space .food_box .rep_img_box .rep_img_li,
.single-space .act_box .rep_img_box .rep_img_li {
  background-color: #fff;
}

.single-space .rep_img_box .tit {
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.single-space .rep_img_box .txt {
  font-size: 1.4rem;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}

/*** 画像ポップアップ ***/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

/*PC*/
@media screen and (min-width: 768px) {
  .arc-box.space .side-box .hx-search {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .arc-box.space .side-box .area-box-inr,
  .arc-box.space .side-box .space-box-inr {
    background-color: #eeeeee;
    padding: 30px 20px;
  }

  .extraction,
  .area-select {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    padding: 10px;
  }

  .area_select_box {
    display: block;
    position: relative;
  }

  /*.area_select_box::after  {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		position: absolute;
		right: 16px;
		top: calc(50% - 8px);
		border-top: solid 2px;
		border-right: solid 2px;
		transform: rotate(135deg) translateY(-50%);
		color: #999;
    	pointer-events: none;
	}*/

  .area_tokai,
  .area_kyushu,
  .area_hokuriku,
  .area_kansai,
  .area_chushikoku {
    display: none;
  }

  /* 	.arc-box.space .side-box .space-box-inr li { 2020/06/19 修正
		width: 40%;
	} */
  /*.arc-box.space .side-box .space-box-inr li:nth-of-type(even) {
		width: 60%;
	}*/
  .arc-box.space .side-box .space-box-inr li input {
    display: none;
  }

  .arc-box.space .side-box .space-box-inr li label {
    padding-left: 30px;
    position: relative;
  }

  .arc-box.space .side-box .space-box-inr li label::before,
  .arc-box.space .side-box .space-box-inr li label::after {
    content: "";
    border-radius: 100px;
    position: absolute;
  }

  .arc-box.space .side-box .space-box-inr li label::before {
    width: 22px;
    height: 22px;
    background-color: #fff;
    top: 7px;
    left: 0;
  }

  .arc-box.space .side-box .space-box-inr li label::after {
    width: 12px;
    height: 12px;
    background-color: #999;
    top: 7px;
    left: 5px;
  }

  .arc-box.space .side-box .space-box-inr li input:checked ~ label::after {
    background-color: #999999;
  }

  .arc-box.space .side-box .space-box-inr input[type="button"] {
    color: #fff;
    background-color: #999999;
    border-radius: 100px;
    display: block;
    padding: 10px 30px;
    margin-left: auto;
  }

  .arc-box.space .side-box .tag-box-inr {
    border: #999 1px solid;
    padding: 30px;
  }

  .arc-box.space .side-box .tag-box-inr .tag-list {
    box-sizing: content-box;
  }

  .arc-box.space .side-box .tag-box-inr li a {
    border: #999 1px solid;
    border-radius: 5px;
    display: block;
    padding: 10px;
    padding-left: 50px;
    position: relative;
  }

  .arc-box.space .side-box .tag-box-inr li a::before {
    content: "";
    width: 30px;
    height: 28px;
    background-image: url(images/common/ico_tag06.png);
  }

  .single-space .purpose_cat {
    border-top: 0;
  }

  .single-space .purpose_cat li {
    font-size: 1.1rem;
    max-width: 180px;
    border-top: #999 1px solid;
  }

  .single-space .purpose_cat li a {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }

  .single-space .purpose_cat li a::before {
    width: 15px;
    height: 10px;
    left: 6px;
  }

  .single-space #bx-pager a:nth-of-type(8n) {
    padding-right: 0;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
  /*------------------------------------------

	施設一覧　スマホ共通

------------------------------------------*/
  .post-type-archive-space main .inr,
  .tax-space_cat main .inr,
  .tax-purpose main .inr,
  .search main .inr {
    padding: 0;
  }

  .post-type-archive-space main .page-tit-box,
  .post-type-archive-space main .content-box,
  .tax-space_cat main .page-tit-box,
  .tax-space_cat main .content-box,
  .tax-purpose main .page-tit-box,
  .tax-purpose main .content-box,
  .search main .page-tit-box,
  .search main .content-box {
    padding-right: 2%;
    padding-left: 2%;
  }

  .hx-search {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .page-tit-box {
    width: 100%;
    margin-top: 140px;
  }

  .page-tit-box.-search {
    margin-top: 60px;
  }

  .space-nav {
    font-size: 1.3rem;
  }

  .sm-search-btn {
    width: 33.33333333%;
    background-color: #eeeeee;
    padding: 50px 0 0;
    position: relative;
  }

  .sm-search-btn.bdr {
    border-right: #999 1px solid;
    border-left: #999 1px solid;
  }

  .post-type-archive-space.side::after,
  .space-wind-btn.side::after,
  .area-wind-btn.side::after,
  .tag-wind-btn.side::after {
    content: "";
    width: 31px;
    height: 35px;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .space-wind-btn.side::after {
    background-image: url(images/common/ico-src2.png);
  }

  .area-wind-btn.side::after {
    background-image: url(images/common/ico-src1.png);
  }

  .tag-wind-btn.side::after {
    background-image: url(images/common/ico-src3.png);
  }

  .top_sl {
    margin-top: 53px;
  }

  .rg-slider li {
    width: 110px;
    height: 110px;
  }

  .rg-slider li img {
    height: 110px;
  }

  .arc-box.space .slider-wrap img {
    height: 240px;
    margin-top: 0;
  }

  .arc-box.space .post-header {
    flex-direction: column;
  }

  .arc-box.space .content-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .arc-box.space .post-box .tit-box {
    padding: 2%;
  }

  .arc-box.space .post-header .inr.inr_50 {
    width: 100%;
  }

  .arc-box .post-box .cat {
    font-size: 1.3rem;
  }

  .arc-box.space .post-box .tit {
    font-size: 1.6rem;
  }

  .arc-box.space .post-box .spec-box {
    font-size: 1.4rem;
    padding: 2%;
  }

  .arc-box.space .post-box .thum {
    width: 150px;
  }

  .arc-box.space .post-box .spec {
    width: calc(100% - 160px);
  }

  .arc-box.space .post-box .spec-box .sm_spec {
    width: 100%;
  }

  .arc-box.space .post-box .price {
    font-size: 1.6rem;
    padding: 10px 0;
  }

  .arc-box.space .doginfo li {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .arc-box.space .doginfo li img {
    width: 55px;
    height: 55px;
  }

  table.doginfo_table th.doginfo_table_top,
  table.doginfo_table td.doginfo_table_top {
    font-size: 1.4rem;
  }

  .arc-box .purpose_cat li {
    width: 50%;
    font-size: 12px;
  }
  .arc-box .purpose_cat li:nth-last-of-type(3) {
    border-bottom: 0;
  }

  .arc-box .purpose_cat li a {
    padding: 0.3em;
    padding-left: 2.2em;
    font-size: 12px;
  }

  .arc-box .purpose_cat li a::before {
    width: 13px;
    height: 14px;
  }

  .arc-box.space .side-box {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 100px;
  }

  .single-space .thum {
    margin-top: 0;
  }

  .single-space .page-tit {
    font-size: 2.2rem;
  }

  .single-space .single-p-nav li {
    width: 33.3333%;
    font-size: 1.2rem;
    justify-content: space-between;
  }

  .single-space .single-p-nav li a {
    width: 99.5%;
    padding: 14px 0;
    background: #fff;
    margin-bottom: 1px;
  }

  .single-space #bx-pager a {
    width: 25%;
  }

  .single-space #bx-pager a:nth-of-type(4n) {
    padding-right: 0;
  }

  .single-space .bx-viewport {
    height: 270px;
  }

  .single-space .bx-viewport .txt-box {
    font-size: 1.2rem;
    padding: 0.6em;
  }

  .single-space .bx-prev,
  .single-space .bx-next {
    font-size: 2rem;
  }

  .single-space .content-txt {
    width: 100%;
  }

  .single-space .content-txt h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .single-space .content-txt p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .single-space .single-table1 dt {
    font-size: 1.4rem;
    width: 100%;
    border-bottom: #eeeeee 1px solid;
    padding: 0.5em 0.5em;
  }

  .single-space .single-table1 dt h4 {
    font-weight: bold;
  }

  .single-space .single-table1 dd {
    font-size: 1.4rem;
    width: 100%;
    padding: 1em 0.5em;
  }

  .single-space .single-table2 dt {
    width: 100%;
  }

  .single-space .single-table2 dd {
    width: 100%;
  }

  .single-space .single-table3 {
    border: #999 1px solid;
  }

  .single-space .single-table3 dt {
    width: 100%;
  }

  .single-space .single-table3 dt h4,
  .single-space .single-table3 dt div {
    width: 100%;
  }

  .single-space .single-table3 dd {
    width: 100%;
  }

  .m-wrap .thum,
  .m-wrap .spec {
    width: 100%;
  }

  .m-wrap .thum img {
    height: auto;
  }

  .m-wrap .spec {
    padding: 20px;
  }

  .m-wrap .spec h4 {
    font-size: 20px;
  }

  .single-space .plan-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .single-space .plan-box .thum {
    width: 100%;
  }

  .single-space .plan-box .thum img {
    width: 100%;
    height: 38vh;
    object-fit: cover;
  }

  .single-space .plan-box .spec {
    width: 100%;
    padding: 1.4em;
    position: static;
    height: auto;
  }

  .single-space .plan-box .spec .tit {
    font-size: 1.6rem;
  }

  .single-space .plan-box .spec .food {
    font-size: 1.2rem;
  }

  .single-space .plan-box .spec .food::before {
    width: 16px;
    height: 16px;
    background-size: contain;
  }

  .single-space .rep_img_box .rep_img_li .doginfo_act li:first-child {
    margin-left: 5px;
  }

  .single-space .rep_img_box .rep_img_li .doginfo_act li {
    margin-left: 5px;
    margin-bottom: 5px;
  }

  .single-space .rep_img_box .rep_img_li .doginfo_act li img {
    width: 36px;
    height: 36px;
  }

  .single-space .access-box {
    padding-top: 30px;
  }

  .single-space .access-box iframe {
    height: 330px;
    margin-bottom: 20px;
  }

  .single-space .access-box .tit {
    font-size: 1.5rem;
  }

  .single-space .access-box .checkin {
    font-size: 1.4rem;
  }

  .single-space .room-thum {
    width: 100%;
    max-width: none;
  }

  .single-space .room-thum img {
    width: 100%;
    height: 28vh;
    object-fit: cover;
  }

  .single-space .room-spec {
    width: 100%;
    max-width: none;
  }

  .single-space .room-spec .tit {
    font-size: 1.6rem;
  }

  .single-space .room-spec p:last-of-type {
    margin-bottom: 10px !important;
    text-align: left;
  }

  .single-space .food_box,
  .single-space .act_box {
    background-color: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .single-space .rep_img_box .rep_img_li {
    width: 48%;
    max-width: none;
  }

  .single-space .rep_img_box .rep_img_li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }

  .single-space .rep_img_box .tit {
    font-size: 1.3rem;
    padding-top: 10px;
    padding-right: 4%;
    padding-bottom: 10px;
    padding-left: 4%;
  }

  .single-space .rep_img_box .txt {
    font-size: 1.2rem;
    padding-right: 4%;
    padding-bottom: 10px;
    padding-left: 4%;
  }
}

/*END*/

.recommend-box p {
  text-align: center;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .recommend-box p {
    text-align: left;
  }
}

/*------------------------------------------

	地域検索

------------------------------------------*/

/*PC*/
@media screen and (min-width: 768px) {
  .hx-search {
    font-size: 1.9rem;
    color: #fff;
    background-color: #666;
    font-weight: normal;
    padding: 0.8em;
  }

  .area-box input[type="radio"] {
    display: none;
  }

  .area-box-inr {
    position: relative;
  }

  .parent-box {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .parent-box.chushikoku {
    margin-top: 76px;
    margin-left: -172px;
  }

  .parent-box.hokuriku {
    margin-top: 40px;
    margin-left: -65px;
  }

  .parent-box.chushikoku {
    margin-top: 76px;
    margin-left: -172px;
  }

  .parent-box.kyushu {
    margin-top: 140px;
    margin-left: -235px;
  }

  .parent-box.kanto {
    margin-top: 91px;
    margin-left: 137px;
  }

  .parent-box.tokai {
    margin-top: 146px;
    margin-left: 49px;
  }

  .parent-box.kansai {
    margin-top: 181px;
    margin-left: -50px;
  }

  .parent-box.ac {
    z-index: 10;
  }

  .parent-btn {
    font-size: 1.6rem;
    background-color: #f3f9fb;
    border: #999 1px solid;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 25px 2px 10px;
  }

  .parent-btn::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 11px;
    top: calc(50% - 7px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(135deg) translateY(-50%);
    color: #999;
  }

  .parent-btn.ac::after {
    right: 6px;
    top: calc(50% - -1px);
    transform: rotate(-45deg) translateY(-50%);
  }

  .child-wrap-box {
    width: 600px;
    background-color: #fff;
    border: #999 1px solid;
    display: none;
    position: absolute;
  }

  .chushikoku .parent-btn.ac ~ .child-wrap-box,
  .hokuriku .parent-btn.ac ~ .child-wrap-box,
  .kyushu .parent-btn.ac ~ .child-wrap-box,
  .kansai .parent-btn.ac ~ .child-wrap-box,
  .tokai .parent-btn.ac ~ .child-wrap-box,
  .kanto .parent-btn.ac ~ .child-wrap-box {
    display: block;
  }

  .child-btn {
    width: 100px;
    font-size: 1.6rem;
    /*border-right: #999 1px solid;*/
    padding: 5px 10px;
  }

  .child-btn.ac {
    cursor: pointer;
  }

  .child-btn.ac:hover {
    color: #fff;
    background-color: #999999;
  }

  .grandchildren-box {
    width: calc(100% - 100px);
    height: calc(100% - 47px);
    padding: 5px 10px;
    position: absolute;
    left: 100px;
    top: 0;
    display: none;
  }

  .grandchildren-box label {
    width: 100%;
    display: block;
  }

  .child-btn.ac ~ .grandchildren-box {
    display: block;
  }

  .grandson-btn {
    position: relative;
  }

  .grandson-btn::before {
    content: "";
    width: 20px;
    height: 20px;
    border: #999 1px solid;
    border-radius: 3px;
    display: inline-block;
    margin-right: 3px;
    transform: translateY(4px);
  }

  .grandson-inp {
    display: none;
  }

  .grandson-btn.ac::after {
    content: "";
    border-left: 2px solid #999999;
    border-bottom: 2px solid #999999;
    width: 18px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 6px;
  }

  .grandson-btn input {
    display: none;
  }

  /*.area-submit {
		text-align: right;
		border-top: #999 1px solid;
		padding: 10px;
	}*/

  .area-enter {
    font-size: 1.6rem;
    color: #fff;
    background-color: #999999;
    border-radius: 3px;
    padding: 5px 15px;
  }
}

/*END*/

/*PC*/
@media screen and (max-width: 1030px) {
  .area-box {
    margin: 0 auto;
  }

  .wrap-box {
    width: 100%;
    margin-top: 30px;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
  .search-post-box {
    background-color: #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .search-post-box .sm-search-btn {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 0.5em 0 0.5em 50px;
    cursor: pointer;
  }

  .search-post-box .sm-search-btn::before {
    content: "";
    width: 33px;
    height: 37px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
  }

  .search-post-box .sm-search-btn.area-wind-btn::before {
    background-image: url(images/common/ico-src1.png);
  }

  .search-post-box .sm-search-btn.space-wind-btn::before {
    background-image: url(images/common/ico-src2.png);
  }

  .search-post-box .sm-search-btn.tag-wind-btn::before {
    background-image: url(images/common/ico-src3.png);
  }

  .search-post-box .sm-search-btn::after {
    content: "";
    width: 8px;
    height: 8px;
    color: #999999;
    border-top: solid 2px;
    border-right: solid 2px;
    display: block;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 16px;
    top: calc(50% - 2px);
  }

  .area-box,
  .space-box,
  .tag-box {
    width: 100%;
    height: calc(100% - 68px);
    background-color: #fff;
    position: fixed;
    top: 68px;
    left: 100%;
    z-index: 998;
    overflow: scroll;
  }

  .area-open .area-box {
    left: 0;
    top: 0;
    height: auto;
  }

  .space-open .space-box {
    left: 0;
    top: 0;
    height: auto;
  }

  .tag-open .tag-box {
    left: 0;
    top: 0;
    height: auto;
  }

  .wind-close {
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    background-color: #999999;
    text-align: center;
    padding: 0.5em 0.3em;
    margin-top: 50px;
  }

  .side-box .hx-search {
    font-size: 1.6rem;
    color: #fff;
    background-color: #999999;
    text-align: left;
    font-weight: bold;
    padding: 0.2em 0.5em;
  }

  .search-post-box .hx-search {
    font-size: 1.6rem;
    color: #fff;
    background-color: #999999;
    text-align: left;
    font-weight: bold;
    padding: 0.2em 0.5em;
  }

  .sm-area-list {
    padding: 1em;
    margin-top: 80px;
  }

  .sm-area-btn {
    width: 48%;
    font-size: 1.4rem;
    border: #ccc 1px solid;
    border-radius: 6px;
  }

  .sm-area-btn a {
    display: block;
    padding: 1em;
  }

  .column2 .sm-area-btn {
    width: 49%;
  }

  .column2 .sm-area-btn a {
    display: block;
    width: 100%;
  }

  /*.sm-area-btn.ac {
		color: #fff;
		background-color: #999999;
		border: #999999 1px solid;
	}*/

  .parent-box {
    display: none;
    opacity: 0;
  }

  .sm-area-list.chushikoku_ac ~ .parent-box.chushikoku {
    display: block;
    opacity: 1;
  }

  .sm-area-list.hokuriku_ac ~ .parent-box.hokuriku {
    display: block;
    opacity: 1;
  }

  .sm-area-list.tokai_ac ~ .parent-box.tokai {
    display: block;
    opacity: 1;
  }

  .sm-area-list.kyushu_ac ~ .parent-box.kyushu {
    display: block;
    opacity: 1;
  }

  .sm-area-list.kanto_ac ~ .parent-box.kanto {
    display: block;
    opacity: 1;
  }

  .sm-area-list.kansai_ac ~ .parent-box.kansai {
    display: block;
    opacity: 1;
  }

  .parent-box:last-of-type .child-box:last-of-type .ac + .grandchildren-box:last-of-type {
    border-bottom: #ccc 1px solid;
  }

  .child-btn a {
    width: 100%;
    display: block;
  }

  .child-btn {
    width: 100%;
    border-top: #ccc 1px solid;
    padding: 1em 0.5em;
    position: relative;
  }

  .child-btn::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #999999;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .child-btn::after {
    content: "";
    width: 6px;
    height: 6px;
    color: #fff;
    border-top: solid 1px;
    border-right: solid 1px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    right: 18.5px;
    top: calc(55% - 6px);
  }

  .child-btn.ac::after {
    transform: rotate(45deg);
    right: 18.5px;
    top: calc(55% - 6px);
  }

  .child-box:last-of-type .child-btn {
    border-bottom: #ccc 1px solid;
  }

  .child-btn.ac {
    background-color: #eeeeee;
  }

  .child-btn.ac a {
    width: 100%;
    display: block;
  }

  .grandchildren-box {
    width: 100%;
    height: 0;
    padding: 0;
    border-top: 0;
    overflow: hidden;
  }

  .ac + .grandchildren-box {
    height: auto;
    border-top: #ccc 1px solid;
    padding: 0 1em;
  }

  .grandchildren-box label {
    display: block;
    position: relative;
  }

  .grandchildren-box label::before {
    content: "";
    width: 15px;
    height: 15px;
    border: #ccc 1px solid;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .grandchildren-box input:checked + label::after {
    content: "";
    border: transparent;
    border-left: 2px solid #999999;
    border-bottom: 2px solid #999999;
    width: 12px;
    height: 7px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    left: 4px;
    top: calc(50% - 3px);
  }

  .grandchildren-box label .wrap {
    border-bottom: #ccc 1px solid;
    padding: 1em 1.5em;
    display: block;
    position: relative;
  }

  .grandchildren-box label .wrap::after {
    content: "";
    width: 8px;
    height: 8px;
    color: #999999;
    border-top: solid 2px;
    border-right: solid 2px;
    display: block;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 5px;
    top: calc(50% - 2px);
  }

  .grandchildren-box label:last-of-type .wrap {
    border-bottom: 0;
  }

  .grandson-inp {
    display: none;
  }

  .area-box input[type="submit"] {
    width: 80%;
    color: #fff;
    background-color: #999999;
    text-align: center;
    display: block;
    padding: 0.5em;
    border-radius: 3px;
    margin: 30px auto;
  }
}

/*END*/

/*------------------------------------------

	エリア別検索

------------------------------------------*/

.snav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.snav li {
  margin: 3px;
  color: #fff;
  background: #8ab9b8;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 47%;
  text-align: center;
  font-family: Arial, sans-serif;
}

.snav li:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.snav li a {
  padding: 1rem;
  display: block;
}

/*------------------------------------------

	施設別検索

------------------------------------------*/

/*PC*/
@media screen and (min-width: 768px) {
  .space-box {
    background-color: #eeeeee;
  }

  .space-box-inr {
    padding: 35px 50px;
  }

  .space-box-inr input[type="radio"] {
    display: none;
  }

  .space-box-inr label {
    padding-left: 30px;
    position: relative;
  }

  .space-box-inr label::before {
    content: "";
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .space-box-inr label::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #999;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
  }

  .space-box-inr input:checked ~ label::after {
    background-color: #999999;
  }

  .space-box-inr input[type="button"] {
    color: #fff;
    letter-spacing: 0.3em;
    background-color: #999999;
    border-radius: 100px;
    padding: 10px 30px;
    padding-right: 25px;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}

/*END*/

/*------------------------------------------

	目的別検索

------------------------------------------*/

/*PC*/
@media screen and (min-width: 768px) {
  .tag-box {
    border: #999 1px solid;
  }

  .tag-box-inr {
    padding: 30px 35px;
  }

  .tag-box-inr li {
  }

  .tag-box-inr li a {
    width: 100%;
    height: 100%;
    border: #999 1px solid;
    border-radius: 5px;
    display: block;
    padding: 10px;
    padding-left: 55px;
    position: relative;
  }

  .tag-box-inr li a::before {
    content: "";
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }

  .tag-box-inr li a.ico-spa::before {
    content: "";
    width: 28px;
    height: 19px;
    background-image: url(images/common/ico_tag01.png);
  }

  .tag-box-inr li a.ico-luxury::before {
    content: "";
    width: 28px;
    height: 20px;
    background-image: url(images/common/ico_tag02.png);
  }

  .tag-box-inr li a.ico-mealplan::before {
    content: "";
    width: 21px;
    height: 28px;
    background-image: url(images/common/ico_tag03.png);
    left: 19px;
  }

  .tag-box-inr li a.ico-day_trip::before {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(images/common/ico_tag04.png);
  }

  .tag-box-inr li a.ico-experience::before {
    content: "";
    width: 28px;
    height: 24px;
    background-image: url(images/common/ico_tag05.png);
  }

  .tag-box-inr li a.ico-garden::before {
    content: "";
    width: 30px;
    height: 28px;
    background-image: url(images/common/ico_tag06.png);
  }

  .tag-box-inr li a.ico-with_dog::before {
    content: "";
    width: 30px;
    height: 28px;
    background-image: url(images/common/ico_tag07.png);
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}

/*END*/

/*------------------------------------------

	特集

------------------------------------------*/
.arc-box.special {
  margin-top: 144px;
}

.arc-box.special .content-box {
  width: 100%;
}

/* 2020/06/30 追加*/
.arc-box.special .sp_cat {
  font-size: 1.4rem;
  border-left: #666 1px solid;
}

.arc-box.special .sp_tab,
.arc-box.special .sp_cat li {
  width: 20%;
  max-width: 260px;
  text-align: center;
  border-top: #666 1px solid;
  border-right: #666 1px solid;
  border-bottom: #666 1px solid;
  margin-top: -1px;
}

.arc-box.special .sp_tab span,
.arc-box.special .sp_cat li a {
  width: 100%;
  display: block;
  padding: 6px 0;
  transition: 0.3s;
}

.arc-box.special .sp_tab span,
.arc-box.special .sp_cat li a {
  width: 100%;
  display: block;
  padding: 6px 0;
  transition: 0.3s;
}

.arc-box.special .sp_tab {
  display: inline-block;
}

.arc-box.special .sp_tab:hover,
.arc-box.special .sp_tab.ac,
.arc-box.special .sp_cat li a:hover {
  color: #fff;
  background-color: #333333;
}

.arc-box.special .special-post-box {
  width: 100%;
}

.sp_cat_tag {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 10px;
}

.sp_cat_tag a {
  /*max-width: 200px;*/
  font-size: 1.3rem;
  border-radius: 100px;
  border: #666 1px solid;
  display: block;
  padding: 0 10px;
  transition: 0.3s;
}

.sp_cat_tag a:hover {
  color: #fff;
  background-color: #333333;
  border: #333333 1px solid;
}

/* 2020/06/30 追加*/

/* 2020/06/19 修正*/
.arc-box.special .special-post-box::before,
.arc-box.special .special-post-box::after {
  content: "";
  width: 23.4375%;
  max-width: 300px;
  display: block;
}

/* 2020/06/19 修正*/
.arc-box.special .special-post-box::before {
  order: 1;
}

.arc-box.special .special-post-box li {
  width: 23.4375%;
  max-width: 300px;
  background-color: #f7f7f7;
}

.arc-box.special .special-post-box li .thum {
  position: relative;
  overflow: hidden;
}

.arc-box.special .special-post-box li .thum::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 73.338%;
}

.arc-box.special .special-post-box li .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arc-box.special .special-post-box li .spec {
  padding: 20px;
}

.arc-box.special .special-post-box li .tit {
  font-size: 1.6rem;
  font-weight: bold;
}

.single-special .post-header img {
  width: 100%;
  height: auto;
}

.single-special .post-header .tit {
  font-size: 2.5rem;
  font-weight: bold;
}

.single-special .special-area-box {
  background-color: #999999;
}

.single-special .special-area-inr {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.single-special .special-area-inr li.special-area-list {
  width: 16.6666666667%;
  color: #fff;
  background-color: #999999;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}

.single-special .special-area-inr li.special-area-list:hover {
  background-color: #89d1ce;
}

.single-special .special-area-inr li.special-area-list .inr-box {
  width: 100%;
  height: 0;
  background-color: #eeeeee;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  z-index: 10;
}

.single-special .special-area-inr li.special-area-list .inr-box li {
  cursor: pointer;
}

.single-special .special-area-inr li.special-area-list .inr-box li:hover {
  opacity: 0.5;
}

.single-special .special-area-inr li.special-area-list .inr-box {
  color: #333;
}

.single-special .area-post-box ul {
}

.single-special .area-post-box ul::before {
  content: "";
  width: 23.4375%;
  display: block;
  order: 1;
}

.single-special .area-post-box ul::after {
  content: "";
  width: 23.4375%;
  display: block;
}

.single-special .area-post-box ul li {
  width: 23.4375%;
  max-width: 300px;
}

.single-special .panel_kanto,
.single-special .panel_kyushu,
.single-special .panel_hokuriku,
.single-special .panel_kansai,
.single-special .panel_tokai,
.single-special .panel_chushikoku {
  display: none;
}

.single-special .panel_kanto.is-show,
.single-special .panel_kyushu.is-show,
.single-special .panel_hokuriku.is-show,
.single-special .panel_kansai.is-show,
.single-special .panel_tokai.is-show,
.single-special .panel_chushikoku.is-show {
  display: block;
}

.single-special .area-post-box {
  background-color: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 100px;
}

.single-special .area-post-box h2.tit {
  font-size: 2.5rem;
  font-weight: bold;
}

.single-special .area-post-box h3.sub-tit {
  font-size: 1.9rem;
  font-weight: bold;
  position: relative;
}

.single-special .area-post-box h3.sub-tit::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.single-special .area-post-box ul li {
  background-color: #fff;
}

.single-special .area-post-box ul li .thum {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.single-special .area-post-box ul li .thum::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 73.338%;
}

.single-special .area-post-box ul li .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-special .area-post-box ul li .thum .price {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-special .area-post-box ul li .spec {
  padding: 0.7em;
}

.single-special .area-post-box ul li .spec .cat {
  font-size: 1.4rem;
}

.single-special .area-post-box ul li .spec .tit {
  font-size: 1.9rem;
  font-weight: bold;
}

/** 2020/07/12 修正 **/
.sp_post_box {
  margin-top: 50px;
}

.sp_panel {
  display: none;
  opacity: 0;
  transition: 0.3s;
}

.sp_panel.ac {
  display: block;
  opacity: 1;
}

/** 2020/07/12 修正 **/

/*PC*/
@media screen and (min-width: 768px) {
  .single-special .special-area-inr li.special-area-list:hover .inr-box {
    height: auto;
    padding: 0.5em 0.8em;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
  .arc-box.special {
    margin-top: 0;
  }

  .arc-box.special .special-post-box li {
    width: 48.89%;
    max-width: none;
  }

  .arc-box.special .special-post-box li .spec {
    padding: 10px;
  }

  .arc-box.special .special-post-box li .tit {
    font-size: 1.4rem;
  }

  .single-special .post-header .tit {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .single-special .content-txt p {
    font-size: 1.4rem;
  }

  .single-special .special-area-inr li.special-area-list {
    width: 50%;
    font-size: 1.4rem;
    border-bottom: #fff 1px solid;
  }

  .single-special .special-area-inr li.special-area-list span {
    display: block;
  }

  .single-special .special-area-inr li.special-area-list:nth-of-type(odd) {
    border-right: #fff 1px solid;
  }

  .single-special .area-post-box ul li {
    width: 49%;
    max-width: none;
  }

  .single-special .area-post-box ul li:nth-of-type(even) {
    padding-right: 0;
  }

  .single-special .area-post-box {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .single-special .area-post-box h2.tit {
    font-size: 1.8rem;
  }

  .single-special .area-post-box h3.sub-tit {
    font-size: 1.6rem;
  }

  .single-special .area-post-box h3.sub-tit::after {
    width: 20px;
  }

  .single-special .area-post-box ul li .thum .price {
    font-size: 1.4rem;
  }

  .single-special .area-post-box ul li .spec .cat {
    font-size: 1.2rem;
  }

  .single-special .area-post-box ul li .spec .tit {
    font-size: 1.5rem;
  }

  .single-special .special-area-inr li.special-area-list.ac .inr-box {
    height: auto;
    padding: 0.5em 0.8em;
  }

  .sp_post_box {
    margin-top: 25px;
  }

  /* 2020/06/30 追加*/
  .arc-box.special .sp_tab,
  .arc-box.special .sp_cat li {
    width: 50%;
    max-width: none;
  }

  /* 2020/06/30 追加*/
}

/*END*/

/*------------------------------------------

	お知らせ

------------------------------------------*/
.arc-box.category .content-box {
  width: calc(100% - 190px);
}

.arc-box.category .side-box {
  width: 190px;
}

.arc-box.category .news-post-box {
}

.arc-box.category .news-post-box li {
  border-bottom: #c0bebe 1px solid;
  padding: 1em 0;
}

.arc-box.category .news-post-box time {
  font-size: 1.6rem;
}

.arc-box.category .news-post-box .tit {
  font-size: 1.6rem;
  font-weight: bold;
}

.post-template-default .thum {
  width: 36.6972477064%;
}

.post-template-default .thum img {
  width: 100%;
}

.post-template-default .post-header {
}

.post-template-default time {
  font-size: 1.6rem;
  color: #333;
  display: inline-block;
}

.post-template-default .tit {
  font-size: 2.5rem;
  font-weight: bold;
}

.post-template-default .content-txt {
  font-size: 1.6rem;
}

.post-template-default .content-txt p {
  margin-bottom: 20px;
}

/*PC*/
@media screen and (min-width: 768px) {
  .arc-box.category .news-post-box .tit {
    margin-left: 40px;
  }

  .post-template-default .thum {
    padding-right: 30px;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
  .arc-box.category .content-box {
    width: 100%;
  }

  .arc-box.category .side-box {
    width: 100%;
  }

  .arc-box.category .side-box .category-list li {
    font-size: 1.4rem;
    padding-left: 20px;
  }

  .arc-box.category .side-box .category-list li:first-of-type {
    padding-left: 0;
  }

  .arc-box.category .news-post-box li:first-of-type {
    border-top: #c0bebe 1px solid;
  }

  .arc-box.category .news-post-box time {
    font-size: 1.4rem;
  }

  .arc-box.category .news-post-box .tit {
    font-size: 1.4rem;
  }

  .post-template-default .thum {
    width: 100%;
  }

  .post-template-default .post-header {
  }

  .post-template-default time {
    font-size: 1rem;
  }

  .post-template-default .tit {
    font-size: 1.6rem;
  }

  .post-template-default .content-txt {
    font-size: 1.4rem;
  }
}

/*END*/

/*------------------------------------------

	ノウハウ記事

------------------------------------------*/
.arc-box.know_how {
  margin-top: 140px;
  font-family: Arial, sans-serif;
}

.arc-box.know_how .content-box {
  width: calc(100% - 460px);
}

.arc-box.know_how .content-box .thum img {
  width: 100%;
}

.arc-box.know_how .side-box {
  width: 390px;
  margin-top: 60px;
}

.arc-box.know_how .side-box h3.hx {
  font-size: 1.9rem;
  font-weight: bold;
}

.arc-box.know_how .side-box .thum {
  width: 120px;
  height: 80px;
  position: relative;
}

.arc-box.know_how .side-box .thum::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}

.arc-box.know_how .side-box .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arc-box.know_how .side-box .spec {
  width: calc(100% - 140px);
  font-size: 1.4rem;
  line-height: 1.3;
  color: #555;
}

.arc-box.know_how .side-box .tit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

/*20250227追記*/
.arc-box.know_how .content-box .catebox {
  width: 100%;
  justify-content: right;
}

.arc-box.know_how .content-box .post-box {
  background-color: #ffffff;
  padding: 25px;
  border: 1px solid #eeeeee;
}

.arc-box.know_how .content-box .post-box .thum {
  width: 240px;
  height: 160px;
  position: relative;
}
.arc-box.know_how .content-box .post-box .thum.-bnr {
  width: 450px;
  height: auto;
}

.arc-box.know_how .content-box .post-box .thum.-bnr + .spec {
  width: calc(100% - 475px);
}

.arc-box.know_how .content-box .post-box .thum.-bnr:after {
  display: none;
}

.arc-box.know_how .content-box .post-box .thum.-bnr > .img-box {
  position: relative;
  padding-bottom: 39%;
}
.arc-box.know_how .content-box .post-box .thum.-bnr > .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .arc-box.know_how .content-box .post-box .thum.-bnr {
    width: 100%;
    padding-bottom: 0;
  }
  .arc-box.know_how .content-box .post-box .thum.-bnr + .spec {
    width: 100%;
  }
}

.arc-box.know_how .content-box .post-box .thum::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}

.arc-box.know_how .content-box .post-box .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.arc-box.know_how .content-box .post-box .spec {
  width: calc(100% - 265px);
}

.arc-box.know_how .content-box .post-box .spec time,
.arc-box.know_how .content-box .post-box .spec .time {
  font-size: 1.4rem;
  color: #7ac848;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.arc-box.know_how .content-box .post-box .spec .tit {
  font-size: 1.9rem;
  font-weight: bold;
}

.arc-box.know_how .content-box .post-box .spec .purpose_cat {
  border: 0;
  gap: 5px 10px;
}

.arc-box.know_how .content-box .post-box .spec .purpose_cat li {
  width: auto;
  border: 0;
  margin-left: 0px;
  margin-bottom: 0px;
  border-radius: 14px;
}

.arc-box.know_how .content-box .post-box .spec .purpose_cat li:first-of-type {
  margin-left: 0;
}

.arc-box.know_how .content-box .post-box .spec .purpose_cat li a {
  border-radius: 100px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-right: 0.5em;
  font-family: Arial, sans-serif;
}

.single-tit-box h1 {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1.5em 0 0.5em;
}

.arc-box.know_how h1,
.single-ambassador h1 {
  font-size: 2.4rem;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .arc-box.know_how h1,
  .single-ambassador h1 {
    font-size: 1.8rem;
    margin-right: 10px;
  }
}

.arc-box.know_how time,
.single-ambassador .time {
  font-size: 1.6rem;
  color: #7ac848;
  padding-top: 4px;
  margin-right: 10px;
}

.arc-box.know_how .purpose_cat {
  border: 0;
}

.arc-box.know_how .purpose_cat li {
  width: auto;
  border: 0;
  margin-left: 10px;
}

.arc-box.know_how .purpose_cat li:first-of-type {
  margin-left: 0;
}

.arc-box.know_how .purpose_cat li a {
  background-color: #f7f7f7;
  border-radius: 100px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-right: 0.5em;
}

.arc-box.know_how .content-txt p {
  margin-bottom: 60px;
}

.arc-box.know_how .content-txt h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*スクロール用*/
.ez-toc-section {
  height: 1px;
  margin-top: -140px;
  padding-top: 140px;
  /*display: block;*/
}

.arc-box.know_how .content-txt h3 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.arc-box.know_how .content-txt h3::before {
  content: "\25A0";
  color: #999999;
  margin-right: 0.1em;
}

.arc-box.know_how .content-txt table {
  width: 100%;
  border-top: #999999 1px solid;
  border-bottom: #999999 1px solid;
  margin-bottom: 30px;
}

.arc-box.know_how .content-txt table td {
  width: 20%;
  border-bottom: #999999 1px dotted;
  padding: 1em 2em;
}

.arc-box.know_how .content-txt table td:last-of-type {
  width: 60%;
}

.arc-box.know_how .content-txt table tr:last-of-type td {
  border-bottom: 0;
}

/*タブレット*/
@media (max-width: 1020px) and (min-width: 768px) {
  .arc-box.know_how .content-box {
    width: 100%;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
  .page-tit-box.-archive {
    margin-top: 50px;
    margin-bottom: -50px;
  }

  .page-tit-box.-archive h1 {
    margin-top: 60px;
  }

  .arc-box.know_how {
    margin-top: 100px;
  }

  .arc-box.know_how .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .arc-box.know_how .content-box .post-box {
    padding: 0;
    width: 49%;
  }

  .arc-box.know_how .content-box .post-box .thum {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    margin-bottom: 10px;
  }

  .arc-box.know_how .content-box .post-box .thum > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transform: translate(0, 0);
  }

  .arc-box.know_how .content-box .post-box .spec {
    font-size: 1.4rem;
    width: 100%;
    padding: 2%;
  }

  .arc-box.know_how .content-box .post-box .spec time {
    font-size: 1.2rem;
  }

  .arc-box.know_how .content-box .post-box .spec .tit {
    font-size: 1.6rem;
  }

  .arc-box.know_how .content-box .post-box .spec .purpose_cat li {
    margin-left: 0;
    margin-bottom: 0;
  }

  .arc-box.know_how .content-box .post-box .spec .purpose_cat li a {
    border-radius: 100px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-right: 0.5em;
  }

  .arc-box.category .content-box {
    width: 100%;
  }

  .single-tit-box h2 {
    font-size: 1.8rem;
  }

  /*スクロール用*/
  .ez-toc-section {
    margin-top: 0;
    padding-top: 0;
  }

  .arc-box.know_how time {
    font-size: 1rem;
    padding-top: 6px;
    margin-right: 5px;
  }

  .arc-box.know_how .purpose_cat li {
    margin-left: 5px;
  }

  .arc-box.know_how .purpose_cat li a {
    border-radius: 100px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-right: 0.5em;
  }

  .arc-box.know_how .content-txt p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .arc-box.know_how .content-txt h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .arc-box.know_how .content-txt table {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 550px) {
  .arc-box.know_how .content-box .post-box.-bnr {
    width: 100%;
  }
}

/*END*/

/* ------------------------------
	
   2022.01.06　追加　事業用地情報・出店希望者様募集　施設売買・MA募集
	
------------------------------ */
.wrapper_sub_content {
  margin-top: 105px;
}

#f_strengths .ttl_area.ttl_inuyado {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background: url(images/participation/top_ttl.jpg) no-repeat center center;
  background-size: cover;
}

.about_inuyado {
  position: relative;
  padding: 3rem 2rem 6rem;
  text-align: center;
  color: #333333;
  border-radius: 5px;
  background: #e5f0f0;
  width: 90%;
  margin: 0 auto 30px;
  font-size: 24px;
}

.about_inuyado img {
  width: 30%;
  margin: 30px auto;
}

.about_inuyado h3 {
  font-weight: bold;
}

.about_inuyado p {
  font-size: 16px;
}

#f_strengths .ttl_area {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background: url(images/business_site/photo_top.jpg) no-repeat bottom center;
  background-size: cover;
}

#f_strengths .ttl_area.ttl_area2 {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background: url(images/facility_recruitment/photo_top.jpg) no-repeat bottom center;
  background-size: cover;
}

#f_strengths .ttl_area .mask,
#f_strengths .ttl_area2 .mask {
  background: rgba(0, 0, 0, 0.5);
  height: 300px;
}

#f_strengths .ttl_area ul.outer li.txt {
  flex: 0 0 95%;
  text-align: center;
  margin-right: 0;
}

#f_strengths .ttl_area ul.outer li.txt h1 {
  font-size: 40px;
  padding-top: 90px;
  color: #fff;
}

#f_strengths .ttl_area ul.outer li.txt h2 {
  font-size: 28px;
  text-align: center;
  color: #fff;
}

#strengths h2 {
  font-size: 32px;
  text-align: center;
  padding: 60px 0;
}

#strengths p.s_ttl_point {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  color: #333333;
  border-radius: 0 5px 5px 5px;
  background: #e5f0f0;
  width: 90%;
  margin: 0 auto 30px;
  font-size: 24px;
}

#strengths p.s_ttl_point::before {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -24px;
  left: 0;
  height: 24px;
  padding: 2px 1em 0;
  content: "\POINT";
  color: #fff;
  border-radius: 5px 5px 0 0;
  background: #333333;
}

#strengths p.s_ttl_other {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  color: #333333;
  border-radius: 0 5px 5px 5px;
  background: #e5f0f0;
  width: 50%;
  margin: 0 auto 30px;
  font-size: 20px;
}

#strengths p.s_ttl_other::before {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -24px;
  left: 0;
  height: 24px;
  padding: 2px 1em 0;
  content: "\最低条件";
  color: #fff;
  border-radius: 5px 5px 0 0;
  background: #333333;
}

#strengths p.s_top_p {
  font-size: 18px;
  margin-bottom: 60px;
  text-align: center;
}

#strengths ul.s_box3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 100px;
  align-items: unset;
}

#strengths ul.s_box6 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 100px;
  align-items: unset;
}

#strengths ul.s_box3 li {
  width: 32%;
  margin-bottom: 60px;
}

#strengths ul.s_box3 li p {
  padding: 10px 10px 20px;
  color: #fff;
  border-top: 1px dotted #fff;
  margin: 0 auto;
  font-size: 15px;
}

#strengths ul.s_box6 li p {
  color: #333;
  border-top: none;
  padding: 20px;
  padding: 0 40px 20px;
}

#strengths ul.s_box6 li {
  width: 49%;
}

#strengths ul.s_box3 li img {
  margin-top: -21px;
  width: 100%;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 0 1.3em;
  padding: 10px 0;
  width: 100%;
  height: 160px;
  color: #fff;
  background: #376d6b;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #376d6b;
}

.balloon2 {
  background: #e5f0ed;
  height: 150px;
}

.balloon2:before {
  border-top: 15px solid #e5f0ed;
}

.balloon3 {
  background: #e5f0ed;
  height: 200px;
}

.balloon3:before {
  border-top: 15px solid #e5f0ed;
}

.balloon4 {
  background: #e5f0ed;
  height: 330px;
}

.balloon4:before {
  border-top: 15px solid #e5f0ed;
}

.balloon5 {
  background: #e5f0ed;
  height: 240px;
}

.balloon5:before {
  border-top: 15px solid #e5f0ed;
}

.balloon1 h3 {
  text-align: center;
  margin: 2% 2% 3%;
  font-size: 20px;
}

.balloon2 h3,
.balloon3 h3,
.balloon5 h3,
.balloon4 h3 {
  color: #376d6b;
  font-size: 18px;
  font-weight: bold;
}

.balloon3 h3 span {
  padding-right: 16px;
  font-size: 30px;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.balloon2 dl {
  width: 240px;
  height: 60px;
  margin: 0 auto;
  border-top: #376d6b 1px dotted;
  padding-top: 10px;
}

.balloon1 dt {
  width: 50%;
  float: left;
  color: #376d6b;
}

.balloon1 dd {
  width: 50%;
  float: right;
  color: #376d6b;
}

#strengths .fb_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

#strengths .fb_row li p {
  padding: 20px;
  margin-bottom: 20px;
}

#strengths .fb_row h3 {
  padding: 20px;
  background: #e5f0ed;
  margin-bottom: 20px;
  width: 36%;
  font-size: 22px;
  color: #376d6b;
  font-weight: bold;
}

#strengths .fb_row.fb_row_re {
  flex-direction: row-reverse;
}

#strengths .fb_row li {
  width: 100%;
  display: flex;
}

#strengths .fb_row li p {
  width: 64%;
}

/*.wrapper_s_form {
	margin-bottom: 80px;
}
.wrapper_s_form .inquiry {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
.wrapper_s_form .inquiry tr {
	height: 80px;
}
.wrapper_s_form .inquiry th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}

.wrapper_s_form .inquiry th span.haveto {
	background: #7cbae3;
	padding: 4px;
	margin-right: 10px;
	color: #fff;
}

.wrapper_s_form .inquiry th span.any {
	background: #ECF5FB;
	padding: 4px;
	margin-right: 10px;
}

.wrapper_s_form .inquiry td {
		font-size: 18px;
	height: 50px;
	width: 70%;
}
.wrapper_s_form .inquiry td select {
	width: 100%;
}
.wrapper_s_form .inquiry td input {
	width:  calc(100% - 20px);
}
.wrapper_s_form .inquiry td select,.wrapper_s_form .inquiry td input {
	padding: 0 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 18px;
	height: 50px;
}

.wrapper_s_form p {
	text-align: center;
}
.wrapper_s_form #formbtn {
	width: 357px;
	margin-top: 50px;
	padding: 10px 0;
	background-color: #7cbae3;
	font-size: 17px;
	border: none;
	color: #ffffff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	-webkit-appearance: none;
}

.wrapper_s_form #formbtn:hover {
	opacity: 0.6;
}*/

/*テーブル*/
.design08 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 60px;
}

.design08 th {
  padding: 10px;
  background: #7fa4b6;
  border: solid 1px #999999;
  color: #ffffff;
  width: 33.3333%;
}

.design08 td {
  padding: 10px;
  border: solid 1px #999999;
}

.design08 td:first-child {
  background: #f4f7f8;
}

.design08 td:nth-child(2) {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
  .wrapper_sub_content {
    margin-top: 80px;
  }

  #f_strengths .ttl_area,
  #f_strengths .ttl_area .mask,
  #f_strengths .ttl_area2,
  #f_strengths .ttl_area2 .mask {
    height: 200px !important;
  }

  #f_strengths .ttl_area ul.outer li.txt {
    margin-top: 0;
  }

  #f_strengths .ttl_area ul.outer li.txt h1 {
    font-size: 23px;
    padding-top: 70px;
  }

  #f_strengths .ttl_area ul.outer li.txt h2 {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }

  #strengths h2 {
    font-size: 20px;
    padding: 30px 0;
  }

  #strengths p.s_ttl_point {
    width: 100%;
    margin: 30px auto 30px;
    font-size: 17px;
  }

  #strengths p.s_ttl_point::before {
    font-size: 12px;
    top: -23px;
    height: auto;
  }

  #strengths p.s_ttl_other {
    width: 100%;
    margin: 30px auto 30px;
    font-size: 18px;
  }

  #strengths p.s_ttl_other::before {
    font-size: 12px;
    top: -23px;
    height: auto;
  }

  #strengths p.s_top_p {
    font-size: 16px;
    margin-bottom: 30px;
    width: 92%;
    margin: 0 auto;
  }

  .balloon1 {
    height: auto;
  }

  .balloon1 h3 {
    font-size: 19px;
  }

  #strengths ul.s_box3 {
    margin-bottom: 60px;
    flex-direction: column;
  }

  #strengths ul.s_box3 ul {
    flex-direction: column;
  }

  #strengths ul.s_box3 li {
    width: 100%;
    margin-bottom: 30px;
  }

  #strengths ul.s_box3 li p {
    width: 80%;
  }

  #strengths ul.s_box3.s_box6 li p {
    width: 100%;
  }

  #strengths .fb_row {
    border-bottom: none;
  }

  #strengths .fb_row,
  #strengths .fb_row.fb_row_re {
    flex-direction: column;
  }

  #strengths .fb_row li,
  #strengths .fb_row.fb_row_re li {
    width: 100%;
  }

  #strengths .fb_row li {
    flex-direction: column;
  }

  #strengths .fb_row h3 {
    width: 100%;
    margin-bottom: 0;
  }

  #strengths .fb_row li p {
    width: 100%;
  }

  /*問い合わせフォーム*/

  .wrapper_s_form .inquiry {
    width: 96%;
    margin: 0 auto;
  }

  .wrapper_s_form .inquiry tr {
    display: flex;
    flex-direction: column;
  }

  .wrapper_s_form .inquiry tr:last-child {
    height: 220px;
  }

  .wrapper_s_form .inquiry th {
    width: 100%;
  }

  .wrapper_s_form .inquiry td {
    width: 100%;
  }
}

/*------------------------------------------

	ページネーション

------------------------------------------*/
.wp-pagenavi span,
.wp-pagenavi a {
  width: 39px;
  text-align: center;
  display: inline-block;
  padding: 5px !important;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #666666;
  border: 0 !important;
}

/*PC*/
@media screen and (min-width: 768px) {
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}

/*END*/

/*------------------------------------------

	リアルタイムエラー

------------------------------------------*/
.fld-con {
  position: relative;
}

.tooltip {
  color: #fff;
  position: absolute;
  background: #8b0000;
  font-size: 14px;
  width: 60%;
  padding: 5px 10px;
  left: 0;
  top: -40px;
  border-radius: 5px;
  border: 1px solid #aaa;
  box-shadow: 0px 1px 2px 0 #c1bcb9;
  z-index: 10000;
  line-height: 22px;
  display: none;
}

/*PC*/
@media screen and (min-width: 768px) {
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}

/*END*/

/*------------------------------------------

	予約ボタン

------------------------------------------*/

.reserv_btn {
  background: #3e7a78;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
  width: 240px;
  max-width: 420px;
  display: block;
  margin: 0 10px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.reserve_btn_box_sp {
  display: none;
}

.reserve_btn_box {
  display: block;
  background: #eee;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 260px;
  z-index: 333;
  font-family: Arial, sans-serif;
}

.reserve_btn_box p {
  text-align: center;
  color: #2e5c5a;
  padding: 15px 0 5px;
  font-size: 14px;
}

/*.reserve_btn_box p:first-of-type {
    font-size: 12px;
}*/
.reserve_btn_box p a.reserv_btn_pc {
  padding: 15px 50px;
  line-height: 2.5;
  /* display: block; */
  background: #3e7a78;
  color: #fff;
  position: relative;
  border-radius: 10px;
  filter: drop-shadow(0px 2px 4px #ccc);
}

.reserve_btn_box p a.reserv_btn_pc::after {
  content: "";
  width: 48px;
  height: 52px;
  background-image: url(images/common/ico_tag06_w.png);
  background-size: 60%;
  position: absolute;
  bottom: -12px;
  right: -3px;
}

.info-btn {
  margin: 20px auto 40px;
}

.login-icon img {
  width: 45%;
  margin: 0 auto;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
  .reserv_btn {
    width: 300px;
  }

  .reserve_btn_box {
    display: none;
  }

  .reserve_btn_box_sp {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 333;
    background: #eee;
    justify-content: space-between;
  }

  .reserve_btn_box_sp p {
    text-align: center;
  }

  .reserve_btn_box_sp p:first-of-type {
    line-height: 1.5;
    color: #3e7a78;
    font-size: 12px;
  }

  .reserve_btn_box_sp p:nth-of-type(2) {
    line-height: 1.2;
    color: #fff;
  }

  .reserve_btn_box_sp p:nth-of-type(3) {
    background: #fff;
    color: #fff;
  }

  .reserve_btn_box_sp p a.reserv_btn_sp {
    padding: 10px;
    line-height: 1.5;
    display: block;
    background: #3e7a78;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-family: Arial, sans-serif;
    border-bottom: 0.5px solid #fff;
  }

  .reserve_btn_box_sp p a.reserv_btn_sp::after {
    content: "";
    width: 35px;
    height: 77px;
    background-image: url(images/common/ico_tag06_w.png);
    background-size: 60%;
    position: absolute;
    bottom: -40px;
    right: -10px;
  }

  .info-btn {
    margin: 0 auto;
    font-size: 13px;
    font-family: Arial, sans-serif;
  }

  .login-icon img {
    display: none;
  }
}

/*------------------------------------------

	予約ボタン 2

------------------------------------------*/

.reserv_btn2 {
  background: #3e7a78;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  border-radius: 30px;
  width: 260px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.reserve_btn_box_sp2 {
  display: none;
}

.reserve_btn_box2 {
  display: block;
  background: #eee;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 210px;
  z-index: 333;
}

.reserve_btn_box2 p {
  text-align: center;
  color: #2e5c5a;
  padding: 15px 0 0;
  font-size: 14px;
  height: 50px;
}

.reserve_btn_box2 p:first-of-type {
  font-size: 12px;
}

.reserve_btn_box2 p a.reserv_btn_pc {
  padding: 15px 55px;
  line-height: 2.5;
  /* display: block; */
  background: #3e7a78;
  color: #fff;
  position: relative;
  border-radius: 22px;
}

.reserve_btn_box2 p a.reserv_btn_pc::after {
  content: "";
  width: 55px;
  height: 55px;
  background-image: url(images/common/ico_tag06_w.png);
  background-size: 60%;
  position: absolute;
  bottom: -12px;
  right: -3px;
}

.info-btn2 {
  margin: 20px auto 40px;
}

.login-icon2 img {
  width: 35%;
  margin: 0 auto;
}

.login-btn.pc_right {
  margin: 10px auto;
  width: 120px;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
  .reserv_btn2 {
    width: 150px;
  }

  .reserve_btn_box2 {
    display: none;
  }

  .reserve_btn_box_sp2 {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    z-index: 333;
    background: #eee;
    display: flex;
    justify-content: space-between;
  }

  .reserve_btn_box_sp2 p {
    width: 25%;
    text-align: center;
  }

  .reserve_btn_box_sp2 p:first-of-type {
    line-height: 1.5;
    margin-top: 20px;
    color: #3e7a78;
    font-size: 12px;
    padding: 0 10px;
  }

  .reserve_btn_box_sp2 p:nth-of-type(2) {
    line-height: 1.2;
    color: #fff;
  }

  .reserve_btn_box_sp2 p:nth-of-type(3) {
    background: #fff;
    color: #fff;
  }

  .reserve_btn_box_sp2 p:nth-of-type(4) {
    line-height: 1.5;
    margin-top: 20px;
    color: #3e7a78;
    font-size: 16px;
    padding: 0 10px;
  }

  .reserve_btn_box_sp2 p a.reserv_btn_sp {
    padding: 30px 5px;
    line-height: 1.5;
    display: block;
    background: #3e7a78;
    position: relative;
    font-size: 14px;
    border-right: 1px solid #fff;
    height: 80px;
  }

  .reserve_btn_box_sp2 p a.reserv_btn_sp::after {
    content: "";
    width: 35px;
    height: 77px;
    background-image: url(images/common/ico_tag06_w.png);
    background-size: 60%;
    position: absolute;
    bottom: -5px;
    right: -10px;
  }

  .info-btn2 {
    margin: 0 auto;
    font-size: 13px;
  }
}

/* ------------------------------
	
   TOP追加　施設一覧
	
------------------------------ */

.facility-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.facility-list.-noscroll {
  flex-wrap: wrap;
  overflow-x: unset;
  gap: 30px 2%;
}
.facility-list.-noscroll > li {
  width: 32%;
  margin: 0;
}
.facility-list.-noscroll > li .photo {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .facility-list {
    flex-direction: row;
  }
  .facility-list.-noscroll > li {
    width: 49%;
  }
}

.facility-list > li {
  width: 360px;
  margin-bottom: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 896px) {
  .facility-list > li {
    width: 300px;
    margin-right: 5px;
  }
}

.facility-list > li > .inner {
  width: 100%;
  height: 100%;
}

.facility-list > li > .inner > li {
  height: 100%;
}

.facility-list > li > .inner > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  width: 100%;
  height: 100%;
  min-height: 252px;
}

.facility-list > li > .inner > li > a .revico-star {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px;
}

.facility-list > li > .inner > li > a .revico-star .revico-star-block--total {
  color: #fff;
}

.facility-list > li > .inner > li > a .revico-star .revico-read-more-review {
  display: none;
}

.facility-list > li > ul > li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media screen and (max-width: 896px) {
  .facility-list > li > ul > li img {
    height: 165px;
    position: static;
  }

  .facility-list > li > .inner > li > a {
    min-height: unset;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }

  .facility-list > li > .inner > li > a .revico-star {
    color: #333;
    text-shadow: unset;
  }

  .facility-list > li > .inner > li > a .revico-star .revico-star-block--title {
    font-size: 1.2rem;
    padding-top: 3px;
  }

  .facility-list > li > .inner > li > a .revico-star .revico-star-block--total {
    color: #333;
    font-size: 1rem;
    margin-right: 0;
  }

  .facility-list > li > .inner > li > a .revico-star .starability-result {
    width: 145px;
  }

  .facility-list > li > .inner > li > a .revico-star .revico-read-more-review {
    display: none;
  }
}

.facility-list .photo {
  position: relative;
  width: 360px;
}

@media screen and (max-width: 896px) {
  .facility-list .photo {
    width: 165px;
  }
}

.caption_top {
  color: #fff;
  font-size: 16px;
  font-family: Arial, sans-serif;
  text-align: center;
  text-shadow: #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto 10px;
}

.top_area {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-shadow: #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px;
  line-height: 1.5;
  width: 90%;
  justify-content: center;
}

.top_area li:first-child {
  order: 2;
}

.top_area li:nth-child(2) {
  order: 3;
}

.top_area li:last-child {
  order: 1;
}

.top_area li:first-child::after {
  content: "/";
}

.top_area li:nth-child(2)::after {
  content: "";
}

.top_area li:last-child::after {
  content: "/";
}

.caption_price {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-shadow: #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px;
  line-height: 1.5;
  width: 90%;
}

.caption_top h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.caption_top span {
  font-family: Arial, sans-serif;
}

.caption_top span.c_area::after {
  content: "/";
}
.caption_top .area-txt {
  margin-bottom: 5px;
}
.caption_top .area-txt > span:last-child:before,
.caption_top .area-txt > span:last-child:after {
  content: "";
}

@media screen and (max-width: 896px) {
  .caption_top {
    position: static;
    transform: none;
    color: #222;
    font-size: 14px;
    text-align: left;
    text-shadow: none;
    width: 85%;
    margin: 5px auto;
  }

  .caption_top h3 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
  }
}

.top_pickup {
  text-align: center;
  color: #222;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 16px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  width: 155px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .top_pickup {
    position: absolute;
    top: 0;
    color: #fff;
    background: #70995c;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;
    border: none;
    border-radius: 0;
    width: 100%;
    text-align: center;
  }
}

/*ログイン情報*/
#sml-user-links-block {
  width: 600px;
  margin: 20px auto;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 20px;
}

#sml-user-links-block p {
  font-size: 16px;
}

#sml-user-links-block p.sml-login-error-message {
  color: #e02124;
}

#sml-user-links-block p.sml-login-error-message::after {
  content: "メールアドレス・パスワードは正しく入力されていますか？\A登録がまだの方は「今すぐ登録する」ボタンで会員登録を！";
  white-space: pre;
}

#sml-user-links-block ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#sml-user-links-block li {
  font-size: 14px;
  text-decoration-line: underline;
}

p.sml-user-links-title {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}

.input {
  background: #fff !important;
}

@media screen and (max-width: 896px) {
  #sml-user-links-block {
    width: 100%;
    padding: 10px;
  }

  #sml-user-links-block p {
    font-size: 12px;
  }
}

#wp-submit1 {
  background: #81b3a4 !important;
  border-radius: 20px !important;
}

.sml-login-submit {
  background: #81b3a4 !important;
  border-radius: 20px !important;
}

@media screen and (max-width: 896px) {
  .t-w-c {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
  }
}

.loginpage {
  padding: 20px 0;
  font-size: 26px;
}

@media screen and (max-width: 896px) {
  .loginpage {
    font-size: 16px;
  }

  /*外部CSS*/
  .sml-login input[name="login_id"],
  .sml-login input[name="password"] {
    width: 88% !important;
    height: 30px !important;
  }
}

/*------------------------------------------

	追加  // パンくずリスト

------------------------------------------*/

.breadcrumbList {
  display: flex;
  flex-wrap: wrap;
  /*margin: 20px 0 10px 0;*/
  font-size: 0;
  font-family: Arial, sans-serif;
}

.breadcrumbListItem,
.breadcrumbList span {
  font-size: 11px;
  margin: 0 10px 0 0;
  position: relative;
}

.breadcrumbListItem:after,
.breadcrumbList span:after {
  content: ">";
  margin: 0 0 0 10px;
}

.breadcrumbListItem:last-child:after,
.breadcrumbList span:last-of-type:after {
  display: none;
}

.c-faq {
  background: #eeeeee;
  box-sizing: border-box;
  margin: 40px auto 0 auto;
  padding: 0 0 0 0;
  max-width: 1280px;
}

.c-faqTitle {
  font-size: 1.6rem;
  color: #fff;
  background-color: #666;
  font-weight: normal;
  padding: 0.8em;
}

ul.c-faqList {
  padding: 30px 20px;
  font-family: Arial, sans-serif;
}

.c-faqListItem {
  margin: 0 0 20px 0;
}

.c-faqListItem:last-child {
  margin: 0 0 0 0;
}

.c-faqListItem__title {
  position: relative;
}

.c-faqListItem__title:before {
  content: "Q.";
  color: #7ac848;
}

.c-faqListItem__content {
  font-size: 1.3rem;
}

.plan-wrap .c-faq {
  background: #fff;
}

/* 日本地図DOM */
.japan_map {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  display: table;
  background-color: #adf6ff;
}

/* 日本地図画像（スマホ対応用） */
.japan_map img {
  max-width: 100%;
  height: auto;
  border: 0;
  -webkit-backface-visibility: hidden;
}

/* 日本地図ボタン */
.japan_map .area_btn {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  cursor: pointer;
  border: 3px solid #333333;
  border-radius: 5px;
  background-color: #fff;
  padding: 0.2em auto;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

/* ボタン配置（使用する日本地図画像により微調整） */
.japan_map .area_btn.area1 {
  top: 30%;
  right: 0;
  width: 30%;
}

.japan_map .area_btn.area2 {
  top: 58%;
  right: 11%;
  width: 13%;
}

.japan_map .area_btn.area3 {
  top: 56%;
  right: 27.5%;
  width: 13%;
}

.japan_map .area_btn.area4 {
  top: 65%;
  right: 44%;
  width: 13%;
}

.japan_map .area_btn.area5 {
  top: 52%;
  left: 20%;
  width: 25%;
}

.japan_map .area_btn.area6 {
  top: 70%;
  left: 0;
  width: 25%;
}

/* オーバーレイ */
.japan_map .area_overlay {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #111;
  opacity: 0.5;
  cursor: pointer;
}

/* 選択前は表示を隠す */
.japan_map .pref_area {
  display: none;
}

/* 地域毎の都道府県リスト */
.japan_map .pref_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  background-color: #fff;
}

.japan_map .pref_list > div {
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  /* スマホユーザー向けにボタン文字サイズを調整 */
  .japan_map .area_btn {
    font-size: 4vw;
  }
}

/*個人情報保護方針*/
.pp_w {
  width: 90%;
  margin: 100px auto;
}

.pp_w h2 {
  font-weight: bold;
  background: #eee;
  padding: 30px;
}

.pp_w p {
  padding: 20px 0;
  margin-left: 10px;
}

.rm_name {
  background: #f6f6f6;
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  /* スマホユーザー向けにボタン文字サイズを調整 */
  .rm_name {
    padding-right: 20px;
  }
}

/*施設ページ部屋スライダー*/
.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
}

.roomsl {
  width: 43%;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .roomsl {
    width: 100%;
    max-width: 100%;
  }
}
.bx-viewport .roomslider li > div {
  padding-bottom: 60%;
  position: relative;
}
.bx-viewport .roomslider li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.roomslider_sum > li {
  width: calc(100% / 6);
}

.roomslider_sum > li img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .roomsl {
    width: 100%;
    max-width: 100%;
  }

  .roomslider_sum > li img {
    width: 100%;
    height: 45px;
    object-fit: cover;
  }
}

/*施設ページ　体験記ボタン*/

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  background-color: #fff;
  filter: drop-shadow(0px 1px 3px #999);
  font-family: Arial, sans-serif;
  width: 228px;
}

/*.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
}*/

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.report_btn {
  position: fixed;
  bottom: 190px;
  right: 22px;
  z-index: 5555;
}

.report_btn2 {
  position: fixed;
  bottom: 268px;
  right: 22px;
  z-index: 5555;
}

.report_btn3 {
  position: fixed;
  bottom: 346px;
  right: 22px;
  z-index: 5555;
}

@media screen and (max-width: 480px) {
  .btn--orange,
  a.btn--orange {
    width: 183px;
    padding: 6px;
    font-size: 13px;
  }

  .report_btn {
    bottom: 88px;
    left: 8px;
  }

  .report_btn2 {
    bottom: 146px;
    left: 8px;
  }

  .report_btn3 {
    bottom: 204px;
    left: 8px;
  }
}

/*アンバサダーレポ*/
.inureporter {
  display: flex;
  position: relative;
  width: 100%;
}

.inureporter p.petname {
  position: absolute;
  left: 60px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .inureporter p.petname {
    top: 14px;
    font-size: 13px;
  }
}

.inureporter img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.linkpage {
  border: 1px solid #999;
}

.linkpage p.petname {
  position: absolute;
  left: 175px;
  top: 36px;
}

.linkpage img {
  width: 160px;
  height: 120px;
  object-fit: cover;
  border-radius: 0;
  padding: 10px;
}

@media screen and (max-width: 480px) {
  .linkpage img {
    width: 120px;
    height: 88px;
  }

  .linkpage p.petname {
    left: 120px;
    top: 15px;
  }
}

/*top bnr 20240321追加*/
.top_bnr {
  padding: 3% 0;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.top_bnr img {
  display: inline;
  width: 80%;
}

@media screen and (max-width: 480px) {
  .top_bnr {
    padding-top: 20px;
    width: 100%;
  }
}

/*eventページ　エリアボタン 20240325追加*/
.area_link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 5%;
}

.area_link li {
  padding: 5px 20px;
  border: 1px solid #347f14;
  border-radius: 3px;
  margin: 5px;
  width: 170px;
  font-size: 18px;
}

.area_link li a {
  display: block;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .area_link {
    flex-wrap: wrap;
    gap: 10px 2%;
    padding: 0 20px;
  }

  .area_link li {
    width: 49%;
    margin: 0;
  }

  .area_link li {
    font-size: 16px;
  }
}

/*eventページ　期間文字大きさ 20240426追加*/
.event_period {
  font-size: 3rem;
  color: red;
}

@media screen and (max-width: 480px) {
  .event_period {
    font-size: 2rem;
  }
}

/*ログインBOX*/
.login-btn {
  background: #d6e1d0;
  width: 90px;
  text-align: center;
  border-radius: 10px;
  margin-right: 10px;
}

.login-box1 {
  font-size: 1.4rem;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .login-box1 {
    text-align: right;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100vw - 260px);
    padding: 0;
  }
}

.login-btn a {
  font-family: Arial, sans-serif;
  display: block;
}

.newmember-btn {
  color: #fff;
  border: #e9004d solid 2px;
  border-radius: 26px;
  padding: 0 15px;
  margin-right: 20px;
  background: linear-gradient(#e891a0, #d63752);
}

.menu_mbr {
  border: #ccc solid 1px;
  border-radius: 26px;
  padding: 0 15px;
}

@media screen and (max-width: 480px) {
  .gnav-box-inr-sp {
    display: flex;
    width: 80%;
    margin-top: 10px;
  }

  .menu_mbr {
    margin: 30px !important;
  }

  .menu_mbr a {
    border-bottom: none !important;
  }
}

/*検索フォーム*/
.andform {
  padding-top: 60px;
}

.members_thanks {
  width: 1000px;
  text-align: center;
  margin: 8% auto;
  border: double 7px #70995c;
}

@media screen and (max-width: 480px) {
  .members_thanks {
    width: 96%;
    margin-top: 20%;
  }

  .members_thanks h2.confirmation_screen,
  .members_thanks p.thanks-p {
    text-align: center;
  }
}

/* FE Advanced Search css */
.custum-form {
  padding-top: 80px;
}

#feas-searchform-4 {
  font-family: Arial, sans-serif;
  justify-content: left;
}

.custum-form #feas-searchform-0 {
  margin-bottom: 0;
  transform: translateY(-124px);
  background: #fff;
  position: relative;
  z-index: 3;
  font-family: Arial, sans-serif;
}

form[id^="feas-searchform"] {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100% !important;
  max-width: 1000px;
  padding: 20px 120px 20px 20px !important;
  box-sizing: border-box;
  gap: 20px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16) !important;
}

form[id^="feas-searchform"] .list-box {
  font-weight: 700;
  width: calc((100% - 160px) / 4);
  position: relative;
}

form[id^="feas-searchform"] .list-box.-keyword {
  width: calc(((100% - 160px) / 4) * 2 + 20px);
}

form[id^="feas-searchform"] .list-box > input {
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  height: 35px;
  border: 1px solid #7ac848;
  border-radius: 4px;
  padding: 0 8px;
}

form[id^="feas-searchform"] .list-box > input::placeholder {
  color: #c7c7c7;
}

form[id^="feas-searchform"] .list-box .search-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}

form[id^="feas-searchform"] .list-box .check-txt {
  color: #c7c7c7;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 35px;
  border: 1px solid #7ac848;
  padding: 0 15px 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-radius: 4px;
  height: 35px;
  position: relative;
  cursor: pointer;
}

form[id^="feas-searchform"] .list-box .check-txt.-text {
  color: #333;
}

form[id^="feas-searchform"] .list-box .check-txt:before {
  content: "";
  width: 10px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background: #7ac848;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

form[id^="feas-searchform"] .list-box .item-box {
  position: absolute;
  top: 70px;
  left: 0;
  width: 162%;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  background: #fff;
  padding-top: 20px;
  display: none;
  border-radius: 4px;
}

form[id^="feas-searchform"] .list-box .item-box.-area {
  z-index: 33320;
}

form[id^="feas-searchform"] .list-box .item-box .close-btn {
  display: none;
}

form[id^="feas-searchform"] .list-box .item-box.-facility {
  z-index: 33319;
}

form[id^="feas-searchform"] .list-box .item-box.-special {
  z-index: 33318;
}

form[id^="feas-searchform"] .list-box .item-box.-cost {
  z-index: 7;
}

form[id^="feas-searchform"] .list-box .item-box.-option {
  z-index: 33316;
}

form[id^="feas-searchform"] .list-box .item-box .scroll-box {
  max-height: 300px;
  overflow: auto;
}

form[id^="feas-searchform"] .list-box .item-box .scroll-box::-webkit-scrollbar {
  width: 12px;
  background: rgba(#fff, 0);
}

form[id^="feas-searchform"] .list-box .item-box .scroll-box::-webkit-scrollbar-thumb {
  background: #7ac848;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-clip: padding-box;
}

form[id^="feas-searchform"] .list-box .item-box .scroll-box::-webkit-scrollbar-track {
  margin: 5px;
}

form[id^="feas-searchform"] .list-box .item-box .scroll-box .area {
  position: relative;
}

form[id^="feas-searchform"] .list-box .item-box .scroll-box .area > .accordion-btn {
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #7ac848;
  border-radius: 2px;
  cursor: pointer;
}

form[id^="feas-searchform"] .list-box .item-box .scroll-box .area > .accordion-btn:before {
  content: "+";
}

form[id^="feas-searchform"] .list-box .item-box .scroll-box .area > .accordion-btn.-active:before {
  content: "-";
}

form[id^="feas-searchform"] .list-box .item-box .btn-box {
  display: flex;
  justify-content: center;
  position: sticky;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 15px;
  gap: 10px;
}

form[id^="feas-searchform"] .list-box .item-box .btn-box > span {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  width: 100px;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  padding: 2px 0;
  transition: 0.3s;
}

form[id^="feas-searchform"] .list-box .item-box .btn-box > span.clear-btn {
  color: #333;
  border: 1px solid #333;
}

form[id^="feas-searchform"] .list-box .item-box .btn-box > span.clear-btn:hover {
  color: #fff;
  background: #333;
}

form[id^="feas-searchform"] .list-box .item-box .btn-box > span.decision-btn {
  color: #333;
  background: #d6e1d0;
  border: 1px solid #d6e1d0;
  display: block;
}

form[id^="feas-searchform"] .list-box .item-box .btn-box > span.decision-btn:hover {
  background: #fff;
}

form[id^="feas-searchform"] .list-box .item-box label {
  display: block;
  cursor: pointer;
  padding: 0 20px;
}

form[id^="feas-searchform"] .list-box .item-box label input {
  display: none;
}

form[id^="feas-searchform"] .list-box .item-box label span {
  font-size: 1.4rem;
  display: block;
  padding: 3px 0 3px 20px;
  position: relative;
}

form[id^="feas-searchform"] .list-box .item-box label span:before {
  content: "";
  font-size: 1.2rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  text-align: center;
  line-height: 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #7ac848;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 2px;
}

form[id^="feas-searchform"] .list-box .item-box label input:checked + span:before {
  content: "\f00c";
  color: #fff;
  background: #7ac848;
}

form[id^="feas-searchform"] .list-box.-area .item-box .next-area {
  padding: 0 0 0 20px;
}

form[id^="feas-searchform"] .list-box .item-box.-cost {
  width: 100%;
  display: block;
  position: relative;
  filter: unset;
  padding: 0;
  top: 0;
  left: 0;
}

form[id^="feas-searchform"] .list-box .item-box.-cost:before {
  content: "";
  width: 10px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  left: unset;
  background: #7ac848;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

form[id^="feas-searchform"] .list-box .item-box.-cost > select {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 35px;
  border: 1px solid #7ac848;
  color: #c7c7c7;
  background: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 15px 0 8px;
}

form[id^="feas-searchform"] .list-box .item-box.-cost > select.-text {
  color: #333;
}

form[id^="feas-searchform"] .list-box .item-box.-cost > select > option {
  color: #333;
}

form[id^="feas-searchform"] .feas-submit-button {
  font-size: 1.5rem;
  font-weight: 700;
  width: 80px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: #d6e1d0;
  border-radius: 4px;
  transition: 0.3s;
  transform: translateY(-50%);
}

form[id^="feas-searchform"] .feas-submit-button:hover {
  opacity: 0.7;
}

form[id^="feas-searchform"] .list-box .item-box.-option {
  width: calc(200% + 20px);
}

form[id^="feas-searchform"] .list-box .item-box.-option .option-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px;
  gap: 5px;
}

form[id^="feas-searchform"] .list-box .item-box.-option .option-box .option-ttl {
  width: 100%;
  margin-bottom: 5px;
}

form[id^="feas-searchform"] .list-box .item-box.-option .option-box label {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .custum-form {
    padding-top: 20px;
    margin-bottom: 40px;
  }

  form[id^="feas-searchform"] {
    /* width: calc(100% - 40px) !important; */
    padding: 20px 10px !important;
    gap: 10px;
  }

  .custum-form #feas-searchform-0 {
    transform: unset;
    position: static;
  }

  form[id^="feas-searchform"] .list-box {
    width: calc((100% - 10px) / 2) !important;
  }

  form[id^="feas-searchform"] .list-box.-keyword {
    width: 100% !important;
  }

  form[id^="feas-searchform"] .list-box .search-ttl {
    margin-bottom: 5px;
  }

  form[id^="feas-searchform"] .feas-submit-button {
    position: static;
    width: 100%;
    max-width: 200px;
    transform: translateY(0);
    margin: 0 auto;
  }

  form[id^="feas-searchform"] .list-box .item-box {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    background: unset;
    width: 100%;
    height: 100svh;
    max-height: 400px;
  }

  form[id^="feas-searchform"] .list-box .check-txt,
  form[id^="feas-searchform"] .list-box > input {
    font-size: 1.4rem;
  }

  form[id^="feas-searchform"] .sp-bg-box {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 5000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }

  form[id^="feas-searchform"] .sp-bg-box.-open {
    opacity: 1;
    visibility: visible;
  }

  form[id^="feas-searchform"] .list-box .item-box .scroll-box {
    height: calc(100% - 56px);
    max-height: unset;
    background: #fff;
    padding: 20px 0;
  }

  form[id^="feas-searchform"] .list-box .item-box label span {
    font-size: 1.8rem;
    padding: 3px 0 3px 24px;
  }

  form[id^="feas-searchform"] .list-box .item-box label span:before {
    top: 9px;
    width: 17px;
    height: 17px;
  }

  form[id^="feas-searchform"] .list-box .item-box.-cost {
    top: unset;
    height: auto;
  }

  form[id^="feas-searchform"] .list-box .item-box.-option {
    width: 100%;
  }

  form[id^="feas-searchform"] .list-box .item-box.-option .option-box label {
    width: 100%;
  }

  form[id^="feas-searchform"] .list-box .item-box .btn-box > span {
    width: calc(50% - 5px);
    font-size: 1.6rem;
  }

  form[id^="feas-searchform"] .list-box .item-box .close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -16px;
    right: 4px;
    display: block;
  }

  form[id^="feas-searchform"] .list-box .item-box .close-btn:before {
    content: "\f00d";
    line-height: 40px;
    font-size: 3rem;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    text-align: center;
    color: #376a3e;
    line-height: 1;
    top: 0;
    right: 0;
    z-index: 10;
  }
}

.form-side {
  width: 320px;
}

.form-side > form[id^="feas-searchform"] {
  padding: 20px !important;
}

.form-side > form[id^="feas-searchform"] .list-box {
  width: 100%;
}

.form-side > form[id^="feas-searchform"] .feas-submit-button {
  width: 100%;
  max-width: 200px;
  position: static;
  transform: translateY(0);
}
.form-side > form[id^="feas-searchform"] .list-box .item-box {
  width: 100%;
}
.form-side > form[id^="feas-searchform"] .list-box .item-box.-option {
  width: 100%;
}

.form-side > form[id^="feas-searchform"] .category-search-box {
  display: none;
}

@media screen and (max-width: 767px) {
  .form-side {
    width: 100%;
    margin-bottom: 30px;
  }
}

#feas-searchform-3 {
  padding: 0 !important;
  box-shadow: unset !important;
  width: auto !important;
  margin: 0 !important;
}

#feas-searchform-3 #feas_3_0 {
  font-family: Arial, sans-serif;
  width: 300px;
  height: 39px;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 0 15px 0 45px;
}

#feas-searchform-3 > #feas-submit-button-3 {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("images/common/ico_src.png") no-repeat center / contain;
}

@media screen and (max-width: 767px) {
  #feas-searchform-3 {
    width: calc(60% - 60px) !important;
    margin-right: 60px !important;
  }

  #feas-searchform-3 #feas_3_0 {
    width: 100%;
  }

  .inr.fb.fb-both.-search {
    flex-direction: column-reverse;
  }
}

.area-box02 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .area-box02 {
    padding-top: 50px;
  }
}

.sp-bt-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10002;
  display: flex;
  background: #fff;
  border-top: 1px solid #ccc;
}

.single-space .sp-bt-btn {
  display: none;
}

.sp-bt-btn > * + * {
  border-left: #ccc solid 1px;
}

.sp-bt-btn > .item {
  width: 25%;
  position: relative;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sp-bt-btn > .item > a {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.sp-bt-btn > .item.-facility {
  padding: 10px 0 5px;
}

.sp-bt-btn > .item.-facility > .icon {
  margin-bottom: 7px;
}

.sp-bt-btn > .item > .ttl,
.sp-bt-btn > .item > .icon {
  text-align: center;
}

.sp-bt-btn > .item > .icon {
  font-size: 1.8rem;
  color: #70995c;
}

.sp-bt-btn > .item > .icon > img {
  width: 18px;
  margin: 0 auto;
}

.sp-bt-btn > .item.menu-btn > .ttl,
.sp-bt-btn > .item.menu-btn > .icon {
  color: #fff;
}

.sp-bt-btn > .item.menu-btn > .icon .fa-xmark,
body.open .sp-bt-btn > .item.menu-btn > .icon .fa-bars {
  display: none;
}

body.open .sp-bt-btn > .item.menu-btn > .icon .fa-xmark {
  display: inline-block;
}

.sp-bt-btn > .item > .ttl {
  font-weight: 700;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .sp-bt-btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mr0-tb {
    margin-right: 0 !important;
    margin-left: 5px;
  }
}

.category-search-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.category-search-box > .ttl {
  width: 140px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 1px;
}

.category-search-box .search-list {
  width: calc(100% - 140px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-search-box .search-list > li > a {
  font-size: 1.4rem;
  color: #333;
  display: inline-block;
  border: 1px solid #ccc;
  transition: 0.3s;
  padding: 0 10px;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .category-search-box .search-list > li > a:hover {
    border: 1px solid #eaeaea;
    background: #eaeaea;
  }
}

@media screen and (max-width: 767px) {
  .category-search-box {
    width: 100%;
  }

  .category-search-box > .ttl {
    width: 100%;
    margin-bottom: 5px;
  }

  .category-search-box .search-list {
    width: 100%;
    gap: 5px;
  }

  .category-search-box .search-list > li > a {
    font-size: 1.3rem;
    padding: 0 5px;
  }
}

.map-search-box {
  max-width: 230px;
  position: relative;
  margin: 0 auto;
}

.map-search-box > .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.map-search-box > .img-box > img {
  width: 100%;
}

.map-search-box .map-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.map-search-box .map-area > li {
  width: 38%;
  position: absolute;
}

.map-search-box .map-area > li.all {
  top: 14%;
  left: 13%;
}

.map-search-box .map-area > li.kanto {
  top: 45%;
  left: 56%;
}

.map-search-box .map-area > li.kansai {
  top: 65%;
  left: 40%;
}

.map-search-box .map-area > li.toukai {
  top: 15%;
  left: 57%;
}

.map-search-box .map-area > li.tyugoku {
  left: 17%;
  top: 78%;
}

.map-search-box .map-area > li.kyusyu {
  left: 0%;
  top: 90%;
}

.map-search-box .map-area > li.okinawa {
  left: 0%;
  top: 27%;
}

.map-search-box .map-area > li > a {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: Arial, sans-serif;
  text-align: center;
  display: block;
  border: #333 solid 2px;
  border-radius: 10px;
  background: #fff;
  padding: 1px 5px;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .map-search-box .map-area > li > a:hover {
    opacity: 0.7;
  }
}

.hover-all {
  position: relative;
}

.hover-all > a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  font-size: 0;
}

.fade {
  transition: opacity 0.2s;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  .fade:hover {
    opacity: 0.7;
  }
}

.image-cover {
  display: block;
  padding-bottom: 38%;
  position: relative;
}
.image-cover > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.area-list {
  display: flex;
  gap: 0 10px;
}

.area-list > li > a {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 1px 3px;
}

@media screen and (max-width: 768px) {
  .area-list {
    gap: 0 5px;
  }
  .area-list > li > a {
    font-size: 11px;
  }
}
.roomsl .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.roomsl .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  display: block;
  transform: translateY(-50%);
}

.roomsl .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after,
.roomsl .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
  font-size: 30px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
  width: 15px;
  height: auto;
  border: 0;
  text-indent: 0;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.roomsl .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after {
  content: "\f104";
}

.roomsl .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
  content: "\f105";
}

@media screen and (max-width: 768px) {
  .roomsl .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after {
    content: "\f104";
  }

  .roomsl .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
    content: "\f105";
  }
}

/*20250310会員用ドッグラン無料ページ*/
/*#inuyado-dogrun .ttl_area.ttl_inuyado {
  width: 100%;
  height: 420px;
  margin: 0 auto;
  background: url(images/dogrun/menber_top_dogrun2.jpg);
  background-size: cover;
	background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
	#inuyado-dogrun .ttl_area.ttl_inuyado {
	  background-size: 700px;
	}
}*/
