/*
Theme Name: type1
Description: inu-design
Author: inu-design
Version: 1.0
*/
.top-page {
  overflow-x: hidden;
}

/*------------------------------------------

	MV

------------------------------------------*/
.mv-box {
  position: relative;
  height: 700px;
  top: 106px;
  margin-bottom: 79px;
  overflow: hidden;
}

.mv-box img {
  width: 100%;
  object-fit: cover;
  height: 700px;
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
}

.mv-box .bx-wrapper .bx-next {
  right: 25px;
}

.mv-box .bx-wrapper .bx-prev {
  left: 25px;
}

.mv-box .bx-wrapper .bx-controls-direction a {
  width: 42px;
  height: 42px;
  transform: translateY(calc(-50% - -5px));
}

.mv-box .bx-wrapper .bx-next::after,
.mv-box .bx-wrapper .bx-prev::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: calc(50% - 2px);
  border-top: solid 3px;
  border-right: solid 3px;
  color: #fff;
}

.mv-box .bx-wrapper .bx-next::after {
  transform: rotate(45deg) translateY(-50%);
}

.mv-box .bx-wrapper .bx-prev::after {
  transform: rotate(-135deg) translateY(50%);
}

.mv_cat {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 15px 100px;
  height: 185px;
}

.mv_cat li {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.mv_cat li span {
  font-size: 20px;
}

.top_link {
  position: absolute;
  font-size: 18px;
  padding: 6px 20px;
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  width: 220px;
  color: #fff;
  top: 125px;
  left: 100px;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
  .mv-box {
    height: 240px;
    top: 52px;
  }

  .mv-box img {
    height: 240px;
  }

  .bx-wrapper {
    margin-bottom: 0;
  }

  .mv_cat {
    top: 0;
    font-size: 18px;
    width: 100%;
    padding: 10px 20px;
    height: auto;
  }

  .mv_cat li span {
    font-size: 15px;
  }

  .top_link {
    font-size: 15px;
    padding: 2px 10px;
    width: 100px;
    left: unset;
    right: 20px;
    top: 9px;
  }
}

/*------------------------------------------

	記事バナー

------------------------------------------*/

.bnrblog-box {
  font-family: Arial, sans-serif;
  max-width: 1265px;
  margin: 0 auto;
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .bnrblog-box {
    padding-top: 40px;
  }
}

.bnrblog-box h3 {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bnrblog-box ul {
  justify-content: center;
}

.bnrblog-box ul li.partition {
  margin-bottom: 20px;
}

.bnrblog-box ul li.partition:first-child {
  order: 2;
}

.bnrblog-box ul li.partition:nth-child(2) {
  order: 3;
}

.bnrblog-box ul li.partition:last-child {
  order: 1;
}

.bnrblog-box ul li.partition:first-child::after {
  content: "/";
}

.bnrblog-box ul li.partition:nth-child(2)::after {
  content: "";
}

.bnrblog-box ul li.partition:last-child::after {
  content: "/";
}

.bnrblog-box .post {
  margin: 10px;
  box-shadow: 0px 5px 6px #ccc;
}

.bnrblog-box .thum {
  position: relative;
}

.bnrblog-box .thum .sp_box {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bnrblog-box .thum .sp_box .sp {
  background: #81837d;
  color: #fff;
  padding: 5px;
  font-size: 14px;
}

.bnrblog-box .thum .sp_box .sp:first-child {
  border-bottom: 1px solid #fff;
}

.bnrblog-box .thum img {
  object-fit: cover;
  width: 100%;
}

/*------------------------------------------

	会員限定特典あり施設

------------------------------------------*/
.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 {
  font-family: Arial, sans-serif;
  max-width: 1265px;
  margin: 0 auto;
}

.gift-box h3 {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 1350px) {
  .gift-box .sp-item .slick-arrow {
    display: block !important;
  }
  .gift-box .sp-item .slick-prev {
    left: 16px;
  }
  .gift-box .sp-item .slick-next {
    right: 35px;
  }
}

.gift-box .sp-item .slick-track {
  display: flex;
}

.gift-box .sp-item .slick-track .slick-slide {
  height: auto !important;
}

.gift-box ul {
  justify-content: center;
}

.gift-box ul li.partition {
  margin-bottom: 20px;
}
.gift-box ul li.partition:after {
  content: "/";
}
.gift-box ul li.partition:last-child:after {
  content: "";
}

.gift-box .post {
  margin: 10px;
  box-shadow: 0px 5px 6px #ccc;
  background: #fff;
}

.gift-box .thum {
  position: relative;
}

.gift-box .thum .sp_box {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
}

.gift-box .revico-widget a.revico-read-more-review {
  display: none;
}

.gift-box .revico-star-block--total {
  /* display: none; */
}

.gift-box .revico-star .revico-star-block {
  margin-bottom: 10px;
}

.gift-box .revico-star-block--title {
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  background: #70995c;
	padding: 0px 6px;
    border-radius: 10px 0 10px 10px;
    margin: 3px 0 0 -70px;
}

.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: 200px;
  object-fit: cover;
}

.gift-box .spec {
  background: #fff;
  height: auto;
  padding: 5px 14px 15px;
}
.gift-box .sp-item .post .spec {
  padding-bottom: 55px;
}
.gift-box .sp-item .post .spec:before {
  content: "施設詳細はこちら";
  font-size: 14px;
  text-align: center;
  width: calc(100% - 30px);
  max-width: 300px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  border: 1px solid #ccc;
  padding: 5px 20px;
  border-radius: 5px;
}
.gift-box .sp-item .post .spec.-plan:before {
  content: "プランの詳細はこちら";
}

.gift-box .sp-item .post .spec .middle-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.gift-box .sp-item .post .spec .middle-content .revico-star .revico-star-block .revico-star-block--rate,
.gift-box .sp-item .post .spec .middle-content .revico-star .revico-star-block .revico-star-block--total {
  display: none;
}
.gift-box .sp-item .post .spec .middle-content .revico-star .revico-star-block .revico-star-block--title {
  font-weight: 700;
  color: #333;
  margin: 0 0 -4px;
  padding: 0 0 0 20px;
  background: unset;
  position: relative;
}
.gift-box .sp-item .post .spec .middle-content .revico-star .revico-star-block .revico-star-block--title:before {
  content: "\f005";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #ffca19;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .gift-box .sp-item .post .spec:before {
    font-size: 12px;
    padding: 3px 10px;
  }
}

.gift-box .spec .reviews-box {
  margin-bottom: 5px;
}

.gift-box .spec .fee-txt {
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 5px;
}

.gift-box .spec .fee-txt > .num {
  font-size: 1.6rem;
  font-weight: 700;
  color: #70995c;
  margin-right: 10px;
}
.gift-box .spec .fee-txt > .sub {
  font-size: 1.2rem;
}

.gift-box .spec .reviews-box .num-box {
  font-size: 1.3rem;
  color: #fff;
  display: inline-block;
  background: #70995c;
  padding: 1px 4px;
  border-radius: 10px 0px 10px 10px;
}

.gift-box .spec .reviews-box .num-box > span {
  display: inline-block;
  margin: 0 4px;
}

.gift-box .spec .address-txt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.gift-box .spec .address-txt > a {
  margin-right: 5px;
}

.gift-box .spec .address-txt > a:last-child {
  margin-right: 0;
}

.gift-box .spec .address-txt:before {
  content: "\f3c5";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #70995c;
  margin-right: 5px;
}

.gift-box .spec .tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
  margin-bottom: 5px;
}

