@charset "UTF-8";

/*--------------------------------------------------------------
reset.min.css
リセット関係・clearfixなど

fonts.min.css
フォントアイコンを記載したcss

common.css
レイアウト、TOPのスタイルを記載したcss

/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ 
　　479：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
/*ナビ表示のときはスクロールしないように*/
html.is-locked {
  overflow-y: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #4e4848;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  font-style: normal;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system,
    BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue,
    Verdana, Meiryo, sans-serif;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 1.6px;
}
.pc {
  display: none;
}
.tablet {
  display: none;
}
.sp-only {
  display: block;
}

@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ------------------------------------------------------------ */
/* font */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* img */
/* ------------------------------------------------------------ */
.main-logo,
.thum,
.image,
.banner {
  margin: 0 auto;
  text-align: center;
}
/* ------------------------------------------------------------ */
/* link */
/* ------------------------------------------------------------ */
::selection {
  color: #383838;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

::-moz-selection {
  color: #383838;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
a {
  /* color: #333; */
  cursor: pointer;
  line-height: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:link {
  /* color: #333; */
  text-decoration: none;
}
a:visited {
  /* color: #333; */
  text-decoration: none;
}
a:hover {
  /* color: #666; */
  opacity: 0.8;
  text-decoration: none;
}
a:active {
  /* color: #333; */
  text-decoration: none;
}

/* ------------------------------------------------------------ */
/* ボタン */
/* ------------------------------------------------------------ */
.orange_btn,
.green_btn {
  text-align: center;
}

.orange_btn a,
.green_btn a {
  display: inline-block;
  line-height: 2;
  font-weight: 600;
  background: #f46700;
  color: #fff;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  margin: 2em auto;
}

.orange_btn a {
  background: #f46700;
}

.green_btn a {
  background: #36c771;
}

.orange_btn a:hover,
.green_btn a:hover {
  opacity: 0.7;
}

.main-header .green_btn a {
  margin: 0;
}

.shop_box .orange_btn a {
  margin: 0.5em auto;
}

/* ------------------------------------------------------------ */
/* common layouts */
/* ------------------------------------------------------------ */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 1em;
  margin: 0 auto;
  clear: both;
}

.inner::after {
  content: "";
  clear: both;
  display: block;
}

.bg {
  background: #f46700;
  color: #fff;
}

.bg_light {
  background: #fcf7ed;
}

.bg_img {
  background: url(../img/bg.jpg) center / cover no-repeat;
  width: 100%;
  height: 180px;
  background-attachment: fixed;
}
.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0 3em;
  margin: 0 auto;
}

.base {
  width: 100%;
  height: auto;
  position: relative;
  padding: 3em 0 5em;
  margin: 0 auto;
}
.bg_color {
  background: #eaeaea;
}

.bold {
  font-weight: bold;
}

.right {
  text-align: right;
}

.green_link {
  color: #8bb98d;
  font-weight: 500;
}

.green_link a {
  color: #8bb98d;
  text-decoration: underline;
  font-weight: 500;
}

.box {
  margin: 0 0 5em;
}

.txt {
  line-height: 1.8em;
  margin: 0 0 1em 0;
}

.small {
  display: block;
  font-size: 1.2rem;
}

.tel {
  font-size: 2.6rem;
  font-weight: 600;
  color: #f46700;
}

.car {
  position: relative;
  padding: 0 0 0 2.2em;
}

.car::before {
  position: absolute;
  content: "";
  background: url(../img/icon_car.svg) center / contain no-repeat;
  width: 24px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.data_list {
  display: table;
  width: 100%;
  margin: 0.5em 0;
}

.data_list dt span {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #f46700;
  border: 2px solid #f46700;
  border-radius: 8px;
  padding: 0 0.5em;
  margin: 0 0.5em 0.5em 0;
}

.data_list dt span.holiday {
  letter-spacing: 2.6px;
  padding: 0 0.9em;
}

.wht_box {
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  padding: 1em;
  margin: 0 0 2em;
}

/* ------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------ */
.main-header {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  z-index: 9999;
  /* スマホ用の慣性スクロール */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease;
}

.sub .main-header {
  align-items: center;
}

.main-header.is-scrolled {
  animation: headerIn 0.5s ease 0.3s 1 forwards;
}

.main-header.is-scrolled,
.sub .main-header {
  background: #fff;
  padding: 5px 15px;
  box-shadow: 0 0 5px 0 rgb(190 125 109 / 30%);
}

.sub .main-header {
  position: fixed;
}

.main-header .main-logo {
  width: 165px;
  margin: 0;
  position: relative;
  z-index: 1000;
}

.main-header.is-scrolled {
  align-items: center;
}

.main-header.is-scrolled .main-logo,
.sub .main-header .main-logo {
  background: #fff;
}

.main-header .main-logo a:hover {
  opacity: 1;
}

.top .main-header .web_btn a {
  border-radius: 30px;
  margin: 0 auto;
}

.top .main-header.is-scrolled .web_btn a,
.sub .main-header .web_btn a {
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0;
  padding: 1em 0.5em;
  margin: 0;
}

.top .main-header.is-scrolled .spnav .web_btn a {
  border-radius: 30px;
}

.top .main-header.is-scrolled .hamburger {
  margin: 1em 0;
}

@keyframes headerIn {
  0% {
    top: -80px;
  }

  100% {
    top: 0;
    position: fixed;
  }
}

.gnav_top .web_btn {
  margin: 0 1em 0 0;
}

.header_inner {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #0057a3;
  position: relative;
  z-index: 20;
}

/* hamburger */
.hamburger {
  width: 32px;
  height: 22px;
  position: relative;
  margin: 0.8em 0;
  z-index: 1000;
}
.hamburger button {
  min-height: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  outline: none;
}
.hamburger span {
  height: 2px;
  width: 100%;
  display: block;
  background: #4e4848;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
}
.hamburger span:first-of-type {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger.is-open span:first-of-type {
  top: 10px;
  transform: rotate(45deg);
}
.hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
  left: 0;
}

/* ------------------------------------------------------------ */
/* gnav */
/* ------------------------------------------------------------ */
.spnav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  /*右から*/
  right: 0;
  transform: translateX(100%);
  /*左から*/
  /*
	left: 0;
    transform: translateX(-100%);
*/
  /*上から*/
  /*
	left:0;
    transform: translateY(-100%);
*/
  z-index: 10;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  background: #fff;
}
.show-nav .spnav {
  transform: translateX(0);
  pointer-events: auto;
  overflow-y: auto;
}
.spnav_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  opacity: 0;
  position: relative;
  padding: 120px 0 1.5em;
  z-index: 999;
}
.show-nav .spnav_inner {
  opacity: 1;
  transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.hidden-nav.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.show-nav .hidden-nav.overlay {
  opacity: 1;
  visibility: visible;
}
.top .main-header.is-scrolled .spnav .web_btn a {
  width: 280px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.gnav_top {
  display: flex;
}

.top .main-header.is-scrolled .gnav_top,
.sub .main-header .gnav_top {
  align-items: center;
}
/* ------------------------------------------------------------ */
/* nav-menu */
/* ------------------------------------------------------------ */
.nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto 2em;
}
.menu-item > a,
.menu-item > p {
  position: relative;
  display: block;
  width: 80%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 0 auto;
}

.menu-item span {
  color: #be7d6d;
  font-size: 1.2rem;
}

.nav-menu .menu-item > a,
.nav-menu .menu-item > p {
  padding: 0.8em 1.5em;
  color: #4e4848;
}

.spnav .nav-menu .menu-item > a,
.spnav .nav-menu .menu-item > p {
  line-height: 2;
}

.menu-item span {
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.spnav .menu-item span {
  font-size: 1rem;
}

.menu-item a:hover {
  opacity: 1;
}
/*アコーディオン*/
.menu-item .nav_ttl {
  position: relative;
  padding-right: 3em;
}
.spnav .menu-item .nav_ttl::before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #be7d6d;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.spnav .menu-item .nav_ttl::after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: #be7d6d;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(50%, -50%);
}
.menu-item .nav_ttl.is-open::after {
  content: none;
}
.nav_cnt {
  display: none;
}
.nav_cnt.is-open {
  display: block;
  margin: 0 0 1em;
}

.nav-child li {
  text-align: center;
}

.nav-child li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5em;
  margin: 0.3em auto;
}

