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

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

  --color-main: #A81C4B;
  --color-black: #3D2206;
  --color-red: #C60A0A;
  --color-orange: #EA5500;
  --color-yellow: #FFEE00;
  --color-ygreen: #8ECC11;
  --color-green: #8ECC11;
  --color-blue: #1E4FEF;
  --color-lightblue: #00ADA9;
  --color-navy: #153BB8;
  --color-purple: #662D90;
  --color-pink: #f72b80;
  --color-salmon: #ff9898;
  --color-black: #000;
  --color-darkgray: #666;
  --color-gray: #999;
  --color-lightgray: #ccc;
  --color-palegray: #F5F5F5;
  --color-palegreen: #F1F9EF;
  --color-paleorange: #F0E0CF;
  --color-white: #fff;
  --color-lightbrown: #9C550B;

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

  /* --rad-common: 5px; */
  --rad-common: 10px;
}

@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: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic medium", Meiryo, "sans-serif";
  font-size: 10px;
  line-height: 1.6;
  font-weight: 500;
  background: var(--color-white);
  color: var(--color-black);
}

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

body {
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: 0.05em;
  /* overflow-x: hidden; */
}

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

a {
  text-decoration: none;
}

.en_font {
  font-family: 'Sen', sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

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

/*==================================================
  HEADER
==================================================*/
/*#header {
   border-top: solid 10px #333333;
  border-bottom: solid 1px #CCCCCC;
}
 */
#header .inner {
  max-width: var(--width-content);
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

#header .inner .header_num_box {
  background: var(--color-palegray);
  position: relative;
  padding: 0 0 65px;
  margin-bottom: 20px;
  line-height: 1;
  width: 280px;
}
#header .inner .header_num_box::after {
  content: "";
  position:absolute;
  bottom:0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: calc(280px / 2) solid transparent;
  border-left: calc(280px / 2) solid transparent;
  border-bottom: 25px solid var(--color-white);
  border-top: 0;
}
#header .inner .header_num_box .num_txt_wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: baseline;
}
#header .inner .header_num_box .en_font {
  color: var(--color-main);
  font-size: 30px;
  padding-right: 1px;
}
#header .inner .header_num_box .num_txt {
  font-size: 13px;
  font-weight: bold;
}
#header .inner .header_num_box .update_time {
  font-size: 11px;
  padding-left: .5em;
}
#header .inner .header_num_box .update_time .en_font {
  font-size: 14px;
  color: var(--color-black);
  font-weight: 600;
 
}

#header .inner .leftcont {
  width: 48%;
  margin-right: 2%;
}

#header .inner .leftcont .site_name a {
  display: block;
  width: 78%;
  max-width: 448px;
  max-height: 50px;
  aspect-ratio: 448 / 50;
  /* background: url(../img/common/head_logo.webp) no-repeat left center; 
  background-size: contain;*/
}

#header .inner .leftcont .site_name a span {
  display: block;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 1.2;
  padding-top: .8em;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

#header .headbtnBox ul {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 1em 0;
  position: relative;
}

#header .headbtnBox li {
  padding-right: 2em;
  font-size: 14px;
}

#header .headbtnBox li:last-child {
  padding-right: 0;
}

#header .headbtnBox li a {
  /* display: block;
  width: 150px;
  text-align: center;
  padding: 15px 0;
  border-radius: 3px;
  text-decoration: none; */
  line-height: 1;
  /* font-weight: 500; */
  position: relative;
}

/* #header .headbtnBox li 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%);
} */

#header .headbtnBox li.member a {
  color: var(--color-main);
  font-weight: bold;
}

#header .headbtnBox li.member a::after {
  content: none;
}

#header .headbtnBox li.logout {
  /* position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%); */
}

#header .headbtnBox li.logout input {
  color: #fff;
  line-height: 1;
  background: var(--color-gray);
  padding: .5em 1em;
  font-size: 0.9em;
  border-radius: 0;
  transition: 0.3s;
  border-radius: var(--rad-common);
}

#header .headbtnBox li.logout input:hover {
  opacity: 0.7;
}

/* #header .headbtnBox li.shoprsv a {
  color: var(--color-black);
}

#header .headbtnBox li.soudan a {
  background: #fff;
  border: 1px solid var(--color-black);
  margin-left: 5px;
}

#header .headbtnBox li.soudan a::after{
  border-left-color: var(--color-gray);
} */

#header .headcontactBox {
  display: flex;
  flex-flow: column wrap-reverse;
  text-align: right;
}
#header .headcontactBox .shop_ttl {
  /* width: 80%; */
}
#header .headcontactBox .shop_ttl img {
  aspect-ratio: 410 / 159;
  height: 60px;
}
#header .headcontactBox .telNum {
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 3px 0;
}

