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

/*******************************
* ResetCSS
*******************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* 1. ボックスサイズの計算を直感的にする（枠線や余白を含めたサイズで計算される） */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. デフォルトの余白をなくす（必要なものだけに適用） */
* {
  margin: 0;
  padding: 0;
}

/* 3. スマホで文字サイズが勝手に大きくなるのを防ぐ / ページ内リンクでスムーズに移動する */
html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

/* 4. ページ全体の基本的な文字設定（読みやすくする） */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* 5. 画像や動画が親要素（枠）からはみ出さないようにする */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. ボタンや入力フォームの文字スタイルを、ページ全体の指定に合わせる */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. テキストの折り返しを美しくする（見出しなどが不自然な位置で改行されないようにする最新機能） */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/* 8. アニメーションをオフにしているユーザーへの配慮（チカチカする動きを止める） */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/***********************
root設定
***********************/

:root {
  --color_white: #ffffff;
  --color_gold: #beaf7c;
  --color_red: #c50000;
  --color_black: #000000;
  --color_off_white: #f4f4ef;
  --font_en: "Lora", serif;
}

body {
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Serif JP", sans-serif;
  background: #f4f4ef;
  color: var(--color_black);
}

/***********************
画像設定
***********************/
img {
  height: auto;
  vertical-align: middle;
}

.el_imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/***********************
リンク設定
***********************/

a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
  -webkit-appearance: none;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

/***********************
レイアウト
***********************/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.between {
  justify-content: space-between;
}

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

.flex.start {
  justify-content: flex-start;
}

#wrapper {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #wrapper {
  }
}

/***********************
Utils
***********************/

.ly_inner {
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 480px) {
  .ly_inner {
    width: 100%;
  }
}

/* ============================================================
   Header
   ============================================================ */
#ly_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  transition: background 0.4s;
}

#ly_header.is_scrolled {
  background: var(--color_black);
}

#ly_header .ly_inner {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0 100px;
  height: 144px;
}

.bl_header_contents {
  display: flex;
  align-items: center;
  flex: 1;
}

@media screen and (max-width: 1130px) {
  #ly_header .ly_inner {
    padding: 0 20px;
  }
  .bl_header_contents {
    justify-content: center;
  }
}

/* ============================================================
   Nav（ヘッダー・フッター共通）
   ============================================================ */
.bl_nav {
  margin-left: auto;
}

.bl_nav_list {
  flex-wrap: nowrap;
  list-style: none;
}

.bl_nav_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid var(--color_white);
  color: var(--color_white);
}

.bl_nav_item:last-child a {
  border-right: none;
}

.bl_nav_item a:hover {
}

.bl_nav_ja {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.bl_nav_en {
  font-family: var(--font_en);
  font-size: 12px;
  color: var(--color_gold);
  margin-top: 10px;
}

@media screen and (max-width: 1130px) {
  .bl_nav {
    margin-left: 0;
  }
}

/* ============================================================
   Header SNS
   ============================================================ */
.bl_header_sns {
  flex-wrap: nowrap;
  gap: 16px;
  margin-right: 16px;
  justify-content: flex-start;
}

.bl_header_sns.sp {
  display: none;
}

.bl_header_sns_item {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color_white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_header_sns_item img {
  width: 22px;
}

/* ============================================================
   Header 予約ボタン
   ============================================================ */
.bl_header_reserve {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #76611a 0%, #d8c16b 100%);
  color: var(--color_white);
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 16px;
}

.bl_header_reserve.sp {
  display: none;
}

.bl_header_reserve_arrow {
  width: 26px;
}

/* ============================================================
   ハンバーガー（PCでは非表示）
   ============================================================ */
.un_menu_trigger {
  display: none;
}

/* ============================================================
   Header レスポンシブ
   ============================================================ */
@media screen and (max-width: 900px) {
  #ly_header .ly_inner {
    height: 56px;
  }

  /* ハンバーガー表示 */
  .un_menu_trigger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    margin-left: auto;
    flex-shrink: 0;
    z-index: 101;
    background: var(--color_black);
  }

  .un_menu_trigger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 2px;
    border-radius: 50%;
    background: var(--color_white);
    transition: all 0.3s;
  }

  .un_menu_trigger span:nth-of-type(1) {
    top: 22px;
  }
  .un_menu_trigger span:nth-of-type(2) {
    bottom: 22px;
  }

  .un_menu_trigger.active span:nth-of-type(1) {
    transform: translateX(-50%) translateY(5px) rotate(-45deg);
  }
  .un_menu_trigger.active span:nth-of-type(2) {
    transform: translateX(-50%) translateY(-5px) rotate(45deg);
  }

  /* オーバーレイメニュー */
  .bl_header_contents {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: var(--color_black);
    background-image: url(../images/common/bg_nav_logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: min(80%, 500px);
    z-index: 99;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
  }

  .active .bl_header_contents {
    opacity: 1;
    pointer-events: auto;
  }

  /* ヘッダーのSP時ナビ上書き */
  #ly_header .bl_nav {
    flex: none;
    width: 100%;
    margin-left: 0;
  }

  #ly_header .bl_nav_list {
    flex-direction: column;
    align-items: center;
  }

  #ly_header .bl_nav_item {
    width: 100%;
    text-align: center;
  }

  #ly_header .bl_nav_item a {
    padding: 30px 0;
    border-right: none;
    position: relative;
  }

  #ly_header .bl_nav_item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 1px;
    background: var(--color_white);
  }

  #ly_header .bl_nav_item:first-child a {
    border-left: none;
  }

  #ly_header .bl_nav_item:last-child a::after {
    display: none;
  }

  #ly_header .bl_nav_ja {
    font-size: 18px;
  }

  #ly_header .bl_nav_en {
    font-size: 12px;
    margin-top: 10px;
  }

  /* SNS・予約ボタンはオーバーレイ内で表示 */
  .bl_header_sns {
    margin: 0;
    gap: 16px;
  }

  .bl_header_sns.sp {
    display: flex;
    gap: 10px;
    position: fixed;
    top: 10px;
    right: 68px;
  }

  .bl_header_sns_item {
    width: 33px;
    height: 33px;
  }

  .bl_header_sns_item img {
    width: 14px;
    height: 14px;
  }

  .bl_header_reserve {
    display: none;
    width: 100%;
    max-width: 236px;
    justify-content: space-between;
    padding: 16px 35px;
    font-size: 15px;
    margin: 0 auto 35px;
  }

  .bl_header_reserve.sp {
    display: flex;
  }
}

