@charset "UTF-8";


/*=======================================
	base
=======================================*/


/* wide */
.w1200 {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

.w1400 {
	max-width: 1400px;
	width: 90%;
	margin: auto;
}

.w1600 {
	max-width: 1600px;
	width: 90%;
	margin: auto;
}


/*=======================================
	location_wrap
=======================================*/
/* page_title */
#location_wrap .page_title.location {
	background: url(../img/location/location_mv.jpg) no-repeat center center;
	background-size: cover;
	padding: 0;
	height: 390px;
	position: relative;
	margin: 0 0 130px;
}
#location_wrap .page_title.location h2 {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 72px;
	letter-spacing: 0.1em;
	text-shadow: 4px 4px 9px #000;
}
#location_wrap .page_title.location h2 span{
	font-size: 24px;
	margin-top: -5px;
}
#location_wrap .page_title.location .caution{
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 5px rgba(85, 85, 85, 0.8);
	position: absolute;
	bottom: 10px;
	right: 10px;
}

@media screen and (max-width: 768px) {
	#location_wrap .page_title.location {
			height: 200px;
			margin-bottom: 60px;
			}
			#location_wrap .page_title.location h2 {
					font-size: 36px;
			}
			#location_wrap .page_title.location h2 span{
					font-size: 16px;
			}
			#location_wrap .page_title.location .caution{
				font-size: 11px;
				bottom: 5px;
				right: 5px;
			}
	}



/* life */
#location_wrap .life{
	margin-bottom: 220px;
}
#location_wrap .life .sub_title{
	max-width: 440px;
	width: 100%;
	margin: 0 auto 70px;
}
#location_wrap .life .catch{
	font-size: 36px;
	letter-spacing: 0.05em;
	color: #690707;
	text-align: center;
	margin-bottom: 70px;
}
#location_wrap .life .catch:last-of-type{
	margin-bottom: 110px;
}
#location_wrap .life .img_area{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 130px;
}
#location_wrap .life .img_area .img{
	width: 49.5%;
}
#location_wrap .life .intro{
	display: flex;
	margin-bottom: 85px;
}
#location_wrap .life .intro p{
	width: 39%;
	margin-right: 25px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.25;
}
#location_wrap .life .intro .img{
	width: 62%;
	margin-left: 25px;
	max-width: 824px;
}

#location_wrap .life .abiko_img {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	}

#location_wrap .life .abiko_img .img1 {
	grid-area: 1 / 1 / 3 / 3; }
#location_wrap .life .abiko_img .img2 {
	grid-area: 1 / 3 / 2 / 4; }
#location_wrap .life .abiko_img .img3 {
	grid-area: 1 / 4 / 2 / 5; }
#location_wrap .life .abiko_img .img4 {
	grid-area: 2 / 3 / 3 / 5; }

@media screen and (max-width: 1250px) {
	#location_wrap .life .img_area{
		justify-content: center;
	}
	#location_wrap .life .img_area .img{
		width: 48.5%;
	}
	#location_wrap .life .intro{
		display: block;
	}
	#location_wrap .life .intro p{
		width: auto;
		margin: 0 0 20px;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 2.0;
	}
	#location_wrap .life .intro .img{
		width: auto;
		margin-left: 0px;
	}
}
@media screen and (max-width: 1000px) {
	#location_wrap .life{
		margin-bottom: 160px;
	}
	#location_wrap .life .catch{
		font-size: 30px;
	}
	#location_wrap .life .catch:last-of-type{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	#location_wrap .life{
		margin-bottom: 60px;
	}
	#location_wrap .life .sub_title{
		max-width: 290px;
		margin: 0 auto 30px;
	}
	#location_wrap .life .catch{
		font-size: 20px;
		margin-bottom: 30px;
	}
	#location_wrap .life .catch:last-of-type{
		margin-bottom: 20px;
	}
	#location_wrap .life .img_area{
		margin-bottom: 40px;
	}
	#location_wrap .life .img_area .img{
		width: 47.5%;
	}
	#location_wrap .life .intro{
		margin-bottom: 40px;
	}
	#location_wrap .life .abiko_img {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		}
	#location_wrap .life .abiko_img .img1 {
		grid-area: 1 / 1 / 3 / 3; }
	#location_wrap .life .abiko_img .img2 {
		grid-area: 3 / 1 / 4 / 2; }
	#location_wrap .life .abiko_img .img3 {
		grid-area: 3 / 2 / 4 / 3; }
	#location_wrap .life .abiko_img .img4 {
		grid-area: 4 / 1 / 5 / 3; }
}




