@charset "utf-8";
/*********************************************************************
 *
 *  For 分譲地 詳細
 *
*********************************************************************/

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&family=Shippori+Mincho:wght@400;500;600&display=swap");

.serif1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.eng1 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.single_property,
.single_property a {
  color: #525252;
  color: #222;
}

.bg1 {
  background-color: #efe89c;
}
.bg2 {
  background-color: #fdf8c2;
}

/* breadcrumbs */
.breadcrumbs {
  background-color: #f1f1f1;
}
@media screen and (min-width: 768px) {
}
@media (max-width: 767px) {
}

/* ---------------------------------------------------- */
/* sec_registration_wrap */
/* ---------------------------------------------------- */
.sec_registration_wrap .block_1 {
  padding: 30px;
  margin: 0 auto;
  width: 860px;
  background-color: #fff;
}

.sec_registration_wrap .sec_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.sec_registration_wrap .sec_ttl::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../../common/img/ico/limited_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .sec_registration_wrap .block_1 {
    padding: 30px 20px;
    margin: 0 -20px;
    width: auto;
  }

  .sec_registration_wrap .sec_ttl {
    display: block;
    margin-bottom: 20px;
    font-size: 1.7rem;
  }

  .sec_registration_wrap .sec_ttl::before {
    margin: 0 auto 5px;
  }
}

