@charset "UTF-8";




/*********** 共通・背景 *************/

.shiki_bg {
	background-image: url("../../location/images/location_bg01.jpg");
	background-position: center top;
	background-size: cover;
	padding-bottom: 80px;
}

.shopping_bg {
	background-image: url("../../location/images/location_bg02.jpg");
	background-position: center top;
	background-size: cover;
	padding-bottom: 80px;
}

.park_bg {
	background-image: url("../../location/images/location_bg03.jpg");
	background-position: center top;
	background-size: cover;
	padding-bottom: 80px;
}




.location_mbt-mt {
	margin-top: 200px;
}

.location_mbt-mt.first {
	margin-top: 140px;
}

.location_mbt-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.location_mbt-wrap li {
	position: relative;
	width: 22.5%;
}

.location_mbt-wrap li a .mbt {
	position: relative;
	top: 0;
	left: 0;
}

.location_mbt-wrap li a .mbt_on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.2s ease;
}

.location_mbt-wrap li a:hover .mbt_on {
	opacity: 1;
}

.location_mbt-wrap li.current a .mbt_on {
	opacity: 1;
}


.pbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pbox.two li {
	width: 46.5%;
}

.pbox dl {
	position: relative;
}

.pbox dd {
	color: #b4721e;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-top: 5px;
}

.pbox .min {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	z-index: 5;
}


/*********** ↑共通・背景 *************/




.location_01-wrap {
	margin-top: 100px;
}

.location_01-copy {
	line-height: 2.2;
	margin-top: 60px;
}






/*********** shiki *************/

.shiki_mp-wrap {
	padding-top: 60px;
}

.shiki_01-bg {
	position: relative;
	background: #fff;
	border-left: 3px solid #b3aa79;
	border-right: 3px solid #b3aa79;
	padding: 50px;
	margin-top: 60px;
}
	
.shiki_01-bg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	right: 6px;
	border-left: 1px solid #b3aa79;
	border-right: 1px solid #b3aa79;
}
	
.shiki_01-bg dt {
	color: #b4721e;
	font-size: 2.4rem;
	line-height: 1.3;
}

.shiki_01-bg dd.min {
	color: #b4721e;
	font-size: 1.3rem;
}

.shiki_01-bg dd.txt {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: justify;
	margin-top: 20px;
}

.shiki_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.shiki_01-wrap li:nth-child(1) {
	width: 51.73%;
}
	
.shiki_01-wrap li:nth-child(2) {
	width: 23.91%;
	margin-left: 1%;
}
	
.shiki_01-wrap li:nth-child(3) {
	width: 21.73%;
	margin-left: 1.63%;
}
	
.shiki_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 50px;
}

.shiki_02-wrap li:nth-child(1) {
	width: 51.73%;
}
	
.shiki_02-wrap li:nth-child(2) {
	width: 23.91%;
	margin-left: 1%;
}
	
.shiki_02-wrap li:nth-child(3) {
	width: 21.73%;
	margin-left: 1.63%;
}

.shiki_03-wrap {
	display: grid;
	grid-template-columns: 51.73% 47.27%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	margin-top: 50px;
}

.shiki_03-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.shiki_03-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.shiki_03-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.shiki_01-bg .shiki_03-wrap dd.txt {
	margin-top: 2px;
}

.shiki_04-wrap {
	margin-top: 80px;
}

.shiki_06-bg {
	background: #898989;
	padding: 30px 0;
	margin-top: 60px;
}
	
.shiki_06-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #dbd3b5;
	border-bottom: 1px solid #dbd3b5;
	padding: 20px 0;
}

.shiki_06-wrap li:nth-child(1) {
	width: 52%;
}

.shiki_06-wrap li:nth-child(2) {
	width: 43.58%;
}

.shiki_06-wrap .txt-head-s {
	color: #f2ebd4;
}

.shiki_07-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.shiki_07-wrap li:nth-child(1) {
	width: 49.75%;
}

.shiki_07-wrap li:nth-child(2) {
	width: 47.92%;
}

.shiki_07-wrap .list {
	font-size: 1.6rem;
	letter-spacing: 0;
}

.shiki_08-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.shiki_08-wrap li {
	width: 23.83%;
}

.shiki_08-wrap .ttl {
	color: #c56548;
	text-align: center;
	border-bottom: 1px solid #c56548;
	padding: 4px 0;
}

