@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: 1.92vw;
  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: 80%;
  margin: 6% auto;
}

section {
  position: relative;
}

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

.notes {
  font-size: 55%;
}

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

#pageTop {
  width: 5%;
  position: fixed;
  bottom: 1%;
  right: 2%;
  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: 15px;
  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%;
  position: relative;
}

.h_eyecatchArea {
  width: 100%;
  height: 100%;
  padding: 32% 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: 50.64%;
  margin: 6.5% auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#header h2 img {
  width: auto;
  height: 15%;
  margin: 20% auto 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.home #header h1 {
  width: 50.64%;
  margin: 19% auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.home #header h2 {
  display: none;
}
.menu #header h2 img {
  width: auto;
  height: 25%;
  margin: 20% auto 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.fc #header h2 img {
  width: auto;
  height: 23%;
  margin: 20% auto 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

/* ----------------------------------------------------------------------
Navi
---------------------------------------------------------------------- */
#naviMenu {
  position: relative;
}
.naviArea ul {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.naviArea {
  width: 100%;
  background: #be0d23;
  text-align: center;
}
.naviArea ul {
  width: 65%;
  margin: 0 auto;
}
.naviArea li {
  height: 100%;
  margin: 4px 1%;
}
.naviArea li img {
  width: auto;
  height: auto;
}

.naviArea li a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* Google翻訳 -------------------------------*/
.translateArea {
  width: 15%;
  background: rgba(255,255,255,0.6);
  position: absolute;
  padding: 0.5%;
  top: 2%;
  right: 2%;
  z-index: 2;
}
.goog-te-combo {
    font-size: 14px !important;
}
.goog-logo-link img {
  width: 23%;
}
.goog-te-gadget img {
    display: initial;
}
.goog-te-gadget .goog-te-combo {
  width: 90% !important;
}

/* ----------------------------------------------------------------------
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% 1.5%;
}
#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;
}
.loopSliderWrap {
    top: 0;
    left: 0;
    position: absolute;
}
.loopSlider ul {
    float: left;
}

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

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

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

#footer h1 {
  width: 8%;
  margin: 3% auto;
}

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

/* ----------------------------------------------------------------------
index
---------------------------------------------------------------------- */
/* section1 -------------------------------*/
#section1 {
  position: relative;
  overflow-x: hidden;
}
#section1 h2 {
  width: 60%;
  position: absolute;
  top: 5%;
  right: -5%;
}
#section1 .flexBox .box1 {
  width: 44%;
}
#section1 .flexBox .box2 {
  width: 46%;
  margin: 40% 0 0 6%;
}

/* 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: cover;
  position: relative;
  padding: 0 0 5% 0;
}
#section2 .decoParts {
  width: 25%;
  position: absolute;
  bottom: -5%;
  left: -4%;
  z-index: 1;
}
#section2 h2 {
  width: 42%;
  margin: 0 auto;
  padding: 7% 0 0 0;
}
#section2 div p {
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  width: 66%;
  margin: 3% auto 7%;
  text-align: center;
}

/* section3（section_info） -------------------------------*/
#section_info {
  width: 100%;
  background: url(https://f59c28.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/index/img_top_05-min.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 0 0 3% 0;
  position: relative;
  overflow-x: hidden;
}
#section_info h2 {
  width: 35%;
  margin: 0 auto;
  padding: 5% 0 0 0;
}
#section_info p {
  text-align: center;
}
#section_info p:last-child {
  display: none;
}
#section_info .sliderArea {
  width: 100%;
  margin: 5% 0 0 0;
}
.concept #section_info {
margin: 5% -6% 0;
padding: 0 6% 3%;
}
.concept #section_info .sliderArea {
  width: 100%;
  margin: 5% -6% 0;
  padding: 0 6%;
}

/* section4 -------------------------------*/
#section4 {
  background:#000;
  padding: 3% 0;
}
#section4 h2 {
  width: 15%;
  margin: 0 auto 3%;
}
#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 p {
  width: 50%;
}
.concept #con_section1 .box2 p:last-child {
  margin: 13% 0 0 0;
}
.concept #con_section1 .box2 img {
  width: 90%;
}

/* section2 -------------------------------*/
.concept #con_section2 h4 {
  width: 20%;
  margin: 0 auto 2%;
}
.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: 49%;
  margin: 0 1% 0 0;
}
.concept #con_section2 .box1 p.textBox {
  width: 100%;
}

