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

@media all and (max-width: 374px) {
	html {
		font-size: 56%;
	}
}

body,
table,
input,
textarea,
select,
option {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
	box-sizing: border-box;
}

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: #003250;
	text-decoration: none;
}

a:visited {
	color: #003250;
}

a:hover {
	color: #003250;
}

a:active {
	color: #003250;
}

a,
a img {
	-webkit-transition: .3s;
	transition: .3s;
}

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

.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#container {
	padding-bottom: 124px;
	text-align: left;
}

#main {
	display: block;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#container {
		padding-bottom: 84px;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 99;
}

@media all and (max-width: 896px) {
	#gHeader .logo {
		width: 213px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 78px 0 90px;
	color: #FFF;
	box-sizing: border-box;
	background: url("../img/common/f_bg.jpg") no-repeat center center / cover;
}
#gFooter .hitokoto{
    font-size: 1.2rem;
    text-align: center;
}

#gFooter .fBox {
	width: 844px;
	margin: 0 auto;
}

#gFooter .title {
	margin-bottom: 24px;
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.04em;
}

#gFooter table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}

#gFooter td,
#gFooter th {
	padding: 15px 11px 15px;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	box-sizing: border-box;
	line-height: 1.46;
	border-bottom: 1px solid rgba(210, 220, 230, 0.4);
	border-top: 1px solid rgba(210, 220, 230, 0.4);
}

#gFooter td {
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	vertical-align: middle;
}

#gFooter th {
	padding-top: 13px;
	width: 14%;
	font-weight: 700;
}

#gFooter td .tel {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}

#gFooter .btmBox {
	margin: 0 10px;
	flex: 1;
	align-items: center;
}

#gFooter .btmBox address {
	max-width: calc(100% - 80px);
	margin-left: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
}

@media all and (max-width: 896px) {
	#gFooter {
		padding: 30px 0 40px;
		background-image: url("../img/common/f_bg_sp.jpg");
	}

	#gFooter .fBox {
		width: auto;
		margin: 0 15px;
	}

	#gFooter .title {
		margin-bottom: 12px;
		letter-spacing: 0;
	}

	#gFooter table {
		margin-bottom: 20px;
	}

	#gFooter td {
		padding-left: 8px;
		font-size: 1.3rem;
	}

	#gFooter th {
		padding: 15px 6px;
		width: 24%;
		font-size: 1.5rem;
	}

	#gFooter .btmBox {
		margin: 0 -15px 0 0;
	}
}

@media all and (max-width: 374px) {
	#gFooter td {
		letter-spacing: 0;
	}
}