@charset "UTF-8";
.box_center {
  text-align: center;
}

.block,
.block1 {
  clear: both;
  padding: 0;
}

.block:after,
.block1::after {
  content: '';
  display: block;
  clear: both;
}

.block *,
.block1 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block h2,
.block1 h2 {
  margin-bottom: 0.5em;
  font-size: 10vw;
  color: #15162b;
  font-weight: bold;
  text-align: center;
}

.box {
  padding: 0 10px;
}

/*----------------------under---------------------------------*/
.pricelist h3 {
  cursor: pointer;
  display: block;
  font-size: 18px;
  text-align: center;
  border: 4px double #b7b7b7;
  margin-bottom: 10px;
  padding: 3px 5px;
  font-weight: normal;
  margin-top: 10px;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #15162b;
}

.pricelist h3::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
}

.pricelist h3.close:after {
  content: '\f13a';
}

.pricelist h3.open:after {
  content: '\f139';
}

.menuList {
  width: 100%;
}

.menuList dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #b5b1a8;
}

.menuList dt {
  display: table-cell;
  padding: 10px 0;
  text-align: left;
}

.menuList dd {
  text-align: right;
  color: #cf4400;
  padding: 10px 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*  -------------- su dung accordion ------------------  */
.btn-acc {
  cursor: pointer;
  display: block;
}

.btn-acc::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 -0.5em;
  font-size: 24px;
  position: relative;
  left: 50%;
}

.btn-acc.close:after {
  content: '\e826';
}

.btn-acc.open:after {
  content: '\e827';
}

#food {
  padding: 40px 10px;
}

#drink {
  background: url(../img/shared/bg_4.jpg) repeat center top/100%;
  padding: 40px 10px;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt1 {
  text-align: justify;
}

.ta {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold !important;
}

.cl-blue {
  color: #20758d;
}

.cl-b {
  color: #19194d;
}

.txt-red {
  color: #cf4400;
}

.parallax {
  position: relative;
  padding-top: 80%;
}

.txt-nowrap {
  white-space: nowrap;
}

.txt-u {
  text-decoration: underline;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-parallax img {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}

/*-----------------------------/____/-----------------------------*/
#popup2 {
  padding: 12% 0 12%;
  font-size: 3.5vw;
}

#popup2 .group2 {
  margin: 0 5%;
  background: rgba(255, 255, 255, 0.9);
  padding: 7% 4% 12%;
}

#popup2 .group2 .box {
  padding: 7% 0 7%;
  margin: 5% 0;
  text-align: center;
  background: url("../img/bluefish/s1_border_1.png") no-repeat center/100% 100%;
}

#popup2 .group2 .box h3 {
  font-weight: 700;
  font-size: 4vw;
  color: #19194d;
}

#popup2 h2 {
  text-align: center;
  border-bottom: 1px dashed #000;
  font-weight: 700;
  font-size: 6vw;
  line-height: 1.5;
  color: #19194d;
  margin-bottom: 20px;
  padding-bottom: 2%;
}

#popup2 .box {
  margin: 7vw 0;
  background: url("../img/bluefish/s1_border_1.png") no-repeat center/100% 100%;
  padding: 3% 0 3% 10%;
}

#popup2 .box ul li {
  line-height: 1.8;
}

#popup2 .box ul li span {
  color: #20758d;
  font-size: 15px;
}

#popup2 p.txt {
  padding-left: 7px;
}

.btn-popup {
  padding: 6vw 4% 0;
  background: url("../img/shared/pt1.jpg") repeat center/100%;
}

.remodal {
  padding-left: 3%;
  padding-right: 3%;
}
/* 
footer ul:not(#ft_fixed) {
  margin: 0 10% 10%;
}

footer ul:not(#ft_fixed) li {
  margin-bottom: 0;
}

footer ul:not(#ft_fixed) li:last-child {
  margin-top: 1.5vw;
  padding: 0 2%;
}

footer dl dd {
  width: calc(100% - 90px);
}

footer .info {
  margin: 0;
  padding: 0 1%;
}

footer .info dl {
  line-height: 1.6;
}

footer .info dl + dl {
  margin-top: 4.5vw;
}

footer .info dl a {
  display: inline;
}

#pagetop {
  bottom: calc(env(safe-area-inset-bottom) + 55px);
  width: 70px;
}

footer address {
  font-size: 12px;
}

footer .group {
  padding-top: 0;
  padding-bottom: 31vw;
}

footer .tel {
  margin: 0 6% 2%;
}

footer .group1 .instagram {
  top: 4vw;
  right: 16vw;
}

/*-----------------------------/____/-----------------------------*/
header #menu_toggle .nav1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  width: 95%;
}

