@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* reset
--------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body, p {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.8;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  opacity: 1;
  transition: all 0.4s ease-out;
}

.img_wrap {
  display: inline-block;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

img {
  display: inline-block;
  border-style: none;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-out;
}

:focus {
  border-style: none;
  outline: none;
}

/* ie11以下のテキストルール */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #373741;
}

.gold {
  color: #AD9757;
}

.yellow {
  color: #F9F4EA;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #373741;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373741;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #373741;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.6rem;
  }
}

.en {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 下層メインビジュアル
--------------------------------------------------*/
article {
  overflow: hidden;
  background-color: #F9F4EA;
}

section {
  position: relative;
  z-index: 10;
}

.subpage_top_wrapper {
  margin-top: 80px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .subpage_top_wrapper {
    margin-top: 90px;
    height: 290px;
  }
}
.subpage_top_wrapper .subpage_ttl {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: grid;
  color: white;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .subpage_top_wrapper .subpage_ttl {
    font-size: 4.8rem;
  }
}
.subpage_top_wrapper .subpage_ttl .en {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .subpage_top_wrapper .subpage_ttl .en {
    font-size: 1.6rem;
  }
}

/* 共通_ページ内リンク
--------------------------------------------------*/
.pagenav_wrap {
  padding: 60px 0;
  background-color: white;
}
.pagenav_wrap .pagenav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5vw;
}
@media screen and (min-width: 1600px) {
  .pagenav_wrap .pagenav_list {
    gap: 40px;
  }
}
.pagenav_wrap .pagenav_link::before {
  right: 20px;
  width: 11px;
  height: 6px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999969L6.5 6.49997L12 0.999969' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999969L6.5 6.49997L12 0.999969' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.pagenav_wrap .pagenav_link:hover::before {
  top: calc(50% + 5px);
  right: 20px;
}
.pagenav_wrap .pagenav {
  width: 300px;
}

/* 共通_お問い合わせ
--------------------------------------------------*/
.contact_wrap {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/common/sp_contact_bg.webp);
}
@media screen and (min-width: 769px) {
  .contact_wrap {
    padding: 60px 0;
    background-image: url(../img/common/contact_bg.webp);
  }
}
.contact_wrap .main_ttl {
  text-align: center;
  color: white;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  font-size: clamp(2.7rem, 8.205vw, 3.2rem);
}
@media screen and (min-width: 769px) {
  .contact_wrap .main_ttl {
    padding-bottom: 30px;
    font-size: clamp(3.9rem, 3.125vw, 5rem);
  }
}
.contact_wrap .contact_txt {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .contact_wrap .contact_txt {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.contact_wrap .tel_wrap {
  position: relative;
  text-align: center;
  margin: 10px;
  padding: 13px;
  background-color: white;
}
@media screen and (min-width: 769px) {
  .contact_wrap .tel_wrap {
    width: 620px;
    margin: auto;
    padding: 20px;
  }
}
.contact_wrap .tel_wrap::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid white;
  pointer-events: none;
}
.contact_wrap .tel_about_txt {
  color: #AD9757;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .contact_wrap .tel_about_txt {
    font-size: 2.4rem;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 769px) {
  .contact_wrap .tel_about_txt.under {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 769px) {
  .contact_wrap .tel_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #AD9757;
  }
}
@media screen and (min-width: 769px) {
  .contact_wrap svg {
    margin-top: 8px;
  }
}
.contact_wrap .tel_txt {
  color: #AD9757;
  font-size: 2.2rem;
  font-weight: 500;
  width: 248px;
  padding-bottom: 5px;
  border-bottom: 1px solid #AD9757;
}
@media screen and (min-width: 769px) {
  .contact_wrap .tel_txt {
    font-size: 4.6rem;
    border-bottom: none;
    padding-bottom: 0;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .contact_wrap .tel_about_time {
    color: #AD9757;
    font-size: 1.6rem;
  }
}
.contact_wrap .tel_under_txt {
  margin-top: 6px;
  color: #AD9757;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.contact_wrap .kotei_tel {
  color: #AD9757;
  font-size: 1.6rem;
  font-weight: 700;
}
.contact_wrap .tel_under_time {
  margin-top: 3px;
  color: #AD9757;
  font-size: 1.2rem;
  font-weight: 700;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* header
--------------------------------------------------*/
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
}
@media screen and (min-width: 1000px) {
  .header {
    height: 90px;
    box-shadow: 0 0 18px 0 rgba(55, 55, 65, 0.06);
  }
}

.logo_wrap {
  position: relative;
  z-index: 999;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  height: 80px;
  background-color: white;
  box-shadow: 0 0 18px 0 rgba(55, 55, 65, 0.06);
}
@media screen and (min-width: 1000px) {
  .logo_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 90px;
    box-shadow: none;
    background-color: transparent;
  }
}
.logo_wrap a {
  display: inline-grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  margin-left: 5.128vw;
}
@media screen and (min-width: 1000px) {
  .logo_wrap a {
    height: auto;
    row-gap: 10px;
    font-size: clamp(1.8rem, 1.875vw, 3rem);
    margin-left: 1.875vw;
  }
}

.logo_min_txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: -10px;
  margin-top: 16px;
}
@media screen and (min-width: 1000px) {
  .logo_min_txt {
    font-size: clamp(1rem, 0.937vw, 1.5rem);
    margin-bottom: 0;
    margin-top: 0;
  }
}

