@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: "游ゴシック", "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%;
}
a, a:link {
	color: #595153;
	text-decoration: none;
}
a:visited {
	color: #595153;
}
a:hover {
	color: #595153;
}
a:active {
	color: #595153;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1200px;
  color: #595153;
  font-size: 1.5rem;
  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;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 15px;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
@media screen and (max-width: 374px) {
  body {
    font-size: 4vw;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  background-color: #fff;
}
#gHeader .content {
  padding: 16px 0 14px;
  margin: 0 auto;
  width: 1100px;
  box-sizing: border-box;
}
#gHeader h1 {
  margin-top: 4px;
  float: left;
  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: 915px;
  float: right;
  box-sizing: border-box;
  padding-right: 0;
}
#gHeader .rBox .shopList {
  float: right;
}
#gHeader .rBox .shopList li {
  margin-right: 13px;
  float: left;
  width: 36px;
  position: relative;
}
#gHeader .rBox .shopList li embed {
  width: 100%;
}
#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;
    font-size: 13px;
  }
  #gHeader .content {
    padding: 13px 18px 15px 0;
    width: auto;
  }
  #gHeader h1 {
    float: none;
    width: auto;
    height: 28px;
    text-align: center;
    margin-left: -18%;
  }
  #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 0.25s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.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/common/photo01.jpg") no-repeat left center;
  }
  #gHeader .menuBox .menuInner .comBtn {
    margin: 0 auto;
    width: 270px;
  }
  #gHeader .menuBox .menuInner .comBtn a {
    padding: 11px 18px 11px;
    color: #ad1e32;
    font-size: 14px;
    border: 1px solid #ad1e32;
    background: url(../../img/common/arrow.jpg) no-repeat right 12px center;
    background-size: 9px auto;
  }
  #gHeader .rBox .shopList li {
    margin-right: 4px;
    width: 28px;
  }
}
@media screen and (max-width: 374px) {
  #gHeader h1 embed {
    width: 110px;
  }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  margin-top: 8px;
  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:last-child {
  width: 78px;
}
#gNavi li a {
  color: #aaa;
  font-weight: bold;
  font-size: 15px;
  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;
  position: relative;
  padding: 0 0 2px;
  background-color: #ad1e32;
  z-index: 1;
}
#pagePath ul {
  margin: 0 auto;
  width: 1090px;
}
#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: 40px 20px 0; */
  padding-bottom: 30px;
  position: relative;
  background-color: #fff;
  z-index: 10;
}
#gFooter .pageTop {
  margin-bottom: 36px;
  padding-bottom: 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 .linkUl > li:last-child {
  margin-right: 0;
}
#gFooter .fInner .rBox p {
  margin-bottom: 6px;
  color: #aeaeae;
  font-size: 11px;
  letter-spacing: 3px;
}
#gFooter .fInner .photoUl {
  margin-bottom: 23px;
}
#gFooter .fInner .photoUl li {
  margin-right: 10px;
  float: left;
  width: 106px;
}
#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;
}
@media screen and (max-width: 767px) {
  #gFooter {
    padding: 0 0 20px;
  }
  #gFooter .fInner {
    width: auto;
  }
  #gFooter .pageTop {
    padding-bottom: 29px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
  }
  #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 {
    margin: -12px auto 44px;
    width: 237px;
  }
  #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;
  }
}
