@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/* font */
.midashi {
	font-family: "A-OTF 見出ゴMB31 Pro MB31";
	font-weight: normal;
}
.gotham {
	font-family: "Gotham Medium";
	font-weight: normal;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 57px;
	position: relative;
	z-index: 5;
}
.pageTitle::after {
	width: 100%;
	height: 32px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../../img/common/bg04.png") repeat-x center top / auto 92px;
	content: '';
	z-index: 1;
}
.pageTitle .inner {
	width: 100%;
	height: 332px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url("../../img/about/page_title_bg.jpg") no-repeat center center / cover;
}
.pageTitle .inner::before {
	width: 142px;
	height: 305px;
	position: absolute;
	left: 0;
	bottom: -82px;
	background: url("../../img/common/bg02.png") no-repeat left center / 100% auto;
	content: '';
	z-index: 2;
}
.pageTitle .inner::after {
	width: 219px;
	height: 472px;
	position: absolute;
	right: 0;
	bottom: -110px;
	background: url("../../img/common/bg01.png") no-repeat left center / 100% auto;
	content: '';
	z-index: 2;
}
.pageTitle h2 {
	margin-bottom: 8px;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
}
@media all and (max-width: 1024px) {
	.pageTitle {
		margin-bottom: 35px;
	}
	.pageTitle::before {
		height: 33px;
		top: -25px;
		background-image: url("../../img/common/sp_bg03.png");
		background-size: auto 33px;
	}
	.pageTitle::after {
		height: 8px;
		background-image: url("../../img/common/sp_bg04.png");
		background-size: auto 29px;
	}
	.pageTitle .inner {
		height: 231px;
		background-image: url("../../img/about/sp_page_title_bg.jpg");
	}
	.pageTitle .inner::before {
		width: 62px;
		height: 158px;
		bottom: 22px;
		background-image: url("../../img/common/sp_bg02.png");
	}
	.pageTitle .inner::after {
		width: 74px;
		height: 205px;
		bottom: 32px;
		background-image: url("../../img/common/sp_bg01.png");
	}
	.pageTitle h2 {
		margin-bottom: 5px;
		font-size: 2.2rem;
		letter-spacing: 0.14em;
	}
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 15;
}
.fixBtn.on {
	position: absolute;
}
.fixBtn a {
	padding: 0 19px;
	display: block;
	position: relative;
}
.fixBtn a:hover {
	opacity: 0.7;
}
.fixBtn a img {
	width: 17px;
}
.fixBtn a::after {
	margin-top: -7px;
	width: 101px;
	height: 220px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url("../../img/common/bg08.png") no-repeat right center / 100% auto;
	content: '';
	z-index: -1;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.3s;
}
.fixBtn.bg a::after {
	opacity: 1;
}
@media all and (max-width: 1024px) {
	.fixBtn {
		display: none;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1122px;
	box-sizing: border-box;
}
@media all and (max-width: 1024px) {
	.content {
		padding: 0 20px;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 28px;
	text-align: center;
	font-weight: normal;
	font-size: 4.6rem;
	letter-spacing: 0.44em;
}
.headLine01 .icon {
	margin-bottom: 32px;
	display: block;
}
.headLine01 .icon img {
	width: 90px;
}
.headLine01 .col {
	color: #DD9935;
}
@media all and (max-width: 1024px) {
	.headLine01 {
		margin-bottom: 12px;
		font-size: 2.5rem;
		letter-spacing: 0.38em;
		line-height: 1.38;
	}
	.headLine01 .icon {
		margin-bottom: 14px;
	}
	.headLine01 .icon img {
		width: 66px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 27px;
	color: #C7974A;
	font-weight: normal;
	font-size: 5rem;
	letter-spacing: 0.4em;
	line-height: 1.36;
}
.headLine02 .txt01 {
	font-size: 7rem;
	letter-spacing: 0.24em;
}
@media all and (max-width: 1024px) {
	.headLine02 {
		margin-bottom: 14px;
		text-align: center;
		font-size: 2.7rem;
		line-height: 1.23;
	}
	.headLine02 .txt01 {
		font-size: 3.75rem;
		letter-spacing: 0.2em;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 33px;
	text-align: center;
	color: #DE9A35;
	font-size: 5rem;
	font-weight: normal;
	letter-spacing: 0.44em;
	line-height: 1.479;
}
@media all and (max-width: 1024px) {
	.headLine03 {
		margin-bottom: 14px;
		font-size: 2.5rem;
		letter-spacing: 0.28em;
		line-height: 1.35;
	}
}
@media all and (max-width: 374px) {
	.headLine03 {
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 84px;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.4em;
}
@media all and (max-width: 1024px) {
	.headLine04 {
		margin-bottom: 46px;
		font-size: 2.3rem;
		letter-spacing: 0.22em;
	}
}
/*------------------------------------------------------------
	comFacilities
------------------------------------------------------------*/
.comFacilities .subTtl {
	margin-bottom: 9px;
	text-align: center;
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: 0.4em;
	line-height: 1.66;
}
.comFacilities .headLine03 {
	margin-bottom: 53px;
}
.comFacilities .mapImg {
	margin: 0 auto 76px;
	max-width: 790px;
	position: relative;
	z-index: 5;
	text-align: center;
}
.comFacilities .bgBox {
	padding: 43px 0 234px;
	position: relative;
	background: url("../../img/common/bg05.jpg") no-repeat center bottom / cover;
}
.comFacilities .bgBox::before {
	width: 100%;
	height: 1226px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../../img/common/bg06.png") repeat-x left top / auto 1226px;
	content: '';
}
.comFacilities .bgWhite {
	margin: 0 auto 87px;
	padding: 0 85px 85px;
	width: 100%;
	max-width: 960px;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
}
.comFacilities .bgWhite::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -230px;
	background: url("../../img/common/bg07.png") no-repeat center top / 100% auto;
	content: '';
}
.comFacilities .bgWhite::after {
	width: 100%;
	height: calc(100% - 300px);
	position: absolute;
	left: 0;
	top: 300px;
	background: #fff;
	content: '';
}
.comFacilities .imgList {
	position: relative;
	z-index: 1;
}
.comFacilities .imgList li {
	margin-bottom: 44px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #F2F2F2;
}
.comFacilities .imgList li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.comFacilities .imgList li .textBox {
	padding-bottom: 35px;
	width: 55%;
	position: relative;
	box-sizing: border-box;
}
.comFacilities .imgList li .textBox h3 {
	margin-bottom: 10px;
	padding-left: 42px;
	position: relative;
	font-weight: 500;
	color: #A84A71;
	letter-spacing: 0.14em;
}
.comFacilities .imgList li .textBox h3.col01 {
	color: #99AB0E;
}
.comFacilities .imgList li .textBox h3.col02 {
	color: #5B942F;
}
.comFacilities .imgList li .textBox h3.col03 {
	color: #9C6C4C;
}
.comFacilities .imgList li .textBox h3::before {
	width: 41px;
	height: 67px;
	position: absolute;
	left: -4px;
	top: -3px;
	background: url("../../img/common/icon10.png") no-repeat left top / 100% auto;
	content: '';
}
.comFacilities .imgList li .textBox h3 .imgTxt {
	margin-left: 4px;
	margin-bottom: -10px;
	width: 108px;
	display: block;
}
.comFacilities .imgList li .textBox h3 .txt01 {
	font-size: 4.5rem;
	font-weight: normal;
	letter-spacing: 0.08em;
	line-height: 1.2;
}
.comFacilities .imgList li .textBox .text01 {
	color: #3E280A;
	font-weight: 400;
	letter-spacing: 0.24em;
	line-height: 1.625;
}
.comFacilities .imgList li .textBox .text01 .mark {
	margin-top: 7px;
	padding: 1px 15px 2px;
	display: inline-block;
	vertical-align: top;
	color: #BA7189;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	background: #F2DAE4;
	border-radius: 4px;
}
.comFacilities .imgList li .textBox .subBox {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 4px;
}
.comFacilities .imgList li .textBox .subBox .map {
	width: calc(100% - 7em);
}
.comFacilities .imgList li .textBox .subBox .map a {
	padding-left: 20px;
	display: inline-block;
	letter-spacing: 0.16em;
	background: url("../../img/common/icon07.png") no-repeat left top 2px / 15px auto;
}
.comFacilities .imgList li .textBox .subBox .map a:hover {
	opacity: 0.5;
}
.comFacilities .imgList li .textBox .subBox .link a {
	text-decoration: underline;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.comFacilities .imgList li .textBox .subBox .link a:hover {
	opacity: 0.5;
}
.comFacilities .imgList li .photo {
	width: 41.9%;
}
.comFacilities .imgList li .photo img {
	width: 100%;
}
@media all and (max-width: 1024px) {
	.comFacilities .subTtl {
		margin-bottom: 6px;
		font-size: 1.5rem;
		letter-spacing: 0.36em;
		line-height: 1.67;
	}
	.comFacilities .headLine03 {
		margin-bottom: 37px;
		letter-spacing: 0.28em;
	}
	.comFacilities .mapImg {
		margin: 0 -4px 14px -3px;
		max-width: inherit;
	}
	.comFacilities .bgBox {
		padding: 54px 0 134px;
		background: url("../../img/common/sp_bg05.png") no-repeat center bottom / cover;
	}
	.comFacilities .bgBox::before {
		width: 100%;
		height: 1956px;
		top: -110px;
		background: url("../../img/common/sp_bg06.png") repeat-x left top / 375px auto;
	}
	.comFacilities .bgWhite {
		margin: 0 20px 56px;
		padding: 0 20px 37px;
		width: auto;
		max-width: inherit;
	}
	.comFacilities .bgWhite::before {
		top: -230px;
		background: url("../../img/common/sp_bg07.png") repeat-x center top / 335px auto;
	}
	.comFacilities .bgWhite::after {
		height: calc(100% - 170px);
		top: 170px;
	}
	.comFacilities .imgList li {
		margin-bottom: 34px;
		padding-bottom: 36px;
		display: block;
	}
	.comFacilities .imgList li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.comFacilities .imgList li .textBox {
		padding-bottom: 0;
		width: auto;
	}
	.comFacilities .imgList li .textBox h3 {
		margin-bottom: 18px;
		padding-left: 33px;
		font-size: 1.3rem;
		letter-spacing: 0.24em;
	}
	.comFacilities .imgList li .textBox h3::before {
		width: 28px;
		height: 46px;
		left: -1px;
		top: -5px;
	}
	.comFacilities .imgList li .textBox h3 .imgTxt {
		margin-bottom: -5px;
		width: 74px;
	}
	.comFacilities .imgList li .textBox h3 .txt01 {
		margin: 0 0.3em -4px 0;
		display: inline-block;
		vertical-align: bottom;
		font-size: 2.5rem;
		letter-spacing: 0.18em;
	}
	.comFacilities .imgList li .textBox .text01 {
		margin-bottom: 20px;
		font-size: 1.2rem;
		letter-spacing: 0.16em;
	}
	.comFacilities .imgList li .textBox .text01 .mark {
		margin-top: 7px;
		padding: 2px 15px;
		display: inline-block;
		vertical-align: top;
		color: #BA7189;
		font-size: 1.1rem;
		letter-spacing: 0.08em;
		background: #F2DAE4;
		border-radius: 4px;
	}
	.comFacilities .imgList li .textBox .subBox {
		width: auto;
		position: static;
		display: block;
	}
	.comFacilities .imgList li .textBox .subBox .map {
		margin-bottom: 12px;
		width: auto;
	}
	.comFacilities .imgList li .textBox .subBox .map a {
		padding-left: 16px;
		font-size: 1.3rem;
		letter-spacing: 0.12em;
		background: url("../../img/common/icon07.png") no-repeat left top 3px / 11px auto;
	}
	.comFacilities .imgList li .textBox .subBox .link a {
		padding: 14px 10px;
		display: block;
		text-decoration: none;
		text-align: center;
		font-weight: 700;
		font-size: 1.3rem;
		letter-spacing: 0.12em;
		border: 1px solid #534741;
		background: #fff url("../../img/common/icon13.png") no-repeat right 17px center / 5px auto;
	}
	.comFacilities .imgList li .photo {
		margin-bottom: 21px;
		width: auto;
	}
}
@media all and (max-width: 374px) {
	.comFacilities .imgList li .textBox h3 {
		letter-spacing: 0.05em;
	}
	.comFacilities .imgList li .textBox h3 .txt01 {
		letter-spacing: 0.05em;
	}
}
@media all and (max-width: 359px) {
	.comFacilities .subTtl {
		letter-spacing: 0.1em;
	}
	.comFacilities .headLine03 {
		letter-spacing: 0.05em;
	}
	.comFacilities .imgList li .textBox h3 {
		padding-left: 28px;
		letter-spacing: 0;
	}
	.comFacilities .imgList li .textBox h3 .txt01 {
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	comCtaBox
------------------------------------------------------------*/
.comCtaBox {
	color: #534741;
	position: relative;
	z-index: 1;
}
.comCtaBox a {
	color: #534741;
}
.comCtaBox h3 {
	margin-bottom: 11px;
	text-align: center;
	color: #534741;
	font-size: 4.8rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.comCtaBox .midTxt {
	margin-bottom: 46px;
	text-align: center;
	letter-spacing: 0.24em;
	line-height: 1.6;
}
.comCtaBox .subBox > div {
	padding: 0 20px;
	width: 44%;
	text-align: center;
	box-sizing: border-box;
}
.comCtaBox .subBox p {
	margin-bottom: 24px;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}
.comCtaBox .subBox .tel {
	margin-bottom: 18px;
}
.comCtaBox .subBox .tel img {
	width: 384px;
}
.comCtaBox .subBox .time {
	margin-bottom: 0;
	font-size: 1.2rem;
}
.comCtaBox .subBox .ctaBox {
	border-left: 1px solid #3D3430;
}
.comCtaBox .subBox .btn {
	margin: 0 auto;
	max-width: 393px;
}
.comCtaBox .subBox .btn a {
	padding: 22px 25px 22px;
	display: block;
	color: #fff;
	font-size: 1.7rem;
	background: #534741 url("../../img/common/icon09.png") no-repeat right 20px center;
	background-size: 9px auto;
	transition: 0.3s;
}
.comCtaBox .subBox .btn a span {
	padding: 0 10px 4px 38px;
	letter-spacing: 0.12em;
	background: url("../../img/common/icon08.png") no-repeat left center;
	background-size: 27px auto;
}
@media all and (min-width: 1025px) {
	.comCtaBox .subBox .btn a:hover {
		background-color: #6B5D58;
	}
}
@media all and (max-width: 1024px) {
	.comCtaBox h3 {
		margin-bottom: 13px;
		font-size: 2.5rem;
		letter-spacing: 0.06em;
	}
	.comCtaBox .midTxt {
		margin-bottom: 37px;
		font-size: 1.2rem;
		letter-spacing: 0.16em;
		line-height: 1.64;
	}
	.comCtaBox .subBox {
		margin: 0 auto;
		width: 88.5%;
		display: block;
	}
	.comCtaBox .subBox > div {
		padding: 0;
		width: auto;
	}
	.comCtaBox .subBox p {
		margin-bottom: 14px;
		font-size: 1.1rem;
	}
	.comCtaBox .subBox .tel {
		margin-bottom: 10px;
	}
	.comCtaBox .subBox .tel img {
		width: 286px;
	}
	.comCtaBox .subBox .time {
		margin-bottom: 0;
		font-size: 1.1rem;
	}
	.comCtaBox .subBox .telBox {
		margin-bottom: 24px;
	}
	.comCtaBox .subBox .ctaBox {
		padding-top: 23px;
		border-top: 1px solid #3D3430;
		border-left: none;
	}
	.comCtaBox .subBox .ctaBox p {
		margin-bottom: 10px;
	}
	.comCtaBox .subBox .btn a {
		padding: 15px 25px 17px;
		font-size: 1.25rem;
		background-size: 6px auto;
		background-position: right 17px center;
	}
	.comCtaBox .subBox .btn a span {
		padding: 0 10px 3px 28px;
		background-size: 20px auto;
	}
}
@media all and (max-width: 374px) {
	.comCtaBox h3 {
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	comBtmBox
------------------------------------------------------------*/
.comBtmBox .comCtaBox {
	padding: 98px 0 234px;
	position: relative;
	z-index: 1;
}
.comBtmBox .comCtaBox::before {
	width: 100%;
	height: calc(100% + 212px);
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: url("../../img/common/bg09.png") repeat-x left top / auto 535px;
}
.comBtmBox .comCtaBox::after {
	width: 100%;
	height: calc(100% + 212px);
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../../img/common/bg05.jpg") no-repeat center bottom / cover;
	content: "";
	z-index: -1;
}
.comBtmBox .comCtaBox .content {
	position: relative;
	z-index: 2;
}
@media all and (max-width: 1024px) {
	.comBtmBox {
		position: relative;
	}
	.comBtmBox .comCtaBox {
		padding: 55px 0 154px;
		position: static;
	}
	.comBtmBox .comCtaBox::before {
		height: 100%;
		background: url("../../img/common/bg09.png") repeat-x left top / auto 535px;
	}
	.comBtmBox .comCtaBox::after {
		height: 100%;
		background: url("../../img/common/sp_bg05.png") no-repeat center bottom / cover;
	}
}