@charset "UTF-8";

/* ----------------------------------------------------------------------
CSSのカスタマイズはこのファイルを使用してください。
これ以外のCSSファイルは改変不可！
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
ここから　全サイト共通　変更不可　※変更の場合は後述で上書き※　*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #000;
  font-size: 3.8vw;
  line-height: 1.6;
  margin: 0;
}

ul, li {
  list-style: none;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

h1, h2, h3, h4, h5, h6, ul, dl, dt, dd, p {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------------
Font
---------------------------------------------------------------------- */
.fontMin {
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.fontGoth {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

/* ----------------------------------------------------------------------
Text
---------------------------------------------------------------------- */
.bold {
  font-weight: bold;
}

.fontL {
  font-size: 160%;
}

.fontM {
  font-size: 120%;
}

.fontS {
  font-size: 85%;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.textV {
  -ms-writing-mode: tb-rl;
  /* IE用　*/
  -webkit-writing-mode: vertical-rl;
  /* chrome用　*/
  -o-writing-mode: vertical-rl;
  /* opera用　*/
  writing-mode: vertical-rl;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .textV {
    -ms-writing-mode: initial;
    /* IE用　*/
    -webkit-writing-mode: initial;
    /* chrome用　*/
    -o-writing-mode: initial;
    /* opera用　*/
    writing-mode: initial;
  }
}

/* ----------------------------------------------------------------------
img
---------------------------------------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/* ----------------------------------------------------------------------
Table
---------------------------------------------------------------------- */
table {
  border-collapse: collapse;
}

/* ----------------------------------------------------------------------
Parts
---------------------------------------------------------------------- */
.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.t_left {
  text-align: left;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

/* 表示 */
@media (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  .mb_none {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc_none {
    display: block !important;
  }

  .mb_none {
    display: none !important;
  }
}

/* ----------------------------------------------------------------------
Margin/Padding
---------------------------------------------------------------------- */
.mt10 { margin-top: 10px; } .mt20 { margin-top: 20px; } .mt30 { margin-top: 30px; } .mt40 { margin-top: 40px; } .mt50 { margin-top: 50px; }
.mb10 { margin-bottom: 10px; } .mb20 { margin-bottom: 20px; } .mb30 { margin-bottom: 30px; } .mb40 { margin-bottom: 40px; } .mb50 { margin-bottom: 50px; }
.ml10 { margin-left: 10px; } .ml20 { margin-left: 20px; } .ml30 { margin-left: 30px; } .ml40 { margin-left: 40px; } .ml50 { margin-left: 50px; }
.mr10 { margin-right: 10px; } .mr20 { margin-right: 20px; } .mr30 { margin-right: 30px; } .mr40 { margin-right: 40px; } .mr50 { margin-right: 50px; }

.mt1p { margin-top: 1%; } .mt2p { margin-top: 2%; } .mt3p { margin-top: 3%; } .mt5p { margin-top: 5%; } .mt7p { margin-top: 7%; } .mt10p { margin-top: 10%; }
.mb1p { margin-bottom: 1%; } .mb2p { margin-bottom: 2%; } .mb3p { margin-bottom: 3%; } .mb5p { margin-bottom: 5%; } .mb7p { margin-bottom: 7%; } .mb10p { margin-bottom: 10%; }
.ml1p { margin-left: 1%; } .ml2p { margin-left: 2%; } .ml3p { margin-left: 3%; } .ml5p { margin-left: 5%; } .ml7p { margin-left: 7%; } .ml10p { margin-left: 10%; }
.mr1p { margin-right: 1%; } .mr2p { margin-right: 2%; } .mr3p { margin-right: 3%; } .mr5p { margin-right: 5%; } .mr7p { margin-right: 7%; } .mr10p { margin-right: 10%; }

.mb1em { margin-bottom: 1em; }

/* ----------------------------------------------------------------------
Flex
---------------------------------------------------------------------- */
.flex,
.flexBox {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
}

.flex-center {
  -webkit-justify-content: center;
  /* Safari用 */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari用 */
  align-items: center;
}

.flex-between {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.flex-start {
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
}

/*
ここまで　全サイト共通　変更不可　※変更の場合は後述で上書き※
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
以下、　サイトごとのCSS
/* ----------------------------------------------------------------------*/

/* ----------------------------------------------------------------------
All
---------------------------------------------------------------------- */
body {
  background: url(https://07305e.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/common/img_bg_01-min.jpg) 0 0 repeat;
  overflow-x: hidden;
}

*, *:before, *:after {
    box-sizing: initial;
}

dt {
    font-weight: normal;
}

a, a:visited { color: #be0d23; text-decoration: none }
a:hover, a:active { color: #c11e32; text-decoration: underline; }

/* Box -------------------------------*/
#wrap {
  width: 100%;
  overflow-x: hidden;
}

#main {
  width: 90%;
  margin: 6% auto;
}
.home #main {
  width: 100%;
  margin: 0;
}
.concept #main {
  width: 90%;
  margin: 6% auto 0;
}
.contact #main {
  width: 90%;
}

section {
  position: relative;
}

/* Decoration -------------------------------*/
.em {
  color: #e8380d;
}

.notes {
  font-size: 55%;
}

p span br {
  display: none;
}

/* Button -------------------------------*/
.btn1 {
  width: 71.5% !important;
  margin: 0 auto !important;
}

#pageTop {
  width: 13%;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 1;
  opacity: 0.7;
}


/* TubMenu -------------------------------*/
.tab {
  margin: 0 0 2% 0;
  border-bottom: 2px solid #42210b;
}
.tab li {
  color: #FFF;
  text-align: center;
  letter-spacing: 0;
  background: #42210b;
  border-radius: 10px 10px 0 0;
  margin: 0 1% 0 0;
  padding: 0;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  float: left;
}
.tab li.active {
  background:#be0d23;
  cursor: auto;
}

.area div.tabCon {
  display: none;
}
.area div.tabCon.show {
  display: block;
}

/* ----------------------------------------------------------------------
Header
---------------------------------------------------------------------- */
#header {
  width: 100%;
  height: 100%;
  background: #be0d23;
  position: relative;
  padding: 37% 0 0 0;
}

.h_eyecatchArea {
  width: 100%;
  height: 100%;
  padding: 57% 0 0 0;
  position: relative;
}
.home .h_eyecatchArea {
  width: 100%;
  height: 100%;
  padding: 64% 0 0 0;
  position: relative;
}
.h_eyecatchArea img, .h_eyecatchArea .metaslider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#header h1 {
  width: 80%;
  margin: 0;
  position: absolute;
  top: 14%;
  left: 3%;
  z-index: 1;
}
.home #header h2 {
  display: none;
}
#header h2 img {
  width: auto;
  height: 10%;
  margin: 25% auto 0;
}
.home #header {
  width: 100%;
  height: 100%;
  background: #be0d23;
  position: relative;
  padding: 18% 0 0 0;
}
.home #header h1 {
  width: 80%;
  margin: 38% auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.menu #header h2 img {
  width: auto;
  height: 17%;
  margin: 20% auto 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.fc #header h2 img {
  width: auto;
  height: 16%;
  margin: 20% auto 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

