@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 16px;
	line-height: 1.9;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

body>#wrapper {
	height: auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {

	html,
	html body {
		overflow: visible !important;
	}
}

/* アクセシビリティ */
.guidance {
	left: -999px;
	position: absolute;
	width: 990px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
}

/* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0;
	/* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0;
	/* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}

/* リンク */
a {
	display: inline-block;
}

a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none !important;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.NotoSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.klee {
	font-family: "Klee One", cursive;
	font-weight: 400;
	font-style: normal;
}

.btn {
	width: 200px;
	height: 50px;
	margin: 0 auto;
}

.btn a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #213257;
	color: #fff;
	border-radius: 40px;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}

.btn a::before {
	content: "＞";
	position: absolute;
	font-size: 1rem;
	right: 54px;
}


.bg_b,
.bg_w {
	padding: 130px 0;
	position: relative;
}

#main>div:last-of-type.bg_w {
	padding-bottom: 200px;
}

#main>div:last-of-type.bg_w::before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 30px;
	background-color: #C2B497;
	bottom: 0;
}

.bg_b {
	background-color: #C2B497;
}

.bg_w {
	background-color: #fff;
}

.bg_b .stripe,
.bg_w .stripe {
	position: absolute;
	top: 60px;
}

.bg_b .stripe {
	left: 0;
}

.bg_w .stripe {
	right: 0;
	transform: rotate(180deg);
}

.bg_b .stripe li,
.bg_w .stripe li {
	width: 25vw;
	height: 10px;
	margin: 16px 0;
}

.bg_b .stripe li {
	background-color: #fff;
}

.bg_w .stripe li {
	background-color: #C2B497;
}

.bg_b .stripe li:nth-child(2),
.bg_w .stripe li:nth-child(2) {
	width: calc(25vw - 40px);
}

.bg_b .stripe li:nth-child(3),
.bg_w .stripe li:nth-child(3) {
	width: calc(25vw - 80px);
}

.bg_b .stripe li:nth-child(4),
.bg_w .stripe li:nth-child(4) {
	width: calc(25vw - 120px);
}

.bg_b .stripe li:nth-child(5),
.bg_w .stripe li:nth-child(5) {
	width: calc(25vw - 160px);
}


/* ▼ タイトル
--------------------------------------- */
#site_title {
	overflow: hidden;
}

h1.title {
	background: #999;
	color: #fff;
	overflow: hidden;
}

h2.page_title {
	width: 28%;
}

h2.page_title span {
	display: inline-block;
	color: #fff;
	background-color: #213257;
	width: 100%;
	max-width: 1000px;
	font-size: 30px;
	padding: 0 40px;
	height: 70px;
	line-height: 70px;
	text-align: right;
}

.title_border {
	position: relative;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 40px;
	margin-bottom: 100px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;	
}

.title_border::before {
	content: "";
	position: absolute;
	width: 95px;
	height: 3px;
	background-color: #fff;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.bg_w .title_border::before {
	background-color: #979A88;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

header .container {
	max-width: 1380px;
	height: 120px;
	flex-wrap: nowrap;
	align-items: center;
}

header .container::after {
	content: none;
}

.header_inner {
	width: 34%;
	max-width: 470px;
}

.menu {
	display: none;
}

/* グローバルナビゲーション */
#gnav {
	overflow: hidden;
}

#gnav ul {
	display: flex;
	align-items: flex-end;
	padding-bottom: 40px;
}


#gnav ul>li a {
	display: block;
	text-decoration: none;
	padding: 0 2vw;
}

#gnav ul>li a:hover {
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#gnav ul li.tel {
	color: #213257;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}

#gnav ul li.tel .small {
	display: inline-block;
	color: #fff;
	background-color: #213257;
	border-radius: 21px;
	padding: 5px 10px;
	font-size: 1rem;
}

#gnav ul li.tel span {
	display: block;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}



/* ▼ システム
--------------------------------------- */
.disabled {
	opacity: .5;
	pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
footer {
	width: 100%;
	background: #213257;
	color: #fff;
	padding: 50px 0;
	clear: both;
	overflow: hidden;
}

#footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.f_logo {
	width: 80%;
}

.link_wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.link_wrap .contact {
	background-color: #fff;
	display: flex;
	width: 390px;
	height: 100px;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	border-radius: 20px;
}

.link_wrap .contact .tel {
	color: #213257;
	font-size: 25px;
	font-weight: bold;
	padding: 0 40px;
	border-right: 1px solid #213257;
	line-height: 1.4;
}

.link_wrap .contact .small {
	display: inline-block;
	background-color: #213257;
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: normal;
}

.link_wrap .contact div:last-of-type {
	padding: 0 40px;
}

.link_wrap .f_menu {
	display: flex;
	justify-content: flex-end;
}

.link_wrap .f_menu li a {
	padding: 0 20px;
	line-height: 1;
}

.link_wrap .f_menu li:not(:last-child) a {
	border-right: 1px solid #fff;
}


/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}


/* ▼▼▼ 404
====================================================== */
#not_found {
	padding: 8vw 20px;
}

#not_found p {
	font-size: 14px;
	text-align: center;
}

#not_found p.arial {
	margin-bottom: 10px;
	font-size: 42px;
	font-family: "Arial", "メイリオ";
}

#not_found p.arial+p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

#not_found p.txt {
	margin-bottom: 30px;
	line-height: 1.9;
}

