header h1{color:#FFF;}
header .logo-box > .location ul li > a{color:rgba(72, 56, 65, 0.40);}
header .logo-box > .location ul li::before{opacity:0.4;}
header .logo-box > .location ul li > a:hover{
    color:#483841;
    opacity:1;
}
header .logo-box > .location ul li:hover::before{opacity:1;}
.contents{border-radius: 0;}
@media screen and (max-width: 768px){
    header h1{color:#483842}
}

#main-img-box{background: #F4F0EC;}
#main-img-box .title-box{
    display: flex;
    width: calc(100% - 40px);
    max-width: 960px;
    margin:auto;
    padding: 20px 0 0 40px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
#main-img-box .title-box::before{
    content:"";
    display:block;
    background-image: url(../images/index-sub/decoration_pc.svg);
    width:490px;
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}
#main-img-box .title-box h2{
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 2.4px;
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
}
#main-img-box .title-box h2 > span{
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    margin:0px 20px 0px 0px;
}
#main-img-box .title-contact{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
}
#main-img-box .title-contact .tel{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
#main-img-box .title-contact .tel > p{
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    color: #483841;
    font-size: 12px;
    font-weight: 600;
}
#main-img-box .title-contact .tel > .tel-link{
    font-size: 30px;
    font-weight: 700;
    font-family: Inter;
}
#main-img-box .title-contact .tel > .tel-link > span{
    display: flex;
    align-items: center;
}
#main-img-box .title-contact .tel > .tel-link > span::before{
    width: 18px;
    height: 24px;
    aspect-ratio: 3/4;
    margin:0px 10px 0px 0px;
    transform: translateY(-4px);
}
#main-img-box .title-contact .form{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
#main-img-box .title-contact .form > a{
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 26px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    width: 207px;
}
#main-img-box .title-contact .form > a > span{
    display: flex;
    align-items: center;
}
#main-img-box .title-contact .form > a > span::before{
    width: 18px;
    height: 18px;
    aspect-ratio: 1/1;
    margin: 0px 10px 0px 0px;
    transform: translateY(-2px);
}
#main-img-box .title-contact .form > .contact{background: #E81F61;}
#main-img-box .title-contact .form > .contact > span::before{content:url(../images/parts/contact-fff.svg)}
#main-img-box .title-contact .form > .sanretsu{background: #BEA000;}
#main-img-box .title-contact .form > .sanretsu > span::before{content:url(../images/parts/sanretsu-fff.svg)}
#main-img-box .location-img{
    margin:20px 0px 50px 0px;
    z-index:1;
}
#main-img-box .location-img .slick-slide {
    width: 660px;
    margin: 0 30px;
}
#main-img-box .location-img .slick-slide img {
    width: 100%;
    height: auto; 
}
#main-img-box .location-img .slick-dots {bottom:-40px}
#main-img-box .location-img .slick-dots li button::before{
    color:#D9D9D9;
    opacity:1;
    font-size:10px;
}
#main-img-box .sp-ver{display:none;}
@media screen and (max-width: 768px){
    #main-img-box .title-box{
        padding:20px 0px 0px 0px;
        width:100%;
    }
    #main-img-box .title-box::before{
        content:url(../images/index-sub/decoration_sp.svg);
        width:178px;
        height: 87px;
        background-size: 100% 100%;
        background-position: top right;
    }
    #main-img-box .title-box h2{
        font-size: 20px;
        letter-spacing: 1.6px;
        justify-content: center;
        width:100%;
    }
    #main-img-box .title-box h2 > span{
        font-size: 14px;
        letter-spacing: 0;
    }
    #main-img-box .title-contact{display:none;}
    #main-img-box .location-img .slick-slide {
        width: 270px;
        aspect-ratio: 3/2;
        margin: 0px 5px;
    }
    #main-img-box .sp-ver{
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }
    #main-img-box .sp-ver .tel{
        justify-content: center;
    }
    #main-img-box .sp-ver .tel > .tel-link{
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
    #main-img-box .sp-ver .form{
        padding:20px 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        align-self: stretch;
    }
    #main-img-box .sp-ver .form > a{
        width:100%;
        max-width: 560px;
        padding:10px 0px;
        font-size: 15px;
        letter-spacing: 1.2px;
    }
    #main-img-box .title-contact .form > a > span::before{margin:0px 15px 0px 0px}
}