/* Google翻訳 -------------------------------*/
.translateArea {
  width: 50%;
  background: none;
  position: absolute;
  padding: 0;
  top: 0;
  left: 3%;
  z-index: 0;
}
.goog-te-combo {
    font-size: 14px !important;
}
.goog-logo-link img {
  width: 23%;
}
.goog-te-gadget img {
    display: initial;
}

/* ----------------------------------------------------------------------
Navi
---------------------------------------------------------------------- */
.mbMenuBtn {
  width: 8%;
  height: auto;
  padding: 3% 3% 0 0 !important;
  z-index: 1;
}
.drawer-hamburger {
  position: absolute !important;
}
.drawer-nav {
  background-color: #be0d23 !important;
}
.drawer-nav li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #fff;
}
.drawer-nav li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: block;
}
.drawer-nav li a:hover {
  background: #a10619;
}

.naviArea {
  width: 100%;
  background: #be0d23;
  text-align: center;
}
.naviArea ul {
  width: 62%;
  margin: 0 auto;
}
.naviArea li {
  height: 50px;
  margin: 4px 0;
}
.naviArea li img {
  width: auto;
  height: 100%;
}
.naviArea li a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* ----------------------------------------------------------------------
Breadcrumbs
---------------------------------------------------------------------- */
.home #breadcrumbs {
  display: none;
}
#breadcrumbs {
  font-size: 65%;
  width: 88%;
  padding: 1% 6% 0;
}
#breadcrumbs li {
  padding: 0.5% 0;
  float: left;
  white-space: nowrap;
}
#breadcrumbs li.bc-top {
  background: url(https://6b95e8.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/common/img_ico_01-min.png) 0 0 no-repeat;
  background-size: auto 100%;
  padding: 0.5% 0 0.5% 3%;
}
#breadcrumbs li:before {
  padding: 0 10%;
  content: ">";
}
#breadcrumbs li.bc-top:before {
  padding: 0;
  content: none;
}
#breadcrumbs li a {
  color: #000;
  text-decoration: none;
}
#breadcrumbs li a:hover {
  color: #be0d23;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------
