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



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap.gray {
    background: #F9F9F9;
	color: #000;
}
#wrap {
	overflow: hidden;
}
#contents {
	padding: 122px 0 0 0;
}
#contents > .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}

.sec-block + .sec-block {
	margin-top: 100px;
}

figure.img-box {
	position: relative;
	display: inline-block;
}
figure.img-box figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}
figure.img-box figcaption.left {
	text-align: left;
}
figure.img-box figcaption.in {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
}
figure.img-box figcaption.in.left {
	right: auto;
	left: 0.8em;
}
figure.img-box figcaption.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);
}
figure.img-box figcaption.white.noshadow {
	text-shadow: none;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.ttl-box .english {
	color: #175461;
	font-size: 3.6rem;
	font-family: garamond, Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.ttl-box h2.large {
	font-size: 3.066rem;
	line-height: 1.4;
}
.ttl-box h2 {
	font-size: 2.133rem;
	line-height: 1.5;
}
#contents .ttl-box p {
	font-size: 1.2rem;
	line-height: 1.8;
}
#contents .ttl-box p.small {
	font-size: 0.866rem;
	line-height: 1.8;
}
.ttl-box .english + h2 {
	margin-top: 0.4em;
}
.ttl-box h2 + p {
	margin-top: 1.2em;
}
.ttl-box p + p.small {
	margin-top: 1em;
}

#contents p {
	font-size: 1.066rem;
	line-height: 1.8;
}
#contents p .large,
#contents p.large {
	font-size: 1.2rem;
	line-height: 1.8;
}
#contents p .medium,
#contents p.medium {
	font-size: 1.0rem;
	line-height: 1.8;
}
#contents p .small,
#contents p.small {
	font-size: 0.866rem;
	line-height: 1.8;
}

.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;
}

.alc {
	text-align: center;
}

.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: #175461;
	font-size: 1.733rem;
	line-height: 1.4;
}
.ttl-box div + h2 {
	margin-top: 0.6em;
}
.ttl-box h2 {
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.6;
}



/****************************************************************************************************
location
****************************************************************************************************/
#contents.location {
	padding: 0 0 0 0;
}
#location-main {
	position: relative;
}
#location-main figure,
#location-main img {
	width: 100%;
}
#location-main-text {
	position: absolute;
	right: 70px;
	top: 174px;
	text-align: right;
	text-shadow:
		0 0 15px rgb(246,246,243),
		0 0 15px rgb(246,246,243),
		0 0 15px rgb(246,246,243),
		0 0 15px rgb(246,246,243),
		0 0 15px rgb(246,246,243),
		0 0 15px rgb(246,246,243),
		0 0 15px rgb(246,246,243);
}
#location-main-text h2 {
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#contents #location-main-text p {
	margin-top: 0.6em;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 2.6;
}
#station > .inner,
#residential > .inner,
#comfort > .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
.station-block1 {
	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: 10px;
}
#plico img {
	transform: translate(-10px, -10px);
}
.station-block2 {
	position: relative;
}
.station-block2 h3 {
	position: absolute;
	left: 50px;
	top: 50px;
	color: #FFF;
	font-size: 2rem;
	line-height: 1.6;
	text-align: left;
	font-weight: normal;
}
#residential {
	background: #2C4840;
	color: #FFF;
}
#residential .ttl-box div {
	color: #FFF;
}
.park-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;
	gap: 30px;
}
.nature-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: 10px 5px;
}
#comfort {
	position: relative;
	background: #F0F0F0;
}
#comfort-bg {
	position: absolute;
	right: 0;
	top: 0;
}
.comfort-ttl {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}
.comfort-ttl > div {
	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: 260px;
	padding: 1em;
	background: #FFF;
	border: 1px solid rgba(0,0,0,.15);
	font-size: 1.333rem;
}
.comfort-ttl > h3 {
	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;
	font-size: 1.733rem;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
}
.comfort-text {
	margin-top: 20px;
	text-align: left;
}
.comfort-img-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;
	margin-top: 30px;
}
.education-img-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: 30px;
	margin-top: 60px;
	padding: 50px;
	background: #E8E8E0;
}
.education-img-ttl {
	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;
	width: 790px;
}
.education-img-ttl > div {
	width: 200px;
	padding: 0.6em;
	border: 1px solid rgba(0,0,0,.5);
	font-size: 1.333rem;
}
.education-img-ttl > h4 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6;
}
.map {
	margin-top: 60px;
}



