@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,300;1,400&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: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Arial", "Helvetica", 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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #606060;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	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;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
@media all and (max-width: 1399px) and (min-width: 897px) {
	.hBox {
		width: auto !important;
	}
	.logo {
		width: 300px;
	}
	#gHeader .city {
		margin: 12px 15px 0 28px;
	}
}
#gHeader {
	border-bottom: 1px solid #cdcdcd;
}
.hBox {
	margin: 0 auto;
	padding: 12px 11px 9px 13px;
	width: 1400px;
	display: flex;
	box-sizing: border-box;
}
#gHeader .city {
	margin: 12px 37px 0 28px;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.5;
}
#gHeader .tel {
	margin-top: -5px;
	display: flex;
	align-items: center;
}
#gHeader .tel .text {
	margin-right: 10px;
	padding: 8px 18px 2px 16px;
	height: 37px;
	line-height: 1.3;
	color: #595959;
	font-size: 1.3rem;
	border-radius: 8px;
	background-color: #ededed;
}
#gHeader .info a {
	margin-top: 3px;
	display: inline-block;
	color: #6d6d6d;
}
#gHeader .num {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
}
#gHeader .num img {
	margin-right: 5px;
}
#gHeader .time {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.07em;
}
#gHeader .contactBtn {
	margin-left: 2px;
	border-radius: 25.5px;
	background: linear-gradient(90deg, rgb(105, 108, 247) 0%, rgb(59, 166, 237) 100%);
}
#gHeader .contactBtn a {
	width: 245px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
}
.gNavi {
	margin-top: 11px;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, rgb(255, 144, 144) 30%, rgb(255, 167, 127) 100%);
	position: relative;
	z-index: 1;
}
.gNavi a {
	padding: 0 15px;
	font-size: 1.7rem;
	color: #fff;
	font-weight: bold;
}
.pagetop {
	text-align: center;
	width: 76px;
	height: 76px;
	position: fixed;
	bottom: 20px;
	right: 34px;
	border-radius: 15px;
	background: linear-gradient(90deg, rgb(105, 108, 247) 0%, rgb(59, 166, 237) 100%);
	display: none;
	z-index: 99;
}
.pagetop a {
	display: block;
}
.pagetop p {
	padding-top: 10px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
.pagetop.on {
	position: absolute;
	bottom: calc(100% - 50px);
}
@media all and (min-width: 897px) {
	#gHeader .contactBtn:hover {
		opacity: 0.8;
	}
	.gNavi a:hover {
		text-decoration: underline;
	}
	.pagetop a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 11px;
	}
	.hBox {
		padding: 12px 11px 10px 7px;
		width: auto;
	}
	.logo {
		width: 300px;
	}
	#gHeader .city {
		display: none;
	}
	#gHeader .tel {
		display: none;
	}
	.gNavi {
		display: none;
	}
	.pagetop {
		width: 45px;
		height: 45px;
		bottom: 100px;
		right: 3px;
		border-radius: 7.5px;
		display: block;
		position: fixed;
	}
	.pagetop.on {
		bottom: calc(100% - 150px);
	}
	.pagetop .image {
		margin: 0 auto;
		width: 32%;
	}
	.pagetop p {
		padding-top: 7px;
		line-height: 1.33;
		font-size: 0.72rem;
	}
}
.menuBtn {
	width: 49px;
	height: 51px;
	position: fixed;
	color: #fff;
	right: 0;
	top: 14px;
	border-radius: 5px 0 0 5px;
	background-color: #fe9c9f;
	content: "";
	box-sizing: border-box;
	padding: 10px 5px 5px 7px;
	cursor: pointer;
	z-index: 1000;
}
.menuBtn .txt {
	margin-top: 6px;
	display: block;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.menuBtn .off {
	display: none;
}
.menuBtn.active .on {
	display: none;
}
.menuBtn.active .off {
	display: block;
}
.menu {
	margin: 0 auto;
	position: relative;
	height: 20px;
	width: 22px;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.active .menu .top {
	-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(-45deg);
	transform: translateY(7px) translateX(0) rotate(-45deg);
	background: #fff;
}
.active .menu .middle {
	opacity: 0;
	background: #fff;
}
.active .menu .bottom {
	top: 14px;
	-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
	transform: translateY(-7px) translateX(0) rotate(45deg);
	background: #fff;
}
.menu span {
	background: #fff;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 7px;
}
.menu span:nth-of-type(3) {
	top: 15px;
}
/* menuBox */
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-y: auto;
	z-index: 999;
	display: none;
}
.menuBox .innerBox {
	padding: 0 0 30px;
}
.menuBox .naviUl {
	padding: 22px 25px 57px;
	background-color: #ff9ca1;
}
.menuBox .naviUl a {
	padding: 15px 25px 12px;
	display: block;
	color: #111;
	font-weight: bold;
	font-size: 1.5rem;
	border-radius: 5px;
	background: #fff url("../../image/common/icon05.png")no-repeat right 16px center / 15px 15px;
}
.menuBox .naviUl li {
	margin-bottom: 12px;
}
.menuBox .naviUl li:last-child {
	margin-bottom: 0;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.fNavi a:hover {
		text-decoration: underline;
	}
	#gFooter .topBox a:hover {
		opacity: 0.8;
	}
}
#gFooter {
	background: linear-gradient(90deg, rgba(255, 144, 144, 0.65) 30%, rgba(255, 167, 127, 0.65) 100%);
	position: relative;
}
#gFooter .topBox {
	margin-bottom: 19px;
	padding-top: 50px;
	height: 254px;
	background: #f1f1f1 url("../../image/common/bg03.png")no-repeat center top;
	box-sizing: border-box;
}
#gFooter .topBox .relationList {
	display: flex;
	justify-content: center;
}
#gFooter .topBox .relationList li {
	margin: 0 13px;
	width: 330px;
	background: linear-gradient(90deg, rgb(105, 108, 247) 0%, rgb(59, 166, 237) 100%);
	border-radius: 15px;
}
#gFooter .topBox a {
	padding: 0 20px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gFooter .topBox span {
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
}
#gFooter .topBox li:first-child a > span {
	margin-left: 5px;
}
#gFooter .topBox .tel {
	display: block;
	line-height: 1;
	font-size: 2.8rem;
}
#gFooter .topBox .time {
	line-height: 1;
	font-size: 1.5rem;
	font-weight: normal;
	white-space: nowrap;
}
.fNavi {
	margin-bottom: 35px;
	display: flex;
	justify-content: center;
}
.fNavi a {
	margin: 0 12px;
	color: #363636;
	font-size: 1.4rem;
}
.fBox {
	margin-bottom: 26px;
	display: flex;
	justify-content: center;
}
.fBox .logo {
	margin: 0 23px 0 73px;
}
.fBox p {
	color: #fff;
	font-size: 1.5rem;
}
.fBox p a {
	color: #fff;
}
#gFooter .fBox .snsline {
	margin-left: 15px;
}
#gFooter .fBox .snsline img {
	width: 150px; height: auto;
}
address {
	padding: 6px 0 7px;
	font-size: 1.2rem;
	color: #fff;
	font-style: normal;
	text-align: center;
	background: linear-gradient(90deg, rgb(255, 144, 144) 30%, rgb(255, 167, 127) 100%);
}
@media all and (max-width: 896px) {
	.fNavi {
		display: none;
	}
	#gFooter .topBox {
		margin-bottom: 14px;
		height: 125px;
		background: #fff url("../../image/common/sp_bg03.png") no-repeat center bottom / 375px 112px;
	}
	.fBox {
		display: block;
	}
	#gFooter .fBox {
		margin: 0 25px 11px 25px;
		text-align: left;
	}
	#gFooter .fBox .logo {
		margin: 0 0 8px;
		width: 160px;
	}
	#gFooter .fBox p {
		font-size: 1.2rem;
		color: #111;
	}
	#gFooter .fBox p a {
		color: #111;
	}
	#gFooter .fBox .snsline {
		margin-top: 7px;
		margin-left: 0;
		padding-left: 2px;
	}
	#gFooter .fBox .snsline img {
		width: 25%; height: auto;
	}
	address {
		margin-bottom: 58px;
		padding: 3px 0 2px;
		font-size: 1.1rem;
	}
	#gFooter .relationList {
		width: 100%;
		height: 58px;
		display: flex;
		justify-content: center;
		border-top: 1px solid #fff;
		background: linear-gradient(90deg, rgb(105, 108, 247) 0%, rgb(59, 166, 237) 100%);
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 20;
	}
	#gFooter .relationList li {
		width: 49%;
		border-right: 1px solid #fff;
	}
	#gFooter .relationList li:last-child {
		border-right: none;
	}
	#gFooter .relationList a {
		padding: 0 10px;
		height: 57px;
		width: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#gFooter .relationList li:last-child a {
		padding-left: 15px;
		padding-right: 0;
	}
	#gFooter .relationList img {
		width: 25px;
	}
	#gFooter .relationList span {
		margin: 0 4px;
		width: auto;
		color: #fff;
		font-size: 1.3rem;
		line-height: 1;
		font-weight: bold;
	}
	#gFooter .relationList .tel {
		margin-bottom: -10px;
		line-height: 1;
		font-size: 1.5rem;
	}
	#gFooter .relationList .time {
		line-height: 1;
		font-size: 0.75rem;
		font-weight: normal;
	}
}
@media all and (max-width: 374px) {
	.logo {
		width: 257px;
	}
	address {
		font-size: 0.9rem;
	}
	#gFooter .relationList span {
		font-size: 1rem;
	}
}