@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&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: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
}

a:active {
	color: #fff;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #202020;
}

#container {
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	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;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 88px 0 10px;
}

#gHeader .content {
	visibility: hidden;
}

#gHeader h1 {
    margin-bottom: 25px;
    color: #2490d0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

#gHeader .logo {
    margin-bottom: 4px;
    text-align: center;
}

#gHeader .date {
    color: #2490d0;
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.3),0 -3px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
}

@media all and (max-width: 767px) {
	#gHeader {
        padding: 22px 0 10px;
    }

    #gHeader h1 {
        margin-bottom: 12px;
        font-size: 1.2rem;
        font-weight: 900;
    }

    #gHeader .logo {
        margin-bottom: 1px;
    }
    
     #gHeader .logo img {
        width: 210px;
    }

    #gHeader .date {
        font-size: 1.5rem;
        font-weight: 900;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),0 -1px 1px rgba(0, 0, 0, 0.3);
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 39px 0 40px;
}

#gFooter .logo {
    margin-bottom: 18px;
    text-align: center;
}

#gFooter .logo img {
    width: 312px;
}

#gFooter .borderTxt {
    margin-bottom: 7px;
    text-align: center;
}

#gFooter .borderTxt span {
    padding: 2px 10px 3px;
    min-width: 470px;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

#gFooter .note {
    margin-bottom: 36px;
    color: #999;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 1.2px;
    text-align: center;
}

#gFooter .copyright {
    font-size: 1.4rem;
    letter-spacing: 0.8px;
    text-align: center;
}

@media all and (max-width: 767px) {
    #gFooter {
        padding: 36px 0 18px;
    }

    #gFooter .logo {
        margin-bottom: 8px;
    }

    #gFooter .logo img {
        width: 155px;
    }
    
    #gFooter .borderTxt {
        margin-bottom: 1px;
    }

    #gFooter .borderTxt span {
        padding: 4px 10px;
        min-width: 255px;
        font-size: 1.5rem;
        letter-spacing: 0.6px;
        line-height: 1;
    }

    #gFooter .note {
        margin-bottom: 21px;
        font-size: 1rem;
        letter-spacing: 0;
    }

    #gFooter .copyright {
        font-size: 0.8rem;
        letter-spacing: 0.4px;
    }
}