@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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 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 {
	/*width: 100%;*/
	max-width: 100%;
	vertical-align: top;
}

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

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

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

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

#main {
	margin-bottom: 133px;
}

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

.sp {
	display: none !important;
}

body.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#side_bnr{
	position: fixed;
	right: 0;
	top:200px;
	    z-index: 10;
}
#side_bnr .side02,
#side_bnr .side03{
    margin-bottom: 10px;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
#side_bnr.not{
  display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.pc {
		display: block !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;
	}

	#main {
		margin-bottom: 79px;
	}

}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #fff;
}

#gHeader .content {
	padding: 16px 0 14px;
	width: 1100px;
	max-width: 1100px;
	box-sizing: border-box;
}

#gHeader h1 {
	margin-top: 4px;
	float: left;
	width: 180px;
	/*width: 156px;*/
	height: 36px;
	position: relative;
}

#gHeader h1 embed {
	height: 36px;
}

#gHeader h1 a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 10;
	width: 100%;
	height: 36px;
}

#gHeader .rBox {
	/*width: 640px;*/
	/* width: 490px; */
  /* width: 598px; */
  /* width: 660px; */
  /* width: 860px; */
  width: 915px;
	float: right;
	box-sizing: border-box;
	padding-right: 0;
}

#gHeader .rBox .shopList,
#gHeader .rBox .lang {
	float: right;
}
#gHeader .rBox .lang {
	margin: -4px 0 0 14px;
}
#gHeader .rBox .lang strong {
	display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
  margin: 0 0 6px 0;
}
#gHeader .rBox .lang select {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  padding: 0 8px;
}

#gHeader .rBox .shopList li {
	margin-right: 13px;
	float: left;
	width: 36px;
	position: relative;
}

#gHeader .rBox .shopList li.shop_link {
	width: 120px;
}

#gHeader .rBox .shopList li embed {
	width: 100%;
	max-height: 36px;
}

#gHeader .rBox .shopList li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

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

#gHeader .rBox .shopList li a:hover img {
	opacity: 0.7;
}

#gHeader .menuBox {
	display: none;
}


@media screen and (max-width: 767px) {
	#gHeader {
		position: relative;
	}

	#gHeader .content {
		padding: 13px 18px 15px 0;
		width: auto;
	}

	#gHeader h1 {
		float: none;
		/*width: 81%;*/
		width: 100%;
		height: 28px;
		text-align: center;
	}

	#gHeader h1 a {
		margin-left: -69px;
		position: absolute;
		left: 50%;
		width: 138px;
		height: 27px;
	}

	#gHeader h1 embed {
		width: 138px;
		height: 28px;
	}

	#gHeader .rBox {
		width: auto;
		float: none;
	}

	#gHeader .rBox .shopList {
		position: absolute;
		right: 8px;
		top: 17px;
	}

	#gHeader .rBox .shopList li img {
		width: 29px;
	}

	.menu {
		margin: 4px 3px 0 0;
		position: absolute;
		top: 14px;
		left: 17px;
		height: 25px;
		width: 28px;
		cursor: pointer;
		z-index: 99;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.menu img {
		width: 28px;
	}

	#gHeader .menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #fff;
		overflow-y: scroll;
		z-index: 100;
	}

	#gHeader .menuBox .menuInner {
		padding: 58px 0;
	}

	#gHeader .menuBox .menuInner .close {
		position: absolute;
		top: 17px;
		left: 17px;
	}

	#gHeader .menuBox .menuInner .close img {
		width: 25px;
	}

	#gHeader .menuBox .menuInner ul li {
		border-top: 1px solid #808080;
	}

	#gHeader .menuBox .menuInner ul {
		margin-bottom: 22px;
		border-bottom: 1px solid #808080;
	}

	#gHeader .menuBox .menuInner ul li a {
		padding: 14px 20px 13px 19px;
		display: block;
		background: url(../../img/common/arrow04.jpg) no-repeat right 20px center;
		background-size: 5px auto;
	}

	#gHeader .menuBox .menuInner ul li a span {
		width: 177px;
		display: inline-block;
		font-size: 18px;
		letter-spacing: 2px;
		vertical-align: -1px;
		font-family: "Times New Roman", Times, serif;
	}

	#gHeader .menuBox .menuInner .txt {
		margin-bottom: 19px;
		text-align: center;
		letter-spacing: 1px;
	}

	#gHeader .menuBox .menuInner .txt a {
		padding-left: 34px;
		display: inline-block;
		font-size: 36px;
		line-height: 1.2;
		color: #2E281F;
		letter-spacing: 0;
		font-family: "Times New Roman", Times, serif;
		background: url(../../img/company/photo01.jpg) no-repeat left center;
	}

	#gHeader .menuBox .menuInner .comBtn {
		margin: 0 auto;
		width: 270px;
	}

	#gHeader .menuBox .menuInner .lang {
		margin: 20px auto 0 auto;
		width: 270px;
	}

	#gHeader .menuBox .menuInner .lang strong {
		display: block;
    text-align: center;
    font-size: 14px;
    margin: 0 0 8px 0;
	}
  #gHeader .menuBox .menuInner .lang select {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    width: 100%;
    padding: 10px 14px;
  }
  #gHeader .menuBox .menuInner .lang .shop_link {
    width: 100%;
    margin: 32px auto 0 auto;
  }

	#gHeader .menuBox .menuInner .comBtn a {
		padding: 11px 18px 11px !important;
		color: #AD1E32;
		font-size: 14px !important;
		border: 1px solid #AD1E32;
		background: url(../../img/index/arrow.jpg) no-repeat right 12px center;
		background-size: 9px auto;
	}

	#gHeader .rBox .shopList li {
		margin-right: 4px;
		width: 28px;
	}


}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 10px;
	float: left;
	font-family:"Times New Roman", Times, serif;
}

#gNavi ul li {
	float: left;
	text-align: center;
}

#gNavi ul li:first-child {
	margin-right: 0;
	width: 98px;
}

#gNavi ul li:nth-child(2) {
	width: 98px;
}

#gNavi ul li:nth-child(3) {
	width: 84px;
}

#gNavi ul li:nth-child(4) {
	width: 89px;
}

#gNavi ul li:nth-child(5) {
	width: 78px;
}

#gNavi ul li:nth-child(6) {
	width: 58px;
}

#gNavi ul li:nth-child(7) {
	width: 78px;
}

#gNavi li a {
	color: #aaa;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

#gNavi ul li span.over {
	margin-top: 2px;
	display: none;
	font-size: 13px;
	letter-spacing: 0;
}

#gNavi ul li a:hover span {
	display: none;
}

#gNavi ul li a:hover span.over {
	display: block;
}


@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
	}

}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 118px;
	padding: 0 0 2px;
	background-color: #AD1E32;
}

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

#pagePath li {
	display: inline;
	color: #fff;
	font-size: 10px;
}

#pagePath li .color,
#pagePath li a {
	color: #d4d4d4;
}

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


@media screen and (max-width: 767px) {
	#pagePath {
		margin-bottom: 69px;
		padding: 3px 0 4px;
	}

	#pagePath ul {
		margin: 0 20px;
		width: auto;
		line-height: 1;
	}

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

}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 30px;
	background-color: #fff;
}

#gFooter .pageTop {
	margin-bottom: 36px;
	padding:16px 0 16px;
	border-bottom: 1px solid #E1E1E1;
	text-align: center;
}

#gFooter .pageTop img {
	width: 82px;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

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

#gFooter .fInner .linkUl {
	width: 550px;
	float: left;
}

#gFooter .fInner .linkUl > li {
	margin-right: 18px;
	width: 160px;
	float: left;
	font-size: 11px;
	letter-spacing: 2px;
}

#gFooter .fInner .linkUl > li:nth-child(2) {
	margin-right: 46px;
}

#gFooter .fInner .linkUl > li a {
	color: #AEAEAE;
}

#gFooter .fInner .linkUl > li a:hover {
	text-decoration: underline;
}

#gFooter .fInner .linkUl > li li {
	margin-bottom: 10px;
}

#gFooter .fInner .rBox {
	width: 456px;
	float: right;
}

#gFooter .fInner .rBox .flex {
/*float: left;*/
}

#gFooter .fInner .linkUl > li:last-child {
	margin-right: 0;
}

#gFooter .fInner .rBox p {
	margin-bottom: 6px;
	color: #AEAEAE;
	font-size: 11px;
	letter-spacing: 3px;
	    float: inherit;
}

#gFooter .fInner .photoUl,
#gFooter .fInner .photoUl2 {
	margin-bottom: 23px;
	margin-right: 10px;
}

#gFooter .fInner .photoUl li {
	margin-right: 10px;
	float: left;
	width: 106px;
}

#gFooter .fInner .photoUl2 li.jhci {
	width: 155px;
}

#gFooter .fInner .photoUl li img {
	width: 100%;
}

#gFooter .fInner .photoUl li:last-child {
	margin-right: 0;
}

#gFooter .fInner .photoUl li a:hover img {
	opacity: 0.7;
}

#gFooter .fInner .copyRight {
	margin-bottom: 0;
}
#foot_bnr{
	display: none;
}
#foot_bnr.curent{
display: flex;
position: fixed;
bottom: 0;
z-index: 10;
background: rgba(128,128,128,0.7);
width: 100%;
padding: 0 0.5rem
}
#foot_bnr.curent p{
width: 50%;
padding: 1rem 0.5rem;
}
#foot_bnr.curent p img{
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {

	#gFooter {
		padding-bottom: 20px;
	}

	#gFooter .fInner {
		width: auto;
		    padding-bottom: 50px;
	}

	#gFooter .pageTop {
		padding-bottom: 29px;
		border-bottom: 1px solid #E1E1E1;
	}

	#gFooter .pageTop img {
		width: 100px;
	}

	#gFooter .fInner .linkUl {
		margin-bottom: 26px;
		width: auto;
		float: none;
	}

	#gFooter .fInner .rBox {
		width: auto;
		float: none;
	}

	#gFooter .fInner .linkUl > li {
		margin-right: 0 !important;
		width: auto;
		float: none;
		font-size: 14px;
		text-align: center;
	}

	#gFooter .fInner .linkUl > li li {
		margin-bottom: 0;
		border-bottom: 1px solid #d4d4d4;
	}

	#gFooter .fInner .linkUl > li a {
		color: #808080;
		padding: 19px 0 18px;
		display: block;
	}

	#gFooter .fInner .linkUl > li a:hover {
		text-decoration: none;
	}

	#gFooter .fInner .rBox p {
		margin-bottom: 14px;
		color : #808080;
		text-align: center;
		font-size: 14px;
		letter-spacing: 4px;
	}

	#gFooter .fInner .photoUl,	#gFooter .fInner .photoUl2{
		margin: -12px auto 44px;
		width: 237px;
	}
	#gFooter .fInner .photoUl2{
    width: 155px !important;
}

	#gFooter .fInner .photoUl li {
		margin: 12px 0 0;
		width: 48%;
	}

	#gFooter .fInner .photoUl li img {
		width: 100%;
	}

	#gFooter .fInner .photoUl li:nth-child(2n) {
		float: right;
	}

	#gFooter .fInner .rBox .copyRight {
		margin-bottom: 0;
		font-size: 10px;
		letter-spacing: 1px;
	}
	#foot_bnr{
	display: flex;
	position: fixed;
	bottom: 0;
	z-index: 10;
	background: rgba(128,128,128,0.7);
	padding: 0 0.5rem
}
	#foot_bnr p{
	width: 38%;
	padding: 0.5rem 0.3rem
}
#gFooter .fInner .rBox .flex{
     float: none;
}


}
