@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap);
.fv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  padding: 60px 6% 80px 6%;
  position: relative;
}
@media only screen and (max-width: 766px) {
  .fv {
    height: 70vh;
    padding: 50px 5% 80px 5%;
  }
}
.fv__slides {
  height: 100% !important;
}
.fv__slides .vegas-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv__copy {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-shadow: 2px 2px 3px rgba(34, 34, 34, 0.8);
}
.fv__info {
  bottom: 30px;
  position: absolute;
  right: 30px;
}
.fv__info a {
  color: #222;
}
.fv__scroll {
  bottom: 20px;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30px;
}
.fv__scroll span {
  color: #222;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.fv__scroll span:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background: #222;
  content: "";
  height: 110px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -130px;
  width: 1px;
}
@media only screen and (max-width: 766px) {
  .fv__scroll span:after {
    height: 50px;
    top: -60px;
  }
}
.fv__scroll:hover span:after {
  height: 120px;
}

.top-about {
  padding: 80px 0 80px 0;
}
.top-about .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
}
@media only screen and (max-width: 766px) {
  .top-about .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-about .container:before {
  background: #edf6f0;
  bottom: 0;
  content: "";
  display: block;
  height: 300px;
  left: 0;
  position: absolute;
  width: 100%;
}
.top-about .container:after {
  background: url(/cms/wp-content/uploads/2021/06/bg1.jpg) no-repeat left center;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 150px;
  left: 0;
  position: absolute;
  width: 90%;
}
.top-about__img {
  margin-left: 50px;
  max-width: 45%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 766px) {
  .top-about__img {
    margin: 40px auto 0 auto;
    max-width: 100%;
  }
}
.top-about__img img {
  max-height: 600px;
}
.top-about__txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 45%;
  padding: 0 50px;
  position: relative;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 766px) {
  .top-about__txt {
    max-width: 100%;
  }
}
.top-about__txt h2 span:after {
  margin-left: 0;
}
.top-about__txt .btn {
  margin: 40px auto 0 0;
}

.top-menu {
  padding: 60px 0;
}
@media only screen and (max-width: 766px) {
  .top-menu {
    padding: 60px 5%;
  }
}
.top-menu__wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 0 auto;
}
.top-menu__wrap li {
  list-style: none;
  width: 23%;
}
@media only screen and (max-width: 766px) {
  .top-menu__wrap li {
    width: 48%;
  }
}
.top-menu__wrap li:nth-of-type(2) {
  margin-top: 40px;
}
.top-menu__wrap li:nth-of-type(3) {
  margin-top: 80px;
}
@media only screen and (max-width: 766px) {
  .top-menu__wrap li:nth-of-type(3) {
    margin-top: 40px;
  }
}
.top-menu__wrap li:nth-of-type(4) {
  margin-top: 120px;
}
@media only screen and (max-width: 766px) {
  .top-menu__wrap li:nth-of-type(4) {
    margin-top: 80px;
  }
}
.top-menu__wrap h3 {
  display: block;
  font-weight: bold;
  margin: 10px auto;
}
.top-menu__wrap p {
  text-align: left;
}
.top-menu .btn {
  margin: 60px auto 0 auto;
}

