@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定*/

/*全体の設定*/
body {
  margin: 0px;
  padding: 0px;
  color: #fff;
  /*全体の文字色*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  /*フォント種類*/
  font-size: 16px;
  /*文字サイズ*/
  line-height: 2;
  /*行間*/
  background: #000;
  /*背景色*/
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style-type: none;
}

ol {
  padding-left: 40px;
  padding-bottom: 15px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}

iframe {
  width: 80%;
  height: 560px;
  display: block;
  margin: auto;
  padding: 10px;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #fff;
  /*リンクテキストの色*/
  transition: 0.2s;
  /*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}

a:hover {
  color: #c73302;
  /*マウスオン時の文字色*/
  text-decoration: none;
  /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*containerブロック
---------------------------------------------------------------------------*/
#container {
  max-width: 100%;
  /*サイトの最大幅*/
  margin: 0 auto;
}

/*ロゴ　＋　メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
.menubar {
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  background: linear-gradient(rgba(255, 255, 255, 0.9), #fff 60%);
  /*グラデーション*/
}

.menubar a img {
  width: 160px;
  margin-left: 32px;
}

.menu_list {
  height: 80px;
  align-items: center;
  display: flex;
}

.menu_list ul {
  display: flex;
  margin-left: 32px;
}

.menu_list ul li {
  margin: 0px 16px;
}

.menu_list ul li a {
  font-size: 18px;
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
}

.menu_list ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #c73302;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

.menu_list ul li a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

/* LINE ヘッダー用*/
.menubar_line {
  margin: 8px;
}

.menubar_line a {
  color: #fff;
  background-color: #06C755;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 0.3rem 2.5rem 0.3rem 1rem;
  max-width: 240px;
  font-size: 1.3rem;
  border-radius: 10px;
}

.menubar_line a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.menubar_line a:hover {
  opacity: 0.7;
}

.menubar_line a .icon-svg-button {
  width: 32px;
  height: 32px;
  margin: 0 8px;
}

/*スマホ用メニューを表示させない*/
#menubar-s {
  display: none;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像（トップページのロゴ画像）*/
header #logo img {
  position: absolute;
  left: 45%;
  /*左から45%の場所に配置*/
  top: 0px;
  /*上から0pxの場所に配置*/
  width: 15%;
  /*画像幅*/
}

/* トップの背景画像スライダー */
.bg_slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../images/home/hero/hero_images_main.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
}

.bg_slider_layer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: translateX(0);
  pointer-events: none;
  will-change: transform, opacity;
}

.bg_slider_layer.is-active {
  opacity: 1;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
  background-color: #333;
}

/*h1見出し*/
.contents h2.c-section-title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*フォント指定*/
  font-size: 40px;
  /*文字サイズ*/
  margin-bottom: 30px;
  /*下に空ける余白*/
  text-align: center;
  /*文字をセンタリング*/
  letter-spacing: 0.2em;
  /*文字間隔を広くとる設定*/
  color: #fff;
  /*文字色*/
}

/*h1見出しの１文字目*/
.contents h2.c-section-title::first-letter {
  font-size: 60px;
  /*文字サイズ*/
  border: 1px solid #222;
  /*枠線の幅、線種、色*/
  padding: 10px;
  /*余白*/
  margin-right: 5px;
  /*右側に空けるスペース*/
  letter-spacing: normal;
  /*文字間隔を通常に*/
  text-shadow: 5px 5px rgba(255, 255, 255, 0.2);
  /*文字の影。右に、下に、255,255,255は白の事で0.2は透明度20%の事。*/
}

/*h1見出し内のspanタグ*/
.contents h2.c-section-title span {
  display: block;
  font-size: 14px;
  /*文字サイズ*/
  margin-top: -10px;
  /*少し上に詰める設定*/
}

/*h2見出し*/
.contents h2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*フォント指定*/
  font-size: 40px;
  /*文字サイズ*/
  margin-bottom: 16px;
  /*下に空ける余白*/
  text-align: center;
  /*文字をセンタリング*/
  letter-spacing: 0.2em;
  /*文字間隔を広くとる設定*/
  color: #fff;
  /*文字色*/
}

