@charset "utf-8";
/* ****************************

page.php（固定ページ） 用スタイルシート

******************************* */


@media only screen and (max-width: 767px) {
}






/* =============================================================================
   トップページメインスライド
   ========================================================================== */

.secTop {}
.secTop figure.slide {}
.secTop figure.slide ul.sliderV {
	margin: 0;
	padding: 0;
	list-style: none;
}
.secTop figure.slide .bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
.secTop figure.slide .bx-wrapper .bx-pager {
	display: none;
}
.secTop figure.catch {
	width: 20%;
	text-align: center;
	margin: 15px auto 50px auto;
}
@media only screen and (max-width: 999px) {
	.secTop figure.catch {
		margin: 10px auto 30px auto;
	}
}





/* =============================================================================
   page 関連 スタイル
   ========================================================================== */

/* headline */
.page .headline {
	padding: 30px 0;
	text-align: center;
}
.page .headline.gray {
	background: #eee;
}
.page .headline h1 {
	width: 30%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.page .headline h3 {
	color: #888;
	margin: 0;
	font-weight: normal;
}
@media only screen and (max-width: 999px) {
	.page .headline {
		padding: 15px 0;
	}
	.page .headline h1 {
		margin-bottom: 5px;
	}
}




/* secInsta */
.page .secInsta {}
.page .secInsta .inner {
	padding: 30px 30px;
}
.page .secInsta h2 {
	text-align: center;
	font-weight: normal;
}
.page .secInsta figure {
	width: 24%;
	text-align: center;
	margin: 50px auto;
}
.page .secInsta .instaBtn {}
@media only screen and (max-width: 999px) {
	.page .secInsta .inner {
		padding: 15px 15px;
	}
	.page .secInsta figure {
		margin: 20px auto;
	}
	.page .secInsta .instaBtn {
		width: 7%;
	}
}




/* secContents */
.page .secContents {
	padding: 50px 0;
}
.page .secContents h3 {
	text-align: center;
	font-weight: normal;
}
.page .secContents ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.page .secContents li {
	width: 40%;
	padding: 15px 15px;
	box-sizing: border-box;
}
.page .secContents li a {
	text-align: center;
	display: block;
}
.page .secContents li a:hover {
	text-decoration: none;
}
.page .secContents li figure {
	margin-bottom: 10px;
}
.page .secContents li h4 {
	margin: 0;
	margin-bottom: 15px;
	font-weight: normal;
	color: #231815;
	line-height: 1.0;
}
.page .secContents li p {
	padding: 0;
	color: #888;
	line-height: 1.0;
}
@media only screen and (max-width: 999px) {
	.page .secContents {
		padding: 30px 0;
	}
	.page .secContents ul {
		padding: 0 20px;
	}
	.page .secContents li {
		width: 46%;
		padding: 10px 10px;
	}
	.page .secContents li h4 {
		margin-bottom: 5px;
	}
}




/* sec01 */
.page .sec01 {
	background: #eee;
}
.page .sec01 figure {}
.page .sec01 figure.pagetop {
	position: relative;
}
.page .sec01 figure.pagetop:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../img/common/bg_pagetop-figure.png") no-repeat center bottom -2px;
	background-size: 100% auto;
	width: 100%;
	height: 30px;
}
.page .sec01 .text {
	background: #eee;
	color: #595757;
	padding: 50px 5%;
	padding-bottom: 80px;
	margin-top: -2px;
}
.page .sec01 .text.arrow {
	background: #eee url("../img/common/ico_arrow-btm.png") no-repeat right 8% bottom 25px;
	background-size: 26px auto;
	padding-bottom: 80px;
}
.page .sec01 .text h2 {
	margin: 0;
	margin-bottom: 15px;
	color: #231815;
	text-align: center;
	font-weight: normal;
}
.page .sec01 .text h2 span.brackets {}
.page .sec01 .text h2 span.brackets {
	position: relative;
}
.page .sec01 .text h2 span.brackets:before {
	content: "";
	position: absolute;
	background: url("../img/common/ico_brackets-left.png") no-repeat left top;
	background-size: contain;
	top: 0;
	left: -36px;
	display: inline-block;
	width: 22px;
	height: 22px;
}
.page .sec01 .text h2 span.brackets:after {
	content: "";
	display: inline-block;
	background: url("../img/common/ico_brackets-right.png") no-repeat right top;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: -38px;
	width: 24px;
	height: 24px;
}
.page .sec01 .linkBtn {
	text-align: center;
	margin-top: 20px;
}
.page .sec01 .linkBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
	color: #888;
}
.page .sec01 .linkBtn a:hover {
	text-decoration: none;
}
.page .sec01 .linkBtn a span {
	width: 68px;
	margin-right: 20px;
}
.page .sec01 .linkBtn2 {
	text-align: center;
	margin-top: 20px;
}
.page .sec01 .linkBtn2 a {
	display: block;
	text-align: center;
	color: #888;
}
.page .sec01 .linkBtn2 a:hover {
	text-decoration: underline;
}
.page .sec01 .linkBtn2 a span {
	display: block;
	width: 64px;
	margin: 0 auto;
	margin-top: 12px;
}
.page .sec01 figure.map {
	padding: 0 8%;
	background: #eee;
}
.page .sec01 h3 {
	text-align: center;
	font-weight: normal;
	color: #231815;
	margin: 0;
	margin: 30px 0 10px 0;
}
.page .sec01 h3 span {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 14%;
}
.page .sec01 table {
	width: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 999px) {
	.page .sec01 .text {
		padding: 30px 4%;
		padding-bottom: 50px;
	}
	.page .sec01 .text.arrow {
		background: #eee url("../img/common/ico_arrow-btm.png") no-repeat right 8% bottom 25px;
		background-size: 16px auto;
		padding-bottom: 65px;
	}
	.page .sec01 .text h2 {
		margin-bottom: 5px;
	}
	.page .sec01 .text h2 span.brackets:before {
		left: -22px;
		display: inline-block;
		width: 14px;
		height: 14px;
	}
	.page .sec01 .text h2 span.brackets:after {
		right: -24px;
		width: 16px;
		height: 16px;
	}
	.page .sec01 .linkBtn a span {
		width: 34px;
		margin-right: 8px;
	}
	.page .sec01 .linkBtn2 a span {
		width: 40px;
		margin-top: 10px;
	}
	.page .sec01 figure.map {
		padding: 0 6%;
	}
}

.page .sec01 figure.slide {
	position: relative;
}
.page .sec01 figure.slide:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
	padding-top: 6%;
	height: 0;
	background: #000;
}
.page .sec01 figure.slide:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 100;
	width: 100%;
	padding-top: 6%;
	height: 0;
	background: #000;
}
.page .sec01 figure.slide ul.sliderV {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page .sec01 figure.slide ul.sliderF {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page .sec01 figure.slide .bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
.page .sec01 figure.slide .bx-wrapper .bx-pager {
	display: none;
}









