@charset "UTF-8";
/* CSS Document */

/* メインビジュアル */
.section_mv {
  height: 768px;
  background-image: image-set( url("../images/top/mv_bg.jpg") 1x, url("../images/top/mv_bg@2x.jpg") 2x ); 
  background-image: -webkit-image-set( url("../images/top/mv_bg.jpg") 1x, url("../images/top/mv_bg@2x.jpg") 2x );
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding-top: 64px;
  margin-right: 300px;/* 右に固定ヘッダー分の余白を作る */
  text-align: center;
}
@media (max-width: 820px) {
  .section_mv {
    margin-right: 0; /* ヘッダー幅が50pxになるから、余白をリセット */
    height: 1080px;
    background-image: image-set( url("../images/top/sp-mv_bg.jpg") 1x, url("../images/top/sp-mv_bg@2x.jpg") 2x );
    background-image: -webkit-image-set( url("../images/top/sp-mv_bg.jpg") 1x, url("../images/top/sp-mv_bg@2x.jpg") 2x );
    padding-top: 117px;
    }
  }
@media (max-width: 460px) {
  .section_mv {
    margin-right: 0; /* ヘッダー幅が50pxになるから、余白をリセット */
    height: 754px;
    background-image: image-set( url("../images/top/sp-mv_bg.jpg") 1x, url("../images/top/sp-mv_bg@2x.jpg") 2x );
    background-image: -webkit-image-set( url("../images/top/sp-mv_bg.jpg") 1x, url("../images/top/sp-mv_bg@2x.jpg") 2x );
    padding-top: 117px;
  }
}

/* ページ全体の背景 */
.main_contents{
  background: linear-gradient(
    to bottom,              /* グラデーションの方向（下に向かって） */
    #262E4C,                /* 1色目：上 */
    #49153C 60%,            /* 2色目：中間 */
    #9166A6 100%             /* 3色目：下 */
  );
  padding-bottom: 115px;
}

/* 各セクションのタイトル */
.section_title{
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 150px;
  padding-bottom: 80px;
}
@media (max-width:820px) {
  .section_title {
    font-size: 40px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.section_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 158px;  /* 花びらのサイズ */
  height: 112px;
  background: url("../images/common/title-decoration.svg") no-repeat center/contain;
  transform: translate(-10%, -20%); /* 文字の中央に合わせる */
  z-index: 0; /* 文字の後ろに */
}
@media (max-width:820px) {
  .section_title::before {
    width: 116px;
    height: 112px;
  }
}


/* フロアセクション */
.floor_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: nowrap;
}
@media (max-width:954px) {
  .floor_inner {
    display: block;
  }
}

.floor_left {
  flex: 1;
  max-width: 520px; /* 左側の幅を制限 */
}
@media (max-width: 954px) {
  /* 左カラムを中央寄せ */
  .floor_left {
    margin: 0 auto;
    width: fit-content; /* 子要素の幅ぶんだけ中央に配置 */
  }
}

.floor_right {
  flex-shrink: 0; /* 右のマップが縮まないように */
  margin-left: 75px; /* 左側との間隔 */
}
@media (max-width:954px) {
  .floor_right {
    margin-left: 0;
    margin-top: 40px;
    display: flex;
    justify-content: center;
  } 
}

/* フロアマップ画像 */
.floor_map {
  position: absolute;
  top: 125px;
  right: 0;
  width: 367px;       /* 好きな幅 */ 
}
@media (max-width:954px) {
  .floor_map {
    position: static;      /* 位置指定解除 */
    width: 367px;
    margin: 40px auto 0;   /* ←中央寄せ + 上に余白 */
    display: block;
  }
}
@media (max-width: 460px) {
  .floor_map {
    width: 263px;
  }
}

.floor_map img {
  width: 100%;        /* 親に合わせてフルサイズ */
  height: auto;       /* 縦横比維持 */
  display: block;     /* 余白の微調整 */
}
@media (max-width:954px) {
  .floor_map img {
    display: block;
    margin: 0 auto;        /* ←画像を中央寄せ */
  }
}