.contents h2 span {
  display: block;
  font-size: 14px;
  /*文字サイズ*/
  margin-top: -13px;
  /*少し上に詰める設定*/
}

/*h3見出し*/
.contents h3 {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  /*フォント指定*/
  font-size: 28px;
  /*文字サイズ*/
  color: #fff;
  /*文字色*/
  margin-bottom: 20px;
  /*下に空ける余白*/
  letter-spacing: 0.1em;
  /*文字間隔を広くとる設定*/
}

/*段落タグ*/
.contents p {
  margin-bottom: 20px;
  /*下に空ける余白*/
}

/*段落タグが続いた場合の設定*/
.contents p+p {
  margin-top: -5px;
  /*続いた段落タグを少し上に詰める設定*/
}

section+section {
  padding-top: 100px;
}

/* リピート率の画像 */
.box1 {
  background-image: url(../images/common/backgrounds/washi_bg04.jpg);
}

.repeat_90 {
  width: 100%;
  padding-bottom: 40px;
}

.repeat_90 img {
  width: 480px;
  display: block;
  margin: auto;
}

/* 創寿司こだわり */
.com_content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/common/backgrounds/washi_bg02.jpg");
  /* 和紙は白い雲龍模様*/
  padding: 24px 0px;
}

.com_content_title {
  color: #000 !important;
}

/*h1見出しの１文字目*/
.com_content_title::first-letter {
  text-shadow: 5px 5px rgba(110, 109, 109, 0.2) !important;
  /*文字の影。右に、下に、255,255,255は白の事で0.2は透明度20%の事。*/
}

.wrapper {
  width: 80%;
  display: block;
  margin: auto;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 64px;

  /* フェードイン前 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン後 */
.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.flex_reverse {
  flex-direction: row-reverse;
}

.flex_img {
  width: 560px;
}

.flex_content {
  width: 47%;
}

.flex_content_title {
  text-align: center;
  margin-top: 56px;
  color: #000 !important;
}

.flex_content_title .under {
  border-bottom: solid 2px #333;
}

.flex_content_text {
  font-size: 16px;
  color: #000 !important;
}

/* プロフィールカード */
.pro_content {
  background-image: url("../images/common/backgrounds/washi_bg04.jpg");
  padding-bottom: 40px;
}

.pro_card_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 20px;
  margin: auto;
  gap: 40px;
}

.pro_img {
  width: 400px;
  height: 400px;
  background-size: cover;
  background-position: right 50% bottom 60%;
  border-radius: 50%;
  background-image: url(../images/home/profile/hajime_profile_img.jpg);
}

.card_text_content {
  color: #333;
  width: 50%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

.card_text_content h4 {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  /*フォント指定*/
  font-size: 28px;
  margin-bottom: -16px;
}

.pro_card_sub {
  margin-bottom: 0 !important;
}

.card_text_content .pro_card_title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
  margin-bottom: 16px;
  color: #000;
  text-align: left;
  letter-spacing: 0.2em;
}

.card_text_content .pro_card_title span {
  display: block;
  font-size: 14px;
  margin-top: -13px;
}

.pro_card_text {
  line-height: 2;
}

/* 基本コース */
.menu_contents {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/common/backgrounds/washi_bg02.jpg");
  padding: 24px 0px;
}

.menu_contents .sub_title .c-section-title {
  color: #000;
}

.course_flex_box {
  display: flex;
  justify-content: center;
}

.course_box {
  width: 400px;
  height: 160px;
  border: 5px solid #000;
  border-radius: 5px;
  margin: 24px 32px;
  padding: 0px 8px;
}

.course_box h3,
.course_box p {
  color: #000;
  text-align: center;
}

.course_box h3 {
  font-size: 40px;
}

.course_box p {
  font-size: 24px;
}

/* 満足 */
.satisfaction_box {
  background-image: url(../images/common/backgrounds/washi_bg06_v2.jpg);
  border: 5px solid #FFA500;
  background-position: center;
}

/* 厳選 */
.selected_box {
  border: 5px solid #bababa;
  background-image: url(../images/common/backgrounds/washi_bg07.jpg);
  border-radius: 5px;
  /* 任意の丸みを指定 */
}

.selected_title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#ffffdb),
      to(#a16422));
  background: -webkit-linear-gradient(bottom, #e9d2d2, #9d9d9d);
  background: linear-gradient(to top, #e9d2d2, #9d9d9d);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.selected_text {
  color: #fff !important;
}

/* VIP */
.special_box {
  background-image: url(../images/common/backgrounds/washi_bg05.jpg);
  border: 5px solid #D0A900;
  border-radius: 5px;
  /* 任意の丸みを指定 */
}

.special_course {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#ffffdb),
      to(#a16422));
  background: -webkit-linear-gradient(bottom, #ffffdb, #b06f29);
  background: linear-gradient(to top, #ffffdb, #b06f29);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.special_text {
  color: #fff !important;
}

.home_buffet_card {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(84%, 980px);
  margin: 20px auto 8px;
  padding: 24px 28px;
  color: #000;
  border: 4px solid #333;
  border-radius: 5px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.76)), url(../images/common/backgrounds/washi_bg06_v2.jpg);
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}

.home_buffet_text .home_buffet_label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 1px 10px;
  color: #fff;
  background-color: #c73302;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.6;
}

.home_buffet_text h3 {
  margin-bottom: 8px;
  color: #000;
  font-size: 32px;
  line-height: 1.3;
}

.home_buffet_text p {
  color: #000;
  line-height: 1.7;
}

.home_buffet_points {
  list-style: none;
}

.home_buffet_points li {
  position: relative;
  padding-left: 1.2em;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
}

.home_buffet_points li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #c73302;
  border-radius: 50%;
}

.home_buffet_link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 10px 38px 10px 22px;
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.home_buffet_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.2s ease-in-out;
}

.home_buffet_link a:hover {
  color: #222;
  background-color: #fff;
  border-color: #222;
}

.home_buffet_link a:hover::after {
  border-color: #222;
  right: 14px;
}

/* Course　補足情報 */
.course_attention {
  width: min(48vw, 680px);
  max-width: calc(100% - 40px);
  display: block;
  margin: 24px auto 0px;
  padding: 0.3em 0.8em;
  color: #000;
  border: solid 3px #333;
  border-radius: 10px;
  background-color: #e7c56d;
  box-sizing: border-box;
}

.atten_title h3 {
  color: #000;
  text-align: center;
}

.atten_title span {
  display: block;
  font-size: 12px;
  /*文字サイズ*/
  margin-top: -13px;
  /*少し上に詰める設定*/
}

.atten_ul {
  position: relative;
}

.atten_ul li {
  position: relative;
  border-bottom: dashed 1px #333;
  list-style-type: none !important;
  /*ポチ消す*/
  padding: 0.5em 1em 0.5em 48px;
  line-height: 1.5em;
  text-align: left;
}

.atten_ul li:before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0.5em;
  width: 24px;
  height: 24px;
  background: url("../images/common/icons/receipe_finger_lists.svg") center / contain no-repeat;
  /*左端からのアイコンまで*/
}

.atten_ul strong {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  line-height: 1.4;
}

.atten_ul li:last-of-type {
  border-bottom: none;
  /*最後のliの線だけ消す*/
}

/* 自動スライダー */
.slider {
  --marquee-slide-width: 33.333333vw;
  --marquee-slide-height: 400px;
  height: var(--marquee-slide-height);
  overflow: hidden;
  direction: ltr;
}

.native-marquee-track {
  display: flex;
  height: 100%;
  width: max-content;
  animation: native-marquee var(--marquee-duration, 70000ms) linear infinite;
  will-change: transform;
}

.native-marquee-slide {
  flex: 0 0 auto;
  width: var(--marquee-slide-width);
  height: 100%;
}

.slide_img {
  height: var(--marquee-slide-height);
  padding: 4px 5px;
  box-sizing: border-box;
  background-color: #fff;
}

.slide_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@keyframes native-marquee {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .native-marquee-track {
    animation: none;
    transform: translateX(0);
  }
}

/* お問い合わせ */
.contact_box {
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 0;
  padding: 56px max(5%, calc((100% - 1200px) / 2)) 48px;
  background-color: #171a1b;
  background-image:
    url("../images/common/backgrounds/washi_bg04.jpg");
  background-position: center;
  background-size: cover;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: auto;
}

.con_list {
  width: 400px;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 16px;
  line-height: 1.5;
  padding-top: 8px;
  background: rgba(0, 0, 0, 0.26);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.con_list .contact_icon {
  font-size: 80px;
  text-align: center;
}

.con_list p {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*フォント指定*/
  font-size: 32px;
  text-align: center;
}

/* LINE お友達追加 無料相談 */
.line_add {
  margin: 24px 0px;
}

.line_add a {
  color: #fff;
  background-color: #06C755;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 3rem 1rem 2rem;
  max-width: 240px;
  border-bottom: 5px solid #094;
  font-size: 1.5rem;
  border-radius: 100vh;
}

.line_add a:hover {
  color: #fff;
  background: #4CC764;
  border-bottom: 2px solid #4CC764;
}

.line_add a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/* 電話番号 */
.con_tel {
  margin: 24px 0px;
}

.con_tel a {
  color: #fff;
  display: block;
  margin: auto;
  max-width: 280px;
  background-color: #eb6100;
  border-bottom: 5px solid #d25600;
  padding: 1rem 3rem 1rem 2rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 100vh;
}

.con_tel a:hover {
  background-color: #eb7900;
  border-bottom: 2px solid #eb7900;
}

.contact_note {
  max-width: 880px;
  margin: 20px auto 0;
  padding: 4px 16px 8px;
  text-align: center;
}

/* ボタン　デザイン
------------------------------------------------------------------------- */
/* よくある質問へ */
.index_btn {
  padding: 24px 0px;
}

.index_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 12px 42px 12px 28px;
  color: #222;
  background: #fff;
  border: 2px solid #222;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}

.index_btn a:hover {
  background: #222;
  color: #fff !important;
  border-color: #222;
}

.index_btn a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.index_btn a:hover:after {
  border-color: #fff;
  right: 16px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
.news_content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/common/backgrounds/washi_bg02.jpg");
  padding: 24px 0px;
}

.news_head_title h2.c-section-title {
  color: #333;
}

/*h1見出しの１文字目*/
.news_head_title h2.c-section-title::first-letter {
  text-shadow: 5px 5px rgba(78, 77, 77, 0.2);
  /*文字の影。右に、下に、255,255,255は白の事で0.2は透明度20%の事。*/
}

.news-list {
  list-style: none outside;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.news-list .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #333;
  max-width: 720px;
  margin: auto;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #777777;
  padding: 0 20px 0 0;
}

.news-list .item .title {
  margin: 0;
  width: 100%;
}

/* 動画・PICK UP */
.media_section {
  padding: 56px max(5%, calc((100% - 1200px) / 2)) 48px;
  background-color: #171a1b;
  background-image:
    url("../images/common/backgrounds/washi_bg04.jpg");
  background-position: center;
  background-size: cover;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sushi_movie {
  max-width: 1100px;
  margin: auto;
}

.sushi_movie iframe {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #000;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.pick_up {
  width: 100%;
  max-width: 1100px;
  display: block;
  box-sizing: border-box;
  margin: 32px auto 0;
  padding: 24px 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pick_up p {
  text-align: center;
}

.pick_up a {
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 0.2em;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
  background: #F00;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  font-size: 70%;
  /*文字サイズ*/
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}

/*フッター設定
---------------------------------------------------------------------------*/
.footer_top {
  width: 100%;
  height: 400px;
  background-image: url(../images/common/backgrounds/washi_bg.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-around;
}

.footer_one #footer_top_img img {
  width: 240px;
  margin-bottom: 24px;
}

.footer_sns {
  margin-top: 40px;
}

.footer_sns .footer_heading span {
  color: #000;
  font-size: 24px;
  line-height: 2;
  border-bottom: 2px solid red;
}

.footer_sns a .icon-svg-social {
  width: 40px;
  height: 40px;
  margin: 0;
}

.footer_sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 4px;
  line-height: 1;
  vertical-align: middle;
}

.footer_sns a img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  object-fit: contain;
}

.footer_sns a:last-child {
  margin-right: 0;
}

.footer_sns a .icon-svg-social:hover {
  opacity: 0.8;
}

.footer_sns a img:hover {
  opacity: 0.8;
}

.footer_second {
  line-height: 2;
  padding-top: 40px;
}

.footer_second .footer_heading span {
  color: #000;
  font-size: 32px;
  border-bottom: 2px solid red;
}

.footer_second p a {
  color: #000;
  line-height: 2.5;
  font-size: 16px;
}

.footer_second p a:hover {
  border-bottom: 1px solid red;
}

.footer_third {
  line-height: 2;
  padding-top: 40px;
}

.footer_third .footer_heading span {
  color: #000;
  font-size: 32px;
  border-bottom: 2px solid red;
}

.footer_line {
  margin: 32px 0px;
}

.footer_line a {
  color: #fff;
  background-color: #06C755;
  border-bottom: 5px solid #094;
  padding: 1rem 3rem 1rem 2rem;
  font-size: 1.5rem;
  border-radius: 100vh;
}

.footer_line a:hover {
  color: #fff;
  background: #4CC764;
  border-bottom: 2px solid #4CC764;
}

.footer_line a .icon-svg-button {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}

.footer_tel {
  margin-top: 40px;
}

.footer_tel a {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #d25600;
  padding: 1rem 3rem 1rem 2rem;
  font-size: 1.5rem;
  border-radius: 100vh;
}

.footer_tel a:hover {
  background-color: #eb7900;
  border-bottom: 2px solid #eb7900;
}

.footer_tel a .icon-svg-button {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
  clear: both;
  text-align: center;
  background: #c73302;
  /*背景色*/
}

#copyright a {
  text-decoration: none;
}

#copyright a:hover {
  color: #d8d8d8;
}


/*その他
---------------------------------------------------------------------------*/
.look {
  background: #333;
  padding: 5px 10px;
  border-radius: 4px;
}

.mb15,
.mb1em {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.p0 {
  padding: 0 !important;
}

.clear {
  clear: both;
}

ul.disc {
  padding: 0em 25px 15px;
  list-style: disc;
}

.color1,
.color1 a {
  color: #c73302 !important;
}

.pr {
  font-size: 10px;
}

.wl {
  width: 96%;
}

.ws {
  width: 50%;
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

.l {
  text-align: left;
}

.w50 {
  overflow: hidden;
  width: 50%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.big1 {
  font-size: 50px;
}

.mini1 {
  font-size: 11px;
  display: inline-block;
  line-height: 1.5;
}

.sh {
  display: none;
}

.bg1 {
  overflow: hidden;
  background: #000 !important;
}

.bg2 {
  overflow: hidden;
  background: url(../images/common/backgrounds/bg2.jpg) !important;
}

@media screen and (max-width: 1280px) {
  .pro_card {
    padding: 0 20px;
  }

  .pro_card_flex {
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 0 20px;
  }

  .pro_img {
    width: 320px;
    height: 320px;
  }

  .card_text_content {
    color: #333;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 20px;
  }
}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {

  #navArea {
    display: block;
  }

  /*メインメニュー
---------------------------------------------------------------------------*/
  /*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
  @keyframes menu1 {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  /*ヘッダー
---------------------------------------------------------------------------*/
  /*ロゴ画像（トップページのロゴ画像）*/
  header #logo img {
    left: 5%;
    /*左から5%の場所に配置*/
    width: 20%;
    /*画像幅*/
  }

  /*メインメニュー
---------------------------------------------------------------------------*/
  /*スマホ用メニューブロック*/
  #menubar-s {
    display: flex;
    position: fixed;
    width: 72%;
    top: 0px;
    left: -800px;
    bottom: 0px;
    z-index: 30;
    background: #ffffff;
    /*背景色*/
    transition: all 0.25s;
  }

  .open #menubar-s {
    left: 0;
    opacity: 1;
  }

  #menubar-s .inner {
    padding: 30px;
  }

  #menubar-s ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #menubar-s ul li {
    margin: 0;
    border-bottom: 1px solid #333;
  }

  /*メニュー１個あたりの設定*/
  #menubar-s li a {
    display: block;
    color: #333;
    font-size: 18px;
    padding: 1rem;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  #menubar-s li a:hover {
    background: #e4e4e4;
  }

  /*PC用メニューを非表示にする*/
  .menubar {
    display: none;
  }

  /*３本バーアイコン設定
---------------------------------------------------------------------------*/
  /*３本バーブロック*/
  .toggle-btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 54px;
    height: 48px;
    z-index: 30;
    cursor: pointer;
    background-color: #111;
    border: 1px solid #fff;
  }

  .toggle-btn span {
    position: absolute;
    display: block;
    left: 8px;
    width: 70%;
    height: 3px;
    background-color: #fff;
    transition: all 0.5s;
    border-radius: 4px;
  }

  .toggle-btn span:nth-child(1) {
    top: 10px;
  }

  .toggle-btn span:nth-child(2) {
    top: 22px;
  }

  .toggle-btn span:nth-child(3) {
    bottom: 10px;
  }

  .open .toggle-btn span:nth-child(1) {
    transform: translateY(12px) rotate(-315deg);
  }

  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle-btn span:nth-child(3) {
    transform: translateY(-11px) rotate(315deg);
  }

  /* 3本線の発生時の背景 */
  #mask {
    display: none;
    transition: all 0.5s;
  }

  .open #mask {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    z-index: 20;
    cursor: pointer;
  }

  /*コンテンツ
---------------------------------------------------------------------------*/
  /*h1タイトル*/
  .contents h2.c-section-title {
    font-size: 28px;
    padding-top: 30px;
    /*上に空ける余白*/
  }

  /*h1の１文字目*/
  .contents h2.c-section-title::first-letter {
    font-size: 45px;
    /*文字サイズ*/
  }

  /*h2サブタイトル*/
  .contents h2 {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*フォント指定*/
    font-size: 32px;
    /*文字サイズ*/
    margin-bottom: 16px;
    /*下に空ける余白*/
    text-align: center;
    /*文字をセンタリング*/
    letter-spacing: 0.2em;
    /*文字間隔を広くとる設定*/
    color: #fff;
    /*文字色*/
  }

  .contents h2 span {
    font-size: 10px;
    /*文字サイズ*/
    margin-top: -8px;
    /*少し上に詰める設定*/
  }

  /*h3見出し*/
  .contents h3 {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    /*フォント指定*/
    font-size: 24px;
    /*文字サイズ*/
    margin-bottom: 8px;
    /*下に空ける余白*/
  }

  .sub_title {
    margin-top: 24px;
  }

  /* リピート率の画像 */
  .repeat_90 {
    width: 100%;
  }

  .repeat_90 img {
    width: 280px;
    display: block;
    margin: auto;
  }

  /* 創寿司こだわり */
  .wrapper {
    width: 90%;
    display: block;
    margin: auto;
  }

  .flex {
    display: block;
  }

  .flex_img {
    width: 320px;
    display: block;
    margin: auto;
  }

  .flex_content {
    width: 100%;
    margin-top: -36px;
  }

  /* YouTube */
  iframe {
    width: 96%;
    height: 320px;
    display: block;
    margin: auto;
    padding: 5px;
  }

  .card_text_content .pro_card_sub {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    /*フォント指定*/
    font-size: 16px;
    text-align: center;
    margin-bottom: -8px;
  }

  .card_text_content .pro_card_title {
    font-size: 32px;
    color: #000;
    text-align: center;
  }

  .card_text_content .pro_card_title span {
    font-size: 10px;
    margin-top: -8px;
  }

  .pro_card_text {
    padding-bottom: 16px;
  }

  /* 基本コース */
  .course_wrapper {
    width: 90%;
    display: block;
    margin: auto;
  }

  .course_flex_box {
    display: block;
  }

  .course_box {
    width: 90%;
    height: 100px;
    display: block;
    margin: auto;
    margin-top: 20px;
  }

  .course_box h3,
  .course_box p {
    text-align: center;
    line-height: 1.5;
  }

  .course_box h3 {
    font-size: 28px;
  }

  .course_box p {
    font-size: 20px;
  }

  .home_buffet_card {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 82%;
    padding: 20px 18px;
  }

  .home_buffet_text h3 {
    font-size: 28px;
    text-align: center;
  }

  .home_buffet_label {
    display: table;
    margin: 0 auto 8px;
  }

  .home_buffet_link a {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  /* Course　補足情報 */
  .course_attention {
    width: 80%;
    display: block;
    margin: 32px auto 16px;
  }

  .atten_title span {
    display: block;
    font-size: 10px;
    /*文字サイズ*/
    margin-top: -5px;
    /*少し上に詰める設定*/
  }

  /* 自動スライダー */
  .slider {
    --marquee-slide-height: 160px;
    width: 100%;
  }

  .slider img {
    width: 100%;
    height: 100%;
  }

  /* お問い合わせ */
  .contact_box {
    width: 100%;
    padding: 40px 20px 36px;
  }

  .contact {
    display: block;
    max-width: none;

  }

  .contact_box h2.c-section-title,
  .media_section h2.c-section-title {
    padding-top: 0;
  }

  .con_list {
    margin-bottom: 24px !important;
    width: 72%;
    display: block;
    margin: auto;
    border: 5px solid #fff;
    border-radius: 16px;
    line-height: 0.8;
  }

  .contact .con_list .contact_icon {
    padding: 0px;
    font-size: 64px;
    text-align: center;
  }

  .con_list p {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*フォント指定*/
    font-size: 24px;
    text-align: center;
  }

  /* LINE お友達追加 */
  .line_add {
    margin: 20px 0px;
  }

  .line_add a {
    padding: 0.8rem 2.5rem 0.8rem 1.5rem;
    max-width: 160px;
    font-size: 1.3rem;
  }

  /* お電話 */
  .con_tel {
    margin: 20px 0px;
  }

  .con_tel a {
    max-width: 180px;
    padding: 0.7rem 1.6rem 0.7rem 1.6rem;
    font-size: 1rem;
  }

  /* 動画・PICK UP */
  .media_section {
    padding: 40px 20px 36px;
  }

  .pick_up {
    margin-top: 24px;
    padding: 20px 0 0;
  }

  /* お知らせ */
  .news-list {
    width: 90%;
  }

  .news-list .item {
    flex-wrap: wrap;
  }

  .news-list .item .date {
    min-width: 100px;
  }

  .news-list .item .title {
    margin-top: 10px;
  }

  /*フッター設定
---------------------------------------------------------------------------*/
  .footer_top {
    height: 1000px;
    display: block;
    padding: 40px 0;
  }

  .footer_one #footer_top_img img {
    margin: auto;
    display: block;
    padding: 18px 0px;
  }

  .footer_sns {
    text-align: center;
  }

  .footer_second .footer_heading {
    text-align: center;
  }

  .footer_second p {
    text-align: center;
  }

  .footer_third {
    text-align: center;
  }

  .footer_line a {
    color: #fff;
    background-color: #06C755;
    border-bottom: 5px solid #094;
    padding: 0.8rem 2.5rem 0.8rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 100vh;
  }

  .footer_line a .icon-svg-button {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.6rem;
  }

  .footer_tel a {
    color: #fff;
    background-color: #eb6100;
    border-bottom: 5px solid #d25600;
    padding: 0.8rem 2.5rem 0.8rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 100vh;
  }

  .footer_tel a .icon-svg-button {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 1rem;
  }

  /*その他
---------------------------------------------------------------------------*/
  body.s-n #sub,
  body.s-n #footermenu,
  .m-n {
    display: none;
  }

  .big1 {
    font-size: 24px;
  }

  .w50 {
    overflow: hidden;
    width: auto;
  }

  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {

  /*全体の設定
---------------------------------------------------------------------------*/
  body {
    font-size: 12px;
    /*文字サイズ*/
    line-height: 1.5;
    /*行間*/
  }

  /*その他
---------------------------------------------------------------------------*/
  .ws,
  .wl {
    width: 94%;
  }

  .big1 {
    font-size: 16px;
  }

  .sh {
    display: block;
  }

  .pc {
    display: none;
  }

}
