@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&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: 'M PLUS 1p', 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: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	padding-top: 132px;
	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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-top: -2px;
		padding-top: 67px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
	transform: rotate(0.05deg);
    background-color: #FFF;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
}
#gHeader .hBox .naviBox {
	display: flex;
}
#gHeader .hBox .naviBox .btn01 {
	width: 190px;
}
#gHeader .hBox .naviBox .btn01 a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.4rem;
    font-weight: bold;
	line-height: 1.43;
	text-align: center;
	transform: rotate(0.05deg);
	background-color: #eff8f6;
}
#gHeader .hBox .naviBox .btn02 {
	width: 115px;
}
#gHeader .hBox .naviBox .btn02 a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.2rem;
    font-weight: bold;
	background-color: #fff100;
}
#gHeader .hBox .naviBox .btn02 a img {
	margin-bottom: 6px;
}
#gHeader .hBox .naviBox a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gHeader .hBox .naviBox .btn01 {
        width: 90px;
    }
    #gHeader .hBox .naviBox .btn01 a {
        padding-top: 7px;
        font-size: 1.1rem;
        line-height: 1.45;
        box-sizing: border-box;
    }
    #gHeader .hBox .naviBox .btn02 {
        width: 60px;
    }
    #gHeader .hBox .naviBox .btn02 a {
        padding-top: 6px;
        font-size: 1.1rem;
        box-sizing: border-box;
		background-color: #fff100;
    }
    #gHeader .hBox .naviBox .btn02 a img {
        margin-bottom: 5px;
        width: 25px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 20px 0 180px 0;
	background-color: #f9d722;
	text-align: center;
}
#gFooter .pageTop {
    position: fixed;
    bottom: 19px;
    right: 17px;
	z-index: 10;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
#gFooter h2 {
	margin-bottom: 5px;
}
#gFooter .tel {
	margin: 0 auto 24px;
	width: 520px;
}
#gFooter .tel a {
	padding: 16px 0 14px;
	display: block;
	color: #f9d722;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	background: #ff6100 url("../../img/common/icon12.png") no-repeat left 41px center;
	border-radius: 6px;
	transform: rotate(0.05deg);
}
#gFooter .tel a .num {
	margin: 10px 0 5px;
	display: block;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#gFooter .ttl {
	margin-bottom: 16px;
	font-size: 1.4rem;
	transform: rotate(0.05deg);
}
#gFooter .snsList {
	margin-bottom: 36px;
	display: flex;
	justify-content: center;
}
#gFooter .snsList li:not(:last-of-type) {
	margin-right: 16px;
}
#gFooter .snsList li a:hover {
    opacity: 0.7;
}
#gFooter .txt {
	font-size: 1.1rem;
	line-height: 1.64;
	transform: rotate(0.05deg);
}
#gFooter address {
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-style: normal;
	transform: rotate(0.05deg);
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 24px 0 230px 0;
		position: relative;
		z-index: 10;
	}
    #gFooter .pageTop {
    width: 55px;
		bottom: 35px;
		right: 15px;
		z-index: 10;
		padding-bottom: 18%;
    }
	#gFooter h2 {
		margin-bottom: 18px;
	}
	#gFooter .tel {
		margin: 0 9px 13px;
		width: auto;
	}
	#gFooter .tel a {
		padding: 68px 0 10px;
		font-size: 1.2rem;
		line-height: 1.5;
		background: #ff6100 url("../../img/common/icon12.png") no-repeat top 10px center / 42px auto;
	}
	#gFooter .tel a .num {
		margin: 2px 0 8px;
		font-size: 3rem;
	}
	#gFooter .ttl {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	#gFooter .snsList {
		margin-bottom: 14px;
	}
	#gFooter .snsList li:not(:last-of-type) {
		margin-right: 12px;
	}
	#gFooter .txt {
		margin: 0 9px 32px;
	}
}
@media all and (max-width: 700px) {
	#gFooter {
		padding: 24px 0 190px 0;
		position: relative;
		z-index: 10;
	}
}
@media all and (max-width: 560px) {
	#gFooter {
		padding: 24px 0 160px 0;
		position: relative;
		z-index: 10;
	}
}
@media all and (max-width: 374px) {
	#gFooter .txt {
		font-size: 0.9rem;
	}
}