@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quattrocento&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: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", 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%;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1220px;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

body.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#container {
    padding-top: 86px;
	text-align: left;
	overflow: hidden;
}

#main {
    margin-bottom: 100px;
    font-family: 'Noto Serif JP', serif;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	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;
	}
	
	#container {
		padding-top: 53px;
	}
}

@media screen and (max-width: 374px) {
	#container {
    	padding-top: 43px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

#gHeader .bgBox {
	background-color: #fff;
}

#gHeader .hBox {
    margin: 0 auto;
    max-width: 963px;
    box-sizing: border-box;
    background-color: #fff;
}

#gHeader .hBox .lBox {
    margin-top: 29px;
    padding-left: 4px;
    width: 480px;
    float: left;
    box-sizing: border-box;
}

#gHeader h1 {
    margin-right: 13px;
    float: left;
}

#gHeader .hTel {
    margin-top: 9px;
    float: left;
}

#gHeader .hTel span {
    margin-left: -4px;
    font-size: 1.2rem;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    display: inline-block;
}

#gHeader .rBox {
    width: 274px;
    float: right;
}

#gHeader .rBox .hLink {
    margin-top: 35px;
    width: 176px;
    float: left;
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}

#gHeader .rBox .hLink li {
    margin-right: 7px;
    float: left;
}

#gHeader .rBox .hLink li:last-child {
    margin-right: 0;
}

#gHeader .rBox .hLink li a span {
    margin-left: -2px;
    color: #002853;
    font-size: 1.38rem;
    -webkit-transform: scale(0.833);
    -moz-transform: scale(0.833);
    -ms-transform: scale(0.833);
    -o-transform: scale(0.833);
    transform: scale(0.833);
    display: inline-block;
    letter-spacing: 1px;
}

#gHeader .rBox .hLink img {
	margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}

#gHeader .rBox .hLink li:last-child a span {
    margin-left: -4px;
}

#gHeader .rBox .hLink li a:hover span {
    text-decoration: underline;
}

#gHeader .contactBtn {
    width: 85px;
    float: right;
}

#gHeader .contactBtn a {
    padding: 23px 3px 19px;
    color: #fff;
    display: block;
    text-align: center;
    background-color: #7D7D7D;
}

#gHeader .contactBtn a span {
    margin-top: 5px;
    font-size: 1.2rem;
    -webkit-transform: scale(0.833);
    -moz-transform: scale(0.833);
    -ms-transform: scale(0.833);
    -o-transform: scale(0.833);
    transform: scale(0.833);
    display: block;
}

#gHeader .contactBtn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#gHeader h1 img {
		width: 127px;
	}
	
	#gHeader .rBox .hLink {
		margin-top: 16px;
		width: auto;
		float: left;
	}
	
	#gHeader .hTel img {
		width: 62px;
	}
	
	#gHeader .hTel span {
		margin: -6px -28px 0 -26px;
		font-size: 1.2rem;
		-webkit-transform: scale(0.375);
		-moz-transform: scale(0.375);
		-ms-transform: scale(0.375);
		-o-transform: scale(0.375);
		transform: scale(0.375);
		vertical-align: middle;
	}
	
	#gHeader .hBox .lBox {
		padding-left: 14px;
		width: auto;
		margin-top: 19px;
	}
	
	#gHeader .hTel {
		margin-top: 4px;
		line-height: 1;
	}
	
	#gHeader h1 {
		margin-right: 6px;
	}
	
	#gHeader .contactBtn a span {
		margin-top: -3px;
		font-size: 0.5rem;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	#gHeader .contactBtn {
		width: 53px;
		float: left;
	}
	
	#gHeader .rBox {
		width: 194px;
	}
	
	#gHeader .contactBtn a {
		padding: 0;
	}
	
	#gHeader .contactBtn img {
		width: 100%;
	}
	
	#gHeader .bgBox {
		position: relative;
		z-index: 10000;
	}
	
	#gHeader .menu {
		width: 52px;
		float: right;
		cursor: pointer;
	}
	
	#gHeader .menu img {
		width: 100%;
	}
	
	#gHeader .rBox .widBox {
		width: 105px;
		float: right;
	}
	
	#gHeader .rBox .hLink li a:hover span {
		text-decoration: none;
	}
}

