@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;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;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 72%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
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 {
	color: #333;
	text-decoration: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.36;
	text-align: center;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 31px;
	display: block;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 36px;
}
#gHeader h1 img {
	width: 100%;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 74px;
}
#gFooter .fBox {
	margin: 0 19px;
}
#gFooter .fText {
	margin-bottom: 14px;
	position: relative;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
}
#gFooter .fText::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #000;
	content: '';
}
#gFooter .fText span {
	padding: 0 7px;
	display: inline-block;
	position: relative;
	background: #fff;
	z-index: 1;
}
#gFooter .fLogo {
	margin-bottom: 42px;
	text-align: center;
}
#gFooter .fLogo img {
	width: 250px;
}
#gFooter address {
	padding: 8px 10px 9px;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	font-style: normal;
	background: #231815;
}
.fixBtn {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.fixBtn a {
	padding: 13px 10px 12px;
	display: block;
	text-align: center;
	background: #E76385;
}
.fixBtn a img {
	width: auto;
	height: 50px;
}