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

/*==================================================
  CSS CUSTOM PROPERTY
==================================================*/
:root {
  --width-content: 1200px;

  --font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic medium", Meiryo, "sans-serif";
  --font-en: "Barlow Semi Condensed", sans-serif;

  --color-main: #16933C;
  --color-red: #E63946;
  --color-orange: #F77F00;
  --color-yellow: #FFD60A;
  --color-lemon: #FFF153;
  --color-ygreen: #98B81E;
  --color-green: #16933C;
  --color-darkblue: #001D3D;
  --color-blue: #0077B6;
  --color-lightblue: #0D99B4;
  --color-navy: #023E8A;
  --color-purple: #662D90;
  --color-pink: #f72b80;
  --color-salmon: #ff9898;
  --color-lightpink: #ffc1c1;
  --color-black: #1A1A1A;
  --color-darkgray: #666;
  --color-gray: #7A7A7A;
  --color-lightgray: #E0E0E0;
  --color-palegray: #F5F5F5;
  --color-palegreen: #EAF2CD;
  --color-paleorange: #fff4f5;
  --color-btnred: linear-gradient(278deg, #D51422 23.95%, #E63946 77.51%);;
  --color-btngreen: linear-gradient(280deg, #0B7F2E 35.35%, #16933C 64.65%);

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

  --rad-common: 5px;
  --rad-button: 50vh;

  --shadow-button:  0 7px 15px 0 rgba(26, 26, 26, 0.15);

  --arrow-white: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEzIDcuNUwtOS41MzY3NGUtMDcgMTVWMEwxMyA3LjVaIiBmaWxsPSIjZmZmIi8+IDwvc3ZnPg==');
  --arrow-black: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEzIDcuNUwtOS41MzY3NGUtMDcgMTVWMEwxMyA3LjVaIiBmaWxsPSIjMUExQTFBIi8+IDwvc3ZnPg==');
  --arrow-green:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTEzIDcuNUwtOS41MzY3NGUtMDcgMTVWMEwxMyA3LjVaIiBmaWxsPSIjMTY5MzNDIi8+IDwvc3ZnPg==');
}

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

@media (min-width: 767px) {

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

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

html {
  font-family: var(--font-body);
  font-size: 10px;
  line-height: 1.6;
  background: #fff;
  color: var(--color-black);
  -webkit-tap-highlight-color: initial;
}

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

body {
  font-size: 1.6rem;
  /* overflow-x: hidden; */
}

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

a {
  text-decoration: none;
}

@media (any-hover:hover) {

  a:hover,
  a:active {
    text-decoration: none;
    filter: alpha(opacity=70);
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}

/*bodyを固定*/
body.menu-open {
  overflow: hidden;
}

/*==================================================
  HEADER
==================================================*/
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.header__siteInfoBox {
  display: flex;
  align-items: center;
  gap: 1.4vw;
}

.header__logo a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: min(40vw, 327px); /*ロゴ画像の幅に合わせる*/
  aspect-ratio: 327 / 54;
  background: url(../img/common/logo_site.svg) no-repeat left center;
  background-size: contain;
}

.header__logo--corporate {
  width: clamp(90px, 16vw, 200px);
  aspect-ratio: 554 / 150;
}

.header__contactBox {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 15px;
}

.header__btnBox {
  display: flex;
  align-items: center;
  gap: 1.1vw;
}

.header__pcBtnWrap {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: min(3.1vw, 45px);
  background: var(--color-palegray);
  border-radius: var(--rad-button);
  padding: 10px 20px 10px 40px;
}

.header__pcBtn a {
  display: block;
  text-align: center;
  position: relative;
  font-size: clamp(1.6rem, 2.2vw, 1.8rem);
  font-weight: bold;
}

.header__pcBtn a::before {
  position: absolute;
  content: '';
  width: clamp(17px, 2.3vw, 20px);
  height: clamp(17px, 2.3vw, 20px);
  left: -23px;
  top: 50%;
  transform: translateY(-45%);
}

.header__pcBtn--emember a {
  color: var(--color-red);
}

.header__pcBtn--emember a::before {
  -webkit-mask: url(../img/common/icon_signup.svg) no-repeat center / contain;
  mask: url(../img/common/icon_signup.svg) no-repeat center / contain;
  background-color: var(--color-red);
}

.header__pcBtn--shoprsv a::before {
  background: url(../img/common/icon_reservation.svg) no-repeat center / contain;
}

.header__pcBtn--contact a::before {
  background: url(../img/common/icon_contact.svg) no-repeat center / contain;
}

input[type="submit"].header__pcLogoutBtn {
  background: var(--color-gray);
  width: 150px;
  height: 44px;
  border: 1px solid var(--color-gray);
  border-radius: 3px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 0;
}

/*ヘッダーハンバーガーメニュー*/
.header__menuBtn {
  width: 106px;
  height: 35px;
  background: #fff;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 600;
  font-family: var(--font-en);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: .7;
  padding: 10px;
  position: relative;
  color: var(--color-black);
  cursor: pointer;
  transition: 0.2s;
  transition: all 0.4s ease;
}

.header__menuBtn span {
  width: 24%;
  height: 1px;
  background-color: var(--color-black);
  display: block;
  position: absolute;
  left: 10%;
  transition: all 0.4s ease;
}

.header__menuBtn span:first-of-type {
  top: 33%;
}

.header__menuBtn span:nth-of-type(2) {
  top: 52%;
}

.header__menuBtn span:nth-of-type(3) {
  top: 69%;
}

.header__menuBtn:active {
  background-color: var(--color-green);
  color: #fff;
}

.header__menuBtn:active span {
  background-color: #fff;
}

@media (any-hover:hover) {
  .header__menuBtn:hover {
    border-color: var(--color-green);
    color: var(--color-green);
  }

  .header__menuBtn:hover span {
    background: var(--color-green);
  }
}

.header__telBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-right: 10px;  /*ハンバーガーメニューボタンと見た目上、中央揃え*/
}

.header__telNum {
  position: relative;
  font-family: var(--font-en);
  font-size: clamp(2.2rem, 2.7vw, 3rem);
  letter-spacing: .05em;
  font-weight: bold;
  line-height: 1;
}

.header__telNum::before {
  position: absolute;
  content: '';
  width: clamp(20px, 2.4vw, 24px);
  height: clamp(20px, 2.4vw, 24px);
  left: -26px;
  top: 50%;
  transform: translateY(-42%);
  background: url(../img/common/icon_tel.svg) no-repeat center / contain;
}

.header__telTime {
  font-size: 1.4rem;
}

/* モーダルメニュー(ハンバーガーメニューの内部) */
.modalMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  z-index: 10000;
  display: none;
}

.header__modalMenuClose {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: var(--color-main);
  cursor: pointer;
  transition: 0.2s ease;
  z-index: 10;
}

.header__modalMenuClose span {
  width: 20px;
  height: 2px;
  display: inline-block;
  transition: 0.3s;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-black);
}