/***********************
Footer
***********************/

/* ============================================================
   Footer
   ============================================================ */
#ly_footer {
  background: var(--color_black);
}

.bl_footer_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* ============================================================
   Footer 左側コンテンツ
   ============================================================ */
.bl_footer_contents {
  padding: 50px 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bl_footer_nav_wrap {
  display: flex;
  flex-direction: column;
}

/* ナビ（共通bl_navをフッター用に調整） */
#ly_footer .bl_nav {
  margin-left: 0;
  margin-bottom: 55px;
}

#ly_footer .bl_nav_item a {
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#ly_footer .bl_nav_item:first-child a {
  padding-left: 0;
}

#ly_footer .bl_nav_item:last-child a {
  padding-right: 0;
  border-right: none;
}

/* ロゴ・詳細 */
.bl_footer_info {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.bl_footer_logo img {
  width: 200px;
}

.bl_footer_detail {
  display: flex;
  flex-direction: column;
}

/* SNS */
.bl_footer_sns {
  flex-wrap: nowrap;
  gap: 16px;
}

.bl_footer_sns_item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color_white);
  margin-bottom: 20px;
}

.bl_footer_sns_item img {
  width: 22px;
  height: 22px;
}

/* 営業時間・住所 */

.bl_footer_address {
  font-size: 16px;
  font-weight: 500;
  color: var(--color_white);
  line-height: 1.8;
  margin-bottom: 20px;
}

/* マップボタン */
.bl_footer_map_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #76611a 0%, #d8c16b 100%);
  color: var(--color_white);
  font-size: 16px;
  font-weight: 600;
  padding: 20px 24px;
}

.bl_footer_map_btn img {
  width: 20px;
}

/* コピーライト */
.un_Copyright {
  font-size: 12px;
  color: var(--color_white);
  text-align: left;
}

.un_Copyright.sp {
  display: none;
}

/* ============================================================
   Footer 右側マップ
   ============================================================ */
.bl_footer_map {
  position: relative;
}

.bl_footer_map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
}

/* ============================================================
   Footer レスポンシブ
   ============================================================ */
@media screen and (max-width: 768px) {
  .bl_footer_inner {
    grid-template-columns: 1fr;
  }

  .bl_footer_contents {
    align-items: center;
    padding: 40px 20px;
  }

  .bl_footer_info {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .bl_footer_logo img {
    width: 118px;
  }

  .bl_footer_detail {
    align-items: center;
  }

  .bl_footer_address {
    text-align: center;
  }
  /* マップボタン */
  .bl_footer_map_btn {
    padding: 20px 24px;
    max-width: 335px;
    width: 100%;
  }

  .bl_footer_map iframe {
    min-height: 200px;
  }
  /* コピーライト */
  .un_Copyright {
    display: none;
  }

  .un_Copyright.sp {
    display: block;
    padding: 40px 0 90px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #ly_footer .bl_nav_item a {
    padding: 0 13px;
  }
  #ly_footer .bl_nav_item .bl_nav_ja {
    font-size: 14px;
  }

  #ly_footer .bl_nav_item .bl_nav_en {
    font-size: 10px;
  }
}

/* ============================================================
   セクション見出し（共通）
   ============================================================ */
.bl_sec_ttl {
  text-align: center;
  margin-bottom: 55px;
}

.bl_sec_ttl_en {
  font-family: var(--font_en);
  font-size: 116px;
  font-weight: 500;
  color: var(--color_gold);
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.bl_sec_ttl_ja {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .bl_sec_ttl_en {
    font-size: 54px;
    letter-spacing: 0.1em;
  }

  .bl_sec_ttl_ja {
    font-size: 16px;
  }
}
/* ============================================================
   Float Contact
   ============================================================ */
.bl_float_contact {
  position: fixed;
  right: 0;
  bottom: 56px;
  z-index: 99;
}

.bl_float_contact .bl_contact_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(180deg, #76611a 0%, #d8c16b 100%);
  color: var(--color_white);
  font-size: 16px;
  font-weight: 600;
  padding: 25px 20px;
  margin: 0;
  transition: opacity 0.3s;
}

.bl_float_contact .bl_contact_btn span {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

.bl_float_contact .bl_contact_btn img {
  width: 18px;
}

/* SP */
@media screen and (max-width: 768px) {
  .bl_float_contact {
    width: 270px;
    right: inherit;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
  }

  .bl_float_contact .bl_contact_btn {
    max-width: 270px;
    width: 100%;
    gap: 12px;
    background: linear-gradient(90deg, #76611a 0%, #d8c16b 100%);
    padding: 15px 30px;
    border-radius: 30px;
    justify-content: space-between;
    flex-direction: row;
  }

  .bl_float_contact .bl_contact_btn span {
    writing-mode: horizontal-tb;
  }

  .bl_float_contact .bl_contact_btn img {
    width: 15px;
  }
}
