@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}
#contents {
	padding: 0;
}
#contents.mt {
	padding-top: 132px;
}
#contents .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#contents p {
	font-size: 1.066rem;
	line-height: 1.8;
}
#contents p.large {
	font-size: 1.2rem;
}
#contents p.xlarge {
	font-size: 1.333rem;
}
#contents p.small {
	font-size: 0.866rem;
}
sup {
	font-size: 60%;
	vertical-align: top;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.ttl-box + .col-box,
.col-box + .col-box {
	margin-top: 1rem;
}
.col-box + .col-box.mt0rem {
	margin-top: 0rem;
}
.ttl-box + .col-box.mt05rem,
.col-box + .col-box.mt05rem {
	margin-top: 0.5rem;
}
.ttl-box + .col-box.mt1rem,
.col-box + .col-box.mt1rem {
	margin-top: 1rem;
}
.ttl-box + .col-box.mt15rem,
.col-box + .col-box.mt15rem {
	margin-top: 1.5rem;
}
.ttl-box + .col-box.mt2rem,
.col-box + .col-box.mt2rem {
	margin-top: 2rem;
}
.ttl-box + .col-box.mt25rem,
.col-box + .col-box.mt25rem {
	margin-top: 2.5rem;
}
.ttl-box + .col-box.mt3rem,
.col-box + .col-box.mt3rem {
	margin-top: 3rem;
}
.ttl-box + .col-box.mt35rem,
.col-box + .col-box.mt35rem {
	margin-top: 3.5rem;
}
.ttl-box + .col-box.mt4rem,
.col-box + .col-box.mt4rem {
	margin-top: 4rem;
}
.ttl-box + .col-box.mt5rem,
.col-box + .col-box.mt5rem {
	margin-top: 5rem;
}
.ttl-box + .col-box.mt6rem,
.col-box + .col-box.mt6rem {
	margin-top: 6rem;
}

#main {
	position: relative;
}
#main > figure {
	position: relative;
}
#main > figure img {
	width: 100%;
}
#main > figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	font-size: 0.866rem;
}
#main > figure figcaption.out {
	right: 0.8em;
	bottom: -1.8em;
}
#main > figure figcaption.white {
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
	color: #FFF;
	font-weight: bold;
}

.img-box {
	position: relative;
	display: inline-block;
}
.img-box figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: left;
}
.img-box figcaption.right {
	text-align: right;
}
.img-box figcaption.in {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	margin-top: 0;
	text-align: right;
}
.img-box figcaption.in.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
.img-box figcaption.in.left {
	right: auto;
	left: 1.2em;
	bottom: 1em;
}

.caption {
	margin: 100px 0 0 0;
	padding: 1.6em 0 0 0;
	border-top: 1px solid rgba(0,0,0,.15);
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: left;
}



/****************************************************************************************************
タイトル共通
****************************************************************************************************/
.ttl-box {
	position: relative;
	z-index: 10;
}
.ttl-box div {
	color: #912C5F;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.ttl-box div + h2 {
	margin-top: 0.5em;
}
.ttl-box h2 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.ttl-box h2 + p {
	margin-top: 0.5em;
}



/****************************************************************************************************
location
****************************************************************************************************/
.location-bg {
	background: url(../img/location/bg.jpg) no-repeat center top;
	background-size: 100% auto;
}
#station-front {
	background-image: linear-gradient(180deg, rgba(108,103,141,.08), #FFF);
}
#market {
	background-image: linear-gradient(180deg, rgba(240,129,0,.08), #FFF);
}
#education {
	background-image: linear-gradient(180deg, rgba(204,89,104,.08), #FFF);
}
#gourmet-shop {
	background-image: linear-gradient(180deg, rgba(248,184,0,.08), #FFF);
}
#medical {
	background-image: linear-gradient(180deg, rgba(0,153,205,.08), #FFF);
}
#station-front .ttl-box.location div::first-letter  {
	color: #6C668C;
}
#market .ttl-box.location div::first-letter  {
	color: #F08100;
}
#education .ttl-box.location div::first-letter  {
	color: #CC5968;
}
#gourmet-shop .ttl-box.location div::first-letter,
#gourmet-shop .ttl-box.location div span  {
	color: #F9B900;
}
#medical .ttl-box.location div::first-letter  {
	color: #0099CC;
}

