@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
.all-wrapper {
  /*パンくず*/
  /*　////////////////////////////////
  lower_header
  //////////////////////////////////　*/
}
.all-wrapper .breadcrumb-wrap {
  margin: 0 0 30px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .all-wrapper .breadcrumb-wrap {
    margin: 0 0 45px;
  }
}
.all-wrapper .breadcrumb-wrap .breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a {
  text-decoration: none;
  color: #000000;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a:hover {
  text-decoration: underline;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:after {
  content: "＞";
  padding: 0 3px;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:last-child:after {
  content: "";
}

/* all-wrapper */
/*　////////////////////////////////
メイン画像
//////////////////////////////////　*/
.menu {
  padding: 40px 16px;
  /* 列 */
  /* 列の中身を均等配置 */
  /* 最後の罫線を消す */
}
.menu .h-style-a {
  text-align: center;
}
.menu .menu-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .menu .menu-inner {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.menu .menu-column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu .menu-list {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.menu .menu-item dt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.menu .menu-item dt span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
.menu .menu-item dd {
  margin: 0;
  font-size: 1.6rem;
  white-space: nowrap;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .menu .menu-item:last-child {
    border-bottom: none;
  }
}
.menu .menu-hero {
  background: #000;
  margin-bottom: 60px;
  /* ===== 左テキスト ===== */
  /* ===== 右画像 ===== */
}
.menu .menu-hero .menu-hero-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  overflow: hidden;
}
@media (min-width: 768px) {
  .menu .menu-hero .menu-hero-inner {
    -ms-grid-columns: 1fr 1.4fr;
    grid-template-columns: 1fr 1.4fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.menu .menu-hero .menu-hero-text {
  padding: 48px 32px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#1a0f0c), color-stop(60%, #2a1a14), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #1a0f0c 0%, #2a1a14 60%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .menu .menu-hero .menu-hero-text {
    padding: 64px 56px;
  }
}
.menu .menu-hero h2.menu-hero-title {
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  margin-bottom: 24px;
}
.menu .menu-hero .menu-hero-image {
  position: relative;
  height: 260px;
}
@media (min-width: 768px) {
  .menu .menu-hero .menu-hero-image {
    height: 300px;
  }
}
.menu .menu-hero .menu-hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}