@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,'ＭＳ Ｐゴシック',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: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
    overflow: hidden;
}
#main {
    margin-bottom: 97px;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    body.fixed {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
    }
	#main {
 	   margin-bottom: 70px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	border-top: 3px solid #ca3490;
}
#gHeader .hBox {
    padding: 0 10px;
    max-width: 1190px;
    margin: 0 auto;
    box-sizing: border-box;
}
#gHeader h1 {
    margin: 15px 0 0 5px;
    width: 191px;
    float: left;
    position: relative;
}
#gHeader h1 a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#gHeader h1 embed {
    width: 191px;
    height: 45px;
}
@media all and (max-width: 767px) {
	#gHeader {
        padding: 10px;
        position: relative;
        z-index: 100;
	}
    #gHeader h1 {
        margin: 0;
        width: 100px;
        float: none;
    }
    #gHeader h1 embed {
        width: 100%;
        height: 100%;
    }
    .menu {
		position: absolute;
		top: 16px;
        right: 15px;
		height: 16px;
		width: 18px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu.on .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(-45deg);
		transform: translateY(7px) translateX(0) rotate(-45deg);
		background: #ca3490;
	}
	.menu.on .middle {
		opacity: 0;
		background: #ca3490;
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
		transform: translateY(-7px) translateX(0) rotate(45deg);
		background: #ca3490;
	}	
	.menu span {
		background: #ca3490;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	.menu span:nth-of-type(3) {
		top: 14px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    width: 53%;
    float: right;
    border-left: 1px solid #dddddd;
}
#gNavi li {
    width: 20%;
    float: left;
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
}
#gNavi li a {
    padding: 13px 2px 4px;
    display: block;
    color: #444;
    font-size: 1.3rem;
    text-align: center;
}
#gNavi li a:hover {
    opacity: 0.7;
}
#gNavi li a span {
    margin-top: -2px;
    display: block;
    color: #999;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
}
#gNavi li a i {
    font-size: 2.2rem;
    color: #ca3490;
    display: block;
}
#gNavi li a p {
    margin-top: 3px;
}
#gNavi li a i.fa-building {
    font-size: 2.4rem;
}
#gNavi li a i.fa-envelope {
    margin: -3px 0 -1px;
    font-size: 2.7rem;
}

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

@media all and (max-width: 767px) {
    #gNavi {
        width: 260px;
        position: fixed;
        left: -260px;
        top: 0;
        height: 100vh;
        float: none;
        z-index: 99;
        background-color: #fff;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
		border: none;
    }
    #gNavi.on {
        left: 0;
    }
    #gNavi ul {
        padding: 20px 0 100px;
        height: 100%;
        box-sizing: border-box;
        overflow-y: auto;
    }
    #gNavi li {
        width: auto;
        float: none;
        border: none;
    }
    #gNavi li a {
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ddd;
    }
    #gNavi li a i {
        font-size: 2rem !important;
    }
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
    padding: 1px 10px 3px;
    background-color: #E6E6E6;
}
#pagePath ul {
    margin: 0 auto;
    max-width: 1103px;
}
#pagePath li {
	display: inline;
	color: #0097a7;
	font-size: 1.2rem;
}
#pagePath a {
	color: #0097a7;
}
#pagePath a:hover {
    opacity: 0.7;
}

@media all and (max-width: 767px) {
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
}
#gFooter .fBox {
    padding: 31px 15px 42px;
    background-color: #373737;
}
#gFooter .fBox > ul {
    margin: 0 auto;
    max-width: 1056px;
    display: flex;
    flex-wrap: wrap;
}
#gFooter .fBox > ul > li {
    width: 27.2%;
}
#gFooter .fBox > ul > li:nth-child(2) {
    width: 27.7%;
}
#gFooter .fBox > ul > li:nth-child(3) {
    width: 27.3%;
}
#gFooter .fBox > ul > li:last-child {
    width: auto;
}
#gFooter .fBox > ul > li a {
    padding-left: 11px;
    color: #b1b1b1;
    font-size: 1.2rem;
    background: url("../../img/common/icon02.png") no-repeat left top 2px;
}
#gFooter .fBox > ul > li a:hover {
    opacity: 0.7;
}
#gFooter .fBox > ul > li li:not(:last-child) {
    margin-bottom: 6px;
}
#gFooter .fInner {
    padding: 17px 10px 16px;
    max-width: 1193px;
    margin: 0 auto;
    box-sizing: border-box;
}
#gFooter .flogo {
    padding-left: 6px;
    width: 190px;
    float: left;
    position: relative;
}
#gFooter .flogo embed {
    width: 100%;
    height: 100%;
}
#gFooter .flogo a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#gFooter .fInner p {
    padding-right: 11px;
    margin-top: 29px;
    color: #939393;
    float: right;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
@media all and (max-width: 767px) {
    #gFooter .fBox > ul {
        margin-top: -15px;
    }
    #gFooter .fBox > ul > li {
        margin-top: 15px;
        width: 50% !important;
    }
    #gFooter .fBox {
        padding: 30px 15px;
    }
    #gFooter .flogo {
        padding: 0;
        margin: 20px auto;
        float: none;
        width: 100px;
    }
    #gFooter .fInner p {
        padding: 0;
        margin: 0;
        float: none;
        font-size: 0.9rem;
        text-align: center;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#gNavi li a:hover {
		opacity: 1;
	}
	#gFooter .fBox > ul > li a:hover {
		opacity: 1;
	}
	#pagePath a:hover {
		opacity: 1;
	}
	
}
@media all and (-ms-high-contrast:none) {
    #gFooter .fBox > ul > li a {
        background-position: left top 3px;
    }   
}