/****************************************************************************************************
access
****************************************************************************************************/
#access-main {
	position: relative;
}
#access-main figure,
#access-main img {
	width: 100%;
}
#access-main-text {
	position: absolute;
	right: 50px;
	top: 70px;
	text-align: right;
	text-shadow:
		0 0 15px rgb(246,246,243),
		0 0 15px rgb(246,246,243),
		0 0 15px rgb(246,246,243),
		0 0 15px rgb(246,246,243),
		0 0 15px rgb(246,246,243);
}
#access-main-text div {
	margin: 0 1em 1em 0;
	font-size: 1.333rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#access-main-text h2 {
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#rarity-img {
	margin: 0 0 40px 0;
}
#rarity > .inner,
#access > .inner,
#shinkansen > .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#access {
	background: #F0F0F0;
}
#access-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: 40px;
}
#shinkansen {
	position: relative;
	padding-bottom: 20px;
	background: #000;
	color: #FFF;
}
#shinkansen-bg {
	position: absolute;
	right: 0;
	top: 0;
}
#shinkansen .ttl-box div {
	color: #FFF;
}
#shinkansen-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#shinkansen-block > div {
	width: calc(100% / 3);
}
#shinkansen-block > div > figure {
	width: 100%;
}
#shinkansen-block img {
	width: 100%;
	height: auto;
}



/****************************************************************************************************
design
****************************************************************************************************/
#contents.design {
}
.full-img {
	position: relative;
}
.full-img figure img {
	width: 100%;
	height: auto;
}
.full-img figure figcaption {
	position: absolute;
	left: 1em;
	bottom: 1em;
	font-size: 0.866rem;
}
.full-img figure figcaption.white {
	color: #FFF;
	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);
}
#design1 .text-box {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 100;
}
#design2 .text-box {
	position: absolute;
	left: 50%;
	top: calc(50px + 2vw);
	transform: translate(-50%, 0);
	z-index: 100;
}
#design3 .text-box {
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 100;
}
#design4 .text-box {
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 100;
}
#design5 .text-box {
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 100;
}
#design6 .text-box {
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 100;
}
#design1 .text-box h3,
#design2 .text-box h3,
#design3 .text-box h3,
#design4 .text-box h3,
#design5 .text-box h3,
#design6 .text-box h3 {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#design3 .text-box h3,
#design5 .text-box h3,
#design6 .text-box h3 {
	text-align: left;
	letter-spacing: 0.1em;
}
.full-img .text-box h3.white {
	color: #FFF;
	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);
}



/****************************************************************************************************
plan
****************************************************************************************************/
.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;
}



/****************************************************************************************************
akashi-city
****************************************************************************************************/
.akashi-point {
	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: 10px;
}
.akashi-midashi {
	padding: 0.5em;
	background: #175461;
	color: #FFF;
	font-size: 1.866rem;
	font-weight: bold;
	line-height: 1.4;
}
.akashi-block01 {
	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;
}
.akashi-text01 {
	text-align: left;
}
.akashi-text01 h3,
.akashi-text02 h3 {
	color: #175461;
	font-size: 2.4rem;
	line-height: 1.4;
}
.akashi-text01 h3 + p,
.akashi-text02 h3 + p {
	margin-top: 0.6em;
}
.akashi-kosodate-box {
	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;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
	text-align: left;
}
.akashi-kosodate-text {
	flex: 1;
}
.akashi-kosodate-box h4 {
	font-size: 1.733rem;
	line-height: 1.4;
}
.akashi-kosodate-box h4::first-letter {
	color: #175461;
}
.akashi-kosodate-box h4 + p {
	margin-top: 0.4em;
}
.akashi-kosodate-box2 {
	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;
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px solid #DDDDDD;
}
.akashi-kosodate-box2 .akashi-kosodate-midashi {
	width: 100%;
}
.akashi-kosodate-box2 .akashi-kosodate-midashi h3 {
	color: #175461;
	font-size: 2.4rem;
	line-height: 1.4;
}
.akashi-kosodate-box2 h4 {
	font-size: 1.733rem;
	line-height: 1.4;
}
.akashi-kosodate-box2 h4::first-letter {
	color: #175461;
}



