@charset "UTF-8";
#page-about {
  max-width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}
#page-about section .container {
  width: calc(100% - 40px);
  max-width: 1280px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.AboutMainImg {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.AboutMainImg h1 {
  width: 212px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.AboutMainImg__imgWrap {
  position: relative;
}
.AboutMainImg__catch {
  margin-top: 120px;
  margin-left: 40px;
  font-size: 30px;
  font-family: "times new roman", times, serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}
.AboutMainImg__catch span {
  padding: 5px 0 5px 10px;
  background-color: #fff;
  display: inline-block;
}
.AboutMainImg__catch span + span {
  padding: 5px 10px 5px 0;
}
@media screen and (max-width: 991px) {
  .AboutMainImg__catch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 10px;
  }
  .AboutMainImg__catch span {
    padding: 3px 0 3px 10px;
  }
  .AboutMainImg__catch span + span {
    padding: 3px 10px;
  }
}
@media screen and (max-width: 767px) {
  .AboutMainImg {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .AboutMainImg * {
    box-sizing: border-box;
  }
  .AboutMainImg h1 {
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }
  .AboutMainImg__catch {
    margin-top: 0;
    margin-left: 10px;
    font-size: 4vw;
    letter-spacing: 0.4vw;
    top: 50%;
    transform: translateY(-50%);
  }
}

.AboutFlowWrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  background: #ebebeb;
}
.AboutFlowWrap h2 {
  width: 212px;
  margin: 0 auto 40px auto;
}
.AboutFlowWrap h3 {
  text-align: center;
  margin: 0 auto 40px auto;
  font-size: 34px;
}
.AboutFlowWrap .Leadtext {
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}
.AboutFlowWrap .StepWrap {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .AboutFlowWrap {
    padding: 0% 5%;
    box-sizing: border-box;
  }
  .AboutFlowWrap * {
    box-sizing: border-box;
  }
  .AboutFlowWrap h2 {
    width: 50%;
    max-width: 200px;
  }
  .AboutFlowWrap h3 {
    width: 100%;
    padding: 0;
    font-size: 28px;
  }
  .AboutFlowWrap .Leadtext {
    margin: 0 auto;
    padding: 0% 7%;
    text-align: left;
  }
  .AboutFlowWrap .StepWrap {
    max-width: 100%;
    padding: 0%;
  }
}

.HouseIcon {
  width: 100%;
  margin: 0 auto 40px auto;
  box-sizing: border-box;
  text-align: center;
}

.StepWrap .StepIconBox {
  float: left;
  width: 64px;
  margin: 0;
}
.StepWrap .StepTextBox {
  float: right;
  width: 514px;
  margin: 3px 0 0 0;
  padding: 0 0 75px 40px;
  border-left: dashed 2px #888;
}
.StepWrap .StepTextBox ul {
  width: 468px;
  margin: 25px 0 0 0;
  padding: 16px 24px;
  background: #fff;
  box-sizing: border-box;
  list-style: none;
}
.StepWrap .StepTextBox ul li {
  font-size: 13px;
  border-bottom: dashed 1px #888;
  padding: 7px 0 5px 0;
}
.StepWrap .StepTextBox ul li:last-child {
  font-size: 13px;
  border-bottom: none;
  padding: 7px 0 5px 0;
}
.StepWrap .StepTextBox ul li::before {
  content: "□";
  font-size: 20px;
  margin: 0 5px 0 0;
}
.StepWrap .StepTextBoxE {
  float: right;
  width: 514px;
  margin: 3px 0 0 0;
  padding: 0 0 0 40px;
  border-left: dashed 2px #888;
}
.StepWrap .StepTextBox h5, .StepWrap .StepTextBoxE h5 {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: bold;
}
.StepWrap .StepTextBox p, .StepWrap .StepTextBoxE p {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .StepWrap .StepIconBox {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .StepWrap .StepTextBox {
    float: none;
    width: 100%;
    padding: 0 0 75px 0;
    border-left: none;
    box-sizing: border-box;
  }
  .StepWrap .StepTextBox ul {
    width: 100%;
    padding: 16px 5%;
  }
  .StepWrap .StepTextBox ul li::before {
    font-size: 13px;
  }
  .StepWrap .StepTextBoxE {
    float: none;
    width: 100%;
    margin: 3px 0 0 0;
    padding: 0 0 0 0;
    border-left: none;
    box-sizing: border-box;
  }
  .StepWrap .StepTextBox h5, .StepWrap .StepTextBoxE h5 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .Diagonal img {
    width: 100%;
  }
}

.event-lp_discription {
  width: 100%;
  padding: 50px 0 140px;
}
.event-lp_discription .el-reservation_btn {
  margin-bottom: 0px;
  margin-top: 60px;
}
.event-lp_discription_title {
  font-size: 32px;
  letter-spacing: 2px;
  font-family: "times new roman", times, serif;
}
.event-lp_discription_title + .event-lp_discription_text {
  margin-top: 60px;
}
.event-lp_discription_text {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .event-lp_discription {
    padding: 50px 0 30px;
  }
  .event-lp_discription .el-reservation_btn {
    margin-bottom: 40px;
  }
  .event-lp_discription_title {
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .event-lp_discription_title + .event-lp_discription_text {
    margin-top: 40px;
  }
  .event-lp_discription_text {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
  }
}

.point-top {
  margin-top: 40px;
  display: flex;
  padding: 40px;
  background: #e4ebed;
}
.point-top-item {
  width: 33.33%;
}
.point-top-item + .point-top-item {
  margin-left: 30px;
}
.point-top-img {
  width: 100%;
  height: 260px;
}
.point-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.point-top-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.point-top-num {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.point-top-num > span {
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  .point-top {
    margin-top: 30px;
    padding: 30px 20px;
    flex-direction: column;
  }
  .point-top-item {
    width: 100%;
  }
  .point-top-item + .point-top-item {
    margin-left: 0;
    margin-top: 40px;
  }
  .point-top-img {
    height: 200px;
  }
  .point-top-title {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .point-top-num {
    margin-top: 8px;
    font-size: 18px;
  }
}