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



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
	color: #555;
}
#contents {
	padding: 0;
}
#contents.mt {
	padding-top: 116px;
}
#contents .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#contents .inner.w100 {
	width: 100%;
}
#contents .inner.w1000 {
	width: 1000px;
}
#contents .inner.w900 {
	width: 900px;
}
#contents .inner.w800 {
	width: 800px;
}
#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;
}
#contents p + p.small {
	margin-top: 0.6em;
}
#contents p.lh200 {
	line-height: 2.0;
}
sup {
	font-size: 60%;
	vertical-align: top;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.col-block + .col-block {
	margin-top: 100px;
}
.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;
	color: #000;
	font-size: 0.866rem;
}
#main > figure figcaption.left {
	right: auto;
	left: 0.8em;
}
#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;
}
#main.fmt380 > figure img {
	object-fit: cover;
	width: 100%;
	min-height: 380px;
}
#main.shadow > figure::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(255,255,2550), rgb(148,162,157,1));
	mix-blend-mode: multiply;
}
#main-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
}
#main-title h1 {
	font-family: Garamond, "Big Caslon Medium", "Times New Roman", serif;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#main-title h1.white {
	color: #FFF;
}
#main-title::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 50px;
	left: 0;
	right: 0;
	bottom: -60px;
	margin: auto;
	background: #FFF;
}
#main-title::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 50px;
	left: 0;
	right: 0;
	bottom: -110px;
	margin: auto;
	background: #000;
}

.img-box {
	position: relative;
	display: inline-block;
}
.img-box figcaption {
	margin-top: 0.8em;
	color: #555;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: left;
}
.img-box figcaption.right {
	text-align: right;
}
.img-box figcaption.center {
	text-align: center;
}
.img-box figcaption.in {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	margin-top: 0;
	line-height: 1.0;
	text-align: right;
}
.img-box figcaption.in.left {
	right: auto;
	left: 0.8em;
}
.img-box 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;
}

.caption {
	width: 1200px;
	margin: 100px auto 0 auto;
	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: #006598;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 1.733rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.ttl-box div + h2 {
	margin-top: 0.5em;
}
.ttl-box h2 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
#contents .ttl-box p {
	font-size: 1.2rem;
	line-height: 2.0;
	letter-spacing: 0.1em;
}
.ttl-box h2 + p {
	margin-top: 1.5em;
}



/****************************************************************************************************
ataracity
****************************************************************************************************/
#ataracity {
	padding-bottom: 200px;
	background: url(../img/ataracity/bg.jpg) repeat center top;
	background-size: cover;
}
#ataracity-intro {
	background: url(../img/ataracity/arrow.png) no-repeat center top;
}
#contents .ataracity-ttl p {
	margin-top: 60px;
	font-size: 1.333rem;
	letter-spacing: 0.1em;
	line-height: 2.4;
}
#ataracity-mark {
	margin-top: 100px;
}

.ataracity-block {
	position: relative;
}
.ataracity-block + .ataracity-block {
	margin-top: 150px;
}
.ataracity-bg {
	position: absolute;
	left: 0;
	top:  0;
	width: 100%;
	height: 100%;
}
.ataracity-bg figure {
	position: relative;
	width: 100%;
	height: 100%;
}
.ataracity-bg figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ataracity-bg figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	font-size: 0.866rem;
}
.ataracity-bg 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;
}

.ataracity-text {
	position: relative;
	display: inline-block;
	width: 1200px;
	margin: auto;
	padding: 70px 80px 140px 80px;
	text-align: left;
	color: #FFF;
}
.ataracity-text > .eng {
	color: rgba(255,255,255,.3);
	font-family: "Big Caslon Medium", Garamond, "Times New Roman", serif;
	font-size: 6.666rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.ataracity-text-block {
	display: inline-block;
	text-align: left;
}
.ataracity-text h2 {
	margin-top: 80px;
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.ataracity-text-box {
	margin-top: 80px;
	padding-left: 100px;
}
.ataracity-text-box + .ataracity-text-box {
	margin-top: 46px;
}
.ataracity-text-box h3 {
	position: relative;
	display: inline-block;
	font-size: 1.733rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.ataracity-text-box h3::before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 1px;
	left: calc(-100vw - 10px);
	top: 0.7em;
	background: rgba(255,255,255,.5);
}
#contents .ataracity-text-box p {
	margin-top: 20px;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	line-height: 2.2;
}

.ataracity-img {
	position: absolute;
	left: 50%;
	bottom: -100px;
	transform: translate(-50px, 0);
}
.ataracity-img figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	font-size: 0.866rem;
}
.ataracity-img 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;
}

.ataracity-bg figure::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	clip-path: polygon(0 0, 40% 0, 70% 100%, 0% 100%);
	background-color: rgba(0,119,174,.8);
}
.ataracity-caption {
	position: absolute;
	left: 0.8em;
	bottom: 0.8em;
	color: #FFF;
	font-weight: bold;
}

.ataracity-block:nth-of-type(even) .ataracity-bg figure figcaption {
	right: auto;
	left: 0.8em;
}
.ataracity-block:nth-of-type(even) .ataracity-text {
	text-align: right;
}
.ataracity-block:nth-of-type(even) .ataracity-bg figure::after {
	left: auto;
	right: 0;
	clip-path: polygon(60% 0, 100% 0, 100% 100%, 30% 100%);
}
.ataracity-block:nth-of-type(even) .ataracity-text-box {
	padding-left: 0;
	padding-right: 0;
}
.ataracity-block:nth-of-type(even) .ataracity-text-box h3::before {
	left: auto;
	right: calc(-100vw - 10px);
	top: 0.7em;
}
.ataracity-block:nth-of-type(even) .ataracity-img {
	left: auto;
	right: 50%;
	transform: translate(50px, 0);
}

.ataracity-column {
	position: absolute;
	margin-top: 36px;
	color: #000;
}
.ataracity-column-inner {
	padding: 26px 30px;
	background: #FFF;
	border: 1px solid rgba(14,129,162,.5);
}
.ataracity-column .eng {
	color: #B5B3AA;
	font-size: 0.733rem;
	line-height: 1.6;
}
.ataracity-column h4 {
	color: #0F82A3;
	font-size: 1.466rem;
	line-height: 1.6;
}
#contents .ataracity-column p {
	margin-top: 0.5em;
	font-size: 0.933rem;
	line-height: 1.6;
}
#contents .ataracity-column p.small {
	margin-top: 0.5em;
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: right;
}



/****************************************************************************************************
access
****************************************************************************************************/
.access-area-midashi {
	text-align: left;
}
.access-area-midashi-ttl {
	position: relative;
	z-index: 2;
}
.access-area-midashi-ttl h3 {
	color: #009EB0;
	font-family: Garamond, "Big Caslon Medium", "Times New Roman", serif;
	font-size: 6.666rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.1em;
}
#shin-osaka .access-area-midashi-ttl h3 {
	color: #0291DA;
}
#kyobashi-obp .access-area-midashi-ttl h3 {
	color: #615A95;
}
.access-area-midashi-photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 12px;
	margin-top: -52px;
}
.access-area-midashi-photo-left {
	width: 620px;
}
.access-area-midashi-photo-left img {
	width: calc(50vw + 121px);
	margin-left: calc(-50vw + 499px);
}

.access-area-body {
	margin-top: 60px;
}
.access-area-body h4 {
	margin-bottom: 0.8em;
	color: #009EB0;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#shin-osaka .access-area-body h4 {
	color: #0291DA;
}
#kyobashi-obp .access-area-body h4 {
	color: #615A95;
}

#umekita .inner.w1000 {
	padding: 0 0 60px 0;
}
#umekita .inner.w100 {
	padding: 0;
}
#shin-osaka .inner.w1000 {
	padding: 100px 0 60px 0;
}
#shin-osaka .inner.w100 {
	padding: 0;
}
#kyobashi-obp .inner.w1000 {
	padding: 100px 0 60px 0;
}
#kyobashi-obp .inner.w100 {
	padding: 0 0 100px 0;
}
#umekita-column {
	position: relative;
}
#umekita-column-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
#umekita-column-bg figure {
	width: 100%;
	height: 100%;
}
#umekita-column-bg figure img {
	object-fit: cover;
	object-position: left center;
	width: 100%;
	height: 100%;
}
#umekita-column-contents {
	position: relative;
}
#umekita-column-contents {
	width: 800px;
	margin: auto;
	padding: 50px 0 40px 0;
}
#umekita-column-contents h5 {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#umekita-column-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	text-align: left;
}
#contents #umekita-column-img p {
	margin-top: 0.6em;
	font-size: 0.933rem;
}

#shin-osaka-column {
	position: relative;
	width: 790px;
	margin: auto;
	padding: 62px 0 164px 0;
	text-align: left;
}
#shin-osaka-column-img-box1 {
	position: relative;
}
#shin-osaka-column-img-box1 figure {
	position: relative;
	z-index: 2;
}
#contents #shin-osaka-column-img-box1 p {
	position: absolute;
	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;
	left: 192px;
	top: 180px;
	width: 242px;
	height: 230px;
	padding-top: 97px;
	background: #E0F2FB;
}
#shin-osaka-column-img-box2 {
	position: absolute;
	right: 0;
	top: 0;
}
#shin-osaka-column-img-box3 {
	position: absolute;
	left: 446px;
	top: 242px;
}

#kyobashi-obp-column {
	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-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 10px;
	width: 690px;
	margin: auto;
	text-align: left;
}
#contents .kyobashi-obp-column-img-box p {
	margin-top: 0.6em;
	font-size: 0.933rem;
}
#kyobashi-obp-column-contents {
	padding: 29px;
	border: 1px solid rgba(97,89,149,.5);
}
#kyobashi-obp-column-contents .eng {
	color: #B5B3AA;
	font-family: Garamond, "Big Caslon Medium", "Times New Roman", serif;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
#kyobashi-obp-column-contents h5 {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	color: #615A95;
	font-size: 1.466rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.transport-title {
	position: relative;
}
.transport-title-bg figure {
	width: 100%;
}
.transport-title img {
	object-fit: cover;
	object-position: 50% 75%;
	width: 100%;
	height: 214px;
}
.transport-title h2 {
	position: absolute;
	width: 1000px;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -46%);
	margin: auto;
	color: #FFF;
	font-family: Garamond, "Big Caslon Medium", "Times New Roman", serif;
	font-size: 4.666rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
}

.transport-area-body {
}
.transport-area-body h4 {
	margin-bottom: 0.8em;
	color: #009EB0;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#train-img {
	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;
	margin-top: 80px;
}
#train-access1 {
	margin-top: 80px;
}
#train-access2 {
	margin-top: -130px;
	padding: 200px 0 80px 0;
	background: rgba(169,202,210,.15);
}
#train-access3 {
	margin-top: 80px;
}



/****************************************************************************************************
location
****************************************************************************************************/
.location-sec-header {
	position: relative;
}
.location-sec-header-img figure {
	width: 100%;
}
.location-sec-header-img figure img {
	object-fit: cover;
	width: 100%;
	min-height: 370px;
}
.location-sec-header-text {
	position: absolute;
	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;
	width: 438px;
	height: 276px;
	top: 50%;
	left: calc(50% + 30px);
	transform: translate(-100%, -50%);
}
.location-sec-header-text::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	left: -16px;
	top: -16px;
	z-index: 0;
}
.location-sec-header-text::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(249,245,240,.95), rgba(255,255,255,.95));
	left: 0;
	top: 0;
	z-index: 1;
}
.location-sec-header-text-inner {
	position: relative;
	z-index: 2;
}
.location-sec-header-text-inner h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	gap: 16px;
	color: #B09551;
	font-family: Garamond, "Big Caslon Medium", "Times New Roman", serif;
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#nature .location-sec-header-text-inner h2 {
	color: #6C9796;
}
.location-sec-header-text-inner h2 strong {
	font-size: 1.6rem;
	font-weight: normal;
}
#contents .location-sec-header-text-inner p {
	margin-top: 26px;
}

#contents .location-daily-life-sec1 {
	position: relative;
	z-index: 2;
}
#contents .location-daily-life-sec1 .inner.w800 {
	padding-bottom: 0;
}
.location-daily-life-sec1-title h3 {
	font-size: 1.533rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.location-daily-life-sec1-cont {
	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-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 29px;
	margin: auto;
	margin-top: 50px;
}

.location-daily-life-sec2 {
	margin-top: -100px;
	padding-top: 70px;
	background-image: linear-gradient(180deg, #F7F4EE, #F7F4EE 70%, #FFF 85%);
}
#bellfa {
	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: 60px;
}
#bellfa-img {
	width: 420px;
}
#bellfa-img figure img {
	width: calc(50vw - 30px);
	margin-left: calc(-50vw + 450px);
}
#bellfa-text {
	width: 420px;
	text-align: left;
}
#bellfa-text h3 {
	color: #B09551;
	font-size: 1.533rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#bellfa-text div {
	margin-top: 10px;
	color: #B09551;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#bellfa-text p {
	margin-top: 20px;
	letter-spacing: 0.05em;
}
#bellfa-info {
	position: relative;
	width: 800px;
	margin: auto;
}
.bellfa-sub {
	position: absolute;
	z-index: 2;
}
#bellfa-open {
	top: -110px;
	left: -70px;
}
#bellfa-sub1 {
	top: 170px;
	left: -100px;
}
#bellfa-sub2 {
	top: 18px;
	right: -105px;
}
#bellfa-sub3 {
	top: 297px;
	right: -81px;
}
#bellfa-sub4 {
	bottom: 58px;
	left: -71px;
}
#bellfa-sub5 {
	bottom: 32px;
	right: -50px;
}
#bellfa-list {
	width: 800px;
	margin: auto;
	margin-top: 56px;
	padding: 30px 33px;
	background: #FFF;
	text-align: left;
}
#bellfa-list h4 {
	color: #B09551;
	font-family: Garamond, "Big Caslon Medium", "Times New Roman", serif;
	font-size: 1.666rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}
#bellfa-list h4 + dl {
	margin-top: 24px;
}
#bellfa-list dl + dl {
	margin-top: 20px;
}
#bellfa-list dl + p {
	margin-top: 20px;
}
#bellfa-list dl dt {
	margin-bottom: 15px;
	padding: 0 12px;
	background-image: linear-gradient(90deg, #B09551, #B09551 60%, #FFF 100%);
	color: #FFF;
	font-size: 1.333rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#bellfa-list dl 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;
}
#bellfa-list dl dd ul li {
	padding: 1px 12px;
	width: 50%;
	background: #F4ECE3;
	font-size: 0.866rem;
	line-height: 1.6;
}
#bellfa-list dl dd ul li:nth-of-type(4n-1),
#bellfa-list dl dd ul li:nth-of-type(4n-2) {
	background: #FFF;
}

.location-nature-sec1-title {
	text-align: left;
}
.location-nature-sec1-title h3 {
	color: #6C9796;
	font-size: 1.533rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.location-nature-sec1-title div {
	margin-top: 10px;
	color: #6C9796;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.location-nature-sec1-title p {
	margin-top: 20px;
}

#location-nature-sec1-block1 {
	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;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#location-nature-sec1-block1-title {
	position: relative;
	width: 308px;
	margin-top: -10px;
}
#location-nature-sec1-block1::before {
	content: "";
	display: block;
	position: absolute;
	width: 210px;
	height: 210px;
	left: 203px;
	top: 205px;
	background: #F4F8ED;
}

#location-nature-sec1-block2 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 46px 20px;
	margin-top: -90px;
}

#location-nature-sec1-block3-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 90px;
	margin-top: 100px;
	text-align: left;
}
#location-nature-sec1-block3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	gap: 46px;
	width: 300px;
}
#location-nature-sec1-block4 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	gap: 46px;
}
#location-nature-sec1-block4::before {
	content: "";
	display: block;
	position: absolute;
	width: 210px;
	height: 210px;
	right: -70px;
	top: -70px;
	background: #F4F8ED;
}
#location-nature-sec1-block2-img7 {
	margin-left: -61px;
	margin-top: -69px;
}
#location-nature-sec1-block2-img9 {
	margin-right: -71px;
	margin-top: -69px;
	text-align: right;
}
#location-nature-sec1-block4-title {
	order: 3;
	margin-top: -108px;
}

#location-nature-sec1-block5 {
	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: 0;
	margin-top: 80px;
}
#location-nature-sec1-block5-title {
	width: 297px;
}

#park {
	position: relative;
}
#park-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
#park-bg figure {
	width: 100%;
	height: 100%;
}
#park-bg figure img {
	object-fit: cover;
	object-position: left center;
	width: 100%;
	height: 100%;
}
#park .inner {
	position: relative;
	padding: 60px 0;
}
#park-title h3 {
	font-size: 1.533rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#park-photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
