@charset "UTF-8";

html {
    scroll-padding-top: 120px;
}

.pd1 {
    padding: 5% 0px;
}

.pdTop1 {
    padding: 5% 0px 0px 0px;
}

.pdTop2 {
    padding-top: 3%;
}

.pdTop3 {
    padding-top: 7%;
}

.mTop2 {
    margin-top: 20px;
}

.pBottom1 {
    padding-bottom: 10%;
}

.pBottom2 {
    padding-bottom: 3%;
}

.pBottom3 {
    padding-bottom: 5%;
}

header#header .header-inner {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    width: 100%;
}

header#header .header-inner .header-info {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

header#header .header-inner .header-info .info-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1100px;
    height: 100px;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header#header .header-inner .header-info .info-contact {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

header#header .header-inner .header-info .info-contact .contact-tel {
    padding-right: 120px;
}

header#header .header-inner .header-info .info-contact .contact-tel .tel-txt {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header#header .header-inner .header-info .info-contact .contact-btn {
    position: fixed;
    /* top: 0; */
    right: 0;
}

header#header .header-inner .header-info .info-contact .contact-btn .unit-btn-01 .btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* height: 100px; */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 10px;
    border-radius: 5px;
    margin-right: 10px;
}

/* header#header .header-inner .header-nav .nav-menu {
            width: ;
        } */
header#header .header-inner .header-nav .nav-menu .menu-inner>li>a {
    padding: 18.5px 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: clamp(12px, 1.2vw, 14px) !important;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .menu-child {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .menu-child>li {
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    max-height: 50px;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .menu-child>li>a {
    display: block;
    padding: 7.5px 30px;
    font-size: 1.4rem;
    white-space: nowrap;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .menu-child>li>a:hover {
    /* background: rgba(255, 168, 0, 0.2); */
    background: rgba(0, 0, 0, 0.6);
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li:not(:hover) .menu-child {
    opacity: 0;
    pointer-events: none;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li:not(:hover) .menu-child>li {
    max-height: 0;
}

header#header .header-inner .header-nav .nav-menu .menu-sp {
    display: none;
}

header#header .header-inner .header-btn {
    display: none;
}

header#header .overlay {
    display: none;
}

header#header.is-fix .header-inner .header-info .info-logo {
    height: 60px;
}

header#header.is-fix .header-inner .header-info .info-contact .contact-tel {
    line-height: 1;
}

header#header.is-fix .header-inner .header-info .info-contact .contact-tel .tel-txt {
    font-size: 1.2rem;
}

header#header.is-fix .header-inner .header-info .info-contact .contact-tel .tel-dial {
    /* font-size: 2.4rem; */
    font-size: 2.2rem !important;
}

header#header.is-fix .header-inner .header-nav .nav-menu .menu-inner>li>a {
    padding: 16px 0;
}