.nav-child li a::before {
  position: absolute;
  content: "";
  background: url(../img/darkpink_leaf.svg) center / contain no-repeat;
  width: 13px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
}

/* ------------------------------------------------------------ */
/* mainvisual */
/* ------------------------------------------------------------ */

.mainvisual {
  position: relative;
  padding: 0 4em 0 0;
}

.mainvisual::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  bottom: -50px;
  right: 5px;
  background: url(../img/squirrel.svg) center / contain no-repeat;
  transform-origin: center bottom;
  animation-name: squirrelAnime;
  -webkit-animation-name: squirrelAnime;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  z-index: 5;
}

@keyframes squirrelAnime {
  10% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(8deg);
  }
  40% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(7deg);
  }
  60% {
    transform: rotate(-7deg);
  }
  70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  90% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-1deg);
  }
  /* 30% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0);
  }

  80% {
    transform: rotate(10deg);
  } */
}

.mainvisual::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 100px;
  bottom: -50px;
  left: -60px;
  background: url(../img/img_leaf.svg) center / contain no-repeat;
  z-index: -1;
}

.mainvisual img {
  border-radius: 0 20px 20px 0;
}

/* ------------------------------------------------------------ */
/* ttl */
/* ------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.main_ttl {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #f46700;
  margin: 2em auto 1.5em;
  z-index: 5;
}

.main_ttl span {
  position: relative;
  display: inline-block;
}

.main_ttl span::before {
  position: absolute;
  content: "";
  background: url(../img/kurumi.svg) center / contain no-repeat;
  width: 45px;
  height: 45px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.contact .main_ttl {
  color: #fff;
}

.contact .main_ttl span::before {
  background: url(../img/kurumi_wht.svg) center / contain no-repeat;
}

.ttl {
  color: #f46700;
  font-weight: 600;
  font-size: 2rem;
  margin: 0 0 0.5em;
}

.ttl.green {
  color: #06c755;
}

.recruit .ttl {
  font-size: 1.6rem;
}

.sub_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 1em 0;
}

/* ------------------------------------------------------------ */
/* flx_box */
/* ------------------------------------------------------------ */
.flx_box {
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* カラム共通 */
.flx_item {
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
}
.flx_item .thum {
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
}
/* ------------------------------------------------------------ */
/* list */
/* ------------------------------------------------------------ */
.pointList {
  margin: 0 auto 1em;
}
.pointList li {
  position: relative;
  padding-left: 1em;
  margin: 0 auto 0.5em;
}
.pointList li::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #4e4848;
  border-radius: 50%;
  top: 0.75em;
  left: 3px;
}
/* ------------------------------------------------------------ */
/* animation */
/* ------------------------------------------------------------ */
@keyframes fadeInup {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIndown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeInup {
  opacity: 0;
  animation: fadeInup 2s ease-in-out 0.3s 1 forwards;
}
.fadeIn {
  opacity: 0;
  animation: fadeIn 2s ease-in-out 2.5s 1 forwards;
}
.inview {
  opacity: 0;
}
/* ------------------------------------------------------------ */
/* swiper */
/* ------------------------------------------------------------ */
.swiper-button-next {
  right: 3px;
}
.swiper-button-prev {
  left: 3px;
}
.swiper-button-next,
.swiper-button-prev {
  top: 30%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.swiper-button-next:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-button-prev:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-pagination.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
}
.swiper-pagination > .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f46700;
}