.title{
    color: #483842;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1.92px;
    margin:0px 0px 40px 0px;
}
.title > span{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1.28px;
}
@media screen and (max-width: 768px){
    .title{
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.6px;
    }
    .title > span{
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.12px;
    }
}

#plan .contents{
    background: #FFF;
    padding:40px 0px;
    border-radius: 0;
}
#plan .plan-box{
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: calc(100% - 130px);
    margin:auto;
}
#plan .more-btn {display: none;}
#plan .sticky-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    flex-shrink: 0;
    width:126px;
}
#plan .scroll-item{flex-shrink: 0;}
#plan .scroll-item img{width:auto;}
#plan .saitama-kawaguchi .scroll-item img{height:735px;}
#plan .tokyo-ikebukuro .scroll-item img{height:684px;}
#plan .yokohama-aoba .scroll-item img{height: 784px;}
#plan .check{
    margin:10px auto;
    list-style:none;
    padding:0px 50px;
    width:calc(100% - 100px);
}
#plan .check li{
    color: #483842;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
#plan .check li::before{content:"※"}
#plan .check li > span{
    font-family: Inter;
    font-weight: 700;
}
#plan .check li > strong{font-weight: 600;}
#plan table{
    border-collapse: collapse;
    padding:0px 50px;
    margin: auto;
    width:calc(100% - 100px);
}
#plan table th{
    width:140px;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-align:left;
}
#plan table th:not(:last-child){border-bottom: 1px solid #FFF;}
#plan table td{
    color: #483842;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    padding:0px 10px;
}
#plan table td > span{font-weight: 400;}
#plan .more-overlay{display:none;}
#plan .last-update{
    color: #483842;
    text-align: right;
    font-size: 13px;
    line-height: 23px;
    padding:10px 50px 0px 50px;
    width: calc(100% - 100px);
}
@media screen and (max-width: 768px){
    #plan .contents{padding:20px 0px}
    #plan .plan-box {
        display: flex;
        align-items: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        width:100%;
        height: 460px;
    }
    #plan .sticky-left {
        width:40px;
        position: sticky;
        left: 0;
        z-index:1;
        flex-shrink: 0;
        background: #fff;
    }
    #plan .scroll-item {
        position: absolute;
        top:0;
        left:0;
        flex-shrink: 0;
    }
    #plan .plan-wrap {position: relative;}
    #plan .sticky-left img,#plan .scroll-item img {
        width: auto;
        max-width: none;
    }
    #plan .saitama-kawaguchi .sticky-left img, #plan .saitama-kawaguchi .scroll-item img{height: 557px;}
    #plan .tokyo-ikebukuro .sticky-left img, #plan .tokyo-ikebukuro .scroll-item img{height: 531px;}
    #plan .yokohama-aoba .sticky-left img, #plan .yokohama-aoba .scroll-item img{height: 607px;}
    #plan .more-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 140px;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 55px;
        z-index: 20; 
        pointer-events: none;
    }
    #plan .more-btn {
        color: #1A73E8;
        font-size: 13px;
        font-weight: 400;
        pointer-events: auto;
        cursor: pointer;
        display: block;
    }
    #plan .check{
        padding: 0px;
        width:100%;
    }
    #plan .check li{
        line-height: 20px;
        font-size: 13px;
    }
    #plan table{
        padding:0;
        width:100%;
    }
    #plan table th{
        width: 100px;
        font-size: 12px;
    }
    #plan table td{
        line-height: normal;
        padding:10px;   
    }
    #plan .last-update{
        width:100%;
        padding:10px 0px 0px 0px;
    }
}