header#header .header-inner .header-nav .nav-menu .menu-inner {
    display: flex;
    max-width: 1100px;
    margin: auto;
    justify-content: space-around;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li {
    position: relative;
    display: flex;
    align-items: center;
    width: 12%;
    justify-content: center;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li.long {
    width: 20%;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li:not(:last-child)::after {
    content: "";
    display: block;
    height: 1em;
    width: 1px;
    background: #b7b7b7;
    margin: 0 0em;
    position: absolute;
    right: 0px;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .first .menu-child {
    margin-left: -20px;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .menu-child {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: -40px;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .menu-child>li {
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    max-height: 50px;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .menu-child>li>a {
    display: block;
    padding: 7.5px 30px;
    font-size: 1.4rem;
    white-space: nowrap;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li .menu-child>li>a:hover {
    /* background: rgba(255, 168, 0, 0.2); */
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li:not(:hover) .menu-child {
    opacity: 0;
    pointer-events: none;
}

header#header .header-inner .header-nav .nav-menu .menu-inner>li:not(:hover) .menu-child>li {
    max-height: 0;
}

header#header .header-inner .header-nav .nav-menu .menu-sp {
    display: none;
}

.unit-tel-01 .tel-dial {
    /* pointer-events: none; */
}

header#header {
    height: 150px;
}

.content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

h2.subtitle {
    font-size: clamp(20px, 3vw, 28px) !important;
}

h3.titleH3 {
    font-size: clamp(18px, 2.5vw, 22px) !important;
}

.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: 20px 0px 25px 0px;
}

.date {
    width: 10%;
}

.cate {
    display: inline-block;
    padding: 0px 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.title {
    width: 72%;
    padding-left: 3%;
}

ul.top1 {
    width: 100%;
    justify-content: space-between;
    margin-top: 5%;
}

ul.top1 li {
    width: calc(100% / 3 - 10px);
    border: solid 1px #e2e2e2;
}

ul.top1 li dl dt h3 {
    font-size: clamp(16px, 2vw, 18px) !important;
}

ul.top1 li dl dd p {
    font-size: clamp(14px, 2vw, 16px) !important;
}

ul.saleTop li {
    width: 24.5%;
}

.wideSmall {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

dl.dltop1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

dl.dltop1 dt {
    width: 60%;
}

dl.dltop1 dd {
    width: 35%;
}

ul.topService li {
    width: 32%;
}

ul.topService li:nth-of-type(1),
ul.topService li:nth-of-type(2),
ul.topService li:nth-of-type(3) {
    margin-bottom: 3%;
}

ul.topService li dl dt img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 0px;
}

.pcHidden {
    display: none;
}

#footerMenu {
    max-width: 1100px;
}

.footerMenuListBlock {
    width: 48%;
}

.topContact {}

dl.dltop2 {
    width: 48%;
    background-color: #e2e2e2;
    padding: 2% 0px;

}

dl.dltop2::after {
    content: "";
    display: block;
    width: 50%;
    /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

dl.dltop2 dt {
    width: 80%;
    padding-left: 5%;
}

dl.dltop2 dd {
    width: 90%;
    text-align: right;
}


dl.dltop2 dt h3 {
    font-size: clamp(16px, 2vw, 18px) !important;
}

dl.dltop2 dd p {
    font-size: clamp(20px, 3vw, 22px) !important;
}

ul.saleWay li {
    width: 32%;
}

ul.saleWay li dl {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.saleWay li dl dt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

ul.saleWay li dl dt img {
    width: 90%;
}

ul.saleWay li dl dd {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}

ul.saleWay li dl dd h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8.5vh;
    font-size: clamp(16px, 2vw, 20px) !important;
}

ul.buyService li {
    width: 48%;
}

ul.buyService li:nth-of-type(1),
ul.buyService li:nth-of-type(2) {
    margin-bottom: 3%;
}

ul.buyService li dl dt img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 0px;
}

ul.achievements li {
    width: 24%;
}

ul.achievements li h3 {
    font-size: clamp(16px, 2vw, 18px) !important;
    margin-bottom: 3%;
}

/**/
#purchaseImg {
    width: 35%;
}

#purchaseTextArea {
    width: 60%;
}

ul.vacant li {
    width: 24%;
}

ul.vacant li h3 {
    font-size: clamp(16px, 2vw, 18px) !important;
    margin-bottom: 3%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

ul.saleWay4 li {
    width: 24%;
}

ul.saleWay4 li dl {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.saleWay4 li dl dt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

ul.saleWay4 li dl dt img {
    width: 90%;
}

ul.saleWay4 li dl dd {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}

ul.saleWay4 li dl dd h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8.5vh;
    font-size: clamp(14px, 2vw, 18px) !important;
}

.purchaseBlockFull h3 {
    padding-left: 15%;
}

ul.kounyuList li {
    font-size: clamp(16px, 2vw, 20px) !important;
    font-weight: bold;
}

.leftImg {
    width: 45%;
    float: left;
}

.rightImg {
    width: 45%;
    float: right;
}

.rightText {
    width: 50%;
    float: right;
}

.leftText {
    width: 50%;
    float: left;
}

.kounyuCaption {
    font-size: clamp(18px, 2vw, 20px) !important;
    margin-bottom: 20px;
}

.captionText {
    font-size: clamp(14px, 1.5vw, 16px) !important;
    line-height: 1.8;
}

.flowDetail {
    font-size: clamp(18px, 2vw, 20px) !important;
}

.leaseBackFlow {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 5%;
    align-items: center;
}

.leaseBackFlow li {
    text-align: center;
}

.leaseBackFlow li:nth-of-type(odd) {
    width: 30%;
    padding: 10px;
    border: solid 1px #b7b7b7;
}

.leaseBackFlow li:nth-of-type(even) {
    width: 5%;
}

.leaseBackStep {
    font-size: clamp(20px, 2vw, 28px) !important;
    margin-bottom: 20px;
}

.arrow_ku.arrow_ku-right::before {
    transform: rotate(45deg);
}

.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: -30px;
}

dl.leaseBackBlock {
    width: 100%;
}

dl.leaseBackBlock dd h3 {
    font-size: clamp(20px, 2vw, 28px) !important;
}

dl.leaseBackBlock dd p {
    font-size: clamp(14px, 1.5vw, 16px) !important;
    text-align: left;
    margin-top: 20px;
    height: 50px;
}

.block3 li {
    width: 32%;
}

.block3 li:nth-of-type(1),
.block3 li:nth-of-type(2),
.block3 li:nth-of-type(3) {
    margin-bottom: 30px;
}

.block3 li h4 {
    font-size: clamp(18px, 2vw, 20px) !important;
    min-height: 3em;
    /* 行数に合わせて調整（例：2行分） */
    display: flex;
    align-items: center;
    justify-content: center;
}

.merit-header img {
    width: 350px;
    height: auto;
    margin-right: 2rem;
}

.meritTextBlock {
    width: calc(100% - 350px - 2rem);
}

.merit-title {
    font-size: clamp(18px, 2vw, 20px) !important;
    /* font-size: 1.2rem; */
    font-weight: bold;
    margin-bottom: 20px;
}

.merit-text {
    font-size: clamp(16px, 1.5vw, 18px) !important;
}

.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(auto-fit, minmax(260px, 1fr)); */
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
}

.card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.card h3 {
    font-size: clamp(18px, 2vw, 20px) !important;
    color: #222;
    min-height: 3.5em;
    /* 約2行分の高さ（フォントサイズによって調整） */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card p {
    font-size: clamp(16px, 1.5vw, 18px) !important;
    color: #666;
}

.stepDetail {
    padding: 20px;
}

.stepTxt {
    font-size: clamp(18px, 2vw, 20px) !important;
    margin-bottom: 20px;
}

.stepImg {
    width: 30%;
}

.stepTextArea {
    width: 65%;
}

.stepBold {
    font-size: clamp(16px, 1.8vw, 18px) !important;
    font-weight: bold;
}

.stepNomal {
    font-size: clamp(16px, 1.8vw, 18px) !important;
}

/*会社概要*/
.companyTable {
    width: 100%;
    font-size: clamp(16px, 1.8vw, 18px) !important;
    margin-top: 50px;
    font-family: "Noto Sans JP", sans-serif !important;
    border-left: solid 1px #222;
    border-bottom: solid 1px #222;
    margin-bottom: 50px;
}

.companyTable th {
    width: 20%;
    padding: 30px 0px 30px 10px;
    background-color: #b7b7b7;
    color: #222;
    border-right: solid 1px #222;
    border-top: solid 1px #222;
}

.companyTable td {
    padding: 30px 20px;
    color: #222;
    border-right: solid 1px #222;
    border-top: solid 1px #222;
}

.shopBtn {
    width: 100%;
    display: flex;
    justify-content: right;
}

.shopBtn img {
    width: 50%;
}

.companyCards {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); */
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
}

.mapArea {
    width: 100%;
    margin: 100px auto 50px auto;
    display: flex;
    justify-content: space-between;
}

.leftMap {
    width: 65%;
}

.rightMap {
    width: 30%;
}

.leftMap svg {
    width: 100%;
    height: auto;
    margin-left: -10%;
}

.rightMap p {
    font-size: clamp(18px, 2vw, 20px) !important;
    border: solid 2px #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
}

/*店舗一覧*/
.accordion {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 10px;
}

.shopImg {
    width: 40%;
}

.shopImg img {
    width: 100%;
}

.shopInfo {
    width: 57%;
    margin-left: 3%;
}

.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-item:nth-child(odd) {
    margin-right: 1%;
}

.accordion-item:nth-child(even) {
    margin-left: 1%;
}

.staffBox {
    margin-top: 100px;
}

.staffBox li {
    position: relative;
    overflow: hidden;
    /* 画像サイズに合わせて調整 */
    /* height: auto; */
    cursor: pointer;
}

.hoverImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hoverContent {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* 半透明の黒背景 */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: top 0.4s ease;
    text-align: center;
    padding: 1rem;
}

ul.staffBox li:hover .hoverContent {
    top: 0;
}

.hoverContent .button {
    margin-top: 1rem;
    background: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px !important;
}

.hoverImage>h3 {
    font-size: clamp(16px, 1.8vw, 18px) !important;
    margin: 20px 0px;
    text-align: center;
}

.hoverContent>p {
    font-size: clamp(14px, 1.8vw, 16px) !important;
    line-height: 1.4;
    text-align: left;
}

@media (max-width: 999px) {
    .staffBox li {
        width: 30%;
    }

    .staffBox:after {
        content: "";
        display: block;
        width: 30%;
        /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
    }
}

@media (min-width: 1000px) {
    .staffBox li {
        width: 23%;
    }

    .staffBox::before {
        content: "";
        display: block;
        width: 23%;
        order: 1;
    }

    .staffBox:after {
        content: "";
        display: block;
        width: 23%;
        /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
    }

}

.menuNavList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    /* cursor: pointer; */
}