loopSlider
---------------------------------------------------------------------- */
.loopSlider {
  width: 100%;
  height: 172px;
  margin: 5% -6% 0;
  padding: 0 6%;
  position: relative;
  overflow: hidden;
}
.loopSliderWrap {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.loopSlider ul {
    float: left;
    overflow: hidden;
}

.loopSlider ul li {
    width: 200px;
    height: 172px;
    float: left;
    display: inline;
    overflow: hidden;
}

/* CLEARFIX ELEMENTS -------------------------------*/
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/* ----------------------------------------------------------------------
Footer
---------------------------------------------------------------------- */
#footer {
  color: #fff;
  background: #be0d23;
  padding: 0 0 1% 0;
}

#footer h1 {
  width: 18%;
  margin: 0 auto;
  padding: 5% 0;
}

#copyright {
  font-size: 60%;
  text-align: center;
}

/* ----------------------------------------------------------------------
index
---------------------------------------------------------------------- */
/* section1 -------------------------------*/
#section1 {
  position: relative;
  overflow-x: hidden;
}
#section1 h2 {
  width: 75%;
  position: absolute;
  top: 2%;
  right: -4%;
}
#section1 .flexBox {
  margin: 3% 0 0 0;
}
#section1 .flexBox .box1 {
  width: 40%;
}
#section1 .flexBox .box2 {
  width: 100%;
  margin: -26% 5% 5%;
}
#section1 .flexBox .box2 p:first-child {
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

/* section2 -------------------------------*/
#section2 {
  background: url(https://a0ca25.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/index/img_top_03-min.jpg) 0 0 no-repeat;
  background-size: 112% auto;
  position: relative;
  padding: 0 0 10% 0;
}
#section2 .decoParts {
  width: 25%;
  position: absolute;
  top: 36%;
  bottom: 0;
  left: -2%;
  z-index: 1;
}
#section2 h2 {
  width: 75%;
  margin: 0 auto;
  padding: 22% 0;
}
#section2 div p {
  width: 90%;
  margin: 0 5% 5%;
  text-align: justify;
  text-justify: inter-ideograph;
}
#section2 div p span {
  display: none;
}

/* section3（section_info） -------------------------------*/
#section_info {
  background: url(https://f59c28.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/index/img_top_05-min.jpg) center 0 no-repeat;
  background-size: auto 100%;
  padding: 0;
  position: relative;
  text-align: center;
}
#section_info h2 {
  width: 63%;
  margin: 0 auto;
  padding: 10% 0 0 0;
}
#section_info p {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: justify;
  text-justify: inter-ideograph;
}
#section_info p:last-child {
  display: none;
}
#section_info .sliderArea {
  width: 100%;
  margin: 7% 0 0 0;
}
#section_info .sliderArea li {
  width: 180px !important;
}
.concept #section_info {
margin: 5% -6% 0;
padding: 0 6%;
}
.concept #section_info .sliderArea {
  width: 100%;
  margin: 5% -6% 0;
  padding: 0 6%;
}

