@charset "UTF-8";
/*--------------------
common
 --------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@100;200;300;600;700&display=swap');


/* @media */
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 767px) {  
}


span.txt-space_1{
  display: inline-block;
  width: 20px;
}

.txt-b{
 font-weight: bold;
}

/* ------------------------------------------
color
------------------------------------------ */

:root {
  --bs-wt: #fff;
  --bs-bk: #000;
  --bs-ochre: #a18045;
  --bs-ochre-2:rgba(168,128,69,0.3);
  --bk-ochre: #ecd1a1;
  --bs-gray: #999;
  --bs-red: rgba(170, 5, 5, 0.733);
  --bk-orange:rgba(255, 165, 0, 0.3);
}

/*--------------------
h1
 --------------------*/
#subpage .mv_txt h1 {
  font-size: 45px;
  line-height: 1.15;
}
 .font-big{
  font-size: 53px;
}
@media screen and (max-width: 767px) {
  #subpage .mv_txt h1 {
  line-height: 3.5rem;
  }
}
/*--------------------
open
 --------------------*/
.open{
  margin: 100px 0 100px;
  /* 202607 add */
  background:url("../img/img_haluhalu_14.png") no-repeat left center; 
  background-size:contain;
  /* 202607 add end */
}
@media screen and (max-width: 767px) {
  .open{
  margin: 50px 0 100px;
  background:url("../img/img_haluhalu_14-2.png") no-repeat left -30px / 50%; 
  }
}
/* 20260623 add */
.open_wrap{
  background-color: rgba(255, 255, 255, 0.7);
  padding: 55px 25px 30px 25px;
  border-radius: 10px;
  position: relative;
  /* 202607 change */
  margin: 0 0 20px 250px;
  width: 700px;
  /* 202607 change end */
}
@media screen and (max-width: 767px) {
  .open_wrap{
  padding: 55px 25px 30px 25px;
  margin: 0 0 20px 0px;
  width: 100%;
  }
}
.open_wrap-2{
  margin: 0 auto 20px;
  padding: 20px 10px;
}
.open_wrap-3{
  margin: 0 auto 20px;
  padding: 20px 10px;
  padding: 10px; 
  text-align: center;
}
.open_wrap-3 p.open_txt{
  font-weight: normal; 
  padding: 20px 5px; 
  font-size: 1.2rem;
  line-height: 1.5rem;
}


/* 20260623 add end */
.open_h3{
  font-weight: bold;
  font-size: 4.5rem;
  text-align: center;
  color: var(--bs-red);
  text-shadow: 2px 2px 10px var(--bs-gray);
  margin: 0 0 30px 0;
}
.open_h3_s{
  color: var(--bs-ochre);
  font-size: 2rem;
  display: block;
  margin: 0 0 30px 0;
  text-shadow: none;
  /* 202607 add */
  padding: 10px 0 0 130px;
  /* 202607 add end */
}
.open_txt{
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  /* 202607 change */
  /* line-height: 3rem; */
  line-height: 2.5rem;
  /* 202607 change end */
}
.open_date{
  font-weight: bold;
  font-size: 2.5rem;
  color: var(--bs-ochre);
  display: inline-block;
  margin: 10px 0 0 0;
}
.red_circle{
  position: absolute;
  bottom:35px;
  right: 35px;
  height: 170px;
  width: 170px;
  background-color: var(--bs-red);
  color: var(--bs-wt);
  text-align: center;
  padding: 40px 0 0 0;
  font-weight: bold;
  font-size: 2.1rem;
  border-radius: 50%;
  transform: rotate(15deg);
  line-height: 2.8rem;
}
.red_circle-txt{
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.8));
}
/* 202607 change */
.red_circle_2{
  position: absolute;
  /* top:30px;
  right: 30px;
  height: 170px;
  width: 230px; */
  top:-5px;
  right: -5px;
  height: 130px;
  width: 200px;
  background-color: rgba(220, 150, 0, 0.9);
  color: var(--bs-wt);
  text-align: center;
  /* padding: 45px 0 0 0; */
  padding: 30px 0 0 0;
  font-weight: bold;
  font-size: 1.7rem;
  font-size: 1.4rem;
  border-radius: 50%;
  transform: rotate(10deg);
  /* line-height: 2.1rem; */
  line-height: 1.8rem;
}
.red_circle_2-txt{
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.8));
}
/* 202607 change end */
 @media screen and (max-width: 767px) {
  #menu .open_w{
    width: 100%;
    padding: 0 15px;
  }
  .open{
  padding: 50px 15px 15px 15px;
  }
  .open_h3{
  font-size: 2.5rem;
  text-align: left;
  margin: 0 0 10px 0;
  line-height: 3rem;
  }
  .open_h3_s{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 0px 0;
  padding: 0 10px 20px 0px;
  text-align: right;

  }
  .open_txt{
  font-size: 1.2em;
  text-align: left;
  line-height: 2rem;
  }
  span.txt-space{
    display: inline-block;
    width: 20px;
  }
  .open_date{
  font-weight: bold;
  font-size: 2.5rem;
  color: var(--bs-ochre);
  display: inline-block;
  margin: 10px 0 0 0;
  }
  .red_circle{
  position: absolute;
  top: -45px;
  right: -70px;
  transform: scale(0.5) rotate(15deg);
  line-height: 2.3rem;
  width: 250px;
  height: 180px;
  font-size: 1.8rem;
  padding: 45px 0 0 0;
  }
}

