body{
    margin: 0;
    padding: 0;
    font-family: Lato, "Noto Sans Japanese", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background-color: #fff1db;
}
strong{
    font-weight: normal;
}
.block-500{
    display: none;
}
@media screen and (max-width: 500px){
    .block-500{
        display: block;
    }
}
a{
    text-decoration: none;
}

.page-mt{
    text-align: center;
    /* 40~80px; */
    margin-top: clamp(2.5rem, 2.039rem + 2.63vw, 5rem);
}
.page-title{
    color:#6b4a2b;
    /* 18~28px; */
    font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
    font-weight: bold;
    text-align: center;
    margin-bottom:40px;
}
.page-title span{
    /* 12~16px */
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    color:#6b4a2b;
    display: block; 
    text-align: center;
}



.header{
    position: fixed;
    z-index:10;
    right: 7%;
    /* top: 10~20px(768~1800px) */
    top: clamp(0.625rem, 0.16rem + 0.97vw, 1.25rem);
}
.header-title{
    /* position: fixed;
    z-index:10;
    left: 2%; */
    /* top: 14~20px(768~1800px) */
    /* top: clamp(0.875rem, 0.596rem + 0.58vw, 1.25rem); */
    position: absolute;
    z-index: 10;
    right: 4%;
    /* top: 250~630px(768~1800px) */
    top: clamp(15.625rem, -2.049rem + 36.82vw, 39.375rem);
    margin-top: 0;
    margin-bottom: 0;
    /* font-size: 28~32px(768~1800px) */
    /* font-size: clamp(1.75rem, 1.564rem + 0.39vw, 2rem); */
    /* font-size: 60~140px(768~1800px) */
    font-size: clamp(3.75rem, 0.029rem + 7.75vw, 8.75rem);
}
.header-title a{
    color: #fff;
}
.blank1{
    /* height: 70~100px(768~1800px) */
    height: clamp(4.375rem, 2.98rem + 2.91vw, 6.25rem);
}
.header-background{
    position: fixed;
    z-index:5;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    max-width:5000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /* height: 70~100px(768~1800px) */
    height: clamp(4.375rem, 2.98rem + 2.91vw, 6.25rem);
}
.header-picture{
    position: relative;
    max-width:2000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    z-index:3;
    display: flex;
    align-items: center;
    height: 100%; 
    justify-content: center;
    /* height: 346~864px(769~1920px) */
    height: clamp(21.625rem, -0.005rem + 45vw, 54rem);
}
.header-picture img{
    object-fit: cover;
    /* height: 346~864px(769~1920px) */
    height: clamp(21.625rem, -0.005rem + 45vw, 54rem);
}
.header-picture-responsive{
    display: none;
}
@media screen and (max-width: 768px){
    .header-picture{
        /* height: 186~512px(280~768px) */
        height: clamp(11.625rem, -0.066rem + 66.8vw, 32rem);
        display: none;
    }
    .header-picture-responsive{
        display: block;
        position: relative;
        max-width:2000px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        z-index:3;
        display: flex;
        align-items: center;
        height: 100%; 
        justify-content: center;
        /* height: 186~512px(280~768px) */
        height: clamp(11.625rem, -0.066rem + 66.8vw, 32rem);
    }
    .header-picture-responsive img{
        /* height: 186~512px(280~768px) */
        height: clamp(11.625rem, -0.066rem + 66.8vw, 32rem);
        object-fit: cover;
    }
}
.slide{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;  
    transition: opacity 2.6s ease-in-out;
}
.slide img{
    object-fit: cover;
}
#slide1{
    opacity: 1; 
}
#slide1_responsive{
    opacity: 1; 
}
.header-picture-title{
    position: absolute;
    /* left: 30~50px(768~1800px) */
    left: clamp(1.875rem, 0.945rem + 1.94vw, 3.125rem);
    /* top: 50~100px(768~1800px) */
    top: clamp(3.125rem, 0.799rem + 4.84vw, 6.25rem);
    /* font-size: 12~40px(280~1800px) */
    /* font-size: clamp(0.75rem, 0.428rem + 1.84vw, 2.5rem); */
    /* font-size: 55~90px(768~1800px) */
    font-size: clamp(3.438rem, 1.81rem + 3.39vw, 5.625rem);
    font-weight: bold;
    color: #fff;
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* padding: 5~10px 10~25px(280~1800px) */
    padding: clamp(0.313rem, 0.255rem + 0.33vw, 0.625rem) clamp(0.625rem, 0.452rem + 0.99vw, 1.563rem);
    /* border-radius: 10~15px(280~1800px) */
    border-radius: clamp(0.625rem, 0.567rem + 0.33vw, 0.938rem);
}
.list{
    display: flex;
    text-align: center;
    justify-content: center;
}
.list li{
    border-right:1px solid #000;
    /* width: 90~160px(768~1800px) */
    width: clamp(5.625rem, 2.369rem + 6.78vw, 10rem);
    list-style:none;
}
.list li:last-child{ 
    border-right: none;
}
.list a{
    text-decoration: none; 
    color:#000;
    font-weight: bold;
    display: block; 
    text-align: center;
    /* font-size: 12~16px(768~1800px) */
    font-size: clamp(0.75rem, 0.564rem + 0.39vw, 1rem);
}
.list a:hover{
    opacity:0.7;
}
.burger-menu{
    display: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.burger-bar{
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 5px 0;
    transition: 0.4s;
}
@media screen and (max-width: 768px){
    .header{
        right: 4%;
    }
    .header-title{
        /* left: 4%; */
        /* top: 7~14px(280~768px) */
        /* top: clamp(0.438rem, 0.186rem + 1.43vw, 0.875rem); */
        /* font-size: 24~28px(280~768px) */
        /* font-size: clamp(1.5rem, 1.357rem + 0.82vw, 1.75rem); */
        /* top: 138~400px(280~768px) */
        top: clamp(8.625rem, -0.77rem + 53.69vw, 25rem);
         /* font-size: 28~60px(280~768px) */
         font-size: clamp(1.75rem, 0.602rem + 6.56vw, 3.75rem);
    }
    .header-picture-title{
        /* left: 10~30px(280~768px) */
        left: clamp(0.625rem, -0.092rem + 4.1vw, 1.875rem);
        /* top: 40~50px(280~768px) */
        top: clamp(2.5rem, 2.141rem + 2.05vw, 3.125rem);
        /* font-size: 24~55px(280~768px) */
        font-size: clamp(1.5rem, 0.388rem + 6.35vw, 3.438rem);
    }
    .header-background{
        /* height: 50~70px(280~768px) */
        height: clamp(3.125rem, 2.408rem + 4.1vw, 4.375rem);
    }
    .burger-menu{
        display: block;
        position: relative;
        z-index: 100;
        /* margin-top: 0~15px(280~768px) */
        margin-top: clamp(0rem, -0.538rem + 3.07vw, 0.938rem);
    }
    .burger-menu .burger-bar:nth-child(1){
        transform-origin: top left;
        transition: transform 0.5s ease;
    }    
    .burger-menu .burger-bar:nth-child(2){
        transition: opacity 0.5s ease;
    }
    .burger-menu .burger-bar:nth-child(3){
        transform-origin: bottom left;
        transition: transform 0.5s ease;
    }
    .change .burger-bar:nth-child(1){
        transform: rotate(45deg) translate(5px, -5px);
    }
    .change .burger-bar:nth-child(2){
        opacity: 0;
    }
    .change .burger-bar:nth-child(3){
        transform: rotate(-45deg) translate(5px, 5px);
    }
    .gnav{
        position: fixed; 
        top: 0;
        left: 0;
        width: 100%; 
        height: 100vh; 
        display: none; 
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        background-color: #fff1db;
        z-index: 99; 
    }
    .gnav.open{
        display: flex;
    }
    .list{
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .list li{
        border-right: none;
        width: 100%;
    }
    .list li:last-child{ 
        border-bottom: none;
    }
    .list a{
        padding: 30px;
        /* font-size: 18~24px(280~768px) */
        font-size: clamp(1.125rem, 0.91rem + 1.23vw, 1.5rem);
        display: block;
    }
}
.header{
    /* top: 10~14px(280~500px)*/
    top: clamp(0.625rem, 0.307rem + 1.82vw, 0.875rem);
}






.index-price{
    text-align: center;
     /* 40~120px; */
     /* margin-top: clamp(2.5rem, 0.682rem + 9.09vw, 7.5rem); */
}
.index-price-text{
    /* 11~18px */
    font-size: clamp(0.688rem, 0.613rem + 0.43vw, 1.125rem);
    font-weight: bold;
}

.section-title-top{
    color:#6b4a2b;
    /* 14~24px(280~1800px) */
    font-size: clamp(0.875rem, 0.76rem + 0.66vw, 1.5rem);
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    /* margin: 20~40px(280~1800px) */
    margin: clamp(1.25rem, 1.02rem + 1.32vw, 2.5rem) 0;
}
.section-title-top::before,
.section-title-top::after{
    content: "";
    position: absolute;
    /* top: 12px(280~1800px) */
    top: clamp(0.5rem, 0.454rem + 0.26vw, 0.75rem);
    display: block;
    /* width: 2~3px(280~1800px) */
    width: clamp(0.125rem, 0.113rem + 0.07vw, 0.188rem);
    /* height: 20~27px(280~1800px) */
    height: clamp(1.25rem, 1.169rem + 0.46vw, 1.688rem);
    background-color: #6b4a2b;
}
.section-title-top::before{
    left: -20px; 
    transform: rotate(-30deg);
}
.section-title-top::after{
    right: -20px; 
    transform: rotate(30deg);
}
@media (max-width: 500px){
    .section-title-top::before,
    .section-title-top::after{
        top: 22px;
    }
}






.index-price-list-cover{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #ffa500;
}
.index-price-list{
    max-width:1200px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px 35px 10px;
    display: flex;
    justify-content: space-between;
}
.index-price-list dl{
    width: calc(50% - 10px);
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.index-price-list dt{
    width: 70%;
    color: #000;
    /* font-size: 32~40px(1200~1800px) */
    font-size: clamp(2rem, 1rem + 1.33vw, 2.5rem);
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffa500;
}
.index-price-list dd{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.under-line{
    color: #ff0008;
    /* font-size: 60~80px(1200~1800px) */
    font-size: clamp(3.75rem, 1.25rem + 3.33vw, 5rem); 
    font-weight: bold;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.under-line::after{
    content: '';
    position: absolute;
    width: 110%;
    left: -10px;
    bottom: 10px; 
    height: 24px;
    background-color: rgb(255, 255, 0); 
    z-index: -1;
}
.under-line span{
    /* font-size: 30~40px(1200~1800px) */
    font-size: clamp(1.875rem, 0.625rem + 1.67vw, 2.5rem);
    transform:translateY(15px);
}
.index-price-list-title{
    color:#6b4a2b;
    /* 12~24px(280~1800px) */
    font-size: clamp(0.75rem, 0.612rem + 0.79vw, 1.5rem);
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    /* 40~120px; */
    margin-top: clamp(2.5rem, 0.682rem + 9.09vw, 7.5rem);
    /* margin-bottom: 20~40px(280~1800px) */
    margin-bottom: clamp(1.25rem, 1.02rem + 1.32vw, 2.5rem);
}
.index-price-list-title span{
    /* font-size: 22~40px */
    font-size: clamp(1.375rem, 1.168rem + 1.18vw, 2.5rem);
}
.index-price-list-title::before,
.index-price-list-title::after{
    content: "";
    position: absolute;
    top: 30px;
    display: block;
    /* width: 2~3px(280~1800px) */
    width: clamp(0.125rem, 0.113rem + 0.07vw, 0.188rem);
    /* height: 20~27px(280~1800px) */
    height: clamp(1.25rem, 1.169rem + 0.46vw, 1.688rem);
    background-color: #6b4a2b;
}
.index-price-list-title::before{
    left: -20px; 
    transform: rotate(-30deg);
}
.index-price-list-title::after{
    right: -10px; 
    transform: rotate(30deg);
}
.index-price-list-title br{
    display: none;
}
@media (max-width: 1200px){
    .index-price-list dt{
        /* font-size: 24~32px(768~1200px) */
        font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
    }
    .under-line{
        /* font-size: 40~60px(768~1200px) */
        font-size: clamp(2.5rem, 0.278rem + 4.63vw, 3.75rem); 
    }
    .under-line span{
        /* font-size: 24~30px(768~1200px) */
        font-size: clamp(1.5rem, 0.833rem + 1.39vw, 1.875rem);
        /* transform:translateY(7~15px) */
        transform:translateY(clamp(0.438rem, -0.451rem + 1.85vw, 0.938rem));
    }
    .under-line::after{
        /* bottom: 5~10px(768~1200px)  */
        bottom: clamp(0.313rem, -0.243rem + 1.16vw, 0.625rem); 
        /* height: 20~24px(768~1200px) */
        height: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
    }
}
@media (max-width: 768px){
    .index-price-text{
        width: 72%;
        text-align: left;
        margin-right: auto;
        margin-left: auto;
    }
    .index-price-list{
        width: 70%;
        padding: 0px 10px 25px 10px;
    }
    .index-price-list dt{
        width: 100%;
        padding: 5px 0;
        /* font-size: 15~24px(280~768px) */
        font-size: clamp(0.938rem, 0.615rem + 1.84vw, 1.5rem);
    }
    .index-price-list dd{
        padding: 10px 0;
    }
    .index-price-list dl{
        display: block;
    }
    .under-line{
        /* font-size: 35~45px(500~768px) */
        font-size: clamp(2.188rem, 1.021rem + 3.73vw, 2.813rem); 
    }
    .under-line span{
        /* font-size: 16~24px(280~768px) */
        font-size: clamp(1rem, 0.713rem + 1.64vw, 1.5rem);
        /* transform:translateY(7~15px) */
        transform:translateY(clamp(0.438rem, 0.151rem + 1.64vw, 0.938rem));
    }
    .under-line::after{
        left: -5px;
        /* bottom: 2~5px(280~768px)  */
        bottom: clamp(0.125rem, 0.017rem + 0.61vw, 0.313rem); 
        /* height: 12~20px(280~768px) */
        height: clamp(0.75rem, 0.463rem + 1.64vw, 1.25rem);
    }
    .index-price-list-title br {
        display: block;
    }
    .index-price-list-title::after{
        right: -20px; 
    }
}
@media (max-width: 500px){
    .index-price-text{
        width: 81%;
    }
    .index-price-list{
        width: 90%;
    }
    .under-line{
        /* font-size: 28~35px(280~500px) */
        font-size: clamp(1.75rem, 1.193rem + 3.18vw, 2.188rem); 
    }
}






.template-sample-flex{
    max-width:2000px;
    display: flex;
    /* width: calc(100% - 15px); */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /* margin-top: 30px; */
    position: relative;
}
.template-sample-content{
    position: relative;
    width: 25%;
    overflow: hidden; 
}
.template-sample-content img:hover{
    opacity: 0.7;
    transform: scale(1.05); 
}
.template-sample-content+.template-sample-content{
	border-left:solid 5px #fff;
}
.template-sample-content img{
    width: 100%;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease; 
}
.index-template-background{
    position: absolute;
    bottom: 10px;
    /* width: 80~90px(1200~1800px) */
    width: clamp(5rem, 3.75rem + 1.67vw, 5.625rem);
    /* height: 30~35px(1200~1800px) */
    height: clamp(1.875rem, 1.25rem + 0.83vw, 2.188rem);
    border-radius: 3px;
    /* font-size: 15~16px(1200~1800px) */
    font-size: clamp(0.938rem, 0.813rem + 0.17vw, 1rem);
    font-weight: bold;
    /* height: 30~35px(1200~1800px) */
    line-height: clamp(1.875rem, 1.25rem + 0.83vw, 2.188rem);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 3;
    pointer-events: none;
}
.baseball-color{
    background-color:rgba(255,255,255,.9);
}
.kamu-color{
    background-color: rgba(171, 225, 250, 0.9);
}
.red-color{
    background-color: rgba(255, 57, 0, 0.9);
    color: #fff;
}
.pink-color{
    background-color: rgba(229, 79, 122, 0.9);
    color: #fff;
}
.piece-color{
    background-color: rgba(152, 204, 122, 0.9);
}
.index-place-position{
    left: 10px;
}
.index-kind-position{
    /* left: 100~110px(1200~1800px) */
    left: clamp(6.25rem, 5rem + 1.67vw, 6.875rem);
}
.index-price-position{
    /* left: 190~210px(1200~1800px) */
    left: clamp(11.875rem, 9.375rem + 3.33vw, 13.125rem);
}


@media (max-width: 1200px){
    .index-template-background{
        /* width: 50~80px(768~1200px) */
        width: clamp(3.125rem, -0.208rem + 6.94vw, 5rem);
        /* height: 20~30px(768~1200px) */
        height: clamp(1.25rem, 0.139rem + 2.31vw, 1.875rem);
        /* font-size: 12~15px(768~1200px) */
        font-size: clamp(0.75rem, 0.417rem + 0.69vw, 0.938rem);
        /* height: 20~30px(768~1200px) */
        line-height: clamp(1.25rem, 0.139rem + 2.31vw, 1.875rem);
    }
    .index-place-position{
        /* left: 5~10px(768~1200px) */
        left: clamp(0.313rem, -0.243rem + 1.16vw, 0.625rem);
    }
    .index-kind-position{
        /* left: 65~100px(768~1200px) */
        left: clamp(4.063rem, 0.174rem + 8.1vw, 6.25rem);
    }
    .index-price-position{
        /* left: 125~190px(768~1200px) */
        left: clamp(7.813rem, 0.59rem + 15.05vw, 11.875rem);
    }
}
@media (max-width: 768px){
    .template-sample-flex{
        width: 81%;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
        flex-wrap: wrap;
    }
    .template-sample-content{
        width: 47%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
    }
    .template-sample-content+.template-sample-content{
        border-left: none;
    }
    .template-sample-flex:nth-of-type(2) {
        margin-top: 40px;
    }
    .template-sample-flex:nth-of-type(4){
        display: none;
    }
}
@media (max-width: 500px){
    .template-sample-flex{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }
    .template-sample-flex:nth-of-type(2) {
        /* margin-top: 15~20px(280~500px) */
        margin-top: clamp(0.938rem, 0.54rem + 2.27vw, 1.25rem);
    }
    .template-sample-flex:nth-of-type(3){
        display: none;
    }
    .template-sample-content{
        width: 85%;
    }
    .index-template-background{
        /* width: 60~90px(280~500px) */
        width: clamp(3.75rem, 1.364rem + 13.64vw, 5.625rem);
        /* height: 20~35px(280~500px) */
        height: clamp(1.25rem, 0.057rem + 6.82vw, 2.188rem);
        /* font-size: 12~16px(280~500px) */
        font-size: clamp(0.75rem, 0.432rem + 1.82vw, 1rem);
        /* height: 20~35px(280~500px) */
        line-height: clamp(1.25rem, 0.057rem + 6.82vw, 2.188rem);
    }
    .index-kind-position{
        /* left: 72~110px(280~500px) */
        left: clamp(4.5rem, 1.477rem + 17.27vw, 6.875rem);
    }
    .index-price-position{
        /* left: 139~210px(280~500px) */
        left: clamp(8.688rem, 3.04rem + 32.27vw, 13.125rem);
    }
}











.index-darudaru{
    text-align: center;
    /* 40~120px; */
    margin-top: clamp(2.5rem, 0.682rem + 9.09vw, 7.5rem);
}
.index-darudaru-text{
    /* 11~18px(280~1920) */
    font-size: clamp(0.688rem, 0.613rem + 0.43vw, 1.125rem);
    font-weight: bold;
}
.index-darudaru-title{
    color:#6b4a2b;
    /* 16~24px(280~1800px) */
    font-size: clamp(1rem, 0.908rem + 0.53vw, 1.5rem);
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    /* margin: 20~40px(280~1800px) */
    margin: clamp(1.25rem, 1.02rem + 1.32vw, 2.5rem) 0;
    /* 40~120px; */
    margin-top: clamp(2.5rem, 0.682rem + 9.09vw, 7.5rem);
}
.index-darudaru-title::before,
.index-darudaru-title::after{
    content: "";
    position: absolute;
    /* top: 12px(280~1800px) */
    top: clamp(0.5rem, 0.454rem + 0.26vw, 0.75rem);
    display: block;
    /* width: 2~3px(280~1800px) */
    width: clamp(0.125rem, 0.113rem + 0.07vw, 0.188rem);
    /* height: 20~27px(280~1800px) */
    height: clamp(1.25rem, 1.169rem + 0.46vw, 1.688rem);
    background-color: #6b4a2b;
}
.index-darudaru-title::before{
    left: -20px; 
    transform: rotate(-30deg);
}
.index-darudaru-title::after{
    right: -20px; 
    transform: rotate(30deg);
}
@media (max-width: 768px){
    .index-darudaru-text{
        width: 72%;
        text-align: left;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 500px){
    .index-darudaru-text{
        width: 81%;
    }
}








/* 
右 → 左へ流れる画像 
*/

.loopSlider{
    margin: 0 auto;
    width: 100%;
    height: 180px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul{
    display: flex; 
    height: 180px;
    float: left;
    overflow: hidden;
    min-width: max-content; 
    margin: 0;
    padding: 0;
}
.loopSlider ul li{
    width: 400px;
    height: 180px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 768px){
    .loopSlider{
        height: 135px;
    }
    .loopSlider ul{
        height: 135px;
    }
    .loopSlider ul li{
        width: 300px;
        height: 135px;
    }
}









/* 
News 
*/

.News-flex{
    /* 40~80px; */
    margin-top: clamp(2.5rem, -1.944rem + 9.26vw, 5rem);
    display: flex;
    /* max-width:1200px;
    width: 80%; */
    max-width:960px;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
}
.News-content{
    /* margin:12~20(768~960px) */
    margin: 0 clamp(0.75rem, -1.25rem + 4.17vw, 1.25rem);
}
.News-content img{
    /* border-radius: 5%; */
    border-radius: 2%;
}
.News-content-time{
    text-align: left;
    color:#aaa;
    /* 12~15px(768~1800) */
    font-size: clamp(0.75rem, 0.61rem + 0.29vw, 0.938rem);
     margin-top: -1px;
}
.News-content-title{
    text-align: left;
    /* 12~15px(768~1800) */
    font-size: clamp(0.75rem, 0.61rem + 0.29vw, 0.938rem);
    margin-top: -10px;
}
.News-btn{
    /* width: 200~240px(768~1200) */
    width: clamp(12.5rem, 8.056rem + 9.26vw, 15rem);
    margin:50px auto;
}
.News-btn a{
    text-decoration: none;
    display: block;
    text-align: center;
    padding:15px;
    color:#333;
    font-weight: bold;
    background:#ffe372 ; 
    border-radius: 5px;
    transition: all 0.4s;
    /* font-size: 14~16px(768~1200) */
    font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
}
.News-btn a:hover{
    background:#6b4a2b;
    color:#fff;
}
@media screen and (max-width: 768px){
    .News-flex{
        /* 20~80px; */
        margin-top:clamp(1.25rem, -1.429rem + 13.39vw, 5rem);
        display: block;
        width: 90%;
    }
    .News-content{
        max-width: 768px;
        width: 90%;
        /* 30~80px; */
        margin-bottom:clamp(1.875rem, -0.357rem + 11.16vw, 5rem);
        /* margin: 0px; */
        margin-right: auto;
        margin-left: auto;
    }
    .News-content-time{
        /* 10~18px(280~768px) */
        font-size: clamp(0.625rem, 0.338rem + 1.64vw, 1.125rem);
    }
    .News-content-title{
        /* 10~18px(280~768px) */
        font-size: clamp(0.625rem, 0.338rem + 1.64vw, 1.125rem);
    }
    .News-btn{
        /* width: 140~240px(280~768) */
        width: clamp(8.75rem, 5.164rem + 20.49vw, 15rem);
        margin:50px auto;
    }
        .News-btn a{
        /* padding:12~15px(280~768) */
        padding:clamp(0.75rem, 0.642rem + 0.61vw, 0.938rem);
        border-radius: 5px;
        /* font-size: 12~16px(280~768) */
        font-size: clamp(0.75rem, 0.607rem + 0.82vw, 1rem);
    }
}
@media screen and (max-width: 500px){
    .News-content{
        width: 96%;
    }
}



/* 
News-detail 
*/
.News-detail-flex{
    /* 40~80px; */
    margin-top: clamp(2.5rem, -1.944rem + 9.26vw, 5rem);
    display: flex;
    /* max-width:560~800px(768~1800px) */
    max-width:clamp(35rem, 23.837rem + 23.26vw, 50rem);
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
}
.News-detail-content{
    /* margin:12~20(768~960px) */
    margin: 0 clamp(0.75rem, -1.25rem + 4.17vw, 1.25rem);
}
.News-detail-content img{
    border-radius: 2%;
}
.News-detail-content-time{
    text-align: right;
    color:#aaa;
    /* 12~15px(768~1800) */
    font-size: clamp(0.75rem, 0.61rem + 0.29vw, 0.938rem);
    margin-top: -1px;
}
.News-detail-content-title{
    text-align: center;
    /* font-size: 20~22px(768~1800px) */
    font-size: clamp(1.25rem, 1.157rem + 0.19vw, 1.375rem);
    margin-top: 20px;
    /* margin-bottom: 45~60px(768~1800px) */
    margin-bottom: clamp(2.813rem, 2.115rem + 1.45vw, 3.75rem);
}
.News-detail-content-text{
    text-align: left;
    /* font-size: 14~16px(768~1800px) */
    font-size: clamp(0.875rem, 0.782rem + 0.19vw, 1rem);
}
.News-detail-content-text a{
    text-decoration: none;
    color:#000;
    font-weight: bold;
    text-align: right;
    display: block;
}
.align-right{
    text-align: right;
    display: block;
}
@media screen and (max-width: 768px){
    .News-detail-flex{
        /* 20~80px; */
        margin-top:clamp(1.25rem, -1.429rem + 13.39vw, 5rem);
        display: block;
        width: 90%;
    }
    .News-detail-content{
        max-width: 768px;
        width: 90%;
        /* 30~80px; */
        margin-bottom:clamp(1.875rem, -0.357rem + 11.16vw, 5rem);
        margin-right: auto;
        margin-left: auto;
    }
    .News-detail-content-time{
        /* 10~18px(280~768px) */
        font-size: clamp(0.625rem, 0.338rem + 1.64vw, 1.125rem);
    }
    .News-detail-content-title{
        /* 14~20px(280~768px) */
        font-size: clamp(0.875rem, 0.66rem + 1.23vw, 1.25rem);
        /* margin-bottom: 35~45px(280~768px) */
        margin-bottom: clamp(2.188rem, 1.829rem + 2.05vw, 2.813rem);
    }
    .News-detail-content-text{
        /* font-size: 11~14px(280~768px) */
        font-size: clamp(0.688rem, 0.58rem + 0.61vw, 0.875rem);
}
}
@media screen and (max-width: 500px){
    .News-detail-content{
        width: 96%;
    }
}





/* 
ヘッダーサブ 
*/
.header-picture{
    background-image: url(../other/picture/park/park_header.png);

    /* height: 120~200px;(768~1300) */
    height:clamp(7.5rem, 0.282rem + 15.04vw, 12.5rem);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width:1200px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.darudaru-header{
    /* width: 11%; */
    /* max-width: 150~165px(1200~1800px) */
    max-width: clamp(9.375rem, 7.5rem + 2.5vw, 10.313rem);
}
.darudaru-header a{
    text-decoration: none;
    color:#6b4a2b;
}

.darudaru-sleep-header{
    /* width: 11%; */
    /* max-width: 150~165px(1200~1800px) */
    max-width: clamp(9.375rem, 7.5rem + 2.5vw, 10.313rem);
}
.darudaru-sleep-header a{
    text-decoration: none;
    color:#6b4a2b;
}
.darudaru-run-header{
    /* width: 11%; */
    /* max-width: 150~165px(1200~1800px) */
    max-width: clamp(9.375rem, 7.5rem + 2.5vw, 10.313rem);
}
.darudaru-run-header a{
    text-decoration: none;
    color:#6b4a2b;
}
.darudaru-signboard-header{
    /* width: 9%; */
    /* max-width: 150~165px(1200~1800px) */
    max-width: clamp(9.375rem, 7.5rem + 2.5vw, 10.313rem);
}
.darudaru-signboard-header a{
    text-decoration: none;
    color:#6b4a2b;
}

.darudaru-ball-header{
    /* width: 14%; */
    /* max-width: 150~165px(1200~1800px) */
    max-width: clamp(9.375rem, 7.5rem + 2.5vw, 10.313rem);
}
.darudaru-ball-header a{
    text-decoration: none;
    color:#6b4a2b;
}

@media screen and (max-width: 1200px){
    .darudaru-header{
        /* max-width:100~150px(769~1200px) */
        max-width:clamp(6.25rem, 0.694rem + 11.57vw, 9.375rem);
    }
    .darudaru-sleep-header{
        /* max-width:100~150px(769~1200px) */
        max-width:clamp(6.25rem, 0.694rem + 11.57vw, 9.375rem);
    }
    .darudaru-run-header{
        /* max-width:100~150px(769~1200px) */
        max-width:clamp(6.25rem, 0.694rem + 11.57vw, 9.375rem);
    }
    .darudaru-signboard-header{
        /* max-width:100~150px(769~1200px) */
        max-width:clamp(6.25rem, 0.694rem + 11.57vw, 9.375rem);
    }
    .darudaru-ball-header{
        /* max-width:100~150px(769~1200px) */
        max-width:clamp(6.25rem, 0.694rem + 11.57vw, 9.375rem);
    }
}
@media screen and (max-width: 768px){
    .header-picture{
        /* 90~140px */
        height: clamp(5.625rem, -0.205rem + 18.66vw, 8.75rem);
    }
    .header-content{
        width: 92%;
    }
    .darudaru-header{
        /* max-width:75~100px(500~768px) */
        max-width:clamp(4.688rem, 1.772rem + 9.33vw, 6.25rem);
    }
    .darudaru-sleep-header{
        /* max-width:75~100px(500~768px) */
        max-width:clamp(4.688rem, 1.772rem + 9.33vw, 6.25rem);
    }
    .darudaru-run-header{
        /* max-width:75~100px(500~768px) */
        max-width:clamp(4.688rem, 1.772rem + 9.33vw, 6.25rem);
    }
    .darudaru-signboard-header{
        /* max-width:75~100px(500~768px) */
        max-width:clamp(4.688rem, 1.772rem + 9.33vw, 6.25rem);
    }
    .darudaru-ball-header{
        /* max-width:75~100px(500~768px) */
        max-width:clamp(4.688rem, 1.772rem + 9.33vw, 6.25rem);
    }
}
@media screen and (max-width: 500px){
    .header-picture{
        /* 60~110px(280~500px) */
        height: clamp(4.375rem, 1.193rem + 18.18vw, 6.875rem);
        background-position: center bottom;
        /* background-position: center; */
    }
    .header-content{
        width: 96%;
    }
    .darudaru-header{
        /* max-width:75~85px(280~500px) */
        max-width:clamp(4.688rem, 3.892rem + 4.55vw, 5.313rem);
    }
    .darudaru-sleep-header{
        /* max-width:75~85px(280~500px) */
        max-width:clamp(4.688rem, 3.892rem + 4.55vw, 5.313rem);
    }
    .darudaru-run-header{
        /* max-width:75~85px(280~500px) */
        max-width:clamp(4.688rem, 3.892rem + 4.55vw, 5.313rem);
    }
    .darudaru-signboard-header{
        /* max-width:75~85px(280~500px) */
        max-width:clamp(4.688rem, 3.892rem + 4.55vw, 5.313rem);
    }
    .darudaru-ball-header{
        /* max-width:75~85px(280~500px) */
        max-width:clamp(4.688rem, 3.892rem + 4.55vw, 5.313rem);
    }
}



/* 
loading 
*/

#loading-PC{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff1db;
    justify-content: center;
    align-items: center;
    z-index: 99;
    text-align: center;
}
#loading-PC-picture{
    /* max-width: 200~400px(1200~1800px) */
    max-width: clamp(12.5rem, -12.5rem + 33.33vw, 25rem);
}
#loading-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff1db;
    justify-content: center;
    align-items: center;
    z-index: 99;
    text-align: center;
}
#loading-picture {
    /* max-width: 150~220px(1200~1800px) */
    max-width: clamp(9.375rem, 0.625rem + 11.67vw, 13.75rem);
}
#loading-price {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff1db;
    justify-content: center;
    align-items: center;
    z-index: 99;
    text-align: center;
}
#loading-price-picture {
    /* max-width: 200~300px(1200~1800px) */
    max-width: clamp(12.5rem, 16.67vw, 18.75rem);
}
#loading-baseball{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff1db;
    justify-content: center;
    align-items: center;
    z-index: 99;
    text-align: center;
}
#loading-baseball-picture{
    /* max-width: 200~400px(1200~1800px) */
    max-width: clamp(12.5rem, -12.5rem + 33.33vw, 25rem);
}
#loading-tel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff1db;
    justify-content: center;
    align-items: center;
    z-index: 99;
    text-align: center;
}
#loading-tel-picture {
    /* max-width: 200~400px(1200~1800px) */
    max-width: clamp(12.5rem, -12.5rem + 33.33vw, 25rem);
}




