@charset "UTF-8";
/*
Theme Name: welcomedog
Description: This is welcomedog site original theme.
Author: BookingResort
*/
/*------------------------------------------

	共通

------------------------------------------*/
body {
  font-family: "YuGothic", "Yu Gothic", "Meiryo", "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}
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;
}
.arrow-l {
  padding-left: 20px;
  position: relative;
}
.arrow-l::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: #333333;
}
.page-tit-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 200px 0 100px;
}
/** 見出し **/
.hx-type1 {
  font-size: 2.5rem;
  color: #333;
  font-weight: normal;
  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: #F9FAF9;
}
.hx-type1 .sub {
  font-size: .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;
  color: #333;
  font-weight: normal;
  line-height: 1;
  position: relative;
}
.hx-type2 .wrap {
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #1A872A;
  font-weight: bold;
}
/** 見出し **/
.hx-type3 {
  font-size: 2.5rem;
  color: #333;
  font-weight: normal;
  line-height: 1;
  position: relative;
  max-width: 500px;
  margin: 0 auto 60px;
}
.hx-type3 .sub {
  font-size: .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 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: .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;
}
.search-box {
  width: 300px;
  border: #333 1px solid;
  border-radius: 5px;
  padding: 1px 20px;
}
.search-box label {
  transform: translateY(4px);
}
.search-box input.textform {
  width: calc(100% - 35px);
  font-size: 1.5rem;
  padding-bottom: 2px;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {} /*END*/
/*------------------------------------------

	Gナビ

------------------------------------------*/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: #f9f9f9;
}
.header img {
  width: 240px;
  text-align: center;
  padding: 8px 0 15px;
  margin: 0 auto;
}
.menu-box {
  background-color: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: absolute;
  bottom: -49px;
  width: 100%;
}
.topnav, .gnav {
  justify-content: center;
}
.topnav li {
  margin-right: 1.5em;
  border: 1px solid #ccc;
  border-radius: 14px;
  padding: 0 20px;
  background: #fff;
}
.gnav li {
  margin-right: 1.5em;
}
/*.gnav a {
	color: #fff;
}*/
.gnav .arc a {
  border: #fff 1px solid;
  background-color: transparent;
  border-radius: 100px;
  padding: .4em .7em;
}
.gnav .arc a:hover {
  color: #333333;
  background-color: #fff;
  opacity: 1;
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  header .inr {
    padding-right: 2%;
    padding-left: 2%;
  }
  .header img {
    width: 185px;
    margin-right: 10px;
    padding: 7px 0px 0 20px;
  }
  .header.br_sp {
    display: flex;
    justify-content: center;
  }
  .menu-box .inr {
    padding: 0;
  }
  .menu-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0;
    position: fixed;
    top: 68px;
    left: 100%;
    z-index: 999;
    overflow: scroll;
  }
  .open .menu-box {
    left: 0;
    top: 0;
  }
  .menu-box .gnav {
    border-top: #333333 1px solid;
    margin-top: 87px;
  }
  .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: .4em 0;
  }
  .menu-box .gnav .arc a {
    border: 0;
    border-bottom: #333333 1px solid;
    background-color: transparent;
    border-radius: 0;
    padding: .4em 0;
  }
} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  #headersp.m_fixed {
    position: fixed;
    width: 100%;
  }
  .nav-items {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .nav-items li {
    border-bottom: 1px solid #eee;
  }
  .nav-items li a {
    padding: 20px;
    display: block;
  }
  .nav-items li:first-child {
    border-top: 1px solid #eee;
  }
  /* ヘッダーのナビ部分 */
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  }
  /* ハンバーガーメニュー */
  .header__hamburger {
    width: 48px;
    height: 100%;
  }
  .hamburger {
    background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    z-index: 9999;
    margin-top: 22px;
    margin-left: 30px;
  }
  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 100%;
    height: 2px;
    background-color: #888;
    position: relative;
    transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .header__nav.active {
    transform: translateX(0);
  }
  .hamburger.active span:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
}
/*------------------------------------------

	headerコピー

------------------------------------------*/
header {
  display: block;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #4d3c2c;
  transition: all 0.5s ease;
  background: #FFFAF2;
}
.hidden {
  background: #FFFAF2;
  transition: all 0.5s ease;
}
@media screen and (max-width:896px) {
  header {
    display: flex;
    height: 60px;
  }
}
header h1 {
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
}
@media screen and (max-width:896px) {
  header h1 {
    height: 60px;
  }
}
header h1 img {
  padding: 10px 0 10px 35px;
  width: 200px;
  height: auto;
  display: inline;
}
header h1 .logo_image {
  position: relative;
}
header h1 .logo_image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
@media screen and (max-width:896px) {
  header h1 img {
    width: 156px;
    padding: 5px 0 5px 30px;
  }
  header h1 .logo_image {
    position: static;
    background-color: #ffffff;
  }
  header h1 .logo_image a {
    position: static;
  }
}
/* メニューボタン */
nav {
  position: absolute;
  right: 0;
  top: 0;
}
/*.menu_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 100px;
	padding: 0 2em;
	background: #5d87b7;
	margin-left: auto;
	cursor: pointer;
}

@media screen and (max-width:896px) {
.menu_btn {
	height: 60px;
}
}*/
.navbar_toggle {
  z-index: 20;
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 52px;
  background: #fff;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
@media screen and (max-width:896px) {
  .navbar_toggle_icon {
    width: 30px;
  }
}
.navbar_toggle_icon:nth-child(1) {
  top: 0;
}
.navbar_toggle_icon:nth-child(2) {
  margin: 14px 0;
}
.navbar_toggle_icon:nth-child(3) {
  top: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_list {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 250;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
}
.menu_list li {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
}
.menu_list li a {
  display: block;
  padding: 30px;
}
@media screen and (max-width:896px) {
  .menu_list li a {
    padding: 24px;
  }
}
.menu_list.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 100px;
}
@media screen and (max-width:896px) {
  .menu_list.open {
    top: 60px;
  }
}
@media screen and (max-width:896px) {
  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    min-width: 300px;
    height: 100%;
    padding: 50px 0;
    background: #FFFAF2;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    z-index: 999 !important;
  }
  .drawer-menu .menu {
    overflow-y: auto;
    height: 100%;
  }
  .menu-item {
    display: block;
  }
  .drawer-menu li {
    text-align: center;
  }
  .drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    -webkit-transition: all .8s;
    transition: all .8s;
  }
  .drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
  }
  #menu-item-6620 {
    background: #FCD00D;
  }
  #menu-item-6620 a {
    color: #fff;
    font-weight: bold;
  }
  /* ------------------------------------------------ checkbox */
  .check {
    display: none;
  }
  /* ------------------------------------------------ menu button スマホ版メニューの位置*/
  .menu-btn {
    position: fixed;
    display: block;
    top: 12px;
    right: 6%;
    width: 50px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 45px;
    height: 3px;
    background: #333;
    /*box-shadow: 1px 1px 1px #666;*/
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    border-radius: 50px;
  }
  .bar.middle {
    top: 15px;
    opacity: 1;
  }
  .bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .menu-btn:hover .bar {
    background: #333;
  }
  .close-menu {
    position: fixed;
    top: 0;
    right: 30%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }
  /* ------------------------------------------------ checked */
  .check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
  }
  .check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .check:checked ~ .menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar.bottom {
    width: 56px;
    top: 39px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0, 0, 0, .5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }
}
/*注意！！以下PC用ヘッダーメニュー*/
@media screen and (min-width:897px) {
  .drawer-menu {
    width: 100%;
    height: 80px;
  }
  .menu {
    max-width: 1200px;
    float: right;
    margin-right: 100px;
  }
  .menu-top-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .menu-item {
    display: inline-block;
    padding: 20px 55px 10px;
    text-align: center;
    margin: 20px auto 0;
    position: relative;
  }
  .menu-item a {
    color: #012340;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
  }
  .check, .menu-btn {
    display: none;
  }
  #menu-item-6620 a {
    color: #fff;
    font-weight: bold;
    background: #FCD00D;
    border-radius: 50px;
  }
}
/*------------------------------------------

	footer

------------------------------------------*/
footer .nav-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .gnav li {
  line-height: 1;
  border-right: #fff 1px solid;
  padding-right: 1em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
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: #FFFAF2;
  padding-top: 3px;
  padding-bottom: 3px;
}
footer .cpy-box > div {
  margin-right: 30px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 30px;
  }
  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*/
