
/******************************************
                sub-visual
******************************************/
.sub-visual {
    width: 100%;
    height: 250px;
    /* background-color: #888; */
    margin: 0 0 150px 0;
    background-image: url(../img/sub-visual/sub-visual8.jpg) !important;
    background-size: auto 270px;
    background-repeat: no-repeat;
    background-position: top;
}

.sub-visual h1 {
    margin: 0 0 0 7vw;
    width: 80vw;
    height: 80px;
    border-left: solid 2px #FFA200;
    font-size: 18px;
    position: absolute;
    bottom: -40px;
}
.sub-visual h1 span {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.sub-visual h1 span:nth-child(1) {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase ;
    font-family: yu-mincho-36p-kana, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/******************************************************************
                            ここから作成
******************************************************************/
.info-box {
    width: 90%;
    margin: 0 auto;
}
.info {
    margin: 0 0 50px;
}
.info p {
    /* width: 600px; */
    padding: 10px 0 10px 0;
    border-bottom: solid 1px rgb(162,197,162);
    display: flex;
    align-items: flex-start;
    padding: 0 20px 0 20px;
    margin-top: 10px;
}
.info p span:nth-child(1) {
    display: inline-block;
    width: 35%;
    line-height: 30px;
}
.info p span:nth-child(2) {
    display: inline-block;
    line-height: 30px;
    width: 65%;
}
.info-box .img-box {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 50px;
}
.info-box .img-box img {
    width: 100%;
    height: auto;
}

.map {
    text-align: center;
    margin: 0 0 50px 0;
}
.map h4 {
    margin: 0 auto 20px auto;
    font-size: 18px;
    padding: 0;
}
.map iframe {
    width: 95vw;
    height: 50vw;
}
