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



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	padding-top: 137px;
	overflow: hidden;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.title {
	background-image: linear-gradient(90deg, #CEE8F7 0%, #CEE8F7 50%, #F6FAEB 50%, #F6FAEB 100%);
}
.title img {
	object-fit: none;
	width: 100%;
	height:  200px;
}
.main-img {
	position: relative;
}
.main-img img {
	object-fit: cover;
	width: 100%;
	height:  440px;
}
.main-img figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	line-height: 1.0;
	font-size: 0.8rem;
}
.main-img figcaption.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1);
}
.inner {
	padding-bottom: 100px;
}
.inner.pdb0 {
	padding-bottom: 0;
}
.bar {
	width: 100%;
}
.bar img {
	object-fit: none;
	width: 100%;
	height:  100%;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	position: relative;
}
#concept-bg img {
	object-fit: cover;
	width: 100%;
	height:  1800px;
}
#concept-bg figcaption {
	position: absolute;
	left: 50%;
	bottom: 5em;
	margin-left: 250px;
	line-height: 1.0;
	color: #000;
	font-size: 0.8rem;
}
#concept-copy {
	position: absolute;
	left:0;
	right: 0;
	top: 100px;
	margin: auto;
	z-index: 10;
}



/****************************************************************************************************
location
****************************************************************************************************/
#location-btn {
	padding-top: 100px;
}
#location-btn 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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 21px;
}

.location-copy {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0;
	color: #FFF;
	font-size: 1.066rem;
	line-height: 2.0;
	z-index: 10;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1);
}

#shopping,
#park {
	position: relative;
	text-align: right;
	padding-bottom: 50px;
}
#park {
	margin-top: 0;
}
#shopping .cat-img,
#park .cat-img {
	position: relative;
	z-index: 10;
}
#shopping .cat-img img,
#park .cat-img img {
	object-fit: cover;
	width: 56.5625vw;
	height: 414px;
}
#shopping .cat-ttl,
#park .cat-ttl {
	position: absolute;
	left: 0;
	bottom: 0;
}
#shopping .cat-ttl .bg img,
#park .cat-ttl .bg img {
	object-fit: cover;
	width: 51.3125vw;
	height: 330px;
}
#shopping .ttl,
#park .ttl {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#education {
	position: relative;
	padding-bottom: 50px;
	text-align: left;
}
#education .cat-img {
	position: relative;
	display: inline-block;
	z-index: 10;
}
#education .cat-img img {
	object-fit: cover;
	width: 56.5625vw;
	height: 414px;
}
#education .cat-ttl {
	position: absolute;
	right: 0;
	bottom: 0;
}
#education .cat-ttl .bg img {
	object-fit: cover;
	width: 51.3125vw;
	height: 330px;
}
#education .ttl {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#other {
	position: relative;
	text-align: left;
}
#other .cat-ttl .bg img {
	object-fit: cover;
	width: 100vw;
	height: 330px;
}
#other .ttl {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.ttl-wrap {
	position: relative;
}
.cat-img {
	position: relative;
}
.cat-img figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #000;
	font-size: 0.8rem;
	line-height: 1.0;
}
.cat-img figcaption.white {
	color: #FFF;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1);
}

.main-copy {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	background-image: linear-gradient(90deg, rgb(136,106,54) 0%, rgb(194,165,75) 100%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.main-copy img {
	width: 500px;
	height: auto;
}

#access .main-copy {
	background-image: linear-gradient(90deg, rgb(97,186,196) 0%, rgb(97,186,196) 100%);
}



/****************************************************************************************************
position
****************************************************************************************************/
.position-bg {
	background: url(../img/position/bg.jpg) no-repeat;
	background-size: cover;
}



/****************************************************************************************************
access
****************************************************************************************************/
.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-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}



/****************************************************************************************************
town-guide
****************************************************************************************************/
.town-guide-copy {
	position: absolute;
	top: 30px;
	right: 30px;
	margin: 0;
	color: #FFF;
	font-size: 1.066rem;
	line-height: 2.0;
	z-index: 10;
	text-align: right;
	text-shadow:
		0px 0px 10px rgba(92,168,131,1),
		0px 0px 10px rgba(92,168,131,1),
		0px 0px 10px rgba(92,168,131,1);
}
#town-guide-btn {
	padding: 60px 0;
}
#town-guide-btn 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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 110px;
	margin: auto;
}
#town-guide-gray {
	background: #F4F4F1;
}
#town-guide-map {
	position: relative;
	width: 100%;
	height: 1681px;
	overflow: hidden;
	padding: 0;
}
#town-guide-map img{
	position: absolute;
	height: 1681px; /*画像のサイズに合わせて*/
	margin-left: -800px;/*画像の横幅の半分のマイナス*/
	left: 50%;
}
#town-guide-topics {
	position: relative;
	margin-top: -20px;
	padding: 0 0 130px 0;
	z-index: 10;
}