/* facilities */
#location_wrap .facilities{
	margin-bottom: 60px;
}
#location_wrap .facilities .sub_title{
	max-width: 650px;
	width: 100%;
	margin: 0 auto 70px;
}
#location_wrap .facilities .catch{
	font-size: 36px;
	letter-spacing: 0.008em;
	color: #690707;
	text-align: center;
	padding-bottom: 110px;
	border-bottom: double #cab9b9;
}
#location_wrap .facilities .f_area{
	margin-bottom: 190px;
}
#location_wrap .facilities .f_area .f_list{
	padding: 75px 30px;
	border-bottom: double #cab9b9;
}
#location_wrap .facilities .f_area .f_list .f_type{
	margin-bottom: 25px;
	font-size: 80px;
	letter-spacing: 0.05em;
	color: #690707;
}
#location_wrap .facilities .f_area .f_list .f_type span{
	font-size: 24px;
	color: #d3c3c3;
	margin-left: 15px;
}
#location_wrap .facilities .f_area .f_list .img_area{
	display: flex;
	gap: 0 20px;
}
#location_wrap .facilities .f_area .f_list .img_area figure{
	width: 24%;
}
#location_wrap .facilities .f_area .f_list .img_area figure figcaption{
	margin-top: 8px;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: right;
}


#location_wrap .facilities .map{
	margin: 0 auto 200px;
}
#location_wrap .facilities .map img{
	display: block;
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
}

#location_wrap .facilities .info{
	padding: 30px 0 0 0;
	width: 95%;
}
#location_wrap .facilities .info .info_st{
	margin-bottom: 80px;
	font-size: 60px;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
  align-items: center;
	color: #313131;
}
#location_wrap .facilities .info .info_st::before,
#location_wrap .facilities .info .info_st::after{
	content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #313131;
}
#location_wrap .facilities .info .info_st::before{
	margin-right: 1rem;
}
#location_wrap .facilities .info .info_st::after{
	margin-left: 1rem;
}
#location_wrap .facilities .info .life_info-list {
	display: flex;
	justify-content: space-between;
}
#location_wrap .facilities .info .life_info-list .list {
	width: 32.2%;
}
#location_wrap .facilities .info .life_info-list .cate {
	margin-bottom: 20px;
}
#location_wrap .facilities .info .life_info-list .cate_ttl_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #0b0c05;
	margin-bottom: 15px;
}
#location_wrap .facilities .info .life_info-list .list h4 {
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #333333;
}
#location_wrap .facilities .info .life_info-list .list ul {
	position: relative;
	margin: 0 0 3px;
	display: flex;
	align-items: center;
}
#location_wrap .facilities .info .life_info-list .list ul:before {
	content: "";
	background-image: linear-gradient(to right, #0b0c05, #0b0c05 2px, transparent 2px, transparent 2px);
	background-size: 5px 3px;
	background-repeat: repeat-x;
	position: absolute;
	height: 2px;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	z-index: -1;
}
#location_wrap .facilities .info .life_info-list .list .two_ul:before {
	top: 67%;
}
#location_wrap .facilities .info .life_info-list .list .six_ul:before {
	top: 8%;
}

#location_wrap .facilities .info .life_info-list .list ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#location_wrap .facilities .info .life_info-list .list ul li {
	width: 66%;
	float: left;
	font-size: 14px;
	z-index: 1;
	line-height: 1.21;
	margin-bottom: 5px;
}
#location_wrap .facilities .info .life_info-list .list ul .two_li {
	margin-bottom: -3px;
}
#location_wrap .facilities .info .life_info-list .list ul .six_li {
	margin-bottom: 86px;
}
#location_wrap .facilities .info .life_info-list .list ul li span {
	background: #fff;
	padding: 1px 20px 1px 1px;
}
#location_wrap .facilities .info .life_info-list .list ul li:nth-child(even) {
	width: 44%;
	float: right;
	text-align: right;
}
#location_wrap .facilities .info .life_info-list .list ul li:nth-child(even) span {
	padding: 1px 1px 1px 15px;
}

@media screen and (max-width: 1400px) {
	#location_wrap .facilities .info .life_info-list .list ul li {
		font-size: calc((14 / 1400) * 100vw);
	}
	#location_wrap .facilities .info .life_info-list .list ul li:nth-child(even) {
    width: 45%;
}
}