/*------------------------------------------

	施設一覧

------------------------------------------*/
.gallery-item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: none !important;
}
/** 施設 **/
.arc-box.space .slider-wrap img {
  width: 100%;
  height: 553px;
  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 {}
.arc-box.space .post-box .tit-box {
  background-color: #eeeeee;
  padding: 20px;
}
.arc-box .post-box .cat {
  font-size: 1.4rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.pleft {
  padding-left: 18px;
}
.pright {
  padding-right: 18px;
}
/*.arc-box .cat li:first-of-type {
	position: relative;
}
.arc-box .cat li::after {
	content: "/";
	position: absolute;
    top: 0;
    left: 34px;
}*/
.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:first-of-type {
  order: 3;
}
.arc-box .singlecat li:first-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: .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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", 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;
}
.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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.arc-box .purpose_cat li {
  width: 33.333%;
  background-color: #fff;
  border-top: #999 1px solid;
  border-right: #999 1px solid;
  border-bottom: #999 1px solid;
}
.arc-box .purpose_cat li a {
  width: 100%;
  display: block;
  padding: .5em 5px .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-caption p {
  padding: 20px;
  color: #fff;
}
.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;
}
.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;
}
.single-space .single-p-nav li {
  width: 14.2857142857%;
  font-size: 1.9rem;
  padding: 1.2em 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, .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: 3.0rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.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.5rem;
  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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", 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 {
  height: 50vh;
  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: .75em;
}
.reserve a {
  color: #fff;
  background-color: #999999;
  border-radius: 100px;
  padding: .6em 1em;
}
.single-space .access-box {
  padding-top: 70px;
}
.single-space .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-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 .food_box, .single-space .act_box {
  background-color: #f7f7f7;
  margin-top: 60px;
  padding-bottom: 60px;
}
.arc-box.space .doginfo_act li {
  margin-left: 10px;
  margin-bottom: 10px;
}
.arc-box.space .doginfo_act li:first-child {
  margin-left: 20px;
}
.arc-box.space .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 .rep_img_box .rep_img_li img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.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: .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, .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;
  }
  .arc-box .purpose_cat li:nth-of-type(1), /*2020/02/19 修正*/ .arc-box .purpose_cat li:nth-of-type(2), .arc-box .purpose_cat li:nth-of-type(3) {
    margin-bottom: -1px;
  }
  .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 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: "";
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .arc-box.space .side-box .tag-box-inr li a.ico-spa::before {
    content: "";
    width: 28px;
    height: 19px;
    background-image: url(images/common/ico_tag01.png);
  }
  .arc-box.space .side-box .tag-box-inr li a.ico-luxury::before {
    content: "";
    width: 28px;
    height: 20px;
    background-image: url(images/common/ico_tag02.png);
  }
  .arc-box.space .side-box .tag-box-inr li a.ico-mealplan::before {
    content: "";
    width: 21px;
    height: 28px;
    background-image: url(images/common/ico_tag03.png);
    left: 14px;
  }
  .arc-box.space .side-box .tag-box-inr li a.ico-day_trip::before {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(images/common/ico_tag04.png);
  }
  .arc-box.space .side-box .tag-box-inr li a.ico-experience::before {
    content: "";
    width: 28px;
    height: 24px;
    background-image: url(images/common/ico_tag05.png);
    left: 13px;
  }
  .arc-box.space .side-box .tag-box-inr li a.ico-garden::before {
    content: "";
    width: 30px;
    height: 28px;
    background-image: url(images/common/ico_tag06.png);
  }
  .arc-box.space .side-box .tag-box-inr li a.ico-with_dog::before {
    content: "";
    width: 30px;
    height: 28px;
    background-image: url(images/common/ico_tag07.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: .3em;
    padding-bottom: .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: 90px;
  }
  .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: 60px;
  }
  .rg-slider li {
    width: 110px;
    height: 110px;
  }
  .rg-slider li img {
    height: 110px;
  }
  .arc-box.space .slider-wrap img {
    height: 240px;
  }
  .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 .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 a {
    padding: .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: 80px;
  }
  .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.3rem;
  }
  .single-space .single-p-nav li a {
    width: 100%;
    display: inline-block;
  }
  .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: .6em;
  }
  .single-space .bx-prev, .single-space .bx-next {
    font-size: 2.0rem;
  }
  .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: .5em .5em;
  }
  .single-space .single-table1 dt h4 {
    font-weight: bold;
  }
  .single-space .single-table1 dd {
    font-size: 1.4rem;
    width: 100%;
    padding: 1em .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: 28vh;
  }
  .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: 28vh;
    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;
  }
  .arc-box.space .doginfo_act li:first-child {
    margin-left: 5px;
  }
  .arc-box.space .doginfo_act li {
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .arc-box.space .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;
  }
  .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*/