#header .headcontactBox .telNum .en_font {
  font-size: clamp(2.25rem, 1.795rem + 2.27vw, 3.5rem);
  font-weight: 700;
}
#header .headcontactBox .telNum .hd_shop_tel {
  border: 2px solid var(--color-black);
  color: var(--color-black);
  display: inline-block;
  font-size: 18px;
  padding: 3px .75em;
  margin: 0 .5em 3px 0;
}

/* #header .headcontactBox .telNum::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  color: var(--color-gray);
  font-weight: 900;
  content: '\f879';
  font-size: 25px;
  left: -5px;
  top: 54%;
  transform: translateY(-50%);
} */

#header .headcontactBox .time {
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
}


/*
  ===== loginfixbox ==========================================
  */
#naviMenu.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}

#naviMenu #loginFixBox {
  margin: 0 auto;
  padding: 10px;
  background: var(--color-palegray);
  text-align: center;
}

#naviMenu #loginFixBox table {
  margin: 0 auto;
}

#naviMenu #loginFixBox table th {
  width: 160px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-right: dotted 1px #333333;
}

#naviMenu #loginFixBox table td {
  vertical-align: middle;
  padding: 2px 20px;
  text-align: center;
}

#naviMenu #loginFixBox table td dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 10px;
}

#naviMenu #loginFixBox table.logined td dl {
  flex-wrap: wrap;
}

#naviMenu #loginFixBox table td dt {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

#naviMenu #loginFixBox table td dd {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

#naviMenu #loginFixBox table td dd.icon {
  margin-left: 15px;
  background: url(../img/common/icon01.webp) no-repeat left center;
  background-size: 8px auto;
  padding-left: 15px;
}

#naviMenu #loginFixBox table td dd a {
  font-weight: bold;
}

#naviMenu #loginFixBox input {
  padding: 5px;
}
#naviMenu #loginFixBox input[type="submit"] {
  border: none;
  padding: 0.5em 0.7em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: var(--color-black);
  /* border-radius: 0; */
  transition: 0.3s;
}

#naviMenu #loginFixBox input[type="submit"].btn_logout {
  background-color: var(--color-gray);
  padding: 0.7em;
}

@media (any-hover:hover) {
  #naviMenu #loginFixBox input[type="submit"].btn_login:hover {
    background-color: var(--color-main);
  }
  #naviMenu #loginFixBox input[type="submit"].btn_logout:hover {
    opacity: 0.7;
  }
}

/*
  ===== globalnavigation ==========================================
  */

#hnavi ul {
  max-width: var(--width-content);
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
}

.fixed #hnavi ul {
  max-width: none;
}

#hnavi>ul>li {
  width: 20%;
  display: flex;
  flex-flow: row wrap;
}

#hnavi>ul>li>a {
  max-height: 65px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

@media (any-hover:hover) {
  #hnavi>ul>li a:hover,
  #hnavi>ul>li.current a:hover {
    background: var(--color-main);
    opacity: 1 !important;
    color: #FFF;
  }

  #hnavi>ul>li a:hover i {
    color: #FFF;
  }
}

#hnavi ul li.current a {
  color: var(--color-main);
}

#hnavi ul li.parent {
  list-style: none;
  padding: 0;
  position: relative;
}

#hnavi ul li.parent .prpsearch_link {
  background: var(--color-main);
  color: var(--color-white);
  position: relative;
  display: block;
  text-align: left;
  padding-left: calc(40px + 2.6em);
}

#hnavi ul li.parent .prpsearch_link::before {
  content: "";
  display: block;
  background: url('../img/common/icon_search.svg') no-repeat center center / cover;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 1.4em;
}

#hnavi ul li.parent .prpsearch_link span {
  font-size: 13px;
}

#hnavi ul li.parent ul {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 999;
  top: 60px;
}

#hnavi ul li.parent ul li {
  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) {
  #hnavi ul li:hover ul li {
    overflow: visible;
    height: 54px;
    background-color: rgba(168, 28, 75, 0.8);
    margin-top: 1px;
  }
}

#hnavi ul li.parent ul li 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) {
  #hnavi ul li.parent ul li a:hover {
    background-color: var(--color-main);
  }
}


/*==================================================
  FOOTER
==================================================*/
#footWrap {
  width: 100%;
  clear: both;
  margin-top: 50px;
  border-top: 3px solid #E6E6E6;
}

#footer {
  background: var(--color-palegray)
}

#footer .footBox01 {
  background: var(--color-black);
  padding: 40px 0;
}

#footer .footBox01 .inner {
  max-width: var(--width-content);
  margin: 0 auto;
}

#footer .footBox01 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .footBox02 {
  margin-bottom: var(--gutter-narrow);
}

#footer .footBox02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: var(--width-content);
  width: 98%;
  margin: var(--gutter) auto;
}

#footer .footer_logo {
  width: 40%;
}

#footer .company {
  width: 57%;
  padding: 0;
  /* display: flex;
  justify-content: right; */
  text-align: right;
}

