@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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.en {
	font-family: 'Noto Serif JP', serif;
}


.centerTxt {
	margin-bottom: 34px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.75;
}
@media all and (max-width: 896px) {
	.centerTxt {
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: -0.03em;
	}
}
@media all and (max-width: 389px) {
	.centerTxt {
		font-size: 1.65rem;
	}
}

.content {
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 45px;
		max-width: inherit !important;
	}
}

.telTxt {
	text-align: right;
}
.telTxt a {
	padding: 4px 5px 8px;
	margin-right: 2px;
	color: #FFFFFF;
	font-size: 1rem;
	display: inline-block;
	width: 150px;
	text-align: center;
	background-color: #000000;
	border-radius: 5px;
	box-sizing: border-box;
}
.telTxt span {
	margin-bottom: 4px;
	display: block;
}
@media all and (max-width: 896px) {
	.telTxt a {
		font-size: 1.035rem;
	}
	.telTxt img {
		width: 148px;
	}
}

/* pageVisual */
.pageVisual {
	margin-bottom: 11px;
}
.pageVisual .image {
	height: 466px;
	background: url(../../img/access/main_img.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.pageVisual .image::after {
	width: 100%;
	height: 155px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../../img/common/bg02.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
@media all and (max-width: 896px) {
	.pageVisual .image {
		height: auto;
		padding-bottom: 47.8%;
	}
	.pageVisual .image::after {
		height: 42px;
	}
	.pageVisual {
		margin-bottom: 21px;
	}
	.pageVisual .image::after {
		height: 51px;
		background-image: url(../../img/common/sp_bg02.png);
	}
}

/* headLine01 */
.headLine01 {
	margin-bottom: 24px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.headLine01 .en {
	margin-bottom: 7px;
	color: #b99000;
	font-size: 2.3rem;
	display: block;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 33px;
	}
	.headLine01 .en {
		margin-bottom: 7px;
		letter-spacing: 0;
	}
}


/* headLine02 */
.headLine02 {
	margin-bottom: 9px;
	font-size: 1rem;
}
.headLine02 .en {
	font-size: 2.4rem;
	margin-bottom: -1px;
	color: #ffffff;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 13px;
	}
}

/* indentUl */
.indentUl {
	line-height: 1.42;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.indentUl li {
	padding-left: 1em;
	text-indent: -1em;
}
@media all and (max-width: 896px) {
	.indentUl {
		font-size: 1.4rem;
		letter-spacing: -0.05em;
	}
}


/* comListDl */
.comListDl {
	margin: 0 auto;
	max-width: 674px;
	font-size: 1.8rem;
	box-sizing: border-box;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.comListDl dt {
	float: left;
	letter-spacing: 0.13em;
}
.comListDl dd {
	padding-left: 7.2em;
	margin-bottom: 5px;
}
@media all and (min-width: 897px) {
	.comListDl a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	.comListDl dt {
		margin-bottom: 5px;
		float: none;
	}
	.comListDl dd {
		margin-bottom: 20px;
		padding-left: 0;
	}
	.comListDl {
		max-width: inherit;
	}
}