/* フロアテキスト */
.floor_text {
  color: #ffffff;
  font-size: 20px;
  max-width: 517px; /* 折り返す幅を指定 */
  text-align: justify; /* 両端揃え（右端もきれいに） */
  text-justify: inter-ideograph;
  position: relative; /* 中心基準をつくる */
}
@media (max-width: 954px) {
  .floor_text {
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
  .floor_text {
    font-size: 16px;
    max-width: 350px;
    margin: 0 auto;
  }
}

/* フロアボタン */
.btn_tel {
  display: block;
  margin-left: 110px;
  width: 100%;              /* ← 親幅に合わせる */
  max-width: 300px;         /* ← PC時の最大幅 */
  margin-top: 40px;        /* テキストとの隙間 */
  background-color: #7E0C0C;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 20px;
  transition: 0.3s;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1; /* 無駄な余白を消す */
  font-size: 20px; /* ご予約・お問い合わせ */
}
@media (max-width: 820px) {
  .btn_tel {
    margin-left: 0;     /* PC版の左マージンを無効化 */
    margin-right: 0;    /* 必要に応じて左右中央に */
    margin: 40px auto 0; /* 上マージンを維持しつつ中央寄せ */
  }
}
@media (max-width: 460px) {
  .btn_tel {
    max-width: 236px;            /* ボタンの幅 */
    font-size: 16px; /* ご予約・お問い合わせ */
  }
}

/* ボタン電話番号 */
.btn_tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px; /* アイコンと番号の間 */
  font-size: 28px; /* 電話番号 */
  line-height: 1; /* 余白なしで詰める */
  margin-top: 10px;
}
@media (max-width: 460px) {
  .btn_tel span {
    gap: 3px; /* アイコンと番号の間 */
    font-size: 23px; /* 電話番号 */
    line-height: 1; /* 余白なしで詰める */
    margin-top: 5px;
  }
}

.btn_tel img {
  width: 18px;
  height: 23px;
}
@media (max-width: 460px) {
  .btn_tel img {
    width: 15px;
    height: 18px;
  }
}

.btn_tel:hover {
  background-color: #953F3F;
  transform: translateY(-2px);
}

/* 店内写真 */
.floor_photos {
  display: flex;
  flex-direction: column; /* 縦並び */
  gap: 30px; /* 上下の間隔 */
}
@media (max-width: 820px) {
  .floor_photos {
    align-items: center; /* flex内の写真を中央へ */
  }
}
@media (max-width:460px) {
  .floor_photos {
  }
}

.floor_photo_wrap {
  position: relative;
  display: block;
  width: 100%;           /* ← 親幅に合わせる */
  max-width: 362px;       /* ← PC時の最大幅 */
  margin: 0 auto;         /* ← 常に中央寄せ */
  z-index: 0;
}
@media (max-width:460px) {
  .floor_photo_wrap {
    display: block;
    max-width: 330px;     /* ← スマホ時の最大幅 */
    margin: 30px auto 0;  /* 上余白 + 中央寄せ */
  }
}

.floor_photo_wrap img {
  display: block;
  z-index: 1;
  width: 100%;
  height: auto;
}

/* 位置調整 */
.floor_photo_wrap.first {
  margin-top: 50px;
}

.floor_photo_wrap.second {
  margin-top: 30px;
  margin-left: 155px; /* 右にずらす */
}
@media (max-width: 820px) {
  .floor_photo_wrap.second {
    margin: 30px auto 0;
  }
}

/* 店内写真装飾 */
.floor_photo_wrap::before {
  content: '';
  position: absolute;
  top: 15px;   /* 下に15pxずらす */
  left: 15px;  /* 右に15pxずらす */
  width: 100%;   /* 親の幅いっぱい */
  height: 100%;  /* 親の高さいっぱい */
  border: 2px solid #EBEFF0;
  box-sizing: border-box;
  z-index: -1;
}
@media (max-width: 820px) {
  .floor_photo_wrap::before {
    display: none;
  }
}