.concept #con_section2 .box1 h5 {
  width: 40%;
  position: absolute;
  right: 5%;
  bottom: 28%;
}
.concept #con_section2 .box2 p.imgBox {
  width: 49%;
  margin: 7% 0 0 1%;
}
.concept #con_section2 .box2 p.textBox {
  width: 49%;
  margin: -17% 1% 0 0;
}
.concept #con_section2 .box3 p.imgBox {
  width: 49%;
  margin: 5% 1% 0 0;
}
.concept #con_section2 .box3 p.textBox {
  width: 49%;
  margin: -18% 0 0 1%;
  position: absolute;
  right: 0;
}

/* section3 -------------------------------*/
.concept #con_section3 h3 {
  width: 112%;
  margin: 0 -6%;
  padding: 0.5% 0;
}
.concept #con_section3 h3 img {
  width: 100%;
  margin: -4% 0 -6.5%;
  padding: 0;
}
.concept #con_section3 .box1 {
  position: relative;
}
.concept #con_section3 .box1 {
  position: relative;
}
.concept #con_section3 .box1 .conSec3Img {
  width: 49%;
  margin: 0 0 0 1%;
  position: absolute;
  right: 0;
}
.concept #con_section3 .box1 p.imgBox {
  width: 55%;
  margin: 0 1% 0 -6%;
}
.concept #con_section3 .box1 p.textBox {
  width: 49%;
  margin: 14% 0 0 1%;
}

/* section4 -------------------------------*/
.concept #con_section4 h3 {
  width: 100%;
  margin: 0 -6%;
  padding: 3% 6%;
}
.concept #con_section4 h3 img {
  width: 35%;
  margin: 0 0 0 10%;
}
.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: 54%;
  margin: 3% 0 0 0;
}
.concept #con_section4 .box1 p.textBox2 {
  width: 100%;
  margin: 5% 0 0 0;;
}

/* ----------------------------------------------------------------------
Menu
---------------------------------------------------------------------- */
.menu h3 {
  width: 42%;
  margin: 0 0 0 -2%;
}
.menu ul.menu_dec {
  width: 58%;
  margin: 0 auto 5%;
  background: rgba(255,255,255,0.5);
  border: 1px solid #231815;
  padding: 2% 3%;
}

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

.menu #menu_section1 p.textBox {
  width: 33%;
  margin: 0% 0 0 2%;
}
.menu #menu_section1 .box1 p.textBox:last-child {
  width: 47%;
  margin: 0 0 0 2%;
}

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

/* section3 -------------------------------*/
.menu #menu_section3 .tab li {
  width: 20%;
}
.menu #menu_section3 .menu_h {
  width: 100%;
  font-size: 110%;
  border-bottom: 3px solid #000;
  margin: 1% 0 0.1% 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: 15%;
}
.shoplist section {
  margin: 7% 0 0 0;
  display: flex;
}
.shoplist section:first-child {
  margin: 0;
}

.shoplist .box1 {
  width: 40%;
  margin: 0 3% 0 0;
}
.shoplist .box2 {
  width: 57%;
  margin: 0;
}

.shoplist .icoMap {
  margin: 1% 0;
  text-align: right;
}
.shoplist .icoMap img {
  width: 20%;
  display: inline-block;
}
.shoplist .linkBtnList li {
  width: 48%;
  margin: 0 1%;
  float: left;
}
.shoplist p.menu_caution {
  padding: 2% 0 0;
  font-size: 1.4vw;
}
.shopImg {
  width: 100%;
  padding: 0 0 6%;
}
.shopImg img {
  width: 100%;
}
.shoplist h3.shopName {
  line-height: 1em;
  width: 100%;
  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 0.5% 4%;
}
.shoplist h4.shopCopy {
  color: #603813;
  font-size: 110%;
  font-weight: normal;
  margin: 1% 0;
}
.shoplist table.shopDate {
  width: 100%;
  margin: 2% 0 0;
}
.shoplist table.shopDate th, .shoplist table.shopDate td {
  border: 1px solid #876239;
  padding: 0.5% 3%;
  vertical-align: top;
}
.shoplist table.shopDate th {
  color: #fff;
  font-weight: normal;
  width: 25%;
  background: #be0d23;
  text-align: right;
}
.shoplist table.shopDate td {
  background: #fff;
}
.shoplist table.shopDate td a {
  color: #000;
}

/* ----------------------------------------------------------------------
Shopinfo
---------------------------------------------------------------------- */
.fc .fcImg_h {
  width: 100%;
  height: 100%;
  margin: 0 -6%;
  padding: 45% 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 .box2 {
  width: 34%;
  margin: 1px -6% 0 8%;
}

/* section2 -------------------------------*/
.fc #fc_section2 .fcImg_h {
  background: url(https://0a6140.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/FC/img_fc_02-min.jpg) 0 0 no-repeat;
  background-size: cover;
}
.fc #fc_section2 .fcImg_h h3 {
  width: 25%;
  top: 6%;
  left: 14%;
}
.fc #fc_section2 .flexBox {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fc #fc_section2 .box1 {
  width: 38%;
}
.fc #fc_section2 h4 {
  width: 48%;
  position: absolute;
  bottom: 27%;
  right: -5%;
}
.fc #fc_section2 .box2 {
  width: 48%;
  margin: 0 0 -2% 5%;
}