.swiper-pagination > .swiper-pagination-bullet {
  border: 1px solid #f46700;
}

.mv-slider .swiper-wrapper,
.shop-slider01 .swiper-wrapper,
.shop-slider02 .swiper-wrapper,
.shop-slider03 .swiper-wrapper,
.shop-slider04 .swiper-wrapper {
  overflow: hidden;
}

.mv-slider .swiper-pagination {
  left: inherit;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 1.2em;
}

.mv-slider .swiper-pagination-bullet {
  margin: 0.3em 5px !important;
  border: 1px solid #f46700;
  width: 10px;
  height: 10px;
  position: relative;
  opacity: 0.7;
}

.mv-slider .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.mv-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.mv-slider .swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;
  width: 16px;
  height: 16px;
}

.shop .shop_box .swiper-wrapper img {
  border-radius: 15px;
}

.shop-slider01,
.shop-slider02,
.shop-slider03,
.shop-slider04 {
  position: relative;
}

.shop .swiper-pagination.swiper-horizontal > .swiper-pagination-bullets,
.shop .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.shop .swiper-pagination.swiper-pagination-custom,
.shop .swiper-pagination-fraction {
  bottom: -30px;
}

.shop .swiper-pagination > .swiper-pagination-bullet {
  width: 0.8em;
  height: 0.8em;
}

/* ------------------------------------------------------------ */
/* section  */
/* ------------------------------------------------------------ */

a.link {
  display: inline-block;
  letter-spacing: 0;
  font-size: 0.8em;
  text-decoration: underline solid #aaa 1px;
  text-underline-position: under;
  line-height: 1.4;
  word-break: break-all;
}

/* intro  */
.intro .catch {
  font-weight: 600;
  margin: 2em 0;
}

.intro .flx_box .flx_item {
  width: auto;
}

