@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes poyoyon {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
@keyframes kakudai {
  0% {
    scale: 0;
  }
  60% {
    scale: 1.25;
  }
  100% {
    scale: 1;
  }
}
@keyframes kakudai2 {
  0% {
    scale: 0;
  }
  60% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes yure {
  0%, 50% {
    rotate: 0;
  }
  25% {
    rotate: 3.5deg;
  }
  75% {
    rotate: -3.5deg;
  }
}
@keyframes yure2 {
  0%, 50% {
    rotate: 0;
  }
  25% {
    rotate: -2deg;
  }
  75% {
    rotate: 2deg;
  }
}
@keyframes yure3 {
  0%, 50% {
    rotate: 0;
  }
  25% {
    rotate: -1deg;
  }
  75% {
    rotate: 1deg;
  }
}
@keyframes yure4 {
  0%, 50% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-1deg);
  }
  75% {
    transform: rotate(1deg);
  }
}
@keyframes yure5 {
  0%, 50% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(1.3deg);
  }
  75% {
    transform: rotate(-1.3deg);
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
html body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: rgb(29, 29, 21);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
  font-weight: 500;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.9em;
}

small {
  font-size: 0.9em;
}

.wrap-all {
  overflow-x: hidden;
}

.wrap-all::-webkit-scrollbar {
  display: none;
}

.coming-soon {
  font-size: 2em;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

* {
  min-height: 0;
  min-width: 0;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0);
  transition: 1s all;
}
.header.page-open {
  height: 90px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: rgba(100, 100, 111, 0.1) 0px 3px 7px 0px;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.8);
  color: rgb(29, 29, 21);
}
.header.page-open .header__logo a {
  width: 180px;
}
.header .menu-container {
  display: none;
}
.header__wrap {
  height: 100%;
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  transition: 1s all;
  width: 210px;
  display: block;
}
.header__logo a img {
  width: 100%;
}
.header nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header nav .nav_list {
  height: 100%;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 998;
}
.header nav .nav_list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header nav .nav_list li a {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
  position: relative;
}
.header nav .nav_list li a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../../img/common/h1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header nav .nav_list li:nth-child(2) a::before {
  background-image: url(../../img/common/h2.png);
}
.header nav .nav_list li:nth-child(3) a::before {
  width: 36px;
  background-image: url(../../img/common/h3.png);
}
.header nav .nav_list li:nth-child(4) a::before {
  background-image: url(../../img/common/h4.png);
}
.header nav .nav_list li:nth-child(5) a::before {
  width: 32px;
  background-image: url(../../img/common/h5.png);
}
.header nav .nav_list li:nth-child(6) a::before {
  width: 32px;
  background-image: url(../../img/common/h6.png);
}

.sp-fixed-link {
  display: none;
}

