@charset "UTF-8";
/*
theme Name: renata
Author: renata
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.875;
  color: #312A2E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding: 0 40px;
    max-width: 1000px;
    box-sizing: content-box;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 991px) {
  .tab {
    display: block;
  }
}
.main {
  overflow: hidden;
}

.section-title {
  font-size: 28px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    text-align: center;
  }
}

/* header
--------------------------*/
.header {
  top: 0;
  left: 0;
  right: 0;
  background: #cac7c4;
  z-index: 100;
  padding: 20px 0;
  position: fixed;
  transition: padding 0.4s ease-in-out 0s;
  top: 0;
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}
.header.scroll {
  padding: 5px 0 8px;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.header .header-left {
  margin-right: auto;
}
.header .header-left a h1 img {
  width: 20.0336700337vw;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header .header-left a h1 img {
    width: 119px;
  }
}
.header .header-right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header .header-right {
    display: none;
  }
}
.header .header-right ul {
  display: flex;
  align-items: center;
}
.header .header-right ul li {
  margin-left: 30px;
}
.header .header-right ul li:first-child {
  margin-left: 0;
}
.header .header-right ul li a {
  color: #312A2E;
  text-align: center;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .header .header-right ul li a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .drawer-bars {
    display: none;
    width: 100px;
    cursor: pointer;
    display: block;
    width: 25px;
    height: 15.5px;
    position: absolute;
    z-index: 700;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .drawer-bars .drawer-bar {
    background-color: #312A2E;
    width: 25px;
    height: 2.5px;
    position: absolute;
    transition: all 0.5s ease 0s;
  }
  .drawer-bars .drawer-bar:nth-of-type(1) {
    top: 0;
  }
  .drawer-bars .drawer-bar:nth-of-type(2) {
    top: 6.5px;
  }
  .drawer-bars .drawer-bar:nth-of-type(3) {
    top: 13px;
  }
}
.drawer-bars.is-checked {
  display: block;
}
.drawer-bars.is-checked .drawer-bar {
  background: #312A2E;
  position: absolute;
}
.drawer-bars.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
}
.drawer-bars.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.drawer-bars.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
}

.drawer-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 600;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease 0s;
  display: none;
}
.drawer-nav.is-checked {
  display: block;
}
.drawer-nav ul li a {
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  color: #312A2E;
  line-height: 2;
  margin-top: 5px;
  text-align: center;
}

/* util
---------------------------*/
a {
  color: #312A2E;
}

/* main-visual
-------------------------*/
.mv {
  position: relative;
  margin-bottom: 2.5252525253vw;
}
@media (max-width: 767px) {
  .mv {
    margin-bottom: 30px;
  }
}
.mv .mv-img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mv .mv-txt {
  position: absolute;
  width: 4.2087542088vw;
  top: 13.468013468vw;
  right: 16.835016835vw;
}
@media (max-width: 767px) {
  .mv .mv-txt {
    width: 10vw;
    top: 20vw;
  }
}
.mv .scrolldown1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 7.5757575758vw;
}
@media (max-width: 767px) {
  .mv .scrolldown1 {
    bottom: 15vw;
  }
}
.mv .scrolldown1 span {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  color: #312A2E;
  letter-spacing: 0.05em;
}
.mv .scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  background: #312A2E;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}

/* logo
---------------------------*/
.logo .title {
  width: 19.3602693603vw;
  margin: 0 auto 5.8922558923vw;
}
@media (max-width: 767px) {
  .logo .title {
    width: 115px;
    margin-bottom: 35px;
  }
}

.contents {
  margin-bottom: 7.5757575758vw;
}
@media (max-width: 767px) {
  .contents {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .contents .contents-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .contents .contents-inner .contents-left {
    width: 53%;
  }
}
@media (min-width: 768px) {
  .contents .contents-inner .contents-right {
    width: 42%;
  }
}
.contents .contents-inner .contents-right .contents-img {
  margin-bottom: 1.6835016835vw;
}
@media (max-width: 767px) {
  .contents .contents-inner .contents-right .contents-img {
    margin-bottom: 15px;
  }
}
.contents .contents-inner .contents-right .contents-img:last-child {
  margin-bottom: 0;
}

/* about
---------------------------*/
.about {
  margin-bottom: 5.0505050505vw;
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 80px;
  }
}
.about .inner {
  padding: 0;
}
.about .about-list li {
  margin-bottom: 1.6835016835vw;
  line-height: 1.375;
}
@media (max-width: 767px) {
  .about .about-list li {
    margin-bottom: 15px;
  }
}

/* concept
-------------------------------*/
@media (max-width: 767px) {
  .concept {
    margin-bottom: 30px;
  }
}
.concept .inner {
  padding: 0;
}
.concept .concept-txt {
  margin-bottom: 0;
}

