@charset "utf-8";
.gallery_b {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PC：3列 */
  gap: clamp(12px, 2vw, 16px);
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
/* 画像枠 */
.gallery_b .imgbox {
  width: 100%;
  aspect-ratio: 290/338; /* 正方形（おすすめ） */
  overflow: hidden;
  background: #eee;
  border-radius: 10px;
}
/* 画像 */
.gallery_b .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ===== 768px以下：2列 ===== */
@media (max-width: 768px) {
  .gallery_b {
    grid-template-columns: repeat(2, 1fr);
  }
}
.featurewrap {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  border-left: 1px solid #b8a48b;
  border-right: 1px solid #b8a48b;
}
.featurewrap .featurebox {
  width: 33.333%;
  padding: 26px clamp(16px, 2.4vw, 28px) 22px;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #b8a48b;
}
.featurewrap .featurebox:last-child {
  border-right: none;
}
.featurewrap .iconbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.featurewrap .iconbox img {
  max-width: 110px;
  max-height: 110px;
  width: auto;
  height: auto;
  display: block;
}
.featurewrap .featurebox h3 {
  margin-bottom: 6px;
}
.featurewrap .featurebox p {
  margin: 0;
  font-size: 13px;
  line-height: 2.1;
  color: #555;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1080px) {
  .featurewrap {
    flex-direction: column;
    border-right: none;
         border-left: none;
      
  }

  .featurewrap .featurebox {
    width: 100%;
      max-width: 450px;
    border-right: none;
    border-bottom: 1px solid #b8a48b;
      margin-right: auto;
      margin-left: auto;
  }

  .featurewrap .featurebox:last-child {
    border-bottom: none;
  }
}
.whitewrap .boxwrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(90px, 9vw, 120px) clamp(24px, 5vw, 40px);
  background: #fff;
  border-radius: 24px;
  text-align: center;
  box-sizing: border-box;
}
.whitewrap .imgbox {
  margin-bottom: clamp(28px, 4vw, 42px);
}
.whitewrap .imgbox img {
  display: block;
  width: clamp(200px, 18vw, 250px);
  height: auto;
  margin: 0 auto;
}
.news_a .webgene-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
.news_a .webgene-pagination ul a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #957C5B;
  color: #957C5B;
  text-align: center;
  letter-spacing: 0;
  background-color: transparent;
  width: 46px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  font-size: 18px;
  line-height: 0;
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.news_a .webgene-pagination ul a:hover {}
.news_a .webgene-pagination ul .selected a {
  pointer-events: none;
  background-color: #957C5B;
  border-color: #957C5B;
  border: none;
  color: #fff;
}
.news_a .webgene-blog .webgene-item .imgbox {
  border-radius: 10px;
  overflow: hidden;
}
.news_a .webgene-blog .webgene-item .imgbox img {
  border-radius: 4px;
}
.news_a .cate-wrap .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.news_a .cate-wrap .webgene-blog .webgene-item {
  min-width: auto;
}
.news_a .cate-wrap .webgene-blog .webgene-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EAE6E4;
  border: none;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  transition: 0.2s ease;
}
.news_a .cate-wrap .webgene-blog .webgene-item a p {
  margin: 0;
  color: #b7a58b;
  line-height: 1;
}
.news_a .cate-wrap .webgene-blog .webgene-item a.on {
  background-color: #957C5B;
}
.news_a .cate-wrap .webgene-blog .webgene-item a.on p {
  color: #fff;
}
@media screen and (max-width: 576px) {}
.company_a .company-wrap .item {}
.company_a .company-wrap .item h3 {
  justify-content: center;
  padding: 30px 0;
  min-width: 120px;
  width: 30%;
}
.company_a .company-wrap .item {
  padding: 0px 0px;
}
.company_a .company-wrap .item > div {
  width: 70%;
  padding-left: clamp(16px, 5vw, 80px);
}
.company_a .company-wrap .item {
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 576px) {
  .company_a .company-wrap .item > div {
    width: 100%;
    padding-left: 0px;
  }
  .company_a .company-wrap .item h3 {
    width: 100%;
    padding: 20px 0 6px;
    justify-content: flex-start;
  }
}
.reservation_box {
  position: relative;
  text-align: center;
  border-radius: 24px;
  overflow: hidden;
  padding: 80px 20px;
  width: 100%;
  max-width: 1280px;
}
.reservation_box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
/* 暗いフィルター */
.reservation_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(150, 143, 134, 0.85);
  z-index: 1;
  mix-blend-mode: multiply;
}
.reservation_box p, .reservation_box h2, .reservation_box .btn_row {
  position: relative;
  z-index: 2;
}
.reservation_box h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.reservation_box .btn_row {
  justify-content: center;
  gap: 20px;
}
.reservation_box .more3 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: 1px solid #fff;
  border-radius: 999px;
  text-decoration: none;
}
.reservation_box .more3 p {
  color: #fff;
}
.pagetitle {
  position: relative;
  width: 100%;
  margin: 0 auto;
  right: 80px;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  padding-top: 140px;
}
.pagetitle .imgbox img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 20px 20px 0;
}
.pagetitle .titlebox1 {
  align-items: flex-end;
  position: absolute;
  right: 50px;
  bottom: 55px;
  text-align: right;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pagetitle {
    right: 0;
    width: 100%;
    border-radius: 0;
  }
  .pagetitle .imgbox {
    height: clamp(220px, 40vh, 300px);
    overflow: hidden;
    border-radius: 0 20px 20px 0;
  }
  .pagetitle .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pagetitle .imgbox img {
    border-radius: 0;
  }
  .pagetitle .titlebox1 {
    right: 20px;
    bottom: 20px;
  }
}
.catename {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #ece7e2;
  color: #a18467;
  letter-spacing: .08em;
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.card_wrap {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
.card_wrap .card_box {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  min-height: 320px;
  transition: transform .3s, box-shadow .3s;
}
.card_wrap .card_box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}
.card_wrap .card_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 1;
  transition: background .3s;
}
.card_wrap .card_box:hover::after {
  background: rgba(0, 0, 0, .5);
}
.card_wrap .card_box .txtbox {
  position: relative;
  z-index: 2;
}
body .card_wrap .bg_img_wrap2 {
  transition: transform .6s ease;
}
/* カード設定 */
.card_wrap .card_box {
  position: relative;
  overflow: hidden;
}
/* hoverズーム */
.card_wrap .card_box:hover.bg_img_wrap2 {
  transform: scale(1.02);
}
.card_wrap .card_box a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 100%;
  min-height: 320px;
  padding: 20px;
  box-sizing: border-box;
}
.card_wrap .card_box .txtbox {
  position: relative;
  z-index: 2;
}
.card_wrap .underline::after {
  background: #fff;
}
.card_wrap, .card_wrap p, .card_wrap h2 {
  color: #fff;
}
.card_wrap .more {
  margin-top: 20px;
}
.card_wrap .more p {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  transition: .3s;
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
@media screen and (max-width:768px) {
  .card_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.top_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.top_a .leftbox, .top_a .rightbox {
  width: 28%;
  display: flex;
  flex-direction: column;
}
.top_a .txtbox {
  width: 32%;
  min-width: 400px;
  align-items: center;
  text-align: center;
}
/* 画像共通 */
.top_a .imgbox img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
/* 左画像 */
.top_a .leftbox .imgbox:first-child {
  width: 72%;
  max-width: 300px;
  min-width: 150px;
}
.top_a .leftbox .imgbox:last-child {
  width: 42%;
  margin-top: -30px;
  margin-left: auto;
  min-width: 150px;
}
/* 右画像 */
.top_a .rightbox {
  align-items: flex-end;
}
.top_a .rightbox .imgbox:first-child {
  width: 62%;
  min-width: 150px;
  max-width: 300px;
}
.top_a .rightbox .imgbox:last-child {
  width: 44%;
  margin-top: 60px;
  margin-right: 34%;
  min-width: 120px;
  max-width: 250px;
}
/* SP */
@media (max-width:768px) {
  .top_a {
    flex-direction: column;
    gap: 40px;
  }
  .top_a .leftbox, .top_a .rightbox, .top_a .txtbox {
    width: 100%;
  }
  .top_a .leftbox {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .top_a .rightbox {
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
  }
  .top_a .rightbox .imgbox:last-child {
    margin-right: 0;
  }
  .top_a .leftbox .imgbox, .top_a .rightbox .imgbox {
    width: 40%;
    margin: 0;
  }
  .top_a .txtbox {
    min-width: 35px;
  }
}
.boxwrap1 {
  gap: clamp(20px, 4vw, 90px);
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.boxwrap1 .rightbox {
  flex: 0 0 50%;
  gap: 10px;
}
.boxwrap1 .imgbox img {
  border-radius: 10px;
}
.section06 .boxwrap1 .rightbox .imgboxwrap {
  display: flex;
  gap: 10px;
  width: 100%;
}
.section06 .boxwrap1 .rightbox .imgboxwrap .imgbox {
  width: calc(50% - 5px);
  border-radius: 10px;
  overflow: hidden;
}
.section06 .boxwrap1 .rightbox .imgbox img, .section06 .boxwrap1 .rightbox .imgboxwrap .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.section06 .boxwrap1 .rightbox > .imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 59/44;
  border-radius: 10px;
}
.section06 .boxwrap1 .rightbox .imgboxwrap .imgbox {
  aspect-ratio: 1.18 / 1;
}
.boxwrap1 .leftbox {
  flex: 1;
}
.boxwrap1 .morebox {
  justify-content: flex-start;
}
.boxwrap1 .txtbox .box {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .boxwrap1 {
    flex-direction: column;
  }
  .txt-center {
    text-align: left;
  }
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.header_n {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px clamp(20px, 3vw, 30px) 0;
    justify-content: space-between;
    z-index: 99;
    flex-wrap: nowrap;
    align-items: flex-start;
    isolation: isolate;
}

.header_n::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(241,241,241,0.60);
    z-index: -1;
}
.header_n .logo {
  width: clamp(160px, 18vw, 200px);
    padding-bottom: 20px;
}


.header_n .head_nav {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header_n .head_nav .head_menu .ul .li a p, .header_n .morebox p {
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.header_n .head_nav .more a {
  padding-top: 13px;
}
.header_n .menu-bt {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.header_n .menu-bt p {
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: 15px;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: ease 0.3s;
  pointer-events: none;
}
.header_n .menu-bt p.close_txt {
  opacity: 0;
}
.header_n .menu-bt .active p.open_txt {
  opacity: 0;
}
.header_n .menu-bt .active p.close_txt {
  opacity: 1;
}
.header_n .menu-bt .line {
  position: relative;
  width: 30px;
  height: 24px;
}
.header_n .menu-bt .line div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #222;
  transition: ease 0.3s;
}
.header_n .menu-bt .line div:nth-of-type(1) {
  top: 0;
}
.header_n .menu-bt .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header_n .menu-bt .line div:nth-of-type(3) {
  bottom: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(1) {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header_n .menu-bt.active .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(3) {
  width: 90%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.header_n .head_nav .head_menu {
  display: block;
}
.header_n .head_nav .head_menu .ul {
  gap: clamp(10px, 3vw, 30px);
  flex-wrap: nowrap;
}
/* ナビリンク */
.header_n .head_nav .head_menu .ul .li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  text-decoration: none;
  flex-wrap: nowrap;
}
.header_n .head_nav .head_menu .ul .li a p.en {
  letter-spacing: 0.18em;
  line-height: 1;
  white-space: nowrap;
  transition: .3s;
}
.header_n .head_nav .head_menu .ul .li a:hover p.en {
  transform: translateY(-3px);
  opacity: .85;
}
/* 下ライン */
.header_n .head_nav .head_menu .ul .li a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #222;
  transform: translateX(-50%);
  transition: .3s;
}
/* hoverライン */
.header_n .head_nav .head_menu .ul .li a:hover::after {
  width: 70%;
}
.morebox {
  gap: clamp(16px, 4vw, 20px);
}
.header_n .rightbox {
  flex-wrap: nowrap;
  gap: clamp(20px, 2.5vw, 50px);
}

.header_n .menu-bt p {
  color: #333;
}
.header_n .morebox .more a {
  border: 1px solid #333;
}
.header_n .morebox .more:last-child a {
  background: #333;
  border-color: #333;
}
.header_n .morebox .more:last-child p {
  color: #fff;
}
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(147, 120, 86, 0.75);
  z-index: 98;
}
.menu-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 100px 20px 50px;
}
.menu-wrap .menuwarap_box {
  gap: 60px;
  width: 90%;
  max-width: 1000px;
}
.menu-wrap .ul {
  justify-content: center;
  align-items: stretch;
  gap: 30px 10px;
}
.menu-wrap .ul .li {
  width: calc(100% / 3 - 20px / 3);
}
.menu-wrap .ul .li a {
  position: relative;
  display: block;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
.menu-wrap .ul .li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: ease 0.3s;
  width: 8px;
  height: 10px;
  background-image: url("https://hs-aletta.com/system_panel/uploads/images/arrow1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.menu-wrap .ul .li a:hover::after {
  transform: translateY(-50%) translateX(3px);
}
.menu-wrap .ul .li p {
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  color: #fff;
  text-align: center;
}
.menu-wrap .ul .li p.en {
  font-size: clamp(16px, 2.0vw, 20px);
}
.menu-wrap .ul .li p.jp {
  font-size: clamp(12px, 1.2vw, 14px);
}
.menu-wrap .morebox {
  gap: 20px 30px;
}
.menu-wrap .morebox .more a{
        border: 1px solid #fff;
}
.menu-wrap .morebox .more a p{
    color: #fff;}


.menu-wrap .morebox a {
  width: 280px;
}
.menu-wrap .snsbox {
  gap: 20px 30px;
}

@media screen and (max-width: 1080px) {
  .header_n .head_nav .head_menu {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .header_n .rightbox .morebox {
    display: none !important;
  }
  .menu-wrap .ul .li {
    width: calc(100% / 2 - 10px / 2);
  }
  .menu-wrap .ul {
    gap: 20px 10px;
  }
  .header_n .more2 {
    display: none;
  }
  .header_n .menu-bt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
    .header_n .logo {
    padding-bottom: 0px;
}
  .header_n {
    padding: 15px 20px;
  }
  .header_n .head_nav .more {
    display: none;
  }

  .menu-wrap > div {
    padding: 80px 20px 30px;
  }
  .menu-wrap .menuwarap_box {
    gap: 30px;
    width: 100%;
    padding: 0px;
  }
  .menu-wrap .ul .li a {
    padding: 6px 10px;
    padding-left: 15px;
  }
  .menu-wrap .ul .li a::after {
    right: 10px;
    width: 6px;
    height: 8px;
  }
  .menu-wrap .ul .li p {
    text-align: left;
  }
  .menu-wrap .morebox {
    gap: 10px 20px;
  }
  .menu-wrap .morebox a {
    width: 240px;
  }
  .menu-wrap .snsbox {
    gap: 20px 30px;
  }
}

.snsbox a i {
  font-size: 30px;
  color: #fff;
  transition: .3s;
}
.snsbox a .fa-line {
  font-size: 35px;
}
.snsbox a:hover {
  opacity: .7;
}
.right {
  display: flex;
  justify-content: flex-end;
}
.more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #957C5B;
  text-decoration: none;
  transition: .3s ease;
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.more p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #957C5B;
    white-space: nowrap;
}
.more.more2 a {
  border: 1px solid #fff;
  background: #D0A927;
}
.more.more2 p {
  color: #fff;
}
.more.more3 a {
  border: 1px solid #fff;
}
.more.more3 p {
  color: #fff;
}
.underline {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #957C5B;
}
.underlinew {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.underlinew::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #fff;
}
.color1 {
  color: #957C5B;
}
.color2 {
  color: rgba(51, 51, 51, 0.70);
}
.color3 {
  color: ;
}
.bg1 {
  background: #EAE6E4;
}
.bg2 {
  background: #DDF3F9;
}
.bg3 {
  background: #4F97C8;
}
.fontlato {
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.entitle0 {
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(40px, 4vw, 72px);
  letter-spacing: 0.2rem;
}
.entitle1 {
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(24px, 3vw, 46px);
  letter-spacing: 0.2rem;
}
.entitle2 {
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(24px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle3 {
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}
.default_title1 {
  font-size: clamp(22px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(20px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(16px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.default_txt2 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.footer-bottom_b {
  background: #F1F1F1;
  color: #999;
  margin-left: auto;
  margin-right: 0;
}
.footer_b .leftbox .snsbox a i {
  color: #957C5B;
  font-size: 30px;
}
.footer_b {
  align-items: flex-start;
  background: #F1F1F1;
  padding-top: 120px;
  padding-bottom: 50px;
  border-top: 1px solid #957C5B;
}
.footer_b .width-1280-max {
  align-items: flex-start;
}
.footer_b .rightbox {
  align-items: flex-start;
}
.footer_b .rightbox .item p {
  color: #957C5B;
}
.footer_b .rightbox .li p {
  color: #957C5B;
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: 0.1rem;
}
.footer_b .rightbox .li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width:1080px) {
  .footer_b {
    align-items: center;
    flex-direction: column;
    gap: 60px;
  }
  .footer_b .rightbox {
    display: flex;
  }
}
@media screen and (max-width:768px) {
  .footer_b .rightbox {
    display: none;
  }
  .footer_b .leftbox {
    margin: auto;
  }
}
html {}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #F1F1F1;
  color: #333333;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}