@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
*/

/* 2026-08-21 FamilyTripBlog redesign */
:root {
  --ftp-ink: #244d60;
  --ftp-body: #365766;
  --ftp-blue: #33b4cf;
  --ftp-blue-dark: #1689aa;
  --ftp-blue-soft: #eaf8fb;
  --ftp-line: #d8eaf0;
  --ftp-orange: #efaa46;
  --ftp-bg: #f4fbfd;
  --ftp-white: #ffffff;
}

* { box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
  color: var(--ftp-body) !important;
  background: var(--ftp-bg) !important;
}

a { color: var(--ftp-blue-dark); }

/* Header */
#header {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 17%, rgba(255,255,255,.58) 0 3px, transparent 4px),
    radial-gradient(circle at 83% 37%, rgba(255,255,255,.42) 0 7px, transparent 8px),
    linear-gradient(150deg, #39bcd7 0%, #80d7df 47%, #5aa9d6 100%) !important;
  border: 0 !important;
  box-shadow: none !important;
}

#header::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -8%;
  right: -8%;
  bottom: -36px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,.24);
  transform: rotate(-2deg);
}

#header-in {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#site-title a,
.site-name a,
.site-name-text {
  max-width: 560px;
  margin: 0 auto;
  font-family: inherit !important;
  color: #fff !important;
  font-size: 36px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-shadow: 0 2px 8px rgba(23,76,96,.25);
}

.tagline,
#site-description,
.site-description {
  margin-top: 9px !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .03em !important;
  text-shadow: 0 1px 5px rgba(23,76,96,.2);
}

/* Compact navigation */
#navi {
  display: block !important;
  overflow: visible;
  background: #fff !important;
  border-bottom: 1px solid var(--ftp-line);
  box-shadow: 0 3px 12px rgba(30,99,121,.07);
}

#navi-in > ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#navi .navi-in > ul > li > a,
.header-menu-pc .menu > li > a {
  position: relative;
  min-height: 52px;
  padding: 0 20px !important;
  font-family: inherit !important;
  color: #345c70 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

#navi .navi-in > ul > li:first-child > a {
  color: var(--ftp-blue-dark) !important;
}

#navi .navi-in > ul > li:first-child > a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: #f4b845;
}

#navi .navi-in > ul > li > a:hover,
.header-menu-pc .menu > li > a:hover {
  color: var(--ftp-blue-dark) !important;
  background: var(--ftp-blue-soft) !important;
}

/* General layout */
.content-in { gap: 22px; }

.main,
.sidebar .widget,
#sidebar .widget {
  border: 1px solid #e1eff3;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 5px 22px rgba(30,92,112,.07) !important;
}

.main { padding: 28px; }

.widget-title {
  padding: 11px 15px !important;
  border: 0 !important;
  border-left: 5px solid var(--ftp-blue) !important;
  background: linear-gradient(90deg, #eaf8fb, #f8fdfe) !important;
  color: var(--ftp-ink) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

/* First-visit guide */
.widget-index-top.widget_custom_html {
  margin: 0 0 28px;
  padding: 0;
  background: transparent;
}

.familytrip-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--ftp-ink);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
}

.familytrip-section-title::before {
  content: "";
  width: 6px;
  height: 30px;
  flex: 0 0 6px;
  border-radius: 4px;
  background: var(--ftp-blue);
}

.familytrip-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.familytrip-guide-card {
  position: relative;
  min-height: 142px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border-radius: 17px;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(29,92,116,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}

.familytrip-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 11px 25px rgba(29,92,116,.2);
}

