@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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:'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.robot{font-family: 'Roboto'};
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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a{
	display: inline-block;
	transition: opacity .3s;
}
a:hover{
	opacity: 0.5;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.w1,
.comBox {
    margin: 0 auto;
    max-width: 1200px;
		position: relative;
}
.w2 {
    margin: 0 auto;
    max-width: 720px;
}

body {
	min-width: 1280px;
	color: #1A1A1A;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.bg_white{
	background-color: #FFF;
	padding-bottom: 50px;
}
#cover {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {

}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	.w1,
	.comBox {
	    width: 100%;

	}
	.w2 {
	    width: 100%;
	}

}
#main .pageTop {
    text-align: center;
}
#main .pageTop a {
    display: inline-blockin;
}
#main .pageTop a:hover {
    opacity: 0.7;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
    background-color: #FAF8F8;
		padding: 100px 0 20px;
		text-align: center;
}
footer p{
	margin-bottom: 20px;
}
footer p a{
	font-size: 2rem !important;
	font-family: "Roboto";
}

@media all and (max-width: 767px) {

	footer {
	    background-color: #FAF8F8;
			padding: 70px 0 20px;
	}
	footer p{
		margin-bottom: 20px;
	}
	footer p a{
		font-size: 1.6rem !important;
		font-family: "Roboto";
	}


}
