/* 共通調整-------------------------------------------------------------------------------------------- */

/* 余白等調整 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 画像サイズ調整 */
/* 画像の下にできる隙間をなくす */
img {
    max-width: 100%;
    vertical-align: top;
}

body {
    background-color: #455a71;
    color: #fff;
}

html {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}

/* ヘッダー-------------------------------------------------------------------------------------------- */

/* header {
    display: flex;
    justify-content: space-between;
    padding: 5px 30px 10px 30px;
    background-color: #fff;
} */


/* ヒーロー-------------------------------------------------------------------------------------------- */

.hero {
    text-align: center;
    margin-bottom: 150px;
}

/* メイン---------------------------------------------------------------------------------------------- */

#introduction,
#visitor,
#eachfloor,
#feature {
    max-width: 900px;
    margin: 0 auto;
}

.maintitle {
    text-align: center;
    margin-bottom: 100px;
}

.header-text {
    width: 80%;
    margin: 0 auto;
    line-height: 3;
}

.header-text p {
    margin-bottom: 30px;
}

.subtitle {
    width: 45%;
    margin-top: 200px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.leader {
    width: 8px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.title {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.acces {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-around;
}

.vehicle-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 20px;
}

.vehicle {
    width: 380px;
    margin-bottom: 30px;
}

.vehicle div {
    width: 60%;
    margin-bottom: 10px;
}

.vehicle p {
    padding: 0 15px;
}

.floor-box {
    max-width: 700px;
    margin: 0 auto;
}

.floor {
    width: 35%;
    margin-bottom: 50px;
}

.era-box {
    display: flex;
}

.era {
    width: 100px;
    margin-right: 100px;
}

.era-text {
    width: 400px;
    line-height: 2;
    margin-bottom: 50px;
}

.puruya {
    width: 550px;
    margin: 0 auto;
}

.application-box {
    background-color: #fff;
    color: #000;
    padding: 50px 0;
}


.application02,
.application03 {
    display: flex;
    justify-content: center;
}

.app-button img {
    width: 80%;
    margin: 10px 0 0 20px;
}

.mail-sp {
    display: none;
}

.application02 div,
.application03 div {
    width: 400px;
}

.application01 {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.application03 {
    margin-bottom: 50px;
}

.application04 {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.application05 {
    width: 800px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 30px;
    margin-bottom: 70px;
}

.application05 div {
    width: 200px;
    height: auto;
}

.application06 {
    width: 15%;
    margin: 0 auto;
}

.application01 p,
.application02 p,
.application03 p {
    line-height: 2;
    padding-left: 20px;
}

.application03 div {
    align-self: flex-end;
}

.logo {
    width: 17%;
    height: auto;
}

.button {
    width: 22%;
    height: auto;
    align-self: flex-end;
}

.button {
    text-align: right;
}

.mitorizu {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 50px;
}

.opendetail {
    margin-bottom: 37px;
}

.opendetail h4 {
    text-decoration: underline;
}

.b3photo,
.b2photo,
.b1photo,
.f12photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
    gap: 30px;
}

.b3photo div,
.b2photo div,
.b1photo div,
.f12photo div {
    width: 250px;
    height: auto;
}

.point {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.text {
    margin-bottom: 30px;
}

/* フッター-------------------------------------------------------------------------------- */

/* 幅を広げる */
/* コピーライトをセンターに */
footer {
    padding: 20px 0;
    text-align: center;
}


/* レスポンシブ----------------------------------------------------------------------------- */

@media (max-width: 767px) {

    /* 余白設定 */
    #introduction,
    #visitor,
    #eachfloor,
    #feature {
        padding: 0 4%;
        max-width: 100%;
    }

    .hero {
        height: 90vh;
        background-image: url(../images/hero.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 120px;
    }

    .hero img {
        display: none;
    }

    .maintitle {
        margin-bottom: 50px;
    }

    .mitorizu {
        padding: 0 10px;
    }

    .header-text {
        width: 90%;
        margin: 0 auto;
        line-height: 2.5;
    }

    .title {
        width: 95%;
        margin-bottom: 50px;
    }

    .map p {
        margin-bottom: 50px;
        font-size: 14px;
    }


    .acces {
        display: block;
        padding: 0 20px;
    }

    .vehicle {
        width: 100%;
    }

    .vehicle-box {
        padding: 0 20px;
    }

    .vehicle p {
        padding: 0;
        font-size: 14px;
    }

    .subtitle {
        margin-top: 120px;
        width: 100%;
    }

    .era-box {
        display: block;
    }

    .era-text {
        width: auto;
    }

    .floor {
        margin-bottom: 30px;
    }

    .floor-box {
        padding: 20px;
    }

    .era {
        width: 90px;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .rose-pic {
        order: 1;
    }

    .pic {
        order: 0;
    }

    .b1photo {
        margin-bottom: 30px;
    }

    .point,
    .puruya {
        width: 90%;
    }

    .title-box {
        padding: 0 4%;
    }

    .application-box {
        padding: 30px 10px;
    }

    .application01 {
        width: auto;
    }

    .application01 p {
        padding-right: 10px;
    }

    .application02,
    .application03 {
        display: block;
    }

    .app-button {
        width: 100%;
        height: 100%;
        margin-bottom: 60px;
    }

    .mail-pc {
        display: none;
    }

    .mail-sp {
        display: block;
    }

    .application05 {
        flex-wrap: wrap;
        width: auto;
        gap: 10px;
        padding: 0 10px;
    }

    .application06 {
        width: 65%;
    }

    .application01,
    .application04,
    .application05 {
        width: auto;
    }

    .application02 div,
    .application03 div {
        width: auto;
    }

    .googlemap {
        width: 100%;
        position: relative;
        padding-top: 56.25%;
        margin-bottom: 10px;
    }

    .googlemap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


}