.ttl-box.location div {
	color: #000;
	font-size: 3.066rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.ttl-box.location div + h2 {
	margin-top: 0;
}
.ttl-box.location h2 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.station-front-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.station-front-block + .station-front-block {
	margin-top: 60px;
}
.station-front-block:nth-of-type(even) .station-front-img {
	order: 2;
}
.station-front-text {
	width: 580px;
	text-align: left;
}
.station-front-text h3 {
	color: #6C678D;
	font-size: 2.133rem;
	line-height: 1.4;
}
.station-front-text .access {
	font-size: 1.066rem;
	line-height: 1.6;
}
#contents .station-front-text p {
	font-size: 1.333rem;
	line-height: 1.8;
}
.station-front-text .access + p {
	margin-top: 0.8em;
}
.station-front-point {
	margin-top: 22px;
	padding-top: 25px;
	border-top: 1px solid #CCC;
}
.station-front-point dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.station-front-point dl + dl {
	margin-top: 20px;
}
.station-front-point dt {
	width: 100px;
}
.station-front-point dt ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
}
.station-front-point dd {
	flex: 1;
}
.station-front-point dd ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.6em 1em;
	font-size: 1.066rem;
}
.station-front-pointA dd ul li::first-letter  {
	color: #DD8B7D;
}
.station-front-pointB dd ul li::first-letter  {
	color: #9ED7E5;
}
.station-front-pointC dd ul li::first-letter  {
	color: #F8C479;
}

.location-column1 {
	padding: 40px;
	background: #EAE9F0;
}
.location-column1 h3 {
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 2.133rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.location-column1-caption {
	margin-top: 10px;
}

.market-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
.market-box-text {
	margin-top: 1em;
	text-align: left;
}
.market-box h3 {
	font-size: 1.733rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.market-box h3 .small {
	font-size: 1.333rem;
}
.market-box .access {
	margin-top: 0em;
	font-size: 1.066rem;
	line-height: 1.6;
}
.market-box p {
	margin-top: 0.4em;
}

.education-column {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	padding: 40px;
	border: 1px solid rgba(163,101,103,.5);
}
.education-column-mark {
	position: absolute;
	right: -20px;
	top: -20px;
}
.education-column-text {
	text-align: left;
}
.education-column h3 {
	color: #A36567;
	font-size: 1.733rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.education-column-text p {
	margin-top: 0.5em;
}
.education-column-caption {
	margin-top: 10px;
}

.location-column2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 40px 0 40px 40px;
	background: #E6EBE6;
}
.location-column2-text {
	width: 760px;
}
.location-column2 h3 {
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 2.133rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.location-column2-text p {
	text-align: left;
}
.location-column2-caption {
	margin-top: 10px;
}



/****************************************************************************************************
access
****************************************************************************************************/
#main-copy-access {
	position: absolute;
	left: 0;
	right: 0;
	top: 12vw;
}
#main-copy-access h2 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.05em;
}



/****************************************************************************************************
plan
****************************************************************************************************/
#main-copy-plan {
	position: absolute;
	left: 0;
	right: 0;
	top: 12vw;
}
#main-copy-plan h2 {
	color: #FFF;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-shadow:
		0 0 10px #4B97CD,
		0 0 10px #4B97CD;
}
#plan-point {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
}
#ecology {
	background-image: linear-gradient(180deg, #EAF6FD, #FFF);
}
.ecology-block {
}
.ecology-box + .ecology-box {
	margin-top: 80px;
}
.ecology-text h3 {
	margin-bottom: 1em;
	padding: 0.6em 0.6em;
	border-top: 1px solid #49A36C;
	border-bottom: 1px solid #49A36C;
	color: #49A36C;
	font-size: 2.133rem;
	line-height: 1.6;
}
.ecology-text p {
	margin-top: 0.8em;
}
.ecology-text figure {
	margin-top: 30px;
}

.plan-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: auto;
	width: 790px;
	width: 1200px;
	gap: 30px;
}

.plan-detail + .plan-detail {
	padding-top: 100px;
}
.plan-link {
	width:800px;
	margin:0 auto;
	margin-top:100px;
}
.plan-link select {
	width:100%;
	height:auto;
	padding:1.0em;
	background:#EEE;
	font-size:1.2rem;
}



