@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=Oswald:wght@700&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', 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%;
    height: auto;
}
a,
a:link {
	color: #1a1a1a;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #1a1a1a;
}
a:hover {
	color: #1a1a1a;
}
a:active {
	color: #1a1a1a;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1a1a1a;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	background-color: #FFF;
}
#container {
	padding-top: 0px;
	text-align: left;
}
#main {
	display: block;
}
/*------------------------------------------------------------
	#gHeader
------------------------------------------------------------*/
#gHeader {
	position: relative;
	left: 0;
	top: 0;
	height: 100px;
	width: 100%;
	padding: 15px 50px 0;
	background: #fff;
	box-sizing: border-box;
	z-index: 10000;
}
#gHeader h1 {
	width: 548px;
}
#gHeader .rBox .tel {
	margin-right: 180px;
	padding-left: 30px;
	display: block;
	font-weight: 400;
	color: #001d40;
	background: url("../../img/common/icon01.png") no-repeat left 1.3rem;
	background-size: 25px 25px;
}
#gHeader .rBox .tel strong {
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
	font-size: 3.2rem;
}
#gHeader .rBox .tel span {
	display: block;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
}
#gHeader .rBox .btn {
	position: absolute;
	width: 200px;
	height: 150px;
	right: 0;
	top: 0;
}
#gHeader .rBox .btn a {
	padding: 85px 15px 18px;
	display: block;
	height: 150px;
	font-size: 2rem;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	background: #001d40 url("../../img/common/icon02.png") no-repeat center 35px;
}
#gHeader .rBox .btn a:hover {
	background-color: #c1402a;
}
.resbtn {
	display: none;
}
.restel {
	display: none;
}
a[href^="tel:"] {    pointer-events: none;}
@media all and (min-width: 897px) and (max-width: 1100px) {
	#gHeader {
		padding: 20px 20px 0;
	}
	#gHeader h1 {
		width:300px;
	}
	#gHeader .rBox .tel {
	}
	#gHeader .rBox .btn {
		width: 160px;
	}
	#gHeader .rBox .btn a {
	}
}
@media all and (min-width: 1101px) and (max-width: 1300px) {
	#gHeader {
		padding: 20px 40px 0;
	}
	#gHeader h1 {
		width: 390px;
	}
	#gHeader .rBox .tel {
	}
	#gHeader .rBox .btn {
		width: 180px;
	}
	#gHeader .rBox .btn a {
	}
}
@media all and (min-width: 1301px) and (max-width: 1500px) {
	#gHeader h1 {
		width: 450px;
	}
	#gHeader .rBox .tel {
	}
	#gHeader .rBox .btn {
		width: 180px;
	}
	#gHeader .rBox .btn a {
	}
}
@media all and (max-width: 896px) {
	a[href^="tel:"] {    pointer-events:auto;}
	#gHeader {
		position: absolute;
	}
	#gHeader {
		padding: 10px 15px 0;
		height: auto;
	}
	#gHeader h1 {
		width: 390px;
	}
	#gHeader .rBox {
		margin-left: auto;
	}
	#gHeader .rBox .tel {
		display: none;
	}
	#gHeader .rBox .btn {
		display: none;
	}
	.restel {
		display: block;
		position: fixed;
		bottom: 60px;
		height: 75px;
		z-index: 120;
		width: 100%;
		background: #FFF;
	}
	.restel .inner {
		margin-right: 180px;
		padding-left: 30px;
		display: block;
		font-weight: 400;
		color: #001d40;
		background: url("../../img/common/icon01.png") no-repeat left 1.3rem;
		background-size: 25px 25px;
		width: 230px;
		margin: 0 auto;
	}
	.restel strong {
		font-family: 'Oswald', sans-serif;
		letter-spacing: .1em;
		font-size: 3.2rem;
	}
	.restel strong a {
		font-family: 'Oswald', sans-serif;
		letter-spacing: .1em;
		font-size: 3.2rem;
	}
	.restel span {
		display: block;
		font-size: 1.6rem;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.resbtn {
		display: block;
		position: fixed;
		bottom: 0;
		height: 60px;
		width: 100%;
		z-index: 120;
	}
	.resbtn a {
		padding: 15px 15px 18px;
		display: block;
		font-size: 2rem;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
		background: #001d40 url("../../img/common/icon02.png") no-repeat 20px 15px;
	}
	.resbtn a:hover {
		background-color: #c1402a;
	}
}
/*------------------------------------------------------------
	contactBox
------------------------------------------------------------*/
.contactBox {
	margin-bottom: 100px;
	padding-top: 88px;
	position: relative;
	background-size: cover;
	box-sizing: border-box;
}
.contactBox .title {
	margin-bottom: 52px;
	font-size: 8.4rem;
	text-align: left;
	color: #fff;
}
.contactBox .link {
	width: 460px;
	margin: 0 auto;
}
.contactBox .link a {
	padding: 20px 20px 24px 60px;
	font-size: 2.4rem;
	color: #001d40;
	display: block;
	text-align: center;
	background: #fff url("../../img/common/icon09.png") no-repeat 77px center;
	background-size: 30px 22px;
	border-radius: 50px;
}
.contactBox .link a:hover {
	color: #fff;
	background-color: #c1402a;
	background-image: url("../../img/common/icon10.png");
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	margin: 0 0;
	text-align: center;
	background: #001d40;
}
#gFooter .fLogo {
	margin-bottom: 12px;
	text-align: center;
}
#gFooter .addText {
	margin-bottom: 6px;
	font-weight: 400;
	line-height: 1.75;
}
#gFooter .ttl {
	margin-bottom: 35px;
	font-size: 1.8rem;
}
#gFooter address {
	font-weight: 400;
	font-style: normal;
}
#gFooter .pageTop {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}