@charset "UTF-8";

html,
body {
    min-width: inherit;
    min-width: auto;
}

html.is-open,
body.is-open {
    overflow: hidden;
    height: 100%;
}
html {
    scroll-padding-top: 70px;
}

header#header {
    height: 50px;
}

header#header .header-inner .header-info .info-logo {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

header#header .header-inner .header-info .info-logo .logo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 5px;
}

header#header .header-inner .header-info .info-logo .logo-inner>* {
    width: calc(100% - 100px);
    height: 35px;
}

header#header .header-inner .header-info .info-contact {
    display: none;
}

header#header .header-inner .header-nav {
    position: fixed;
    z-index: 102;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*追加*/
    height: 100%;
    overflow-y: scroll;
}

header#header .header-inner .header-nav .nav-menu .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li {
    padding: 0 10px;
    /* width: 50%; */
    width: 100%;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    /* font-size: 1.2rem; */
    font-size: clamp(14px, 5vw, 16px) !important;
    border-bottom: 1px solid #b1b1b1;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li>a::before {
    content: "\f054";
    font-family: Fontawesome;
    margin-right: 0.5em;
    font-size: 0.8em;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .menu-child {
    /* display: none; */
    /* margin-right: -50vw; */
    font-size: clamp(14px, 5vw, 16px) !important;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .menu-child>li>a {
    display: block;
    padding: 10px 15px;
    /* font-size: 1.2rem; */
    font-size: clamp(14px, 5vw, 16px) !important;
}

header#header .header-inner .header-nav .nav-menu .menu-sp {
    text-align: center;
    padding: 30px 15px 40px;
}

header#header .header-inner .header-nav .nav-menu .menu-sp .unit-btn-03 {
    margin-top: 20px;
}

header#header .header-inner .header-btn {
    position: fixed;
    z-index: 101;
    top: -10px;
    /* top: 0; */
    right: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header#header .header-inner .header-btn .btn-inner .txt::after {
    content: "menu";
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #ffa800;
    line-height: 1;
    margin-bottom: 2px;
}

header#header .header-inner .header-btn .btn-inner .bar {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #333;
    margin-bottom: 2px;
}

header#header .header-inner .header-btn .btn-inner .bar>*,
header#header .header-inner .header-btn .btn-inner .bar::before,
header#header .header-inner .header-btn .btn-inner .bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 1px;
    width: 18px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header#header .header-inner .header-btn .btn-inner .bar::before {
    top: -15px;
}

header#header .header-inner .header-btn .btn-inner .bar::after {
    top: 16px;
}

header#header .overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.5) url(../img/common/tex_bg_02.png) center center; */
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

header#header:not(.is-open) .header-inner .header-nav {
    opacity: 0;
    pointer-events: none;
}

header#header:not(.is-open) .overlay {
    opacity: 0;
    pointer-events: none;
}

header#header.is-open .header-inner .header-btn .btn-inner .bar::before {
    transform: translate(0px, 6px) rotate(45deg);
}

header#header.is-open .header-inner .header-btn .btn-inner .bar>span {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

header#header.is-open .header-inner .header-btn .btn-inner .bar::after {
    transform: translate(0px, -9px) rotate(-45deg);
}

.unitLogo {
    max-width: 100%;
}

.news ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 3% 0px;
}

.news ul li {
    display: flex;
    align-items: center;
    font-size: clamp(14px, 2vw, 16px) !important;
    text-align: left;
    width: 100% !important;
    border-bottom: 1px #333 solid;
    padding: 10px 0px 15px 0px;
    flex-wrap: wrap;
}

.news ul li:not(:last-child) {
    margin-bottom: 10px;
}

.date {
    width: 25%;
}

.cate {
    display: inline-block;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 3px;
}

.title {
    width: 100%;
    margin-top: 5px;
}

h2.subtitle {
    font-size: clamp(20px, 5vw, 22px) !important;
}
h3.titleH3 {
    font-size: clamp(18px, 4vw, 20px) !important;
}