#not_found .top_btn a {
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid #ccc;
}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body {
		font-size: 14px;
	}

	body.wrap {
		overflow: hidden;
	}


	#wrapper {
		width: 100%;
	}

	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 200;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.btn {
		width: 200px;
		height: 40px;
	}

	.btn a {
		font-size: 13px;
	}

	.btn a::before {
		font-size: 13px;
		right: 54px;
	}

	.bg_b,
	.bg_w {
		padding: 110px 0;
	}

	.bg_b .stripe,
	.bg_w .stripe {
		top: 20px;
	}

	.bg_b .stripe li,
	.bg_w .stripe li {
		height: 6px;
		margin: 8px 0;
	}

	.bg_b .stripe li:nth-child(2),
	.bg_w .stripe li:nth-child(2) {
		width: calc(25vw - 20px);
	}

	.bg_b .stripe li:nth-child(3),
	.bg_w .stripe li:nth-child(3) {
		width: calc(25vw - 40px);
	}

	.bg_b .stripe li:nth-child(4),
	.bg_w .stripe li:nth-child(4) {
		width: calc(25vw - 60px);
	}

	.bg_b .stripe li:nth-child(5),
	.bg_w .stripe li:nth-child(5) {
		width: calc(25vw - 80px);
	}

	#main>div:last-of-type.bg_w {
		padding-bottom: 180px;
	}

	#main>div:last-of-type.bg_w::before {
		height: 25px;
	}

	.title_border {
		font-size: 22px;
		padding-bottom: 30px;
		margin-bottom: 80px;
	}

	/* ▼タイトル
	--------------------------------------- */
	#site_title {
		width: 60%;
		overflow: hidden;
	}

	#site_title a {
		padding: 12px;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	header .container {
		height: 0;
	}

	.header_inner {
		width: 100%;
		height: 51px;
		background: #fff;
		border-bottom: 1px solid #ccc;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: block !important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		padding-top: 51px;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}

	#gnav.open {
		-moz-transform: translateY(1000px);
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}

	#gnav ul {
		display: block;
	}

	#gnav ul>li {
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
		text-indent: 0;
	}

	#gnav ul>li>a {
		height: 50px !important;
		background: #fff;
		background-size: 10px 10px !important;
		border-bottom: 1px solid #ccc;
		padding: 0 15px;
		line-height: 50px;
	}

	#gnav ul>li>a:hover {
		text-decoration: none;
		opacity: 1;
	}

	#gnav ul li.tel {
		font-size: unset;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
	}

	#gnav ul li.tel .small {
		font-size: 12px;
	}

	#gnav ul li.tel span {
		display: inline-block;
		font-size: 18px;
	}

	#gnav ul li.fb a {
		display: flex;
		justify-content: center;
	}

	#gnav ul li.fb img {
		width: 40px;
	}

	#gnav ul li.fb a p {
		padding: 0 10px;
		font-weight: bold;
	}


	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 50px;
		height: 50px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}

	.menu .icon {
		display: block;
		width: 30px;
		height: 2px;
		border-top: 2px solid #213257;
		position: absolute;
		top: 48%;
		right: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.menu .icon:before,
	.menu .icon:after {
		content: '';
		width: 30px;
		border-top: 2px solid #213257;
		position: absolute;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		right: 0;
	}

	.menu .icon:before {
		top: -11px;
	}

	.menu .icon:after {
		bottom: -9px;
	}

	.menu .icon.active {
		border-color: #fff;
	}

	.menu .icon.active:before {
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: -2px;
		right: 0;
	}

	.menu .icon.active:after {
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		bottom: 0;
		right: 0;
	}


	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,
	#contents,
	#side,
	footer,
	#footer_inner {
		float: none;
		width: 100%;
	}


	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	.flex_box {
		display: block;
	}

	#main {
		margin-top: 50px;
	}

	/* ▼▼▼ フッター
	====================================================== */
	footer {
		padding: 40px 20px;
	}

	.company_info {
		margin-bottom: 20px;
	}

	.link_wrap {
		align-items: center;
	}

	.link_wrap .contact {
		width: auto;
		height: 80px;
	}

	.link_wrap .contact .tel {
		padding: 0 20px;
		font-size: 20px;
	}

	.link_wrap .contact .small {
		padding: 3px 5px;
		font-size: 14px;
	}

	.link_wrap .contact>div:last-of-type {
		padding: 0px 20px;
	}

	.link_wrap .contact>div:last-of-type a {
		width: 80%;
		margin: 0 auto;
		display: flex;
	}

	.link_wrap .f_menu {
		justify-content: center;
		flex-wrap: wrap;
	}

	.link_wrap .f_menu li a {
		padding: 0 10px;
		font-size: 13px;
	}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		padding: 10px;
	}

	/* ▼▼▼ 404
	====================================================== */
	#not_found {
		padding: 100px 20px 60px;
	}

	#not_found p.arial {
		margin-bottom: 10px;
		font-size: 39px;
	}

	#not_found p.arial+p {
		font-size: 17px;
	}

	#not_found p.txt {
		line-height: 1.6;
	}

}
/* ▼準備中　表示
----------------------------------------------------- */
.msg_center {
	position: relative;
	font-size: 25px;
	font-weight: normal;
	padding-top: 60px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1; 
}
.msg_center_s {
	position: relative;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 100px;
	text-align: center;
}
/* ▼▼▼ 480px〜768px
====================================================== */
.msg_center {
	font-size: 20px;
}
.msg_center_s {
	font-size: 15px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}