.header__modalMenuClose span:first-of-type {
  transform: translateX(-50%) rotate(-45deg);
}

.header__modalMenuClose span:nth-of-type(2) {
  transform: translateX(-50%) rotate(45deg);
}

@media (any-hover:hover) {
  .header__modalMenuClose:hover span {
    background: var(--color-main);
  }

}

.modalMenu .footer__inner {
  padding: var(--gutter-wide) 0;
}

/*
  ===== globalnavigation ==========================================
  */
.pcNavi {
  background: var(--color-palegray);
  border-top: solid 1px var(--color-gray);
  border-bottom: solid 1px var(--color-gray);
}

.pcNavi__list {
  max-width: var(--width-content);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pcNavi__item {
  width: 25%;
  height: 70px;
}

.pcNavi__item>a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  gap: 5px;
  transition: 0.3s;
  position: relative;
  background: var(--color-palegray);
}

.pcNavi__item>a::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  border-left: 1px solid var(--color-gray);
}

.pcNavi__item:first-of-type>a::after {
  content: none;
}

.pcNavi__item--estates>a {
  color: var(--color-green);
}

.pcNavi__itemTxt {
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.4;
}

.pcNavi__itemTxt::after {
  content: attr(data-en);
  text-transform: uppercase;
  display: block;
  font-family: var(--font-en);
  color: var(--color-gray);
  font-weight: 600;
  letter-spacing: .05em;
  font-size: clamp(0.5em, 1vw, 0.7em);
  line-height: 1.3;
}

.pcNavi__item--estates .pcNavi__itemTxt::after {
  color: var(--color-green);
}

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

  .pcNavi__item>a:hover .pcNavi__itemTxt::after {
    color: #fff;
  }
}

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

.pcNavi__childList {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 999;
  overflow: hidden;          
  visibility: hidden; 
  transform: translateZ(0);
}

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

@media (any-hover:hover) {
  .pcNavi__item:hover .pcNavi__childList {
    visibility: visible;      
  }
  
  .pcNavi__item:hover .pcNavi__childItem {
    overflow: visible;
    height: 54px;
    background-color: #fff;
    border-bottom: 1px solid var(--color-gray);
  }
}

.pcNavi__childItem>a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1;
}

@media (any-hover:hover) {
  .pcNavi__childItem a:hover {
    background: var(--color-palegreen);
  }
}

/*
  ===== headerFix ==========================================
  */

.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  animation: header-slidein 0.4s;
}

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

  100% {
    transform: translateY(0);

  }
}

.header.fixed .header__inner {
  padding: 5px 0;
}

/*ヘッダー固定時のロゴ*/
.header.fixed .header__logo a {
  width: auto;
  height: 35px;
}

.header.fixed .header__logo--corporate {
  width: auto;
  height: 35px;
}

