@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif:ital@1&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 30px 5px;
    background: url("../img/header_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
}
#gHeader .hBox {
    margin: 0 auto;
    max-width: 1120px;
    align-items: center;
    justify-content: space-between;
}
#gHeader h1 {
    width: 187px;
}
#gHeader ul {
    margin-top: 10px;
    width: 354px;
    align-items: center;
}
#gHeader li {
    text-align: center;
    border-left: 1px solid #FFF;
    box-sizing: border-box;
}
#gHeader li:last-of-type {
    border-right: 1px solid #FFF;
}
#gHeader li a {
    padding: 5px 27px;
    display: block;
    color: #FFF;
    font-weight: 500;
}
#gHeader li a:hover {
	opacity: 0.7;
}


@media all and (max-width: 896px) {
	#gHeader {
        padding: 30px 5px;
    }
    #gHeader .hBox {
        max-width: inherit;
        display: block;
    }
    #gHeader h1 {
        margin: 0 auto;
        width: 187px;
    }
    #gHeader ul {
        margin: 20px auto 0;
        width: auto;
        display: block;
        text-align: center;
    }
    #gHeader li {
        display: inline-block;
    }
    #gHeader li a {
        padding: 5px 15px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-top: 80px;
    min-height: 428px;
    box-sizing: border-box;
    background: url("../img/footer_bg.webp") no-repeat center center;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.no-webp #gFooter{
    background: url("../img/footer_bg.jpg") no-repeat center center;
}
@media all and (min-width: 1700px) {
    #gFooter {
        background-size: cover;
    }
}
@media all and (max-width: 767px) {
    #gFooter {
        padding: 0;
        box-sizing:border-box;
        background-size: cover;
        min-height: auto !important;
        height: 155px;
    }

}
.pageTop {
    margin: 0 auto;
    width: 244px;
}
.pageTop a {
    padding: 18px 5px;
    display: block;
    color: #FFF;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.05em;
    background-color: #1DA1F3;
}
#gFooter .pageTop a {
    background-color: #FE0000;
}
@media all and (min-width: 897px) {
    .pageTop a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .pageTop {
        padding-top: 0px;
        width: 160px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .pageTop a {
        padding: 10px 10px;
    }
}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
    padding: 162px 0 0;
    min-height: 561px;
    position: relative;
    box-sizing: border-box;
    background: url("../img/main_img.jpg") no-repeat center center;
    background-size: cover;
}
@media all and (max-width: 896px) {
    .mainImg {
        padding: 30px 15px 0;
        min-height: 428px;
        position: relative;
    }
}
.purupuru {
    display: block;
    animation: purupuru 0.1s infinite;
}
@keyframes purupuru {
    0% {transform: translate(0px, 0px)}
    50% {transform: translate(0px, 1px) rotateZ(1deg)}
}
@media all and (min-width: 897px) {
    .purupuru:hover {
        animation-play-state: paused;
    }
}