.gift-box .spec .tag-list > li > a {
  font-size: 1.2rem;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 5px;
}
body.home .gift-box .spec .tag-list > li:nth-of-type(n + 6) {
  display: none;
}

.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: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.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: 0.8em;
  }

  .area-box input[type="radio"] {
    display: none;
  }

  .area-box-inr {
    position: relative;
  }

  /*.parent-box {
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.parent-box.chushikoku {
		margin-top: 76px;
		margin-left: -172px;
	}
	.parent-box.hokuriku {
		margin-top: 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: 0.5em 0 0.5em 50px;
    cursor: pointer;
  }

  .search-post-box .sm-search-btn::before {
    content: "";
    width: 33px;
    height: 37px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
  }

  .search-post-box .sm-search-btn.area-wind-btn::before {
    background-image: url(../images/common/ico-src1.png);
  }

  .search-post-box .sm-search-btn.space-wind-btn::before {
    background-image: url(../images/common/ico-src2.png);
  }

  .search-post-box .sm-search-btn.tag-wind-btn::before {
    background-image: url(../images/common/ico-src3.png);
  }

  .search-post-box .sm-search-btn::after {
    content: "";
    width: 8px;
    height: 8px;
    color: #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: 0.5em 0.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: 0.2em 0.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: 0.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: 0.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% - -75px);
  }

  /* 	.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 {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #ecf6e7;
}

.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;
  background: #fff;
}
.sec-post-box .post-box > .post {
  padding-bottom: 50px;
  position: relative;
}

.sec-post-box .post-box > .post .btn-box {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.sec-post-box .post-box > .post .btn-box > a {
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: calc(100% - 30px);
  max-width: 300px;
  display: inline-block;
  border: 1px solid #7ac848;
  padding: 5px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sec-post-box .post-box > .post .btn-box > a {
    font-size: 12px;
    width: calc(100% - 10px);
  }
}
.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 {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  padding: 10px 15px;
  position: relative;
  height: auto;
}

.sec-post-box .post .spec.spec_hi {
  height: auto;
}

.sec-post-box .post .spec .revico-star .revico-star-block--title {
  font-size: 13px;
}

.sec-post-box .post .spec .revico-star .revico-star-block--total {
  font-size: 10px;
}
.sec-post-box .post .spec .revico-star .revico-read-more-review {
  display: none;
}

.sec-post-box .post .price {
  font-family: Arial, sans-serif;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.sec-post-box .post .price .sub {
  font-size: 0.6em;
  padding-left: 0.2em;
}

.sec-post-box .post .cat {
  font-size: 15px;
  font-family: Arial, sans-serif;
}

.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 {
  content: "｜";
}
.sec-post-box .post .cat li:last-of-type::after {
  display: none;
}

.sec-post-box .post .tit {
  font-size: 18px;
  font-weight: 500;
  margin: 10px auto;
}

.sec-post-box .post .top_purpose_cat {
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.sec-post-box .post .top_purpose_cat li {
  border: 1px solid #ccc;
  padding: 1px 3px;
  margin: 2px;
  border-radius: 3px;
}
body.home .sec-post-box .post .top_purpose_cat li:nth-of-type(n + 6) {
  display: none;
}

/*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.4rem;
  }

  .sec-post-box .post .content {
    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;
  }

  .sec-post-box .post .cat {
    font-size: 12px;
  }

  .sec-post-box .post .spec .revico-star .revico-read-more-review {
    display: none;
  }
}

/*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: 0.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: -0.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: #d6e1d0;
  padding: 10px;
  width: 80%;
	max-width: 320px;
  text-align: center;
  margin: 60px auto 120px;
  border-radius: 10px;
}

.btn_list.-ambassador {
  background: unset;
  padding: 0;
  width: calc(100% - 40px);
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 4%;
  border-radius: 0;
}

.btn_list.-ambassador > a {
  width: 48%;
  background: #d6e1d0;
  border-radius: 10px;
  padding: 10px;
}

.btn_list.-ambassador > a:nth-of-type(1) {
  margin: 0 1px;
}
@media screen and (max-width: 767px) {
  .btn_list.-ambassador {
    gap: 10px 4%;
  }
  .btn_list.-ambassador > a {
    width: 100%;
  }

  .btn_list.-ambassador > a:nth-of-type(1) {
    margin: 0;
  }
}

.btn2 {
  display: flex;
  justify-content: space-evenly;
  margin: 60px auto;
}

.btn_list2 {
  width: 320px;
}

.btn_list a,
.btn_list2 a {
  display: block;
  font-family: Arial, sans-serif;
}

.shadow_btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  /* ボタン幅 */
  height: 3.5em;
  /* ボタン高さ */
  position: relative;
}

