/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: "Avenir";
  font-style: light;
  font-weight: 300;
  src: url("/assets/fonts/avenirltstd-light.otf") format("otf");
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #040000;
  line-height: 1.8;
}

main {
  position: relative;
}

body {
  background-color: #f4e8e8;
}

section {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

section {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.contentWidh {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.spaser_120 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .spaser_120 {
    margin-top: 15.625vw;
  }
}
.spaser_80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .spaser_80 {
    margin-top: 10.4166666667vw;
  }
}
.spaser_80_p {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .spaser_80_p {
    padding-top: 10.4166666667vw;
  }
}
.spaser_80_p_b {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .spaser_80_p_b {
    padding-bottom: 10.4166666667vw;
  }
}
.spaser_60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .spaser_60 {
    margin-top: 7.8125vw;
  }
}
.spaser_60_p {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .spaser_60_p {
    padding-top: 7.8125vw;
  }
}

.title-decoration {
  display: block;
  width: 76px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .title-decoration {
    width: 9.8958333333vw;
  }
}

.title-img {
  display: block;
  width: auto;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .title-img {
    height: 10.9375vw;
    margin-bottom: 1.5625vw;
  }
}

.disp_inline {
  display: inline-block;
}

.ta_center {
  text-align: center;
}

.ctr {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 768px;
  padding: 0 40px 40px 0;
  z-index: 100;
  pointer-events: none;
}
.ctr-link {
  display: block;
  width: 210px;
  height: auto;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .ctr-link {
    width: 27.34375vw;
  }
}
.ctr-link-img {
  width: 100%;
  height: auto;
}

.mv {
  position: relative;
  background-color: #EDF3F5;
  /* padding-bottom: 60px; */
}
/* @media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 7.8125vw;
  }
} */
.mv-bg {
  width: 100%;
  height: auto;
}
.mv-bg-wrap {
  position: relative;
}
.mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 39px;
  color: #31597F;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .mv-title {
    font-size: 5.078125vw;
  }
}
.mv-title-sub {
  width: 364px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .mv-title-sub {
    width: 47.3958333333vw;
  }
}
.mv-title-main {
  position: relative;
  z-index: -1;
  display: block;
  margin-top: -14px;
  font-size: 39px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv-title-main {
    margin-top: -1.8229166667vw;
    font-size: 5.078125vw;
  }
}
.mv-title-main span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 20px 10px;
  line-height: 90px;
}
@media screen and (max-width: 768px) {
  .mv-title-main span {
    padding: 0vw 2.6041666667vw 1.3020833333vw;
    line-height: 11.71875vw;
  }
}
.mv-title-main .large {
  padding: 8px 20px 2px;
  font-size: 69px;
  font-weight: 700;
  font-family: "Avenir", sans-serif;
}
@media screen and (max-width: 768px) {
  .mv-title-main .large {
    font-size: 8.984375vw;
  }
}
.mv-bottom-txt {
  position: relative;
  margin-top: -64px;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv-bottom-txt {
    margin-top: -8.3333333333vw;
  }
}
.mv-bottom-point {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .mv-bottom-point {
    gap: 4.1666666667vw;
    padding: 6.5104166667vw 0vw;
  }
}
.mv-bottom-point-item-img {
  width: 190px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv-bottom-point-item-img {
    width: 24.7395833333vw;
  }
}

.online {
  padding: 60px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .online {
    padding: 7.8125vw;
    border-radius: 3.90625vw;
  }
}
.online-link {
  display: block;
  width: 360px;
  height: auto;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .online-link {
    width: 46.875vw;
    margin: 6.5104166667vw auto 0;
  }
}

.schedule-content {
  background: linear-gradient(to right, #D5B1B1 0%, #A5B9C2 100%);
  border-radius: 30px;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .schedule-content {
    border-radius: 3.90625vw;
    padding: 0.2604166667vw;
  }
}
.schedule-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 70px;
  background-color: #ffffff;
  border-radius: 28px;
}
@media screen and (max-width: 768px) {
  .schedule-content-inner {
    padding: 7.8125vw 9.1145833333vw;
    border-radius: 3.6458333333vw;
  }
}
.schedule-content-title {
  position: relative;
  display: inline-block;
  padding: 0 3px 8px;
  font-size: 26px;
  color: #31597F;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .schedule-content-title {
    padding: 0vw 0.390625vw 1.0416666667vw;
    font-size: 3.3854166667vw;
  }
}
.schedule-content-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #D5B1B1 0%, #A5B9C2 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .schedule-content-title::after {
    height: 0.2604166667vw;
  }
}
.schedule-content-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .schedule-content-list {
    margin-top: 3.90625vw;
  }
}
.schedule-content-list-item {
  display: flex;
  margin-bottom: 20px;
  font-size: 26px;
  color: #040000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .schedule-content-list-item {
    margin-bottom: 2.6041666667vw;
    font-size: 3.3854166667vw;
  }
}
.schedule-content-list-item-day {
  font-family: "Avenir", sans-serif;
  width: 80px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .schedule-content-list-item-day {
    width: 10.4166666667vw;
  }
}
.schedule-content-list-item-day_of_week {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .schedule-content-list-item-day_of_week {
    width: 7.8125vw;
  }
}
.schedule-content-list-item-time {
  font-family: "Avenir", sans-serif;
  width: 210px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .schedule-content-list-item-time {
    width: 27.34375vw;
  }
}
.schedule-content-list-item-vacancy._full {
  color: #AFAFAF;
}
.schedule-content-list-item-vacancy._part {
  color: #E6A2A9;
}
.schedule-content-list-item-vacancy._empty {
  color: #31597F;
}

.about {
  background-image: url("assets/img/about_bg.jpg");
  background-size: cover;
}
.about-content {
  border-radius: 54px;
  box-shadow: 0 0 8px rgba(131, 131, 131, 0.75);
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-content {
    border-radius: 7.03125vw;
    box-shadow: 0 0 1.0416666667vw rgba(131, 131, 131, 0.75);
  }
}
.about-content-img {
  width: 100%;
  height: auto;
}
.about-content-inner {
  padding: 60px 80px 100px;
}
@media screen and (max-width: 768px) {
  .about-content-inner {
    padding: 7.8125vw 10.4166666667vw 13.0208333333vw;
  }
}
.about-content-title {
  font-size: 29px;
  color: #31597F;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-content-title {
    font-size: 3.7760416667vw;
  }
}
.about-content-title ._large {
  font-size: 35px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about-content-title ._large {
    font-size: 4.5572916667vw;
  }
}
.about-content-title ._large ._dot {
  position: relative;
  line-height: 3;
}
.about-content-title ._large ._dot::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  background-color: #E6A2A9;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about-content-title ._large ._dot::after {
    top: -1.3020833333vw;
    width: 1.171875vw;
    height: 1.171875vw;
  }
}
.about-content-txt {
  font-size: 22px;
  color: #040000;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about-content-txt {
    font-size: 2.8645833333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.about-content-txt ._underline {
  padding-bottom: 7px;
  position: relative;
  display: inline;
  background: linear-gradient(to right, #D5B1B1 0%, #A5B9C2 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}
@media screen and (max-width: 768px) {
  .about-content-txt ._underline {
    padding-bottom: 0.9114583333vw;
    background-size: 100% 0.2604166667vw;
  }
}
.about-content-img {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about-content-img {
    gap: 4.1666666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.about-content-img img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about-content-img img {
    width: 18.2291666667vw;
  }
}
.about-content-list {
  padding: 10px 0 30px;
}
@media screen and (max-width: 768px) {
  .about-content-list {
    padding: 1.3020833333vw 0vw 3.90625vw;
  }
}
.about-content-list-item span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 15px 8px;
  font-size: 18px;
  color: #31597F;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-content-list-item span {
    margin-bottom: 2.0833333333vw;
    padding: 0.78125vw 1.953125vw 1.0416666667vw;
    font-size: 2.34375vw;
  }
}
.about-content-list._pink .about-content-list-item span {
  background-color: #F4DFDF;
}
.about-content-list._blue .about-content-list-item:nth-child(even) {
  text-align: right;
}
.about-content-list._blue .about-content-list-item span {
  padding: 6px 60px 8px;
  background-color: #E4F0F4;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .about-content-list._blue .about-content-list-item span {
    padding: 0.78125vw 7.8125vw 1.0416666667vw;
    border-radius: 2.6041666667vw;
  }
}
.about-content-list._gradation .about-content-list-item span {
  font-size: 24px;
  background: linear-gradient(to right, rgba(223, 189, 188, 0.4) 0%, rgba(167, 195, 205, 0.4) 100%);
}
@media screen and (max-width: 768px) {
  .about-content-list._gradation .about-content-list-item span {
    font-size: 3.125vw;
  }
}

.recommend {
  background-image: url("assets/img/recommend_bg.jpg");
  background-size: cover;
  background-position: center bottom;
}
.recommend-content-title {
  color: #31597F;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recommend-content-title {
    margin-bottom: 7.8125vw;
  }
}
.recommend-content-title img {
  display: inline-block;
  width: 170px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .recommend-content-title img {
    width: 22.1354166667vw;
  }
}
.recommend-content-title-sub {
  font-size: 34px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recommend-content-title-sub {
    font-size: 4.4270833333vw;
  }
}
.recommend-content-title-main {
  font-size: 41px;
}
@media screen and (max-width: 768px) {
  .recommend-content-title-main {
    font-size: 5.3385416667vw;
  }
}
.recommend-content-item {
  display: flex;
  margin-bottom: 50px;
}
.recommend-content-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .recommend-content-item {
    margin-bottom: 6.5104166667vw;
  }
}
.recommend-content-item-head {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .recommend-content-item-head {
    margin-right: 3.90625vw;
  }
}
.recommend-content-item-head-txt {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 18px;
  font-family: "Avenir", sans-serif;
  color: #31597F;
}
@media screen and (max-width: 768px) {
  .recommend-content-item-head-txt {
    font-size: 2.34375vw;
  }
}
.recommend-content-item-head-bar {
  margin-top: 10px;
  width: 15px;
  height: 100%;
  border-right: 1px solid #31597F;
}
@media screen and (max-width: 768px) {
  .recommend-content-item-head-bar {
    margin-top: 1.3020833333vw;
    width: 1.953125vw;
  }
}
.recommend-content-item-body img {
  width: 100%;
  height: auto;
}
.recommend-content-item-body-txt {
  margin-top: 20px;
  font-size: 30px;
  color: #605F60;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recommend-content-item-body-txt {
    margin-top: 2.6041666667vw;
    font-size: 3.90625vw;
  }
}
.recommend-content-item-body-txt ._blue {
  color: #6FADBE;
}

.infomation-title {
  color: #E6A2A9;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.infomation-title-en {
  font-size: 43px;
}
@media screen and (max-width: 768px) {
  .infomation-title-en {
    font-size: 5.5989583333vw;
  }
}
.infomation-title-ja {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .infomation-title-ja {
    font-size: 3.3854166667vw;
  }
}
.infomation-content {
  background: linear-gradient(to right, #D5B1B1 0%, #A5B9C2 100%);
  border-radius: 30px;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .infomation-content {
    border-radius: 3.90625vw;
    padding: 0.2604166667vw;
  }
}
.infomation-content-title {
  font-size: 26px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 19px 0 22px;
}
@media screen and (max-width: 768px) {
  .infomation-content-title {
    font-size: 3.3854166667vw;
    padding: 2.4739583333vw 0vw 2.8645833333vw;
  }
}
.infomation-content-list {
  padding: 60px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .infomation-content-list {
    padding: 7.8125vw;
    border-bottom-left-radius: 3.6458333333vw;
    border-bottom-right-radius: 3.6458333333vw;
  }
}
.infomation-content-list-item {
  display: flex;
  height: 130px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F4DFDF;
}
.infomation-content-list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .infomation-content-list-item {
    height: 16.9270833333vw;
    margin-bottom: 3.90625vw;
  }
}
.infomation-content-list-item-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 100%;
  background-color: #F4DFDF;
}
@media screen and (max-width: 768px) {
  .infomation-content-list-item-num {
    width: 5.46875vw;
  }
}
.infomation-content-list-item-num p {
  text-align: center;
  font-size: 20px;
  color: #31597F;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infomation-content-list-item-num p {
    font-size: 2.6041666667vw;
  }
}
.infomation-content-list-item-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  font-size: 21px;
  color: #31597F;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .infomation-content-list-item-txt {
    padding: 0vw 3.90625vw;
    font-size: 2.734375vw;
  }
}
.infomation-content-list_02 {
  padding: 60px 70px 80px;
  background-color: #ffffff;
  border-radius: 28px;
}
@media screen and (max-width: 768px) {
  .infomation-content-list_02 {
    padding: 7.8125vw 9.1145833333vw 10.4166666667vw;
    border-radius: 3.6458333333vw;
  }
}
.infomation-content-list_02-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .infomation-content-list_02-item {
    margin-bottom: 6.5104166667vw;
  }
}
.infomation-content-list_02-item:last-child {
  margin-bottom: 0;
}
.infomation-content-list_02-item-head {
  position: relative;
  padding-top: 3px;
  padding-left: 30px;
  font-size: 26px;
  line-height: 30px;
  color: #31597F;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .infomation-content-list_02-item-head {
    padding-top: 0.390625vw;
    padding-left: 3.90625vw;
    font-size: 3.3854166667vw;
    line-height: 3.90625vw;
  }
}
.infomation-content-list_02-item-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #F4DFDF;
}
@media screen and (max-width: 768px) {
  .infomation-content-list_02-item-head:before {
    width: 1.3020833333vw;
  }
}
.infomation-content-list_02-item-txt {
  margin-top: 20px;
  font-size: 21px;
  color: #605F60;
}
@media screen and (max-width: 768px) {
  .infomation-content-list_02-item-txt {
    margin-top: 2.6041666667vw;
    font-size: 2.734375vw;
  }
}

.point {
  background-color: #E4F0F4;
}
.point-title {
  text-align: center;
  color: #31597F;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .point-title {
    font-size: 5.078125vw;
  }
}
.point-title span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 20px 3px;
  line-height: 72px;
}
@media screen and (max-width: 768px) {
  .point-title span {
    padding: 0vw 2.6041666667vw 0.390625vw;
    line-height: 9.375vw;
  }
}
.point-title span::first-letter {
  color: #E6A2A9;
}
.point-title-sub {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .point-title-sub {
    font-size: 4.1666666667vw;
  }
}
.point-title-main {
  font-size: 43px;
}
@media screen and (max-width: 768px) {
  .point-title-main {
    font-size: 5.5989583333vw;
  }
}
.point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .point-list {
    gap: 5.2083333333vw;
  }
}
.point-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 20px);
  padding: 40px;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point-list-item {
    width: calc(50% - 2.6041666667vw);
    padding: 5.2083333333vw;
    border-radius: 3.90625vw;
  }
}
.point-list-item-num {
  font-size: 30px;
  color: #E6A2A9;
  font-family: "Avenir", sans-serif;
}
@media screen and (max-width: 768px) {
  .point-list-item-num {
    font-size: 3.90625vw;
  }
}
.point-list-item-txt {
  margin-top: 20px;
  font-size: 22px;
  color: #31597F;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .point-list-item-txt {
    margin-top: 2.6041666667vw;
    font-size: 2.8645833333vw;
  }
}
.point-list-item-img {
  width: 127px;
  height: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .point-list-item-img {
    width: 16.5364583333vw;
    margin-top: 5.2083333333vw;
  }
}

.present-title {
  color: #E6A2A9;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.present-title-en {
  font-size: 43px;
}
@media screen and (max-width: 768px) {
  .present-title-en {
    font-size: 5.5989583333vw;
  }
}
.present-content-img {
  width: 492px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .present-content-img {
    width: 64.0625vw;
  }
}
.present-content-txt {
  font-size: 26px;
  color: #E6A2A9;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .present-content-txt {
    font-size: 3.3854166667vw;
  }
}
.present-content-txt ._large {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .present-content-txt ._large {
    font-size: 6.5104166667vw;
  }
}

