@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 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%;
    height: auto;
}
a,
a:link {
	color: #232323;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #232323;
}
a:hover {
	color: #232323;
}
a:active {
	color: #232323;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #232323;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings:palt;
	font-smoothing:antialiased;
	letter-spacing: 0.025em;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	margin-left: 239px;
	border-left: 1px solid #e6e6e6;
	text-align: left;
	overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 961px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 960px) {
	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;
	}
	#container {
		padding-top: 60px;
		margin-left: 0;
		border: none;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 40px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 239px;
	text-align: center;
  background-color: white;
}
#gHeader .logo {
	margin-bottom: 40px;
}
#gHeader .tel01 {
	margin-bottom: -2px;
	font-weight: bold;
	font-size: 1.7rem;
}
#gHeader .tel01 a {
	color: #D97706;
}
#gHeader .tel01 .small {
	font-size: 1.3rem;
}
#gHeader .time {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.1rem;
	color: #D97706;
}
#gHeader .tel02 {
	width: 160px;
	margin: 0 auto 18px;
	color: #D97706;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.35;
	background: url("../../img/common/icon01.png") no-repeat left center,url("../../img/common/icon02.png") no-repeat right center;
	background-size: 4.5px auto;
}
#gHeader .tel02 a {
	color: #D97706;
}
#gHeader .naviUl li {
	width: 50%;
}
#gHeader .naviUl li a {
	padding: 12px 5px;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