/* #footer .company dl {
  display: flex;
  flex-flow: row nowrap;
} */

#footer .company dl:not(:last-child) {
  margin-bottom: 4em;
}

#footer .company dl dt img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

#footer .company dl dd {
  padding-left: 1em;
}

#footer .company dl dd .ft_shop_name {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

#footer .company dl dd .ft_shop_name img {
  aspect-ratio: 410 / 159;
  height: 70px;
}

#footer .company dl dd .ft_shop_tel {
  font-size: clamp(1.8em, 1.2em + 1.82vw, 2.5em);
  display: flex;
  justify-content: right;
  align-items: center;
  line-height: 1;
  margin: .25em 0;
  font-weight: 700;
}

#footer .company dl dd .ft_shop_tel span {
  border: 2px solid var(--color-black);
  display: inline-block;
  padding: .25em .5em;
  font-size: 18px;
  margin: 0 1rem 3px 0;
  font-weight: bold;
  line-height: 1;
}

#footer .company dd:nth-child(2n):not(:last-child) {
  margin-bottom: 10px;
}

#footer .company dl dd .ft_shop_info,
#footer .company dl dd .ft_shop_time {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
} 

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

#footer .footer_logo .footer_site_ttl {
  display: block;
  margin-bottom: var(--gutter-supernarrow);
}
#footer .footer_logo .footer_site_ttl img {
  width: 90%;
}
#footer .footer_logo .footer_site_ttl span {
  display: block;
  font-weight: bold;
  padding-bottom: .5em;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

#footer .company dt {
  font-weight: bold;
  flex-shrink: 0;
}

#footer .btn {
  width: 180px;
  margin-top: auto;
  margin-bottom: 0;
}

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

#footer .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%);
}

#footer .footBox02 .btnlink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#footer .footBox02 .btnlink form {
  width: 49%;
  transition: 0.3s;
  position: relative;
}

#footer .footer_btn {
  width: 49%;
  /* font-size: clamp(12px,3.8vw,14px); */
}

/* #footer .footer_btn::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 4px solid var(--color-black);
  border-bottom: 4px solid var(--color-black);
  top: calc(50% - 2px);
  right: 5%;
  transform: rotate(-45deg);
} */

#footer .footBox02 .btnlink form::after {
  /* position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  top: calc(50% - 2px);
  right: 5%;
  transform: rotate(-45deg); */
}

#footer .footer_btn:hover,
#footer .footBox02 .btnlink form:hover {
  opacity: .7;
}

#footer .footer_logout {
  border: 2px solid #888;
  background: #888;
  padding: 1em 0;
  font-size: 1em;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  border-radius: var(--rad-common);
}

#footer .telBox {
  margin-bottom: 10px;
}

#footer .navi {
  display: flex;
  /* Safari */
  justify-content: space-between;
  width: var(--width-content);
  max-width: 96%;
  margin: 0 auto;
  gap: 1em;
}

#footer .navi ul li {
  line-height: 1;
  margin-bottom: 1.5em;
  padding-left: 1em;
  position: relative;
}

#footer .navi ul li::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-right: 3px solid var(--color-white);
  border-bottom: 3px solid var(--color-white);
  top: calc(50% - 2px);
  left: 0;
  transform: rotate(-45deg);
}

#footer .navi ul li:last-child {
  margin-bottom: 0;
}

#footer .navi ul li a {
  text-decoration: none;
  color: var(--color-white);
  font-size: 14px;
}

@media (any-hover:hover) {
  #footer .navi ul li a:hover {
    text-decoration: underline;
  }
}

/*SNS icon*/
#footer .foot_social {
  display: flex;
  justify-content: right;
  margin-top: 1em;
  /* margin:var(--gutter-narrow) 0; */
}

#footer .foot_social li {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

#footer .foot_social li:last-child {
  margin-right: 0;
}

#footer .external_link_wrap .external_link_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

#footer .external_link_wrap .external_link_list li {
  width: 32%;
  /* margin: 0 .5em; */
}

#footer .external_link_wrap .external_link_list li a {
  display: block;
  border: 1px solid var(--color-lightgray);
}

#footer small {
  display: block;
  width: 100%;
  padding: 1em 0 1.2em;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background: var(--color-black);
  text-align: center;
  position: relative;
}

/*テンプレートマーク*/
/* #footer address::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%);
} */

#footer_bnrBox {
  overflow: hidden;
}

#footer_bnrBox .footer_bnr_list {
  width: var(--width-content);
  margin: auto;
  position: relative;
}

#footer_bnrBox .footer_bnr_list .footer_bnr_item {
  width: 320px;
  margin: 0 15px;
  opacity: .6;
}

#footer_bnrBox .footer_bnr_list .footer_bnr_item a img {
  display: block;
  border-radius: var(--rad-common);
}

