html{
    overflow-x: hidden;
}

body{
    overflow-x: hidden;
    font-size: 18px;
    font-weight: 500;
    color: black;
    font-family: "Noto Sans JP", -apple-system, 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;;
}

.header-logo{
    font-size: 30px;
    color: black;
}

.header-logo:hover{
    opacity: .5;
}

header{
    display: block;
}


nav{
    display: flex;
    width: 100%;
    padding: 50px 150px 0 150px;
    justify-content: space-between;
    top: 0;
    left: 0;
    z-index: 995;

}

nav ul{
    display: flex;
    align-items: flex-end;
    gap: 35px;
}

nav ul li{
    font-weight: 700;
    font-size: 14px;
    color: black;
}

nav ul li:hover{
    opacity: .8;
}

.openbtn{
    display: none;
}

.sp-menu{
    display: none;
}

.sp-nav{
    display: none;
}

.sns{
    z-index: 5;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    margin: 200px 60px 0 0;
    gap: 45px;
}

.sns a:hover{
    opacity: .8;
}

.contact{
    text-align: center;
    background-color: rgb(245,245,245);
    padding: 80px 0 100px 0;
}

.contact h3{
    font-weight: 500;
    margin-bottom: 40px;
}

.contact-logo{
    margin-bottom: 100px;
    display: inline-block;
    font-size: 30px;
    color: black;
}

.contact-logo:hover{
    opacity: .5;
}

.contact-wrapper{
    width: 70%;
    display: flex;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    justify-content: space-around;
    text-align: left;
}

.contact-item01{
    width: 60%;
}

.contact-wrapper ul li span{
    width: 30%;
}

.contact-item01 ul li{
    color: black;
    display: flex;
    align-items: center;
}

.contact-wrapper ul{
    display: block;
}

.contact-item01 p{
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 700;
}

.contact-item01 ul li{
    font-size: 18px;
    font-weight: 500;
    line-height: 2em;
}

.icon{
    font-size: 20px;
    color: black;
}

.map-btn{
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    background-color: rgb(61,58,57);
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 25px 0 50px 0;
}

.map-btn:hover{
    opacity: .5;
}

.map-btn img{
    width: 20px;
    height: auto;
}

.contact-wrapper-title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 5px;
}

.contact-wrapper-text{
    line-height: 2em;
    font-size: 18px;
    margin-bottom: 50px;
}

.contact-btn img{
    width: 40px;
    height: auto;
}

.tel-btn img{
    width: 35px;
    height: auto;
}

.contact-btn{
    display: block;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 20px;
    border: black solid 1px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    letter-spacing: 5px;
}

.contact-btn:hover{
    opacity: .5;
}

.tel-btn{
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 20px;
    border: black solid 1px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap:20px;
    width: 270px;
}

.tel-btn:hover{
    opacity: .5;
}

footer ul{
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center;
    position: relative;
    gap: 40px;
}