/* section4 -------------------------------*/
#section4 {
  background: #000;
  padding: 0 0 10% 0;
}
#section4 h2 {
  width: 26.4%;
  margin: 0 auto 7%;
  padding: 7% 0 0 0;
}
#section4 dl, #section4 dl a {
  color: #fff;
  text-decoration: none;
}
#section4 dl a:hover {
  color: #be0d23;
}
#section4 dl {
  width: 80%;
  margin: 0 auto 3%;
}
#section4 dt span {
  border-bottom: 1px dashed #fff;
}
#section4 dd {
  margin: 0 0 1em 0;
}

/* ----------------------------------------------------------------------
Concept
---------------------------------------------------------------------- */
.bgRed {
  background: url(https://d4d9c4.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/concept/img_con_bg_01-min.png) 0 0 repeat-x;
  background-size: auto 100%;
}

/* section1 -------------------------------*/
.concept #con_section1 .box1 h3 {
  width: 50%;
  float: left;
}
.concept #con_section1 .box1 p {
  width: 56%;
  margin: 0;
  right: -6%;
  position: absolute;
}
.concept #con_section1 .box2.flexBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.concept #con_section1 .box2 p {
  width: 100%;
}
.concept #con_section1 .box2 p:last-child {
  margin: 13% 0 0 0;
}
.concept #con_section1 .box2 img {
  width: 100%;
  margin: 3% 0 0 0;
}

/* section2 -------------------------------*/
.concept #con_section2 h4 {
  width: 33%;
  margin: 2% auto;
}
.concept #con_section2 p {
  width: 50%;
}

.concept #con_section2 h3 {
  width: 100%;
  margin: 0 -6%;
  padding: 0.5% 6%;
}
.concept #con_section2 .box1 {
  position: relative;
}
.concept #con_section2 .box1 p.imgBox {
  width: 64%;
  margin: 0 1% 0 0;
}
.concept #con_section2 .box1 p.textBox {
  width: 100%;
  margin-top: 13%;
}

.concept #con_section2 .box1 h5 {
  width: 85%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
}
.concept #con_section2 .box2 p.imgBox {
  width: 64%;
  margin: 0 0 0 1%;
}
.concept #con_section2 .box2 p.textBox {
  width: 100%;
  margin: 3% 0 0 0;
}
.concept #con_section2 .box3 p.imgBox {
  width: 64%;
  margin: 5% 1% 0 0;
}
.concept #con_section2 .box3 p.textBox {
  width: 100%;
  margin: 3% 0 0 0;
  position: relative;
}

/* section3 -------------------------------*/
.concept #con_section3 h3 {
  width: 112%;
  margin: 0 -6%;
  padding: 0.5% 0;
}
.concept #con_section3 h3 img {
  width: 100%;
  margin: -4% 0 0;
  padding: 0;
}
.concept #con_section3 .box1 {
  position: relative;
}
.concept #con_section3 .box1 {
  position: relative;
}
.concept #con_section3 .box1 .conSec3Img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  right: 0;
}
.concept #con_section3 .box1 p.imgBox {
  width: 55%;
  margin: 0 1% 0 -6%;
}
.concept #con_section3 .box1 p.textBox {
  width: 49%;
  margin: 0 0 0 1%;
}

/* section4 -------------------------------*/
.concept #con_section4 h3 {
  width: 100%;
  margin: 0 -6%;
  padding: 11% 6%;
}
.concept #con_section4 h3 img {
  width: 58%;
  margin: 0 0 0 0;
}
.concept #con_section4 .box1 p.imgBox {
  width: 50%;
  margin: 0 -6% 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.concept #con_section4 .box1 p.textBox {
  width: 100%;
  margin: 3% 0 0 0;
}
.concept #con_section4 .box1 p.textBox2 {
  width: 100%;
  margin: 5% 0 0 0;;
}

