@charset "UTF-8";
.test {
  border: 5px solid #ff0000;
}

.test_green {
  border: 5px solid #3377ff;
}

.topContact_snow {
  position: relative;
  overflow: hidden; /* はみ出しを防ぐ */
}

.w800 {
  max-width: 800px;
}

.photos-img8 {
  max-width: 800px;
  margin-top: 40px;
}

.w700 {
  max-width: 700px;
}

.photos-img7 {
  max-width: 700px;
  margin-top: 40px;
}

.w530 {
  max-width: 530px;
}

.photos-img5 {
  max-width: 530px;
  　padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .w800,
  .w700,
  .w530,
  .photos-img8,
  .photos-img7,
  .photos-img5 {
    width: 90%;
  }
}
.bold {
  font-weight: 700 !important;
}

.color-iromenu {
  color: #f5911e;
}

.txt_title-main {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}
.txt_title {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.1em;
}
.txt_title__left {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #f5911e;
}
.txt_title__left2 {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  color: #f5911e;
}
.txt_title-detail {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.txt_detail__l {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 19px;
}
.txt_detail__n {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 16px;
  font-weight: 900;
}
.txt_detail {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 13px;
}
.txt_detail__center {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.txt_detail__lineh {
  font-size: 13px;
  line-height: 1.5;
}
.txt_detail__mini {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0em;
}
.txt_detail__mini__right {
  text-align: right;
}
.txt_detail__minimini {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0em;
}
.txt_detail__big {
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt30 {
  padding-top: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt80 {
  padding-top: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

br.brsp {
  display: none;
}

br.brpc {
  display: inline;
}

@media screen and (max-width: 640px) {
  br.brsp {
    display: inline;
  }
  br.brpc {
    display: none;
  }
}
.spswap {
  display: none !important;
}

.pcswap {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .pcswap {
    display: none !important;
  }
  .spswap {
    display: inline !important;
    display: block !important;
    margin: 0 auto;
  }
}
#hotel_link {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 13px;
  color: #7f4f21;
  list-style: none;
}

#hotel_link > li {
  padding: 0 10px;
  border-left: solid 1px #7f4f21;
  border-right: solid 1px #7f4f21;
}

#hotel_link > li + li {
  border-left: none;
}

#hotel_link > li a {
  color: #7f4f21;
  text-decoration: none;
}

#hotel_link > li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  #hotel_link {
    flex-wrap: wrap;
    max-width: 320px;
    margin-top: 20px;
    font-size: 12px;
  }
  #hotel_link > li {
    width: 100%;
  }
  #hotel_link > li + li {
    border-left: solid 1px #7f4f21;
    margin-top: 10px;
  }
}
.txt-copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Zen Maru Gothic", serif;
  color: #7f4f21;
}

.button {
  max-width: 250px;
}