@media screen and (max-width: 1280px) {
  .header nav .nav_list {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  .header nav .nav_list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 0.85em;
  }
}
@media screen and (max-width: 928px) {
  .header {
    text-shadow: none !important;
  }
  .header__wrap {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .header .menu-container {
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 9999;
  }
  .header .menu-container .responsive_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.75s ease;
  }
  .header .menu-container .responsive_btn .menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu-container .responsive_btn .menu_btn i {
    font-size: 32px;
    color: #dcb8e6;
  }
  .header .menu-container .responsive_btn span {
    color: rgb(29, 29, 21);
    font-size: 36px;
  }
  .header .menu-container .responsive_btn.menu_close {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_close.active {
    display: flex;
  }
  .header .menu-container .responsive_btn.menu_open.active {
    display: none;
  }
  .header nav {
    position: fixed;
    top: 0%;
    transform: translateX(-50%);
    left: 160%;
    transition: 0.75s ease;
    width: 100vw;
    height: 102vh;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    gap: 15px;
  }
  .header nav .nav_list {
    flex-direction: column;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content;
    row-gap: 15px;
    font-size: 1em;
  }
  .header nav .nav_list li {
    height: -moz-fit-content;
    height: fit-content;
  }
  .header nav .nav_list li a {
    color: rgb(29, 29, 21) !important;
  }
  .header nav.active {
    left: 50%;
  }
  .header.page-open .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #dcb8e6;
  }
  .header.page-open .header__logo a p {
    text-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .header__wrap {
    width: calc(100% - 30px);
  }
}
#heading {
  margin-block-start: 120px;
  height: 400px;
  position: relative;
  margin-inline: auto;
  width: calc(100% - 60px);
  border-radius: 15px;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 60px;
  box-shadow: 10px 10px 0 #dcb8e6;
  overflow: hidden;
}
#heading .background {
  width: 100%;
  height: 100%;
  position: relative;
}
#heading .background__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
#heading .background__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 320px;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-image: url("../../img/common/heading/heading.jpg");
  background-size: cover;
  background-position: 65% 15%;
  background-repeat: no-repeat;
  z-index: -1;
}
#heading .background__image--daily {
  background-image: url("../../img/common/heading/daily.jpg");
  background-position: 60% 15%;
}
#heading .background__image--admission {
  background-image: url("../../img/common/heading/admission.jpg");
  background-position: 80% center;
}
#heading .background__image--secret {
  background-image: url("../../img/common/heading/secret.jpg");
  background-position: center;
}
#heading .background__image--contact {
  background-image: url("../../img/common/heading/contact.jpg");
  background-position: center;
}
#heading .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}
#heading .heading {
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
}
#heading .heading__title {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  gap: 15px;
  font-size: 2.5em;
  text-shadow: rgba(100, 100, 111, 0.75) 0px 7px 14px;
}
#heading .heading__title .en {
  font-size: 0.75em;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  text-transform: capitalize;
}
#heading .heading__title .en span {
  display: inline-block;
}
#heading .heading__title .ja {
  letter-spacing: 0.1em;
}
#heading .heading__title .ja span {
  display: inline-block;
}
#heading .heading__title::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url(../../img/common/h2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-inline: auto;
}
#heading .heading__title--daily::before {
  background-image: url(../../img/common/h3.png);
}
#heading .heading__title--admission::before {
  background-image: url(../../img/common/h4.png);
}
#heading .heading__title--secret::before {
  background-image: url(../../img/common/h5.png);
}
#heading .heading__title--contact::before {
  background-image: url(../../img/common/h6.png);
}

@media screen and (max-width: 928px) {
  #heading {
    width: calc(100% - 30px);
    height: 320px;
  }
  #heading .heading__title {
    font-size: 2.2em;
  }
  #heading .background__image {
    top: 280px;
  }
}
@media screen and (max-width: 480px) {
  #heading .heading {
    width: 90%;
  }
  #heading .heading h1 .ja {
    font-size: 0.8em;
  }
  #heading .heading h1 .en {
    font-size: 0.7em;
  }
}
.sp-fixed-link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  width: 80px;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 998;
  gap: 5px;
  color: #ffffff;
  transition: 0.5s all;
}
.sp-fixed-link.page-open {
  opacity: 1;
}
.sp-fixed-link a {
  background-color: #dcb8e6;
  width: 100%;
  aspect-ratio: 1/1;
  line-height: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 5px;
  row-gap: 7.5;
  border: 4px solid #ffffff;
  border-right: none;
  font-size: 12px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sp-fixed-link a i {
  font-size: 24px;
}
.sp-fixed-link a span {
  text-transform: uppercase;
}

@media screen and (max-width: 928px) {
  .sp-fixed-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    height: 60px;
    right: auto;
    top: auto;
    transform: unset;
    left: 0;
    bottom: 0;
    gap: 0;
  }
  .sp-fixed-link.scroll {
    opacity: 0;
    bottom: -15px;
  }
  .sp-fixed-link a {
    border: 2px solid #ffffff;
    border-left: none;
    border-bottom: none;
    font-weight: bold;
    aspect-ratio: unset;
    flex-direction: row;
    font-size: 16px;
    border-radius: 0;
  }
  .sp-fixed-link a i {
    padding-top: 3px;
    font-size: 1.2em;
  }
  .sp-fixed-link a:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .sp-fixed-link a {
    flex-direction: column;
  }
  .sp-fixed-link a:last-child i {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .sp-fixed-link a {
    font-size: 0.9em;
  }
}
form {
  width: 100%;
}
form .contact__wrap--formbox {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
form .contact__wrap--formbox--list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}
form .contact__wrap--formbox--list #address-attention {
  grid-column: 2/3;
  color: red;
  margin-block-start: -10px;
}
form .contact__wrap--formbox--list--title {
  width: 270px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #dcb8e6;
  padding: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}