/* ----------------------------------------------------------------------
Menu
---------------------------------------------------------------------- */
.menu h3 {
  width: 85%;
  margin: 0 0 0 0;
  position: relative;
  z-index: 1;
}
.menu ul.menu_dec {
  width: 92%;
  margin: 0 auto 10%;
  background: rgba(255,255,255,0.5);
  border: 1px solid #231815;
  padding: 2% 4%;
}

/* section1 -------------------------------*/
.menu #menu_section1 div {
  margin: 3% 0 0 0;
  position: relative;
}
.menu #menu_section1 div.box1 {
  margin-bottom: 16%;
}
.menu #menu_section1 div.box2 {
  margin-bottom: 23%;
}
.menu #menu_section1 div.box3 {
  margin-bottom: 15%;
}
.menu #menu_section1 p.imgBox {
  width: 77%;
  position: absolute;
  right: 0;
  top: -28%;
}
.menu #menu_section1 .box2 p.imgBox, .menu #menu_section1 .box3 p.imgBox {
  width: 60%;
}
.menu #menu_section1 h4 {
  width: auto;
  margin: 0 0 0 0;
  position: relative;
  z-index: 1;
}
.menu #menu_section1 h4 img {
  width: 100%;
  height: auto;
}
.menu #menu_section1 .box1 h4 {
  width: 40%;
  padding: 22% 0 0% 0%;
}
.menu #menu_section1 .box2 h4 {
  width: 60%;
  padding: 10% 0 3% 0%;
}
.menu #menu_section1 .box3 h4 {
  width: 55%;
  padding: 10% 0 5% 0%;
}
.menu #menu_section1 div {
  background: -moz-linear-gradient(top, rgba(62,17,20,1) 0%, rgba(128,5,11,1) 25%, rgba(240,131,7,0.84) 51%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(62,17,20,1) 0%,rgba(128,5,11,1) 25%,rgba(240,131,7,0.84) 51%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(62,17,20,1) 0%,rgba(128,5,11,1) 25%,rgba(240,131,7,0.84) 51%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e1114', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  width: 100%;
  margin: 0 -6%;
  padding: 0 6%;
}
.menu #menu_section1 p.textBox {
  width: 100%;
  margin: 5% 0 0 0;
  position: relative;
  z-index: 1;
}
.menu #menu_section1 .box1 p.textBox:last-child {
  width: 100%;
  margin: 0 0 0 0;
}

/* section2 -------------------------------*/

/* section3 -------------------------------*/
.menu #menu_section3 .tab li {
  width: 30%;
}
.menu #menu_section3 .menu_h {
  width: 100%;
  font-size: 110%;
  border-bottom: 3px solid #000;
  margin: 1% 0 0.3% 0;
  padding: 0;
}
.menu #menu_section3 dl {
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 0 0 3% 0;
}
.menu #menu_section3 dt {
  width: 65%;
  border-top: 1px solid #000;
}
.menu #menu_section3 dd {
  width: 35%;
  text-align: right;
  border-top: 1px solid #000;
}
.menu #menu_section3 .menuDesc {
  font-size: 75%;
  text-align: left;
  width: 100%;
  border-top: none;
}
.menu #menu_section3 .menuDesc p {
  border-top: 1px dotted #000;
}

/* ----------------------------------------------------------------------
Shoplist
---------------------------------------------------------------------- */
.shoplist .tab li {
  width: 18%;
}

.shoplist section {
  margin: 7% 0 0 0;
  display: flex;
}
.shoplist section:first-child {
  margin: 0;
}

.shoplist .box1 {
  width: 100%;
  margin: 0 0 3% 0;
}
.shoplist .box2 {
  width: 100%;
  margin: 0 0 15% 0;
}