ul.top1 {
    flex-wrap: wrap;
    margin-top: 5%;
}

ul.top1 li {
    width: 100%;
    border: solid 1px #e2e2e2;
    margin-left: auto;
    margin-right: auto;
}

ul.top1 li:not(:last-child) {
    margin-bottom: 40px;
}

ul.top1 li dl dt h3 {
    font-size: clamp(16px, 4vw, 20px) !important;
}

ul.saleTop {
    flex-wrap: wrap;
}

ul.saleTop li {
    width: 49.5%;
    padding: 3% 0px;
}

ul.saleTop li:nth-of-type(1),
ul.saleTop li:nth-of-type(2) {
    margin-bottom: 3%;
}

ul.topService li:nth-of-type(1),
ul.topService li:nth-of-type(2),
ul.topService li:nth-of-type(3),
ul.topService li:nth-of-type(4) {
    margin-bottom: 3%;
}

ul.topService li {
    width: 49%;
}

ul.topService li dl dt img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15% 0px;
}
ul.saleTop li dl dt {
    width: 35%;
}

ul.saleTop li dl dd {
    width: 60%;
    margin-left: 5%;
}

dl.dltop1 dd {
    margin-top: 3%;
}


#footerMenu {
    flex-wrap: wrap;
}

.footerMenuListBlock {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.spMBottom1 {
    margin-bottom: 5% !important;
}

.spHidden {
    display: none;
}

.rightBtn {
    justify-content: center;
    margin-top: 5%;
}

a.btn {
    width: 40%;
    font-size: clamp(16px, 2vw, 18px) !important;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    padding: 5px 0px;
    text-align: center;
}

.topContact {}

dl.dltop2 {
    background-color: #e2e2e2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 3% 2.5% 3% 2.5%;
}

dl.dltop2 dt {
    width: 48%;
}

dl.dltop2 dd {
    width: 51%;
}
.pdTop3 {
    padding-top: 7%;
}
.mTop2 {
    margin-top: 20px;
}

.pdBt {
    padding-bottom: 5%;
}
.pBottom1 {
    padding-bottom: 15%;
}
.pBottom2 {
    padding-bottom: 3%;
}
.pBottom3 {
    padding-bottom: 5%;
}

dl.buyComment {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 5%;
    flex-wrap: wrap;
}

dl.buyComment dt {
    width: 100%;
}

dl.buyComment dt img {
    width: 10%;
}

dl.buyComment dd {
    width: 90%;
    margin-left: 10%;
}

dl.buyComment2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 5%;
    flex-wrap: wrap;
}

dl.buyComment2 dt {
    width: 100%;
}

dl.buyComment2 dd {
    width: 90%;
    margin-right: 10%;
}

dl.buyComment2 dt img {
    width: 10%;
    margin-left: 90%;
}

ul.saleWay {
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: start;
}

ul.saleWay li {
    width: 100%;
    padding: 2% 1.5%;
}

ul.saleWay li:nth-of-type(1),
ul.saleWay li:nth-of-type(2) {
    margin-bottom: 3%;
}

ul.saleWay li dl {
    margin-top: 3%;
    margin-bottom: 3%;
}

ul.saleWay li dl dt {
    width: 100%;
}

ul.saleWay li dl dd {
    width: 100%;
    margin-top: 3%;
    /* margin-left: 2%; */
}

ul.saleWay li dl dd h3 {
    font-size: clamp(18px, 2vw, 22px) !important;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
}

ul.saleWay li dl dd p {
    font-size: clamp(16px, 2vw, 18px) !important;
}

.buyBlockFull h3 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

