@charset "UTF-8";

body {
    font-family: sans-serif;
}

/* *{ 
    outline: 2px red solid;
} */
/** {
    padding: 0;
    margin: 0;
    }*/
/*header*/
html {
    scroll-behavior: smooth;
}

#sincyaku {
    color: #f8ff2b;
}



header {
    background-color: #000;
    height: 4rem;
    align-items: center;
    z-index: 8;
    position: fixed;
    width: 100%;
}

.gnav {
    line-height: 4rem;
}

.gnav ul {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
}

.gnav li {
    color: #fff;
    list-style: none;
}

.gnav a {
    padding: 0 1rem;
    text-decoration: none;
    color: #fff;
}

.gnav a:hover {
    padding: 0 1rem;
    text-decoration: none;
    color: #95ff75;
}

/*header終了*/
/*body*/
body {
    margin: 0;
}

main {
    width: 79vw;
}

/*body終了*/

p {
    font-family: 'Noto Sans JP', sans-serif;
}

/* 親要素を横並びに配置（タイトル・コンテンツ・#hal） */
.warp {
    display: flex;
    justify-content: space-between;
}

/* 親要素を横並びに配置（タイトル・コンテンツ・#hal）終了 */
/*h1*/
h1 {
    font-size: 6rem;
    /* width: 8rem; */
    margin: auto 0;
}

.title h1 {
    font-size: 6rem;
    /* width: 8rem; */
    margin: 100px 0;
}

/*h1終了*/
/*index以外のh1に対するcss*/
/*左右のバナー*/
.title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 8rem;
    /* height: 100vh; */
    color: #000;
    /* position: absolute;
    right: 0; */
    background-image: url(../image/background-tate.png);
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    background-size: cover;
    z-index: 7;
    margin: 0;
}


.hal {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 24px;
    font-weight: 600;
    /* height: 100vh; */
    color: #000;
    background-color: #fff;
    z-index: 8;
    display: flex;
    padding: 1rem;
    border-right: 1px solid #000;
}

.hal p {
    margin: 1rem auto;
}

.hal-nagoya {
    font-size: 2.2rem;
    margin: 0.3rem auto;
    white-space: nowrap;
    -webkit-text-stroke: 1px #000;
}

/*左右のバナー終了*/
/*全体のsectionに対するcss*/
section {
    background-color: #000;
    color: #fff;
    /*border-radius:左上 右上 右下 左下;*/
    border-radius: 30px 0px 30px 30px;
}

.section-p {
    margin: 0 auto;
    padding: 0.3rem 1rem;
    border-top: 2px solid #fff;
}

.section-p a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

section h2 {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid #fff;
    margin: 0 auto;
    margin-top: 0.3rem;
}

section p {
    font-size: 16px;
}


/*map.html*/
h1#obi {
    font-size: 25px;
    writing-mode: vertical-rl;
    height: 100vh;
    border-right: solid #000 3px;
    padding: 10px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

main {
    margin-left: 4rem;
    margin-top: 6rem;
}



