@charset "UTF-8";




/*********** 共通・bg *************/

h3 {
	font-family: 'Cinzel', serif;
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: 1px solid #000;
	margin-top: 180px;
}

h4 {
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	text-align: center;
	margin-top: 40px;
}

h4:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #999;
  margin-right: 0.5em;
}

h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #999;
  margin-left: 0.5em;
}

.head-copy {
	margin-top: 60px;
}

.cont dl {
	display: flex;
	margin-top: 5px;
}

.cont dt {
	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;
	background: #ccc;
}

.cont dd {
	width: calc(99% - 22px);
	font-size: 1.4rem;
	line-height: 1.3;
	margin-top: 2px;
}


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

.box3 li {
	width: 31.17%;
	margin-bottom: 40px;
}

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

.box4 li {
	width: 22.5%;
	margin-bottom: 40px;
}




/*** lifeinfo ***/

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

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

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

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

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

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

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

.lifeinfo_list dt {
	width: 70%;
}

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

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

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

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

/*** ↑lifeinfo ***/

/*********** ↑共通・bg *************/











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

.shopping h3 {
	margin-top: 120px;
}

.shopping .cont dt {
	background: #F15A24;
}

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

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






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

.gourmet .cont dt {
	background: #2A4087;
}

.gourmet .lifeinfo_list ul li:nth-child(1) {
	background: #2A4087;
}

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






/*********** sports／spa *************/

.sports h3 {

}

.sports h4 {
	margin-top: 60px;
}

.sports .cont dt {
	background: #796CA7;
}

.sports .lifeinfo_list ul li:nth-child(1) {
	background: #796CA7;
}


.spa-column-area {
	border: 1px solid #999;
	padding: 30px;
	margin-top: 100px;
}

.spa-column-area .ttl1 {
	font-size: 2.4rem;
	margin-top: -10px;
}

.spa-column-area .ttl2 {
	font-size: 3.0rem;
	line-height: 1.6;
	text-align: center;
	margin-top: -10px;
}

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

.spa-column_01-wrap li:nth-child(1) {
	width: 31.75%;
}

.spa-column_01-wrap li:nth-child(2) {
	width: 31.75%;
}

.spa-column_01-wrap li:nth-child(3) {
	width: 30%;
}

.spa-column_01-wrap .txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 2.0;
	text-align: justify;
}

/*********** ↑sports／spa *************/






/*********** lifeinfo-map *************/

#contents #tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 180px;
}

#contents #tab li.bt {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 2.2rem;
	line-height: 1.2;
	text-align: center;
	background: #fff;
	width: 25%;
	border: 1px solid #999;
	padding: 20px 10px;
}

#contents #tab li:nth-child(-n+4).bt {
	border-bottom: none;
}

#contents #tab li:nth-child(-n+3).bt {
	border-right: none;
}

#contents #tab li:nth-child(n+5).bt {
	border-top: none;
}

#contents #tab li:nth-child(n+7).bt {
	border-left: none;
}


#contents #tab li.bt:hover {
	background: #FBF6B7;
}

#contents #tab li.bt.select {
	background: #FBF6B7;
}

#contents .disnon {
    display: none;
}

/*********** ↑lifeinfo-map *************/





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

.park h3 {
	margin-top: 180px;
}

.park .cont dt {
	background: #009245;
}

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

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






/*********** school *************/

.school .cont dt {
	background: #C1272D;
}

.school .lifeinfo_list ul li:nth-child(1) {
	background: #C1272D;
}

/*********** ↑school *************/






/*********** medical *************/

.medical .cont dt {
	background: #5396B3;
}

.medical .lifeinfo_list ul li:nth-child(1) {
	background: #5396B3;
}

.medical-column-area {
	border: 1px solid #999;
	padding: 30px;
	margin-top: 80px;
}

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

.medical-column_01-wrap li:nth-child(1) {
	width: 58%;
}

.medical-column_01-wrap li:nth-child(2) {
	width: 42%;
}

.medical-column_01-wrap dd {
	font-size: 1.8rem;
	margin-top: -2px;
}

.medical-column_01-wrap .txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0;
	margin-top: 20px;
}

/*********** ↑medical *************/






/*********** public *************/

.public h4 {
	margin-top: 60px;
}

.public .cont dt {
	background: #A67C52;
}

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



.public_01 {
	margin-top: 10px;
}

.lifeinfo_list .public_01 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-image: none;
}

.lifeinfo_list .public_01 dt {
	width: 22px;
}

.lifeinfo_list .public_01 dt span {
	padding-right: 0;
}

.lifeinfo_list .public_01 dd {
	text-align: left;
	width: calc(99% - 22px);
}

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

/*********** ↑public *************/






/*********** finance *************/

.finance h4 {
	margin-top: 60px;
}

.finance .cont dt {
	background: #999;
}

.finance .lifeinfo_list ul li:nth-child(1) {
	background: #999;
}

/*********** ↑finance *************/