form .contact__wrap--formbox--list--title span {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  font-weight: bold;
  padding: 0 5px;
  white-space: nowrap;
  border-radius: 5px;
}
form .contact__wrap--formbox--list--title span.optional {
  background-color: #fff;
  color: #dcb8e6;
}
form .contact__wrap--formbox--list--title p {
  text-align: left;
}
form .contact__wrap--formbox--list--title p span {
  display: inline-block;
  font-size: 1em;
  display: inline-block;
  background-color: transparent;
  padding: 0;
  white-space: unset;
  border-radius: unset;
}
form .contact__wrap--formbox--list--title.date {
  font-size: 0.9em;
}
form .contact__wrap--formbox--list--title.mail br {
  display: none;
}
form .contact__wrap--formbox--list--title.contact {
  height: auto;
  align-items: start;
}
form .contact__wrap--formbox--list--title.contact span {
  margin-block-start: 5px;
}
form .contact__wrap--formbox--list:last-child .contact__wrap--formbox--list--title {
  align-items: start;
  height: 200px;
}
form .contact__wrap--formbox--list:last-child .contact__wrap--formbox--list--title span {
  margin-top: 3px;
}
form .contact__wrap--formbox--list .form_contents {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 2.5px;
  align-items: center;
}
form .contact__wrap--formbox--list--contents {
  width: 100%;
  display: flex;
  align-items: center;
}
form .contact__wrap--formbox--list--contents input[type=text],
form .contact__wrap--formbox--list--contents input[type=email],
form .contact__wrap--formbox--list--contents input[type=tel],
form .contact__wrap--formbox--list--contents select {
  width: 100%;
  padding: 1rem;
  border: solid 1px #dcb8e6;
  background-color: #ffffff;
  border-radius: 5px;
}
form .contact__wrap--formbox--list--contents--post-code {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
form .contact__wrap--formbox--list--contents--post-code button {
  text-align: center;
  font-size: 0.9em;
  width: 75px;
  height: 60px;
  background-color: #dcb8e6;
  color: #fff;
  border-radius: 10px;
}
form .contact__wrap--formbox--list--contents--post-code button:active {
  scale: 0.98;
}
form .contact__wrap--formbox--list--contents--select {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
}
form .contact__wrap--formbox--list--contents--select select {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2rem;
}
form .contact__wrap--formbox--list--contents--select::after {
  content: "\f078"; /* fontawesomeのアイコン表示 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  pointer-events: none;
}
form .contact__wrap--formbox--list--contents--birth {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
form .contact__wrap--formbox--list--contents--birth select {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
  margin-left: 10px;
  margin-right: 5px;
}
form .contact__wrap--formbox--list--contents--birth select:first-child {
  margin-left: 0;
}
form .contact__wrap--formbox--list--contents textarea {
  border-radius: 5px;
  width: 100%;
  height: 200px;
  padding: 1rem;
  border: solid 1px #dcb8e6;
  background-color: #ffffff;
  text-align: left;
}
form .contact__wrap--formbox--list--contents ::-moz-placeholder {
  color: #e0e0e0;
}
form .contact__wrap--formbox--list--contents ::placeholder {
  color: #e0e0e0;
}
form .contact__wrap--formbox--list--contents.wrap-check {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 7.5px;
}
form .contact__wrap--formbox--list--contents .checkbox,
form .contact__wrap--formbox--list--contents .radio {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
form .contact__wrap--formbox--list--contents .checkbox label,
form .contact__wrap--formbox--list--contents .radio label {
  white-space: nowrap;
  position: relative;
  line-height: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 7.5px;
       column-gap: 7.5px;
}
form .contact__wrap--formbox--list--contents .checkbox label::before,
form .contact__wrap--formbox--list--contents .radio label::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: #fff;
  box-shadow: #ccc 0 0 0 0.5px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
form .contact__wrap--formbox--list--contents .checkbox label::after,
form .contact__wrap--formbox--list--contents .radio label::after {
  content: "";
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 7.5px;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: #2196f3;
  border-radius: 50%;
  transition: all 0.3s ease;
}
form .contact__wrap--formbox--list--contents .checkbox input,
form .contact__wrap--formbox--list--contents .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .contact__wrap--formbox--list--contents .checkbox input:checked ~ label::after,
form .contact__wrap--formbox--list--contents .radio input:checked ~ label::after {
  display: block;
}
form .contact__wrap--formbox--list--contents#date-time {
  position: relative;
}
form .contact__wrap--formbox--list--contents#date-time::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
  background-image: url(../../img/common/date.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
form .contact__wrap--privacy {
  margin: 60px 0 0 0;
  text-align: left;
}
form .contact__wrap--privacy h2 {
  font-size: 1.2em;
  border-bottom: solid 1px #dcb8e6;
  margin: 0 0 30px 0;
}
form .contact__wrap--privacy h2 b {
  display: inline-block;
}
form .contact__wrap--privacy--box {
  padding: 15px 30px;
  border: solid 1px #4c4c4c;
  height: 300px;
  background-color: #fff;
  border-radius: 5px;
}
form .contact__wrap--privacy--box ul li h3 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  margin: 15px 0;
  padding: 0 0 5px 0;
  border-bottom: dashed 1px #efefef;
}
form .contact__wrap--privacy--box ul li p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
form .contact__wrap--privacy--box ul li table caption {
  white-space: nowrap;
}
form .contact__wrap--privacy--box ul li table tbody tr th {
  width: 200px;
  height: 60px;
  background-color: #dcb8e6;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-bottom: 1px solid #fff;
}
form .contact__wrap--privacy--box ul li table tbody tr td {
  width: calc(100% - 200px);
  height: 60px;
  vertical-align: middle;
  padding: 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-bottom: 1px solid #dcb8e6;
  border-right: 1px solid #dcb8e6;
}
form .contact__wrap--privacy--box ul li table tbody tr:first-child {
  border-top: 1px solid #dcb8e6;
}
form .contact__wrap--privacy--box ul li table tbody tr:last-child th {
  height: auto;
  border-bottom: 1px solid #dcb8e6;
}
form .contact__wrap--privacy--box ul li table tbody tr:last-child td {
  height: auto;
}
form .contact__wrap--privacy--box ul li ol li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
form .contact__wrap--privacy--box ul li ol li::before {
  content: "(" counter(cnt) ") ";
}
form .contact__wrap--privacy--checks {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
form .contact__wrap--privacy--checks--checkbox {
  color: #595757;
}
form .contact__wrap--privacy--checks input[type=checkbox] {
  display: none;
}
form .contact__wrap--privacy--checks input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #595757;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
form .contact__wrap--privacy--checks input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
form .contact__wrap--privacy--checks input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #595757;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}
form .contact__wrap--privacy--checks input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
form .contact__wrap--privacy--attention {
  margin: 2rem 0;
}
form .contact__wrap--privacy--attention p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  text-indent: -0.9rem;
  padding-left: 0.9rem;
  text-align: center;
}
form .contact__wrap--submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
form .contact__wrap--submit--button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  padding: 15px 60px;
  background-color: #dcb8e6;
  border: #dcb8e6 2px solid;
  border-radius: 50px;
  transition: 0.75s;
  font-weight: bold;
  color: #fff;
}
form .contact__wrap--submit--button:hover {
  background-color: #fff;
  color: #dcb8e6;
  transition: 0.75s;
}

.simplebar-track {
  background: #e5e5e5;
  /* バーの背景色を設定できます*/
  border-radius: 10px;
  /* バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  /* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before {
  background: #dcb8e6;
  /* ここでバーの色を設定 */
}

.contact__wrap--formbox--list--image {
  row-gap: 5px;
}
.contact__wrap--formbox--list--image .text {
  grid-column: 2/3;
  text-align: left;
  font-size: 0.85em;
  margin-block-start: -10px;
  line-height: 1;
}
.contact__wrap--formbox--list--image .contact__wrap--formbox--list--title {
  grid-row: 1/3;
}

@media screen and (max-width: 1024px) {
  form .contact__wrap--formbox--list {
    flex-direction: column;
    display: flex;
    gap: 10px;
  }
  form .contact__wrap--formbox--list--title {
    width: 100%;
    height: 60px !important;
    align-items: center !important;
  }
  form .contact__wrap--formbox--list--title.mail, form .contact__wrap--formbox--list--title.date {
    font-size: unset;
  }
  form .contact__wrap--formbox--list--title.mail br, form .contact__wrap--formbox--list--title.date br {
    display: none;
  }
  form .contact__wrap--formbox--list--contents.wrap-check {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  form .contact__wrap--privacy--box ul li table {
    display: block;
    width: 100%;
  }
  form .contact__wrap--privacy--box ul li table tbody {
    display: block;
    width: 100%;
  }
  form .contact__wrap--privacy--box ul li table tbody tr {
    display: block;
    width: 100%;
  }
  form .contact__wrap--privacy--box ul li table tbody tr th,
  form .contact__wrap--privacy--box ul li table tbody tr td {
    display: block;
    width: 100%;
    border-left: 1px solid #dcb8e6;
  }
  form .contact__wrap--privacy--box ul li table tbody tr th {
    height: 48px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  form .contact__wrap--privacy--box {
    height: 200px;
  }
}
#thanks,
#err {
  padding: 120px 0;
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}

#thanks .thanks__wrap--comment {
  margin: 4rem 0 0 0;
}
#thanks .thanks__wrap--message {
  margin: 2rem 0 0 0;
  border: solid 2px #f4f1e6;
  border-radius: 10px;
  padding: 2rem;
}

