/*
Theme Name: Cocoon Child
Template: cocoon-master
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,400;1,500&family=Lato:wght@300;400&display=swap');

/* ===== BASE ===== */
body { background-color: #faf7f2 !important; }

/* ===== HEADER CONTAINER ===== */
#header-container {
  background: #fff;
  box-shadow: 0 1px 0 #e8e0d5;
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
}

/* ===== HEADER INNER: force flex row ===== */
#header-container-in,
.hlt-center-logo#header-container-in,
.hlt-left-logo#header-container-in {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 48px !important;
  height: 72px !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* ===== LOGO BLOCK (left) ===== */
#header {
  flex: 0 0 auto !important;
  width: fit-content !important;
  min-width: 0 !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

/* Override Cocoon's .wrap class expanding .header-in to full width */
#header .header-in,
#header .header-in.wrap {
  width: fit-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1px !important;
}

/* Tagline: TRAVEL & GOURMET */
#header .tagline,
.tagline {
  font-family: 'Lato', sans-serif !important;
  font-size: 0.52rem !important;
  letter-spacing: 0.42em !important;
  text-transform: uppercase !important;
  color: #2c2824 !important;
}

/* Logo H1 */
#header .logo,
#header h1.logo {
  width: fit-content !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
}

/* Logo link */
#header .site-name-text-link,
#header a.site-name-text-link {
  display: inline-block !important;
  text-decoration: none !important;
}

/* Logo text */
.site-name-text,
#header .site-name-text {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.75rem !important;
  font-style: normal !important;
  font-weight: 300 !important;
  color: #2c2824 !important;
  letter-spacing: 0.15em !important;
  line-height: 1.15 !important;
  display: inline-block !important;
}

/* ===== NAVIGATION (right) ===== */
#navi {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

#navi-in {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

/* Hide mobile menu duplicate on desktop */
ul.menu-mobile { display: none !important; }

/* ===== MENU ITEMS ===== */
.menu-top {
  display: flex !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
  height: 72px !important;
}

.menu-top > .menu-item {
  position: relative !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
}

.menu-top > .menu-item > a {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: none !important;
  color: #3a3530 !important;
  padding: 0 16px !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color 0.2s ease !important;
  position: relative !important;
}