/*--------------------
menu_nav　調整
 --------------------*/
 @media screen and (max-width: 767px) {
  #menu .menu_nav nav.menu_nav_haluhalu a{
   font-size: 1.3rem;
  }
}

/*--------------------
当グループの特徴
 --------------------*/
#special .top_menu_wrap {
  display: block;
  margin: 0 auto 100px;
  padding: 0 20px;
}
.special-txt_1{
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
/* .special-cont_item{
  position: relative;
} */
.special-txt_red{
  color: var(--bs-ochre);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--bs-wt);
  padding: 5px 10px;
  border-radius: 20px;
  margin: 10px auto 0 ;
  width: 70%;
}
.special-cont_item-2{
  position: relative;
  /* 202607 change */
  /* background: url(../img/img_bk-arrow_2.png) no-repeat center center/contain;
  height: 350px;
  margin: 100px 0 20px; */
  background: url(../img/img_bk-arrow_3.png) no-repeat center center/contain;
  height: 330px;
  margin: 100px 0 0px;
  /* 202607 change end */
}
.special-txt_circle{
  background-color: var(--bs-ochre);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  color: var(--bs-wt);
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 50px 0 0;
  line-height: 1.5;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
.circle-1{
  position: absolute;
  top: -80px;
  left: 41%;
  font-size: 1.8rem; 
  line-height: 2rem;
}
/* 202607 change */
.circle-2{
  position: absolute;
  /* bottom: 10px;
  left: 22%; */
  bottom: 80px;
  left: 5%;
  font-size: 1.8rem; 
  line-height: 2.2rem; 
  padding-top: 40px;
}
.circle-3{
  position: absolute;
  /* bottom: 10px;
  right: 22%; */
  bottom: 80px;
  right: 5%;
  font-size: 1.8rem; 
  line-height: 2rem; 
  padding-top: 60px;
}
/* 202607 change end */

 @media screen and (max-width: 767px) {
  #special .top_menu_wrap {
  /* display: block;
  margin: 0 auto 100px; */
  padding: 0 0px;
  }
  .special-txt_1{
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  }
  .special-txt_red{
  /* color: var(--bs-ochre);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--bs-wt);
  padding: 5px 10px;
  border-radius: 20px;
  margin: 10px auto 0 ; */
  width: 100%;
  }
  .special-cont_item-2{
  position: relative;
  height: 350px;
  background: url(../img/img_bk-arrow_2.png) no-repeat center center/contain;
  margin: 50px 0 20px;
  }
  .special-txt_circle{
  /* background-color: var(--bs-ochre);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  color: var(--bs-wt);
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 50px 0 0;
  line-height: 1.5;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3)); */
  transform: scale(0.7);
  }
  .circle-1{
  position: absolute;
  top: -50px;
  left: 25%;
  }
  .circle-2{
  position: absolute;
  bottom: 10px;
  left: -15%;
  }
  .circle-3{
  position: absolute;
  bottom: 10px;
  right: -15%;
  }
   
}
/* 202606 add 「連携」の位置調整 */
/* 202607 change */
p.renkei-1{
  position:absolute; 
  width: 100px; 
  /* top:90px; 
  left: 30%;  */
  top:50px; 
  left: 28%; 
  font-size: 1.5rem; 
  font-weight: bold;
}

