.meito-yukan{background: #EBF3D8;}
.meito-yukan *{
    margin: 0;
    padding:0;
    font-style: normal;
}
.meito-yukan .sp-br{display:none;}
.meito-yukan img{
    width:100%;
    display:inline-block;
    vertical-align:bottom;
}
.main-img .img-box{position: relative;}
.main-img .img-box > .img{
    width:100%;
    max-width: 1600px;
    height:600px;
    margin:auto;
    background-image: url(../images/meito-yukan/kv_meito_pc.jpg);
    background-position: center center;
    background-size: cover;
}
.main-img .sp-img{display:none;}
.main-img .deco{
    position:absolute;
    bottom:0;
    width:100%;
    height:200px;
    background-image: url(../images/meito-yukan/partition_pc1.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}
@media screen and (max-width: 768px){
    .meito-yukan .pc-br{display:none;}
    .meito-yukan .sp-br{display:block;}
    .main-img .img-box > .img{
        width:100%;
        height:auto;
        background-image: none;
    }
    .main-img .sp-img{display: block;}
    .main-img .deco{
        background-image:none
    }
}

.contents{width:100%;}
.contents h2 > span{
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 12px;
    align-items: flex-start;
    background: #A574AF;
}
.box{
    width:100%;
    max-width:1020px;
    margin:auto;
}
.deco-title{
    margin:12px 0px 16px 0px;
    border-left:8px solid #C79F62;
    padding:0px 0px 0px 12px;
    font-family: "Noto Serif JP";
}
.deco-title > .point{
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.deco-title > h3{
    margin: 4px 0px 8px 0px;
    color: #185A35;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 3px;
}
.deco-title > .detail{
    color: #3A3A3A;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
}
@media screen and (max-width: 768px){
    .box{
        width:calc(100% - 40px);
        margin:auto;
        padding:0px 20px
    }
    .contents h2 > span{font-size: 18px;}
    .deco-title > .point{
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1.8px;
    }
    .deco-title > h3{
        font-size: 26px;
        letter-spacing: 2.6px;
    }
    .deco-title > .detail{
        font-size: 9px;
        line-height: 15px;
    }
}

#catch{
    background: #EBF3D8;
    padding-bottom: 60px;
}
#catch .catch-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
}
#catch .left{
    width: 480px;
    aspect-ratio: 24/17;
}
#catch .right{
    display: flex;
    width: 480px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
#catch .right h1{
    color: #3A3A3A;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
#catch .right p{
    color: #3A3A3A;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
@media screen and (max-width: 768px){
    #catch{padding:20px 0px 30px 0px;}
    #catch .catch-box{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    #catch .left{
        width:100%;
        aspect-ratio: 140/99;
    }
    #catch .right{width: 100%;}
    #catch .right h1{
        font-size: 18px;
        line-height: 26px;
    }
    #catch .right p{
        font-size: 14px;
        line-height: 24px;
    }
}

#kinugawa{
    background: #FFF;
    padding: 80px 0;
}
#kinugawa .kinugawa-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
}
#kinugawa .kinugawa-box .left,#kinugawa .kinugawa-box .right{width: 480px;}
#kinugawa .text{
    color: #3A3A3A;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
@media screen and (max-width: 768px){
    #kinugawa{padding: 30px 0px;}
    #kinugawa .kinugawa-box{
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }
    #kinugawa .kinugawa-box .left, #kinugawa .kinugawa-box .right{width:100%;}
    #kinugawa .text{
        font-size: 14px;
        line-height: 24px;
    }
}

#omoide{
    padding: 80px 0 60px 0;
    background: #EBF3D8;
}
#omoide .omoide-box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
#omoide .omoide-box > .left{width: 380px;}
#omoide .omoide-box > .right{width: 600px;}
#omoide .omoide-box > .left .text{
    color: #3A3A3A;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
#omoide .omoide-box > .left .point-box{
    display: flex;
    padding: 12px;
    border: 1px solid #3A3A3A;
    flex-direction: column;
    margin-top:16px;
}
#omoide .point-box h4{
    color: #3A3A3A;
    font-family: "Noto Serif JP";
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
#omoide .point-box ul{list-style:none;}
#omoide .point-box li{
    color: #3A3A3A;
    font-family: "Noto Serif JP";
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
#omoide .point-box li::before{content:"◉ "}
@media screen and (max-width: 768px){
    #omoide{padding:30px 0px}
    #omoide .omoide-box{
        flex-direction: column;
        align-items: center;
        gap: 12px;
        align-self: stretch;
    }
    #omoide .omoide-box > .left{width:100%;}
    #omoide .omoide-box > .right{width:100%;}
    #omoide .omoide-box > .left .text{
        font-size: 14px;
        line-height: 24px;
    }
    #omoide .omoide-box > .left .point-box{margin:12px 0px 0px 0px;}
    #omoide .point-box h4{
        font-size: 12px;
        line-height: 17px;
    }
    #omoide .point-box li{
        font-size: 12px;
        line-height: 17px;
    }
}

