@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&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: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",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;
	image-rendering: -webkit-optimize-contrast;
}
a {
   transition: all 0.3s; 
}
a,
a:link {
	color: #4e4e4e;
	text-decoration: none;
}
a:visited {
	color: #4e4e4e;
}
a:hover {
	color: #4e4e4e;
    opacity: 0.7;
}
a:active {
	color: #4e4e4e;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1140px;
	color: #4e4e4e;
	font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #E7F5FA;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#container {
	text-align: left;
    position: relative;
    padding-top: 78px;
}
#main {
    display: block;
}
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;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
    #container {
        padding-top: 59px;
    }
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 23px 10px 19px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    z-index: 20;
}
#gHeader .hBox {
    margin: 0 auto;
    width: 952px;
    align-items: center;
}
#gHeader h1 {
    width: 125px;
}
#gHeader h1 a {
    display: block;
}
#gHeader h1 a:hover {
    opacity: 1;
}
#gNavi {
    margin-top: 4px;
    width: 795px;
}
#gNavi li a {
    padding: 3px 46px;
    position: relative;
    display: block;
    font-size: 1.3rem;
}
#gNavi li a::before {
    width: 1px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D3D3D3;
    content: "";
}
#gNavi li:first-child a::before {
    display: none;
}
.fixedBox {
    position: fixed;
    top: 0;
    right: 0;
    width: 144px;
    box-sizing: border-box;
    background-color: #e06060;
    box-shadow: -4.243px 4.243px 0px 0px rgba(0, 0, 0, 0.08);
    z-index: 20;
}
.fixedBox a {
    padding: 27px 5px 22px;
    display: block;
    color: #fff;
    text-align: center;
}
.fixedBox a span {
    display: block;
}
.fixedBox .ttl {
    margin-bottom: 9px;
    font-size: 1.3rem;
    font-weight: bold;
}
.fixedBox .ttl .sml {
    margin-top: 6px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.37;
}
.fixedBox .txt span {
    padding: 3px 20px;
    display: inline-block;
    color: #e06060;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #fff;
    border-radius: 30px;
}
@media all and (max-width: 1100px) {
    #gNavi li a {
        padding: 3px 30px;
    }
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 17px 18px;
        box-shadow: none;
        background-color: #fff;
    }
    #gHeader .hBox {
        width: auto;
        display: block;
    }
    #gHeader h1 {
        width: 88px;
    }
    .spFixedBox {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: #e06060;
        z-index: 20;
    }
    .spFixedBox a {
        padding: 15px 5px;
        display: block;
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
    }
    .menu {
        display: block;
		position: fixed;
		right: 0;
		top: 0;
		width: 59px;
		height: 59px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 15px;
		width: 30px;
		height: 2px;
		background-color: #448fca;
	}
	.menu span:nth-of-type(1) {
		top: 19px;
	}
	.menu span:nth-of-type(2) {
		top: 29px;
	}
	.menu span:nth-of-type(3) {
		top: 39px;
	}
    .menu.on span {
        background-color: #fff;
    }
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
    .menuBox {
        padding: 120px 0;
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(68,143,202,0.9);
        z-index: 51;
        overflow-y: auto;
        box-sizing: border-box;
    }
    .menuBox ul {
        text-align: center;
    }
    .menuBox li a {
        padding: 20px;
        display: block;
        color: #fff;
        font-size: 1.8rem;
    }
}
@media all and (-ms-high-contrast:none) {
    .fixedBox .txt span {
        padding: 6px 20px 0px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: rgb(231, 245, 250);
}
#gFooter p {
	padding: 38px 0 34px;
	width: 950px;
	margin: 0 auto;
    font-size: 2rem;
	line-height: 1.4;
}
#gFooter address {
	padding: 15px 5px 10px;
	color: #FFF;
	text-align: center;
	font-size: 1.4rem;
	font-style: normal;
	background-color: rgba(47, 106, 152,0.757);
}
@media all and (max-width: 896px) {
    #gFooter p {
        padding: 15px 10px 14px;
        width: auto;
        margin: 0 8px;
        font-size: 1.3rem;
        line-height: 1.75;
    }
    #gFooter address {
        padding: 12px 5px 72px;
        font-size: 1.3rem;
        background-color: #448fca;
    }
}