@charset "utf-8";

.mv_cap{
	margin: 10px 0;
	font-size: 12px;
}
h1{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-weight: normal;
	margin: 60px 0;
	font-size: 30px;
}
h2{
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 30px;
}
.page_ttl{
	position: relative;
    line-height: 1;
    margin-bottom: 33px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: .3em;
	text-align: center;
}
.page_ttl::after{
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 100px;
	height: 3px;
	margin-left: -56px;
	background-color: #000;
}
.mv{
	text-align: center;
	margin-top: 100px;
	width: 100%;
	max-width: 1500px;
	margin: 100px auto 0;
}
.mv img{
	max-width: 100%;
}
.cap{
	font-size: 13px;
}
.inner{
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.access_read{
	font-size: 16px;
	margin-bottom: 50px;
	line-height: 1.7;
}
.station_list{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.station_list .tsukishima{
	width: 75%;
	text-align: left;
	padding-right: 20px;
}
.station_list .tsukishima .direction{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.station_list .tsukishima .direction > p{
	width: 100%;
	margin: 20px 0;
	font-weight: bold;
}
.station_list .tsukishima .direction dl{
	width: 32%;
    margin-bottom: 20px;
    text-align: justify;
}
.moyori{
	text-align: center;
	font-size: 16px;
	display: inline-block;
	padding: 10px 0;
	border-bottom: 5px solid #001b44;
	padding-left: 0;
	letter-spacing: 2px;
	line-height: 1.2;
	font-weight: bold;
}
.moyori .train{
    display: block;
    font-size: 13px;
}
.moyori .sta{
    font-size: 24px;
    margin-right: -10px;
}
.moyori .num{
	font-size: 55px;
    color: #ae2f42;
    font-weight: 600;
}
.exit{
	display: block;
    text-align: center;
    font-size: 12px;
}
.direction > p{
	font-size: 12px;
	margin: 20px 0;
	font-weight: bold;
}
.direction > p span{
	font-size: 18px;
}
.direction dl dt{
	display: inline;
	letter-spacing: -1px;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 20px;
}
.direction dl dt .sta{
	margin: 0px 0% 0 -6%;
    font-size: 24px;
    font-weight: 500;
}
.direction dl dd{
	display: inline-block;
	/* margin-left: 0px;width: 32%; */
}
.direction dl dd .access_tyoku{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: sub;
	padding: 2px 2px;
	background-color: #001c43;
	color: #fff;
	font-size: 11px;
	font-size: 10px;
	letter-spacing: 1px;/* height: auto; *//* width: 21%; */;
}
.direction dl .min{
    margin: 0 3px;
    font-size: 30px;
    font-weight: 500;
}
.direction dl .cap{
    margin-top: 5px;
    line-height: 1.5;
    font-size: 11px;
}
.direction dl{
	text-align: justify;
}
.kachidoki{
	width: 26%;
	text-align: left;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	border-left: dotted 2px #525252;
}
.kachidoki dl dt .sta{
	margin: 0px 0% 0 -6%;
}
.kachidoki .roppongi{
	margin-top: 35px;
}
.st_cap{
    text-align: left;
    font-size: 10px;
}
.taxi_bg{
    background-color: #2f4c71;
    padding: 50px 0;
    margin-top: 60px;
    color: #fff;
}
.taxi_sec{
	background-color: #28394e;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 40px 40px 40px;
}
.taxi_sec h1,.cycle_info h1{
	margin:20px 0;
}
.taxi_box{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sta_wrap{
	width: 23%;
}
.fukidashi .station_name span{
    font-size: 30px;
}
.fukidashi .use{
    font-size: 11px;
}
.price{
	text-align: left;
    display: inline-block;
}
.price span{
    font-size: 23px;
    margin: 0 4px;
}
.time{
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #fff;
}
.fukidashi{
    position:relative;
    background:#FFFFFF;
    padding: 15px 10px;
    text-align:center;
    margin-bottom: 30px;
    color: #1e1e1e;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	font-size: 16px;
}
.fukidashi:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:18px;
    border-bottom-width:18px;
    border-left-width:14px;
    border-right-width:14px;
    margin-left: -14px;
    border-top-color:#FFFFFF;
    top:100%;
    left:50%;
}
.taxi_cap,.cycle_cap{
	text-align: left;
    font-size: 12px;
    margin-top: 10px;
}

.cycle_info{
	background-color: #28394e;
	padding: 20px 40px 40px 40px;
	margin-top: 50px;
}
.cycle_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cycle_box .cycle_img{
	width: 30%;
}
.cycle_box .cycle_img img{
	width: 100%;
}
.cycle_box p{
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
	width: 65%;
}
.sp{
	display: none;
}
.br_65{
	display: none;
}
.br_48{
	display: none;
}
.m-left{
	margin-left: -3%;
}
@media only screen and (max-width: 1000px){
	.station_list {
		flex-direction: column;
	}
	.station_list .tsukishima {
		width: 100%;
	}
	.direction dl dt .sta {
		margin: 0px 0% 0 -6%;
	}
	.kachidoki {
		width: 100%;
		text-align: left;
		display: block;
		padding-left: 0;
		border: none;
	}
	.kachidoki .direction{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.direction > p {
		width: 100%;
	}
	.kachidoki .direction dl{
		width: 32%;
	}
	.kachidoki .roppongi{
		margin-top: 0;
	}
	.taxi_sec {
		padding: 20px 10px;
	}
	.fukidashi {
		padding: 15px 5px;
	}
	.fukidashi .station_name span {
		font-size: 20px;
	}
	
}
@media only screen and (max-width: 768px){
	.sp{
		display: block;
	}
	.access_read {
		font-size: 14px;
	}
	.station_list .tsukishima .direction dl {
		width: 50%;
	}
	.kachidoki .direction dl {
		width: 48%;
	}
	.kachidoki .direction {
		justify-content: space-between;
	}
	.direction dl dt .sta {
		margin: 0px 0% 0 -5%;
	}
	.sta_wrap {
		width: 48%;
		margin-bottom: 40px;
	}
	h1.page_ttl{
	    margin: 50px auto;
	}
	.mv{
		margin:0px auto;
    }
}
@media only screen and (max-width: 650px){
	.br_65{
		display: block;
	}
	
	.cycle_box {
		flex-direction: column;
	}
	.cycle_box .cycle_img {
		width: 100%;
	}
	.cycle_box p {
		width: 100%;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 550px){
	.mv_cap {
		margin: 0px;
		font-size: 10px;
	}
	.kachidoki {
		text-align: center;
	}
	.station_list .tsukishima {
		text-align: center;
	}
	
	.direction dl dt .sta {
		margin: 0px 0% 0 -3%;
	}
	.station_list .tsukishima .direction dl {
		width: 100%;
	}
	.kachidoki .direction dl {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 480px){
	.br_48{
		display: block;
	}
	h2 {
		font-size: 20px;
	}
	.taxi_sec {
		padding: 20px;
	}
	.sta_wrap {
		width: 100%;
		margin-bottom: 40px;
	}
	.taxi_cap, .cycle_cap {
		font-size: 10px;
	}
	h1.page_ttl {
        margin: 40px auto;
        font-size: 18px;
    }
}
@media only screen and (max-width: 350px){
	h2 {
		font-size: 16px;
	}
	.access_read {
		font-size: 12px;
	}
	.cycle_box p {
		font-size: 12px;
	}
}