.shadow_btn01 span,
.shadow_btn01 p {
  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: Arial, 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: Arial, 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: 0.15em 0.5em 0;
  margin-left: 10px;
}

.top-news-box .post-box .tit {
  font-size: 1.6rem;
  font-weight: lighter;
}

/*一番上に出すニュース*/
.mainnews-bk {
  background: #eaf2e6;
  position: relative;
  height: 160px;
}

.mainnews-bk h3 {
  font-size: 24px;
  text-align: center;
  font-family: Arial, sans-serif;
  width: 1000px;
  margin: 0 auto;
  padding: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  transition-duration: 0.2s;
  border: 6px solid #70995c;
  background: #fff;
}

.mainnews-bk h3:hover {
  right: 0;
  left: 0;
  top: 25;
  box-shadow: 0 0 4px #cccccc, -2px -2px 4px #fff;
}

/*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: 0.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: 0.1em 0.5em 0;
  }

  .top-news-box .post-box .tit {
    font-size: 1.4rem;
  }
}

/*END*/

@media screen and (max-width: 1024px) {
  /*一番上に出すニュース*/
  .mainnews-bk {
    height: 175px;
  }

  .mainnews-bk h3 {
    font-size: 18px;
    width: 96%;
    padding: 10px;
  }
}

.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: 15%;
}

.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: Arial, 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%;
  }
}

.mbox {
  padding: 50px;
}

.flx_box {
  display: flex;
  flex-wrap: wrap;
}

.flx_inner {
  width: 48%;
}

.flx_inner25 {
  width: 25%;
}

.flx_inner30 {
  width: 30%;
}

.flx_inner40 {
  width: 40%;
}

.flx_inner50 {
  width: 50%;
}

.flx_inner60 {
  width: 60%;
}

.flx_inner70 {
  width: 70%;
}

.grid_box {
  display: grid;
}

.grid_temp1 {
  grid-template-columns: 1fr 1fr;
}

.grid_temp2 {
  grid-template-columns: 1fr 2fr;
}

.r_reverse {
  flex-direction: row-reverse;
}

.jc_center {
  justify-content: center;
}

.jc_between {
  justify-content: space-between;
}

.ai_center {
  align-items: center;
}

.img_box {
  width: 50%;
  background: #e5f0f0;
  padding: 80px 20px;
  text-align: center;
}

.img_box figure {
  width: 360px;
  margin: 0 auto 20px;
}

.img_box figure img {
  width: 100%;
}

.txt_box {
  width: 50%;
  padding: 30px;
}

.main_ttl {
  font-size: 32px;
  text-align: center;
  padding: 60px 0;
}

.h_ttl {
  font-size: 32px;
  text-align: center;
  padding: 20px 0 50px;
}

.h_ttl span {
  color: #69a925;
}

.sub_ttl {
  font-size: 26px;
  font-weight: 600;
  padding: 20px 0;
}

.sub_ttl span {
  color: #69a925;
}

.user_wrap {
  padding: 30px;
}

.user_wrap dl dt {
  font-size: 18px;
  line-height: 1;
}