/* mvWrap */
.mvWrap {
  position: relative;
  min-height: 568px;
  background-color: #fdf8c2;
}
.mvWrap_thumb1 {
  width: calc(593px + ((100% - 1150px) / 2));
  /* height: 513px; */
  aspect-ratio: 4 / 3;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mvWrap_thumb1 {
    /* width: 593px;
    left: calc((100% - 1150px) / 2); */
  }
}
.mvWrap_thumb1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mvWrap_box1 {
  background-color: #f1f1f1;
  padding: 55px 0 40px;
}
.mvWrap_box2 {
  background-color: #fdf8c2;
  padding: 40px 0 65px;
}
.mvWrap_box1_inner,
.mvWrap_box2_inner {
  width: 1150px;
  margin: 0 auto;
}
.mvWrap_box1_contents,
.mvWrap_box2_contents {
  width: 480px;
  margin-left: auto;
}
.mvWrap_box1_titBox {
  border-top: 2px solid #d3cc7f;
  border-bottom: 2px solid #d3cc7f;
  padding: 5px 0;
}
.mvWrap_box1_titBox_in {
  border-top: 1px solid #d3cc7f;
  border-bottom: 1px solid #d3cc7f;
  padding: 18px 0;
}
.mvWrap_box1_titBox_tit1 {
  font-size: 26px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(33 / 22);
}
.mvWrap_box1_desc {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(26 / 14);
  margin-top: 25px;
}
.mvWrap_box2_cat {
  width: 100%;
  background-color: #525252;
  border-radius: 100px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: calc(19 / 13);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mvWrap_box2_titBox {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #525252;
}
.mvWrap_box2_titBox_ico {
  width: 51.34px;
  position: relative;
  top: 2px;
}
.mvWrap_box2_titBox_tit1 {
  max-width: calc(100% - (51.34px + 10px));
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
}
@media (max-width: 767px) {
  .mvWrap {
    min-height: auto;
  }
  .mvWrap_thumb1 {
    width: calc((356 / 375) * 100vw);
    /* height: calc((248 / 375) * 100vw); */
    top: calc((15 / 375) * 100vw);
  }
  .mvWrap_box1 {
    padding: calc((155 / 375) * 100vw) 0 0;
  }
  .mvWrap_box2 {
    background-color: #fdf8c2;
    padding: 45px 0 70px;
  }
  .mvWrap_box1_inner {
    width: 100%;
    background-color: #fdf8c2;
    padding: calc((152 / 375) * 100vw) 0 0;
  }
  .mvWrap_box1_contents {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
  .mvWrap_box2_inner {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
  .mvWrap_box2_contents {
    background-color: #fffef2;
    width: 100%;
    margin: 0;
    padding: 30px 25px;
  }
  .mvWrap_box1_titBox_tit1 {
    font-size: 24px;
  }
  .mvWrap_box2_titBox_ico {
    top: 0;
  }
  .mvWrap_box2_titBox_tit1 {
    font-size: 17px;
  }
}

/* mvWrap_data */
.mvWrap_data {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mvWrap_data_item {
  width: 100%;
  display: flex;
}
.mvWrap_data_item .ttl {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  width: 90px;
  padding-right: 16px;
  display: block;
  padding-top: 2px;
  text-align: justify;
  text-align-last: justify;
}
.mvWrap_data_item.price .ttl {
  padding-top: 4px;
}
.mvWrap_data_item.tp3 .ttl {
  padding-top: 4px;
}
.mvWrap_data_item .desc {
  width: calc(100% - 90px);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.mvWrap_data_item.price .desc {
  font-size: 18px;
  font-weight: 500;
}
.mvWrap_data_item.address .desc {
  font-size: 16px;
  font-weight: 500;
}
.mvWrap_data_item.access .access_line {
  padding-left: 13px;
  position: relative;
}
.mvWrap_data_item.access .access_line:nth-of-type(n + 2) {
  margin-top: 8px;
}
.mvWrap_data_item.access .access_line::before {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/ico_train.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .mvWrap_data_item.price .desc br {
    display: none;
  }
}
@media (max-width: 767px) {
  .mvWrap_data_item .ttl {
    text-align: left;
    text-align-last: auto;
    letter-spacing: 0.05em;
    width: 76px;
    padding-top: 1px;
  }
  .mvWrap_data_item.price .ttl {
    padding-top: 3px;
  }
  .mvWrap_data_item.tp3 .ttl {
    padding-top: 3px;
  }
  .mvWrap_data_item .desc {
    width: calc(100% - 76px);
  }
}

/* pointWrap */
.pointWrap {
  width: 100%;
  padding: 216px 0 100px;
  background: #fdf8c2 url(../img/bg1.svg) no-repeat center top / 100%;
}
.pointWrap_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.pointWrap_tit1 {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  gap: 0 14px;
  position: absolute;
  top: -27px;
  right: 0;
}
.pointWrap_tit1 .t1 {
  background-color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 15px 1px;
}
.point_box1_tit {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 44px;
  padding-left: 13px;
  position: relative;
}
.point_box1_tit::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #525252;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.point_box1_list {
  padding-top: 17px;
  padding-bottom: 50px;
}
.point_box1_list_item {
  width: 600px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 22px;
  display: flex;
  gap: 0 24px;
  border-top: 1px solid #d3cc7f;
}
.point_box1_list_item .num {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 12px;
  position: relative;
}
.point_box1_list_item .num::after {
  content: "";
  width: 1px;
  height: 38px;
  background-color: #525252;
  position: absolute;
  top: 5px;
  right: 12px;
  transform: rotate(30deg);
}
.point_box1_list_item .txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.point_box1_list .point_box1_list_item:nth-of-type(odd) {
  padding-left: 44px;
}
.point_box1_list .point_box1_list_item:nth-of-type(odd)::after {
  content: "";
  width: 1px;
  height: 116%;
  background-color: #d3cc7f;
  position: absolute;
  top: 0;
  left: 100%;
  transform-origin: 0% 0%;
  transform: rotate(-30deg);
}
.point_box1_list .point_box1_list_item:nth-of-type(even) {
  margin-left: 100px;
  padding-left: 38px;
}
.point_box1_list .point_box1_list_item:nth-of-type(even)::after {
  content: "";
  width: 1px;
  height: 116%;
  background-color: #d3cc7f;
  position: absolute;
  top: 0;
  right: 100%;
  transform-origin: 100% 0%;
  transform: rotate(30deg);
}
@media screen and (min-width: 768px) {
  .point_box1_list_item .txt br {
    display: none;
  }
}
@media (max-width: 767px) {
  .pointWrap {
    padding: 0 0 94px;
    background-image: url(../img/bg1_sp.svg);
  }
  .pointWrap_inner {
    width: 100%;
  }
  .pointWrap_tit1 {
    justify-content: center;
    gap: 0 8px;
    position: relative;
    top: -4px;
    left: auto;
    right: auto;
  }
  .pointWrap_tit1 .t1 {
    font-size: 19px;
    padding: 8px 1px;
  }
  .point_box1 {
    padding-top: 25px;
  }
  .point_box1_tit {
    font-size: 15px;
    margin-left: 31px;
  }
  .point_box1_list {
    padding-top: 17px;
    padding-bottom: 50px;
  }
  .point_box1_list_item {
    width: calc((306 / 375) * 100vw);
    gap: 0 12px;
  }
  .point_box1_list_item .num {
    font-size: 29px;
    padding-right: 12px;
  }
  .point_box1_list_item .num::after {
    height: 40px;
    top: 4px;
    right: 13px;
  }
  .point_box1_list_item .txt {
    font-size: 17px;
    line-height: calc(25 / 17);
  }
  .point_box1_list .point_box1_list_item:nth-of-type(odd) {
    padding-left: 44px;
    padding-right: 20px;
  }
  .point_box1_list .point_box1_list_item:nth-of-type(odd)::after {
    height: 107%;
    transform: rotate(-20deg);
  }
  .point_box1_list .point_box1_list_item:nth-of-type(even) {
    margin-left: calc(100% - ((306 / 375) * 100vw));
    padding-left: 20px;
    padding-right: 20px;
  }
  .point_box1_list .point_box1_list_item:nth-of-type(even)::after {
    height: 107%;
    transform: rotate(20deg);
  }
}

/* p_bnr1 */
.p_bnr1 {
  width: 620.5px;
  margin: 0 auto;
  display: block;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p_bnr1:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .p_bnr1 {
    width: 338.5px;
    position: relative;
    right: -8px;
  }
}

/* mhWrap */
.mhWrap {
  padding: 100px 0 70px;
}
.mhWrap_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.mhWrap_in1 {
  position: relative;
}
.mhWrap_in2 {
  width: 846px;
}
.mhWrap_tit {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: sticky;
  top: 130px;
  left: 0;
}
.mh_list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.mh_list1_item {
  width: calc((100% - 70px) / 3);
}
.mh_list1_link {
  display: block;
}
.mh_list1_thumb {
  width: 100%;
  height: 195px;
  overflow: clip;
}
.mh_list1_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.mh_list1_tit {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0;
}
.mh_list1_txt {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
}
.mh_list1_more {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  transition: color 0.3s ease;
}
.mh_list1_more .t1 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 4px;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.mh_list1_more .t1::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/arrow1.svg) no-repeat center / contain;
  position: relative;
  right: 0;
  transition:
    right 0.3s ease,
    background 0.3s ease;
}
.mhWrap_toggle {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  width: 70px;
  margin: 30px auto 0;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
.mhWrap_toggle::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #525252;
  border-bottom: 1px solid #525252;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.mhWrap_toggle.is-open::after {
  transform: rotate(135deg);
  bottom: 26px;
}
@media screen and (min-width: 768px) {
  .mh_list1_tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mh_list1_txt {
    min-height: calc(1.5em * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  a:hover .mh_list1_thumb img {
    transform: scale(1.1);
  }
  a:hover .mh_list1_more .t1::after {
    right: -6px;
  }
  .mhWrap_toggle:hover {
    opacity: 0.6;
  }
  a:hover .mh_list1_more {
    color: #a39a35;
  }
  a:hover .mh_list1_more .t1::after {
    background-image: url(../img/arrow1_e.svg);
  }
}
@media (max-width: 767px) {
  .mhWrap {
    padding: 64px 0 80px;
  }
  .mhWrap_inner {
    width: 100%;
  }
  .mhWrap_in1 {
    width: 87px;
  }
  .mhWrap_in2 {
    width: calc(100% - 87px - 30px);
  }
  .mhWrap_tit {
    font-size: 20px;
    top: 90px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .mh_list1 {
    display: flex;
    flex-flow: column;
    gap: 20px 0;
  }
  .mh_list1_item {
    width: 100%;
  }
  .mh_list1_thumb {
    height: calc((195 / 375) * 100vw);
  }
  .mh_list1_tit {
    padding-right: 30px;
  }
  .mh_list1_txt {
    margin-top: 6px;
    padding-right: 30px;
  }
  .mh_list1_more {
    padding-right: 30px;
    margin-top: 10px;
  }
}

/* p_nav */
.p_nav_cover {
  padding-top: 94px;
  position: relative;
}
.pointWrap + .p_nav_cover {
  padding-top: 0;
}
.p_nav {
  width: 1000px;
  margin: 0 auto 100px;
  position: sticky;
  z-index: 3;
  top: 80px;
}
.p_nav_list1 {
  width: 100%;
  display: flex;
  border: 1px solid #fff;
}
.p_nav_list1 .li1 {
  width: calc(100% / 4);
  flex-grow: 1;
}
.p_nav_list1 .li1:nth-of-type(n + 2) {
  border-left: 1px solid #fff;
}
.p_nav_list1 .link1 {
  width: 100%;
  height: 60px;
  background-color: #ccc;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(16 / 13);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s ease;
}
.p_nav_list1 .link1.on {
  background-color: #525252;
}
.p_nav_list1 .link1::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 18px;
  margin: auto;
  transform: rotate(-45deg);
  transition: bottom 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p_nav_list1 .link1:hover {
    background-color: #898686;
  }
  /* .p_nav_list1 .link1:hover::after {
    bottom: -2px;
  } */
}
@media (max-width: 767px) {
  .p_nav_cover {
    padding-top: 80px;
  }
  .p_nav {
    width: 100%;
    top: 55px;
    margin-bottom: 70px;
  }
  .p_nav_list1 .link1 {
    width: 100%;
    height: 42px;
    font-size: 13px;
    padding-right: 10px;
  }
  .p_nav_list1 .link1::after {
    bottom: 6px;
    right: 9px;
    width: 8px;
    height: 8px;
  }
}

/* p_titleBox1 */
.p_titleBox1_tit {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 8px;
  position: relative;
}
.p_titleBox1_tit::after {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p_titleBox1_txt {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
}
@media (max-width: 767px) {
  .p_titleBox1_tit {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .p_titleBox1_txt {
    font-size: 38px;
    margin-top: 4.5px;
  }
}

/* featuresWrap */
.featuresWrap {
  padding: 0 0 100px;
  margin-top: 100px;
}
.featuresWrap_inner {
  width: 1000px;
  margin: 0 auto;
}
.features_list1 {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.features_list1 .li1 {
  width: calc((100% - 56px) / 3);
}
.features_list1_thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
}
.features_list1_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features_list1_tit {
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(27 / 18);
}
.features_list1_tit .in {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.features_list1_point {
  display: flex;
  flex-flow: column;
  gap: 5px 0;
}
.features_list1_point_item {
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(18 / 14);
}
.features_movie {
  padding-top: 40px;
}
.features_movie_item {
  /* 16:9 */
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.features_movie_item.--shorts {
  /* 9:16 */
  aspect-ratio: 9 / 16;
  max-width: 374px;
}
.features_movie_item:nth-of-type(n + 2) {
  margin-top: 56px;
}
.features_movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
}
@media (max-width: 767px) {
  .featuresWrap {
    padding: 0 0 65px;
    margin-top: 65px;
  }
  .featuresWrap_inner {
    width: 100%;
    padding: 0 30px;
  }
  .features_list1 {
    padding-top: 24px;
    display: flex;
    flex-flow: column;
    gap: 40px 0;
  }
  .features_list1 .li1 {
    width: 100%;
  }
  .features_list1_thumb {
    /* height: calc((130 / 375) * 100vw); */
  }
  .features_list1_tit {
    height: auto;
    display: block;
    padding: 15px 0;
  }
  .features_list1_tit .in {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  .features_movie_item.--shorts {
    max-width: calc((200 / 375) * 100vw);
  }
  .features_movie_item:nth-of-type(n + 2) {
    margin-top: 35px;
  }
}

/* p_btn1 */
.p_btn1 {
  width: 260px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #d3cc7f;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 24 / 15;
  position: relative;
  transition: 0.3s ease;
}
.p_btn1::after {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/arrow2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: right 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p_btn1:hover {
    background-color: #d3cc7f;
  }
  .p_btn1:hover:after {
    right: 14px;
  }
}
@media (max-width: 767px) {
}

/* p_tab */
.p_tab {
  margin: 40px auto 0;
}
.p_tab_list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 0;
}
.p_tab_list1 .li1 {
  background-color: #fff;
  position: relative;
}
.p_tab_list1_item {
  width: calc(100% + 4px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  left: -2px;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(17 / 14);
  border-radius: 100px;
  color: #acacac;
  transition: 0.3s ease;
  cursor: pointer;
}
.p_tab_list1_item.active {
  background-color: #525252;
  color: #fff;
}
.p_tab_list1 .li1:first-child {
  border-radius: 100px 0 0 100px;
}
.p_tab_list1 .li1:last-child {
  border-radius: 0 100px 100px 0;
}
.p_tab_list1 .li1:first-child:last-child {
  border-radius: 100px;
}

#information_tab .p_tab_list1_item {
  padding-left: 34px;
  padding-right: 34px;
}
#information_tab .p_tab_list1 .li1:nth-of-type(1n + 2):before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  #houseplan_tab {
    width: 756px;
  }
  #houseplan_tab .p_tab_list1 .li1 {
    width: calc(100% / 7);
  }
  #houseplan_tab .p_tab_list1 .li1:nth-of-type(7n) {
    border-radius: 0 100px 100px 0;
  }
  #houseplan_tab .p_tab_list1 .li1:nth-of-type(7n + 1) {
    border-radius: 100px 0 0 100px;
  }
  #houseplan_tab .p_tab_list1 .li1:nth-of-type(7n + 1):last-child {
    border-radius: 100px;
  }
  #houseplan_tab .p_tab_list1 .li1:not(:nth-of-type(7n - 6))::before {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ccc;
  }
  .p_tab_list1_item:hover {
    background-color: #525252;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .p_tab {
    width: calc(100% - 60px);
    margin-top: 20px;
  }
  .p_tab_list1_item {
    padding: 7px 0;
    font-size: 14px;
    letter-spacing: 0;
  }

  #houseplan_tab .p_tab_list1 .li1 {
    width: calc(100% / 4);
  }
  #houseplan_tab .p_tab_list1 .li1:nth-of-type(4n) {
    border-radius: 0 100px 100px 0;
  }
  #houseplan_tab .p_tab_list1 .li1:nth-of-type(4n + 1) {
    border-radius: 100px 0 0 100px;
  }
  #houseplan_tab .p_tab_list1 .li1:nth-of-type(4n + 1):last-child {
    border-radius: 100px;
  }
  #houseplan_tab .p_tab_list1 .li1:not(:nth-of-type(4n - 3))::before {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ccc;
  }
  #information_tab .li1 {
    width: calc(100% / 3);
  }
  #information_tab .p_tab_list1_item {
    padding: 6px 10px;
  }
}

