@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.6;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
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対応 */
}

/* リンク */
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;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
	position: relative;
	font-weight: normal;
}

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

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

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.h_contact{
	width: 77px;
	position: absolute;
	top: 5%;
	right: 30px;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
.btn_area{
	background: #DDDCDC;
	padding: 80px 20px;
}
.btn_area p{
	text-align: center;
}
.btn_area p.txt{
	margin-bottom: 20px;
	font-size: 0;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	width: 95px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}



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


	.pc {display: none;}
	.sp {display: block;}

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

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.h_contact{
		width: 65px;
		position: absolute;
		top: 3%;
		right: 20px;
		vertical-align: middle;
	}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	.btn_area{
		padding: 40px 20px;
	}
	.btn_area p{
		width: 75%;
		margin: 0 auto;
	}
	.btn_area p.txt{
		margin-bottom: 10px;
	}


	/* ▼▼▼ フッター
	====================================================== */

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		width: 60px;
		right: 0;
		bottom: 0;
	}

}