@media screen and (max-width: 1250px) {
	#location_wrap .facilities .f_area .f_list .img_area figure figcaption{
		font-size: 14px;
	}
	#location_wrap .facilities .info .life_info-list .list ul li:nth-child(even) {
    width: 46%;
}
}


@media screen and (max-width: 1100px) {
#location_wrap .facilities .info .life_info-list .list ul .six_li {
	margin-bottom: 70px;
}
#location_wrap .facilities .info .life_info-list .list ul li span {
	padding: 0px 5px 0px 0px;
}
#location_wrap .facilities .info .life_info-list .list ul li:nth-child(even) span {
	padding: 0px 0px 0px 5px;
}
}

@media screen and (max-width: 1000px) {
	#location_wrap .facilities .catch{
		font-size: 30px;
		padding-bottom: 60px;
	}
	#location_wrap .facilities .f_area{
		margin-bottom: 130px;
	}
	#location_wrap .facilities .f_area .f_list .f_type{
		font-size: 65px;
	}
	#location_wrap .facilities .f_area .f_list .img_area{
		gap: 0 13px;
	}
	#location_wrap .facilities .f_area .f_list .img_area figure figcaption{
		font-size: 12px;
	}
	#location_wrap .facilities .map{
		margin: 0 auto 130px;
	}
	#location_wrap .facilities .info .info_st{
		font-size: 45px;
	}
}

@media screen and (max-width: 900px) {
	#location_wrap .facilities .info .life_info-list .list ul .six_li {
		margin-bottom: 53px;
	}
	}



@media screen and (max-width: 768px) {
	#location_wrap .facilities .sub_title{
		margin-bottom: 30px;
	}
	#location_wrap .facilities .catch{
		font-size: 20px;
		padding-bottom: 30px;
	}
	#location_wrap .facilities .f_area{
		margin-bottom: 80px;
	}
	#location_wrap .facilities .f_area .f_list{
		padding: 25px 10px;
	}
	#location_wrap .facilities .f_area .f_list .f_type{
		margin-bottom: 20px;
		font-size: 26px;
	}
	#location_wrap .facilities .f_area .f_list .f_type span{
		font-size: 16px;
		margin-left: 10px;
	}
	#location_wrap .facilities .f_area .f_list .img_area{
		flex-wrap: wrap;
		gap: 13px 13px;
	}
	#location_wrap .facilities .f_area .f_list .img_area figure{
		width: 47.7%;
	}
	#location_wrap .facilities .f_area .f_list .img_area figure figcaption{
		margin-top: 4px;
		font-size: 10px;
		line-height: 1.3;
	}
	#location_wrap .facilities .map{
		margin: 0 auto 25px;
	}
	#location_wrap .facilities .info .info_st{
		margin-bottom: 30px;
		font-size: 20px;
	}

	#location_wrap .facilities .info .life_info-list {
		display: block;
	}
	#location_wrap .facilities .info .life_info-list .list {
		width: auto;
	}
	#location_wrap .facilities .info .life_info-list .cate_ttl_wrap {
		margin-bottom: 10px;
	}
	#location_wrap .facilities .info .life_info-list .list h4 {
		font-size: 18px;
	}

	#location_wrap .facilities .info .life_info-list .list ul li {
		width: 60%;
		font-size: 12px;
	}
	#location_wrap .facilities .info .life_info-list .list ul li span {
		padding: 0px 5px 1px 1px;
    display: inline-block;
	}
	#location_wrap .facilities .info .life_info-list .list ul li:nth-child(even) {
		width: 46%;
	}
	#location_wrap .facilities .info .life_info-list .list ul li:nth-child(even) span {
		padding: 1px 1px 1px 5px;
	}
	#location_wrap .facilities .info .life_info-list .list ul .six_li {
		margin-bottom: 75px;
	}

}




/* common */
.caption div {
	max-width: 1400px;
}


/*=======================================
bnr_area
=======================================*/
.bnr_area{
	margin: 0 auto;
	padding: 0 0 60px;
	max-width: 1000px;
}
.bnr_area a{
	will-change: opacity;
}
.bnr_area .caption{
	width: 100%;
	padding: 10px 0 0;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.bnr_area{
		padding: 30px 0 0;
		margin-bottom: 40px;
}
}