@charset "utf-8";
/*reset*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
img {
    border: 0;
    vertical-align: bottom;
    font-size: 0;
    line-height: 0;
}
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #3E3A39;
	text-align: center;
	background-color: #EFEFEF;
}
/* ▽▽PCで電話番号リンク無効▽▽ */
@media (min-width: 600px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
/* △△PCで電話番号リンク無効△△ */
header {
	padding-top:20px;
	padding-bottom:50px;
	background-color: #fff;
	}
.wrap {
	padding-bottom: 20px;
	width: 100%;
	background-color: #fff;
}
.sns img {
    margin: 20px 15px 65px;
}
footer {
	padding-top: 20px;
	width: 100%;
}
footer > div p:first-child{
	font-weight: bold;
}
footer > div {
margin-bottom: 10px;
}
.copyright {
	font-size: 11px;
	margin-top:30px;
}