@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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

article, aside, canvas, details, figcaption, figure,
footer, 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;
}

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

a:visited {
	color: #46465A;
	text-decoration: none;
}

a:hover {
	color: #46465A;
	text-decoration: underline;
}

a:active {
	color: #46465A;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #46465A;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
	overflow: hidden;
}

#main {
}

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

.sp {
	display: none !important;
}

@media screen and (max-width:767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 100;
}

#gHeader .hBox {
	padding: 51px 50px 0 49px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
}

#gHeader .hBox .hLogoBox {
	margin-top: 10px;
	float: left;
}

#gHeader .hBox .hLogoBox .logo {
	margin-bottom: 20px;
}

#gHeader .hBox .hLogoBox h1 {
	margin-left: 8px;
}

#gHeader .hBox .hLinkBox {
	width: 220px;
	float: right;
}

#gHeader .hBox .hLinkBox .linkBox {
	width: 150px;
	float: left;
}

#gHeader .hBox .hLinkBox .linkBox a {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	background: #45465A;
}

#gHeader .hBox .hLinkBox .linkBox a:hover {
	opacity: 0.7;
}

#gHeader .hBox .hLinkBox .linkBox a:before {
	width: calc(100% - 16px);
	-webkit-width: calc(100% - 16px);
	height: 2px;
	position: absolute;
	left: 5px;
	top: 4px;
	background-color: #757484;
	content: "";
}

#gHeader .hBox .hLinkBox .linkBox a:after {
	width: calc(100% - 16px);
	-webkit-width: calc(100% - 16px);
	height: 2px;
	position: absolute;
	right: 5px;
	bottom: 4px;
	background-color: #757484;
	content: "";
}

#gHeader .hBox .hLinkBox .linkBox a .sub {
	padding: 14px 10px 13px;
	display: block;
	position: relative;
}

#gHeader .hBox .hLinkBox .linkBox a .sub:before {
	width: 2px;
	height: calc(100% - 15px);
	-webkit-height: calc(100% - 15px);
	position: absolute;
	left: 4px;
	top: 10px;
	background-color: #757484;
	content: "";
}

#gHeader .hBox .hLinkBox .linkBox a .sub:after {
	width: 2px;
	height: calc(100% - 15px);
	-webkit-height: calc(100% - 15px);
	position: absolute;
	right: 4px;
	bottom: 10px;
	background-color: #757484;
	content: "";
}

#gHeader .hBox .hLinkBox .linkBox a .txt {
	padding-left: 23px;
	display: inline-block;
	letter-spacing: 3px;
	background: url(../../img/common/icon01.png) no-repeat left 4px;
}

#gHeader .hBox .hLinkBox .menu {
	position: relative;
	float: right;
	cursor: pointer;
	z-index: 103;
}

#gHeader .hBox .hLinkBox .menu .close,
#gHeader .hBox .hLinkBox .menu.on .open {
	display: none;
}

#gHeader .hBox .hLinkBox .menu.on .close {
	display: block;
}

#gHeader .hBox .hLinkBox .menu .open img {
	width: 40px;
}

#gHeader .hBox .hLinkBox .menu .close img {
	width: 42px;
}

#gHeader .cover {
	z-index: 101;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	display: none;
}

#gHeader .cover.on {
	display: block;
}

#gHeader .menuBox {
	padding: 125px 40px 49px;
	position: absolute;
	z-index: 12;
	box-sizing: border-box;
	right: -100%;
	top: 0;
	background: url(../../img/common/menu_bg.png) repeat left top;
	z-index: 102;
	transition: right ease 0.3s;
	-webkit-transition: right ease 0.3s;
}

#gHeader .menuBox.on {
	right: 0;
}

#gHeader .menuBox .linkList {
	margin-bottom: 34px;
}

#gHeader .menuBox .linkList li,
#gHeader .menuBox .linkList .linkListpro {
	margin-bottom: 29px;
}
#gHeader .menuBox .linkList .linkListpro li{
margin-bottom: 15px;
margin-left: 10px;}

#gHeader .menuBox .linkList li:last-child {
	margin-bottom: 0;
}

#gHeader .menuBox .linkList li a {
	display: inline-block;
	position: relative;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 2px;
	word-break: break-all;
}

#gHeader .menuBox .linkList li a:after {
	display: none;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 1px;
	bottom: -6px;
	background-color: #56576B;
	content: '';
}

#gHeader .menuBox .linkList li a:hover:after {
	display: block;
}

#gHeader .menuBox .linkList li a .en {
	margin-right: 7px;
	font-size: 16px;
	letter-spacing: 1px;
}

#gHeader .menuBox .snsList li {
	margin-bottom: 23px;
}