#after-sub > .contents{
    background: #F4F0EC;
    padding: 20px 0px;
}
#after-sub .after-sub-box{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
    align-self: stretch;
}
#after-sub .after-sub-box > .left img, #after-sub .after-sub-box > .right img{
    width: 78px;
    height: 143px;
    aspect-ratio: 6/11
}
#after-sub .after-sub-box > .center{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    width: 600px;
    background: #FFF;
    border-radius: 16px;
}
#after-sub .after-sub-box > .center .catch{
    color: #483841;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin:0px 0px 20px 0px;
}
#after-sub .after-sub-box > .center .logo{
    width: 240px;
    aspect-ratio: 5/1;
}
#after-sub .after-sub-box > .center .tel{margin:10px 0px;}
#after-sub .after-sub-box > .center .tel .tel-link{
    display: flex;
    width: 300px;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-weight: 700;
    border-radius: 8px;
}
#after-sub .after-sub-box > .center .tel .tel-link span{
    display: flex;
    align-items: center;
}
#after-sub .after-sub-box > .center .tel .tel-link span::before{
    content:url(../images/parts/tel-fff.svg);
    width: 18px;
    height: 18px;
    aspect-ratio: 1/1;
    margin: 0px 5px 0px 0px;
    transform: translateY(-6px);
}
#after-sub .after-sub-box > .center .time{
    color: #483842;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items:baseline;
    justify-content: center;
    flex-wrap: wrap;
    margin:0px 0px 20px 0px;
}
#after-sub .after-sub-box > .center .time > span{
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
    margin:0px 10px 0px 10px;
}
#after-sub .after-sub-box > .center .contact-box{
    display: flex;
    padding: 10px 0;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
#after-sub .after-sub-box > .center .contact-box > a{
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
}
#after-sub .after-sub-box > .center .contact-box > a span{
    display: flex;
    align-items: center;
}
#after-sub .after-sub-box > .center .contact-box > a span::before{
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    margin: 0px 10px 0px 0px;
}
#after-sub .after-sub-box > .center .contact-box > .contact{background: #E81F61;}
#after-sub .after-sub-box > .center .contact-box > .contact span::before{content:url(../images/parts/contact-fff.svg)}
#after-sub .after-sub-box > .center .contact-box > .sanretsu{background: #BEA000;}
#after-sub .after-sub-box > .center .contact-box > .sanretsu span::before{content:url(../images/parts/sanretsu-fff.svg)}
@media screen and (max-width: 768px){
    #after-sub .after-sub-box{flex-wrap: wrap;}
    #after-sub .after-sub-box > .center{
        order:1;
        padding: 30px 20px;
        width:calc(100% - 40px);
        
    }
    #after-sub .after-sub-box > .left{order:2;}
    #after-sub .after-sub-box > .right{order:3;}
    #after-sub .after-sub-box > .left img, #after-sub .after-sub-box > .right img{
        width: 60px;
        height: 110px;
        aspect-ratio: 6/11;
    }
    #after-sub .after-sub-box > .center .tel{
        width:100%;
    }
    #after-sub .after-sub-box > .center .tel .tel-link{
        padding: 10px 0px;
        width:100%;
        max-width:560px;
        border-radius: 30px;
        font-size: 20px;
    }
    #after-sub .after-sub-box > .center .tel .tel-link span::before{transform: none;}
    #after-sub .after-sub-box > .center .time{
        margin:9px 0px 10px 0px;
        display: block;
        text-align: center;
    }
    #after-sub .after-sub-box > .center .contact-box{width:100%;}
}

#access > .contents{
    background: #FFF;
    padding:40px 0px 0px 0px;
}
#access .map{text-align:right;}
#access .map > a{
    color: #1A73E8;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display:inline-block;
    padding:10px 0px 0px 0px;
}
#access #gmap{
    width:500px;
    height: 400px;
    flex-shrink: 0;
}
#access .access-box{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
#access .access-box table{
    border-collapse: collapse;
    width:100%;
}
#access .access-box table th{
    padding: 10px;
    text-align: left;
    color: #483841;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #EEE;
}
#access .access-box table td{
    padding: 10px;
    text-align: left;
    color: #483841;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.28px;
    border-bottom: 1px solid #EEE;
}
#access .access-box table td > strong{
    font-weight: 600;
    line-height: 25px;
}
#access .access-box table .row th{
    padding:10px 10px 3px 10px;
    border:none;
}
#access .access-box table .row td{padding:0px 10px 10px 10px;}
@media screen and (max-width: 768px){
    #access > .contents{padding:20px 0px 0px 0px}
    #access .access-box{flex-direction: column;}
    #access .map{
        width:100%;
        height:auto;
        aspect-ratio: 5/4;
    }
    #access #gmap{
        width:100%;
        height:auto;
        aspect-ratio: 5/4;
    }
    #access .access-box table th{
        font-size: 13px;
        width:60px;
    }
    #access .access-box table td{
        line-height: 25px;
        letter-spacing: 0;
    }
}