#footer_bnrBox .footer_bnr_list .footer_bnr_item.slick-active {
  opacity: 1;
}

#footer_bnrBox .footer_bnr_list .slick-list.draggable {
  width: var(--width-content);
  margin: 0 auto;
  overflow: visible;
}

#footer_bnrBox .footer_bnr_list .slick-prev,
#footer_bnrBox .footer_bnr_list .slick-next {
  top: 35%;
}

#footer_bnrBox .footer_bnr_list .slick-prev::before,
#footer_bnrBox .footer_bnr_list .slick-next::after {
  opacity: 1;

}

#footer_bnrBox .footer_bnr_list .slick-dots {
  position: static;
  padding: 20px 0 50px;
}

#footer_bnrBox .footer_bnr_list .slick-dots li {
  margin: 0 3px;
}

/*
#footer_bnrBox a {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  border-bottom: 1px solid #333;
  width: 100%;
}

#footer_bnrBox a>img {
  width: 40%;
}

#footer_bnrBox li:nth-of-type(2) a>img,
#footer_bnrBox li:last-of-type a>img {
  width: 45%;
}

#footer_bnrBox a p {
  margin-top: 10px;
  text-align: center;
  line-height: 1.2;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
}
 */

#footer .footcontactBox {
  flex-shrink: 0;
}

#footer .footBox02 .telBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}

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

#footer .footBox02 .telBox .telNum::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%);
}

#footer .footBox02 .telBox .time {
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
}

/*
===== footerBox ==========================================
*/

/*会員登録*/
#fttr_memberBox {
  padding: 20px 15px;
  background: #FC4F00;
  position: relative;
}

#fttr_memberBox h3.ttl {
  width: 518px;
  margin-top: 10px;
  float: left;
}

#fttr_memberBox dl.count {
  width: 230px;
  margin: 0 25px;
  float: left;
}

#fttr_memberBox dl.count dd {
  margin-top: 10px;
}

#fttr_memberBox dl.count ul {
  clear: both;
  letter-spacing: -.40em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#fttr_memberBox dl.count li {
  color: #FC4F00;
  font-size: 3.4em;
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
  line-height: 100%;
  font-weight: bold;
  padding: 8px 5px 2px 5px;
  margin-right: 1px;
  line-height: 100%;
  background: #ffffff;
}

#fttr_memberBox dl.count li.txt {
  color: #fff !important;
  font-size: 1.4em;
  background: none !important;
  border: none !important;
}

/*footFix*/
#footFix {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99;
}

#footWrap.fix {
  margin-bottom: 60px;
}

/* 来店予約バナー */
#footFix .sidefix {
  width: 200px;
  position: absolute;
  right: 10px;
  bottom: 130px;
}

#footFix .sidefix .fixBtnList li {
  margin-bottom: 10px;
}

#footFix .sidefix .fixBtnList li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-radius: var(--rad-common);
  height: 60px;
  position: relative;
  padding-left: 60px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 18px;
}
#footFix .sidefix .fixBtnList li a span {
  font-size: clamp(0.625em, 0.5em + 0.23vw, 0.65em);
  display: block;
  letter-spacing: 0;
}

#footFix .sidefix .fixBtnList li.fixBtn_shopreserv a {
  background-color: var(--color-black);
  color: var(--color-white);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .3);
}

#footFix .sidefix .fixBtnList li.fixBtn_shopreserv a::before {
  content: "";
  display: block;
  width: 34px;
  height: 30px;
  background: url(../img/common/icon_shop.svg) no-repeat 0 0 / cover;
  position: absolute;
  left: 15px;
}

#footFix .sidefix .fixBtnList li.fixBtn_shopreserv a::after {
  content: "";
  display: block;
  width: 39px;
  height: 41px;
  background: url(../img/common/sidever_img.webp) no-repeat 0 0 / cover;
  position: absolute;
  right: 15px;
}

#footFix .sidefix .fixBtnList li.fixBtn_sell a {
  background-color: var(--color-white);
  border: 2px solid var(--color-black)
}

#footFix .sidefix .fixBtnList li.fixBtn_sell a span {
  font-size: 10px;
}
/* #footFix .sidefix .fixBtnList li.fixBtn_event a::before {
  content: "";
  display: block;
  width: 36px;
  height: 30px;
  background: url(../img/common/icon_calendar.svg) no-repeat 0 0 / cover;
  position: absolute;
  left: 15px;
} */

#footFix .sidefix .fixBtnList li.fixBtn_sell a::before {
  content: "";
  display: block;
  width: 26px;
  height: 38px;
  background: url(../img/common/icon_calculator.svg) no-repeat 0 0 / contain;
  position: absolute;
  left: 18px;
}

#footFix .sidefix .fixBtnList li.fixBtn_regist a {
  background-color: var(--color-main);
  color: var(--color-white);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .3);
}