.menuNavList li {
    width: 25%;
    font-size: clamp(14px, 1.8vw, 16px) !important;
    border: solid 1px #ccc;
    text-align: center;
    padding: 10px 0px;
    position: relative;
}

.linkBlock {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

/*スタッフ紹介詳細*/
.messageArea {
    align-items: center;
}
.profileImg {
    width: 40%;
}
.family {
    display: flex;
    align-items: center;
    line-height: 1 !important;
    flex-wrap: wrap;
}
.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: 55%;
    margin-left: 5%;
}
.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 dl dt, .otherMessageArea dl dd {
    width: 45%;
}
.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;
}
/*スライド*/
.staff-slider {
    width: 95% !important;
}

.slick-arrow-custom {
  width: 60px;
  height: 50px;
  font-size: 18px;
}

.slick-prev {
  left: -30px;
}
.slick-next {
  right: -30px;
}
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em 1em;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.hover-overlay p {
    color: #fff;
    font-size: 16px;
}
.staff-card:hover img {
  transform: scale(1.05);
  filter: brightness(70%);
}

.staff-card:hover .hover-overlay {
  transform: translateY(0);
  opacity: 1;
}
.hover-overlay .button {
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 1.2em;
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  border-radius: 25px;
  transition: background 0.3s ease;
}

