@charset "utf-8";
body {
	/* background: yellow; */
}
img {
	/* -webkit-backface-visibility: hidden; */
	}
main {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	overflow: hidden;
	display: block;
}
.wrap {
	overflow: hidden;
}
section{
	margin: 140px auto;
}
.display_sp {
	display: none;
}
.br_500 {
	display: none;
}
.ta_r	{
	text-align: right;
}
.inner {
	max-width: 1240px;
	padding: 0 10px;
	margin:0 auto;
}
.bg {
	background-image: url(../img/access/bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 130px;
}
.mv_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 200px;
}
.mv_img {
	width: 49.479167%;
	position: relative;
}

.subhead{
    position: relative;
    margin: 0 0 100px;
    background: url(../img/access/mv01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
}
.subhead_p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 57px;
    /* background: rgba(0,43,19,0.70); */
    color: #fff;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
}

.img_cap {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 15px;
	width: 100%;
	padding: 0 0.5em 0.5em;
	text-shadow: 0px 1px 6px #000000;
}
.head_wrap {
	position: relative;
	margin-bottom: 130px;
}
.head_txt {
	display: flex;
	justify-content: center;
	/* position: absolute; */
	/* top: 50%; */
	/* transform: translate(0,-50%); */
	/* left: 20%; */
}

.txt_block {
	width: 16%;
	max-width: 192px;
	position: relative;
}
.txt_block:not(:last-child) {
	margin-right: 4%;
}
.txt_block .txt {
	/* position: absolute; */
	top: 0;
}
.txt_block .txt_ja {
}
.txt_block .txt_en {
	position: absolute;
	top: 0;
}
.concept_ttl {
	font-size: 50px;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
	margin-bottom: 40px;
}
.concept_txt p {
	/* font-size: 25px; */
    font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 3;
	text-align: center;
}

/**/
.img_box01{
    margin: 100px auto;
    position: relative;
}

