@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Noto Sans JP', 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: #737373;
	text-decoration: none;
}

a:visited {
	color: #737373;
}

a:hover {
	color: #737373;
}

a:active {
	color: #737373;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #737373;
	font-size: 2.8rem;
    font-weight: 400;
	line-height: 1.5;
	background: url("../../img/common/body_bg.png") no-repeat center top fixed;
    background-size: cover;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body img {
    max-width: 100%;
}

#container {
	margin: 0 auto;
    width: 750px;
    padding: 0 10px;
	text-align: left;
    background-color: #fff;
}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 22px 27px 16px 23px;
    background-color: #F77B01;
}

#gHeader h1 {
    float: left;
    padding-top: 8px;
}

#gHeader h1 img {
    width: 239px;
}

#gHeader .listUl {
    float: right;
}

#gHeader .listUl li {
    padding-left: 15px;
    float: left;
}

#gHeader .listUl li a:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	text-align: center;
	padding: 0px 50px 101px;
	background-color: #ffe303;
}

#gFooter .link {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 300;
}

#gFooter .link a {
    color: #4D4D4D;
}

#gFooter .link a:hover {
    text-decoration: underline;
}

#gFooter .copyright {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 2rem;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 769px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	
	a:hover,
	a:hover img {
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

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

	#container {
		margin: 0 auto;
        padding: 0;
        width: inherit;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
    #gHeader {
        padding: 11px 13px 8px 12px;
    }

    #gHeader h1 {
        padding-top: 4px;
    }

    #gHeader h1 img {
        width: 119px;
    }

    #gHeader .listUl li {
        padding-left: 8px;
    }
    
    #gHeader .listUl li img {
        height: 36px;
        width: auto;
    }
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 4px 50px 51px;
	}
    
    #gFooter .link {
        font-size: 1rem;
        margin-bottom: 11px;
    }

    #gFooter .link a:hover {
        text-decoration: none;
    }

    #gFooter .copyright {
        font-size: 0.95rem;
        letter-spacing: 0.5px;
    }
}

@media screen and (max-width: 374px) {
    #gHeader {
        padding: 11px 10 8px;
    }
    
    #gHeader .listUl li {
        padding-left: 6px;
    }
}