@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	line-height: 1;
	word-break: break-all;
}
main,article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #1D1D1D;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #1D1D1D;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #1D1D1D;
	text-decoration: none;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 180%;
	color: #242424;
	letter-spacing: 1.5px;
	font-weight: 600;
}
img {
	vertical-align: bottom;
}
h1,
h2,
h3,
h4,
h5  {
	line-height: 140%;
}
.eng {
	color: #242424;
	font-size: 16px;
	line-height: 100%;
	font-family: "Roboto", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.dsn-sp {
	display: block;
}
.dsn-pc {
	display: none;
}
a[href^="tel:"] {
	pointer-events: inherit;
}
/* [footer]
--------------------------------------------------------------------------*/
footer {
	padding: 80px 30px 180px;
	background: #0E1C3E;
}
footer .wrap {
	width: 100%;
	max-width: 1648px;
	margin: 0 auto;
}
.f-ttl {
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 20px;
}
.copyright {
	font-size: 10px;
	text-align: center;
	color: #8B8B8B;
	line-height: 120%;
	letter-spacing: 1px;
}
.f-fixd-wrap {
	display: none;
	position: relative;
	z-index: 1000;
}
footer .wrap .btn {
	margin: 0 auto;
}
.back_top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 140px;
	background: none;
	padding: 0;
	z-index: 20;
}
.back_top img {
	width: 100%;
	height: auto;
}
.fixed-btn {
	background: #fff;
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.fixed-btn div {
	padding: 15px 30px;
}
.fixed-btn div a.btn {
	margin: 0 auto;
}
@media (min-width:1180px) {
	footer {
		padding: 100px 40px 200px;
	}
}

/* [00.MEDIA QUERIES]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (min-width: 490px) {
	.dsn-sp {
		display: none;
	}
	.dsn-pc {
		display: block;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	a:hover {
		opacity: 0.5;
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	}
	.f-fixd-wrap {
		display: none;
	}
	.fixed-btn div a.btn {
		max-width: 420px;
	}
	.back_top a {
		right: 30px;
		bottom: 30px;
	}
}