/* 
Business-content 
*/
.line-top{
    border-top:1px solid #6b4a2b;
}
.Business-content-flex{
    display: flex;
    /* max-width:700~1100px(1200~1800px) */
    max-width:clamp(43.75rem, -6.25rem + 66.67vw, 68.75rem);
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom:1px solid #6b4a2b;
}
.Business-content-picture{
    max-width:120px;
    margin-right: auto;
    margin-left: auto;
}
.Business-content-text{
    width: 65%;
    vertical-align: center;
    text-align: left;
}
@media screen and (max-width: 768px){
    .Business-content-flex{
        align-items: center;
    }
}
@media screen and (max-width: 500px){
    .Business-content-flex{
        /* 5~30px; */
        padding-top: clamp(0.313rem, -2.465rem + 13.89vw, 1.875rem);
        /* 5~30px; */
        padding-bottom: clamp(0.313rem, -2.465rem + 13.89vw, 1.875rem);
    }
    .Business-content-picture{
        width: 25%;
    }
    .Business-content-text h2{
        /* 18~24px; */
        font-size: clamp(1.125rem, 0.458rem + 3.33vw, 1.5rem);
    }
    .Business-content-text p{
        /* font-size: 16px; */
        font-size: clamp(0.75rem, 0.306rem + 2.22vw, 1rem);
    }
}




