@charset "UTF-8";

/*index
----------------------------------------*/
section > h2 {
	padding-right: 2px;
	text-align: center;
	color: #a57209;
	font-size: 1.6rem;
	line-height: 1.35;
    letter-spacing: .3px;
    padding-bottom: 26px;
    margin-bottom: 26px;
	background: url(../img/index/bg_ttl_h2.png) no-repeat center bottom;
}
section > h2 span {
	font-size: 4rem;
	color: #242424;
	display: block;
    font-weight: 600;
    letter-spacing: 8px;
    padding-left: 8px;
}
@media only screen and (max-width: 736px) {
	section > h2 {
		font-size: 1.2rem;
	    padding-bottom: 19px;
	    margin-bottom: 13px;
		background: url(../img/index/bg_ttl_h2-sp.png) no-repeat center bottom;
		background-size: 47px auto;
	}
	section > h2 span {
		font-size: 3rem;
	    letter-spacing: 6px;
	    padding-left: 6px;
	}
	#contents {
		margin-bottom: 38.281%;
	}
}

/*mainv_block
----------------------------------------*/
.mainv_block {
	height: 100vh;
	overflow: hidden;
}
.mainv_block h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -377.5px;
	z-index: 100;
	background: none;
	padding: 0;
}
.mainv_block .scroll {
	position: absolute;
	bottom: 6.666%;
	left: 50%;
	margin-left: -28px;
}
.mainv_block .img {
	width: 100%;
	height: 100%;
}
.mainv_block .img img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	position: relative;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media only screen and (max-width: 736px) {
	.mainv_block {
		height: auto;
	}
	.mainv_block h2 {
		top: 0;
		left: 5.625%;
		right: 5.625%;
		margin: 42.5% 0 0;
	}
	.mainv_block .scroll {
    	display: none;
	}
	.mainv_block .img img {
		width: 100%;
		max-width: none;
		min-width: 0;
		min-height: 0;
		left: auto;
		position: relative;
		-webkit-transform: none;
		transform: none;
	}
}

/*about
----------------------------------------*/
.about_block {
	padding: 90px 0 80px;
}
.about_block::before {
	content: "";
	width: 1px;
	height: 101px;
	position: absolute;
	left: 50%;
	top: -50px;
	display: block;
	background: #b28850;
}
.about_block p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.75;
	letter-spacing: -.5px;
}
.about_block .btn_more {
	margin-top: 34px;
}
@media only screen and (max-width: 736px) {
	.about_block {
		padding: 20px 5% 30px;
	}
	.about_block::before {
    	display: none;
	}
	.about_block p {
		font-size: 1.2rem;
		line-height: 2.1;
		letter-spacing: -.5px;
	}
	.about_block .btn_more {
		margin-top: 20px;
	}
	.about_block .btn_more a {
    	padding: 13px 0 10px;
	}
}