@media screen and (max-width: 374px) {
	#gHeader .hBox .lBox {
		margin-top: 16px;
		padding-left: 10px;
	}
	
	#gHeader h1 img {
		width: 98px;
	}
	
	#gHeader .rBox {
    	width: 172px;
	}
	
	#gHeader .rBox .widBox {
		width: 85px;
		float: right;
	}
	
	#gHeader .contactBtn {
		width: 43px;
	}
	
	#gHeader .menu {
		width: 42px;
	}
	
	#gHeader .hTel img {
		width: 58px;
	}
	
	#gHeader .rBox .hLink {
		margin-top: 12px;
	}
	
	#gHeader .rBox .hLink li a span {
		font-size: 1.25rem;
	}
	
	#gHeader .rBox .hLink img {
		width: 12px;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
	background-color: #002853;
}

#gNavi ul {
	margin: 0 auto;
	padding: 26px 0 24px 21px;
	max-width: 964px;
	box-sizing: border-box;
}

#gNavi li {
    margin: 0 6px;
    color: #fff;
    display: inline-block;
}

#gNavi li a {
    margin-right: 15px;
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    letter-spacing: 4px;
	position: relative;
}

#gNavi li a:after {
	width: 89%;
	height: 2px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #35B9C0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content: "";
	opacity: 0;
}

#gNavi li a:hover:after,
#gNavi li.on a:after{
    opacity: 1;
}
@media screen and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
	}
	
	#gNavi ul {
		padding: 65px 10px 30px;
	}
	
	#gNavi li {
		margin-bottom: 25px;
		text-align: left;
		display: block;
	}
	
	#gNavi li span {
		display: none;
	}
	
	#gNavi li a {
		margin: 0;
		display: block;
	}
	
	#gNavi li a:after {
		width: 100%;
		bottom: -8px;
	}
	
	#gNavi li a:hover:after {
		opacity: 0;
	}
	
	#gNavi li.on a:hover:after {
		opacity: 1;
	}
	
	#gNavi {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 9999;
	}
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
    margin-bottom: 73px;
    font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}

#pagePath ul {
    margin: 0 auto;
    max-width: 966px;
}

#pagePath li:first-child {
    margin: 0;
}

#pagePath li {
    margin: 0 0 0 -10px;
	display: inline-block;
    font-size: 1.4rem;
    -webkit-transform: scale(0.833);
    -moz-transform: scale(0.833);
    -ms-transform: scale(0.833);
    -o-transform: scale(0.833);
    transform: scale(0.833);
}

#pagePath li a {
    margin-right: 6px;
    display: inline-block;
}

#pagePath li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #pagePath ul {
        margin: 0 15px;
    }
	
	#pagePath {
		margin-bottom: 50px;
	}
	
	#pagePath li {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media screen and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media screen and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-top: 99px;
    background-color: #F5F5F5;
	position: relative;
}

#gFooter .fBox {
    margin: 0 auto;
    max-width: 958px;
}

#gFooter .fBox .lBox {
    width: 350px;
    float: left;
}

#gFooter .fBox .fNavi {
    margin-top: 25px;
    width: 508px;
    font-size: 1.3rem;
    float: right;
}

#gFooter .fBox .fNavi li a:hover {
    text-decoration: underline;
}

#gFooter .fBox .fNavi > li {
    margin-right: 57px;
    float: left;
    border-right: 1px solid #000000;
    box-sizing: border-box;
}

#gFooter .fBox .fNavi > li:last-child {
    margin-right: -20px;
    border: none;
}

#gFooter .fBox .fNavi .innerUl {
    margin-right: 54px;
}

#gFooter .fBox .fNavi > li:last-child .innerUl {
    margin-right: 0;
}

#gFooter .fBox .fNavi .innerUl li {
    margin-bottom: 11px;
}

#gFooter .fBox .fNavi .innerUl li:last-child {
    margin-bottom: 0;
}

#gFooter .fBox .fNavi > li a {
	color: #231815;
    display: inline-block;
}

#gFooter .mapTxt {
    margin: 6px 0 0 -26px;
	color: #231815;
    font-size: 1.2rem;
    -webkit-transform: scale(0.87);
    -moz-transform: scale(0.87);
    -ms-transform: scale(0.87);
    -o-transform: scale(0.87);
    transform: scale(0.87);
    line-height: 2.1;
    letter-spacing: 1px;
}

#gFooter .textDl {
    margin: 6px 0 0 -32px;
	color: #231815;
    font-size: 1.2rem;
    -webkit-transform: scale(0.833);
    -moz-transform: scale(0.833);
    -ms-transform: scale(0.833);
    -o-transform: scale(0.833);
    transform: scale(0.833);
    position: relative;
}

#gFooter .textDl:after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 77px;
    background-color: #000000;
    content: "";
}

#gFooter .textDl dt {
    float: left;
    letter-spacing: 1.5px;
}

#gFooter .textDl dd {
    margin-bottom: 8px;
    padding-left: 8.5em;
    letter-spacing: 1px;
}

#gFooter .textDl dd :last-child {
    margin-bottom: 0;
}

#gFooter .copyright {
    margin-top: 81px;
    padding: 41px 5px 38px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    background-color: #231815;
}

#gFooter .copyright span {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    -webkit-transform: scale(0.833);
    -moz-transform: scale(0.833);
    -ms-transform: scale(0.833);
    -o-transform: scale(0.833);
    transform: scale(0.833);
    display: inline-block;
    letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
    #gFooter .copyright span {
        font-size: 0.7rem;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        letter-spacing: 1px;
    }
    
    #gFooter .copyright {
        margin-top: 0;
        padding: 15px 5px 18px;
    }
	
	#gFooter .fBox .fNavi a {
		color: #fff !important;
	}
    
    #gFooter .fBox .lBox {
        margin: 0 auto 40px;
        padding-left: 39px;
        width: 290px;
        float: none;
        box-sizing: border-box;
    }
    
    #gFooter .mapTxt {
        margin: 7px 0 -2px -32px;
        letter-spacing: 0;
        line-height: 1.8;
    }
    
    #gFooter .textDl dd {
        margin-bottom: 5px;
        padding-left: 8em;
        letter-spacing: 0;
    }
    
    #gFooter .textDl dt {
        letter-spacing: 0.5px;
    }
    
    #gFooter .textDl::after {
        height: 92%;
        top: 4px;
        left: 71px;
    }
    
    #gFooter .fLogo {
        margin-right: 40px;
        text-align: center;
    }
    
    #gFooter .fLogo img {
        width: 201px;
    }
    
    #gFooter .fLogo p {
        margin: 0 -15px 9px;
        color: #002853;
        font-family: 'Noto Serif JP', serif;
        font-size: 0.9rem;
        letter-spacing: 1px;
    }
	
	#gFooter .headLine04 {
		position: absolute;
		top: -53px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	#gFooter {
		padding-top: 87px;
	}
	
	#gFooter .fBox .fNavi .innerUl {
		margin-right: 0;
	}
	
	#gFooter .fBox .fNavi > li {
		margin: 0 0 22px;
		padding: 0 10px 0 0;
		width: 50%;
		box-sizing: border-box;
		border-right: none;
	}
	
	#gFooter .fBox .fNavi {
		padding: 50px 5.33333% 20px;
		float: none;
		width: auto;
		font-size: 1.2rem;
		background-color: #231815;
		border-bottom: 1px solid #313131;
	}
	
	#gFooter .fBox .fNavi .innerUl li {
		margin-bottom: 22px;
	}
	
	#gFooter .fBox .fNavi li a:hover {
		text-decoration: none;
	}
}