dl.buyBlock {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-top: 1.5%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

dl.buyBlock dt {
    width: 100%;
}

dl.buyBlock dd {
    width: 100%;
    margin-top: 3%;
}

.speechBubble::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 20px;
    border-color: transparent transparent transparent #F6F6F6;
    translate: 100% -50%;
    transform: skew(0, -33deg);
    transform-origin: left;
}
dl.buyArea2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
dl.buyArea2 dt {
    width: 100%;
}
dl.buyArea2 dd {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
ul.buyService li:nth-of-type(1),
ul.buyService li:nth-of-type(2),
ul.buyService li:nth-of-type(3),
ul.buyService li:nth-of-type(4) {
    margin-bottom: 3%;
}

ul.buyService li {
    width: 49%;
}

ul.buyService li dl dt img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15% 0px;
}
ul.achievements {
    flex-wrap: wrap;
}
ul.achievements li {
    width: 48.5%;
}
ul.achievements li:nth-of-type(1), ul.achievements li:nth-of-type(2) {
    margin-bottom: 3%;
}

ul.achievements li h3 {
    font-size: clamp(16px, 2vw, 18px) !important;
    margin-bottom: 2%;
}
/**/
.purchaseBlock {
    flex-wrap: wrap;
}
#purchaseImg {
    width: 100%;
    order: 2;
    margin-top: 40px;
}
#purchaseTextArea {
    width: 100%;
    order: 1;
}
ul.vacant {
    flex-wrap: wrap;
}
ul.vacant li {
    width: 48.5%;
}
ul.vacant li:nth-of-type(1), ul.vacant li:nth-of-type(2) {
    margin-bottom: 3%;
}

ul.vacant li h3 {
    font-size: clamp(16px, 2vw, 18px) !important;
    margin-bottom: 2%;
    text-align: center;
    flex-grow: 1;
}
ul.saleWay4 {
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: start;
}

ul.saleWay4 li {
    width: 49%;
    padding: 2% 1.5%;
}

ul.saleWay4 li:nth-of-type(1),
ul.saleWay4 li:nth-of-type(2) {
    margin-bottom: 3%;
}

ul.saleWay4 li dl {
    margin-top: 3%;
    margin-bottom: 3%;
}

ul.saleWay4 li dl dt {
    width: 100%;
}

ul.saleWay4 li dl dd {
    width: 100%;
    margin-top: 3%;
    /* margin-left: 2%; */
}

ul.saleWay4 li dl dd h3 {
    font-size: clamp(16px, 2vw, 20px) !important;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
    height: 5.5vh;
}

