@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?92c4x4');
  src: url('../fonts/icomoon.eot?92c4x4#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?92c4x4') format('truetype'), url('../fonts/icomoon.woff?92c4x4') format('woff'), url('../fonts/icomoon.svg?92c4x4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
  content: "\f067";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
@-webkit-keyframes fadeIn {
  0% {
    margin-top: 5vw;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    margin-top: 5vw;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fireballSizing {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fireballSizing {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fireballSizing2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
}
@keyframes fireballSizing2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
}
/*
@keyframes fade--in{
	0% {
		opacity: 0;
		transform: scale(2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
*/
.wp-block-image img {
  height: auto;
}
/*
@media screen and (max-width: 768px) and (min-width: @breakPoint01) {
iframe .twitter-timeline-rendered{
width: 490px !important;
}
}
*/
@media screen and (max-width: 576px) {
  iframe.twitter-timeline-rendered {
    width: 450px !important;
    margin: 0 auto;
    /*これを入れないとめっちゃ細く200pxくらいで表示されます。以下イメージあり！*/
  }
}
.timeline-Widget {
  max-width: 300px!important;
  width: 200px !important;
}
/*サイドウィジットへのtwetter埋め込み修正終わり*/
/*クリアフィックス*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
html {
  /*background: url('../images/bg_img2.jpg') no-repeat top center fixed;*/
  background-size: cover;
}
body {
  min-width: 1156px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #222;
  background-color: #271e1c;
  background: url('../images/background-02-1920x1080.jpg') no-repeat center center fixed;
  background-size: cover;
  background-color: #261E1C;
}
@media (max-width: 576px) {
  body {
    min-width: 100vw;
  }
}
body.withoutBgImage {
  background-image: none;
}
a {
  word-break: break-all;
}
a:hover img {
  opacity: 0.6;
}
.left {
  float: left;
}
.right {
  float: right;
}
.mainWrapper {
  width: 1120px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
}
.container {
  width: 1120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.blocks {
  width: 1120px;
  border-radius: 3px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 3px #d1cfc6;
          box-shadow: 0px 1px 3px #d1cfc6;
}
.containerInner {
  padding: 20px;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 3px 3px 0px 0px;
}
h3 {
  border-bottom: 1px solid #34373B;
  margin-bottom: 30px;
  margin-top: 30px;
}
/*
section{
  margin-bottom: 40px;
}
*/
.mLink {
  text-align: right;
}
.shopHeadtitle {
  background-color: #ffffff;
  padding: 10px 0px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventHeadtitle {
  background-color: #454545;
  padding: 10px 0px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsHeadtitle {
  background-color: #660099;
  padding: 10px 0px 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shopHeadtitle img,
.eventHeadtitle img,
.newsHeadtitle img {
  width: 30%;
}
/* ヘッダー */
header {
  z-index: 1000;
  position: sticky;
  top: 0;
  width: 100%;
  display: block;
  background: #000000;
  color: #ffffff;
  /* margin-bottom: 20px; */
}
@media (max-width: 576px) {
  header {
    position: static;
  }
}
/*
header a{
  color: #ffffff;
  text-decoration: none;
  
}
header a:hover img{
  opacity: 1;
  
}
header .headNakano a:hover{
background: #cc0033;
  
}
header .headWest a:hover{
background: #cc9900;
  
}
header .headAccess a:hover{

  background: #006600;
}
header .headContact a:hover{
  background: #660099;
}

.headcontainer , .footcontainer{
  width: 1120px;
  box-sizing: border-box;
  margin: 0 auto;
}
.headerMainLogo{
  margin-top: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  height: 40px;
  margin-right: 40px;
}
//.headerMainLogo img{
//  height: 100%;
//}
.nakanoNow{
  background: #cc0033;
  
}
.westNow{
  background: #cc9900;
}
.accessNow{
  background: #006600;
}
.contactNow{
  background: #660099;
}
*/
/* メイン墓石*/
.mainVisual {
  width: 100%;
  height: 700px;
  margin-bottom: 0px;
  background: url('../images/bg_head-1090x852.jpg');
  background-repeat: repeat;
  background-size: auto auto;
  background-size: contain;
}
.logowest {
  padding-right: 140px;
}
.logonakano {
  padding-left: 140px;
}
.mainBoseki {
  width: 1120px;
  height: 600px;
  background: url('../images/boseki_bk.png') no-repeat;
  background-position: center bottom;
  padding-top: 120px;
}
.mainFootGlass {
  background: url('../images/foot_grass.png') repeat-x;
  width: 100%;
  height: 80px;
  margin-top: -80px;
}
.toppageWrapper {
  padding-top: 10px;
  background: #271e1c;
}
.toppageWrapper section {
  margin-top: 40px;
}
/* メインスライド */
.topMainSlideWrap {
  background: rgba(102, 0, 152, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url('../images/foot_grass.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
.topMainImage {
  margin-top: 10px;
}
.topMainSlide div {
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topMainSlide div img {
  width: 100%;
}
/* 開催中 */
.topMainEventTokyo,
.topMainEventWest {
  width: 49%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 1px 3px #d1cfc6;
          box-shadow: 0px 1px 3px #d1cfc6;
}
/*
.topMainEventWest{
  width: 49%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: rgba(255,255,255,0.7);
  box-shadow: 0px 1px 3px #d1cfc6;
}
*/
.topMainEvent img {
  width: 100%;
}
.topMainEventPic {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topMainEventPic img {
  vertical-align: top;
}
.topMainEventHeadNakano {
  background: #cc0033;
}
.topMainEventHeadWest {
  background: #cc9900;
}
.topMainEventHeadLogo {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  padding-left: 5px;
}
.topMainEventHeadkaisai {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffff00;
  padding: 5px;
  margin: 5px;
  text-align: center;
  font-weight: bolder;
  font-size: 1.1em;
}
/* ニュース一覧 */
.topMainNewsContent {
  border-bottom: 1px dashed #34373B;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.topMainNews time {
  margin-bottom: 5px;
}
.nakano {
  background: #CC0033;
}
.west {
  background: #CC9900;
}
.shopflg {
  margin-right: 10px;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  min-width: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topMainNewsTitle {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 870px;
}
/* イベント一覧 */
.eventFlyerHead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.eventBody {
  width: 25%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  min-height: 450px;
}
.eventPics img {
  width: 100%;
}
.eventBadgePlace {
  color: white;
  width: 50%;
  margin-right: 5px;
  padding: 6px 0px 0px 0px ;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventBadgeStatus {
  width: 45%;
  float: left;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
  font-weight: bolder;
}
.eventBadgeStatus span {
  font-weight: bold;
  font-size: 1.2em;
  color: red;
}
.before {
  background-color: #ffffff;
  font-size: 0.8em;
}
.end {
  background-color: #989898;
}
.nowopen {
  background-color: #ffff00;
}
/* 店舗情報 */
.shopInfoBox {
  width: 50%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shopName {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footLogo img {
  width: 100%;
}
.footrow {
  margin-bottom: 15px;
}
.box {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footLogo {
  width: 20%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footInfoArea {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
iframe {
  width: 100%;
}
.width70 {
  width: 70%;
  margin-bottom: 20px;
}
.recEvent {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.recEvent img {
  width: 100%;
}
.recEventDesc {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.recEventTittle {
  font-size: 1.7em;
}
@media (max-width: 576px) {
  .eventBody {
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    min-height: 340px;
  }
  .shopHeadtitle {
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .eventHeadtitle {
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .newsHeadtitle {
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .shopHeadtitle img,
  .eventHeadtitle img,
  .newsHeadtitle img {
    width: 80%;
  }
  .mainVisual {
    width: 100%;
    height: 350px;
    /*
    background: url('../images/bg_head.png');
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
*/
    background-size: cover;
    background-position: center top;
    margin-bottom: 0px;
  }
  .logowest {
    width: 44%;
    padding-right: 0px;
  }
  .logonakano {
    width: 44%;
    padding-left: 0px;
  }
  .mainBoseki {
    width: 100%;
    height: 300px;
    background: url('../images/boseki_bk_mb.png') no-repeat;
    background-position: center bottom;
    padding-top: 57px;
  }
  .mainFootGlass {
    background: url('../images/foot_grass.png') repeat-x;
    width: 100%;
    height: 80px;
    margin-top: -60px;
  }
  .mainWrapper {
    width: 90%;
    padding: 10px;
    margin: 0 auto;
  }
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .blocks {
    width: 90%;
    margin: 0 auto;
  }
  .containerInner {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .headcontainer,
  .footcontainer {
    width: 100%;
    margin: 0 auto;
  }
  .shopInfoBox {
    width: 100%;
    padding: 0px;
  }
  .topMainEventTokyo {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .topMainEventWest {
    width: 100%;
    padding: 10px;
  }
  .topMainEventHeadNakano {
    background: #cc0033;
    width: 100%;
  }
  .topMainEventHeadWest {
    background: #cc9900;
    width: 100%;
  }
  .topMainEventHeadLogo {
    width: 100%;
    padding: 10px;
  }
  .topMainEventHeadkaisai {
    width: 100%;
    background: #ffff00;
    padding: 5px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-weight: bolder;
    font-size: 1.1em;
  }
  .eventBadgePlace {
    color: white;
    width: 100%;
    margin-right: 5px;
    padding: 6px 6px 6px 6px ;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .eventBadgeStatus {
    width: 100%;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    font-weight: bolder;
  }
  .shopflg {
    margin-right: 10px;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    min-width: 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topMainNewsTitle {
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
  }
  .shopflg:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /*
.headerMainLogo{
  margin-top: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  height: 40px;
  margin-right: 40px;
  width: 100%;
  text-align: center;
}
header img{
  width: 30%;
}
*/
  header ul {
    display: block;
    margin: 0px;
  }
  header ul li {
    float: left;
    width: 33.3333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #efefef;
    padding-top: 0px;
  }
  header ul li img {
    width: 40%;
  }
  header ul li a {
    padding: 5px 5px;
    display: block;
  }
  .border {
    border-right: 1px solid #efefef;
  }
  .box {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footLogo {
    width: 100%;
    padding: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footInfoArea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footLogo img {
    width: 40%;
  }
  .width70 {
    width: 100%;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
  }
  .recEvent {
    text-align: center;
    width: 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
  }
  .recEvent img {
    width: 100%;
  }
  .recEventDesc {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
  }
  .recEventTittle {
    font-size: 1em;
  }
}
/* モバイル以上 */
form {
  width: 100%;
}
textarea,
input {
  width: 100%;
}
input[type=radio],
input[type=checkbox] {
  width: auto;
}
/*
a,
a:visited,
a:active,
a:focus
*/
a {
  color: #0000ee;
}
hr {
  border-top: 1px dashed #bbb;
  border-bottom: none;
}
.contentBg {
  width: 1100px;
  margin: 15px auto ;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 22px 10px;
  -webkit-box-shadow: 0px 1px 3px #d1cfc6;
          box-shadow: 0px 1px 3px #d1cfc6;
  border-radius: 3px;
  margin-bottom: 20px;
  word-break: break-all;
}
/*
.wrapper{
    width: 1070px ;
    margin: 0 auto;
}
*/
h3 {
  font-size: 1.3em;
  font-weight: bolder;
}
h4 {
  font-size: 1.3em;
  font-weight: bolder;
}
.newsHeader {
  border-bottom: 1px solid #34373B;
  margin-bottom: 10px;
}
.row {
  margin-bottom: 20px;
}
h5 {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.postContents strong {
  font-weight: bolder;
  font-size: 1.1em;
}
.mainHead {
  margin: 0px;
  padding: 0px;
}
#page-top {
  opacity: 0;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
/*ヘッダー関係*/
.menuIconArea {
  padding-top: 10px;
}
.menuIconArea a {
  display: block;
}
.mobMenu {
  border-top: 1px solid #fff;
  width: 100%;
  z-index: 1000;
  background-color: black;
  position: absolute;
}
.mobMenu ul {
  display: block;
}
.mobMenu ul li {
  border-bottom: 1px solid #fff;
}
.mobMenu {
  display: none;
}
.mobMenu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}
.mainSlide {
  width: 740px;
}
.mainCarousel {
  width: 100%;
}
/* メインカラム */
.mainColum {
  width: 740px;
}
.mainColumOne {
  width: 100%;
}
.bannerArea {
  width: 100%;
}
.bam {
  width: 100%;
  margin-bottom: 10px;
}
.bam iframe {
  width: 100%;
}
/*article{
    border-bottom:1px dashed #34373B ;
    margin-bottom: 10px ;
    padding-bottom: 5px ;
}
article .date{
    font-size: 0.9em;
}*/
.moreLink {
  float: right;
}
.postContents p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.signature {
  text-align: right;
  font-weight: bolder;
}
/* サイドバー */
/*
.sideBar{
	width: 300px;
	
	img {
		vertical-align: top;
	}
	ul{
	 	margin-bottom: 50px;
	 	
		li a{
			display: block;
			padding: 10px;
			text-decoration: none;
			color: #222;
			border-bottom: 1px dotted #222;
		}
	}
	.bam {
		margin-bottom: 30px;
	}
}
#map{
    width: 100%;
    height: 300px;
    margin-top:10px;
    margin-bottom: 10px;
}
*/
.hgLineBanner img {
  max-width: 100%;
  height: auto;
}
/* フッター */
/*暫定*/
.mid {
  margin-left: 80px;
}
/* 中ページ */
.postMeta {
  margin-bottom: 5px ;
  font-size: 0.8em;
}
.mainColum h2 {
  font-size: 1.3em;
  border-bottom: 1px solid black ;
  margin-bottom: 10px;
}
.postContents {
  margin-bottom: 10px;
}
.postFooter {
  margin-top: 10px ;
  padding-top: 5px;
  border-top: 1px solid black;
}
.postFooter .postFooter__prev,
.postFooter .postFooter__next {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.3em;
}
.postFooter .postFooter__prev:before,
.postFooter .postFooter__next:before {
  content: "";
  position: absolute;
  /*
			width: @size;
			height: @size;
			left: @size * 0.2;
			top: 7px;
			border-radius: @size;
    		background-color: #261E1C;
*/
  width: 0;
  height: 0;
  left: 0;
  top: 3px;
  border: 6px solid transparent;
}
.postFooter .postFooter__prev:before {
  left: 3px;
  border-left-color: #000;
}
.postFooter .postFooter__next:before {
  left: -4px;
  border-right-color: #000;
}
.pc {
  display: block;
}
.mob {
  display: none;
}
.toGoogleCal a {
  background: #222;
  color: #fff;
  padding: 10px;
  display: block;
  border-radius: 10px;
  text-align: center;
  width: 40%;
  text-decoration: none;
}
.toGoogleCal a:hover {
  background: #626262;
}
.flyerPics {
  width: 35%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flyerPics img {
  width: 100%;
}
.flyerNowTitle {
  width: 65%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flyerNowTitleName {
  font-size: 1.3em;
}
/*
.googlecal {
    position: relative;
    
    height: 0;
    overflow: hidden;
height: 600px;
}
.googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
//    height: 100% !important;
}
*/
.itemArea {
  width: 740px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itemBox {
  width: 25%;
  padding: 10px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 450px;
}
.itemBox img {
  width: 100%;
}
.itemTitle {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  min-height: 80px;
}
.itemPrice {
  font-size: 0.9em;
}
.buyBtn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.buyBtn a {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.buyBtn a::before,
.buyBtn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buyBtn a,
.buyBtn a::before,
.buyBtn a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.buyBtn a {
  background-color: #333;
  color: #fff;
}
.buyBtn a:hover {
  background-color: #98232e;
}
.left {
  float: left;
}
.eyecatchPic {
  width: 20%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eyecatchPic img {
  width: 100%;
}
.articleArea {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  width: 100%;
}
th {
  width: 100px;
  border-right: 1px dotted black;
}
td {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
tr {
  border-bottom: 1px solid black;
}
.kaikiLine {
  border-bottom: 1px dotted #34373B;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
}
/* レスポンシブの設定 */
/* モバイル */
@media (max-width: 576px) {
  th {
    width: 20%;
  }
  .mainHead {
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 0;
    width: 100px;
    height: 40px;
  }
  .eyecatchPic {
    width: 40%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .itemArea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .itemBox {
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  .itemTitle {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    min-height: 65px;
    font-size: 0.8em;
  }
  .postContents iframe {
    width: 100%;
  }
  .mob {
    display: block;
  }
  .pc {
    display: none;
  }
  /*
    .wrapper{
        width : 90% ;
    }
*/
  .headSocial {
    width: 100%;
    background-color: #000;
    /* background-color: #CFCFCF ; */
    margin-bottom: 20px ;
  }
  .contentBg {
    width: auto;
    padding: 0;
    margin: 5px 5px 10px 5px;
  }
  .mainColum {
    width: 100% ;
    padding-top: 10px;
  }
  .sideBar {
    width: 100% ;
    margin-top: 10px;
  }
  nav li {
    float: left;
    /*min-width: 50%;*/
    text-align: center;
  }
  img {
    width: 100%;
  }
  .mainSlide {
    width: 100%;
    margin-top: 15px;
  }
  .mid {
    margin-left: 20px;
  }
  .footcolumLeft {
    width: 100% ;
    text-align: left;
  }
  .footLogo {
    /*float:left;
        width: 40% ;*/
  }
  /*
    .footerMainColum{
        width: 100% ;
    }
    .footcolumMiddle{
        width: 100% ;
        margin-top: 15px ;
    }
    .footerSideBar{
        width : 100% ;
        margin-top: 15px ;
    }
    .footAdress:after{
        content: "."; display: block; height: 0; clear: both; visibility: hidden;
    }
    .footAdress{
        display: block;
        width: 50%;
        float: left;
        margin-left: 10px;
    }
*/
  /*
    .googlecal {
        padding-bottom: 75%;
    height: 600px;
    }
*/
  /*
    .cal_wrapper {
    max-width: 300px;
    min-width: 200px;
    margin: 2.0833% auto;
height: 600px;
}
*/
  .flyerPics {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flyerPics img {
    width: 100%;
  }
  .flyerNowTitle {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flyerNowTitleName {
    font-size: 1.3em;
  }
}
/* モバイル以上 */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1070px ;
  margin: 0 auto;
}
.wrapper > main {
  width: 740px;
}
.wrapper > aside {
  width: 300px;
  margin-left: 30px;
}
.wrapper > aside .sideBar {
  height: 100%;
}
.footGrass {
  width: 100%;
  background: url('../images/foot_grass.png') repeat-x;
  height: 81px;
}
.hgNowrap {
  white-space: nowrap;
}
.hgInlineForSp {
  display: none;
}
.hgBlock--readmore {
  text-align: right;
}
.hgReadmore {
  position: relative;
  display: inline-block;
  padding: 5px 26px 5px 10px;
  background-color: #444;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: 100ms background-color linear;
  transition: 100ms background-color linear;
}
.hgReadmore:hover {
  background-color: #000;
}
.hgReadmore:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  background-image: url(../images/arrow-white-right-26x41.png );
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.mainCarousel.slick-initialized {
  display: block;
}
.hgTwitterWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 602px;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.hgTwitterWrapper iframe {
  vertical-align: top;
}
.hgPostList {
  display: block;
}
.hgPostList .hgPostList__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 322px;
  margin-top: 8px;
  padding: 10px 10px 10px 330px;
  -webkit-transition: 100ms all linear;
  transition: 100ms all linear;
  border: 1px solid transparent;
  border-radius: 3px;
}
.hgPostList .hgPostList__item:hover {
  background-color: #fff;
}
.hgPostList .hgPostList__item:hover a {
  color: #9e0000;
}
.hgPostList .hgPostList__item .hgPostList__item__icon {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 302px;
  height: 302px;
  left: 10px;
  top: 10px;
  border: 1px solid #000;
  background-color: #333333;
  overflow: hidden;
  /*
			img {
				width: 100%;
				height: 100%;
//				object-fit: cover;
				object-fit: contain;
				background-color: #333;
			}
*/
}
.hgPostList .hgPostList__item .hgPostList__item__icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.hgPostList .hgPostList__item .hgPostList__item__icon a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #333;
}
.hgPostList .hgPostList__item .hgPostList__item__icon .hgPostList__item__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #333;
  opacity: 0;
  -webkit-transition: 300ms all linear;
  transition: 300ms all linear;
}
.hgPostList .hgPostList__item .hgPostList__item__icon .hgPostList__item__thumb.active {
  opacity: 1;
}
.hgPostList .hgPostList__item .hgPostList__item__title {
  font-weight: bold;
}
.hgPostList .hgPostList__item .hgPostList__item__data {
  margin-bottom: 5px;
  font-size: 1rem;
}
.hgPostList .hgPostList__item .hgPostList__item__categoryLabel {
  display: inline-block;
  padding: 0 4px;
  background-color: #ddd;
  border-radius: 3px;
}
.hgPostList .hgPostList__item .hgPostList__item__storeCategoryLabel--nakano {
  color: #fff;
  background-color: #C40036;
}
.hgPostList .hgPostList__item .hgPostList__item__storeCategoryLabel--west {
  color: #fff;
  background-color: #999999;
}
.hgPostList .hgPostList__item .hgPostList__item__storeCategoryLabel--event {
  color: #fff;
  background-color: #CC9900;
}
.hgPostList .hgPostList__item .hgPostList__item__storeCategoryLabel--popup {
  color: #fff;
  background-color: #CC9900;
}
.hgPostList .hgPostList__item .hgPostList__item__storeCategoryLabel--onlineshopping {
  color: #fff;
  background-color: #245AA2;
}
.hgPostList .hgPostList__item .hgPostList__item__storeCategoryLabel--other {
  color: #fff;
  background-color: #006600;
}
.hgHeader--4 {
  position: relative;
  margin-left: 17.5px;
  margin-bottom: 15px;
  padding-left: 25.5px;
  padding-top: 20px;
  border-bottom: 1px solid #34373B;
  font-family: 'Noto Serif JP';
  font-weight: 900;
}
.hgHeader--4:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 47.6px;
  left: -17.5px;
  bottom: -8px;
  background-image: url("../images/icon-fire-black-100x136.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#hgIndexGrave {
  position: relative;
}
#hgIndexGrave.mainVisual {
  height: auto;
  overflow: hidden;
}
#hgIndexGrave #hgIndexGrave__container {
  position: relative;
  width: 1120px;
  height: 852px;
  margin: 0 auto;
}
#hgIndexGrave #hgIndexGrave__headstone {
  position: absolute;
  width: 362px;
  height: 554px;
  left: 50%;
  bottom: 0;
  margin-left: -181px;
}
#hgIndexGrave .hgIndexGrave__fireball {
  position: absolute;
  width: 274px;
  height: 448px;
  opacity: 0;
}
#hgIndexGrave .hgIndexGrave__fireball img {
  height: 100%;
}
#hgIndexGrave #hgIndexGrave__fireball--nakano {
  top: 330px;
  left: 100px;
  -webkit-animation: fadeIn 2000ms ease 500ms 1 normal forwards, fireballSizing 5000ms ease 500ms infinite;
          animation: fadeIn 2000ms ease 500ms 1 normal forwards, fireballSizing 5000ms ease 500ms infinite;
}
#hgIndexGrave #hgIndexGrave__fireball--west {
  top: 330px;
  right: 100px;
  -webkit-animation: fadeIn 2000ms ease 1000ms 1 normal forwards, fireballSizing 5000ms ease 1000ms infinite;
          animation: fadeIn 2000ms ease 1000ms 1 normal forwards, fireballSizing 5000ms ease 1000ms infinite;
}
#hgIndexGrave #hgIndexGrave__fireball--ec {
  top: 0;
  left: 50%;
  width: 246.6px;
  height: 403.2px;
  margin-left: -123.3px;
  -webkit-animation: fadeIn 2000ms ease 0ms 1 normal forwards, fireballSizing 5000ms ease 0ms infinite;
          animation: fadeIn 2000ms ease 0ms 1 normal forwards, fireballSizing 5000ms ease 0ms infinite;
}
#hgIndexGrave #hgIndexGrave__grass {
  position: absolute;
  height: 80px;
  left: 0;
  right: 0;
  bottom: 20px;
  background-image: url("../images/foot_grass.png");
}
#hgIndexGrave #hgIndexGrave__grass:after {
  content: "";
  position: absolute;
  height: 20px;
  left: 0;
  right: 0;
  bottom: -20px;
  background-color: #261E1C;
}
.headcontainer {
  position: relative;
}
.headcontainer .headerMainLogo {
  display: inline-block;
  vertical-align: top;
}
.headcontainer .headerMainLogo img {
  width: 121px;
  height: 41px;
}
.headcontainer #hgLogoEc {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #fff;
}
.headcontainer #hgLogoEc img {
  width: 120px;
  height: auto;
  vertical-align: top;
}
#hgGNavi {
  display: inline-block;
  vertical-align: top;
}
#hgGNavi #hgGNavi__list li a {
  background-color: #000;
}
#hgGNavi #hgGNavi__list li a:hover,
#hgGNavi #hgGNavi__list li a:active,
#hgGNavi #hgGNavi__list li a:focus,
#hgGNavi #hgGNavi__list li a.active {
  background-color: transparent;
}
.hgPagenation--past {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.hgPagenation--past .hgPagenation__prev,
.hgPagenation--past .hgPagenation__next {
  display: block;
  width: 100px;
}
.hgPagenation--past .hgPagenation__prev a,
.hgPagenation--past .hgPagenation__next a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: 50ms background-color linear;
  transition: 50ms background-color linear;
}
.hgPagenation--past .hgPagenation__prev a:hover,
.hgPagenation--past .hgPagenation__next a:hover {
  background-color: #C40036;
}
@media (max-width: 576px) {
  body {
    background-image: none;
    background-color: transparent;
  }
  body:not(.withoutBgImage):before {
    content: "";
    z-index: -1;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/background-02-1920x1080.jpg') no-repeat center top;
    background-size: auto 100%;
  }
  aside {
    margin-top: 20px;
  }
  .wrapper {
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .wrapper > main {
    width: 100%;
  }
  .wrapper > aside {
    width: 100%;
    margin-left: 0;
  }
  .wrapper > aside .sideBar {
    height: auto;
  }
  .hgInlineForSp {
    display: inline;
  }
  .topMainEventPic {
    padding: 10px 0 0 0 ;
  }
  #hgIndexGrave {
    position: relative;
  }
  #hgIndexGrave #hgIndexGrave__container {
    width: 100%;
    height: 121vw;
  }
  #hgIndexGrave #hgIndexGrave__headstone {
    width: 49.725vw;
    height: 76.5vw;
    margin-left: -24.8625vw;
  }
  #hgIndexGrave .hgIndexGrave__fireball {
    width: 36.89vw;
    height: 59.5vw;
  }
  #hgIndexGrave #hgIndexGrave__fireball--nakano {
    top: 48.45vw;
    left: 0;
  }
  #hgIndexGrave #hgIndexGrave__fireball--west {
    top: 48.45vw;
    right: 0;
  }
  #hgIndexGrave #hgIndexGrave__fireball--ec {
    width: 36.89vw;
    height: 59.5vw;
    margin-left: -18.445vw;
  }
  #hgIndexGrave #hgIndexGrave__grass {
    height: 12.75vw;
    bottom: 3.1875vw;
    background-size: contain;
  }
  #hgIndexGrave #hgIndexGrave__grass:after {
    height: 5.1875vw;
    bottom: -4.1875vw;
  }
  .hgTwitterWrapper {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
  }
  .hgPostList .hgPostList__item {
    min-height: 102px;
    margin-top: 16px;
    padding: 0 0 0 110px;
  }
  .hgPostList .hgPostList__item .hgPostList__item__icon {
    width: 102px;
    height: 102px;
    left: 0;
    top: 0;
  }
  .hgPostList .hgPostList__item .hgPostList__item__data {
    margin-bottom: 0;
    font-size: 14px;
  }
  /*
.headcontainer {
	@marginTop: 3px;
	
	.headerMainLogo {
		text-align: left;
		margin: @marginTop 0;
		padding-left: 10px;
	}
	#hgLogoEc {
		top: @marginTop;
		
		img {
			width: auto;
			height: 41px;
		}
	}
}
*/
}
.wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
}
.wp-embed-aspect-16-9 {
  aspect-ratio: 1.77777778;
}
.wp-embed-aspect-16-9 iframe {
  aspect-ratio: 1.77777778;
  height: auto;
}
/*
header ul{
  display: block;
  margin: 0px;
}
header ul li{ 
  float: left;
  padding-top: 0px;
}

header ul li a{
  padding: 20px 20px;
  display: block;

}
*/
/*
#hgGNavi {
	width: 792px;
	height: 70px;
	float: none;
	
	#hgGNavi__list {
		display: table;
		border-collapse: collapse;
		width: 100%;
		background-image: url("../images/gnavi-bg-792x70.png");
		
		li {
			display: table-cell;
			width: 132px;
			height: 70px;
			
			a {
				box-sizing: border-box;
				display: block;
				width: 132px;
				height: 70px;
				margin: 0;
				padding: 19px 0 0 0;
				text-align: center;
				background-color: rgba(0,0,0,1);
//				transition: 100ms all linear;
				
				&.active,
				&:hover
				{
					background-color: rgba(0,0,0,0);
				}
			}
			img {
				vertical-align: top;
			}
		}
	}

}
*/
#hgNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1156px;
  height: 70px;
  margin: 0 auto;
}
#hgNavi a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
}
#hgNavi a:hover img {
  opacity: 1;
}
#hgNavi #hgNavi__logo {
  width: 188px;
  padding-top: 11px;
}
#hgNavi #hgNavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 792px;
  background-image: url("../images/gnavi-bg2-792x70.png");
  background-size: cover;
}
#hgNavi #hgNavi__list a {
  width: 132px;
  padding-top: 20px;
  background-color: #000;
}
#hgNavi #hgNavi__list a.active,
#hgNavi #hgNavi__list a:hover {
  background-color: transparent;
}
#hgNavi #hgNavi__ec {
  width: 176px;
}
#hgNavi #hgNavi__ec a {
  /*
//			background-image: url("../images/logo-onlinestore-136x55.png");
			background-image: url("../images/logo-onlinestore-active-148x67.png");
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: contain;
*/
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 69px;
  width: 154px;
  margin-left: auto;
}
#hgNavi #hgNavi__ec a:hover #hgNavi__ec__image--active {
  opacity: 1;
}
#hgNavi #hgNavi__ec a #hgNavi__ec__image,
#hgNavi #hgNavi__ec a #hgNavi__ec__image--active {
  width: 148px;
  height: 67px;
  padding: 1px 3px;
}
#hgNavi #hgNavi__ec a #hgNavi__ec__image--active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 100ms opacity linear;
  transition: 100ms opacity linear;
}
#hgNavi #hgNavi__ec--sp {
  display: none;
}
#hgGnavi--sp {
  display: none;
}
@media (max-width: 576px) {
  #hgGnavi--sp {
    z-index: 9999;
    position: fixed;
    display: block;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 5px;
    padding-bottom: 30px;
    background-color: #261E1C;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #hgGnavi--sp.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  #hgGnavi--sp.active #hgGnavi--sp__closer {
    margin-bottom: 0;
    opacity: 1;
  }
  #hgGnavi--sp #hgGnavi--sp__logo {
    display: block;
    width: 158px;
    height: 48px;
    margin: 0 auto;
  }
  #hgGnavi--sp #hgGnavi--sp__nav a {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #fff;
  }
  #hgGnavi--sp #hgGnavi--sp__nav .hgGnavi--sp__nav__disc {
    display: inline-block;
    vertical-align: -4px;
    width: 20px;
    height: 27.2px;
    margin-right: 5px;
    background-image: url("../images/icon-fire-white-100x136.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
  }
  #hgGnavi--sp #hgGnavi--sp__closer {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    margin-left: -25px;
    margin-bottom: 10px;
    background-color: #261E1C;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
  }
  #hgGnavi--sp #hgGnavi--sp__closer:before {
    content: "";
    position: absolute;
  }
  #hgGnavi--sp #hgGnavi--sp__closer #hgGnavi--sp__closer__fire {
    /*
				@icon: @pathIconFireballWhite;
				@iconSizeRate: 0.4;
				@iconWidth: 100px * @iconSizeRate;
				@iconHeight: 136px * @iconSizeRate;

				width: @iconWidth;
				height: @iconHeight;
				left: 50%;
				bottom: 5px;
				margin-left: @iconWidth / -2;
				background-image: url( @icon );
				background-position: 50% 50%;
				background-size: contain;
				background-repeat: no-repeat;
	*/
    width: 33.33333333px;
    height: 45.33333333px;
    background-image: url("../images/icon-fire-white-100x136.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -16.66666667px;
  }
  #hgGnavi--sp #hgGnavi--sp__closer #hgGnavi--sp__closer__fire:after {
    content: "\f00d";
    position: absolute;
    display: block;
    width: 100%;
    bottom: 5%;
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-align: center;
  }
  #hgGnavi--sp #hgGnavi--sp__fire {
    width: 10px;
    height: 13.6px;
    left: -10px;
    bottom: 0;
    background-image: url("../images/icon-fire-black-100x136.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 64px;
    -webkit-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
  }
}
@media (max-width: 576px) {
  #hgNavi {
    position: relative;
    display: block;
    width: 100vw;
    height: auto;
    margin: 0 auto;
    padding-top: 57px;
  }
  #hgNavi img {
    max-width: 100%;
    height: auto;
  }
  #hgNavi #hgNavi__logo {
    position: absolute;
    width: 158px;
    height: 48px;
    left: 3px;
    top: 4px;
    padding-top: 0;
  }
  #hgNavi #hgNavi__list {
    width: 100%;
    height: 15vw;
    background-image: url("../images/gnavi-bg-396x70.png");
  }
  #hgNavi #hgNavi__list a {
    width: 33.3333%;
    height: 15vw;
    padding: 3vw 0;
    background-color: #000;
    border-top: 1px solid #222;
  }
  #hgNavi #hgNavi__list a:active,
  #hgNavi #hgNavi__list a:hover {
    background-color: transparent;
  }
  #hgNavi #hgNavi__list a:nth-child(n+2) {
    border-left: 1px solid #222;
  }
  #hgNavi #hgNavi__list a:nth-child(n+4) {
    display: none;
  }
  #hgNavi #hgNavi__list a img {
    height: 7vw;
    width: auto;
  }
  #hgNavi #hgNavi__ec {
    /*
		position: absolute;
		width: 148px;
		height: @paddingTop;
		right: 2px;
		top: 0px;
		padding-top:0;
		
		a {
			@w: auto;
			@h: @paddingTop;
			
			display: block;
			width: 100%;
			height: @h;
			text-align: center;
			
			#hgNavi__ec__image,
			#hgNavi__ec__image--active
			{
				width: @w;
				height: @h;
				padding: 0 3px;
			}
			#hgNavi__ec__image {
				opacity: 0;
			}
			#hgNavi__ec__image--active {
				width: 142px;
				opacity: 1;
			}
			
			img {
				width: auto;
				height: 100%;
			}
		}
*/
    display: none;
  }
  #hgNavi #hgNavi__ec--sp {
    position: absolute;
    display: block;
    height: auto;
    right: 4px;
    top: 3px;
    padding-top: 0;
    text-align: right;
  }
  #hgNavi #hgNavi__ec--sp a {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: right;
    text-decoration: none;
  }
  #hgNavi #hgNavi__ec--sp a div {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: -2px;
  }
  #hgNavi #hgNavi__ec--sp a img {
    width: 150px;
  }
  /*
#hgGNavi {
	width: 100%;
//	height: 70px;
	
	#hgGNavi__list {
		box-sizing: border-box;
		display: table;
		border-collapse: collapse;
		width: 100%;
		
		li {
			display: table-cell;
//			width: 25%;
			width: 33.3333%;
			float: none;
			border: 1px solid #fff;
			
//			&:nth-child(n+5) {
			&:nth-child(n+4) {
				display: none;
			}
			
			img {
				width: 92px;
				max-width: 94%;
				vertical-align: middle;
			}
		}
	}
}
*/
}
footer {
  width: 100%;
  background-color: #271e1c;
  padding-top: 30px;
  color: #fff;
}
footer a,
footer a:visited,
footer a:active,
footer a:focus {
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  display: inline-block;
  color: white;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
footer h4 {
  position: relative;
  margin-left: 17.5px;
  margin-bottom: 15px;
  padding-left: 25.5px;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
  font-family: 'Noto Serif JP';
  font-weight: 900;
  margin-right: 20px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
footer h4:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 47.6px;
  left: -17.5px;
  bottom: -8px;
  background-image: url("../images/icon-fire-white-100x136.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .hgFooter__shop {
  position: relative;
  min-height: 150px;
  margin-bottom: 20px;
  padding-left: 104px;
}
footer .hgFooter__shop a,
footer .hgFooter__shop a:visited,
footer .hgFooter__shop a:active {
  color: #fff;
}
footer .hgFooter__shop .hgFooter__shop__label {
  margin-bottom: 5px;
  font-weight: bold;
}
footer .hgFooter__shop .hgFooter__shop__icon {
  position: absolute;
  display: block;
  width: 94px;
  height: auto;
  left: 0;
  top: 0;
}
footer .hgFooter__shop .hgFooter__shop__businessHours {
  display: table;
}
footer .hgFooter__shop .hgFooter__shop__businessHours > div {
  display: table-cell;
}
footer .hgFooter__shop .hgFooter__shop__businessHours > div > span {
  display: inline-block;
}
.footerCopyRight {
  width: 100% ;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0.8em;
  background-color: #000;
}
@media (max-width: 576px) {
  footer {
    width: 100%;
    padding-top: 20px;
  }
  footer h4 {
    margin-right: 0;
  }
  footer .hgFooter__shop {
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }
  footer .hgFooter__shop:after {
    content: "";
    display: block;
    clear: right;
  }
  footer .hgFooter__shop .hgFooter__shop__icon {
    position: static;
    display: inline-block;
    margin-left: 10px;
    float: right;
  }
  .footerCopyRight {
    margin-top: 5px;
    padding-bottom: 60px;
  }
}
/* index */
#hgIndexSns h3,
#hgIndexSns h4 {
  text-align: center;
}
#hgIndexSns .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hgIndexSns .tweetArea {
  width: 33.33333%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 576px) {
  .shopInfoBox:nth-child(2) {
    margin-top: 20px;
  }
  #hgIndexSns .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hgIndexSns .tweetArea {
    width: 100%;
    padding: 5px;
  }
}
/* /index */
/* 店舗TOP */
.hgShopHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1070px;
  margin: 0 auto;
}
.hgShopHeader .mainSlide {
  /*
		.slick-slide {
			a {
				display: block;
				
				img {
					vertical-align: top;
				}
			}
		}
		.slick-dots {
			button {
				outline: none;
			}
		}
*/
}
.hgShopHeader .mainLogo {
  width: 330px;
  text-align: right;
  vertical-align: top;
}
.hgShopHeader .hgShopHeader__carousel {
  width: 740px;
  height: 670px;
}
.hgShopHeader .hgShopHeader__carousel .swiper-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
}
.hgShopHeader .hgShopHeader__carousel .swiper-slide {
  width: 740px;
  height: 600px;
  overflow: hidden;
  background-color: #fff;
}
.hgShopHeader .hgShopHeader__carousel .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hgShopHeader .hgShopHeader__carousel .swiper-pagination {
  bottom: 30px;
}
.hgShopHeader .hgShopHeader__carousel .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 10px;
}
.hgShopHeader .hgShopHeader__carousel .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 60px;
  background-image: url("../images/icon-fire-black-100x136.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: 200ms all linear;
  transition: 200ms all linear;
}
.hgShopHeader .hgShopHeader__carousel .swiper-pagination-bullet-active {
  background-color: #000;
}
.hgShopHeader .hgShopHeader__carousel .swiper-pagination-bullet-active:after {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.hgShop .hgShop__block h4,
.hgShop .hgBlock--goods-sample h4 {
  position: relative;
  margin-left: 17.5px;
  margin-bottom: 15px;
  padding-left: 25.5px;
  padding-top: 20px;
  border-bottom: 1px solid #34373B;
  font-family: 'Noto Serif JP';
  font-weight: 900;
  margin-top: 20px;
}
.hgShop .hgShop__block h4:before,
.hgShop .hgBlock--goods-sample h4:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 47.6px;
  left: -17.5px;
  bottom: -8px;
  background-image: url("../images/icon-fire-black-100x136.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.hgShop .hgShop__block .hgShop__blockHeader span:before,
.hgShop .hgBlock--goods-sample .hgShop__blockHeader span:before {
  content: " -";
}
.hgShop .hgShop__block .hgShop__blockHeader span:after,
.hgShop .hgBlock--goods-sample .hgShop__blockHeader span:after {
  content: "-";
}
.hgShop .hgShop__block .bannerArea {
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.hgShop .hgShop__block .bannerArea.hgSMActive {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.hgShop .hgShop__block .bam {
  margin: 0;
}
.hgShop .hgShop__block.hgShop__shopInfo {
  padding: 5px;
  background-color: #555;
  border-radius: 5px;
  color: #fff;
}
.hgShop .hgShop__block.hgShop__shopInfo .hgShop__shopInfo__notes {
  width: 90%;
  margin: 16px auto;
  font-size: 1.2em;
}
.hgShop .hgShop__block.hgShop__shopInfo .hgShop__shopData span {
  background-color: #888;
}
.hgShop .hgShop__payments {
  margin-top: 5px;
}
.hgShop .hgShop__payments .hgShop__payments__icon {
  width: 40px;
  height: 40px;
}
.hgShop .hgShop__todays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.hgShop .hgShop__todays .hgShop__todays__image {
  width: 45%;
}
.hgShop .hgShop__todays .hgShop__todays__image img {
  max-width: 100%;
}
.hgShop .hgShop__todays .hgShop__todays__image a {
  color: #000;
}
.hgShop .hgShop__todays .hgShop__todays__note {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 55%;
  padding-left: 20px;
  font-size: 1.3em;
}
.hgShop .hgShop__todaysB {
  position: relative;
  margin: 0 0 0 0;
  padding: 10px 30px 30px 30px;
  background-color: #221815;
  color: #fff;
}
.hgShop .hgShop__todaysB .hgShop__todays__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100px;
  padding-top: 20px;
  text-align: center;
  font-family: 'Noto Serif JP';
  color: #ffd921;
  opacity: 0;
  -webkit-transition: all 1000ms linear;
  transition: all 1000ms linear;
}
.hgShop .hgShop__todaysB .hgShop__todays__header:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -6px;
  left: 50%;
  margin-left: -50px;
  background-image: url("../images/icon-fire-white-100x136.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
.hgShop .hgShop__todaysB .hgShop__todays__header1 {
  position: relative;
  font-size: 2rem;
  letter-spacing: 4px;
}
.hgShop .hgShop__todaysB .hgShop__todays__header2 {
  position: relative;
  font-size: 0.8rem;
}
.hgShop .hgShop__todaysB .hgShop__todays__body {
  padding-top: 10px;
}
.hgShop .hgShop__todaysB .hgShop__todays__body img {
  width: 100%;
  height: auto;
}
.hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__img {
  overflow: hidden;
}
.hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__img a {
  position: relative;
  display: block;
  -webkit-transition: 100ms all linear;
  transition: 100ms all linear;
}
.hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__img a:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 100ms opacity linear;
  transition: 100ms opacity linear;
}
.hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__img a:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__img a:hover:before {
  opacity: 0.2;
}
.hgShop .hgShop__todaysB .hgShop__todays__body a,
.hgShop .hgShop__todaysB .hgShop__todays__body a:visited,
.hgShop .hgShop__todaysB .hgShop__todays__body a:active {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.hgShop .hgShop__todaysB .hgShop__todays__body a:hover {
  text-decoration: none;
}
.hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__text {
  padding: 5px 20px 0 20px;
  line-height: 2em;
}
.hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__text a {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transition: 100ms all linear;
  transition: 100ms all linear;
}
.hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__text a:hover {
  background-color: #444;
}
.hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__date {
  padding-top: 5px;
  text-align: center;
  font-size: 0;
}
.hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__date span.hgNowrap {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.hgShop .hgShop__todaysB.hgSMActive .hgShop__todays__header {
  opacity: 1;
}
.hgShop .hgShop__todaysB.hgSMActive .hgShop__todays__header:before {
  opacity: 0.3;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: fireballSizing2 5500ms ease-in-out 2000ms infinite;
          animation: fireballSizing2 5500ms ease-in-out 2000ms infinite;
}
.hgShop .hgShop__shopData {
  margin-top: 5px;
}
.hgShop .hgShop__shopData tr {
  border: 0;
}
.hgShop .hgShop__shopData th {
  vertical-align: top;
  padding: 5px 10px 0 0;
  border: 0;
}
.hgShop .hgShop__shopData td {
  padding: 7px 0 0 0;
  vertical-align: top;
}
.hgShop .hgShop__shopData span {
  display: inline-block;
  width: 80px;
  padding: 2px 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  background-color: #ddd;
}
.hgShop .bannerArea {
  position: relative;
}
.hgShop .bannerArea .hgBannerArea__icon--slug--nakano,
.hgShop .bannerArea .hgBannerArea__icon--slug--west,
.hgShop .bannerArea .hgBannerArea__icon--slug--event {
  -webkit-box-sizing: borer-box;
          box-sizing: borer-box;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: #000;
  color: #fff;
  border: 3px solid #fff;
  font-size: 12px;
}
.hgShop .hgShop__freespace {
  margin-top: 40px;
  margin-bottom: 40px;
}
.hgShop .hgShop__banners--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  width: 100%;
}
.hgShop .hgShop__banners--2col > * {
  display: block;
  width: 49%;
}
.hgShop .hgShop__banners--2col > * img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.hgShop .hgShop__banner--01 {
  display: block;
  width: 100%;
  margin-top: 0.5em;
}
.hgShop .hgShop__banner--01 img {
  display: block;
  width: 100%;
  height: auto;
}
.hgShop--popup .hgShop__freespace {
  margin-top: 0px;
}
.hgShop__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.hgShop__links div:nth-child(n+2) {
  margin-left: 20px;
}
@-webkit-keyframes fadeInAndScaleDown {
  0% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes fadeInAndScaleDown {
  0% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
#hgShop__todays__mainImage {
  display: block;
  opacity: 0;
  -webkit-animation-name: fadeInAndScaleDown;
          animation-name: fadeInAndScaleDown;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: cubic-bezier(0.04, 0.68, 0.47, 0.98);
          animation-timing-function: cubic-bezier(0.04, 0.68, 0.47, 0.98);
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#hgShop__todays__mainImage:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0;
}
@media (max-width: 576px) {
  .hgShopHeader {
    width: auto;
  }
  .hgShopHeader .hgShopHeader__carousel {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .hgShopHeader .hgShopHeader__carousel .swiper-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
  }
  .hgShopHeader .hgShopHeader__carousel .swiper-slide {
    height: calc((100vw - 10px) * 30 / 37);
    background-color: #fff;
  }
  .hgShopHeader .hgShopHeader__carousel .swiper-pagination {
    bottom: 10px;
  }
  .hgShopHeader .hgShopHeader__carousel .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }
  .hgShopHeader .hgShopHeader__carousel .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 40px;
    background-image: url("../images/icon-fire-black-100x136.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-transition: 200ms all linear;
    transition: 200ms all linear;
  }
  .hgShopHeader .hgShopHeader__carousel .swiper-pagination-bullet-active {
    background-color: #000;
  }
  .hgShopHeader .hgShopHeader__carousel .swiper-pagination-bullet-active:after {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .hgShop .hgShop__block h4,
  .hgShop .hgBlock--goods-sample h4 {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px 0 24px 0;
    padding: 30px 0 3px 0;
    text-align: center;
    font-family: 'Noto Serif JP';
    font-size: 1.3em;
    line-height: 1;
    border-bottom: 1px solid #34373B;
  }
  .hgShop .hgShop__block h4:before,
  .hgShop .hgBlock--goods-sample h4:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 68px;
    left: 50%;
    bottom: -10.2px;
    margin-left: -25px;
    background-image: url("../images/icon-fire-black-100x136.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
  }
  .hgShop .hgShop__block .hgShop__blockHeader,
  .hgShop .hgBlock--goods-sample .hgShop__blockHeader {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 40px 0 34px 0;
    padding: 30px 0 4px 0;
    text-align: center;
    font-family: 'Noto Serif JP';
    font-size: 1.3em;
    line-height: 1;
    border-bottom: 1px solid #34373B;
  }
  .hgShop .hgShop__block .hgShop__blockHeader:before,
  .hgShop .hgBlock--goods-sample .hgShop__blockHeader:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 81.6px;
    left: 50%;
    bottom: -24.48px;
    margin-left: -30px;
    background-image: url("../images/icon-fire-black-100x136.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
  }
  .hgShop .hgShop__block .hgShop__blockHeader span,
  .hgShop .hgBlock--goods-sample .hgShop__blockHeader span {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -17px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  .hgShop .hgShop__block .hgShop__blockHeader span:before,
  .hgShop .hgBlock--goods-sample .hgShop__blockHeader span:before {
    content: "";
  }
  .hgShop .hgShop__block .hgShop__blockHeader span:after,
  .hgShop .hgBlock--goods-sample .hgShop__blockHeader span:after {
    content: "";
  }
  .hgShop .hgShop__todays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hgShop .hgShop__todays .hgShop__todays__image {
    width: 100%;
  }
  .hgShop .hgShop__todays .hgShop__todays__note {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .hgShop .hgShop__todaysC {
    margin-left: -25px;
    margin-right: -25px;
    padding: 10px;
  }
  .hgShop .hgShop__todaysB {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
  }
  .hgShop .hgShop__todaysB .hgShop__todays__body {
    padding-top: 0;
  }
  .hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__text {
    padding: 0 10px 0 10px;
  }
  .hgShop .hgShop__todaysB .hgShop__todays__body .hgShop__todays__body__date span.hgNowrap {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .hgShop .bannerArea .hgBannerArea__icon--slug--nakano,
  .hgShop .bannerArea .hgBannerArea__icon--slug--west,
  .hgShop .bannerArea .hgBannerArea__icon--slug--event {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 10px;
  }
}
/* 店舗TOP */
.hgEventInfo {
  position: relative;
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 20px;
  border-radius: 10px;
}
.hgEventInfo:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 34px;
  top: -17px;
  left: 50%;
  margin-left: -12.5px;
  background-image: url("../images/icon-fire-black-100x136.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 200ms all linear;
  transition: 200ms all linear;
}
.hgEventInfo a {
  color: #222;
}
.hgEventInfo .hgEventInfo__header {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Noto Serif JP';
  word-break: break-all;
  /*
		&:before {
			@size: 25px;
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: @size;
			height: @size * 1.36;
			background-image: url( @pathIconFireballBlack );
			background-size: contain;
			background-repeat: no-repeat;
			background-color: #fff;
			transition: 200ms all linear;
		}
*/
}
.hgEventInfo .hgEventInfo__data {
  border-collapse: collapse;
  width: auto;
  margin: 15px auto 0 auto;
}
.hgEventInfo tr,
.hgEventInfo th,
.hgEventInfo td {
  width: auto;
  border: none;
}
.hgEventInfo td,
.hgEventInfo th {
  padding: 0 0 15px 0;
  vertical-align: top;
  line-height: 1.2em;
}
.hgEventInfo th {
  text-align: center;
  white-space: nowrap;
}
.hgEventInfo td {
  padding-top: 2px;
  padding-left: 10px;
}
.hgEventInfo .hgEventInfo__dt {
  display: inline-block;
  width: 80px;
  padding: 2px 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  background-color: #ddd;
}
.hgEventInfo .hgEventInfo__relatedPosts {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
.hgEventInfo .hgEventInfo__relatedPosts .hgEventInfo__relatedPosts__header {
  font-weight: bold;
}
.hgEventInfo .hgEventInfo__relatedPosts ul {
  margin-top: 5px;
}
.hgEventInfo .hgEventInfo__relatedPosts li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.hgEventInfo .hgEventInfo__relatedPosts li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 5px;
}
.hgBlock--ecLink,
.hgBlock--calenderLink {
  z-index: 9999;
}
.hgBlock--ecLink a,
.hgBlock--calenderLink a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 26px;
  text-decoration: none;
}
.hgBlock--ecLink a:active,
.hgBlock--calenderLink a:active {
  color: #f00;
}
.hgBlock--ecLink a:after,
.hgBlock--calenderLink a:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background-image: url(../images/icon-fire-white-100x136.png );
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transition: 100ms opacity linear;
  transition: 100ms opacity linear;
}
.hgBlock--ecLink a:hover:after,
.hgBlock--calenderLink a:hover:after {
  opacity: 0.2;
}
.hgBlock--ecLink a br,
.hgBlock--calenderLink a br {
  display: none;
}
.hgBlock--ecLink a .hgBlock--ecLink__container,
.hgBlock--calenderLink a .hgBlock--ecLink__container {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.hgBlock--ecLink a .hgBlock--ecLink__container:after,
.hgBlock--calenderLink a .hgBlock--ecLink__container:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 30px;
  top: 50%;
  margin-top: -20px;
  background-image: url(../images/icon-cart-white-256x256.png );
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.hgBlock--ecLink.hgBlock--ecLink--sp,
.hgBlock--calenderLink.hgBlock--ecLink--sp {
  display: none;
}
.hgBlock--ecLink .hgBlock--ecLink__event_title {
  padding-left: 100px;
  text-align: left;
}
#hgBlock--ecLink--sp2 {
  z-index: 1;
  display: none;
}
@media (max-width: 576px) {
  .hgEventInfo {
    margin-left: -10px;
    margin-right: -10px;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 10px;
  }
  .hgEventInfo .hgEventInfo__header {
    text-align: left;
  }
  .hgEventInfo .hgEventInfo__data {
    margin: 15px 0 0 0;
  }
  .hgEventInfo .hgEventInfo__dt {
    display: inline-block;
    width: 60px;
  }
  .hgBlock--ecLink > a {
    width: 100%;
    margin: 20px 0;
    font-size: 20px;
  }
  .hgBlock--ecLink > a .hgBlock--ecLink__container {
    overflow: visible;
  }
  .hgBlock--ecLink > a .hgBlock--ecLink__container:after {
    left: 0;
  }
  .hgBlock--ecLink.hgBlock--ecLink--sp {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
  }
  .hgBlock--ecLink.hgBlock--ecLink--sp a {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    border-radius: 0;
  }
  .hgBlock--ecLink.hgBlock--ecLink--sp .hgBlock--ecLink__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 220px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    line-height: 40px;
  }
  .hgBlock--ecLink.hgBlock--ecLink--sp .hgBlock--ecLink__container:after {
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .hgBlock--ecLink .hgBlock--ecLink__event_title {
    padding-left: 50px;
  }
  #hgBlock--ecLink--sp2 {
    display: table;
    position: fixed;
    top: -70px;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: opacity, -webkit-transform 200ms ease-out;
    transition: opacity, -webkit-transform 200ms ease-out;
    transition: opacity, transform 200ms ease-out;
    transition: opacity, transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }
  #hgBlock--ecLink--sp2.active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #hgBlock--ecLink--sp2 a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 70px;
    height: 70px;
    background-color: #000;
    border: 3px solid #fff;
    border-radius: 70px;
    color: #fff;
    line-height: 1.3em;
    text-decoration: none;
  }
  #hgBlock--ecLink--sp2 a:visited,
  #hgBlock--ecLink--sp2 a:active,
  #hgBlock--ecLink--sp2 a:forcus {
    color: #fff;
    text-decoration: none;
  }
}
.hgSideBlock {
  margin-bottom: 20px;
}
.hgSideBlock img {
  vertical-align: top;
}
.hgBlock--ecLink--pc {
  display: block;
  min-height: 200px;
  margin: 0 0 20px 0;
  border: 10px solid #261E1C;
  background-color: #261E1C;
  /*
	background-image: url(@pathIconFireballWhite);
	background-position: 50% 5%;
	background-repeat: no-repeat;
	transition: 100ms all linear;
	
	&:hover {
		background-color: #fff;
	}
*/
}
.hgBlock--ecLink--pc .hgBlock--ecLink--pc__logo {
  padding-bottom: 10px;
  text-align: center;
}
.hgBlock--ecLink--pc .hgBlock--ecLink--pc__logo img {
  width: 80%;
  height: auto;
  vertical-align: top;
}
.hgBlock--ecLink--pc a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  min-height: 200px;
  padding: 10px 30px 30px 30px;
  color: #fff;
  -webkit-transition: 100ms all linear;
  transition: 100ms all linear;
}
.hgBlock--ecLink--pc a:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: 10px;
  background-image: url("../images/icon-fire-white-100x136.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.1;
}
.hgBlock--ecLink--pc a:hover {
  color: #000;
  background-color: #fff;
}
.hgBlock--ecLink--pc a:hover img {
  opacity: 1;
}
@media (max-width: 576px) {
  .hgBlock--ecLink--pc {
    display: none;
  }
}
.cal_wrapper {
  position: sticky;
  top: 90px;
}
.hgTwitterWrapper {
  width: 100%;
}
@media (max-width: 576px) {
  .hgBlock--ecLink--pc__logo img {
    width: auto;
    height: 67px;
  }
  .cal_wrapper {
    position: static;
  }
}
@-webkit-keyframes hgBlock--goods__imageFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes hgBlock--goods__imageFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.hgBlock--goods-sample {
  margin: 10px 0;
}
.hgBlock--goods-sample h4 {
  border-bottom: 1px solid #000;
}
.hgBlock--goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5%;
     -moz-column-gap: 0.5%;
          column-gap: 0.5%;
}
.hgBlock--goods .hgBlock--goods__imageblock {
  border: 3px solid #000;
  overflow: hidden;
}
.hgBlock--goods img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  vertical-align: top;
  opacity: 0;
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hgBlock--goods > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 33%;
  padding: 10px;
  overflow: hidden;
  white-space: wrap;
  color: #000;
  -webkit-transition: 100ms all linear;
  transition: 100ms all linear;
}
.hgBlock--goods > a:hover {
  background-color: #ddd;
}
.hgBlock--goods > a:hover img {
  opacity: 1;
}
.hgBlock--goods > a:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 576px) {
  .hgBlock--goods {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .hgBlock--goods > a {
    width: 32%;
    padding: 10px 0 0 0;
    font-size: 12px;
  }
}
