@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 / 375 * 100vw);
  }
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  color: #454545;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: none;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  line-height: 1.5;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #876b4a;
}

a:hover {
  filter: brightness(110%);
}

li {
  list-style: none;
}

/* フォント */
.serif {
  font-family: "Noto Serif JP", serif;
}
.shippori {
  font-family: "Shippori Mincho", serif;
}

/* SPのみ改行 */
@media (min-width: 1063px) {
  .br-sp-only {
    display: none;
  }
}

/* PCのコンテンツ幅 */
.pc-content-width {
  max-width: 108rem;
  margin-inline: auto;
}

/* SPのコンテンツ幅 */
@media (max-width: 767px) {
  .sp-content-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.maker {
  background-color: #FED8C3;
}

/* MENU header */
.header {
 background-image: url(../images/FV/FV_pc.jpg);
 background-size: cover;
 padding: 5rem;
 position: relative;
}
@media (max-width: 767px) {
 .header {
   background-image: url(../images/FV/FV_sp.jpg);
   padding: 2rem 1.5rem;
 }
}

.logo {
 width: 13.8rem;
}
@media (max-width: 767px) {
 .logo {
   width: 9.6rem;
 }
}

.header-wrapper {
 display: flex;
 justify-content: flex-start;
}
@media (max-width: 767px) {
 .header-wrapper {
   display: flex;
   justify-content: space-around;
 }
}


@media (max-width: 767px) {
  .header-nav {
   display: none;
  }
  }
  
  @media (min-width: 768px) {
    .hamburger-menu {
      display: none;
    }
  }
  

/* ヘッダー ご予約ボタン ----*/
.reserve-btn {
 height: 4rem;
 background-color: #fff;
 border-radius: 8px;
 font-size: 1.5rem;
 font-weight: 700;
 display: flex;
 align-items: center;
 padding: 0 1rem;
 text-decoration: none;
 border: #876b4a solid 0.6px;
}
@media (max-width: 767px) {
 .reserve-btn {
   width: 15rem;
   height: 3.5rem;
   background-color: #fff;
   border-radius: 8px;
   font-size: 1.3rem;
   font-weight: 700;
 }
}

.reserve-btn img {
 width: 8.8rem;
 height: 2.7rem;
 margin-left: 0.5rem;
}
@media (max-width: 767px) {
 .reserve-btn img {
   width: 7rem;
   height: auto;
   margin-left: 0.1rem;
 }
}

/* インスタアイコン*/
.insta-btn img {
 width: 4rem;
 margin-left: 1.6rem;
}
@media (max-width: 767px) {
 .insta-btn {
   display: none;
 }
}

/* ヘッダーナビゲーション */
.header-nav a {
  text-decoration: none;
 }
@media (min-width: 768px) {
 .header-nav a {
   color: #876b4a;
 }
}
.header-list {
 display: flex;
 font-size: 1.4rem;
 color: #876b4a;
 padding: 2rem 0 0 2rem;
}

.header-list li {
 padding: 0 1rem;
}

.header-btn-group {
 display: flex;
 padding-top: 1rem;
 padding-left: 5rem;
}
@media (max-width: 767px) {
 .header-btn-group {
   padding-left: 5rem;
 }
}

/* ハンバーガーボタン */
@media (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .hamburger-btn {
    display: block;
    font-size: 3rem;
    color: #876b4a;
    margin-top: 0.3rem;
  }
}

/* ハンバーガーメニュー */
@media (max-width: 767px) {
  .hamburger-menu {
    position: fixed;
    top: 8rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 5rem);
    background-color: #fff;
    transition: all 0.6s;
    transform: translateX(100%);
  }
}
/* アクティブ状態 */
.hamburger-menu-active {
  transform: translateX(0);
}

@media (max-width: 767px) {
  .hamburger-list {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    color: #fef3f3;
    padding: 2rem 3rem 0 3rem;
  }
}

@media (max-width: 767px) {
  .hamburger-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.72rem 2rem;
    line-height: 1;
    border-bottom: 0.0625rem solid #000;
    text-decoration: none;
  }
  .hamburger-list li {
    width: 100%;
  }
  .hamburger-list li:nth-child(4) a,
  .hamburger-list li:nth-child(5) a {
    padding: 1.5rem 2rem 1.95rem;
  }
  .hamburger-list li:nth-child(4) a::after,
  .hamburger-list li:nth-child(5) a::after {
    padding-top: 0.25rem;
  }
}

.hamburger-insta-btn {
  width: 4rem;
  margin-inline: auto;
  padding-top: 1.5rem;
}

/* fem */
.main {
 display: flex;
 width: 100%;
}
@media (max-width: 767px) {
  .main {
    flex-direction: column-reverse;
    padding: 0 1.5rem;
   }
}

.hr-sp-only {
  display: none;
}
@media (max-width: 767px) {
  .hr-sp-only {
    display: block;
    border: #876b4a solid 0.7px;
    margin-bottom: 2rem;
  } 
}

/* カラム1 */
.menu-list {
 padding-top: 3rem;
 padding-left: 8%;
 padding-right: 3rem;
 width: 25%;
}
@media (max-width: 767px) {
  .menu-list {
    padding: 0 1.5rem 3rem;
    width: 100%;
   }
}

.menu-list-title {
 padding: 0.5rem 1rem;
 border-left: 6px double #876b4a;
 margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .menu-list-title {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    border-left: 6px double #876b4a;
  }
}

.menu-list p {
  font-size: 1.4rem;
  color: #876b4a;
  margin: 1rem 0 2rem;
}