.user_wrap dl dd {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.125rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.tcenter {
  text-align: center;
}

img.h300 {
  height: 300px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_100 {
  margin-bottom: 100px;
}

.ph_50 {
  padding: 50px 0;
}

.ph_60 {
  padding: 60px 0;
}

.ph_80 {
  padding: 80px 0;
}

.ph_100 {
  padding: 100px 0;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.bg_white {
  background: #fff;
}

.bg_gray {
  background: #fafafa;
}

.bg_green {
  background: #f1f9e8;
}

.bg_polka {
  background-color: #fff;
  background-image: radial-gradient(#f1f9e8 2px, transparent 13%), radial-gradient(#f1f9e8 2px, transparent 13%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  background-repeat: repeat;
}

.shdw {
  box-shadow: 0 0 20px -10px #aaa;
}

.shdw2 {
  box-shadow: 0 10px 20px -10px #aaa;
}

.box_r {
  border-radius: 10px;
}

.marker_green {
  background: linear-gradient(transparent 70%, #b4d98d 0%);
  z-index: 0;
}

.tbl {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.tbl th,
.tbl td {
  padding: 10px;
  border: 1px solid #999;
  vertical-align: middle;
}

.tbl th {
  background: #7fa4b6;
  color: #fff;
}

.tbl th span {
  display: block;
  font-size: 12px;
}

.tbl td:first-child {
  background: #f4f7f8;
}

.arrow_txt {
  width: calc(100% - 80px);
  padding: 10px 0;
  margin: auto;
  text-align: center;
  background: #b4d98d;
  position: relative;
}

.arrow_txt::before,
.arrow_txt::after {
  content: "";
  display: inline-block;
  border: 40px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arrow_txt::before {
  left: -80px;
  border-right: 40px solid #b4d98d;
}

.arrow_txt::after {
  right: -80px;
  border-left: 40px solid #b4d98d;
}

.arrow_txt span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25rem;
}

.plan_list_box h3 {
  padding: 10px;
  background: #e5f0f0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.plan_list_box h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e5f0ed;
}

.plan_list_box ul {
  padding: 16px 16px 0;
  background: #fff;
}

.plan_list_box ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

.plan_list_box ul li:last-of-type {
  border: 0;
  margin: 0;
}

.plan_list_box ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b4d98d;
  transform: translateY(-50%);
  margin-right: 5px;
}

.plan_list_box > p {
  background: #7fa4b6;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.srv_list li {
  padding: 10px;
}

.srv_list_box {
  height: 100%;
  background: #fff;
}

.srv_list_ttl_box {
  padding: 15px 10px;
  text-align: center;
}

.srv_list_ttl_box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #376d6b;
  line-height: 1.4;
  margin-bottom: 10px;
}

.srv_list li figure {
  margin-top: auto;
}

.over_h {
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .img_box {
    width: 100%;
    padding: 50px 20px;
  }

  .img_box figure {
    width: 240px;
    margin: auto;
  }

  .txt_box {
    width: 100%;
    padding: 10px;
  }

  .mbox {
    padding: 20px;
  }

  .flx_inner {
    width: 100%;
  }

  .flx_inner25 {
    width: 100%;
  }

  .flx_inner30 {
    width: 100%;
  }

  .flx_inner40 {
    width: 100%;
  }

  .flx_inner50 {
    width: 100%;
  }

  .flx_inner60 {
    width: 61000%;
  }

  .flx_inner70 {
    width: 100%;
  }

  .h_ttl {
    font-size: 24px;
    padding: 20px 0;
  }

  .main_ttl {
    font-size: 22px;
    padding: 30px 0;
  }

  .sub_ttl {
    font-size: 20px;
  }

  .ph_50 {
    padding: 20px 0;
  }

  .mt_30 {
    margin-top: 10px;
  }

  .mb_30 {
    margin-bottom: 10px;
  }

  .mb_50 {
    margin-bottom: 20px;
  }

  .plan_list_box {
    margin-bottom: 20px;
  }

  .srv_list li {
    padding: 10px 0;
  }

  .arrow_txt {
    display: none;
  }
}

.bnrblog-item {
  display: flex;
  justify-content: center;
  gap: 5px;
  overflow: hidden;
}

.bnrblog-item.slick-initialized {
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .bnrblog-item.slick-initialized > .slick-arrow {
    width: 30px;
    height: 30px;
    display: block !important;
  }
  .bnrblog-item.slick-initialized > .slick-arrow:before {
    font-size: 30px;
  }
  .bnrblog-item.slick-initialized > .slick-arrow.slick-prev {
    left: 6px;
  }
  .bnrblog-item.slick-initialized > .slick-arrow.slick-next {
    right: 6px;
  }
}

.bnrblog-item .post {
  width: 31.5%;
  flex-shrink: 0;
}