.shiki_08-wrap .txt {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	margin-top: 5px;
}

.shiki_08-cap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

/*********** ↑shiki *************/
	
	




/*********** shopping *************/

.shopping_mp-wrap {
	padding-top: 60px;
}

.shopping_01-wrap {
	margin-top: 100px;
}

.shopping_01-wrap.pbox .min {
	top: 18%;
	left: 10px;
}

.shopping_01shop {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.shopping_01shop li:nth-child(1) {
	width: 41.75%;
}

.shopping_01shop li:nth-child(2) {
	width: 55.25%;
}

.shopping_02-wrap {
	margin-top: 100px;
}

.shopping_02-wrap.pbox .min {
	top: 18%;
	left: 10px;
}

.shopping_02shop {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.shopping_02shop li:nth-child(1) {
	width: 41.75%;
}

.shopping_02shop li:nth-child(2) {
	width: 55.25%;
}

.shopping_03-wrap {
	margin-top: 80px;
}



.mall_bg {
	color: #fff;
	background: #978a78;
	padding: 40px 0 80px;
	margin-top: 60px;
}

.mall_bg .title {
	font-family: 'Cinzel', serif;
	font-size: 5.0rem;
	text-align: center;
}

.mall_01-copy dt {
	color: #ebe2c0;
	font-size: 3.5rem;
	line-height: 1.3;
	margin-top: 20px;
}

.mall_01-copy dt .min {
	font-size: 1.3rem;
}

.mall_01-copy dd {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: justify;
	margin-top: 20px;
}

.mall_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
}

.mall_02-wrap > li:nth-child(1) {
	width: 39.67%;
}

.mall_02-wrap > li:nth-child(2) {
	width: 58.5%;
}

.mall_03-wrap {
	display: grid;
	grid-template-columns: 47.89% 48.64%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	color: #000;
	background: #fff;
	padding: 20px;
}

.mall_03-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.mall_03-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	align-self: flex-end;
}

.mall_03-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	align-self: flex-end;
}

.mall_03-wrap .txt {
	line-height: 1.6;
	text-align: justify;
	margin-top: 20px;
}

.mall_03-wrap .cap {
	margin-right: -5%;
}

/*********** ↑shopping *************/





/*********** park *************/

.park_mp-wrap {
	padding-top: 60px;
}

.park_01-wrap li {
	margin-top: 40px;
}

.park_05-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 80px;
}

.park_05-wrap li:nth-child(1) {
	width: 53.5%;
}

.park_05-wrap li:nth-child(2) {
	width: 46.5%;
}

.park_05-wrap .photo > div {
	position: relative;
	width: 121.5%;
}

.park_05-wrap .copy {
	color: #fff;
	background: #898989;
	padding: 50px;
}

.park_05-wrap .copy .box {
	width: 71.83%;
	margin-left: 28.17%;
}

.park_05-wrap dt {
	font-size: 2.4rem;
	line-height: 1.3;
}

.park_05-wrap dd.min {
	font-size: 1.3rem;
}

.park_05-wrap dd.txt {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: justify;
	margin-top: 20px;
}

.park_05b {
	margin-top: 30px;
}



.park_06-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 80px;
}

.park_06-wrap li:nth-child(1) {
	width: 53.5%;
	order: 2;
}

.park_06-wrap li:nth-child(2) {
	width: 46.5%;
	order: 1;
}

.park_06-wrap .photo > div {
	position: relative;
	width: 121.5%;
	margin-left: -21.5%;
}

.park_06-wrap .copy {
	color: #fff;
	background: #898989;
	padding: 50px;
}

.park_06-wrap .copy .box {
	width: 71.83%;
}

.park_06-wrap dt {
	font-size: 2.4rem;
	line-height: 1.3;
}

.park_06-wrap dd.min {
	font-size: 1.3rem;
}

.park_06-wrap dd.txt {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: justify;
	margin-top: 20px;
}

.park_06b {
	margin-top: 30px;
}








/*********** ↑park *************/





/*********** lifeinfo *************/

#contents #tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-top: 60px;
}

#contents #tab li {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	background: #ccc;
	width: 19.83%;
	text-align: center;
	padding: 20px 10px;
}

#contents #tab li:nth-child(1):hover {
	background: #af455e;
}

#contents #tab li:nth-child(1).select {
	background: #af455e;
}