.sakura {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sakura li {
  width: 18px;
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes rotate1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.sakura li:nth-child(1) {
  left: 0;
  animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.sakura li:nth-child(2) {
  left: 5vw;
  animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.sakura li:nth-child(3) {
  left: 15vw;
  animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}

.sakura li:nth-child(4) {
  left: 30vw;
  animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}

.sakura li:nth-child(5) {
  left: 40vw;
  animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}

.sakura li:nth-child(6) {
  left: 55vw;
  animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}

.sakura li:nth-child(7) {
  left: 65vw;
  animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}

.sakura li:nth-child(8) {
  left: 50vw;
  animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.access {
  padding-top: 1px;
  background-color: #fff;
}

.address__name {
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  margin-bottom: 8px;
  color: #7f4f21;
}
.address__add {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 8px;
  color: #7f4f21;
}
.address__tel {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 35px;
  color: #7f4f21;
}

.inquiry {
  color: #7f4f21;
  text-align: center;
  padding-bottom: 20px;
}
.inquiry .inquiry_title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 15px;
}
.inquiry .inquiry_tel {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
}
.inquiry .inquiry_date {
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .inquiry_tel {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
  }
}
.title-access {
  color: #7f4f21;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  margin: 20px 0 20px 0;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}

a.btn_link_access {
  position: relative;
  display: inline-block;
  min-width: 250px;
  min-height: 30px;
  padding-top: 10px;
  padding-bottom: 4px;
  color: #7f4f21;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1em;
  margin: 8px 0 16px 0;
}

.subtitle_gosic_red_mini_center {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Zen Maru Gothic", serif;
  color: #7f4f21;
  padding-bottom: 16px;
}

.btn_access_wrap {
  text-align: center;
  margin-bottom: 50px;
}

a.btn_access_wrap {
  position: relative;
  display: inline-block;
  padding: 17px 0 8px 0;
  margin-bottom: 30px;
  min-width: 250px;
  min-height: 30px;
  color: #fff;
  font-size: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  border-radius: 4rem;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background-color: #7f4f21;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.description {
  font-size: 12px;
  margin: 0 auto;
  padding-top: 25px;
}

ul.description {
  position: relative;
  padding-left: 15px;
  margin: 0;
  font-size: 12px;
  color: #7f4f21;
  font-weight: 800;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

ul.description li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  content: "❉";
  color: #7f4f21;
  font-weight: 800;
}

ul.description_white {
  position: relative;
  padding-left: 15px;
  margin: 0;
  font-size: 12px;
  color: #fff;
  font-weight: 800;
  max-width: 700px;
  margin: 0 auto;
}

ul.description_white li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  content: "❉";
  color: #fff;
  font-weight: 800;
}

@media (max-width: 768px) {
  ul.description {
    position: relative;
    padding-left: 15px;
    margin: 0;
    font-size: 12px;
    color: #7f4f21;
    font-weight: 800;
    max-width: 85%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  ul.description_white {
    position: relative;
    padding-left: 15px;
    margin: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 800;
    max-width: 85%;
    margin: 0 auto;
  }
}
/* 桜を表示するコンテナのスタイル */
.cherry-blossom-container {
  position: relative;
  height: 100vh; /* コンテナの高さ */
  width: 100%; /* コンテナの横幅 */
  overflow: hidden; /* コンテナからはみ出した要素を隠す */
}

/* 桜の花びらのスタイル */
.petal {
  position: absolute;
  background-color: #ffc0cb; /* 花びらの色 */
  border-radius: 150% 0 150% 0;
  animation: animate-petal 10s linear;
}

.petal::after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffc0cb;
  border-radius: 150% 0 150% 0;
  transform: rotate(15deg);
}

/* 花びらが降るアニメーション */
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(3000deg);
  }
}
main {
  background: #fae1e7;
}

.section__top {
  background-size: cover;
  background-image: url(../images/back1.webp);
}
.section__yozakura {
  background-size: cover;
  background-image: url(../images/back2.webp);
}
.section__hanameku {
  background-size: cover;
  background-image: url(../images/back3.webp);
}
.section__picture {
  background-size: cover;
  background-image: url(../images/back4.webp);
}

html {
  scroll-behavior: smooth;
  background-color: #000;
  color: #fff;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-size: 15px;
  line-height: 1.5;
  background: #fae1e7;
}

#header {
  width: 100%;
  max-width: 1100px;
  text-align: left;
  margin: 0 auto;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

a {
  color: #7f4f21;
}

a:hover {
  opacity: 0.5;
}

nav {
  width: 100%;
}
nav a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
}

.sns {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.sns_icon {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: center;
}

.copyright_hotel {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 330px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: center;
}

#top {
  background: #fff;
}

#top header .inner {
  max-width: 100%;
}

.inner {
  margin: 0 auto;
}

.container {
  margin: 0 auto;
  max-width: 800px;
}

.item {
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
}

