@charset "utf-8";
/* CSS Document */

/*==================================================
  CSS CUSTOM PROPERTY
==================================================*/
:root {
  --width-content: 1200px;
  --small-content: 900px;
  --large-content: 1400px;

  --font-en: 'Montserrat', sans-serif;

  --color-main: #00897A;
  --color-red: #D32E2E;
  --color-orange: #F85907;
  --color-yellow: #EF9B00;
  --color-ygreen: #50B694;
  --color-green: #00554B;
  --color-blue: #285ADC;
  --color-lightblue: #00ADA9;
  --color-navy: #153BB8;
  --color-purple: #662D90;
  --color-pink: #FF4848;
  --color-salmon: #ff9898;
  --color-black: #333;
  --color-darkgray: #646E68; /* 888 */
  --color-gray: #ddd;
  --color-lightgray: #F6F6F4;
  --color-palegray: #F0F0F0; /* #F5F5F5 */
  --color-palegreen: #EEF8F5;
  --color-paleorange: #ffefee;
  --color-palepink: #FEF5F4;

  --gutter-supernarrow: 20px;
  --gutter-narrow: 30px;
  --gutter: 50px;
  --gutter-wide: 80px;
  --gutter-superwide: 120px;

  --rad-common: 8px;
  --rad-round: 50vh;

}

@media only screen and (max-width: 767px) {
  :root {
    --gutter-supernarrow: 5%;
    --gutter-narrow: 8%;
    --gutter: 10%;
    --gutter-wide: 15%;
  }
}

@media (min-width: 767px) {

  /* ▼スマホサイズでのみ架電可能▼ */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*==================================================
  GENERAL SETTINGS
==================================================*/
* {
  margin: 0;
  padding: 0;
}

html {
  /* font-family: "メイリオ", "Meiryo", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "ＭＳ Ｐゴシック", "MS PGothic", helvetica, sans-serif; */
  font-family:  "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.6;
  background: #fff;
  color: var(--color-black);
}

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

body {
  font-size: 1.5rem;
  font-weight: 400;
  text-size-adjust: 100%;
  /* font-size: 16px; */
  /* overflow-x: hidden; */
}

/* メガメニューを非ｒファイタ時に固定 */
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

#main {
  display: block;
  word-break: break-word;
  position: relative;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (any-hover:hover) {

  a:hover,
  a:active {
    text-decoration: none;
    opacity: 0.7;
  }
}

.enFont {
  font-family: var(--font-en);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


/*==================================================
  HEADER
==================================================*/
header {
  border-bottom: solid 1px var(--color-gray);
  height: 80px;
}

.header__inner {
  max-width: var(--large-content);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 200;
}

.header__logo {
  width: 30%;
  display: flex;
  align-items: end;
}

.header__logo a {
  display: flex;
  flex-flow: column;
}

.header__logo a span {
  display: block;
  padding-bottom: .5em;
  font-size: clamp(0.8rem, 0.6rem + 0.73vw, 1.2rem);
  letter-spacing: .02em;
}

.header__logo img {
  height: 43px;
  width: auto;
  max-width: 260px;
  display: block;
}

.header__logo .timestamp {
  padding: 0 1em .5em;
  font-size: 1.1rem;
  line-height: 1.3;
  display: inline-flex;
  flex-wrap: wrap;
  color: var(--color-darkgray);
}

.header__logo .timestamp time {
  display: block;
}


.header__pcContactBox {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.header__pcContactBox {
  display: flex;
  flex-flow: column wrap;
}

.header__topLink,
.header__btmLink {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.header__topLink {
  padding-bottom: 1em;
}

.header__topLink a {
  font-size: clamp(0.625em, 0.403em + 0.46vw, 0.75em);
  padding-right: 1.5rem;
}

.header__btmLink a {
  font-weight: bold;
  padding-right: 1.5rem;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
}

/* アンカー用 */
/* style.cssに追記 */
h1[id], h2[id], h3[id], details[id] {
  scroll-margin-top: 80px; /* PC想定 */
}

@media (max-width: 767px) {
  h1[id], h2[id], h3[id],details[id] {
    scroll-margin-top: 50px; /* SP想定 */
  }
}

/*
  ===== globalnavigation ==========================================
*/
.pcNavi {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pcNavi__list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.pcNavi__item {
  width: 20%;
}

.pcNavi__item>a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.pcNavi__item i {
  margin-right: 5px;
  color: var(--color-gray);
}

@media (any-hover:hover) {
  .pcNavi__item>a:hover {
    background: #333333;
    opacity: 1 !important;
    color: #FFF;
  }

  .pcNavi__item>a:hover i {
    color: #FFF;
  }
}

.pcNavi__item--parent {
  list-style: none;
  padding: 0;
  position: relative;
}

.pcNavi__childList {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 999;
}

.pcNavi__childItem {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (any-hover:hover) {
  .pcNavi__item:hover .pcNavi__childItem {
    overflow: visible;
    height: 54px;
    background-color: #333333;
    border-bottom: 1px solid #666666;
  }
}

.pcNavi__childItem>a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
}

@media (any-hover:hover) {
  .pcNavi__childItem a:hover {
    background: #666666;
  }
}

.header__userMenuBox .header__spBtnWrap,
.header__userMenuBox .header__spBtnWrap li {
  display: flex;
}

.header__userMenuBox .header__spBtnWrap li a,
.header__userMenuBox .header__spBtnWrap li .header__logout,
.header__userMenuBox .header__spBtnWrap li .header__logoutBtn,
.header__userMenuBox .header__spBtnWrap .dropbtn {
  width: 80px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header__userMenuBox .header__spBtnWrap li a .ph {
  font-size: 40px;
  color: var(--color-main);
}

.header__userMenuBox .header__spBtnWrap li .header__logoutBtn .ph {
  font-size: 40px;
  color: var(--color-darkgray);
}

.header__userMenuBox .header__spBtnWrap .header__spBtnTtl {
  font-size: clamp(0.8rem, 0.403em + 0.46vw, 1rem);
  text-align: center;
  padding-top: .5em;
  line-height: 1.3;
}

.header__userMenuBox .header__spBtnWrap .dropbtn {
  /* position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.8rem, 0.403em + 0.46vw, 1rem);
  padding: 5px;
  line-height: 1.2; */
  cursor: pointer;
  height: 80px;
}

/* ★追加：ハンバーガー用アイコンフォント表示 */
.header__userMenuBox .header__spBtnWrap .dropbtn .ph,
.header__userMenuBox .header__spBtnWrap .dropbtn .header__spNaviIcon {
  font-size: 40px;
  color: var(--color-main);
  line-height: 1;
  display: block;
  /* transform: translateX(-50%); */
  transition: transform .25s ease, opacity .2s ease, color .2s ease;
}

/* ★追加：開いた時のアニメ（回転＆色変更など） */
.header__userMenuBox .header__spBtnWrap .dropbtn.active .ph,
.header__userMenuBox .header__spBtnWrap .dropbtn.active .header__spNaviIcon {
  transform: rotate(90deg);
}

.header__userMenuBox .header__spBtnWrap .dropbtn.active,
.header__userMenuBox .header__spBtnWrap .dropbtn:hover {
  background: var(--color-palegray);
  transition: ease .3s;
}

.header__userMenuBox .header__spBtnWrap .dropbtn span {
  /* width: 40px;
  height: 2px;
  background-color: var(--color-main);;
  display: block;
  position: absolute;
  transition: ease .3s;
   */
   display: none;
}

.header__userMenuBox .header__spBtnWrap .dropbtn span:first-of-type {
  top: 15px;
}

.header__userMenuBox .header__spBtnWrap .dropbtn span:nth-of-type(2) {
  top: 27px;
}

.header__userMenuBox .header__spBtnWrap .dropbtn span:nth-of-type(3) {
  top: 39px;
}

.header__userMenuBox .header__spBtnWrap .dropbtn.active {
  transform: translateX(0);
}

.header__userMenuBox .header__spBtnWrap .dropbtn.active span:first-of-type {
  top: 27px;
  transform: rotate(45deg);
}

.header__userMenuBox .header__spBtnWrap .dropbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.header__userMenuBox .header__spBtnWrap .dropbtn.active span:nth-of-type(3) {
  top: 27px;
  transform: rotate(-45deg);
}

.header__userMenuBox .enFont {
  font-style: normal;
}

.header__userMenuBox .header__spBtnWrap li .icon_push {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: var(--rad-round);
  background: var(--color-orange);
  position: absolute;
  right:calc(50% - 20px);
  top: 1em;
}


/* ドロップダウンメニュー メガメニュー */
.spNavi.dropmenu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 100;
  overflow-y: auto;
  background: var(--color-palegray);
}

.header.fixed .spNavi.dropmenu {
  height: calc(100vh - 80px);
}

.spNavi__itemWrap {
  position: relative;
}

.menuWrap {
  position: relative;
  width: 100%;
  height: auto;
}

.menuHead,
.menuBody {
  max-width: var(--large-content);
  margin: 0 auto;
  width: 100%;
  padding: var(--gutter-supernarrow) var(--gutter);
  display: flex;
  justify-content: space-between;
}

.menuHead {
  border-bottom: 1px solid var(--color-gray);
  align-items: baseline;
}

.menuHead__status {
  display: flex;
  flex-flow: wrap;
  gap: 10px 20px;
}

.menuHead__statusItem {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 1.4rem;
}

.menuHead__statusItem::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: var(--rad-round);
  background: var(--color-ygreen);
  margin-right: .5em;
}

.menuHead__statusItem .enFont {
  color: var(--color-main);
  font-weight: 700;
  font-size: 1.4em;
  padding: 0 3px;
}

.menuHead__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.menuHead__name {
  display: flex;
  flex-flow: wrap;
}

.menuHead__name span {
  font-weight: bold;
  color: var(--color-main);
  padding: 0 5px;
}

.menuHead__actions {
  gap: 10px;
}

.menuHead__login a {
  color: #fff;
  background-color: var(--color-main);
  border-radius: var(--rad-round);
  padding: .75em 2em;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.menuHead__login a .ph,
.menuHead__logoutBtn .ph {
  font-size: 18px;
  padding-right: 8px;
}

.menuBody {
  gap: 20px;
}

.menuContents__ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: .5em;
}

.menuBody__left {
  /* max-width: calc(100% - 400px); */
  width: 70%;
}

.menuBody__right {
  width: 400px;
  /* width: 30%; */
}

.menuContents__box {
  padding-bottom: var(--gutter-supernarrow);
}

.menuBody__searchBox {
  display: flex;
  width: 100%;
}

.menuBody__searchBox .searchForm {
  display: flex;
  position: relative;
  align-items: center;
  width: calc(100% - 80px);
}

.menuBody__searchBox .searchForm .ph {
  position: absolute;
  font-size: 18px;
  color: var(--color-gray);
  left: .5em;
}

.menuBody__searchBox .searchForm input {
  padding: .5em .5em .5em 30px;
  width: 100%;
  border-radius: var(--rad-common) 0 0 var(--rad-common);
}

.menuBody__searchBox button {
  color: #fff;
  background-color: var(--color-main);
  border-radius: 0 var(--rad-common) var(--rad-common) 0;
  padding: .5em 0;
  font-size: 1.4rem;
  width: 80px;
  text-align: center;
}

/* .menuBody .linkBtn__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.menuBody .linkBtn__item a {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-gray);
  border-radius: var(--rad-common);
  font-weight: bold;
  padding: 1em;
  position: relative;
}

.menuBody .linkBtn__item a:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px var(--color-gray);
  border-right: solid 1px var(--color-gray);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
} */

.menuBody .linkBtn__item a .ph {
  font-size: 30px;
  color: var(--color-main);
  padding-right: 5px;
}

.menuBody .linkCard__list {
  margin-bottom: 0;
  grid-template-columns: repeat(2, 1fr);
}

.menuBody .pickupLink .linkCard__item {
  flex: 1;
  width: auto;
}

.menuBody .searchLink .linkBtn__item a {
  padding: 1.5em 1em;
  line-height: 1;
  font-size: 1.6rem;
}

.menuBody .linkCard__item .linkCard__img {
  aspect-ratio: 1 / 1;
}

.menuBody .pickupLink .linkCard__item .icon span {
  border-radius: var(--rad-common);
  font-weight: bold;
  margin-bottom: .5em;
}

.menuBody .pickupLink .linkCard {
  background: #fff;
}

.menuBody .pickupLink .linkCard__ttl {
  font-size: 1.6rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5em 2.5em 1.3em 1em;
}

.menuBody .textLink_list {
  display: flex;
  gap: 20px;
  font-size: 1.4rem;
}

.menuBody__right .menuContact {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  background: var(--color-palegreen);
  border-radius: var(--rad-common);
  border: 1px solid #9ED8C4;
  padding: 20px;
}

.menuBody__right .menuContents__ttl {
  font-size: 1.8rem;
}

.menuBody__right .font12 {
  margin-bottom: 1em;
}

.menuBody__right .menuContact__item {
  margin-bottom: 1em;
  width: 100%;
}

.menuBody__right .menuContact__item .btn  {
  color: #fff;
  background-color: var(--color-ygreen);
  border-radius: var(--rad-round);
  padding: .75em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  line-height: 1;
}

.menuBody__right .btn__tel {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.menuBody__right .btn__tel .enFont {
  font-size: clamp(2.6rem, 2.5rem + 0.23vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.menuBody__right .btn__form {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 1.8rem);
}

.menuBody__right .btn .ph {
  font-size: 30px;
  padding-right: 5px;
}

.menuBody__right .menuBnr {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 20px;
}

.menuBody__right .menuBnr img {
  border-radius: var(--rad-common);
  border: 1px solid var(--color-gray);
}

/*
  ===== loginfixbox ==========================================
*/

.pcMemberNavi.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}

.pcMemberNavi {
  margin: 0 auto;
  padding: 10px;
  background: rgba(204, 204, 204, 0.9);
  text-align: center;
}

.pcMemberNavi__box {
  margin: 0 auto;
}

.pcMemberNavi__ttl {
  width: 160px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-right: dotted 1px #333333;
}

.pcMemberNavi__itemBox {
  vertical-align: middle;
  padding: 2px 20px;
  text-align: center;
}

.pcMemberNavi__inputWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pcMemberNavi__item {
  margin-left: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

/*ログイン時*/
.pcMemberNavi__item--link {
  margin-left: 20px;
  padding-left: 15px;
  font-weight: bold;
  background: url(../img/common/icon01.webp) no-repeat left 5px;
  background-size: 8px auto;
}

input[type="submit"].pcMemberNavi__loginBtn,
input[type="submit"].pcMemberNavi__logoutBtn {
  border: none;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #333;
  border-radius: 3px;
}

/*==================================================
  FOOTER
==================================================*/
/*footFix*/
.footFix {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.footFix .ancPagetop {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.footFix .ancPagetop .ph {
  font-size: 50px;
  color: var(--color-main);
}

.footerBnrBox {
  border-top: 1px solid var(--color-gray);
  padding: var(--gutter) 0;
}

.footerBnrBox .bannerList {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.bannerList {
  display: grid;
  grid-template-columns: repeat(auto-fit, 285px);
  gap: 20px;
}

.bannerItem {
  background-color: #fff;
}

.bannerItem a {
  display: block;
}

.bannerItem img {
  min-width: 100%;
  height: auto;
  border-radius: var(--rad-common);
  border: 1px solid var(--color-gray);
}

.footerSiteInfo {
  padding: var(--gutter) 0;
  border-top: 1px solid var(--color-gray);
}

.footerSiteInfo__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerSiteInfo__logo {
  width: 260px;
}

.footerSiteInfo__logo a {
  display: block;
  width: 100%;
  height: 100%;

}

.footerSiteInfo__logo img {
  width: 310px;
  height: auto;
}

.footerSiteInfo__logo a span {
  padding-bottom: .5em;
  font-size: clamp(1rem, 0.403rem + 0.46vw, 0.8em);
}

.footerSiteInfo__company {
  width: 480px;
  padding: 0 20px;
  text-align: right;
}

.footerSiteInfo__companyTtl {
  font-weight: bold;
}

.footerSiteInfo__companyAddress:nth-child(2n):not(:last-child){
  margin-bottom:10px;
}

.footerSiteInfo__btn {
  width: 180px;
  margin-top:auto;
  margin-bottom:0;
}

.footerSiteInfo__btn a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: #333;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
}

.footerSiteInfo__btn a::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.footerActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 50px;
  max-width: 1200px;
}

.footerActions__btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 40%;
  max-width: 410px;
  margin-right: 2%;
}

.footerActions__btn {
  width: calc((100% - 10px) / 2);
  max-width: 200px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border-radius: 3px;
  position: relative;
}

.footerActions__btn::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.footerActions__btn--emember {
  border: 1px solid var(--color-red);
  background-color: var(--color-red);
}

.footerActions__btn--shoprsv {
  background-color: var(--color-green);
  border: 1px solid var(--color-green);
}

.menuHead__logoutForm {
  max-width: 200px;
}

.menuHead__logoutBtn {
  background: var(--color-darkgray);
  padding: .75em 2em;
  width: 100%;
  display: flex;
  color: #fff;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  border-radius: var(--rad-round);
  line-height: 1;
  white-space: nowrap;
}

.footerActions__telWrap {
  flex-shrink: 0;
}

.footerActions__pcTel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 10px;
}

.footerActions__pcTelNum {
  font-size: 38px;
  text-indent: 0.5em;
  font-weight: bold;
  line-height: 1;
  padding-left: 16px;
  position: relative;
}

.footerActions__pcTelNum::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  color: var(--color-gray);
  font-weight: 900;
  content: '\f879';
  font-size: 30px;
  left: -20px;
  top: 60%;
  transform: translateY(-50%);
}

.footerActions__pcTelTime {
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
}

.footersearchLink {
  padding: var(--gutter) 0 0;
  margin-bottom: var(--gutter);
  background: var(--color-lightgray);
}

.footerSitemap {
  padding-bottom: var(--gutter) !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.footerSitemap__left,
.footerSitemap__right {
  /* width: 49%; */
}

.footersearchLink__item {
  display: flex;
  gap: 10px;
  margin: 1em 0;
}

.footersearchLink__item dt {
  padding-right: 1em;
  flex: 0 0 5rem;
  white-space: nowrap;
  margin: 0;
}

.footersearchLink__item dd {
  flex: 1 1 auto;
  margin: 0;
}

.footerSitemap__wrap {
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.footerSitemap__parent {
  /* width: 32%; */
}

.footerSitemap__parent dt {
  margin-bottom: .5em;
}

.footerSitemap__item {
  margin-bottom: .2em;
}

.footerSitemap__item a {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1em;
}

.footerSitemap__item a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-ygreen);
  font-size: 6px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(180%);
}

.footerSitemap__item .extarnal::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23888888%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M224%2C104a8%2C8%2C0%2C0%2C1-16%2C0V59.32l-66.33%2C66.34a8%2C8%2C0%2C0%2C1-11.32-11.32L196.68%2C48H152a8%2C8%2C0%2C0%2C1%2C0-16h64a8%2C8%2C0%2C0%2C1%2C8%2C8Zm-40%2C24a8%2C8%2C0%2C0%2C0-8%2C8v72H48V80h72a8%2C8%2C0%2C0%2C0%2C0-16H48A16%2C16%2C0%2C0%2C0%2C32%2C80V208a16%2C16%2C0%2C0%2C0%2C16%2C16H176a16%2C16%2C0%2C0%2C0%2C16-16V136A8%2C8%2C0%2C0%2C0%2C184%2C128Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  margin:0 0 5px 5px;
}

@media (any-hover:hover) {

}

/*SNS icon*/
.footerSocial{
  display:flex;
  justify-content: center;
  margin:var(--gutter-narrow) 0;
}

.footerSocial__item {
  width:32px;
  height:32px;
  margin:0 10px;
}

.footerCopy {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.03em;;
  color: #FFFFFF;
  background: var(--color-ygreen);
  text-align: center;
  position:relative;
}

/*テンプレートマーク
.footerCopy::before{
  content:"T";
  display:block;
  font-size:12px;
  width:16px;
  height:16px;
  color:rgba(225,255,255,.2);
  box-shadow: inset 1px 1px 0 0 rgba(0,0,0,.4);
  line-height: 1;
  border:1px solid currentColor;
  border-radius: 2px;
  position:absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}*/

/* recaptcha */
.grecaptcha-badge {
  bottom: 160px !important;
  overflow: hidden;
  z-index: 1000;
}

/*==================================================
  MAIN
==================================================*/
/*************** メインタイトル ****************/
.ttlWrap {
  background: var(--color-lightgray);
  display: flex;
  /* justify-content: center;
  flex-direction: column; */
  align-items: center;
  height: 150px;
}

.mainTtl {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: bold;
  display: flex;
  /* flex-direction: column;
  justify-content: center; */
  align-items: center;
  width: var(--width-content);
  max-width: 96%;
  margin: 0 auto;
}

#container {
  margin: 0 auto !important;
}

/*投稿box*/
#container .page_title01 {
  text-align: center;
  font-size: 40px;
  line-height: 1.0;
  letter-spacing: 0.08em;
  font-weight: bolder;
  background: url('../img/common/page_title01_bg.webp') no-repeat top center;
}

/*--BREAD--*/
#bread {
  max-width: var(--large-content);
  margin: 0 auto;
  padding: 8px var(--gutter-supernarrow);
  font-size: 1rem;
}

#bread>span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  margin-right: 5px;
}

#bread a {
  display: inline-block;
  margin-right: 5px;
  padding-left: 5px;
  color: var(--color-blue);
}

#bread span.current-item {
  padding-left: 5px;
}

@media (any-hover:hover) {
  #bread a:hover {
    text-decoration: underline;
  }
}

/*投稿box*/
#postbox {
  width: 100%;
  margin: 0 auto var(--gutter);
  overflow: hidden;
}

.estates-detail #postbox {
  border-top: 1px solid var(--color-palegray);
}

/* 見出し・サブタイトル */
.section__ttl {
  font-size: clamp(2rem, 2rem + 1vw, 2.8rem);
  font-weight: bold;
}

.sectionTtlBox {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: var(--gutter-narrow);
}

.sectionTtlBox_colm {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: var(--gutter-narrow);
}

.section__ttl span {
  display: block;
  font-size: 50%;
  font-weight: normal;
  color: var(--color-darkgray);
}

.section__ttl .font_80 {
  font-weight: bold;
  color: var(--color-black);
  display: inline;
  font-size: 80%;
}

.section__ttl span .enFont {
  font-size: 150%;
  font-weight: 600;
  display: inline;
  padding: 0 3px;
}

.section__sub {
  font-size: clamp(1.6rem, 1.6rem + 1vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.sectionTtlBox .section__sub {
  margin-bottom: 0;
}

.section__caption {
  font-size: clamp(1.2rem, 1rem + 0.5vw, 1.5rem);
  margin: 1em 0;
}

#main .secTtl {
  font-size: clamp(1.4rem, 1.6rem + 1vw, 2rem);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

#postbox input,
#postbox textarea,
#postbox select {
  margin: 0 5px;
}

#postbox .wp-caption {
  max-width: 100% !important;
}

/*(開閉タイトル)*/
.oc_bar01,
.oc_bar01_open,
.srchbox01 .selectbox01 .selectbox_ttl,
.srchbox01 .selectbox01 .selectbox_ttl_open {
  cursor: pointer;
}

.oc_bar01,
.oc_bar01_open,
.srchbox01 .selectbox01 .selectbox_ttl,
.srchbox01 .selectbox01 .selectbox_ttl_open,
.srchbox01 .selectbox01 h3 {
  cursor: pointer;
  margin: 10px 0;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: dotted 1px #333333;
}

.oc_bar01_open:after,
.srchbox01 .selectbox01 .selectbox_ttl_open:after {
  cursor: pointer;
  line-height: 100%;
  display: block;
  content: "＋";
  float: right;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: none !important;
  padding: 5px;
  background: #3E3939;
}

.oc_bar01:after,
.srchbox01 .selectbox01 .selectbox_ttl:after {
  cursor: pointer;
  line-height: 100%;
  display: block;
  content: "－";
  float: right;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: none !important;
  padding: 5px;
  background: #3E3939;
}

.recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

/*投稿画像*/
.noticePage img,
.gallery_renovationPage img .qaPage img .staffPage img .columnPage img {
  max-width: 100%;
  height: auto;
}

/* 2カラムのページ サイドバー */
.contentWrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: var(--gutter-wide);
}

.contentSide {
  /* width: 270px; */
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.contentSide__ttl {
  font-weight: bold;
  font-size: 1.8rem;
}

.sidebarBox {
  border: 1px solid var(--color-gray);
  border-radius: var(--rad-common);
}

.sidebarBox__ttl {
  font-weight: bold;
  font-size: 1.6rem;
  background: var(--color-lightgray);
  padding: 10px var(--gutter-supernarrow);
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.sidebar__search .sidebarBox__contents {
  padding: var(--gutter-supernarrow);
}

.sidebarItem a,
.sidebarItem .logoutBtn {
  padding: 1.5rem;
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--color-gray);
  width: 100%;
  align-items: center;
}

.sidebarItem.current a {
  color: var(--color-main);
  font-weight: bold;
}

.sidebarItem:last-child a {
  border-bottom: 0;
}

.sidebarItem a::after,
.sidebarItem .logoutBtn::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px var(--color-gray);
  border-right: solid 1px var(--color-gray);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}

.sidebarItem .logoutBtn:hover {
  filter: alpha(opacity=70);
  -webkit-transition: all .3s;
  transition: all .3s;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* サイドバナー */
.sideBnrBox .bannerList {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* 右カラム */
.contentMain {
  width: calc(100% - 270px);
  /* width: 100%; */
}

/* 物件スライダー */
.recom {
  position: relative;
  padding: var(--gutter) 0;
  overflow: hidden;
}

.recom .wrap {
  width: 100%;
  margin: 0 auto;
}

/* 下層ページ */
#postbox #pickupBox {
  overflow: visible;
}

.recom .itemList {
  position: relative;
  display: flex;
  justify-content: center;
}

/* slickではないときのレイアウト */
.recom .itemList:not(.slick-slider) {
  display: flex;
  justify-content: flex-start;
  max-width: var(--width-content);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.recom .item {
  width: 280px !important;
  min-width: 280px;
  background: #FFF;
  border-radius: var(--rad-common);
  border: solid 1px var(--color-gray);
  position: relative;
  margin: 0 10px;
  font-size: 14px;
  /* opacity: .5; */
  transition: opacity 0.3s ease;
}

/* 下層ページ 2カラムの中 */
.contentMain .recom .item  {
  width: 290px;
}

.recom .item.slick-active {
  opacity: 1;
}

.recom .slick-list {
  overflow: visible;
}

/*-------------------------▲*/
.recom .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.recom .item:hover {
  opacity: 0.8;
}

.recom .item .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.recom .item .itemHead {
  position: relative;
}

/* お気に入りボタン アイコン */
.recom .item .itemHead .icon,
.estateItem .estateItem_photo .icon {
  position: absolute;
  z-index: 1;
  display: flex;
}

.recom .item .itemHead .icon.favorite,
.estateItem .estateItem_photo .icon.favorite {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: var(--rad-round);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px 0px rgba(64,41,23,0.2);
  cursor: pointer;
  z-index: 10;
  /* transition: background 0.15s ease, color 0.15s ease; */
}

.recom .item .itemHead .icon.favorite:hover,
.estateItem .estateItem_photo .icon.favorite:hover {
  background: var(--color-palegreen);
}

.recom .item .itemHead .icon.favorite {
  bottom: 10px;
  right: 10px;
}

.estateItem .estateItem_photo .icon.favorite {
  bottom: 10px;
  right: 10px;
}

.recom .item .itemHead .icon.favorite p,
.estateItem .estateItem_photo .icon.favorite p {
  line-height: 1;
}

.recom .item .itemHead .icon.favorite .ph,
.estateItem .estateItem_photo .icon.favorite .ph {
  font-size: 24px;
  color: var(--color-main);
}

.recom .item .itemHead .icon.favorite.is_favorite,
.estateItem .estateItem_photo .icon.favorite.is_favorite,
.estates-detail .estate_option_item.favorite .btn_favorite.is_favorite {
  background: var(--color-main);
  /* animation: pop-bounce-subtle 0.25s ease; */
}

.recom .item .itemHead .icon.favorite.is_favorite .ph,
.estateItem .estateItem_photo .icon.favorite.is_favorite .ph {
  color: #fff;
}

/* ポヨンと膨らむアニメーション定義 */
@keyframes pop-bounce-subtle {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}


/* お気に入りボタンここまで */

/* .recom .item .itemHead img {
  width: 50px;
  aspect-ratio: 5 / 2;
  display: inline-block !important;
} */

.recom .item .photo {
  border-radius: var(--rad-common) var(--rad-common) 0 0;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

.recom .item .photo img {
  width: 100%;
  height: calc(100% + 1px);
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  inset: -0.5px 0;
  transform: translateZ(0);
}

.recom .item  .price {
  flex-shrink: 0;
  text-align: right;
  padding: 0 10px 10px;
}

.recom .item  .price strong {
  color: var(--color-red);
  font-weight: bold;
  font-size: 2rem;
  margin-right: 5px;
}

.recom .item  .price::before {
  content: "賃料";
  padding-right: .5em;
  color: var(--color-black);
  font-weight: normal;
}

.recom .item .price span {
  font-size: 1.2rem;
}

.recom .item .price span span {
  color: var(--color-black);
  font-weight: normal;
  font-size: 1.2rem;;
}

.recom .item  .price .inquirePrice {
  color: var(--color-black);
  font-size: 16px;
}


.recom .item .info {
  padding: 10px;
  flex-grow: 1;
}

.recom .item .info h3.ttl {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recom .item .info h3.ttl span {
  font-size: 80%;
}

/* 物件ステータス */
.recom .item .info h3.ttl .icon {
  color: #fff;
  padding: 4px 6px;
  border-radius: var(--rad-common);
  font-weight: normal;
  margin-right: 5px;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
}

.recom .item .info h3.ttl .label_private {
  background: var(--color-black);
}

.recom .item .info h3.ttl .label_delete {
  background: var(--color-darkgray);
}

.recom .item .info h3.ttl .label_end {
  background: var(--color-red);
}


.recom .item .info .details {
  min-height: 60px;
}

.recom .item .info .details li,
.estateItem_info .details li {
  display: flex;
  gap: 5px;
  color: var(--color-darkgray);
  font-size: clamp(1rem, 1.1rem, 1.2rem);
  margin-bottom: .5em;
  white-space: normal;
  word-break: break-word;
}

/* 詳細のアイコン */
.recom .item .info .details li::before,
.estateItem_info .details li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2px;  
}

.recom .item .info .details .first_station,
.estateItem_info .details .first_station {
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
  color: var(--color-main);
}

.recom .item .info .details .route span {
  padding-right: .5em;
}

/* 交通アイコン */
.recom .item .info .details .route::before,
.estateItem_info .details .route::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23888888%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M184%2C24H72A32%2C32%2C0%2C0%2C0%2C40%2C56V184a32%2C32%2C0%2C0%2C0%2C32%2C32h8L65.6%2C235.2a8%2C8%2C0%2C1%2C0%2C12.8%2C9.6L100%2C216h56l21.6%2C28.8a8%2C8%2C0%2C1%2C0%2C12.8-9.6L176%2C216h8a32%2C32%2C0%2C0%2C0%2C32-32V56A32%2C32%2C0%2C0%2C0%2C184%2C24ZM56%2C120V80h64v40Zm80-40h64v40H136ZM72%2C40H184a16%2C16%2C0%2C0%2C1%2C16%2C16v8H56V56A16%2C16%2C0%2C0%2C1%2C72%2C40ZM184%2C200H72a16%2C16%2C0%2C0%2C1-16-16V136H200v48A16%2C16%2C0%2C0%2C1%2C184%2C200ZM96%2C172a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C96%2C172Zm88%2C0a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C184%2C172Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

/* 住所 */
.recom .item .info .details .address::before,
.estateItem_info .details .address::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23888888%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M128%2C64a40%2C40%2C0%2C1%2C0%2C40%2C40A40%2C40%2C0%2C0%2C0%2C128%2C64Zm0%2C64a24%2C24%2C0%2C1%2C1%2C24-24A24%2C24%2C0%2C0%2C1%2C128%2C128Zm0-112a88.1%2C88.1%2C0%2C0%2C0-88%2C88c0%2C31.4%2C14.51%2C64.68%2C42%2C96.25a254.19%2C254.19%2C0%2C0%2C0%2C41.45%2C38.3%2C8%2C8%2C0%2C0%2C0%2C9.18%2C0A254.19%2C254.19%2C0%2C0%2C0%2C174%2C200.25c27.45-31.57%2C42-64.85%2C42-96.25A88.1%2C88.1%2C0%2C0%2C0%2C128%2C16Zm0%2C206c-16.53-13-72-60.75-72-118a72%2C72%2C0%2C0%2C1%2C144%2C0C200%2C161.23%2C144.53%2C209%2C128%2C222Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

/* ビル */
.recom .item .info .details .build::before,
.estateItem_info .details .build::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23888888%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M232%2C224H208V32h8a8%2C8%2C0%2C0%2C0%2C0-16H40a8%2C8%2C0%2C0%2C0%2C0%2C16h8V224H24a8%2C8%2C0%2C0%2C0%2C0%2C16H232a8%2C8%2C0%2C0%2C0%2C0-16ZM64%2C32H192V224H160V184a8%2C8%2C0%2C0%2C0-8-8H104a8%2C8%2C0%2C0%2C0-8%2C8v40H64Zm80%2C192H112V192h32ZM88%2C64a8%2C8%2C0%2C0%2C1%2C8-8h16a8%2C8%2C0%2C0%2C1%2C0%2C16H96A8%2C8%2C0%2C0%2C1%2C88%2C64Zm48%2C0a8%2C8%2C0%2C0%2C1%2C8-8h16a8%2C8%2C0%2C0%2C1%2C0%2C16H144A8%2C8%2C0%2C0%2C1%2C136%2C64ZM88%2C104a8%2C8%2C0%2C0%2C1%2C8-8h16a8%2C8%2C0%2C0%2C1%2C0%2C16H96A8%2C8%2C0%2C0%2C1%2C88%2C104Zm48%2C0a8%2C8%2C0%2C0%2C1%2C8-8h16a8%2C8%2C0%2C0%2C1%2C0%2C16H144A8%2C8%2C0%2C0%2C1%2C136%2C104ZM88%2C144a8%2C8%2C0%2C0%2C1%2C8-8h16a8%2C8%2C0%2C0%2C1%2C0%2C16H96A8%2C8%2C0%2C0%2C1%2C88%2C144Zm48%2C0a8%2C8%2C0%2C0%2C1%2C8-8h16a8%2C8%2C0%2C0%2C1%2C0%2C16H144A8%2C8%2C0%2C0%2C1%2C136%2C144Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

/* 入居 */
.estateItem_info .details .available::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23888888%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M208%2C32H184V24a8%2C8%2C0%2C0%2C0-16%2C0v8H88V24a8%2C8%2C0%2C0%2C0-16%2C0v8H48A16%2C16%2C0%2C0%2C0%2C32%2C48V208a16%2C16%2C0%2C0%2C0%2C16%2C16H208a16%2C16%2C0%2C0%2C0%2C16-16V48A16%2C16%2C0%2C0%2C0%2C208%2C32ZM72%2C48v8a8%2C8%2C0%2C0%2C0%2C16%2C0V48h80v8a8%2C8%2C0%2C0%2C0%2C16%2C0V48h24V80H48V48ZM208%2C208H48V96H208V208Zm-38.34-85.66a8%2C8%2C0%2C0%2C1%2C0%2C11.32l-48%2C48a8%2C8%2C0%2C0%2C1-11.32%2C0l-24-24a8%2C8%2C0%2C0%2C1%2C11.32-11.32L116%2C164.69l42.34-42.35A8%2C8%2C0%2C0%2C1%2C169.66%2C122.34Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

/* 賃料 */
.estateItem_info .details .price::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23888888%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M206.19%2C53.07%2C144.88%2C128H176a8%2C8%2C0%2C0%2C1%2C0%2C16H136v16h40a8%2C8%2C0%2C0%2C1%2C0%2C16H136v40a8%2C8%2C0%2C0%2C1-16%2C0V176H80a8%2C8%2C0%2C0%2C1%2C0-16h40V144H80a8%2C8%2C0%2C0%2C1%2C0-16h31.12L49.81%2C53.07A8%2C8%2C0%2C0%2C1%2C62.19%2C42.93L128%2C123.37l65.81-80.44a8%2C8%2C0%2C1%2C1%2C12.38%2C10.14Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

.recom .item .payment_pay {
  margin: 0 20px;
  padding: 10px 0 5px;
}

.recom .item .payment_pay dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recom .item .payment_pay dt,
.recom .item .payment_pay dd {
  font-weight: bold;
  line-height: 1;
}

.recom .item .payment_pay dd span {
  font-size: 16px;
  margin: 0 3px;
}

.recom .item .payment_pay .payment_txt {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  background: var(--color-palegray);
  margin-top: 10px;
  line-height: 1;
}

/* スタッフコメント */
/* .recom .item .staffComment {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.recom .item .staffComment_img {
  width: 75px;
  height: auto;
  aspect-ratio: 1 / 1;
}

.recom .item .staffComment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recom .item .staffComment_txtBox {
  width: calc(100% - 75px);
  padding: 0 8px;
  text-align: left;
}

.recom .item .staffComment_name {
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recom .item .staffComment_txt {
  font-size: 1.3rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */


/*==================================================
  slick
==================================================*/
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

/*arrow*/
.slick-arrow::before {
  content: "" !important;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
}

.slick-arrow.slick-prev,
.slick-arrow.slick-prev::before {
  left: 0 !important;
}

.slick-arrow.slick-next,
.slick-arrow.slick-next::before {
  right: 0 !important;
}

.slick-next,
.slick-prev {
  z-index: 99 !important;
  width: 50px !important;
  height: 50px !important;
}

.slick-next::before {
  background: url(../img/common/arrow_right.webp) !important;
  background-size: contain !important;
  opacity: 1 !important;
}

.slick-prev::before {
  background: url(../img/common/arrow_left.webp) !important;
  background-size: contain !important;
  opacity: 1 !important;
}

/* 物件詳細は白 */
.estateDetail_image .slick-next::before {
  background: url(../img/common/arrow_right_white.webp) !important;
  background-size: contain !important;
  opacity: 1 !important;
}

.estateDetail_image .slick-prev::before {
  background: url(../img/common/arrow_left_white.webp) !important;
  background-size: contain !important;
  opacity: 1 !important;
}

.slick-dots li,
.slick-dots li button {
  width: 16px !important;
  height: 16px !important;
}

.slick-dots li button:before {
  content: "" !important;
  width: 13px !important;
  height: 13px !important;
  background: #999;
  border-radius: 8px;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background: #333;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/*==================================================
  リンクタグ
==================================================*/
.tagTtl {
  font-weight: bold;
  font-size: clamp(1.6rem, 1.6rem + 0.5vw, 2rem);
  margin-bottom: .5em;
}

.tagList .tagItem {
  display: inline-block;
  padding-right: 1em;
  line-height: 1.8;
}

.tagList .tagItem a {
  color: var(--color-blue);
}

.tagList .tagItem a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* タグボックス */
.featureBox__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.featureBox__list {
  border:1px solid var(--color-gray);
  border-radius: var(--rad-common);
  padding: var(--gutter-supernarrow);
}

.featureBox__list .featureBox__ttl:not(:first-child) {
  margin-top: var(--gutter-narrow);
}

/* リンクカード */

.linkCard__list {
  /* display: flex;
  flex-flow: row wrap; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: var(--gutter-supernarrow);
}

.linkCard__item {
  display: flex;
}

.linkCard {
  display: flex;
  width: 100%;
  border: 1px solid var(--color-gray);
  border-radius: var(--rad-common);
}

.linkCard__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  width: 30%;
  border-radius: var(--rad-common) 0 0 var(--rad-common);
}

.linkCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.linkCard__ttl {
  width: 70%;
  padding: 1em;
  position: relative;
  font-size: 1.8em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.linkCard__ttl span {
  font-size: .8em;
}

.linkCard__ttl span.enFont {
  color: var(--color-main);
  font-size: .9em;
  font-weight: 700;
  padding-left: 1em;
}

 .linkCard__ttl::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px var(--color-gray);
  border-right: solid 1px var(--color-gray);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
 }

 /* リンクボタン */
.linkBtn__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.linkBtn__item a {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-gray);
  border-radius: var(--rad-common);
  font-weight: bold;
  padding: 1em 2em 1em 1em;
  position: relative;
}

.linkBtn__item a:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px var(--color-gray);
  border-right: solid 1px var(--color-gray);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}

/* 外部リンク */
.sidebarItem a .ph-arrow-square-out,
.linkBtn__item a .ph-arrow-square-out {
  color: var(--color-darkgray);
  margin-left: 5px;
}
 
/*
===== 物件特集カード ==========================================
*/
.popularList .linkCard__list {
  grid-template-columns: repeat(2, 1fr);
}

.popularList .linkCard__ttl::after {
  content: none;
}

.popularBox .linkCard__ttl {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.linkCard__item .popular__ttl {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  margin-bottom: .5em;
}

.linkCard__item .popular__txt {
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: normal;
  color: var(--color-darkgray);
}

/*
===== 近隣エリア カード ==========================================
*/
.nearArea .linkCard__list {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: var(--gutter);
}

.nearArea .linkCard {
  flex-flow: column wrap;
  /* justify-content: center; */
  padding: 20px 40px 20px 20px;
  position: relative;
}

.nearArea .linkCard::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px var(--color-gray);
  border-right: solid 1px var(--color-gray);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
 }

.linkCard__item .nearArea__ttl {
  font-size: clamp(1rem, 0.85rem + 1vw, 1.8rem);
  margin-bottom: .5em;
  color: var(--color-blue);
  font-weight: bold;
}

.linkCard__item .nearArea__txt {
  font-size: clamp(0.75rem, 0.75rem + 1vw, 1.2rem);
  font-weight: normal;
  color: var(--color-darkgray);
}


/*
===== お知らせ ==========================================
*/
.newsBox {
  padding: var(--gutter) 0;
}

.newsBox__item a {
  display: flex;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid var(--color-gray);
}

.newsBox__itemTtl {
  font-weight: bold;
  color: var(--color-blue);
}

.newsBox__date {
  padding-right: 1em;
}

.newsBox__item .icon {
  margin: 0 1em 0 0;
}

.icon .newsIcon {
  display: block;
  min-width: 8em;
  text-align: center;
  border-radius: var(--rad-round);
  background: var(--color-darkgray);
}

.icon .blogIcon {
  display: block;
  min-width: 8em;
  text-align: center;
  border-radius: var(--rad-round);
  background: var(--color-palegreen);
  color: var(--color-main);
}

.icon .newsIcon.important,
.icon.user-msg {
  background: var(--color-orange);
}

.icon .newsIcon.new-features,
.icon.cs-msg {
  background: var(--color-ygreen);
}

/*
===== お役立ち情報 ==========================================
*/

.blogCard {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: var(--rad-common);
  display: flex;
}


.blogCard .blogCard__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.blogCard .blogCard__img  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogCard .blogCard__ttl {
  font-weight: bold;
  font-size: clamp(1rem, 1rem + 1vw, 1.8rem);
  padding: .5em 0;
}

.blogCard .blogCard__txt {
  color: var(--color-darkgray);
  padding-bottom: .5em;
  font-size: clamp(1rem, 0.855rem + 0.73vw, 1.4rem);
}

.blogCard .blogCard__date {
  color: var(--color-darkgray);
  font-size: 1.2rem;
  font-weight: 400;
}

/* アイコン */
.blogCard .icon {
  position: absolute;
  z-index: 1;
}

/*==================================================
  PC only SETTINGS : Min768px
==================================================*/
@media screen and (min-width: 768px) {

  /* fixed */
  .header.fixed {
    height: 80px;
  }

  .header.fixed .header__inner {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: none;
    z-index: 200;
    background: #fff;
    animation: header-slidein 0.5s;
    box-shadow:  0 0 3px 0px rgba(64,41,23,0.1);
  }

  @keyframes header-slidein {
    0% {
      transform: translateY(-200px);
    }

    100% {
      transform: translateY(0);

    }
  }

  .header #pcNavi.fixed .inner {
    align-items: center;
    max-width: 98%;
    margin: 5px auto 0;
  }

  .header #pcNavi.fixed >ul>li>a {
    font-size: 14px;
    padding: 0.5em;
    min-height: auto;
  }

}


/*==================================================
  SMALL PC + TABLET SETTINGS : Min768px Max1290px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1290px) {

  /*==================================================
    HEADER PC/TABLET
  ==================================================*/
  .header__pcContactBox {
    display: none;
  }

  .header__inner {
    padding:  0 0 0 20px;
  }

  .header__logo,
  .pcNavi {
    width: 50%;
  }

  .header__logo .timestamp {
    padding: 0 0 .5em 1em;
  }

  .header__logo .timestamp time {
    display: inline;
  }


  /*==================================================
    FOOTER PC/TABLET
  ==================================================*/

  .footerSiteInfo {
    padding: 30px 10px;
  }

  .footerActions {
    padding: 0 10px;
  }

  .footerActions__btnWrap {
    flex-direction: column;
  }

  .footerActions__btn {
    width: 100%;
    max-width: 270px;
  }

  .footerActions_logoutBtn {
    max-width: unset;
  }

  .footerSitemap {
    padding: 0 10px;
    width: 98%;
    overflow: hidden;
  }

  .footerSitemap.footerSitemap__bottom  {
    grid-template-columns: 1fr;
  }

}

/*==================================================
  tablet ONLY SETTINGS : Min768px Max1200px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  
  /*==================================================
    COMMON
  ==================================================*/
  .linkCard__list {
    grid-template-columns: repeat(2, 1fr);
  }

  /* メガメニュー内 */
  .menuHead,
  .menuBody {
    flex-flow: column;
  }

  .menuHead {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .menuHead__right {
    width: 100%;
    justify-content: space-between;
    
  }

  .menuHead__name,
  .menuHead__actions {
    flex: 1;
  }

  .menuHead__actions {
    justify-content: end;
  }

  .menuHead__status {
    flex-flow: row wrap;
  }

  .menuBody__left,
  .menuBody__right {
    width: 100%;
  }

  .menuBody__right .menuBnr {
    flex-flow: row;
  }

  .mainTtl{
    padding-left: 2%;
    padding-right: 2%;
  }
}

/*==================================================
  TABLET/SP BESIDE SETTINGS : Max1024px
==================================================*/
@media (max-width: 1024px) {

  /*
  ===== スライダー ==========================================
  */
  /* .recom .slick-list {
    width: 90%;
  } */

  .recom .slick-list.draggable {
    width: calc(100% - 60px);
    overflow: visible;
  }

  /* 2カラム */
  .contentWrap {
    flex-flow: column wrap;
    gap: 50px;
  }

  .contentSide,
  .contentMain {
    width: 100%;
    max-width: 100%;
  }

  /* サイドバー アコーディオン */
  .contentSide .sidebarBox__ttl {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .contentSide .sidebarBox__ttl.is-close {
    border-radius: var(--rad-common);
  }

  .contentSide .sidebarBox__ttl.is-close::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: .5em;
    border-right: 1px solid var(--color-darkgray);
    border-bottom: 1px solid var(--color-darkgray);
    transform: rotate(45deg); 
    transition: transform .2s ease;
    flex: 0 0 auto;
  }

  .contentSide .sidebarBox__ttl.is-open::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 0;
    border-right: 1px solid var(--color-darkgray);
    border-bottom: 1px solid var(--color-darkgray);
    transform: rotate(-135deg);
    transition: transform .2s ease;
    flex: 0 0 auto;
  }
}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/
@media screen and (max-width: 767px) {
  body {
    min-width: 300px;
  }

  .slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;
  }

  /*==================================================
    HEADER SP
  ==================================================*/
  .header {
    display: block;
    position: relative;
    height: 50px;
  }

  .header__inner {
    position: fixed;
    height: 50px;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    /* animation: header-slidein 0.5s; */
    box-shadow:  0 0 3px 0px rgba(64,41,23,0.2);
    display: flex;
    /* width: 57%;
    flex-grow: 1;
    margin: 0 10px 0 0; */
  }

  .spNavi.dropmenu,
  .header.fixed .spNavi.dropmenu {
    top:50px;
    height: calc(-webkit-fill-available - 50px);
    height: calc(100dvh - 50px);
  }

  .header__logo {
    width: calc(100% - 190px);
    padding: 2%;
    flex-flow: column wrap;
    align-items:flex-start;
  }

  .header__logo a {
    align-items: flex-start;
  }

  .header__logo img {
    width: auto;
    max-height: 30px;
    margin-bottom: 2px;
  }

  .header__logo .header__shoulder {
    display: inline-block;
    white-space: nowrap;
    padding: 2px 0 0;
    letter-spacing: 0;
  }

  .pcNavi {
    width: 180px;
  }

  .header__userMenuBox .header__spBtnWrap li a,
  .header__userMenuBox .header__spBtnWrap .dropbtn {
    width: 60px;
    height: 50px;
  }

  .header__userMenuBox .header__spBtnWrap li a .ph,
  .header__userMenuBox .header__spBtnWrap .dropbtn .ph {
    font-size: 26px;
  }

  .header__userMenuBox .header__spBtnWrap li .icon_push {
    top:.5em;
  }

  /* ハンバーガー */
  .header__userMenuBox .header__spBtnWrap .dropbtn span {
    width: 22px;
    height: 2px;
  }

  .header__userMenuBox .header__spBtnWrap .dropbtn span:first-of-type {
    top: 9px;
  }

  .header__userMenuBox .header__spBtnWrap .dropbtn span:nth-of-type(2) {
    top: 16px;
  }

  .header__userMenuBox .header__spBtnWrap .dropbtn span:nth-of-type(3) {
    top: 23px;
  }

  .header__userMenuBox .header__spBtnWrap .dropbtn.active span:first-of-type {
    top: 16px;
  }

  .header__userMenuBox .header__spBtnWrap .dropbtn.active span:nth-of-type(3) {
    top: 16px;
  }

  /* 会員ログイン後　ボタンとモーダルの内部 */
  .header__spMemberBtn {
    width: 40px;
    border: 1px solid var(--color-red);
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    color: var(--color-red);
    font-weight: bold;
    padding: 0 7px;
  }

  .memberModal {
    font-size: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    width: 100%;
    border-radius: 4px;
  }

  .memberModal__ttl {
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: var(--color-red);
  }

  .memberModal__menu {
    margin: 0 auto 10px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #CCC;
  }

  .memberModal__menuItem a {
    font-weight: bold;
    background: #fff;
    background-size: auto 10px;
    border: 1px solid #E6E6E6;
    display: block;
    border-radius: 4px;
    width: 100%;
    padding: 20px 10px;
    margin: 0 auto 5px;
    font-size: 14px;
    position: relative;
  }

  .memberModal__menuItem a::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 8%;
  }

  input[type="submit"].memberModal__logoutBtn {
    width: 60%;
    font-size: 1.1em;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 5px;
    padding: 15px 0;
  }

  .memberModal__closeWrap {
    padding-bottom: 20px;
  }

  .memberModal__closeBtn {
    background: #999999;
    padding: 8px 0px;
    width: 80px;
    display: block;
    color: #FFF;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
  }

  /* モーダル */
  .memberModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 100;
  }

  .memberModal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

  .memberModal.active {
    opacity: 1;
    visibility: visible;
  }

  .memberModal__body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 290px;
    width: 98%;
    background: #F6F5EF;
  }

  /* メガメニュー */
  .menuHead {
    padding: 10px 0 0;
    flex-direction: column-reverse;
  }

  .menuHead__left {
    width: 100%;
  }

  .menuHead__status{
    flex-flow: column wrap;
    gap: 0;
  }

  .menuHead__statusItem {
    border-top: 1px solid var(--color-gray);
    justify-content: center;
    padding: 5px 2%;
  }

  .menuHead__right {
    width: 100%;
    flex-flow: column;
    justify-self: center;
    text-align: center;
    padding: 0 4% 10px;
  }

  /* .menuHead__name, 
  .menuHead__login {
    flex: 1;
  }　*/

  .menuHead__statusItem,
  .menuHead__name,
  .menuHead__login a {
    font-size: 1.1rem;
  }

  .menuHead__login {
    width: 100%;
  }

  .menuHead__login a {
    font-size: 1rem;
  }

  .menuHead__name span {
    padding: 0 5px 5px;
  }

  .menuHead__actions {
    width: 100%;
  }

  .menuHead__actions .menuHead__login {
    flex:1;
    width: auto;
  }

  .menuHead__actions .menuHead__login .menuHead__logoutForm {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }

  .menuBody {
    flex-flow: column wrap;
    padding: 4%;
  }

  .menuBody__left,
  .menuBody__right {
    width: 100%;
  }

  .menuBody__searchBox .searchForm {
    width: calc(100% - 60px);
  }

  .menuBody__searchBox button {
    width: 60px;
    font-size: 1.2rem;;
  }

  .menuContents__ttl {
    font-size: 1.2rem;
  }

  .menuBody .linkBtn__list,
  .menuBody .linkCard__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* .menuBody .linkBtn__list.supportLink {
    grid-template-columns: repeat(2, 1fr);
  } */

  .menuBody .searchLink .linkBtn__item a,
  .menuBody .linkBtn__item a {
    padding: .75em;
    font-size: 1.4rem;
  }

  .menuBody .linkBtn__item a .ph {
    font-size: 24px;
  }

  .menuBody .pickupLink .linkCard__ttl {
    padding: 1em 2em 1em 1em;
    font-size: 1.4rem;
  }

  .menuBody .pickupLink .linkCard__item .icon span {
    font-size: 1rem;
  }

  .menuBody .pickupLink .linkCard__ttl::after {
    right: 10px;
  }

  /*==================================================
    FOOTER SP
  ==================================================*/
  .footersearchLink__item {
    flex-direction: column;
    gap: 5px;
    margin: 0;
  }

  .footersearchLink__item dt {
    flex: 0 0 auto; 
    font-size: 1.6rem;
    padding: .5em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid var(--color-gray);
  }

  .footersearchLink__item dd {
    width: 100%;
  }

  .footersearchLink__list {
    margin-bottom: 1em;
  }

  .footersearchLink__list .tagItem {
    padding-right: 0;
  }

  .footersearchLink__list .tagItem a {
     margin: 0.5em;
    font-size: 1.2rem;
  }

  /* .tagItem a {
    padding: 8px 12px;
    font-size: 1.4rem;
  } */

  /*footFix*/
  .footFix {
    bottom: 10%;
    display: none !important;
  }

  .footFix .ancPagetop {
    bottom: 10px;
  }

  .footerBnrBox__list {
    flex-direction: column;
  }

  .footerBnrBox__item {
    width: 100%;
  }


  .footerBnrBox img,
  .footerBnrBox__item:nth-of-type(2) img,
  .footerBnrBox__item:last-of-type img {
    width: clamp(20px,8vw,80px);
  }

  .footerBnrBox__itemTtl {
    margin-top: 0;
    margin-left: 20px;
    font-size: clamp(16px,5vw,24px)
  }

  .footerSiteInfo__inner {
    flex-direction: column;
  }

  .footerSiteInfo__logo {
    margin: 0 auto;
  }

  .footerSiteInfo__logo a {
    text-align: center;
  }

  .footerSiteInfo__company {
    margin: 20px 0 0;
    width: 100%;
    border-left: none;
    text-align: center;
    font-size: 12px;
    padding: 0 0 10px;
  }

  .footerSiteInfo__companyTtl,
  .footerSiteInfo__companyAddress {
    text-align: center;
  }

  .footerSiteInfo__btn {
    margin: 0 auto;
  }

  .footerActions {
    flex-direction: column;
    margin: 20px auto;
    width: 98%;
    overflow: hidden;
  }

  .footerActions__btnWrap {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }

  .footerActions__btn {
    width: 80%;
    max-width: 220px;
  }

  .footerActions__telWrap {
    width: 100%;
  }

  .footerActions__spTel {
    width: 80%;
    margin: 2.5% auto;
  }

  .footerActions__spTel a {
    background-color: #333;
    color: #fff;
    display: block;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
  }

  .footerActions__spTelNum {
    font-size: 1.1rem;
    text-indent: 0.5em;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }

  .footerActions__spTelNum::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 25px;
    background: url(../img/common/icon_tel.svg) no-repeat left center;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
  }

  .footerActions__spTelTime {
    font-size: 11px;
  }

  .footerMenu {
    width: 100%;
    height: 60px;
    padding: 0;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    clear: both;
    background: #fff;
    border-top: 1px solid #000;
  }

  .footerMenu__list {
    width: 100%;
    border-collapse: collapse;
  }

  .footerMenu__item {
    width: 25%;
    height: 60px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #E6E6E6;
  }

  .footerMenu__item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.4;
    font-size: 13px;
  }

  .footerMenu__item img {
    width: 34%;
    max-height: 45%;
  }

  .footerActions__btnWire form {
    width: 220px;
  }

  #footer {
    display: flex;
    flex-flow: column wrap;
  }

  .footerSiteInfo {
    order: 3;
    padding: 20px 2%;
    border-top: 1px solid var(--color-gray);
  }

  .footerSiteInfo__inner.inner_lg {
    padding: 0 20px;
  }

  .footersearchLink {
    order: 1;
    padding: 20px 2%;
    margin-bottom: 20px;
  }

  .footerSitemap {
    order: 2;
    padding: 10px 0;
    padding-bottom: 10px !important;
    grid-template-columns: 1fr;
  }

  .footerSitemap__wrap {
    grid-template-columns: 1fr;
  }

  .footerSitemap__parent {
    margin-bottom: 1em;
  }

  .footerSitemap__parent dt {
    font-size: 1.6rem;
    padding-bottom: .5em;
    border-bottom: 1px solid var(--color-gray);
  }

  .footerCopy {
    order: 4;
  }

  /*==================================================
    MAIN SP
  ==================================================*/
  .ttlWrap {
    min-height: 100px;
    padding: 10px 5%;
  }

  .ttlWrap .w90p_max {
    max-width: 100% !important;
  }

  .mainTtl {
    margin: 0;
    padding: 0;
    line-height: 1.4;
  }

  /*--BREAD--*/
  #bread {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto;
  }

  /*サブタイトル*/
  #main .secTtl {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    background-image: none;
    padding: 2% 0;
    border-bottom: none;
  }

  /*(開閉タイトル)*/
  .oc_bar01,
  .oc_bar01_open,
  .srchbox01 .selectbox01 .selectbox_ttl,
  .srchbox01 .selectbox01 .selectbox_ttl_open,
  .srchbox01 .selectbox01 h3 {
    font-size: 1.2em;
  }

  /*==================================================
    COMMON
  ==================================================*/

  /*
  ===== スライダー ==========================================
  */
  /* .recom .slick-list {
    width: 90%;
  } */

  .recom .slick-list.draggable {
    width: calc(100% - 60px);
    overflow: visible;
  }

  /*
  ===== レイアウト類 ==========================================
  */

  .linkCard__list,
  .featureBox__inner {
    grid-template-columns: 1fr;
  }

  .linkCard__ttl::after {
    content: none;
  }

  /*
  ===== レイアウト類 ==========================================
  */

  .contentWrap {
    flex-flow: column wrap;
    gap: 30px;
  }

  .contentSide,
  .contentMain {
    width: 100%;
    max-width: 100%;
  }

  .recom .itemList {
    flex-flow: wrap;
  }

  /*
  ===== リンクボタン、リンクカード ==========================================
  */

  .linkBtn__list {
    grid-template-columns: 1fr;
  }

  .featureBox__list .tagList .tagItem {
    padding: 0;

  } 

  .featureBox__list .tagList .tagItem a {
    text-decoration: underline;
    padding: .5em;
    margin-bottom: .5em;
  }

  .linkCard__ttl {
    padding: 1.6rem;
  }

  /*
  ===== 見出し・サブタイトル ==========================================
  */

  .sectionTtlBox {
    flex-flow: column wrap;
    align-items: normal;
    gap: 10px;
  }

  /*
  ===== お知らせ ==========================================
  */
  .newsBox__item a {
    flex-flow: row wrap;
  }

  .icon .newsIcon {
    font-size: 1rem;
  }

  .newsBox__itemTtl {
    width: 100%;
    padding-top: .5em;
  }

}

  /* モーダル ここから　---　あとで記述位置修正します */

  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid var(--color-gray);
  }

  .modal-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    width: 90%;
    max-height: 80dvh;
    overflow: hidden;
  }

  .modal-content-inner {
    height: 50vh; /* 高さ制限 */
    overflow-y: scroll; /* 縦スクロールを有効化 */
    padding: 20px;
  }

  .modal-footer {
    background: var(--color-palegray);
    padding: 20px;
    display: flex;
    justify-content: center;
  }

  .modal-footer .estate_option_itemList {
    width: 100%;
  }

  .modal-footer .estate_option_itemList .estate_option_left {
    text-align: right;
  }

  .modal-footer .estate_option_itemList .estate_option_right {
    justify-content: flex-start;
  }

  .modal-title {
    font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
    font-weight: bold;
    color: #333;
    margin-right: auto;
    width: calc(100% - 70px);
  }

  .close-button {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    font-size: 12px;
    width: 70px;
  }

  .close-button .ph {
    font-size: 30px;
    margin-left: 3px;
    color: var(--color-darkgray);
  }

  .close-button:hover {
    color: #000;
  }

  .modal-content .oaza-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* アイテム間のスペース */
  }

  /*調整*/
   .modal-content-inner .nwnContent,
   .modal-content-inner .estate_tab {
    padding-top: 0;
    margin-top: 0;
   }

  .filter-conditions {
    border: 1px solid var(--color-gray);
    padding: 0 var(--gutter-narrow);
    margin: var(--gutter-narrow) 0;
    border-radius: var(--rad-common);
  }

  .filter-conditions h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
  }

  .filter-item {
    margin-bottom: 10px;
  }

  .modal-content-inner .prefecture_btn,
  .modal-content-inner .areasearchBox__wrap .sectionTtlBox .icon {
    font-size: 1.6rem;
  }

  .modal-content-inner .section__ttl {
    font-size: 1.6rem;
  }

  /* レスポンシブ */
  @media screen and (max-width: 767px) { 

    .filter-conditions {
      padding: 0 15px;
    }

    .modal-content .oaza-list {
      /* grid-template-columns: 1fr; */
      grid-template-columns: repeat(2, 1fr);
    }

  }

  /* モーダル ここまで */

  /* LightBox */
  #lightbox #outerImageContainer {
    border-radius: var(--rad-common) var(--rad-common) 0 0;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
  }

   #lightbox #imageDataContainer {
    border-radius: 0 0 var(--rad-common) var(--rad-common);
   }