@charset "UTF-8";


/* access */
.access_ex_ttl{
    max-width: 480px;
    width: 100%;
    margin: 0 auto 20px;
}

.access_top{
    margin: 0px auto 60px;
    max-width: 1000px;
}

.ac_flex01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 60px;
}

.ac_flex01 div{
    width: 24%;
}

.line_map{
    max-width: 800px;
    margin: 0 auto 60px;
}

.main_station .main_station_name{
    color: #fff;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
}

.main_station .main_station_name .minit{
    font-size: 1.8em;
}



/* 羽田空港 */
.ac_haneda{
    width: 100%;
    max-width: 800px;
    background: #eae5e2;
    margin: 0 auto 60px;
    padding: 40px;
}

.haneda_img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.haneda_col1{
    width: 100%;
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: solid 1px #000;
}
.haneda_col2{
    width: 46%;
}
.haneda_sepa{
    width: 1px;
    height: auto;
    content: "";
    background: #000;
    display: block;
}

.ac_haneda .sec_cap{
    /* padding-bottom: 20px; */
}

.ac_sub_ttl{
    padding: 20px 0;
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
}

/* access info */
.access_info_box{
    border-bottom:  solid 1px #a59581;
}

.access_info_icon{
    max-width: 500px;
    width: 100%;
}

.train_time_box .sec_subttl{
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
}

.time_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3%;   
}
.time_list_box {
    margin-top: 40px;
}
.time_item {
    width: 31%;
    margin-bottom: 4%;
}
.time_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.to {
    font-size: 18px;
    margin-right: 15px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}
.sta_name {
    font-size: 22px;
    letter-spacing: 0.2em;
}
.dots {
    flex-grow: 1;
    border-top: dotted 1px #333;
}
.time {
    font-size: 16px;
    margin-left: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.time span.choku {
    padding: 0px 0px;
    margin-right: 6px;
    font-size: 16px;
    vertical-align: baseline;
    border-radius: 5px;
}
.time span.minite {
    color: #924249;
    font-size: 35px;
    line-height: 0;
    font-weight: 600;
}
.time_cap_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.time_cap_l, .time_cap_r {
    font-size: 10px;
}
.time_cap_r {
    min-width: 70px;
    white-space: nowrap;
    text-align: right;
}





.aceess_top_txt{
    position: absolute;
    left: 5%;
    top: 0;
    width: 40%;
    max-width: 300px;
    height: 100%;
}
.aceess_top_txt img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ac_kaihatsu{
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
    /* max-width: 800px; */
}
.ac_kaihatsu_item{
    width: 48%;
}

.ac_kaihatsu_ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    font-size: 20px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.ac_kaihatsu_ttl p{
    text-align: center;
    line-height: 1.5;
}
.ac_kaihatsu_lead{
    line-height: 1.5;
    text-align: justify;
    margin: 1em auto;
    font-size: 14px;
}

.ac_kaihatsu_flex{
    display: flex;
    justify-content: space-between;
}
.ac_kaihatsu_l{
    width: 38%;
}
.ac_kaihatsu_r{
    width: 58%;
    max-width: 278px;
}
.ac_kaihatsu_l_ttl{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #454649;
    color: #fff;
    padding: 1em 0;
    font-size: 14px;
}


@media screen and (max-width: 1000px){
.time_item {
    width: 48%;
    margin-bottom: 4%;
}
.time_list_box {
    /* max-width: 650px; */
    margin: 40px auto 0;
}
.time_item.widthhaneda {
    width: 100%;
}
.main_station_item {
    width: 48%;
}
.main_station_item:nth-child(n+3){
    margin-top: 30px;
}
.main_station_flex {
    max-width: 650px;
    margin: 0 auto 80px;
}

.ac_flex01 div{
    width: 48%;
}
.ac_flex01{
    justify-content: space-between;
    max-width: 650px;
}
.ac_flex01 div:nth-of-type(n+3){
    margin-top: 4%;
}
.ac_kaihatsu_ttl {
    font-size: 18px;
    padding: 0.5em 0;
}

.ac_kaihatsu_flex{
    flex-wrap: wrap;
}
.ac_kaihatsu_r {
    width: 100%;
    max-width: unset;
}
.ac_kaihatsu_l{
    width: 100%;
    order: 2;
}
.ac_kaihatsu_flex .sec_cap br{
    display: none;
}
.ac_kaihatsu {
    max-width: 800px;
}
.ac_kaihatsu_l_ttl{
    margin-top: 0.5em;
}
}


@media screen and (max-width: 900px){
.main_station .main_station_name span{
    font-size: 24px;
}

.main_station .main_station_name .minit{
    font-size: 24px;
}

.ac_sub_ttl{
    font-size: 18px;
}
}



@media screen and (max-width: 768px){
.ac_kaihatsu_ttl {
    font-size: 16px;
}
}


@media screen and (max-width: 750px){
.main_station .main_station_name{
    top: 7%;
}

.ac_kaihatsu{
    flex-wrap: wrap;
    max-width: 400px;
}
.ac_kaihatsu_item{
    width: 100%;
}
.ac_kaihatsu_item:not(:first-child){
    margin-top: 40px;
}
}

@media screen and (max-width: 650px){
.access_ex_ttl{
    max-width: 330px;
    width: 80%;
}

.scroll_img {
    width: 100%;
    margin:0  auto 20px;
    overflow-x: scroll;
    max-width: 630px;
}

.scroll_img img{
    min-width: 620px;
    display:block;
}

.access_top {
    margin: 0px auto 40px;
}

.line_map{
    margin: 0 auto 40px;
}

.ac_flex01{
    margin: 20px auto;
}


.ac_sub_ttl{
    font-size: 16px;
}

/* info */
.time_item {
    width: 100%;
}
.time_item {
    margin-bottom: 6%;
}
.dots {
    border-top: dotted 2px #333;
}
.sta_name {
    font-size: 20px;
    letter-spacing: 0.1em;
}
.main_station_item .sta_name {
    font-size: 16px;
    letter-spacing: 0.05em;
}
.main_station_item .to {
    font-size: 12px;
    margin-right: 0px;
}
.main_station_item .time span.minite {
    font-size: 26px;
}
.main_station_item .time {
    margin: 0;
    font-size: 12px;
}
.main_station_item .time span.choku{
    font-size: 12px;
}

.ac_haneda {
    margin: 0 auto 60px;
    padding: 20px;
}
}
