@import url("global.css");
html, body {
  background-color: #F1F0E7;
}

#header {
  background-color: #F1F0E7;
}
#header .header_logo {
  background-color: #F1F0E7;
}
#header .header_logo .text {
  border-color: #D2CFCF;
}

#footer {
  background-color: #F1F0E7;
}

.wrapper.ex:has(#topimage) #pagetitle #title {
  background-color: #F1F0E7;
}
.wrapper.ex:has(#topimage) #pagetitle #title::before, .wrapper.ex:has(#topimage) #pagetitle #title::after {
  box-shadow: calc(var(--topradius) * .4 * -1) calc(var(--topradius) * .4) 0 calc(var(--topradius) * .4) #F1F0E7;
}

/* ---------- Body ---------- */
.introduction .block {
  display: flex;
  align-items: flex-start;
  gap: min(80px,6vw);
  margin-bottom: 80px;
}
.introduction .block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.introduction .text {
  flex-grow: 1;
}
.introduction .text .title {
  color: #28874E;
  font-size: min(32px,2.8vw);
  line-height: 1.8;
  margin-bottom: 20px;
}
.introduction .text .catch {
  font-size: min(26px,2.5vw);
  line-height: 1.8;
  margin-bottom: 20px;
}
.introduction .image {
  flex-shrink: 0;
  width: 46%;
}
.introduction .image img {
  border-radius: var(--radius);
}

.section {
  background-color: #EBE9D7;
  margin-inline: max(0px,calc(((100% - 1400px) / 2 ) - 7vw));
  padding-block: 110px 80px;
  margin-top: 80px;
}
.section .title {
  color: #28874E;
  font-size: min(32px,2.8vw);
  line-height: 1.8;
}

.staffbox {
  background-color: #E1DFCC;
  padding: 50px 60px;
  border-radius: var(--radius);
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 880px;
  box-sizing: border-box;
  margin-inline: auto;
}
.staffbox .photo {
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  width: 170px;
}
.staffbox .comment {
  padding-top: 10px;
}
.staffbox .comment dt {
  color: #28874E;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.staffbox .comment dt::before {
  content: "";
  width: 32px;
  height: 24px;
  display: block;
  background: url("../img/comment.png") no-repeat center center/contain;
}
.staffbox .comment dd {
  font-size: 15px;
}

#access .text {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}
#access .text p {
  width: 50%;
  flex-shrink: 0;
}
#access ul {
  display: flex;
  gap: 5%;
  margin-bottom: 70px;
}
#access ul li {
  flex: 1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  align-content: center;
  color: #fff;
  aspect-ratio: 1 / 1;
}
#access ul li .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#access ul li .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #000;
  opacity: .4;
}
#access ul li p {
  position: relative;
  z-index: 1;
}
#access ul li .st {
  line-height: 1.6;
}
#access ul li .st span {
  display: block;
}
#access ul li .st .ja {
  font-size: 24px;
}
#access ul li .st .en {
  font-size: 11px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}
#access ul li .time {
  font-size: 17px;
}
#access ul li .time strong {
  display: inline-block;
  padding-inline: 3px;
  font-size: 160%;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}

#env .block {
  display: flex;
  gap: min(80px,6vw);
  margin-bottom: 10px;
}
#env .text {
  flex-grow: 1;
}
#env .text .title {
  margin-bottom: 30px;
}
#env .image {
  flex-shrink: 0;
  width: 43%;
}
#env .image img {
  border-radius: var(--radius);
}
#env .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: min(76px,5.8vw);
  margin-bottom: 90px;
}
#env .item div {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin-top: 60px;
}
#env .item dt {
  color: #28874E;
  font-size: min(24px,2.1vw);
  line-height: 1.5;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
#env .item dt::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 9px;
  background: url("../img/title_event.png") no-repeat center center/contain;
}

#place .text {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 20px;
}
#place .text p {
  width: 50%;
  flex-shrink: 0;
}
#place ul.place {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: min(72px,5.8vw);
  margin-bottom: 90px;
}
#place ul.place li {
  margin-top: 50px;
}
#place ul.place li .name {
  color: #28874E;
  font-size: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
#place ul.place li .name::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url("../img/point.png") no-repeat center center/contain;
}
#place ul.place li .image {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: 15px;
}
#place ul.place li .image img {
  border-radius: var(--radius);
}

.fin {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: min(60px,5vw);
  margin-top: 100px;
}
.fin .text {
  flex-grow: 1;
}
.fin .text .title {
  color: #28874E;
  font-size: min(32px,2.8vw);
  line-height: 1.8;
  margin-bottom: 20px;
}
.fin .image {
  flex-shrink: 0;
  width: 50%;
}
.fin .image img {
  border-radius: var(--radius);
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .introduction .block {
    gap: 5vw;
    margin-bottom: 70px;
  }
  .introduction .text .title {
    font-size: min(26px,2.9vw);
  }
  .introduction .text .catch {
    font-size: min(26px,2.9vw);
  }

  .section {
    padding-block: 80px 60px;
    margin-top: 70px;
  }
  .section .title {
    font-size: min(26px,2.9vw);
  }

  .staffbox {
    padding: 50px 5vw;
    gap: 5vw;
    align-items: center;
  }
  .staffbox .photo {
    width: 150px;
  }
  .staffbox .comment {
    padding-top: 0;
  }
  .staffbox .comment dd {
    font-size: 14px;
  }

  #access .text {
    gap: 5vw;
    margin-bottom: 40px;
  }
  #access ul {
    gap: 3%;
    margin-bottom: 50px;
  }
  #access ul li .st .ja {
    font-size: 20px;
  }
  #access ul li .time {
    font-size: 15px;
  }
  #access ul li .time strong {
    font-size: 140%;
  }

  #env .block {
    gap: 5vw;
  }
  #env .image {
    width: 45%;
  }
  #env .item {
    column-gap: 5vw;
    margin-bottom: 50px;
  }
  #env .item div {
    margin-top: 50px;
  }
  #env .item dt {
    font-size: min(20px,2.7vw);
  }
  #env .item dt::before {
    top: 7px;
  }

  #place .text {
    gap: 5vw;
    margin-bottom: 10px;
  }
  #place ul.place {
    column-gap: 5vw;
    margin-bottom: 60px;
  }
  #place ul.place li {
    margin-top: 40px;
  }
  #place ul.place li .name {
    font-size: 20px;
  }

  .fin {
    align-items: stretch;
    margin-top: 80px;
  }
  .fin .text .title {
    font-size: min(26px,3vw);
  }
  .fin .image {
    width: 48%;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .wrapper.ex:has(#topimage) #pagetitle #title::before, .wrapper.ex:has(#topimage) #pagetitle #title::after {
    box-shadow: calc(var(--topradius) * .4 * -1) calc(var(--topradius) * .4 * -1) 0 calc(var(--topradius) * .4) #F1F0E7;
  }

  /* ---------- Body ---------- */
  .introduction .block {
    display: block;
    margin-bottom: 50px;
  }
  .introduction .text .title {
    font-size: min(21px,5vw);
    margin-bottom: 20px;
  }
  .introduction .text .catch {
    font-size: min(21px,5vw);
    margin-bottom: 20px;
  }
  .introduction .image {
    width: auto;
    margin-top: 30px;
  }

  .section {
    padding-block: 50px;
    margin-top: 60px;
  }
  .section .title {
    font-size: min(21px,5vw);
  }

  .staffbox {
    padding: 30px 6vw;
    display: block;
  }
  .staffbox .photo {
    width: 100px;
    margin: 0 auto 15px;
  }
  .staffbox .comment dt {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .staffbox .comment dt::before {
    width: 28px;
    height: 22px;
  }
  .staffbox .comment dd {
    font-size: 13px;
  }

  #access .text {
    display: block;
    margin-bottom: 30px;
  }
  #access .text .title {
    margin-bottom: 20px;
  }
  #access .text p {
    width: auto;
  }
  #access ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5vw;
    margin-bottom: 40px;
  }
  #access ul li:nth-of-type(even) {
    margin-top: 8vw;
  }
  #access ul li .time {
    font-size: 14px;
  }
  #access ul li .time strong {
    font-size: 150%;
  }

  #env .block {
    display: block;
    margin-bottom: 0;
  }
  #env .text .title {
    margin-bottom: 20px;
  }
  #env .image {
    width: auto;
    margin-block: 30px 25px;
  }
  #env .item {
    display: block;
    margin-bottom: 40px;
  }
  #env .item div {
    display: block;
    margin-top: 15px;
  }
  #env .item dt {
    font-size: min(18px,4.5vw);
    padding-left: 25px;
    margin-bottom: 8px;
  }
  #env .item dt::before {
    width: 18px;
    height: 18px;
    top: 6px;
  }

  #place .text {
    display: block;
    margin-bottom: 0;
  }
  #place .text .title {
    margin-bottom: 20px;
  }
  #place .text p {
    width: auto;
  }
  #place ul.place {
    display: block;
    margin-bottom: 40px;
  }
  #place ul.place li {
    margin-top: 30px;
  }
  #place ul.place li .name {
    font-size: min(20px,5vw);
    gap: 8px;
    margin-bottom: 15px;
  }
  #place ul.place li .name::before {
    width: 18px;
    height: 18px;
  }
  #place ul.place li .image {
    margin-bottom: 12px;
  }

  .fin {
    display: block;
    margin-top: 50px;
  }
  .fin .text .title {
    font-size: min(22px,5vw);
  }
  .fin .image {
    width: auto;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=locallife.css.map */