/*ヘッダー固定時のサイト情報・リンク*/
.header.fixed .header__contactBox {
  gap: 5px;
}

.header.fixed .header__pcBtnWrap {
  padding: 8px 10px 8px 33px;
}

.header.fixed .header__pcBtn a {
  font-size: 1.4rem;
}

.header.fixed .header__pcBtn a::before {
  width: 17px;
}

.header.fixed .header__telNum {
  font-size: 2rem;
  padding-left: 20px;
}

.header.fixed .header__telNum::before {
  width: 20px;
  left: -2px;
}

.header.fixed .header__menuBtn {
  width: 70px;
  font-size: 1.4rem;
  padding: 8px;
  background: none;
}

/*
===== sideFix ==========================================
*/

.sideFix {
  z-index: 10000;
  position: fixed;
  bottom: 165px;
  right: 0;
  width: 50px;
  display: none;
}

.sideFix__list {
  width: 50px;
}

.sideFix__item {
  margin-bottom: 15px;
}

.sideFix__item:last-child {
  margin-bottom: 0;
}

.sideFix__link {
  display: flex;
  transform: scale(1);
  height: 150px;
  width: 50px;
  position: relative;
  font-weight: bold;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  background: var(--color-red);
  color: #fff;
  border: solid 1px #fff;
  border-radius: 20px 0 0 20px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 3px;
  transition: transform 0.2s ease-in-out;
}

.sideFix__item--shoprsv .sideFix__link {
  background: var(--color-green);
  color: #fff;
}

.sideFix__link::before {
  position: relative;
  display: block;
  content: "";
  background: url(../img/common/icon_signup.svg) no-repeat center / contain;
  width: 20px;
  aspect-ratio: 24 / 24;
  filter: brightness(0) saturate(100%) invert(100%);
}

.sideFix__item--shoprsv .sideFix__link::before {
  background: none;
  filter: none;
  -webkit-mask: url(../img/common/icon_reservation.svg) no-repeat center / contain;
  mask: url(../img/common/icon_reservation.svg) no-repeat center / contain;
  background-color: #fff;
}

@media (any-hover:hover) {
  .sideFix__link:hover {
    transform: translateX(5px);
    opacity: 1;
  }
}

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

.footFix .ancPagetop {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 85px;
}

.footFix .ancPagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  border-radius: var(--rad-button);
  padding: 10px;
  color: #fff;
  background: linear-gradient(to top, var(--color-black) 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: bottom;
  border: 1px solid #fff;
  position: relative;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .03em;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, color 0.3s ease-in-out;
  /* タッチハイライトを消す（iOS/Android）*/
  -webkit-tap-highlight-color: transparent;
}

.footFix .ancPagetop a::before {
 content: "";
  display: inline-block;
  width: 9px;
  height: 11px;
  background-image: var(--arrow-white);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: border-color 0.3s ease-in-out;
  transform: rotate(-90deg);
}

/*PC用ホバーアクション*/
@media (hover: hover) and (pointer: fine) {

  .footFix .ancPagetop a:hover,
  .footFix .ancPagetop a:focus {
    transform: translateY(-5px);
    background-position: top;
    color: var(--color-main);
    border: solid 2px var(--color-main);
    opacity: 1;
    -moz-opacity: 1;
  }

  .footFix .ancPagetop a:hover::before,
  .footFix .ancPagetop a:focus::before {
    background-image: var(--arrow-green);
  }
}

/*SP用タップアクション*/
@media (hover: none) and (pointer: coarse) {

  .footFix .ancPagetop a:active,
  .footFix .ancPagetop a:focus {
    transform: translateY(-5px);
    background-position: top;
    color: var(--color-main);
    border: solid 2px var(--color-main);
    opacity: 1;
  }

  .footFix .ancPagetop a:active::before,
  .footFix .ancPagetop a:focus::before {
    background-image: var(--arrow-green);
  }
}

/*footerBnrBox*/
.footerBnrBox {
  padding: 70px 0;
}

.footerBnrBox__list {
  display: flex;
  justify-content: space-between;
}

.footerBnrBox__item {
  width: calc((100% - 5%)/4);
  aspect-ratio: 285 / 100;
  display: flex;
  background-color: #fff;
}

.footerBnrBox__item a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/common/bnr_footerLink_01.webp) no-repeat center / cover;
}

.footerBnrBox__item--qa a {
  background-image: url(../img/common/bnr_footerLink_02.webp);
}

.footerBnrBox__item--simulation a {
  background-image: url(../img/common/bnr_footerLink_03.webp);
}

.footerBnrBox__item--company a {
  background-image: url(../img/common/bnr_footerLink_04.webp);
}

.footerBnrBox__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.45);
  transition: opacity 0.3s ease;
  z-index: 1;
}

