/*
Theme Name: type1
Description: inu-design
Author: inu-design
Version: 1.0
*/
.wrapper {
  background: #FFFAF2;
}
.top-page {
  overflow-x: hidden;
}
/*------------------------------------------

	MV

------------------------------------------*/
/*.site-header {
  width: 100%;
  z-index: 3333;
  background: #fff;
  height: 780px;
  position: relative;
  background-image: url("../images/home/wd_mv.png");
  background-position: center;
  background-size: cover;
}*/
.top_slid {
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width:896px) {
  .top_slid {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
.header_main_box {
  position: relative;
}
.top_slid h2 {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bold;
  font-size: 22px;
  text-shadow: 2px 2px 3px #333;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}
.top_slid h2 img {
  margin: 80px auto;
}
@media screen and (max-width:896px) {
  .top_slid h2 img {
    margin: 80px auto;
    width: 50%;
  }
}
@media screen and (max-width:896px) {
  /*.top_slid {
    margin-top: 60px;
  }*/
  .top_slid h2 {
    width: 50%;
    height: 50%;
    top: 8%;
  }
  .slid_msg {
    width: 320px;
    font-size: 14px;
    top: 48%;
    right: 40px;
  }
}
.header_main_boxheader_main_box {
  position: relative;
}
.header_main_box .header_main_img {
  width: 86%;
  margin: 0 auto;
  padding: 0 0 50px;
  height: 100vh;
  object-fit: cover;
}
.header_main_box .header_main_img img {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
  height: 100vh;
  object-fit: cover;
  border-radius: 120px;
}
@media screen and (max-width:896px) {
  .header_main_box .header_main_img {
    width: 100%;
    border-radius: 35px;
    height: 80vh;
    object-position: 77% 50%;
  }
  .header_main_box .header_main_img img {
    padding: 10px;
    width: 100%;
    border-radius: 35px;
    height: 80vh;
    object-position: 77% 50%;
  }
}
.top_slid .logo-box {
  position: absolute;
  width: 35%;
  right: 48%;
  top: 30%;
}
.top-logo-img {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width:896px) {
  .top_slid .logo-box {
    width: 40%;
    top: 46%;
    left: 28%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width:520px) {
  .top_slid .logo-box {
    width: 68%;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.logo-shadow {
  position: absolute;
  width: 600px;
  top: 68px;
  left: 75%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width:1200px) {
  .logo-shadow {
    width: 550px;
    top: 60px;
  }
}
@media screen and (max-width:414px) {
  .logo-shadow {
    position: absolute;
    width: 520px;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.header_foot_prints, .header_foot_prints2 {
  position: absolute;
}
.header_foot_prints {
  width: 15%;
  top: 8%;
  left: 2%;
}
.header_foot_prints2 {
  width: 15%;
  bottom: 10%;
  right: 2%;
}
.header_foot_prints img, .header_foot_prints2 img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width:1120px) {
  .header_foot_prints {
    width: 20%;
    top: 5%;
    left: 1%;
  }
  .header_foot_prints2 {
    width: 20%;
    bottom: -5%;
    right: 1%;
  }
}
@media screen and (max-width:896px) {
  .header_foot_prints {
    width: 30%;
    top: 5%;
    left: -4%;
  }
  .header_foot_prints2 {
    width: 25%;
    bottom: -7%;
    right: -2%;
  }
}
.header_welcomedog_point {
  position: absolute;
  top: 65%;
  left: 15%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; /* 横並びの中央揃え */
}
.header_welcomedog_point_box {
  position: relative;
  flex: 1 0 auto; /* ボックスの幅を可変にする */
}
.header_welcomedog_point_logobox {
  width: 80px;
  height: 80px;
  background-color: #8CB700;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header_welcomedog_point_logo {
  width: 80%;
  margin: 6px auto;
}
.header_welcomedog_point_circle {
  width: 220px;
  height: 220px;
  background-color: #8CB700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}
.header_welcomedog_point_text h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.header_welcomedog_point_text p {
  text-align: center;
  color: #fff
}
@media screen and (max-width:1120px) {
  .header_welcomedog_point_logobox {
    width: 55px;
    height: 55px;
  }
  .header_welcomedog_point_logo {
    width: 81%;
    margin: 4px auto;
  }
  .header_welcomedog_point_circle {
    width: 200px;
    height: 200px;
    margin: 0 5px;
  }
  .header_welcomedog_point_text h3 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .header_welcomedog_point_text p {
    font-size: 15px;
  }
}
@media screen and (max-width:896px) {
  .header_welcomedog_point {
    position: absolute;
    top: 70%;
    left: 38%;
    transform: translateX(-50%);
  }
  .header_welcomedog_point_logobox {
    width: 45px;
    height: 45px;
  }
  .header_welcomedog_point_logo {
    width: 75%;
    margin: 4px auto;
  }
  .header_welcomedog_point_circle {
    width: 145px;
    height: 145px;
    margin: 0 2px;
  }
  .header_welcomedog_point_text h3 {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .header_welcomedog_point_text p {
    font-size: 10px;
  }
}
@media screen and (max-width:640px) {
  .header_welcomedog_point {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
  }
  .header_welcomedog_point_circle {
    width: 110px;
    height: 110px;
    margin: 0 2px;
  }
  .header_welcomedog_point_text h3 {
    font-size: 11px;
  }
  .header_welcomedog_point_text p {
    font-size: 9px;
  }
}
.hed-fix .site-header {
  background-color: rgba(255, 255, 255, .95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.wd_nav {
  width: 55%;
  position: absolute;
  top: 50%;
  right: 135px;
}
.wd_nav p {
  text-align: center;
}
.mv-area {
  background: #FFFAF2;
}
.mv-item_area {
  background-image: url("../images/home/foot_prints_brown.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mv-inner {
  padding: 120px 0;
}
.mv-box h2 {
  padding-top: 12px;
}
.mv-box h2 img {
  width: 100%;
}
.mv-img {
  position: absolute;
  width: 14%;
}
.mv-img img {
  width: 100%;
  object-fit: cover;
  border: 5px solid #fff;
}
.img01 {
  transform: rotate(350deg);
  top: 15%;
  left: 8%;
}
.img02 {
  transform: rotate(10deg);
  top: 40%;
  left: 8%;
}
.img03 {
  transform: rotate(350deg);
  top: 65%;
  left: 8%;
}
.img04 {
  transform: rotate(10deg);
  top: 15%;
  right: 8%;
}
.img05 {
  transform: rotate(350deg);
  top: 40%;
  right: 8%;
}
.img06 {
  transform: rotate(10deg);
  top: 65%;
  right: 8%;
}
@media screen and (max-width:1400px) {
  .mv-img {
    width: 16%;
  }
  .img01 {
    top: 20%;
    left: 6%;
  }
  .img02 {
    top: 40%;
    left: 6%;
  }
  .img03 {
    top: 60%;
    left: 6%;
  }
  .img04 {
    top: 20%;
    right: 6%;
  }
  .img05 {
    top: 40%;
    right: 6%;
  }
  .img06 {
    top: 60%;
    right: 6%;
  }
}
.mv-text_area {
  max-width: 560px;
  margin: 0 auto;
}
.mv-text_area p {
  text-align: center;
  margin: 80px auto 40px;
  line-height: 2;
}
.mv-logo_area {
  width: 560px;
  margin: 20px auto;
}
.mv-logo_area img {
  width: 100%;
  object-fit: cover;
}
.mv_title_area {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
.mv-dog {
  width: 60px;
  margin-left: 10px;
  margin-top: -10px;
}
.mv-dog img {
  width: 100%;
  object-fit: cover;
}
.mv-btn_area {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}
@media screen and (max-width:896px) {
  .site-header {
    height: 60px;
  }
  .site-header .logo-box {
    position: absolute;
    width: 280px;
    right: 4.5%;
    top: 42%;
  }
  .site-header .logo-box img {
    filter: drop-shadow(2px 1px 1px #fff);
  }
  .wd_nav {
    width: 100%;
    position: absolute;
    top: 112%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 68px;
  }
  .mv-box {
    margin-top: 600px;
  }
  .mv-inner {
    padding: 40px 0 0;
  }
  .mv-text_area {
    padding: 0 20px;
    margin: 30px auto;
  }
  .mv-text_area p {
    text-align: center;
    margin: 40px auto;
  }
  .mv-btn_area {
    display: block;
    padding-bottom: 100px;
  }
  .mv-logo_area {
    width: 340px;
  }
  .mv-dog {
    width: 40px;
  }
}
/*------------------------------------------

	いぬやど説明

------------------------------------------*/
.mv-box.inuyado-box {
  margin-top: 0;
}
.top_feature {
  background: #FFFAF2;
}
.top_feature_bk {
  padding: 120px 0;
}
@media screen and (max-width:896px) {
  .top_feature_bk {
    padding: 20% 0;
  }
}
@media screen and (max-width:896px) {
  .top_feature h2 {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
}
.top_box {
  display: flex;
  width: 100%;
  margin: 50px auto 100px;
  flex-direction: row;
  position: relative;
}
.top_dog03, .top_dog04, .top_dog05 {
  position: absolute;
}
.top_dog03 {
  top: 78%;
  left: 24%;
  width: 135px;
}
.top_dog04 {
  top: 73%;
  right: 3%;
  width: 140px;
}
.top_dog05 {
  top: 80%;
  left: 34%;
  width: 150px;
}
.top_dog03 img, .top_dog04 img, .top_dog05 img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width:1024px) {
  .top_dog03 {
    top: 99%;
    left: 12%;
    width: 100px;
  }
  .top_dog04 {
    top: 99%;
    right: 10%;
    width: 100px;
  }
  .top_dog05 {
    top: 99%;
    left: 3%;
    width: 100px;
  }
}
@media screen and (max-width:896px) {
  .top_dog03 {
    top: 99%;
    left: 12%;
    width: 85px;
  }
  .top_dog04 {
    top: 99%;
    right: 10%;
    width: 85px;
  }
  .top_dog05 {
    top: 99%;
    left: 12%;
    width: 85px;
  }
}
.top_foot_prints3 {
  position: absolute;
  width: 36%;
  right: 14%;
  bottom: -60px;
}
.top_foot_prints3 img {
  width: 100%;
  opacity: 0.5;
  object-fit: cover;
}
@media screen and (max-width:1024px) {
  .top_foot_prints3 {
    width: 38%;
    right: 36%;
    bottom: -85px;
  }
}
@media screen and (max-width:896px) {
  .top_foot_prints3 {
    width: 340px;
    right: 45%;
    bottom: -15%;
  }
}
@media screen and (max-width:760px) {
  .top_foot_prints3 {
    width: 310px;
    right: 20%;
  }
}
.top_foot_prints4 {
  position: absolute;
  width: 34%;
  left: 0%;
  bottom: -97px;
}
.top_foot_prints4 img {
  width: 100%;
  opacity: 0.5;
  object-fit: cover;
}
@media screen and (max-width:1024px) {
  .top_foot_prints4 {
    width: 43%;
    left: 51%;
    bottom: -200px;
  }
}
@media screen and (max-width:896px) {
  .top_foot_prints4 {
    width: 420px;
    right: 45%;
    top: 66%;
  }
}
@media screen and (max-width:760px) {
  .top_foot_prints4 {
    width: 45%;
    left: 45%;
    top: 75%;
  }
}
@media screen and (max-width:1024px) {
  .top_box {
    flex-direction: column;
  }
}
.top_box_re {
  flex-direction: row-reverse;
}
@media screen and (max-width:1024px) {
  .top_box_re {
    flex-direction: column;
  }
}
.feature_mainimg {
  width: 50%;
}
.feature_mainimg img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 25px;
  box-shadow: 12px 12px #8CB700;
}
.feature_mainimg img.shadow_re {
  box-shadow: -12px 12px #8CB700;
}
@media screen and (max-width:1024px) {
  .feature_mainimg {
    width: 96%;
    margin: 0 auto;
    padding-right: 7px;
  }
  .feature_mainimg_re {
    padding-right: 0;
    padding-left: 7px;
  }
  .feature_mainimg img {
    height: auto;
  }
}
@media screen and (max-width:896px) {
  .feature_mainimg img {
    box-shadow: 8px 8px #8CB700;
  }
  .feature_mainimg img.shadow_re {
    box-shadow: -8px 8px #8CB700;
  }
}
.feature_txtarea {
  height: 480px;
  margin: 0 auto;
  width: 50%;
  position: relative;
}
@media screen and (max-width:1024px) {
  .feature_txtarea {
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }
}
.textarea_p {
  padding: 5rem;
}
@media screen and (max-width:1024px) {
  .textarea_p {
    padding: 1rem;
  }
}
.tene_caption p {}
.feature_title {
  display: flex;
}
.feature_title .feature_number {
  padding: 15px;
  margin-top: 5px;
  margin-right: 15px;
}
@media screen and (max-width:1024px) {
  .feature_title {
    margin: 20px auto 0
  }
  .feature_title .feature_number {
    margin-right: 5px;
    margin-top: 15px;
  }
}
.feature_title .feature_number h4 {
  font-size: 5.0rem;
  font-weight: bold;
  color: #EFBD27;
}
.txt_feature {
  position: relative;
  text-align: center;
}
.txt_feature:before {
  content: 'Feature';
  position: absolute;
  top: -10px;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  font-size: 1.5rem;
}
.feature_title .feature_number span {
  font-size: 2.0rem;
  color: #EFBD27;
}
.feature_title h3 {
  font-size: 2.2rem;
  line-height: 2.0;
  margin-bottom: 20px;
  text-decoration-line: underline;
  text-decoration-color: #EFBD27;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;
}
.feature_title h3 span.point_n {
  font-size: 5rem;
  font-style: italic;
  color: #ccc;
}
.title02 {
  margin-top: 30px;
}
@media screen and (max-width:896px) {
  .feature_title .feature_number h4 {
    font-size: 4.0rem;
  }
  .txt_feature:before {
    font-size: 1.3rem;
  }
  .feature_title h3 {
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .title02 {
    padding-top: 25px;
  }
}
/************************************
** ボックスナビ
************************************/
.p-nav {
  margin: 2em 0; /* 全体外余白 */
  padding: 0; /* 全体内余白 */
}
.p-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}
.p-nav ul li {
  -ms-flex-preferred-size: calc(100%/3);
  flex-basis: calc(100%/3);
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  box-shadow: inset 1px 1px 0 0 #fff, 1px 1px 0 0 #fff, 1px 0 0 0 #fff; /* 罫線 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column;
  min-height: 100px; /* 最低の高さ */
  background: #8CB700; /* 背景色 */
  background: #8CB700;
  height: 320px;
  border-radius: 50%;
}
.p-nav ul li img {
  width: 62px;
  margin-top: 30px;
  margin-bottom: 10px;
  filter: drop-shadow(0px 1px 3px #ccc);
}
.p-nav ul li p {
  padding: 10px 20px;
  color: #fff;
}
.p-nav ul li:before {
  content: unset !important;
}
.p-nav ul li a {
  display: block;
  padding: 0.5em 1em; /* 内余白 */
  text-decoration: none;
  width: 100%;
}
.p-nav ul li a img {
  max-width: 50% !important; /* 画像横幅 */
  height: auto !important;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1)); /* 画像影 */
  display: inline-block;
}
.p-nav .p-nav-title {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600; /* 文字太さ */
  text-align: center;
  line-height: 1.5; /* 文字行間高さ */
  color: #fff;
}
/* サイドバー */
.sidebar .p-nav ul li {
  -ms-flex-preferred-size: calc(100%/2); /* 2列 */
  flex-basis: calc(100%/2); /* 2列 */
}
/* スマホ */
@media screen and (max-width: 767px) {
  .p-nav {
    margin-top: 0;
  }
  .p-nav ul {
    display: block;
  }
  .p-nav ul li {
    -ms-flex-preferred-size: calc(100%/2); /* 2列 */
    flex-basis: calc(100%/2); /* 2列 */
  }
}
/*------------------------------------------

	会員限定特典あり施設

------------------------------------------*/
.gift-bk {
  background: #f6f6f6;
  padding: 50px 0;
}
.gift-bk .hx-type1 .wrap {
  background-color: #f6f6f6;
  display: inline-block;
  padding: 0 18px;
  position: relative;
  z-index: 1;
}
.gift-box {
  max-width: 1265px;
  margin: 0 auto;
}
.gift-box h3 {
  padding: 5px 14px;
  font-weight: bold;
}
.gift-box ul {
  justify-content: center;
}
.gift-box ul li.partition {
  margin-bottom: 20px;
}
.gift-box ul li.partition:first-child {
  order: 2;
}
.gift-box ul li.partition:nth-child(2) {
  order: 3;
}
.gift-box ul li.partition:last-child {
  order: 1;
}
.gift-box ul li.partition:first-child::after {
  content: '/';
}
.gift-box ul li.partition:nth-child(2)::after {
  content: '';
}
.gift-box ul li.partition:last-child::after {
  content: '/';
  ;
}
.gift-box .post {
  margin: 10px;
  box-shadow: 0px 5px 6px #ccc;
}
.gift-box .thum {
  position: relative;
}
.gift-box .thum .sp_box {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gift-box .thum .sp_box .sp {
  background: #81837D;
  color: #fff;
  padding: 5px;
  font-size: 14px;
}
.gift-box .thum .sp_box .sp:first-child {
  border-bottom: 1px solid #fff;
}
.gift-box .thum img {
  height: 160px;
  object-fit: cover;
}
.gift-box .spec {
  background: #fff;
  height: 100px;
}
.top_areabox {
  flex-direction: row-reverse;
  justify-content: left;
  margin-bottom: 10px;
}
.top_areabox li {
  padding: 0 3px;
  margin: 0 2px;
  background: #f6f6f6;
  border-radius: 3px;
  font-size: 14px;
}
/*Smartphone*/
@media screen and (max-width: 767px) {
  .c_slider {
    width: 96%;
    margin: 0 auto;
  }
  .gift-box h3 {
    padding: 5px 5px;
  }
  .top_areabox li {
    padding: 0px 2px;
    margin: 0 2px;
    border-radius: 1px;
    font-size: 12px;
  }
}
/*------------------------------------------

	いぬやど会員　説明

------------------------------------------*/
.sp_info {
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.sp_info .sp_info01 {
  width: 300px;
}
.sp_info .sp_info02 {
  width: 300px;
}
.sp_info p {
  text-align: center;
}
.box_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 47.5%;
  max-width: 1200px;
}
.box-body {
  padding: 50px;
  line-height: 1.5;
  background-color: #f6f6f6;
  color: #333;
  width: 96%;
}
.box-title {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 2rem;
  background-color: #61c1be;
  color: white;
  text-align: center;
  width: 96%;
  font-size: 22px;
}
.box-title span {
  font-size: 14px;
  ;
}
.box-title::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: solid 8px transparent;
  border-top-color: #61c1be;
  content: '';
}
/*TOPのみ　ボタン*/
/* solid007 */
.button_solid007 {
  text-align: center;
}
.button_solid007 p {
  margin-bottom: 5px;
  font-weight: 600;
  color: #70995C;
  letter-spacing: 0.04rem;
  display: inline-block;
  position: relative;
  font-size: 20px;
}
.button_solid007 p:before, .button_solid007 p:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background-color: #70995C;
  content: "";
}
.button_solid007 p:before {
  left: -30px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.button_solid007 p:after {
  right: -30px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.button_solid007 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 370px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #70995C;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 3px;
  font-size: 26px;
}
.button_solid007 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
/*Smartphone*/
@media screen and (max-width: 767px) {
  .box_info {
    width: 100%;
  }
  /*TOPのみ　ボタン*/
  /* solid007 */
  .button_solid007 {
    text-align: center;
    width: 90%;
    margin: 40px auto 60px;
  }
  .button_solid007 p {
    font-size: 16px;
  }
  .button_solid007 a {
    font-size: 18px;
  }
}
/*------------------------------------------

	地域検索

------------------------------------------*/
/*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: 10px;
		margin-left: -65px;
	}
	.parent-box.chushikoku {
		margin-top: 76px;
		margin-left: -172px;
	}
	.parent-box.koshinetsu {
		margin-top: -17px;
		margin-left: 5px;
	}
	.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.kyushu {
		margin-top: 136px;
		margin-left: -245px;
	}

	.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;
		cursor: pointer;
	}
	.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%);
	}*/
  .parent-box-inr {
    padding: 30px 35px;
  }
  .parent-box2 {
    text-align: center;
    width: 50%;
  }
  .parent-box2 ul li.type_img {
    width: calc(100% - 10px);
    height: 120px;
    object-fit: cover;
  }
  .parent-box2 ul li.type_img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .parent-box2 ul li.type_txt {
    width: calc(100% - 10px);
    background: #61c1be;
    color: #fff;
    padding: 5px 0px;
  }
  .child-wrap-box {
    width: 200px;
    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, .koshinetsu .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: 200px;
    font-size: 1.6rem;
    /*border-right: #999 1px solid;*/
    padding: 5px 10px;
  }
  .child-btn.ac {
    cursor: pointer;
  }
  .child-btn.ac a {
    width: 100%;
    display: block;
  }
  .child-btn.ac a:hover {
    color: #fff;
    background-color: #61c1be;
  }
  .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 #61c1be;
    border-bottom: 2px solid #61c1be;
    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: #61c1be;
    border-radius: 3px;
    padding: 5px 15px;
  }
  .wrap-box {
    width: calc(100% - 670px);
  }
} /*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: #edf2f1;
    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: #61c1be;
    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: 999;
    overflow: scroll;
  }
  .area-open .area-box {
    left: 0;
  }
  .space-open .space-box {
    left: 0;
  }
  .tag-open .tag-box {
    left: 0;
  }
  .wind-close {
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    background-color: #61c1be;
    text-align: center;
    padding: .5em .3em;
    margin-top: 50px;
  }
  .search-post-box .hx-search {
    font-size: 1.6rem;
    color: #fff;
    background-color: #61c1be;
    text-align: left;
    font-weight: lighter;
    padding: .2em .5em;
  }
  .sm-area-list {
    padding: 1em;
  }
  .sm-area-btn {
    width: 30%;
    font-size: 1.4rem;
    border: #ccc 1px solid;
    border-radius: 6px;
    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: #61c1be;
    border: #61c1be 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.koshinetsu_ac ~ .parent-box.koshinetsu {
    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 {
    width: 100%;
    border-top: #ccc 1px solid;
    padding: 1em 1.5em;
    position: relative;
  }
  .child-btn a {
    width: 100%;
    display: block;
  }
  .child-btn::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #61c1be;
    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: #edf2f1;
  }
  .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 #61c1be;
    border-bottom: 2px solid #61c1be;
    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: #61c1be;
    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: #61c1be;
    text-align: center;
    display: block;
    padding: .5em;
    border-radius: 3px;
    margin: 30px auto;
  }
} /*END*/
/*------------------------------------------

	施設別検索

------------------------------------------*/
/*PC*/
@media screen and (min-width: 768px) {
  .space-box {
    background-color: #edf2f1;
  }
  .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: #61c1be;
  }
  .space-box-inr input[type="button"] {
    color: #fff;
    letter-spacing: .3em;
    background-color: #61c1be;
    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 {
    width: calc(50% - 10px);
  }
  /* 	.tag-box-inr li:nth-last-child(-n+2) {
	  margin-bottom: 0;
	} 2020/06/19 修正*/
  .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-granping::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);
  }
} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {} /*END*/
/*------------------------------------------

	記事投稿一覧

------------------------------------------*/
.sec-post-box .bx-viewport {
  overflow: visible !important;
}
.sec-post-box.grey {
  background-color: #F9FAF9;
  padding-top: 50px;
  padding-bottom: 20px;
}
.sec-post-box .bx-wrapper {
  margin-right: auto;
  margin-left: auto;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 333;
  transform: translateY(calc(-50% - 21px));
}
.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
  background: none;
  position: relative;
}
.bx-wrapper .bx-next {
  right: -25px;
}
.bx-wrapper .bx-prev {
  left: -20px;
}
.bx-wrapper .bx-next::after, .bx-wrapper .bx-prev::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 16px;
  top: calc(50% - 2px);
  border-top: solid 3px;
  border-right: solid 3px;
  color: #c0bebe;
}
.bx-wrapper .bx-next::after {
  transform: rotate(45deg) translateY(-50%);
}
.bx-wrapper .bx-prev::after {
  transform: rotate(-135deg) translateY(50%);
}
.sec-post-box .post-box::before, .sec-post-box .post-box::after {
  content: "";
  width: 23.4375%;
  max-width: 300px;
  display: block;
}
.sec-post-box .post-box::before {
  order: 1;
}
.sec-post-box .post {
  width: 23.4375%;
  max-width: 300px;
  overflow: hidden;
}
.sec-post-box .thum a {
  display: block;
  position: relative;
}
.sec-post-box .thum a::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  padding-top: 73.338%;
}
.sec-post-box .thum a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-post-box .post .spec {
  background-color: #ffffff;
  padding: 10px 15px;
  position: relative;
  height: 260px;
}
.sec-post-box .post .spec.spec_hi {
  height: 338px;
}
.sec-post-box .post .price {
  width: 100%;
  font-size: 1.9rem;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  padding: 10px 15px;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.sec-post-box .post .price .sub {
  font-size: .6em;
  padding-left: .2em;
}
.sec-post-box .post .cat {
  font-size: 15px;
}
.sec-post-box .post .cat li:first-of-type, .sec-post-box .post .cat li:last-of-type {
  position: relative;
}
.sec-post-box .post .cat li:first-of-type::after, .sec-post-box .post .cat li:last-of-type::after {
  content: "｜";
}
.sec-post-box .post .cat li:first-of-type {
  order: 2;
}
.sec-post-box .post .cat li:nth-of-type(2) {
  order: 3;
}
.sec-post-box .post .cat li:last-of-type {
  order: 1;
}
.sec-post-box .post .tit {
  font-size: 19px;
  font-weight: normal;
  margin: 10px auto;
}
.sec-post-box .post .top_purpose_cat {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.sec-post-box .post .top_purpose_cat li {
  border: 1px solid #ccc;
  padding: 1px 3px;
  margin: 2px;
  border-radius: 3px;
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-next {
    display: none;
  }
  .bx-wrapper .bx-prev {
    display: none;
  }
  .sec-post-box .post {
    width: 49%;
    max-width: none;
  }
  .sec-post-box .post .spec, .sec-post-box .post .spec.spec_hi {
    height: auto;
    padding: 8px 4px;
  }
  .sec-post-box .post .price {
    font-size: 1.5rem;
  }
  .sec-post-box .post .tit {
    font-size: 1.3rem;
  }
  .sec-post-box .post .top_purpose_cat {
    font-size: 1.1rem;
  }
  .sec-post-box .post .top_purpose_cat li {
    padding: 1px;
    margin: 1px;
    border-radius: 2px;
  }
} /*END*/
/*------------------------------------------

	記事投稿一覧

------------------------------------------*/
.special-post-box .post .spec {
  font-size: 1.6rem;
  background-color: #f7f7f7;
  padding: 20px;
  height: 200px;
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .special-post-box .post .spec {
    padding: 10px;
    height: auto;
  }
} /*END*/
/*------------------------------------------

	ノウハウ記事

------------------------------------------*/
.knowhow-post-box {}
.knowhow-post-box .post-box {
  width: 48.984375%;
  max-width: 627px;
  background-color: #f7f7f7;
  padding: 25px;
}
.knowhow-post-box .post-box .thum-box {
  width: 200px;
  height: auto;
}
.knowhow-post-box .post-box .thum {
  width: 258px;
  height: 172px;
  display: block;
  position: relative;
  overflow: hidden;
}
.knowhow-post-box .post-box .thum::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  padding-top: 100%;
}
.knowhow-post-box .post-box .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.knowhow-post-box .post-box .txt-box {
  width: calc(100% - 280px);
}
.knowhow-post-box .post-box time {
  font-size: 1.4rem;
  color: #61c1be;
  display: inline-block;
}
.knowhow-post-box .post-box .tit {
  font-size: 1.9rem;
  font-weight: lighter;
  color: #333;
}
.knowhow-post-box .post-box .cat a {
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 100px;
  padding: .6em;
  padding-left: 2em;
  position: relative;
}
.knowhow-post-box .post-box .cat {
  margin-right: 10px;
  margin-bottom: 10px;
}
.knowhow-post-box .post-box .cat a::before {
  content: "";
  background-size: contain;
  margin-top: -.05em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.knowhow-post-box .post-box .cat_tag a::before {
  width: 16px;
  height: 15px;
  background-image: url(../images/common/ico_tag07.png);
  left: 8px;
}
.btn_list {
  background: #FCD00D;
  padding: 15px;
  width: 350px;
  text-align: center;
  margin: 60px auto 120px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}
.btn2 {
  display: flex;
  justify-content: space-evenly;
  margin: 60px auto;
}
.btn_list2 {
  width: 320px;
}
.btn_list3 {
  background: #FCD00D;
  width: 350px;
  margin: 60px auto 80px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}
.btn_list3 a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
}
.btn_list a, .btn_list2 a {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
}
.btn_list3 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width:896px) {
  .btn_list3 {
    width: 320px;
    margin: 40px auto 0;
  }
  .btn_list3 a {
    padding: 0.8em 2em;
  }
}
.btn_list_w360 {
  margin: 0px 12px 140px;
}
.btn_list_w230 {
  width: 230px;
  margin: 0px 12px 140px;
}
@media screen and (max-width:896px) {
  .btn_list_w360 {
    width: 360px;
    margin: 30px auto;
  }
  .btn_list_w230 {
    width: 230px;
    margin: 30px auto;
  }
  .btn_list4 {
    width: 230px;
    margin: 60px auto;
  }
  .btn_list4 a {
    padding: 0.8em 2em;
  }
}
.shadow_btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  height: 3.5em; /* ボタン高さ */
  position: relative;
}
.shadow_btn01 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5em;
  background: #fff; /* 背景色 */
  color: #000; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  letter-spacing: 0.1em;
  text-decoration: none;
  box-shadow: 0px 5px 12px #cccccc, -6px -6px 12px #fff;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left: 0;
  transition-duration: 0.2s;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
/* マウスオーバーした際のデザイン */
.shadow_btn01:hover span {
  left: 0;
  top: 0;
  box-shadow: 0 0 4px #cccccc, -2px -2px 4px #FFF;
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
@media (max-width: 1020px) and (min-width: 768px) {
  .knowhow-post-box .post-box .txt-box {
    width: 100%;
  }
}
/*Smartphone*/
@media screen and (max-width: 767px) {
  .knowhow-post-box .post-box {
    width: 100%;
    max-width: none;
    background-color: #f7f7f7;
    padding: 15px;
  }
  .knowhow-post-box .post-box .thum-box {
    width: 100%;
    height: auto;
  }
  .knowhow-post-box .post-box .thum {
    width: 100%;
    height: auto;
  }
  .knowhow-post-box .post-box .thum img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .knowhow-post-box .post-box .txt-box {
    width: 100%;
  }
  .knowhow-post-box .post-box .tit {
    font-size: 1.6rem;
    padding: 12px 0;
    /*display: none;*/
  }
  .knowhow-post-box .post-box .content {
    font-size: 1.3rem;
  }
  .knowhow-post-box .post-box .cat {
    margin-right: 5px;
  }
  .knowhow-post-box .post-box .cat a {
    font-size: 1.2rem;
  }
  .knowhow-post-box .post-box .cat_glamping a::before {
    width: 11px;
    height: 18px;
    left: 10px;
    top: 14px;
  }
  .knowhow-post-box .post-box .cat_with_dog a::before {
    width: 12px;
    height: 11px;
    top: 14px;
  }
  .btn2 {
    flex-direction: column;
  }
  .btn_list2 {
    margin: 10px auto;
  }
} /*END*/
@media screen and (max-width: 480px) {
  .knowhow-post-box .post-box .thum {
    width: 100%;
    height: 240px;
    ;
  }
}
/*横向き調整*/
.knowhow-post-box2 {
  margin-right: 5px;
  margin-bottom: 10px;
}
.knowhow-post-box2 a {
  font-size: 12px;
  background-color: #fff;
  border-radius: 100px;
  padding: 0.6em;
  padding-left: 2em;
  position: relative;
  border: 1px solid #ccc;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.knowhow-post-box2 a::before {
  width: 13px;
  height: 13px;
  background-image: url(../images/common/ico_tag07.png);
  left: 8px;
  content: "";
  background-size: contain;
  margin-top: -0.05em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/*------------------------------------------

	NEWS

------------------------------------------*/
.top-news-box .tit-box {
  width: 320px;
  font-weight: lighter;
  color: #fff;
  background-color: #DAE1D7;
}
.top-news-box .tit-box .hx-news {
  font-size: 2.5rem;
  font-weight: lighter;
}
.top-news-box article {
  width: calc(100% - 320px);
  background-color: #f7f7f7;
  padding: 40px 30px;
}
.top-news-box .post-box:last-of-type {
  margin-bottom: 0;
}
.top-news-box .post-box time {
  font-size: 1.6rem;
  color: #7AC848;
}
.top-news-box .post-box .cat {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #70995C;
  border-radius: 3px;
  padding: .15em .5em 0;
  margin-left: 10px;
}
.top-news-box .post-box .tit {
  font-size: 1.6rem;
  font-weight: lighter;
}
/*PC*/
@media screen and (min-width: 768px) {
  .top-news-box .tit-box .hx-news {
    width: 100%;
    display: inline-block;
  }
  .top-news-box .tit-box .hx-news a {
    width: 100%;
    display: inline-block;
    padding: 96px 0;
  }
} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .top-news-box .tit-box {
    width: 100%;
    font-size: 1.5rem;
    color: #fff;
    background-color: #CCE1E1;
  }
  .top-news-box .tit-box .hx-news {
    font-size: 1.5rem;
    padding: .5em;
  }
  .top-news-box .tit-box .hx-news a {
    width: 100%;
    display: inline-block;
  }
  .top-news-box article {
    width: 100%;
    padding: 20px 15px;
  }
  .top-news-box .post-box time {
    font-size: 1.4rem;
  }
  .top-news-box .post-box .cat {
    font-size: 1.2rem;
    padding: .1em .5em 0;
  }
  .top-news-box .post-box .tit {
    font-size: 1.4rem;
  }
} /*END*/
.instagram {
  width: 1200px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .instagram {
    width: 100%;
  }
}
/*アンバサダー*/
#ambassador {
  padding: 10px 0 40px;
}
.ambassador_inr h4.ambassador_inr {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}
.ambassador_inr .box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
}
.ambassador_inr .box ul {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari etc. */
  -ms-flex-wrap: wrap; /* IE10        */
  flex-wrap: wrap;
  justify-content: space-around;
}
.ambassador_inr .box p.type {
  text-align: center;
  padding: 8px 0;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #fff;
}
.ambassador_inr .box li {
  margin-bottom: 32px;
  margin-left: 8px;
  width: 13%;
}
.ambassador_inr .box li img {
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 5px 6px #ccc;
}
.ambassador_inr .box li .txt {
  padding: 5px 0 0 10px;
  width: 100%;
  text-align: center;
}
.ambassador_inr .box li .txt h4 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.ambassador_inr .box li .txt p {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #fff;
}
.ambassador_inr .box li .txt h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width:896px) {
  .ambassador_inr .box li {
    width: 43%;
    margin-left: 0;
  }
  .ambassador_inr .box li img {
    object-fit: cover;
    padding: 5px;
  }
  .ambassador_inr .box li .txt p {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #fff;
  }
  .ambassador_inr .box li .txt h3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
  }
}
/*バナー*/
.line_bnr {
  display: block;
  width: 60%;
  margin: 120px auto;
}
@media screen and (max-width:896px) {
  .line_bnr {
    width: 100%;
  }
}