#gHeader .menuBox .snsList li:last-child {
	margin-bottom: 0;
}

#gHeader .menuBox .snsList li a {
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	word-break: break-all;
}

#gHeader .menuBox .snsList li a:hover {
	opacity: 0.7;
}

#gHeader .menuBox .snsList li a span {
	margin-left: 9px;
	letter-spacing: 2.5px;
}

@media all and (-ms-high-contrast:none){
	#gHeader .hBox .hLinkBox .linkBox a .sub {
		padding: 16px 10px 11px;
	}
	
	#gHeader .hBox .hLinkBox .linkBox a .txt {
		background-position: left 1px;
	}
}

@media screen and (max-width:767px) {
	#gHeader .hBox {
		padding: 15px 18px 19px;
		position: relative;
	}
	
	#gHeader .hBox .hLogoBox {
		margin-top: 12px;
	}

	#gHeader .hBox .hLogoBox .logo {
		margin-bottom: 0;
	}

	#gHeader .hBox .hLogoBox .logo img {
		width: 136px;
	}
	
	#gHeader .hBox .hLogoBox h1 {
		display: none;
	}
	
	#gHeader .hBox .hLinkBox {
		width: auto;
	}
	
	#gHeader .hBox .hLinkBox .linkBox {
		display: none;
	}
	
	#gHeader .hBox .hLinkBox .menu {
		height: 45px;
	}
	
	#gHeader .hBox .hLinkBox .menu .close {
		display: none;
	}

	#gHeader .menuBox {
		width: 100%;
		box-sizing: border-box;
		padding: 73px 0 0;
	}

	#gHeader .menuBox .linkList {
		margin: 0 17px 31px;
	}

	#gHeader .menuBox .linkList li {
		margin-bottom: 22px;
	}

	#gHeader .menuBox .linkList li a {
		letter-spacing: 1px;
	}

	#gHeader .menuBox .linkList li a:after {
		left: 0;
		bottom: -2px;
	}

	#gHeader .menuBox .linkList li a:hover:after {
		display: none;
	}

	#gHeader .menuBox .linkList li a .en {
		margin-right: 5px;
		font-size: 15px;
		letter-spacing: 0;
	}
	#gHeader .menuBox .linkList .linkListpro li a{
		letter-spacing: -0.5px;
	}

	#gHeader .menuBox .snsList {
		border-top: 1px solid #AAAEBB;
	}
	
	#gHeader .menuBox .snsList li {
		margin-bottom: 0;
		width: 50%;
		box-sizing: border-box;
		float: left;
		border-right: 1px solid #AAAEBB;
		border-bottom: 1px solid #AAAEBB;
	}

	#gHeader .menuBox .snsList li:nth-child(2n) {
		border-right: none;
	}

	/*#gHeader .menuBox .snsList li:last-child {
		width: 100%;
		border-bottom: 1px solid #AAAEBB;
		border-right: none;
	}*/

	#gHeader .menuBox .snsList li a {
		padding: 20px 10px 18px 3px;
		display: block;
		text-align: center;
	}

	#gHeader .menuBox .snsList li a img {
		width: 18px;
	}

	#gHeader .menuBox .snsList li a span {
		margin-left: 5px;
		letter-spacing: 2px;
		font-size: 14px;
	}

	/*#gHeader .menuBox .snsList li:last-child a img {
		width: 17px;
	}*/

	#gHeader .menuBox .snsList li a .pho {
		margin: 0;
		display: inline-block !important;
		vertical-align: top;
	}

	/*#gHeader .menuBox .snsList li:last-child a span {
		letter-spacing: 4px;
	}*/
}

@media screen and (max-width:350px) {
	#gHeader .menuBox .snsList li a {
		padding: 20px 5px 18px;
		letter-spacing: 0;
	}

	#gHeader .menuBox .snsList li a span {
		margin-left: 5px;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	border-top: 1px solid #CACBCD;
	padding: 11px 0 8px;
}

#pagePath ul {
	margin: 0 auto;
	width: 1098px;
}

#pagePath li {
	margin-right: 2px;
	display: inline;
	font-size: 13px;
	letter-spacing: 2px;
}

#pagePath li:last-child {
	margin-right: 0;
}

#pagePath li a {
	margin-left: 5px;
}

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

#pagePath li span {
	margin-left: 5px;
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	#pagePath {
		padding: 6px 10px 8px 25px;
	}

	#pagePath ul {
		width: auto;
		padding-left: 3em;
		padding-right: 10px;
		text-indent: -3em;
		line-height: 1.7;
	}

	#pagePath li a {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 47px;
	border-bottom: 1px solid #CACBCD;
}