.shoplist .icoMap {
  margin: 1% 0;
  text-align: right;
  width: 15%;
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}
.shoplist .icoMap img {
  width: 100%;
}
.shoplist .linkBtnList li {
  width: 48%;
  margin: 0 1%;
  float: left;
}
.shoplist p.menu_caution {
  padding: 2% 0 0;
  font-size: 3.8vw;
}
.shopImg {
  width: 100%;
}
.shopImg img {
  width: 100%;
}
.mbshopNameArea {
  display: table;
}
.shoplist h3.shopName {
  display: table-cell;
  vertical-align: bottom;
  line-height: 1.2em;
  width: 60%;
  height: auto;
  background: url(https://620954.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/common/img_ico_02-min.png) 0 0 no-repeat;
  background-size: contain;
  padding: 0 5% 0 8%;
}
.shoplist h4.shopCopy {
  color: #603813;
  font-size: 130%;
  font-weight: normal;
  margin: 1% 0;
  text-align: center;
}
.shoplist table.shopDate {
  width: 100%;
  margin: 2% 0 4%;
  border-top: 1px solid #876239;
}
.shoplist table.shopDate th, .shoplist table.shopDate td {
  border: 1px solid #876239;
  padding: 0.5% 3%;
  vertical-align: top;
  display: block;
}
.shoplist table.shopDate th {
  color: #fff;
  font-weight: normal;
  width: auto;
  background: #be0d23;
  text-align: left;
  border-top: none;
  border-bottom: none;
}
.shoplist table.shopDate td {
  background: #fff;
}

/* ----------------------------------------------------------------------
FC
---------------------------------------------------------------------- */
.fc .fcImg_h {
  width: 100%;
  height: 100%;
  margin: 0 -6%;
  padding: 60% 6% 0;
  position: relative;
}

.fc .fcImg_h h3 {
  width: 100%;
  height: 20%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

/* section1 -------------------------------*/
.fc #fc_section1 .box1 {
  width: 64%;
}
.fc #fc_section1 .box1 h3 {
  width: 90%;
}
.fc #fc_section1 .box1 p:last-child {
  width: 156%;
}
.fc #fc_section1 .box2 {
  width: 40%;
  margin: 1px -6% 0 2%;
}

/* section2 -------------------------------*/
.fc #fc_section2 .fcImg_h {
  background: url(https://ebcaae.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/FC/mb_img_fc_02-min.jpg) 0 0 no-repeat;
  background-size: cover;
}
.fc #fc_section2 .fcImg_h h3 {
  width: 45%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fc #fc_section2 .flexBox {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: -3% 0 0 0;
}
.fc #fc_section2 .box1 {
  width: 100%;
}
.fc #fc_section2 h4 {
  width: 100%;
  margin: 5% 0 0 0;
  position: relative;
  bottom: 0;
  right: 0;
}
.fc #fc_section2 .box2 {
  width: 100%;
  margin: 3% 0 0 0;
}

/* section3 -------------------------------*/
.fc #fc_section3 .fcImg_h {
  background: url(https://99a9b2.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/FC/mb_img_fc_05-min.jpg) 0 0 no-repeat;
  background-size: cover;
}
.fc #fc_section3 .fcImg_h h3 {
  width: 38%;
  top: 12%;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc #fc_section3 .box1 {
  margin: 5% 0 7%;
}
.fc #fc_section3 .box2, .fc #fc_section3 .box3 {
  margin: 0 0 7%;
}
.fc #fc_section3 h4 {
  width: 100%;
  height: 100%;
  padding: 9% 0 0 0;
  position: relative;
}
.fc #fc_section3 h5 {
  width: 100%;
  height: 100%;
  margin: 3% 0 0 0;
  padding: 5% 0 0 0;
  position: relative;
}
.fc #fc_section3 h4 img, .fc #fc_section3 h5 img {
  position: absolute;
  width: auto;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.fc #fc_section3 p {
  margin: 3% 0 0 0;
  max-width: 80%;
  display: inline-block;
}
.fc #fc_section3 .imgBox2 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* section4 -------------------------------*/
.fc #fc_section4 .box1, .fc #fc_section4 .box2 {
  width: 100%;
  background: none;
  margin: 0 0 5% 0;
}
.fc #fc_section4 h3 {
  background: none;
}
.fc #fc_section4 .box1 h3 {
  width: 74%;
  padding: 5.5% 0;
}
.fc #fc_section4 .box2 h3 {
  width: 85%;
  padding: 5.5% 0;
}
.fc #fc_section4 .textBox {
  width: 52%;
  padding: 0 3% 0 0;
  float: left;
}
.fc #fc_section4 .imgBox {
  width: 42%;
  padding: 0 0 0 3%;
  float: right;
}
.fc #fc_section4 .imgBox2 {
  width: 100vw;
  margin-top: 0;
  margin-left: calc(50% - 50vw);
}