.map {
    margin-top: 80px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.map h2 {
    border: none;
    margin: 1rem auto;
}

.map p {
    font-size: 20px;
}


.waiting-place {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding: 1rem 2rem;

}

.ground-map {
    width: 40%;
    margin: auto 50px;
    display: block !important;
}

.ground-map2 {
    display: none !important;
}

.google-map {
    margin: 2rem auto;
    padding-right: 30px;
}

.information {
    background-color: transparent;
    color: #000;
}

.information a {
    color: #000;
}



.information h2 {
    z-index: -2;
    color: #9a989896;
    font-size: 2.4rem;
    text-align: left;
    font-weight: 900;
    position: relative;
    top: 40px
}

.address {
    border-bottom: 1px solid #000;
}

.info-text {
    z-index: 6;
    padding-left: 2rem;
    font-size: 20px;
}

.map-title {
    z-index: 0;
    color: #000;
    font-size: 3rem;
    padding-top: 0;
    margin: 0;
    width: 100%;
    border-bottom: #9a989896 2px solid;
    text-align: center;

}




/*↓↓↓↓↓↓↓↓ボタンのスタイル*/
.arrow-btn {
    position: fixed;
    /*ボタンの位置をウィンドウに対して固定で表示*/
    right: 5vw;
    bottom: 5vw;
    width: 5rem;
    height: 5rem;
    background-image: url(../image/arrow-down.svg);
    /*初期状態では下向きの矢印を背景画像で表示*/
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 12;
}

/*↓↓↓↓↓↓↓↓ボタンのにマウスが乗ったらコントラストを強くして色を変えている*/
.arrow-btn:hover {
    filter: contrast(200);
}

/*↓↓↓↓↓↓↓↓スクロール量が500を超えたら上向の矢印に画像を切り替えるためのclass名 500を超えたらこのクラス名が付いてスタイルが適応される*/
.arrow-btn-up {
    background-image: url(../image/arrow-up.svg);
}

/*map.html終了*/


/*footer*/
footer {
    position: relative;

    padding: 3rem 0;
    background-color: #000;
    text-align: center;
    color: #fff;
}

.top-link {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.top-link a {
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
}

.top-mark {
    height: 3rem;
    width: auto;
    display: inline-block;
    margin-left: 1rem;
}

/*footer終了*/
/* スマホ用css */

/* タブレット用css */
@media only screen and (max-width: 768px) {
    /*
==================
ハンバーガーメニュー
==================
*/



    .star {
        display: none;
    }

    .nav {
        position: fixed;
        right: -320px;
        /* 右から出てくる */
        top: 0;
        width: 320px;
        /* スマホに収まるサイズ */
        height: 100vh;
        padding-top: 60px;
        background-color: #000000;
        transition: all .6s;
        z-index: 200;
        overflow-y: auto;
        /* メニューが多くなったらスクロールできるように */
    }

    .hamburger {
        position: absolute;
        right: 15px;
        top: 8px;
        width: 40px;
        /* クリックしやすい幅 */
        height: 40px;
        /* クリックしやすい高さ */
        cursor: pointer;
        z-index: 300;
    }

    .nav-list {
        margin: 0;
        padding: 0;
        list-style: none;
        flex-direction: column;
    }

    .nav_item {
        text-align: center;
        padding: 0 14px;
    }

    .nav_item a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        color: #ffffff;
    }

    .nav_item a:hover {
        background-color: #000000;
        padding: 8px 0;
    }

    .hamburger_border {
        position: absolute;
        left: 11px;
        width: 18px;
        height: 2px;
        background-color: #ffffff;
        transition: all .6s;
    }

    .hamburger_border_top {
        top: 14px;
    }

    .hamburger_border_center {
        top: 20px;
    }

    .hamburger_border_bottom {
        top: 26px;
    }

    .black_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: #333;
        opacity: 0;
        visibility: hidden;
        transition: all .6s;
        cursor: pointer;
    }

    /* 表示された時用のCSS */
    .nav-open .nav {
        right: 0;
    }

    .nav-open .black_bg {
        opacity: .8;
        visibility: visible;
    }

    .nav-open .hamburger_border_top {
        transform: rotate(45deg);
        top: 20px;
    }

    .nav-open .hamburger_border_center {
        width: 0;
        left: 50%;
    }

    .nav-open .hamburger_border_bottom {
        transform: rotate(-45deg);
        top: 20px;
    }

    h1#obi {
        height: 100%;
        font-size: 0.8rem;
    }

    .warp {
        display: flex;
        flex-direction: column;
    }

    .title {
        display: block;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        width: 100%;
        height: fit-content;
        padding-left: 2rem;
        padding-top: 1rem;
        background-image: url(../image/backgroundimage.png);
        background-color: rgba(255, 255, 255, 0.5);
        background-blend-mode: lighten;
        z-index: 7;
    }



    .ground-map {
        width: 40%;
    }

    .google-map {
        width: 50%;
    }

    .title h1 {
        display: flex;
        order: 1;
        font-size: 5rem;
        margin: 3.5rem 0 0 0;
        width: 100%;
        padding-left: 3rem;
    }

    main {
        display: flex;
        display: block;
        order: 2;
        margin-left: 2rem;

    }


    .map {
        margin-top: 2rem;

    }


    .google-map-iframe {
        margin: 0 auto;
        width: 300px;
    }

}

