@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Birthstone&display=swap");
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* PC
----------------------------------*/
#nav-toggle,
#sp-nav,
.sp_nav,
#sp_btn {
  display: none;
}

#sp_btn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: 100%;
  transform: translateX(-50%);
}
#sp_btn ul {
  display: flex;
  justify-content: center;
  max-width: 330px;
  padding-bottom: 15px;
  margin: 0 auto;
}
#sp_btn ul li {
  width: 48%;
  padding: 0 5px;
}
#sp_btn ul li a {
  display: block;
  padding: 7px 0;
  text-align: center;
  background: #fefefe;
  border: 1px solid #795234;
  color: #795234;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
}
#sp_btn ul li a span {
  display: block;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #111;
}

/* sp_nav */
/* nav-toggle */
#nav-toggle {
  display: block;
  position: fixed;
  top: 30px;
  right: 10px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  padding: 15px;
}
@media all and (max-width: 639px) {
  #nav-toggle {
    background: rgba(32, 32, 32, 0.2);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    top: 15px;
  }
}
#nav-toggle > div {
  position: relative;
  width: 35px;
}
#nav-toggle > div > p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  font-size: 11px;
  text-align: center;
  color: #fefefe;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fefefe;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 0px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
@media all and (max-width: 639px) {
  .open #nav-toggle span:nth-child(1) {
    top: 10px;
  }
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
@media all and (max-width: 639px) {
  .open #nav-toggle span:nth-child(3) {
    top: 10px;
  }
}

#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#sp-nav {
  background: #101010;
  color: #795234;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  opacity: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  flex-direction: initial;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: scroll;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  #sp-nav .innerB {
    padding: 60px 30px 15px;
    overflow-y: scroll;
  }
}
#sp-nav .innerA .telbnr {
  max-width: 300px;
  margin: 30px auto 30px;
}
#sp-nav .innerA .telbnr li a {
  font-size: 1.6rem;
}
@media all and (max-width: 1100px) {
  #sp-nav {
    flex-direction: column-reverse;
  }
}
#sp-nav nav {
  width: 50%;
  margin: 0 auto;
}
@media all and (max-width: 1100px) {
  #sp-nav nav {
    width: 50%;
  }
}
@media all and (max-width: 896px) {
  #sp-nav nav {
    width: 100%;
  }
}
#sp-nav nav .sp-nav-list {
  width: 75%;
  margin: 0 auto;
}
@media all and (max-width: 1100px) {
  #sp-nav nav .sp-nav-list {
    width: 60%;
  }
}
@media all and (max-width: 639px) {
  #sp-nav nav .sp-nav-list {
    width: 90%;
  }
}
#sp-nav .nav-bg-area {
  width: 50%;
  height: 100%;
  background: url(../../img/lea/nav.jpg) no-repeat center center/cover;
  position: relative;
}
@media all and (max-width: 1100px) {
  #sp-nav .nav-bg-area {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 639px) {
  #sp-nav .nav-bg-area {
    height: 100px;
    width: 90%;
    margin-bottom: 20px;
    display: none;
  }
}
#sp-nav .sns-list a {
  color: #fefefe;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sp-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 7px 0;
  transition: color 0.4s ease;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
#sp-nav a:hover {
  color: #795234;
}
@media all and (max-width: 896px) {
  #sp-nav a {
    font-size: 1.4rem;
  }
}
#sp-nav .dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}
#sp-nav .dropdown .dropdown-li {
  width: 49%;
  margin-bottom: 4px;
  transition: none;
}
#sp-nav .dropdown .dropdown-li a {
  font-size: 12px;
  letter-spacing: 0;
  background: #795234;
  display: blcok;
  color: #fff;
  height: 100%;
  line-height: 1.6;
  padding: 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp-nav ul {
  list-style: none;
}
#sp-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.3s ease, opacity 0.2s ease;
}
#sp-nav ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#sp-nav ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#sp-nav ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#sp-nav ul li:nth-child(5) {
  transition-delay: 0.4s;
}
#sp-nav ul li:nth-child(6) {
  transition-delay: 0.5s;
}
#sp-nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}

/* open */
.open {
  overflow: hidden;
}
.open #sp-nav {
  visibility: visible;
  opacity: 1;
}
.open #sp-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

