@charset "UTF-8";

/* CSS Document */
/*----------------------------------------------------------

思い出日和ー数珠css

----------------------------------------------------------*/
/*ナビゲーション
-----------------------------*/

.menu-memories a {
    width: 70px;
    height: 56px;
    top: -60px;
    left: 0;
    right: 0;
    background-image: url(../../common/images/gnav__current.png);
    background-size: 70px 56px;
    background-repeat: no-repeat;
    background-position: center top 5px;
}

/*タイトル
-----------------------------*/
.hero__wrap h2 img {
	width: 262px;
    height: 42px;
}

/*タイトル（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
    .menu-memories a {
        background-image: none;
    }

}



/*キャッチコピー
-----------------------------*/
.catch__wrap {
    width: 100%;
    height: 640px;
    background-image: url(images/catch__bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 30px;
}

.catch__wrap p {
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    font-size: 24px;
    font-weight: normal;
    writing-mode: vertical-rl;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*キャッチコピー(スマホ)
-----------------------------*/
@media screen and (max-width:736px) {
    .catch__wrap {
        width: 100%;
        height: 640px;
        background-image: url(images/catch__bk-smp.png);
        background-position: top center;
        padding: 50px 30px 150px 30px;
    }

    .catch__wrap p {
        letter-spacing: 0.1em;
        font-size: 18px;
    }
}

/*雲外天地の庭
-----------------------------*/
.gurden__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
}

.gurden__image {
    background-image: url(images/gurden__image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 80%;
    height: 600px;
    margin: 0;
    position: relative;
    display: block;
}

.gurden__image::after {
    content: "";
    background-position: top right;
    background-image: linear-gradient(45deg, transparent 0 69%, #FFF 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 10;
}

.gurden__yohaku {
    background-image: url(images/gurden__bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20%;
    height: 600px;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.gurden__txt {
    width: 506px;
    height: 489px;
    background-image: url(images/gurden__txtbk.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 55px;
    right: -253px;
    z-index: 10;
    padding: 80px;
    display: flex;
    justify-content: center;
}

.gurden__txt p {
    color: #fff;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    font-size: 1.25em;
    writing-mode: vertical-rl;
    padding: 0 20px 0 0;
    margin: 0;
}




/*雲外天地の庭（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
    .gurden__wrap {
        display: block;
        width: 100%;
        height: 400px;
    }

    .gurden__image {
        width: 100%;
        height: 400px;
        margin-top: -300px;
    }

    .gurden__yohaku {
        width: 100%;
        height: 300px;
    }

    .gurden__txt {
        width: 260px;
        height: 251px;
        top: 20px;
        right: 0;
        padding: 40px;

    }

    .gurden__txt p {
        padding: 0;
        margin: 0;
        font-size: 0.9em;
        line-height: 1.8em;
    }

}

/*雲外天地の庭三慧殿まで続く道
-----------------------------*/
.road__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
}

.road__image {
    background-image: url(images/road__image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    width: 80%;
    height: 600px;
    margin: 0;
    position: relative;
    display: block;
}

.road__image::after {
    content: "";
    background-position: top left;
    background-image: linear-gradient(315deg, transparent 0 69%, #FFF 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 10;
}

.road__image::before {
    content: "";
    background-position: bottom left;
    background-image: url(images/road__image-lb.png);
    background-size: 598px 199px;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9;
}

.road__yohaku {
    width: 25%;
    background-image: url(images/road__bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20%;
    height: 600px;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.road__txt {
    width: 548px;
    height: 519px;
    background-image: url(images/road__txtbk.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 55px;
    left: -274px;
    z-index: 10;
    padding: 80px;
    display: flex;
    justify-content: center;
}

.road__txt p {
    color: #fff;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    font-size: 1.25em;
    writing-mode: vertical-rl;
    padding: 0 40px 0 0;
    margin: 0;
}

/*三慧殿まで続く道（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
    .road__wrap {
        display: block;
        width: 100%;
        height: 400px;
    }

    .road__image {
        width: 100%;
        height: 400px;
		background-position: left bottom;
    }

    .road__yohaku {
        width: 100%;
        height: 300px;
    }

.road__txt {
    width: 270px;
    height: 256px;
    top: -370px;
    left: 0px;
    padding: 40px 20px 40px 0;
    z-index: 100;
}

    .road__txt p {
        padding: 0;
        margin: 0;
        font-size: 0.9em;
        line-height: 1.8em;
    }
}

/*夜のライトアップ
-----------------------------*/
.dark__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
}

.dark__image {
    background-image: url(images/dark__image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    width: 80%;
    height: 600px;
    margin: 0;
    position: relative;
    display: block;
}

.dark__yohaku {
    width: 25%;
    background-image: url(images/dark__bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20%;
    height: 600px;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.dark__txt {
    width: 495px;
    height: 498px;
    background-image: url(images/dark__txtbk.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 55px;
    right: -249px;
    z-index: 10;
    padding: 80px;
    display: flex;
    justify-content: center;
}

.dark__txt p {
    color: #fff;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    font-size: 1.25em;
    writing-mode: vertical-rl;
    padding: 0 0 0 30px;
    margin: 0;
}

/*夜のライトアップ（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
    .dark__wrap {
        display: block;
        width: 100%;
        height: 400px;
    }

    .dark__image {
        width: 100%;
        height: 400px;
        margin-top: -300px;
    }

    .dark__yohaku {
        width: 100%;
        height: 300px;
    }

.dark__txt {
    width: 260px;
    height: 263px;
    top: 20px;
    right: 0;
    padding: 40px 20px 40px 40px;
}

    .dark__txt p {
        padding: 0;
        margin: 0;
        font-size: 0.9em;
        line-height: 1.8em;
    }
}