header #menu_toggle .nav1 li:nth-child(1),
header #menu_toggle .nav1 li:nth-child(2) {
  width: 48%;
  margin-bottom: 2%;
}

header #menu_toggle .nav1 li:nth-child(3) {
  width: 14%;
}

header #menu_toggle .nav1 li:nth-child(4) {
  width: 24%;
}

header #menu_toggle .nav1 li:nth-child(5) {
  width: 55%;
}

header #menu_toggle .nav1 a {
  line-height: 9vw;
  height: 9vw;
  padding: 0;
  text-align: center;
  font-size: 4vw;
}

header .menu_toggle .nav li {
  padding: 0 !important;
}

header .menu_toggle .nav li a {
  padding: 0 3px;
}

header .menu_toggle .nav .li-box {
  position: relative;
  margin: 17px 14px 15px !important;
}

header .menu_toggle .nav .li-box span {
  background: url("../img/shared/bg_2.jpg");
  position: absolute;
  padding: 5px 10px;
  white-space: nowrap;
  top: -15px;
  left: 10px;
}

header .menu_toggle .nav .li-box ul {
  border: 1px solid #585876;
  padding-top: 27px;
}

header .menu_toggle .nav .li-box ul li {
  padding: 0;
}

.key_t {
  position: absolute;
  z-index: 11;
  left: 12vw;
  top: 30vw;
  width: 12vw;
}

footer .info {
  color: #fff;
}

footer dl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer dl dt {
  width: 88px;
} */

.slick-dots li {
  background: #858481;
  border: 0;
  margin: 0;
}

.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots li button {
  background: transparent !important;
  border: 0 !important;
}

.slick-dots li.slick-active {
  background: #20758d;
}

.slick-arrow:after {
  display: none !important;
}

.slick-arrow {
  width: 6vw;
  height: 6vw;
  line-height: 6vw;
  top: 30vw;
}

.slick-prev {
  left: 0;
  background: url("../img/shared/prev.png") no-repeat top left/auto 100%;
  left: 2.5%;
}

.slick-next {
  right: 0;
  background: url("../img/shared/next.png") no-repeat top right/auto 100%;
  right: 2.5%;
}

.slick-dots {
  position: static;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  padding-bottom: 0;
}

/*-----------------------------/____/-----------------------------*/
#sec1 {
  background: url(../img/sumibiyaki/s1-bgB.jpg) no-repeat center bottom/100% auto, url(../img/shared/bg_4.jpg);
  background-size: 100% auto;
}

#sec1 h2 {
  margin-bottom: -2vw;
}

#sec1 .txt1 {
  padding-bottom: 0;
}

#sec2 {
  background: url(../img/shared/bg_4.jpg);
  background-size: 100% auto;
  margin-bottom: -5vw;
  position: relative;
}

#sec2 .txt1 {
  padding: 0 4%;
}

#sec2 h2 {
  margin-bottom: -26vw;
}

#sec2 .img2 {
  margin-top: -15vw;
  margin-bottom: -21vw;
}

#sec2 .img3 {
  margin: -20vw 0 -33vw;
}

#sec2 .price {
  line-height: 1.3;
  font-size: 6vw;
  padding-right: 5%;
  white-space: nowrap;
}

#sec2 .note {
  padding-left: 5%;
}

#sec3 {
  background: url(../img/sumibiyaki/s3-bgB.png) no-repeat center bottom/100%;
}

#sec3 .price {
  font-size: 6.5vw;
  padding: 3vw 0 0;
  white-space: nowrap;
}

