@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background: #fff;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-family: system-ui;*/
  font-family:
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  yu-gothic-pr6n,
  Meiryo,
  sans-serif;
}

p {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #707070;
}

/* higo add */
a:hover {
	opacity: 0.8;
}

.header__inner {
	padding: 0;
	height: 120px;
}

.header__contents {
	width: 100%;
}

@media screen and (max-width: 959px) {
  p {
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .inner {
    padding: 0 31px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .mt80 {
    margin-top: 0;
  }
}

.mt30 {
  margin-top: 30px;
}

.bg--green {
  background: #00D264;
  color: #fff;
/*  text-align: center;*/
  font-weight: bold;
}

.only-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .only-sp {
    display: block;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
	margin-top: 0;
}
@media screen and (max-width: 959px) {
  .header {
    display: none;
  }
}

.header__bar1 {
  height: 60px;
  background: #F7F7F7;
}

.header__bar1--contents {
  padding: 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__bar1--left p {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
}
.header__bar1--left span {
  font-size: 4.5rem;
  line-height: 1;
}

.header__bar1--right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__bar1--right-cta a{
  position: relative;
  padding-right: 10px;
  font-size: 1.8rem;
  padding: 5px 40px 5px 30px;
  display: inline-flex;
}

.header__bar1--right-cta a::after{
  content: "";
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent; /* higo */
  border-bottom: 6px solid transparent;
  border-left: 11px solid #fff;	
}

.header__bar1--right-area a{
  padding-right: 10px;
  font-size: 1.8rem;
  padding: 5px 40px 5px 40px;
  display: inline-flex;
}


.header__bar1--right div:nth-child(1) {
  background: #00D264;
  display: flex;
}

.header__bar1--right div:nth-child(2) {
  background: #FFB922;
  display: flex;
}

.header__bar1--right div:nth-child(3) {
  background: #00D264;/* higo */
  display: flex;
}

.header__bar1--right a:nth-child(3) {
  padding: 5px 25px;
  display: inline-flex;
}
.header__bar1--right div:not(:first-child) {
  margin-left: 15px;
}

/* 20250409 */
.header__bar1--right div:nth-child(3) {
  background: #00D264;/* higo */
  display: flex;
}
.header__bar1--right div:not(:first-child) {
  margin-left: 15px;
}
.header__bar1--right div{
  color: #fff;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.header__bar2 {
  height: 60px;
  background: #00D264;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.9; /* higo */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__bar2--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  width: 100%;
}

.header__logo-lp img {
  display: block;
  max-width: 100%;
  height: 35px;
}

.header__bar2-right {
  margin-left: auto;
}
.header__bar2-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bar2-right li {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  height: inherit;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.header__bar2--list {
  padding: 0 15px;
}

.header__bar2--list--last {
  padding: 0 0 0 15px;
}

.header__bar2--list.border {
  border-right: 2px solid #fff;
}

.header__sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .header__sp {
    display: block;
    height: 60px;
    background: #00D264;
    position: fixed;
    width: 100%;
    z-index: 100;
	opacity: 0.9; /* higo add */
  }
}

.header__inner--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
}

/*============================
#js-drawer-icon.header__open.drawer-icon
============================*/
.drawer-icon {
  width: 30px;
  height: 28px;
  position: relative;
  top: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 15px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 15px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.drawer-icon__bar {
  position: absolute;
  width: 25px;
  height: 3px;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 959px) {
  .drawer-icon__bar {
    right: 5px;
    top: 5px;
  }
}
.drawer-icon__bar:nth-of-type(2) {
  top: 15px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

/*============================
#js-drawer-content.drawer-content
============================*/
.drawer__inner {
  max-width: 210px;
  margin: 0 auto;
}

.drawer-content {
  display: none;
}
@media screen and (max-width: 959px) {
  .drawer-content {
    display: block;
    margin-top: 60px;
    width: 100%;
/*    height: calc(100vh - 60px);*/
    height: calc(92vh - 60px);
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    background: #00D264;
    z-index: 100;
    padding: 20px 30px 20px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-content__link {
  padding: 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  width: 100%;
  text-align: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.drawer-content__button {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.button__hamburger {
  background: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  color: #00D264;
  padding: 12px 33px;
  width: 100%;
  text-align: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
.button__hamburger:nth-child(2) {
  margin-top: 15px;
}

.button {
  background: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  color: #00D264;
  padding: 12px 33px;
  width: 100%;
  text-align: center;
}

.sns__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .sns__icons {
    margin-left: 0;
  }
}
.sns__icons a:not(:first-child) {
  margin-left: 20px;
}
.sns__icons img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sns__icons--drawer {
  margin-top: 45px;
}

.drawer-content__logo {
  margin-top: 30px;
}
.drawer-content__logo img {
  width: 145px;
  height: 165px;
}

.drawer-content__text {
  margin-top: 30px;
}
.drawer-content__text p {
/*  font-size: 1.8rem;*/
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.cta__button {
/*  position: absolute;*/
  position: fixed; /* higo */	
  right: 0;
/*  top: 50%;*/
  top: 55%; /* higo */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .cta__button {
    display: none;
  }
}

.cta__button--second {
/*  top: 39%;*/
  top: 55%; /* higo add */
}

.cta__button--document {
  width: auto;
  height: auto;
  cursor: pointer;
  background: #3895ff;/* #00D264 */
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
/*  font-size: 1.8rem;*/
  font-size: 2rem; /* higo add */
  letter-spacing: 0.3em;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.cta__button--document a{
  padding: 40px 5px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.cta__button--reservation {
  background: #FFB922;/**/
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2rem; /* higo add */
  letter-spacing: 0.3em;
}

.cta__button--reservation a{
  padding: 40px 5px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* 0317 higo add */
.cta__button--plan {
  background: #00D264;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2rem; /* higo add */
  letter-spacing: 0.3em;
}

.cta__button--plan a{
  padding: 40px 5px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
/* 0317 higo end */

.cta__button--sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .cta__button--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
}

/* 0317 higo add */
.cta__button--sp--document {
  background: rgba(56, 149, 255, 1);
  width: 33.333%;
  text-align: center;
}

.cta__button--sp--document a{
  display: inline-flex;
  padding: 15px 0;
  width: 100%;
  justify-content: center;

}
.cta__button--sp--document p {
  color: #fff;
/*  font-size: 1.8rem;*/
  font-size: 2rem; /* higo add */
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
  font-weight: bold;
}

.cta__button--sp--reservation {
  background: rgba(255, 185, 34, 1);
  width: 33.333%;
  text-align: center;
}

.cta__button--sp--reservation a{
  display: inline-flex;
  padding: 15px 0;
  width: 100%;
  justify-content: center;
}
.cta__button--sp--reservation p {
  color: #fff;
/*  font-size: 1.8rem;*/
  font-size: 2rem; /* higo add */
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
  font-weight: bold;
}

.cta__button--sp--plan {
  background: rgba(0, 210, 100, 1);
  width: 33.333%;
  text-align: center;
}
.cta__button--sp--plan a{
  display: inline-flex;
  padding: 15px 0;
  width: 100%;
  justify-content: center;

}
.cta__button--sp--plan p {
  color: #fff;
/*  font-size: 1.8rem;*/
  font-size: 2rem; /* higo add */
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
  font-weight: bold;
}
/* 0317 higo end */

/*============================
#js-pagetop.pagetop
============================*/
.pagetop {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 101;
  width: 90px;
  height: 90px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .pagetop {
    right: 20px;
    bottom: 100px;
    width: 60px;
    height: 60px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.mv {
  background: url(../img/lp-img/mv-sanae_new.jpg) no-repeat center center;
  background-size: cover;
/*  padding-top: 65.73%;
  margin-top: 120px;*/
  position: relative;
}

.mv {
	z-index: 1;
}

.mv_kawatana {
/*  background: url(../img/lp-img/mv_kawatana.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 65.73%;
  margin-top: 120px;*/
	position: relative;
	width: 100%;
	display: block;
}
.mv_kawatana img {
	width: 100%;
	height: 100vh;
	display: block;
	object-fit: cover;
}
.mv_kawatana-sp {
	display: none;
}
@media screen and (max-width: 959px) {
	.mv {
	/*    height: calc(60vh - 60px); 0317higo*/
		background-size: cover;
		margin-top: 60px;
	}
	.mv_kawatana {
		display: none;
	}
	.mv_kawatana-sp {
		display: block;
		background-size: cover;
		margin-top: 60px;
	}
	.mv_kawatana-sp img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
	}
}

main {
  background: #F7F7F7;
}

.l__main {
  margin: 120px auto 180px;
}
@media screen and (max-width: 959px) {
  .l__main {
    margin: 60px auto 60px;
  }
}

.top {
  padding-top: 130px;
}

@media screen and (max-width: 959px) {
  .top {
    padding-top: 60px;
  }
}

.top__contents img {
  width: 100%;
}
.top__contents img:nth-child(2) {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .top__contents img:nth-child(2) {
    margin-top: 60px;
    overflow-x: scroll;
  }
}

.top__contents--sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .top__contents--sp {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .js-scrollable {
    display: none;
  }
}

.machie {
/*  margin-top: 50px;*/
  margin-top: 60px;	/* higo add */
}

.section__title {
  font-weight: bold;
  line-height: 1;
}

.section__title--h2 {
  font-size: 7.8rem;
/*  font-weight: 600;*/
  text-align: center;
  color: #707070;
  font-family: dnp-shuei-mgothic-std, sans-serif; /* higo add */	
}
@media screen and (max-width: 959px) {
  .section__title--h2 {
    font-size: 5.2rem;
  }
}

.section__title--h2--left {
  text-align: left;
}

.section__title--p {
 /* font-size: 1.3rem;*/
  font-size: 1.6rem; /* higo add */
  text-align: center;
  line-height: 2;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

/* higo add */
.section__title--p2 {
/*  font-size: 2.5rem;*/
  font-size: 2rem;
  text-align: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif; /* higo add */*/
}
@media screen and (max-width: 959px) {
  .section__title--p {
/*    font-size: 1.2rem;*/ /* higo */
    font-size: 1.5rem;
  }
 .section__title--p2 {
	font-size: 1.5rem;
	text-align: center;
  }
}

.section__title--sub {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10px;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
@media screen and (max-width: 959px) {
  .section__title--sub {
/*    font-size: 0.9rem;*/ /* higo */
    font-size: 1.4rem;
  }
}

.section__title--cc {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 12px;
  font-weight: 600;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
@media screen and (max-width: 959px) {
  .section__title--cc {
    font-size: 1.5rem;
  }
}

.machie__contents {
/*  margin-top: 22px;*/
  margin-top: 60px; /* higo add */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .machie__contents {
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.machie__left {
/*  width: 100%;*/
  width: 485px;
/*  padding-top: 80px;*/
  padding-top: 50px; /* higo add */	
}

/* higo add */
.machie__left--acb {
	padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .machie__left {
    width: 100%;
    padding-top: 0;
  }
}

.secion__title--ccb {
  margin-top: 30px;
  font-size: 3.4rem;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
@media screen and (max-width: 959px) {
  .secion__title--ccb {
    font-size: 2.2rem;
    margin-top: 25px;
  }
}

.machie__left--p {
/*  margin-top: 50px;*/
  margin-top: 40px;
  font-size: 1.6rem;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
  line-height: 1.8; /* higo add */
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .machie__left--p {
    font-size: 1.5rem;
    margin-top: 33px;
/*	font-family: system-ui;*/
	text-align: justify;
  }
}

.machie__left--img {
/*  margin-top: 60px;*/
  margin-top: 40px;
  height: 550px;
}
@media screen and (max-width: 959px) {
  .machie__left--img {
    margin-top: 50px;
    height: auto;
  }
}
.machie__left--img img {
  height: 100%;
  width: 100%;
}

.machie__right {
/*  width: 100%;*/
  width: 590px;
}
@media screen and (max-width: 959px) {
  .machie__right {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.machie__right--img {
  height: 1020px;
}

.machie__right--img img {
/*  height: 100%;*/
  height: 100%;
}
@media screen and (max-width: 959px) {
  .machie__right--img {
    height: auto;
  }
/* higo add */	
	.machie__right--img img {
	  height: auto;
	}
}


.machie__right--p {
  margin-top: 30px;
/*  font-size: 1.6rem;*/
  font-size: 1.4rem;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
}

.machie__houses {
  margin-top: 190px;
}
@media screen and (max-width: 959px) {
  .machie__right--p {
	font-family: system-ui;
	font-weight: normal;
	font-size: 1.2rem;
  }
  .machie__houses {
    margin-top: 50px;
  }
}

/* 0317 higo add */
.cta__bottom {
  padding: 190px 0 180px;
}
@media screen and (max-width: 959px) {
  .cta__bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.cta__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;	
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
}

.cta__buttons-box {
	width: 300px;
}
@media screen and (max-width: 959px) {
  .cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* 0317 add */
.button-container {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 10px;
}

.button-box {
	flex: 1;
	max-width: 300px;
}
.button-box p {
	margin-bottom: 10px;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
}

.button--b {
	position: relative;
	display: block;
	width: 100%;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.button--b a{
  width: 100%;
  display: inline-flex;
  padding: 18px 0;
  justify-content: center;
}

.button--b::after {
    content: "";
    position: absolute;
    right: 6%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #fff;
}

@media screen and (max-width: 959px) {
	.button-container {
		display: block;
		width: 80%;
		margin: 10px auto;
	}

	.button-box {
		flex: 1;
		max-width: 330px;
	}
	.button-box p {
		margin-bottom: 5px;
		font-size: 1.5rem;
		text-align: center;
		font-weight: 600;
	}

	.button--b {
		position: relative;
		display: block;
		width: 100%;
		font-size: 2rem;
		color: #fff;
		text-align: center;
		text-decoration: none;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
	}

	.button--b a{
		padding: 5px 0;
	}

	.button--b::after {
		content: "";
		position: absolute;
		right: 6%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 11px solid #fff;
	}

}


.button--b.button--blue {
  background: #3895ff;
  width: 300px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .button--b.button--blue {
    width: 100%;
    height: 100%;
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 0;	  
  }
}
.button--b.button--blue p {
  color: #fff;
  font-size: 2rem;
/*  font-weight: bold;*/ /* higo */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
@media screen and (max-width: 959px) {
	.button--b.button--blue p {
		font-weight: bold;
	}
}/* higo add */


.button--b.button--green {
  background: #00D264;
  width: 300px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
/*  margin-left: 15px;*/
}
@media screen and (max-width: 959px) {
  .button--b.button--green {
    width: 100%;
    height: 100%;
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 0;	  
  }
}
.button--b.button--green p {
  color: #fff;
  font-size: 2rem;
/*  font-weight: bold;*/ /* higo */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
@media screen and (max-width: 959px) {
	.button--b.button--green p {
		font-weight: bold;
	}
}/* higo add */

.button--b.button__orange {
  background: #FFB922;
/*  margin-left: 15px;*/
  width: 300px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .button--b.button__orange {
    margin-left: 0;
    margin-top: 0;
	margin-bottom: 25px;
    width: 100%;
    height: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 0;	  
  }
}
.button--b.button__orange p {
  color: #fff;
  font-size: 2rem;
/*  font-weight: bold;*/ /* higo */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
@media screen and (max-width: 959px) {
	.button--b.button__orange p {
		font-weight: bold;
	}
}/* higo add */
/* 0317 higo end */

.cta__bottom--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;
}
@media screen and (max-width: 959px) {
  .cta__bottom--text {
    margin-top: 60px;
  }
}

.cta {
  background: #F7F7F7;
}

/* 0321 */
.cta__02 {
  background: #fff;
}

#cta__1 {
  background: url(../img/lp-img/cta1.png) no-repeat center center;
}

#cta__2 {
  background: url(../img/lp-img/cta2.png) no-repeat center center;
}

#cta__3 {
  background: url(../img/lp-img/cta3.png) no-repeat center center;
}

#cta__second{
  background: url(../img/lp-img/cta__secound.png) no-repeat center center;
  margin-top: 140px;
  height: 550px; /* higo add */
}
@media screen and (max-width: 959px) {
	#cta__second{
	  background: url(../img/lp-img/cta__secound-sp.png) no-repeat center center;
	  margin-top: 0px; /* higo add */
	  height: 220px; /* higo add */
	}
}

#cta__second_kawatana {
  background: url(../img/lp-img/cta__secound__kawatana.png) no-repeat center center;
  margin-top: 140px;
  height: 550px; /* higo add */
}
@media screen and (max-width: 959px) {
	#cta__second_kawatana {
	  background: url(../img/lp-img/cta__secound__kawatana-sp.png) no-repeat center center;
	  margin-top: 0px; /* higo add */
	  height: 220px; /* higo add */
	  background-size: cover;
	}
}
#cta__second_hanataka {
  background: url(../img/lp-img/cta__secound__hanataka.png) no-repeat center center;
  margin-top: 140px;
  height: 550px; /* higo add */
}
@media screen and (max-width: 959px) {
	#cta__second_hanataka {
	  background: url(../img/lp-img/cta__secound__hanataka-sp.png) no-repeat center center;
	  margin-top: 0px; /* higo add */
	  height: 220px; /* higo add */
	  background-size: cover;
	}
}
#cta__second_takanashi {
  background: url(../img/lp-img/cta__secound__takanashi.jpg) no-repeat center center;
  margin-top: 140px;
  height: 550px; /* higo add */
}
@media screen and (max-width: 959px) {
	#cta__second_tanakanshi {
	  background: url(../img/lp-img/cta__secound__takanashi-sp.jpg) no-repeat center center;
	  margin-top: 0px; /* higo add */
	  height: 220px; /* higo add */
	  background-size: cover;
	}
}

.cta__bottom--p {
  text-align: center;
}
.cta__bottom--p p {
  font-size: 1.6rem;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
.cta__bottom--p strong {
  line-height: 1.8; /* higo add */
  font-size: 3rem;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.footer {
	background: #00D264;
	padding: 40px 0 15px;
	margin-top: 0;
}
@media screen and (max-width: 959px) {
  .footer {
    display: none;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer__logo img {
  width: 145px;
  height: 165px;
}

.footer__left--text {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.footer__left--text p {
  color: #fff;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.footer__right {
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .footer__right {
    margin-left: 0;
  }
}

.footer__right--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
}
@media screen and (max-width: 959px) {
  .footer__right--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.footer__nav li {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.footer__nav ul li:not(:last-child)::after {
    content: "";
    margin-left: 0;
}

.footer__right--middle {
  margin-top: 35px;
}

.footer__right--middle--text p {
  font-size: 1.5rem;
  color: #fff;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.footer__right--middle--text li {
  font-size: 1.3rem;
  color: #fff;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
}

.footer__right--bottom {
  margin-top: 40px;
}

.footer__right--bottom--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .footer__right--bottom--buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.button__footer {
  background: #fff;
  width: 210px;
  height: 40px;
}
.button__footer:nth-child(2) {
  margin-left: 15px;
}
.button__footer p {
  color: #00D264;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.copy {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  padding-top: 45px;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.footer__sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .footer__sp {
    display: block;
    background: #00D264;
    padding: 40px 0;
  }
}

.footer__logo--sp {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo--sp img {
  width: 145px;
  height: 165px;
}

.footer__text--sp {
  margin-top: 40px;
}
.footer__text--sp p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
.footer__text--sp ul {
  line-height: 1.5;
}
.footer__text--sp li {
  color: #fff;
  font-size: 1.3rem;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
}

.footer__nav--sp ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: fit-content;
/*	column-gap: 2em;
	grid-template-columns: repeat(2, auto);*/
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
.footer__nav--sp li {
  color: #fff;
  font-size: 1.6rem;
}
.footer__nav--sp a {
  font-weight: 600;
}
/* 20250405 */
.footer__nav--sp_s ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: grid;
	width: fit-content;
	column-gap: 2em;
	grid-template-columns: repeat(2, auto);
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
.footer__nav--sp_s li {
  color: #fff;
  font-size: 1.6rem;
}
.footer__nav--sp_s a {
  font-weight: 600;
}

.footer__list {
  padding: 0 13px;
}

.footer__list.border {
  border-right: 2px solid #fff;
}

@media screen and (max-width: 959px) {
  .sns__icons--sp {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns__icons--sp a:not(:first-child) {
    margin-left: 20px;
  }
  .sns__icons--sp img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.footer__top--sp {
  margin-top: 40px;
}

.footer__text2--sp {
  margin-top: 30px;
}
.footer__text2--sp p {
  text-align: center;
  /*font-size: 1.8rem;*/
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.footer__buttons--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.button__fotter--sp {
  padding: 11px 30px;
  background: #fff;
  width: 260px;
}
.button__fotter--sp:nth-child(2) {
  margin-top: 20px;
}
.button__fotter--sp p {
  color: #00D264;
  text-align: center;
  /*font-size: 1.8rem;*/
  font-size: 1.5rem;
  font-weight: 600;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.sample-table--img{
  margin-top: 50px;
}

@media screen and (max-width: 959px) {
  .sample-table--img{
    display: none;
  }
}

.sample-table2{
  display: none;
}

@media screen and (max-width: 959px) {
  .sample-table2{
    display: block;
    margin-top: 30px;
  }
}

@media screen and (max-width: 959px) {
  .sample-table {
    display: block;
    margin-top: 30px;
  }
}

table {
  border-collapse: collapse;
  width: 700px;
  margin: 0 auto;
}

.plan {
  margin-top: 100px;
  background: #F7F7F7;
  padding: 80px 0 114px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .plan {
    margin-top: 60px;
    padding: 50px 0 45px;
  }
}

.plan__text {
  margin-top: 89px;
}
@media screen and (max-width: 959px) {
  .plan__text {
    margin-top: 26px;
  }
}

.plan__h3 {
  font-size: 3.4rem;
  line-height: 1.5;
  color: #707070;
  font-family: dnp-shuei-mgothic-std, sans-serif; /* higo add */
}
@media screen and (max-width: 959px) {
  .plan__h3 {
    font-size: 2rem;
    font-family: dnp-shuei-mgothic-std, sans-serif; /* higo add */
  }
}

.plan__p {
  width: 81%;
  margin-top: 37px;
  font-size: 1.6rem;
  line-height: 1.9;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
}
@media screen and (max-width: 959px) {
  .plan__p {
    margin-top: 18px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.plan__detail--h3{
  background: #F7F7F7;
  color: #707070;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 5px 20px;
/*  border-bottom: 1px solid #707070;*/
  border-bottom: 2px solid #707070; /* higo add */
  line-height: 1;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.plan__detail iframe {
	width: 1100px;
	height: 650px;
}

@media screen and (max-width: 959px){
  .plan__detail--h3{
    font-size: 1.8rem;
  }

.plan__detail iframe {
	width: 100%;
	height: 450px;
}
	
}

.plan__detail--h3 span{
  font-size: 6.2rem;
  line-height: 1;
  color: #707070;
  vertical-align: -3px;
  font-weight: bold;
}

@media screen and (max-width: 959px){
  .plan__detail--h3 span{
    font-size: 3.8rem;
  }
}

.detail {
  background: #FFFFFF;
  padding: 110px 0 135px;
}
@media screen and (max-width: 959px) {
  .detail {
/*    padding: 50px 0 20px;*/
    padding: 80px 0 20px; /* higo */
  }
}

.price__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .price__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price__img {
  width: 49%;
}
@media screen and (max-width: 959px) {
  .price__img img {
    width: 100%;
    max-height: 222px;
  }
}
@media screen and (max-width: 959px) {
  .price__img {
    width: 100%;
    max-height: 222px;
  }
}

.price__list {
  width: calc(51% - 30px);
  margin-left: 60px;
}
@media screen and (max-width: 959px) {
  .price__list {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.price__list--h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #707070;
  font-weight: bold;
/*  font-family: "dnp-shuei-mgothic-std", sans-serif;*/
}
@media screen and (max-width: 959px) {
  .price__list--h4 {
    font-size: 1.6rem;
  }
}

/* 0317 price__table add stard */
.price__table {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  border-top: 1.5px solid #707070;
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .price__table {
    margin-top: 20px;
	font-size: 1.2rem;
    border-top: 1px solid #707070;
  }
}

.price__table th,
.price__table td {
  height: 30px;
  vertical-align: middle;
  line-height: 1.5;
  padding: 18px 10px;
  text-align: center;
}
@media screen and (max-width: 959px) {
	.price__table th,
	.price__table td {
	  height: 30px;
	  vertical-align: middle;
	  line-height: 1.5;
	  padding: 10px 0;
	  text-align: center;
	}
}

.price__table th {
	width: 70%;
	border-bottom: 1.5px solid #707070;
	border-left: 1.5px solid #707070;
	border-right: 1.5px solid #707070;
}

.price__table td {
	width: 80%;
	border-bottom:  1.5px solid #707070;
	border-right: 1.5px solid #707070;
}
@media screen and (max-width: 959px) {
	.price__table th {
		width: 70%;
		border-bottom: 1px solid #707070;
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
	}

	.price__table td {
		width: 80%;
		border-bottom: 1px solid #707070;
		border-right: 1px solid #707070;
	}
}
/* 0317 price__table add end */

.floor__img img:not(:last-child) {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .floor__img {
    margin-top: 30px;
    height: 400px;
  }
}

.price__details {
  margin-top: 22px;
  padding-bottom: 20px;
/*  border-bottom: 1.5px solid #707070;*/
  border-bottom: 2px solid #707070; /* higo add */
}
@media screen and (max-width: 959px) {
  .price__detail {
    margin-top: 35px;
    padding-bottom: 13px;
  }
}

.price__detail{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 959px){
  .price__detail{
   
  }
}

.plan__detail--contents{
  margin-top: 150px;
}

@media screen and (max-width: 959px) {
  .plan__detail--contents {
    margin-top: 60px;
  }
}

.plan__detail--content:not(:first-child){
/*  margin-top: 120px;*/
  margin-top: 140px; /* higo add */
}

@media screen and (max-width: 959px){
  .plan__detail--content:not(:first-child){
/*    margin-top: 60px;*/
    margin-top: 80px;
  }
}

.price__detail--points--items{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 959px){
  .price__detail--points--items{
  }
  
}

.price__detail--scales{
  margin-left: auto;
  padding-left: 40px;
  border-left: 1px solid #707070;
}

@media screen and (max-width: 959px){
  .price__detail--scales{
    padding-left: 5px;
  }
}

.price__detail--scale{
 font-size: 2rem;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
}

@media screen and (max-width: 959px){
  .price__detail--scale{
/*    font-size: 1rem;*/
    font-size: 1.1rem; /* higo */
  }
}

.price__detail--price {
  font-size: 3.6rem;
/*  font-weight: bold;*/
  line-height: 1;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;*/
 font-family: "noto-sans", sans-serif;/* higo add */
 font-weight: 600;
 font-style: normal;
}
@media screen and (max-width: 959px) {
  .price__detail--price {
    font-size: 2rem;
	  /*font-size: 3.2rem;*/
  }
}

.price__detail--price span {
/*  font-size: 8rem;*/
  font-size: 7rem;
  color: #1A8154;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;*/
 font-family: "noto-sans", sans-serif;/* higo add */
 font-weight: 600;
 font-style: normal;	
}
@media screen and (max-width: 959px) {
  .price__detail--price span {
/*    font-size: 7.5rem;*/
    font-size: 5.5rem;
  }
}

.price__detail--price2{
  font-size: 2rem;
/*  font-weight: bold;*/
  vertical-align: baseline;
  margin-left: auto;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;*/
 font-family: "noto-sans", sans-serif;/* higo add */
 font-weight: 600;
 font-style: normal;
}

@media screen and (max-width: 959px){
  .price__detail--price2{
    margin-top: 25px;
	  text-align: right;
/*    font-size: 1.2rem;
    margin-left: 0;*/
  }
}

.price__detail--price2 strong{
/*  font-size: 4rem;*/
  font-size: 7rem;
  color: #1A8154;
/*  font-weight: bold;*/
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;*/
 font-family: "noto-sans", sans-serif;/* higo add */
 font-weight: 600;
 font-style: normal;
}

/* higo add */
.price__note {
	text-align: right;
	font-size: 1.5rem;
}

@media screen and (max-width: 959px){
  .price__detail--price2 strong{
/*    font-size: 2.1rem;*/
	font-size: 5rem;	  
	line-height: 1;
	text-align: right;
  }
/* higo add */
	.price__note {
		text-align: right;
		font-size: 1.2rem;
		margin-top: 10px;
	}
}

.price__detail--price2 span{
  vertical-align: 5px;
/*  font-weight: bold;*/
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;*/
 font-family: "noto-sans", sans-serif;/* higo add */
 font-weight: 600;
 font-style: normal;
}

.price__detail--points {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
}
@media screen and (max-width: 959px) {
	.price__detail--price2 span{
		vertical-align: 10px;
		font-size: 1.8rem;
		font-family: "noto-sans", sans-serif;/* higo add */
		font-weight: 600;
		font-style: normal;
	}
  .price__detail--points {
    margin-top: 0;
    flex-direction: column;
    align-items: start;
  }
}

.price__detail--floor {
  color: #1A8154;
  font-size: 4rem;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;*/
 font-family: "noto-sans", sans-serif;/* higo add */
 font-weight: 600;
 font-style: normal;
}
@media screen and (max-width: 959px) {
  .price__detail--floor {
    font-size: 2rem;
  }
}

.price__detail--floor span{
  font-size: 8rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .price__detail--floor span{
    font-size: 3.5rem;
  }
}

.plan__detail--img{
  margin-top: 100px;
}

/* 03/13 Higo */
.plan__detail--img img {
	max-width: 80%;	
	margin: 0 auto;
}

@media screen and (max-width: 959px){
  .plan__detail--img{
    margin-top: 50px;
  }
	/* 03/13 Higo */
	.plan__detail--img img {
		max-width: 100%;	
		margin: 0 auto;
	}	
}

/* 0328 higo add */
.plan__detailbox {
	margin-top: 100px;
	max-width: 90%;
	margin: 100px auto 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.plan__detailbox_s {
	margin-top: 100px;
	max-width: 100%;
	margin: 100px auto 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

@media screen and (max-width: 959px){
	.plan__detailbox {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	.plan__detailbox_s {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	.plan__detailbox img {
		margin-top: 30px;
	}
	.plan__detailbox_s img {
		margin-top: 30px;
	}	
}

.price__detail--point {
/*  margin-right: 10px;*/
  margin-right: 20px; /* higo add */
}
@media screen and (max-width: 959px) {
  .price__detail--point {
    margin-left: 0;
  }
}
.price__detail--point span {
  background: #FFD25B;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .price__detail--point span {
    font-size: 1.2rem;
    padding: 6px 12px;
  }
}

.price__check {
  margin-top: 39px;
}
@media screen and (max-width: 959px) {
  .price__check {
    margin-top: 18px;
  }
}

.price__check--h4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #707070;
}
@media screen and (max-width: 959px) {
  .price__check--h4 {
    font-size: 1.5rem;
  }
}

.price__check--lists {
  margin-top: 12px;
  padding: 33px 49px;
  border: 1px solid #707070;
}
@media screen and (max-width: 959px) {
  .price__check--lists {
    margin-top: 0;
    padding: 4px 13px;
  }
}
.price__check--lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1A8154;
  font-size: 2.2rem;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
  padding: 10px 0;
}
@media screen and (max-width: 959px) {
  .price__check--lists li {
    font-size: 1.2rem;
  }
}
.price__check--lists li:not(:last-child) {
  border-bottom: 1px solid #707070;
}
.price__check--lists li img {
  width: 18px;
  height: 18px;
  margin-right: 13px;
}
@media screen and (max-width: 959px) {
  .price__check--lists li img {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}

.overview {
  margin-top: 83px;
}
@media screen and (max-width: 959px) {
  .overview {
    margin-top: 40px;
	padding: 0px;
  }
}

.overview__h3 {
/*  font-size: 3.8rem;*/
  font-size: 3.0rem;
  color: #707070;
/*  font-family: "dnp-shuei-mgothic-std", sans-serif;*/
  text-align: center;
  font-weight: bold;
  padding-top: 57px; /* higo add */
}
@media screen and (max-width: 959px) {
  .overview__h3 {
    font-size: 2rem;
	padding-top: 0; /* higo add */
  }
}

.overview__table {
  margin-top: 18px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

/* higo add */
.overview__table tr {
	border-top: 1px solid #00d264;
}
@media screen and (max-width: 959px) {
  .overview__table {
/*    margin-top: 4px;*/
    margin-top: 15px; /* higo */
  }
}
.overview__table th,
.overview__table td {
  height: 60px;
  vertical-align: middle;
/*  font-size: 2rem;*/
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .overview__table th,
  .overview__table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 4px 0;
    height: 100%;
  }
}
.overview__table th {
  width: 19%;
  border-bottom: 1.5px solid #fff;
  text-align: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
@media screen and (max-width: 959px) {
  .overview__table th {
    width: 100%;
    border-bottom: none;
    font-size: 1.5rem;
	font-weight: bold;
  }
}
.overview__table td {
  width: 81%;
/*  padding: 19px 25px;*/
  padding: 19px 0 19px 25px; /* higo add */
  border-top: 1.5px solid #707070;
  color: #707070;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
}
@media screen and (max-width: 959px) {
  .overview__table td {
    border-top: none;
/*    font-size: 1.3rem;*/
    font-size: 1.5rem; /* higo */
    width: 100%;
    padding: 13px 0;
  }
}
.overview__table td:last-child {
  border-bottom: 1.5px solid #707070;
}
@media screen and (max-width: 959px) {
  .overview__table td:last-child {
    border-bottom: none;
  }
}

.mv__performance {
  background: url(../img/lp-img/mv-performance.png) no-repeat center center;
  background-size: cover;
  height: calc(100vh - 120px);
  padding-top: 0;
}
@media screen and (max-width: 959px) {
	.mv__performance {
	  background: url(../img/lp-img/mv-performance.png) no-repeat center center;
	  background-size: cover;
	  height: calc(70vh - 120px); /* higo */
	}
}
.message {
  padding: 120px 0 130px;
  background: #F7F7F7;
}
@media screen and (max-width: 959px) {
  .message {
    padding: 50px 0;
  }
}

.message__h4 {
  font-size: 3.4rem;
  color: #707070;
  line-height: 1.5;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 959px) {
  .message__h4 {
    font-size: 2rem;
  }
}

.message__text {
  margin-top: 48px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 959px) {
  .message__text {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

.number {
  padding: 120px 0 120px;
}
@media screen and (max-width: 959px) {
  .number {
    padding: 50px 0;
  }
}

.number__h4 {
/*  font-size: 3.2rem;*/
  font-size: 2.8rem; /* higo */	
  font-family: "dnp-shuei-mgothic-std", sans-serif;
/*  font-weight: bold;*/ /* higo */
  background: #00D264;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .number__h4 {
    font-size: 2rem;
  }
}
.number__h4::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00D264;
}
@media screen and (max-width: 959px) {
  .number__h4::after {
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00D264;
  }
}

.number__contents--imges {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 959px) {
  .number__contents--imges {
/*    grid-template-columns: 1fr;*/
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
	gap: 15px;
  }
}

.number__contents--img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.content__cta {
  padding: 150px 0;
  background: url(../img/lp-img/mv-performance.png) no-repeat center center;
  background-size: cover;
}

/* higo add */
.content__cta--second {
  padding: 20px 0;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .content__cta {
    padding: 60px 0;
  }
	.content__cta--second {
	  padding: 10px 0;
	  background-size: cover;
	}
}

.content__cta--h4 {
  text-align: center;
  font-size: 5.4rem;
  font-weight: bold;
/*  font-family: "dnp-shuei-mgothic-std", sans-serif;*/
  color: #fff;
}

/* 0327 higo add */
.content__cta--h4_02 {
  text-align: center;
  font-size: 5.4rem;
  font-weight: bold;
/*  font-family: "dnp-shuei-mgothic-std", sans-serif;*/
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .content__cta--h4 {
    /*font-size: 3rem;*/
  font-size: 2.5rem;
  }
/* 0327 higo add */
  .content__cta--h4_02 {
  font-size: 2.5rem;
  }
}

.content__cta--text {
  text-align: center;
/*  font-size: 2.4rem;*/
  font-size: 2rem;/* higo */
  color: #fff;
/*  font-weight: bold;
  font-family: yu-gothic-pr6n, sans-serif;*//* higo */
}
@media screen and (max-width: 959px) {
  .content__cta--text {
/*    font-size: 2rem;*/
	  font-size: 1.5rem;
  }
}

.performance {
  padding: 160px 0;
}
@media screen and (max-width: 959px) {
  .performance {
/*    padding: 50px 0;*/ /* 0322 */
    padding: 50px 0 0 0;
  }
}

.performance__content:not(:first-child) {
  margin-top: 140px;
}
@media screen and (max-width: 959px) {
  .performance__content:not(:first-child) {
    margin-top: 60px;
  }
}

.performance__content--h3 { /* 0317higo */
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  color: #707070;
  line-height: 1;
  padding: 12px 0 12px 20px;
  border: 1px solid #00D264;
/*  padding-bottom: 10px;
  border-bottom: 1.5px solid #707070;*/
  vertical-align: baseline;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

.performance__content--h3:before {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	content: "";
	border-right: 50px solid #CCF6E0;
}
@media screen and (max-width: 959px) {
  .performance__content--h3 {
    font-size: 1.6rem;
	padding: 12px 0 12px 12px;
  }
	.performance__content--h3:before {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		content: "";
		border-right: 40px solid #CCF6E0;
	}	
}
.performance__content--h3 span {/* 0317higo */
/*  font-size: 5.6rem;
  line-height: 1;*/
	font-weight: bold;
}

.performance__content--h3--44 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #707070;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #707070;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}
@media screen and (max-width: 959px) {
  .performance__content--h3--44 {
    font-size: 2rem;
	line-height: 1.25; /* higo add */
  }
}
.performance__content--h3--44 span {
  font-size: 4.4rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .performance__content--h3--44 span {
    font-size: 2.7rem;
  }
}

.performance__content--text {
  margin-top: 30px;
  font-size: 2rem;
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";*/
  text-align: justify;
}

.performance__content--text_s {
	font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .performance__content--text {
    font-size: 1.5rem;
    text-align: justify;
  }
	.performance__content--text_s {
		font-size: 1.25rem;
		text-align: justify;
	}
}

.performance__content--images {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .performance__content--images {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.performance__content--image--single{
  margin-top: 50px;
}

.performance__content--image--single_sp {
	display: none;
}

@media screen and (max-width: 959px){
  .performance__content--image--single{
    display: none;
  }
  .performance__content--image--single_sp {
    margin-top: 30px;
	  display: block;
  }
}

.performance__content--image--single img{
  margin: 0 auto;
}

/*----

 Higo add 2025/03/07

----*/
/* 0321 */
.contact__back {
	background-color: #f7f7f7;
	padding-top: 240px;
}
@media screen and (max-width: 959px) {
.contact__back {
	padding-top: 120px;
}
}
.mv__contact {
  margin-top: 240px;
  position: relative;
}
.mv__contact__02 {
/*  margin-top: 240px;*/
  position: relative;
}
.ppg-ttl {
	font-style: normal;
	font-size: 4rem;
	text-align: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
}

@media screen and (max-width: 959px) {
	.mv__contact {
		margin-top: 140px;
	}
	.ppg-ttl {
		font-style: normal;
		font-size: 2rem;
		text-align: center;
/*  font-family: dnp-shuei-mgothic-std, sans-serif;*/ /* higo add */
	}
}

.post_body {
    margin-top: 100px;
}

.post_body p {
    font-size: 1.5rem;
    line-height: 1.5;
	text-align: center;
}

.note-box {
    width: 100%;
    border: #ddd solid 1px;
    padding: 25px 25px 15px 25px;
    margin: 20px 0 80px 0;
    justify-content: center;
}

.note-title {
    font-size: 1.5rem;
	font-weight: bold;
    margin-bottom: 10px;
}

.note-box li {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
	.post_body {
		margin-top: 60px;
	}

	.post_body p {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.note-box {
		width: 100%;
		border: #ddd solid 1px;
		padding: 25px 25px 15px 25px;
		margin: 20px 0 80px 0;
		justify-content: center;
	}

	.note-title {
		font-size: 1.5rem;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.note-box li {
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 8px;
	}
}

/*********************************
 フォームテーブルカスタマイズ
*********************************/
/******フォームテーブルカスタマイズ******/
table.form_table {
	border-collapse: separate;
	border-spacing: 0px 20px;
	width: 100%;
	margin: 0 0 0px;
	border: none;
}
@media screen and (max-width:767px) {
	table.form_table {
		border: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-spacing: 0px 10px;
	}
}
table.form_table tr {
	border: none;
}
@media screen and (max-width:767px) {
	table.form_table tr {
		border: none;
	}
}
table.form_table th {
	background: #fff;
	vertical-align: top;
	text-align: center;
	width: 20%;
	color: #000;
	overflow: visible;
	font-size: 13px;
	line-height: 34px;
	padding: 5px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	border: 1px solid #000;
	border-right: none;
}
table.form_table th p {
	font-size: 13px;
	line-height: 34px;
	padding: 0;
	margin: 0;
}
table.form_table tbody th span {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
	font-weight: 400;
}

.required {
/*	color: #E65226;*/
}
@media screen and (max-width:767px) {
	table.form_table tbody th {
		font-size: 11px;
		width: 100%;
		display: block;
		line-height: 20px;
		text-align: left;
		border-right: 1px solid #000;
		border-bottom: none;
	}
	table.form_table th p {
		font-size: 11px;
		line-height: 20px;
	}
	table.form_table tbody th span {
		font-size: 1.25rem;
	}
}
table.form_table td {
	background: #fff;
	width: 80%;
	font-size: 13px;
	line-height: 34px;
	padding: 5px;
	color: #000;
	border: 1px solid #000;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	text-align: left;
}
table.form_table td p {
	font-size: 13px;
	line-height: 34px;
	padding: 0;
	margin: 0;
}
table.form_table td i,
table.form_table td span {
	line-height: 34px;
	font-size: 13px;
}
table.form_table td i {
	font-style: normal;
	display: inline-block;
	width: 90px;
	height: 34px;
}
table.form_table td span.number_txt {
	font-style: normal;
	display: inline-block;
	width: 35px;
	height: 34px;
}
table.form_table td span.form_ttl {
	display: inline-block;
	height: 34px;
	width: calc(100% - 90px);
}
@media screen and (max-width:767px) {
	table.form_table td {
		font-size: 11px;
		width: 100%;
		display: block;
	}
	table.form_table td p {
		font-size: 11px;
	}
	table.form_table td i,
	table.form_table td span {
		font-size: 11px;
	}
	table.form_table td i {
		width: 75px;
	}
	table.form_table td span.number_txt {
		width: 30px;
	}
	table.form_table td span.form_ttl {
		width: calc(100% - 75px);
	}
}
table.form_table td.col-2-left,
table.form_table td.col-2-right {
	width: 40%;
}
table.form_table td.col-2-right {
	border-left: none !important;
}
@media screen and (max-width:767px) {
	table.form_table td.col-2-left,
	table.form_table td.col-2-right {
		width: 100%;
	}
	table.form_table td.col-2-right {
		border-left: 1px solid #000 !important;
		border-top: none !important;
	}
}
table.form_table td.col-2-left span.wpcf7-form-control-wrap,
table.form_table td.col-2-right span.wpcf7-form-control-wrap {
	display: inline-block;
	height: 34px;
	width: calc(100% - 35px);
}
@media screen and (max-width:767px) {
	table.form_table td.col-2-left span.wpcf7-form-control-wrap,
	table.form_table td.col-2-right span.wpcf7-form-control-wrap {
		width: calc(100% - 30px);
	}
}
/*フォーム下部ポリシーリンク箇所*/
.form_area p.accept_desc {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px 0 0;
	text-align: center;
}
@media screen and (max-width:767px) {
	.form_area p.accept_desc {
		font-size: 10px;
		line-height: 1.5;
		padding: 10px 0 0;
		text-align: left;
	}
}
.form_area p.accept_desc a.strong {
	font-weight: bold;
	text-decoration: underline;
}
.form_area p.accept_desc a.strong:hover {
	text-decoration: none;
}
.form_area .acceptance {
	display: block;
	width: 100%;
/*	background: #fff;*/ /* 0321 higo */
	margin: 20px 0 40px;
	padding: 0px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width:991px) {
	.form_area .acceptance {
		margin: 10px 0 20px;
		font-size: 13px;
	}
}
.required-center {
    font-size: 0.8125rem;
    color: #E65226;
    text-align: center;
}
/* ==================================================
	CF7カスタマイズ
================================================== */
/* Contactform */
/*
.wpcf7 { background: #fafafa; border: 1px solid #ddd; font-size: 14px; margin: 0 0 2.5em !important; padding: 0; width: 100%;
.wpcf7 form { margin: 1.5em 1.5em 0; }
*/

/* ↓ higo correction 2023/11/15 */
.wpcf7 { font-size: 14px; }

.wpcf7 form { margin: 0; }

.wpcf7 p { margin-bottom: 1em; font-size: 16px; }

.wpcf7 input, .wpcf7 textarea { border: 1px solid #ededed; box-sizing: border-box; line-height: 1.2; padding: 8px; width: 100%; }

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { border: 1px solid #ededed; padding: 8px; width: auto; margin-top: 0; }

.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size: 1.25rem; line-height: 1.2; }

.wpcf7 .wpcf7-list-item { display: block; margin: 0; }

.wpcf7 textarea { height: 300px; }

.wpcf7 input:focus, .wpcf7 textarea:focus { border: 1px solid #bbb; outline: none; }

.wpcf7 .wpcf7-submit { box-sizing: border-box; position: relative; display: block; width: 225px; height: 48px; margin: 30px auto 0; background-color: #00D264; cursor: pointer; border: none !important; color: #fff; text-align: center; text-decoration: none; font-size: 14px; line-height: 1.5; outline: none; transition: all .3s; }

.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { box-sizing: border-box; }

.wpcf7 .wpcf7-submit:hover { background-color: #666666; }

.wpcf7 .wpcf7-submit .wpcf7-not-valid { background: pink; }

.wpcf7 .wpcf7-submit .wpcf7-response-output { margin: 10px 0 0; padding: 8px 35px 8px 14px; border-radius: 4px; }

.wpcf7 .wpcf7-submit .wpcf7-validation-errors { color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7; }

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1; }

.c-required {
	color: #e65226;
}

/* 2025/03/13 Higo add */
.surroundings-ttl {
	font-size: 2.4rem;
	margin-top: 120px;
}
.surroundings--imgbox {
	margin-top: 120px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;	
}

.surroundings--img p {
	font-size: 1.2rem;
	margin-top: 5px;
}

@media screen and (max-width: 959px){
	.surroundings--imgbox {
		margin-top: 120px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;	
	}

	.surroundings--img p {
		font-size: 1.3rem;
		margin-top: 5px;
	}
}

.return_button {
	margin: 1rem auto 0 auto;
	background-color: #00D264;
	max-width: 200px;
	padding: 10px 20px;
}
.book_now_button {
	padding: 10px 0;
}
.bottomBarPanel {
/*	margin: 1rem auto 0 auto;
	background-color: #00D264;
	max-width: 200px;*/
}

#booking-package button {
	color: #fff;
}

/* 0318 */
.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}

a[href*="tel:"]{
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  a[href*="tel:"]{
    text-decoration: none;
    pointer-events: auto;
  }
}

/* 20250321 higo add 資料請求 */
.catalog-box {
	background-color: #fff;
	max-width: 1100px;
	margin: 100px auto 0 auto;
}
.catalog-contents {
	padding: 80px 120px;
}
.catalog-contents h2 {
	font-size: 3.8rem;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}
.catalog-contents h3 {
	font-size: 2rem;
	text-align: center;
}
.catalog-text__01 {
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 20px;
}
.catalog-text__02 {
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
	margin-top: 30px;
}	
.catalog-contents img {
	width: 100%;
}
.catalog-point_box {
	max-width: 440px;
	margin: 40px auto;
}
.catalog-point_box h4 {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background-color: #00D264;
	line-height: 2;
}
.catalog-dtb {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.catalog-list {
	list-style-type: none;
	width: 440px;
	text-align: left;
	margin-top: 10px;
}
.catalog-list li {
	font-size: 1.6rem;
	line-height: 1.6;
}
@media screen and (max-width: 959px){
	.catalog-box {
		background-color: #fff;
		width: 100%;
		margin: 40px auto 0 auto;
	}
	.catalog-contents {
		padding: 30px;
	}
	.catalog-contents h3 {
		font-size: 1.4rem;
		text-align: center;
	}
	.catalog-contents h2 {
		font-size: 2.5rem;
		text-align: center;
		margin-top: 5px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.catalog-text__01 {
		font-size: 1.3rem;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 20px;
	}
	.catalog-point_box {
		max-width: 100%;
		margin: 30px auto;
	}
	.catalog-point_box h4 {
		font-size: 1.5rem;
	}
	.catalog-list {
		width: 100%;
	}
	.catalog-list li {
		font-size: 1.3rem;
	}
	.catalog-text__02 {
		font-size: 1.2rem;
		line-height: 2;
		text-align: center;
		margin-top: 30px;
	}	
	.catalog-dtb {
		display: block;
	}	
}
/* 20250403 */
.catalog-topimage {
	margin-top: 40px;
	margin-bottom: 80px;
}	
@media screen and (max-width: 959px){
	.catalog-topimage {
		margin-top: 40px;
		margin-bottom: 40px;
	}	
}

/* 0322 資料請求ページバナー追加 higo add */
.banner__document_box {
	margin: 120px auto 0 auto;
	max-width: 1100px;
	width: 100%;
}
.banner__document_dbox {
	margin: 120px auto 0 auto;
	max-width: 1100px;
	width: 100%;
}

.banner__document_dbox_s {
	margin: 120px auto;
	max-width: 1100px;
	width: 100%;
}

.banner__document_pc {
	display: block;
}

.banner__document_sp {
	display: none;
}

@media screen and (max-width: 959px){
	.banner__document_box {
		margin: 90px auto;
		width: 100%;
	}	
	.banner__document_dbox {
		margin: 90px auto;
		width: 80%;
	}	
	.banner__document_dbox_s {
		margin: 90px auto;
		width: 80%;
	}	
	.banner__document_pc {
		display: none;
	}
	.banner__document_sp {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}

/* 20250327 Higo add */
.popup-overlay-bg {
  background: rgb(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}
.popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  min-width: 280px;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  -webkit-animation: fadein .5s;
  -moz-animation: fadein .5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein .5s;
  animation: fadein .5s
}
.popup-close {
  position: absolute;
  top: -55px;
  right: -10px;
  width: 29px;
  height: 29px;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999999;
}
.popup-close:after, .popup-close:before {
  width: 14px;
  height: 2px;
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  background: #667075
}
.popup-close:before {
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg)
}
.popup-close:after {
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg)
}
.popup-close {
  width: 23px;
  height: 23px
}
.popup-close:after, .popup-close:before {
  width: 11px;
  height: 2px;
  left: 6px;
  top: 10px
}
.popup-inner img {
  max-width: 100%;
  max-height: 594px;
  opacity: 1!important;
}
#popup {
  display: none;
}
/* アニメーション */
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}	

@media screen and (max-width: 959px) {
	.popup-close {
	  position: absolute;
	  top: -10px;
	  right: -10px;
	  width: 29px;
	  height: 29px;
	  display: flex;
	  border: 1px solid #fff;
	  align-items: center;
	  justify-content: center;
	  background: #fff;
	  cursor: pointer;
	  border-radius: 50%;
	  z-index: 999999;
	}	
	.popup-close:after, .popup-close:before {
	  width: 11px;
	  height: 2px;
	  left: 8px;
	  top: 12px
	}
}

.plan-caption_p {
	font-size: 1.5rem;
	color: #707070;
	text-align: center;
	margin-top: 20px;
}

/* 問い合わせフォーム */
.cf__h2 {
  text-align: center;
　font-size: 4rem;
}
@media screen and (max-width: 1279px) {
  .cf__h2 {
    margin-top: 70px;
  }
}

.cf {
  max-width: 1100px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cf__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}
.cf__list:not(:first-child) {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.cf__ttl p {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cf__body {
  margin-top: 10px;
}

.wpcf7 input {
  background: #fff;
  border: 1px solid #ccc;
  width: auto;
  padding: 10px;
  border-radius: 8px;
}

.wpcf7-list-item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.wpcf7-list-item label {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-list-item select {
  padding: 10px;
}
.wpcf7-list-item input[type=radio] {
  margin: 0 10px 0 0;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-list-item.first {
/*	margin-left: 0;*/
	width: auto;
}

.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  padding: 8px;
  width: auto;
}

.cf__submit {
  margin: auto;
  width: 250px;
}
.cf__submit input[type=submit] {
  background: #01D264;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  width: 250px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .cf__submit input[type=submit] {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}

.required_contact {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #B22F1C;
  margin-left: 5px;
  padding: 2px 4px;
  border-radius: 5px;
  line-height: 1;
}

.light__box {
  position: fixed;
  width: 600px;
  height: 90%;
  inset: 0;
  margin: auto;
  overflow: auto;
  padding: 50px;
  background: #fff;
}

.acceptance {
	text-align: center;
	margin: 0 auto;
}

.cf__privacy {
 	font-family: dnp-shuei-mgothic-std, sans-serif;
	text-align: center;
	margin-top: 20px;
}

.cf__privacy a {
	text-decoration: underline;
}