p.renkei-2{
  position:absolute; 
  width: 100px; 
  /* top:90px; 
  right: 26%; */
  top:50px; 
  right: 22%;
  font-size: 1.5rem; 
  font-weight: bold;
}

p.renkei-3{
  position:absolute; 
  width: 100px; 
  /* bottom:20px;  */
  bottom:150px;
  left: 47%;
  font-size: 1.5rem; 
  font-weight: bold;
}
/* 202607 change end */
@media screen and (max-width: 767px) {
  p.renkei-1{
  /* position:absolute; 
  width: 100px;  */
  top:110px; 
  left: 5%; 
  font-size: 1.2rem; 
  }

  p.renkei-2{
  top:110px; 
  right: -12%;
  font-size: 1.2rem; 
  }

  p.renkei-3{
  bottom:50px; 
  left: 44%;
  font-size: 1.2rem; 
  }
}

/* photoArea-1 */
.pohoto_cont{
  display: flex;
  justify-content: space-between; 
  width: 100%; 
  /* 202607 change */
  /* height: 150px;
  margin: 50px 0 10px;  */
  height: 600px; 
  flex-wrap: wrap;
  margin: 0px 0 10px;
  /* 202607 change end */
}
.pohoto_cont li{
  /* 202607 change */
  /* width: calc((100% - 10px)/6);
  height: 150px;
  opacity: 0.6;  */
  width: calc(100%/3); 
  height: 200px; 
  opacity: 0.8;
  /* 202607 change end */
  
}
.pohoto_cont li:first-child{
 background: url(../img/img_haluhalu_15.jpg) no-repeat 5px center/cover;
}
.pohoto_cont li:nth-child(2){
 background: url(../img/img_haluhalu_16.jpg) no-repeat center center/cover;
}
.pohoto_cont li:nth-child(3){
 background: url(../img/img_haluhalu_17.jpg) no-repeat top center/cover;
}
.pohoto_cont li:nth-child(4){
 background: url(../img/img_haluhalu_18.jpg) no-repeat center center/cover;
}
.pohoto_cont li:nth-child(5){
 background: url(../img/img_haluhalu_19.jpg) no-repeat center center/cover;
}
.pohoto_cont li:nth-child(6){
 background: url(../img/img_haluhalu_20.jpg) no-repeat center center/cover;
}
.pohoto_cont li:nth-child(7){
 background: url(../img/img_haluhalu_21.jpg) no-repeat center center/cover;
}
.pohoto_cont li:nth-child(8){
 background: url(../img/img_haluhalu_22.jpg) no-repeat center center/cover;
}
.pohoto_cont li:nth-child(9){
 background: url(../img/img_haluhalu_23.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .pohoto_cont{
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap;
  width: 100%; 
  height: 300px; 
  margin: 50px 0 10px;
  /* border: 1px solid red; */
 }
 .pohoto_cont li{
  width: calc(100%/3); 
  height: 120px; 
  /* background-color: #999; */
  opacity: 0.8;
  margin: 0 0 0px;
 }
}

/* 202607 add --------------- */
/* photoArea-2 */
.pohoto_cont-2{
  display: flex;
  justify-content: space-between; 
  width: 100%; 
  height: 600px; 
  flex-wrap: wrap;
  margin: 0px 0 10px;
  gap: 10px;
}
.pohoto_cont-2 li{
  width: calc((100% - 10px)/2);
  height: 300px;
  opacity: 0.8;
}
.pohoto_cont-2 li:first-child{
 background: url(../img/img_haluhalu_24.jpg) no-repeat center center/cover;
}
.pohoto_cont-2 li:nth-child(2){
 background: url(../img/img_haluhalu_25.jpg) no-repeat center center/cover;
}
.pohoto_cont-2 li:nth-child(3){
 background: url(../img/img_haluhalu_26.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .pohoto_cont-2{
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap;
  width: 100%; 
  height: auto; 
  margin: 50px 0 50px;
  gap: 5px;
 }
 .pohoto_cont-2 li{
  width: calc((100% - 10px) / 3); 
  height: 135px; 
  opacity: 0.8;
  margin: 0 0 0px;
 }
 .pohoto_cont-2 li:nth-child(4){
   width: 100%;
 }
}
/* photoArea-3 */
.pohoto_cont-3{
  display: flex;
  justify-content: space-between; 
  width: 100%; 
  height: 300px; 
  flex-wrap: wrap;
  margin: 0px 0 10px;
  gap: 10px;
}
.pohoto_cont-3 li{
  width: calc((100% - 10px)/2);
  height: 145px; 
  opacity: 1;
}
.pohoto_cont-3 li.pohoto_cont-3_wide{
  width: 100%;
}
.pohoto_cont-3 li:first-child{
 background: url(../img/img_haluhalu_27.jpg) no-repeat center center/cover;
}
.pohoto_cont-3 li:nth-child(2){
 background: url(../img/img_haluhalu_28.jpg) no-repeat center center/cover;
}
.pohoto_cont-3 li:nth-child(3){
 background: url(../img/img_haluhalu_29.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .pohoto_cont-3{
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap;
  width: 100%; 
  height: auto; 
  margin: 0px 0 10px;
  gap: 5px;
 }
 .pohoto_cont-3 li,
 .pohoto_cont-3 li.pohoto_cont-3_wide{
  width: calc((100% - 10px) / 3); 
  height: 135px; 
  opacity: 1;
  margin: 0 0 10px;
 }
}
/* 202607 add end --------------- */

/* 建物背景画像 */
.grouphome_bk{
  /* 202607 change */
  /* background: url(../img/img_haluhalu_09-2.png) no-repeat 5% 65%/35%; */
  background: url(../img/img_cat-2.png) no-repeat 49% 670px / 10%;
  /* 202607 change */
}
@media screen and (max-width: 767px) {
  .grouphome_bk{
  /* background: url(../img/img_haluhalu_09-2.png) no-repeat 5% 30%/35%; */
   background: none;
  }
}
/* 202606 add end */



/*--------------------
料金表
 --------------------*/
 .price-list-cont{
  display: flex;
  gap: 5px;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  /* border: 1px solid peru; */
 }
.price-list-cont_item{
  /* border: 1px solid blue; */
  width: 45%;
  margin: 0 0 35px;
} 
.price-list-cont_item p.price-list-ttl{
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 5px;
}
.price-list-cont_item p.price-list-ttl_2{
  border-bottom: 1px solid #666;
  margin-bottom: 15px;
}
.price-list-cont_item dl{
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  /* border: 1px solid red; */
}
.price-list-cont_item dl dt{
  padding: 0 0 0 20px;
}
.price-list-cont_item dl dd{
  /* border: 1px solid greenyellow; */
  text-align: right;
  font-size: 1.1rem;
  width: 60%;
  padding: 0 20px 0 0 ;
}
.price-total{
  border-top: 1px solid var(--bs-gray);
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
p.price-txt{
  /* padding: 70px 0 0 0px; */
  line-height: 1.5rem;
  margin: 0 0 100px;
  text-align: justify;
  width: 90%; 
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  /* .price-list-cont{
  display: flex;
  gap: 5px;
  width: 90%;
  margin: 0 auto;
  } */
  .price-list-cont_item{
  width: 100%;
  margin: 0 0 35px;
  } 
  .price-list-cont_item dl{
  display: block;
  }
  .price-list-cont_item dl dt{
  padding: 0 0 0 0px;
  }
  .price-list-cont_item dl dd{
  /* text-align: right;
  font-size: 1.1rem; */
  width: 100%;
  /* padding: 0 20px 0 0 ; */
  }
  .price-total{
  border-top: 1px solid var(--bs-gray);
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 10px 0 0;
  }
  p.price-txt{
  padding: 20px 0 0px 0px;
  line-height: 1.5rem;
  }
}


/*--------------------
ご入居の対象者様
--------------------*/
#persons .top_menu_wrap {
  display: block;
  /* margin: 0 auto 100px; */
  margin: 0 auto 0px;
  padding: 0 20px;
}
.persons-cont_item-2{
  display: flex;
  padding: 20px 0 0 0;
  /* 202607 add */
  height: 250px;
  /* 202607 add end */
}
.persons-cont_item-2 .img_logo{
  text-align: center; 
  padding: 30px 0 0 0;
}
.persons-cont_item-2 .img_logo img{
  width: 100px;
}
.persons-cont_item-2 div{
  width: 50%;
}

.persons_txt-1{
  font-weight: bold;
  font-size: 1.3rem; 
  margin-bottom: 25px; 
  text-align: center;
  background-color: var(--bk-orange);
  padding: 10px;
}
.persons_txt-2{
  padding: 5px 0;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3rem;
}
.persons_txt-3{
  font-size: 1.2rem;
}
.persons_txt-4{
  margin-bottom: 50px;
  text-align: center;
}
.persons_txt-5{
  font-weight: bold;
  font-size: 1.2rem; 
  text-align: center;
  background-color: var(--bk-orange);
  padding: 10px 10px 5px;
  width: 75%;
  margin: 0 0 5px;
}
.persons_txt-6{
  font-weight: bold;
  font-size: 1.6rem; 
  margin: 5px 0 0px;
  line-height: 1.5;
}
.persons_txt-3 a,
.persons_txt-6 a{
  color: var(--bs-bk);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .persons_txt-5{
  width: 100%;
  }

  #persons .top_menu_wrap {
  /* display: block;
  margin: 0 auto 100px; */
  padding: 0 0px;
  }
  .persons-cont_item-2{
  display: block;
  padding: 20px 0 0 0;
  }
  .persons-cont_item-2 .img_logo{
  padding: 10px 0 50px 0;
  }
  .persons-cont_item-2 .img_logo img{
  width: 100px;
  }
  .persons-cont_item-2 div{
  width: 100%;
  }

  .persons_txt-1{
  font-weight: bold;
  }
  .persons_txt-2{
  padding: 5px 0;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3rem;
  }
  .persons_txt-3{
  font-size: 1.2rem;
  }
}


/*--------------------
Map
 --------------------*/
.d_center-2 dt{
width: 15%;
}
.d_center-2 dd{
 /* margin-left: 10px; */
 width: 80%;
}

.gmap iframe{
  border:0;
}
 @media screen and (max-width: 767px) {
   
  /* map */
 .gmap iframe{
  width: 80vw;
 }
}

/* スマートフォン、タブレットのみtel設定 */
@media (min-width: 768px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}



/*--------------------
img_cat
 --------------------*/
.img_cat_01{
  /* background: url(../img/img_cat.png) no-repeat right bottom/contain; */
  background: url(../img/img_cat.png) no-repeat right bottom/10%;
}
@media screen and (max-width: 767px) {
  .img_cat_01{
  background: url(../img/img_cat.png) no-repeat right bottom/20%;
  /* background: url(../img/img_cat.png) no-repeat right bottom/10%; */
  }
}

.img_cat_02{
  background: url(../img/img_cat.png) no-repeat 95% bottom/15%;
  text-align: center; 
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .img_cat_02{
  background: url(../img/img_cat.png) no-repeat right bottom/20%;
  }
}

.img_cat_03{
  background: url(../img/img_cat-3.png) no-repeat 0px 110%/20%;
  text-align: center; 
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .img_cat_03{
  background: url(../img/img_cat.png) no-repeat right bottom/20%;
  }
}

/* 202607 add style.cssの上書き --------------- */
#menu .menu_wrap {
  width: 945px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 767px) {
  #menu .menu_wrap {
  width: 100%;
  }

  #menu .menu_nav nav li {
    width: 150px;
    text-align: center;
    padding: 5px 0;
    margin: 35px auto;
    border-top: 3px solid var(--bs-bk); 
    border-bottom: 3px solid var(--bs-bk); 
    display: block;
  }

  /* #menu .top_menu_wrap {
    height: 1080px;
  } */

  /* #special .top_menu_wrap {
    height: 1080px;
  } */

  #menu .menu_wrap-hight {
    height: 1080px;
  }

  /* #menu .price-list-cont{
    height: 650px;
  }

  #menu .persons-cont {
    height: 925px;
  } */
}

/* 202607 add end --------------- */
/* 20260807 add style.cssの上書き --------------- */
#menu .mv_image {
  background:url("../img/mv_menu_img_2.jpg") no-repeat center center; background-size:cover;
}
@media screen and (max-width: 767px) {
  #menu .mv_image {
    background:url("../img/mv_menu_img_2_sp.jpg") no-repeat center center; background-size:cover;
  }
    #subpage .title_wrap {
    padding: 10px 0;
    transform: translateY(70px);
  }
}
/* 20260807 add end --------------- */