@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #ececec;
  color: #111111;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ----------------------------------------------------
 共通
 ---------------------------------------------------- */
#program {
  scroll-margin-top: 120px;
}

#access {
  scroll-margin-top: 40px;
}

#hotel {
  scroll-margin-top: 70px;
}

#excursion,
#entry {
  scroll-margin-top: 20px;
}

@media (max-width: 767px) {
  #program {
    scroll-margin-top: 80px;
  }

  #access,
  #hotel,
  #entry {
    scroll-margin-top: 30px;
  }

  #excursion {
    scroll-margin-top: 40px;
  }
}

.section-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 0;
  position: relative;
  font-family: "Robot", "Noto Sans JP";
  background: linear-gradient(to right, #004098, #004098 50%, #6894e8 100%);
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 11px;
    padding-bottom: 14px;
  }
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  width: 60px;
  height: 4px;
  background: #f9b200;
}

@media (max-width: 767px) {
  .section-title::after {
    width: 42px;
    height: 3px;
    bottom: 8px;
  }
}

/* 共通セクション見出し */
.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-header {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
  }
}

.section-header.is-last-header {
  margin-bottom: 0;
}

.section-header__bar {
  width: 10px;
  height: 40px;
  background-color: #004098;
  margin-right: 12px;
}

.section-header__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 375px) {
  .section-header__title {
    font-size: 18px;
    font-weight: 700;
  }
}

/* 旬の味覚案内 */
.shizuokacity__meal {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .shizuokacity__meal {
    margin-top: 50px;
  }
}

.shizuokacity__meal-box {
  background-color: #ffffff;
  border: 3px solid #004098;
  padding: 30px;
  width: 100%;
  max-width: 366px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .shizuokacity__meal-box {
    width: 313px;
    height: 161px;
  }
}

.shizuokacity__meal-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .shizuokacity__meal-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

.shizuokacity__meal-btn {
  background: #004098;
  color: #fff;
  padding: 14px 38px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .shizuokacity__meal-btn {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

.shizuokacity__meal-btn:hover {
  opacity: 0.6;
}

/* ----------------------------------------------------
 header
 ---------------------------------------------------- */
.header {
  background: #ffffff;
  height: 100px;
  position: fixed;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  z-index: 100;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  height: inherit;
}

.header__logo {
  width: 446px;
  max-width: 80%;
  min-width: 40px;
}

@media (max-width: 767px) {
  .header__logo {
    width: 220px;
    max-width: 80%;
  }
}

.header__logo img {
  display: block;
}

.header__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-family: "Roboto", "Noto Sans JP";
}

@media (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}

.header__nav li:not(:first-child) {
  margin-left: 40px;
}

.header__nav .header__nav-item {
  color: #004098;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.header__nav .header__nav-item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.header__nav-entry {
  display: inline-block;
  width: 141px;
  max-width: 100%;
  line-height: 20px;
  padding: 14px 38px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #004098;
  border-radius: 24px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transition: all 0.3s ease 0s;
  border: 0;
  cursor: pointer;
}

/* ----------------------------------------------------
 drawer
 ---------------------------------------------------- */

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 500;
  display: none;
  transition: transform 0.5s ease 0s;
}

@media (max-width: 1199px) {
  .drawer-icon {
    display: block;
    top: 38px;
    right: 24px;
  }
}

@media (max-width: 767px) {
  .drawer-icon {
    top: 20px;
  }
}

.drawer-icon.is-active {
  transform: translateX(-200px);
}

.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background: #fff;
}

.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}

.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
  background: #fff;
}

.drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: #004098;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
}

.drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}

.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content__item {
  font-weight: 700;
  border-bottom: 1px dotted #004098;
}

.drawer-content__item a {
  display: block;
  color: #004098;
  text-decoration: none;
  padding: 22px 18px;
  position: relative;
}

.drawer-content__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background: url(../img/arrow-b.png) no-repeat center center/contain;
}

.drawer-content__item:nth-of-type(3) a {
  padding-top: 13px;
  padding-bottom: 13px;
}

.drawer-content__item:nth-of-type(4) {
  border-bottom: 1px dotted #004098;
  padding: 15px 0 15px 18px;
  text-align: left;
  display: block;
  width: 100%;
}

.drawer-content__item:nth-of-type(4) a {
  display: inline-block;
  width: 141px;
  padding: 10px 0;
  background: #004098;
  color: #fff;
  border-radius: 24px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  transform: none;
  letter-spacing: 0.02em;
}

.drawer-content__item:nth-of-type(4) a::after {
  display: none;
}

.drawer-content__item:nth-of-type(4) a:hover {
  opacity: 0.8;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  display: none;
}

.drawer-background.is-active {
  display: block;
}

/* ----------------------------------------------------
 main
 ---------------------------------------------------- */

.main-visual {
  aspect-ratio: 1200 / 534;
  width: calc(100% - 40px);
  max-width: 1200px;
  display: block;
  margin: 100px auto 0;
  object-fit: cover;
  background: url(../img/fv.png) no-repeat center center/cover;
  position: relative;
}

@media (max-width: 767px) {
  .main-visual {
    background: url(../img/sp/fv_sp.png) no-repeat center center/cover;
    margin: 60px 0 0 0;
    height: 420px;
    width: 100%;
  }
}

@media (max-width: 375px) {
  .main-visual {
    height: 309px;
    margin: 60px 0 0 0;
    width: 100%;
  }
}

.main-visual__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: clamp(320px, 45%, 520px);
}

@media (max-width: 1100px) {
  .main-visual__inner {
    padding-left: 27%;
  }
}

@media (max-width: 767px) {
  .main-visual__inner {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }
}

.main-visual__content {
  position: absolute;
  top: 76%;
  left: 40%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .main-visual__content {
    transform: none;
    margin-top: 0;
    text-align: left;
    top: 53%;
    left: 9%;
  }
}

/* --- 各テキストのスタイル --- */
.main-visual__catch {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  margin: 0 0 20px 0;
}

@media (max-width: 1186px) {
  .main-visual__catch {
    /* 1186px以下でフォントサイズを画面幅に追従させる */
    font-size: 2.2vw;
  }
}

@media (max-width: 767px) {
  .main-visual__catch {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 0 16px 0;
  }
}

.main-visual__title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  margin: 0 0 20px 0;
}

@media (max-width: 1186px) {
  .main-visual__title {
    /* 1186px以下でフォントサイズを画面幅に追従させる */
    font-size: 3.2vw;
  }
}

@media (max-width: 767px) {
  .main-visual__title {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0 0 8px 0;
  }
}

.main-visual__date {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  margin: 0 0 20px 0;
}

@media (max-width: 1186px) {
  .main-visual__date {
    /* 1186px以下でフォントサイズを画面幅に追従させる */
    font-size: 2.2vw;
  }
}

@media (max-width: 767px) {
  .main-visual__date {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 40px 0;
  }
}

.main-visual__host {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  margin: 0 0 20px 0;
}

@media (max-width: 1186px) {
  .main-visual__host {
    font-size: 1.2vw;
  }
}

@media (max-width: 767px) {
  .main-visual__host {
    display: none;
  }
}

/* ----------------------------------------------------
 news
 ---------------------------------------------------- */
.news__head {
  margin-top: 80px;
}

@media (max-width: 375px) {
  .news__head {
    margin-top: 50px;
  }
}

.news__items {
  width: 1200px;
  max-width: 100%;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .news__items {
    margin-top: 40px;
  }
}

.news__item {
  display: block;
  background-color: #ffffff;
  padding: 18px 38px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .news__item {
    padding: 16px;
    margin-bottom: 24px;
  }
}

.news__item:first-child {
  /*padding-bottom: 73px;*/
}

@media (max-width: 767px) {
  .news__item:first-child {
    padding-bottom: 16px;
  }
}

.news__meta {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .news__meta {
    display: block;
    /* 横並びを解除 */
    width: 100%;
    margin-bottom: 6px;
  }
}

.news__date {
  width: 140px;
  margin-right: 74px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .news__date {
    width: auto;
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
  }
}

.news__title {
  width: auto;
  padding-left: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .news__title {
    width: 100%;
    padding-left: 0;
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.4;
  }
}

.news__content {
  margin-left: calc(140px + 74px);
  font-size: 17px;
}

@media (max-width: 767px) {
  .news__content {
    margin-left: 0;
    /* PCのインデントをリセット */
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }
}

/* ----------------------------------------------------
 greeting
 ---------------------------------------------------- */
.greeting {
  background-color: #ECECEC;
}

.greeting__head {
  max-width: 1200px;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .greeting__head {
    margin-bottom: 40px;
  }
}

.greeting__card {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 80px 40px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .greeting__card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 50px 16px;
  }
}

/* 1人分：上段2カラム → 下段本文（全幅） */
.greeting__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 32px;
  row-gap: 0; /* 区切り線で調整するので0 */
  grid-template-areas:
    "photo content"
    "body  body";
}

.greeting__item + .greeting__item {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .greeting__item {
    grid-template-columns: 140px 1fr;
    column-gap: 16px;
    grid-template-areas:
      "photo content"
      "body  body";
  }

  .greeting__item + .greeting__item {
    margin-top: 60px;
  }
}

/* 写真 */
.greeting__photo {
  grid-area: photo;
  width: 200px;
}

.greeting__photo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .greeting__photo {
    width: 140px;
  }
}

.greeting__content {
  grid-area: content;
  padding-top: 8px;
}

.greeting__org {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .greeting__org {
    margin: 0 0 10px;
  }
}

.greeting__name-row {
  display: flex;
  align-items: baseline; /* 文字のベースラインを揃える */
  gap: 24px; /* 役職と氏名の間隔（調整可） */
}

/* SP：縦並びに戻す */
@media (max-width: 767px) {
  .greeting__name-row {
    flex-direction: column;
    gap: 6px;
  }
}

.greeting__role {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .greeting__role {
    margin: 0;
  }
}

.greeting__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .greeting__org {
    letter-spacing: 0.05em;
    line-height: 1.7;
  }

  .greeting__role,
  .greeting__name {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.2em;
  }
}

.greeting__body {
  grid-area: body;
  margin-top: 40px;
}

.greeting__body p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  color: #111111;
}

@media (max-width: 767px) {
  .greeting__body {
    margin-top: 24px;
  }

  .greeting__body p {
    letter-spacing: 0.05em;
  }
}

/* ----------------------------------------------------
 program
 ---------------------------------------------------- */
.program {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .program {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.program__head {
  margin-bottom: 50px;
}

.program__card {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .program__card {
    max-width: 100%;
    padding: 24px 16px 24px;
  }
}

.program-ceremony {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .program-ceremony {
    margin-bottom: 32px;
  }
}

@media (max-width: 375px) {
  .program-ceremony {
    margin-bottom: 0;
  }
}

.program-ceremony__row {
  display: flex;
  align-items: stretch;
  /* border-bottom: 1px solid #004098;  ←ここを削除（下線を分離するため） */
  width: 100%; /* 横幅いっぱいにする */
  max-width: 100%; /* 制限を解除 */
  margin-bottom: 40px;
  position: relative; /* 下線の基準点にする */
  padding-bottom: 1px; /* 下線との隙間 */
}
.program-ceremony__row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 503px; /* 下線だけを503pxに固定 */
  max-width: 100%; /* スマホ時は画面内に収める */
  border-bottom: 1px solid #004098;
}

.program-ceremony__value,
.program-entry__value {
  flex: 1;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.5;
  white-space: normal; /* 折り返しは許可するが、幅いっぱいに使う */
}
.program-ceremony__value a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  line-height: 1;
}

.program-ceremony__value a img.hotel-card__icon {
  width: 1.2em; /* テキストの大きさに合わせる */
  height: auto;
  padding-top: 0; /* 余計なパディングをリセット */
  margin-top: 0; /* 余計なマージンをリセット */
  display: block; /* inline要素特有の隙間を消す */
}
.program-entry__value.pc-only {
  min-width: 1000px;
}

@media (max-width: 767px) {
  .program-ceremony__row {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .program-ceremony__row::after {
    display: none;
  }
}

.program-ceremony__label {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #ffffff;
  background-color: #004098;
  width: 120px;
  margin: 10px 30px 10px 0;
  flex-shrink: 0;
  display: grid;
  /* align-items: center; */
}

@media (max-width: 767px) {
  .program-ceremony__label {
    margin: 0 0 6px 0;
  }
}

.program-ceremony__label--small {
  width: 120px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
  text-align-last: justify;
}

@media (max-width: 767px) {
  .program-ceremony__label--small {
    width: 120px;
    padding: 0 12px;
  }
}

@media (max-width: 375px) {
  .program-ceremony__label--small {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .program-ceremony__label--small-none {
    display: none;
  }
}

.program-ceremony__label--program {
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  text-orientation: mixed;
  justify-content: center;
}

@media (max-width: 767px) {
  .program-ceremony__label--program {
    width: 120px;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding: 8px 12px;
    margin: 0 0 6px 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .program-ceremony__label--program {
    padding: 0 12px;
  }
}

.program-ceremony__value {
  flex: 1;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .program-ceremony__value {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
  }
}

@media (max-width: 375px) {
  .program-ceremony__value {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

.program-ceremony__value a {
  transition: opacity 0.3s;
}

.program-ceremony__value a:hover {
  opacity: 0.6;
}

/* プログラムの縦帯＋タイムテーブル */

.program-ceremony__schedule {
  display: flex;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .program-ceremony__schedule {
    flex-direction: column;
  }
}

.program-ceremony__schedule-list {
  flex: 1;
  padding: 10px 0;
  margin: 0;
}

@media (max-width: 767px) {
  .program-ceremony__schedule-list {
    padding: 0 4px;
  }
}

.program-ceremony__schedule-list-row {
}

@media (max-width: 767px) {
  .program-ceremony__schedule-list-row {
    margin-bottom: 32px;
  }
}

.program-ceremony__schedule-item {
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .program-ceremony__schedule-item {
    gap: 8px;
  }
}

@media (max-width: 375px) {
  .program-ceremony__schedule-item {
    display: block;
    margin-bottom: 32px;
  }
}

.program-ceremony__time {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .program-ceremony__time {
    width: 56px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 375px) {
  .program-ceremony__time {
    font-size: 14px;
  }
}

.program-ceremony__description {
  flex: 1;
  line-height: 1.5;
  margin-inline-start: 20px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .program-ceremony__description {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    white-space: normal;
  }
}

@media (max-width: 375px) {
  .program-ceremony__description {
    font-size: 14px;
    margin-left: 0;
  }
}

.program-ceremony__description--bold {
  font-weight: 700;
}

/* 懇親会用の少し小さいスケジュール */
.program-ceremony__schedule--small {
  margin-top: 16px;
}

/* ---------------- 講師紹介 ---------------- */

.program-speaker__body {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .program-speaker__body {
    flex-direction: column;
  }
}

.program-speaker__text {
  flex: 1;
}

.program-speaker__title {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .program-speaker__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
  }
}

/* --- 講師ラベル --- */

.program-speaker__role {
  width: 120px;
  font-weight: 700;
  color: #004098;
  line-height: 1.5;
  border: 1px solid #004098;
  display: inline-block;
  padding: 0 12px;
  background-color: #ffffff;
  flex-shrink: 0;
  margin: 0;
  text-align: center;
  text-align-last: justify;
}

@media (max-width: 767px) {
  .program-speaker__role {
    padding: 0 12px;
  }
}

/* --- 講師名 --- */
.program-speaker__name {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 767px) {
  .program-speaker__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
  }
}

.program-ceremony__name-kana {
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  display: inline-block;
}

@media (max-width: 375px) {
  .program-ceremony__name-kana {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
  }
}

.program-speaker__profile-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .program-speaker__profile-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
  }
}

.program-speaker__profile-label {
  width: 120px;
  font-weight: 700;
  color: #004098;
  line-height: 1.5;
  border: 1px solid #004098;
  display: inline-block;
  padding: 0 11px;
  background-color: #ffffff;
  flex-shrink: 0;
  margin: 0;
  text-align: center;
  min-height: 7.5rem;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

@media (max-width: 767px) {
  .program-speaker__profile-label {
    width: 120px;
    padding: 0 12px;
    min-height: 1rem;
    white-space: nowrap;
  }
}

.program-speaker__profile-text {
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 375px) {
  .program-speaker__profile-text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding: 0 12px;
  }
}

.program-speaker__photo {
  width: 200px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .program-speaker__photo {
    width: 140px;
    margin: 0 auto 24px auto;
  }
}

@media (max-width: 375px) {
  .program-speaker__photo {
    margin: 0 auto 32px auto;
  }
}

/* ---------------- 懇親会 ---------------- */

.program-party__lead {
  line-height: 1.5;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .program-party__lead {
    flex-basis: 100%;
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  .program-party__lead {
    margin-top: 6px;
    margin-bottom: 0;
  }
}

/* ---------------- 大会申込 ---------------- */

.program-entry__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.program-entry__row {
  gap: 16px;
}

@media (max-width: 767px) {
  .program-entry__row {
    flex-direction: column;
  }
}

.program-entry__value {
  flex: 1;
  line-height: 1.5;
  white-space: normal;
  font-weight: 400;
}

@media (max-width: 767px) {
  .program-entry__value {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .program-entry__value {
    white-space: normal;
    margin-bottom: 24px;
  }
}

@media (max-width: 375px) {
  .program-entry__value {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 80px;
  }
}

.program-entry__value-row {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .program-entry__value-row {
    margin-bottom: 0;
  }
}

.u-bold {
  font-weight: 700;
}

/* ----------------------------------------------------
 access
---------------------------------------------------- */

.access {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .access {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .access {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.access__head {
  margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .access__head {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .access__head {
    margin-bottom: 50px;
  }
}

.access-table {
  width: 1200px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .access-table {
    width: 343px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .access-table__row {
    margin-bottom: 24px;
  }
}

.access-map img {
  width: 100%;
  max-width: 800px;
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .access-map img {
    max-width: 100%;
    margin: 24px auto 32px;
  }
}

.access-transport__map img {
  width: 100%;
  max-width: 800px;
  display: block;
}

@media (max-width: 767px) {
  .access-transport__map img {
    max-width: 100%;
    margin: 24px auto 0;
  }
}

/* ----------------------------------------------------
   plan
---------------------------------------------------- */

.hotel {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .hotel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.hotel__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .hotel__inner {
    width: 92%;
    max-width: 900px;
  }
}

@media screen and (max-width: 850px) {
  .hotel__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}

.hotel__head {
  margin-bottom: 40px;
}

/* ホテル一覧 */
.hotel__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 72px;
  margin-top: 60px;
  margin-bottom: 100px;
}

@media screen and (min-width: 851px) and (max-width: 1025px) {
  .hotel__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 36px;
  }
}

@media screen and (max-width: 850px) {
  .hotel__items {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 375px) {
  .hotel__items {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.hotel-card__click {
  text-decoration: none;
  color: inherit;
  display: block;
}

.hotel-card__click:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .hotel__section.section-header {
    margin-bottom: 16px;
  }
}

.hotel-card__name {
  font-weight: 700;
  color: #111111;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 375px) {
  .hotel-card__name {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.hotel-card__icon {
  width: 20px;
  height: 20px;
}

/* ホテル画像 */
.hotel-card__img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* 住所/TEL */
.hotel-card__address,
.hotel-card__tel {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 375px) {
  .hotel-card__address,
  .hotel-card__tel {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 375px) {
  .hotel-card__address {
    margin: 0 0 4px 0;
  }
}

/* 料金 */
.hotel-card__prices {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hotel-card__prices {
    margin-left: 0;
  }
}

.hotel-card__price-row {
  display: flex;
  justify-content: space-between;
  max-width: 260px;
  align-items: center;
  height: 2rem;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 375px) {
  .hotel-card__price-row {
    max-width: 253px;
  }
}

.hotel-card__price-row:last-child {
  margin-bottom: 0;
}

.hotel-card__plan {
  background: #004098;
  color: #fff;
  padding: 4px 6px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 120px;
}

.hotel-card__yenblock {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.hotel-card__price-num {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #cc0000;
}

@media screen and (max-width: 850px) {
  .hotel-card__price-num {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
  }
}

.hotel-card__yen {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #cc0000;
}

@media screen and (max-width: 850px) {
  .hotel-card__yen {
    font-size: 14px;
    font-weight: 500;
  }
}

/* ----------------------------------------------------
   excursion
---------------------------------------------------- */

.excursion {
  background: #ececec;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .excursion {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.excursion__head {
  margin-bottom: 60px;
}

.excursion__section.is-last-header {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .excursion__section.is-last-header {
    margin-bottom: 40px;
  }
}

/* ====================================================
   excursion-course セクション
   ====================================================== */

@media screen and (max-width: 820px) {
  .excursion-course {
    padding: 32px 0 40px;
  }
}

@media (max-width: 767px) {
  .excursion-course {
    width: 343px;
    max-width: 100%;
    padding: 0 16px 0;
    margin: 0 auto 0;
  }
}

@media (max-width: 375px) {
  .excursion-course {
    /* padding: 24px 16px 28px; */
    padding: 0;
  }
}

.excursion-course-section {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .excursion-course-section {
    margin-bottom: 24px;
  }
}

.excursion-header__bar {
  width: 10px;
  height: 10px;
  background-color: #004098;
  margin-right: 12px;
}

.excursion-course__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .excursion-course__title {
    font-size: 17px;
    line-height: 1.3;
  }
}

.excursion-course__images {
  display: flex;
  gap: 60px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .excursion-course__images {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }
}

.excursion-course__images img {
  width: 352px;
  height: 195px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .excursion-course__images img {
    width: 343px;
    height: 195px;
  }
}

/* 料金 */
.excursion-course__price {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .excursion-course__price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .excursion-course__price {
    margin-bottom: 16px;
  }
}

.excursion-course__label {
  font-size: 20px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .excursion-course__label {
    font-size: 18px;
  }
}

.excursion-course__cost {
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #cc0000;
}

@media (max-width: 767px) {
  .excursion-course__cost {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}

.excursion-course__money {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #cc0000;
}

@media screen and (max-width: 850px) {
  .excursion-course__money {
    font-size: 14px;
    font-weight: 500;
  }
}

.excursion-course__yen {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .excursion-course__yen {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .excursion-course__yen {
    font-size: 18px;
  }
}

/* 募集人員情報 */
.excursion-course__info {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .excursion-course__info {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* SP・PC表示切り替え */
.pc-only {
  display: block;
}
.tablet-only {
  display: none;
}

@media (max-width: 900px) {
  .tablet-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.excursion-course__info-label {
  color: #004098;
  font-weight: 700;
}

/* 行程 */
.excursion-course__schedule {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .excursion-course__schedule {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 375px) {
  .excursion-course__schedule {
    font-size: 14px;
    line-height: 1.7;
  }
}

.excursion-course:nth-of-type(4) .excursion-course__schedule {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .excursion-course:nth-of-type(4) .excursion-course__schedule {
    margin-bottom: 50px;
  }
}

@media (min-width: 376px) {
  .schedule-pc {
    display: inline;
  }

  .schedule-sp {
    display: none;
  }
}

@media (max-width: 375px) {
  .schedule-pc {
    display: none;
  }
}

@media (max-width: 375px) {
  .schedule-sp {
    display: block;
  }

  .schedule-sp span {
    display: block;
  }
}

.excursion-box {
  background-color: #ffffff;
}

/* ----------------------------------------------------
  大会申込
---------------------------------------------------- */
.entry {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
  background: linear-gradient(
    to bottom,
    #ffffff 0px,
    #ffffff 400px,
    #ffffff 400px,
    #f5f5f5 65%,
    #ececec 100%
  );
}

@media (max-width: 767px) {
  .entry {
    background: url(../img/entry_bg_sp.png) no-repeat center center/cover;
    padding-top: 50px;
    padding-bottom: 70px;
    background: linear-gradient(
      to bottom,
      #ffffff 0px,
      #ffffff 240px,
      #ffffff 240px,
      #f5f5f5 65%,
      #ececec 100%
    );
  }
}

.entry__bg-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;

  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 4.5vw, 73px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;

  color: #ececec;

  text-shadow: -2px -2px 4px rgba(255, 255, 255, 0.9),
    2px 2px 6px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.06);

  white-space: nowrap;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 768px) {
  .entry__bg-text {
    display: none;
  }
}

.entry__head {
  margin-bottom: 70px;
}

.entry__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .entry__lead {
    width: 343px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.entry__pdf {
  margin-top: 0;
  margin-bottom: 50px;
}

.entry__pdf a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #007bff;
}

.entry__pdf a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .entry__pdf a {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.entry-check {
  margin-bottom: 20px;
}

.entry-check__label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.entry-check__box {
  width: 30px;
  height: 30px;
  border: 2px solid #004098;
  display: inline-block;
  margin-right: 20px;
}

.entry-check__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.entry-check__input:checked + .entry-check__box {
  background-image: url(../img/check_mark-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.entry-check__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .entry-check__text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.entry__button {
  display: inline-block;
  transition: opacity 0.3s;
  margin-bottom: 22px;
}

.entry__button.is-inactive {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.entry__button:hover {
  opacity: 0.6;
}

.entry__button-img {
  width: 420px;
  max-width: 100%;
  border-radius: 20px;
  height: 230px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .entry__button-img {
    width: 343px;
    max-width: 100%;
  }
}

/* ----------------------------------------------------
  footer
---------------------------------------------------- */
.footer {
  background: #004098;
  padding-top: 56px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 12px;
  }
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1014px) {
  .footer__inner {
    flex-direction: column;
    width: 343px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
  }
}

.footer__logo {
  margin-right: 0;
}

@media (min-width: 1015px) {
  .footer__logo {
    margin-right: 94px;
  }
}

.footer__logo img {
  width: 262px;
  display: block;
}

@media (max-width: 1014px) {
  .footer__logo img {
    margin-bottom: 12px;
  }
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1014px) {
  .footer__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 26px;
  }
}

.footer__nav-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-decoration: none;
}

.footer__nav-item:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .footer__nav-item {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
  }
}

.footer__copy {
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 1014px) {
  .footer__copy {
    width: 343px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 11px;
    line-height: 1.6;
    margin-top: 0;
  }
}

.footer__pagetop {
  position: fixed;
  right: 14px;
  bottom: 14px;
}

.footer__pagetop img {
  width: 60px;
}
