body{
    margin: 0;
}

main{
    background-color: aqua;
}

#customer_header{
    background-image:url("https://reserve.489ban.net/storage/customer/2490/489ban4/img/top_bgimg.jpg") ;
    background-repeat: repeat;
    font-family: "������", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS����E", serif;
    width: 100%;
}

#customer_header .header__flexbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 37px;
}
#customer_header .header__contact a{
    display: block;
    font-size: 25px;
    text-decoration: none;
    color: #047735;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
#customer_header .header__contact p{
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    color: #047735;
}
#customer_header .header__contact a span{
    font-size: 14px;
}
#customer_header .header__image{
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-image: url("https://reserve.489ban.net/storage/customer/2490/489ban4/img/explore__img012.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
#customer_header .header__image .header__title{
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#customer_header .header__image .header__title h1{
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0.15em;
}
#customer_header .header__image .header__title h2{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
}
/*--------------------- タイトル スマホ --------------------*/
@media screen and (max-width: 959px) {
    #customer_header .header__image .header__title h1{
        font-size: 24px;
    }
#customer_header .header__image .header__title h2{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
}
}




#customer_footer{
    background-image:url("https://reserve.489ban.net/storage/customer/2490/489ban4/img/top_bgimg.jpg") ;
    background-repeat: repeat;
    font-family: "������", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS����E", serif;
}
#customer_footer .footer__green-section{
    background-color: #047735;
    padding: 100px 0;
    text-align: center;
}
#customer_footer .footer__green-section .green-section__logo{
    display: inline-block;
    text-align: center;
}
#customer_footer .footer__green-section .green-section__logo a{
    display: inline-block;
    cursor: pointer;
}
#customer_footer .footer__green-section .green-section__logo img{
    display: block;
}
#customer_footer .footer__green-section .green-section__contact{
    color: #fff;
}
#customer_footer .footer__green-section .green-section__contact p{
    margin: 0;
}
#customer_footer .footer__green-section .green-section__contact .address{
    margin-top: 23px;
    line-height: 2;
}
#customer_footer .footer__green-section .green-section__contact .tel{
    font-size: 22px;
    margin-top: 10px;
}
#customer_footer .footer__green-section .green-section__sns{
    margin-top: 25px;
}
#customer_footer .footer__green-section .green-section__sns ul{
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    gap: 30px;
}


#customer_footer .footer__bottom .bottom__menu{
    border-bottom: 1px solid #e1ceb2;
}
#customer_footer .footer__bottom .bottom__menu ul{
    display: flex;
    list-style: none;
    color: #047735;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
#customer_footer .footer__bottom .bottom__menu ul li{
    margin: auto 13px;
    font-size: 14px;
}
#customer_footer .footer__bottom .bottom__menu ul li a{
    cursor: pointer;
    color: #047735;
}
#customer_footer .footer__bottom .copyright{
    font-size: 12px;
    color: #047735;
    text-align: center;
    padding: 24px 0;
    margin: 0;
}

/*--------------------- タイトル スマホ --------------------*/
@media screen and (max-width: 959px) {
    #customer_footer .footer__bottom .bottom__menu ul{
        display: block;
        text-align: center;
    }
    #customer_footer .footer__bottom .bottom__menu ul li{
        margin: 8px 0;
    }
}