@charset "UTF-8";


:root {
      /* 色管理用の変数 */
  --black-color: #414141;
  --white-color: #fff;
  --gray-color: #fafafa;
  --gray-color02: #ccc;
  --gray-color03: #f2f2f2;
  --gray-color04: #898989;
  --primary-color: #221815;
  --sub-color01: #F4E09F;
  --sub-color02: ;
  }


:root {
    /* コンテンツ幅管理用の変数 */
    --content-width-sm: 800px;
    --content-width: 960px;
    --content-width-lg: 1088px;
  }
  
  :root {
    /* z-index管理用の変数 */
    --z-index-back: -1;
    --z-index-default: 1;
    --z-index-header: 100;
    --z-index-menu: 150;
    --z-index-modal: 200;
  }
  

  /* ---------- base ---------- */

body {
    color: var(--black-color);
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    letter-spacing: 0.1em;
    position: relative;
  }

  /* ---------- utility ---------- */

@media screen and (min-width: 375px) {
    .u_sm-dn {
      display: none;
    }
  }
  
  @media screen and (min-width: 1080px) {
    .u_lg-dn {
      display: none;
    }
  }
  
  /* ---------- layout ---------- */

.l_container-sm,
.l_container,
.l_container-lg {
  width: 100%;
  padding: 0 18px;
  margin: 0 auto;
}

.l_container-sm {
  max-width: calc(var(--content-width-sm) + 32px);
}

.l_container {
  max-width: calc(var(--content-width) + 32px);
}

.l_container-lg {
  max-width: calc(var(--content-width-lg) + 32px);
}

.l_contents {
  padding: 80px 16px;
}

@media screen and (min-width: 1080px) {
  .l_contents {
  padding: 120px 90px;
}
}


html {
    scroll-behavior: smooth;  
}

.scroll_btn {
  display: inline-block;
  padding-left: 22px;
  position: absolute;
  top: 80%;
  right: 12%;
  position: fixed;/*fixedで固定*/
  z-index: 1;
}
.scroll_btn:before {
  content: '';
  width: 55px;
  height: 55px;
  background: transparent;
  border: 0.5px solid var(--black-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.scroll_btn:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 1px solid var(--black-color);
  border-left: 1px solid var(--black-color);
  position: absolute;
  top: 5px;
  left: 19px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
}


/* --------header---------- */


.l_header {
  height: 72px;
  width: 100%;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-index-header);
  position: fixed;/*fixedで固定*/
}

@media screen and (min-width: 1080px) {
  .l_header {
    padding: 0 48px;
  }
}

.l_header-logo {
  display: none;
}

@media screen and (min-width: 1080px) {
  .l_header-logo {
    display: block;
    width: 175px;
    font-size: 20px;
    font-weight: bold;
    color: var(--black-color);    
  }
}

.l_header-logo_link {
  height: 100%;
  display: flex;
  align-items: center;
}

.l_header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white-color);
  z-index: var(--z-index-header);
}

@media screen and (min-width: 1080px) {
  .l_header-nav {
    position: static;
    background: transparent;
    width: auto;
    height: auto;
    opacity: 1;
    pointer-events: inherit;
  }
}

.l_header-nav_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1080px) {
  .l_header-nav_list {
    display: flex;
    align-items: center;
    gap: 0 48px;
    position: static;
    transform: none;
  }
}

.l_header-nav_item {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 1080px) {
  .l_header-nav_item {
    font-size: 16px;
    font-weight: bold;
    color: var(--black-color);
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.l_header-nav_item:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 1080px) {
  .l_header-nav_item:not(:first-child) {
    margin-top: 0;
  }
}

.l_header-nav_box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media screen and (min-width: 1080px) {
  .l_header-nav_box {
    margin-top: 0;
  }
}

.l_header-nav_icon {
  width: 30px;
}


/* --------hamberger ------------ */



.m_hamburger {
  width: 40px;
  height: 32px;
  position: relative;
  z-index: var(--z-index-menu);
}

@media screen and (min-width: 1080px) {
  .m_hamburger {
    display: none;
  }
}

.m_hamburger-bar {
  width: 100%;
  height: 4px;
  background: var(--black-color);  
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.m_hamburger-bar__txt {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
}

.m_hamburger-bar:nth-child(1) {
  top: 0;
}

.m_hamburger-bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}


.js_navigation {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

@media screen and (min-width: 1080px) {
  .js_navigation {
    pointer-events: auto;
    opacity: 1;
  }
}

.js_navigation.is-active {
  opacity: 1;
  pointer-events: inherit;
}

.js_hamburger.is-active .m_hamburger-bar:first-child {
  top: 50%;
  transform: translate(-5%, 0) rotate(45deg);
}

.js_hamburger.is-active .m_hamburger-bar:nth-child(2) {

  transform: translate(-5%, 0) rotate(-45deg);
}

.js_hamburger.is-active .m_hamburger-bar__txt {
  display: none;
}



/* --------footer----------- */

.l_footer {
  background-color: var(--white-color);
  padding: 120px 0 32px;
}



@media screen and (min-width: 1080px) {
  .l_footer-cotainer {
    display: flex;
    margin-bottom: 50px;
  } 
}

.l_footer-logo {
  width: 175px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1080px) {
  .l_footer-logo {
    margin-top: 80px;
  }
}

.l_footer-box {
  width: 170px;
  padding: 80px 0 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1080px) {
  .l_footer-box {
    padding: 0;
    margin-right: 200px;
  }
}

.l_footer-iconbox {
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media screen and (min-width: 1080px) {
  .l_footer-iconbox {
    justify-content: right;
  }
}

.l_footer-iconbox__instagram {
  width: 30px;
}

.l_footer-iconbox__call {
  width: 30px;
}

.l_footer-nav {
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .l_footer-nav {
    text-align: right;
  }
}

.l_footer-nav__txt {
  display: block;
  margin-top: 24px;
}

.l_footer-copy {
  font-size: 10px; 
  display: flex;
  justify-content: center;
}


/* --------l_reservation ------------ */

.l_reservation-wrapper {
  background-color: var(--primary-color);
  overflow: hidden;
}

.l_reservation-ttl {
  font-size: 32px;
  font-weight: bold;
  color: var(--white-color);
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .l_reservation-ttl {
    font-size: 40px;
  }
}

.l_reservation-box {
  margin: 40px 0;
}

.l_reservation-box__txt {
  font-size: 14px;
  font-weight: bold;
  color: var(--white-color);
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .l_reservation-box__txt {
    font-size: 16px;
}
}


.l_reservation-btn {
  font-size: 20px;
  color: var(--primary-color);
  margin: 0 auto;
  width: 343px;
  height: 56px;
  border-radius: 50px;
  background-color: var(--sub-color01);
  display: flex;
  justify-content: center;
  align-items: center;
}


/* animate */

/* 初期状態：非表示かつ左右にずらす */
.animate-left, .animate-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}

.animate-right {
  transform: translateX(-50px);
}

/* 表示された時にアニメーション適用 */
.animate-show {
  opacity: 1;
  transform: translateX(0);
  }
  

/* --------TOP----------- */

/* kv */

.top_kv {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_kv {
    display: flex;
    flex-direction: row-reverse;
  }
}


@media screen and (min-width: 768px) {
  .top_kv-wrapper {
  width: 80%;
  }
}

.top_kv-bg {
  width: 100%;
  height: 700px;
  background-image: linear-gradient(rgba(34, 24, 21, 0.2), rgba(34, 24, 21, 0.2)),url("../img/top-kv.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
  border-radius: 100px 0 0 0;
}


@media screen and (min-width: 768px) {
  .top_kv-bg {
      border-radius: 250px 0 0 0;
  }
}

.top_kv-logobox__sm {
  width: 200px;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .top_kv-logobox__sm {
    display: none;
  }
}

.top_kv-logobox__lg {
  display: none;
}

@media screen and (min-width: 768px) {
  .top_kv-logobox__lg {
    display: block;
    width: 300px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1080px) {
    .top_kv-logobox__lg {
      width: 330px;
    }
}

.top_kv-navbox {
  color: var(--white-color);
  font-weight: bold;
  line-height: 3;
  position: absolute;
  top: 45%;
  left: 10%;
}

@media screen and (min-width: 768px) {
  .top_kv-navbox {
    color: var(--primary-color);
    line-height: 4;
    top: 25%;
  }
}

.top_kv-nav__item {
  padding-top: 32px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .top_kv-nav__item {
    font-size: 20px;
  }  
}


/* --------top_about----------- */



.top_about-wrapper {
  overflow: hidden;
  margin: 40px 0;
}

.top_about-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .top_about-ttl {
    font-size: 40px;
    text-align-last: left;
    margin-left: 260px;
  }
}

.top_about-img {
  width: 440px;
  margin-top: 64px;
  margin-left: 9px;
  position: relative;
}


@media screen and (min-width: 768px) {
  .top_about-img {
    width: 520px;
  }
}

.top_about-img__postion {
  position: absolute;
  top: 0;
  left: 1%;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .top_about-img__postion {
    top: -50px;
    left: 80%;
  }
}

@media screen and (min-width: 1080px) {
  .top_about-img__postion {
    position: absolute;
    top: -150px;
    left: 130%;
  }
}

.top_about-box {
  margin-top: 550px;
}

@media screen and (min-width: 1080px) {
  .top_about-box {
    margin-top: 120px;

  }
}

.top_about-box__txt {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
  position: relative;
}

@media screen and (min-width: 768px) {
    .top_about-box__txt {
      font-size: 16px;
    }
}

@media screen and (min-width: 1080px) {
  .top_about-box__txt {
    font-size: 16px;
    text-align-last: left;
    width: 40%;
    margin-left: 120px;
  }
}

.top_about-box__txt::before {
  content: "";
  width: 242px;
  height: 242px;
  border-radius: 50%;
  background-color: var(--sub-color01);
  position: absolute;
  top: -40px;
  left: -120px;
  z-index: var(--z-index-back);
}

@media screen and (min-width: 768px) {
  .top_about-box__txt::before {
  width: 272px;
  height: 272px;  
  top: -220px;
  left: 110px;    
  }
}

@media screen and (min-width: 1080px) {
  .top_about-box__txt::before {
  top: -40px;
  left: -120px;
  }
}

.top_about-btn {
  font-size: 20px;
  color: var(--white-color);
  margin: 0 auto;
  width: 343px;
  height: 56px;
  border-radius: 50px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1080px) {
  .top_about-btn {
    margin-left: 170px;
  }
}


/* --------top_service H------------ */

.top_service-b {
  padding: 0 16px 100px;
}

.top_service-wrapper {
  margin: 40px 0;
}

.top_service-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .top_service-ttl {
    font-size: 40px;
  }
}

.top_service-box {
  margin: 140px 0 64px;
}

@media screen and (min-width: 1080px) {
  .top_service-box {
    display: flex;
    justify-content: center;
    gap: 25px;
  }
}

.top_service-content {
  background-color: var(--primary-color);
  padding: 115px 16px 32px;
  border-radius: 25px;
  position: relative;
}

@media screen and (min-width: 1080px) {
  .top_service-content {
    width: 345px;
  }
}

.top_service-content:not(:first-child) {
  margin-top: 115px;
}

@media screen and (min-width: 1080px) {
  .top_service-content:not(:first-child) {
    margin-top: 0;
  }
}

.top_service-content__img {
  width: 160px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-80px , 0);
}

.top_service-content__circle {
  border-radius: 50%;
}

.top_service-content__ttl {
  font-size: 20px;
  color: var(--sub-color01);
  font-weight: bold;
  text-align: center;
}

.top_service-content__txt {
  font-size: 14px;
  color: var(--white-color);
  margin-top: 16px;
  text-align: center;
}

.top_service-btn {
  font-size: 20px;
  color: var(--white-color);
  margin: 0 auto;
  width: 343px;
  height: 56px;
  border-radius: 50px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;  
}



/* ----------------about----------------- */

.about {
  padding: 80px 0;
}
@media screen and (min-width: 1080px) {
  .about {
  padding: 120px 0;
}
}

.about_ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1080px) {
  .about_ttl {
    font-size: 40px;
  }
}

.about_ttl::before {
  content: "About";
  font-size: 64px;
  color: var(--gray-color02);
  font-family: "Qwitcher Grypen", cursive;
  font-weight: normal;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-90px,0) rotate(-15deg);
  z-index: var(--z-index-back);
}


.about_imgbox {
  margin: 48px 36px 48px 0;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  width: 95%;
  height: 226px;
}

@media screen and (min-width: 768px) {
  .about_imgbox {
  margin: 64px 196px 64px 0;
  width: 691px;
  height: 405px;
}
}

@media screen and (min-width: 1080px) {
  .about_imgbox {
  margin: 64px 196px 64px 0;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  width: 1170px;
  height: 686px;
}
}


.about_img {
  width: 100%;
  height: auto;
}

.about_wrapper {
  background-image: url(../img/about_bg-img.svg) ;
  border-radius: 30px;
  margin: 0 18px;
  padding: 9px 0;
  background-color: var(--primary-color);
  border-radius: 50px;
}

@media screen and (min-width: 1080px) {
  .about_wrapper {
  border-radius: 30px;
  margin: 0 185px;
  padding: 9px 0;
}
}

.about_wrapper-box {
  padding: 31px 53px;
  position: relative;
}

.about_wrapper-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 80%;
  height: 1px;
  background-color: #979797;
}

