@charset "utf-8";

/* mainimage */
#mainvisual{
	position: relative;
	overflow: hidden;
	width: 100%;
}
#mainvisual h2{
	width: 43.335%;
	position: absolute;
	bottom: -6px;
	left: 5%;
	z-index: 2;
	display: flex;
}
.mainimage{
	/* background: url("../img/main_image.webp") no-repeat top center;
	background-size: cover; */
	width: 100%;
	/* min-height: 800px; */
	position: relative;
}
/* .mainimage figcaption.cap_w{
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 2;
}
.mainimage figcaption.cap_b{
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 2;
} */
.contents_imgbg{
	background: url("../../common/img/concept_bg.webp") no-repeat top center;
	background-size: cover;
}

/* mvlink */
.mv_links{
	/* position: absolute; */
	/* top: 17%; */
	width: 100%;
	padding: 80px 20px 0;
	/* z-index: 10; */
}
.mv_link{
	text-align: center;
}
.mv_link a{
	background: #ffffff;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(240, 240, 234, 1) 100%);
	border-top: 1px solid #5b6f8a;
	border-right: 1px solid #5b6f8a;
	border-bottom: 1px solid #5b6f8a;
	border-left: 18px solid #5b6f8a;
	color: #5b6f8a;
	display: inline-flex;
	font-size: 16px;
	height: 100px;
	width: 40%;
	max-width: 460px;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: 0.5s;
}
.mv_link a::before{
	background: #5b6f8a;
	content: "";
	display: block;
	width: 80px;
	height: 40px;
	transform: rotate(-45deg);
	position: absolute;
	bottom: -20px;
	right: -40px;
}
.mv_link a span{
	font-size: 24px;
	letter-spacing: 0.15em;
}
.mv_link a:hover{
	opacity: 0.8;
}