@media (max-width: 767px) {
  .menu-list-group {
    display: flex;
    flex-direction: column;
  }
}

/* カラム2 */
.fem-detail {
  padding: 4rem 5rem 8rem;
  width: 70%;
}
@media (max-width: 767px) {
  .fem-detail {
    padding: 3rem 1.5rem;
    width: 100%;
  }
}

.fem-head {
 text-align: center;
 margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .fem-head {
  margin-bottom: 3rem;
}
}

.fem-head p:nth-child(1) {
 font-size: 2.8rem;
 color: #876b4a;
 margin-bottom: .5rem;
}
@media (max-width: 767px) {
  .fem-head p:nth-child(1) {
    font-size: 1.8rem;
  }
}

.fem-head h3 {
 font-size: 3.2rem;
 color: #876b4a;
 font-weight: 500;
 margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .fem-head h3 {
    font-size: 2rem;
   }
}

.fem-head-text {
  max-width: 80rem;
  margin-inline: auto;
  text-align: justify;
 }
 @media (max-width: 767px) {
   .fem-head-text {
  max-width: 100%;
    }
 }

 hr {
  border: #876b4a solid 0.7px;
  margin-top: 2rem;
}

/* fem detail*/
h4 {
  color: #876b4a;
  font-size: 3.2rem;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  h4 {
 font-size: 2rem;
 }
 }

.fem-detail-machine-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .fem-detail-machine-wrapper {
    flex-direction: column;
  }
}
.fem-detail-machine-wrapper img {
  max-width: 40%;
  height: fit-content;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .fem-detail-machine-wrapper img {
    max-width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.fem-detail-machine-text h4 {
  font-size: 2.4rem;
  color: #876b4a;
}
.fem-detail-machine-text p {
 text-align: justify;
}

/* clean */
.fem-detail-clean {
  margin-top: 2rem;
}

.clean-wrapper {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .clean-wrapper {
    flex-direction: column;
  }
}

.clean-img-grop {
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .clean-img-grop {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.clean-img-grop img {
  max-width: 150px;
}
@media (max-width: 767px) {
  .clean-img-grop img {
    max-width: 100%;
  }
}

.clean-img-grop p {
  font-size: 1.2rem;
  text-align: center;
  margin-top: .5rem;
}
@media (max-width: 767px) {
  .clean-img-grop p {
    margin-bottom: 1rem;
  }
}

.clean-inner {
  display: flex;
}
.clean-inner img {
  max-width: 100px;
  height: 100px;
  margin-right: 2rem;
}

.clean-inner-text p:nth-child(1) {
  font-size: 2rem;
  color: #f45410;
  margin-bottom: 1rem;
}
.clean-inner-text p:nth-child(2) {
 text-align: justify;
}

/* moisture */
.moisture-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .moisture-wrapper {
    flex-direction: column;
  }
}

.moisture-wrapper img {
  max-width: 30%;
  height: fit-content;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .moisture-wrapper img {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.text-title {
  font-size: 2rem;
  color: #f45410;
  margin-bottom: 1rem;
}

.box-text {
  font-size: 1.4rem;
  position: relative;
  border: 2px solid #f45410;
  border-radius: 5px;
  margin: 3rem 0;
  padding: 2rem;
}
@media (max-width: 767px) {
  .box-text {
    padding: 2rem;
  }
}
.box-text::before {
  content: "マクロビ乳酸菌とは";
  position: absolute;
  background-color: #fff;
  font-weight: bold;
  left: 20px;
  top: -23px;
  padding: 10px;
}

.text-sub {
  text-align: justify;
}

.text-sub-margin {
  margin-bottom: 2rem;
}

/* train */
.train-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .train-wrapper {
    flex-direction: column;
  }
}

.train-wrapper img {
  max-width: 30%;
  height: fit-content;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .train-wrapper img {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.box-text2 {
  font-size: 1.4rem;
  position: relative;
  border: 2px solid #f45410;
  border-radius: 5px;
  margin: 3rem 0;
  padding: 2rem;
}
@media (max-width: 767px) {
  .box-text2 {
    padding: 2rem;
  }
}
.box-text2::before {
  content: "MFIPとは";
  position: absolute;
  background-color: #fff;
  font-weight: bold;
  left: 20px;
  top: -23px;
  padding: 10px;
}

/* finishiing */
.finishing-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .finishing-wrapper {
    flex-direction: column
  }
}
.finishing-wrapper img {
  max-width: 30%;
  height: fit-content;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .finishing-wrapper img {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* 以下共通 ご予約ボタン ----*/
.hotpepper-btn {
 width: 24rem;
 height: 6rem;
 background-color: #fff;
 border-radius: 8px;
 font-size: 2rem;
 font-weight: 700;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 1rem;
 border: #f45410 solid 2px;
 text-decoration: none;
}
@media (max-width: 767px) {
 .hotpepper-btn {
   width: 17rem;
   height: 4.5rem;
   background-color: #fff;
   border-radius: 8px;
   font-size: 1.8rem;
   font-weight: 700;
   padding: 0 0.8rem;
 }
}

.hotpepper-btn img {
 width: 10rem;
 height: auto;
 margin-left: 0.5rem;
}
@media (max-width: 767px) {
 .hotpepper-btn img {
   width: 7rem;
   height: auto;
   margin-left: 0.1rem;
 }
}

.reserve-btn-wrapper {
 margin: 5rem auto;
 text-align: center;
}

.btn-area {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: 2rem;
}

/* 戻るボタン */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 20px;
  text-decoration: none;
  padding: 5px 10px;
filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding:5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
