@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl::before{
	background-image:url(../image/bg_ttl.jpg);		
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
section h2{
  margin-bottom: 30px;	
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.6;
}
section h2+.txt{
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
}

/* intro
-----------------------------------------------------------------*/
.intro{
	padding: 65px 0 75px;
}


/* station
-----------------------------------------------------------------*/
.station{
	padding: 75px 0 130px; /* ボタンあり */
	/* padding: 75px 0 310px; ボタンなし */
	background:url(../image/bg_station.png) no-repeat center bottom;
}
.station h2{
	margin-bottom: 60px;
    color: #d1a516;
}
.station .station-list li:nth-child(n+2){
	margin-top: 55px;
}
.station .station-list li::after{
	display: block;
	content: "";
	height: 0;
	clear: both;
}
.station .station-list li > div{
	display: flex;
	align-items: center;
	max-width: 900px;
	width: 100%;
}
.station .station-list .pic{
	max-width: 458px;
	width: 55.65%;
}
.station .station-list .pic img{
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
}
.station .station-list .txt-area{
	width: 44.35%;
	padding-left: 4%;
}
.station .station-list h3{
	margin-bottom: 20px;
	font-size: 2.2rem;
	line-height: 1.6;
}
.station .station-list .txt{
	font-size: 1.5rem;
	line-height: 2;
	text-align: justify;
}
.station .station-list li:nth-child(n+2) > div{
	float: right;
}
.station .btn{
	max-width: 400px;
	margin: 110px auto 0;	
}

/* traffic
-----------------------------------------------------------------*/
.traffic{
	padding: 60px 0 690px;
	background:url(../image/rev_230614/topi_bg_pc.png) no-repeat center bottom;
}
.traffic .train-map{
	margin: 30px 0 10px;
	padding: 70px 20px;
	background: rgba(0,0,0,.5);
}
.traffic .train-map .layout-box{
	max-width: 840px;
	margin: 0 auto 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.traffic .train-map .layout-box p{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
}
.traffic .train-map .layout-box p:nth-child(1){
	margin-right: 10px;
}
.traffic .train-map .layout-box p:nth-child(2){
	margin-left: 10px;
}
.traffic .train-map .layout-box p:nth-child(3){
	width: 100%;
    text-align: center;
    margin-top: 10px;
}
.traffic .train-map .layout-box p strong{
	font-size: 3.6rem;
}
.traffic .train-map .layout-box p strong:nth-child(2){
	padding-left: 5px;
	font-size: 4rem;
    color: #d1a516;
}
.traffic .train-map .layout-box p sub{
	padding-left: 3px;
	font-size: 1.2rem;
	font-weight: normal;
}
.traffic .train-map .map{
	text-align: center;
}
.traffic .notes{
	font-size: 1.2rem;
	color: #828991;
}
.traffic .traffic-list{
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin: 35px auto 0;
}
.traffic .traffic-list li,
.access_topic li{
	position: relative;
	max-width: 470px;
	width: calc(50% - 10px);
}
.traffic .traffic-list .caption,
.access_topic .caption{
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 1rem;	
}
.traffic .traffic-list img{
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);	
}

.access_topic{
    padding: 20px 20px;
    background: rgba(0,0,0,.5);
    max-width: 980px;
    margin: 30px auto 0;
}
.access_topic ul{
    display: flex;
    justify-content: space-between;
}

.access_topic li:nth-of-type(1){
    flex-basis: 37%;
    padding: 15px;
}
.access_topic li:nth-of-type(2),
.access_topic li:nth-of-type(3){
    flex-basis: 30%;
    text-align: right;
}
.access_topic li:nth-of-type(1) h4{
    font-size: 1.8rem;
}
.access_topic li:nth-of-type(1) p{
    margin-top: 4%;
    font-size: 1.2rem;
}
.access_topic li:nth-of-type(1) p span{
    font-size: 1.2rem;
    vertical-align: bottom;
}











/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


	section h2{
		font-size: 2.6rem;
	}
	section h2+.txt{
		font-size: 1.3rem;
	}

/* intro
-----------------------------------------------------------------*/
	.intro{
		padding: 50px 0 45px;
	}


/* station
-----------------------------------------------------------------*/
	.station{
		padding: 45px 0 100px; 
		background-size: 120% auto;
	}
	.station h2{
		margin-bottom: 30px;
		font-size: 2.5rem;
	}
	.station .station-list li:nth-child(n+2){
		margin-top: 40px;
	}
	.station .station-list li > div{
		display: block;
		max-width: none;
	}
	.station .station-list .pic{
		max-width: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.station .station-list .txt-area{
		width: 100%;
		padding-left: 0;
	}
	.station .station-list h3{
		font-size: 1.7rem;
		line-height: 1.8;
	}
	.station .station-list .txt{
		font-size: 1.3rem;
	}
	.station .station-list li:nth-child(n+2) > div{
		float: none;
	}
	.station .btn{
		margin: 50px auto 0;	
	}

/* traffic
-----------------------------------------------------------------*/

	.traffic{
		padding: 45px 0 278px;
		background-size: contain;
		background-image:url(../image/rev_230614/topi_bg_sp.png) ;
	}
	.traffic .train-map{
		margin: 35px 0 10px;
		padding: 30px 15px 40px;
	}
	.traffic .train-map .layout-box{
		display: block;
		text-align: center;
		margin: 0 auto 20px;	
	}
	.traffic .train-map .layout-box p{
		font-size: 1.3rem;
	}
	.traffic .train-map .layout-box p:nth-child(1){
		margin-right: 0;
	}
	.traffic .train-map .layout-box p:nth-child(2){
		margin: 15px 0 0;
	}
	.traffic .train-map .layout-box p strong{
		font-size: 2.3rem;
	}
	.traffic .train-map .layout-box p strong:nth-child(2){
		font-size: 2.5rem;
	}
	.traffic .train-map .layout-box p sub{
		font-size: 1rem;
	}
	.traffic .train-map .map{
		text-align: center;
	}
	.traffic .notes{
		font-size: 1rem;
	}
	.traffic .notes li{
		text-indent: -2.5em;
		padding-left: 2.5em;
	}
	.traffic .traffic-list{
		display: block;
		margin: 25px 10px 0;
	}
	.traffic .traffic-list li,
    .access_topic li{
		max-width: none;
		width: 100%;
	}
	.traffic .traffic-list li:nth-child(n+2){
		margin-top: 20px;
	}
	.traffic .traffic-list .caption{
		right: 5px;
		bottom: 5px;
	}
    
.access_topic ul{
    display: block;
}
.access_topic li:nth-of-type(1){
    padding: 15px;
}
.access_topic li:nth-of-type(2),
.access_topic li:nth-of-type(3){
    margin-top: 15px;
}
.access_topic li:nth-of-type(1) h4{
    font-size: 1.6rem;
}
.access_topic li:nth-of-type(1) p{
    margin-top: 4%;
    font-size: 1.2rem;
}
    .access_topic li:nth-of-type(1) p img{
    transform: scale(.9);
}
.access_topic li:nth-of-type(1) p span{
    font-size: 1.2rem;
    vertical-align: bottom;
}



}


/* 230614 うめきた訴求追加 */

.topicks{
	position: relative;
	padding: 3% 3% 0;
}
.topicks::before{
	content: '';
	display: block;
	background-image: url(../image/rev_230614/img_arrow.svg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 75px;
	margin: 2svh auto 0;
}
.topicks h3{
	text-align: center;
	margin-top: 4svh;
}
.topicks h3+p{
	text-align: center;
	margin-top: 4svh;
	font-size: 3rem;
	line-height: 1.5;
}
.topi_txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5svh;
}
.topi_txt p{
	flex-basis: 49%;
	font-size: 1.5rem;
	line-height: 1.6;
}

.topicks .cation{
	text-align: right;
	display: block;
	font-size: 1.2rem;	
}
.topi_img{
	display: flex;
	justify-content: space-between;
	margin-top: 5svh;
}
.topi_img p{
	position: relative;
	flex-basis: 33%;
}
.topi_img p:nth-of-type(1)::after,
.topi_img p:nth-of-type(2)::after,
.topi_img p:nth-of-type(3)::after
{
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	width: 114px; height: 114px;
	position: absolute;
	top: 5%; right: 5%;
}
.topi_img p:nth-of-type(1)::after{
	background-image: url(../image/rev_230614/img_umekita_icon01.svg);
}

.topi_img p:nth-of-type(2)::after{
	background-image: url(../image/rev_230614/img_umekita_icon02.svg);
}

.topi_img p:nth-of-type(3)::after{
	background-image: url(../image/rev_230614/img_umekita_icon03.svg);
}

@media screen and (max-width: 768px) {
	.topicks{
		position: relative;
		padding: 0;
	}
	.topicks::before{
		background-image: url(../image/rev_230614/img_arrow_sp.svg);
		background-size: 100%;
		width: 100%;
		height: 40px;
		margin: 3svh auto 0;
	}
	.topicks h3{
		text-align: center;
		margin: 3svh auto 0;
		width: 50%;
	}
	.topicks h3+p{
		text-align: center;
		margin-top: 3svh;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.topi_txt{
		display: block;
	}
	.topi_txt p{
		font-size: 1.5rem;
	}
	.topicks .cation{
	font-size: 1rem;
	}
	.topi_txt p:last-child{
		margin-top: 3svh;
	}
	.topi_img{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 3svh;
	}
	.topi_img p:nth-last-of-type(3){
		flex-basis: 100%;
	}
	.topi_img p:nth-last-of-type(1),
	.topi_img p:nth-last-of-type(2){
		flex-basis: 50%;
	}
	.topi_img p:nth-of-type(1)::after,
	.topi_img p:nth-of-type(2)::after,
	.topi_img p:nth-of-type(3)::after{
		background-size: contain;
		width: 70px; height: 70px;
		position: absolute;
		top: 10px; right: 10px;
	}
}