/* section3 -------------------------------*/
.fc #fc_section3 .fcImg_h {
  background: url(https://780434.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/FC/img_fc_05-min.jpg) 0 0 no-repeat;
  background-size: cover;
}
.fc #fc_section3 .fcImg_h h3 {
  width: 21%;
  top: 18%;
  left: 0;
  right: 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: 6% 0 0 0;
  position: relative;
}
.fc #fc_section3 h5 {
  width: 100%;
  height: 100%;
  margin: 3% 0 0 0;
  padding: 3.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: 70%;
  display: inline-block;
}
.fc #fc_section3 .imgBox2 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* section4 -------------------------------*/
.fc #fc_section4 .box1, .fc #fc_section4 .box2 {
  width: 48%;
  background: rgba(237,237,237,0.6);
}
.fc #fc_section4 h3 {
  background: #f6ab3b;
}
.fc #fc_section4 .box1 h3 {
  padding: 2% 20%;
}
.fc #fc_section4 .box2 h3 {
  padding: 2% 15%;
}
.fc #fc_section4 .textBox {
  width: 49%;
  padding: 3%;
  float: left;
}
.fc #fc_section4 .imgBox {
  width: 42%;
  padding: 3% 3% 3% 0;
  float: right;
}
.fc #fc_section4 .imgBox2 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* section5 -------------------------------*/
.fc #fc_section5 div {
  width: 48%;
  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 li {
  width: calc(90% / 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: 70%;
  padding: 1.4%;
}
.fc #fc_section5 .box2 table {
  border: 1px solid #e8380d;
}
.fc #fc_section5 .box2 table th {
  color: #fff;
  font-weight: normal;
  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: normal;
  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: normal;
  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: 7% 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: 17% 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%;
  overflow-x: hidden;
}

/* section7 -------------------------------*/
.fc #fc_section7 {
  background: url(https://fb6589.claudeassets.com/20250121003856im_/https://kushikatu-janjan.com/wp/wp-content/themes/hassin_original/images/FC/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: #fff;
  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: 70%;
  padding: 0;
  width: 50%;
  vertical-align: top;
}
.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: 1px solid #be0d23;
}
.fc #fc_section7 table td.lastTd {
  border-left: 1px solid #be0d23;
}

/* ----------------------------------------------------------------------
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: 1% 3%;
  text-align: left;
  vertical-align: top;
}
.contact #cont_section2 th {
  color: #fff;
  font-weight: normal;
  background: #42210b;
}
.contact #cont_section2 td.innerTd {
  width: 18%;
  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: 70%;
}
textarea {
  width: 100%;
}
input[type=radio] {
  width: 32px;
  height: 32px;
}
.formS input {
  width: 10%;
  border: 1px solid #42210b;
  border-radius: 5px;
}
.btn1 input {
  width: 100%;
}
.btn1 input:hover {
  opacity: 0.85;
}

/* ----------------------------------------------------------------------
Single/Archive
---------------------------------------------------------------------- */
#blog_leftArea {
  width: 65%;
  margin: 0 10% 0 0;
}
#blog_rightArea {
  width: 25%;
  margin: 0 0 0 0;
}
.blog_title {
  font-size: 120%;
}
.blog_info {
  font-size: 70%;
}
.post img {
  width: 70%;
  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: 60%;
  margin: 3% auto;
}
ul.nav-below li {
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  width: 40%;
  height: 1.5em;
  background: #be0d23;
  border-radius: 5px;
}
ul.nav-below li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

/* pagenation -------------------------------*/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  background: #fff;
  border: 1px solid #fff;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #be0d23;
}

.pagination li:not([class*="current"]) a:hover {
  color: #fff;
  background-color: #be0d23;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "<<"; }
.pagination li.last a::after { content: ">>"; }

.pagination li.previous a::before { content: "<"; }
.pagination li.next a::after { content: ">"; }

.pagination li.current a {
  color: #fff;
 background-color: #be0d23;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

/* ----------------------------------------------------------------------
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:44 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.469
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.048
  esindex: 0.008
  cdx.remote: 30.797
  LoadShardBlock: 162.985 (3)
  PetaboxLoader3.resolve: 147.76 (5)
  PetaboxLoader3.datanode: 213.248 (6)
  load_resource: 215.744 (2)
  loaddict: 60.524
*/