.reservation {
  background-color: #E4F0F4;
}
.reservation-title {
  position: relative;
  text-align: center;
  z-index: 1;
}
.reservation-title-sub {
  margin-top: 20px;
  width: 330px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .reservation-title-sub {
    margin-top: 2.6041666667vw;
    width: 42.96875vw;
  }
}
.reservation-title-main {
  position: relative;
  display: inline-block;
  width: 500px;
  margin-top: -14px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 4px;
  font-size: 35px;
  line-height: 70px;
  background-color: #ffffff;
  color: #31597F;
  font-weight: 500;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reservation-title-main {
    width: 65.1041666667vw;
    margin-top: -1.8229166667vw;
    padding: 0vw 1.953125vw 0.5208333333vw;
    font-size: 4.5572916667vw;
    line-height: 9.1145833333vw;
  }
}
.reservation-content-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 170px;
  margin-bottom: 50px;
  padding-left: 65px;
  padding-right: 55px;
  border: solid 1px #E6A2A9;
  border-radius: 85px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .reservation-content-item {
    height: 22.1354166667vw;
    margin-bottom: 6.5104166667vw;
    padding-left: 8.4635416667vw;
    padding-right: 7.1614583333vw;
    border-radius: 11.0677083333vw;
  }
}
.reservation-content-item::after {
  content: "";
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 21px;
  background-color: #E6A2A9;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
@media screen and (max-width: 768px) {
  .reservation-content-item::after {
    top: calc(100% + 1.953125vw);
    width: 5.2083333333vw;
    height: 2.734375vw;
  }
}
.reservation-content-item:last-child {
  margin-bottom: 0;
}
.reservation-content-item:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .reservation-content-item {
    margin-bottom: 6.5104166667vw;
  }
}
.reservation-content-item-txt-num {
  font-size: 25px;
  color: #E6A2A9;
  font-family: "Avenir", sans-serif;
}
@media screen and (max-width: 768px) {
  .reservation-content-item-txt-num {
    font-size: 3.2552083333vw;
  }
}
.reservation-content-item-txt-desc {
  font-size: 29px;
  color: #31597F;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .reservation-content-item-txt-desc {
    font-size: 3.7760416667vw;
  }
}
.reservation-content-item-img {
  width: 100px;
  height: 125px;
  object-fit: contain;
  object-position: center left;
}
@media screen and (max-width: 768px) {
  .reservation-content-item-img {
    width: 13.0208333333vw;
    height: 16.2760416667vw;
  }
}

.faq-title {
  text-align: center;
}
.faq-title-img {
  width: 103px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .faq-title-img {
    width: 13.4114583333vw;
  }
}
.faq-title-txt {
  font-size: 26px;
  color: #E6A2A9;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq-title-txt {
    font-size: 3.3854166667vw;
  }
}
.faq-list-item {
  margin-bottom: 40px;
}
.faq-list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq-list-item {
    margin-bottom: 5.2083333333vw;
  }
}
.faq-list-item-txt {
  font-size: 23px;
  color: #605F60;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq-list-item-txt {
    font-size: 2.9947916667vw;
  }
}
.faq-list-item-q {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px dashed #AFAFAF;
}
@media screen and (max-width: 768px) {
  .faq-list-item-q {
    padding-bottom: 3.90625vw;
  }
}
.faq-list-item-q-img {
  width: 38px;
  height: auto;
  margin-top: 3px;
  margin-right: 30px;
  object-fit: contain;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .faq-list-item-q-img {
    width: 4.9479166667vw;
    margin-top: 0.390625vw;
    margin-right: 3.90625vw;
  }
}
.faq-list-item-a {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #AFAFAF;
}
@media screen and (max-width: 768px) {
  .faq-list-item-a {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
.faq-list-item-a-img {
  width: 38px;
  height: auto;
  margin-top: 3px;
  margin-right: 30px;
  object-fit: contain;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .faq-list-item-a-img {
    width: 4.9479166667vw;
    margin-top: 0.390625vw;
    margin-right: 3.90625vw;
  }
}
.faq-list-item-a .faq-list-item-txt {
  font-weight: 400;
}

.line-inner {
  padding: 80px 80px 100px;
  background-image: url("assets/img/line_bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .line-inner {
    padding: 10.4166666667vw 10.4166666667vw 13.0208333333vw;
    border-radius: 2.6041666667vw;
  }
}
.line-inner-img {
  display: inline-block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .line-inner-img {
    width: 39.0625vw;
  }
}
.line-inner-txt {
  margin-top: 44px;
  font-size: 26px;
  color: #31597F;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .line-inner-txt {
    margin-top: 5.7291666667vw;
    font-size: 3.3854166667vw;
  }
}
.line-link {
  display: inline-block;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .line-link {
    width: 29.9479166667vw;
  }
}
.line-link-wrap {
  text-align: center;
}/*# sourceMappingURL=style.css.map */