#features > .contents{
    background: #FFF;
    padding:50px 0px 0px 0px;
}
#features .features-list{
    width:100%;
    max-width:900px;
    margin:auto;
}
#features .features-list > p{
    color: #483842;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin:10px 0px 0px 0px;
}
#features .features-list-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #E5E0DA;
}
#features .features-list-box dl {
    display: flex;
    margin: 0;
    border-bottom: 1px solid #BBB;
}
#features .features-list-box dl dt{
    box-sizing: border-box;
    padding:4px 10px;
    width:60%;
    color: #483841;
    font-size: 15px;
    font-weight: 600;
    background: #F3EFEC;
}
#features .features-list-box dl dt > span{
    font-size: 13px;
    font-weight: 400;
}
#features .features-list-box dl dd{
    box-sizing: border-box;
    padding:4px 10px;
    width:40%;
    color: #483841;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}
#features .features-list-box dl dd > span{-webkit-text-stroke-width: 0;}
@media screen and (max-width: 768px){
    #features > .contents{padding:20px 0px 0px 0px}
    #features .features-list-box{grid-template-columns: repeat(2, 1fr);}
    #features .features-list-box dl dt{
        width:calc(100% - 60px);
        font-size: 13px;
        flex-wrap: wrap;
    }
    #features .features-list-box dt,#features .features-list-box dd{
        display: flex;
        align-items: center;
    }
    #features .features-list-box dl dd{
        width: 60px;
        justify-content: center;
    }
    #features .features-list > p{
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0;
    }
}

#location-catch > .contents{
    padding:50px 0px 0px 0px;
    background: #FFF;
}
#location-catch h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}
#location-catch p{
    color: #483842;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
@media screen and (max-width: 768px){
    #location-catch > .contents{padding:20px 0px 0px 0px;}
    #location-catch .box{
        padding:0px 20px;
        width:calc(100% - 40px);
    }
    #location-catch h3{font-size: 15px;}
    #location-catch p{font-size: 15px;}
}

#detail > .contents{
    padding:50px 0px 0px 0px;
    background-color: #FFF;
}
#detail .img-box{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    gap: 30px 50px;
    flex-wrap: wrap;
}
#detail .img-box > div{
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}
#detail .img-box > div > p{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #483842;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
@media screen and (max-width: 768px){
    #detail > .contents{padding:20px 0px 0px 0px}
    #detail .img-box{gap: 20px 10px}
    #detail .img-box > div{width:48%;}
    #detail .img-box > div{gap: 0;}
    #detail .img-box > div > p{
        padding:10px;
        justify-content:flex-start;
        font-size: 14px;
    }
}

#area > .contents{
    padding:50px 0px 0px 0px;
    background: #FFF;
}
#area .area-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 27px;
}
#area .area-box > .left{
    justify-content: space-between;
    align-items: flex-start;
}
#area .area-box > .left .title{
    text-align: left;
    margin:0px 0px 27px 0px;
}
#area .area-box > .left .title > span{
    text-align: left;
    padding:0;
}
#area .area-box > .left > p{
    color: #F00;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.04px;
}
#area .area-box > .right{
    width: 642px;
    flex-shrink: 0;
}
@media screen and (max-width: 768px){
    #area > .contents{padding:20px 0px 0px 0px}
    #area .area-box{
        flex-wrap:wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #area .area-box > .left{width:100%;}
    #area .area-box > .left .title{
        text-align:center;
        padding:0px;
    }
    #area .area-box > .left .title > span{text-align: center;}
    #area .area-box > .left > p{padding:0px 0px 20px 0px}
    #area .area-box > .right{
        width:100%;
        aspect-ratio: 60/71;
    }
}

#news{padding:50px 0px 40px 0px;}
#news .news-box .title > span{
    display: block;
    text-align:left;
    padding:0;
}
#news .news-list .news-item dt > .label{display:none;}
@media screen and (max-width: 768px){
    #news{padding:40px 0px 30px 0px}
    #news .news-title{margin:0px 0px 20px 0px}
    #news .news-box .title{margin: 0;}
    #news .news-box .title > span{
        text-align: center;
        padding:0px 0px 10px 0px;
    }
}

#instagram-link > .contents{
    border-radius: 0;
    background: #FFF;
    padding:0px 0px 40px 0px
}
#instagram-link .box{
    display:flex;
    justify-content:center;
}
#instagram-link a{
    display: block;
    width:600px;
}
@media screen and (max-width: 768px){
    #instagram-link a{width:100%;}
}