footer ul li{
    color: black;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

footer ul li:hover{
    opacity: .5;
}

footer ul li:nth-child(2)::before,
footer ul li:nth-child(3)::before,
footer ul li:nth-child(4)::before,
footer ul li:nth-child(5)::before
{
    content:"";
    display:inline-block;
    width: 1px;
    height:15px;
    background-color:black;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    
}


footer{
    padding: 50px 0;
    text-align: center;
}

.copyright{
    font-size: 10px;
    font-weight: 500;
}

.bread ol{
    display: flex;
    margin: 0 0 30px 50px;
}

.bread li:after{
    content:">";
    margin: 0 10px;
    text-decoration: none;
}

.bread li:last-child:after{
    content:"";
}

.bread li a:hover{
    text-decoration: underline;
}


/* CONTACTページ */
.form{
    padding: 200px 0;
    text-align: left;
}

.form h3{
    text-align: left;
    padding-bottom: 20px;
    font-size: 30px;
}

.form_block_main{
    padding: 50px 0;
}

.form-title-wrapper{
    color: black;
    text-align: center;
    max-width: 1150px;
    margin: 0 auto 0 auto;
    width: 90%;
}

.form-title{
    font-size: 50px;
    margin-bottom: 40px;
    letter-spacing: 20px;
    font-weight: 700;
}

.form-text{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 200px;
}

.form_block_heading {
    display: block;
    position: relative;
    padding-bottom: 15px;
    border-bottom: #231815 solid 1px;
    font-weight: 700;
    font-size: 25px;
}

.form_item{
    display: flex;
    gap: 50px;
    margin-bottom: 70px;
    margin-top: 20px;
    text-align: left;
    align-items: flex-start;
}

.form_item02{
    display: flex;
    gap: 50px;
    margin-bottom: 70px;
    margin-top: 20px;
    text-align: left;
    align-items: center;
}

input{
    padding: 10px 5px;
}

.tel input{
    border: 1px black solid;
    flex-basis: 150px;
}

.tel dd{
    display: flex;
    align-items: center;
}

.tel dd input,
.zip dd input
{
    width: 150px;
}

.zip input{
    border: 1px black solid;
}

.form_item.tel dd,
.form_item.zip dd,
.form_item.subject dd,
.form_item.message dd
{
    border: 0px none;
}

.bar{
    margin: 0 3px;
}

.form_item dt{
    width: 25%;
    font-weight: 500;
}

.form_item dd{
    border: 1px black solid;
}

textarea{
    border: 1px black solid;
    border-radius: 5px;
    width: 100%;
}

.subject dd{
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 20px;
}

.form_privacyBlock{
    text-align: left;
    line-height: 1.5em;
}

.p01{
    margin-bottom: 50px;
}

.p02{
    margin-bottom: 30px;
}

.p03{
    margin: 30px 0 30px 0;
}

.p04{
    margin-bottom: 30px;
}


.cmn_txtBoxBtn a, .cmn_txtBoxBtn button {
    display: block;
    padding: 15px 100px;
    background: #868686;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    margin: 0 auto 0 auto;
}

.red{
    color: red;
    border-radius: 100vh;
    font-size: 14px;
    display: block;
    border: 1px solid red;
    margin-top: 10px;
    padding: 5px 10px;
    width: 50px;
}

.red-agree{
    color: red;
    border-radius: 100vh;
    font-size: 14px;
    display: block;
    border: 1px solid red;
    margin-top: 10px auto 10px auto;
    padding: 5px 10px;
    width: 50px;
}

.form_submit_agreement{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}


/* メディアクエリ */

@media screen and (max-width: 560px) {
    .main-logo{
        position: absolute;
        z-index: 999;
        font-size: 30px;
        width: 100%;
    }
    
    .sp-nav{
        display: flex;
        width: 100%;
        padding: 20px 0 10px 20px;
        position: fixed;
        align-items: flex-end;
        top: 0;
        left: 0;
        z-index: 995;
    }

    .white-logo{
        display: none;
    }

    .black-logo{
        width: 50%;
        height: auto;
        z-index: 995;
        display: block;
    }

    .sp-nav.change-color{
        background: rgba(255,255,255,.95);
        box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
        opacity: 1;
    }
    
    nav{
        display: none;
    }
    
    .header-logo{
        width: 200px;
        margin-top: 20px;
    }


    /* ハンバーガーボタン */
    .openbtn{
        /*ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
        position: relative;
        background:transparent;
        cursor: pointer;
        width: 50px;
        height:50px;
        display: block;
        z-index: 999;
        position: fixed;
        top: 10px;
        right: 20px;
    }

    
    /*ボタン内側*/
    .openbtn span{
        display: inline-block;
        transition: all .4s;/*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 2px;
        background: black;
        width: 70%;
    }
    
    .openbtn span:nth-of-type(1) {
        top:15px;	
    }
    
    .openbtn span:nth-of-type(2) {
        top:23px;
    }
    
    .openbtn span:nth-of-type(3) {
        top:31px;
    }
    
    /*activeクラスが付与されると線が回転して×に*/
    
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 70%;
    }
    
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;/*真ん中の線は透過*/
    }
    
    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 70%;
    }

    /* ハンバーガーメニュー */
    .sp-menu{
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        z-index: 998;
    }

    .sp-menu-list{
        display: block;
        color: black;
    }

    .sp-menu-list li span{
        font-weight: 500;
        font-size: 18px;
    }
    
    .sp-menu-list li{
        font-size: 25px;
        font-weight: 700;
        border-bottom: rgb(221,221,221) solid 1px;
        padding: 20px 0 20px 20px;
    }

    .sp-sns li{
        font-weight: 700;
        font-size: 18px;
        border: none;
        padding: 20px 20px;
    }

    .main-logo{
        z-index: 5;
    }

    .contact{
        text-align: center;
        background-color: rgb(245,245,245);
        padding: 50px 0 50px 0;
    }
    
    .contact h3{
        margin-bottom: 30px;
    }
    
    .contact-logo{
        margin-bottom: 50px;
    }
    
    .contact-logo img{
        width: 70%;
    }
    
    .contact-wrapper{
        width: 90%;
        flex-direction: column;
        margin: 0 auto 0 auto;
    }

    .contact-item01{
        margin-bottom: 50px;
        width: 100%;
    }
    
    .contact-item01 p{
        font-size: 18px;
        margin-bottom:30px;
    }
    
    .contact-item01 ul li{
        font-size: 14px;
    }
    
    .icon{
        font-size: 18px;
        color: black;
    }
    
    .map-btn{
        font-size: 14px;
        padding: 8px 15px;
        margin: 15px 0 50px 0;
    }
    
    .map-btn img{
        width: 14px;
    }
    
    .contact-wrapper-title{
        margin-bottom: 20px;
    }
    
    .contact-wrapper-text{
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .contact-btn{
        display: block;
        font-size: 18px;
        padding: 10px 15px;
        
    }
    
    .tel-btn{
        display: block;
        font-size: 18px;
        padding: 10px 15px;
        width: 200px;
    }

    
    .contact-wrapper ul li span{
        width: 30%;
    }
    
    .contact-item01 ul li{
        color: black;
        display: flex;
        align-items: center;
    }
    

    .contact-btn img{
        width: 25px;
        display: inline-block;
        margin-right: 10px;
    }
    
    .tel-btn img{
        width: 25px;
        height: auto;
        display: inline-block;
        margin-right: 10px;
    }


    footer ul{
        margin: 0 auto 20px auto;
        gap: 10px;
    }
    
    footer ul li{
        font-size: 12px;
    }
    
    footer ul li:nth-child(2)::before,
    footer ul li:nth-child(3)::before,
    footer ul li:nth-child(4)::before,
    footer ul li:nth-child(5)::before
    {
        content:"";
        display:inline-block;
        width: 1px;
        height:12px;
        background-color:black;
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -5px;
        
    }
    
    
    footer{
        padding: 30px 0;
        text-align: center;
    }
    
    .copyright{
        font-size: 10px;
        font-weight: 500;
    }

    /* CONTACTページ */
.form{
    padding: 150px 0;
}

.form h3{
    font-size: 20px;
}

.form_block_main{
    padding: 30px 0;
}

.form-title{
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 20px;
    font-weight: 700;
}

.form-text{
    font-size: 18px;
    margin-bottom: 150px;
}

.form_block_heading {
    font-size: 20px;
}

.form_item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.form_item02{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 15px;
}

input{
    padding: 5px 5px;
}

.tel dd input,
.zip dd input
{
    width: 70px;
}

.bar{
    margin: 0 3px;
}

.form_item dt{
    width: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.form_item dd{
    border: 1px black solid;
}

textarea{
    border: 1px black solid;
    border-radius: 5px;
    width: 100%;
}

.subject dd{
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 20px;
}

.form_privacyBlock{
    text-align: left;
    line-height: 1.5em;
}

.form_desc{
    font-size: 14px;
    font-weight: 500;
}

.p01{
    margin-bottom: 30px;
}

.p02{
    margin-bottom: 15px;
}

.p03{
    margin: 15px 0 15px 0;
}

.p04{
    margin-bottom: 15px;
}



.cmn_txtBoxBtn a, .cmn_txtBoxBtn button {
    display: block;
    padding: 15px 50px;
    background: #868686;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    margin: 0 auto 0 auto;
}

.red{
    color: red;
    border-radius: 100vh;
    font-size: 12px;
    display: block;
    border: 1px solid red;
    margin-top: 0px;
    margin-left: 10px;
    padding: 5px 10px;
    width: 50px;
}

.red-agree{
    color: red;
    border-radius: 100vh;
    font-size: 12px;
    display: block;
    border: 1px solid red;
    margin: 0px auto 10px 10px;
    padding: 5px 10px;
    width: 50px;
}

.form_submit_agreement{
    font-size: 14px;
}


}


.contact-p {
    padding-top: 50px;
    padding-bottom: 40px;
}
.contact-h4 {
    font-weight: bold;
    font-size: 30px;
}

.blue {
    color: blue;
    text-decoration: underline;
}