<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 'Montserrat';
}

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.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
    position: relative;
	text-align: left;
}

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

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

@media all and (max-width: 640px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
    padding: 30px 29px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9;
}

#header h1 {
    float: right;
}

#header h1 img {
    width: 135px;
}

@media all and (max-width: 640px) {
	#header {
        padding: 10px 10px;
    }

    #header h1 img {
        width: 100px;
    }
    
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
    position: relative;
    padding: 48px 30px;
}

#footer .f-box .f_logo {
    margin-right: 31px;
    float: left;
    width: 135px;
}

#footer .f-box .copyright {
    margin-top: 13px;
    float: left;
    font-size: 1.2rem;
}

#footer .f-box .f_sns {
    position: absolute;
    right: 29px;
    top: 48px;
    text-align: right;
}

#footer .f-box .f_sns li {
    margin-left: 25px;
    display: inline-block;
}

#footer .f-box .f_sns li img {
    height: 27px;
}

#footer .f_sns a:hover img {
    opacity: 0.7;
}

.page-top {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 9;
}

.page-top img {
    width: 61px;
}

.page-top a:hover img {
    opacity: 0.7;
}

@media all and (max-width: 640px) {
    #footer {
        padding: 20px 10px;
    }

    #footer .f-box .f_logo {
        margin: 0 auto;
        width: 100px;
        float: none;
    }

    #footer .f-box .copyright {
        float: none;
        margin-top: 0;
        text-align: center;
        font-size: 1.1rem;
    }

    #footer .f-box .f_sns {
        margin: 20px 0;
        position: static;
        text-align: center;
    }

    #footer .f-box .f_sns li {
        margin: 0 5px;
    }

    #footer .f-box .f_sns li img {
        height: 17px;
    }

    .page-top {
        right: 10px;
    }

    .page-top img {
        width: 40px;
    }
    
}</pre></body></html>