@charset "UTF-8";



/*********** 共通 *************/


.footer-cap-bg {
	margin-top: 160px;
}

.h3-bg {
	background: #DFEAF0;
	padding: 60px 0;
	margin-top: 160px;
}

.h3-bg.first {
	margin-top: 120px;
}

h3 p:nth-child(1) {
	font-family: 'Cinzel', serif;
	font-size: 4.0rem;
	line-height: 0.8;
	letter-spacing: 0.1em;
	text-align: center;
}

h3 p:nth-child(2) {
	border-top: 1px solid #000;
}

h4.ja {
	display: flex;
	align-items: center;
	font-size: 3.0rem;
	text-align: center;
	margin-top: 80px;
}

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

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


h4.en {
	display: flex;
	align-items: center;
	font-family: 'Cinzel', serif;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 120px;
}

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

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


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

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

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



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

.shop .cont dt {
	background: #62372B;
}

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




/*********** ↑共通 *************/




/*********** access *************/

.access_01-wrap {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 60px;
}

/*********** ↑access *************/





/*********** childcare *************/

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

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

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

.childcare_01-wrap h4 {
	margin-top: 0;
}


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

.childcare_02-wrap li:nth-child(1) {
	width: 41%;
}

.childcare_02-wrap li:nth-child(2) {
	width: 52%;
}

/*********** ↑childcare *************/





/*********** location *************/

.location_map01-wrap {
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
}

.location_map01-wrap .ttl {
	font-family: 'Cinzel', serif;
	color: #727171;
	font-size: 4.0rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
}

.location_map01 {
	position: relative;
	margin-top: 10px;
}

.location_map01-wrap .hanrei {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	margin-top: 10px;
}

.location_map01-wrap .hanrei li {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.location_map01-wrap .hanrei li:nth-child(1) p:nth-child(1) {
	width: 30px;
	height: 12px;
	background: #62372B;
	margin-right: 5px;
}

.location_map01-wrap .hanrei li:nth-child(2) p:nth-child(1) {
	width: 30px;
	height: 12px;
	background: #195786;
	margin-right: 5px;
}

/*********** ↑location *************/




/*********** shop *************/

.shop_mk {
	position: absolute;
	top: -50px;
	right: 0;
	width: 145px;
}

.shop_01-wrap {
	display: grid;
	grid-template-columns: 65.42% 30.83%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	margin-top: 100px;
}

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

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

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

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

.shop_03-wrap li {
	width: 30.83%;
	margin-bottom: 20px;
}

.shop_06-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -100px;
}

.shop_06-wrap li {
	width: 30.83%;
	margin-bottom: 20px;
}

.shop_09 {
	margin-top: 20px;
}

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

.shop_10-wrap li {
	width: 47.5%;
	margin-bottom: 40px;
}

.shop .cont dt {
	background: #62372B;
}

.shop .cont .shop_10 dt,
.shop .cont .shop_11 dt {
	background: #195786;
}

/*********** ↑shop *************/






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

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

.park_01-wrap li {
	width: 47.5%;
	margin-bottom: 40px;
}

.park_01-wrap li.park_01 {
	width: 100%;
}

.park .cont dt {
	background: #006E41;
}

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

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





/*********** education *************/

.education h4.en {
	margin-top: 200px;
}

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

.education_01-wrap li {
	width: 47.5%;
	margin-bottom: 40px;
}

.education .cont dt {
	background: #64382C;
}

.education .lifeinfo_list ul li:nth-child(1) {
	background: #64382C;
}

/*********** ↑education*************/



/*********** 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("/content/dam/31sumai/mfr/G2301/images/otakanomori/lifeinfo_dot.png");
	background-position: left top 0.55em;
	background-repeat: repeat-x;
	background-size: 40%;
}

.lifeinfo_list dt {
	width: 50%;
}

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

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

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

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

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


.location_map02-wrap {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 120px;
}








/*********** location_fbt *************/

.location_fbt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 140px;
}

.location_fbt-wrap ul li {
	width: 400px;
}

.location_fbt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	background: linear-gradient(110deg, #D3CFD0, #7E7169, #B9B0AF);
	color: #fff;
	font-size: 3.0rem;
	text-decoration: none;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	transition: all 0.2s ease;
}

.location_fbt-wrap ul li a:hover {
	filter: brightness(130%);
	text-decoration: none;
}

/*********** ↑location_fbt *************/