/**/
.flex01{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.flex02{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rosen_box{
	margin: 60px auto 0;
}
.rosen_li{
    width: 220px;
    height: 220px;
    border-radius: 200px;
    border:1px solid #000;
    background: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.rosen_li p{
    text-align: center;
}
.eki_p01{
    margin: 0 0 10px;
    font-size: 13px;
    letter-spacing: 2px;
}
.eki_h01{
    font-size: 24px;
    font-weight: bold;
	display: flex;
    align-items: center;
}
.eki_h01 span{
	font-size: 12px;
    margin: 1px 0 0 4px;
    line-height: 1.1;
}
.eki_time01{
    margin: 10px 0 0;
    padding:10px 0 0;
    position: relative;
}
.eki_time01::after{
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #000;
    top: 0;
    left:50%;
    transform: translateX(-50%);
}
.time01{
    font-size: 48px;
    color: #1c4e32;
	position: relative;
    bottom: -2px;
}
.line_h01{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}
.line_box{
    flex-wrap: wrap;
    
}
.line_li{
    width: 31%;
    font-size: 24px;
    margin: 0 0 2%;
    font-weight: bold;
}
.line_p{
    font-size: 12px;
    margin: 10px 0 0;
}

/**/
.sta_box{
    flex-wrap: wrap;
    margin: 100px auto 0;
}
.sta_box li{
    width: 48%;
    max-width: 580px;
    margin: 0;
	margin-bottom:40px;
	position: relative;
}

.map01{
    max-width: 1000px;
    margin: 100px auto;
}

.taxi_box{
    max-width: 1140px;
    margin: 60px auto 100px;
}

.taxi_ul{
    
}
.taxi_ul li{
    width: 49%;
    max-width: 550px;
}
.taxi_ul.flex01{
	align-items: flex-start;
}
.cap01{
	margin: 5px 0 0;
	font-size: 12px;
}
.cap_main{
	font-size: 12px;
	line-height: 1.5;
}


@media screen and (max-width: 1200px) {
	.rosen_box {
		margin: 60px auto 0;
		max-width: 1000px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.rosen_li {
		margin: 0 2%;
	}
	.line_li{
		width: 32%;
	}

}

@media screen and (max-width: 1100px) {
	.bg {
		padding-bottom: 6vw;
	}
	.mv_wrap {
		margin-bottom: 10vw;
	}
	.img_cap {
		font-size: 12px;
	}
	.head_wrap {
		margin-bottom: 6vw;
	}
	.txt_block {
		width: 10vw;
	}
	.txt_block:not(:last-child) {
		margin-right: 2.6vw;
	}
	.concept_ttl {
		margin-bottom: 6vw;
		font-size: 2.6vw;
	}
	.concept_txt p  {
		font-size: 1.3vw;
	}

}
@media screen and (max-width: 800px) {
	section {
		margin: 10vw auto;
	}
	.subhead{
		height: 380px;
	}
	.subhead_p{
		font-size: 46px;
	}
	.img_box01{
		margin: 10vw auto;
	}
	.rosen_li {
		width: 190px;
		height: 190px;
	}
	.eki_p01 {
		margin: 0 0 5px;
		font-size: 11px;
	}
	.time01 {
		font-size: 38px;
	}
	.line_li{
		font-size: 20px;
	}
	.line_h01 {
		font-size: 16px;
	}

}
@media screen and (max-width: 750px) {
	.bg {
		padding-bottom: 8vw;
	}
	.mv_wrap {
		margin-bottom: 13vw;
	}
	.img_cap {
		font-size: 12px;
	}
	.head_wrap {
		margin-bottom: 8vw;
	}
	.txt_block {
		width: 16vw;
	}
	.txt_block:not(:last-child) {
		margin-right: 4.16vw;
	}
	.concept_ttl {
		margin-bottom: 5vw;
		font-size: 24px;
	}
	.concept_txt p  {
		font-size: 14px;
	}

}
@media screen and (max-width: 650px) {
	.subhead {
		height: 250px;
	}
	.subhead_p {
		font-size: 9vw;
	}

	section {
		margin: 60px auto;
	}
	.subhead{
		margin-bottom: 13vw;
	}
	.rosen_box{
		margin: 5vw auto 0;
	}
	.eki_h01 span {
		font-size: 10px;
	}

	.rosen_li {
		width: 150px;
		height: 150px;
		margin: 2%;
	}
	.eki_p01 {
		margin: 0 0 5px;
		font-size: 10px;
		letter-spacing: 1px;
	}
	.eki_h01 {
		font-size: 18px;
	}
	.time01 {
		font-size: 34px;
	}
	.sta_box {
		margin: 60px auto 0;
	}
	.map01 {
		margin: 80px auto 60px;
	}
	.sta_box li {
		width: 49%;
		margin-bottom:7px;
	}
	.line_box{
		max-width: 340px;
		margin: 0 auto;
	}
	.line_h01{
		max-width: 340px;
		margin: 0 auto 30px;
	}
	.line_li {
		width: 100%;
		margin: 0 0 8%;
	}
	/*
	.line_box li:nth-of-type(8),.line_box li:nth-of-type(9){
		margin: 0 !important;
	}
	*/
	.line_box li:nth-of-type(10){
		margin: 0 !important;
	}
	.line_p {
		font-size: 10px;
		margin: 5px 0 0;
	}
	.line_h01 {
		font-size: 14px;
	}
	.taxi_box{
		width: 90%;
		margin: 10vw auto;
	}
	.taxi_ul.flex01{
		flex-wrap: wrap;
	}
	.taxi_ul li{
		width: 100%;
		max-width: auto;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.mv_wrap {
		display: block;
	}
	.mv_img {
		width: 100%;
	}
	.img_cap{
		text-align: right;
	}
	.cap01 {
		font-size: 10px;
	}
	.cap_main{
		font-size: 10px;
	}
}
@media screen and (max-width: 500px) {
	.br_500 {
		display: block;
	}
}
@media screen and (max-width: 360px) {
	.concept_ttl {
		font-size: 23px;
	}
}


/* inview */
.inview {
	/* margin-top: 1px; */
}
.fade {
	opacity: 0;
	-webkit-transform: translateY(5%);
	transform: translateY(5%);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.fade.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur {
	opacity: 0;
	filter: blur(20px);
	-ms-filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur.is-show {
	opacity: 1;
	filter: blur(0);
	-ms-filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.to_right {
opacity: 0;
-webkit-transform: translateX(-5%);
transform: translateX(-5%);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_right.is-show {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_left {
opacity: 0;
-webkit-transform: translateX(5%);
transform: translateX(5%);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_left.is-show {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.delay2 {
transition-delay: 0.3s;
}
.delay3 {
transition-delay: 0.5s;
}
.delay4 {
transition-delay: 0.7s;
}
.delay5 {
transition-delay: 0.9s;
}
.delay6 {
transition-delay: 1.1s;
}
.delay7 {
transition-delay: 1.3s;
}
.delay8 {
transition-delay: 1.5s;
}
.delay9 {
transition-delay: 2s;
}

@media all and (-ms-high-contrast: none) {
	.txt_block .bg_blur{
		background:rgba(16,44,0,0.3);
		box-shadow:0 0 40px rgba(16,44,0,0.6);
	}
	.eki_h01 span {
		margin: -5px 0 0 4px;
	}
}