/****************************************************************************************************
stop
****************************************************************************************************/
#stop {
	position: relative;
	color: #000;
	line-height: 1.8;
}
#stop-img .photo {
	position: relative;
}
#stop-img .photo img {
	object-fit: cover;
	width: 100%;
	height: 900px;
}
#stop-img .photo figcaption {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #FFF;
	font-size: 0.8rem;
}
#stop .stop-title h2 {
	color: #A1913A;
	font-size: 1.6rem;
}
#stop .stop-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*margin-top: 50px;*/
	padding: 80px 100px;
	background: rgba(255,255,255,.95);
	z-index: 2000;
	font-size: 1.2rem;
	box-shadow: 0 0 5px 5px rgba(0,0,0,.05);
}
.stop-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
}
.stop-btn div a {
	width: 260px;
	padding: 0.6em;
	display: block;
	background: #999;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}



@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	#contents.mt {
		padding-top: 9.0vw;
	}
	#contents .inner {
		width: 100%;
		padding: 10vw 4vw 10vw 4vw;
	}
	#contents p {
		font-size: 0.933rem;
		line-height: 1.8;
	}
	#contents p.large {
		font-size: 1.0rem;
	}
	#contents p.xlarge {
		font-size: 1.066rem;
	}
	#contents p.small {
		font-size: 0.733rem;
	}
	.spLeft {
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: calc(1rem * 0.75);
	}
	.col-box + .col-box.mt0rem {
		margin-top: calc(0rem * 0.75);
	}
	.ttl-box + .col-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: calc(0.5rem * 0.75);
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: calc(1rem * 0.75);
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: calc(1.5rem * 0.75);
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: calc(2rem * 0.75);
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: calc(2.5rem * 0.75);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.75);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.75);
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: calc(4rem * 0.5);
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.5);
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: calc(6rem * 0.5);
	}
	
	#main > figure figcaption {
		font-size: 0.533rem;
	}
	
	.img-box figcaption {
		font-size: 0.533rem;
	}
	
	.caption {
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	タイトル共通
	****************************************************************************************************/
	.ttl-box div {
		font-size: 1.0rem;
		letter-spacing: 0;
	}
	.ttl-box div + h2 {
		margin-top: 0.3em;
	}
	.ttl-box h2 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	.ttl-box.location div {
		font-size: 2.4rem;
	}
	.ttl-box.location h2 {
		font-size: 1.2rem;
	}
	
	.station-front-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4vw;
	}
	.station-front-block + .station-front-block {
		margin-top: 8vw;
	}
	.station-front-block:nth-of-type(even) .station-front-img {
		order: 0;
	}
	.station-front-text {
		width: 100%;
	}
	.station-front-text h3 {
		font-size: 1.6rem;
	}
	.station-front-text .access {
		font-size: 0.933rem;
	}
	#contents .station-front-text p {
		font-size: 1.066rem;
	}
	.station-front-point {
		margin-top: 4vw;
		padding-top: 4vw;
	}
	.station-front-point dl {
		gap: 4vw;
	}
	.station-front-point dl + dl {
		margin-top: 4vw;
	}
	.station-front-point dt {
		width: 20vw;
	}
	.station-front-point dt img {
		width: 9vw;
	}
	.station-front-point dt ul {
		gap: 2vw;
	}
	.station-front-point dd ul {
		font-size: 0.866rem;
	}
	
	.location-column1 {
		padding: 6vw;
	}
	.location-column1 h3 {
		font-size: 1.6rem;
	}
	.location-column1-caption {
		margin-top: 2vw;
		word-wrap: break-word;
	}
	
	.market-block {
		gap: 4vw 2vw;
	}
	.market-box {
		width: 45vw;
	}
	.market-box-text {
		margin-top: 1em;
	}
	.market-box h3 {
		font-size: 1.2rem;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}
	.market-box h3 .small {
		font-size: 1.0rem;
	}
	.market-box .access {
		font-size: 0.933rem;
	}
	.market-box p {
		margin-top: 0.4em;
	}
	
	.education-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4vw;
		padding: 6vw;
	}
	.education-column-mark {
		width: 16vw;
		right: -4vw;
		top: -4vw;
	}
	.education-column h3 {
		font-size: 1.333rem;
	}
	.education-column-caption {
		margin-top: 2vw;
		word-wrap: break-word;
	}
	
	.location-column2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4vw;
		padding: 6vw;
	}
	.location-column2-text {
		width: 100%;
	}
	.location-column2 h3 {
		font-size: 1.466rem;
	}
	.location-column2-caption {
		margin-top: 2vw;
		word-wrap: break-word;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	#main.access > figure img {
		width: 140%;
		margin-left: -30%;
	}
	#main-copy-access {
		top: 14vw;
	}
	#main-copy-access h2 {
		font-size: 1.333rem;
		letter-spacing: 0;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	#main.plan > figure img {
		width: 130%;
		margin-left: -22%;
	}
	#main-copy-plan {
		top: 12vw;
	}
	#main-copy-plan h2 {
		font-size: 1.333rem;
		letter-spacing: 0;
	}
	#plan-point {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
		margin-top: -4vw;
	}
	#plan-point figure {
		width: 45vw;
	}
	.ecology-box + .ecology-box {
		margin-top: 10vw;
	}
	.ecology-text h3 {
		margin-bottom: 0.8em;
		padding: 0.3em 0.6em;
		font-size: 1.466rem;
	}
	.ecology-text figure {
		margin-top: 4vw;
	}
	
	.plan-block {
		gap: 2vw;
		width: 100%;
	}
	.plan-block div {
		width: 45vw;
	}
	
	.plan-detail + .plan-detail {
		padding-top: 10vw;
	}
	.plan-link {
		width:100%;
		margin-top:10vw;
	}
	.plan-link select {
		font-size:0.8rem;
	}
	
	
	
	/****************************************************************************************************
	stop
	****************************************************************************************************/
	#stop-img .photo::before {
		display: none;
	}
	#stop-img .photo img {
		height: 120vw;
	}
	#stop-img .photo figcaption {
		left: 1em;
		bottom: 1em;
		font-size: 0.533rem;
	}
	#stop .stop-title h2 {
		font-size: 1.4rem;
	}
	#stop .stop-box {
		width: 92vw;
		margin-top: 5vw;
		padding: 8vw 8vw;
	}
	.stop-btn {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 3vw;
		margin-top: 6vw;
	}
	.stop-btn div a {
		width: 72vw;
		font-size: 1.4rem;
	}
	
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}