@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Yu Gothic",YuGothic,"Meiryo","ヒラギノ角ゴ Pro","メイリオ","Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
}



article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 800px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fdfdd5;
}

#container {
	text-align: left;
}

#main {

}

.comBox {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

.justify {
	text-align: justify;
	line-height: 1px;
}

.justify:after {
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	display: inline-block;
}

.justify li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
}



@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	.justify {
		text-align: left;
	}
	
	.justify li {
		display: block;
	}
	
	.justify:after {
		display: none;
	}
	
	.comBox {
		margin: 0 10px;
		width: auto;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto;
	padding: 15px 30px 23px;
	max-width: 800px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	background: url(../../img/common/header_bg.jpg) no-repeat center center;
	background-size: cover;
}

#gHeader .img01 {
	position: absolute;
	left: 10px;
	top: 20px;
}

#gHeader .img02 {
	position: absolute;
	right: 20px;
	top: 12px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 15px 10px;
	}
	
	#gHeader .img01 {
		position: static;
		left: auto;
		top: auto;
		max-width: 40%;
	}
	
	#gHeader .img02 {
		position: static;
		right: auto;
		top: auto;
		max-width: 34%;
	}
	
}


/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin-bottom: 19px;
}

.pageTop a {
	margin: 0 auto;
	display: block;
	width: 270px;
	font-size: 18.29px;
	font-weight: bold;
	color: #fff;
	line-height: 37px;
	text-align: center;
	border-radius: 20px;
	border: 5px solid #fdd69e;
	background-color: #ffa11a;
}

.pageTop a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
	padding: 15px 10px;
	text-align: center;
	font-size: 9px;
	line-height: 16px;
	color: #fff;
	background-color: #26a1f0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop {
		margin-bottom: 15px;
	}
	
	.pageTop a {
		width: 200px;
		font-size: 14.29px;
		line-height: 27px;
		border-radius: 15px;
		border: 3px solid #fdd69e;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 10px 10px;
	}

}