/* メニュー お通しについて */
.menu_appetizer {
  text-align: center;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 820px) {
  .menu_appetizer {
    font-size: 23px;
  }
}
@media (max-width: 460px) {
  .menu_appetizer {
    text-align: center;
    max-width: 207px;
    margin: 0 auto;
  }
}

/* メニュー全体 */
.menu-category {
  text-align: center;
  margin: 100px 0px;
  color: #fff;
}
@media (max-width: 820px) {
  .menu-category {
    margin: 50px 0;
  }
}

.menu_title {
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 820px) {
  .menu_title {
    font-size: 27px;
    margin-bottom: 15px;
  }
}
.menu_title-pc,
.menu_title-sp {
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  position: relative;
}
.menu_title-sp {
  display: none;
}
@media (max-width: 820px) {
  .menu_title-pc {
    font-size: 27px;
    margin-bottom: 15px;
  }
}
@media (max-width: 355px) {
  .menu_title-pc {
    display: none;
  }
  .menu_title-sp {
    display: block;
    font-size: 27px;
    margin-bottom: 15px;
  }
}

/* メニュー下線 */
.menu_title::after,
.menu_title-pc::after,
.menu_title-sp::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 936px;
  height: 1px;
  background-color: #fff;
  margin: 20px auto 50px;
}
@media (max-width: 820px) {
  .menu_title::after,
  .menu_title-pc::after,
  .menu_title-sp::after {
    max-width: 330px;
    margin: 15px auto 25px;
  }
}

/* メニューカラム（Grid版） */
.menu-columns {
  display: grid;
  grid-template-columns: repeat(2, 468px); /* 左右2カラム固定幅 */
  gap: 40px;                               /* カラム間の隙間 */
  justify-content: center;                 /* 全体を中央寄せ */
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .menu-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* カクテルのサブカテゴリ見出し */
.menu-subcategory h4 {
  font-size: 35px;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .menu-subcategory h4 {
  font-size: 25px;
  }
  .menu-subcategory {
    margin-bottom: 20px; /* お好みで調整 */
  }
  /* 一番最後（ジンベース）の下は余白ゼロ */
  .menu-subcategory:last-child {
    margin-bottom: 0;
  }
}

/* ulの中身共通 */
.menu-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 32px;
  line-height: 1.6;
}
@media (max-width: 820px) {
  .menu-columns ul {
  font-size: 22px;
  }
}

/* コーヒーの補足 */
.menu-columns ul .has-sub {
  margin-bottom: 5px; /* 他より近くなるように調整（お好みで） */
}

.menu-columns ul .sub-text {
  display: block;
  font-size: 26px;
  line-height: 1.2;  /* 行間を狭くしてコーヒーに寄せる */
  margin-top: -5px;  /* さらに近づけたいときの微調整 */
  opacity: 0.9;      /* 少し控えめな印象にすると綺麗 */
}
@media (max-width: 820px) {
  .menu-columns ul .sub-text {
    font-size: 18px;
    margin-top: -3px;
  }
}

/* 価格 */
.price {
  margin-top: 30px;
  font-size: 32px;
  text-align: right;
  max-width: 936px;   /* 最大幅だけ制限 */
  width: 90%;         /* 画面に合わせて可変 */
  margin: 0 auto;     /* ブロック自体を中央に */
}
@media (max-width: 820px) {
  .price {
    margin-top: 15px;
    max-width: 320px;
    width: 90%;
    font-size: 22px;
  }
}

