@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;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: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","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%;
    height: auto;
}
a,
a:link {
	color: #484342;
	text-decoration: none;
}
a:visited {
	color: #484342;
}
a:hover {
	color: #484342;
}
a:active {
	color: #484342;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #484342;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	font-feature-settings: "palt"; 
	-moz-font-feature-settings: "palt";
}
.wrap {
	background: url("../../img/common/wrap_bg.png") no-repeat center top / 100%;
	border-top: 1px solid #aaa;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox,
	.close {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.35rem;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.wrap {
		background-image: url("../../img/common/sp_wrap_bg.png");
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBg {
	padding: 7px 0 4px;
	background-color: #E9E9E9;
}
#gHeader .hInfo {
	width: 1112px;
	margin: 0 auto;
	position: relative;
}
#gHeader h1 {
	color: #000;
	font-size: 1.1rem;
	letter-spacing: 0.22em;
}
#gHeader .hList {
	position: absolute;
	right: 43px;
	top: 2px;
	font-size: 1rem;
	letter-spacing: 0.28em;
}
#gHeader .hList a:hover {
	opacity: 0.7;
}
#gHeader .hList li:first-child {
	margin-right: 13px;
}
#gHeader .hList li:first-child a {
	padding-right: 13px;
}
#gHeader .hBox {
	width: 1104px;
	margin: 10px auto;
	padding: 5px 0 4px;
	position: relative;
}
#gHeader .logo {
	width: 160px;
}
#gNavi {
	position: absolute;
	right: 42px;
	top: 15px;
	font-size: 1.2rem;
	font-weight: bold;
}
#gNavi li:not(:first-child) {
	margin-left: 37px;
}
#gNavi a {
	padding-right: 12px;
	display: block;
	color: #0F2C76;
	letter-spacing: 0.19em;
	background: url("../../img/common/icon03.png") no-repeat center right;
	background-size: 6px auto;
}
#gNavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader .hBg {
		padding: 8px 7px 7px;
	}
	#gHeader .hInfo {
		width: auto;
	}
	#gHeader h1 {
		font-size: 1.15rem;
		line-height: 1.43;
		text-align: center;
		letter-spacing: 0.12em;
	}
	#gHeader .hList {
		display: none;
	}
	#gHeader .hBox {
		width: auto;
		margin: 0 auto;
		padding: 8px 14px 7px 0;
	}
	#gHeader .logo {
		width: 180px;
		margin: 0 auto;
	}
	#gNavi {
		display: none;
	}
	.menuBox {
		display: none;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding-top: 25px;
		overflow: scroll;
		box-sizing: border-box;
		z-index: 101;
		background: rgba(0,0,0,0.6);
	}
	.menuBox .menuInfo {
		width: 300px;
		min-height: 100%;
		position: relative;
		padding-bottom: 20px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.menuBox .menuUl {
		margin-bottom: 16px;
	}
	.menuBox .menuUl a {
		padding: 19px 28px 18px;
		display: block;
		color: #0F2C76;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		border-bottom: 1px solid #DCDCDC;
		background: url("../../img/common/sp_icon09.png") no-repeat center right 17px;
		background-size: 7px auto
	}
	.menuBox .menuList {
		width: 264px;
		margin: 0 0 0 22px;
	}
	.menuBox .menuList li {
		width: 63px;
		    margin-bottom: 2%;
	}
	.menuBox .menuList a {
		padding: 29px 0 8px;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.3rem;
		background: #B61E32 url("../../img/common/sp_icon02.png") no-repeat top 10px center;
		background-size: 24px auto;
		letter-spacing: 0.1em;
		border: 1px solid #881E32;
		border-radius: 10px;
	}
	.close {
		display: none;
		width: 41px;
		position: fixed;
		bottom: 10px;
		right: 15px;
		z-index: 110;
	}
	.close.on {
		display: block;
	}
}
@media all and (max-width: 370px) {
	.menuBox .menuInfo {
		width: 275px;
	}
	.menuBox .menuUl a {
		padding: 19px 12px 18px;
	}
	.menuBox .menuList {
	  width: 260px;
	  margin: 0 0 0 7px;
	}
	.menuBox .close {
	  width: 38px;
	  right: -41px;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
    margin: 0 auto 89px;
    padding-top: 7px;
    width: 1100px;
    color: #2D2319;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}
#pagePath li {
    display: inline;
}
@media all and (min-width: 897px) {
    #pagePath li a:hover {
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {
    #pagePath {
        margin: 0 18px 40px;
        padding-top: 9px;
        width: auto;
        color: #000;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 49px 0 32px;
	position: relative;
	background: url("../../img/common/f_bg.jpg") no-repeat center center;
	background-size: cover;
}
#gFooter .fText {
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 0.18em;
}
#gFooter .fLogo {
	width: 160px;
	margin: 0 auto 29px;
}
#gFooter .fUl {
	margin-bottom: 30px;
}
#gFooter .fUl li {
	width: 50%;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.59;
	letter-spacing: 0.28em;
	box-sizing: border-box;
}
#gFooter .fUl li span {
	margin-bottom: 10px;
	display: block;
	font-size: 1rem;
}
#gFooter .fUl li:last-child {
	padding-left: 22px;
	height: 110px;
	overflow-y: scroll;
	border-left: 1px solid #fff;
}
#gFooter .fUl li a {
	color: #fff;
}
#gFooter .fUl li .mail:hover {
	text-decoration: underline;
}
#gFooter .fNavi {
	margin-bottom: 28px;
	font-size: 1.2rem;
}
#gFooter .fNavi li {
	margin: 0 21px;
}
#gFooter .fNavi a {
	padding-right: 12px;
	display: block;
	color: #FFF;
	letter-spacing: 0.15em;
	background: url("../../img/common/icon12.png") no-repeat center right;
	background-size: 6px auto;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter address {
	text-align: center;
	color: #fff;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: 0.28em;
}
.pageTop {
	width: 80px;
	position: absolute;
	right: 52px;
	top: -30px;
	z-index: 99;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 99px 10px 85px;
		background-image: url("../../img/common/sp_f_bg.jpg");
	}
	#gFooter .fText {
		margin-bottom: 5px;
		font-size: 1.15rem;
		line-height: 1.43;
		letter-spacing: 0.12em;
	}
	#gFooter .fLogo {
		width: 180px;
		margin: 0 auto 33px;
	}
	#gFooter .fUl {
		margin: 0 7px 53px;
		display: block;
	}
	#gFooter .fUl li {
		width: auto;
		color: #fff;
		font-size: 1.35rem;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	#gFooter .fUl li span {
		margin-bottom: 8px;
		font-size: 1.8rem;
	}
	#gFooter .fUl li:first-child {
		padding-bottom: 22px;
		margin-bottom: 21px;
		border-bottom: 1px solid #fff;
	}
	#gFooter .fUl li:last-child {
		padding-left: 0;
		height: 170px;
		border-left: none;
	}
	#gFooter .fUl li:last-child span {
		margin-bottom: 3px;
	}
	#gFooter .fUl li .mail:hover {
		text-decoration: none;
	}
	#gFooter .fNavi {
		margin: 0 -10px 26px;
		font-size: 1.5rem;
		display: block;
		border-top: 1px solid #fff;
	}
	#gFooter .fNavi li {
		margin: 0;
	}
	#gFooter .fNavi a {
		padding: 19px 17px 17px;
		letter-spacing: 0.1em;
		background: url("../../img/common/sp_icon06.png") no-repeat center right 22px;
		background-size: 8px auto;
		border-bottom: 1px solid #fff;
	}
	#gFooter address {
		letter-spacing: 0.13em;
	}
	.pageTop {
		width: 76px;
		right: 50%;
		margin-right: -38px;
	}
}
@media all and (-ms-high-contrast:none){
	#gFooter .fNavi a {
		background-position: right top 3px;
	}
} 