.hover-overlay .button:hover {
  background: #a50000;
}
.returnBtn {
  font-size: clamp(16px, 1.8vw, 18px) !important;
}
/*無料査定フォーム*/
#formBlockTop {
    margin-top: 10%;
}
dl.formBlock {
    display: flex;
    justify-content: space-between;
  font-size: clamp(16px, 1.8vw, 18px) !important;
  margin-top: 3%;
}
dl.formBlock dt {
    width: 20%;
}
dl.formBlock dd {
    width: 75%;
    margin-left: 5%;
}
.otherBlock {
  font-size: clamp(14px, 1.5vw, 16px) !important;
    width: 75%;
    margin-left: 25%;
    margin-top: 20px;
}
.otherBlockNoMgn {
  font-size: clamp(14px, 1.5vw, 16px) !important;
    width: 75%;
    margin-left: 25%;
}

.satei {
    height: 40px;
    margin: 10px 0px;
}
.satei2 {
    height: 40px;
}

.city-extra {
    width: 100%;
}
.areaBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.areaBlockImg {
    width: 30%;
}
.areaBlockImg img {
    width: 100%;
}
.areaBlockTel {
    width: 65%;
    margin-left: 5%;
}
.areaBlockTel p {
    width: 90%;
    background-color: #ccc;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0px;
  font-size: clamp(22px, 4.5vw, 30px) !important;
  color: #000;
  margin-left: 10%;
}
.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: 50%;
    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;
}
.faqBox {
    margin-top: 50px;
}
.faqImg {
    max-width: 1100px;
}
.faqImg img {
    width: 100%;
    margin: 0 auto;
}
.faqImgText {
    position: absolute;
    bottom: 30px;
    left: 50px;
}

