@charset "UTF-8";
/* 大和郡山 モデルコース（PC） */
.mcy{
  --green:#4a7a38;
  --green-dark:#427d4e;
  --orange:#f4901e;
  --pink:#ff6fa2;
  --cream:#f6efdd;
  --gold:#dba73b;
  --text:#333333;
  font-family:'BIZ UDGothic','Noto Sans JP',sans-serif;
  color:var(--text);
  line-height:1.85;
}
.mcy *{box-sizing:border-box;}
.mcy .mcy-spbr{display:none;} /* SP専用改行（PCでは非表示） */
.mcy .mcy-pcbr{display:inline;} /* PC専用改行（SPでは非表示） */
.mcy img{max-width:100%;display:block;}
.mcy .mcy-inner{width:1000px;max-width:100%;margin:0 auto;}

/* ===== イントロ ===== */
.mcy-intro{background:var(--cream);padding:56px 0 64px;}
.mcy-intro .mcy-catch{
  text-align:center;font-family:'Noto Sans JP',sans-serif;font-weight:700;
  font-size:calc(26px * var(--fz, 1));line-height:1.5;margin:0 0 20px;
}
.mcy-title{margin:0 0 30px;text-align:center;}
.mcy-title img{width:auto;max-width:100%;height:auto;margin:0 auto;}
.mcy-read{text-align:center;font-size:calc(20px * var(--fz, 1));line-height:1.9;margin:0 0 40px;}
.mcy-top{display:flex;gap:28px;align-items:stretch;}
.mcy-timeline{flex:0 0 300px;}
.mcy-timeline img{width:100%;height:auto;}
.mcy-topmap{flex:1 1 auto;background:#fff;border-radius:4px;overflow:hidden;}
.mcy-topmap img{width:100%;height:100%;object-fit:cover;}

/* ===== スポット ===== */
.mcy-spots{background:#fff;padding:60px 0;}
.mcy-grid{display:grid;grid-template-columns:468px 468px;justify-content:space-between;gap:56px 16px;}
.mcy-spot__time{
  font-family:'Noto Sans JP',sans-serif;font-weight:700;color:var(--green);
  font-size:0;margin:0 0 2px;
  min-height:calc(15px * var(--fz, 1) * 1.7); /* 開催期間の有無に関わらず緑バー位置を揃える */
  display:flex;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap;gap:4px 10px;
}
.mcy-spot__period{font-size:calc(15px * var(--fz, 1));color:#333;font-weight:700;white-space:nowrap;}
.mcy-spot__head{
  display:flex;align-items:center;gap:10px;
  background:var(--green);color:#fff;border-radius:8px;
  font-family:'Noto Sans JP',sans-serif;font-weight:700;
  font-size:24px;line-height:1.3;
  height:56px;padding:0 12px 4px;margin:0 0 20px;
  white-space:nowrap;
}
.mcy-spot__num{width:30px;height:30px;flex:0 0 auto;transform:translateY(2px);}
.mcy-spot__kana{font-size:12px;font-weight:700;}
.mcy-spot__copy{
  color:var(--green);font-family:'Noto Sans JP',sans-serif;font-weight:700;
  font-size:calc(20px * var(--fz, 1));line-height:1.5;margin:0 0 14px;
}
.mcy-spot__desc{font-size:calc(15px * var(--fz, 1));line-height:1.9;margin:0 0 22px;}
.mcy-spot__info{background:var(--cream);border-radius:0;padding:22px 24px;margin:0 0 24px;}
.mcy-spots .mcy-spot__info{border-top:1px solid #dba73b;}
/* 大河ドラマ館の情報欄はベージュボックスなし（背景・余白なし） */
.mcy-dorama .mcy-spot__info{background:transparent;padding:0;border-top:0;margin:0 0 22px;}
.mcy-spot__info p{font-size:calc(15px * var(--fz, 1));line-height:1.75;margin:0;text-indent:-4em;padding-left:4em;}
.mcy-spot__photo{position:relative;margin:0 0 22px;}
.mcy-spot__photo img{width:100%;height:auto;border-radius:2px;}
.mcy-spot__photo figcaption{font-size:calc(13px * var(--fz, 1));line-height:1.7;margin-top:10px;color:#333;}

/* 吹き出し（写真上） */
.mcy-bubble{
  position:absolute;z-index:3;
  font-family:'Noto Sans JP',sans-serif;font-weight:700;color:#fff;
  font-size:calc(16px * var(--fz, 1));line-height:1.35;text-align:center;
  padding:14px 18px;border-radius:16px;
}
.mcy-bubble::after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);
  border:10px solid transparent;border-top-color:currentColor;}
.mcy-bubble--orange{background:var(--orange);top:-18px;right:12px;}
.mcy-bubble--orange::after{color:var(--orange);}
.mcy-bubble--gold{background:var(--gold);top:-18px;left:12px;}
.mcy-bubble--gold::after{color:var(--gold);}
.mcy-bubble--pink{background:var(--pink);top:-18px;right:12px;}
.mcy-bubble--pink::after{color:var(--pink);}

/* Googleマップ ボタン */
.mcy-spot__btnwrap{text-align:center;margin-top:6px;}
.mcy-mapbtn,.mcy-course__link{font-family:'Noto Sans JP',sans-serif;}
.mcy-mapbtn{
  display:inline-flex;align-items:center;gap:16px;justify-content:center;
  background:#fff;color:var(--pink);border:2px solid var(--pink);border-radius:40px;
  font-weight:700;font-size:calc(17px * var(--fz, 1));padding:15px 40px;min-width:280px;
  text-decoration:none;transition:background-color .2s ease,color .2s ease;
}
.mcy-mapbtn:hover{background:var(--pink);color:#fff;}
.mcy-arrow{font-size:calc(18px * var(--fz, 1));line-height:1;}

/* ===== 大河ドラマ館 ===== */
.mcy-dorama{background:#e3ebe4;padding:60px 0;}
.mcy-dorama__title{margin:0 0 36px;}
.mcy-dorama__title img{width:auto;max-width:100%;height:auto;}
.mcy-dorama__body{display:flex;gap:40px;align-items:flex-start;}
.mcy-dorama__text{flex:1 1 50%;}
.mcy-dorama__copy{color:var(--green);font-family:'Noto Sans JP',sans-serif;font-weight:700;
  font-size:calc(20px * var(--fz, 1));margin:0 0 12px;}
.mcy-dorama__desc{font-size:calc(15px * var(--fz, 1));line-height:1.9;margin:0 0 22px;}
.mcy-dorama__photo{flex:1 1 46%;}
.mcy-dorama__photo img{width:100%;height:auto;border-radius:2px;}
.mcy-dorama__photo figcaption{font-size:calc(13px * var(--fz, 1));line-height:1.7;margin-top:10px;}

/* ===== セクションタイトル（＼ ／挟み） ===== */
.mcy-sectitle{text-align:center;margin:0 0 40px;}
.mcy-sectitle img{width:418px;max-width:100%;height:auto;margin:0 auto;}

/* ===== おすすめモデルコース ===== */
.mcy-course{background:#fff;padding:64px 0;}
.mcy-course__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}
.mcy-course__item a{display:block;text-decoration:none;color:inherit;}
.mcy-course__img img{width:100%;height:150px;object-fit:cover;border-radius:2px;}
.mcy-course__name{font-family:'Noto Sans JP',sans-serif;font-weight:700;
  font-size:calc(20px * var(--fz, 1));margin:14px 0 10px;}
.mcy-course__link{display:inline-flex;align-items:center;gap:8px;color:var(--pink);font-weight:700;
  font-size:calc(16px * var(--fz, 1));}
.mcy-course__arrow{display:inline-flex;align-items:center;justify-content:center;
  width:26px;height:26px;border-radius:50%;background:var(--pink);color:#fff;
  font-size:calc(14px * var(--fz, 1));line-height:1;}

/* ===== おすすめイベント ===== */
.mcy-events{background:#fff;padding:0 0 80px;}
.mcy-events__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}
.mcy-ev a{display:block;text-decoration:none;color:inherit;}
.mcy-ev__thumb{position:relative;}
.mcy-ev__thumb img{width:100%;height:150px;object-fit:cover;border-radius:2px;}
.mcy-ev__badge{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);
  display:flex;align-items:center;justify-content:center;width:80px;height:22px;border-radius:20px;
  color:#fff;font-size:calc(14px * var(--fz, 1));font-weight:700;white-space:nowrap;}
.mcy-ev__badge.badge-music{background:#fc0000;}
.mcy-ev__badge.badge-play{background:#f3901e;}
.mcy-ev__badge.badge-geinou{background:#754c24;}
.mcy-ev__badge.badge-dance{background:#39b24a;}
.mcy-ev__badge.badge-art{background:#fc7ba9;}
.mcy-ev__badge.badge-other{background:#0571b9;}
.mcy-ev__badge.badge-shusai{background:#ec2b46;}
.mcy-ev__date{font-size:calc(14px * var(--fz, 1));line-height:1.5;margin:18px 0 8px;}
.mcy-ev__desc{font-size:calc(15px * var(--fz, 1));font-weight:700;line-height:1.6;margin:0 0 12px;}

/* ============================================================
   SP（〜767px）
   ============================================================ */
@media screen and (max-width:767px){
  /* 左右16pxの余白 */
  .mcy .mcy-inner{padding:0 16px;}

  /* SP専用改行を有効化 */
  .mcy .mcy-spbr{display:inline;}
  .mcy .mcy-pcbr{display:none;} /* PC専用改行はSPで非表示 */

  /* リード文はSPで14px */
  .mcy-read{font-size:calc(14px * var(--fz, 1));}

  /* イントロ：タイムラインの下にマップ */
  .mcy-top{flex-direction:column;gap:16px;}
  .mcy-timeline{flex:0 0 auto;}
  .mcy-topmap{flex:0 0 auto;}

  /* スポット：1列表示 */
  .mcy-grid{grid-template-columns:1fr;gap:40px;}
  /* 見出しバーが長い名前でも折り返す（横はみ出し防止） */
  .mcy-spot__head{
    white-space:normal;height:auto;min-height:56px;
    padding:10px 12px;line-height:1.35;
    font-size:20px;
  }
  .mcy-spot__kana{display:inline-block;}
  /* 情報ボックスの左右パディングを圧縮 */
  .mcy-spot__info{padding:18px 16px;}

  /* 大河ドラマ館：縦積み */
  .mcy-dorama__body{flex-direction:column;gap:20px;}
  .mcy-dorama__text,.mcy-dorama__photo{flex:0 0 auto;width:100%;}

  /* おすすめモデルコース：2列表示（スライダー解除） */
  .mcy-course__nav{display:none;}
  .mcy-course__grid{
    display:grid;grid-template-columns:repeat(2,1fr);gap:28px 16px;
    overflow:visible;scroll-snap-type:none;padding-bottom:0;
  }
  .mcy-course__item{flex:none;}
  .mcy-course__img img{height:110px;}

  /* おすすめイベント：2列表示 */
  .mcy-events__grid{grid-template-columns:repeat(2,1fr);gap:32px 16px;}
}

/* ===== wpgmza マップ 高さ700px固定 ===== */
.mcy-topmap{height:700px;}
.mcy-topmap .wpgmza_map,
.mcy-topmap .wpgmza-map-container,
.mcy-topmap .wpgmza_map > div{height:700px !important;}
/* マップ枠線 1px グレー */
.mcy-topmap{border:1px solid #cccccc;border-radius:0;}
