html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 100%;
  scroll-snap-type: y mandatory;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 90%;
  }
}

body {
  line-height: 1.5;
  letter-spacing: 1px;
  word-break: break-all;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}

li {
  list-style: none;
}

.__inner {
  width: 85%;
  margin: 0 auto;
}

.__snap {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.top-wrap__ttl h1 {
  position: absolute;
  font-size: clamp(1.8rem, 0.273rem + 7.64vw, 6rem);
  font-family: "Parisienne", cursive;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.top-wrap__ttl h1 span {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-wrap__ttl h1 span {
    font-size: 1.5rem;
  }
}

.intro {
  background-image: url(../img/sakura.jpg);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: relative;
}
.intro::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.intro-wrap__con {
  position: absolute;
  width: 15%;
  margin-left: 5%;
  padding: 3.5% 2.5%;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .intro-wrap__con {
    width: 45%;
    margin: 0 auto;
    padding: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .intro-wrap__con {
    width: 55%;
  }
}
.intro-wrap__con__ttl {
  margin-bottom: 15%;
}
.intro-wrap__con__ttl h2 {
  font-size: 0.8rem;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  text-align: center;
  color: #373737;
}
.intro-wrap__con__ttl h2 span {
  display: block;
  font-size: 1.15rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .intro-wrap__con__ttl h2 span {
    font-size: 1.25rem;
  }
}
.intro-wrap__con__txt {
  color: #373737;
  font-size: 0.95rem;
}
@media screen and (max-width: 768px) {
  .intro-wrap__con__txt {
    font-size: 1rem;
  }
}

.spring {
  background-image: url(../img/haru.jpg);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.spring::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
}
.spring-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.spring-wrap__ttl h2 {
  color: #fff;
  font-size: clamp(4rem, 3.273rem + 3.64vw, 6rem);
  font-family: "Parisienne", cursive;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .spring-wrap__ttl h2 {
    margin-bottom: 10%;
  }
}
.spring-wrap__btn {
  margin-top: 2%;
}
.spring-wrap__btn a {
  color: #fff;
  border: solid 1px #fff;
  display: block;
  font-size: 0.8rem;
  border-radius: 50px;
  width: 14rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.spring-wrap__btn:hover a {
  border-color: transparent;
  background: linear-gradient(270deg, #3f6f7c 0%, #5f6ccf 50%, #3e1862 100%);
  background-position: right center;
  background-size: 200% auto;
}

.summer {
  background-image: url(../img/summer.jpg);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.summer::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
}
.summer-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.summer-wrap__ttl h2 {
  color: #fff;
  font-size: clamp(4rem, 3.273rem + 3.64vw, 6rem);
  font-family: "Parisienne", cursive;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .summer-wrap__ttl h2 {
    margin-bottom: 10%;
  }
}
.summer-wrap__btn {
  margin-top: 2%;
}
.summer-wrap__btn a {
  color: #fff;
  border: solid 1px #fff;
  display: block;
  font-size: 0.8rem;
  border-radius: 50px;
  width: 14rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.summer-wrap__btn:hover a {
  border-color: transparent;
  background: linear-gradient(270deg, #3f6f7c 0%, #5f6ccf 50%, #3e1862 100%);
  background-position: right center;
  background-size: 200% auto;
}

.autumn {
  background-image: url(../img/fall.jpg);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.autumn::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
}
.autumn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.autumn-wrap__ttl h2 {
  color: #fff;
  font-size: clamp(4rem, 3.273rem + 3.64vw, 6rem);
  font-family: "Parisienne", cursive;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .autumn-wrap__ttl h2 {
    margin-bottom: 10%;
  }
}
.autumn-wrap__btn {
  margin-top: 2%;
}
.autumn-wrap__btn a {
  color: #fff;
  border: solid 1px #fff;
  display: block;
  font-size: 0.8rem;
  border-radius: 50px;
  width: 14rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.autumn-wrap__btn:hover a {
  border-color: transparent;
  background: linear-gradient(270deg, #3f6f7c 0%, #5f6ccf 50%, #3e1862 100%);
  background-position: right center;
  background-size: 200% auto;
}

.winter {
  background-image: url(../img/fuyu.jpg);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.winter::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
}
.winter-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.winter-wrap__ttl h2 {
  color: #fff;
  font-size: clamp(4rem, 3.273rem + 3.64vw, 6rem);
  font-family: "Parisienne", cursive;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .winter-wrap__ttl h2 {
    margin-bottom: 10%;
  }
}
.winter-wrap__btn {
  margin-top: 2%;
  display: inline-flex;
}
.winter-wrap__btn a {
  color: #fff;
  border: solid 1px #fff;
  display: block;
  font-size: 0.8rem;
  border-radius: 50px;
  width: 14rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.winter-wrap__btn a:hover {
  border-color: transparent;
  background: linear-gradient(270deg, #3f6f7c 0%, #5f6ccf 50%, #3e1862 100%);
  background-position: right center;
  background-size: 200% auto;
}

.page-ttl-wrap__ttl {
  text-align: center;
  line-height: 1;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page-ttl-wrap__ttl {
    margin-top: 15%;
  }
}
.page-ttl-wrap__ttl h2 {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-size: 6rem;
}

.photos-wrap {
  margin-top: 2.5%;
}
@media screen and (max-width: 768px) {
  .photos-wrap {
    margin-top: 15%;
  }
}
.photos-wrap__ttl {
  margin-bottom: 3%;
}
.photos-wrap__ttl .spring-color {
  font-size: 4rem;
  color: #e2a1b2;
  font-family: "Parisienne", cursive;
  font-weight: 400;
}
.photos-wrap__ttl .summer-color {
  font-size: 4rem;
  color: #f6ac11;
  font-family: "Parisienne", cursive;
  font-weight: 400;
}
.photos-wrap__ttl .autumn-color {
  font-size: 4rem;
  color: #a26b1f;
  font-family: "Parisienne", cursive;
  font-weight: 400;
}
.photos-wrap__ttl .winter-color {
  font-size: 4rem;
  color: #c1d4e8;
  font-family: "Parisienne", cursive;
  font-weight: 400;
}
.photos-wrap__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.photos-wrap__body__block {
  width: 20%;
}
.photos-wrap__body__block__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.photos-wrap__body__block__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photos-wrap__body__block__txt {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 5% 3%;
}
.photos-wrap__body__block__txt h3 {
  margin-bottom: 12.5%;
  font-weight: 500;
}
.photos-wrap__body__block__txt p {
  font-size: 0.9rem;
}

main .photos:last-child {
  margin-bottom: 5%;
}

body.contact {
  background: linear-gradient(45deg, #fef9f9 0%, #ffe0e0 10%, #f99db2 70%, #ffbaba 96%);
}
body.contact main .con-wrap {
  background: #fff;
  margin-top: 12.5%;
  padding: 5% 7.5%;
}
@media screen and (max-width: 768px) {
  body.contact main .con-wrap {
    padding: 5%;
    margin-top: 15%;
  }
}
body.contact main .con-wrap.__inner {
  width: 35%;
}
@media screen and (max-width: 768px) {
  body.contact main .con-wrap.__inner {
    width: 62.5%;
  }
}
body.contact main .con-wrap__ttl {
  text-align: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  body.contact main .con-wrap__ttl {
    margin-top: 10%;
    margin-bottom: 8%;
  }
}
body.contact main .con-wrap__ttl h2 {
  font-size: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
  font-family: "Parisienne", cursive;
  font-weight: 400;
}
body.contact main .con-wrap__body__form__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6%;
}
@media screen and (max-width: 768px) {
  body.contact main .con-wrap__body__form__block {
    flex-direction: column;
  }
}
body.contact main .con-wrap__body__form__block__left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  body.contact main .con-wrap__body__form__block__left {
    width: 100%;
    margin-bottom: 5%;
    font-size: 0.9rem;
  }
}
body.contact main .con-wrap__body__form__block input {
  width: 65%;
  height: 2.5rem;
  border: solid 1.5px #b0b0b0;
  background: #ececec;
}
@media screen and (max-width: 768px) {
  body.contact main .con-wrap__body__form__block input {
    width: 100%;
    margin-bottom: 7%;
    height: 2rem;
  }
}
body.contact main .con-wrap__body__form__block textarea {
  width: 65%;
  height: 12.5rem;
  border: solid 1.5px #b0b0b0;
  background: #ececec;
}
@media screen and (max-width: 768px) {
  body.contact main .con-wrap__body__form__block textarea {
    width: 100%;
  }
}
body.contact main .con-wrap__body__form__block.__con {
  align-items: flex-start;
}
body.contact main .con-wrap__body__form__btn {
  text-align: center;
  margin-top: 12.5%;
}
@media screen and (max-width: 768px) {
  body.contact main .con-wrap__body__form__btn {
    margin-top: 15%;
    margin-bottom: 5%;
  }
}
body.contact main .con-wrap__body__form__btn button {
  background: #000;
  border: solid 1px #000;
  color: #fff;
  cursor: pointer;
  padding: 1.5% 10%;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  body.contact main .con-wrap__body__form__btn button {
    padding: 1% 15%;
  }
}
body.contact main .con-wrap__body__form__btn button:hover {
  border: solid 1px #000;
  background: #fff;
  color: #000;
}

.blog .page-ttl-wrap__ttl {
  margin-top: 50px;
}
.blog .page-ttl-wrap__ttl h2 {
  font-weight: 700;
  font-size: clamp(3rem, 1.909rem + 5.45vw, 6rem);
}
@media screen and (max-width: 768px) {
  .blog .post-wrap {
    padding-top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .blog .post-wrap.__inner {
    width: 65%;
  }
}
.blog .post-wrap {
  margin-bottom: 25%;
}
.blog .post-wrap__block {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 12%;
  transition: all 0.3s;
}
.blog .post-wrap__block:hover {
  opacity: 0.6;
}
.blog .post-wrap__block__ttl {
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.4;
}
.blog .post-wrap__block__ttl:hover::after {
  transform: scale(1.1);
  opacity: 1;
}
.blog .post-wrap__block__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: -8px;
  left: 0;
  background: #000;
  transition: all 0.3s;
  transform: scale(0.1);
  transform-origin: center top;
  opacity: 0;
}
.blog .post-wrap__block__ttl h2 {
  font-size: clamp(1rem, -0.018rem + 5.09vw, 3.8rem);
  font-weight: 400;
  text-shadow: 5px 5px 4px rgba(255, 255, 255, 0.8);
}
.blog .post-wrap__block__ttl p {
  font-size: clamp(0.85rem, 0.432rem + 2.09vw, 2rem);
}
.blog .post-wrap__block__img {
  aspect-ratio: 3/2;
  width: 82%;
  margin: 0;
}
.blog .post-wrap__block__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .post-wrap__block:nth-of-type(1) {
  margin-top: 8%;
}
.blog .post-wrap__block:nth-child(even) {
  justify-content: flex-start;
}
.blog .post-wrap__block:nth-child(even) .post-wrap__block__ttl {
  left: auto;
  right: 0;
}
.blog .post-wrap__block:nth-child(even) .post-wrap__block__ttl p {
  text-align: right;
}

.blog-details-wrap {
  margin-top: 60px;
  margin-bottom: 12%;
}
@media screen and (max-width: 768px) {
  .blog-details-wrap {
    margin-top: 40px;
  }
}
.blog-details-wrap.__inner {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .blog-details-wrap.__inner {
    width: 90%;
  }
}
.blog-details-wrap__img {
  width: 100%;
}
.blog-details-wrap__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details-wrap__con {
  margin-top: 5%;
  margin-bottom: 15%;
}
.blog-details-wrap__con__ttl {
  line-height: 1.3;
}
.blog-details-wrap__con__ttl p {
  font-size: clamp(1rem, 0.527rem + 2.36vw, 2.3rem);
}
.blog-details-wrap__con__ttl h2 {
  font-size: clamp(1rem, 0.527rem + 2.36vw, 2.3rem);
  font-weight: 400;
}
.blog-details-wrap__con__txt {
  margin-top: 5%;
}
.blog-details-wrap__con__txt p {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .blog-details-wrap__con__txt p {
    font-size: 0.9rem;
  }
}
.blog-details-wrap__pager {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .blog-details-wrap__pager {
    width: 70%;
  }
}
.blog-details-wrap__pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.blog-details-wrap__pager__preview {
  display: inline-flex;
  align-items: center;
}
.blog-details-wrap__pager__preview::after {
  position: absolute;
  content: "<";
  font-size: 1.5rem;
  top: 50%;
  left: 90px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .blog-details-wrap__pager__preview::after {
    font-size: 1.1rem;
    left: 72.5px;
  }
}
@media screen and (max-width: 768px) {
  .blog-details-wrap__pager__preview a {
    font-size: 0.8rem;
    display: block;
  }
}
.blog-details-wrap__pager__blog {
  margin-left: 3%;
  margin-right: 3%;
}
.blog-details-wrap__pager__blog a {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .blog-details-wrap__pager__blog a {
    font-size: 1.2rem;
  }
}
.blog-details-wrap__pager__next {
  display: inline-flex;
  align-items: center;
}
.blog-details-wrap__pager__next::after {
  position: absolute;
  content: ">";
  font-size: 1.5rem;
  top: 50%;
  right: 50px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .blog-details-wrap__pager__next::after {
    font-size: 1.1rem;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .blog-details-wrap__pager__next a {
    font-size: 0.8rem;
    display: block;
  }
}

.footer-wrap {
  text-align: center;
  padding: 5% 0;
}
@media screen and (max-width: 768px) {
  .footer-wrap {
    padding-bottom: 8%;
  }
}
.footer-wrap small {
  font-size: 0.6rem;
}

.home .footer {
  position: relative;
  margin-top: -50px;
}
.home .footer-wrap {
  padding: 0;
}

.contact .footer-wrap small {
  color: #fff;
}

.header-wrap {
  position: fixed;
  width: 100%;
  margin: 1.5% 0 0;
  top: 0;
}
.header-wrap__nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 3%;
}
.header-wrap__nav__list__item {
  margin-left: 2%;
}
.header-wrap__nav__list__item a {
  font-size: 0.75rem;
}
.header-wrap__nav__list__item a:hover {
  opacity: 0.7;
}

.home .header {
  position: absolute;
  width: 100%;
  z-index: 1000;
}

#slider {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.vegas-slide .vegas-slide-inner {
  animation: zoomInOut 6s ease forwards;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.vegas-timer {
  display: none;
}

.slider .slick-slide {
  margin: 15px 15px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #b0b0b0;
  border-right: 2px solid #b0b0b0;
  height: 10px;
  width: 10px;
}

.slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
  gap: 10px;
}

.slick-dots .photos-wrap__body__block {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  background: #b0b0b0;
  border-radius: 50%;
  outline: none;
  display: block;
  border: none;
  padding: 2px;
  width: 10px;
  height: 10px;
}

#spring-photos .slick-dots .slick-active button {
  background: #e2a1b2;
}

#summer-photos .slick-dots .slick-active button {
  background: #f6ac11;
}

#autumn-photos .slick-dots .slick-active button {
  background: #a26b1f;
}

#winter-photos .slick-dots .slick-active button {
  background: #c1d4e8;
}

.fadeIn {
  opacity: 0;
}

.fadeInTrigger {
  animation: fadeInAnime 1s forwards;
}

@keyframes fadeInAnime {
  to {
    opacity: 1;
  }
}