@media (any-hover: hover) {
  .footerBnrBox__item a:hover {
    opacity: 1;
  }

  .footerBnrBox__item a:hover::before {
    background-color: rgba(26, 26, 26, 0.7);
  }

  .footerBnrBox__item a:hover .footerBnrBox__itemTtl {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.footerBnrBox__itemTtl {
  text-align: center;
  line-height: 1.2;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  color: #fff;
}

/*footer*/
footer {
  border-top: solid 5px var(--color-main);
  background: var(--color-palegray);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  margin-bottom: 70px;
}

/*店舗情報*/
.footer__shopInfoBox {
  width: min(90%, 540px);
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.footer__shopList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gutter);
}

.footer__shopItem {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: clamp(10px, 2.3vw, 20px);
}

.footer__shopImgBox {
  width: 150px;
  height: auto;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

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

.footer__shopInfo {
  line-height: 1;
}

.footer__shopName {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
}

.footer__telNum {
  font-family: var(--font-en);
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}

.footer__shopAddress,
.footer__shopTime {
  font-size: 1.4rem;
  position: relative;
  padding-left: 25px;
}

.footer__telNum::before,
.footer__shopAddress::before,
.footer__shopTime::before {
  position: absolute;
  content: "";
  background: var(--color-main);
  -webkit-mask: url(../img/common/icon_tel.svg) no-repeat center / contain;
  mask: url(../img/common/icon_tel.svg) no-repeat center / contain;
  width: 24px;
  aspect-ratio: 24 / 24;
  left: -1px;
  top: 0%;
  transform: translateY(8%);
}

.footer__shopAddress::before {
  -webkit-mask: url(../img/common/icon_place.svg) no-repeat center / contain;
  mask: url(../img/common/icon_place.svg) no-repeat center / contain;
  transform: translateY(-10%);
}

.footer__shopTime::before {
  -webkit-mask: url(../img/common/icon_calendar.svg) no-repeat center / contain;
  mask: url(../img/common/icon_calendar.svg) no-repeat center / contain;
  transform: translateY(-10%);
}

.footer__shopAddress,
.footer__shopTime {
  line-height: 1.4;
}

.footer__shopName,
.footer__shopTelBox,
.footer__shopAddress {
  margin-bottom: 13px;
}

/*フッターリンク*/
.footer__linkBox {
  width: min(90%, 590px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}

.footer__btnWrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__btn {
  width: 180px;
  height: 50px;
}

.btn_common.footer__btn a {
  padding: 16px 0;
  font-size: 1.8rem;
  box-shadow: var(--shadow-button);
}

.btn_common.footer__btn a::after {
  transform: translate(25px, -1px);
}

.btn_common.footer__btn--signup a {
  background: var(--color-btnred);
}

.btn_common.footer__btn--shoprsv a {
  background: var(--color-btngreen);
}

.btn_common.footer__btn--login a {
  background: var(--color-black);
}

.btn_common.footer__btn--membermenu a::after {
  transform: translate(15px, -1px);
}

/*ログアウトボタン*/
input[type="submit"].footer__logout {
  width: 100%;
  padding: 16px 0;
  border-radius: var(--rad-button);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

/*サイトマップ*/
.footer__sitemapWrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 50px;
  flex-wrap: wrap;
  line-height: 1;
}

.footer__sitemap {
  width: 50%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: var(--gutter-supernarrow);
}

.footer__sitemapTtl {
  position: relative;
  font-weight: bold;
  padding-left: 25px;
  color: var(--color-main);
}

.footer__sitemapTtl::before {
  position: absolute;
  content: "";
  width: clamp(20px, 2.5vw, 24px);
  aspect-ratio: 1 / 1;
  left: -3px;
  top: 50%;
  background: var(--color-main);
  transform: translateY(-50%);
}

.footer__sitemap--estate .footer__sitemapTtl::before {
  -webkit-mask: url(../img/common/icon_search.svg) no-repeat center / contain;
  mask: url(../img/common/icon_search.svg) no-repeat center / contain;
}

.footer__sitemap--reform .footer__sitemapTtl::before {
  -webkit-mask: url(../img/common/icon_paint.svg) no-repeat center / contain;
  mask: url(../img/common/icon_paint.svg) no-repeat center / contain;
}

.footer__sitemap--topics .footer__sitemapTtl::before {
  -webkit-mask: url(../img/common/icon_bookmark.svg) no-repeat center / contain;
  mask: url(../img/common/icon_bookmark.svg) no-repeat center / contain;
}

.footer__sitemap--company .footer__sitemapTtl::before {
  -webkit-mask: url(../img/common/icon_building.svg) no-repeat center / contain;
  mask: url(../img/common/icon_building.svg) no-repeat center / contain;
}

.footer__sitemapList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__sitemapItem {
  font-size: 1.4rem;
  line-height: 1;
}

.footer__sitemapSubList {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 15px;
}

.footer__sitemapSubItem:nth-of-type(1),
.footer__sitemapSubItem:nth-of-type(2) {
  width: 100%;
}

.footer__sitemapSubItem a {
  padding-left: 10px;
}

.footer__sitemapSubItem a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(../img/common/arrow-right-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-2px, 1px);
}

/*外部リンクバナー*/
.footer__blankBnrBox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin: 70px auto;
}


.footer__blankBnrItem--ieul {
  aspect-ratio: 233 / 60;
  width: 233px;
}

.footer__blankBnrItem--yesreform {
  aspect-ratio: 104 / 15;
  width: 416px;
}

.footer__blankBnrItem--sumaistep {
  aspect-ratio: 187 / 20;
  width: 561px;
}

/*コピーマーク*/
.footer__copyBox {
  background: var(--color-main);
  color: #fff;
  padding: var(--gutter-supernarrow) var(--gutter-narrow);
}

.footer__blankLinkBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.footer__sitemapLinkList {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 1.3rem;
}

.footer__sitemapLinkItem:not(:last-of-type) a::after {
  position: relative;
  content: "";
  display: inline-block;
  border: 0;
  border-top: solid 1px #fff;
  transform: rotate(-65deg);
  width: 16px;
  height: 8px;
  left: 15%;
}

.footer__snsList {
  display: flex;
  align-items: center;
}

.footer__snsTtl {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1;
}

.footer__snsItem:first-of-type {
  margin-left: 15px;
}

.footer__snsItem:not(:last-of-type) {
  margin-right: 10px;
}

.footer__snsItem img {
  filter: brightness(0) saturate(100%) invert(100%);
  aspect-ratio: 1 /1;
  width: 24px;
}

.footer__snsItem--line img {
  filter: none;
}

.footerCopy {
  display: block;
  width: 100%;
  font-style: normal;
  font-size: 12px;
  color: #FFFFFF;
  position:relative;
}

/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

/*==================================================
  MAIN
==================================================*/
/*************** メインタイトル ****************/
.ttlWrap {
  background: var(--color-palegreen);
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.mainTtl {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#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 {
  width: min(var(--width-content), 100%);
  margin: 0 auto;
  padding: 5px 0;
  font-size: clamp(1.2rem, 1.5vw, 1.3rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

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

#bread a {
  display: inline-block;
  margin-right: 5px;
  padding-left: 5px;
  text-decoration: underline;
}

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

/*白のパンくず*/
.shop-reservePage #bread {
  color: #fff;
}

.shop-reservePage #bread>span:not(:last-child)::after {
  border-color: #fff;
}

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


/*サブタイトル*/
#main .secTtl {
  font-size: clamp(1.7rem, 2vw, 1.8rem);
  font-weight: bold;
  padding: 15px 0 15px 15px;
  background: url(../img/common/icon01.webp) no-repeat left center;
  background-size: 8px;
  border-bottom: solid 2px var(--color-lightgray);
  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.4em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: dotted 1px var(--color-black);
}

