@charset "utf-8";

/* ==========================================================================
   基本設定・リセット
   ========================================================================== */
body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
    color: #333;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}

a:hover {
    opacity: 0.7;
}

/* ユーティリティクラス */
.img_w_100 {
    width: 100%;
}

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

.text-right {
    text-align: right;
}

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

.link_underline {
    text-decoration: underline;
}

/* PC/SP 表示切り替え */
.pc_none {
    display: none;
}

.sp_none {
    display: block;
}

/* ==========================================================================
   ヘッダーエリア (#mc_hdr)
   ========================================================================== */
#mc_hdr {
    background-color: #f8f8f8;
    padding-bottom: 40px;
}

.mc_hdr_inner01 {
    text-align: center;
    padding: 20px 0;
}

.mc_hdr_label {
    max-width: 200px;
    margin: 0 auto 20px;
}

.mc_logo {
    max-width: 600px;
    margin: 0 auto 20px;
}

.mc_hdr_main {
    max-width: 1000px;
    margin: 0 auto;
}

/* ヘッダー詳細エリア */
.mc_hdr_details_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1000px;
    margin: 40px auto 0;
    gap: 40px;
    padding: 0 20px;
}

.mc_hdr_details_book {
    flex: 1;
    text-align: center;
}

.mc_hdr_img {
    max-width: 150px;
    margin: 0 auto 20px;
}

.mc_img_shadow img {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.mc_hdr_details_text {
    flex: 1;
}

.mc_hdr_details_text01_01 {
    margin-bottom: 20px;
    font-weight: bold;
}
.mc_hdr_details_text01_01 img {
    max-width: 120px;
    margin-bottom: 5px;
}

.mc_hdr_details_tit03 {
    font-size: 1.2rem;
    color: #bd2333; /* ミシュランレッド */
}

/* ==========================================================================
   メインコンテンツ
   ========================================================================== */
.mc_title {
    text-align: center;
    margin: 60px 0;
    padding: 0 20px;
}
.mc_title img {
    max-width: 800px;
}

.mc_container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.mc_setion_intro {
    font-size: 1.1rem;
    margin-bottom: 60px;
    text-align: center;
}

.mc_section_content01 {
    margin-bottom: 60px;
}

.mc_tit_01 {
    font-size: 1.8rem;
    color: #bd2333;
    border-bottom: 2px solid #bd2333;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/* ==========================================================================
   赤いセクション (.bg_red)
   ========================================================================== */
.bg_red {
    background-color: #bd2333; /* ミシュランレッド */
    color: #fff;
    padding: 60px 0;
}

.mc_container02 {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.section02_tit {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

.section02_tit span {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: normal;
    opacity: 0.8;
}

/* プロフィール */
.prof_set {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    margin-top: 40px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.prof_ph {
    width: 150px;
    flex-shrink: 0;
}
.prof_ph img {
    border-radius: 50%;
    border: 3px solid #fff;
}

.prof_text a {
    color: #fff;
    text-decoration: underline;
}

/* 特別編集版テキスト */
.special_text01 {
    text-align: center;
    margin: 60px 0;
    border: 2px solid #fff;
    padding: 20px;
}

.special_text01_tit {
    font-size: 1.5rem;
    line-height: 1.6;
}

.text_yellow {
    color: #ffeb3b;
    font-weight: bold;
}

/* 本のセット（歴史・食文化など） */
.section_content02_inner02 {
    margin-bottom: 40px;
    background: #fff;
    color: #333;
    padding: 30px;
    border-radius: 4px;
}

.book_set {
    display: flex;
    gap: 30px;
    align-items: center;
}
/* 偶数番目の要素を逆順にするなどの調整が必要ならここに追加 */

.book_set_inner01 {
    flex: 1;
}

.book_set_inner02 {
    flex: 1;
}

.book_set_tit01 {
    background: #bd2333;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.book_set_tit02 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #bd2333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/* ==========================================================================
   フッター
   ========================================================================== */
#ftr {
    background: #222;
    color: #fff;
    padding: 60px 0 20px;
}

.ftr_container_tit {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 50px;
    line-height: 1.6;
}

.ftr_details_container {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto 40px;
}

.ftr_book {
    width: 200px;
}

.ftr_text_container {
    flex: 1;
}

.ftr_book_tit {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.ftr_book_tit a {
    text-decoration: none;
}

.mc_ftr_details_text01 {
    display: flex;
    gap: 20px;
}

/* モーダル */
#modal-content {
    display: none; /* JSで制御するため初期は非表示 */
    background: #fff;
    padding: 20px;
    max-width: 400px;
}
.modal_list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.modal_list li {
    margin-bottom: 10px;
}
.modal_list li a {
    display: block;
    background: #f0f0f0;
    padding: 10px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

/* ==========================================================================
   レスポンシブ (スマホ表示)
   ========================================================================== */
@media (max-width: 768px) {
    .pc_none { display: block; }
    .sp_none { display: none; }

    /* ヘッダー */
    .mc_hdr_details_container {
        flex-direction: column;
    }
    
    /* セクション */
    .book_set {
        flex-direction: column-reverse;
    }
    
    .prof_set {
        flex-direction: column;
        text-align: center;
    }
    
    .ftr_details_container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .mc_ftr_details_text01 {
        flex-direction: column;
        align-items: center;
    }

    .section02_tit {
        font-size: 1.8rem;
    }
}