@charset "UTF-8";

footer {
    padding-top: 1px;
}

main {
    margin-top: 120px;
}

/*メインビジュアル*/
#hero_Wrap {
    position: relative;
    width: 100%;
    height: calc(100svh - 120px);
    background: url(../img/main.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#hero_Wrap .mv_Txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 300px;
    margin: 0 auto;
}



/*メインコンテンツ*/
.contents {
    padding: 0px 0 0;
    color: #552121;
    text-align: center;
}
.imgArea {
    width: 100%;
    color: #b79e6c;
    text-align: center;
    background: url(../../common/img/bg.jpg) repeat-y;
    background-size: 100%;
    background-position: center;
    padding: 100px 0;
    font-size: 30px;
}
.copy_area {
    width: 1000px;
    max-width: 90%;
    margin: 100px auto;
}
.copy_area h3.sense {
    height: 35px;
    max-width: 100%;
    margin: 0 auto 30px;
}
.copy_area h3.sense img {
    max-height: 100%;
}
.copy_area h4 {
    font-size: 28px;
    margin-bottom: 30px;
}
.copy_area p {
    line-height: 2;
}
.copy_area .flexImg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.copy_area .flexImg li {
    width: 24%;
}
.copy_area .flexImg li p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
}

.mapImg {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto 50px;
}

.bg_gray {
    background: #e3e3e6;
    padding: 80px 0;
}
.bg_white {
    background: #fff;
    padding: 80px 0;
}

.locList {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.locList li {
    width: 46%;
}
.locList li h4 {
    display:flex;
    align-items:center;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #231815;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}
.locList li h4:after {
    content:"";
    margin-left:5px;
    border-top:1px solid #231815; 
    flex-grow:1;
}
.locList li dl {
    background: url(../img/dotted.jpg) repeat-x;
    background-size: 6px;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.locList li dl dt {
    background: #fff;
    font-size: 13px;
    font-weight: normal;
    padding-right: 10px;
}
.locList li dl dd {
    background: #fff;
    font-size: 12px;
    padding-left: 10px;
    font-weight: normal;
}

.notes {
    margin-top: 40px;
}
.notes p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    
    /*メインビジュアル*/
    main {
        margin-top: 60px;
    }
    #hero_Wrap {
        height: 50svh;
        background: url(../img/main_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #hero_Wrap .mv_Txt {
        width: 230px;
    }
    
    
    /*メインコンテンツ*/
    .contents {
        padding: 0px 0 0;
    }
    .contents h4 {
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .contents p {
        font-size: 14px;
        line-height: 2.5;
    }
    .contents h5 {
        margin: 0 auto 40px;
    }
    .imgArea {
        font-size: 25px;
        padding: 50px 0;
        margin-bottom: 0;
    }
    .imgArea h4 {
        margin-bottom: 0;
    }
    .copy_area {
        margin: 50px auto;
    }
    .copy_area h3.sense {
        height: 18px;
    }
    .contents h4 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .copy_area .flexImg li {
        width: 49%;
        margin-bottom: 10px;
    }
    
    .locList li {
        width: 100%;
    }
    .locList li h4 {
        font-size: 18px;
    }
    
    
    .notes {
        width: 90%;
        margin: 30px auto;
    }
    .notes p {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
}