.top-staff {
  padding: 80px 0;
}
.top-staff .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
}
@media only screen and (max-width: 766px) {
  .top-staff .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-staff .container:after {
  background: url(/cms/wp-content/uploads/2021/06/bg1.jpg) no-repeat left center;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 150px;
  left: 0;
  position: absolute;
  width: 90%;
}
.top-staff__img {
  margin-right: 50px;
  max-width: 45%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 766px) {
  .top-staff__img {
    margin: 40px auto 0 auto;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-staff__txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  text-align: left;
  max-width: 45%;
}
@media only screen and (max-width: 766px) {
  .top-staff__txt {
    max-width: 100%;
  }
}
.top-staff__txt h2 span:after {
  margin-left: 0;
}
.top-staff__txt .btn {
  margin: 40px auto 0 0;
}

.top-access {
  padding: 80px 0;
}
.top-access .container {
  background: #f6f6f6;
  padding: 40px 40px 80px 40px;
}
.top-access .container:after {
  background: url(/cms/wp-content/uploads/2021/06/bg2.png) no-repeat left center;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 150px;
  left: 0;
  position: absolute;
  width: 90%;
}
.top-access__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.top-access ul {
  margin: 40px auto 0 auto;
}
.top-access li {
  list-style: none;
  width: 48%;
}
@media only screen and (max-width: 766px) {
  .top-access li {
    width: 100%;
  }
  .top-access li + li {
    margin-top: 40px;
  }
}
.top-access li span {
  display: block;
  font-weight: bold;
  margin: 10px auto 0 auto;
}

.top-blog {
  padding: 60px 0;
}
@media only screen and (max-width: 766px) {
  .top-blog {
    padding: 60px 5%;
  }
}
.top-blog__wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 0 auto;
}
.top-blog__wrap li {
  list-style: none;
  width: 23%;
}
@media only screen and (max-width: 766px) {
  .top-blog__wrap li {
    margin: 0 0 40px 0;
    width: 48%;
  }
}
.top-blog__img {
  border: 1px solid #f6f6f6;
  display: block;
  height: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 766px) {
  .top-blog__img {
    height: 115px;
  }
}
.top-blog__date {
  display: block;
  margin: 5px auto;
}
.top-blog__ttl {
  color: #68be83;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 10px auto;
  text-decoration: underline;
}
.top-blog__ttl:hover {
  color: #844a38;
  text-decoration: none;
}
.top-blog__txt {
  text-align: left;
}
.top-blog .btn {
  margin: 60px auto 0 auto;
}

.top-news {
  padding: 60px 0;
}
@media only screen and (max-width: 766px) {
  .top-news {
    padding: 40px 5%;
  }
}
.top-news__wrap {
  margin: 60px auto 0 auto;
  width: 800px;
}
@media only screen and (max-width: 766px) {
  .top-news__wrap {
    width: 100%;
  }
}
.top-news__wrap li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 10px;
  text-align: left;
}
@media only screen and (max-width: 766px) {
  .top-news__wrap li {
    padding-right: 30px;
  }
}
.top-news__wrap li + li {
  border-top: 1px dashed #999;
}
.top-news__date {
  display: block;
  margin: 0;
  padding: 5px;
  width: 100px;
}
.top-news__ttl {
  color: #222;
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  text-align: left;
  width: calc(100% - 120px);
}
.top-news__ttl:hover {
  background: #f6f6f6;
  color: #68be83;
  text-decoration: none;
}
.top-news__ttl:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 7px;
}
@media only screen and (max-width: 766px) {
  .top-news__ttl:after {
    right: -10px;
  }
}
.top-news__ttl:hover:after {
  right: 5px;
}
@media only screen and (max-width: 766px) {
  .top-news__ttl:hover:after {
    right: -15px;
  }
}
.top-news__txt {
  text-align: left;
}
.top-news .btn {
  margin: 60px auto 0 auto;
}

.page-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 6% 10px 6%;
  padding: 40px 60px;
  position: relative;
}
@media only screen and (max-width: 766px) {
  .page-title {
    height: 300px;
    padding: 40px 5% 10px 5%;
  }
}
.page-title__ttl {
  color: #fff;
  font-family: "Nanum Gothic", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", serif;
  font-size: 45px;
  font-weight: bold;
  margin: 0 auto 0 0;
  text-shadow: 1px 1px 5px rgba(34, 34, 34, 0.5);
}
@media only screen and (max-width: 766px) {
  .page-title__ttl {
    font-size: 35px;
  }
}
.page-title__txt {
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto 0 0;
  text-align: left;
  text-shadow: 2px 1px 4px rgba(34, 34, 34, 0.8);
}
.page-title--blog {
  background: url(/cms/wp-content/uploads/2021/06/blog_bg.jpg) no-repeat center center;
}
.page-title--news {
  background: url(/cms/wp-content/uploads/2021/06/news_bg.jpg) no-repeat center center;
}
.page-title--staff {
  background: url(/cms/wp-content/uploads/2021/06/staff_bg.jpg) no-repeat center center;
}
@media only screen and (max-width: 766px) {
  .page-title--staff {
    background-position: right -95px center;
    background-size: 200% auto;
  }
}