/* section5 -------------------------------*/
.fc #fc_section5 div {
  width: 100%;
  margin: 0 0 5% 0;
}
.fc #fc_section5 h3 {
  width: 100%;
  margin: 0 auto 3%;
  padding: 13% 0 0 0;
  position: relative;
}
.fc #fc_section5 h3 img {
  width: auto;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc #fc_section5 .box1 ul {
  margin: 5%;
}
.fc #fc_section5 .box1 ul li {
  width: calc(100% / 3);
}
.fc #fc_section5 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
　overflow: hidden;
}
.fc #fc_section5 th, .fc #fc_section5 td {
  font-size: 75%;
  padding: 1.4%;
}
.fc #fc_section5 .box2 table {
  border: 1px solid #e8380d;
}
.fc #fc_section5 .box2 table th {
  color: #fff;
  font-weight: bold;
  text-align: left;
  background: #e8380d;
  border-bottom: 1px solid #e8380d;
}
.fc #fc_section5 .box2 table tr td + td {
  border-left: 1px solid #e8380d;
}

.fc #fc_section5 .box3 table {
  border: 1px solid #f39800;
}
.fc #fc_section5 .box3 table th {
  font-weight: normal;
  background: #ffd8a2;
}
.fc #fc_section5 .box3 table th:not(:first-child) {
  border-left: 1px solid #fff;
}
.fc #fc_section5 .box3 table th.t_head {
  color: #fff;
  font-weight: bold;
  text-align: left;
  background: #f39800;
  border-bottom: 1px solid #f39800;
}
.fc #fc_section5 .box3 table tr td + td {
  border-left: 1px solid #f39800;
}
.fc #fc_section5 .box3 table td {
  text-align: center;
  border-top: 1px solid #f39800;
}

.fc #fc_section5 .box4 table {
  border: 1px solid #c1976d;
}
.fc #fc_section5 .box4 table th {
  font-weight: normal;
  background: #c2ad94;
}
.fc #fc_section5 .box4 table th:not(:first-child) {
  border-left: 1px solid #fff;
}
.fc #fc_section5 .box4 table th.t_head {
  color: #fff;
  font-weight: bold;
  text-align: left;
  background: #603813;
  border-bottom: 1px solid #c1976d;
}
.fc #fc_section5 .box4 table tr td + td {
  border-left: 1px solid #c1976d;
}
.fc #fc_section5 .box4 table td {
  text-align: center;
  border-top: 1px solid #c1976d;
}
.fc #fc_section5 .icoImg {
  width: 100%;
  margin: 0 0 0 0;
  position: relative;
}
.fc #fc_section5 .icoImg img {
  width: 22%;
  position: absolute;
  top: 3%;
  right: 0;
}
.fc #fc_section5 .notesBox {
  width: 100%;
  margin: 10% 0 0 0;
  padding: 1% 0;
  border-top: 2px solid #e8380d;
  border-bottom: 2px solid #e8380d;
  position: relative;
  z-index: 1;
}

/* section6 -------------------------------*/
.fc #fc_section6 .loopSlider {
  width: 100%;
  margin: 0 -6%;
  padding: 0 6%;
}