#flow{
    position: relative;
    padding:0px 0px 160px 0px;
}
#flow .long > span{
    display: block;
    width:100%;
    text-align:center;
}
#flow .flow-box{
    padding:40px 0px 0px 0px;
    display: inline-grid;
    row-gap: 40px;
    column-gap: 60px;
    grid-template-rows: repeat(3,fit-content(100%));
    grid-template-columns: repeat(2,fit-content(100%));
    counter-reset: flow-num;
}
#flow .flow-box h3{
    color: #7E308D;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}
#flow .flow-box h3 > span{font-size: 14px;}
#flow .flow-box h3::before {
    counter-increment: flow-num;
    content: counter(flow-num) ". ";
}
#flow .flow-detail{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin:16px 0px 0px 0px
}
#flow .flow-detail .img{
    width: 200px;
    aspect-ratio: 10/7;
}
#flow .flow-detail .text{width: 260px;}
#flow .flow-detail p{
    color: #3A3A3A;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
#flow .flow-detail p > span{
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    margin:4px 0px 0px 0px;
}
#flow .deco{
    position:absolute;
    bottom:0;
    width:100%;
    height:160px;
    background-image: url(../images/meito-yukan/partition_pc2.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}
@media screen and (max-width: 768px){
    #flow{padding:0px 0px 60px 0px}
    #flow .flow-box{
        padding:24px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    #flow .long > span{width:auto;}
    #flow .flow-detail{
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }
    #flow .flow-box h3{
        font-size: 18px;
        line-height: 18px;
    }
    #flow .flow-box > div{
        padding:0px 10px;
        width:calc(100% - 20px);
        margin:auto;
    }
    #flow .flow-detail .text{width:100%;}
    #flow .flow-detail p{
        font-size: 14px;
        line-height: 24px;
    }
    #flow .flow-detail p > span{
        font-size: 10px;
        line-height: 16px;
    }
    #flow .deco{
        height: 60px;
        background-image: url(../images/meito-yukan/partition_sp.svg);
    }
}

#contact{
    background: #FFF;
    padding: 40px 0 60px 0;
}
#contact .long > span{
    display: block;
    width:100%;
    text-align:center;
}
#contact .text{
    padding:30px 0px 0px 0px;
    color: #3A3A3A;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
#contact .tel-box{
	width:100%;
	max-width:960px;
	margin:auto;
}
#contact .contact-box{
	width:100%;
	max-width:960px;
	margin:auto;
	display:flex;
}
#contact .contact-box > .soudan{
    display:inline-flex;
    width:585px;
    height: 220px;
    flex-shrink: 0;
    aspect-ratio: 117/44;
}
#contact .contact-box > .shiryou{
    display:inline-flex;
    width:375px;
    height: 220px;
    flex-shrink: 0;
    aspect-ratio: 75/44;
}
#contact a:hover{opacity:1;}
@media screen and (max-width: 768px){
    #contact{padding:20px 0px;}
	#contact .contact-box{flex-wrap:wrap;}
	#contact .contact-box > .soudan{
		width:100%;
		height: auto;
		aspect-ratio: 320/193;
	}
	#contact .contact-box > .shiryou{
		width:100%;
		height:auto;
		aspect-ratio: 320/153;
	}
    #contact .long > span{
        width:auto;
        line-height: 24px;
    }
    #contact .text{
        padding:20px 0px 0px 0px;
        font-size: 14px;
        text-align: left;
        font-weight: 400;
        line-height: 24px;
    }
}

#banner{
    padding: 50px 0 60px 0;
    background: #EEEFF5;
}
#banner .long > span{
    display: block;
    width:100%;
    text-align:center;
}
#banner .banner-box{
    margin:40px 0px 0px 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 768px){
    #banner{padding: 30px 0px;}
    #banner .long > span{
        width:auto;
        text-align: left;
        line-height: 24px;
    }
    #banner .banner-box{
        margin:30px 0px 0px 0px;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }
}