@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;
}

html {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Yu Gothic", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',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;
}

a,
a:link {
	color: #000;
	text-decoration: none;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;

	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */

	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}

a:active {
	color: #000;
}

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

#container {
	text-align: left;
}

#main {
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	border-top: 10px solid #FD98AD;
	padding-bottom: 9px;
	background: url(../img/h_bg.png) repeat-x left bottom;
	position: relative;
}

#header .hBox {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#header .left {
	float: left;
}

#header .addr {
	margin-top: 10px;
	color: #000;
	font-size: 1.5rem;
}

#header .h_contact {
	float: right;
}

#header .tip {
	position: absolute;
	right: 0;
	top: 0;
}

#header .hBox .tip {
	right: -340px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 1.5em 0;
}

#footer .copyright {
	text-align: center;
	font-size: 1.7rem;
	color: #22a9b5;
}

.pageTop {
	position: fixed;
	right: 24px;
	bottom: 66px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.pageTop.show {
	visibility: visible;
	opacity: 1;
}

.sp {
	display: none;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5em {
	margin-bottom: 5em !important;
}
.inblo {
	display: inline;
}
@media screen and (max-width: 1360px) {

	#header .tip {
		display: none;
	}
	#header .hBox .tip {
		display: none;
		right: inherit;
	}
}
@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	body {
		min-width: 320px;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	#header {
		border-top: 5px solid #FD98AD;
		padding-bottom: 5px;
		background: url(../img/h_bg.png) repeat-x left bottom;
		background-size: 140px auto;
	}
	
	#header .hBox {
		width: auto;
		width: 90%;
	}
	
	#header .left {
		float: none;
	}
	
	#header .left img {
		width: 100%;
		height: auto;
	}
	
	#header .addr {
		margin: 0;
		text-align: center;
		font-size: 1.2rem;
		line-height: 2;
	}

	#header .h_contact {
		display: none;
	}
	
	#footer {
		padding: 1.5em 0;
		margin-bottom: 8rem;
	}
	
	#footer .copyright {
		font-size: 1rem;
	}
	
	.pageTop {
		right: 5px;
		bottom: 10rem;
		width: 40px;
	}
	
	.pageTop img {
		width: 100%;
	}
.mb5em {
	margin-bottom: 2.5em !important;
}


}

