/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Top
------------------------------------------------------------ */
.top {
  /* ----- mainvisual ----- */
  overflow: hidden;
  /* ----- greeting ----- */
  /* ----- news ----- */
}
.top .svg-icon--logo-dims {
  width: 90px;
  height: 90px;
}
.top .p-top {
  position: relative;
  overflow: hidden;
  background: url(../../../img/top/kv@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.top .p-top__catch {
  font-size: clamp(2rem, 4.0833333333vw, 3.0625rem);
  text-align: center;
  color: var(--themecolor);
  font-family: "Rounded M+ 1p", sans-serif;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.top .p-top-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 4rem;
  min-height: clamp(480px, 60vw, 720px);
}
.top .p-top__hours {
  background: #fff;
  max-width: 460px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px;
}
.top .p-sptable {
  display: none;
  position: relative;
}
.top .p-sptable-content {
  padding: 8px;
  width: calc(100% - 32px);
  margin: auto;
  background: #fff;
  margin-top: -90px;
}
.top .p-greeting {
  padding: clamp(24px, 5vw, 60px) 16px;
}
.top .p-greeting::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../../../img/top/greeting_bg@2x.png) no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
.top .p-greeting-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3%;
}
.top .p-greeting-container {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: clamp(24px, 5vw, 60px) clamp(12px, 5vw, 60px);
  border-radius: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
.top .p-greeting-container__column._l {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.top .p-greeting-container__column._r {
  -webkit-flex-basis: 36%;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
}
.top .p-greeting-container__column figure figcaption {
  text-align: center;
}
.top .p-profile {
  background: rgba(208, 223, 182, 0.66);
  border-radius: 15px;
  padding: clamp(12px, 2vw, 24px);
  margin-top: 2rem;
}
.top .p-profile dl {
  margin-top: 1rem;
  padding-left: 0.5em;
}
.top .p-news {
  background: #fff;
  padding: clamp(24px, 5vw, 60px) 16px;
}
.top .p-news-container {
  border: 8px solid #B3BF9B;
  background: #fff;
  max-width: 1100px;
  margin: auto;
  padding: clamp(24px, 5vw, 60px) clamp(24px, 8vw, 96px);
}
.top .p-news-list {
  margin-top: 2rem;
}
.top .p-news-list__item {
  border-bottom: 1px solid #B3BF9B;
}
.top .p-news-list__item a {
  display: block;
  padding: 1em 1.5em;
}
.top .p-news-list__item article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  font-weight: 500;
}
.top .p-news-list__item:first-of-type {
  border-top: 1px solid #B3BF9B;
}
.top .p-news__txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .top .p-top__catch {
    text-shadow: 0 0 5px #fff;
  }
  .top .p-greeting-ttl .icon {
    max-width: 72px;
  }
  .top .p-greeting-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .p-greeting-container__column._r {
    display: none;
  }
  .top .p-greeting-container__column figure {
    max-width: 200px;
    margin: auto;
  }
  .top .p-news {
    background: #F1F1F1;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .top .p-sptable {
    display: block;
    margin-top: -90px;
  }
  .top .p-greeting::before {
    background-position: left top;
  }
  .top .p-news-container {
    padding: 12px;
    padding: 0;
    border: none;
    background: #F1F1F1;
  }
  .top .p-news-ttl {
    background: #D0DFB6;
  }
  .top .p-news-list {
    margin-top: 0;
  }
  .top .p-news-list__item a {
    padding: 0.5em;
  }
  .top .p-news-list__item article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .top .p-news-list__item:first-of-type {
    border-top: none;
  }
  .top .p-news__txt {
    -webkit-line-clamp: 2;
  }
}
@media (hover: hover) {
  .top .p-news-list__item a:hover {
    color: var(--themecolor);
  }
}
/*# sourceMappingURL=../../map/object/project/top.css.map */