@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* USJ追加・4パークCTAボタン統一スタイル (v2.4.0 ミタメちゃん設計 2026-05-18) */
.btn.tbp-cta-tdl,
.btn.tbp-cta-tds,
.btn.tbp-cta-lgl,
.btn.tbp-cta-usj {
  display: flex; align-items: center; justify-content: center; text-align: center;
  width: 100%; min-height: 76px; padding: 14px 18px;
  font-size: 16px; font-weight: 800; line-height: 1.35; letter-spacing: .01em;
  color: #ffffff !important; border: none; border-radius: 10px; text-decoration: none;
  word-break: keep-all; overflow-wrap: break-word;
  box-shadow: 0 3px 8px rgba(0,0,0,.15);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn.tbp-cta-tdl:hover, .btn.tbp-cta-tds:hover, .btn.tbp-cta-lgl:hover, .btn.tbp-cta-usj:hover {
  transform: translateY(-2px); box-shadow: 0 5px 14px rgba(0,0,0,.22);
  color: #ffffff !important; text-decoration: none;
}
.btn.tbp-cta-tdl { background: #E85A8A; }
.btn.tbp-cta-tdl:hover { background: #C73E6E; }
.btn.tbp-cta-tds { background: #3AA6D6; }
.btn.tbp-cta-tds:hover { background: #2581AD; }
.btn.tbp-cta-lgl { background: #7FC242; }
.btn.tbp-cta-lgl:hover { background: #5E9A28; }
.btn.tbp-cta-usj { background: #E8902A !important; }
.btn.tbp-cta-usj:hover { background: #B8730F !important; }
@media (max-width: 480px) {
  .btn.tbp-cta-tdl, .btn.tbp-cta-tds, .btn.tbp-cta-lgl, .btn.tbp-cta-usj {
    min-height: 64px; font-size: 15px; padding: 12px 14px;
  }
}


/* v2.4.0: 4パークCTA ボタングループを中央寄せ（stella指示 2026-05-18） */
.tbp-home-cta-buttons {
  max-width: 660px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}


/* v2.4.0+: dualモードCTAボタンをUSJ独立CTAと同じレイアウトに調整（矢印を右端に・stella指示 2026-05-18） */
.tbp-cal-root .tbp-park-switch-cta__dual .tbp-park-switch-cta__btn {
  justify-content: space-between !important;
}
.tbp-cal-root .tbp-park-switch-cta__dual .tbp-park-switch-cta__btn-name {
  flex: 1;
  text-align: left;
  padding-left: 4px;
}
