@charset "UTF-8";
/*====================
スマホを基本設計にする
 - 〜479px：スマートフォン縦
 - 480px〜599px：スマートフォン横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/

html {
font-size: 100%;
  scroll-behavior: smooth;
}

body {
color: #24292e;
   font-family: "Noto Sans JP"; 
}

a {
text-decoration: none;
}

p {
  font-size: 1.3rem;
}

img {
max-width: 100%; /* スマホサイズでも画像が縮小される。 */
}

li {
list-style: none;
  font-size: 0.9rem;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto 40px auto;
  font-size: 0.9rem;
  padding: 0.4%;
  line-height: 30px;
}

.site-title {
line-height: 1px;
  font-weight: 600;
  font-size: 2.4rem;
}

/*----------------------------------------------
ヘッダー
------------------------------------------------*/
#header h1 img.icon {
  width: 250px;
}

#header {
max-width: 960px;
display: flex;
align-items: center;
justify-content: space-between;
height: auto;
  margin: 0 auto;
  padding: 0 4%;
}

#header ul {
display: flex;
padding: 10px 0;
margin: 0;
  align-items: center;
}

#header li {
font-size: 0.9rem;
margin-left: 25px;
}

header li a {
color: #24292e;
transition: all 0.3s;
}

#header li a:hover {
opacity: 0.5;
}

#header li img.icon {
  width: 30px;
  margin-left: 0;
}

/* main */
#main img {
width: 100%;
max-width: 1920px;
height: 400px;
object-fit: cover;
}

/* about */

/*----------------------------------------------
SP
------------------------------------------------*/
/* pcファースト　大きいサイズから小さいサイズへ */
/* 600pxより小さいときのcss適用 */
@media screen and (max-width: 618px) {
    .site-title {
    margin-top: 10px;
 }
    /* header */
    #header {
        flex-direction: column;
        height: auto;
        line-height: 30px;
        margin-top: 20px;
    }
  }

 
 .sec-title {
    margin-bottom: 40px;
  }

.site-title a {
display: block;
  color: #24292e;
}

.sec-title {
font-size: 1.5rem;
text-align: left;
margin-bottom: 35px;
}

.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	height: 600px;
  }
}

.calendar-wrap {
  margin: 0 auto;
  max-width: 1110px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .calendar-wrap {
    display: flex;
    flex-direction: column;
  }
}
.calendar {
  width: 100%;
  border-collapse: collapse;
}
.calendar th,
.calendar td {
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}
.calendar th {
  padding: 6px 10px;
}
.calendar td {}
@media (max-width: 767.98px) {
  .calendar th,
  .calendar td {
    padding: 6px;
    font-size: 12px;
  }
  .calendar th {
    padding: 3px 6px;
  }
}

.calendar {
  width: 100%;
  border-collapse: collapse;
  /* これを追加 */
  table-layout: fixed;
}

.calendar .sun {
  color: #e17f7e;
  background-color: #f8e4e2;
}
.calendar .sat {
  color: #7ab6f3;
  background-color: #e7f6fd;
}
.calendar .mute {
  color: #aaa;
}
.calendar .off {
  background-color: #ffcccc;
}

/* footer */
/* footer */
footer {
  width: 100%;
  background-color: #000;
  color: #ffffff;
  padding: 20px 10px;
  text-align: center;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto 15px auto;
  gap: 20px;
}

/* ★class="icon"を持つ画像に確実にサイズを適用 */
footer .footer-nav ul img.icon {
  width: 30px !important;    /* これで確実に30pxになります */
  height: 30px !important;   /* これで確実に30pxになります */
  vertical-align: middle;
}

.footer-nav a:hover {
  opacity: 0.7;
}

footer small {
  display: block;
  font-size: 0.8rem;
}

/* --- menu.html 専用スタイル --- */

/* セクションの区切り線 */
#main hr {
    max-width: 960px;
    margin: 60px auto;
    border: none;
    border-top: 1px dashed #ccc;
}