/*------------------------------------------

	地域検索

------------------------------------------*/
/*PC*/
@media screen and (min-width: 768px) {
  .hx-search {
    font-size: 1.9rem;
    color: #fff;
    background-color: #666;
    font-weight: normal;
    padding: .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: .5em 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;
  }
  .space-open .space-box {
    left: 0;
    top: 0;
  }
  .tag-open .tag-box {
    left: 0;
    top: 0;
  }
  .wind-close {
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    background-color: #999999;
    text-align: center;
    padding: .5em .3em;
    margin-top: 50px;
  }
  .side-box .hx-search {
    font-size: 1.6rem;
    color: #fff;
    background-color: #999999;
    text-align: left;
    font-weight: bold;
    padding: .2em .5em;
  }
  .search-post-box .hx-search {
    font-size: 1.6rem;
    color: #fff;
    background-color: #999999;
    text-align: left;
    font-weight: bold;
    padding: .2em .5em;
  }
  .sm-area-list {
    padding: 1em;
    margin-top: 80px;
  }
  .sm-area-btn {
    width: 30%;
    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 .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: .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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", 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: .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: .3s;
}
.arc-box.special .sp_tab span, .arc-box.special .sp_cat li a {
  width: 100%;
  display: block;
  padding: 6px 0;
  transition: .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: .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: .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, .5);
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-special .area-post-box ul li .spec {
  padding: .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: .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: .5em .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: .5em .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: 1.0rem;
  }
  .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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", 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;
}
.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::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;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", 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;
}
.arc-box.know_how .content-box .post-box .spec .purpose_cat li {
  width: auto;
  border: 0;
  margin-left: 10px;
  margin-bottom: 5px;
  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: .3em;
  padding-bottom: .3em;
  padding-right: .5em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.single-tit-box h1 {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1.5em 0 .5em;
}
.arc-box.know_how h1, .single-ambassador h1 {
  font-size: 2.4rem;
  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: .3em;
  padding-bottom: .3em;
  padding-right: .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: .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) {
  .arc-box.know_how {
    margin-top: 100px;
  }
  .arc-box.know_how .content-box {
    width: 100%;
  }
  .arc-box.know_how .content-box .post-box {
    padding: 2%;
  }
  .arc-box.know_how .content-box .post-box .thum {
    width: 120px;
    height: 80px;
  }
  .arc-box.know_how .content-box .post-box .spec {
    width: calc(100% - 130px);
    font-size: 1.4rem;
  }
  .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: 10px;
    margin-bottom: 5px;
  }
  .arc-box.know_how .content-box .post-box .spec .purpose_cat li a {
    border-radius: 100px;
    padding-top: .3em;
    padding-bottom: .3em;
    padding-right: .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: 1.0rem;
    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: .3em;
    padding-bottom: .3em;
    padding-right: .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;
  }
} /*END*/
/* ------------------------------
	
   2022.01.06　追加　事業用地情報・出店希望者様募集　施設売買・MA募集
	
------------------------------ */
#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) {
  #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: #75994D;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
  width: 260px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.reserve_btn_box_sp {
  display: none;
}
.reserve_btn_box {
  display: block;
  background: #eee;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 125px;
  z-index: 333;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.reserve_btn_box p {
  text-align: center;
  color: #2e5c5a;
  padding: 15px 0 0;
  font-size: 14px;
  height: 50px;
}
/*.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: 35%;
  margin: 0 auto;
}
/*Smartphone*/
@media screen and (max-width: 767px) {
  .reserv_btn {
    width: 150px;
  }
  .reserve_btn_box {
    display: none;
  }
  .reserve_btn_box_sp {
    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_sp p {
    width: 50%;
    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: 30px 5px;
    line-height: 1.5;
    display: block;
    background: #3e7a78;
    position: relative;
    font-size: 15px;
    height: 80px;
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }
  .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: 2px;
    right: -10px;
  }
  .info-btn {
    margin: 0 auto;
    font-size: 13px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }
  .login-icon img {
    width: 50%;
    margin: 23px auto;
  }
}
/*------------------------------------------

	予約ボタン 2

------------------------------------------*/
.reserv_btn2 {
  background: #75994D;
  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;
}
/*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追加　施設一覧
	
------------------------------ */
#n_wide_list {
  background: #8CB700;
}
#n_wide_list .inr {
  background: #fff;
  padding: 50px 0;
  border-radius: 30px;
  position: relative;
}
#n_wide_list .area_content {
  padding: 5px 15px;
}
@media screen and (max-width:896px) {
  #n_wide_list .inr {
    padding: 50px 0 80px;
  }
}
.item_area {
  padding: 100px 0;
  position: relative;
}
.item_01 {
  margin: 0 auto 12px;
  width: 75px;
}
.item_01 img {
  width: 100%;
}
.top_dog01, .top_dog02 {
  position: absolute;
}
.top_dog01 {
  top: -25px;
  right: 12%;
  width: 135px;
}
.top_dog02 {
  top: 96%;
  left: 8%;
  width: 115px;
}
.top_dog01 img, .top_dog02 img {
  width: 100%;
  object-fit: cover;
}
.top_foot_prints {
  position: absolute;
  width: 35%;
  right: 0;
  bottom: 0;
}
.top_foot_prints img {
  width: 100%;
  opacity: 0.5;
  object-fit: cover;
}
.top_foot_prints2 {
  position: absolute;
  width: 35%;
  left: 0;
  top: 0;
}
.top_foot_prints2 img {
  width: 100%;
  opacity: 0.5;
  object-fit: cover;
  transform: rotate(180deg);
}
@media screen and (max-width:896px) {
  .top_foot_prints {
    width: 90%;
    right: -15%;
  }
  .top_foot_prints2 {
    width: 90%;
    left: -15%;
  }
}
@media screen and (max-width:1329px) {
  .item_area {
    padding: 80px 10px;
  }
  .top_dog01 {
    right: 8%;
    width: 100px;
  }
  .top_dog02 {
    top: 97%;
    width: 100px;
  }
}
@media screen and (max-width:896px) {
  .item_area {
    padding: 80px 10px;
  }
  .item_01 {
    width: 65px;
  }
  .top_dog01 {
    right: 8%;
    width: 75px;
    z-index: 100;
  }
  .top_dog02 {
    top: 99%;
    left: 8%;
    width: 68px;
    z-index: 100;
  }
}
.facility-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:896px) {
  .facility-list {
    flex-direction: row;
  }
}
.facility-list > li {
  width: 32%;
  margin: 10px auto;
}
@media screen and (max-width:896px) {
  .facility-list > li {
    width: 100%;
    margin-right: 5px;
  }
}
.facility-list > li > ul > li img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width:896px) {
  .facility-list > li > ul > li img {}
}
.caption_top {
  width: 90%;
  margin: 20px auto 40px;
}
.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: '/';
}
.c_area_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.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-weight: bold;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 14px;
}
.caption_top span {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.caption_top span.price {
  font-size: 18px;
}
.caption_top span.sub {
  font-size: 14px;
}
.caption_top span.c_area {
  padding: 0px 10px;
  border-radius: 15px;
  margin-right: 5px;
  background: #FCD00D;
  color: #fff;
  margin-top: 3px;
}
.caption_top span.c_area:first-child {
  background: #6EC300;
}
@media screen and (max-width:896px) {
  .caption_top {
    position: static;
    transform: none;
    color: #222;
    font-size: 14px;
    text-align: left;
    text-shadow: none;
    width: 98%;
    margin: 5px auto;
  }
  .caption_top h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .caption_top span.c_area {
    font-size: 12px;
    margin-right: 3px;
    white-space: pre;
  }
}
.top_pickup {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 16px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width:896px) {
  .top_pickup {
    top: 5.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    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: 700px;
  margin: 60px auto;
  background: #f6f6f6;
  padding: 50px;
}
#sml-user-links-block p {
  font-size: 14px;
}
#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;
}
@media screen and (max-width:896px) {
  #sml-user-links-block {
    width: 100%;
    padding: 25px;
  }
  #sml-user-links-block p {
    font-size: 12px;
  }
}
#wp-submit1 {
  background: #81B3A4;
  border-radius: 20px;
}
/*------------------------------------------

	追加  // パンくずリスト

------------------------------------------*/
.breadcrumbList {
  display: flex;
  flex-wrap: wrap;
  /*margin: 20px 0 10px 0;*/
  font-size: 11px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", 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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", 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 {
  padding: 20px 0;
  font-weight: bold;
}
.pp_w p {
  padding: 20px 0;
}
/*施設ページ部屋スライダー*/
.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
}
.roomsl {
  width: 100%;
  max-width: 540px;
}
.bx-viewport .roomslider li img {
  height: 47vh;
  width: 100%;
  object-fit: cover;
}
.roomslider_sum > li {
  width: 20%;
}
.roomslider_sum > li img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .roomsl {
    width: 100%;
    max-width: 100%;
    height: 40vh;
  }
  .bx-viewport .roomslider li img {
    height: 32vh;
  }
}
/*施設ページ　体験記ボタン*/
.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 {
  color: #fff;
  background-color: #769E9D;
  filter: drop-shadow(0px 2px 4px #ccc);
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.btn--orange:hover, a.btn--orange:hover {
  color: #fff;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}
.report_btn {
  position: fixed;
  bottom: 135px;
  right: 22px;
  z-index: 5555;
}
@media screen and (max-width: 480px) {
  .report_btn {
    bottom: 88px;
    right: 8px;
  }
}
/*アンバサダーレポ*/
.inureporter {
  display: flex;
  position: relative;
}
.inureporter p.petname {
  position: absolute;
  left: 60px;
  top: 10px;
}
.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;
  }
}
.br_sp {
  display: none;
}
.br_pc {
  display: block;
}
.container {
  width: 96%;
}
@media screen and (max-width:1050px) {
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}