h2.subtitleFaq {
    font-size: clamp(20px, 3vw, 28px) !important;
}
.faqTxt {
    font-size: clamp(18px, 2vw, 20px) !important;
    margin-bottom: 20px;
}
/*お問い合わせフォーム*/
.telimg {
    width: 100%;
    max-width: 800px;
    margin: 70px auto;
}
/*サイトマップ*/
.sitemapArea {
    margin-top: 70px;
}
.sitemapBox li {
    width: 31%;
    margin-bottom: 50px;
}
.sitemapBox:after {
    content: "";
    display: block;
    width: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.sitemapBox li dl {
    width: 60%;
    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, 3vw, 20px) !important;
    margin-top: 20px;

}
/*LP*/
.headHeight{
    height: 100px !important;
}
.lpBox li {
    width: 31%;
    margin-bottom: 50px;
}
.lpBox:after {
    content: "";
    display: block;
    width: 31%;  /* .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: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
ul.shopKaitori li {
    width: 31%;
}
ul.shopKaitori li h4 {
    font-size: clamp(16px, 3vw, 20px) !important;
    color: #fff;
    padding: 10px 0px;
}
.kaitoriAddress {
    font-size: clamp(14px, 2vw, 16px) !important;
}
.kaitoriTel {
    font-size: clamp(25px, 4.5vw, 30px) !important;
}
.comparison table th, .comparison table td {
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    padding: 10px;
}
.comparison table {
    font-size: clamp(16px, 1.85vw, 18px);
    margin-top: 50px;
}
.bigText {
    font-size: clamp(25px, 4.5vw, 30px) !important;
}
dl.meritBlock {
    margin-bottom: 50px;
}

dl.meritBlock dt {
    width: 72%;
}
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: 25%;
    margin-left: 3%;
}
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;
    max-width: 1200px !important;
}
.wideMax100 dt {
    width: 25% !important;
}
.wideMax100 dd {
    width: 70% !important;
}
.mTop4 {
    margin-top: 5% !important;
}
.wideMaxPdB1 {
    padding-bottom: 100px !important;
}
.wide2 {
    max-width: 1200px;
    margin: 0 auto !important;
}
.lpBanner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.lpBanner li {
    width: 49%;
    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;
}
/*ヘッダー*/
.contactArea {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.headTel {
    width: 50px;
    height: 50px;
    background-color: #4B4B4B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.headTel img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.formBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #444;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    height: 50px;
    padding-left: 0px;
    padding-right: 0px;
    flex-wrap: wrap;
    text-align: center;
}
.headText1 {
    width: 100%;
    font-size: clamp(13px, 1.55vw, 15px);
}
.headText2 {
    width: 100%;
    font-size: clamp(13px, 1.55vw, 15px);
}
.submitArea2 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.submitArea2 input {
    width: 40%;
    max-width: 500px;
    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: 100px;
}
.lpBannerImg {
    width: 20%;
    position: absolute;
    top: -20px;
    left: -20px;
}
.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;
}