.familytrip-guide-hotel { background: linear-gradient(145deg, #67bfd1, #2d718d); }
.familytrip-guide-pool  { background: linear-gradient(145deg, #27b8ce, #145d7b); }
.familytrip-guide-plan  { background: linear-gradient(145deg, #76baa9, #3b6965); }
.familytrip-guide-food  { background: linear-gradient(145deg, #f1ad55, #8d5b27); }

.familytrip-guide-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  font-size: 25px;
}

.familytrip-guide-card strong {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.35;
  text-shadow: 0 1px 5px rgba(0,0,0,.3);
}

.familytrip-guide-card small {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 700;
}

.familytrip-new-title { margin: 30px 0 16px; }

/* Post cards */
.a-wrap {
  overflow: hidden !important;
  border: 1px solid #deedf1 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(36,93,112,.08) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.a-wrap:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 9px 22px rgba(36,93,112,.15) !important;
}

.entry-card-title {
  color: #254656 !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
}

.cat-label,
.card-cat-label,
.entry-category {
  border: 0 !important;
  border-radius: 12px !important;
  background: #dff4f8 !important;
  color: var(--ftp-blue-dark) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

.admin-pv { display: none !important; }
.entry-card-meta { color: #6d838d !important; }

/* Article pages */
.article-header .entry-title,
.entry-title {
  margin-bottom: 14px !important;
  color: #203e4d !important;
  font-size: clamp(26px, 3.3vw, 38px) !important;
  line-height: 1.48 !important;
  font-weight: 900 !important;
  letter-spacing: .01em;
}

.eye-catch-wrap {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 5px 18px rgba(29,92,116,.11);
}

.entry-content {
  color: #344f5d !important;
  font-size: 16px !important;
  line-height: 2 !important;
}

.entry-content h2 {
  margin: 42px 0 18px !important;
  padding: 14px 18px !important;
  border: 0 !important;
  border-left: 6px solid var(--ftp-blue) !important;
  border-radius: 0 10px 10px 0 !important;
  background: linear-gradient(90deg, #e8f8fb, #f7fcfd) !important;
  color: var(--ftp-ink) !important;
  font-family: inherit !important;
  font-size: 25px !important;
  line-height: 1.5 !important;
  font-weight: 900 !important;
}

.entry-content h3 {
  margin: 32px 0 14px !important;
  padding: 0 0 8px !important;
  border: 0 !important;
  border-bottom: 2px solid #bfe4ec !important;
  color: var(--ftp-ink) !important;
  font-family: inherit !important;
  font-size: 21px !important;
  font-weight: 900 !important;
}

.entry-content table {
  overflow: hidden;
  border-radius: 11px;
  border-color: var(--ftp-line) !important;
}

.entry-content th {
  background: #eaf8fb !important;
  color: var(--ftp-ink) !important;
}

.entry-content .information-box,
.entry-content .blank-box,
.entry-content blockquote {
  border-color: #52b5ca !important;
  border-radius: 10px !important;
  background: #f1fafc !important;
  color: #526c78 !important;
}

.entry-content .btn,
.entry-content .wp-block-button__link,
.entry-content a[href*="travel.rakuten"],
.entry-content a[href*="jalan.net"] {
  border-radius: 11px !important;
}

#footer {
  border-top: 3px solid var(--ftp-blue) !important;
  background: linear-gradient(160deg, #183746, #245468) !important;
  color: #eaf7fb !important;
}

#footer a { color: #c8edf4 !important; }

::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: var(--ftp-bg); }
::-webkit-scrollbar-thumb { background: #78c6d7; border-radius: 5px; }

@media screen and (max-width: 834px) {
  #header,
  #header-in { min-height: 190px; }

  #site-title a,
  .site-name a,
  .site-name-text {
    max-width: 300px;
    font-size: 27px !important;
    line-height: 1.35 !important;
  }

  .tagline,
  #site-description,
  .site-description {
    max-width: 340px;
    font-size: 12px !important;
  }

  #navi {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #navi::-webkit-scrollbar { display: none; }

  #navi-in { min-width: max-content; }

  #navi-in > ul {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    white-space: nowrap;
  }

  #navi .navi-in > ul > li > a {
    min-height: 48px;
    padding: 0 15px !important;
    font-size: 13px !important;
  }

  #navi .sub-menu,
  #navi .top-has-sub { display: none !important; }

  .content-in { display: block; }
  .sidebar { display: none; }
  .main {
    width: 100%;
    margin: 0;
    padding: 20px 14px 34px;
    border: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .familytrip-section-title {
    font-size: 21px;
  }

  .familytrip-guide-grid { gap: 10px; }

  .familytrip-guide-card {
    min-height: 114px;
    padding: 13px;
    border-radius: 14px;
  }

  .familytrip-guide-icon {
    top: 11px;
    right: 11px;
    width: 42px;
    height: 42px;
    font-size: 21px;
  }

  .familytrip-guide-card strong { font-size: 16px; }
  .familytrip-guide-card small { font-size: 10px; }

  .list.ect-vertical-card-2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 13px;
  }

  .list.ect-vertical-card-2 .entry-card-wrap {
    width: 100% !important;
    margin: 0 !important;
  }

  .list.ect-vertical-card-2 .entry-card {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr);
    min-height: 104px;
  }

  .list.ect-vertical-card-2 .entry-card-thumb {
    width: 120px !important;
    height: 100% !important;
    min-height: 104px;
    margin: 0 !important;
  }

  .list.ect-vertical-card-2 .entry-card-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .list.ect-vertical-card-2 .entry-card-content {
    min-width: 0;
    padding: 11px !important;
  }

  .list.ect-vertical-card-2 .entry-card-title {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .list.ect-vertical-card-2 .entry-card-meta {
    margin-top: 7px;
    font-size: 10px;
  }

  .article-header .entry-title,
  .entry-title { font-size: 25px !important; }

  .entry-content { font-size: 15.5px !important; }
  .entry-content h2 { font-size: 22px !important; }
  .entry-content h3 { font-size: 19px !important; }
}

@media screen and (max-width: 480px) {
  .familytrip-guide-card small { display: none; }
  .familytrip-guide-card strong { max-width: 112px; }
  .article-header .entry-title,
  .entry-title { font-size: 23px !important; }
}


/* FamilyTrip redesign overrides - keep last */
:root {
  --ftp-ink: #244d60;
  --ftp-body: #365766;
  --ftp-blue: #33b4cf;
  --ftp-blue-dark: #1689aa;
  --ftp-blue-soft: #eaf8fb;
  --ftp-line: #d8eaf0;
  --ftp-orange: #efaa46;
  --ftp-bg: #f4fbfd;
  --ftp-white: #ffffff;
}

* { box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
  color: var(--ftp-body) !important;
  background: var(--ftp-bg) !important;
}

a { color: var(--ftp-blue-dark); }

/* Header */
#header {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 17%, rgba(255,255,255,.58) 0 3px, transparent 4px),
    radial-gradient(circle at 83% 37%, rgba(255,255,255,.42) 0 7px, transparent 8px),
    linear-gradient(150deg, #39bcd7 0%, #80d7df 47%, #5aa9d6 100%) !important;
  border: 0 !important;
  box-shadow: none !important;
}

#header::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -8%;
  right: -8%;
  bottom: -36px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,.24);
  transform: rotate(-2deg);
}

#header-in {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#site-title a,
.site-name a,
.site-name-text {
  max-width: 560px;
  margin: 0 auto;
  font-family: inherit !important;
  color: #fff !important;
  font-size: 36px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-shadow: 0 2px 8px rgba(23,76,96,.25);
}

.tagline,
#site-description,
.site-description {
  margin-top: 9px !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .03em !important;
  text-shadow: 0 1px 5px rgba(23,76,96,.2);
}

/* Compact navigation */
#navi {
  display: block !important;
  overflow: visible;
  background: #fff !important;
  border-bottom: 1px solid var(--ftp-line);
  box-shadow: 0 3px 12px rgba(30,99,121,.07);
}

#navi-in > ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#navi .navi-in > ul > li > a,
.header-menu-pc .menu > li > a {
  position: relative;
  min-height: 52px;
  padding: 0 20px !important;
  font-family: inherit !important;
  color: #345c70 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

#navi .navi-in > ul > li:first-child > a {
  color: var(--ftp-blue-dark) !important;
}

#navi .navi-in > ul > li:first-child > a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: #f4b845;
}

#navi .navi-in > ul > li > a:hover,
.header-menu-pc .menu > li > a:hover {
  color: var(--ftp-blue-dark) !important;
  background: var(--ftp-blue-soft) !important;
}

/* General layout */
.content-in { gap: 22px; }

.main,
.sidebar .widget,
#sidebar .widget {
  border: 1px solid #e1eff3;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 5px 22px rgba(30,92,112,.07) !important;
}

.main { padding: 28px; }

.widget-title {
  padding: 11px 15px !important;
  border: 0 !important;
  border-left: 5px solid var(--ftp-blue) !important;
  background: linear-gradient(90deg, #eaf8fb, #f8fdfe) !important;
  color: var(--ftp-ink) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

/* First-visit guide */
.widget-index-top.widget_custom_html {
  margin: 0 0 28px;
  padding: 0;
  background: transparent;
}

.familytrip-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--ftp-ink);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
}

.familytrip-section-title::before {
  content: "";
  width: 6px;
  height: 30px;
  flex: 0 0 6px;
  border-radius: 4px;
  background: var(--ftp-blue);
}

.familytrip-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.familytrip-guide-card {
  position: relative;
  min-height: 142px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border-radius: 17px;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(29,92,116,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}

.familytrip-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 11px 25px rgba(29,92,116,.2);
}

.familytrip-guide-hotel { background: linear-gradient(145deg, #67bfd1, #2d718d); }
.familytrip-guide-pool  { background: linear-gradient(145deg, #27b8ce, #145d7b); }
.familytrip-guide-plan  { background: linear-gradient(145deg, #76baa9, #3b6965); }
.familytrip-guide-food  { background: linear-gradient(145deg, #f1ad55, #8d5b27); }

.familytrip-guide-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  font-size: 25px;
}

.familytrip-guide-card strong {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.35;
  text-shadow: 0 1px 5px rgba(0,0,0,.3);
}

.familytrip-guide-card small {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 700;
}

.familytrip-new-title { margin: 30px 0 16px; }

/* Post cards */
.a-wrap {
  overflow: hidden !important;
  border: 1px solid #deedf1 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(36,93,112,.08) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.a-wrap:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 9px 22px rgba(36,93,112,.15) !important;
}

.entry-card-title {
  color: #254656 !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
}

.cat-label,
.card-cat-label,
.entry-category {
  border: 0 !important;
  border-radius: 12px !important;
  background: #dff4f8 !important;
  color: var(--ftp-blue-dark) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

.admin-pv { display: none !important; }
.entry-card-meta { color: #6d838d !important; }

/* Article pages */
.article-header .entry-title,
.entry-title {
  margin-bottom: 14px !important;
  color: #203e4d !important;
  font-size: clamp(26px, 3.3vw, 38px) !important;
  line-height: 1.48 !important;
  font-weight: 900 !important;
  letter-spacing: .01em;
}

.eye-catch-wrap {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 5px 18px rgba(29,92,116,.11);
}

.entry-content {
  color: #344f5d !important;
  font-size: 16px !important;
  line-height: 2 !important;
}

.entry-content h2 {
  margin: 42px 0 18px !important;
  padding: 14px 18px !important;
  border: 0 !important;
  border-left: 6px solid var(--ftp-blue) !important;
  border-radius: 0 10px 10px 0 !important;
  background: linear-gradient(90deg, #e8f8fb, #f7fcfd) !important;
  color: var(--ftp-ink) !important;
  font-family: inherit !important;
  font-size: 25px !important;
  line-height: 1.5 !important;
  font-weight: 900 !important;
}

.entry-content h3 {
  margin: 32px 0 14px !important;
  padding: 0 0 8px !important;
  border: 0 !important;
  border-bottom: 2px solid #bfe4ec !important;
  color: var(--ftp-ink) !important;
  font-family: inherit !important;
  font-size: 21px !important;
  font-weight: 900 !important;
}

.entry-content table {
  overflow: hidden;
  border-radius: 11px;
  border-color: var(--ftp-line) !important;
}

.entry-content th {
  background: #eaf8fb !important;
  color: var(--ftp-ink) !important;
}

.entry-content .information-box,
.entry-content .blank-box,
.entry-content blockquote {
  border-color: #52b5ca !important;
  border-radius: 10px !important;
  background: #f1fafc !important;
  color: #526c78 !important;
}

.entry-content .btn,
.entry-content .wp-block-button__link,
.entry-content a[href*="travel.rakuten"],
.entry-content a[href*="jalan.net"] {
  border-radius: 11px !important;
}

#footer {
  border-top: 3px solid var(--ftp-blue) !important;
  background: linear-gradient(160deg, #183746, #245468) !important;
  color: #eaf7fb !important;
}

#footer a { color: #c8edf4 !important; }

::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: var(--ftp-bg); }
::-webkit-scrollbar-thumb { background: #78c6d7; border-radius: 5px; }

@media screen and (max-width: 834px) {
  #header,
  #header-in { min-height: 190px; }

  #site-title a,
  .site-name a,
  .site-name-text {
    max-width: 300px;
    font-size: 27px !important;
    line-height: 1.35 !important;
  }

  .tagline,
  #site-description,
  .site-description {
    max-width: 340px;
    font-size: 12px !important;
  }

  #navi {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #navi::-webkit-scrollbar { display: none; }

  #navi-in { min-width: max-content; }

  #navi-in > ul {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    white-space: nowrap;
  }

  #navi .navi-in > ul > li > a {
    min-height: 48px;
    padding: 0 15px !important;
    font-size: 13px !important;
  }

  #navi .sub-menu,
  #navi .top-has-sub { display: none !important; }

  .content-in { display: block; }
  .sidebar { display: none; }
  .main {
    width: 100%;
    margin: 0;
    padding: 20px 14px 34px;
    border: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .familytrip-section-title {
    font-size: 21px;
  }

  .familytrip-guide-grid { gap: 10px; }

  .familytrip-guide-card {
    min-height: 114px;
    padding: 13px;
    border-radius: 14px;
  }

  .familytrip-guide-icon {
    top: 11px;
    right: 11px;
    width: 42px;
    height: 42px;
    font-size: 21px;
  }

  .familytrip-guide-card strong { font-size: 16px; }
  .familytrip-guide-card small { font-size: 10px; }

  .list.ect-vertical-card-2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 13px;
  }

  .list.ect-vertical-card-2 .entry-card-wrap {
    width: 100% !important;
    margin: 0 !important;
  }

  .list.ect-vertical-card-2 .entry-card {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr);
    min-height: 104px;
  }

  .list.ect-vertical-card-2 .entry-card-thumb {
    width: 120px !important;
    height: 100% !important;
    min-height: 104px;
    margin: 0 !important;
  }

  .list.ect-vertical-card-2 .entry-card-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .list.ect-vertical-card-2 .entry-card-content {
    min-width: 0;
    padding: 11px !important;
  }

  .list.ect-vertical-card-2 .entry-card-title {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .list.ect-vertical-card-2 .entry-card-meta {
    margin-top: 7px;
    font-size: 10px;
  }

  .article-header .entry-title,
  .entry-title { font-size: 25px !important; }

  .entry-content { font-size: 15.5px !important; }
  .entry-content h2 { font-size: 22px !important; }
  .entry-content h3 { font-size: 19px !important; }
}

@media screen and (max-width: 480px) {
  .familytrip-guide-card small { display: none; }
  .familytrip-guide-card strong { max-width: 112px; }
  .article-header .entry-title,
  .entry-title { font-size: 23px !important; }
}


/* Cocoon outputs separate desktop/mobile menu lists. Show only one. */
#navi-in > ul.menu-mobile { display: none !important; }
@media screen and (max-width: 834px) {
  #navi-in > ul.menu-pc { display: none !important; }
  #navi-in > ul.menu-mobile { display: flex !important; }
  #navi-in > ul.menu-mobile > li:last-child { display: none; }
}

/* Mobile navigation and title polish */
@media screen and (max-width: 834px) {
  #navi-in > ul.menu-mobile {
    display: flex !important;
    width: max-content !important;
    min-width: 100% !important;
    flex-wrap: nowrap !important;
  }
  #navi-in > ul.menu-mobile > li {
    width: auto !important;
    flex: 0 0 auto !important;
  }
  #site-title a,
  .site-name a,
  .site-name-text {
    max-width: 350px;
    font-size: 25px !important;
    white-space: nowrap;
    word-break: keep-all;
  }
}

/* Fit all six primary links on a 390px screen */
@media screen and (max-width: 834px) {
  #navi .navi-in > ul.menu-mobile > li > a {
    padding-right: 13px !important;
    padding-left: 13px !important;
    font-size: 12px !important;
  }
}