@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* --------------------------------------------------------
 アコーディオン
-------------------------------------------------------- */
.area-accordion {
  margin: 4rem auto !important;
}
@media (max-width: 781px) {
  .area-accordion {
    order: 2;
    padding-bottom: 4rem !important;
  }
}
.area-accordion .area-item {
  position: relative;
  margin: 0 0 0.5rem 0;
  border-radius: 0.5rem;
}
.area-accordion .area-item.fujimi {
  background-color:  #a2b5da;
}
.area-accordion .area-item.oogo {
  background-color:  #dcd7c8;
}
.area-accordion .area-item.nankitsu {
  background-color:  #ffefa0;;
}
.area-accordion .area-item.kaigaya {
  background-color:  #c8dc5c;
}
.area-accordion .area-item.souja {
  background-color:  #f599a0;
}
.area-accordion .area-item.kenchou {
  background-color:  #5cb9ed;
}
.area-accordion .area-item.higashi {
  background-color:  #f7bc5c;
}
.area-accordion .area-item.kawafuchi {
  background-color:  #DFB2D4;
}
.area-accordion .area-item.jounan {
  background-color:  #f5bcce;
}
.area-accordion .area-item .area-title {
  position: relative;
  margin-bottom: 0;
  padding: 0.5rem;
  color: #111111;
  cursor: pointer;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  transition: .3s;
}
@media (max-width: 781px) {
  .area-accordion .area-item .area-title {
    font-size: 1rem;
  }
}
.area-accordion .area-item .area-title::before,
.area-accordion .area-item .area-title::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #111;
  transition: .3s;
}

.area-accordion .area-item .area-title::before {
  top: 50%;
  left: 0.75rem;
  width: 10px;
  height: 2px;
}
.area-accordion .area-item .area-title::after {
  top: 50%;
  left: calc(0.75rem + 4px);
  width: 2px;
  height: 10px;
  margin-top: -4px;
}
.area-accordion .area-item.open .area-title::before,
.area-accordion .area-item.open .area-title::after {
  transform: rotate(45deg);
  transition: .3s;
}
.area-accordion .area-item .area-title:hover {
  opacity: .5;
  transition: .3s;
}
.area-accordion .area-item .area-content {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  transition: max-height 0.3s ease;
}
.area-accordion .area-item .area-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 0.25em 0 0 0;
  border-top: 1px solid #fff;
}
.area-accordion .area-item .area-list li {
  list-style: none;
  font-size: 0.8rem;
}
@media (max-width: 781px) {
  .area-accordion .area-item .area-list li {
    font-size: 1rem;
  }
}
.area-accordion .area-item .area-list li::after {
  content: "・";
}
.area-accordion .area-item .area-list li:last-child::after {
  content: none;
}
.area-accordion .area-item .area-list + p {
  width: calc(100% - 2rem);
  margin: 0.5rem auto 1rem auto !important;
  text-align: center;
}
.area-accordion .area-item .area-list + p a {
  display: block;
  padding: 0.25em 0;
  border-radius: 0.5rem;
  color: #111;
  background-color: #fff;
  font-size: 0.8em;
}
@media (max-width: 781px) {
  .area-accordion .area-item .area-list + p a {
    padding: 0.5rem 0;
  }
}


/* --------------------------------------------------------
 SVGマップ
-------------------------------------------------------- */
.map-wrapper {
  padding-left: 1rem;
}
.map-area {
  width: 100%;
  position: relative;
}
.map-area img {
  width: 100%;
}
.map-link {
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.35;
  border-radius: 0.5rem;
  transition: .3s;
}
.map-link:hover {
  transform: scale(1.1);
  transition: .3s;
}
.map-link a {
  position: relative;
  display: inline-block;
  color: #000;
  padding: 0.5rem 1.75rem 0.5rem 0.5rem;
}
.map-link a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.35rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #fff url(images/icon-arrow.svg) no-repeat center center / 60%;
  transform: translate(0, -50%);
}
.map-link.fujimi {
  top: 24%;
  left: 35%;
  background-color:  #AABBDD;
}
.map-link.oogo {
  top: 46%;
  left: 66%;
  background-color:  #DCD7C8;
}
.map-link.nankitsu {
  top: 52.5%;
  left: 22%;
  background-color:  #ffefa0;
}
.map-link.kaigaya {
  top: 47%;
  left: 39%;
  background-color: #c8dc5c;
}
.map-link.souja {
  top: 63%;
  left: -3%;
  background-color: #EB5E66;
}
.map-link.kenchou {
  top: 70%;
  left: 30%;
  background-color: #5DBAED;
}
.map-link.higashi {
  top: 79%;
  left: 10.5%;
  background-color: #f7bc5c;
}
.map-link.kawafuchi {
  top: 82%;
  left: 33%;
  background-color: #C887B6;
}
.map-link.jounan {
  top: 68%;
  left: 62%;
  background-color: #F5BCCE;
}

@media print, screen and (min-width : 780px) {
  .map-area .sp {
    display: none;
  }
}
@media (max-width: 781px) {
  .map-wrapper {
    padding-left: 0;
  }
  .map-area .pc {
    display: none;
  }
  .map-link {
    font-size: 0.8rem;
  }
  .map-link.fujimi {
    top: 18%;
    left: 37%;
  }
  .map-link.oogo {
    top: 42%;
    left: 62%;
  }
  .map-link.nankitsu {
    top: 52.5%;
    left: 22%;
  }
  .map-link.kaigaya {
    top: 46%;
    left: 42%;
  }
  .map-link.souja {
    top: 58%;
    left: -2%;
  }
  .map-link.kenchou {
    top: 70%;
    left: 30%;
  }
  .map-link.higashi {
    top: 79%;
    left: 10.5%;
  }
  .map-link.kawafuchi {
    top: 86%;
    left: 33%;
  }
  .map-link.jounan {
    top: 67%;
    left: 64%;
  }
}
/* スマホメニュー文字を大きく太く
----------------------------------*/
@media (max-width: 959px){
  .p-spMenu a,
  .p-spMenu__nav a,
  .p-spMenu__body a{
    font-size: 15px !important;
    font-weight: 700 !important;
  }
}