#mikage,
#uozaki {
	position: relative;
	text-align: right;
	margin-top: -140px;
	padding-bottom: 50px;
	z-index: 10;
}
#uozaki {
	margin-top: -140px;
}
#mikage .cat-img,
#uozaki .cat-img {
	position: relative;
	z-index: 10;
}
#mikage .cat-img img,
#uozaki .cat-img img {
	object-fit: cover;
	width: 56.5625vw;
	height: 414px;
}
#mikage .cat-ttl,
#uozaki .cat-ttl {
	position: absolute;
	left: 0;
	bottom: 0;
}
#mikage .cat-ttl .bg img,
#uozaki .cat-ttl .bg img {
	object-fit: cover;
	width: 51.3125vw;
	height: 330px;
}
#mikage .ttl,
#uozaki .ttl {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#mikage .ttlA {
	z-index: 11;
}
#mikage .ttlA .bg {
	opacity: 0;
}
.mikage-stripe {
	background: url(../img/town-guide/mikage-stripe.png)
}
.sumiyoshi-stripe {
	background: url(../img/town-guide/sumiyoshi-stripe.png)
}
.uozaki-stripe {
	background: url(../img/town-guide/uozaki-stripe.png)
}
.pdb {
	padding-bottom: 50px;
}
.pdb2 {
	padding-bottom: 140px;
}

#sumiyoshi {
	position: relative;
	text-align: left;
}
#sumiyoshi .cat-img {
	position: relative;
	display: inline-block;
	z-index: 10;
}
#sumiyoshi .cat-img img {
	object-fit: cover;
	width: 56.5625vw;
	height: 414px;
}
#sumiyoshi .cat-ttl {
	position: absolute;
	right: 0;
	top: -60px;
}
#sumiyoshi .cat-ttl .bg img {
	object-fit: cover;
	width: 51.3125vw;
	height: 330px;
}
#sumiyoshi .ttl {
	position: absolute;
	left: calc(50% + 76px);
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mtmin {
	margin-top: -50px;
	padding-top: 50px;
}
.pagetop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10000;
}



/****************************************************************************************************
design
****************************************************************************************************/
#design {
	position: relative;
	text-align: right;
}
#design .cat-img {
	position: relative;
	z-index: 10;
}
#design .cat-img img {
	object-fit: cover;
	width: 61.5625vw;
	height: 50.5625vw;
}
#design .cat-ttl {
	position: absolute;
	left: 0;
	bottom: 50px;
}
#design .cat-ttl .bg img {
	object-fit: cover;
	width: 51.3125vw;
	height: 486px;
}
#design .ttl {
	position: absolute;
	left: 36%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.perspective {
	position: relative;
	display: inline-block;
}
.perspective figcaption.out {
	position: absolute;
	right: 0;
	bottom: -1.8em;
	color: #000;
	font-size: 0.8rem;
	line-height: 1.0;
}
.landplan-bg {
	position: relative;
	background: url(../img/design/bg.jpg) no-repeat;
	background-size: cover;
}
.landplan-bg .cap {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #000;
	font-size: 0.8rem;
	line-height: 1.0;
}



/****************************************************************************************************
technology
****************************************************************************************************/
.technology-copy {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0;
	color: #FFF;
	font-size: 1.066rem;
	line-height: 2.0;
	z-index: 10;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1),
		0px 0px 10px rgba(0,0,0,1);
}
#technology-bg {
	position: relative;
	background: url(../img/technology/bg.jpg) no-repeat;
	background-size: cover;
}
#technology-bg .cap {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #000;
	font-size: 0.8rem;
	line-height: 1.0;
}



/****************************************************************************************************
support
****************************************************************************************************/
.support-img {
	position: relative;
}
.support-img img {
	object-fit: cover;
	width: 100%;
	height: 767px;
}
.support-img figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	line-height: 1.0;
	color: #000;
	font-size: 0.8rem;
}
.caption {
	width: 1300px;
	margin: 1.6em auto 0 auto;
	font-size: 0.733rem;
	line-height: 1.6;
	text-align: left;
}
#support-copy {
	position: relative;
	z-index: 10;
}
#support1 {
	margin-top: -50px;
}