#gHeader .naviUl li:first-child a {
	border-right:  1px solid #e6e6e6;
}
#gHeader .naviUl li a:hover {
	background: #EBF5FA;
}
#gNavi {
	margin-bottom: 18px;
}
#gNavi li {
	width: 100%;
	text-align: center;
}
#gNavi li a {
	font-size: 1.5rem;
	padding: 12px;
	font-weight: bold;
	display: block;
	letter-spacing: 0.05em;
	border-top: 1px solid #e6e6e6;
}
#gNavi li:last-child {
	border-bottom: 1px solid #e6e6e6;
}
#gNavi li a:hover {
	background: #EBF5FA;
}
@media all and (max-width: 960px) {
	#gHeader {
		padding: 0 20px;
		width: 100%;
		height: 60px;
		box-sizing: border-box;
		text-align: left;
		border-bottom: 1px solid #e6e6e6;
		z-index: 1000;
	}
	#gHeader .logo {
		float: left;
		padding: 15px 0 14px;
		margin-bottom: 0;
	}
	body.fixed #gHeader {
		border-bottom: 1px solid #fff;
	}
    .menu {
		cursor: pointer;
		position: absolute;
		right: 0;
		width: 60px;
		height: 59px;
		background: #2F4F7F;
	}
	.menu .topSpan span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 15px;
		width: 30px;
		height: 1px;
		background-color: #fff;
	}
	.menu .topSpan span:nth-of-type(1) {
		top: 13px;
	}
	.menu .topSpan span:nth-of-type(2) {
		top: 21px;
	}
	.menu .topSpan span:nth-of-type(3) {
		top: 29px;
	}
	.menu.on .topSpan span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on .topSpan span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on .topSpan span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
    .menu.on .topSpan span:nth-of-type(1) {
        top: 11px;
    }
    .menu.on .topSpan span:nth-of-type(3) {
        top: 31px;
    }
	.menu .txtSpan {
		position: absolute;
		right: 4px;
		left: 3px;
		color: #fff;
		bottom: 9px;
		font-size: 1rem;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		text-align: center;
	}
    .menuBox {
		display: none;
        padding: 90px 50px 50px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(255,255,255,1);
        z-index: 900;
        height: 100%;
        overflow-y: auto;
		text-align: center;
        box-sizing: border-box;
    }
	.menuBox .spNavi {
		margin-bottom: 31px;
		border-bottom: 1px solid #e6e6e6;
	}
	.menuBox .spNavi li {
		width: 100%;
	}
	.menuBox .spNavi li a {
		font-size: 1.5rem;
		padding: 16px 10px;
		font-weight: bold;
		display: block;
		letter-spacing: 0.05em;
		border-top: 1px solid #e6e6e6;
	}
	.menuBox .tel01 {
		margin-bottom: -2px;
		font-weight: bold;
		font-size: 1.7rem;
	}
	.menuBox .tel01 a {
		color: #D97706;
	}
	.menuBox .tel01 .small {
		font-size: 1.3rem;
	}
	.menuBox .time {
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 1.1rem;
		color: #D97706;
	}
	.menuBox .tel02 {
		width: 160px;
		margin: 0 auto 28px;
		color: #D97706;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.35;
		background: url("../../img/common/icon01.png") no-repeat left center,url("../../img/common/icon02.png") no-repeat right center;
		background-size: 4.5px auto;
	}
	.menuBox .tel02 a {
		color: #D97706;
	}
	.menuBox .naviUl {
		margin-bottom: 27px;
	}
	.menuBox .naviUl li {
		width: 50%;
	}
	.menuBox .naviUl li a {
		padding: 12px 5px;
		display: block;
		font-size: 1.3rem;
		font-weight: bold;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}
	.menuBox .naviUl li:first-child a {
		border-right:  1px solid #e6e6e6;
	}
	.menuBox .linkTxt {
		margin-bottom: 33px;
	}
	.menuBox .linkTxt a {
		font-size: 1.2rem;
		font-weight: bold;
	}
	.menuBox .copyright {
		padding-bottom: 50px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		font-size: 1rem;
	}
}
@media all and (max-width: 374px) {
	.menuBox {
		padding: 90px 20px 50px;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 16px 40px 19px;
}
#pagePath li {
	margin-right: 5px;
	font-size: 1.2rem;
	display: inline;
}
#pagePath li a {
	margin-right: 10px;
}
#pagePath li a:hover {
    text-decoration: underline;
}
#pagePath li:first-child a {
	color: #C3C3C3;
	text-decoration: underline;
}
#pagePath li:first-child a:hover {
	text-decoration: none;
}
@media all and (max-width: 960px) {
	#pagePath {
		padding: 5px 18px 9px;
	}
	#pagePath li {
		margin-right: 1px;
		font-size: 1rem;
	}
	#pagePath li a {
		margin-right: 7px;
	}
	#pagePath li a:hover {
		text-decoration: none;
	}
	#pagePath li:first-child a:hover {
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 80px 0;
	position: relative;
}
.pageTop {
	position: absolute;
	right: 37px;
	top: -24px;
	width: 56px;
}
.pageTop a {
	display: block;
	position: relative;
}
.pageTop a .over {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
    transition: .3s;
	-webkit-transition: .3s;
}
.pageTop a:hover .over {
	opacity: 1;
}
#gFooter .subBox {
    float: left;
    width: 292px;
}
#gFooter .naviBox {
    float: right;
    width: 366px;
}
#gFooter .fNavi > li {
    width: 120px;
}
#gFooter .fNavi > li:nth-child(3) {
    width: 140px;
    margin-right: -20px;
}
#gFooter .fNavi > li > ul > li {
    padding-bottom: 15px;
    font-size: 1.3rem;
    font-weight: bold;
}
#gFooter .fNavi > li > ul > li a:hover {
    opacity: 0.7;
}
#gFooter .fLogo {
    margin-bottom: 27px;
}
#gFooter address {
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
	font-family: 'Montserrat', sans-serif;
}
@media all and (max-width: 960px) {
	#gFooter {
		padding: 28px 0 108px;
	}
	#gFooter .pageTop {
		width: 48px;
		right: 20px;
	}
    #gFooter .pageTop .over {
        display: none;
    }
	#gFooter .subBox {
		float: none;
		width: auto;
		text-align: center;
	}
	#gFooter .naviBox {
		float: none;
		width: auto;
	}
	#gFooter .fNavi {
		margin: 0 -20px 40px;
		display: block;
		border-top: 1px solid #e6e6e6;
	}
	#gFooter .fNavi > li {
		width: 100%;
	}
	#gFooter .fNavi > li:nth-child(3) {
		width: 100%;
		margin-right: 0;
	}
	#gFooter .fNavi > li > ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	#gFooter .fNavi > li > ul > li {
		padding-bottom: 0;
		font-size: 1.3rem;
		font-weight: bold;
		width: 50%;
		text-align: center;
	}
	#gFooter .fNavi > li > ul > li a {
		padding: 17px 5px;
		display: block;
		box-sizing: border-box;
		border-bottom: 1px solid #e6e6e6;
	}
	#gFooter .fNavi > li > ul > li:nth-child(2n) a {
		border-left: 1px solid #e6e6e6;
	}
	#gFooter .fNavi > li > .menu01 > li:nth-child(2n) a {
		border-left: none;
	}
	#gFooter .fNavi > li > .menu01 > li:nth-child(3) a {
		border-left: 1px solid #e6e6e6;
	}
	#gFooter .fLogo {
		margin-bottom: 27px;
	}
	.spFixed {
		padding: 12px 20px 12px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		background: #2F4F7F;
		z-index: 600;
	}
	.spFixed li {
		width: 48.5%;
		text-align: center;
	}
	.spFixed li a {
		color: #1a2543;
		font-weight: bold;
		display: flex;
		height: 42px;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
		background: #fff;
	}
	.spFixed .contact a {
		color: #fff;
		background: #D97706;
	}
	.spFixed .contact .info {
		display: inline-block;
		padding: 2px 26px 2px 0;
		background: url("../../img/common/icon06.png") no-repeat right center;
		background-size: 16px auto;
	}
}
@media all and (-ms-high-contrast:none){
	#gNavi li a {
		padding: 13px 12px 8px;
	}
	#gHeader .naviUl li a {
		padding: 13px 5px 11px;
	}
}
