@charset "utf-8";
/* CSS Document */


/* ---------- style ---------- */
.pagetitle_e .box {
  position: relative;
  width: 100%;
  height: clamp(200px, 36vw, 500px);
  overflow: hidden;
}
.pagetitle_e .box .titlebox h1 {
  color: #fff;
  font-family: "Zen Old Mincho", sans-serif;
  text-align: left;
  font-size: 50px;
  font-weight: 700;
}
.pagetitle_e .box .titlebox p {
  position: relative;
  display: inline-block;
  font-family: "Zen Old Mincho", sans-serif;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  z-index: 2;
}
.pagetitle_e .box .titlebox p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #d6a34a;
  z-index: -1;
}
.pagetitle_e .box .title_wrap .titlebox {
  margin-right: auto;
  padding-bottom: 80px;
  z-index: 1;
}
.pagetitle_e .box .title_wrap {
  margin-top: auto;
}
.font-noto {
  font-family: "Noto Sans", sans-serif;
}
.font-mincho {
  font-family: "Zen Old Mincho", sans-serif;
}
.default_txt {
  font-size: 20px;
  letter-spacing: 0.1rem;
}
.title-line {
  position: relative;
  border-bottom: #555555 1px solid;
  z-index: 1;
  padding-bottom: 10px;
}
.title-line::after {
  content: "";
  position: absolute;
  border-bottom: #C19F54 1px solid;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  z-index: 2;
}
.title-style2 {
  position: relative;
}
.title-style2::before {
  content: "";
  background-image: url("https://aliis7774.com/system_panel/uploads/images/title-style2-bg.svg");
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  z-index: 1;
}
.title-style2 h2 {
  letter-spacing: 0.25em;
  z-index: 2;
}
/* ---------- more_c ---------- */
.more_c a {
  position: relative;
  padding: 15px 30px;
  background-color: #7C0830;
  border: #C19F54 1px solid;
  min-width: 250px;
  border-radius: 0px
}
.more_c a::after {
  content: none;
}
.more_c a:hover::after {
  transform: translate(3px, -50%);
}
.more_c a p {
  color: #fff;
}
.more_c a img {
  width: 20px;
  margin-right: 10px;
}
.menu_wrap1 .box_wrap {
  gap: 30px;
}
.menu_wrap1 .box_wrap .box-item {
  position: relative;
  width: calc((100% - 60px)/3);
  z-index: 1;
}
.menu_wrap1 .box_wrap .box-item .txtbox {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 90%;
  gap: 20px;
  background-color: #EDEDED;
  padding: 30px;
  align-items: flex-start;
  justify-content: space-around;
  color: #222222;
  z-index: 2;
}
.menu_wrap1 .box_wrap .box-item .txtbox .titlebox img {
  width: 13px;
  margin-right: 4px;
}
/* ---------- contact-form_a ---------- */
.contact-form_a .send, .contact-form_a .check-area {
  text-align: center;
}
.contact-form_a .check-area {
  margin-bottom: clamp(40px, 5vw, 50px);
  padding-top: clamp(10px, 3vw, 40px);
}
.contact-form_a .privacy-bt {
  cursor: pointer;
  margin-left: 10px;
}
.contact-form_a .send .send-bt button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.contact-form_a .send .send-bt {
  width: 200px;
  position: relative;
  padding: 10px 0px;
  padding-right: 50px;
  border-radius: 0px;
  border: none;
}
.contact-form_a .send .send-bt::after {
  content: "";
  position: absolute;
  background-image: url("https://aliis7774.com/system_panel/uploads/images/arrow1.svg");
  background-position: center center;
  background-size: 40% auto;
  top: 50%;
  right: 10px;
  width: 50px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #C19F54;
  transform: translate(0, -50%);
  transition: ease 0.3s;
  background-repeat: no-repeat;
}
.contact-form_a .send .send-bt:hover::after {
  transform: translate(3px, -50%);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pagetitle_e .box .title_wrap .titlebox {
    padding-bottom: 50px;
  }
  .pagetitle_e .box .titlebox h1 {
    font-size: 40px;
  }
  .pagetitle_e .box .titlebox p::after {
    bottom: 2px;
    height: 5px;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .pagetitle_e .box .title_wrap .titlebox {
    padding-bottom: 40px;
  }
  .pagetitle_e .box .titlebox h1 {
    font-size: 36px;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pagetitle_e .box .title_wrap .titlebox {
    padding-bottom: 30px;
  }
  .pagetitle_e .box .titlebox h1 {
    font-size: 28px;
  }
  .pagetitle_e .box .titlebox p::after {
    bottom: 4px;
    height: 3px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pagetitle_e .box .title_wrap .titlebox {
    padding-bottom: 20px;
  }
  .pagetitle_e .box .titlebox h1 {
    font-size: 20px;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}