.menu-top > .menu-item > a:hover { color: #9B7E5A !important; }

/* Hide ALL ::after on nav links */
.menu-top .menu-item > a::after { display: none !important; }

/* Active underline via ::before */
.menu-top > .current-menu-item > a::before,
.menu-top > .current_page_item > a::before {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 16px !important;
  right: 16px !important;
  height: 2px !important;
  background: #9B7E5A !important;
}

.caption-wrap { display: flex !important; align-items: center !important; }

.item-label {
  font-family: 'Lato', sans-serif !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.18em !important;
}

/* ===== DROPDOWN SUB-MENUS ===== */
.sub-menu {
  display: none;
  position: absolute !important;
  top: 72px !important;
  left: 0 !important;
  background: #fff !important;
  border-top: 2px solid #9B7E5A !important;
  border-left: 1px solid #e8e0d5 !important;
  border-right: 1px solid #e8e0d5 !important;
  border-bottom: 1px solid #e8e0d5 !important;
  min-width: 140px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
  z-index: 9999 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 6px 0 !important;
}

/* Show on hover */
.menu-top > .menu-item-has-children:hover > .sub-menu {
  display: block !important;
}

.sub-menu > .menu-item > a {
  display: block !important;
  padding: 10px 20px !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  color: #3a3530 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: background 0.15s, color 0.15s !important;
}

.sub-menu > .menu-item > a:hover {
  background: #faf7f2 !important;
  color: #9B7E5A !important;
}

/* ===== MISC ===== */
.admin-pv { display: none !important; }
.content, #content { background: transparent !important; }

/* ===== FOOTER ===== */
#footer, .footer { background: #3a3530 !important; color: #c8beb4 !important; }
#footer-in, .footer-in { background: #3a3530 !important; }

.at-footer-widgets {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr !important;
  gap: 48px !important;
  padding: 56px 64px 40px !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

.at-footer-col { display: flex !important; flex-direction: column !important; }

.at-footer-logo {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: normal !important;
  font-size: 1.5rem !important;
  color: #e8e0d5 !important;
  text-decoration: none !important;
  margin-bottom: 14px !important;
  display: block !important;
}

.at-footer-desc {
  font-family: 'Lato', sans-serif !important;
  font-size: 0.75rem !important;
  color: #a09690 !important;
  line-height: 1.8 !important;
  margin: 0 0 20px !important;
}

.at-footer-follow-label {
  font-family: 'Lato', sans-serif !important;
  font-size: 0.6rem !important;
  letter-spacing: 0.3em !important;
  color: #e8e0d5 !important;
  margin-bottom: 10px !important;
}

.at-footer-social { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.at-footer-social li { margin-bottom: 6px !important; }
.at-footer-social li a {
  font-family: 'Lato', sans-serif !important;
  font-size: 0.72rem !important;
  color: #a09690 !important;
  text-decoration: none !important;
}
.at-footer-social li a:hover { color: #e8e0d5 !important; }

.at-footer-col-title {
  font-family: 'Lato', sans-serif !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  color: #e8e0d5 !important;
  margin-bottom: 16px !important;
}

.at-footer-links { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.at-footer-links li { margin-bottom: 8px !important; }
.at-footer-links li a {
  font-family: 'Lato', sans-serif !important;
  font-size: 0.72rem !important;
  color: #a09690 !important;
  text-decoration: none !important;
}
.at-footer-links li a:hover { color: #e8e0d5 !important; }
.at-footer-spacer { margin-top: 20px !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #header-container-in,
  .hlt-center-logo#header-container-in,
  .hlt-left-logo#header-container-in {
    padding: 0 20px !important;
    height: 60px !important;
  }
  .site-name-text { font-size: 1.3rem !important; }
  #navi { display: none !important; }
  .at-footer-widgets {
    grid-template-columns: 1fr !important;
    padding: 40px 24px !important;
    gap: 32px !important;
  }
}


/* ===== HEADER NAV FONT ===== */
#header-container .navi-in > ul > li > a,
#header-container .navi-in > ul > li > span,
#header .navi .menu-item > a,
.navi-in > ul > li > a {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.12em !important;
  color: #2c2824 !important;
}

/* ===== SIDEBAR WIDGET TITLES ===== */
#sidebar .widget-title,
#sidebar .widgettitle {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.2em !important;
  color: #2c2824 !important;
  border-bottom: 1px solid #d4c4b0 !important;
  padding-bottom: 10px !important;
  margin-bottom: 14px !important;
}

/* ===== PROFILE PLACEHOLDER ===== */
.profile-placeholder {
  margin-bottom: 24px !important;
}
.profile-placeholder .profile-inner {
  background: #faf8f5 !important;
  border: 1px solid #e8ddd0 !important;
  border-radius: 4px !important;
}


/* ============================================================
   〈20】ホームページ カスタムレイアウト
   ============================================================ */

.at-sec-hd {
  margin-bottom: 24px;
  border-bottom: 1px solid #E8DDD3;
  padding-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.at-sec-ttl {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
  color: #3D3530 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.at-sec-ja {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.72rem;
  font-weight: 300;
  color: #8A7E78;
  letter-spacing: 0.1em;
}
.at-card {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.at-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(61,53,48,0.12) !important;
  color: inherit !important;
}
.at-cimg {
  background-size: cover;
  background-position: center;
  width: 100%;
}
.at-card.at-feat {
  background: #fff;
  border-radius: 2px;
  margin-bottom: 24px;
}
.at-feat .at-cimg {
  height: 340px;
  border-radius: 2px 2px 0 0;
}
.at-feat .at-cbody {
  padding: 22px 24px 18px;
}
.at-feat .at-ctag {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9B7E5A;
  background: #EDE4D9;
  padding: 2px 10px;
  border-radius: 1px;
  margin-bottom: 10px;
}
.at-feat .at-ctitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #3D3530;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}
.at-feat .at-cexc {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.8rem;
  color: #8A7E78;
  line-height: 1.85;
  font-weight: 300;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.at-cft {
  display: flex;
  gap: 12px;
  align-items: center;
}
.at-cdate, .at-cbread {
  font-family: 'Lato', sans-serif;
  font-size: 0.68rem;
  color: #8A7E78;
  letter-spacing: 0.06em;
}
.at-sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}
.at-card.at-sub {
  background: #fff;
  border-radius: 2px;
}
.at-sub .at-cimg {
  height: 170px;
  border-radius: 2px 2px 0 0;
}
.at-sub .at-cbody {
  padding: 14px 16px 12px;
}
.at-sub .at-ctag {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9B7E5A;
  background: #EDE4D9;
  padding: 1px 8px;
  border-radius: 1px;
  margin-bottom: 7px;
}
.at-sub .at-ctitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: #3D3530;
  line-height: 1.65;
  letter-spacing: 0.03em;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.at-sub .at-cexc { display: none; }
.at-sub .at-cdate, .at-sub .at-cbread {
  font-size: 0.62rem;
  color: #8A7E78;
}
.at-va-wrap {
  text-align: center;
  margin: 8px 0 40px;
}
.at-va-btn {
  display: inline-block;
  font-family: 'Lato', sans-serif !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
  color: #9B7E5A !important;
  border: 1px solid #9B7E5A !important;
  padding: 9px 30px !important;
  border-radius: 1px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.at-va-btn:hover {
  background: #9B7E5A !important;
  color: #fff !important;
}
.at-dest {
  padding-top: 36px;
  border-top: 1px solid #E8DDD3;
}
.at-dg { margin-bottom: 32px; }
.at-dgh {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.at-dgl {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #3D3530;
}
.at-dgl-line {
  flex: 1;
  height: 1px;
  background: #E8DDD3;
}
.at-dt-grid {
  display: grid;
  gap: 8px;
}
.at-dt-grid.at-dt-6 { grid-template-columns: repeat(3, 1fr); }
.at-dt-grid.at-dt-3 { grid-template-columns: repeat(3, 1fr); }
.at-dt-grid.at-dt-4 { grid-template-columns: repeat(2, 1fr); }
.at-dt {
  display: block;
  text-decoration: none !important;
  overflow: hidden;
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.at-dt:hover { transform: scale(1.02); }
.at-dtimg {
  background-size: cover;
  background-position: center;
  padding-top: 66%;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .at-sub-grid { grid-template-columns: 1fr; }
  .at-feat .at-cimg { height: 220px; }
  .at-dt-grid.at-dt-6 { grid-template-columns: repeat(2, 1fr); }
}

/* ===== SEARCH INPUT FONT ===== */
.search-box input[type="search"],
.search-edit {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1rem !important;
  letter-spacing: 0.12em !important;
}
.search-box input[type="search"]::placeholder,
.search-edit::placeholder {
  font-family: 'Cormorant Garamond', serif !important;
  letter-spacing: 0.12em !important;
  color: #6b5f58 !important;
}