/* contents */
.contents_head .center_contents:nth-of-type(1){
	padding: 100px 0 0;
}
.contents_border{
	border-bottom: 1px solid #231815;
	padding-bottom: 80px;
}
.center_contents:first-child{
	padding: 100px 0 80px;
	text-align: center;
}
.center_contents .iidabashiimg{
	padding: 0 0 80px;
	text-align: center;
}
.center_contents{
	padding: 80px 0 80px;
	text-align: center;
}
.center_contents h3{
	color: #5c6e72;
	font-size: 32px;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
	font-weight: 600;
}
.center_contents p{
	font-size: 18px;
	line-height: 200%;
	letter-spacing: 0.15em;
	text-align: center;
}
.contents_wideimg{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.contents_midimg{
	max-width: 1190px;
	width: 100%;
	margin: 0 auto;
}
.contents_label{
	color: #5b6f8a;
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: 600;
}
.contents_wideimg .imagelabel{
	width: 52%;
	max-width: 726px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.contents_label.clcolor div{
	color: #5b6f8a;
	margin-top:80px;
}
.contents_label div{
	color: #231815;
	font-size: 32px;
	letter-spacing: 0.08em;
	font-weight: 600;
}
.contents_label div.ex{
	display: inline-block;
	color: #5b6f8a;
	font-size: 48px;
	position: relative;
}
.contents_label div big{
	display: inline-block;
	font-size: 48px;
	position: relative;
	padding-top: 25px;
}
.contents_label div.ex span{
	color: #231815;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	top: 0;
}
.contents_label div small{
	font-size: 20px;
	font-weight: 600;
	display: block;
	text-align: center;
}
.contents_label div.lhhigh{
	margin-top: 10px;
	line-height: 160%;
}
p.exread{
	color: #5b6f8a;
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: 600;
}
.timetable_area{
	margin-top: 50px;
	position: relative;
}
.timetable_ttl{
	position: absolute;
    top: 0;
    left: 0;
}

/* merit */
.merit_container{
	border: 1px solid #5b6f8a;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	margin-bottom: 120px;
}
.merit_image{
	width: 45.8%;
}
.merit_info{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 2%;
}
.merit_head{
	border-right: 1px solid #5b6f8a;
	display: inline-block;
	width: 46%;
	padding: 8% 1% 6% 0;
	text-align: center;
	position: relative;
}
.merit_head i{
	margin-bottom: 0.5vw;
	font-size: 16px;
    position: absolute;
    top: 20%;
    left: 3%;
}
.merit_head h4{
	font-size: 28px;
	letter-spacing: 0.15em;
}
.merit_head h4 span{
	color: #5b6f8a;
	font-size: 46px;
	line-height: 0;
}
.merit_head h4 strong{
	color: #5b6f8a;
	font-size: 100px;
	line-height: 0;
}
.merit_text{
	line-height: 180%;
	letter-spacing: 0.05em;
	width: 46%;
}
.merit_text h5{
	color: #5b6f8a;
	font-size:20px;
	margin-bottom: 10px;
}
.merit_text ul li{
	font-size: 16px;
}



/* train_access */
#train_access .inner,#car_access .inner{
	max-width: 1000px;
	margin: 0 auto;
}
.access_centerimg{
	width: 100%;
	text-align: center;
}
.access_centerimg{
	margin: 30px 0 80px;
	position: relative;
}
.access_centerimg.acimg02{
	margin: 80px 0 0;
}
.access_centerimg02.acimg02{
	margin: 80px 0 0;
}
.access_centerimg.acimg03{
	margin: 80px 0 80px;
}
.acimg01 img{
	max-width: 780px;
}
.acimg02 img{
	max-width: 1000px;
}
.acimg04{
	max-width: 1400px;
	margin: 100px auto 160px;
}
.timetable_area p{
	text-align: left;
	font-size: 16px;
	letter-spacing: 0;
}
.timetable_area p.note{
	text-align: right;
}
.timetable_area p.note small{
	font-size: 12px;
}
.timetable_container{
	width: 100%;
	margin: 5px 0;
}
.timetable_container img{
	width: 100%;
}
.nerimaimg .imagelabel{
	width: 70%;
	position: absolute;
	left: 3%;
	bottom: 0;
}
.shinjukuimg,.shibuyaimg{
	margin-top: 10px;
}
.shinjukuimg .imagelabel{
	width: 70%;
	position: absolute;
	left: 2%;
	top: 3%;
}
.shibuyaimg .imagelabel{
	width: 70%;
    position: absolute;
    right: 0;
    top: 20px;
}
.iidabashiimg .imagelabel{
	width: 70%;
	position: absolute;
	right: 0;
	bottom: 0;
}

#car_access .section_main{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 70px;
}
#car_access .section_main h2{
	width: 75.729167%;
	position: absolute;
	bottom: 10%;
	left: 11%;
	z-index: 2;
	display: flex;
}
.section_main .mainimage{
	/* background: url("../img/main_image_car@2x.webp") no-repeat top center; */
	/* background-size: cover; */
	width: 100%;
	/* min-height: 865px; */
}
#car_access .contents_label.clcolor div {
  color: #991020;
}
#car_access .contents_label{
	margin-bottom: 30px;
}
#car_access .center_contents {
	padding: 0 0 30px;
}
/* #car_access .center_contents{
	padding: 100px 0 30px;
} */
.acimg06{
	max-width: 700px;
	margin:30px auto 80px;
}
.time_required{
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tr_left,.tr_right{
	width: 50%;
	text-align: center;
}
/* .tr_left{
	border-right: 1px solid #231815;
} */
.tr_left div,.tr_right div{
	display: inline-block;
}
.tr_left div p,.tr_right div p{
	text-align: left;
	line-height: 100%;
}
.tr_left div p:nth-child(2),.tr_right div p:nth-child(2){
	line-height: 200%;
	letter-spacing: 0.15em;
	font-size: 24px;
}
.time_required_info p span{
	font-size: 40px;
}
.time_required_info p strong{
	color: #991020;
	font-size: 66px;
}
.access_foric{
	margin-bottom: 80px;
}
.iclist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ic_detail{
	width: 46.66666666666667%;
	text-align: center;
	margin-bottom: 30px;
}
.ic_detail .time_required_info p{
	letter-spacing: 0.1em;
	margin: 10px 0 0;
}
.ic_detail .time_required_info p span{
	font-size: 30px;
}
.ic_detail .time_required_info p strong{
	font-size: 34px;
}
.airport_limousine .inner{
  max-width: 1190px !important;
  margin: 0 auto;
}
.airport_limousine{
	padding-bottom: 160px;
}
.al_container{
	background: #5b6f8a;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	height: 366px;
	width: 100%;
	overflow: hidden;
}
.airport_img{
	width: 48.73949579831933%;
}
.airport_img img{
	object-fit: cover;
  height: 100%;
}
.airport_info{
	color: #FFF;
	padding: 60px 60px 10px;
	flex: 1;
}
.airport_info h3{
	font-size: 28px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 30px;
}
.airport_info p{
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 200%;
}
.airport_info p.read{
    margin-top: 30px;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 200%;
}
.dc_line{
	margin-top: 20px;
	line-height: 150%;
}
.dc_line span{
	background: #9e9e9f;
	display: inline-block;
	height: 8px;
}
.dc_line span:nth-of-type(1){
	width: 65%;
}
.dc_line span:nth-of-type(2){
	width: 80%;
}
.dc_line span:nth-of-type(3){
	width: 55%;
}

@media screen and (min-width: 1921px){
	.merit_head p{
		font-size:16px;
	}
	.merit_head h4{
		font-size:28px;
	}
	.merit_head h4 span{
		font-size:46px;
	}
	.merit_head h4 strong{
		font-size:100px;
	}
	.merit_text h5{
		font-size:20px;
	}
	.merit_text ul li {
	    font-size: 16px;
	}
}
@media screen and (max-width: 1201px){
	.inner{
		width: 90%;
		margin: 0 auto;
	}
	.spinner{
		width: 90%;
		margin: 0 auto;
	}
	.airport_info {
		padding: 30px 30px 10px;
	}
	.airport_info h3 {
		font-size: 28px;
	}
	.airport_info p {
		font-size: 20px;
		letter-spacing: 0.15em;
		line-height: 180%;
	}
}
@media screen and (max-width: 1089px){
	.merit_head h4{
		font-size:24px;
	}
	.merit_head h4 span{
		font-size: 36px;
	}
	.merit_head h4 strong{
		font-size: 80px;
	}
	.merit_head{
		padding: 6% 1% 4% 0;
	}
	.merit_head i{
		margin-bottom: 0.5vw;
		font-size: 16px;
		position: absolute;
		top: 15%;
		left: 9%;
	}
	.merit_head p{
		margin-bottom: 5px;
	}
	.merit_text {
		line-height: 120%;
	}
	.merit_text ul li {
	    font-size: 14px;
	}
	.merit_text h5 {
	    font-size:18px;
	}
}
@media screen and (max-width: 927px){
	.merit_head h4{
		font-size:20px;
	}
	.merit_head h4 span{
		font-size: 32px;
	}
	.merit_head h4 strong{
		font-size: 60px;
	}
	.merit_head{
		padding: 6% 1% 4% 0;
		width: 45%;
	}
	.merit_head i{
		margin-bottom: 0.5vw;
		font-size: 14px;
		position: absolute;
		top: 15%;
		left: 9%;
	}
	.merit_head p{
		margin-bottom: 5px;
	}
	.merit_text {
		line-height: 120%;
		width: 52%;
	}
	.merit_text ul li {
	    font-size: 13px;
	}
	.merit_text h5 {
	    font-size:16px;
	}
}
@media screen and (max-width: 767px){
	/* mainimage */
	#mainvisual h2{
		width: 50.41%;
		bottom: -2px;
		left: 0;
	}
	.mainimage{
		/* background: url("../img/main_image_sp.webp") no-repeat top center; */
		/* background-size: cover; */
		width: 100%;
		/* min-height: 384px; */
	}
	
	/* mv links */
	.mv_links{
		padding: 40px 20px 0 40px;
	}
	.mv_link a {
		border-left: 8px solid #5b6f8a;
		display: flex;
		font-size: 14px;
		height: 60px;
		width: 90%;
		max-width: 100%;
		margin: 10px;
		transition: 0.5s;
	}
	.mv_link a span {
		font-size: 18px;
		letter-spacing: 0.15em;
	}
	
	.inner{
		width: 90%;
		margin: 0 auto;
	}
	/* merit */
	.merit_container{
		display: block;
		margin-bottom: 60px;
	}
	.merit_image,.merit_info{
		width: 100%;
        display: flex;
        flex-direction: column;
        padding: 10px 0;
	}
	.merit_head{
        display: block;
        margin-bottom: 20px;
        border-bottom: 1px solid #5b6f8a;
        border-right: unset;
        padding: 20px 10px;
		width: 96%;
	}
	.merit_head p{
		margin-bottom: 10px;
	}
	.merit_head h4{
		font-size: 18px;
	}
	.merit_head h4 span{
		font-size: 26px;
	}
	.merit_head h4 strong{
		font-size: 50px;
	}
	.merit_text{
		line-height: 160%;
		width: 96%;
	}
	.merit_text h5{
		font-size: 16px;
	}
	.merit_text ul li{
		font-size: 13px;
		letter-spacing: 0;
	}
	.merit_head i{
		font-size: 12px;
		top: 0%;
		left: 10%;
	}
	
	/* train access */
	.contents_head .center_contents:nth-of-type(1) {
		padding: 40px 0 0;
	}
	.center_contents {
		padding: 40px 0 80px;
	}
	.center_contents h3 {
		font-size: 1.3em;
		margin-bottom: 30px;
	}
	.center_contents p {
		font-size: 13px;
		line-height: 140%;
		letter-spacing: 0.1em;
		text-align: left;
	}
	.center_contents:first-child {
		padding: 50px 0 40px;
	}
	.contents_label {
		margin-bottom: 20px;
	}
	.contents_label div {
		font-size: 18px;
	}
	.contents_label div small{
		font-size: 13px;
	}
	.contents_label div.ex span {
		font-size: 13px;
	}
	.contents_label div.ex {
		font-size: 34px;
		line-height: 140%;
	}
	.contents_label div big {
		font-size: 34px;
		line-height: 140%;
		display: contents;
	}
	.center_contents p.exread {
		margin-bottom: 20px;
		text-align: center;
		font-size: 20px;
	}
	.access_centerimg {
		margin: 30px 0 20px;
	}
	.access_centerimg.acimg02{
		margin: 40px 0 0;
	}
	.access_centerimg02.acimg02{
		margin: 40px 0 0;
	}
	.access_centerimg.acimg03{
		margin: 40px 0 0;
	}
	.timetable_container,.access_centerimg{
		width: 100%;
		overflow: auto;
		padding-bottom: 10px;
	}
	.timetable_ttl{
	    top: -24px;
	}
	.timetable_ttl small{
	    font-size: 10px;
	}
	.timetable_area p.note{
		text-align: right;
		font-size: 12px;
		letter-spacing: 0;
	}
	.access_centerimg.acimg06{
		width: 100%;
		overflow:unset;
		padding-bottom: 10px;
	}
	.spinner{
		width: 90%;
		margin: 0 auto;
	}
	.access_centerimg02 img{
		/* width: 700px !important;
		max-width: 700px !important; */
	}
	.timetable_container img{
		/* width: 700px !important;
		max-width: 700px !important; */
	}
	.access_centerimg.acimg01 img{
		/* width: 500px !important;
		max-width: 500px !important; */
	}
	.access_centerimg.acimg03 img{
		/* width: 600px !important;
		max-width: 600px !important; */
	}
	.access_centerimg.acimg05 img{
		width: 100% !important;
		max-width: 100% !important;
	}
	.access_centerimg.acimg06 img{
		width: 100% !important;
		max-width: 100% !important;
	}
	.nerimaimg .imagelabel {
	    width: 72%;
	}
	.timetable_area p.note small{
		font-size: 10px;
	}
	
	/* car access */
	.section_main .mainimage {
		/* min-height: 250px; */
	}
	#car_access .center_contents {
		padding: 40px 0 0;
	}
	#car_access .section_main h2 {
		width: 80%;
		bottom: 15%;
		left: 2%;
	}
	.time_required {
		margin: 0 auto 20px;
		display: block;
	}
	.tr_left, .tr_right {
		width: 100%;
		margin: 10px 0;
	}
	.time_required_info p span {
		font-size: 28px;
	}
	.time_required_info p strong {
		font-size: 36px;
	}
	.access_foric {
		margin-bottom: 40px;
	}
	.ic_detail .time_required_info p span {
		font-size: 24px;
	}
	.ic_detail .time_required_info p strong {
		font-size: 28px;
	}
	.ic_detail {
		width: 100%;
		margin-bottom: 20px;
	}
	.airport_limousine {
		padding-bottom: 80px;
	}
	.al_container{
		height: auto;
	}
	.airport_img {
		width: 100%;
	}
	.airport_info {
		padding: 30px;
		width: 100%;
		flex:none;
	}
	.airport_info h3 {
		font-size: 21px;
		letter-spacing: 0.15em;
		text-align: center;
		margin-bottom: 20px;
	}
	.airport_info p {
		font-size: 16px;
		letter-spacing: 0.15em;
		line-height: 180%;
	}
	.airport_info p.read {
	    margin-top: 20px;
	    font-size: 13px;
	}

}

.light-blue{color:#5b6f8a}