.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: var(--color-black);
}

.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: var(--color-black);
}

.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;
}

/*セクションタイトル*/
.indexPage__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: var(--gutter);
  line-height: 1;
  position: relative;
}

.indexPage__ttl::after {
  position: absolute;
  content: "";
  width: 88%;
  height: 2px;
  background: var(--color-black);
  bottom: 18%;
  right: 0
}

.indexPage__ttl--en {
  font-family: var(--font-en);
  font-weight: 700;
  color: var(--color-main);
  text-transform: uppercase;
}


/*==================================================
  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_box-right.svg) !important;
  background-size: contain !important;
}

.slick-prev::before {
  background: url(../img/common/arrow_box-left.svg) !important;
  background-size: contain !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: #fff;
  border: solid 1px var(--color-main);
  border-radius: 8px;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background: var(--color-main);
}

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

/*==================================================
  bannerWrap
==================================================*/

.bannerWrap {
  margin: 30px auto 0;  /*wireクラスと併用する*/
}

.bannerWrap a {
  display: block;
  transition: all 0.4s ease;
}

@media (any-hover:hover) {
  .bannerWrap a:hover {
    opacity: 1;
    animation: pulse-green 2.0s cubic-bezier(0.2, 0.8, 0.4, 1) infinite;
    box-shadow: 0 6px 28px rgba(11,  127, 46,  0.4);  
  }
}

/*==================================================
  shopInfoBox
==================================================*/
.shopInfoBox {
  padding: 70px 0 90px;
  background: var(--color-palegreen);
}

.shopInfoBox__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 60px;
}

.shopInfoBox__inner:last-of-type {
  padding-bottom: 0;
}

