@charset "UTF-8";

img{
    width: 100%;
    object-fit: contain;
}
body{
    background-color: #FFF7DD;
    letter-spacing: 0.15em;
    color: #362014;
}
a{
    color: #362014;
    text-decoration: none;
    transition: all .2s;
}
a:hover{
    opacity: 0.6;
}
#top{
    position: relative;
}
main{
    background-image: url(../img/va1_blur.jpg);
    background-size: cover;
    background-position: center;
}
.main_inner{
    display: flex;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.main_ttl{
    padding: 20px 40px;
    background-color: #362014;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 260px;
}
.logo{
    position: absolute;
    display: flex;
    top: 20px;
    right: 20px;
    width: 210px;
}
.sub_txt{
    position: absolute;
    display: flex;
    top: 15%;
    right: 0px;
    width: calc(460% / 10);
    padding: 30px calc(30% / 10);
    background: rgba(118, 98, 83, 0.40);
}
.main_bg{
    display: flex;
    width: 100%;
}
@media screen and (max-width: 739px) {
    header.sp{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #362014;
        width: 100%;
        padding: 3vw 4vw;
    }
    header.sp .main_ttl{
        position: relative;
        width: 30vw;
        padding: 0;
    }
    header.sp .logo{
        position: relative;
        top: auto;
        right: auto;
        width: 35vw;
    }
    .main_ttl{
        padding: 2vw 4vw;
        width: 30vw;
    }
    .logo{
        top: 3vw;
        right: 3vw;
        width: 25vw;
    }
    .sub_txt{
        bottom: 5vw;
        width: 70vw;
        padding: 4vw 4vw;
        top: auto;
    }
}
.message{
    padding: 60px 0;
}
.message__p{
    text-align: center;
    font-size: 20px;
    line-height: 240%;
}
@media screen and (max-width: 739px) {
    .message{
        padding: 30px 0;
    }
    .message__p{
        font-size: 15px;
        text-align: left;
        width: 88%;
        margin: 0 auto;
        line-height: 180%;
    }
}
h2{
    width: 88%;
    display: flex;
    margin: 0 auto 30px;
    position: relative;
}
h2 p{
    font-size: 30px;
    background-color: #FFF7DD;
    text-align: center;
    width: fit-content;
    display: flex;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    letter-spacing: 0.25em;
    padding: 0 20px;
}
h2::before{
    content: "";
    background-color: #362014;
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    position: absolute;
    left: 0px;
}
@media screen and (max-width: 739px) {
    h2 p{
        font-size: 18px;
        letter-spacing: 0.1em;
    }
}
h3{
    text-align: center;
    width: fit-content;
    display: flex;
    margin: 0 auto 30px;
    letter-spacing: 0.25em;
    font-size: 26px;
}
@media screen and (max-width: 739px) {
    h3{
        letter-spacing: 0.1em;
        font-size: 16px;
    }
}
.sec01,.sec02{
    max-width: 1000px;
    margin: 0 auto 60px;
}
.sec01_inner{
    width: 88%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
@media screen and (max-width: 739px) {
    .sec01_inner{
        flex-direction: column;
    }
}
.sec01__a{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    position: relative;
    padding: 25px 0;
    margin-bottom: 30px;

}
@media screen and (max-width: 739px) {
    .sec01__a{
        width: 100%;
        padding: 15px 0;
        margin-bottom: 20px;
    }
}
.sec01__a_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec01__a_inner > p{
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 739px) {
    .sec01__a_inner > p{
        font-size: 14px;
        margin-bottom: 5px;
    }
}
.sec01__a_inner > .line{
    background-color: #362014;
    width: 100%;
    height: 2px;
    display: flex;
    margin-bottom: 10px
}
.sec01__a_inner > h4{
    text-align: center;
    font-size: 30px;
}
@media screen and (max-width: 739px) {
    .sec01__a_inner > h4{
        font-size: 18px;
    }
}
.sec01__a > .arrow{
    width: 20px;
    height: 31px;
    display: flex;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
@media screen and (max-width: 739px) {
    .sec01__a > .arrow{
        width: 10px;
        height: 15px;
        bottom: calc(50% - 7.5px);
        right: 15px;
    }
}
.sec02__ouboimg{
    max-width: 400px;
    margin: 0 auto 30px;
    display: flex;
    width: 60%;
}
.sec__p{
    text-align: center;
    font-size: 20px;
    width: 88%;
    margin: 0 auto;
}
@media screen and (max-width: 739px) {
    .sec__p{
        font-size: 15px;
    }
}
.tel_btn{
    display: flex;
    max-width: 400px;
    flex-direction: column;
    width: 60%;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}
@media screen and (max-width: 739px) {
    .tel_btn{
        width: 80%;
    }
}
.tel_btn > span{
    display: flex;
    margin: 0 auto 20px;
    width: 100%;
}
.tel_btn > p{
    font-size: 22px;
    text-align: center;
}
@media screen and (max-width: 739px) {
    .tel_btn > p{
        font-size: 14px;
        letter-spacing: 0.1em;
    }
}
footer{
    background-color: #362014;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}
.footer_logo{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 739px) {
    .footer_logo{
        width: 80%;
    }
}
.footer_en_logo{
    display: flex;
    width: 40%;
    max-width: 240px;
}
.footer_jp_logo{
    display: flex;
    width: 40%;
    max-width: 240px;
}
.footer_link{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.footer_link_inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 739px) {
    .footer_link_inner{
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
    }
}
.footer_link_inner{
    margin-bottom: 20px;
}
.footer_link_inner:last-child{
    margin-bottom: 40px;
}
@media screen and (max-width: 739px) {
    .footer_link_inner{
        margin-bottom: 0px;
    }
}
.footer_link_inner a{
    color: #fff;
    font-size: 16px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid 1px #fff;
}
@media screen and (max-width: 739px) {
    .footer_link_inner a{
        color: #fff;
        font-size: 14px;
        padding-right: 0px;
        margin-right: 0px;
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
}
.footer_link_inner a:last-child{
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}
@media screen and (max-width: 739px) {
    .footer_link_inner a:nth-child(2n){
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
    }
}
.copyright{
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 80%;
    line-height: 185%;
}