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

body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",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%;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FCF2F3;
}

#container {
	text-align: left;
}

#main {
}

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

@media (min-width: 768px) and (max-width: 1024px) {
	body {
		min-width: inherit;
	}
	
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

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

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

@media all and (max-width: 767px) {
	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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 6px;
    padding: 37px 30px 30px;
	background: #FFECC2;
}

@media all and (max-width: 767px) {
	#gHeader {
        margin-bottom: 0;
        padding: 13px 12px;
    }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    margin: 0 auto;
    max-width: 1140px;
    text-align: right;
}

#gNavi li {
    margin: 0 5px;
    display: inline-block;
}

#gNavi li a {
    padding: 22px 5px 0;
    min-width: 200px;
    height: 89px;
    display: block;
    cursor: pointer;
    font-size: 2.88rem;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    background: url("../../img/common/bg01.png") no-repeat center center;
}

#gNavi li:nth-child(2) a {
    min-width: 215px;
    font-size: 2.568rem;
    background-image: url("../../img/common/bg02.png");
}

#gNavi li a:hover {
    opacity: 0.7;
}

@media all and (-ms-high-contrast:none){
	#gNavi li a {
        padding-top: 26px;
    }
	
}

@media all and (max-width: 767px) {
    #gNavi li {
        margin: 0 2px;
    }

    #gNavi li a {
        padding: 7px 5px 0;
        min-width: 71px;
        height: 30px;
        font-size: 1rem;
        background-image: url("../../img/common/sp_bg01.png");
        background-size: 100% 100%;
    }

    #gNavi li:nth-child(2) a {
        min-width: 71px;
        font-size: 0.9rem;
        background-image: url("../../img/common/sp_bg02.png");
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 30px 10px;
}

#gFooter .copyright {
    font-size: 1.5rem;
    text-align: center;
}

@media all and (max-width: 767px) {
    #gFooter .copyright {
        font-size: 0.9rem;
    }
}