@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-Serif;

}


/**************************
/* ヘッダー
**************************/

.header {
    width: 100%;
    height: 30vh;
    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: #030303;
}

.nav-all {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    position: fixed;
    
}

nav.sticky{
    position: fixed;
    left: 0;
    top: 0;
    background: #f8d50ee0;
    color: #070707;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3%;
    transition: 0.6s;
    border-radius: 10px;
    z-index: 5;
}

nav.sticky .main-title{
    color: #080808;
    margin-top: 20px;
    font-size: 2rem;
    letter-spacing: 5px;
}

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: #080808;
}

.nav-links li a:hover{
    opacity: 0.5;
    transition: all 0.2s;
    font-size: 1.3rem;
}



.main{
    font-size: 30px;
    color: #fff;
}

h1{
    margin: 0; padding: 0;
    font-size: 30px;
    color: black;
}






.image1 img{
    width: 100%;
    margin: 10px 0 10px;
}

.menu-list{
    font-size: 20px;
}

/**************************
/* トップ
**************************/
.top{
    display: inline-block;
}

.top img{
    margin-top: 30px;
}

.top h1{
    display: inline-block;
    vertical-align: top;
    color: black;
    margin-top: 30px;
}

header img{
    margin-left: 20px;
    width: 200px;
    height: 50px;
}
header{
    margin-bottom: 30px;
}


/**************************
/* 会社概要
**************************/

.cf{
    display: table;
    border: solid 1px #e1e1e1;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}

.cf dt{
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #f1f1f1;
}

.cf dd{
    width: 76%;
    display: table-cell;
    vertical-align: middle;
    padding: 1%;
}

.tel-item a{
    color: black;
    font-size: 1.5rem;
    font-weight: bold; 
    
}

.tel-item a:hover{
    color: #00000094;
}

.tel-item{
    
    width: 450px;
    height: 120px;
    padding: 5px;
    margin: 20px auto 0 auto;
    background-color: coral;
    border-radius: 80px;
    text-align: center;
}



.business-hours{
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 2px;
}


/**************************
/* アクセス
**************************/

.gaiyou h3{
    margin: 20px 0;
    background-color: rgba(252, 217, 23, 0.644);
}

.tag-list{
    list-style: none;
    width: 250px;
    margin: 10px 0;
    padding-left: 10px;
    background-color: #f9fd00e0;
    border-radius: 10px;
    border: rgb(177, 177, 177) 1px solid;
}

.tag{
    display: flex;
}

.pc{
    width: 100%;
    display: block !important;
}

.sp{
    display: none !important;
}









body{
    margin: o;
    padding: 0;
   background-color: #fff;
}






/**************************
/* フッター
**************************/

/* フッター */

.footer01{
    color: #080808;
    background: #f8d50ee0;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
}

.footer01 a{
    color: #0a0a0a;
    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;
        
    }


    .pc{
        display: none !important;
    }

    .sp{
        width: 100%;
        height: 50vh;
        display: block !important;
    }

    .nav-links li{
        font-size: 0.8rem;
        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: 10px;
    }

    nav.sticky .main-title{
        font-size: 1.8rem;
    }

    .menu li{
        padding: 0;
        margin: 0 5px;
        font-size: 0.8rem;
    }

    .copyright{
        font-size: 0.8rem;
    }

    .tel-item{
        width: 380px;
        font-size: 0.6rem;
        
        margin: 10px auto 0 auto;
        background-color: rgba(255, 135, 92, 0.877);
        border-radius: 40px;
        text-align: center;
    }

    .tel-item a{
        font-size: 1.3rem;
    }

    .tag li{
        font-size: 0.6rem;
    }
}

@media (max-width: 600px) {
    /* 画面幅が520px以下の場合のスタイル */

    .nav-links li{
        font-size: 0.6rem;
        margin: 10px 10px;
        
    }

    .tag li{
        font-size: 0.4rem;
    }

    .gaiyou h3{
    font-size: 0.8rem;
    }
}