#err .err__wrap--comment {
  margin: 4rem 0 0 0;
}
#err .err__wrap--address {
  margin: 2rem 0 0 0;
}
#err .err__wrap--address table {
  width: 100%;
}
#err .err__wrap--address table tbody tr th {
  width: 140px;
  background-color: #dcb8e6;
  color: #fff;
  vertical-align: middle;
  padding: 1rem;
  border-bottom: solid 1px #fff;
}
#err .err__wrap--address table tbody tr td {
  width: calc(100% - 140px);
  padding: 1rem;
  font-weight: 500;
  border-bottom: solid 1px #dcb8e6;
}
#err .err__wrap--address table tbody tr:last-child th {
  border-bottom: solid 1px #dcb8e6;
}

@media screen and (max-width: 480px) {
  #err .err__wrap--address table tbody tr th {
    width: 90px;
  }
  #err .err__wrap--address table tbody tr td {
    width: calc(100% - 90px);
  }
}
#form {
  padding: 120px 0;
  position: relative;
  background-color: #f4f1e6;
  position: relative;
}
#form::after {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 4px;
  border-radius: 15px;
  background-color: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 100%;
  left: 50%;
  z-index: 1;
}
#form .section {
  z-index: 8;
  width: 80%;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  padding: 60px 90px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #form .section {
    width: 90%;
  }
}
#form .section__title {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 7.5px;
  text-transform: capitalize;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 60px;
}
#form .section__title h2 {
  letter-spacing: 0.05em;
  color: #595757;
  font-size: 2em;
}
#form .section__title h2 span {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #form .section__title h2 {
    font-size: 1.75em;
  }
}
#form .section__title p {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #dcb8e6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2em;
}
#form .section__title p span {
  display: inline-block;
}
#form .section__title.is-show {
  opacity: 1;
  bottom: 0;
}

