@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:10px;
  }

  @media (max-width: 768px){
    html {
      font-size:calc(10 / 384*100vw);
    }
  }
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;
    height: auto;
    width:100%;
}
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;
	/*background: #d10019;*/
    background:#e5e5e5;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
#container {
	text-align: left;
    overflow: hidden;
}
#main {
    margin-bottom: 0;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	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: 0;
        padding: 0;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height:50px;
	background:#fff;
    display: flex;
    align-items: center;
    justify-content:space-between;
    /*background:#ced2d0;*/
}
#gHeader .logo{
    padding: 0 1rem;
    display: block;
    width: auto;
    height: 50%;
}
#gHeader .logo img{
    width: auto;
    height: 100%;
}
@media all and (max-width: 768px) {
	#gHeader {
        height: 4rem;
	}
	#gHeader .logo {
        height: 40%;
	}
    #gHeader .logo img {
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    position: relative;
    padding: 30px 10px 30px;
    background-color: #ced2d0;
}
#gFooter address {
    text-align: center;
    font-size: 1.6rem;
    color:#161616;
    font-style: normal;
    letter-spacing: 0.1em;
}
.pageTop {
    position: absolute;
    bottom: 150px;
    right: 20px;
    z-index: 100;
}
.pageTop a:hover img {
    opacity: 0.7;
}
@media all and (max-width: 768px) {
    #gFooter {
        padding: 5px 10px 12px;
    }
    #gFooter address {
        font-size: 1rem;
    }
    .pageTop {
        bottom: 300px;
        right: 15px;
        width: 40px;
    }
}