/* スマホ用css */
@media only screen and (max-width: 599px) {


    /*
==================
ハンバーガーメニュー
==================
*/



    .star {
        display: none;
    }

    .nav {
        position: fixed;
        right: -320px;
        /* 右から出てくる */
        top: 0;
        width: 320px;
        /* スマホに収まるサイズ */
        height: 100vh;
        padding-top: 60px;
        background-color: #000000;
        transition: all .6s;
        z-index: 200;
        overflow-y: auto;
        /* メニューが多くなったらスクロールできるように */
    }

    .hamburger {
        position: absolute;
        right: 15px;
        top: 8px;
        width: 40px;
        /* クリックしやすい幅 */
        height: 40px;
        /* クリックしやすい高さ */
        cursor: pointer;
        z-index: 300;
    }

    .nav-list {
        margin: 0;
        padding: 0;
        list-style: none;
        flex-direction: column;
    }

    .nav_item {
        text-align: center;
        padding: 0 14px;
    }

    .nav_item a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        color: #ffffff;
    }

    .nav_item a:hover {
        background-color: #000000;
        padding: 8px 0;
    }

    .hamburger_border {
        position: absolute;
        left: 11px;
        width: 18px;
        height: 2px;
        background-color: #ffffff;
        transition: all .6s;
    }

    .hamburger_border_top {
        top: 14px;
    }

    .hamburger_border_center {
        top: 20px;
    }

    .hamburger_border_bottom {
        top: 26px;
    }

    .black_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: #333;
        opacity: 0;
        visibility: hidden;
        transition: all .6s;
        cursor: pointer;
    }

    /* 表示された時用のCSS */
    .nav-open .nav {
        right: 0;
    }

    .nav-open .black_bg {
        opacity: .8;
        visibility: visible;
    }

    .nav-open .hamburger_border_top {
        transform: rotate(45deg);
        top: 20px;
    }

    .nav-open .hamburger_border_center {
        width: 0;
        left: 50%;
    }

    .nav-open .hamburger_border_bottom {
        transform: rotate(-45deg);
        top: 20px;
    }

    /*map.html*/

    .map-title {
        z-index: 0;
        color: #000;
        font-size: 1.3rem;
        padding-top: 0;
        margin: 0;
        width: 100%;
        border-bottom: #9a989896 2px solid;

    }

    .waiting-place {
        margin-top: 0;
        margin-left: 0;
        padding-top: 0;
        padding-left: 0;
        padding: 1rem 2rem;

    }

    img {
        display: block;
    }

    h1#obi {
        height: 100%;
        font-size: 0.8rem;
    }

    .warp {
        display: flex;
        flex-direction: column;
    }

    .title {
        display: block;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        width: 100%;
        height: fit-content;
        padding-left: 2rem;
        padding-top: 1rem;
        background-image: url(../image/backgroundimage.png);
        background-color: rgba(255, 255, 255, 0.7);
        background-blend-mode: lighten;
        z-index: 7;
    }



    .title h1 {
        display: flex;
        order: 1;
        font-size: 3rem;
        margin: 3.5rem 0 0 0;
        padding: 0 2rem;

    }

    main {
        display: flex;
        display: block;
        order: 2;
        margin-left: 2.4rem;
        text-align: center;
        width: unset;
        padding: 0.8rem;
    }





    .map {
        margin: 0;
        display: block;
        flex-direction: column;
        padding: 0 1rem;
    }

    .map p {
        font-size: 16px;
    }

    .ground-map {
        display: none !important;
    }

    .ground-map2 {
        margin-top: 2rem;
        display: block !important;
    }


    .google-map {
        margin: 2rem auto;
        padding: 0;
        width: 100%;
    }

    .google-map-iframe {
        width: 95%;
        height: 80%;
        margin: 0 auto;
        padding: 1rem;
        padding-left: 30px;
        left: 0;
    }



    .address {
        padding: 2rem 1rem;
    }

    .top-link {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
    }

    .top-link a {
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
    }

    .top-mark {
        height: 2rem;
        width: auto;
        margin-left: 1rem;
    }

    /*map.html終了*/
}