#park-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-top: 20px;
}
#park-list dl {
	width: 395px;
	text-align: left;
}
#park-list dl dt {
	padding: 3px 20px;
	background-image: linear-gradient(90deg, rgba(108,151,150,1), rgba(108,151,150,1) 60%, rgba(108,151,150,0) 100%);
	color: #FFF;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#park-list dl dd {
	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: 0.5em;
	padding: 6px 20px;
	background-image: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	color: #555;
	font-size: 1.066rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#park-list dl dd strong {
	color: #6C9796;
	font-size: 1.466rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

#education,
#daily-spot {
	text-align: left;
}
#education .location-ed-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.location-ed-title h2 {
	color: #DDDDDD;
	font-family: Garamond, "Big Caslon Medium", "Times New Roman", serif;
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4;
	white-space: nowrap;
}
.location-ed-block {
	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: 60px;
}
.location-ed-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	width: 280px;
}
.location-ed-img figure {
	width: calc(50vw - 120px);
	margin-left: calc(-50vw + 400px);
}
.location-ed-img figure img {
	object-fit: cover;
	width: 100%;
	/*height: 500px;*/
	min-height: 500px;
	max-height: 600px;
}
.location-ed-text {
	width: 460px;
}
.location-ed-text h3 {
	font-size: 1.533rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.location-ed-photo-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 60px;
}
.location-ed-list {
	margin-top: 60px;
}
.location-ed-list dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4px 10px;
	background: #F1F1F1;
	font-size: 0.866em;
	line-height: 1.6;
}
.location-ed-list dl:nth-of-type(even) {
	background: #FFF;
}
.location-ed-list dl dt {
	width: 17em;
}

#contents #education .inner.w800 {
	padding-bottom: 80px;
}
#contents #daily-spot .inner.w800 {
	padding: 0;
}
#daily-spot .location-ed-img {
	order: 2;
}
#daily-spot .location-ed-img {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#daily-spot .location-ed-img figure {
	margin-left: auto;
	margin-right: calc(-50vw + 400px);
}



