@charset "UTF-8";



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

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

.pbox-3 li {
	width: 32.42%;
	margin-top: 10px;
}


.lifeinfo-wrap {
	margin-top: 60px;
}

.lifeinfo-wrap .ttl {
	display: flex;
	align-items: center;
	color: #6e5c2b;
	font-size: 2.0rem;
	text-align: center;
}

.lifeinfo-wrap .ttl:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #6e5c2b;
  margin-right: 1em;
}

.lifeinfo-wrap .ttl:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #6e5c2b;
  margin-left: 1em;
}

.lifeinfo-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}

.lifeinfo-list li {
	width: 48%;
}

.lifeinfo-list dl {
	display: flex;
	color: #6e5c2b;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.3;
	margin-top: 10px;
}

.lifeinfo-list dt {
	background-image: url("../../location/images/lifeinfo_dot.png");
	background-position: left top -5px;
	background-repeat: repeat-x;
	background-size: 100%;
	width: 65%;
}

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


.lifeinfo-list dd {
	width: 34%;
	margin-left: 1%;
}


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





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

.main_cap-wrap p {
	width: 50%;
}





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

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

.shopping_01-wrap li:nth-child(1) {
	width: 30.38%;
	margin-left: 8.06%;
}

.shopping_01-wrap li:nth-child(2) {
	width: 57.81%;
}

.shopping_01 {
	margin-top: 60px;
}

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

.shopping_03-wrap li:nth-child(1) {
	width: 41.81%;
}

.shopping_03-wrap li:nth-child(2) {
	width: 57.81%;
}

.shopping_03-wrap li:nth-child(3) {
	width: 41.81%;
	margin-top: 0.5%;
}

.shopping_03-wrap li:nth-child(4) {
	width: 57.81%;
	margin-top: 0.5%;
}

.shopping_04-wrap {
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 80px;
}

.shopping_04-wrap .cap-cover {
	right: 5%;
}

.shopping_05-wrap {
	display: grid;
    grid-template-columns: 36.17% 57.92%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	margin-top: 80px;
}

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

.shopping_05-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	align-self: flex-end;
	margin-top: 30px;
}

.shopping_05-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	width: calc((100vw - 1200px)/2 + (1200px * 0.5792) - 7px );
}

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

.shopping_07-wrap li:nth-child(1) {
	width: 36.17%;
}

.shopping_07-wrap li:nth-child(2) {
	width: 57.92%;
}

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





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

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

.park_02-wrap li:nth-child(1) {
	width: 36.17%;
}

.park_02-wrap li:nth-child(2) {
	width: 57.92%;
}

.park_02 {
	width: calc((100vw - 1200px)/2 + (1200px * 0.5792) - 7px );
}

.park_03-wrap {
	margin-top: 40px;
}


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