/* 
Production-example 
*/
.Production-example-content-flex{
    /* 40~60px; */
    margin-top: clamp(2.5rem, 2.27rem + 1.32vw, 3.75rem);
    display: flex;
    max-width:1200px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.Production-example-content{
    max-width: 500px;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-bottom: 45px;
}
.Production-example-content img{
    border-radius: 5%;
}
.Production-example-content-title{
    text-align: left;
    /* 15~18px(768~1800) */
    font-size: clamp(0.938rem, 0.798rem + 0.29vw, 1.125rem);
    /* -2~0px; */
    /* margin-top: clamp(-0.125rem, -0.347rem + 0.46vw, 0rem); */
}
.Production-example-content-text{
    margin-top: -10px;
    text-align: left;
    font-size: 12px;
}
.welfare-background{
    position: absolute;
    bottom: 0;
    width: 90px;
    height: 32px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}
.place-position{
    left: 0;
}
.kind-position{
    left: 100px;
}
.price-position{
    left: 200px;
}
@media screen and (max-width: 768px){
    .Production-example-content-flex{
        /* 20~80px; */
        margin-top:clamp(1.25rem, -1.429rem + 13.39vw, 5rem);
        display: block;
        max-width:1200px;
        width: 90%;
    }
    .Production-example-content{
        max-width: 768px;
        width: 96%;
        /* 30~80px; */
        margin-bottom:clamp(1.875rem, -0.357rem + 11.16vw, 5rem);
    }
    .Production-example-content-title{
        /* 15~18px; */
        font-size: clamp(0.938rem, 0.804rem + 0.67vw, 1.125rem);
        /* -2~0px; */
        margin-top: clamp(-0.125rem, -0.347rem + 0.46vw, 0rem);
    }
}
@media screen and (max-width: 500px){
    .Production-example-content{
        /* padding-bottom: 40~45px(280~500px) */
        padding-bottom: clamp(2.5rem, 2.102rem + 2.27vw, 2.813rem);
    }
    .welfare-background{
        /* width: 75~90px(280~500px) */
        width: clamp(4.688rem, 3.494rem + 6.82vw, 5.625rem);
        /* height: 26~32px(280~500px) */
        height: clamp(1.625rem, 1.148rem + 2.73vw, 2rem);
        /* font-size: 13~14px(280~500px) */
        font-size: clamp(0.813rem, 0.733rem + 0.45vw, 0.875rem);
        /* line-height: 26~32px(280~500px) */
        line-height: clamp(1.625rem, 1.148rem + 2.73vw, 2rem);
    }
    .kind-position{
        /* left: 84~100px(280~500px) */
        left: clamp(5.25rem, 3.977rem + 7.27vw, 6.25rem);
    }
    .price-position{
        /* left: 168~200px(280~500px) */
        left: clamp(10.5rem, 7.955rem + 14.55vw, 12.5rem);
    }
}



.Production-example{
    text-align: center; 
}
.Production-example-selection{
    display: inline-block; 
    padding: 0;
    margin: 0;
}
.Production-example-selection li{
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.Production-example-selection > li.Production-example-templete > a{
    border: solid 3px #d71313;
    background-color: #d71313;
}
.Production-example-selection > li.Production-example-original > a{
    border: solid 3px #e36505;
    background-color: #e36505;
}
.Production-example-selection li a{
    display: inline-block;
    width: 120px;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.Production-example-selection li a:hover{
    opacity:0.7;
}
.Production-example-selection li + li{
    margin-left: 0;
}
@media screen and (max-width: 768px){
    .construction-example-search{
        /* font-size: 18~24px(280~768px) */
        font-size: clamp(1.125rem, 0.91rem + 1.23vw, 1.5rem);
    }
    .Production-example-selection > li.Production-example-templete > a{
        /* border: solid 2~3px #d71313; */
        border: solid clamp(0.125rem, 0.089rem + 0.2vw, 0.188rem) #d71313;
    }
    .Production-example-selection > li.Production-example-original > a{
        border: solid clamp(0.125rem, 0.089rem + 0.2vw, 0.188rem) #e36505;
    }
    .Production-example-selection li a{
        /* width: 85~120px(280~768px) */
        width: clamp(5.313rem, 4.057rem + 7.17vw, 7.5rem);
        /* height: 24~30px(280~768px) */
        height: clamp(1.5rem, 1.285rem + 1.23vw, 1.875rem);
        /* font-size: 12~16px(280~768px) */
        font-size: clamp(0.75rem, 0.607rem + 0.82vw, 1rem);
        /* line-height: 24~30px(280~768px) */
        line-height: clamp(1.5rem, 1.285rem + 1.23vw, 1.875rem);
    }
}









/* 
price 
*/
.Price-list{
    max-width: 1200px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    /* margin-bottom: 45~80px(320~1200px) */
    margin-bottom: clamp(2.813rem, 2.017rem + 3.98vw, 5rem);
}
.Price-list-title{
    color:#6b4a2b;
    /* 16~24px(280~1800px) */
    font-size: clamp(1rem, 0.908rem + 0.53vw, 1.5rem);
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    /* margin-bottom: 20~40px(280~1800px) */
    margin-bottom: clamp(1.25rem, 1.02rem + 1.32vw, 2.5rem);
}
.Price-list-title::before,
.Price-list-title::after{
    content: "";
    position: absolute;
    /* top: 12px(280~1800px) */
    top: clamp(0.5rem, 0.454rem + 0.26vw, 0.75rem);
    display: block;
    /* width: 2~3px(280~1800px) */
    width: clamp(0.125rem, 0.113rem + 0.07vw, 0.188rem);
    /* height: 20~27px(280~1800px) */
    height: clamp(1.25rem, 1.169rem + 0.46vw, 1.688rem);
    background-color: #6b4a2b;
}
.Price-list-title::before{
    left: -20px; 
    transform: rotate(-30deg);
}
.Price-list-title::after{
    right: -20px; 
    transform: rotate(30deg);
}
.price-title{
    color:#6b4a2b;
    /* 20~30px; */
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    font-weight: bold;
    text-align: center;
    /* 24~40px(320~1200px) */
    margin-bottom:clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
}
.price-title span{
    /* 14~18px */
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
    color:#6b4a2b;
    display: block; 
    text-align: center;
}
.price-text{
    /* 11~18px */
    font-size: clamp(0.688rem, 0.613rem + 0.43vw, 1.125rem);
    font-weight: bold;
}
.price-text-under-line{
    color: #ff0008;
    font-weight: bold;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 8px; 
    background-position: 0 100%; 
    background-image: linear-gradient(to right, rgba(255, 255, 0, 0.6), rgba(255, 255, 0, 0.6)); /* 黄色の線 */
}
.Go-to-details{
    width:160px;
    margin-right: auto;
    margin-left: auto;
    padding:50px 0;
}
.Go-to-details a{
    text-decoration: none;
    text-align: center;
    display: block;
    padding:20px;
    background-color:#6b4a2b;
    color: #fff;
    border-radius: 15px;
    border:solid 2px #6b4a2b;
    font-weight: bold;
}
.Go-to-details :hover{
    background-color: #fff;
    color: #6b4a2b;
}
@media screen and (max-width: 768px){
    .Price-list{
        width: 80%;
    }
    .price-text{
        width: 72%;
        text-align: left;
        margin-right: auto;
        margin-left: auto;
    }
    .price-text-under-line{
        background-size: 100% clamp(0.25rem, 0.107rem + 0.82vw, 0.5rem); 
    }
}
@media screen and (max-width: 500px){
    .Price-list{
        width: 90%;
    }
    .price-text{
        width: 81%;
    }
    .Go-to-details{
        width:clamp(6.875rem, 1.319rem + 27.78vw, 10rem);
        padding:40px 0;
    }
    .Go-to-details a{
        padding:7px;
        border-radius: 10px;
        border:solid 1px #ffffff;
        font-size: clamp(0.75rem, 0.417rem + 1.67vw, 0.938rem);
    }
}







/* 
person-introduction 
*/

.person-introduction{
    width: 96%;
    max-width: 760px;
    margin-left:auto;
    margin-right:auto;
}
.person-introduction-flex{
    display: flex;
}
.person-introduction-name{
    display: flex;
    border-top:1px dashed #6b4a2b;
    border-bottom:1px dashed #6b4a2b; /*下線部に点線を入れる*/
    padding-top: 20px;
    margin-bottom:20px;
    padding-bottom:20px;
}
.person-introduction-name dt{
    color:#6b4a2b;
    font-weight: bold;
    margin-left:10px;
}
.person-introduction-text{
    display: flex;
    border-bottom:1px dashed #6b4a2b; /*下線部に点線を入れる*/
    margin-bottom:20px;
    padding-bottom:20px;
}
.person-introduction-text dt{
    color:#6b4a2b;
    font-weight: bold;
    margin-left:10px;
}
.person-introduction-text dd{
    text-align-last: left;
}
@media screen and (max-width: 500px) {
    .person-introduction-name{
        display: block;
        /* 12~20px */
        padding-top: clamp(0.75rem, -0.139rem + 4.44vw, 1.25rem);
        margin-bottom:clamp(0.75rem, -0.139rem + 4.44vw, 1.25rem);
        padding-bottom:clamp(0.75rem, -0.139rem + 4.44vw, 1.25rem);
    }
    .person-introduction-name dt{
        text-align: left;
        margin: 0 0 10px 40px;
    }
    .person-introduction-name dd{
        text-align: left;
        padding: 0;
    }
    .person-introduction-text{
        display: block;
        /* 12~20px */
        margin-bottom:clamp(0.75rem, -0.139rem + 4.44vw, 1.25rem);
        padding-bottom:clamp(0.75rem, -0.139rem + 4.44vw, 1.25rem);
    }
    .person-introduction-text dt{
        text-align: left;
        margin: 0 0 10px 40px;
    }
    .person-introduction-text dd{
        text-align: left;
        padding: 0;
    }
}







/* 
 contact 
 */
 .contact{
    /* max-width: 600~1000px; */
    max-width: clamp(37.5rem, 18.895rem + 38.76vw, 62.5rem);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.contact-call{
    background-color: #f0f0f0;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* 40~70px; */
    margin-bottom: clamp(2.5rem, 1.818rem + 3.41vw, 4.375rem);
}
.contact-call-title{
    text-align: center;
    font-size: 16px;
}
.contact-call-content{
    text-align: center;
}
.contact-call-content a{
    text-decoration: none;
}


.contact-form{
    text-align: center;
    /* background-color: #c6c2b6; */
    background-color: #f0f0f0;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.contact-form form{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.contact-form-title{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.contact-name{
    margin-bottom: 33px;
}
.contact-name-title{
    /* 16~24px; */
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.contact-email-title{
    /* 16~24px; */
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.contact-content-title{
    /* 16~24px; */
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

.item{
    overflow: hidden;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"]{
    border:solid 1px #6b4a2b;
    padding: 10px;
    /* width: 190~300px(280~1920px) */
    width: clamp(11.875rem, 10.701rem + 6.71vw, 18.75rem);
    font-size: 15px;
    border-radius: 5px;
}
.form-control{
    border:solid 1px #6b4a2b;
}
textarea{
    border:1px solid #6b4a2b;
    border-radius: 5px;
    padding: 10px;
    height: 160px;
    /* width: 190~300px(280~1920px) */
    width: clamp(11.875rem, 10.701rem + 6.71vw, 18.75rem);
    font-size: 15px;
}

.button-area{
    text-align: center;
}

input[type="submit"]{
    background-color: #ffffff;
    border:none;
    padding: 10px 40px;
    color: #6b4a2b;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    margin:0 5px;
    box-shadow: 1px 1px 3px black;
    cursor:pointer;
}
.button{
    margin-top: 40px;
    text-align: center;
}
.contact-confirm{
    text-align: left;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
}
.contact-confirm form{
    margin: 20px 0;
}
.contact-confirm input{
    margin: 20px 0;
}
.alert{
    max-width:1600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color:#d71313;
    font-weight: bold;
}
@media (max-width: 768px) {
    .contact{
        margin-bottom: 100px;
        width:96%;
    }
}



/* 
SNS-connect 
*/
.SNS-connect-title{
    color:#6b4a2b;
    /* 18~28px; */
    font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);;
    font-weight: bold;
    text-align: center;
    margin-bottom:40px;
}
.SNS-connect-title span{
    /* 12~16px */
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    color:#6b4a2b;
    display: block; 
    text-align: center;
}
.explanation-1-title{
    /* 40~80px; */
    margin-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}
.explanation-1{
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
}
.explanation-2-title{
    /* 40~80px; */
    margin-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}
.explanation-2{
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
}
.explanation-3-title{
    /* 40~80px; */
    margin-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}
.explanation-3{
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
}
.explanation-4-title{
    /* 40~80px; */
    margin-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}
.explanation-4{
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
}
@media screen and (max-width: 768px){
    .explanation-1-title{
        /* 11~24px; */
        font-size: clamp(0.688rem, 0.107rem + 2.9vw, 1.5rem);
    }
    .explanation-2-title{
        /* 11~24px; */
        font-size: clamp(0.688rem, 0.107rem + 2.9vw, 1.5rem);
    }
    .explanation-3-title{
        /* 11~24px; */
        font-size: clamp(0.688rem, 0.107rem + 2.9vw, 1.5rem);
    }
    .explanation-4-title{
        /* 11~24px; */
        font-size: clamp(0.688rem, 0.107rem + 2.9vw, 1.5rem);
    }
}




/* 
special_dealer 
*/
.special-dealer{
    width: 96%;
    max-width: 1000px;
    margin-left:auto;
    margin-right:auto;
}
.special-dealer-title{
    color:#6b4a2b;
    /* 18~28px; */
    font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
    font-weight: bold;
    text-align: center;
    margin-bottom:40px;
}
.special-dealer-title span{
    /* 11~16px */
    font-size: clamp(0.688rem, 0.63rem + 0.33vw, 1rem);
    color:#6b4a2b;
    display: block; 
    text-align: center;
}
.special-dealer-detail-title{
    /* font-size: 16~24px; */
    font-size: clamp(1rem, 0.908rem + 0.53vw, 1.5rem);
}
.special-dealer-detail{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.special-dealer-detail-content{
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table{
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 0;
    margin-bottom: 0;
}
.special-dealer-detail-content th{
    border-top: 1px dashed rgba(51, 51, 51, 0.3);
    background-color: #fff7cc;
    font-size: 14px;
}
.special-dealer-detail-content td, .special-dealer-detail-content th{
    padding: 15px 25px;
}
.special-dealer-detail-content td{
    border-top: 1px dashed rgba(51, 51, 51, 0.3);
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
.special-dealer-detail-content td a{
    color: #000;
}
@media screen and (max-width: 768px){
    .special-dealer-detail-content th{
        /* font-size: 12~13px(280~768px) */
        font-size: clamp(0.75rem, 0.714rem + 0.2vw, 0.813rem);
    }
    .special-dealer-detail-content td, .special-dealer-detail-content th{
        /* padding: 7~15px 10~20px(280~768px) */
        padding: clamp(0.438rem, 0.151rem + 1.64vw, 0.938rem) clamp(0.625rem, 0.266rem + 2.05vw, 1.25rem);
    }
    .special-dealer-detail-content td{
        /* font-size: 11~12px(280~768px) */
        font-size: clamp(0.688rem, 0.652rem + 0.2vw, 0.75rem);
    }
}







.credit-content-error{
    text-align: center;
    margin: 50px 0 20px 0;
    color:#d71313;
    font-weight: bold;
}
.credit-content{
    max-width: 400px;
    width: 100%; 
    margin-right: auto;
    margin-left: auto;
}
#cardholder-name, #email, #card-element {
    width: 100%; 
    border: 1px solid #ccc; 
    padding: 10px;
    border-radius: 4px; 
    margin-bottom: 10px;
}
.credit-submit{
    max-width: 120px;
    width: 100%; 
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    border: #ffe372;
}
#card-button{
    width: 100%;
    padding: 5px;
    border-radius: 4px; 
    background-color: #ffe372;
    color: #333;
    border: #ffe372;
}
#card-button:hover{
    background:#6b4a2b;
    border: #6b4a2b;
    color:#fff;
}









footer{
    background-color: #6b4a2b;
    /* 5~30px */
    padding-top: clamp(0.313rem, -0.804rem + 5.58vw, 1.875rem);
    /* margin-top: 60~120px; */
    margin-top: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem);
}
.footer-content{
    width: 100%;
    max-width: 700px;
    margin-left:auto;
    margin-right: auto;
    padding-bottom: 30px;
    align-items: center;
}
.footer-title{
    color:#c6c2b6;
    margin-bottom: -10px;
}
.footer-address{
    padding-bottom: 30px;
    font-weight: bold;
    align-items: center;
    color:#c6c2b6;
}
.footer-address a{
    color:#c6c2b6;
    text-decoration: none;
}
.footer-address-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-address-content{
    transform:translateY(10px);
}
.footer-map{
    position: relative;
    width: 60%;
    height: 0;
    padding-top: 25%; 
}
.footer-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Copyright{
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    color:#c6c2b6;
    background-color: #6b4a2b;
    padding-top: 1%;
    padding-bottom: 1%;
}
@media screen and (max-width: 768px){
    .footer-title{
        text-align: center;
        margin-bottom: 0;
    }
    .footer-address-flex{
        display: block;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .footer-map{
        width: 92%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 25%; 
    }
}
@media screen and (max-width: 500px){
    .footer-map{
        padding-top: 45%; 
    }
}

