@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: ten-mincho-text, serif;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc-none {
  display: none !important;
}

.sp-none {
  display: block;
}

.img-link {
  pointer-events: none;
}

h2 {
  margin-bottom: 3rem;
}
h2 > span {
  display: none;
}

.multiply::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.fixed_btn {
  transition: all 0.1s;
  position: fixed;
  top: 45%;
  right: 0px;
  z-index: 1;
  display: flex;
  writing-mode: vertical-rl;
  padding: 32px 10px;
  border: none;
  font-size: 14px;
  color: #fff;
  background-color: rgba(142, 33, 33, 0.8745098039);
  border-radius: 8px 0 0 8px;
}
.fixed_btn:hover {
  padding: 32px 14px 32px 12px;
  background-color: #8e2121;
}
@media screen and (max-width: 767px) {
  .fixed_btn {
    top: 31%;
  }
}

.button--icon-blank {
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url(https://www.his-j.com/cmn/icon/icon_blank_white.svg);
  background-position: bottom 8px center;
}

.reserve-button a:hover {
  opacity: 1;
}

.effect-fade {
  opacity: 0.05;
  transform: translate(0, 70px);
  transition: all 500ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

h2 {
  font-size: 36px;
  text-align: center;
  display: block;
  margin: 0;
  line-height: 1.4em !important;
  background-color: #000000;
  padding: 1rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 26px;
  font-weight: bold;
  font-weight: 800;
  padding: 0 10px 5px;
  /* margin-bottom: 10px; */
}
h3 span {
  font-size: 18px;
}

.section-box-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
}
.section-box-wrap .section-box {
  width: 48%;
  padding: 1%;
  order: 1;
}
@media screen and (max-width: 767px) {
  .section-box-wrap .section-box {
    width: 100%;
    padding: 1%;
    text-align: center;
  }
}
.section-box-wrap .section-box .section-box-right {
  order: 2;
}
.section-box-wrap .section-box .section-box-left {
  order: 1;
}
.section-box-wrap .section-box-item {
  width: 33%;
}

.section-box-image {
  width: 100%;
  position: relative;
}
.section-box-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.section-box-text {
  padding: 5px 10px;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .section-box-text {
    font-size: 16px;
  }
}

.regular-menu {
  background-color: #ffffff;
  display: none;
  padding-bottom: 40px;
}
.regular-menu.open {
  display: block;
}
.regular-menu__inner h2 {
  margin-bottom: 3rem;
}
.regular-menu__inner h3 {
  text-align: center;
  font-weight: normal;
  line-height: 1.75em;
  margin-bottom: 24px;
}
.regular-menu__inner .section-box-wrap {
  display: block;
}

/*===================================
gozen-box
===================================*/
.gozen-wrap {
  width: min(100% - 32px, 1080px);
  margin: 0 auto 32px;
  border: #333 1px solid;
  padding: 20px;
}
.gozen-wrap .gozen-heading__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .gozen-wrap .gozen-heading__wrap {
    display: block;
  }
}
.gozen-wrap .gozen-heading__image {
  width: 48%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gozen-wrap .gozen-heading__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gozen-wrap .gozen-heading__image figure {
    width: 100%;
  }
}
.gozen-wrap .gozen-heading__image img {
  width: 100%;
}
.gozen-wrap .gozen-heading__box {
  width: 52%;
  padding: 0 0 0 16px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .gozen-wrap .gozen-heading__box {
    width: 100%;
  }
}
.gozen-wrap .gozen-heading__title {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .gozen-wrap .gozen-heading__title {
    font-size: 32px;
  }
}
.gozen-wrap .gozen-heading__title span {
  display: block;
  font-size: 0.6em;
}
.gozen-wrap .gozen-heading__text {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
}
.gozen-wrap .gozen-heading__text span {
  font-weight: bold;
}
.gozen-wrap .gozen-heading__price {
  text-align: right;
  font-size: 32px;
  margin-bottom: 1rem;
  color: #d51919;
}
.gozen-wrap .gozen-heading__price span {
  font-size: 20px;
  margin: 0 0 0 5px;
}
.gozen-wrap .gozen-box-wrap {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.gozen-wrap .gozen-box-wrap .gozen-box {
  padding: 0;
  border-bottom: 1px solid #6b4d16;
  border: none;
}
.gozen-wrap .gozen-box-wrap .gozen-box h4 {
  background: #000;
  font-size: 18px;
  line-height: 64px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap .gozen-box h4 {
    text-align: left;
    padding: 0 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .gozen-wrap .gozen-box-wrap .gozen-box h4::after {
    content: "";
    height: 12px;
    margin: auto;
    width: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(315deg);
    display: block;
    position: absolute;
    top: 28px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gozen-wrap .gozen-box-wrap .gozen-box h4.open::after {
    transform: rotate(135deg);
    top: 22px;
  }
}
.gozen-wrap .gozen-box-wrap .gozen-box h4 em {
  font-size: 1.3333em;
}
.gozen-wrap .gozen-box-wrap .gozen-box > div {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px 16px;
  background: #f6f6f6;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap .gozen-box > div {
    padding: 0 10px 20px;
  }
}
.gozen-wrap .gozen-box-wrap .gozen-box > div p {
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 1.2 !important;
  padding: 12px 0;
  width: 100%;
  height: 1.2em;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap .gozen-box > div p {
    height: auto;
  }
}
.gozen-wrap .gozen-box-wrap .gozen-box > div p span {
  display: block;
  font-size: 1.33333em;
  line-height: 1.1 !important;
}
.gozen-wrap .gozen-box-wrap > div:first-of-type {
  width: 48%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .gozen-wrap .gozen-box-wrap > div:first-of-type {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
.gozen-wrap .gozen-box-wrap > div:nth-of-type(2) {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gozen-wrap .gozen-box-wrap > div:nth-of-type(2) {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
.gozen-wrap .gozen-box-wrap > div:nth-of-type(3) {
  width: 18%;
  display: block;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div:nth-of-type(3) {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div:nth-of-type(3) h4 {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div:nth-of-type(3) > div p span {
    display: inline-block;
    font-size: 1em;
  }
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div:nth-of-type(3) > div p span::before {
    content: "自家製わらび餅…";
    display: inline-block;
  }
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div:nth-of-type(3) ul {
    position: relative;
    top: 0;
    padding: 10px 0;
    flex-direction: row;
    margin-top: 1em;
  }
}

.gozen-wrap .gozen-box-wrap > div dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.gozen-wrap .gozen-box-wrap > div dt {
  font-size: 16px;
  line-height: 1.2 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 90px;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div dt {
    height: auto;
  }
}
.gozen-wrap .gozen-box-wrap > div dt small {
  display: block;
  font-size: 0.875em;
  line-height: 1.2 !important;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div dt small {
    display: inline-block;
    font-size: 1em;
  }
}
.gozen-wrap .gozen-box-wrap > div dt em {
  display: block;
  font-size: 1.5em;
  line-height: 1.4 !important;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div dt em {
    display: inline-block;
    padding: 0 0.2em;
  }
}
.gozen-wrap .gozen-box-wrap > div .tenpura {
  width: 58%;
  width: 100%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div .tenpura {
    width: 100%;
  }
}
.gozen-wrap .gozen-box-wrap > div .tenpura dd {
  width: calc(100% - 72px);
}
@media screen and (max-width: 1100px) {
  .gozen-wrap .gozen-box-wrap > div .tenpura dd {
    width: calc(100% - 40px);
    padding: 16px 20px;
  }
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div .tenpura dd {
    width: 100%;
    padding: 10px;
    text-align: left;
    height: auto;
  }
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div .tenpura dd span {
    display: inline-block;
    padding-left: 70px;
    /* float: right; */
  }
}
.gozen-wrap .gozen-box-wrap > div .tenpura span {
  display: block;
  background: url(../images/label_arrange.svg) no-repeat left 0 center;
  padding-left: 64px;
}
.gozen-wrap .gozen-box-wrap > div .don {
  width: 38%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div .don {
    width: 100%;
    margin-top: 1em;
  }
}
.gozen-wrap .gozen-box-wrap > div .don dd {
  width: calc(100% - 72px);
}
@media screen and (max-width: 1100px) {
  .gozen-wrap .gozen-box-wrap > div .don dd {
    width: calc(100% - 40px);
    padding: 16px 20px;
  }
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div .don dd {
    width: 100%;
    padding: 10px;
    text-align: center;
    height: auto;
  }
}
.gozen-wrap .gozen-box-wrap > div .don dd span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div .don dd span {
    display: inline-block;
  }
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div .don dd span::after {
    content: "、";
    display: inline-block;
  }
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div .don dd span:last-of-type::after {
    display: none;
  }
}
.gozen-wrap .gozen-box-wrap > div dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 126px;
  padding: 16px 36px;
  line-height: 1.6 !important;
  margin-top: 16px;
  background: #fff;
  border: #171549 1px solid;
  font-size: 16px;
  position: relative;
}
.gozen-wrap .gozen-box-wrap > div dd > div {
  width: 100%;
}
.gozen-wrap .gozen-box-wrap > div dd::after {
  content: "";
  position: absolute;
  right: 0;
  top: -14px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 10px 15px 10px;
}
.gozen-wrap .gozen-box-wrap > div dd::before {
  content: "";
  position: absolute;
  right: 0;
  top: -16px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #171549 transparent;
  border-width: 0 10px 15px 10px;
}
.gozen-wrap .gozen-box-wrap > div .soba {
  width: 100%;
}
.gozen-wrap .gozen-box-wrap > div .soba dd {
  padding: 8px 8px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 16px);
}
@media screen and (max-width: 1100px) {
  .gozen-wrap .gozen-box-wrap > div .soba dd {
    width: calc(100% - 10px);
    padding: 16px 5px;
  }
}
@media screen and (max-width: 759px) {
  .gozen-wrap .gozen-box-wrap > div .soba dd {
    width: 100%;
    padding: 10px;
    text-align: left;
    height: auto;
  }
}
.gozen-wrap .gozen-box-wrap > div .soba dd > div {
  width: 100%;
}
.gozen-wrap .gozen-box-wrap > div .soba dd > div > span {
  padding: 0.5em 0 0.5em 36px;
  line-height: 1.2 !important;
  margin: 0;
  text-align: left;
  display: block;
}
.gozen-wrap .gozen-box-wrap > div .soba dd > div > span:first-of-type {
  background: url(../images/icon_cold.svg) no-repeat left 0 center;
}
.gozen-wrap .gozen-box-wrap > div .soba dd > div > span:last-of-type {
  background: url(../images/icon_hot.svg) no-repeat left 0 center;
}
.gozen-wrap .gozen-box-wrap ul {
  border: 1px dashed #000;
  width: 100%;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.gozen-wrap .gozen-box-wrap ul li {
  line-height: 1.6 !important;
  margin: 0.5em auto;
}
.gozen-wrap .gozen-box-wrap ul li:last-of-type {
  text-align: center;
}

.menubtn-wrap {
  display: flex;
  align-items: center;
}
.menubtn-wrap ul {
  width: calc(33% - 8px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .menubtn-wrap ul {
    width: calc(100% - 32px);
  }
}
.menubtn-wrap ul li {
  width: 100%;
  background: #b67b03 url(https://www.his.co.jp/wp-content/themes/corporate/images/arrow_right_white.png) no-repeat center right 16px;
}
.menubtn-wrap ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 18px 0 17px 0;
  color: #fff;
  font-weight: bold !important;
  line-height: 1.2 !important;
  background: url(../images/arrow_right_circle.png) no-repeat center right 20px;
}
.menubtn-wrap ul li span {
  display: block;
  font-size: 0.8em;
}

.section-box-subtext {
  padding: 60px 10px 0;
  font-size: 14px;
  text-align: center;
  color: #888;
}

#concept {
  background-color: #ffffff;
  padding-bottom: 60px;
}
#concept h2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #concept h2 {
    font-size: 28px;
    padding: 1rem 2rem;
  }
}
#concept h3 {
  font-size: 26px;
  font-weight: normal;
  padding: 40px 10px 20px 130px;
  margin-bottom: 20px;
  line-height: 1.5em !important;
  border-bottom: 2px solid #000000;
  position: relative;
}
@media screen and (max-width: 767px) {
  #concept h3 {
    font-weight: bold;
    padding: 1rem;
    margin-top: 2rem;
    text-align: center;
  }
}
#concept h3 span {
  font-size: 20px;
  font-weight: bold;
  font-weight: 800;
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 100px;
  height: 100px;
  line-height: 1em !important;
  padding: 25px 0 0;
  background-color: #000000;
  /*background-color: #6b4d16;*/
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  #concept h3 span {
    top: -90px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px;
  }
}
#concept h3 span small {
  font-size: 50%;
  display: block;
}
#concept h3 span small i {
  font-size: 80%;
}
#concept .section-box-wrap {
  width: min(100% - 32px, 1080px);
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #concept .section-box-wrap {
    display: block;
  }
}
#concept .section-box-wrap .section-box {
  width: 68%;
  padding: 2%;
  order: 1;
}
@media screen and (max-width: 767px) {
  #concept .section-box-wrap .section-box {
    width: 100%;
  }
}
#concept .section-box-wrap .section-box.section-box-left {
  width: 28%;
  padding: 1%;
  order: 1;
}
@media screen and (max-width: 767px) {
  #concept .section-box-wrap .section-box.section-box-left {
    width: 100%;
  }
}
#concept .section-box-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  margin: 0 auto;
}

#main-box section#news {
  padding: 20px 0 0;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  #main-box section#news {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #main-box section#news h2 {
    font-size: 28px;
  }
}
#main-box section#news .notie-box {
  width: 100%;
  max-width: 1040px;
  margin: 20px auto 20px;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #main-box section#news .notie-box {
    width: min(100%, 100% - 32px);
    padding: 10px 16px;
  }
}
#main-box section#news .notie-box ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
#main-box section#news .notie-box ul li a {
  text-decoration: underline;
}
#main-box section#news .notie-box ul li:last-child {
  border-bottom: none;
}

.footer {
  background-color: #151e4b;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.ft-link {
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .ft-item .ft-link:nth-child(2n)::before {
    content: "|";
    padding: 0 8px;
  }
}
.breadcrumb-wrap {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 10;
  height: 40px;
  display: flex;
  align-items: center;
}
.breadcrumb-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: auto;
  padding-bottom: 0;
}
.breadcrumb-wrap .breadcrumb-nav {
  width: 100%;
  max-width: 960px;
  margin: 15px auto 0 auto;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrap .breadcrumb-nav {
    margin: 4vw 3vw 0;
    font-size: 3.2vw;
  }
}
@media (orientation: landscape) and (max-width: 960px) {
  .breadcrumb-wrap .breadcrumb-nav {
    padding: 0 10px;
  }
}
@media (orientation: landscape) and (max-width: 960px) {
  .breadcrumb-wrap .breadcrumb-nav li,
  .breadcrumb-wrap .breadcrumb-nav li span {
    line-height: 1;
  }
}

#new-mainvisual {
  background: none !important;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}
#new-mainvisual > div {
  position: relative;
}
#new-mainvisual .mv-wrap {
  width: 100%;
  height: calc(100vh - 100px);
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-wrap {
    height: calc(100vh - 170px);
  }
}
@media (orientation: landscape) and (max-width: 960px) {
  #new-mainvisual .mv-wrap {
    min-height: 500px;
  }
}
#new-mainvisual .mv-wrap a {
  height: 140px;
  width: 480px;
  margin: auto;
  border-radius: 0px 16px 0px 0px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-wrap a {
    width: 44%;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#new-mainvisual .mv-wrap a:hover {
  opacity: 1;
}
#new-mainvisual .mv-wrap a::before, #new-mainvisual .mv-wrap a::after {
  content: "";
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#new-mainvisual .mv-wrap a::before {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon_night.svg);
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-wrap a::before {
    margin-top: 20px;
    opacity: 0.9;
  }
}
#new-mainvisual .mv-wrap a::after {
  width: 30px;
  height: 35px;
  background-image: url(../images/icon_arrow_w.svg);
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-wrap a::after {
    content: "はこちら";
    background: none;
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 12px;
  }
}
#new-mainvisual .mv-wrap a p {
  font-size: 24px;
  letter-spacing: 2px;
  width: 264px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-wrap a p {
    display: none;
  }
}
#new-mainvisual .mv-wrap .yoru-tub {
  background: rgba(29, 28, 64, 0.9);
  margin-right: 8px;
  color: #fff;
}
#new-mainvisual .mv-wrap .yoru-tub.open, #new-mainvisual .mv-wrap .yoru-tub:hover {
  background: rgba(29, 28, 64, 0.96);
  opacity: 1;
}
#new-mainvisual .mv-wrap .hiru-tub {
  background: rgba(255, 255, 255, 0.9);
  margin-left: 8px;
  color: #333333;
}
#new-mainvisual .mv-wrap .hiru-tub::before {
  background-image: url(../images/icon_day.svg);
}
#new-mainvisual .mv-wrap .hiru-tub::after {
  background-image: url(../images/icon_arrow_b.svg);
}
#new-mainvisual .mv-wrap .hiru-tub.open, #new-mainvisual .mv-wrap .hiru-tub:hover {
  background: rgba(255, 255, 255, 0.96);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-wrap .hiru-tub::after {
    background: none;
  }
}
#new-mainvisual .mv-wrap .logo-wrap {
  width: 240px;
  margin: auto;
}
#new-mainvisual .mv-wrap .logo-wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-wrap .logo-wrap {
    width: 180px;
  }
}
#new-mainvisual .mv-wrap .tab-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
#new-mainvisual .mv-img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #15100a;
}
#new-mainvisual .mv-img > figure {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@media (orientation: portrait) and (max-width: 960px) {
  #new-mainvisual .mv-img > figure {
    height: 70vh;
    max-height: 500px;
  }
}
#new-mainvisual .mv-img > figure.bg01 {
  background-image: url(../images/mv_hidesoba01.jpg);
  animation-name: bg01;
  opacity: 1;
}
#new-mainvisual .mv-img > figure.bg02 {
  background-image: url(../images/mv_hidesoba02.jpg);
  animation-name: bg02;
  opacity: 1;
}
#new-mainvisual .mv-img > figure.bg03 {
  background-image: url(../images/mv_hidesoba03.jpg);
}
#new-mainvisual .navi-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
#new-mainvisual .navi-wrap.fix {
  position: fixed;
  top: 40px;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .navi-wrap.fix {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #new-mainvisual .navi-wrap.fix .navi-btm {
    background: #1d1c40;
  }
}
#new-mainvisual .navi-wrap > div {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
}
#new-mainvisual .navi-wrap .nevi-menu {
  width: 100%;
  display: flex;
  background: #1d1c40;
  align-items: flex-start;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .navi-wrap .nevi-menu {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 40px 0;
    height: 100vh;
  }
}
#new-mainvisual .navi-wrap .nevi-menu > div {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .navi-wrap .nevi-menu > div {
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
}
#new-mainvisual .navi-wrap .nevi-menu > div a {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 60px;
}
#new-mainvisual .navi-wrap .nevi-menu > div:nth-of-type(1) {
  margin-right: 50px;
}
#new-mainvisual .navi-wrap .nevi-menu > div:nth-of-type(2) {
  margin: 0 50px;
}
#new-mainvisual .navi-wrap .nevi-menu > div:nth-of-type(3) {
  margin-left: 50px;
}
#new-mainvisual .navi-btm {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
  background: #1d1c40;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .navi-btm {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .fix #new-mainvisual .navi-btm {
    background: #1d1c40;
  }
}
#new-mainvisual .navi-btm p {
  position: relative;
  margin: auto;
  width: 32px;
  height: 32px;
}
#new-mainvisual .navi-btm p span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  transition: transform 0.3s;
}
#new-mainvisual .navi-btm p span:nth-of-type(1) {
  top: 0;
}
#new-mainvisual .navi-btm p span:nth-of-type(2) {
  top: 15px;
}
#new-mainvisual .navi-btm p span:nth-of-type(3) {
  bottom: 0;
}
#new-mainvisual .navi-btm.active p span:nth-of-type(1) {
  transform: translateY(16px) rotate(-45deg);
}
#new-mainvisual .navi-btm.active p span:nth-of-type(2) {
  display: none;
}
#new-mainvisual .navi-btm.active p span:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}

#new-mainvisual .mv-menu-wrap > div {
  width: 100%;
}
#new-mainvisual .mv-menu-wrap > div > div {
  display: flex;
  margin: auto;
  max-width: 1040px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap > div > div {
    flex-direction: column;
  }
}
#new-mainvisual .mv-menu-wrap > div > div > div {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap > div > div > div {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #new-mainvisual .mv-menu-wrap > div > div > div:nth-of-type(3),
  #new-mainvisual .mv-menu-wrap > div > div > div:nth-of-type(4) {
    margin: 80px auto;
  }
}
#new-mainvisual .mv-menu-wrap #yoru-menu-wrap {
  background: rgba(29, 28, 64, 0.96);
}
#new-mainvisual .mv-menu-wrap #hiru-menu-wrap {
  background: rgba(255, 255, 255, 0.96);
}
#new-mainvisual .mv-menu-wrap .hiru-menu,
#new-mainvisual .mv-menu-wrap .yoru-menu {
  display: none;
  padding: 100px 0;
}
@media screen and (max-width: 1100px) {
  #new-mainvisual .mv-menu-wrap .hiru-menu,
  #new-mainvisual .mv-menu-wrap .yoru-menu {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap .hiru-menu,
  #new-mainvisual .mv-menu-wrap .yoru-menu {
    padding: 80px 0;
  }
}
#new-mainvisual .mv-menu-wrap .hiru-menu.open,
#new-mainvisual .mv-menu-wrap .yoru-menu.open {
  display: none;
}
#new-mainvisual .mv-menu-wrap .img {
  padding-top: 25.962%;
  background: url(../images/img_yty_n01.jpg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap .img {
    width: 100vw;
    padding-top: 74.666666vw;
    background-size: cover;
  }
}
#new-mainvisual .mv-menu-wrap .img2 {
  background-image: url(../images/img_yty_n02.jpg);
}
#new-mainvisual .mv-menu-wrap .img3 {
  background-image: url(../images/img_yty_d01.jpg);
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap .img3 {
    display: none;
  }
}
#new-mainvisual .mv-menu-wrap .title {
  padding-top: 25.962%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap .title {
    order: -1;
    padding-top: 300px;
    margin-bottom: 140px;
  }
}
#new-mainvisual .mv-menu-wrap .title::before {
  content: "";
  width: 100%;
  height: 305px;
  bottom: 10px;
  left: 0;
  position: absolute;
  background: url(../images/ttl_night.svg) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap .title::before {
    height: 280px;
    background-size: contain;
  }
}
#new-mainvisual .mv-menu-wrap .title p {
  display: none;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap .title p {
    display: block;
    font-size: 24px;
    margin: 20px auto -100px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
  }
}
#new-mainvisual .mv-menu-wrap .hiru-menu .title::before {
  background-image: url(../images/ttl_day.svg);
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap .hiru-menu .title {
    margin-bottom: 80px;
  }
  #new-mainvisual .mv-menu-wrap .hiru-menu .title p {
    color: #333;
  }
}
#new-mainvisual .mv-menu-wrap .text {
  color: #fff;
  letter-spacing: 0.9px;
  line-height: 45px;
  padding-right: 50px;
  font-size: 18px;
}
#new-mainvisual .mv-menu-wrap .text.hiru {
  width: 100%;
  color: #15100a;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap .text {
    width: 90vw;
    margin: 40px auto;
    padding: 0;
  }
}
#new-mainvisual .mv-menu-wrap ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap ul {
    flex-wrap: wrap;
    margin: 40px auto;
    width: 90vw;
  }
}
#new-mainvisual .mv-menu-wrap ul li {
  width: 153px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap ul li {
    width: 46%;
    margin: 0 auto 24px;
  }
  #new-mainvisual .mv-menu-wrap ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  #new-mainvisual .mv-menu-wrap ul li:nth-of-type(even) {
    margin-right: 0;
  }
}
#new-mainvisual .mv-menu-wrap ul li img {
  width: 100%;
}
#new-mainvisual .mv-menu-wrap ul li p {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 21px;
  text-align: center;
  margin-top: 8px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #new-mainvisual .mv-menu-wrap ul li:first-of-type {
    margin-left: 0;
  }
  #new-mainvisual .mv-menu-wrap ul li:last-of-type {
    margin-right: 0;
  }
}
#new-mainvisual .mv-menu-wrap a {
  width: 420px;
  margin: 80px auto 0;
  background: rgba(29, 28, 64, 0.8);
  border: 1px solid rgb(247, 247, 247);
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 90px;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap a {
    width: 90%;
    margin: auto;
  }
  #new-mainvisual .mv-menu-wrap a:nth-of-type(1) {
    margin-bottom: 24px;
  }
}

.course-menu {
  display: none;
  padding: 0 0 100px;
  background-color: rgba(29, 28, 64, 0.96);
}
.course-menu.open {
  display: none;
}

.course-menu__inner {
  width: min(100% - 32px, 1040px);
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .course-menu__inner .course-menu__heading-wrap {
    width: 100%;
  }
}
.course-menu__inner .course-menu__heading-wrap .course-heading-text {
  margin: 32px auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.course-menu__inner .course-menu__box-wrap .course-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .course-menu__inner .course-menu__box-wrap .course-box {
    gap: 32px;
  }
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col {
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px;
  align-items: flex-start; /* 縦方向のアイテム開始位置（上）に揃える */
  align-content: flex-start; /* 複数行のFlexアイテムを上寄せにする */
}
@media screen and (max-width: 767px) {
  .course-menu__inner .course-menu__box-wrap .course-box .course-box-col {
    width: 100%;
  }
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid {
  display: block;
  width: 100%;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .grid-box {
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-template-rows: auto;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  .course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .grid-box {
    grid-template-columns: 90px 1fr;
  }
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .grid-box .title {
  background-color: #f6f6f6;
  color: #171549;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .grid-box > div {
  padding: 4px;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .notice {
  width: 100%;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div9, .course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div7, .course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div5, .course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div3, .course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div1 {
  border-top: 1px solid #c2bfc4;
  border-left: 1px solid #c2bfc4;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div11 {
  border-top: 1px solid #c2bfc4;
  border-left: 1px solid #c2bfc4;
  border-bottom: 1px solid #c2bfc4;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div10, .course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div8, .course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div6, .course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div4, .course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div2 {
  border-top: 1px solid #c2bfc4;
  border-left: 1px solid #c2bfc4;
  border-right: 1px solid #c2bfc4;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div12 {
  border-top: 1px solid #c2bfc4;
  border-left: 1px solid #c2bfc4;
  border-right: 1px solid #c2bfc4;
  border-bottom: 1px solid #c2bfc4;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div2 {
  grid-column: span 4/span 4;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div3 {
  grid-row-start: 2;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div4 {
  grid-column: span 4/span 4;
  grid-row-start: 2;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div5 {
  grid-row-start: 3;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div6 {
  grid-column: span 4/span 4;
  grid-row-start: 3;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div7 {
  grid-row-start: 4;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div8 {
  grid-column: span 4/span 4;
  grid-row-start: 4;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div9 {
  grid-row-start: 5;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div10 {
  grid-column: span 4/span 4;
  grid-row-start: 5;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div11 {
  grid-row-start: 6;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col.grid .div12 {
  grid-column: span 4/span 4;
  grid-row-start: 6;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col h4 {
  padding-left: 16px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .course-menu__inner .course-menu__box-wrap .course-box .course-box-col h4 {
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 1.5em !important;
    padding: 8px 0;
    margin-bottom: 16px;
  }
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col h4 span {
  display: block;
  font-size: 16px;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-title {
  width: 100%;
  font-size: 32px;
  line-height: 1.75em;
  border-bottom: 2px solid #7c7000;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-title {
    text-align: center;
    line-height: 1.5em;
    padding: 8px;
    margin-bottom: auto;
  }
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-title::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-title .course-text-s {
  display: block;
  font-size: 16px;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-title .course-text-s span {
  color: #d51919;
  font-size: 20px;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-detail {
  width: 33%;
  font-size: 16px;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-detail {
    width: 100%;
  }
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-price-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-price-wrap:first-child {
  margin-bottom: 16px;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-box-text {
  margin-right: 16px;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-box-price {
  margin-right: 16px;
  line-height: 1.5em;
  color: #d51919;
  font-size: 32px;
  padding-left: 16px;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .course-box-price span {
  font-size: 16px;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-box-col .reservation {
  padding: 8px 16px;
  text-align: center;
  color: #fff;
  background-color: #f3980a;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.course-menu__inner .course-menu__box-wrap .course-box .course-type-sobamae .course-title::before {
  background-image: url("../images/icon-sobamae.png");
}
.course-menu__inner .course-menu__box-wrap .course-box .course-type-kamonabe .course-title::before {
  background-image: url("../images/icon-kamonabe.png");
}
.course-menu__inner .course-menu__box-wrap .course-box .course-type-seasonal .course-title::before {
  background-image: url("../images/icon-seasonal.png");
}
.course-menu__inner .course-menu__box-wrap .course-box .course-type-kiwami .course-title::before {
  background-image: url("../images/icon-kiwami.png");
}

.season-menu {
  background-color: #fff;
  padding-bottom: 80px;
}
.season-menu h2 {
  margin-bottom: 3rem;
}
.season-menu h3 {
  font-weight: normal;
  text-align: center;
}
.season-menu__wrap {
  width: min(100% - 32px, 1080px);
  margin: 32px auto 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .season-menu__wrap {
    grid-template-columns: 1fr;
  }
}
.season-menu__item {
  border: 0.5px solid rgb(199, 199, 199);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.season-menu__item-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  vertical-align: bottom;
  width: 100%;
}
.season-menu__item-wrap {
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
}
.season-menu__icons {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.season-menu__icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.season-menu__item-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.season-menu__item-des {
  font-size: 16px;
  line-height: 1.5;
}
.season-menu__item-des span {
  font-size: 12px;
}
.season-menu__item-price {
  margin: auto 0 16px;
  font-size: 32px;
  color: #d51919;
  text-align: right;
}
.season-menu__item-price span {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 0 5px;
}

#news {
  padding: 0 0 80px;
  background-color: #eee;
  background-image: none;
}

.notie-box {
  width: min(100% - 32px, 1080px);
  margin: 40px auto 0;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 18px;
}
.notie-box ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  line-height: 1.7;
}
.notie-box ul li a {
  text-decoration: underline;
}

.news__content-wrap {
  width: min(100% - 32px, 1090px);
  margin: 40px auto 0;
}
.news__content-title {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
  text-align: center;
}
.news__content-text {
  line-height: 2;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news__content-text {
    text-align: left;
  }
}

.yearend-notice-section__calendar,
.yearend-notice-section__list {
  background-color: var(--calendar-bg);
}

.yearend-notice-section {
  background-color: var(--base-color);
  color: var(--text-color);
  text-align: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .yearend-notice-section {
    text-align: left;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.yearend-notice-section__inner {
  border-top: 1px solid var(--accent-color);
  padding-top: 40px;
}
.yearend-notice-section .section-head {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .yearend-notice-section .section-head {
    margin-bottom: 24px;
  }
}
.yearend-notice-section .section-head .section-head__heading {
  font-size: clamp(1.5rem, 1.2428rem + 1.097vw, 2rem);
  color: var(--accent-color);
}
.yearend-notice-section__text {
  font-size: clamp(0.875rem, 0.8107rem + 0.274vw, 1rem);
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .yearend-notice-section__text {
    line-height: 2;
    text-align: left;
    margin-bottom: 16px;
  }
}
.yearend-notice-section__calendar-wrap {
  max-width: 1104px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .yearend-notice-section__calendar-wrap {
    display: none;
  }
}
.yearend-notice-section__calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  border: 1px solid var(--accent-color);
  border-top: none;
}
.yearend-notice-section__calendar th,
.yearend-notice-section__calendar td {
  border: 1px solid var(--accent-color);
  padding: 10px 5px;
  text-align: center;
  line-height: 1.4;
  word-break: keep-all;
}
.yearend-notice-section__calendar--date-row th {
  color: var(--card-text);
  background-color: var(--calendar-date-bg-pc);
}
.yearend-notice-section__calendar--day-row th {
  font-weight: bold;
  color: var(--text-color);
  background-color: var(--accordion-bg);
}
.yearend-notice-section__calendar--day-row th.sat {
  color: #638ebe;
}
.yearend-notice-section__calendar--day-row th.sun {
  color: #d46269;
}
.yearend-notice-section__calendar--status-row td.is-special {
  color: #a99361;
  font-weight: bold;
}
.yearend-notice-section__calendar--status-row td.is-close {
  color: #c95f66;
  font-weight: bold;
}
.yearend-notice-section__calendar--time-row td {
  background-color: var(--base-color);
  color: var(--text-color);
  vertical-align: top;
  font-size: 12px;
  white-space: pre-wrap;
}
.yearend-notice-section__list {
  display: none;
}
@media screen and (max-width: 767px) {
  .yearend-notice-section__list {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
  }
}
.yearend-notice-section__item {
  border: 1px solid var(--accent-color);
  overflow: hidden;
}
.yearend-notice-section__item:not(:first-child) {
  border-top: none;
}
.yearend-notice-section__item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.yearend-notice-section__item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yearend-notice-section__item.holiday .status {
  color: var(--accent-color);
}
.yearend-notice-section__item.close .status {
  color: #c95f66;
}
.yearend-notice-section__item.close .time {
  color: #c95f66;
}
.yearend-notice-section__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yearend-notice-section__item-date {
  background-color: var(--calendar-date-bg-sp);
  flex-shrink: 0;
  padding: 13px 8px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  min-width: 80px;
}
.yearend-notice-section__item-date.sat-text {
  color: #638ebe;
  font-weight: bold;
}
.yearend-notice-section__item-date.sun-text {
  color: #d46269;
  font-weight: bold;
}
.yearend-notice-section__item-info {
  flex-grow: 1;
  padding: 4px 12px;
  font-size: 14px;
  color: var(--text-color);
}
.yearend-notice-section__item-info .status {
  line-height: 1.5;
}
.yearend-notice-section__item.holiday .yearend-notice-section__item-info .status {
  font-weight: bold;
  color: var(--accent-color);
}
.yearend-notice-section__item-info .time {
  white-space: normal;
  font-size: 14px;
  line-height: 1.4;
}

#shopInformation {
  background-color: #fff;
}
#shopInformation h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1.4em !important;
  background-color: #000;
  padding: 1rem 0;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #shopInformation h2 {
    font-size: 28px;
  }
}
#shopInformation h2 span.header-subtitle {
  font-size: 18px;
}
#shopInformation h3 {
  font-size: 26px;
  font-weight: normal;
}
#shopInformation .section-box-wrap {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#shopInformation .b-hours {
  margin-left: 20px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 97px 70px auto auto;
}
@media screen and (max-width: 767px) {
  #shopInformation .b-hours {
    margin-left: 0px;
    grid-template-rows: auto;
    grid-template-columns: 75px 70px auto;
  }
}
@media screen and (max-width: 767px) {
  #shopInformation .b-hours .last-order {
    grid-column: 2/5;
  }
}
#shopInformation .map__wrap {
  width: 100%;
  padding: 16px 0;
  margin: 0 auto;
}
#shopInformation .map__wrap p {
  text-align: center;
}
#shopInformation .map__wrap p a {
  text-decoration: underline;
}

#shopWrap {
  padding: 20px 0;
  background-image: url(../images/shop_001.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#shopWrap .section-box-wrap {
  background-color: rgba(255, 255, 255, 0.9);
}
#shopWrap .section-box-wrap .section-box-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
#shopWrap .section-box-wrap .section-box:nth-child(1) {
  width: 40%;
  padding: 1%;
  order: 1;
}
@media screen and (max-width: 767px) {
  #shopWrap .section-box-wrap .section-box:nth-child(1) {
    width: 100%;
  }
}
#shopWrap .section-box-wrap .section-box:nth-child(2) {
  width: 58%;
  padding: 2.5%;
  order: 1;
}
@media screen and (max-width: 767px) {
  #shopWrap .section-box-wrap .section-box:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}
#shopWrap .section-box-list li {
  font-size: 18px;
  display: flex;
  flex-wrap: nowrap;
  padding: 8px 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #shopWrap .section-box-list li {
    flex-direction: column;
  }
}
#shopWrap .section-box-list li span {
  width: 110px;
}
@media screen and (max-width: 767px) {
  #shopWrap .section-box-list li span {
    width: 100%;
    font-size: 80%;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #6c71b8;
    color: #fff;
  }
}

.faq {
  background-color: #fff;
  padding-top: 80px;
}
.faq__inner {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}
.faq h3 {
  text-align: center;
  font-weight: normal;
}

.textBox {
  padding: 1.5em 0 1em;
}

.faq--question {
  padding-left: 4rem;
  position: relative;
}
.faq--question::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-image: url(../images/icon-question.png);
  background-repeat: no-repeat;
  background-color: #0057b8;
  background-size: 30px;
  position: absolute;
  left: 12px;
  top: -2px;
}

.faq--answer {
  margin: 16px 0 40px;
  padding: 20px 30px;
  background-color: #fff;
  padding-left: 4rem;
  position: relative;
}
.faq--answer::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-image: url(../images/icon-answer.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-color: #48c409;
  position: absolute;
  left: 12px;
  top: 12px;
}
.faq--answer a {
  text-decoration: underline;
}

@keyframes bg01 {
  0% {
    opacity: 1;
  }
  28.333% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg02 {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 1;
  }
  61.666% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --calendar-bg: #ffffff;
  --card-text: #333;
  --calendar-date-bg-pc: #ede9e6;
  --calendar-date-bg-sp: #ede9e6;
  --accent-color: #60512e;
}