/* SWELL：ハンバーガー（三本線）の色を変更（c-iconBtn__icon系） */
@media (max-width: 959px){
  /* ボタン自体の色（currentColor系対策） */
  .l-header__menuBtn .c-iconBtn,
  .p-spMenu__closeBtn .c-iconBtn{
    color: #6f4d3e !important;
  }
}


/* --------------------------------------------------------
 スマホフッター固定
-------------------------------------------------------- */
@media print, screen and (min-width : 960px) { /* PC */
  .sp_footernav {
    display: none;
  }
}
@media (max-width: 959px){
  .l-footer {
    margin-bottom: 8rem;
  }
  .sp_footernav {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(204 221 238 / .3);
    box-shadow: 0 -4px 8px -4px rgba(0,0,0,0.15);
  }
  .sp_footernav ul {
    display: flex;
    width: calc(65% + 2rem);
    margin: 1.5rem auto;
  }
  .sp_footernav ul li {
    width: 25%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 0.25rem;
  }
  .sp_footernav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background-color: #f7bc5c;
  }
  .sp_footernav ul li a img {
    width: 80%;
    margin: 0 5%;
  }
  .sp_footernav ul li:nth-child(2) a {
    background-color: #06c655;
  }
  .sp_footernav ul li:nth-child(3) a {
    background-color: #ff0069;
  }
  .sp_footernav ul li:nth-child(4) a {
    background-color: #ff0000;
  }
}

/* --------------------------------------------------------
 トップへ戻るボタン
-------------------------------------------------------- */
.c-fixBtn {
  background-color: var(--color_main) !important;
  color: #fff !important;
}
.c-fixBtn__icon {
  margin-top: -0.5rem !important;
}
#pagetop:after {
  content: "TOP" !important;
  font-size: 1rem !important;
}

@media (min-width: 960px) {
  .c-fixBtn {
    width: 65px;
    height: 65px;
  }
  .p-fixBtnWrap {
    bottom: 11em !important;
  }
}
@media (max-width: 959px){
  .p-fixBtnWrap {
    bottom: 8.75em !important;
  }
}


/* --------------------------------------------------------
 物件詳細ページ 文字サイズを小さく固定
-------------------------------------------------------- */
.bukken-base table * {
  font-size: .95rem !important;
  line-height: 2 !important;
}
.bukken-base table tr:nth-of-type(1) * {
  font-size: var(--swl-fz--content, 16px) !important;
  line-height: 2 !important;
}
.bukken-more .swell-block-accordion__body * {
  font-size: .85rem !important;
  line-height: 2 !important;
}


/* --------------------------------------------------------
 Contact Form 7
-------------------------------------------------------- */
.cf7-refinfo {
  display: flex;
  margin: 4rem auto;
  padding: 2rem;
  background-color: rgba(204, 221, 238, 0.3);
}
.cf7-refinfo .cf7-refthumb {
  width: 10rem;
  margin-right: 2rem;
}
@media (max-width: 460px) {
  .cf7-refinfo {
    flex-direction: column;
  }
  .cf7-refinfo .cf7-refthumb {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}


/* --------------------------------------------------------
 ギャラリー・画像関連
-------------------------------------------------------- */
/* 注意書き */
.caution-text {
  display: none;
}

/* ギャラリーブロック縦横比調整 */
.box-photogallery .wp-block-gallery .wp-block-image {
  width: calc((100% - 3em) / 4) !important;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  flex-grow: initial !important;
}
.box-photogallery .wp-block-gallery .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SP画像サイズ調整 */
@media (max-width: 460px) {
  .box-photogallery .wp-block-gallery .wp-block-image {
    width: calc((100% - 2em) / 3) !important;
  }
  .lum-lightbox img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* SWELLのSwiperをカスタム投稿にも適用し、ギャラリーブロックで利用 */
#gallery-swiper-lightbox[aria-hidden="true"]{display:none!important}
#gallery-swiper-lightbox[aria-hidden="false"]{display:block!important}
#gallery-swiper-lightbox{position:fixed;inset:0;z-index:99999}
#gallery-swiper-lightbox .gslb__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7)}
#gallery-swiper-lightbox .gslb__panel{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}
#gallery-swiper-lightbox .gslb__close{position:absolute;top:12px;right:12px;width:44px;height:44px;border:0;border-radius:999px;background:rgba(0,0,0,.5);color:#fff;cursor:pointer}
#gallery-swiper-lightbox .gslb__swiper{width:min(1100px,100%);height:min(80vh,900px)}
#gallery-swiper-lightbox .swiper-slide{display:flex;align-items:center;justify-content:center}
#gallery-swiper-lightbox .gslb__slide{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}
#gallery-swiper-lightbox .gslb__img{max-width:100%;max-height:100%;width:auto;height:auto;display:block}
#gallery-swiper-lightbox .gslb__caption{margin-top:12px;color:#fff;font-size:14px;max-width:100%;text-align:center}
html.gslb-open,html.gslb-open body{overflow:hidden}