.page-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: 'M PLUS 1p', sans-serif;
    
    /* 文字の色を暗めのトーンに変更 */
    color: #222; 
    
    /* 上下の線で挟み込む */
    border-top: 2px solid #a98f4e; /* ゴールドに近い茶色 */
    border-bottom: 2px solid #a98f4e; 
    
    /* 上下の線の間にしっかりパディングを入れる */
    padding: 15px 0; 
    margin-top: 15px; 
    margin-bottom: 15px; 

    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.sec-description {
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 0 4%;
    line-height: 1.8;
}

.strong-emphasis {
    color: #ff0000; /* 赤色を適用 */
    font-weight: bold;
}
.mild-color {
    color: #009900; /* 緑色を適用 */
}
.underline {
    text-decoration: underline;
}

.menu-list {
    max-width: 960px;
    margin: 0 auto 10px auto ;
    padding: 0 4%;
    /* PCでは2カラム、モバイルでは1カラムにするためのGridまたはFlex */
    display: grid; 
    grid-template-columns: 1fr; /* モバイルでは1列 */
    gap: 30px;
}

.menu-item {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.item-title {
    font-size: 1.4rem;
    color: #0000ff; /* 青色を適用 */
    border-bottom: 2px solid #0000ff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.item-detail {
  /* 現在の基本フォントサイズ(13px)よりも小さくします */
  font-size: 0.9rem; /* 13pxの約90% (約11.7px) */
  color: #555;
  margin-top: 5px;
}

.item-price {
    font-size: 1.0rem;
    font-weight: bold;
    color: #333;
    text-align: right;
    margin-top: 15px;
}

/* 960px以上で2カラム表示にするメディアクエリ */
@media screen and (min-width: 960px) {
    .menu-list {
        grid-template-columns: repeat(2, 1fr); /* PCでは2列 */
    }
}

.menu-list-simple {
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0 4%;
}

.menu-item-simple {
    display: flex; /* 横並びにする */
    justify-content: space-between; /* 両端揃えにする */
    border-bottom: 1px solid #000;
    align-items: start; /* 縦方向の起点を上部に設定 */
    padding: 15px 0; /* 上下のパディングを増やして見やすく */
}

.simple-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    width: 70%;
}

.simple-price {
    font-size: 1.0rem;
    font-weight: bold;
    width: 30%;
    color: #333;
    text-align: right;
    color: #333;
}

/* ★詳細説明のスタイル（追加） */
.simple-desc {
    font-size: 0.9rem;
    color: #555;
    margin-top: 5px;
    width: 100%; /* 必ず次の行に表示させる */
    line-height: 1.5;
}

/* ★料金のオプション表示のスタイル（追加） */
.simple-price-option {
    font-size: 0.8rem;
    color: #555;
    text-align: right;
    width: 100%;
    margin-top: 5px;
}

.sec-title {
    /* フォントサイズを大きくしすぎない程度に調整 */
    font-size: 1.8rem; 
    
    /* 文字の色を変更（例：黒） */
    color: #333; 
    
    /* 太字にする */
    font-weight: bold; 
    
    /* 下に余白を追加 */
    margin-bottom: 30px; 
}

.simple-title {
    /* フォントサイズを現在の設定（1.0remや1.1remなど）からさらに微調整 */
    font-size: 1.05rem; 
    /* 行の高さを調整 */
    line-height: 1.4; 
}

.sec-description {
  font-size: 1.05rem;
  margin-bottom: 0px;
}

/* ★タイトル内のサブテキストの調整 */
.simple-title .sub-text {
    font-size: 0.75rem;
    font-weight: normal;
    color: #777;
    display: block; /* 改行させる */
}


/* PCでの表示の調整（タブレット以上） */
@media screen and (min-width: 600px) {
    .menu-item-simple.menu-detail-item {
        /* PCでは価格とタイトルを同じ行に、説明を次の行に配置 */
        display: grid;
        grid-template-columns: 1fr 2fr; /* タイトル/説明(2):価格(1) の2列構成 */
        gap: 10px;
    }

    .simple-title {
        width: auto; /* Gridが幅を制御するためautoに */
        grid-column: 1 / 2; /* 1列目 */
    }

    .simple-price {
        width: auto;
        grid-column: 2 / 3; /* 2列目 */
        text-align: right;
    }
    
    .simple-desc, .simple-price-option {
        grid-column: 1 / 3; /* 説明とオプションは2列分使う */
        width: auto;
        padding-top: 5px;
        font-size: 0.95rem;
    }
    
    .simple-price-option {
        text-align: left;
    }
}