ul.saleWay4 li dl dd p {
    font-size: clamp(14px, 2vw, 16px) !important;
    height: 6vh;
}
.purchaseBlockFull h3 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 50px;
}
dl.purchaseBlock2 {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-top: 1.5%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

dl.purchaseBlock2 dt {
    width: 100%;
}

dl.purchaseBlock2 dd {
    width: 100%;
    margin-top: 3%;
}
dl.purchaseArea2 {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
dl.purchaseArea2 dt {
    width: 100%;
}
dl.purchaseArea2 dd {
    width: 100%;
    margin-top: 10%;
}
ul.oneBanner li {
    width: 90%;
    margin: 0px auto;
}
.catchH4 {
    font-size: clamp(18px, 3vw, 22px) !important;
    margin-top: 15%;
}
ul.kounyuList li {
    font-size: clamp(16px, 1.8vw, 18px) !important;
}
.leftImg {
    width: 100%;
}
.rightImg {
    width: 100%;
}
.rightText {
    width: 100%;
}
.leftText {
    width: 100%;
}
.kounyuCaption {
    font-size: clamp(16px, 1.5vw, 18px) !important;
    margin-bottom: 20px;
}
.captionText {
    font-size: clamp(14px, 1.5vw, 16px) !important;
    line-height: 1.8;
}
.flowDetail {
    font-size: clamp(16px, 1.5vw, 18px) !important;
}
.leaseBackFlow {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 5%;
    flex-wrap: wrap;
}
.leaseBackFlow li {
    text-align: center;
    width: 100%;
}

.leaseBackFlow li:nth-of-type(odd) {
    margin: 0px 0px 30px 0px;
    padding: 15px;
    border: solid 1px #b7b7b7;
}
.leaseBackFlow li:nth-of-type(even) {
    margin-top: 20px;
}
.leaseBackStep {
    font-size: clamp(18px, 2vw, 20px) !important;
    margin-bottom: 10px;
}
.arrow_ku {
    position: relative;
    display: inline-block;
    padding: 0px;
  }
  
  .arrow_ku::before {
    content: '';
    width: 30px;
    height: 30px;
    border-top: solid 5px #333;
    border-right: solid 5px #333;
    position: absolute;
    left: -20px;
    top: -50px;
  }
  .arrow_ku.arrow_ku-right::before {
    transform: rotate(135deg);
  }
dl.leaseBackBlock {
    width: 100%;
}

dl.leaseBackBlock dd h3 {
    font-size: clamp(18px, 2vw, 22px) !important;
}
dl.leaseBackBlock dd p {
    font-size: clamp(14px, 1.5vw, 16px) !important;
    text-align: left;
    margin-top: 20px;
    height: 50px;
}
.block3 li {
    width: 49%;
}
.block3 li:nth-of-type(1), .block3 li:nth-of-type(2), .block3 li:nth-of-type(3), .block3 li:nth-of-type(4) {
    margin-bottom: 30px;
}
.block3 li h4 {
    font-size: clamp(16px, 3vw, 20px) !important;
    min-height: 3em; /* 行数に合わせて調整（例：2行分） */
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit-header img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .meritTextBlock {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .merit-title {
    font-size: clamp(18px, 2vw, 20px) !important;
    /* font-size: 1.2rem; */
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .merit-text {
    font-size: clamp(16px, 1.5vw, 18px) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blackClick {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-color: black;
    color: #fff;
  }
  .plus {
    font-size: 20px;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: -5%;
}
.demerit-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

  .card h3 {
    font-size: clamp(16px, 1.5vw, 18px) !important;
    color: #222;
    min-height: 4em;
    /* 約2行分の高さ（フォントサイズによって調整） */
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
}

.card p {
    font-size: clamp(14px, 1.5vw, 16px) !important;
    color: #666;
}
.stepDetail {
    padding: 10px;
    flex-wrap: wrap;
}

.stepTxt {
    font-size: clamp(18px, 1.5vw, 20px) !important;
    text-align: center;
    margin: 10px 0px;
}
.stepImg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.stepTextArea {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.stepBold {
    font-size: clamp(16px, 1.5vw, 18px) !important;
    font-weight: bold;
    margin-bottom: 10px;
}
.stepNomal {
    font-size: clamp(16px, 1.8vw, 18px) !important;
    line-height: 1.8;
}
/*店舗一覧*/
.mapArea {
    width: 100%;
    margin: 50px auto 30px auto;
    display: block;
}
.leftMap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.rightMap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.leftMap svg {
    width: 100%;
    height: auto;
    margin-left: -10%;
}
.rightMap p {
    font-size: clamp(16px, 2vw, 18px) !important;
    border: solid 2px #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
}
.accordion-inner {
    padding: 20px 10px;
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.shopImg {
    width: 100%;
}
.shopImg img {
    width: 100%;
}
.shopInfo {
    width: 100%;
}
.shopInfo > .shopTel {
    font-size: clamp(14px, 1.8vw, 16px) !important;
}
.shopInfo > .openingTimes {
    font-size: clamp(14px, 1.8vw, 16px) !important;
}
.shopInfo > .postCode {
    font-size: clamp(14px, 1.8vw, 16px) !important;
}
.accordion {
    width: 100%;
}
.accordion-item.open {
    margin-bottom: 20px;
}
/*スタッフ紹介*/
.hoverImage>h3 {
    font-size: clamp(16px, 1.5vw, 18px) !important;
    margin: 10px 0px 5px 0px;
    text-align: center;
}

.hoverContent>p {
    font-size: clamp(14px, 1.8vw, 16px) !important;
    line-height: 1.8;
    margin-bottom: 10px;
    flex-grow: 1;
}
.staffBox li {
    display: flex;/* 直下の要素を並列に */
  flex-direction: column; /* 直下の要素を縦積みに */
}

.hoverContent {
    flex-grow: 1;
    width: 100%;
    display: flex; /* 直下の要素を並列に */
    flex-direction: column; /* 直下の要素を縦積みに */
}
.hoverContent .button {
    margin-top: 1rem;
    background: #fff;
    color: #000;
    /* padding: 0.5rem 1rem; */
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    border: solid 1px #000;
    font-size: 16px !important;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.staffBox li {
    padding: 20px 20px 10px 20px !important;
}

@media (max-width: 450px) {
    .staffBox li {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 451px) and (max-width: 700px) {
    .staffBox li {
        width: 48%;
    }
    .staffBox:after {
    content: "";
    display: block;
    width: 48%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
}
@media (min-width: 701px) {
    .staffBox li {
        width: 31.5%;
    }
    .staffBox:after {
    content: "";
    display: block;
    width: 31.5%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
}
/*スタッフ詳細*/
.messageArea {
    flex-wrap: wrap;
}
.profileImg {
    width: 100%;
}
.profileImg img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.family {
    display: flex;
    align-items: center;
    line-height: 1 !important;
    flex-wrap: wrap;
    justify-content: center;
}
.familyTitle {
    font-size: clamp(14px, 1.8vw, 16px) !important;
    background-color: #666;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}
.familyText {
    font-size: clamp(14px, 1.8vw, 16px) !important;
}

.profileMessage {
    width: 100%;
    margin-top: 50px;
}
.profileMessage h2 {
    font-size: clamp(24px, 2.8vw, 28px) !important;
    font-weight: normal;
    margin-bottom: 30px;
}
.profileMessage p {
    font-size: clamp(14px, 1.8vw, 16px) !important;
    line-height: 1.8;
}
.otherMessageArea {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.otherMessageArea dl {
    width: 100%;
    flex-wrap: wrap;
}

.otherMessageArea dl dt, .otherMessageArea dl dd {
    width: 100%;
}
.otherMessageArea dl dt {
    margin-bottom: 40px;
}

.otherMessageArea dl dt h3, .otherMessageArea dl dd h3 {
    font-size: clamp(18px, 1.8vw, 20px) !important;
    margin-bottom: 20px;
}
.otherMessageArea dl dt p, .otherMessageArea dl dd p {
    font-size: clamp(14px, 1.8vw, 16px) !important;
    line-height: 1.8;
}
.otherMessageBox {
    width: 100%;
    margin-top: 50px;
}
.otherMessageBox h4 {
    font-size: clamp(18px, 1.8vw, 20px) !important;
    margin-bottom: 20px;
}
.otherMessageBox p {
    font-size: clamp(14px, 1.8vw, 16px) !important;
    line-height: 1.8;
}

/*スライド*/
.hover-overlay p {
    display: none;
}
.hover-overlay .button {
  display: inline-block;
  padding: 0.5em 1.2em;
  background: #a50000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 25px;
  transition: background 0.3s ease;
  margin-bottom: 20px;
}
.returnBtn {
  font-size: clamp(14px, 1.8vw, 16px) !important;
}
/*無料査定フォーム*/
.sateiFormArea {
    margin-top: 40px;
}

#formBlockTop {
    margin-top: 30px;
}
dl.formBlock {
    display: flex;
  font-size: clamp(16px, 1.8vw, 18px) !important;
  margin-top: 15px;
  flex-wrap: wrap;
}
dl.formBlock dt {
    width: 100%;
}
dl.formBlock dd {
    width: 100%;
    margin-top: 10px;
}
dl.formBlock dd input[type="text"], dl.formBlock dd select {
    width: 100%;
    margin-bottom: 10px;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
}

.otherBlock {
  font-size: clamp(14px, 1.5vw, 16px) !important;
    width: 100%;
    margin-top: 20px;
}
.otherBlockNoMgn {
  font-size: clamp(14px, 1.5vw, 16px) !important;
    width: 100%;
}

.satei {
    height: 40px;
    margin: 10px 0px;
}
.satei2 {
    height: 40px;
}

.city-extra {
    width: 100%;
}
.areaBlock {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}
.areaBlockImg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.areaBlockImg img {
    width: 100%;
}
.areaBlockTel {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.areaBlockTel p {
    width: 100%;
    background-color: #ccc;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0px;
  font-size: clamp(22px, 4.5vw, 30px) !important;
  color: #000;
}
.common-fields {
    width: 100%;
    margin-top: 5%;
}
.more-fields {
    margin-top: 50px;
}
.textareaBox {
    width: 100%;
    height: 100px;
}
.wideMax {
    width: 100%;
}
.questionBox {
    width: 100%;
    margin-top: 10%;
}
.questionArea {
    width: 100%;
    margin-top: 20px;
  font-size: clamp(16px, 1.8vw, 18px) !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.questionArea label {
    display: flex;
    align-items: center;
}
.questionArea .wpcf7-list-item {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.subText {
  font-size: clamp(14px, 1.5vw, 16px) !important;
  margin-top: 5%;
}
.privacyBox {
    width: 100%;
    margin-top: 10%;
}
.privacyCheck {
    width: 100%;
  font-size: clamp(16px, 1.8vw, 18px) !important;
  margin-top: 30px;
}
.privacyCheck label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.submitArea {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.submitArea input {
    width: 20%;
    max-width: 200px;
    background-color: #666;
    border: solid 1px #333;
    color: #fff;
  font-size: clamp(16px, 1.8vw, 18px) !important;
    text-align: center;
    padding: 10px;
    text-align: center;
}
ul.top3 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.top3 li {
    width: 100%;
    margin-top: 30px;
}
.faqBox {
    margin-top: 50px;
}

.faqImgText {
    position: absolute;
    top: 17%;
    left: 0px;
}
h2.subtitleFaq {
    font-size: clamp(18px, 4vw, 20px) !important;
}
.faqTxt {
    font-size: clamp(16px, 1.5vw, 18px) !important;
    text-align: center;
    margin: 10px 0px;
}
/*お問い合わせフォーム*/
.telimg {
    width: 100%;
    margin: 50px auto;
}
/*サイトマップ*/
.sitemapBox li {
    width: 48%;
    margin-bottom: 20px;
}
.sitemapBox:after {
    content: "";
    display: block;
    width: 48%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.sitemapBox li dl {
    width: 80%;
    margin: 0px auto;
}
h3.sitemapTitle {
    font-size: clamp(20px, 3.5vw, 28px) !important;
    margin-bottom: 30px;
}
.sitemapBox li dl dd h4 {
    font-size: clamp(16px, 2.5vw, 18px) !important;
    margin-top: 20px;

}
/*LP*/
.lpBox li {
    width: 100%;
    margin-bottom: 50px;
}
.lpBox:after {
    content: "";
    display: block;
    width: 49%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.lpBox li dl {
    width: 100%;
    margin: 0px auto;
}
.lpBox li dl dt h4 {
    font-size: clamp(16px, 3vw, 20px) !important;
    color: #fff;
}
.shopItem {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 10px;
}
ul.shopKaitori:after {
    content: "";
    display: block;
    width: 49%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
ul.shopKaitori li {
    width: 49%;
}
ul.shopKaitori li h4 {
    font-size: clamp(16px, 3vw, 18px) !important;
    color: #fff;
    padding: 10px 0px;
}
.kaitoriAddress {
    font-size: clamp(13px, 2vw, 16px) !important;
}
.kaitoriTel {
    font-size: clamp(22px, 4vw, 28px) !important;
}
.comparison table {
    width: 100%;
    border-left: solid 1px #666;
    border-top: solid 1px #666;
    margin-top: 50px;
}
.comparison table th, .comparison table td {
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    padding: 8px 5px;
    font-weight: normal;
    font-size: clamp(14px, 2.5vw, 16px) !important;
}
.bigText {
    font-size: clamp(22px, 4vw, 28px) !important;
}
dl.meritBlock {
    flex-wrap: wrap;
    margin-bottom: 30px;
}
dl.meritBlock dt {
    width: 100%;
}
dl.meritBlock dt h4 {
    font-size: clamp(20px, 2.5vw, 26px) !important;
}
dl.meritBlock dt h5 {
    font-size: clamp(18px, 2.2vw, 22px) !important;
    margin-bottom: 15px;
}
dl.meritBlock dd {
    width: 100%;
    margin-top: 20px;
}
dl.meritBlock dd img {
    width: 100%;
}

.text3 {
    font-size: clamp(16px, 1.85vw, 18px);
}
.text4 {
    font-size: clamp(13px, 1.55vw, 15px);
}
.demeritBlock h4 {
    font-size: clamp(20px, 2.5vw, 26px) !important;
}
.demeritBlock h5 {
    font-size: clamp(18px, 2.2vw, 22px) !important;
    margin-bottom: 15px;
}
.titleLp {
    font-size: clamp(20px, 2.5vw, 26px) !important;
    margin-bottom: 20px;
}
.wideMax100 {
    width: 100% !important;
    margin: 0px auto 70px auto !important;
}
.wideMax100 dt {
    width: 90% !important;
    margin: 0 auto !important;
}
.wideMax100 dt img {
    width: 100% !important;
    display: block;
    margin: 0 auto !important;
}

.wideMax100 dd {
    width: 100% !important;
    margin: 20px auto 0px auto !important;
}
.mTop4 {
    margin-top: 50px !important;
}
.lpBanner {
    width: 100%;
    margin: 50px 0;
}
.lpBanner li {
    width: 100%;
    border-radius: 10px;
    background-color: #333;
    padding: 20px;
    position: relative;
    font-size: clamp(20px, 2.5vw, 26px) !important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
/*ヘッダー*/
.contactArea {
    position: fixed;
    top: 5px;
    right: -75px;
    display: flex;
    align-items: center;
    z-index: 101;
}
.headTel {
    width: 40px;
    height: 40px;
    background-color: #4B4B4B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.headTel img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.formBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #444;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    flex-wrap: wrap;
    text-align: center;
    width: 55%;
}
.headText1 {
    width: 100%;
    font-size: clamp(11px, 1.55vw, 13px);
}
.headText2 {
    width: 100%;
    font-size: clamp(11px, 1.55vw, 13px);
}
.submitArea2 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.submitArea2 input {
    width: 70%;
    background-color: #666;
    border: solid 1px #333;
    color: #fff;
    font-weight: bold;
  font-size: clamp(20px, 2.2vw, 24px) !important;
    text-align: center;
    padding: 10px 20px;
    text-align: center;
}
.lpBanner2 {
    width: 100%;
    padding: 30px 20px;
    background-color: #333;
    color: #fff;
  font-size: clamp(20px, 2.2vw, 24px) !important;
  text-align: center;
  position: relative;
  margin-top: 80px;
}
.lpBannerImg {
    width: 30%;
    position: absolute;
    top: -50px;
    left: -10px;
}
.lpBannerImg img {
    width: 100%;
}

.triangleBox {
    width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #333;
}
.lpShopTel {
    width: 100%;
    padding: 20px;
    background-color: #444;
    color: #fff;
  font-size: clamp(20px, 2.2vw, 24px) !important;
  text-align: center;
}