#footFix .sidefix .fixBtnList li.fixBtn_regist a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/common/icon_user.svg) no-repeat 0 0 / cover;
  position: absolute;
  left: 17px;
}

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

#footFix .ancPagetop .pagetop_btn {
  color: var(--color-white);
  text-align: center;
  background: var(--color-gray);
  border-radius:  var(--rad-common) 0 0 var(--rad-common);
  opacity: .7;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 12px;
  letter-spacing: 1px;
}

#footFix .ancPagetop .pagetop_btn::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 18px;
  display: block;
  line-height: 1.2;
}

/*footBox*/

#footBox_member {
  margin-top: 30px;
  padding-bottom: 10px;
  box-shadow: 0 0 0 5px #FC4F00 inset;
}

#footBox_member a {
  display: block;
  width: 100%;
  height: 100%;
}

#footBox_member .ttl {
  padding: 0 20px;
  background: #FC4F00;
}

#footBox_member .inner {
  margin: 20px;
  position: relative;
}

#footBox_member .inner ul.item li {
  margin-bottom: 10px;
}

#footBox_member .inner div.count {
  width: 224px;
  height: 80px;
  padding: 10px;
  background: url(../img/common/footBox_member_count.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 997;
}

#footBox_member .inner div.count ul {
  display: block;
  text-align: right;
  letter-spacing: -.40em;
}

#footBox_member .inner div.count ul li {
  color: #3E2C00;
  display: inline-block;
  letter-spacing: normal;
  font-weight: bold;
  padding: 10px 2px 5px 2px;
  font-size: 2.4em;
  margin-right: 1px;
  background: #fff;
}

#footBox_member .inner div.count ul li.txt {
  color: #fff;
  background: none !important;
  font-size: 12px !important;
}

#footBox_member .inner p.btn {
  width: 260px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: -10px;
}

#footBox_member .inner p.btn img {
  width: 100%;
  height: auto;
}

/* recaptcha */
.grecaptcha-badge {
  bottom: 5px !important;
  overflow: hidden;
}

/*==================================================
  MAIN
==================================================*/
/*************** メインタイトル ****************/
.ttlWrap {
  background: url(../img/index/modelroomBox_bg.webp) no-repeat center / cover;
  color: var(--color-black);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 3%;
}

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

#container {
  margin: 0 auto !important;
}

/*--BREAD--*/
#bread {
  width: min(var(--width-content), 100%);
  margin: 0 auto;
  padding: 5px 0;
  font-size: 12px;
  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 #666;
  border-right: 1px solid #666;
  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;
  }
}

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


/*サブタイトル*/
#main .secTtl {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: var(--gutter) auto var(--gutter-narrow);
  padding: 0.5em 0;
  border-bottom: 4px double var(--color-black);
}

#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 #111;
}

.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: #111;
}

.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: #111;
}

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


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

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

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

.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: 25px !important;
  height: 43px !important;
}

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

.slick-prev::before {
  background: url(../img/common/arrow_left.webp) no-repeat 0 0 !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;
}

.slick-dots li button:before {
  background: var(--color-white);
  border: 1px solid var(--color-black);
}

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

/*==================================================
  PC only SETTINGS : Min768px 
==================================================*/
@media screen and (min-width: 768px) {
  
/* fixed */
#header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  animation: header-slidein 0.5s;
  box-shadow:  0 0 3px 0px rgba(64,41,23,0.4);
}

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

  100% {
    transform: translateY(0);

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

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

#header.fixed #hnavi ul li.prpsearch .prpsearch_link {
  padding: .5em .5em .5em calc(40px + 3.5em);
}

#header.fixed #hnavi ul li.parent .prpsearch_link::before {
  width: 38px;
  height: 38px;
}

#header.fixed #hnavi ul li.parent ul {
  top: 50px;
}

#header.fixed .inner .leftcont {
  padding: 5px 0;
}