@media screen and (max-width: 1280px) {
  #form .section {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  #form .section {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 600px) {
  #form .section {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #form {
    padding: 90px 0 60px;
  }
  #form .section {
    padding: 60px 15px;
    width: 95%;
  }
  #form .section__title {
    margin-block-end: 45px;
  }
  form .contact__wrap--privacy--box ul li table caption {
    display: block;
    width: 100%;
    white-space: unset;
  }
}
#tel {
  padding: 120px 0;
  position: relative;
}
#tel .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #tel .section {
    width: 90%;
  }
}
#tel .section__title {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 7.5px;
  text-transform: capitalize;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 60px;
}
#tel .section__title h2 {
  letter-spacing: 0.05em;
  color: #595757;
  font-size: 2em;
}
#tel .section__title h2 span {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #tel .section__title h2 {
    font-size: 1.75em;
  }
}
#tel .section__title p {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #dcb8e6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2em;
}
#tel .section__title p span {
  display: inline-block;
}
#tel .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#tel .section__text {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
#tel .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
#tel .section__text span {
  display: inline-block;
}
#tel .section__text .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 30px;
}
#tel .section__text .btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.5px;
  border: 2px solid #dcb8e6;
  border-radius: 30px;
  background-color: #dcb8e6;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
#tel .section__text .btn a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#tel .section__text .btn a:hover {
  background-color: #fff;
  color: #dcb8e6;
}
#tel .section__text .btn a {
  font-size: 1.2em;
}
#tel .section__text .btn a::after {
  content: none;
}
#tel::after, #tel::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url(../../img/contact/tel-line.png);
  background-repeat: repeat-x;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}
#tel::before {
  top: 5px;
}
#tel::after {
  bottom: 5px;
}

@media screen and (max-width: 480px) {
  #tel {
    padding: 90px 0;
  }
  #tel .section__title {
    margin-block-end: 45px;
  }
}
#recruit {
  padding: 120px 0;
}
#recruit .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #recruit .section {
    width: 90%;
  }
}
#recruit .section__title {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 7.5px;
  text-transform: capitalize;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  text-align: left;
  height: 100%;
  justify-content: end;
}
#recruit .section__title h2 {
  letter-spacing: 0.05em;
  color: #595757;
  font-size: 2em;
}
#recruit .section__title h2 span {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #recruit .section__title h2 {
    font-size: 1.75em;
  }
}
#recruit .section__title p {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #dcb8e6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2em;
}
#recruit .section__title p span {
  display: inline-block;
}
#recruit .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#recruit .section__text {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  height: 100%;
}
#recruit .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
#recruit .section__text .strong {
  font-weight: bold;
  font-size: 1.2em;
  color: #595757;
}
#recruit .section__image {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
}
#recruit .section__image::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: #dcb8e6;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.15s;
}
#recruit .section__image.is-show::after {
  left: 152%;
}
#recruit .section__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1280px) {
  #recruit .section {
    align-items: center;
  }
  #recruit .section__title {
    text-align: center;
    grid-column: 1/3;
    height: -moz-fit-content;
    height: fit-content;
  }
  #recruit .section__text {
    height: -moz-fit-content;
    height: fit-content;
  }
  #recruit .section__image {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1024px) {
  #recruit .section {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #recruit .section__title {
    margin-inline: auto;
  }
  #recruit .section__text {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #recruit {
    padding: 90px 0;
  }
  #recruit .section {
    row-gap: 45px;
  }
}
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dcb8e6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0px 6px 10px -6px #74635d;
  overflow: hidden;
  color: #fff;
  border: 2px solid #efefef;
}

#page-top a:hover {
  opacity: 0.8;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@media screen and (max-width: 928px) {
  #page-top {
    bottom: 65px;
  }
}
.footer {
  position: relative;
  background-color: #f4f1e6;
  color: #595757;
}
.footer__wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  margin-inline: auto;
  position: relative;
  z-index: 10;
  padding: 90px 0 5px;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 10px;
  align-items: center;
}
.footer__logo {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 360px;
  max-width: 100%;
  text-align: center;
}
.footer__logo a {
  display: block;
  width: 100%;
}
.footer__logo img {
  width: 100%;
}
.footer__address {
  display: flex;
  align-items: end;
  height: 100%;
}
.footer__address span {
  display: inline-block;
}
.footer__tel {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: start;
  height: 100%;
}
.footer__tel a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.5px;
  border: 2px solid #dcb8e6;
  border-radius: 30px;
  background-color: #dcb8e6;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
.footer__tel a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
.footer__tel a:hover {
  background-color: #fff;
  color: #dcb8e6;
}
.footer__tel a {
  font-size: 1.1em;
}
.footer__tel a::after {
  content: none;
}
.footer__nav {
  grid-column: 1/3;
  margin-block-start: 15px;
  max-width: 540px;
  margin-inline: auto;
  font-size: 0.9em;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 5px;
}
.footer__nav ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 0.9em;
  white-space: nowrap;
}
.footer__nav ul li a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1em;
  color: #dcb8e6;
  font-weight: 900;
}
.footer__nav ul li a .en {
  display: none;
}
.footer__nav--2 {
  margin-block-start: 0;
}
.footer__nav--2 ul li a::before {
  content: none;
}
.footer__copy {
  position: relative;
  z-index: 7;
  padding: 10px 0;
  text-align: center;
  font-size: 0.9em;
}
.footer__copy span {
  display: inline-block;
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.footer__bg-image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-image: url(../../img/common/footer.jpg);
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 928px) {
  .footer {
    padding-bottom: 70px;
  }
  .footer__wrap {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer__logo {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 15px;
  }
  .footer__logo, .footer__tel {
    margin-inline: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer__address {
    justify-content: center;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer__nav {
    max-width: 360px;
  }
}
@media screen and (max-width: 480px) {
  .footer__copy span {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */