@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: '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;
	box-sizing: border-box;
}
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.4rem;
	line-height: 1.5;
	font-weight: 300;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
	font-feature-settings: "palt";
}
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.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 0 3px;
	box-shadow: 0 0 5px 0 #000;
	position: relative;
	z-index: 2;
}
#gHeader .hBox .logo {
	margin: 11px 50px 0 0; 
	width: 201px;
}
#gHeader .hBox .rBox {
	flex: 1;
	align-items: flex-end;
}
#gHeader .hBox .rBox .menuBox {
	width: 600px;
}
#gHeader .hBox .rBox .link {
	margin: 5px 2px 0 0;
	width: 306px;
}
@media all and (min-width: 897px) {
	#gHeader .hBox .rBox .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 8px 0;
		box-shadow: none;
	}
	#gHeader .content {
		margin: 0 50px 0 16px;
	}
	#gHeader .hBox {
		justify-content: space-between;
	}
	#gHeader .hBox .logo {
		margin: 1px 0 0; 
		width: 115px;
	}
	#gHeader .hBox .rBox {
		flex: none;
		display: block;
	}
	#gHeader .hBox .rBox .menuBox {
		width: 100%;
	}
	#gHeader .hBox .rBox .link {
		margin: 0 0 0;
		width: 154px;
	}
}
@media all and (max-width: 348px) {
	#gHeader .hBox .rBox .link {
		width: 130px;
	}
}

/*------------------------------------------------------------
    gNavi
------------------------------------------------------------*/
#gNavi .naviList {
    padding-bottom: 14px;
    justify-content: flex-start;
    color: #000;
}
#gNavi .naviList li {
    margin-left: 15px;
}
#gNavi .naviList li a {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.12em;
}
#gNavi .naviList li:first-child {
    margin-left: 0;
}
@media all and (min-width: 897px) {
    #gNavi .naviList li a:hover {
        opacity: 0.7;
    }
	.menuBox {
		display: block !important;
	}
    #gNavi {
        display: block !important;
    }
}
@media all and (max-width: 896px) {
    .menu {
        width: 24px;
        height: 28px;
        position: absolute;
        right: 9px;
        top: 4px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
        -webkit-transition: all .3s ease;
    }
    .menu span {
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        left: 0;
        top: 6px;
        background: #231815;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    .menu span:nth-child(2) {
        top: 13px;
    }
    .menu span:nth-child(3) {
        top: 21px;
    }
	.menu span:nth-child(4) {
		left: -1px;
        top: 25px;
		font-size: 0.9rem;
		font-weight: 400;
		background: transparent;
		color: #231815;
    }
    .menu.on .top {
        -webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(7px) translateX(0) rotate(-45deg);
        transform: translateY(6px) translateX(0) rotate(-30deg);
        background: #231815;
    }
    .menu.on .middle {
        opacity: 0;
        background: #231815;
    }
    .menu.on .bottom {
        -webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
        -ms-transform: translateY(-7px) translateX(0) rotate(45deg);
        transform: translateY(-9px) translateX(0) rotate(30deg);
        background: #231815;
    }
    .menuBox {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: auto;
        background: #fff;
        box-sizing: border-box;
        z-index: 5;
    }
    #gNavi .naviList {
        padding: 90px 20px;
        width: auto;
        display: block;
    }
    #gNavi .naviList li {
        margin-left: 0;
    }
    #gNavi .naviList li a {
        padding: 15px 0;
        text-align: center;
        font-size: 1.7rem;
        letter-spacing: 0.05em;
        display: block;
        color: #000;
        border-bottom: 1px solid #036234;
    }
    #gNavi .naviList li:first-child {
        border-top: 1px solid #036234;
    }
	#gNavi .naviList .link {
		margin: 20px 0 0 !important;
		width: auto !important;
	}
	#gNavi .naviList .link a {
		border: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 138px 0 39px;
	text-align: center;
}
#gFooter address {
	font-style: normal;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 27px 0;
	}
	#gFooter address {
		font-size: 1rem;
	}
}