/* メニュー下テキスト */
.menu_text-pc,
.menu_text-sp {
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  margin-top: 80px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
}
.menu_text-sp {
  display: none;
}
@media (max-width: 820px) {
  .menu_text-pc {
    font-size: 23px;
  }
  .menu_text-sp {
  display: none;
}
}
@media (max-width: 460px) {
  .menu_text-sp{
    display: block;
    font-size: 20px;
    margin-top: 10px;
    text-align: left;
    max-width: 350px;
    margin: 0 auto;
  }
  .menu_text-pc {
    display: none;
  }
}
  

/* インフォメーション　トップ */
.info_top {
  text-align: center; /* 内部要素を中央揃え */
  margin-top: 150px;
  margin-bottom: 80px; /* 下の2カラムとの間隔 */
}
@media (max-width: 820px) {
  .info_top {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}

.info_top .info_logo {
  display: inline-block; /* 中央揃え対象にする */
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .info_top .info_logo {
    margin-bottom: 20px;
  }
  .info_logo img {
    width: 230px;
    height: auto;
  }
}

.tel-label {
  font-size: 32px;
}

@media (max-width: 820px) {
  .tel-label {
    font-size: 19px;
  }
}

/* テキスト版 info_tel 全体 */
.info_top .info_tel {
  display: block;
  text-align: center;
}

/* 「ご予約・お問い合わせ」 */
.info_top .info_tel p:first-child {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 0; /* 余計な隙間を消す */
}
@media (max-width: 820px) {
  .info_top .info_tel p:first-child {
    font-size: 22px;
  }
}

.info_top .info_tel p:last-child {
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin: 0;         /* 上下の余白を消す */
  padding-top: 5px;  /* aタグの頃の隙間調整に近づける場合 */
}

/* スマホ版 */
@media (max-width: 820px) {
  .info_top .info_tel p:last-child {
    font-size: 27px;
  }
}


/* インフォメーション　2カラムコンテンツ */

.info_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 43px; /* 左右の間隔 */
  color: #ffffff; /* 背景が濃い色のとき用 */
}

.info_text {
  flex: 1;
  max-width: 506px;
}
@media (max-width: 820px) {
  .info_text {
    max-width: 316px;
  }
}

.info_image {
  width: 491px;
  height: 303px;
}
@media (max-width: 820px) {
  .info_image {
    display: none;
  }
}

.info_row {
  display: flex;
  align-items: center; /* ←中央ラインを揃えるポイント！ */
  margin-bottom: 35px;
  font-size: 25px;
}
@media (max-width: 820px) {
  .info_row {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.info_label { 
  width: 100px;        /* ラベル列の幅を固定 */
  text-align: left;    /* 左揃え */
  margin-right: 74px;
}
@media (max-width: 820px) {
  .info_label { 
    margin-right: 20px;
  }
}

.info_detail {
  flex: 1;
  line-height: 1.6;
  font-style: normal; /* addressの斜体解除 */
}

/* インフォメーション　SNS */

.info_sns {
  text-align: center; /* タイトルとアイコン全体を中央寄せ */
  margin-top: 80px;   /* 上の要素との間隔 */
}
@media (max-width: 820px) {
  .info_sns {
    margin-top: 50px;   /* 上の要素との間隔 */
  }
}

.info_sns-text {
  font-size: 25px;
  margin-bottom: 25px; /* タイトルとアイコンの間 */
  color: #ffffff;
}
@media (max-width: 820px) {
  .info_sns-text {
    font-size: 18px;
    margin-bottom: 20px; /* タイトルとアイコンの間 */
  }
}

.info_sns img {
  width: 60px;
  height: auto;
}
@media (max-width: 820px) {
  .info_sns img {
    width: 40px;
    height: auto;
  }
}

.sns_icon img:hover {
  opacity: 0.4; /* ホバー時の軽いアニメーション */
}

.sns_icon {
  display: flex;
  justify-content: center;
  gap: 50px; /* アイコン同士の間隔 */
}
@media (max-width: 820px) {
  .sns_icon {
    gap: 40px; /* アイコン同士の間隔 */
  }
}