/*senior introduction
----------------------------------------*/
.senior_block {
	background: url(../img/common/bg_01.png);
	padding: 68px 0 121px;
}
.senior_block > h2 {
    letter-spacing: 1.5px;
}
.senior_block .col3_block img {
	vertical-align: bottom;
}
.senior_block .col3_block {
	width: 1000px;
	margin: 50px auto 60px;
}
.senior_block .col3_block .col_box {
	width: 320px;
	margin: 0 0 20px 20px;
}
.senior_block .col3_block .col_box:nth-child(3n+1) {
	margin-left: 0;
}
.senior_block .col3_block .col_box a {
	display: block;
}
.senior_block .col3_block .col_box a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.73);
	display: block;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.senior_block .col3_block .col_box .profile {
	position: static;
}
.senior_block .col3_block .col_box h3 {
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -3.5px;
	text-align: center;
	padding-bottom: 26px;
	opacity: 0;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.senior_block .col3_block .col_box h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 2px;
	background: #a57209;
	display: block;
}
.senior_block .col3_block .col_box .txt {
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	top: 131px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.9;
	opacity: 0;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.senior_block .col3_block .col_box .txt span {
	font-size: 1.6rem;
}
.senior_block .col3_block .col_box .btn_more {
	z-index: 3;
	position: absolute;
	left: 50%;
	top: 247px;
	font-size: 1.2rem;
	margin-left: -60px;
	width: 118px;
	border: solid 1px #a57209;
	text-align: center;
	color: #b28850;
	padding: 4px 0 3px 2px;
	letter-spacing: 2px;
	border-radius: 27px;
	opacity: 0;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.senior_block .col3_block .col_box a:hover::before,
.senior_block .col3_block .col_box a:hover h3,
.senior_block .col3_block .col_box a:hover .txt,
.senior_block .col3_block .col_box a:hover .btn_more,
.senior_block .col3_block .col_box a.touch::before,
.senior_block .col3_block .col_box a.touch h3,
.senior_block .col3_block .col_box a.touch .txt,
.senior_block .col3_block .col_box a.touch .btn_more {
	opacity: 1;
}
.senior_block .btn_more {
	line-height: 2.75;
}
.senior_block .btn_more a {
	padding: 12px 0 10px;
}
@media only screen and (max-width: 736px) {
	.senior_block {
		background-size: 68px auto;
		padding: 27px 0 30px;
	}
	.senior_block > h2 {
	    letter-spacing: 1.5px;
	}
	.senior_block > h2 span {
	    letter-spacing: 2.3px;
		padding-left: 2px;
		line-height: 1.2;
		margin-bottom: 4px;
	}
	.senior_block .col3_block {
		width: auto;
		margin: 25px 4.687% 30px;
	}
	.senior_block .col3_block .col_box {
		width: auto;
		margin: 0 0 20px;
	}
	.senior_block .col3_block .col_box a::before {
    	display: none;
	}
	.senior_block .col3_block .col_box .profile {
		background: url(../img/index/bg_profile.png);
		background-size: 68px auto;
		padding: 17px 0 20px;
	}
	.senior_block .col3_block .col_box h3 {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		padding-bottom: 17px;
		margin-bottom: 10px;
		opacity: 1;
	}
	.senior_block .col3_block .col_box h3 img {
    	width: 56px;
	}
	.senior_block .col3_block .col_box h3::after {
		margin-left: -18.25px;
		width: 36.5px;
		height: 2px;
	}
	.senior_block .col3_block .col_box .txt {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		font-size: 1rem;
		line-height: 1.9;
		opacity: 1;
	}
	.senior_block .col3_block .col_box .txt span {
		font-size: 1.44rem;
    	line-height: 1.2;
	}
	.senior_block .col3_block .col_box .btn_more {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		font-size: 1.08rem;
		margin: 9px auto 0;
		width: 123px;
		line-height: 1.2;
		padding: 6px 0 5px 2px;
		border-radius: 27px;
		font-weight: bold;
		opacity: 1;
	}
	.senior_block .btn_more a {
		padding: 5px 0;
	}
}

/*locations
----------------------------------------*/
.locations_block {
	padding: 67px 0 80px;
}
.locations_block h2 {
    letter-spacing: 1.4px;
    margin-bottom: 40px;
}
.locations_block .bnr_block {
	width: 1008px;
	margin: 0 auto 44px;
}
.locations_block .bnr_block .bnr_box {
	width: 193px;
	float: left;
	margin: 0 4px;
	text-align: center;
	line-height: 1.45;
	font-size: 1.4rem;
	letter-spacing: .8px;
}
.locations_block .bnr_block .bnr_box a {
	display: block;
}
.locations_block .bnr_block .bnr_box img {
	border: solid 1px #e5e5e5;
	display: block;
}
.locations_block .bnr_block .bnr_box .img {
	margin-bottom: 11px;
}
.locations_block .btn_more a {
	padding: 21px 0 18px;
}
.locations_block .slick-list {
	overflow: hidden;
}
.locations_block .slick-prev,
.locations_block .slick-next {
	position: absolute;
	left: -30px;
	top: 82px;
	display: block;
	border: none;
	background: url(../img/index/btn_prev.png) no-repeat;
	width: 15px;
	height: 30px;
	overflow: hidden;
	text-indent: -900px;
}
.locations_block .slick-next {
	left: auto;
	right: -32px;
	background: url(../img/index/btn_next.png) no-repeat;
}
@media only screen and (max-width: 736px) {
	.locations_block {
		padding: 31px 0 45px;
	}
	.locations_block h2 {
	    letter-spacing: 1.4px;
	    margin-bottom: 30px;
	}
	.locations_block .bnr_block {
		width: auto;
		margin: 0 7% 20px;
	}
	.locations_block .bnr_block .bnr_box {
		width: 50%;
		margin: 0;
		padding: 0 1.093vw;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.locations_block .bnr_block .bnr_box img {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.locations_block .bnr_block .bnr_box .img {
		margin-bottom: 4px;
	}
	.locations_block .btn_more a {
		padding: 14px 0 13px;
	}
	.locations_block .slick-prev,
	.locations_block .slick-next {
		left: -5%;
		top: 0;
		margin-top: 19.8%;
		display: block;
		border: none;
		background: url(../img/index/btn_prev-sp.png) no-repeat;
		background-size: 100% auto;
		width: 11.5px;
		height: 23px;
	}
	.locations_block .slick-next {
		left: auto;
		right: -5%;
		background-image: url(../img/index/btn_next-sp.png);
	}
}