@charset "utf-8";

/* common */
:root {
  --main-color: #ffabab;
  --sub-color: #ffd9d9;
  --accent-color: #ff9a70;
  --text-color: #4e454a;
  --border-color: #b2bab5;
  --first-font: "Shippori Mincho", serif;
  --second-font: "Noto Sans JP", sans-serif;
  --third-font: "Lora", serif;
}
.hidden {
  display: none;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--first-font);
  color: var(--text-color);
}
.sp-br {
  display: none;
}
@media (max-width: 440px) {
  .sp-br {
    display: block;
  }
}

/* Header */
.header {
  position: fixed;
  width: 100%;
  padding: 30px 3.47% 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: transparent;
}
.header_logo {
  width: 240px;
}
.header_hamburger {
  display: none;
}
.header_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.has-dropdown1 {
  position: relative;
}
.has-dropdown2 {
  position: relative;
}
.header_item-text {
  display: inline-block;
  text-align: center;
}
.header_item-jp {
  font-weight: bold;
  line-height: 0.75;
}
.header_item-en {
  font-family: var(--third-font);
  font-size: 10px;
  color: var(--main-color);
}
.header.scrolled .header_item-en {
  color: #fff;
}
.dropdown_detail-btn {
  position: absolute;
  bottom: -20px;
  left: 39%;
}
.has-dropdown2 .dropdown_detail-btn {
  left: 31%;
}
.dropdown_detail-btn-arrow {
  width: 24px;
  height: 24px;
}
.header_item-dropdown-list1 {
  position: absolute;
  top: 155%;
  left: -215%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  width: 484px;
  height: 72px;
  gap: 40px;
  background-color: var(--main-color);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.header_item-dropdown-list2 {
  position: absolute;
  top: 155%;
  left: -400%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  width: 590px;
  height: 72px;
  gap: 40px;
  background-color: var(--main-color);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.header_item-dropdown-item-jp {
  font-weight: bold;
  color: #fff;
  line-height: 0.75;
}
.header_item-dropdown-item-en {
  font-family: var(--third-font);
  font-size: 10px;
  color: #fff;
}
.header_nav-sp {
  display: none;
}
@media (max-width: 1024px) {
  .header_list {
    gap: 20px;
  }
}
@media (max-width: 850px) {
  .header {
    padding: 24px 3.47%;
    position: fixed;
  }
  .header_hamburger {
    position: fixed;
    top: 1.6%;
    right: 3.45%;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background-color: var(--main-color);
    padding: 15px 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
  }
  .header_hamburger-top {
    display: block;
    background-color: #fff;
    width: 17px;
    height: 1px;
    transition: all 0.8s ease;
  }
  .header_hamburger-middle {
    display: block;
    background-color: #fff;
    width: 17px;
    height: 1px;
    margin-top: 6px;
    transition: all 0.8s ease;
  }
  .header_hamburger-bottom {
    display: block;
    background-color: #fff;
    width: 17px;
    height: 1px;
    margin-top: 6px;
    transition: all 0.8s ease;
  }
  .header_hamburger.active .header_hamburger-top {
    transform: translateY(7px) rotate(45deg);
  }
  .header_hamburger.active .header_hamburger-middle {
    opacity: 0;
  }
  .header_hamburger.active .header_hamburger-bottom {
    transform: translateY(-7px) rotate(-45deg);
  }
  .header_nav {
    display: none;
  }
  .header_nav-sp {
    position: fixed;
    display: block;
    top: 13px;
    right: 3.45%;
    width: 345px;
    height: 70vh;
    border-radius: 8px;
    background-color: var(--main-color);
    padding: 80px 0;
    transform: translateX(110%);
    transition: transform 0.8s ease;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .header_nav-sp.active {
    transform: translateX(0);
  }
  .header_list {
    display: block;
  }
  .header_item {
    padding: 15px 0;
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .header_item:nth-child(1)::after,
  .header_item:nth-child(4)::after,
  .header_item:nth-child(5)::after,
  .header_item:nth-child(6)::after {
    position: absolute;
    top: 18px;
    right: 15px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("/wp-content/themes/sakurahifuka/image/arrow-right.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header_item:nth-child(2)::after,
  .header_item:nth-child(3)::after {
    position: absolute;
    top: 18px;
    right: 15px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("/wp-content/themes/sakurahifuka/image/arrow-down.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
  }
  .header_item.rotate-arrow::after {
    transform: rotate(180deg);
  }
  .sp-has-dropdown1,
  .sp-has-dropdown2 {
    padding: 15px 0 10px;
    display: block;
  }
  .header_item-text {
    text-align: unset;
    width: 300px;
  }
  .header_item-dropdown-list1 {
    position: static;
    width: 109.5%;
    height: 214px;
    padding: 0;
    background-color: #fff;
    border-radius: unset;
    transition: max-height 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    display: block;
    margin: 8px -15px 0;
    visibility: visible;
  }
  .header_item-dropdown-list1.show {
    max-height: 214px;
  }
  .header_item-dropdown-list2 {
    position: static;
    width: 109.5%;
    height: 214px;
    padding: 0;
    background-color: #fff;
    border-radius: unset;
    transition: max-height 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    display: block;
    margin: 8px -15px 0;
    visibility: visible;
  }
  .header_item-dropdown-list2.show {
    max-height: 214px;
  }
  .header_item-dropdown-item {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_item-dropdown-item::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("/wp-content/themes/sakurahifuka/image/arrow-right-pink.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header_item-dropdown-item-jp {
    color: var(--main-color);
  }
  .header_item-dropdown-item-en {
    display: none;
  }
  .header_item-jp {
    color: #fff;
    line-height: 1;
    padding: 0 15px;
  }
  .dropdown_detail-btn {
    display: none;
  }
}
@media (max-width: 440px) {
  .header_logo {
    width: 150px;
  }
}

/* SideNav */
.fv_menu-list {
  position: fixed;
  right: 0;
  z-index: 5;
  transform: translateX(69%);
  bottom: 20%;
}
.fv_menu-item {
  width: 260px;
  height: 80px;
  border-radius: 20px 0 0 20px;
}
.fv_menu-item.phone {
  background-color: var(--main-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  transition: transform 0.3s ease;
}
.fv_menu-item.calender {
  background-color: var(--accent-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 0 20px;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .fv_menu-item.phone:hover {
    transform: translateX(-69%);
  }
  .fv_menu-item.calender:hover {
    transform: translateX(-69%);
  }
}
.fv_menu-item.top {
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.fv_menu-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.fv_menu-item-link.top {
  flex-direction: column;
  gap: 0;
}
.fv_menu-item-icon {
  width: 40px;
  height: 40px;
}
.fv_menu-item-text.number {
  color: #fff;
  font-family: var(--second-font);
  font-size: 24px;
  font-weight: bold;
}
.fv_menu-item-text.text {
  color: #fff;
  font-family: var(--second-font);
  font-size: 20px;
  font-weight: bold;
}
.fv_menu-item-text.top {
  color: #ed7ca9;
  font-family: var(--second-font);
  font-weight: 900;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .fv_menu-item {
    width: 240px;
    height: 70px;
  }
  .fv_menu-item-text.number {
    font-size: 20px;
  }
  .fv_menu-item-text.text {
    font-size: 16px;
  }
  .fv_menu-item.top {
    width: 75px;
    height: 70px;
  }
}
@media (max-width: 850px) {
  .fv_menu-list {
    transform: translateX(0);
    display: flex;
    bottom: 0;
    left: 4%;
    align-items: end;
    width: 95%;
  }
  .fv_menu-item.phone {
    border-radius: 20px 20px 0 0;
  }
  .fv_menu-item.calender {
    margin-top: 0;
    transform: unset;
    border-radius: 20px 20px 0 0;
    margin-left: 5%;
  }
  .fv_menu-item.top {
    border-radius: 20px 20px 0 0;
    margin-left: 15%;
  }
}
@media (max-width: 440px) {
  .fv_menu-list {
    left: 2%;
  }
  .fv_menu-item.phone {
    width: 150px;
    height: 45px;
    padding: 13px;
  }
  .fv_menu-item.calender {
    width: 150px;
    height: 45px;
    padding: 13px;
    margin-left: 3%;
  }
  .fv_menu-item-link {
    gap: 15px;
  }
  .fv_menu-item-icon {
    width: 20px;
    height: 20px;
  }
  .fv_menu-item-text.number {
    font-size: 12px;
  }
  .fv_menu-item-text.text {
    font-size: 11px;
  }
  .fv_menu-item.top {
    width: 50px;
    height: 45px;
    margin-left: 11%;
  }
}
@media (max-width: 425px) {
  .fv_menu-list {
    left: 3%;
  }
  .fv_menu-item.top {
    margin-left: 8%;
  }
  .fv_menu-item-text.text {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  .fv_menu-list {
    left: 1.5%;
  }
  .fv_menu-item.phone {
    width: 130px;
  }
  .fv_menu-item.calender {
    width: 130px;
  }
  .fv_menu-item.top {
    margin-left: 3%;
  }
}

/* Footer */

.footer {
  background-color: var(--sub-color);
}
.footer_inner {
  padding: 70px 0 50px;
  max-width: 79%;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 4;
}
.footer_logo {
  width: 300px;
  margin-inline: auto;
}
.footer_logo-small {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.footer_access {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 76px 62px;
  background-color: var(--main-color);
  gap: 50px;
}
.footer_access-text {
  display: flex;
  justify-content: start;
  align-items: center;
}
.footer_access-text:nth-child(2),
.footer_access-text:nth-child(3) {
  margin-top: 20px;
}
.footer_access-text-title {
  width: 90px;
  color: #fff;
  font-family: var(--second-font);
  font-weight: bold;
}
.footer_access-text-text {
  color: #fff;
  font-family: var(--second-font);
  font-weight: bold;
  padding-left: 20px;
  border-left: 0.5px solid #fff;
}
.footer_schedule {
  margin-top: 30px;
}
.footer_schedule-detail {
  margin-top: 10px;
  font-size: 12px;
  font-family: var(--second-font);
  color: #fff;
  font-weight: bold;
}
.footer_copyright {
  padding: 15px 0;
  text-align: center;
  background-color: var(--main-color);
}
.footer_copyright-text {
  font-family: var(--second-font);
  font-size: 10px;
  color: #fff;
}
.footer_access-rightbox {
  position: relative;
  width: 100%;
  padding-top: 35%;
}
@media (max-width: 1024px) {
  .footer_inner {
    max-width: 85%;
  }
  .footer_access {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .footer_access-rightbox {
    padding-top: 55%;
  }
}
@media (max-width: 850px) {
  .footer_inner {
    max-width: 90%;
    padding: 50px 0 50px;
  }
  .footer_access {
    padding: 30px;
    gap: 30px;
  }
  .footer_copyright {
    padding: 20px 0 70px;
  }
}
@media (max-width: 440px) {
  .footer_inner {
    max-width: 100%;
    padding: 30px 0 50px;
  }
  .footer_logo {
    width: 200px;
  }
  .footer_access {
    gap: 15px;
  }
  .footer_access-text-title {
    font-size: 14px;
    width: 82px;
  }
  .footer_access-text-text {
    font-size: 14px;
    padding-left: 10px;
  }
  .footer_schedule {
    margin-top: 15px;
  }
  .footer_logo-small {
    margin-top: 0px;
    font-size: 12px;
  }
}