/* section7 -------------------------------*/
.fc #fc_section7 {
  background: url(https://dab25a.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/FC/mb_img_fc_18-min.jpg) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  margin: 5% -6%;
  padding: 5% 6%;
}
.fc #fc_section7 h3 {
  width: 16%;
  margin: 0 auto 5%;
}
.fc #fc_section7 table {
  width: 100%;
  background: none;
  border: 1px solid #be0d23;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
　overflow: hidden;
}
.fc #fc_section7 th, .fc #fc_section7 td {
  font-size: 75%;
  padding: 0;
  width: 100%;
  vertical-align: top;
  display: block;
}
.fc #fc_section7 table td p {
  width: calc(100% - 2.8%);
  padding: 1.4%;
}
.fc #fc_section7 table td p.head {
  color: #fff;
  background: #be0d23;
  border-bottom: 1px solid #be0d23;
}
.fc #fc_section7 table tr td + td {
  border-left: none;
}
.fc #fc_section7 table td.lastTd {
  display: none;
}

/* ----------------------------------------------------------------------
Contact
---------------------------------------------------------------------- */
.contact #cont_section2 table {
  width: 100%;
  border: 1px solid #42210b;
  margin: 0 0 5% 0;
}
.contact #cont_section2 th, .contact #cont_section2 td {
  padding: 2% 3%;
  text-align: left;
  vertical-align: top;
}
.contact #cont_section2 th {
  color: #fff;
  font-weight: normal;
  background: #42210b;
}
.contact #cont_section2 td.innerTd {
  width: 20%;
  padding: 1% 0 1% 3%;
}

input[type="text"], input[type="email"],input[type="tel"], select, textarea {
  border: 1px solid #42210b;
  border-radius: 5px;
}
input,select {
  width: 98%;
}
textarea {
  width: 98%;
}
input[type=radio] {
  width: 32px;
  height: 32px;
}
.formS input {
  width: 15%;
  border: 1px solid #42210b;
  border-radius: 5px;
}
.btn1 input {
  width: 100%;
}
.btn1 input:hover {
  opacity: 0.85;
}

/* ----------------------------------------------------------------------
Single
---------------------------------------------------------------------- */
#blog_leftArea {
  width: 100%;
  margin: 0 0 10% 0;
}
#blog_rightArea {
  width: 100%;
  margin: 0 0 0 0;
}
.blog_title {
  font-size: 120%;
}
.blog_info {
  font-size: 70%;
}
.post img {
  width: 100%;
  height: auto;
  margin: 0 auto 2%;
}
.blog_post_archive {
  margin: 0 0 3% 0;
  padding: 0 0 3% 0;
  border-bottom: 1px solid #CCC;
}
.blog_post_archive .thumbnailArea {
  width: 25%;
}
.blog_post_archive .thumbnailArea img {
  width: 100%;
}
.blog_post_archive .postArea {
  width: 70%;
  margin: 0 0 0 5%;
}
.blog_post_archive .postArea .title {
  font-size: 100%;
}
ul.nav-below {
  width: 70%;
  margin: 3% auto;
}
ul.nav-below li {
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  width: 35%;
  height: 1.5em;
  background: #be0d23;
  border-radius: 5px;
}
ul.nav-below li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

/* ----------------------------------------------------------------------
Sidebar
---------------------------------------------------------------------- */
.widget-area {
  font-size: 75%;
}
.widget-area .widget-title {
  font-size: 110%;
}

/*
     FILE ARCHIVED ON 08:18:06 Apr 10, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:16:47 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.701
  exclusion.robots: 0.096
  exclusion.robots.policy: 0.083
  esindex: 0.013
  cdx.remote: 12.564
  LoadShardBlock: 125.301 (3)
  PetaboxLoader3.datanode: 185.689 (6)
  PetaboxLoader3.resolve: 1347.769 (4)
  load_resource: 1436.084 (2)
  loaddict: 47.732
*/