@media only screen and (max-width: 766px) {
  .gallery {
    padding: 0 5%;
  }
}
.gallery h2 {
  margin-top: 60px;
}

@media only screen and (max-width: 766px) {
  .access {
    padding: 0 5%;
  }
}
.access p {
  margin: 10px auto;
}
@media only screen and (max-width: 766px) {
  .access p {
    text-align: left;
  }
}

.about__intro {
  padding: 150px 0;
}
@media only screen and (max-width: 766px) {
  .about__intro {
    padding: 80px 5%;
  }
}
.about__intro h2 {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto 40px auto;
}
.about__intro p {
  line-height: 2em;
}
@media only screen and (max-width: 766px) {
  .about__intro p {
    text-align: left;
  }
}
.about__cont-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 766px) {
  .about__cont-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about__cont-1--img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 766px) {
  .about__cont-1--img {
    margin: 0 auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 90%;
  }
}
.about__cont-1--txt {
  background: url(/cms/wp-content/uploads/2021/06/bg3.png) no-repeat right top rgba(237, 246, 240, 0.9);
  background-size: 95% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  padding: 80px 150px 80px 40px;
  position: absolute;
  text-align: left;
  width: 45%;
}
@media only screen and (max-width: 766px) {
  .about__cont-1--txt {
    margin: -20px auto 0 auto;
    padding: 40px;
    position: relative;
    width: 84%;
  }
}
.about__cont-1--txt h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 30px auto;
}
.about__cont-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 766px) {
  .about__cont-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about__cont-2--img {
  background: url(/cms/wp-content/uploads/2021/06/bg1.jpg) repeat-y right bottom;
  background-size: 96% auto;
  padding: 0 10px 10px 0;
}
@media only screen and (max-width: 766px) {
  .about__cont-2--img {
    margin: 0 auto;
    width: 90%;
  }
}
.about__cont-2--txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 766px) {
  .about__cont-2--txt {
    margin: 20px auto 0 auto;
    padding: 0;
    position: relative;
    width: 90%;
  }
}
.about__cont-2--txt p {
  line-height: 2em;
}
.about__cont-2--txt p + p {
  margin-top: 20px;
}

.philosophy__wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto;
}
@media only screen and (max-width: 766px) {
  .philosophy__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.philosophy__wrap figure {
  max-width: 55%;
}
@media only screen and (max-width: 766px) {
  .philosophy__wrap figure {
    max-width: 90%;
  }
}
.philosophy__wrap p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2em;
  margin: 0;
  max-width: 45%;
  padding: 0 60px;
  text-align: left;
}
@media only screen and (max-width: 766px) {
  .philosophy__wrap p {
    max-width: 90%;
    padding: 40px 20px;
  }
}
.philosophy__wrap:nth-of-type(1) p {
  background: url(/cms/wp-content/uploads/2021/06/no01.png) no-repeat left top;
}
.philosophy__wrap:nth-of-type(1) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 766px) {
  .philosophy__wrap:nth-of-type(1) figure {
    margin: 20px auto 0 auto;
  }
}
.philosophy__wrap:nth-of-type(2) p {
  background: url(/cms/wp-content/uploads/2021/06/no02.png) no-repeat left 40px top;
}
@media only screen and (max-width: 766px) {
  .philosophy__wrap:nth-of-type(2) figure {
    margin: 20px auto 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.philosophy__wrap:nth-of-type(3) p {
  background: url(/cms/wp-content/uploads/2021/06/no03.png) no-repeat left top;
}
.philosophy__wrap:nth-of-type(3) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 766px) {
  .philosophy__wrap:nth-of-type(3) figure {
    margin: 20px auto 0 auto;
  }
}
.philosophy__wrap:nth-of-type(4) p {
  background: url(/cms/wp-content/uploads/2021/06/no04.png) no-repeat left 40px top;
}
@media only screen and (max-width: 766px) {
  .philosophy__wrap:nth-of-type(4) figure {
    margin: 20px auto 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.reservation ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reservation ul li {
  list-style: none;
  width: 40%;
}
@media only screen and (max-width: 766px) {
  .reservation ul li {
    margin: 0 auto 40px auto;
    width: 90%;
  }
}
.reservation__web {
  background: #844a38;
  border-radius: 10px;
  color: #fff;
  display: block;
  margin: 0 auto 30px auto;
  padding: 10px 0;
  text-decoration: none;
  width: 300px;
}
.reservation__web:hover {
  background: #68be83;
}
@media only screen and (max-width: 766px) {
  .reservation__web.sp {
    display: block !important;
  }
}
.reservation__tel {
  background: url(/cms/wp-content/uploads/2021/06/freecall.png) no-repeat left center;
  color: #844a38;
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 30px auto;
  padding-left: 70px;
}

.privacy {
  text-align: left;
}
@media only screen and (max-width: 766px) {
  .privacy {
    padding: 0 3%;
  }
}
.privacy h2 {
  font-size: 20px;
  margin-top: 40px;
}

.menu h2 {
  margin-top: 120px;
}
.menu__intro {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: url(/cms/wp-content/uploads/2021/06/bg2.png) no-repeat left bottom #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 80px auto;
  padding: 40px 40px 80px 40px;
}
.menu__intro li {
  list-style: none;
  width: 45%;
}
@media only screen and (max-width: 766px) {
  .menu__intro li {
    width: 100%;
  }
  .menu__intro li + li {
    margin-top: 40px;
  }
}
.menu__intro li h2 {
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: bold;
  height: 180px;
  line-height: 180px;
  margin: 0 auto 30px 0;
  padding: 0 0 0 20px;
  text-align: left;
  text-shadow: 2px 1px 4px rgba(34, 34, 34, 0.8);
  width: 100%;
}
@media only screen and (max-width: 766px) {
  .menu__intro li h2 {
    font-size: 20px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto 20px auto;
    text-align: center;
  }
}
.menu__intro li p {
  text-align: left;
}
.menu__intro li p span {
  display: block;
  font-size: 11px;
}
.menu__intro--card h2 {
  background: url(/cms/wp-content/uploads/2021/06/card.jpg) no-repeat center center;
  background-size: 100% auto;
  height: 150px;
  line-height: 150px;
  width: 500px;
}
@media only screen and (max-width: 766px) {
  .menu__intro--card h2 {
    width: 100%;
  }
}
.menu__intro--bd h2 {
  background: url(/cms/wp-content/uploads/2021/06/birthday.jpg) no-repeat center center;
  background-size: 100% auto;
}
.menu__txt {
  margin: 40px auto;
  text-align: left;
  width: 800px;
}
@media only screen and (max-width: 766px) {
  .menu__txt {
    width: 90%;
  }
}
.menu__box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: url(/cms/wp-content/uploads/2021/06/bg1.jpg) no-repeat right bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 40px auto;
  padding: 40px;
  position: relative;
  width: 800px;
}
@media only screen and (max-width: 766px) {
  .menu__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 60px 0;
    width: 90%;
  }
}
.menu__box figure {
  border: 1px solid #f6f6f6;
  width: 50%;
}
@media only screen and (max-width: 766px) {
  .menu__box figure {
    width: 100%;
  }
}
.menu__box dl {
  background: #fff;
  border: 1px solid #f6f6f6;
  -webkit-box-shadow: 7px 7px 2px #edf6f0;
          box-shadow: 7px 7px 2px #edf6f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 420px;
  left: 45%;
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 80px;
  width: 380px;
}
@media only screen and (max-width: 766px) {
  .menu__box dl {
    height: initial;
    left: initial;
    margin: -20px auto 0 auto;
    position: relative;
    top: initial;
    width: 90%;
  }
}
.menu__box dt {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 766px) {
  .menu__box dt {
    font-size: 20px;
  }
}
.menu__box dt span {
  border-top: 1px solid #68be83;
  display: block;
  font-size: 13px;
  margin: 10px auto;
  padding-top: 10px;
}
.menu__box dd i {
  color: #844a38;
  display: block;
  font-style: normal;
  font-weight: bold;
  margin: 20px 0 0 auto;
  text-align: right;
}
.menu__box dd .btn {
  margin-top: 20px;
}
.menu__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  list-style: none;
  margin: 40px auto;
  text-align: left;
  width: 800px;
}
@media only screen and (max-width: 766px) {
  .menu__list {
    width: 90%;
  }
}
.menu__list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  width: 100%;
}
.menu__list li + li {
  border-top: 1px dashed #999;
}
.menu__list li p {
  font-size: 11px;
  width: 100%;
}
.menu__list span {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
}
@media only screen and (max-width: 766px) {
  .menu__list span {
    display: block;
    margin: 0;
  }
}
.menu__list span:before {
  content: "(";
}
.menu__list span:after {
  content: ")";
}
.menu__list i {
  color: #844a38;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 auto;
  text-align: right;
}
@media only screen and (max-width: 766px) {
  .menu__list i {
    display: block;
  }
}

@media only screen and (max-width: 766px) {
  .rebouding {
    margin: 0 auto;
    width: 90%;
  }
}
.rebouding__txt {
  background: url(/cms/wp-content/uploads/2021/06/bg1.jpg) no-repeat right bottom #edf6f0;
  background-size: 95% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2em;
  margin: 40px auto;
  padding: 40px 40px 60px 40px;
  width: 900px;
}
@media only screen and (max-width: 766px) {
  .rebouding__txt {
    text-align: left;
    width: 100%;
  }
  .rebouding__txt br {
    display: none;
  }
}
.rebouding__txt p + p {
  margin-top: 20px;
}
.rebouding__img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
.rebouding__img li {
  list-style: none;
}
.rebouding__img li + li {
  margin-left: 30px;
}

.blog-cat__wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 60px auto 0 auto;
}
@media only screen and (max-width: 766px) {
  .blog-cat__wrap {
    margin: 40px auto 0 auto;
    width: 90%;
  }
}
.blog-cat__wrap li {
  list-style: none;
  margin: 0 2.5% 60px 0;
  width: 23%;
}
@media only screen and (min-width: 767px) {
  .blog-cat__wrap li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 766px) {
  .blog-cat__wrap li {
    width: 48%;
  }
  .blog-cat__wrap li:nth-of-type(even) {
    margin-right: 0;
  }
}
.blog-cat__img {
  border: 1px solid #f6f6f6;
  display: block;
  height: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 766px) {
  .blog-cat__img {
    height: 120px;
  }
}
.blog-cat__date {
  display: block;
  margin: 5px auto;
}
.blog-cat__ttl {
  color: #68be83;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 10px auto;
  text-decoration: underline;
}
.blog-cat__ttl:hover {
  color: #844a38;
  text-decoration: none;
}
.blog-cat__txt {
  text-align: left;
}
.blog-cat .btn {
  margin: 60px auto 0 auto;
}

.staff-list__wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .staff-list__wrap {
    margin: 0 auto;
    width: 90%;
  }
}
.staff-list__box {
  margin: 0 0 80px 0;
  position: relative;
  width: 30%;
}
@media only screen and (max-width: 766px) {
  .staff-list__box {
    width: 100%;
  }
}
.staff-list__img figure {
  -webkit-box-shadow: 7px 7px 2px #edf6f0;
          box-shadow: 7px 7px 2px #edf6f0;
  margin: 0 0 7px 0;
}
.staff-list__name {
  bottom: 100px;
  position: absolute;
  right: 0;
}
.staff-list__name a {
  background: #68be83;
  color: #fff;
  display: block;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  padding: 10px 20px;
}
.staff-list__name a:hover {
  background: #49aa68;
}
.staff-list__catch {
  font-weight: bold;
  padding: 10px;
}
.staff-list__links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staff-list__links li {
  list-style: none;
  width: 48%;
}
.staff-list__links li a {
  display: block;
  padding: 5px 10px;
}
.staff-list__links li:first-of-type a {
  border: 1px solid #68be83;
  color: #3a8652;
}
.staff-list__links li:first-of-type a:hover {
  background: #68be83;
  color: #fff;
}
.staff-list__links li:last-of-type a {
  border: 1px solid #844a38;
  color: #844a38;
}
.staff-list__links li:last-of-type a:hover {
  background: #844a38;
  color: #fff;
}

.news-cat__wrap {
  width: 90%;
}

.blog-cont,
.news-cont {
  margin: 0 auto;
}
.blog-cont .container,
.news-cont .container {
  min-width: initial;
  width: 800px;
}
@media only screen and (max-width: 766px) {
  .blog-cont .container,
  .news-cont .container {
    margin: 0 auto;
    width: 90%;
  }
}
.blog-cont h1,
.news-cont h1 {
  color: #844a38;
  font-size: 35px;
  font-weight: bold;
  margin: 0 auto;
}
@media only screen and (max-width: 766px) {
  .blog-cont h1,
  .news-cont h1 {
    font-size: 25px;
  }
}
.blog-cont h1 + span,
.news-cont h1 + span {
  color: #222;
  display: block;
  font-size: 13px;
}
.blog-cont h1 + span:after,
.news-cont h1 + span:after {
  background: #999;
  content: "";
  display: block;
  height: 1px;
  margin: 30px auto;
  width: 50px;
}
.blog-cont img,
.news-cont img {
  margin: 20px auto;
}
.blog-cont p,
.news-cont p {
  text-align: left;
}
.blog-cont p + p,
.news-cont p + p {
  margin-top: 20px;
}

@media only screen and (max-width: 766px) {
  .staff-cont {
    padding: 0 5%;
  }
}
.staff-cont h1 {
  color: #844a38;
  font-size: 35px;
  font-weight: bold;
  margin: 0 auto;
}
@media only screen and (max-width: 766px) {
  .staff-cont h1 {
    font-size: 25px;
  }
}
.staff-cont h1 + span {
  color: #222;
  display: block;
  font-size: 13px;
}
.staff-cont h1 + span:after {
  background: #999;
  content: "";
  display: block;
  height: 1px;
  margin: 30px auto;
  width: 50px;
}
.staff-cont__img {
  margin: 40px auto;
  width: 300px;
}
.staff-cont__img img {
  border-radius: 50%;
}
.staff-cont h2 {
  font-size: 25px;
  margin: 0 auto 20px auto;
}
.staff-cont p {
  line-height: 2em;
}
@media only screen and (max-width: 766px) {
  .staff-cont p {
    text-align: left;
  }
}
.staff-cont__table {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 40px auto;
  text-align: left;
  width: 800px;
}
@media only screen and (max-width: 766px) {
  .staff-cont__table {
    width: 100%;
  }
}
.staff-cont__table dt {
  background: #edf6f0;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 25%;
}
@media only screen and (max-width: 766px) {
  .staff-cont__table dt {
    width: 100%;
  }
}
.staff-cont__table dd {
  border-bottom: 1px solid #edf6f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 75%;
}
@media only screen and (max-width: 766px) {
  .staff-cont__table dd {
    width: 100%;
  }
}
.staff-cont__calender .wpsbc-calendars-wrapper.wpsbc-legend-position-side {
  margin: 40px auto;
}
.staff-cont__reservation a {
  background: #844a38;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  margin: 0 auto 30px auto;
  padding: 15px 0;
  width: 300px;
}
.staff-cont__reservation a:hover {
  background: #68be83;
}
@media only screen and (max-width: 766px) {
  .staff-cont__reservation a.sp {
    display: block !important;
  }
}
/*# sourceMappingURL=custom.css.map */