#sec3 .price small {
  font-size: 5vw;
  color: #19194d;
}

#sec3 .txt1 {
  padding: 0 5%;
}

#sec3 h2 {
  margin-bottom: -13vw;
}

#sec3 h3 {
  margin-top: -25vw;
}

#sec3 .s3-slider2 {
  padding-bottom: 20vw;
}

#sec3 .s3-slider2 .price {
  padding-top: 0;
  margin-top: -3vw;
}

#sec3 .s3-slider2 .slick-dots {
  padding-top: 5vw;
}

#sec4 {
  padding: 17vw 0 22vw;
  background: url(../img/sumibiyaki/s4-bgT.jpg) no-repeat center top/100%, url(../img/sumibiyaki/s4-bgB.jpg) no-repeat center bottom/100%, url(../img/shared/bg_4.jpg) repeat center/100%;
}

#sec4 .slick-list {
  overflow: inherit;
}

#sec4 .s4-slider {
  padding-bottom: 14vw;
}

#sec4 .s4-slider2 .slick-arrow {
  width: 11vw;
  height: 11vw;
  line-height: 11vw;
  top: 19vw;
}

#sec4 .s4-slider2 .slick-prev {
  background-image: url("../img/shared/prev1.png");
}

#sec4 .s4-slider2 .slick-next {
  background-image: url("../img/shared/next1.png");
}

#sec4 .price {
  font-size: 6.5vw;
  padding: 3vw 0 0;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1.3;
  border-bottom: 2px solid #20758d;
  margin-bottom: 2vw;
  padding-bottom: 3vw;
  white-space: nowrap;
}

#sec4 .price small {
  font-size: 5vw;
  color: #16162d;
}

#sec4 .price dt {
  color: #16162d;
}

#sec4 .text {
  padding-top: 6vw;
  padding-bottom: 4vw;
  background: url(../img/sumibiyaki/s4-bgT.png) no-repeat left top/100%, url(../img/sumibiyaki/s4-bgB.png) no-repeat right bottom/100%;
  margin: 22vw -5.5% 0;
}

#sec4 .text h3 {
  font-size: 9vw;
  line-height: 1.3;
  color: #16162d;
}

#sec4 .text .txt1 {
  padding: 0 9%;
}

#sec4 .item2 .price {
  font-size: 5.3vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec4 .item2 .price dt {
  margin-right: 5%;
  text-align: left;
}

#sec4 .s4-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 5%;
  top: 68vw;
}

#sec4 .s4-slider .slick-dots button {
  border-radius: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-indent: -9999px;
  cursor: pointer;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#sec4 .s4-slider .slick-dots li {
  width: 25%;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  background: none !important;
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
}

#sec4 .s4-slider .slick-dots li + li {
  margin-left: 5px !important;
}

#sec4 .s4-slider .slick-dots li:nth-child(1) button {
  background-image: url("../img/sumibiyaki/s4-js1.jpg") !important;
}

#sec4 .s4-slider .slick-dots li:nth-child(2) button {
  background-image: url("../img/sumibiyaki/s4-js2.jpg") !important;
}

#sec4 .s4-slider .slick-dots li:nth-child(3) button {
  background-image: url("../img/sumibiyaki/s4-js3.jpg") !important;
}

#sec4 .s4-slider .slick-dots li:nth-child(4) button {
  background-image: url("../img/sumibiyaki/s4-js4.jpg") !important;
}

#sec4 .s4-slider .slick-dots li::before {
  content: '';
  border: 3px solid #20758d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

#sec4 .s4-slider .slick-dots .slick-active::before {
  display: block;
}

#sec4 .set h2 {
  margin-bottom: 0;
}

#sec4 .set .price {
  border: 0;
  padding-bottom: 1vw;
  font-size: 5.3vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

#sec4 .set .price dt {
  margin-right: 6%;
}

#sec4 .set .price dd small {
  font-size: 5.3vw;
}

#sec4 .set .txt1 {
  line-height: 1.8;
  margin: 0 -4%;
}

#sec4 .set .s4-slider2 .slick-slide > div {
  margin: 0 3%;
}