#contents #tab li:nth-child(2):hover {
	background: #5c2c65;
}

#contents #tab li:nth-child(2).select {
	background: #5c2c65;
}

#contents #tab li:nth-child(3):hover {
	background: #2a7d9e;
}

#contents #tab li:nth-child(3).select {
	background: #2a7d9e;
}

#contents #tab li:nth-child(4):hover {
	background: #c26e00;
}

#contents #tab li:nth-child(4).select {
	background: #c26e00;
}

#contents #tab li:nth-child(5):hover {
	background: #816e20;
}

#contents #tab li:nth-child(5).select {
	background: #816e20;
}

#contents .content_wrap {

}

#contents .disnon {
    display: none;
}


.lifeinfo_wrap .list-ttl {
	font-size: 2.4rem;
	font-weight: 500;
	border-bottom: 1px solid;
	padding-top: 20px;
}


.lifeinfo_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
}

.lifeinfo_list .list-l {
	width: 48%;
}

.lifeinfo_list .list-r {
	width: 48%;
}

.lifeinfo_list ul {
	display: flex;
	font-size: 1.7rem;
	line-height: 1.3;
	letter-spacing: 0;
	padding-top: 10px;
}


.lifeinfo_list ul li:nth-child(1) {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 1.4rem;
	margin-top: 1px;
	margin-right: 1%;
	text-align: center;
	line-height: 20px;
}

.lifeinfo_list ul li:nth-child(2) {
	width: calc(99% - 22px);
}

.lifeinfo_list dl {
	display: flex;
	justify-content: space-between;
	background-image: url("../../location/images/lifeinfo_dot.png");
	background-position: left top 5px;
	background-repeat: repeat-x;
	background-size: 40%;
}

.lifeinfo_list dt {
	width: 67%;
}

.lifeinfo_list dt span {
	background: #fff;
	padding-right: 0.4em;
}

.lifeinfo_list dd {
	text-align: right;
	width: 33%;
}

.lifeinfo_list dd span {
	background: #fff;
	padding-left: 0.4em;
}

.lifeinfo_list dd .cap {
	text-align: right;
}



/**** 1 商業施設 ****/

.lifeinfo_wrap.shopping .ttl {
	color: #af455e;
}

.lifeinfo_wrap.shopping .list-ttl {
	color: #af455e;
	border-bottom: 1px solid #af455e;
}

.lifeinfo_wrap.shopping .lifeinfo_list ul li:nth-child(1) {
	background: #af455e;
}



/**** 2 教育施設 ****/

.lifeinfo_wrap.education .ttl {
	color: #5c2c65;
}

.lifeinfo_wrap.education .list-ttl {
	color: #5c2c65;
	border-bottom: 1px solid #5c2c65;
}

.lifeinfo_wrap.education .lifeinfo_list ul li:nth-child(1) {
	background: #5c2c65;
}

.lifeinfo_wrap.education .red {
	color: #c8161d;
	font-size: 0.9em;
}




/**** 3 医療機関 ****/

.lifeinfo_wrap.medical .ttl {
	color: #2a7d9e;
}

.lifeinfo_wrap.medical .list-ttl {
	color: #2a7d9e;
	border-bottom: 1px solid #2a7d9e;
}

.lifeinfo_wrap.medical .lifeinfo_list ul li:nth-child(1) {
	background: #2a7d9e;
}



/**** 4 公園・スポーツ施設 ****/

.lifeinfo_wrap.park .ttl {
	color: #c26e00;
}

.lifeinfo_wrap.park .list-ttl {
	color: #c26e00;
	border-bottom: 1px solid #c26e00;
}

.lifeinfo_wrap.park .lifeinfo_list ul li:nth-child(1) {
	background: #c26e00;
}



/**** 5 公共・文化・金融機関 ****/

.lifeinfo_wrappublic .ttl {
	color: #816e20;
}

.lifeinfo_wrap.public .list-ttl {
	color: #816e20;
	border-bottom: 1px solid #816e20;
}

.lifeinfo_wrap.public .lifeinfo_list ul li:nth-child(1) {
	background: #816e20;
}




/*********** ↑lifeinfo *************/









.anc_shiki,
.anc_shopping,
.anc_park,
.anc_lifeinfo {
	display: block;
    padding-top: 100px;
	margin-top: -100px;
}







