@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body{
    font-family: "shippori-mincho", serif;
    font-weight: 400;
    font-style: normal;
}
main{
    letter-spacing: 0.05em;
}
/* .italic{
    font-family: "minion-pro", serif!important;
    font-style: italic!important;
} */
.regular{
    font-family: "fot-tsukuaoldmin-pr6n", serif!important;
    font-style: normal!important;
    font-weight: 300;
}

#wrapper{
    overflow: hidden;
}
.com_inner{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
img{
    width: 100%;
    height: auto;
}

.cap{
    font-size: 10px;
    text-align: justify;
    line-height: 1.5;
}
.img_cap{
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    color: #fff;
    font-size: 10px;
}

.img_cap.cap_l{
    right: auto;
    left: 0.5em;
}


.img_cap2{
    position: absolute;
    right: 1.2em;
    bottom: 0.5em;
    color: #fff;
    font-size: 10px;
    text-shadow: 0 0 black;
}

.img_cap.img_cap_blk{
    color: #000;
}


.img_cap.img_cap_out{
    bottom: -1.5em;
    color: #000;
}
.shadow{
    text-shadow: 0 0 3px black, 0 0 4px black, 0 0 5px black;
}
.shadow_w{
    text-shadow: 0 0 3px white, 0 0 4px white, 0 0 5px white;
}
.pos_re {
    position: relative;
}

.sec_text_box{
    text-align: center;
}
.sec_ttl_en{
    color: #3c3d45;
    font-size: 36px;
    margin-bottom: 1em;
}
.sec_ttl_ja_small{
    font-size: 28px;
    color: #3c3d45;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.sec_ttl_ja_big{
    font-size: 54px;
    margin-bottom: 0.4em;
    color: #3c3d45;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.sec_ttl_ja{
    font-size: 40px;
    margin-bottom: 1em;
    color: #3c3d45;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.sec_ttl_ja span{
    font-size: 3.2em;
    display: inline-block;
    line-height: 1;
}
.sec_lead{
    /* line-height: 2.2; */
    line-height: 2.5;
    color: #3c3d45;
    font-size: 18px;
}

.content_ttl{
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 1em;
}
.content_lead{
    font-size: 18px;
    line-height: 1.8;
}

.map_outline_ttl{
    font-size: 28px;
    text-align: center;
    margin: 40px auto;
    font-weight: 400;
}



.page_mv{
    position: relative;
}
.page_mv_text{
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.page_mv_text .page_mv_ttl, .page_mv_text .page_mv_ttl02{
    color: #fff;
    opacity: 1;
    position: unset;
    transform: unset;
}
.page_mv_ttl{
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #fff;
    opacity: 0.5;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

.page_mv_ttl_design{
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #fff;
    opacity: 0.8;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: 1px 2px 3px #808080;
}

.page_mv_ttl02{
    text-align: center;
    color: #3c3d45;
    line-height: 1.5;
    font-size: 52px;
}
.page_mv_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}



.db1240 {
    display: none;
}

.db1000{
    display: none;
}
.db880 {
    display: none;
}
.db880_650 {
    display: none;
}

.db768 {
    display: none;
}
.db750{
    display: none;
}
.db650{
    display: none;
}
.db550{
    display: none;
}
.db450{
    display: none;
}

.first_bd{
    padding-top: 55px;
}

.img_cap.img_cap_l{
    left: 0.5em;
    bottom: 0.5em;
}
.mb0 {
    margin-bottom: 0;
}

.bnr_garden{
    max-width: 900px;
    margin: 40px auto 0;
    /* width: 60%; */
}
.bnr_garden a{
    transition-duration: 0.6s;
}
.bnr_garden a:hover{
    opacity: 0.6;
}


.info_entry{
    text-align: center;
    color: #fff;
    background: #601e33;
    width: 100%;
    padding: 30px 0;
    font-size: 24px;
    transition-duration: 0.6s;
    cursor: pointer;
}
.info_entry > p{
    position: relative;
    display: inline-block;
}
.info_entry > p::after{
    content: "";
    background: url(../img/common/entry_click.svg) no-repeat;
    background-size: contain;
    width: 58px;
    height: 35px;
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    right: -67px;
}
.info_entry:hover{
    opacity: 0.6;
}
.info_entry_cap{
    margin-top: 10px;
}


@media screen and (max-width: 1240px) {
    .sec_ttl_en {
        font-size: 32px;
    }
    .sec_ttl_ja {
        font-size: 32px;
    }
    .sec_lead {
        font-size: 16px;
    }
    .sec_ttl_ja_small {
        font-size: 20px;
    }
    .sec_ttl_ja_big {
        font-size: 38px;
    }
    .content_ttl {
        font-size: 24px;
    }
    .content_lead {
        font-size: 16px;
    }
    .page_mv_ttl {
        font-size: 50px;
    }
    .page_mv_ttl02 {
        text-align: center;
        color: #3c3d45;
        line-height: 1.5;
        font-size: 38px;
    }
    .page_mv_ttl_design{
        font-size: 50px;
    }

    .db1240 {
        display: block;
    }
    
}


@media screen and (max-width: 1000px) {
    .page_mv_ttl02 {
        font-size: 32px;
    }

    .sec_ttl_en {
        font-size: 30px;
    }
    .sec_ttl_ja {
        font-size: 24px;
    }
    .sec_lead {
        font-size: 14px;
    }

    .content_ttl {
        font-size: 22px;
    }
    .content_lead {
        font-size: 14px;
    }
    .sec_ttl_ja_big {
        line-height: 1.5;
    }

    .db1000{
        display: block;
    }
    .dn1000{
        display: none;
    }

    .first_bd {
        padding-top: 0;
    }
}


@media screen and (max-width: 880px) {
    .db880{
        display: block;
    }
    .dn880 {
        display: none;
    }
    .db880_650 {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .db768{
        display: block;
    }

    .bnr_garden{
        width: 90%;
    }

}

@media screen and (max-width: 750px) {
    .map_outline_ttl {
        font-size: 24px;
        margin: 40px auto;
    }
    .page_mv_ttl02 {
        font-size: 26px;
    }

    .sec_ttl_en {
        font-size: 28px;
    }
    .sec_ttl_ja {
        font-size: 20px;
    }
    .content_ttl {
        font-size: 20px;
    }
    .sec_ttl_ja_small {
        font-size: 18px;
    }
    .sec_ttl_ja_big {
        font-size: 32px;
    }


    .dn750{
        display: none;
    }
    .db750{
        display: block;
    }
}


@media screen and (max-width: 650px) {
    .db880_650 {
        display: none;
    }
    .db650{
        display: block;
    }
    .dn650{
        display: none;
    }
    .page_mv_ttl {
        font-size: 26px;
    }
    .page_mv_ttl02 {
        font-size: 22px;
    }
    .page_mv_ttl_design{
        font-size: 38px;
    }

    .bnr_garden{
        margin: 20px auto 0;
    }

    .info_entry{
        font-size: 16px;
        padding: 25px 0;
    }
    .info_entry > p::after{
        width: 42px;
        height: 26px;
        right: -50px;
    }
}


@media screen and (max-width: 550px) {
    .sec_ttl_ja_small {
        font-size: 16px;
    }
    .db550{
        display: block;
    }
    .page_mv_text {
        position: absolute;
        left: 50%;
        top: 54%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
    }
}

@media screen and (max-width: 450px) {
    .db450{
        display: block;
    }
}





/* inview */
.fade{
	opacity: 0;
	transform: translateY(-10px);
}
.fade.is-show{
	opacity: 1;
	transform: translateY(0px);
	transition-duration: 1.2s;
}

.ttl_fade{
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transition-duration: 1.2s;
}
.ttl_fade.is-show{
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transition: clip-path 2.0s ease-in-out, opacity 0.4s ease-in-out;
}






@media screen and (max-width: 550px) {
/* scroll */
.scroll {
    position: relative;
    color: #808080;
    padding: 5px 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    margin-top: 10px;
}
.scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #808080;
}
.scroll::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    transform: rotate(45deg);
}
.scroll::before {
    animation: arrowlong01 2s ease infinite;
}
.scroll::after {
    animation: arrowlong02 2s ease infinite;
}
@keyframes arrowlong01 {
    0% {
        width: 0;
        opacity: 0
    }
    20% {
        width: 0;
        opacity: 1
    }
    80% {
        width: 105%;
        opacity: 1
    }
    100% {
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong02 {
    0% {
        left: 0;
        opacity: 0
    }
    20% {
        left: 0;
        opacity: 1
    }
    80% {
        left: 103%;
        opacity: 1
    }
    100% {
        left: 103%;
        opacity: 0
    }
}

    /* scroll_l */
    .scroll_l {
    position: relative;
    color: #808080;
    padding: 5px 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_l::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #808080;
}
.scroll_l::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    transform: rotate(-135deg);
}
.scroll_l::before {
    animation: arrowlong03 2s ease infinite;
}
.scroll_l::after {
    animation: arrowlong04 2s ease infinite;
}
@keyframes arrowlong03 {
    0% {
        right: 0;
        width: 0;
        opacity: 0
    }
    20% {
        right: 0;
        width: 0;
        opacity: 1
    }
    80% {
        right: 0;
        width: 105%;
        opacity: 1
    }
    100% {
        right: 0;
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong04 {
    0% {
        right: 0;
        opacity: 0
    }
    20% {
        right: 0;
        opacity: 1
    }
    80% {
        right: 103%;
        opacity: 1
    }
    100% {
        right: 103%;
        opacity: 0
    }
}

.scroll_flex{
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.scroll_flex .scroll_l, .scroll_flex .scroll{
    width: 48%;
    left: unset;
    right: unset;
    transform: unset;
}
.scroll_flex_p{
    color: #808080;
    padding: 5px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
}




/* 20251107 */
/* plan_common_start */
.page_mv_ttl_s{
    position: absolute;
    left: 5%;
    top: 15%;
    white-space: nowrap;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 0.5em;
}
.page_mv_ttl_ja {
	font-size: 14px;
	color: #fff;
}
.page_mv_subttl {
	font-size: 20px;
	color: #fff;
}
.pos_re {
    position: relative; 
}
.page_sec_txt_box {
    padding-bottom: 60px;
	text-align: center;
}
.sec_ttl_ja.ttl_s {
    font-size: 20px;
    line-height: 2;
}
.sec_lead.lead_s {
    font-size: 14px;
}


@media screen and (max-width: 1240px) {
.page_mv_ttl_s{
    font-size: 30px;
    top: 20%;
}
.page_mv_subttl {
	font-size: 16px;
}
.page_mv_ttl_ja {
	font-size: 13px;
}
}

@media screen and (max-width: 750px) {
/* .page_sec_txt_box {
    padding-bottom: 40px;
    text-align: center;
} */
.sec_ttl_ja.ttl_s {
    font-size: 18px;
    line-height: 1.8;
}
.sec_lead.lead_s {
    font-size: 12px;
    line-height: 2;
}
}

@media screen and (max-width: 650px) {
.page_mv_ttl_s{
    font-size: 26px;
    top: 15%;
}
.page_mv_subttl {
	font-size: 14px;
}
.page_mv_ttl_ja {
	font-size: 12px;
}
}
/* plan_common_end */







/* access location */
.subpage_ttl_area {
	padding-top: 55px;
    margin-top: -55px;
}
.subpage_ttl_box {
	text-align: center;
	padding: 120px 0 80px;
}
.subpage_ttl {
	font-size: 42px;
	color: #ceb077;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.txt_en {
	margin-bottom: 20px;
}
.txt_ja {
	margin-top: 120px;
}
.subpage_ttl_kana {
	font-size: 20px;
}

.ttl_line_flex {
	display: flex;
	justify-content: center;
}
.ttl_line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background: #ceb077;
}

@media screen and (max-width: 1200px) {
.subpage_ttl {
    font-size: 36px;
}
}
@media screen and (max-width: 1000px) {
.subpage_ttl_box {
    padding: 80px 0;
}
@media screen and (max-width: 650px) {
.subpage_ttl_box {
    padding: 60px 0;
}
.subpage_ttl {
    font-size: 24px;
}
.subpage_ttl_kana {
    font-size: 14px;
}

}
}