/* houseplanWrap */
.houseplanWrap {
  padding: 100px 0;
}
.houseplan_contents {
  padding-top: 60px;
  padding-bottom: 30px;
}
.houseplan_contents_item {
  display: none;
}
.houseplan_contents_item.active {
  display: block;
}
.houseplan_box1_tit1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 50px;
}
.houseplan_box1_img1 {
  width: 800px;
  margin: 0 auto;
}
.houseplan_box1_caption {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(24 / 14);
  margin-top: 26px;
}
.houseplan_box2_list {
  width: 1000px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.houseplan_box2_list_item {
  width: calc((100% - 70px) / 3);
}
.houseplan_box2_list_img {
  display: block;
  margin: 0;
}
.houseplan_box2_list_caption {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(25.5 / 15);
}
.houseplan_box2_list_caption .sml1 {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 6px;
}
.houseplan_contents_btn1 {
  margin-top: 40px;
}
.houseplan_back {
  width: 165px;
  margin: 20px auto 0;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #d3cc7f;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
.houseplan_back::after {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/arrow2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease;
}
@media screen and (min-width: 768px) {
  .houseplan_box1_tit1 br {
    display: none;
  }
  .houseplan_box2_list_img img {
    width: 100%;
    height: 233px;
    background-color: #d3cc7f;
    object-fit: cover;
  }
  .houseplan_back:hover:after {
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  .houseplanWrap {
    padding: 60px 0 70px;
  }
  .houseplan_contents {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .houseplan_box1_tit1 {
    padding: 0 30px;
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .houseplan_box1_img1 {
    width: 100%;
  }
  .houseplan_box1_caption {
    margin-top: 15px;
    padding: 0 36px;
  }
  .houseplan_box2_list {
    width: calc(100% - 92px);
    margin-top: 40px;
    display: block;
  }
  .houseplan_box2_list_item {
    width: 100%;
  }
  .houseplan_box2_list .houseplan_box2_list_item:nth-of-type(n + 2) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
  .houseplan_box2_list_caption {
    margin-top: 14px;
    letter-spacing: 0;
    line-height: calc(23.8 / 14);
  }
  .houseplan_contents_btn1 {
    margin-top: 40px;
  }
}

/* informationWrap */
.informationWrap {
  padding: 100px 0;
}
.information_contents_item {
  display: none;
}
.information_contents_item.active {
  display: block;
}
.info_text1 {
  width: 670px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(22 / 13);
}
.info_map {
  margin-top: 88px;
}
.info_map .gmap {
  width: 1000px;
  height: 340px;
  margin: 0 auto;
}
.info_map .gmap iframe {
  width: 100%;
  height: 100%;
}
.info_map_address {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 24px;
}
a.info_map_link {
  width: 110px;
  height: 22px;
  margin: 5px auto 0;
  padding-bottom: 1px;
  border-radius: 100px;
  background-color: #525252;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s ease;
}
a.info_map_link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  a.info_map_link:hover {
    background-color: #999;
  }
}
@media (max-width: 767px) {
  .informationWrap {
    padding: 50px 0 65px;
  }
  .info_text1 {
    width: 100%;
    padding: 0 36px;
    margin-top: 15px;
    line-height: calc(23.8 / 14);
  }
  .info_map {
    margin-top: 20px;
  }
  .info_map .gmap {
    width: calc(100% - 60px);
    height: calc((180 / 375) * 100vw);
  }
  .info_map_address {
    margin-top: 10px;
  }
}

/* info_slide */
.information_contents_item {
  padding-top: 60px;
  width: 1000px;
  margin: 0 auto;
}
.info_slide_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.info_slide .slick-slide {
  position: relative;
  z-index: 1;
  height: 373px;
}
.info_slide .is-center {
  z-index: 2;
}
.info_slide .is-center .info_slide_item {
  cursor: pointer;
}
.info_slide .info_slide_item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.info_slide .info_slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* arrows */
.info_slide .slick-prev,
.info_slide .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 56px;
  height: 56px;
  background: #525252;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
}
.info_slide .slick-prev {
  left: 224px;
}
.info_slide .slick-next {
  right: 224px;
}
.info_slide .slick-prev::after,
.info_slide .slick-next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.info_slide .slick-prev::after {
  transform: rotate(-135deg);
  left: 5px;
}
.info_slide .slick-next::after {
  transform: rotate(45deg);
  right: 5px;
}
@media screen and (min-width: 768px) {
  .info_slide .is-center .info_slide_item {
    width: 498px;
    height: 373px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
  }
  .info_slide .slick-slide:not(.is-center) .info_slide_item {
    width: 384px;
    height: 210px;
  }
  .info_slide .slick-slide:not(.is-center) .info_slide_item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }
  .info_slide .slick-slide.is-before .info_slide_item {
    right: 0;
    left: auto;
  }
  .info_slide .slick-slide.is-after .info_slide_item {
    left: 0;
    right: auto;
  }
}
@media (max-width: 767px) {
  .information_contents_item {
    padding-top: 35px;
    width: 100%;
  }
  .info_slide .slick-slide {
    height: calc((280 / 375) * 100vw);
  }
  .info_slide .info_slide_item {
    height: calc((280 / 375) * 100vw);
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  /* arrows */
  .info_slide .slick-prev,
  .info_slide .slick-next {
    width: 35px;
    height: 35px;
    border: none;
  }
  .info_slide .slick-prev {
    left: -5px;
    border-radius: 0 50% 50% 0;
  }
  .info_slide .slick-next {
    right: -5px;
    border-radius: 50% 0 0 50%;
  }
  .info_slide .slick-prev::after,
  .info_slide .slick-next::after {
    width: 10px;
    height: 10px;
  }
  .info_slide .slick-prev::after {
    left: 4px;
  }
  .info_slide .slick-next::after {
    right: 4px;
  }
}

/* info_thumb */
.info_thumb {
  display: grid;
  gap: 1px;
}
.info_thumb .info_thumb_item {
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.info_thumb .info_thumb_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.2s;
}
.info_thumb .info_thumb_item:not(.active) img {
  filter: grayscale(1);
}
@media screen and (min-width: 768px) {
  .info_thumb_box {
    margin: 30px auto 0;
  }
  .info_thumb {
    /* grid-template-columns: repeat(10, 1fr); */
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 1px;
  }
  .info_thumb_item {
    width: calc((100% - 9px) / 10);
  }
}
@media (max-width: 767px) {
  .info_thumb {
    padding: 0 30px;
    margin: 15px auto 0;
    grid-template-columns: repeat(5, 1fr);
  }
}

/* locationWrap */
.locationWrap {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 0 45px;
  justify-content: center;
}
* + .locationWrap {
  margin-top: 60px;
}
.locationWrap_in1 {
  width: 500px;
}
.locationWrap_in2 {
  width: 455px;
}
.location_list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 32px;
}
.location_list1 .li1 {
  width: calc((100% - 32px) / 2);
}
.location_list1_thumb {
  width: 100%;
  height: 170px;
}
.location_list1_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location_list1_txt1 {
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 6px;
}
.location_list1_txt2 {
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
}
.location_list2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 20px;
}
.location_list2 .li1 {
  display: flex;
  align-items: center;
}
.location_list2 .li1:nth-of-type(n + 2) {
  margin-top: 20px;
}
.location_list2_txt1 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  padding-right: 16px;
}
.location_list2_txt2 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding-left: 3px;
}
.location_list2_line {
  border-top: 1px dotted #525252;
  flex-grow: 1;
  position: relative;
  top: 1px;
}
.location_hosoku {
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(18 / 12);
}
@media screen and (min-width: 768px) {
}
@media (max-width: 767px) {
  .locationWrap {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
    display: block;
  }
  * + .locationWrap {
    margin-top: 30px;
  }
  .locationWrap_in1 {
    width: 100%;
  }
  .locationWrap_in2 {
    width: 100%;
  }
  .location_list1 {
    gap: 15px 10px;
  }
  .location_list1 .li1 {
    width: calc((100% - 10px) / 2);
  }
  .location_list1_thumb {
    height: calc((108 / 375) * 100vw);
  }
  .location_list1_txt1 {
    font-size: 12px;
    margin-top: 6px;
  }
  .location_list1_txt2 {
    font-size: 12px;
    margin-top: 4px;
  }
  .location_list2 {
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .location_list2 .li1:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .location_list2_txt1 {
    font-size: 12px;
    padding-right: 3px;
  }
  .location_list2_txt2 {
    font-size: 12px;
    padding-left: 3px;
  }
  .location_hosoku {
    font-size: 11px;
    line-height: calc(18 / 11);
    margin-top: 20px;
  }
}

/* outlineWrap */
.outlineWrap {
  padding: 120px 0 0;
  background-color: #fff;
}
.outlineWrap .p_bnr1 {
  margin-top: 60px;
}
.outline_box1 {
  width: 1000px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
}
.outline_list1 {
  width: 470px;
}
.outline_list1 .li1:nth-of-type(n + 2) {
  border-top: 1px solid #d6d6d6;
}
.outline_list1_dl1 {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.outline_list1_dt1 {
  width: 88px;
  color: #b0a638;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  text-align-last: justify;
  letter-spacing: 0;
  line-height: calc(19.5 / 13);
}
.outline_list1_dd1 {
  width: calc(100% - 88px);
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(24 / 14);
}
.outline_list1_dd1 .access_line {
  padding-left: 13px;
  position: relative;
}
.outline_list1_dd1 .access_line:nth-of-type(n + 2) {
  margin-top: 5px;
}
.outline_list1_dd1 .access_line::before {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../img/ico_train.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (min-width: 768px) {
}
@media (max-width: 767px) {
  .outlineWrap {
    padding: 55px 0 0;
  }
  .outlineWrap .p_bnr1 {
    margin-top: 50px;
  }
  .outline_box1 {
    width: 100%;
    margin-top: 20px;
    padding: 0 30px;
    display: block;
  }
  .outline_list1 {
    width: 100%;
  }
  .outline_list1 + .outline_list1 {
    border-top: 1px solid #d6d6d6;
  }
  .outline_list1_dl1 {
    padding: 13px 0;
  }
  .outline_list1_dt1 {
    text-align: left;
    text-align-last: auto;
    width: 84px;
    font-size: 13px;
    padding-bottom: 0;
  }
  .outline_list1_dd1 {
    width: calc(100% - 84px);
    padding-left: 12px;
  }
}

/* staff_box1 */
.staff_box1 {
  width: 768px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.staff_box1::before {
  content: "";
  width: 425.7px;
  height: 75.53px;
  position: absolute;
  top: -57px;
  left: -81px;
  background: url(../img/highlights.svg) no-repeat center / contain;
}
.staff_box1_in1 {
  width: 248px;
  position: relative;
  z-index: 1;
}
.staff_box1_in2 {
  width: 490px;
  position: relative;
  z-index: 1;
}
.staff_box1_names {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.staff_box1_names .label {
  background-color: #fdf8c2;
  border-radius: 100px;
  padding: 3px 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-right: 15px;
}
.staff_box1_names .name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  top: -2px;
}
.staff_box1_names .kana {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: 9px;
}
.staff_box1_text1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(24 / 14);
}
@media screen and (min-width: 768px) {
  .staff_box1_in1 {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .staff_box1 {
    width: 100%;
    padding: 60px 30px 0;
    margin-top: 90px;
    display: block;
  }
  .staff_box1::before {
    width: 100%;
    height: 67.23px;
    top: 0;
    left: 0;
  }
  .staff_box1_in1 {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .staff_box1_in2 {
    width: 100%;
    margin-top: 15px;
  }
  .staff_box1_img {
    width: 155px;
  }
  .staff_box1_names {
    width: calc(100% - 155px - 12px);
    display: block;
    margin-bottom: 0;
  }
  .staff_box1_names .label {
    padding: 3px 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .staff_box1_names .name {
    font-size: 20px;
    text-align: center;
    position: static;
  }
  .staff_box1_names .kana {
    text-align: center;
    margin-left: 0;
    margin-top: 1px;
  }
}

/* otherWrap */
.otherWrap {
  background-color: #fff;
  padding: 100px 0 20px;
}
.other_slideWrap {
  margin-top: 30px;
}
/* other_slide slick */
.other_slide .slick-slide {
  padding: 0 10px; /* PC: 左右10px = 合計20px */
}
.other_slide_ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.other_slide_prev,
.other_slide_next {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.other_slide_prev::before,
.other_slide_next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #525252;
  border-right: 2px solid #525252;
  position: absolute;
  top: 50%;
  left: 50%;
}
.other_slide_prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.other_slide_next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.other_slide_dots {
  display: flex;
  align-items: center;
  gap: 4px;
}
.other_slide_dots ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.other_slide_dots li .other_dot {
  display: block;
  width: 58px;
  height: 4px;
  background: #e5e5e5;
  cursor: pointer;
  transition: background 0.2s;
}
.other_slide_dots li.slick-active .other_dot {
  background: #d3cc7f;
}
.other_slide_item {
  padding-right: 22px;
  background-color: #e6e6e6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other_slide_item_in1 {
  width: 164px;
}
.other_slide_item_in2 {
  width: 165px;
}
.other_slide_item_thumb {
  width: 100%;
  height: 124px;
  overflow: hidden;
}
.other_slide_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.other_slide_item_address {
  font-size: 14px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.other_slide_item_title {
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.other_slide_item_text {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .other_slide_item {
    width: 370px !important;
    height: 194px !important;
    display: flex !important;
  }
  a:hover .other_slide_item_thumb img {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .otherWrap {
    padding: 50px 0 10px;
  }
  .other_slideWrap {
    margin-top: 25px;
  }
  .other_slide .slick-slide {
    padding: 0 3.5px; /* SP: 左右3.5px = 合計7px */
  }
  .other_slide_item {
    width: 154px !important;
    height: auto !important;
    display: block !important;
    padding-right: 0;
    overflow: hidden;
  }
  .other_slide_item_in1 {
    width: 100%;
  }
  .other_slide_item_in2 {
    width: 100%;
    padding: 10px 13.5px 20px;
  }
  .other_slide_item_thumb {
    height: 116px;
  }
  .other_slide_item_address {
    min-height: calc(1.5em * 1);
  }
  .other_slide_item_title {
    min-height: calc(1.5em * 2);
  }
  .other_slide_item_text {
    min-height: calc(1.5em * 4);
  }
  .other_slide_ctrl {
    gap: 12px;
  }
  .other_slide_dots li .other_dot {
    width: 48px;
    height: 4px;
  }
}

/* info_modal */
.info_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.info_modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.info_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.info_modal_inner {
  position: relative;
  z-index: 1;
  max-width: min(90vw, 1200px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_modal_img_wrap {
  line-height: 0;
}
.info_modal_img {
  max-width: min(90vw, 1200px);
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transform: scale(0.95);
  transition: transform 0.3s;
}
.info_modal.is-open .info_modal_img {
  transform: scale(1);
}
.info_modal_close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.info_modal_close::before,
.info_modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
}
.info_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.info_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .info_modal_close {
    top: -40px;
    right: 0;
  }
}

/* flt_conv1 nav_cv_1 */
a.flt_conv1 {
  width: 135px;
  height: 135px;
  padding-top: 24px;
  position: fixed;
  right: 16px;
  bottom: 30px;
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  border-radius: 100%;
  background-color: #446f6c;
  color: #fff;
  border: 2px solid #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  transition: 0.3s ease;
}
.flt_conv1_txt1 {
  position: relative;
}
.flt_conv1_txt1::before {
  content: "";
  width: 32px;
  height: 40px;
  background: url(../img/ico_form.svg) no-repeat center / contain;
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
}
.flt_conv1_txt1::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/arrow3.svg) no-repeat center / contain;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  transition: right 0.3s ease;
}
@media screen and (min-width: 768px) {
  a:hover.flt_conv1 {
    background-color: #a39a35;
  }
  a:hover.flt_conv1 .flt_conv1_txt1::after {
    right: -6px;
  }
}
@media (max-width: 767px) {
  footer .nav_cv_1 {
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 10px);
    background-color: #fdf8c2;
    border: 1px solid #fdf8c2;
  }

  footer .nav_cv_1 > ul {
    display: flex;
    gap: 0 1px;
  }

  footer .nav_cv_1 a {
    height: 47px;
    font-size: 15px;
    font-weight: 500;
  }

  footer .nav_cv_1 a::before {
    content: "";
    display: block;
    width: 26px;
    height: 50px;
    background-size: 26px auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
  }

  footer .nav_cv_1 span {
    margin-left: 0;
  }

  footer .nav_cv_1 .tel {
    width: 47px;
  }

  footer .nav_cv_1 .tel a {
    color: #fff;
    background-color: #525252;
  }

  footer .nav_cv_1 .tel a::before {
    filter: none;
    background-image: url(../img/tel_1.svg);
    background-size: 19px;
  }

  footer .nav_cv_1 .contact a {
    background-color: #dfb920;
    color: #525252;
  }

  footer .nav_cv_1 .contact a::before {
    display: none;
  }

  footer .nav_cv_1 .contact.type2 {
    width: calc(100% - 48px);
  }
  .gotop1 {
    display: block;
    width: 50px;
    position: fixed;
    bottom: 59px;
    right: 5px;
    z-index: 11;
  }
}

/* コンテンツ */
@media screen and (min-width: 768px) {
}
@media (max-width: 767px) {
}

/* コンテンツ */
@media screen and (min-width: 768px) {
}
@media (max-width: 767px) {
}

/* コンテンツ */
@media screen and (min-width: 768px) {
}
@media (max-width: 767px) {
}