/****************************************************************************************************
plan
****************************************************************************************************/
.plan-tab {
	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: 24px;
	margin-top: 110px;
}
.plan-block {
	margin: 100px 0;
}
.plan-box + .plan-box {
	margin: 100px 0 0 0;
}



/****************************************************************************************************
plan
****************************************************************************************************/
#equipment-btn {
	margin: 80px 0 0 0;
}
#equipment-btn 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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
#equipment-btn ul a {
	display: block;
	box-shadow: 4px 4px 0 0 rgba(0,0,0,.08);
}
#equipment-bg {
	background: #F6FAFB;
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
		padding-top: 7.8vw;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.title img {
		object-fit: cover;
		height:  12vw;
	}
	.main-img img {
		height:  50vw;
	}
	.main-img figcaption {
		font-size: 0.533rem;
	}
	.inner {
		padding: 0 4vw 10vw 4vw;
	}
	.inner.pdb0 {
		padding: 0 4vw 0 4vw;
	}
	.bar img {
		object-fit: scale-down;
	}
	.inner .bar {
		width: 100vw;
		margin-left: -4vw;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept-bg {
		padding-top: 36vw;
		background: #008BE0;
	}
	#concept-bg img {
		width: 100%;
		height:  auto;
	}
	#concept-bg figcaption {
		bottom: 1em;
		margin-left: 20vw;
		font-size: 0.533rem;
	}
	#concept-copy {
		top: 10vw;
		width: 90vw;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/	
	#location-btn {
		padding-top: 10vw;
	}
	#location-btn ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
	}
	#location-btn ul li {
		width: 45vw;
	}
	
	.inner + #location-tab + #location-tab-sp {
		margin-top: -10vw;
		margin-bottom: 10vw;
	}
	
	.location-copy {
		top: 4vw;
		font-size: 0.666rem;
		line-height: 1.6;
	}
	
	#shopping {
		margin-top: 0;
		padding-bottom: 0;
	}
	#park {
		margin-top: 5vw;
		padding-bottom: 0;
	}
	#shopping .cat-img,
	#park .cat-img {
		position: relative;
		z-index: 10;
	}
	#shopping .cat-img img,
	#park .cat-img img {
		width: 100%;
		height: 40vw;
	}
	#shopping .cat-ttl,
	#park .cat-ttl {
		position: static;
	}
	#shopping .cat-ttl .bg img,
	#park .cat-ttl .bg img {
		width: 100%;
		height: 38vw;
	}
	#shopping .ttl,
	#park .ttl {
		position: absolute;
		left: 10%;
		top: 50%;
		-webkit-transform: translate(-0, -50%);
		transform: translate(0, -50%);
	}
	#shopping .ttl img,
	#park .ttl img {
		width: auto;
		height: 20vw;
	}
	
	#education {
		padding-bottom: 0;
	}
	#education .cat-img img {
		width: 100%;
		height: 40vw;
	}
	#education .cat-ttl {
		position: static;
	}
	#education .cat-ttl .bg img {
		width: 100%;
		height: 38vw;
	}
	#education .ttl {
		position: absolute;
		left: 10%;
		top: 50%;
		-webkit-transform: translate(-0, -50%);
		transform: translate(0, -50%);
	}
	#education .ttl img {
		width: auto;
		height: 20vw;
	}
	
	#other {
		padding-bottom: 0;
	}
	#other .cat-ttl .bg img {
		width: 100%;
		height: auto;
	}
	#other .cat-ttl .bg {
		position: absolute;
		height: 100%;
	}
	#other .cat-ttl .bg img {
		width: 100%;
		height: 100%;
	}
	#other .ttl {
		position: relative;
		padding: 0 4vw;
	}
	#other .ttl img {
		width: 100%;
		height: auto;
	}
	
	.cat-img figcaption {
		font-size: 0.533rem;
	}
	
	.main-copy img {
		width: 50vw;
		height: auto;
	}
	
	
	
	/****************************************************************************************************
	position
	****************************************************************************************************/
	.position-bg {
		width: 100vw;
		margin-left: -4vw;
		margin-right: -4vw;
		padding: 0 4vw 0 4vw;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	.access-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
	}
	.access-box {
		width: 45vw;
	}
	
	
	
	/****************************************************************************************************
	town-guide
	****************************************************************************************************/
	.town-guide-copy {
		top: 4vw;
		right: 4vw;
		font-size: 0.666rem;
		line-height: 1.6;
	}
	#town-guide-btn {
		padding: 5vw;
	}
	#town-guide-btn ul {
		gap: 3vw;
	}
	#town-guide-btn ul li {
		width: 28vw;
	}
	#town-guide-map {
		height: auto;
	}
	#town-guide-map img{
		position: static;
		width: 120%;
		height: auto;
		margin-left: -10%;
	}
	#town-guide-topics {
		margin-top: -3vw;
		padding: 0 4vw 0 4vw;
	}
	
	#mikage,
	#uozaki {
		margin-top: 0;
		padding-bottom: 0;
	}
	#mikage .cat-img,
	#uozaki .cat-img {
		position: relative;
		z-index: 10;
	}
	#mikage .cat-img img,
	#uozaki .cat-img img {
		width: 100%;
		height: 40vw;
	}
	#mikage .cat-ttl,
	#uozaki .cat-ttl {
		position: static;
	}
	#mikage .cat-ttl .bg img,
	#uozaki .cat-ttl .bg img {
		width: 100%;
		height: 38vw;
	}
	#mikage .ttl,
	#uozaki .ttl {
		position: absolute;
		left: 10%;
		top: 50%;
		-webkit-transform: translate(-0, -50%);
		transform: translate(0, -50%);
	}
	#mikage .ttl img,
	#uozaki .ttl img {
		width: auto;
		height: 20vw;
	}
	#mikage .ttlA {
		position: absolute;
		left: 0;
		top: 0;
	}
	.mikage-stripe {
		width: 100vw;
		margin-left: -4vw;
		padding: 0 4vw;
	}
	.sumiyoshi-stripe {
		width: 100vw;
		margin-left: -4vw;
		padding: 0 4vw;
	}
	.uozaki-stripe {
		width: 100vw;
		margin-left: -4vw;
		padding: 0 4vw;
	}
	.pdb {
		padding-bottom: 0;
	}
	.pdb2 {
		padding-bottom: 0;
	}
	
	#sumiyoshi {
		padding-bottom: 0;
	}
	#sumiyoshi .cat-img img {
		width: 100%;
		height: 40vw;
	}
	#sumiyoshi .cat-ttl {
		position: static;
	}
	#sumiyoshi .cat-ttl .bg img {
		width: 100%;
		height: 38vw;
	}
	#sumiyoshi .ttl {
		position: absolute;
		left: 10%;
		top: 50%;
		-webkit-transform: translate(-0, -50%);
		transform: translate(0, -50%);
	}
	#sumiyoshi .ttl img {
		width: auto;
		height: 20vw;
	}
	.mtmin {
		margin-top: 0;
		padding-top: 0;
	}
	.pagetop {
		right: 2vw;
		bottom: 17vw;
		width: 12vw;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	#design .cat-img img {
		object-fit: cover;
		width: 100%;
		height: auto;
	}
	#design .cat-ttl {
		position: static;
	}
	#design .cat-ttl .bg img {
		width: 100%;
		height: 34vw;
	}
	#design .ttl {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 90vw;
	}
	
	.perspective figcaption.out {
		font-size: 0.533rem;
	}
	.landplan-bg {
		width: 100vw;
		margin-left: -4vw;
		padding: 0 4vw 6vw 4vw;
		background-position: right top;
		background-size: 100vw auto;
		background-color: #EBF5F7;
	}
	.landplan-bg .cap {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	technology
	****************************************************************************************************/
	.technology-copy {
		top: 4vw;
		font-size: 0.666rem;
		line-height: 1.6;
	}
	#technology-bg {
		width: 100vw;
		margin-left: -4vw;
		margin-right: -4vw;
		padding: 0 4vw 6vw 4vw;
	}
	#technology-bg .cap {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	support
	****************************************************************************************************/
	.support-img img {
		height: auto;
	}
	.support-img figcaption {
		font-size: 0.533rem;
	}
	.caption {
		width: 100%;
		font-size: 0.533rem;
	}
	#support1 {
		margin-top: 0;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	.plan-tab {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
		margin-top: 10vw;
	}
	.plan-tab div {
		width: 45vw;
	}
	.plan-block {
		margin: 10vw 0;
	}
	.plan-box + .plan-box {
		margin: 5vw 0 0 0;
	}
	#sumai-hyouka {
		width: 60vw;
		margin: auto;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	#equipment-btn {
		margin: 10vw 0 0 0;
	}
	#equipment-btn ul {
		gap: 2vw;
	}
	#equipment-btn ul a {
		display: block;
		box-shadow: 4px 4px 0 0 rgba(0,0,0,.08);
	}
	#equipment-bg {
		width: 100vw;
		margin-left: -4vw;
		padding: 0 4vw;
		background: #F6FAFB;
	}
	
}

@media screen and (max-width: 960px) and (orientation: landscape) {
	.pagetop {
		right: 1vw;
		bottom: 8vw;
		width: 6vw;
	}
}