#sec4 .set .s4-slider2 .tex {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#sec4 .set .s4-slider2 .slick-active.slick-current .tex {
  opacity: 1;
  visibility: visible;
}

#sec9 {
  background: #000000;
  color: #fff;
}

#sec9 h2 {
  margin-bottom: 0;
}

#sec9 .wrap {
  padding-left: 4%;
  padding-right: 4%;
}

#sec10 {
  background: url(../img/shared/bg_4.jpg);
  background-size: 100%;
}

#sec10 h2 {
  margin-bottom: 0;
}

#sec10 .txt1 {
  padding: 0 3%;
}

#sec10 .wrap {
  padding-bottom: 5vw;
}

#sec10 .s10-slider1 {
  margin-left: 2%;
  margin-right: 2%;
}

#sec10 .s10-slider1 .slick-list {
  overflow: inherit;
}

#sec10 .s10-slider1 .slick-slide li img {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(2, 2, 2, 0.3);
          box-shadow: 0px 5px 5px 0px rgba(2, 2, 2, 0.3);
}

#sec10 .box-txt {
  margin-top: 6vw;
  background: url(../img/shared/bg_1.jpg);
  padding-bottom: 6vw;
  margin-left: 2%;
  margin-right: 2%;
  white-space: nowrap;
}

#sec10 .box-txt h3 {
  margin-bottom: 2vw;
}

#sec10 .box-txt ul li {
  width: 50%;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4.3vw;
}

#sec10 .box-txt ul li:first-child {
  padding-left: 13%;
}

#sec10 .set2 {
  padding-bottom: 20vw;
  background: url(../img/sumibiyaki/s11-bgB.png) no-repeat center bottom/100%, url(../img/shared/bg-w.jpg) repeat center/100%;
}

#sec10 .set2 .slick-arrow {
  top: 26vw;
}

#sec10 .set2 .txt1 {
  padding: 0 4% 3vw;
}

#sec10 .set2 h3 {
  font-size: 8.5vw;
  line-height: 1.2;
}

#sec10 .set2 h3 small {
  font-size: 6.5vw;
}

#sec10 .set2 h3 .price {
  font-size: 6.5vw;
  color: #cf4400;
}

#sec10 .set2 h3 .price small {
  color: #16162d;
  font-size: 5.5vw;
}

#sec10 .set2 .price {
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-size: 6.5vw;
  color: #16162d;
}

#sec10 .set2 .price dt {
  margin-right: 3%;
}

#sec10 .set2 .price dd {
  font-size: 5vw;
}

#sec11 {
  background: url(../img/sumibiyaki/s11-bgB.jpg) no-repeat center bottom/100% #111115;
  color: #fff;
}

#sec11 h2 {
  margin-bottom: 0;
}

#sec11 .txt1 {
  padding: 0 3%;
}

#sec11 .box-txt {
  margin-top: 6vw;
  background: url(../img/shared/bg_1.jpg);
  color: #000;
  padding-bottom: 6vw;
  margin-left: 8%;
  margin-right: 8%;
  margin-bottom: 7vw;
  white-space: nowrap;
}

#sec11 .box-txt h3 {
  margin-bottom: 2vw;
}

#sec11 .box-txt ul li {
  width: 50%;
  padding-left: 2%;
  font-size: 4.3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec11 .box-txt ul li:first-child {
  padding-left: 13%;
}

#sec11 .s11-slider1 {
  padding: 0 8%;
}

#sec11 .s11-slider2 {
  padding-top: 10vw;
}

#sec11 .s11-slider2 .slick-prev {
  background-image: url("../img/shared/prev-w.png");
}

#sec11 .s11-slider2 .slick-next {
  background-image: url("../img/shared/next-w.png");
}

#sec11 .s11-slider2 .text {
  padding: 0 3%;
}

#sec11 .s11-slider2 .price {
  font-size: 6.5vw;
  padding: 1vw 0;
}

#sec11 .s11-slider2 .slick-dots {
  padding: 6vw 0 10vw;
}

#sec11 .btn1 {
  padding: 0 5% 17vw;
}
/*# sourceMappingURL=sumibiyaki.css.map */