@charset "utf-8";

main p {
	font-family: maru-maru-gothic-clr-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.access_flex {
	display: flex;
	justify-content: space-between;
}
.access_flex_in {
	width: 48%;
}
.access_flex_in.radius img {
	border-radius: 10px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb260 {
	margin-bottom: 200px;
}
.trainmap_box {

}
.trainmap {
	max-width: 750px;
	margin: 0 auto 60px;
}
.scroll_l {
    display: none;
}
.access_cap {
	font-size: 13px;
	margin-bottom: 10px;
	text-align: right;
	margin-top: 5px;
}
.multiply {
	mix-blend-mode: multiply;
}

/* 装飾 */
.deco01 {
	position: absolute;
	top: -20%;
	left: 0;
	width: 13%;
}
.deco02 {
	position: absolute;
	top: -5%;
	left: -20%;
	width: 13%;
}
.deco03 {
	position: absolute;
	bottom: 15%;
	right: -15%;
	width: 13%;
}
.deco04 {
	position: absolute;
	top: -66%;
	right: 0%;
	width: 13%;
}
.deco05 {
	position: absolute;
	top: -50%;
	left: 0%;
	width: 8%;
}
.deco06 {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 9%;
}
.decoplate{
	position: absolute;
	top: 17%;
	left: 0%;
	width: 11%;
}
.decoshoes{
	position: absolute;
	top: 14%;
	right: 0%;
	width: 10%;
}
.decocoffie{
	position: absolute;
	top: 68%;
    right: -8%;
    width: 7%;
}
.decobook{
	position: absolute;
	top: 82%;
    width: 9%;
    left: -10%;
}
.human01 {
	position: absolute;
	bottom: -23%;
	right: 0%;
	max-width: 350px;
}
.human02 {
	position: absolute;
	top: -7%;
	right: 0%;
	max-width: 300px;
}
.human01_img {
	max-width: 300px;
	margin-left: auto;
	margin-top: 10px;
}


/* 20240315 */
.access_detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.access_detail_in {
	width: 47%;
	margin-bottom: 40px;
}
.access_detail_in_flex {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #000;
	padding-bottom: 15px;
	margin-bottom: 10px;
	align-items: center;
}
.access_detail_in_flex_left p {
	font-size: 23px;
	font-weight: 700;
}
.access_detail_in_flex_left p span {
	font-size: 13px;
}
.access_detail_in_flex_right {

}
.access_detail_in_flex_right img {height: 35px;}
.access_detail_p {
	font-size: 14px;
}
.mt10 {
	margin-top: 10px;
}
.dbn1000 {
	display: none;
}
.cap.mt10 {
	line-height: 1.5;
}
@media screen and (max-width: 1000px){
	.deco01 {
		top: -10%;
		left: 5%;
		width: 10%;
	}
	.deco02 {
		top: 0%;
		left: 0%;
		width: 9%;
	}
	.deco03 {
		right: 0%;
	}
	.human02 {
		bottom: 71%;
		right: 5%;
		max-width: 200px;
	}
	.deco06 {
		top: -5%;
		left: 5%;
	}
	.human01 {
		bottom: 0%;
		right: 4%;
		max-width: 230px;
	}
	.deco04 {
		top: -55%;
		right: 4%;
		width: 13%;
	}
	.mb260 {
		margin-bottom: 100px;
	}

	/* 20240315 */
	.access_detail_in_flex_left p {
		font-size: 18px;
	}
	.access_detail_in_flex_right img {
		height: 25px;
	}
	.access_detail_p {
		font-size: 13px;
	}
	.human01_img {
		max-width: 200px;
	}
	.dbn1000 {
		display: block;
	}
}

@media screen and (max-width: 650px){
.trainmap {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.trainmap > img{
	min-width: 500px;
	padding-bottom: 20px;
}


.scroll_l {
	position: relative;
	color: #808080;
	padding: 5px 0;
	display: inline-block;
	text-decoration: none;
	outline: none;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	/* margin-bottom: 40px; */
}
.scroll_l {
	position: relative;
	color: #808080;
	padding: 5px 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: #808080;
}
.scroll_l::after {
	content: "";
	position: absolute;
	bottom: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	transform: rotate(-135deg);
}
.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
	}
}

.deco01 {
    left: 0%;
    width: 14%;
}
.deco02 {
    top: 0%;
    width: 13%;
}
.deco03 {
    bottom: 35%;
    width: 18%;
}
.trainmap {
    margin: 0 auto 0px;
}
.human02 {
    bottom: 96%;
    right: 0%;
    max-width: 155px;
}
.deco06 {
    top: 0%;
    left: 0%;
    width: 15%;
}
.human01 {
    bottom: 90%;
    right: 0%;
    max-width: 155px;
}
.deco04 {
    right: 0%;
    width: 20%;
    top: -110%;
}
.deco05 {
    top: -100%;
    left: 5%;
    width: 14%;
}
.access_flex {
    flex-wrap: wrap;
}
.access_flex_in.spmax {
	width: 100%;
}
.access_flex_in.spmax:nth-of-type(1) {
	margin-bottom: 30px;
}
.sec_subttl.spcenter , .sec_lead.spcenter {
	text-align: center;
}

/* 20240315 */
.access_detail_in {
    width: 100%;
    margin-bottom: 25px;
}
.access_detail_p {
    font-size: 12px;
}
.access_detail_in_flex {
    padding-bottom: 10px;
}
.human01_img {
	max-width: 155px;
}
.dbn1000 {
	display: none;
}


}

/*20241216*/
.etfl{
  margin-bottom: 80px;
}
.near{
  max-width: 390px;
  margin: 0 auto 50px;
  display: block;
}
/*.near{
  color: #e4007f;
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}*/
.sec_ttl span{
  color: #e4007f;
  font-size: 55px;
} 
.ekitika_bx{
  width: 50%;
}
.ekitika_bx_a{
  background-image: url("../img/access/ekitika_bg.png");
  color: #ffffff;
  text-align: center;

}	
.ekitika_bx_b{
  background-image: url("../img/access/ekitika_bg2.png");
  color: #ffffff;
  text-align: center;
}
.eki_ttl{
  border-bottom: 1px solid #ffffff;
  font-size: 38px;
width: 240px;
margin: 70px auto 30px;
}
.flat_ttl{
  width: 95%;
}
.eki_p{
  font-size: 36px;
  line-height: 1.5;
}
.flatap{
  margin: 400px auto;
}
.ame{
  width: 40%;
	position: absolute;
	top: 51%;
}
.coffie{
  width: 40%;
	position: absolute;
	top: 52%;
	right: 0;
}
.baby{
  width: 40%;
	position: absolute;
	top: 103%;

}
.kitaku{
  width: 40%;
	position: absolute;
	top: 109%;
	right: 0;
}
.ekitika_bx{
	position: relative;
}
.e_note1{
	font-size: 10px;
	position: absolute;
	bottom:0;
	right: 5px;
}
.e_note2{
	font-size: 10px;
	color: #ffffff;
	position: absolute;
	bottom:0;
	right: 0px;
}
@media screen and (max-width: 1000px){
	.sec_ttl span{
		font-size: 44px;
	}
	.eki_ttl{
		font-size: 29px;
	}
	.eki_p{
		font-size: 24px;
	}
	.decobook {
		top: 69%;
		left: 0%;
	}
	.decocoffie{
		right: 0;
	}
	
}
@media screen and (max-width: 650px){
	.near{
		width: 60%;
	}
	
	.sec_ttl span {
		font-size: 26px;
    }
	.ekitika_bx {
    	width: 100%;
	}
	.eki_ttl {
        width: 30%;
        margin: 20px auto;
    }
	.flat_ttl{
		width: 60%;
	}
	.eki_p {
        padding-bottom: 20px;
        font-size: 14px;
    }
	.ame {
    width: 60%;
    position: absolute;
    top: 51%;
	}
	.coffie {
    width: 60%;
    position: absolute;
    top: 59%;
    right: 0;
	}
	.or1{
		order: 1;
	}
	.or2{
		order: 2;
	}
	.kitaku {
    width: 60%;
    top: 114%;
	}
	.baby {
    width: 60%;
	}
	.decoplate{
	
	width: 15%;
}
.decoshoes{
	
	width: 15%;
}
.decocoffie{
	
    width: 10%;
}
.decobook{
	
    width: 13%;
}
}