/* stylist
----------------------------*/
.stylist {
  margin-bottom: 5.8922558923vw;
  padding-top: 5.0505050505vw;
  padding-bottom: 5.0505050505vw;
  background: #f1f0ef;
}
@media (max-width: 767px) {
  .stylist {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.stylist .inner {
  max-width: 1060px;
}
.stylist .section-title {
  margin-bottom: 5.0505050505vw;
  text-align: center;
}
@media (max-width: 767px) {
  .stylist .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .stylist .stylist-contents .stylist-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8.4175084175vw;
  }
}
@media (max-width: 767px) {
  .stylist .stylist-contents .stylist-content {
    margin-bottom: 40px;
  }
}
.stylist .stylist-contents .stylist-content:last-child {
  margin-bottom: 0;
}
.stylist .stylist-contents .stylist-content .stylist-img {
  text-align: center;
}
@media (min-width: 768px) {
  .stylist .stylist-contents .stylist-content .stylist-img {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .stylist .stylist-contents .stylist-content .stylist-img {
    margin-bottom: 15px;
  }
}
.stylist .stylist-contents .stylist-content .stylist-img img {
  width: 50%;
}
@media (min-width: 768px) {
  .stylist .stylist-contents .stylist-content .stylist-txt {
    width: 48%;
  }
}
.stylist .stylist-contents .stylist-content .stylist-txt p {
  line-height: 1.875;
  margin-bottom: 1.6835016835vw;
}
@media (max-width: 767px) {
  .stylist .stylist-contents .stylist-content .stylist-txt p {
    margin-bottom: 15px;
  }
}
.stylist .stylist-contents .stylist-content .stylist-txt p:last-child {
  margin-bottom: 0;
}

/* menu
----------------------------*/
.menu {
  text-align: center;
  margin-bottom: 7.5757575758vw;
}
@media (max-width: 767px) {
  .menu {
    margin-bottom: 80px;
  }
}
.menu .section-title {
  margin-bottom: 4.2087542088vw;
}
@media (max-width: 767px) {
  .menu .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .menu .menu-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .menu .menu-inner .menu-content {
    width: 47%;
  }
}

/* coupon
----------------------------*/
.coupon {
  background: #f1f0ef;
  text-align: center;
  padding-top: 3.367003367vw;
  padding-bottom: 5.0505050505vw;
  margin-bottom: 7.5757575758vw;
}
@media (max-width: 767px) {
  .coupon {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.coupon .coupon-txt {
  margin-bottom: 4.7138047138vw;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .coupon .coupon-txt {
    margin-bottom: 15px;
  }
}
.coupon .coupon-list li {
  margin-bottom: 1.3468013468vw;
}
@media (max-width: 767px) {
  .coupon .coupon-list li {
    margin-bottom: 15px;
  }
}

/* gallery
----------------------------*/
.gallery {
  text-align: center;
  margin-bottom: 10.101010101vw;
}
@media (max-width: 767px) {
  .gallery {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .gallery .inner {
    max-width: 1080px;
  }
}
@media (max-width: 767px) {
  .gallery #sbi_images {
    padding: 5px !important;
  }
}
.gallery .gallery-btn {
  display: block;
  width: 22.7272727273vw;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .gallery .gallery-btn {
    width: 70%;
  }
}

/* reserve
----------------------------*/
.reserve {
  text-align: center;
  margin-bottom: 8.4175084175vw;
}
@media (max-width: 767px) {
  .reserve {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .reserve .inner {
    max-width: 900px;
  }
}
.reserve .section-title {
  margin-bottom: 5.0505050505vw;
}
@media (max-width: 767px) {
  .reserve .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .reserve .reserve-list {
    display: flex;
    justify-content: space-between;
  }
}
.reserve .reserve-list li {
  text-align: center;
}
@media (min-width: 768px) {
  .reserve .reserve-list li {
    width: calc(33.333% - 2vw);
    margin-right: 3vw;
  }
}
@media (max-width: 767px) {
  .reserve .reserve-list li {
    margin-bottom: 15px;
  }
}
.reserve .reserve-list li .reserve-txt {
  margin-bottom: 1.0101010101vw;
}
.reserve .reserve-list li a {
  display: block;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reserve .reserve-list li a {
    width: 70%;
  }
}

/* gmap
----------------------------*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 31.8181818182%;
  position: relative;
  margin-bottom: 3.367003367vw;
}
@media (max-width: 767px) {
  .gmap {
    padding-bottom: 56%;
    margin-bottom: 30px;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* footer
----------------------------*/
footer .footer-info {
  margin-bottom: 2.0202020202vw;
}
@media (max-width: 767px) {
  footer .footer-info {
    margin-bottom: 30px;
  }
}
footer .footer-info .footer-title {
  width: 19.3602693603vw;
  margin: 0 auto 2.0202020202vw;
}
@media (max-width: 767px) {
  footer .footer-info .footer-title {
    width: 115px;
    margin-bottom: 15px;
  }
}
footer .footer-info .footer-txt {
  text-align: center;
  line-height: 1.75;
}
footer .footer-copy {
  background: #cac7c4;
  padding: 5px 0;
  text-align: center;
}
footer .footer-copy small {
  font-size: 15px;
}
@media (max-width: 767px) {
  footer .footer-copy small {
    font-size: 12px;
  }
}

/* 404 */
.entry-404 {
  text-align: center;
  margin-bottom: 100px;
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
  margin-bottom: 0;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}