#nav_head {
  position: absolute;
  z-index: 888;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.4s ease-out;
  background-color: #F9F4EA;
}
@media screen and (min-width: 1000px) {
  #nav_head {
    z-index: 998;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    transform: translateY(0);
    opacity: 1;
    padding: 12px 2.5vw;
    background-color: transparent;
  }
}
#nav_head.is_active {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
#nav_head .contact_btn .contact_icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.6875 0.5H16.3125C16.7812 0.523438 17.1797 0.6875 17.5078 0.992188C17.8125 1.32031 17.9766 1.71875 18 2.1875C17.9766 2.75 17.7539 3.19531 17.332 3.52344L9.66797 9.28906C9.22266 9.57031 8.77734 9.57031 8.33203 9.28906L0.667969 3.52344C0.246094 3.19531 0.0234375 2.75 0 2.1875C0.0234375 1.71875 0.1875 1.32031 0.492188 0.992188C0.820312 0.6875 1.21875 0.523438 1.6875 0.5ZM0 4.4375L7.66406 10.168C8.0625 10.4727 8.50781 10.625 9 10.625C9.49219 10.625 9.9375 10.4727 10.3359 10.168L18 4.4375V11.75C17.9766 12.3828 17.7539 12.9102 17.332 13.332C16.9102 13.7539 16.3828 13.9766 15.75 14H2.25C1.61719 13.9766 1.08984 13.7539 0.667969 13.332C0.246094 12.9102 0.0234375 12.3828 0 11.75V4.4375Z' fill='white'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.6875 0.5H16.3125C16.7812 0.523438 17.1797 0.6875 17.5078 0.992188C17.8125 1.32031 17.9766 1.71875 18 2.1875C17.9766 2.75 17.7539 3.19531 17.332 3.52344L9.66797 9.28906C9.22266 9.57031 8.77734 9.57031 8.33203 9.28906L0.667969 3.52344C0.246094 3.19531 0.0234375 2.75 0 2.1875C0.0234375 1.71875 0.1875 1.32031 0.492188 0.992188C0.820312 0.6875 1.21875 0.523438 1.6875 0.5ZM0 4.4375L7.66406 10.168C8.0625 10.4727 8.50781 10.625 9 10.625C9.49219 10.625 9.9375 10.4727 10.3359 10.168L18 4.4375V11.75C17.9766 12.3828 17.7539 12.9102 17.332 13.332C16.9102 13.7539 16.3828 13.9766 15.75 14H2.25C1.61719 13.9766 1.08984 13.7539 0.667969 13.332C0.246094 12.9102 0.0234375 12.3828 0 11.75V4.4375Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 1000px) {
  #nav_head .contact_btn .contact_icon {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3125 0.5C17.2266 0.5 18 1.27344 18 2.1875V12.3125C18 13.2617 17.2266 14 16.3125 14H1.6875C0.738281 14 0 13.2617 0 12.3125V2.1875C0 1.27344 0.738281 0.5 1.6875 0.5H16.3125ZM16.3125 2.1875H1.6875V3.62891C2.46094 4.29688 3.72656 5.28125 6.39844 7.39062C6.99609 7.84766 8.15625 8.97266 9 8.9375C9.80859 8.97266 10.9688 7.84766 11.5664 7.39062C14.2383 5.28125 15.5039 4.29688 16.3125 3.62891V2.1875ZM1.6875 12.3125H16.3125V5.80859C15.5039 6.44141 14.3438 7.35547 12.6211 8.72656C11.8125 9.32422 10.4766 10.6602 9 10.625C7.48828 10.6602 6.11719 9.32422 5.34375 8.72656C3.62109 7.35547 2.46094 6.44141 1.6875 5.80859V12.3125Z' fill='white'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3125 0.5C17.2266 0.5 18 1.27344 18 2.1875V12.3125C18 13.2617 17.2266 14 16.3125 14H1.6875C0.738281 14 0 13.2617 0 12.3125V2.1875C0 1.27344 0.738281 0.5 1.6875 0.5H16.3125ZM16.3125 2.1875H1.6875V3.62891C2.46094 4.29688 3.72656 5.28125 6.39844 7.39062C6.99609 7.84766 8.15625 8.97266 9 8.9375C9.80859 8.97266 10.9688 7.84766 11.5664 7.39062C14.2383 5.28125 15.5039 4.29688 16.3125 3.62891V2.1875ZM1.6875 12.3125H16.3125V5.80859C15.5039 6.44141 14.3438 7.35547 12.6211 8.72656C11.8125 9.32422 10.4766 10.6602 9 10.625C7.48828 10.6602 6.11719 9.32422 5.34375 8.72656C3.62109 7.35547 2.46094 6.44141 1.6875 5.80859V12.3125Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 2.5vw;
       column-gap: 2.5vw;
  padding: 120px 5.128vw 43px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .header_wrap {
    padding: 0;
    -moz-column-gap: 1.7vw;
         column-gap: 1.7vw;
  }
}
@media screen and (min-width: 1200px) {
  .header_wrap {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
}

.header_li {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 1000px) {
  .header_li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-grid;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.header_li.sp-navlink {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  text-align: center;
}
.header_li.sp-navlink .main_btn {
  text-align: left;
}

.header_link {
  position: relative;
  font-size: 1.8rem;
  width: auto;
}
@media screen and (min-width: 1000px) {
  .header_link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    text-align: center;
    font-size: clamp(1.3rem, 1.125vw, 1.8rem);
  }
}
.header_link .en {
  font-size: 1rem;
  margin-left: 10px;
}
@media screen and (min-width: 1000px) {
  .header_link .en {
    font-size: clamp(0.8rem, 0.875vw, 1.4rem);
    margin-left: 0;
  }
}
.header_link:hover {
  color: #AD9757;
}
.header_link:hover .window {
  color: #AD9757;
}
.header_link:hover .window::before {
  background-color: #AD9757;
}
.header_link.current {
  color: #AD9757;
}

.window {
  position: relative;
  padding-right: 19px;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 1000px) {
  .window::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14V0H6.32691V0.875H0.875V13.125H13.125V7.67309H14V14H0ZM5.02119 9.59809L4.40191 8.97881L12.5057 0.875H8.75V0H14V5.25H13.125V1.49428L5.02119 9.59809Z' fill='%23373741'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14V0H6.32691V0.875H0.875V13.125H13.125V7.67309H14V14H0ZM5.02119 9.59809L4.40191 8.97881L12.5057 0.875H8.75V0H14V5.25H13.125V1.49428L5.02119 9.59809Z' fill='%23373741'/%3E%3C/svg%3E");
    background-color: #373741;
    transition: all 0.4s ease-out;
  }
}