#header.fixed .inner .header_num_box,
#header.fixed .headcontactBox {
  display: none;
}
#header.fixed .inner .leftcont .site_name a img {
  width: 282px;
  max-height: 31px;
}
#header.fixed .inner .leftcont .site_name a span {
  font-size: 10px;
}
#header.fixed .headbtnBox li.logout {
  left: -125px;
}
}
/*==================================================
  tablet SETTINGS : Min768px Max1080px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1080px) {

  /*==================================================
    HEADER PC/TABLET
  ==================================================*/
  #header .inner {
    padding: 0 2%;
  }

  #header.fixed .inner {
    padding: 0;
  }

  #header .inner .leftcont .site_name a span {
    display: none;
  }

  #naviMenu #loginFixBox table {
    width: 100%;
  }

  #naviMenu #loginFixBox table th {
    width: 16%;
    padding-right: 10px;
  }

  #naviMenu #loginFixBox table td {
    padding: 2px 0 2px 10px;
  }

  #naviMenu #loginFixBox table:not(.logined) td dd {
    width: 22%;
  }

  #naviMenu #loginFixBox table td dl input {
    width: 100%;
  }

  #hnavi ul li.parent .prpsearch_link,
  #header.fixed #hnavi ul li.prpsearch .prpsearch_link {
    padding-left: 60px;
  }
  #hnavi ul li.parent .prpsearch_link::before,
  #header.fixed #hnavi ul li.prpsearch .prpsearch_link::before {
    width: 35px;
    height: 35px;
    top: 18%;
  }

  /*==================================================
    FOOTER PC/TABLET
  ==================================================*/
  #footer .navi {
    gap: 0;
  }
  #footer .navi ul li {
    line-height: 1.4;
  }
  #footer .navi ul li a {
    font-size: 12px;
  }
  
  #footer .external_link_wrap .external_link_list {
    flex-flow: row;
  }
  #footer .external_link_wrap .external_link_list li {
    width: 35%;
  }
  #footer .footBox02 {
    padding: 0;
  }

  #footer .footBox01 .inner {
    padding: 0 10px;
  }


  #footer .footBox01 .btnlink {
    flex-direction: column;
  }

  #footer .footBox01 .btnlink form {
    width: 100%;
  }

  #footer .footer_logout {
    max-width: unset;
  }

  #footer .footer_btn {
    width: 100%;
    max-width: 270px;
  }

  #footer_bnrBox .footer_bnr_list {
    width: 100%;
  }

  #footer_bnrBox .footer_bnr_list .footer_bnr_item {
    width: 320px;
  }

  #footer .footBox02 {
    margin-bottom: 0;
  }

  #footer .footBox02 .inner {
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 0;
  }

  #footer .footer_logo {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  #footer .footer_logo .footer_site_ttl img {
    width: 80%;
  }

  #footer .footer_logo p {
    width: 70%;
    margin: 0 auto;
  }

  #footer .footBox02 .btnlink {
    justify-content: center;
  }

  #footer .footBox02 .btnlink .footer_btn,
  #footer .footBox02 .btnlink form {
    max-width: 250px;
  }

  #footer .company {
    padding: var(--gutter-narrow) 2% var(--gutter);
    width: 70%;
  }

  #footer .company dl {
    justify-content: center;
  }

  #footer .company dl dd {
    padding-left: 0;
    text-align: center;
  }

  #footer .company dl dd .ft_shop_tel {
    justify-content: center;
    padding: .5em 0;
  }

  #footer .foot_social {
    justify-content: center;
  }

  .ttlWrap {
    padding-top: 4%;
  }


}

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

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

  /*==================================================
    HEADER SP
  ==================================================*/
  #header {
    display: block;
    padding: 0;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
  }

  #header .inner {
    width: 100%;
    height: 100%;
    padding: 5px;
    margin: 0;
    align-items: center;
  }

  #header .inner .leftcont {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #header .inner .header_num_box,
  #header .inner .leftcont .site_name a span {
    display: none;
  }

  #header .inner .leftcont .site_name {
    padding: 5px 5px 5px 3px;
    /* width: 200px; */
  }

  #header .inner .leftcont .site_name a {
    aspect-ratio: 544 / 60;
    display: flex;
    align-items: center;
  }

  #header .inner .leftcont .site_name a img {
    /* width: 60%; */
    /* height: 24px; */
    width: 76%;
  }

  #sphead {
    position: absolute;
    right: 5px;
    top: 5px;
  }

  #sphead .navi {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  #sphead .navi>li a img {
    width: 40px;
    height: 40px;
  }

  #sphead .navi .dropbtn,
  #sphead .navi .emember {
    margin-left: 2.5%;
  }

  #sphead .navi .dropbtn {
    border: 1px solid var(--color-black);
    color: var(--color-black);
    position: relative;
    width: 40px;
    height: 43px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 10px;
    font-weight: 500;
    padding: 5px;
    line-height: 1.2;
    border-radius: 4px;
  }

  #sphead .navi .dropbtn span {
    width: 60%;
    height: 2px;
    background-color: var(--color-black);
    display: block;
    position: absolute;
    transition: ease .3s;
  }

  #sphead .navi .dropbtn span:first-of-type {
    top: 6px;
  }

  #sphead .navi .dropbtn span:nth-of-type(2) {
    top: 13px;
  }

  #sphead .navi .dropbtn span:nth-of-type(3) {
    top: 20px;
  }

  #sphead .navi .dropbtn.active {
    transform: translateX(0);
  }

  #sphead .navi .dropbtn.active span:first-of-type {
    top: 12px;
    transform: rotate(45deg);
  }

  #sphead .navi .dropbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  #sphead .navi .dropbtn.active span:nth-of-type(3) {
    top: 12px;
    transform: rotate(-45deg);
  }

  /*ヘッダーメニュー*/
  #spnavi .dropmenu {
    display: none;
    border-top: 1px solid #E0E0E0;
    background-color: #fff;
  }

  #spnavi .dropmenu li.col01 {
    width: 100% !important;
  }

  /* #spnavi .dropmenu::after{
    content: "";
    clear: both;
    display: block;
  }

  #spnavi .dropmenu li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
  }
  #spnavi .dropmenu li:nth-child(even) {
    border-right: 0;
  } */
  #spnavi .dropmenu .spnavi_list {
    display: flex;
    flex-flow: row wrap;
  }

  #spnavi .dropmenu .spnavi_list li {
    width: 50%;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    line-height: 1.4;
  }
  #spnavi .dropmenu .spnavi_list li.last_item {
    width: 100%;
  }

  #spnavi .dropmenu li:nth-child(even) {
    border-right: 0;
  }

  #spnavi .dropmenu li a {
    display: block;
    padding: 1.2em 0.8em 1.2em 2em;
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  #spnavi .dropmenu li:last-child a {
    border-bottom: 1px solid #E0E0E0;
  }

  #spnavi .dropmenu li a::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--color-main);
    border-right: 1px solid var(--color-main);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    left: 5px;
  }

  #sphead .navi li a {
    border-radius: 4px;
    letter-spacing: 0;
  }

  #sphead .navi .emember a {
    display: block;
    background: var(--color-main);
    color: var(--color-white);
    width: 45px;
    height: 43px;
    text-align: center;
    white-space: nowrap;
    padding: 7px 2px;
    line-height: 1.2;
  }

  #sphead .navi .login a {
    display: block;
    background: var(--color-black);
    color: var(--color-white);
    width: 45px;
    height: 43px;
    text-align: center;
    white-space: nowrap;
    padding: 7px 0;
    line-height: 1.2;
  }

  #sphead .navi .emember a i,
  #sphead .navi .login a i {
    font-size: 16px;
  }

  #sphead .navi .emember a p,
  #sphead .navi .login a p {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
  }

  /* 会員ログイン後　ボタン */
  #header #memberBox {
    font-size: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    width: 100%;
    /* border-radius: 4px; */
    /* border-radius: var(--rad-common); */
  }

  #header #memberBox.active {}

  #header #memberBox h2 img {
    height: 40px;
  }

  .btn_membermenu {
    width: 40px;
    border: 1px solid var(--color-main);
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    color: var(--color-main);
    font-weight: bold;
    padding: 0 7px;
    border-radius: 4px;
  }

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

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

  #memberBox li a {
    font-weight: bold;
    background: #fff;
    background-size: auto 10px;
    border: 1px solid #E6E6E6;
    display: block;
    /* border-radius: 4px; */
    border-radius: var(--rad-common);
    width: 100%;
    padding: 20px 10px;
    margin: 0 auto 5px;
    font-size: 14px;
    position: relative;
  }

  #memberBox li 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%;
  }

  #memberBox li .btn_logout {
    width: 60%;
    font-size: 1.1em;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    /* border-radius: 5px; */
    border-radius: var(--rad-common);
    padding: 15px 0;
  }

  #memberBox .closeWrap {
    padding-bottom: 20px;
  }

  #memberBox .btnClose {
    background: #999999;
    padding: 8px 0px;
    width: 80px;
    display: block;
    color: #FFF;
    /* border-radius: 4px; */
    border-radius: var(--rad-common);
    text-align: center;
    margin: 0 auto;
  }

  /* モーダル */
  .modal_open {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 50px;
    font-weight: bold;
    color: #fff;
    background: #000;
    margin: auto;
    cursor: pointer;
    transform: translate(-50%, -50%);
  }

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

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

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

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

  .modal_content {
    background: var(--color-palegray);
  }

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

  /*==================================================
    FOOTER SP
  ==================================================*/
  #footer_bnrBox {
    padding: 5% 10px;
  }

  #footer_bnrBox ul {
    flex-direction: column;
    gap: 5px;
  }

  #footer_bnrBox ul li {
    width: 100%;
  }

  #footer_bnrBox a {
    padding: 10px 20px;
    min-height: 60px;
    /* border-radius: 2px; */
    border-radius: var(--rad-common);
    flex-direction: initial;
    justify-content: flex-start;
    position: relative;
  }

  #footer_bnrBox a p {
    margin-top: 0;
    margin-left: 20px;
    font-size: clamp(16px, 5vw, 24px)
  }

  #footer .footBox01 .inner {
    flex-direction: column;
  }

  /* フッターバナースライダー */
  #footer_bnrBox .footer_bnr_list .slick-dots {
    padding: 0;
  }

  #footer_bnrBox .footer_bnr_list .slick-prev,
  #footer_bnrBox .footer_bnr_list .slick-next {
    top: 50%;
  }

  #footer_bnrBox .footer_bnr_list,
  #footer_bnrBox .footer_bnr_list .slick-list.draggable {
    width: 100%;
  }

  #footer_bnrBox .footer_bnr_list .slick-list.draggable {
    margin-top: 0 !important;
  }

  #footer_bnrBox .footer_bnr_list .footer_bnr_item {
    width: 320px;
  }

  #footer .footBox02 {
    padding-top: var(--gutter-narrow);
    margin-bottom: 0;
  }

  #footer .footer_logo .footer_site_ttl {
    text-align: center;
    margin-bottom: 1em;
  }

  #footer .footer_logo {
    width: 90%;
    max-width: 100%;
    margin: 0 auto 1em;
  }

  #footer .footer_logo p a {
    text-align: center;
    margin-bottom: 30px;
  }

  #footer .company {
    width: 100%;
    border-left: none;
    padding: 1em;
  }

  #footer .company dl {
    justify-content: center;
    flex-flow: column wrap;
    align-items: center;
  }

  #footer .company dl dt img {
    width: 80px;
    height: 80px;
  }

  #footer .company dl dd {
    padding: 1em 0 0;
    text-align: center;
  }

  #footer .company dl dd .ft_shop_tel span {
    font-size: 12px;
  }

  #footer .company dl dd .ft_shop_tel {
    justify-content: center;
  }

  #footer .btn {
    margin: 0 auto;
  }

  #footer .footBox02 .inner {
    flex-flow: column wrap;

  }

  #footer .footBox02 .btnlink {
    width: 100%;
    margin: 0;
    flex-flow: column;
  }

  #footer .footer_btn,
  #footer .footBox02 .btnlink form {
    width: 100%;
  }

  .footcontactBox {
    width: 100%;
  }

  #footer .footBox02 .telBtn {
    width: 80%;
    margin: 2.5% auto;
  }

  #footer .footBox02 .telBtn a {
    background-color: #333;
    color: #fff;
    display: block;
    padding: 10px;
    /* border-radius: 3px; */
    border-radius: var(--rad-common);
    text-align: center;
  }

  #footer .footBox02 .telBtn a .telNum {
    font-size: clamp(26px, 8vw, 30px);
    text-indent: 0.5em;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }

  #footer .footBox02 .telBtn a .telNum::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%);
  }

  #footer .footBox02 .telBtn a span {
    font-size: 11px;
  }

  #footer .external_link_wrap .external_link_list {
    flex-flow: column;
  }
  #footer .external_link_wrap .external_link_list li {
    width: 90%;
    padding: 0 0 1em;
  }

  /*footFix*/
  #footFix {
    bottom: 10%;
  }

  #footFix .ancPagetop {
    bottom: 10px;
  }

 /*フッター固定メニュー*/

  #footer .foot_menu {
    width: 100%;
    height: 58px;
    padding: 0;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    clear: both;
    background: #fff;
    border-top: 1px solid var(--color-black);
    box-shadow: inset 0 1px 0 0 #ccc;
  }

  .foot_menu__list {
    display: flex;
    height: 100%;
  }

  .foot_menu__item {
    width: calc(100% / 5);
    box-shadow: inset -1px 0 0 0 #E6E6E6;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
  }

  .foot_menu__item:last-of-type {
    box-shadow: none;
  }

    .foot_menu__item a,
    .foot_menu__item .foot_menu__item__telBtn {
      padding: 4px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      text-align: center;
    }

    .foot_menu__item a::before,
    .foot_menu__item .foot_menu__item__telBtn::before {
      content: "";
      display: block;
      width: 3em;
      height: 3em;
      margin: 2px;
    }

    .foot_menu__item.estate {
      background-color: var(--color-main);
      color: #fff;
      border-color: var(--color-black);
      box-shadow: none;
    }

    /*アイコン設定*/
    .foot_menu__item.estate a::before {
      background: url('../img/common/icon_search.svg') no-repeat center / contain;
      filter: brightness(100);
    }

    .foot_menu__item.shop-reserve a::before {
      background: url('../img/common/icon_footer_calendar.svg') no-repeat center / contain;
    }

    .foot_menu__item.shops a::before {
      background: url('../img/common/icon_footer_shop.svg') no-repeat center / contain;
    }

    .foot_menu__item.event a::before {
      background: url('../img/common/icon_footer_flag.svg') no-repeat center / contain;
    }

    .foot_menu__item.tel a::before {
      background: url('../img/common/icon_footer_tel.svg') no-repeat center / contain;
    }

    #footer .foot_social {
      justify-content: center;
    }
  
    #footer .foot_social li {
      width: 40px;
      height: 40px;
    }
  
    #footFix .sidefix {
      display: none;
    }

    /* recaptcha */ 
    .grecaptcha-badge {
      bottom: 5px !important;
    }

  /*==================================================
    MAIN SP
  ==================================================*/
  .ttlWrap {
    padding: 10% 1em 8%;
    height: auto;
    margin: 0;
  }

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

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