.about_wrapper-box__num {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: var(--sub-color01);
}

@media screen and (min-width: 1080px) {
.about_wrapper-box__num {
  font-size: 24px;
}
}

.about_wrapper-box__ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: var(--white-color);
  line-height: 20%;
  margin-top: 10px;
  margin-bottom: 25px;
}

@media screen and (min-width: 1080px) {
.about_wrapper-box__ttl {
font-size: 24px;
margin-bottom: 20px;
}
}

 .about_wrapper-box__txt{
  font-size: 13px;
  color: var(--white-color);
}

@media screen and (min-width: 1080px) {
.about_wrapper-box__txt {
  font-size: 16px;
  text-align: center;
}
}

.about_info {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .about_info {
  padding: 120px 0;
}
}


.about_info-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1080px) {
  .about_info-ttl {
    font-size: 40px;
  }
}

.about_info-ttl::before {
  content: "Info";
  font-size: 64px;
  color: var(--gray-color02);
  font-family: "Qwitcher Grypen", cursive;
  font-weight: normal;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-90px,0) rotate(-15deg);
  z-index: var(--z-index-back);
}

.about_info-mapbox {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}

.about_info-map {
  width: 90%;
}


.about_info-date {
  margin: 40px auto;
  width: 90%;
  border-top: 1px solid var(--gray-color04);
  border-bottom: 1px solid var(--gray-color04);
  
}

@media screen and (min-width: 768px) {
  .about_info-date {
    font-size: 18px;
  }
}

@media screen and (min-width: 1080px) { 
  .about_info-date {
    font-size: 20px;
  }
}


.about_info-date__row:first-child {
  margin-top: 15px;
}

.about_info-date__row:last-child {
  margin-bottom: 15px;
}

.about_info-date__row {
  display: block;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .about_info-date__row {
    margin-left: 25%;
  }
}

.about_info-date__head,.about_info-date__data {
  padding: 3px;
}

.about_info-date__head {
  font-weight: bold;
}

@media screen and (min-width: 1080px) { 
  .about_info-date__head {
    padding-left: 32px;
  }
}

.about_info-date__data {
  padding-left: 18px;
}


@media screen and (min-width: 1080px) { 
  .about_info-date__data {
    padding-left: 80px;
  }
}




/* -------------------about_I----------------- */


/* .service_contents {
  padding: 80px 36px;
}

@media screen and (min-width: 1080px) {
  .service_contents {
    padding: 120px 90px;
}
} */


.service_ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

@media screen and (min-width: 1080px) {
  .service_ttl {
    font-size: 40px;
  }
}

.service_ttl::before {
  content: "Service";
  font-size: 64px;
  color: var(--gray-color02);
  font-family: "Qwitcher Grypen", cursive;
  font-weight: normal;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-90px,0) rotate(-15deg);
  z-index: var(--z-index-back);
}



.service_container{
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service_wrapper {
width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

@media screen and (min-width: 1080px) {
  .service_wrapper{
    gap: 153px;
    max-width: 1190px;
  }
}

.service_wrapper-box01{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "a"
      "b"
      "c";
}

@media screen and (min-width: 1080px) {
  .service_wrapper-box01{
    grid-template-columns: 1fr 1fr; /* 同様にテキスト広め */
    grid-template-rows: 42px 1fr;
    grid-template-areas:
      "b a"
      "b c";
    row-gap: 47px;
    column-gap: 65px;

  }
}

.service_wrapper-box02 {
grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "a"
      "b"
      "c";
      width: 100%;
  display: grid;
}

@media screen and (min-width: 1080px) {
  .service_wrapper-box02 {

  grid-template-columns: 1fr 1fr; /* 同様にテキスト広め */
  grid-template-rows: 42px 1fr;
  grid-template-areas:
    "a b"
    "c b";
    row-gap: 47px;
  column-gap: 65px;
}
}



.service_wrapper-ttl {
font-size: 20px;
grid-area: a;
position: relative;
padding-left: 18px;
}

@media screen and (min-width: 1080px) {
  .service_wrapper-ttl {
font-size: 36px;
font-family: "Noto Serif JP", serif;
}
}

.service_wrapper-ttl::before{
  position: absolute;
  background-color: #5B7075;
  content: "";
  left: 0%;
  top: 5%;
  bottom: 10%;
  width: 1px;
  height: 80%;
 
}

@media screen and (min-width: 1080px) {
  .service_wrapper-ttl::before{
  position: absolute;
  background-color: #5B7075;
  content: "";
  left: 0%;
  top: 20%;
  bottom: 10%;
  width: 1px;
  height: 100%;
 
}
}

.service_imgbox{
  width: 100%;
}


.service_img {
width: 100%;
height: 340px;
object-fit: cover;
display: block;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .service_img {
    height: 520px;
  }
}

@media screen and (min-width: 1080px) {
  .service_img {
    height: 320px;
  }  
}


.service_txt {
font-size: 14px;
font-family: "Noto Serif JP", serif;
padding: 24px 0 28px 0;
}

@media screen and (min-width: 1080px) {
  .service_txt {
font-size: 18px;
}
}

.service_content {
grid-area: c;
max-width: 598px;
}

@media screen and (min-width: 1080px) {
  .service_content {
width: 100%;
  max-width: 486px;
  
}
}

.service_price-box {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  border-collapse: collapse; /* 枠をまとめてアウトライン無しに */
  border-spacing: 0 9px;     /* 横0px・縦9pxの行間 */
  width: 100%;              /* テーブル全体の幅 */
}

@media screen and (min-width: 1080px) {
  .service_price-box {
    font-size: 16px;
  }
}

.service_price-tr {
border: none;
height: 20px; /* 行の高さを20pxに */
}

.service_price-th {
  text-align: left;
  padding: 0;
  /* padding-left: 19px; */
  font-weight: normal;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.service_price-th::before{
  content: "■";
  font-size: 80%;
  margin-right: 5px;
  color: #5b7035;
}

.service_price-td {
  text-align: right;
  padding: 0;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
}