#gFooter .fSnsBox {
	margin-bottom: 46px;
	border-top: 1px solid #CACBCD;
	border-bottom: 1px solid #CACBCD;
}

#gFooter .fSnsBox .fSnsList {
	width: 960px;
	margin: 0 auto;
}

#gFooter .fSnsBox .fSnsList li {
	width: 240px;
	float: left;
	border-right: 1px solid #A3A1AC;
	box-sizing: border-box;
}

#gFooter .fSnsBox .fSnsList li:last-child {
	border-right: none;
}

#gFooter .fSnsBox .fSnsList li a {
	padding: 17px 10px 11px;
	display: block;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1.7px;
	word-break: break-all;
}

#gFooter .fSnsBox .fSnsList li a:hover {
	opacity: 0.7;
}

#gFooter .fSnsBox .fSnsList li a img {
	vertical-align: middle;
}

#gFooter .fSnsBox .fSnsList li a .txt {  
	margin-left: 9px;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 1100px;
}

#gFooter .fBox .fInner {
	margin: 0 0 51px 14px;
}

#gFooter .fLogoBox {
	margin-top: 17px;
	float: left;
}

#gFooter .fNaviBox {
	float: right;
	width: 880px;
}

#gFooter .fNaviBox .fNavi {
	margin-right: 5px;
	width: 135px;
	float: left;
}

#gFooter .fNaviBox .fNavi01 {
	width: 275px;
}

#gFooter .fNaviBox .fNavi02 {
	width: 153px;
}

#gFooter .fNaviBox .fNavi:last-child {
	margin-right: 0;
}

#gFooter .fNaviBox .fNavi li {
	margin-bottom: 13px;
}

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

#gFooter .fNaviBox .fNavi li a {
	padding-left: 17px;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 2.5px;
	background: url(../../img/common/icon02.png) no-repeat left 8px;
}

#gFooter .copyright {
	font-size: 10px;
	text-align: center;
	letter-spacing: 5px;
}

@media all and (-ms-high-contrast:none){
	#gFooter .fNaviBox .fNavi li a {
		background-position: left 4px;
	}
}

@media screen and (max-width:767px) {
	#gFooter .fSnsBox {
		margin-bottom: 50px;
	}

	#gFooter .fSnsBox .fSnsList {
		width: auto;
	}

	#gFooter .fSnsBox .fSnsList li {
		width: 51.5%;
		border-bottom: 1px solid #D1D0D5;
		box-sizing: border-box;
	}

	#gFooter .fSnsBox .fSnsList li:nth-child(2n) {
		width: 48.5%;
		border-right: none;
	}

	/*#gFooter .fSnsBox .fSnsList li:last-child {
		width: 100%;
		border-bottom: none;
	}*/

	#gFooter .fSnsBox .fSnsList li a {
		padding: 22px 5px 17px;
	}

	/*#gFooter .fSnsBox .fSnsList li:last-child a {
		padding: 20px 10px 17px;
	}
*/
	#gFooter .fSnsBox .fSnsList li a .pho {
		display: inline-block !important;
		vertical-align: middle;
	}

	#gFooter .fSnsBox .fSnsList li a img {
		width: 19px;
	}

	/*#gFooter .fSnsBox .fSnsList li:last-child  a .txt {
		letter-spacing: 5px;
	}*/

	#gFooter .fBox {
		margin: 0 auto;
		width: auto;
	}

	#gFooter .fBox .fInner {
		margin: 0 0 42px;
	}

	#gFooter .fLogoBox {
		margin: 0 0 40px;
		float: none;
	}

	#gFooter .fLogoBox img {
		margin: 0 auto;
		width: 182px;
	}

	#gFooter .fNaviBox {
		margin: 0 39px;
		float: none;
		width: auto;
	}

	#gFooter .fNaviBox .fNavi {
		margin: 0 0 23px;
		width: auto;
		float: none;
	}

	#gFooter .fNaviBox .fNavi01 {
		width: auto;
	}

	#gFooter .fNaviBox .fNavi02 {
		width: auto;
	}

	#gFooter .fNaviBox .fNavi:last-child {
		margin: 0;
	}

	#gFooter .fNaviBox .fNavi li {
		margin-bottom: 23px;
	}

	#gFooter .fNaviBox .fNavi li a {
		padding: 5px 0 5px 17px;
		display: block;
		font-size: 15px;
		text-decoration: none;
		background: url(../../img/common/sp_icon02.png) no-repeat left 14px;
		background-size: 6px auto;
	}

	#gFooter .copyright {
		margin: 0 10px;
		letter-spacing: 3px;
	}
}
