@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&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%;
    height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
    background-color: #BBEBFF;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../../img/common/body_bg.png") repeat left top;
    background-size: 150px;
    opacity: .2;
}
#container {
    position: relative;
    z-index: 1;
	text-align: left;
}
#main {
    margin-bottom: 33px;
}
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: 320px;
		font-size: 1.5rem;
	}
    body::before {
        background-size: 100px;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 17px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 24px;
}
#gHeader .hPhoto {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}
#gHeader .hPhoto img {
    width: 100%;
}
.naviBox {
    height: 60px;
}
#gNavi {
    padding: 15px 0;
    color: #fff;
    background-color: #0C87E1;
}
#gNavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#gNavi li {
    margin: 0 30px;
}
#gNavi a {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    color: #fff;
}
#gNavi a:after {
	width: 0;
	height: 2px;
    background-color: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}
#gNavi li.on a:after {
    width: 100%;
}
#gNavi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}
@media all and (min-width: 897px) {
    #gNavi a:hover:after {
        width: 100%;
    }
}

@media all and (max-width: 896px) {
	#gHeader {
        margin-bottom: 12px;
	}
    #gNavi {
        padding: 0;
    }
    #gNavi ul {
        justify-content: space-between;
    }
    #gNavi li {
        padding: 14px 2px 15px;
        margin: 0;
        width: 25%;
        box-sizing: border-box;
        text-align: center;
        border-right: 1px solid #fff;
    }
    #gNavi li a {
        font-size: 1.4rem;
    }
    #gNavi li:last-child {
        border-right: none;
    }
    .naviBox {
        height: 50px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 40px 0 25px;
    background: #333333;
}
#gFooter .mainBox {
    width: 940px;
}
#gFooter .comJsBox {
    margin-bottom: 29px;
}
#gFooter .fooUl .slick-slide {
    width: 300px;
    margin-right: 20px;
    float: left;
    line-height: 0;
}
#gFooter .fooUl .slick-slide a:hover img {
    opacity: 0.4;
}
.slick-arrow {
	text-indent: -9999px;
	width: 20px;
	height: 34px;
	margin-top: -32px;
	border: none;
	position: absolute;
	cursor: pointer;
}
.slick-arrow:hover {
    opacity: 0.4;
}
.slick-prev {
	top: 50%;
	left: -50px;
    background: url("../../img/common/prev.png") no-repeat left center;
}
.slick-next {
	top: 50%;
	right: -50px;
    background: url("../../img/common/next.png") no-repeat right center;
}
.slick-dots {
	text-align: center;
	margin-top: 10px;
}
.slick-dots li {
	margin: 0 12px;
	display: inline-block;
	width: 10px;
	height: 10px;
    cursor: pointer;
	border-radius: 100px;
	background-color: #717171;
}
.slick-dots li button {
	display: none;
}
.slick-dots li.slick-active {
	background-color: #fff;
}
#gFooter .snsUl {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#gFooter .snsUl li {
    margin: 0 12px;
}
#gFooter .textImg a:hover img,
#gFooter .snsUl li a:hover img {
    opacity: 0.4;
}
#gFooter .textImg {
    text-align: center;
}
#gFooter p {
    text-align: center;
    color: #C4C4C4;
}




@media all and (max-width: 896px) {
    #gFooter {
        padding: 15px 0;
    }
    #gFooter .mainBox {
        width: auto;
    }
    #gFooter .comJsBox {
        margin: 0 auto 12px;
        width: 63%;
    }
    #gFooter .snsUl {
        margin-bottom: 17px;
    }
    #gFooter .snsUl li {
        margin: 0 10px;
    }
    #gFooter p {
        font-size: 1rem;
    }
    #gFooter .snsUl li img {
        width: 54px;
    }
    .slick-arrow {
        width: 10px;
        height: 20px;
        margin-top: -20px;
        background-size: 10px auto;
    }
    .slick-prev {
        left: -20px;
    }
    .slick-next {
        right: -22px;
    }
    .slick-dots {
        margin-top: -4px;
    }
    .slick-dots li {
        width: 4px;
        height: 4px;
        margin: 0 4px;
    }
    .slick-arrow:hover {
        opacity: 1;
    }
    .slick-slide img {
        width: 100%;
    }
    #gFooter .fooUl .slick-slide {
        margin-right: 0;
    }
}

@media all and (max-width: 374px) {
    #gNavi li a {
        font-size: 1.2rem;
    }

}