.item-img {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.item-img img {
  display: block;
  margin: 0 auto;
}

hr {
  height: 0;
  margin: 10px 0 10px 0;
  padding: 0;
  border: 0;
  border-top: 3px solid #fff;
}

.hr_brown {
  height: 0;
  margin: 10px 0 10px 0;
  padding: 0;
  border: 0;
  border-top: 3px solid #7f4f21;
}

footer {
  background-color: #000;
  padding: 25px 0px 15px 0px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 10px;
  }
}
.btn_wrap {
  text-align: center;
}

a.btn_link {
  position: relative;
  display: inline-block;
  padding: 15px 0 8px 12px;
  margin-bottom: 30px;
  min-width: 200px;
  min-height: 30px;
  color: #444;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 2px dotted #444;
  font-family: "Noto Serif JP", serif;
}

.toptitle {
  text-align: center;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0px;
}

.title_middle {
  text-align: center;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  line-height: 1.5;
  border-bottom: solid 3px #afa96f;
}

.toptitle_detail {
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7em;
}

.toptitle_detail_center {
  color: #7f4f21;
  font-family: "Zen Maru Gothic", serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.7em;
  text-align: center;
}

.toptitle_detail_big_center {
  color: #7f4f21;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.7em;
  text-align: center;
}

dd {
  margin: 0;
}

.product {
  display: flex;
  align-items: center;
  padding: 3px 0;
}

.product::after {
  content: "";
  border-top: 2px dotted #fff;
  flex: auto;
}

.productPrice {
  order: 1;
}

.option_blue {
  margin: 0 auto;
  max-width: 750px;
  background-color: #f26e8d;
  border-radius: 50px;
  padding: 30px;
  padding-bottom: 40px;
}

.option_column {
  color: #fff;
  font-size: 14px;
}

.option_column_mini {
  color: #fff;
  font-size: 12px;
}

.option_title {
  display: block;
  text-align: center;
  font-size: 16px;
}

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

/*ショート動画を縦型に*/
.youtube iframe {
  position: relative;
  aspect-ratio: 9/16;
  width: 270px;
  height: 480px;
  /* ビデオ横幅 */
  -o-object-fit: cover;
     object-fit: cover;
}

.youtube .video {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 270px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  object-fit: cover;
  object-position: 50% 50%;
}

.arrow {
  position: relative;
  font-size: 15px;
  text-align: left;
}

.arrows {
  position: absolute;
  width: 35px;
  right: 0;
}

.menu {
  width: 400px;
  height: 48x;
}

.comming {
  position: absolute;
  width: 100px;
  right: 0;
  padding-top: 6px;
}

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

.sns_logo {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .container {
    max-width: 90%;
    margin: 0 auto;
  }
  .item-img {
    margin: 0 auto;
  }
  .item-img img {
    width: 90%;
  }
  .text-align-right {
    text-align: left;
  }
  a.btn_link {
    position: relative;
    display: inline-block;
    padding: 15px 0 8px 12px;
    margin-bottom: 30px;
    min-width: 150px;
    min-height: 30px;
    color: #444;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    letter-spacing: 0.1em;
    border: 2px dotted #444;
    font-family: "Noto Serif JP", serif;
  }
  .subtitle_mincho {
    font-size: 12px;
  }
  .toptitle {
    text-align: center;
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    font-size: 19px;
    letter-spacing: 0;
  }
  .toptitle_detail {
    display: block;
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7em;
    text-align: center;
  }
  .arrows {
    position: absolute;
    width: 25px;
    right: 0;
  }
  .youtube {
    margin: 0 auto;
    text-align: center;
  }
  .menu {
    width: 280px;
    height: 30x;
  }
  .option_blue {
    margin: 0 auto;
    width: 75%;
    background-color: #f26e8d;
    border-radius: 50px;
    padding: 30px;
    padding-bottom: 40px;
  }
  dd {
    margin: 0;
  }
  .product {
    display: flex;
    align-items: center;
    padding: 3px 0;
  }
  .product::after {
    content: "";
    border-top: 2px dotted #fff;
    flex: auto;
  }
  .productPrice {
    order: 1;
    text-align: right;
  }
  .toptitle_detail_center {
    color: #7f4f21;
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.7em;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */