@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;family=Noto+Sans:ital,wght@0,400;0,700;1,400&amp;family=Roboto:ital,wght@0,300;0,400;1,300&amp;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","Roboto","sans-serif","Noto Sans";
}
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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
p{
	text-align: justify;
	text-justify: inter-ideograph;
}
@media all and (min-width: 751px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 750px) {
	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;
	}
	p{
	text-align: left;
}

}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 25px 5px 10px;
    overflow: hidden;
}
#gHeader h1 {
    margin-top: -10px;
}
#gHeader .hBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hInner ul li {
    margin-left: 26px;
    display: inline-block;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
}
.hInner ul li:first-child {
    margin-left: 0;
}
.hInner ul li .site {
    padding-left: 12px;
    background: url("../../img/common/comlink_bg.png") no-repeat left center/6px;
}
.hInner .link {
    margin-bottom: 16px;
    position: relative;
	text-align: right;
}
.hInner .link img {
    margin: 3px 4px 0 0;
}
.hInner .link::after {
    content: "";
    position: absolute;
    width: 160%;
    height: 1px;
    bottom: -8px;
    left: 0;
    background-color: #707070;
}
.hInner .link li {
    font-size: 1.2rem;
}
#gNavi ul li {
    margin-left: 33px;
    font-size: 1.6rem;
    text-align: center;
	vertical-align: middle;
}
#gNavi ul li:first-child {
    margin-left: 0;
}
#gNavi .on a {
    color: #5184BC;
    border-bottom: 4px solid #5184BC;
}
@media all and (min-width: 751px) {
    #gNavi {
        display: block !important;
        height: auto !important;
    }
    .hInner .link li a:hover,
    #gNavi li a:hover {
        color: #5184BC;
        border-bottom: 4px solid #5184BC;
    }
    .hInner ul li .site:hover {
        background-image: url("../../img/common/comlink_bg_hover.png");
    }
}
@media all and (max-width: 750px) {
    #gHeader {
        padding: 25px 0 10px;
        overflow: inherit;
        position: relative;
    }
    #gHeader .hBox {
        display: block;
    }
    #gHeader .hInner {
        width: 100%;
        display: none;
        flex-wrap: wrap;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;                                                  
        background-color: #fff;
        border-top: 1px solid #707070;
    }
    #gHeader .hInner.on {
        display: flex;
    }
    .hInner .link {
        margin-bottom: 0;
        padding: 10px 20px;
        display: block;
        width: 100%;
        order: 2;
        text-align: center;
    }
    .hInner .link::after {
        display: none;
    }
    .hBox #gNavi ul {
        display: flex;
        flex-wrap: wrap;
    }
    .hBox #gNavi ul li {
        margin: 0;
        display: block;
        width: 50%;
        font-size: 1.4rem;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
    .hBox #gNavi ul li a {
        padding: 20px 5px;
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        border-right:  1px solid #ccc;
    }
    .hInner ul li {
        margin: 5px 10px;
    }
    .hInner #gNavi {
        width: 100%;
    }
    .menu {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 55px;
        height: 55px;
        z-index: 99;
    }
    .menu span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        right: 18px;
        width: 30px;
        height: 2px;
        background-color: #333;
    }
    .menu span:nth-of-type(1) {
        top: 15px;
    }
    .menu span:nth-of-type(2) {
        top: 25px;
    }
    .menu span:nth-of-type(3) {
        top: 35px;
    }
    .menu.on span {
        background-color: #333;
    }
    .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);
    }
}
@media all and (max-width: 374px) {
    #gHeader h1 img {
        max-width: 200px;
    }
    .hInner ul li {
        margin: 5px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    background-color: #EFEFEF;
}
#gFooter .fNavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 22px 0;
    text-align: center;
    align-items: center;
}
#gFooter .fNavi li {
    margin: 0 20px 0 25px;
    display: inline-block;
    color: #707070;
}
#gFooter .fNavi li:first-child {
    margin-left: 0;
}
#gFooter .fNavi li:last-child {
    margin-right: 0;
}
#gFooter .fNavi li a {
    color: #707070;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Noto Sans";
}
#gFooter .fNavi li a:hover {
    text-decoration: underline;
}
#gFooter .fBox {
    padding: 31px 10px 20px;
    color: #fff;
    background-color: #707070;
}
#gFooter .fBox .logo {
    margin-left: -2px;
}
#gFooter .fBox .innerBox {
    margin-top: -6px;
}
#gFooter .fBox .innerBox a {
    padding: 0 12px;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Noto Sans";
    font-weight: bold;
    background: url("../../img/common/btn_icon02.png") no-repeat left center/6px;
}
#gFooter .fBox .innerBox a:hover {
    text-decoration: underline;
}
#gFooter .fBox .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#gFooter .fBox .content .innerBox .copyright {
    display:inline;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
@media all and (max-width: 750px) {
    #gFooter .fNavi {
        display: none;
    }
/*    #gFooter .fNavi {
        padding: 15px 0;
    }
    #gFooter .fNavi li a {
        font-size: 1.2rem;
    }
    #gFooter .fNavi li {
        margin: 0 7px;
    }
    #gFooter .fNavi li a:hover {
        text-decoration: none;
    }
*/
	#gFooter .fBox {
        padding: 10px 0;
    }
    #gFooter .fBox .content {
        display: block;
        text-align: center;
    }
    #gFooter .fBox .logo {
        margin: 0 0 5px;
    }
    #gFooter .fBox .innerBox a {
        padding: 0 15px;
        font-size: 1rem;
    }
    #gFooter .fBox .innerBox a:hover {
        text-decoration: none;
    }
    #gFooter .fBox .content .innerBox .copyright {
        font-size: 1rem;
    }
    
}