@charset "UTF-8";

/* =========================================================
   00: BASE / 共通
========================================================= */
html{
  font-size: 16px;
  scroll-behavior: smooth;
}

:root{
  --container: 1100px;
  --side: 16px;
  --ink: #333;
  --muted: #444;
}

body{
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  color: var(--ink);
}

img{
  max-width: 100%;
  height: auto;
  display: block;
}
.section-title-inner{
  margin-bottom: 3rem;
}

/* =========================================================
   01: FV / ファーストビュー
========================================================= */
.fv{
  background-color: #cce9f2;
  text-align: center;
  margin-bottom: 2rem;
}

.fv01{
  margin: 0 auto;
}

.fv picture{
  display: block;
  max-width: 75rem;
  margin: 0 auto;
}

.fv-text{
  text-align: center;
  max-width: 75rem;
  margin: 0 auto;
  padding-bottom: 4.375rem;
}

.fv-text h1{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin-bottom: 1.5625rem;
  display: inline-block;
  padding-bottom: 0.625rem;
  border-bottom: 0.1875rem solid #3b3b3b;
}

.fv-text p{
  font-size: 1.125rem;
  line-height: 1.9;
  font-weight: 700;
  margin-bottom: 0.875rem;
  color: #3b3b3b;
}

.fv-text p:nth-of-type(1){
  color: #F15523;
  font-weight: 600;
  font-size: 1.5rem;
}
.tap-text{
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px){
  .fv-text{
    width: 80%;
    padding-bottom: 2.5rem;
  }

  .fv-text h1{
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .fv-text p{
    font-size: 1rem;
  }

  .fv-text p:nth-of-type(1){
    font-size: 1.15rem;
  }
}


/* =========================================================
   02: 共通バナー / 導線
========================================================= */
.section-banner{
  text-align: center;
  margin: 0 auto 2rem;
}

.section-banner img{
  margin: 0 auto;
}

.event-nav-text{
  text-align: center;
  margin: 0 0 1rem;
  color: #3b3b3b;
}

.event-nav{
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.event-nav a{
  display: inline-block;
  padding: 0.9rem 1.6rem;
  background: #FFFBDD;
  border: 3px solid #fff;
  border-radius: 50px;
  color: #3b3b3b;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 0 #e6e0c5;
  transition: 0.2s;
}

.event-nav a:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #e6e0c5;
}

@media screen and (max-width: 767px){
  .event-nav{
    gap: 0.75rem;
    margin: 1.5rem auto 2rem;
  }

  .event-nav a{
    font-size: 0.9375rem;
    padding: 0.65rem 1.1rem;
  }
}


/* =========================================================
   03: セクション共通
========================================================= */
.event-section{
  scroll-margin-top: 6rem;
  max-width: 62.5rem;
  margin: 4rem auto;
  padding: 0 1.25rem;
  text-align: center;
}

.event-section h2{
  max-width: 700px;
  margin: 0 auto 2rem;
  padding: 0.8rem 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3b3b3b;
  background: #FFFBDD;
  border: 2px solid #000000;
}

.section-lead,
.event-lead{
  margin: 0 auto 2rem;
  line-height: 1.9;
  color: #3b3b3b;
}

.event-section ul{
  margin: 0;
  padding-left: 0;
}

.event-section li{
  color: #3b3b3b;
}

@media screen and (max-width: 767px){
  .event-section{
    margin-bottom: 3rem;
    padding: 1.5rem 1rem;
  }

  .event-section h2{
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
  }

  .section-lead,
  .event-lead{
    font-size: 0.95rem;
  }
}


/* =========================================================
   04: 相談会 / キャンペーン / おトク情報 共通
========================================================= */
.consultation-list{
  list-style: none;
  padding: 0;
  margin: 2rem auto 0;
  max-width: 1200px;
}

.consultation-item{
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.consultation-image{
  flex: 0 0 56%;
}

.consultation-image img{
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.consultation-content{
  flex: 0 0 50%;
  max-width: 30rem;
}

.consultation-title{
  font-size: 2rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  color: #3b3b3b;
  display: inline-block;
  padding-bottom: 0.4rem;
  border-bottom: 3px solid #F15523;
}

.consultation-text{
  margin-top: 1rem;
  line-height: 2;
  font-size: 0.95rem;
  color: #3b3b3b;
  text-align: left;
}

.consultation-text strong{
  color: #F15523;
}

.special-note{
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #e53935;
  text-align: left;
}

.special-red{
  color: #e53935;
}

.specialbnr{
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 767px){
  .consultation-item{
    flex-direction: column;
    gap: 1.8rem;
    margin-bottom: 3rem;
    text-align: center;
  }

  .consultation-image,
  .consultation-content{
    flex: 100%;
    width: 100%;
    max-width: 100%;
  }

  .consultation-content{
    text-align: left;
  }

  .consultation-title{
    font-size: 1.5rem;
  }

  .consultation-text,
  .special-note{
    font-size: 0.95rem;
  }
}


/* =========================================================
   05: イベント
========================================================= */
.event-group-list{
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.event-group-card{
  width: 100%;
}

.event-group-title{
  display: inline-block;
  margin: 0 0 1.5rem;
  padding-bottom: 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3b3b3b;
  border-bottom: 3px solid #F15523;
}

.event-group-card .event-detail-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-group-card:last-child .event-detail-list{
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 20rem;
  justify-items: center;
}

.event-group-card .event-detail-list li{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.event-group-card .event-detail-list img{
  width: 100%;
  max-width: 18rem;
  height: auto;
}

@media screen and (max-width: 767px){
  .event-group-list{
    gap: 3rem;
  }

  .event-group-title{
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .event-group-card .event-detail-list{
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .event-group-card:last-child .event-detail-list{
    max-width: 100%;
  }

  .event-group-card .event-detail-list img{
    max-width: 70%;
    margin: 0 auto;
  }
}


/* =========================================================
   06: 会場
========================================================= */
.venue-section{
  max-width: 75rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
}

.venue-title{
  text-align: center;
  margin-bottom: 3rem;
}

.venue-title img{
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.venue-info{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: 100rem;
  margin: 0 auto 3rem;
}

.venue-info__image{
  flex: 0 0 48%;
}

.venue-info__image img{
  width: 100%;
  height: auto;
}

.venue-info__content{
  flex: 0 0 60%;
  text-align: left;
}

.venue-info__title{
  margin: 0 0 1.5rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #a87833;
  letter-spacing: 0.05em;
}

.venue-info__text{
  margin: 0;
  font-size: 1.125rem;
  line-height: 2;
  color: #3b3b3b;
}

.car-map{
  text-align: center;
  margin: 0 auto;
}

.car-map h2{
  display: inline-block;
  margin: 0 0 1.75rem;
  padding: 0.8rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #3b3b3b;
  background: #FFFBDD;
  border: 2px solid #3b3b3b;
}

.car-map img{
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
}

@media screen and (max-width: 1024px){
  .venue-info{
    gap: 2.5rem;
  }

  .venue-info__title{
    font-size: 1.8rem;
  }

  .venue-info__text{
    font-size: 1rem;
  }

  .car-map h2{
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px){
  .venue-section{
    padding: 2rem 1rem 3rem;
  }

  .venue-title{
    margin-bottom: 2rem;
  }

  .venue-info{
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .venue-info__image,
  .venue-info__content{
    flex: 0 0 100%;
    width: 100%;
  }

  .venue-info__content{
    text-align: center;
  }

  .venue-info__title{
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .venue-info__text{
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .car-map h2{
    font-size: 1.25rem;
    padding: 0.65rem 1.2rem;
    margin-bottom: 1rem;
  }

  .car-map img{
    max-width: 90%;
  }
}


/* =========================================================
   07: アクセス
========================================================= */
.access{
  background: #f6f1e6;
  padding: 0 1.25rem 4rem;
  margin: 0 auto;
}

.access .inner-w{
  padding: 0 !important;
}

.access .container.inner-w{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.access .center{
  flex: 0 1 500px;
  margin: 0;
}
.access-title{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.c-map{
  display: block;
  width: 100%;
  max-width: 700px;
  height: 400px;
  margin: 0 auto;
  border: 0;
  border-radius: 1rem;
}

.access-content{
  flex: 0 0 400px;
  margin-top: 0;
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-sizing: border-box;
}

.access-content img{
  width: auto;
  max-width: none;
  height: auto;
}

.access-content img[src*="car"],
.access-content img[src*="train"],
.access-content img[src*="bus"]{
  width: 56px;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px){
  .access .container.inner-w{
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .access .center,
  .access-content{
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .c-map{
    max-width: 100%;
    height: 320px;
  }
}


/* =========================================================
   08: FORM / お問い合わせ
========================================================= */
.form{
  padding: 56px 0;
}

.form .container{
  max-width: 1200px;
}

@media (max-width: 768px){
  .form{
    padding: 40px 0;
  }
}


/* =========================
   ヘッダー崩れ対策（このページだけ）
========================= */
header img[src*="menudown"]{
  display: inline !important;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
}

header a[href^="tel:"]{
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: none !important;
}

header a[href^="tel:"] img[src*="header/tel.png"]{
  width: 210px !important;
  max-width: none !important;
  height: auto !important;
}