.intro .circle {
  background: #fcf7ed;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  text-align: center;
  padding: 2em;
  margin: 0 auto;
}
.intro .circle .circle_ttl {
  color: #f46700;
  font-weight: 700;
  line-height: 1.3;
}

.intro .circle figure {
  text-align: center;
  margin: 0.5em 0;
}

.intro .circle figure.kusuri {
  width: 120px;
}

/* about  */
.about {
  position: relative;
}

.about::before {
  position: absolute;
  content: "";
  background: #fcf7ed;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 150px;
  top: -30px;
  right: -30px;
  background: url(../img/img_leaf.svg) center / contain no-repeat;
  transform: rotate(220deg) scale(1, -1);
  z-index: -2;
}

.about .flx_box {
  flex-direction: column-reverse;
  margin: 0 0 3em;
}
.about .txt_box {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  padding: 1em;
}

.about .flx_box .null_box {
  position: relative;
  height: 200px;
}

.about .flx_box .null_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  left: 2em;
  right: -1em;
  bottom: -30px;
  border-radius: 15px;
  z-index: -1;
}

.about .flx_box .null_box.zaitaku::before {
  background: url(../img/img_01.jpg) center / cover no-repeat;
}

.about .flx_box .null_box.cosme::before {
  background: url(../img/img_02.jpg) center / cover no-repeat;
  left: -1em;
  right: 2em;
}

.about .flx_box .null_box.bench::before {
  background: url(../img/img_03.png) center / contain no-repeat;
  z-index: 2;
}

/* shop  */
.shop {
  position: relative;
}

.base.shop {
  padding: 3em 0 8em;
}

.shop::before {
  position: absolute;
  content: "";
  background: #fcf7ed;
  top: 100px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 100px);
  z-index: -1;
}

/* tree-slider  */
.tree-slider {
  margin: 0 0 9em;
}

.tree-slider img {
  border-radius: 15px;
  height: 200px;
  object-fit: cover;
}

.tree-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.shop .shop_box {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  padding: 1em;
  margin: 0 auto 2em;
}

.shop .shop_box:nth-of-type(1)::before,
.shop .shop_box:nth-of-type(2)::before,
.shop .shop_box:nth-of-type(3)::before {
  position: absolute;
  content: "";
  background: url(../img/img_leaf.svg) center / contain no-repeat;
  width: 200px;
  height: 200px;
  z-index: -1;
}

.shop .shop_box:nth-of-type(1)::before,
.shop .shop_box:nth-of-type(3)::before {
  right: -30px;
  bottom: -100px;
  transform: rotate(-40deg);
}

.shop .shop_box:nth-of-type(2)::before {
  left: -30px;
  bottom: -100px;
  transform: rotate(-40deg);
}

.shop .shop_box .flx_box.ttl_area {
  justify-content: flex-start;
}

.shop .shop_box .flx_box.ttl_area .sub_ttl {
  margin: 0.5em 0.8em 0 0;
}

.shop .cate {
  position: relative;
  padding: 2em 0 0;
  margin-top: 3em;
}

.shop .cate::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #f46700 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.shop .flx_box.brand {
  justify-content: space-between;
  align-items: center;
  margin: 1em auto;
}

.shop .flx_box.brand .flx_item {
  width: calc(100% / 3 - 20px);
  text-align: center;
  margin: 1em 0.3em;
}

.shop .brand img {
  width: 100px;
}

.shop .cate .data_list dt {
  font-size: 1.6rem;
  color: #f46700;
  margin: 0 0 0.5em;
}

.shop .cate .data_list dd {
  font-size: 1.3rem;
}

/* recruit  */
.recruit {
  position: relative;
}

.base.recruit {
  padding: 5em 0 8em;
}

.recruit::before {
  position: absolute;
  content: "";
  background: url(../img/img_leaf.svg) center / contain no-repeat;
  width: 200px;
  height: 200px;
  right: -70px;
  top: -60px;
  transform: rotate(-50deg);
}

.recruit .border_box {
  background: #fff;
  border: 2px solid #f46700;
  border-radius: 15px;
  padding: 1em 1em 3em 1em;
}

.recruit .terms_list {
  display: table;
  width: 100%;
  border-bottom: 2px dashed #f46700;
  padding: 1em 0;
}

/* contact  */
.contact .wht_box {
  color: #f46700;
}

.contact .wht_box .orange_btn a {
  position: relative;
  display: inline-flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  margin: 0;
}

.contact .wht_box .orange_btn a img {
  width: 30px;
}

.contact .wht_box .orange_btn a span {
  display: inline-block;
  margin-left: 0.5em;
}

