@charset "utf-8";
.header_nav02 li.nav-access a{
    background: #6d6854;
    color: #fff;
}

.foot_nav02 .nav_access{
    background-color: #6d6854;
    color: #fff;
	transition :0.7s;
}

.scroll_flex{
    display: none;
}

.sec_ttl .big{
    font-weight: 500;
}

.sec_box{
    padding: 60px 0;
}
.bg01{
    background: #f8f5ea;
}

.rosenzu_box{
    margin: 40px auto 0;
}


.sec_ttl .big1{
    font-size: 1.3em;
}
.sec_ttl .big2{
    font-size: 1.5em;
    font-weight: 500;
    font-family: "Cinzel", serif;
}


.sta_img_flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 60px;
}
.sta_img_item{
    width: calc(100% / 4);
    position: relative;
}
.sta_img_item.half{
    width: 50%;
    position: relative;
}
.smart_access_ttl{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0.6em 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.smart_access_ttl p{
    position: relative;
    z-index: 5;
}
.smart_access_ttl::before{
    content: "";
    background: #8d8876;
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.smart_access_ttl span.min{
    font-size: 1.3em;
    font-family: "Cinzel", serif;
}
.smart_access_ttl span.tyoku{
    font-size: 0.8em;
}

.dt_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
.dt_icon{
    width: 1.3em;
    display: flex;
    align-items: center;
}



.sec_p_st {
    border-bottom: solid 1px #333;
    margin-bottom: 25px;
}
.sta_name{
    font-size: 1.5em;
}
.TrainTime{
    margin: 60px auto 0;
}
div.TrainTime ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
}

div.TrainTime ul li {
    width: 31%;
}

div.TrainTime ul li:nth-child(n+4) {
    margin-top: 25px;
}

div.TrainTime ul li p {
    font-size: 20px;
    letter-spacing: 0;
    border-bottom: dotted 1px #888;
    text-indent: -0.5em;
    /* overflow: hidden; */
    line-height: 140%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.TrainTime ul li p i {
    font-size: 0.8em;
    font-style: normal;
    margin-right: auto;
}

div.TrainTime ul li p span {
    float: right;
    font-size: 14px;
    font-style: normal;
}
div.TrainTime ul li p span.small{
    font-size: 16px;
}
div.TrainTime ul li p span b {
    font-size: 2.2em;
    margin: 0 2px;
    font-style: normal;
    color: #924249;
    font-weight: 500;
    font-family: "Cinzel", serif;
}

div.TrainTime span.c {
    font-size: 10px;
    display: block;
    line-height: 135%;
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
}

.TrainTime_ttl{
    background: #23a387;
    color: #fff;
    text-align: center;
    padding: 0.5em;
    margin-bottom: 1em;
}



.hanzo_box{
    background: #000;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
/* .hanzo_box::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: url(../img/access/hanzo_main.jpg);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
} */
.hanzo_main{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.hanzo_main img{
    height: 100%;
    width: auto;
}
.hanzo_content{
    color: #fff;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}
.hanzo_ttl_ja{
    font-size: 42px;
    letter-spacing: 0.2em;
}
.hanzo_ttl_en{
    letter-spacing: 0.5em;
    font-size: 14px;
    margin: 1em 0 2em;
}
.rosenzu03{
    max-width: 650px;
    margin: 40px 0 0;
    /* filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6)); */
}

.hanzo_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px auto 0;
}
.hanzo_item{
    width: 48%;
}
.hanzo_item:nth-child(n + 3){
    margin-top: 60px;
}
.hanzo_inner{
    padding: 20px 0 0;
    border-left: solid 1px #6d6854;
    display: flex;
    flex-direction: column;
}
.hanzo_item_lead{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1em;
    padding-left: 20px;
}

.hanzo_column{
    display: flex;
}
.hanzo_column_img{
    width: 60%;
    max-width: 287px;
}
.hanzo_column_text{
    background: #eae2c8;
    width: 40%;
    padding: 15px;
    display: flex;
    align-items: center;
}
.hanzo_column_ttl{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.hanzo_column_ttl span{
    font-size: 0.7em;
}
.hanzo_column_lead{
    font-size: 12px;
    text-align: justify;
    line-height: 1.5;
}

.hanzo_loc{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    margin: 20px auto 0;
}
.hanzo_loc_item{
    width: 48%;
    max-width: 220px;
}
.hanzo_loc_name{
    font-size: 14px;
    margin-top: 0.5em;
    letter-spacing: 0.05em;
}
.hanzo_loc_name span{
    font-size: 12px;
    text-indent: -0.5em;
    display: inline-block;
}

@media screen and (max-width: 1720px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1000px) {
.rosenzu01 {
    margin: 20px auto 0;
}
.TrainTime {
    margin: 40px auto 0;
}
.smart_access_ttl {
    font-size: 14px;
}
div.TrainTime ul li {
    width: 48%;
}
div.TrainTime ul li:nth-child(n+11){
    margin-bottom: 0;
}
div.TrainTime ul li p span b {
    font-size: 24px;
}
div.TrainTime ul li p span {
    float: right;
    font-size: 14px;
    font-style: normal;
}
div.TrainTime ul li p {
    font-size: 16px;
    letter-spacing: 0.05em;
}
div.TrainTime ul li p i  {
    font-size: 12px;
    margin-left: 2px;
}
div.TrainTime ul li:nth-child(n+3){
    margin-top: 20px;
}

.hanzo_flex {
    max-width: 750px;
    margin: 60px auto 0;
}
.hanzo_column_text {
    width: 100%;
}
.hanzo_item_lead {
    font-size: 16px;
}
.hanzo_column {
    flex-wrap: wrap;
}
.hanzo_column_img {
    width: 100%;
    max-width: unset;
}
.hanzo_column_text {
    width: 100%;
}
.hanzo_loc_name {
    font-size: 11px;
}

.hanzo_main {
    position: relative;
    height: auto;
}
.hanzo_main img {
    height: auto;
    width: 100%;
}
.hanzo_box {
    padding: 0px 0 40px;
}
.hanzo_content {
    /* text-align: center; */
    padding: 30px 0 0;
}
.hanzo_ttl_ja {
    font-size: 32px;
    text-align: center;
}
.hanzo_ttl_en {
    font-size: 12px;
    text-align: center;
}
.hanzo_content .sec_lead{
    text-align: center;
}
.rosenzu03{
    margin: 30px auto 0;
}
}

@media screen and (max-width: 750px) {
.hanzo_item_lead {
    font-size: 14px;
    padding-left: 10px;
}
.hanzo_loc {
    padding-left: 10px;
}
}


@media screen and (max-width: 650px) {
div.TrainTime ul li {
    width: 100%;
    margin: auto;
}
div.TrainTime ul li:nth-child(n+2){
    margin-top: 25px;
}

.smart_access_ttl {
    font-size: 14px;
}
.smart_access_ttl span.min {
    font-size: 1.2em;
}

.hanzo_flex{
    max-width: 400px;
    margin: 60px auto 0;
}
.hanzo_item{
    width: 100%;
}
.hanzo_column_img{
    max-width: unset;
}
.hanzo_loc_item{
    max-width: unset;
}
.hanzo_item:nth-child(n + 2){
    margin-top: 40px;
}

.dt_flex{
    display: block;
}
.dt_icon{
    display: block;
    margin: 0 auto 0.5em;
}

.sta_img_flex {
    margin: 0 auto 40px;
    max-width: 380px;
    /* width: 90%; */
}
.sta_img_item{
    width: 50%;
}
.sta_img_item.half{
    width: 100%;
}
.sec_box {
    padding: 40px 0;
}
.TrainTime {
    margin: 40px auto 0;
    max-width: 400px;
}
.hanzo_ttl_ja {
    font-size: 24px;
}
.hanzo_ttl_en {
    font-size: 10px;
}
.rosenzu_box {
    margin: 20px auto 0;
}
}

@media screen and (max-width: 550px) {
.smart_access_ttl {
    font-size: 13px;
}
.rosenzu_img{
    padding-bottom: 10px;
    overflow-x: scroll;
    width: 100%;
    /* writing-mode: vertical-rl; */
}
.rosenzu_img img{
    width: 650px;
    min-width: 650px;
}
.rosenzu02{
    writing-mode: vertical-rl;
}
.scroll_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto 0;
    flex-wrap: wrap;
    max-width: 250px;
}
.scroll_flex_p {
    padding: 10px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.scroll_l {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_flex .scroll_l, .scroll_flex .scroll {
    width: 48%;
    left: unset;
    right: unset;
    transform: unset;
}
.scroll {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.scroll::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.wh .scroll::before {
    background: #fff;
}
.wh .scroll::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.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_b{
    padding: 10px 0;
    margin: 10px auto 0;
}
.scroll_l {
    position: relative;
    color: #000;
    padding: 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: #000;
}
.scroll_l::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
}
.wh .scroll_l::before {
    background: #fff;
}
.wh .scroll_l::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.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
    }
}
}

@media screen and (max-width: 500px) {
.sta_img_flex{
    justify-content: center;
}

}