html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.header__inner {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 40px;
  height: 170px;
  width: 100%;
  position: fixed;
  z-index: 10;
}

.header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 101px;
  aspect-ratio: 101/70;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 72px;
    aspect-ratio: 72/50;
  }
}

.header__contact {
  padding: 15px 60px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  background-color: #F2C9D1;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  transition: all 0.5s;
}
.header__contact:hover {
  background-color: #fff;
  color: #F2C9D1;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header__contact {
    padding: 10px 40px;
    font-size: 14px;
  }
}

.fv {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  padding-top: 190px;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-top: 150px;
  }
}

.fv::before {
  content: " ";
  background-image: url(../images/fv-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  width: 100%;
  height: calc(100% - 90px);
}

.fv__inner {
  max-width: 900px;
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    flex-direction: column;
    align-items: center;
  }
}

.fv__left {
  flex: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv__left {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    align-items: center;
  }
}

.fv__ttl {
  width: 130%;
}
@media screen and (max-width: 768px) {
  .fv__ttl {
    width: 100%;
  }
}

.fv__text {
  width: 100%;
}

.fv__sakura {
  width: 404px;
  aspect-ratio: 404/361;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .fv__sakura {
    margin-right: 0;
    width: 64%;
  }
}

.fv__right {
  flex: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv__right {
    margin-top: -17vw;
  }
}

.fv__mv {
  width: 100%;
}

.about {
  padding-top: 190px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 150px;
  }
}

.about__box {
  max-width: 900px;
  margin-inline: auto;
}

.ttl__head {
  text-align: center;
}

.about__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 2.5;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about__ttl {
    font-size: 20px;
  }
}

.about__ttl span {
  background-color: #F2C9D1;
  padding: 10px 15px;
}

.about__ttl br {
  margin-top: 35px;
  display: block;
  content: "";
}

.about__bctext {
  background-color: #F9F0F1;
  margin-top: -3.5vw;
}

.about__textbox {
  padding: 90px 65px;
}
@media screen and (max-width: 768px) {
  .about__textbox {
    padding: 50px 30px;
  }
}

.about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.01em;
  color: #2B2B2B;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 16px;
  }
}

.about__text p:not(:first-child) {
  padding-top: 20px;
}

.about__item {
  padding-top: 80px;
}

.about__link {
  padding: 16px 45px;
  background-color: #fff;
  color: #2B2B2B;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.01em;
  transition: all 0.4s;
}
.about__link:hover {
  background-color: #F2C9D1;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .about__link {
    font-size: 18px;
  }
}

.news {
  padding-top: 190px;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 150px;
  }
}

.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .news__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
    column-gap: 0;
  }
}

.news__link:hover > .news__img img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s;
}
.news__link:hover > .news__ttl {
  transition: all 0.5s;
  color: #F2C9D1;
}

.news__img {
  width: 100%;
  overflow: hidden;
}

.news__img img {
  transition: all 0.5s;
}

.news__date {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.01em;
  color: #2B2B2B;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .news__date {
    padding-top: 10px;
  }
}

.news__ttl {
  padding-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #2B2B2B;
  transition: all 0.7s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .news__ttl {
    padding-top: 5px;
  }
}

.footer {
  margin-top: 150px;
  text-align: center;
  background-color: #F9F0F1;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 100px;
  }
}

.footer__copyright {
  width: 100%;
  display: block;
  padding: 45px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.01em;
  color: #2B2B2B;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.inner {
  padding-left: 5%;
  padding-right: 5%;
  margin-inline: auto;
  max-width: 1200px;
}/*# sourceMappingURL=style.css.map */