/* 初期化 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-Serif;
    max-width: 100%;
}

/* ヘッダー */

.content-title{
    width: 100%;
    text-align: center; /* 中央揃えに修正 */
    padding: 20px 0; /* 上下のパディング調整 */
    letter-spacing: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    border-bottom: #0c30fa 1px solid;
    
    
}




.header {
    width: 100%;
    height: 250px;
    background-image: url(sorabig.jpg);
    background-position: center;
    background-size: cover;
    
}

.main-title {
    /* border: red 1px solid; */
    border-radius: 3px;
    font-size: 2.5rem;
    color: #000000;
    letter-spacing: 10px;
}

.sub-title{
    letter-spacing: 3px;
    color: #080808;
}

.nav-all {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    position: fixed;
    transition: 0.5s;
}

nav.sticky{
    position: fixed;
    left: 0;
    top: 0;
    background: #f8d50ebd;
    color: #050505;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3%;
    transition: 0.5s;
    border-radius: 10px;
    z-index: 5;
}

nav.sticky .main-title{
    color: #050505;
    margin-top: 20px;
    font-size: 2rem;
    letter-spacing: 0;
}

nav.sticky .sub-title{
    color: #000000;
}

nav.sticky ul {
    background-color: transparent;
    font-size: 1.1rem;
}

.logo {
    width: 400px;
    margin: 0 auto 20px auto;
    cursor: pointer;
    
}

.nav-links {
    background: #f8d50ee0;
    width: 100%;
    border-radius: 10px;
}

.nav-links li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}


.nav-links li a {
    text-decoration: none;
    color: #020202;
}

.nav-links li a:hover{
    opacity: 0.5;
    transition: all 0.2s;
    font-size: 1.3rem;
}



/* sec01 */


.parent {
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.buy{
    text-decoration: none;
    font-size: 2.2rem;
    
    letter-spacing: 5px;
    color: #000000;
    width: 700px;
    padding: 10px 50px;
    border-radius: 40px;
    position: absolute;
    left: 50%;
    top: 28%;
    transform: translate(-50%, -50%);
}

.buy span{
    color: red;
}


.tel-item{
    
    width: 400px;
   
    padding: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 30px auto 0 auto;
    font-weight: bold;
    background-color: rgba(248, 233, 100, 0.829);
    letter-spacing: 5px;
    border-radius: 20px;
    
}

.tel-item a{
    font-size: 1.3rem;
}

.business-hours{
    position: relative;
    padding-left: 15px;
}

.pc{
    display: block !important;
}

.sp{
    display: none !important;
}

.parent img{
    
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-title{
    margin-bottom: 10px;
}



.free{
    text-decoration: none;
    font-size: 1.4rem;
    background-color: rgba(34, 156, 255, 0.829);
    letter-spacing: 5px;
    color: #fff;
    padding: 20px 50px;
    border-radius: 60px;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

.free:hover{
    background-color: rgb(12, 146, 255);
    font-size: 1.6rem;
    transition: all 0.3s;
    opacity: 5;
}

.text-box{
    
    border: #0c30fa3d 1px solid;
    margin: 30px 30px;
    padding: 20px;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 8px 8px 2px 1px rgba(0, 0, 255, 0.151);
}




/* フッター */

.footer01{
    color: #080808;
    background: #f8d50ee0;
    text-align: center;
    padding: 10px;
}

.footer01 a{
    color: #050505;
    text-decoration: none;
}

.footer01 a:hover{
    text-decoration: underline;
}

.footer01 .menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu li{
    margin: 0;
    padding: 0 20px;
}

.footer01 .copyright{
    margin: 0;
    padding: 10px 0 0 0;
}








/* レスポンシブスタイル */
@media (max-width: 768px) {
    /* 画面幅が768px以下の場合のスタイル */

    .header {
        width: 100%;
        height: 230px;
        background-image: url(soraS.jpg);
        background-position: center;
        background-size: cover;
        
    }

    .content-title{
        font-size: 1rem;
        letter-spacing: 1;
    }

    .pc{
        display: none !important;
    }

    .sp{
        display: block !important;
    }

    

    .nav-links li{
        
        font-size: 0.8rem;
        margin: 10px 15px;
    }

    .nav-links li a:hover{
        opacity: 0.5;
        transition: all 0.2s;
        font-size: 1rem;
    }

    

    nav.sticky ul{
        display: flex;
        flex-direction: column;
       
    }

    nav.sticky ul li{
        font-size: 0.8rem;
        letter-spacing: 2px;
        margin: 0;
        margin-top: 10px;
    }

    nav.sticky .main-title{
        font-size: 1.8rem;
    }

    .menu li{
        padding: 0;
        margin: 0 15px;
        font-size: 0.8rem;
    }

    .buy{
        font-size: 1.2rem;
        width: 460px;
        left: 50%;
        top: 16%;
    }

    .buy span{
        font-size: 1.3rem;
    }

    .tel-item{
        font-size: 0.8rem;
        top: 30%;
        width: 55%;
    }

    

    .free{
        font-size: 1.3rem;
        width: 80%;
        left: 50%;
        top: 53%;
        padding: 5px;
    }

    .copyright{
        font-size: 0.8rem;
    }

}    
    
    /* レスポンシブスタイル */
@media (max-width: 480px) {
    /* 画面幅が480px以下の場合のスタイル */

    body{
        overflow-x: hidden;
    }

    .header {
        width: 100%;
        height: 230px;
        background-image: url(soraS.jpg);
        background-position: center;
        background-size: cover;
        
    }

    .logo{
        margin: 0 0 10px 0;
        padding: 0;
    }

    .content-title{
        font-size: 0.7rem;
        letter-spacing: 1;
    }

    .pc{
        display: none !important;
    }

    .sp{
        display: block !important;
    }

    .nav-links{
        width: 100%;
    }

    .nav-links li{
        font-size: 0.6rem;
        margin: 10px 10px;
        
    }

    

    .nav-links li a:hover{
        opacity: 0.5;
        transition: all 0.2s;
        font-size: 1rem;
    }

       

    nav.sticky ul{
        display: flex;
        flex-direction: column;
       
    }

    nav.sticky ul li{
        font-size: 0.8rem;
        letter-spacing: 2px;
        margin: 0;
        margin-top: 5px;
    }

    nav.sticky .main-title{
        font-size: 1.8rem;
    }

    .menu li{
        padding: 0;
        margin: 0 5px;
        font-size: 0.8rem;
    }

    .buy{
        font-size: 1rem;
        width: 500px;
        padding: 10px 40px;
        left: 50%;
        top: 13%;
    }

    .buy span{
        font-size: 1rem;
    }

    .tel-item{
        font-size: 0.6rem;
        top: 26%;
        width: 70%;
    }

    .tel-item a{
        font-size: 1rem;
    }
    

    .free{
        font-size: 1.1rem;
        width: 80%;
        left: 50%;
        top: 47%;
        padding: 5px;
    }
   
    .copyright{
        font-size: 0.8rem;
    }
    
}