.shopInfoBox__imgBox {
  width: 46%;
  max-width: 550px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.shopInfoBox__imgList {
  position: relative;
  max-width: 550px;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 550 / 359;
}

.shopInfoBox__img {
  text-align: center;
}

.shopInfoBox .slick-list.draggable {
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.shopInfoBox .slick-dots {
  bottom: 7px;
}

.shopInfoBox__infoTxtWrap {
  width: 48%;
  max-width: 570px;
  height: fit-content;
}

.shopInfoBox__dataBox {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.shopInfoBox__dataWrapBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shopInfoBox__dataWrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.shopInfoBox__data {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.shopInfoBox__dataWrap::before {
  display: inline-block;
  position: relative;
  content: "";
  width: clamp(16px, 1.5vw, 20px);
  aspect-ratio: 24 / 24;
  background: var(--color-main);
}

.shopInfoBox__dataWrap--shopName::before,
.shopInfoBox__dataWrap--comment::before {
  content: none;
}

.shopInfoBox__dataWrap--address::before {
  -webkit-mask: url(../img/common/icon_place.svg) no-repeat center / contain;
  mask: url(../img/common/icon_place.svg) no-repeat center / contain;
}

.shopInfoBox__dataWrap--tel::before {
  -webkit-mask: url(../img/common/icon_tel.svg) no-repeat center / contain;
  mask: url(../img/common/icon_tel.svg) no-repeat center / contain;
}

.shopInfoBox__dataWrap--time::before {
  -webkit-mask: url(../img/common/icon_clock.svg) no-repeat center / contain;
  mask: url(../img/common/icon_clock.svg) no-repeat center / contain;
}

.shopInfoBox__dataWrap--date::before {
  -webkit-mask: url(../img/common/icon_calendar.svg) no-repeat center / contain;
  mask: url(../img/common/icon_calendar.svg) no-repeat center / contain;
}


.shopInfoBox__dataWrap--shopName .shopInfoBox__data {
  font-size: clamp(2rem, 2.9vw, 2.4rem);
  font-weight: bold;
  line-height: 1;
}

.shopInfoBox__dataWrap--comment .shopInfoBox__data {
  line-height: 1.6;
}

.shopInfoBox__btn {
  width: min(90%, 350px);
}

.shopInfoBox__btn.btn_common a {
  background: var(--color-btngreen);
  box-shadow: var(--shadow-button);
}

.shopInfoBox__btn.btn_common a::after {
  transform: translate(35px, 0);
}

.shopInfoBox__map {
  width: 100%;
  height: 250px;
}

.shopInfoBox__bnr {
  display: block;
  text-align: center;
  margin-top: 90px;
}

.shopInfoBox__bnr:hover {
  -moz-opacity: 1;
  opacity: 1;
}

.shopInfoBox__bnr img {
  border: solid 5px var(--color-navy);
}

@media (any-hover:hover) {
  .shopInfoBox__bnr:hover img {
    -moz-opacity: 1;
    opacity: 1;
    animation: pulse-black 2.0s cubic-bezier(0.2, 0.8, 0.4, 1) infinite;
    box-shadow: 0 6px 28px rgba(26,  26,  26,  0.38); 
  }
}

/*==================================================
  tablet SETTINGS : Min768px Max1080px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1080px) {

  /*==================================================
    HEADER PC/TABLET
  ==================================================*/
  .header__logo a {
    width: 200px;
  }

  .header__contactBox {
    align-items: flex-end;
  }

  .header__pcBtn a {
    font-size: 1.4rem;
  }

  .header__pcBtn a::before {
    left: -18px;
  }

  .header__menuBtn {
    width: 87px;
  }

  .header__telBox {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

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

  .footer__inner {
    justify-content: center;
    gap: var(--gutter);
    flex-wrap: wrap;
  }

  .footer__shopInfoBox .header__siteInfoBox {
    width: 100%;
    justify-content: center;
  }

  .footer__shopInfoBox .header__logo a {
    width: 32vw;
  }

  .footer__shopInfoBox .header__logo--corporate {
    width: 19vw;
  }

  .footer__sitemapLinkList {
    align-self: stretch;
    justify-content: center;
  }

  /*==================================================
    shopInfoBox PC/TABLET
  ==================================================*/

  .shopInfoBox__imgBox {
    width: 47%;
    gap: 1.4vw;
    flex-direction: column;
  }

  .shopInfoBox__imgList {
    width: 100%;
  }

  .shopInfoBox .slick-dots {
    bottom: 0;
  }


}

/*==================================================
  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
  ==================================================*/
  /*SPでヘッダー固定*/
  header {
    position: fixed;  /*SPではヘッダーを常時固定*/
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }

  .header.sphidden {
    transform: translateY(-200%);
    overflow: hidden;
  }

  /* SP では .fixed のスライドインアニメーションは不要なので無効化 */
  .header.fixed {
    animation: none;
  }

  .header__inner.wire {
    width: 100%;
    gap: 6px;
    padding: 2.6vw 0;
  }

  .header__siteInfoBox {
    gap: 2.8vw;
    padding-left: 10px; /*ハンバーガーメニューボタンと見た目上、中央揃え*/
  }

  /*ヘッダーハンバーガーメニュー*/
  .header__menuBtn {
    width: 80px;
    background: none;
  }

  .header__menuBtn span:nth-of-type(2) {
    top: 49%;
  }

  .header__menuBtn span:nth-of-type(3) {
    top: 66%;
  }

  /*ヘッダーハンバーガーメニューの内部*/
  .header__modalMenuClose {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 5px;
  }

  .modalMenu .header__logo.pc_hidden {
    position: absolute;
    left: 10px;
    top: calc(2.5vw + 4px);
  }

  .modalMenu .footer__inner {
    flex-direction: column-reverse;
    align-items: center;
    margin: var(--gutter-wide) auto 0;
    padding: 7% 0 10%;
    width: 100%;
    max-width: 100%;
    gap: 50px;
  }

  .modalMenu .footer__linkBox {
    width: 100%;
    gap: 25px;
  }

  .modalMenu .footer__btnWrap {
    width: 94%;
    margin: 0 auto;
    gap: 3vw;
  }

  .modalMenu .footer__btn {
    display: block !important;
    width: 32%;
  }

  .modalMenu .btn_common.footer__btn a::after {
    content: none;
  }

  .modalMenu .btn_common.footer__btn a,
  .modalMenu input[type="submit"].footer__logout {
    font-size: 1.6rem;
  }

  /*物件を探すアコーディオン*/
  .spNavi__accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .spNavi__toggleBtn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0 0.5em;
  }

  .spNavi__mainLink.with-toggle {
    position: relative;
  }

  /* アイコン表示 */
  .spNavi__mainLink.with-toggle[data-expanded="true"] {
    background: var(--color-black);
    color: #fff;
  }

  .spNavi__mainLink.with-toggle::after {
    content: "＋";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    pointer-events: none;
  }

  .spNavi__mainLink.with-toggle[data-expanded="true"]::after {
    content: "×";
  }

  /* アイコン部分に透明なボタン領域 */
  .spNavi__mainLink.with-toggle::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .spNavi__subMenu {
    display: none;
    /*padding: 0 1.5em;*/
    /*margin-top: 0.5em;*/
  }

  .spNavi__subMenuBtn {
    /*margin: 0.7em 0;*/
    background: #fff;
    border-bottom: solid 1px var(--color-gray);
  }

  .spNavi__subMenuBtn:last-of-type {
    border-bottom: none;
  }

  .spNavi__subMenuBtn a {
    padding: 15px calc(5px + 1.5em) 15px calc(42px + 1.5em) !important;
  }

  /*サイトマップ*/
  .modalMenu .footer__sitemapWrap {
    display: block !important;
  }

  .modalMenu .footer__sitemap {
    width: 100%;
    max-width: unset;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    background: var(--color-palegray);
  }

  .modalMenu .footer__sitemapTtl {
    padding: 15px 0 15px 40px;
    background: var(--color-main);
    color: #fff;
  }

  .modalMenu .footer__sitemapTtl::before {
    background: #fff;
    left: 15px;
  }

  .modalMenu .footer__sitemapList {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }

  .modalMenu .footer__sitemapItem {
    width: 100%;
    line-height: 1.4;
    border-bottom: solid 1px var(--color-gray);
  }

  .modalMenu .footer__sitemapItem a,
  .modalMenu .footer__sitemapItem p.spNavi__mainLink {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 5px 15px 42px ;
    position: relative;
  }

  .modalMenu .footer__sitemapLinkItem:not(:last-of-type) a::after {
    left: 14%;
  }

  /*店舗情報*/
  .modalMenu .footer__shopList {
    width: 90%;
    gap: 30px;
  }
  
  /*==================================================
    FOOTER SP
  ==================================================*/
  /*footFix*/
  .footFix {
    bottom: 10%;
  }

  .footFix .ancPagetop {
    bottom: 10px;
  }

  /*footerBnrBox*/
  .footerBnrBox {
    padding: 10% 0;
  }

  .footerBnrBox__list {
    flex-wrap: wrap;
    gap: 2vw;
  }

  .footerBnrBox__item {
    width: 48.5%;
  }

  /*フッター*/
  .footer__inner {
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
    padding: 50px 0;
    margin-bottom: var(--gutter);
  }

  .footer__shopInfoBox,
  .footer__linkBox {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .footer__shopInfoBox .header__siteInfoBox {
    width: 100%;
    justify-content: center;
  }

  .footer__shopInfoBox .header__logo a {
    width: 52vw;
  }

  .footer__shopInfoBox .header__logo--corporate {
    width: 31vw;
  }

  .footer__shopList {
    gap: 30px;
  }

  .footer__telNum::before {
    transform: translateY(0%);
  }

  .footer__btnWrap {
    align-self: stretch;
    justify-content: center;
    gap: 4vw;
  }

  .footer__btn {
    width: 170px;
  }

  .btn_common.footer__btn a::after {
    transform: translate(20px, 0);
  }

  .footer__sitemapLinkList {
    font-size: 1.1rem;
  }

  /*外部リンクバナー*/
  .footer__blankBnrBox {
    gap: 20px;
    margin: var(--gutter) auto;
  }

  /*コピーマーク*/
  .footer__blankLinkBox {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .footerCopy {
    text-align: center;
  }

  /*フッター固定メニュー*/
  .footerFixMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(53px, 16vw, 60px);
    background: #fff;
    border-top: solid 1px var(--color-lightgray);
    box-shadow: inset 0 1px 0 0 var(--color-lightgray);
    z-index: 999;
    display: none;
  }

  .footerFixMenu__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .footerFixMenu__item {
    height: 100%;
    width: calc(100% / 4);
    box-shadow: inset -1px 0 0 0 var(--color-lightgray);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .footerFixMenu__item--estate {
    background-color: var(--color-main);
    border-color: var(--color-main);
    box-shadow: none;
  }

  .footerFixMenu__item a,
  .footerFixMenu__itemInner {
    width: 100%;
    height: 100%;
    padding: 4px;
    color: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }

  .footerFixMenu__item--estate a {
    color: #fff;
  }

  .footerFixMenu__item a::before,
  .footerFixMenu__itemInner::before {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    margin: 2px;
    background-color: var(--color-main);
    aspect-ratio: 24 / 24;
  }

  .footerFixMenu__item--estate a::before {
    -webkit-mask: url(../img/common/icon_search.svg) no-repeat center / contain;
    mask: url(../img/common/icon_search.svg) no-repeat center / contain;
    background-color: #fff;
  }

  .footerFixMenu__item--signup a::before {
    -webkit-mask: url(../img/common/icon_signup.svg) no-repeat center / contain;
    mask: url(../img/common/icon_signup.svg) no-repeat center / contain;
  }

  .footerFixMenu__item--shoprsv a::before {
    -webkit-mask: url(../img/common/icon_reservation.svg) no-repeat center / contain;
    mask: url(../img/common/icon_reservation.svg) no-repeat center / contain;
  }

  .footerFixMenu__item--event a::before {
   -webkit-mask: url(../img/common/icon_megaphone.svg) no-repeat center / contain;
    mask: url(../img/common/icon_megaphone.svg) no-repeat center / contain;
  }

  .footerFixMenu__item--tel .footerFixMenu__itemInner::before {
    -webkit-mask: url(../img/common/icon_tel.svg) no-repeat center / contain;
    mask: url(../img/common/icon_tel.svg) no-repeat center / contain;
  }

  .footerFixMenu__txt {
    font-size: 0.7em;
    letter-spacing: 0.1em;
  }

  /*電話モーダル*/
  .footerFixMenu__telWrap {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: clamp(200px, 30dvh, 210px);
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 0 5px 0 var(--color-lightgray);
    padding: 5px;
    z-index: 1100;
  }

  .footerFixMenu__telItem {
    width: 60%;
    border-radius: var(--rad-button);
    padding: 2px;
    margin: 1em auto;
  }

  .footerFixMenu__telItemInner {
    display: block;
    background: var(--color-black);
    color: #fff;
    border-radius: var(--rad-button);
    padding: 5px 5px 8px;
    height: 100%;
  }

  .footerFixMenu__telName,
  .footerFixMenu__telNumber {
    font-size: 1.4rem;
    text-align: center;
  }

  .footerFixMenu__telNumber {
    font-family: var(--font-en);
    font-weight: bold;
    white-space: nowrap;
    font-size: 2rem;
  }

  /*==================================================
    MAIN SP
  ==================================================*/
  .ttlWrap {
    height: unset;
    padding: 12% 0 8%;
  }

  .mainTtl {
    margin: 0;
    padding: 0;
  }

  /*--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;
  }

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

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

  .indexPage__ttl::after {
    width: 71%;
  }

  /*==================================================
    shopInfoBox SP
  ==================================================*/
  .shopInfoBox {
    padding: 10% 0;
  }

  .shopInfoBox__inner {
    gap: var(--gutter-narrow);
  }

  .shopInfoBox__dataWrap--shopName {
    margin-bottom: 20px;
  }

  .shopInfoBox__imgBox {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 10px;
  }

  .shopInfoBox__imgList {
    width: 100%;
    max-width: unset;
  }

  .shopInfoBox .slick-dots {
    bottom: -5px;
  }

  .shopInfoBox__infoTxtWrap {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }

  .shopInfoBox__dataWrap {
    display: -webkit-flex;
    -webkit-align-items: center;
  }

  .shopInfoBox__btn {
    margin: var(--gutter-narrow) auto;
  }

  .shopInfoBox__map {
    height: 200px;
  }

  .shopInfoBox__bnr.wire {
    width: 100%;
    margin-top: var(--gutter-wide);
  }

  .shopInfoBox__bnr img {
    border: solid 3px var(--color-navy);
  }
}