/****************************************************************************************************
plan
****************************************************************************************************/
#plan-bg {
	background: url(../img/plan/bg.jpg) no-repeat center top;
	background-size: cover;
}
.plan-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-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 46px;
}
.plan-box a {
	display: inline-block;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.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: 8.0vw;
	}
	#contents .inner {
		width: 100%;
		padding: 10vw 4vw 10vw 4vw;
	}
	#contents .inner.w100 {
		width: 100%;
	}
	#contents .inner.w800,
	#contents .inner.w900,
	#contents .inner.w1000 {
		width: 100%;
	}
	#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;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.col-block + .col-block {
		margin-top: 10vw;
	}
	.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.6);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.6);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.6);
	}
	.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;
	}
	#main.fmt380 > figure img {
		min-height: 60vw;
	}
	#main.shadow > figure::before {
		height: 30vw;
	}
	#main-title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 8vw;
	}
	#main-title h1 {
		font-size: 2.4rem;
	}
	#main-title::after {
		height: 7vw;
		bottom: -8vw;
	}
	#main-title::before {
		height: 7vw;
		bottom: -15vw;
	}
	
	.img-box figcaption {
		font-size: 0.533rem;
	}
	
	.caption {
		width: 100%;
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	.spLeft {
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	タイトル共通
	****************************************************************************************************/
	.ttl-box div {
		font-size: 1.466rem;
		letter-spacing: 0;
	}
	.ttl-box div + h2 {
		margin-top: 0.3em;
	}
	.ttl-box h2 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#contents .ttl-box p {
		font-size: 1.0rem;
		line-height: 2.0;
		letter-spacing: 0;
	}
	.ttl-box h2 + p {
		margin-top: 1.2em;
	}
	
	
	
	/****************************************************************************************************
	ataracity
	****************************************************************************************************/
	#main.ataracity > figure img {
		width: 130%;
	}
	#ataracity {
		padding-bottom: 16vw;
	}
	#ataracity-intro {
		background-size: 140vw auto;
	}
	#ataracity-copy {
		width: 70vw;
		margin: auto;
	}
	#contents .ataracity-ttl p {
		margin-top: 8vw;
		font-size: 1.0rem;
		letter-spacing: 0;
		line-height: 2.4;
	}
	#ataracity-mark {
		margin-top: 6vw;
	}
	
	.ataracity-block + .ataracity-block {
		margin-top: 16vw;
	}
	.ataracity-bg figure figcaption {
		font-size: 0.533rem;
		text-align: left;
	}
	
	.ataracity-text {
		width: 92vw;
		padding: 4vw 0 16vw 0;
	}
	.ataracity-text > .eng {
		font-size: 2.4rem;
	}
	.ataracity-text h2 {
		margin-top: 3vw;
		font-size: 1.6rem;
	}
	.ataracity-text-box {
		margin-top: 5vw;
		padding-left: 4vw;
	}
	.ataracity-text-box + .ataracity-text-box {
		margin-top: 4vw;
	}
	.ataracity-text-box h3 {
		font-size: 1.0rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.ataracity-text-box h3::before {
		left: calc(-100vw - 1vw);
		top: 0.7em;
	}
	#contents .ataracity-text-box p {
		margin-top: 2vw;
		font-size: 0.666rem;
		letter-spacing: 0;
		line-height: 1.8;
	}
	
	.ataracity-img {
		width: 40vw;
		bottom: -12vw;
		transform: translate(-3vw, 0);
	}
	.ataracity-img figure figcaption {
		font-size: 0.533rem;
	}
	
	.ataracity-bg figure::after {
		clip-path: polygon(0 0, 60% 0, 90% 100%, 0% 100%);
	}
	.ataracity-caption {
		font-size: 0.533rem;
	}
	
	.ataracity-block:nth-of-type(even) .ataracity-bg figure::after {
		clip-path: polygon(40% 0, 100% 0, 100% 100%, 10% 100%);
	}
	.ataracity-block:nth-of-type(even) .ataracity-text-box h3::before {
		right: calc(-100vw - 1vw);
		top: 0.7em;
	}
	.ataracity-block:nth-of-type(even) .ataracity-img {
		transform: translate(3vw, 0);
	}
	
	.ataracity-column {
		position: static;
		margin-top: 4vw;
		width: 56vw;
	}
	.ataracity-column-inner {
		padding: 3vw;
	}
	.ataracity-column .eng {
		font-size: 0.533rem;
	}
	.ataracity-column h4 {
		font-size: 0.866rem;
	}
	#contents .ataracity-column p {
		font-size: 0.6rem;
		line-height: 1.6;
	}
	#contents .ataracity-column p.small {
		color: #FFF;
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	.access-area-midashi-ttl h3 {
		font-size: 3.2rem;
		letter-spacing: 0.05em;
	}
	.access-area-midashi-photo {
		gap: 1vw;
		margin-top: -6vw;
	}
	.access-area-midashi-photo-left {
		width: 60vw;
	}
	.access-area-midashi-photo-left img {
		width: 64vw;
		margin-left: -4vw;
	}
	
	.access-area-body {
		margin-top: 8vw;
	}
	.access-area-body h4 {
		font-size: 1.333rem;
	}
	
	#umekita .inner.w1000 {
		padding: 0 4vw 8vw 4vw;
	}
	#umekita .inner.w100 {
		padding: 0;
	}
	#shin-osaka .inner.w1000 {
		padding: 10vw 4vw 8vw 4vw;
	}
	#shin-osaka .inner.w100 {
		padding: 0;
	}
	#kyobashi-obp .inner.w1000 {
		padding: 10vw 4vw 8vw 4vw;
	}
	#kyobashi-obp .inner.w100 {
		padding: 0 0 10vw 0;
	}
	#umekita-column-bg figure img {
		object-fit: cover;
		object-position: left center;
		width: 100%;
		height: 100%;
	}
	#umekita-column-contents {
		width: 100vw;
		padding: 5vw 4vw 6vw 4vw;
	}
	#umekita-column-contents h5 {
		margin-bottom: 1.0em;
		font-size: 1.2rem;
	}
	#umekita-column-img {
		gap: 1.5vw;
	}
	#contents #umekita-column-img p {
		font-size: 0.633rem;
	}
	
	#shin-osaka-column {
		width: 92vw;
		padding: calc(62vw * 0.117) 0 calc(164vw * 0.117) 0;
	}
	#contents #shin-osaka-column-img-box1 p {
		left: calc(192vw * 0.117);
		top: calc(180vw * 0.117);
		width: calc(242vw * 0.117);
		height: calc(230vw * 0.117);
		padding-top: calc(97vw * 0.117);
		font-size: 0.533rem;
	}
	#shin-osaka-column-img-box1 img {
		width: calc(366vw * 0.117);
	}
	#shin-osaka-column-img-box2 img {
		width: calc(412vw * 0.117);
	}
	#shin-osaka-column-img-box3 img {
		width: calc(227vw * 0.117);
	}
	#shin-osaka-column-img-box3 {
		left: calc(446vw * 0.117);
		top: calc(242vw * 0.117);
	}
	
	#kyobashi-obp-column {
		gap: 2vw 2vw;
		width: 92vw;
	}
	.kyobashi-obp-column-img-box {
		width: 45vw;
	}
	#contents .kyobashi-obp-column-img-box p {
		font-size: 0.733rem;
	}
	#kyobashi-obp-column-contents {
		padding: 4vw;
	}
	#kyobashi-obp-column-contents .eng {
		font-size: 0.666rem;
	}
	#kyobashi-obp-column-contents h5 {
		font-size: 1.333rem;
	}
	
	.transport-title img {
		height: 22vw;
	}
	.transport-title h2 {
		width: 92vw;
		top: 50%;
		transform: translate(0, -50%);
		font-size: 2rem;
	}
	
	.transport-area-body h4 {
		font-size: 1.333rem;
	}
	
	#train-img {
		margin-top: 8vw;
	}
	#train-access1 {
		margin-top: 8vw;
	}
	#train-access2 {
		margin: -12vw -4vw 0 -4vw;
		padding: 20vw 4vw 8vw 4vw;
	}
	#train-access3 {
		margin-top: 8vw;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	.location-sec-header-img figure img {
		min-height: 50vw;
	}
	.location-sec-header-text {
		width: 58vw;
		height: auto;
		top: 50%;
		left: 4vw;
		padding: 4vw 0;
		transform: translate(0, -50%);
	}
	.location-sec-header-text::before {
		left: -2vw;
		top: -2vw;
	}
	.location-sec-header-text-inner h2 {
		gap: 2vw;
		font-size: 2.0rem;
		letter-spacing: 0;
	}
	.location-sec-header-text-inner h2 strong {
		font-size: 1.0rem;
	}
	#contents .location-sec-header-text-inner p {
		margin-top: 3vw;
		font-size: 0.733rem;
	}
	
	.location-daily-life-sec1-title h3 {
		font-size: 1.333rem;
	}
	.location-daily-life-sec1-cont {
		gap: 2vw;
		margin-top: 6vw;
	}
	.location-daily-life-sec1-cont > div {
		width: 45vw;
	}
	
	.location-daily-life-sec2 {
		margin-top: -20vw;
		padding-top: 16vw;
	}
	#bellfa {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 5vw;
	}
	#bellfa-img {
		width: 100%;
	}
	#bellfa-img figure img {
		width: 100vw;
		margin-left: -4vw;
		margin-right: -4vw;
	}
	#bellfa-text {
		width: 100%;
	}
	#bellfa-text h3 {
		font-size: 1.333rem;
	}
	#bellfa-text div {
		margin-top: 1.5vw;
		font-size: 0.866rem;
	}
	#bellfa-text p {
		margin-top: 2vw;
	}
	#bellfa-info {
		width: 100%;
	}
	#bellfa-open {
		width: calc(162vw * 0.17);
		top: -12vw;
		left: auto;
		right: -3vw;
	}
	#bellfa-sub1 {
		width: calc(112vw * 0.08);
		top:  -6vw;
		left: -2vw;
	}
	#bellfa-sub2 {
		width: calc(179vw * 0.1);
		top: 12vw;
		right: -3vw;
	}
	#bellfa-sub3 {
		width: calc(156vw * 0.1);
		top: 86vw;
		right: -3vw;
	}
	#bellfa-sub4 {
		width: calc(92vw * 0.1);
		bottom: 4vw;
		left: 50vw;
	}
	#bellfa-sub5 {
		width: calc(101vw * 0.1);
		bottom: 0;
		right: 0;
	}
	#bellfa-list {
		width: 100%;
		margin-top: 6vw;
		padding: 4vw 4vw;
	}
	#bellfa-list h4 {
		font-size: 1.333rem;
	}
	#bellfa-list h4 + dl {
		margin-top: 3vw;
	}
	#bellfa-list dl + dl {
		margin-top: 3vw;
	}
	#bellfa-list dl + p {
		margin-top: 3vw;
	}
	#bellfa-list dl dt {
		margin-bottom: 2vw;
		padding: 0 3vw;
		font-size: 1.2rem;
	}
	#bellfa-list dl dd ul li {
		padding: 1vw 2vw;
		font-size: 0.666rem;
	}
	
	.location-nature-sec1-title h3 {
		font-size: 1.333rem;
	}
	.location-nature-sec1-title div {
		margin-top: 1.5vw;
		font-size: 0.866rem;
	}
	.location-nature-sec1-title p {
		margin-top: 2vw;
	}
	
	#location-nature-sec1-block1 {
		gap: 4vw;
		margin-top: -2vw;
	}
	#location-nature-sec1-block1-title {
		width: 100%;
		margin-top: 0;
	}
	#location-nature-sec1-block1-img2 {
		width: 75vw;
	}
	#location-nature-sec1-block1-img1 {
		width: 45vw;
		margin-left: 47vw;
		margin-top: -10vw;
	}
	#location-nature-sec1-block1::before {
		width: 20vw;
		height: 20vw;
		left: 40vw;
		top: 95vw;
	}
	
	#location-nature-sec1-block2 {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 4vw;
		margin-top: -4vw;
	}
	#location-nature-sec1-block2-img4 {
		width: 75vw;
		margin-left: 17vw;
	}
	#location-nature-sec1-block2-img5 {
		width: 40vw;
		margin-top: -12vw;
	}
	
	#location-nature-sec1-block3-4 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 8vw;
		margin-top: -3vw;
		text-align: left;
	}
	#location-nature-sec1-block3 {
		gap: 4vw;
		width: 100%;
	}
	#location-nature-sec1-block3-title {
		text-align: right;
	}
	#location-nature-sec1-block2-img7 {
		width: 35vw;
		margin-left: 57vw;
		margin-top: -25vw;
	}
	#location-nature-sec1-block4 {
		gap: 4vw;
	}
	#location-nature-sec1-block4::before {
		width: 20vw;
		height: 20vw;
		right: -2vw;
		top: -4vw;
	}
	#location-nature-sec1-block2-img8 {
		width: 75vw;
		margin-left: 19vw;
	}
	#location-nature-sec1-block2-img9 {
		width: 35vw;
		margin-right: 0;
		margin-top: -20vw;
	}
	#location-nature-sec1-block4-title {
		order: 0;
		margin-top: 0;
	}
	
	#location-nature-sec1-block5 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4vw;
		margin-top: 8vw;
	}
	#location-nature-sec1-block5-title {
		width: 100%;
	}
	
	
	#park .inner {
		padding: 8vw 4vw;
	}
	#park-title h3 {
		font-size: 1.333rem;
	}
	#park-photo {
		margin-top: 6vw;
	}
	#park-list {
		gap: 2vw;
		margin-top: 4vw;
	}
	#park-list dl {
		width: 100%;
	}
	#park-list dl dt {
		padding: 1vw 4vw;
		font-size: 0.866rem;
	}
	#park-list dl dd {
		padding: 2vw 4vw;
		font-size: 1.0rem;
	}
	#park-list dl dd strong {
		font-size: 1.333rem;
	}
	
	#education .location-ed-title {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.location-ed-title h2 {
		font-size: 3.066rem;
	}
	.location-ed-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 5vw;
	}
	.location-ed-img {
		width: 100%;
	}
	.location-ed-img figure {
		width: 100%;
		margin-left: 0;
	}
	.location-ed-img figure img {
		min-height: initial;
		min-height: auto;
		max-height: initial;
		max-height: auto;
		height: 80vw;
	}
	.location-ed-text {
		width: 100%;
	}
	.location-ed-text h3 {
		font-size: 1.333rem;
	}
	.location-ed-photo-block {
		gap: 2vw;
		margin-top: 4vw;
	}
	.location-ed-list {
		margin-top: 4vw;
	}
	.location-ed-list dl {
		padding: 2vw 4vw;
		font-size: 0.866em;
	}
	
	#contents #education .inner.w800 {
		padding-bottom: 10vw;
	}
	#contents #daily-spot .inner.w800 {
		padding: 0 4vw 0 4vw;
	}
	#daily-spot .location-ed-img {
		order: 0;
	}
	#daily-spot .location-ed-img figure {
		margin-right: 0;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	.plan-block {
		gap: 2vw;
	}
	.plan-box {
		width: 45vw;
	}
	.plan-box a {
		box-shadow: 0 0 10px rgba(0,0,0,.1);
	}
	
	.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) {
}