/****************************************************************************************************
mg
****************************************************************************************************/
#contents.mg .inner {
	padding: 220px 0 100px 0;
}
#contents.mg h2 {
	color: #9F9133;
	font-size: 2.4rem;
	line-height: 1.4;
}
.information {
	margin-top: 60px;
	margin-bottom: 40px;
}
.information h3 {
	padding: 1.2em;
	background: #6B2822;
	color: #FFF;
	font-size: 1.266rem;
	line-height: 1.8;
}
.information div {
	padding: 1.2em;
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	color: #000;
	font-size: 1.266rem;
	line-height: 1.8;
}

#present {
	margin-bottom: 40px;
}



/****************************************************************************************************
movie
****************************************************************************************************/
.movie-block a {
	display: inline-block;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}



/****************************************************************************************************
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 {
		padding: 8.0vw 0 0 0;
	}
	#contents > .inner {
		width: 100%;
		padding: 10vw 4vw 10vw 4vw;
	}
	.sec-block + .sec-block {
		margin-top: 10vw;
	}
	
	figure.img-box figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	
	.ttl-box .english {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.ttl-box h2.large {
		font-size: 2rem;
	}
	.ttl-box h2 {
		font-size: 1.4rem;
	}
	#contents .ttl-box p {
		font-size: 1rem;
	}
	
	.spLeft {
		text-align: left;
	}
	
	#contents p {
		font-size: 1.0rem;
	}
	#contents p .large,
	#contents p.large {
		font-size: 1.066rem;
	}
	#contents p .medium,
	#contents p.medium {
		font-size: 0.933rem;
	}
	#contents p .small,
	#contents p.small {
		font-size: 0.733rem;
	}

	.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);
	}
	
	.caption {
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	タイトル共通
	****************************************************************************************************/
	.ttl-box div {
		font-size: 1.2rem;
	}
	.ttl-box h2 {
		font-size: 1.333rem;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	#location-main img {
		width: 164%;
		margin-left: -34.5%;
	}
	#location-main-text {
		right: 4vw;
		top: 10vw;
	}
	#location-main-text h2 {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#contents #location-main-text p {
		margin-top: 0.6em;
		font-size: 0.733rem;
		letter-spacing: 0;
		line-height: 2.0;
	}
	#station > .inner,
	#residential > .inner,
	#comfort > .inner {
		width: 92vw;
		padding: 10vw 0 10vw 0;
	}
	.station-block1 {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 3vw;
	}
	#plico {
	}
	#plico img {
		transform: translate(-0.5vw, 0);
		width: 93vw;
	}
	#station-img1 {
		width: 60vw;
	}
	.station-block2 h3 {
		left: 4vw;
		top: 4vw;
		font-size: 1.033rem;
	}
	#residential {
		background-size: 50vw;
	}
	#residential-img1 {
		width: 100vw;
		margin-left: -4vw;
	}
	.park-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw;
		margin-top: -6vw;
	}
	.park-block > div:nth-of-type(1) {
		width: 80vw;
	}
	.nature-block {
		gap: 4vw 2vw;
	}
	.nature-block > div:nth-of-type(1) {
		width: 100%;
	}
	.nature-block > div {
		width: 45vw;
	}
	#comfort-bg {
		width: 70vw;
	}
	.comfort-ttl {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 2vw;
	}
	.comfort-ttl > div {
		width: 40vw;
		font-size: 1.0rem;
	}
	.comfort-ttl > h3 {
		font-size: 1.333rem;
		text-align: center;
	}
	.comfort-text {
		margin-top: 4vw;
	}
	.comfort-img-block {
		gap: 2vw;
		margin-top: 4vw;
	}
	.comfort-img-block > div {
		width: 45vw;
	}
	.education-img-block {
		gap: 2vw;
		margin-top: 4vw;
		padding: 4vw;
	}
	.education-img-block > div.education-img-ttl {
		gap: 2vw;
		width: 100%;
	}
	.education-img-ttl > div {
		width: auto;
		padding: 0.5em 1em;
		font-size: 0.866rem;
	}
	.education-img-ttl > h4 {
		font-size: 1.0rem;
	}
	.education-img-block > div {
		width: 41.0vw;
	}
	.map {
		margin-top: 4vw;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	#access-main-text {
		right: 3vw;
		top: 4vw;
	}
	#access-main-text div {
		margin: 0 1em 0.4em 0;
		font-size: 0.733rem;
		letter-spacing: 0;
	}
	#access-main-text h2 {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#rarity-img {
		margin: 0 0 6vw 0;
	}
	#rarity > .inner,
	#access > .inner,
	#shinkansen > .inner {
		width: 92vw;
		padding: 10vw 0 10vw 0;
	}
	#access-block {
		gap: 4vw 2vw;
	}
	#access-img1 {
		width: 64vw;
	}
	#access-img2 {
		width: 26vw;
	}
	#shinkansen {
		padding-bottom: 4vw;
	}
	#shinkansen-bg {
		width: 56vw;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	#contents.design {
		padding: 0 0 0 0;
	}
	#design1 figure figcaption,
	#design2 figure figcaption {
		color: #FFF;
		text-shadow:
			0px 0px 10px rgba(0,0,0,1),
			0px 0px 10px rgba(0,0,0,1),
			0px 0px 10px rgba(0,0,0,1);
	}
	.full-img figure figcaption {
		font-size: 0.533rem;
	}
	#design1 .text-box {
		right: 50%;
		top: 16vw;
		transform: translate(50%, 0);
		white-space: nowrap;
	}
	#design2 .text-box {
		top: 10vw;
	}
	#design3 .text-box {
		right: 4vw;
		bottom: 4vw;
	}
	#design4 .text-box {
		left: 4vw;
		top: 4vw;
	}
	#design5 .text-box {
		left: 4vw;
		top: 4vw;
	}
	#design6 .text-box {
		left: 4vw;
		bottom: auto;
		top: 4vw;
	}
	#design1 .text-box h3,
	#design2 .text-box h3,
	#design3 .text-box h3,
	#design4 .text-box h3,
	#design5 .text-box h3,
	#design6 .text-box h3 {
		font-size: 1.466rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	#design2 .text-box h3 {
		white-space: nowrap;
	}
	#design3 .text-box h3 {
		font-size: 1.2rem;
		text-align: right;
		letter-spacing: 0;
	}
	#design5 .text-box h3 {
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 0;
	}
	#design4 .text-box h3,
	#design6 .text-box h3 {
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 0;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	.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;
	}
	
	
	
	/****************************************************************************************************
	akashi-city
	****************************************************************************************************/
	.akashi-point {
		gap: 2vw;
	}
	.akashi-point > div {
		width: 45vw;
	}
	.akashi-midashi {
		font-size: 1.4rem;
	}
	.akashi-block01 {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw;
	}
	.akashi-text01 {
		text-align: center;
	}
	.akashi-block01 > div:nth-of-type(2) {
		width: 50vw;
		margin: auto;
	}
	.akashi-text01 h3,
	.akashi-text02 h3 {
		font-size: 1.6rem;
	}
	.akashi-kosodate-box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw;
		margin-top: 6vw;
		padding-top: 6vw;
	}
	.akashi-kosodate-box h4 {
		font-size: 1.4rem;
	}
	#akashi-city-sec2-4-img1 {
		width: 29.2vw;
	}
	.akashi-kosodate-box2 {
		gap: 3vw 10vw;
		margin-top: 6vw;
		padding-top: 10vw;
	}
	.akashi-kosodate-box2 .akashi-kosodate-midashi h3 {
		font-size: 1.6rem;
	}
	.akashi-kosodate-box2 h4 {
		font-size: 1.4rem;
	}
	
	
	
	/****************************************************************************************************
	mg
	****************************************************************************************************/
	#contents.mg .inner {
		padding: 18vw 4vw 10vw 4vw;
	}
	#contents.mg h2 {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.information {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	.information h3 {
		font-size: 1.0rem;
	}
	.information div {
		font-size: 1.0rem;
	}
	
	
	
	/****************************************************************************************************
	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) {
}