@charset "utf-8";
#page-title {
  margin: 0;
}
.inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 30px;
  }
}
.section01, .section02, .section05 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .section01, .section02, .section05 {
    margin-top: 50px;
  }
}
.section01 h2, .section02 h2 {
  font-size: 56px;
  color: #958244;
  line-height: 1;
  letter-spacing: .2em;
  border-bottom: 1px solid #958244;
  padding-bottom: 15px;
  margin-block: 15px 80px;
}
.section02 h2{
	border-bottom: none;
}
.section01 h2 span, .section02 h2 span {
  display: block;
  font-size: 28px;
  color: #000;
  letter-spacing: .08em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .section01 h2, .section02 h2 {
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .section01 h2 span, .section02 h2 span {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.5;
  }
}
.main-text {
  margin-block: 75px 60px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section01 .img img {
    width: 90%;
  }
  .main-text {
    margin-block: 30px 40px;
    line-height: 2;
    text-align: left;
  }
}
.obi {
  background: #00AA80;
  margin-bottom: 120px;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  .obi {
    margin-bottom: 60px;
    padding: 2em 3em;
  }
}
.merit-ttl{
	background-color: #958244;
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
.section02 h3 {
	font-size: 24px;
	color: #958244;
	padding-bottom: 10px;
	border: 1px solid #958244;
	/*padding-top: 10px;*/
	/*border-bottom: 1px solid #958244;
	border-top: 1px solid #958244;*/
	margin-bottom: 40px;
	/*background-color: #fbf5e4;*/
	background-image:url("../img/zeh/bg_merit.png");
	background-size: cover;
}
@media screen and (max-width: 768px) {
  .section02 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.section02 h4 {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: bold;
}
.merit-ttl-h4{
	background-color: #958244;
	padding: 10px;
	color: #fff;
}
@media screen and (max-width: 768px) {
  .section02 h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.section02 .lead {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  margin-bottom: 75px;
}
.section02 .lead p {
  font-size: 22px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section02 .lead {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
  .section02 .lead > div {
    width: 41%;
  }
  .section02 .lead p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section02 .temp {
  display: flex;
  margin-bottom: 70px;
  justify-content: center;
  gap: 70px;
}
.section02 .temp img {
  width: 40%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section02 .temp {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 40px;
  }
  .section02 .temp img {
    width: 90%;
    margin: auto;
  }
}
.heatshock p {
  margin-block: 40px 20px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .08em;
}
@media screen and (max-width: 768px) {
  .heatshock p {
    margin-block: 20px 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: start;
  }
}
.merit {
  margin-bottom: 80px;
}
.merit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*row-gap: 35px;*/
}
@media screen and (max-width: 768px) {
 .merit ul {
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2);
}
}
.merit li {
  width: 49%;
  /*border: 1px solid #0D4843*/
	/*background-color: #faf6e9;*/
	background: linear-gradient(45deg, #fdf3d4, #faf6e9, #fdf3d4);
	color: #0d4843;
	box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .merit li {
  	width: 50%;
	box-shadow:none;
}
}
.merit li:nth-child(2), .merit li:nth-child(3){
	color: #fff;
	/*background-color: #a0c878;*/
	background: linear-gradient(45deg, #90b36d, #a0c878, #90b36d);
}
.merit li:nth-child(1), .merit li:nth-child(2){
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .merit li:nth-child(1), .merit li:nth-child(2){
	margin-bottom: 0px;
}
}
@media screen and (max-width: 768px) {
  .merit li:nth-child(1), .merit li:nth-child(4){
	/*padding-top: 15px;*/
}
}
.merit li h5 {
  padding-block: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .merit li h5 {
  font-size: 14px;
}
}
.merit li p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .08em;
  padding: 15px 7px;
}
@media screen and (max-width: 768px) {
  .merit li p {
  font-size: 14px;
  font-weight: bold;
}
}
.merit .note {
  margin-top: 10px;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .merit {
    margin-bottom: 40px;
  }
  /*.merit ul {
    flex-direction: column;
    gap: 15px;
  }*/
  /*.merit li {
    width: 100%;
  }*/
  .merit li p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.pet {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  margin-bottom: 80px;
}
.pet div {
  width: 152px;
}
.pet p {
  font-size: 28px;
  letter-spacing: .04em;
}
@media screen and (max-width: 768px) {
  .pet {
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
  }
  .pet div {
    width: 40%;
  }
  .pet p {
    width: 47%;
    font-size: 16px;
    text-align: start;
    letter-spacing: 0;
  }
}
.bels {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bels div {
  width: 40%;
}
.bels-label {
  display: inline-block;
  width: 100%;
  padding: 5px;
	margin-bottom: 10px;
	color: #00AA80;
}
.bels p {
  width: 60%;
  font-size: 22px;
  line-height: 2;
}
.bels .bels-text{
	margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .bels {
    flex-direction: column;
    gap: 20px;
  }
  .bels div {
    width: 90%;
  }
  .bels p {
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
  }
	.bels .bels-text{
	margin-left: 0;
}
}
.col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .col2 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.col2 li:nth-child(2) {
  width: 55%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .col2 li:nth-child(2) {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
}
.col2 li:nth-child(1) {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .col2 li:nth-child(1) {
    width: 100%;
  }
}
.note {
  font-size: 10px;
}
.section04-bg {
  background-color: #eeeeee;
  margin-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section04-bg {
    background-color: #eeeeee;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.section04 {
  padding-top: 80px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section04 {
    padding-top: 40px;
    text-align: left;
  }
}
.lead01 {
  margin-top: 20px;
  text-align: center;
}
.section04 h2 {
  font-size: 30px;
  letter-spacing: .2em;
  line-height: 33px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section04 h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.facility-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .facility-list {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.facility-list li {
  width: 32%;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .facility-list li {
    width: 100%;
  }
}
.list-title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .list-title {
    text-align: center;
  }
}
.facility-list img {
  margin: 5px 0;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.section05 p {
  font-size: 24px;
}
.section05 p img {
  margin-top: 30px;
}
.large {
  font-size: 20px;
}
.bnr {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bnr {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*2024年10月29日　パンフ追加*/
.section04-bg {
  background-color: #e6f1f0;
  margin-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section04-bg {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.section04 .facility-list .list-title {
  background-color: #dee3ec;
  padding: 7px 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .section04 .facility-list .list-title {
    margin-bottom: 15px;
  }
}
.facility-list img {
  margin: 0;
  border-bottom: none;
  padding: 0;
}
.facility-list .list-text {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .facility-list .list-text {
    margin-bottom: 20px;
  }
}
.facility-list .note {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .facility-list .note {
    margin-top: 15px;
  }
}
.facility-item {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .facility-item {
    margin-bottom: 30px;
  }
}
.bath-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bath-wrapper .bath-right {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .bath-wrapper .bath-right {
    width: 100%;
  }
}
.bath-wrapper .bath-left {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .bath-wrapper .bath-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.subhead {
  font-size: 18px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .subhead {
    text-align: center;
  }
}
.col2-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col2-item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .col2-item {
    width: 100%;
  }
}
.shower {
  margin: 0 auto;
}
.col3-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col3-item {
  width: 31.5%;
}
@media screen and (max-width: 768px) {
  .col3-item {
    width: 100%;
  }
}
.col3-wrapper .col3-item img {
  margin-bottom: 15px;
}
.col3-wrapper .facility-item {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .col3-wrapper .facility-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .col3-wrapper .mb0-sp {
    margin-bottom: 0;
  }
}
.col3-wrapper .note {
  margin-top: 10px;
}
/*20250321*/
.facility-item .flex {
  display: flex;
  justify-content: space-between;
}
.facility-item .flex .left, .facility-item .flex .right {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
.facility-item .flex .left .img {
  width: 37.2%;
}
.facility-item .flex .left .txt-area {
  width: 57.4%;
}
.facility-item .flex .right > .img {
  width: 41.2%;
}
.facility-item .flex .right .txt-area {
  width: 53.4%;
}
.facility-item .list-text {
  font-size: .9375rem;
}
.facility-list .list-text:last-child {
  margin-bottom: 0;
}
.bathflex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.bathflex > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left .img {
  width: 36%;
}
.left .txt-area {
  width: 60%;
}
.right .img {
  width: 42%;
}
.right .txt-area {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .bathflex {
    flex-direction: column;
    gap: 40px;
  }
  .bathflex > div {
    flex-direction: column;
    gap: 20px;
  }
  .left .img {
    width: 45%;
  }
  .right .img {
    width: 50%;
  }
  .left .txt-area, .right .txt-area {
    width: 100%;
  }
}

.bels{
	margin-bottom: 5.35vw;
}
@media screen and (max-width: 768px) {
  .bels{
	margin-bottom: 6.5vw;
}
}

.arrow {
  position: relative;
  display: inline-block;
 /* width: 62px;
  height: 33px;*/
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: calc(50% - 2px);
  width: 1px;
  height: 12px;
  background-color: #0d4843;
  transform-origin: 50% calc(100% - 0.5px);
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
.arrow-white::before,.arrow-white::after{
	background-color: #fff;
}
.merit li:nth-child(1),.merit li:nth-child(4){
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.list-textarea{
	margin: 0 auto;
}
/*-------main visual---------*/
.relative {
    position: relative;
}
#mv{
  width: 100%;
  height: calc(100vh - 50px);
  overflow: hidden;
  background: url(../img/zeh/main.jpg);
  background-position: bottom left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #mv{
  background: url(../img/zeh/main-sp.jpg);	  
  background-position: center center;
  background-size: cover;
}
}
#mv .mv_img{
  object-fit: cover;
  object-position: center center;
}
#mv .mv_ttl{
  position: absolute;
  width: 41.33vw;
  top: 14.13vw;
}
#mv .mv_copy{
  position: absolute;
  width: 40.13vw;
  bottom: 10.13vw;
  right: 4.4vw;
}
@media screen and (min-width: 480px) {
#mv .mv_copy{
  width: 40.13vw;
}
}
@media screen and (min-width: 768px) {
  .img_note{
		font-size: 1.21vw;
  }

  #mv{
    height: calc(100vh - 105px);
    background: url(../img/zeh/main.jpg);
    background-position: top left;
    background-size: cover;
  }
  #mv .mv_ttl{
    width: 15.71vw;
    top: 6.85vw;
  }
  #mv .mv_copy{
    position: absolute;
    width: 51.78vw;
    bottom: 0;
    right: 3.92vw;
  }
}
@media screen and (min-width: 1400px) {
  .img_note{
		font-size: 17px;
  }

  #mv .mv_ttl{
    width: 220px;
    top: 96px;
  }
  #mv .mv_copy{
    width: 325px;
    right: 55px;
  }
}
@media screen and (max-height: 700px) and (min-width: 768px) {
  #mv .mv_copy {
    width: 40.78vh;
  }
}
@media screen and (min-height: 700px) and (min-width: 768px) {
  #mv .mv_copy {
    width: 25.78vh;
  }
}
@media screen and (max-width: 768px) and (min-width: 520px) {
  #mv{
    background-position: top center;
  }
}

/*--- 250730 ---*/
@media screen and (max-width: 768px) {
    .zeh_info {
        margin: 20px 0;
    }
}
.zeh_info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    margin: 0 0;
}
.PS_r {
    position: relative !important;
}
@media screen and (max-width: 896px) {
    .W_30, .W_35, .W_40, .W_45, .W_46, .W_47, .W_49, .W_50, .W_55, .W_60, .W_65, .W_70, .W_75, .W_80, .W_85, .W_90, .W_95, .W_100 {
        width: 100% !important;
    }
}
.W_100 {
    width: 100% !important;
}
.MB_20 {
    margin-bottom: 20px !important;
}
.page img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}
    .page p {
        font-size: 1.3rem;
    }
.page p {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
}
.CL_ff {
    color: #ffffff !important;
}
.TA_r {
    text-align: right !important;
}
.cap {
    position: relative;
    top: -15px;
    right: 0;
    font-size: 0.5rem !important;
    line-height: 1 !important;
    margin-bottom: -10px;
    padding: 0 5px;
    letter-spacing: 0 !important;
}
@media screen and (max-width: 768px) {
    .page h4 {
        font-size: 1.5rem;
    }
}
.page h4 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    display: inline-block;
}
.CL_green {
    color: #00AA80; !important;
}
@media screen and (min-width: 768px) {
    .section02 h4 {
    font-size: 13px;
}
}
.MB_20 {
    margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
    .page p {
        font-size: 1.3rem;
    }
}
.page p {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
}
.TA_l {
    text-align: left !important;
}
.zeh_point {
    width: 20%;
	margin-right: 20px;
	display: block;
	line-height: 0;
}
@media screen and (max-width: 768px) {
    .zeh_point {
    width: 17%;
}
}
@media screen and (min-width: 768px) {
    .zeh_point {
	margin-right: 7px;
}
}
.PS_r {
    position: relative !important;
}
@media screen and (max-width: 896px) {
    .W_98, .W_88, .W_78, .W_68, .W_64, .W_63, .W_58, .W_53, .W_48, .W_43, .W_38, .W_31 {
        width: 98% !important;
    }
}
.MB_30 {
    margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
.W_31 {
    width: 23% !important;
    margin: 0 1%;
}
}

.heatshock p{
	text-align: center;
}
@media screen and (max-width: 768px) {
.heatshock p{
	text-align: center;
}
}

.merit2-ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.margin20{
	margin-bottom: 20px;
	font-size: 18px;
}
.section02 h4{
	margin-bottom: 0!important;
}

/*--- 資料請求ボタン ---*/
#entry{
	padding-top: 9.33vw;
	border-top: 1px solid #c9caca;
	text-align: center;
	margin-bottom: 40px;
}
#entry .entry_txt{
	font-size: 3.2vw;
	font-weight: 500;
	color: #747374;
	margin-bottom: 2em;
}
#entry .entry_btn{
	display: block;
	width: 73.33vw;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	#entry{
		padding-top: 6.42vw;
	}
	#entry .entry_txt{
		font-size: 1.21vw;
		margin-bottom: 1.3em;
	}
	#entry .entry_btn{
		width: 42.85vw;
	}
}
@media screen and (min-width: 1400px) {
	#entry{
		padding-top: 90px;
	}
	#entry .entry_txt{
		font-size: 17px;
	}
	#entry .entry_btn{
		width: 600px;
	}
}