.contact .wht_box .ttl {
  font-size: 1.8rem;
}

/* line  */
.line .wht_box {
  padding: 5em 1em 2em 1em;
}

.line .wht_box .txt {
  text-align: left;
}

.line .ttl.green {
  position: relative;
  margin: 1em 0 1.5em;
}

.line .ttl.green::before {
  position: absolute;
  content: "";
  background: url(../img/line_txt.svg) center / contain no-repeat;
  width: 140px;
  height: 40px;
  top: -45px;
  left: -8px;
}

.line .qr_box {
  margin: 1.5em 0;
}

.line .txt.pdf_link {
  text-align: center;
}

.line .txt .orange_btn a {
  margin: 0;
}

/* access  */
/* googlemap */
.googlemap iframe {
  width: 100%;
  height: 400px;
}

.pageTop {
  position: fixed;
  right: 3%;
  bottom: 1em;
  /* color: #be7d6d;
  border: 1px solid #be7d6d; */
  /* line-height: 2em; */
  padding: 1em;
  /* border-radius: 50%; */
  background: url(../img/pagetop.png) center / contain no-repeat;
  width: 120px;
  height: 120px;
  /* backdrop-filter: blur(1px); */
  z-index: 10;
  transition: all 0.3s ease;
}

.pageTop:hover {
  opacity: 1;
  transform-origin: center bottom;
  animation-name: squirrelAnime;
  -webkit-animation-name: squirrelAnime;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* .pageTop span {
  color: #be7d6d;
} */

/* .pageTop::before {
  position: fixed;
  right: 3%;
  bottom: 3em;
} */

.pagetop:hover {
  opacity: 0.8;
}

/* ------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------ */
.main-footer {
  position: relative;
  width: 100%;
  padding: 0 5%;
}

.footer_logo {
  text-align: center;
  margin: 0 auto 2em;
}

.footer_logo .address {
  margin: 1em 0;
}

.footer_logo img {
  width: 50%;
}

.footer_txt {
  text-align: center;
}

.footer_txt .txt {
  margin: 0;
}

.sns_box {
  text-align: center;
  margin: 2em 0;
}

.sns_box a {
  display: inline-block;
  margin: 0 1em;
}

.copy {
  padding: 1.5em 0;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
}

@media screen and (min-width: 425px) {
  .main-header.is-scrolled .main-logo,
  .sub .main-header .main-logo {
    width: 180px;
  }

  .data_list dt,
  .data_list dd {
    display: table-cell;
  }

  .data_list dt {
    width: 25%;
  }

  .data_list dd {
    width: 70%;
  }
}
@media screen and (min-width: 480px) {
  /* スマートフォン横 */
  .sp {
    display: block;
  }
  .sp-only {
    display: none;
  }
  .spnav {
    width: 350px;
  }

  .center {
    text-align: center;
  }

  .orange_btn a,
  .green_btn a {
    font-size: 1.8rem;
    padding: 0.5em 1.5em;
  }

  .shop_box .orange_btn a {
    padding: 0.2em 1em;
  }

  .main_ttl {
    font-size: 3rem;
  }
  /* ------------------------------------------------------------ */
  /* header */
  /* ------------------------------------------------------------ */
  .main-header.is-scrolled .web_btn a,
  .sub .main-header .web_btn a {
    padding: 1.5em 0.8em;
  }
  .main-header .main-logo {
    width: 170px;
  }

  /* ------------------------------------------------------------ */
  /* section */
  /* ------------------------------------------------------------ */
  .mainvisual img {
    border-radius: 0 30px 30px 0;
  }

  .mainvisual::before {
    width: 150px;
    height: 150px;
    bottom: -60px;
    right: 0px;
  }

  .mainvisual::after {
    width: 200px;
    height: 130px;
    bottom: -64px;
    left: -53px;
  }

  .intro .catch {
    line-height: 2;
    margin: 3em 0;
  }

  .line .ttl.green {
    font-size: 3rem;
  }

  .line .ttl.green::before {
    width: 170px;
    height: 40px;
    top: -52px;
  }

  .about .txt_box {
    padding: 2em;
  }

  .tree-slider img {
    height: 230px;
  }

  .shop .shop_box {
    padding: 2.5em 3.5em 1.5em 3.5em;
    margin: 0 auto 3em;
  }

  .shop .shop_box .flx_box.ttl_area .sub_ttl {
    margin: 0.8em 0.8em 0 0;
  }

  .shop .shop_box .cate .flx_box,
  .shop .shop_box .care .flx_item {
    margin: 0;
  }

  .line .flx_box .flx_item.qr_box {
    width: 48%;
  }

  .line .wht_box .txt {
    text-align: center;
  }

  /* ------------------------------------------------------------ */
  /* footer */
  /* ------------------------------------------------------------ */
  .footer_logo {
    width: 280px;
  }
}
@media screen and (min-width: 570px) {
  .intro .flx_box .flx_item {
    width: calc(100% / 2 - 1em);
  }
}
@media screen and (min-width: 600px) {
  .tablet {
    display: block;
  }
  /* ------------------------------------------------------------ */
  /* flx_box */
  /* ------------------------------------------------------------ */
  /* 2カラム */
  .flx_2cols .flx_item {
    width: calc(100% / 2 - 0.5em);
    margin: 0 1em 1em 0;
  }
  .flx_2cols .flx_item:nth-child(2n),
  .flx_2cols .flx_item:last-child {
    margin: 0 0 1em;
  }
  /* 3カラム */
  .flx_3cols .flx_item {
    width: calc(100% / 3 - 0.5em);
    margin: 0 0.5em 1em 0;
  }
  .flx_3cols .flx_item:nth-child(3n) {
    margin: 0 0 1em;
  }
  /* 4カラム */
  .flx_4cols .flx_item {
    width: calc(100% / 4 - 0.5em);
    margin: 0 0.5em 1em 0;
  }
  .flx_4cols .flx_item:nth-child(4n) {
    margin: 0 0 1em;
  }
  /* ------------------------------------------------------------ */
  /* section */
  /* ------------------------------------------------------------ */
  .mainvisual {
    padding: 0 7% 0 0;
  }

  .about .flx_box:nth-of-type(odd) {
    flex-direction: row;
  }

  .about .flx_box:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .about .flx_box .null_box.zaitaku::before {
    height: 250px;
    left: -2em;
    right: inherit;
    top: -30px;
    bottom: inherit;
  }

  .about .flx_box .null_box.cosme::before {
    height: 250px;
    left: inherit;
    right: -2em;
    top: -30px;
  }

  .about .flx_box .null_box.bench::before {
    height: 250px;
    left: -5em;
    right: inherit;
    bottom: inherit;
    top: 10px;
  }

  .shop_box .data_list dt,
  .shop_box .data_list dd {
    display: block;
  }
  .shop_box .data_list dt {
    width: inherit;
  }

  .shop_box .data_list dd {
    width: inherit;
  }

  .shop .flx_box.brand {
    justify-content: center;
  }

  .care .flx_box {
    align-items: center;
  }

  .recruit .border_box {
    padding: 2em 3.5em 3em 3.5em;
  }

  .googlemap iframe {
    width: 100%;
    height: 500px;
  }

  .contact .tel {
    font-size: 2.8rem;
    line-height: 1.8;
  }

  .main-footer .flx_box.flx_3cols {
    margin: 0;
  }

  .main-footer .flx_box.flx_3cols .flx_item.footer_logo {
    text-align: left;
    margin: 0;
  }
  .main-footer .flx_box.flx_3cols .flx_item.footer_txt {
    text-align: left;
    white-space: nowrap;
    margin: 0;
  }

  .main-footer .flx_box.flx_3cols .flx_item.sns_box {
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
  }
  .sns_box a {
    margin: 0 0.5em;
  }

  .sns_box a:last-child {
    margin: 0 0 0 0.5em;
  }

  .copy {
    padding: 1.5em 0;
    text-align: right;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  /* タブレット縦 / スマートフォン横 */
  /* ------------------------------------------------------------ */
  /* common content */
  /* ------------------------------------------------------------ */
  .inner {
    padding: 0 2em;
  }
  .base {
    padding: 4em 0;
  }

  .box {
    margin: 0 0 7em;
  }

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

  .main-header.is-scrolled .main-logo,
  .sub .main-header .main-logo {
    width: 200px;
    margin: 0.5em;
  }
  /* ------------------------------------------------------------ */
  /* flx_box */
  /* ------------------------------------------------------------ */
  /* 2カラム */
  .flx_2cols .flx_item {
    width: calc(100% / 2 - 1em);
    margin: 0 2em 2em 0;
  }
  .flx_2cols .flx_item:nth-child(2n),
  .flx_2cols .flx_item:last-child {
    margin: 0 0 2em;
  }
  .flx_37 {
    align-items: center;
    margin: 0 auto;
  }
  .flx_37 .flx_item:first-child {
    width: 40%;
    margin: 0 auto;
  }
  .flx_37 .flx_item:last-child {
    width: 50%;
    margin: 0 auto;
  }
  /* 3カラム */
  .flx_3cols .flx_item {
    width: calc(100% / 3 - 1em);
    margin: 0 1em 2em 0;
  }
  .flx_3cols .flx_item:nth-child(3n) {
    margin: 0 0 2em;
  }
  /* 4カラム */
  .flx_4cols .flx_item {
    width: calc(100% / 4 - 1em);
    margin: 0 1em 2em 0;
  }
  .flx_4cols .flx_item:nth-child(4n) {
    margin: 0 0 2em;
  }

  /* ------------------------------------------------------------ */
  /* section */
  /* ------------------------------------------------------------ */
  .mainvisual {
    position: relative;
  }

  .mainvisual::before {
    width: 200px;
    height: 200px;
    bottom: -40px;
    right: 0px;
  }

  .mainvisual::after {
    width: 280px;
    height: 180px;
    bottom: -100px;
  }

  .about .flx_box .null_box.zaitaku::before {
    width: calc(100% + 2em);
    height: 280px;
    left: -4em;
    right: inherit;
    top: -30px;
    bottom: inherit;
  }

  .about .flx_box .null_box.cosme::before {
    width: calc(100% + 2em);
    height: 280px;
    left: inherit;
    right: -2em;
    top: -30px;
  }

  .about .flx_box .null_box.bench::before {
    height: 280px;
    top: 0;
  }

  .shop_box .orange_btn a {
    margin: 0 auto;
  }

  .shop .shop_box .flx_box.ttl_area .sub_ttl {
    margin: 0.5em 0.8em 0 0;
  }

  .recruit .terms_list dt,
  .recruit .terms_list dd {
    display: table-cell;
  }

  .recruit .terms_list dt {
    width: 20%;
  }

  .recruit .terms_list dd {
    width: 78%;
  }
}

@media screen and (min-width: 1024px) {
  /* デスクトップ/タブレット横 */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .content {
    padding: 130px 0 3em;
  }
  .bg_img {
    height: 300px;
  }
  /* ------------------------------------------------------------ */
  /* header */
  /* ------------------------------------------------------------ */
  .main-header {
    padding: 15px;
  }

  .main-header .main-logo {
    width: 260px;
    margin: 1em;
  }

  .main-header .green_btn {
    text-align: right;
  }

  .main-header .green_btn a {
    font-size: 1.4rem;
    padding: 0.3em 1.5em;
    margin: 0;
  }

  .main-header.is-scrolled .green_btn a {
    margin: 1em;
  }

  .main-header.is-scrolled,
  .sub .main-header {
    background: none;
    padding: 0;
    box-shadow: none;
  }

  .main-header.is-scrolled .main-logo {
    width: 280px;
    border-radius: 0 0 40px 0;
    padding: 2em;
    margin: 0 0.5em 0 0;
  }

  .main-header.is-scrolled .gnav_wrap {
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-top: 0;
    margin-right: 1em;
  }

  .main-header.is-scrolled .gnav_wrap .gnav {
    padding: 0 1em;
  }

  .main-header.is-scrolled .gnav_wrap.green_btn {
    margin-right: 1em;
  }

  .main-header .gnav_top {
    flex-direction: column;
    align-items: end;
  }

  .main-header.is-scrolled .gnav_top,
  .sub .main-header .gnav_top {
    flex-direction: row-reverse;
    align-items: center;
  }

  .nav-menu {
    flex-direction: inherit;
    margin: 0 auto;
  }

  .nav-menu .menu-item > a,
  .nav-menu .menu-item > p {
    width: 100%;
    white-space: nowrap;
    font-size: 1.4rem;
    border-top: 0;
    line-height: 2;
    padding: 1em;
  }

  .main-header.is-scrolled .nav-menu .menu-item > a,
  .main-header.is-scrolled .nav-menu .menu-item > p {
    width: 100%;
    white-space: nowrap;
    font-size: 1.4rem;
    border-top: 0;
    line-height: 2;
    padding: 1.3em 1em;
  }

  .main-header .nav-menu li.sns {
    display: flex;
    align-items: center;
  }

  .menu-item > a::before,
  .menu-item > p::before {
    position: absolute;
    content: "";
    background: "";
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    /* transform: scale(0, 1); */
    /* transform-origin: right top; */
    transition: all 0.3s ease;
  }

  .menu-item > a:hover::before,
  .menu-item > p:hover::before {
    background: #f46700;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* transform-origin: left top; */
    /* transform: scale(1, 1); */
  }

  .nav-menu .menu-item:last-child {
    border-right: 0;
  }

  .nav-menu .menu-item span {
    font-size: 1rem;
  }

  .nav-menu .menu-item.pc_menu {
    position: relative;
  }

  .nav-menu .menu-item.pc_menu:hover {
    cursor: pointer;
  }

  .nav-menu .menu-item .hover_menu {
    position: absolute;
    visibility: hidden;
    background: #fff;
    border-radius: 15px;
    width: 143px;
    padding: 1em;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .nav-menu .menu-item.pc_menu:hover .hover_menu {
    visibility: visible;
    opacity: 1;
  }

  /* btn */

  /* ------------------------------------------------------------ */
  /* common content */
  /* ------------------------------------------------------------ */
  .inner {
    max-width: 980px;
  }
  .base {
    padding: 4em 0;
  }

  .mainvisual {
    padding: 0 5% 0 0;
  }

  .mv-slider .swiper-pagination {
    right: 2%;
  }

  .mainvisual img {
    border-radius: 0 50px 50px 0;
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  .intro .flx_box .flx_item {
    width: calc(100% / 4 - 1em);
  }

  /* ------------------------------------------------------------ */
  /* section */
  /* ------------------------------------------------------------ */
  .about::before {
    top: 45%;
  }

  .about::after {
    width: 300px;
    height: 200px;
  }

  .about .flx_box {
    margin: 0 0 6em;
  }

  .about .flx_box.flx_2cols .flx_item:first-child {
    width: 55%;
    margin: 0;
  }

  .about .flx_box.flx_2cols .flx_item:last-child {
    width: 40%;
    margin: 0;
  }

  .about .flx_box .null_box.zaitaku::before {
    width: calc(100% + 4em);
    height: 260px;
    left: -5em;
    right: inherit;
    top: -40px;
    bottom: inherit;
  }

  .about .flx_box .null_box.cosme::before {
    width: calc(100% + 4em);
    height: 260px;
    left: inherit;
    right: -5em;
    top: -40px;
  }

  .about .flx_box .null_box.bench::before {
    height: 280px;
    top: 0;
    left: -10em;
  }

  .tree-slider img {
    height: 280px;
  }

  .shop .shop_box {
    padding: 3.5em 4em 2em 4em;
  }

  .shop_box .data_list dt,
  .shop_box .data_list dd {
    display: table-cell;
  }

  .shop_box .data_list dt {
    width: 25%;
  }

  .shop_box .data_list dd {
    width: 70%;
  }

  .data_list dt span.holiday {
    letter-spacing: 2.2px;
    padding: 0 0.9em;
  }

  .shop .shop_box:nth-of-type(1)::before,
  .shop .shop_box:nth-of-type(3)::before {
    width: 300px;
    height: 300px;
    right: -70px;
    bottom: -150px;
  }

  .shop .shop_box:nth-of-type(2)::before {
    width: 300px;
    height: 300px;
    left: -60px;
    bottom: -150px;
  }

  .shop .shop_box .flx_box.ttl_area .sub_ttl {
    margin: 0.3em 0.8em 0 0;
  }

  .recruit .border_box {
    padding: 3em 4em 4em 4em;
  }

  .recruit::before {
    width: 250px;
    height: 250px;
    right: -70px;
    top: -60px;
  }

  .contact .flx_box {
    width: 750px;
    margin: 2em auto 0;
  }

  .contact .wht_box {
    padding: 1.8em 1em 1em 1em;
  }

  .line .flx_box {
    justify-content: center;
  }

  .line .ttl.green::before {
    left: 200px;
  }

  .line .flx_box .flx_item.qr_box {
    width: calc(100% / 4 - 2em);
  }

  /* ------------------------------------------------------------ */
  /* footer */
  /* ------------------------------------------------------------ */
  .main-footer {
    position: relative;
    width: 100%;
    padding: 2em 3%;
    margin: 0;
  }

  .main-footer .footer_logo {
    width: 260px;
    margin: 0 auto 0 0;
  }
  .main-footer .footer_logo img {
    width: 180px;
  }

  .tel {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  .main-footer .flx_box.flx_3cols .flx_item.sns_box {
    margin: 0 0 1.5em 0;
  }

  .main-footer .copy {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .nav-menu .menu-item > a,
  .nav-menu .menu-item > p {
    font-size: 1.6rem;
  }

  .mainvisual::before {
    width: 260px;
    height: 260px;
    right: 0px;
    /* bottom: -40px; */
  }

  .main-headerr.is-scrolled .green_btn a {
    margin: 1.3em;
  }
}
