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


/* =========================
   長堀会 共通設定
========================= */

/* 固定ページの日付・更新日・メタ情報を非表示 */
.page .post-date,
.page .post-update,
.page .entry-date,
.page .entry-modified-date,
.page .post-meta {
  display: none;
}

/* 固定ページのページタイトルを非表示 */
.page .entry-title {
  display: none;
}


/* =========================
   ヘッダーメニュー
========================= */

.navi {
  border: none;
  box-shadow: none;
  background: #ffffff;
}

.navi-in {
  max-width: 1200px;
}

.navi-in a {
  padding: 22px 28px;
  font-size: 16px;
  font-weight: 500;
}

.navi-in a:hover {
  background: #f5f5f5;
}


/* =========================
   トップページのロゴ
========================= */

.home .nagahori-hero {
  width: 100vw;
  max-width: 100vw;
  height: clamp(320px, 32vw, 500px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #ffffff;
}

.home .nagahori-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


/* =========================
   次回開催・NEWS共通
========================= */

.home .nagahori-next-event,
.home .nagahori-news {
  width: calc(100% - 60px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d5d5d5;
  background: #ffffff;
  box-sizing: border-box;
}

.home .nagahori-next-event {
  margin-top: 55px;
  margin-bottom: 55px;
}

.home .nagahori-news {
  margin-top: 0;
  margin-bottom: 80px;
}

.home .nagahori-next-event__title,
.home .nagahori-news__title {
  margin: 0 !important;
  padding: 24px 30px !important;
  border: none !important;
  background: #eeeeee !important;
  color: #222222 !important;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}


/* =========================
   次回開催
========================= */

.home .nagahori-next-event__body {
  padding: 40px 65px 50px;
}

.home .nagahori-next-event__list {
  margin: 0;
  padding: 0;
}

.home .nagahori-next-event__row {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid #e3e3e3;
}

.home .nagahori-next-event__row:first-child {
  border-top: 1px solid #e3e3e3;
}

.home .nagahori-next-event__row dt,
.home .nagahori-next-event__row dd {
  margin: 0;
}

.home .nagahori-next-event__row dt {
  padding: 18px 20px 18px 5px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.home .nagahori-next-event__row dd {
  padding: 18px 10px;
  color: #222222;
  font-size: 17px;
  line-height: 1.7;
}

.home .nagahori-next-event__button-wrap {
  margin-top: 38px;
  text-align: center;
}

.home .nagahori-next-event__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 58px;
  padding: 12px 35px;
  box-sizing: border-box;
  background: #e97824;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  transition: background-color 0.25s ease;
}

.home .nagahori-next-event__button:hover {
  background: #cb621b;
  color: #ffffff !important;
  text-decoration: none !important;
}


/* =========================
   NEWS
========================= */

.home .nagahori-news__body {
  padding: 28px 65px 40px;
}

.home .nagahori-news__item {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  min-height: 70px;
  gap: 0;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
  color: #222222 !important;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.home .nagahori-news__item:hover {
  background: #fafafa;
  color: #222222 !important;
  text-decoration: none !important;
}

.home .nagahori-news__date {
  padding: 18px 15px 18px 5px;
  color: #777777;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  display: block;
}

.home .nagahori-news__text {
  padding: 18px 10px;
  color: #222222;
  font-size: 16px;
  line-height: 1.7;
}


/* =========================
   スマートフォン表示
========================= */

@media screen and (max-width: 768px) {

  .navi-in a {
    padding: 15px 18px;
  }

  .home .nagahori-hero {
    height: clamp(220px, 55vw, 360px);
  }

  .home .nagahori-next-event,
  .home .nagahori-news {
    width: calc(100% - 30px);
  }

  .home .nagahori-next-event {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .home .nagahori-news {
    margin-bottom: 55px;
  }

  .home .nagahori-next-event__title,
  .home .nagahori-news__title {
    padding: 18px 15px !important;
    font-size: 22px;
  }

  .home .nagahori-next-event__body {
    padding: 25px 20px 32px;
  }

  .home .nagahori-next-event__row {
    grid-template-columns: 95px 1fr;
    min-height: 62px;
  }

  .home .nagahori-next-event__row dt {
    padding: 14px 10px 14px 0;
    font-size: 14px;
  }

  .home .nagahori-next-event__row dd {
    padding: 14px 0 14px 10px;
    font-size: 15px;
  }

  .home .nagahori-next-event__button-wrap {
    margin-top: 28px;
  }

  .home .nagahori-next-event__button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 16px;
  }

  .home .nagahori-news__body {
    padding: 15px 20px 25px;
  }

  .home .nagahori-news__item {
    display: block;
    min-height: 0;
    padding: 16px 0;
  }

  .home .nagahori-news__date {
    padding: 0 0 5px;
    font-size: 13px;
  }

  .home .nagahori-news__text {
    padding: 0;
    font-size: 15px;
  }
}