/* SP
----------------------------------*/
@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
  .bnr li {
    width: 100%;
    float: none;
  }
  .tbbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  /* navi */
  #header_nav {
    display: none;
  }
  #flash {
    width: 100%;
    height: auto;
  }
  /* footer_navi */
  .footer_navi {
    display: none;
  }
  /* footer */
  /* contents */
  .single,
  .single03 {
    max-width: initial;
    width: 95%;
    padding: 60px 0;
  }
  .single02 {
    padding: 60px 0;
    width: calc(100% - 20px);
  }
  /* concept-wrap */
  .concept-wrap {
    margin: 30px 0;
    padding: 30px 0;
  }
  .concept-wrap .bg-back,
  .concept-wrap .figure {
    width: 100%;
  }
  .concept-wrap .concept-inner {
    margin: 0 auto !important;
  }
  .concept-wrap .concept-inner .in-wrap {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .concept-wrap .concept-inner .in-wrap .concept-box {
    width: 100%;
    padding: 5%;
    margin: auto;
    box-sizing: border-box;
  }
  .concept-wrap .concept-inner .in-wrap .concept-box .conts-ttl {
    font-size: 2rem;
  }
  /* bg */
  .bg_top_bnr .inner,
  .bg_contact .inner {
    padding: 30px 0;
  }
  /* page_title_box */
  .page_title_box {
    padding: 90px 0 0;
  }
  .breadcrumb_box .breadcrumb {
    width: 95%;
  }
  .blogBox {
    width: 48%;
    margin: 0 2.5% 15px 0;
  }
  .blogBox:nth-child(2n) {
    margin-right: 0;
  }
  .blogBox figure {
    height: 140px;
  }
  .flex-child2 {
    width: 100%;
    margin: 0 auto 10px;
  }
  .flex-child2.column1 {
    width: 100%;
  }
  .rsingle,
  .lsingle {
    float: none;
    width: 100%;
  }
  /* single */
  .lsingle,
  .rsingle {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 3.125vw;
  }
  body {
    font-size: 1.1rem;
  }
  .tbl_scroll {
    padding-bottom: 10px;
    overflow: auto;
    white-space: nowrap;
  }
  .tbl_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .tbl_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tbl_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .tbl_scroll::-webkit-scrollbar-piece {
    background: #eee;
  }
  .tbl_scroll::-webkit-scrollbar-piece:start {
    background: #eee;
  }
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
  .tbbr {
    display: none;
  }
  /* visual */
  .visual .inner .ballon_parent {
    width: 100%;
  }
  .visual .inner .ballon_parent li img {
    width: 45%;
  }
  /* footer */
  #l-footer .inner .copyright {
    font-size: 0.8rem;
    font-weight: normal;
  }
  .lsingle {
    margin-bottom: 20px;
  }
  /* mtitle */
  /* snip */
  .snip_parent {
    padding: 40px 0;
  }
  .snip_parent .snip figcaption > div.two h3 {
    font-size: 1.6rem;
  }
  .snip_parent .snip figcaption > div.two h3 span {
    font-size: 1.2rem;
  }
  /* ggmap */
  .ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden;
  }
  /* pickup */
  .pickup .detail_box {
    padding: 10px;
  }
  .pickup .detail_box .bnr_tel {
    width: 95%;
    box-sizing: border-box;
  }
  /* page_title_box */
  .page_title_box .page_title {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
  /* form */
  .form {
    width: 100%;
  }
  .form dl {
    margin: 10px 0;
  }
  .form dl dt {
    float: none;
    width: 100%;
    padding-top: 15px;
  }
  .form dl dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 20px;
  }
  .form dl dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .form .textarea,
  .form textarea {
    width: 100%;
  }
  .form .textarea.textarea03 {
    width: 35%;
  }
  .form .textarea02 {
    width: 43.5%;
  }
  .form button {
    width: 95%;
  }
  /* sp_menu */
  .btn__box {
    width: 100%;
    perspective: 200px;
  }
  .btn__box a {
    width: 100%;
  }
  .btn__box:after {
    width: 100%;
    width: 100%;
  }
  #wrapper {
    overflow-y: hidden;
  }
}