/* 
    Theme Name:Reru-Ricca
    Description:Reru-Ricca
*/
@charset "UTF-8" ;

@font-face {
  font-family: 'NotoSansJP';
  src: url('fonts/NotoSansJP-VariableFont_wght.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-brown: #564a4a;
  --color-light-brown: #736357;
  --color-beige: #e4d9ce;
  --color-pink-beige: #a9988f;
}

body{
  color: var(--color-brown);
  letter-spacing: 2px;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "NotoSansJP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

img{
  width: 100%;
}


.f_accent{
  font-family: "tk-takumi-okiraku-markertaip", sans-serif;
  font-weight: 100;
  font-style: normal;
}

section{
  padding: 0 4rem;
  margin-top: 6rem;
}

.btn{
  width: fit-content;
}

.btn a{
  display: block;
  width: fit-content;
  background-color: var(--color-pink-beige);
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  transition: 0.4s;
}
.btn a:hover{
  background-color: var(--color-brown);
}
.btn_box{
  margin: 0 auto;
}
.btn_box a{
  padding: 1rem 5rem;
  border-radius: 30px;
  color: var(--color-beige);
}

header{
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-width: 200px;
  z-index: 70;
  color: #fff;
  background-color: var(--color-pink-beige);
}

.catch h2{
  writing-mode: tb;
  margin: 0 auto;
  font-size: 19px;
  padding: 6vh 0;
  letter-spacing: 8px;
}

.nav-list{
  width: fit-content;
  margin: 0 auto;
}
.nav-item a{
  padding: 0.2rem 0.4rem;
  font-size: 1.1rem;
  letter-spacing: 2px;
  position: relative;
}
.nav-item a::before{
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: 0.4s;
}
.nav-item a:hover::before{
  width: 100%;
}
.nav-item{
  margin-bottom: 0.2rem;
}
.sns_box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.sns_box a{
  display: block;
  width: fit-content;
  line-height: 0;
  margin-right: 0.6rem;
  transition: 0.4s;
}
.sns_box a:hover{
  opacity: 0.6;
}
.shop_name{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.shop_name.smart{
  display: none;
}
.shop_name small{
  display: block;
}

.shop_name p{
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0.8rem;
}
aside{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(55% - 100px);
}
.mv_wrap{
  height: 100%;
}
.mv_wrap video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_contents{
  position: relative;
  height: 100%;
  width: calc(45% - 100px);
  margin-left: calc(55% - 100px);
  background-color: var(--color-beige);
}
.fv{
  padding-top: 3vh;
  padding-left: 4vw;
  position: relative;
}
.fv .btn{
  margin-left: auto;
  margin-right: 1rem;
}
.fv_text{
  position: absolute;
  left: 5vw;
  top: 16vh;
  font-weight: bold;
}
.fv h1{
  font-size: 3.8rem;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.fv h1 span{
  display: block;
  font-size: 2rem;
  letter-spacing: 4px;
}
.fv_text p{
  margin-top: 1.6rem;
  letter-spacing: 0;
  color: var(--color-light-brown);
  line-height: 1.8;
}
.fv_img{
  margin-top: 16vh;
  overflow: hidden;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  height: 64vh;
}
.fv_img img{
  object-fit: cover;
  height: 100%;
}
.fv small{
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 2rem;
  margin-right: 3rem;
  padding-bottom: 1rem;
}
.fv small::before{
  position: absolute;
  content: '▼';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section h3{
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 8px;
  text-align: center;
}
section h4{
  font-size: 1.4rem;
  font-weight: 500;
}
.about_img{
  margin-bottom: 2rem;
}
.about_text h4{
  margin-bottom: 1rem;
}
.about_text p{
  margin-bottom: 1rem;
}
.about02 .about_img{
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.about02 .about_img .img_box{
  width: 48%;
}
#sb_instagram #sbi_images .sbi_item{
	border-radius: 20px;
}
.selected{
  background-color: var(--color-pink-beige);
  color: #fff;
  margin: 6rem 4rem 0;
  padding: 2rem;
  border-radius: 30px;
}
.selected h4{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}
.select_img{
  margin-bottom: 1.6rem;
}
.selected p{
  letter-spacing: 1px;
}
.roasting{
  text-align: center;
}
.roasting h4{
  font-size: 1.6rem;
  border-bottom: 1px solid var(--color-pink-beige);
  margin-bottom: 3rem;
}
.roasting h4 span{
  position: relative;
  font-size: 1.4rem;
  display: block;
  width: fit-content;
  padding: 0 1.4rem;
  margin: 0 auto;
}
.roasting h4 span::before,
.roasting h4 span::after{
  position: absolute;
  content: '';
  width: 1px;
  height: 90%;
  background-color: var(--color-brown);
  top: 0;
}
.roasting h4 span::before{
  right: 0;
  transform: rotate(35deg);
}
.roasting h4 span::after{
  left: 0;
  transform: rotate(-35deg);
}
.roasting h4 b{
  font-size: 2rem;
}
.hukidashi{
  position: relative;
  width: fit-content;
  margin: 0 auto 2.4rem;
  padding: 0.8rem 3rem;
  background-color: var(--color-brown);
  color: var(--color-beige);
  border-radius: 30px;
}
.hukidashi::before{
  position: absolute;
  content: '▼';
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-brown);
  font-size: 1.6rem;
}
.roasting_chart{
  width: 90%;
  margin: 0 auto;
}
.roasting_img{
  margin-top: 4rem;
}

.menu_box{
  overflow: hidden;
}
.carousel {
  position: relative;
  margin-bottom: 4rem;
}

.carousel .swiper-button-prev,
.carousel .swiper-button-next {
  display: block;
  width: 40px;
  height: 40px;
  z-index: 10;
  background-color: #ffffffa8;
  border-radius: 50%;
  top: 7rem !important;
}

.carousel .swiper-button-prev svg,
.carousel .swiper-button-next svg{
  scale: 0.6;
}

.carousel .swiper-button-prev svg path,
.carousel .swiper-button-next svg path{
  color: var(--color-brown);
}

.carousel .swiper-button-prev {
  left: 0;
}

.carousel .swiper-button-next {
  right: 0;
}
.menu_box h4{
  margin-bottom: 2rem;
}
.carousel .img_box{
  margin-bottom: 1rem;
}
.carousel p{
  text-align: center;
}
.cafe_item{
  width: 80%;
  flex-shrink: 0;
}

div.wpforms-container-full .wpforms-field-label{
  color: var(--color-brown) !important;
  font-weight: 500;
}
span.wpforms-required-label{
  position: relative !important;
  color: var(--color-beige) !important;
}
span.wpforms-required-label::before{
  position: absolute;
  content: '※';
  left: 1rem;
  top: 10%;
  color: #c1272d;
}
.wpforms-container input.wpforms-field-medium{
  max-width: 100% !important;
}
div.wpforms-container-full input,
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
  background-color: #eee7e0 !important;
  border: 1px solid #deccb3 !important;

}

.pp_box .wpforms-required-label{
  display: none;
  text-align: center !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li{
  justify-content: center !important;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
  background-color: var(--color-pink-beige) !important;
  color: var(--color-beige) !important;
  padding: 1.8rem 5rem;
  border-radius: 30px;
  line-height: 0;
  letter-spacing: 4px;
  font-weight: normal;
  display: block;
  margin: 0 auto;
}
div.wpforms-container-full button[type=submit]:hover{
  background-color: var(--color-brown) !important;
  color: var(--color-beige) !important;
  padding: 1.8rem 5rem;
  border-radius: 30px;
  line-height: 0;
  letter-spacing: 4px;
  font-weight: normal;
  display: block;
  margin: 0 auto;
}

.shop_img{
  overflow: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.google_map{
  filter: grayscale(1);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d3b899;
  margin-top: 3rem;
}

.google_map iframe{
  width: 100%;
}

.access{
  margin: 3rem 0;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.8;
}

.access b{
  font-size: 1.4rem;
  display: block;
  padding: 0.8rem 0;
}

footer{
  border-top: 2px solid #deccb3;
  text-align: center;
  padding: 0.4rem;
  margin-top: 6rem;
}

@media screen and (max-width:1030px) {
  
  header{
    max-width: 200px;
  }
  aside{
    display: none;
  }
  .main_contents{
    width: calc(100% - 200px);
    margin-left: 0;
  }
  #menu{
    padding: 0;
  }
  .menu_box h4{
    padding-left: 4rem;
  }
}
@media screen and (max-width:680px) {
  header{
    width: 0;
    min-width: 0;
  }
  .hamburger-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    background: var(--color-brown);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 3本線 */
  .hamburger-lines {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .hamburger-lines .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-beige);
    transition: transform 0.3s ease,
                opacity 0.3s ease;
  }


  /* ===============================
    OPEN時
  =============================== */

  .openbtn-active .line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .openbtn-active .line:nth-child(2) {
    opacity: 0;
  }

  .openbtn-active .line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }


  /* ===============================
    ナビゲーション
  =============================== */

  #hb-nav {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: var(--color-pink-beige);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,
                visibility 0.3s ease;
  }

  #hb-nav.active {
    opacity: 1;
    visibility: visible;
    width: 100vw;
    height: 100vh;
  }

  #hb-nav .nav-list {
    height: auto;
    text-align: center;
    gap: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  #hb-nav .nav-item a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 0.6rem;
    display: block;
  }  
  .shop_name.smart{
    display: block;
    margin-bottom: 2rem;
  }
  .main_contents{
    width: 100%;
  }
  section{
    padding: 0 2rem;
  }
  section h3{
    font-size: 2rem;
    letter-spacing: 5px;
  }
  .fv{
    padding-top: 14px;
  }
  .fv .btn{
    margin-right: 5rem;
  }
  .fv h1{
    font-size: 3.6rem;
  }
  .selected{
    margin: 6rem 2rem 0;
  }
  .selected h4{
    font-size: 1.4rem;
  }
  .roasting h4 span{
    font-size: 1.1rem;
    padding: 0 1rem;
  }
  .roasting h4{
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  .roasting h4 b{
    font-size: 1.6rem;
  }
  .roasting_chart{
    width: 100%;
  }
  .access p{
    font-size: 14px;
  }
}