/* --- staff.html 専用スタイル --- */
.staff-section {
    max-width: 960px;
    margin: 10px auto;
}

.staff-card {
    display: flex; /* 写真と情報を横並びにする */
    flex-direction: column; /* モバイルでは縦並びが基本 */
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.staff-photo {
    width: 250px;
    height: 250px;
    overflow: hidden !important; /* 画像をはみ出させない */
    border-radius: 50%; /* 丸い画像にする */
    margin-bottom: 20px;
}

.staff-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* 画像が欠けないようにカバー */
    object-position: 45% top !important; /* または 0% 0% */
    max-width: none !important;
    margin-left: -5%;
}

.staff-name {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 5px;
}

.staff-position {
    font-size: 1.0rem;
    color: #ff0000; /* 例：キーカラーを適用 */
    font-weight: bold;
    margin-bottom: 20px;
}

.staff-message {
    font-size: 1.0rem;
    line-height: 1.8;
    text-align: left;
    max-width: 600px; /* メッセージの幅を制限 */
}

/* PC/タブレット対応：画像と情報を横並びにする */
@media screen and (min-width: 768px) {
    .staff-card {
        flex-direction: row; /* 横並びにする */
        text-align: left;
    }
    


    .staff-card.sub-staff {
        /* サブスタッフは情報→画像の順（左右入れ替え） */
        flex-direction: row-reverse;
    }
    
    .staff-photo {
        margin: 0 30px;
    }

    .staff-info {
        flex-grow: 1; /* 残りのスペースを使う */
        padding-right: 20px;
    }
    
    .staff-card.sub-staff .staff-photo {
        margin: 0 30px 0 0; /* マージンを調整 */
    }
}

/* -------------------------------------- */
/* スタッフカード内のSNSアイコンの調整 */
/* -------------------------------------- */
.staff-sns {
    display: flex; /* アイコンを横並びにする */
    justify-content: center; /* モバイルでは中央寄せ */
    gap: 15px; /* アイコン間のスペース */
    margin-top: 20px;
}

.staff-sns a {
    display: block;
}

/* 地図コンテナ */
.map-container {
    width: 100%;
    max-width: 960px; /* 他のコンテンツに合わせて最大幅を設定 */
    margin: 30px auto; /* 上下に余白を設定し、中央寄せにする */
}

/* 埋め込んだ地図 (iframe) */
.map-container iframe {
    width: 100%;
    /* 高さは適宜調整してください (例: 450px) */
}

/* menu1サンプル */
.sample1 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 960px;
    background: #000000;
    border: none;
    margin: 20px auto;
    border: 0;
    
}
.sample1 th {
  padding: 10px;
}

.sample2 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 960px;
    background: #fff;
    border: none;
    margin: 30px auto;
}
.sample2 th,
.sample2 td {
    font-size: 14px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    vertical-align: middle;
    box-sizing: border-box;
}
.sample3 {
  font-weight: 900;
}
.sample2 th {
    font-weight: 700;
    text-align: center;
}
.sample2 thead th {
    color: #fff;
    background: #14116e;
}
.sample2 tbody td:last-child {
  text-align: right;
}
.sample2 thead th:first-child,
.sample2 thead th:last-child {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .sample2 thead {
    display:none;
  }
  .sample2 tr {
    background-color: unset;
  }
  .sample2 th, .ex_sample2 td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .sample2 tbody th{
    background: #14116e;
    color:#fff;
    text-align: center;
  }
  .sample2 tbody tr td:not(:last-child) {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .sample2 tbody tr td:not(:last-child)::before{
    
    width: fit-content;
    padding: 0.2em 1em;
    border-radius: 100vw;
    font-size: 12px;
    background: #eee;
  }
  .sample2 tbody td:last-child::before{
    
    display: inline-block;
    margin-right: 10px;
  }
  .sample2 tbody td:last-child{
    display: flex;
    justify-content: space-around;
  }
}