.header_tel_li {
  width: auto;
  margin: 0 auto;
  padding-bottom: 0;
  border: none;
}
@media screen and (min-width: 1000px) {
  .header_tel_li {
    padding-left: 1.5vw;
    margin: 0;
    text-align: center;
    border-left: 1px solid #AD9757;
  }
}
@media screen and (min-width: 1200px) {
  .header_tel_li {
    padding-left: 2.5vw;
  }
}
.header_tel_li .f_63 {
  font-size: clamp(1.2rem, 0.875vw, 1.4rem);
  font-weight: 700;
  color: #AD9757;
}
.header_tel_li .tel_txt {
  font-size: clamp(2rem, 1.375vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
  color: #AD9757;
}
.header_tel_li .last_txt {
  margin-top: -5px;
}
.header_tel_li.h-sp-view {
  text-align: center;
  background-color: white;
  border: 1px solid #AD9757;
  padding: 10px 0 15px;
  width: 300px;
  margin-top: 20px;
}
.header_tel_li.h-sp-view .tel_wrap {
  position: relative;
  text-align: center;
  margin: 10px;
  padding: 13px;
  background-color: white;
}
.header_tel_li.h-sp-view .tel_about_txt {
  color: #AD9757;
  font-weight: 700;
}
.header_tel_li.h-sp-view .tel_txt {
  color: #AD9757;
  font-size: 2.2rem;
  font-weight: 700;
  width: 248px;
  padding-bottom: 5px;
  border-bottom: 1px solid #AD9757;
}
.header_tel_li.h-sp-view .tel_under_txt {
  margin-top: 6px;
  color: #AD9757;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.header_tel_li.h-sp-view .kotei_tel {
  color: #AD9757;
  font-size: 1.6rem;
  font-weight: 700;
  pointer-events: none;
}
.header_tel_li.h-sp-view .tel_under_time {
  margin-top: 3px;
  color: #AD9757;
  font-size: 1.2rem;
  font-weight: 700;
}

.sp-nemu_address {
  width: 100%;
}

.header_sp_address {
  margin-top: 50px;
}

.header_sp_copy {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #6A6A76;
}

.hamburger {
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 5.128vw;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  border: none;
  background-color: #AD9757;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger_bar {
  display: block;
  z-index: 10;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: white;
  transition: all 0.4s ease-out;
}
.hamburger .hamburger_bar:nth-child(1) {
  top: 12px;
}
.hamburger .hamburger_bar:nth-child(2) {
  top: 23px;
  left: 17.5px;
  width: 15px;
}
.hamburger .hamburger_bar:nth-child(3) {
  background: transparent;
  bottom: 0;
}
.hamburger .hamburger_bar:nth-child(3)::before {
  content: "MENU";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: -1px;
  color: white;
  font-size: 1rem;
  font-family: "Sorts Mill Goudy", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
.hamburger.active .hamburger_bar:nth-child(1) {
  top: 18px;
  transform: translate(-50%, 0) rotate(25deg);
}
.hamburger.active .hamburger_bar:nth-child(2) {
  top: 18px;
  left: 50%;
  width: 30px;
  transform: translate(-50%, 0) rotate(-25deg);
}
.hamburger.active .hamburger_bar:nth-child(3)::before {
  content: "CLOSE";
  left: -3px;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* footer
--------------------------------------------------*/
footer {
  padding: 40px 0;
  background-color: #F9F4EA;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 60px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  footer .top_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_left_wrap {
    width: 280px;
  }
}
footer .footer_logo a {
  display: grid;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  footer .footer_logo a {
    font-size: clamp(2.8rem, 2vw, 3.2rem);
    line-height: 1.4;
  }
}
footer .footer_logo .logo_min_txt {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  footer .footer_logo .logo_min_txt {
    font-size: 1.4rem;
  }
}
footer .footer_address {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  footer .footer_address {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
footer .footer_tel {
  margin-top: 15px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  footer .footer_tel {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_right_link_wrap {
    width: calc(100% - 280px - 3.75vw);
  }
}
footer .footer_right_wrap {
  display: none;
}
@media screen and (min-width: 769px) {
  footer .footer_right_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    row-gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_li {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2.5vw;
    transform: translate(0, -50%);
    width: 1px;
    height: 20px;
    background-color: #AD9757;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_li:first-child::before {
    display: none;
  }
}
footer .footer_li:last-child {
  padding-right: 0;
}
footer .footer_link:hover {
  color: #AD9757;
}
footer .footer_mainsite_link {
  display: grid;
}
footer .main_btn {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  footer .main_btn {
    margin-left: auto;
    margin-right: 0;
  }
}
footer small {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
}

/* 流用パーツ
--------------------------------------------------*/
.inner-wrap {
  position: relative;
  z-index: 20;
  width: calc(100% - 10.256vw);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .inner-wrap {
    width: calc(100% - 12.5vw);
  }
}

.inner-wide-wrap {
  position: relative;
  z-index: 20;
  width: calc(100% - 10.256vw);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .inner-wide-wrap {
    width: calc(100% - 25vw);
  }
}

.inner-middle-wrap {
  position: relative;
  z-index: 20;
  width: calc(100% - 10.256vw);
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .inner-middle-wrap {
    width: calc(100% - 21.25vw);
  }
}

.inner-short-wrap {
  position: relative;
  z-index: 20;
  width: calc(100% - 10.256vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .inner-short-wrap {
    width: calc(100% - 30vw);
  }
}

.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .pc-view.blank {
    display: none;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

.h-pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  .h-pc-view {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .h-pc-view {
    display: block;
  }
}

.h-sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .h-sp-view {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .h-sp-view {
    display: none;
  }
}

br.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  br.pc-view.blank {
    display: none;
  }
}
br.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tel_link {
    pointer-events: none;
  }
}

.f_80 {
  font-size: 80%;
}

.f_63 {
  font-size: 63%;
}

.txt_block {
  display: inline-block;
}

/* 共通パーツ
--------------------------------------------------*/
.main_ttl {
  display: grid;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .main_ttl {
    font-size: clamp(3.9rem, 3.125vw, 5rem);
  }
}
.main_ttl .en {
  font-size: 1.6rem;
  line-height: 2;
}
.main_ttl.move {
  -webkit-animation: fade_In_ttl 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fade_In_ttl 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.txt_fade {
  opacity: 0;
}
.txt_fade.move {
  -webkit-animation: fade_In_ttl 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fade_In_ttl 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.kv_fade {
  opacity: 0;
  -webkit-animation: fade_In 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fade_In 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* ボタン
--------------------------------------------------*/
.main_btn {
  position: relative;
  padding: 13px 20px;
  width: 100%;
  max-width: 300px;
  background-color: #AD9757;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  border: 1px solid #AD9757;
  margin: auto;
}
.main_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 19.5px;
  height: 6.5px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='7' viewBox='0 0 21 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.5H20L14.5 1' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='21' height='7' viewBox='0 0 21 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.5H20L14.5 1' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: white;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .main_btn::before {
    right: 20px;
  }
}
.main_btn:hover {
  color: #AD9757;
  background-color: white;
}
.main_btn:hover::before {
  right: 5px;
  background-color: #AD9757;
}
@media screen and (min-width: 769px) {
  .main_btn:hover::before {
    right: 15px;
  }
}

.window_link::before {
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14V0H6.32691V0.875H0.875V13.125H13.125V7.67309H14V14H0ZM5.02119 9.59809L4.40191 8.97881L12.5057 0.875H8.75V0H14V5.25H13.125V1.49428L5.02119 9.59809Z' fill='white'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14V0H6.32691V0.875H0.875V13.125H13.125V7.67309H14V14H0ZM5.02119 9.59809L4.40191 8.97881L12.5057 0.875H8.75V0H14V5.25H13.125V1.49428L5.02119 9.59809Z' fill='white'/%3E%3C/svg%3E%0A");
}
.window_link:hover::before {
  right: 10px;
}
@media screen and (min-width: 769px) {
  .window_link:hover::before {
    right: 20px;
  }
}

/* ニュース
--------------------------------------------------*/
.news_list .news {
  width: 100%;
  display: -webkit-inline-flex;
}
.news_list .news_link {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #AD9757;
}
@media screen and (min-width: 769px) {
  .news_list .news_link {
    padding: 0 0 15px 20px;
  }
}
.news_list .news_date {
  color: #AD9757;
}
.news_list .news_ttl {
  position: relative;
  width: 100%;
  margin-top: 8px;
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  padding-right: 30px;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .news_list .news_ttl {
    margin-top: 5px;
    padding-right: 50px;
    font-size: 1.8rem;
  }
}
.news_list .news_ttl:hover {
  color: #AD9757;
}
.news_list .news_ttl:hover::before {
  right: 0;
}
.news_list .news_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 13px;
  height: 5px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='6' viewBox='0 0 14 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H13L9.33333 1' stroke='%23AD9757' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='14' height='6' viewBox='0 0 14 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H13L9.33333 1' stroke='%23AD9757' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: #AD9757;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .news_list .news_ttl::before {
    right: 10px;
    width: 19.5px;
    height: 10px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='7' viewBox='0 0 21 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 6.5H19.75L14.25 1' stroke='%23AD9757' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg width='21' height='7' viewBox='0 0 21 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 6.5H19.75L14.25 1' stroke='%23AD9757' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes fade_In {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade_In {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade_In_ttl {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade_In_ttl {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */