@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Zen Kaku Gothic New */
/* Hina Mincho */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl03 {
  padding: 6px 15px;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 5px/13px;
}
.com-tel-svg {
  width: 200px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:nth-of-type(n + 2) th {
  border-top: none;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: none;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-concept
========================================= */
#top-concept .bg:after {
  width: 333px;
  height: 333px;
  top: -90px;
  left: calc(50% - 15px);
}
#top-concept .txt {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-mugwort
========================================= */
#top-mugwort .bg {
  background: url(/img/top/mugwort-img.png) no-repeat -10px bottom/350px, url(/img/top/mugwort-bg.jpg) no-repeat center/cover;
}
#top-mugwort .bg::before {
  top: -25px;
}
#top-mugwort .bg::after {
  bottom: 15px;
}
#top-mugwort .inner {
  padding: 50px 15px 235px;
}
#top-mugwort .inner::after {
  width: 170px;
  height: 77px;
  right: 5px;
  top: -15px;
}
#top-mugwort .txt {
  text-align: left;
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-worries
========================================= */
#top-worries .inner {
  padding: 50px 15px;
}
#top-worries .list-item {
  width: 285px;
  height: 427px;
  padding: 45px 15px 60px;
}
#top-worries .btn {
  bottom: 40px;
}

/* =========================================
    top  sp
    top-appeal
========================================= */
#top-appeal .bg {
  background: url(/img/top/appeal-deco01.png) no-repeat center 60px/400px;
}
#top-appeal .list {
  margin-top: 70px;
}
#top-appeal .list-item:first-of-type::before {
  left: calc(50% - 650px);
  transform: translateY(-50%);
  top: 70%;
}
#top-appeal .list-item:first-of-type .list-img {
  position: relative;
  width: 320px;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
#top-appeal .list-item:first-of-type .list-img-top {
  display: block;
  margin-left: auto;
}
#top-appeal .list-item:first-of-type .list-img-btm {
  position: absolute;
  left: 0;
  top: -50px;
}
#top-appeal .list-item:nth-of-type(2)::before {
  right: calc(50% - 630px);
  transform: translateY(-50%);
  top: 70%;
}
#top-appeal .list-item:nth-of-type(2) .list-img {
  position: unset;
  width: 320px;
}
#top-appeal .list-item:nth-of-type(3)::before {
  left: calc(50% - 650px);
  transform: translateY(-50%);
  top: 67%;
}
#top-appeal .list-item:nth-of-type(3) .list-img {
  position: unset;
  width: 320px;
}
#top-appeal .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-appeal .list-img {
  display: block;
  margin: 0 auto;
}
#top-appeal .list-wrap {
  margin-top: 25px;
}
#top-appeal .list-ttl-bg {
  padding: 3px 8px;
}
#top-appeal .list-txt {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-fee
========================================= */
#top-fee .container {
  margin-top: 45px;
}
#top-fee .container-wrap:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-fee .detox {
  display: block;
  gap: 35px;
  margin-top: 30px;
}
#top-fee .detox-item {
  max-width: 100%;
}
#top-fee .detox-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-fee .detox-wrap {
  padding: 25px 15px 30px;
}
#top-fee .detox-wrap:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-fee .detox-txt {
  text-align: left;
}
#top-fee .detox-fee {
  position: unset;
  display: block;
  width: 100%;
  margin-top: 25px;
  transform: unset;
}
#top-fee .detox-img {
  display: block;
  width: 320px;
  margin: 25px auto 0;
}
#top-fee .detox-img::before {
  width: 26px;
  height: 26px;
  transform: translateX(-50%);
  left: 50%;
  top: 325px;
}
#top-fee .detox-img-right {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
#top-fee .detox-img-right-top {
  width: 100%;
  flex-basis: calc((100% - 42px) / 2);
  max-width: calc((100% - 42px) / 2);
}
#top-fee .detox-img-right-txt {
  flex-shrink: 0;
  padding: 0 10px;
}
#top-fee .detox-img-right-btm {
  width: 100%;
  flex-basis: calc((100% - 42px) / 2);
  max-width: calc((100% - 42px) / 2);
}
#top-fee .menu {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 20px;
  margin-top: 35px;
  padding: 30px 15px;
}
#top-fee .menu::after {
  width: 37px;
  height: 91px;
  bottom: -25px;
  right: -10px;
  z-index: 0;
}
#top-fee .menu-img {
  width: 100%;
}
#top-fee .menu-position {
  position: unset;
  margin-top: 15px;
}
#top-fee .menu-box {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 25px;
  padding: 30px 15px;
}

/* =========================================
    top  sp
    top-info
========================================= */
#top-info .container {
  display: block;
}
#top-info .container {
  margin-top: 35px;
}
#top-info .map {
  width: 100%;
  height: 250px;
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-reserve
========================================= */
#top-reserve .inner::after {
  width: 64px;
  height: 115px;
  top: -40px;
  right: 5px;
}
#top-reserve .ttl {
  padding-top: 35px;
}
#top-reserve .ttl-sub {
  width: 250px;
}
#top-reserve .txt {
  margin-top: 35px;
}
#top-reserve .wrap {
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 35px;
}
#top-reserve .wrap::before {
  display: none;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .list {
  margin-top: 35px;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#top-news .list-link {
  padding: 13px 15px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-diet sub-menopause
========================================= */
#sub-diet .container,
#sub-menopause .container,
#sub-skin .container,
#sub-care .container {
  padding: 35px 0;
}
#sub-diet .container::before,
#sub-menopause .container::before,
#sub-skin .container::before,
#sub-care .container::before {
  display: none;
}
#sub-diet .container::after,
#sub-menopause .container::after,
#sub-skin .container::after,
#sub-care .container::after {
  width: calc(100% + 20px);
  height: 100%;
}
#sub-diet .wrap,
#sub-menopause .wrap,
#sub-skin .wrap,
#sub-care .wrap {
  display: block;
  margin-top: 25px;
}
#sub-diet .list-item,
#sub-menopause .list-item,
#sub-skin .list-item,
#sub-care .list-item {
  padding: 14.2px 35px;
  background: url(/img/diet/worries-check.png) no-repeat left 18px/20px;
}
#sub-diet .box,
#sub-menopause .box,
#sub-skin .box,
#sub-care .box {
  margin-top: 50px;
  padding: 45px 15px 35px;
}
#sub-diet .box::after,
#sub-menopause .box::after,
#sub-skin .box::after,
#sub-care .box::after {
  width: 80px;
  height: 40px;
  top: -15px;
}
#sub-diet .effect,
#sub-menopause .effect,
#sub-skin .effect,
#sub-care .effect {
  margin-top: 50px;
}
#sub-diet .effect-list,
#sub-menopause .effect-list,
#sub-skin .effect-list,
#sub-care .effect-list {
  display: block;
  margin-top: 50px;
}
#sub-diet .effect-list-item,
#sub-menopause .effect-list-item,
#sub-skin .effect-list-item,
#sub-care .effect-list-item {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  box-shadow: 0 0 55px rgba(255, 241, 17, 0.8);
}
#sub-diet .effect-list-item::after,
#sub-menopause .effect-list-item::after,
#sub-skin .effect-list-item::after,
#sub-care .effect-list-item::after {
  width: 63px;
  height: 70px;
  bottom: 15px;
}
#sub-diet .effect-list-item:nth-of-type(n + 2),
#sub-menopause .effect-list-item:nth-of-type(n + 2),
#sub-skin .effect-list-item:nth-of-type(n + 2),
#sub-care .effect-list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}

#sub-herb .container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 35px;
}
#sub-herb .img {
  display: block;
  margin: 0 auto;
}
#sub-herb .txt {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-owner
========================================= */
#sub-owner .container {
  margin-top: 0;
  padding-top: 300px;
}
#sub-owner .container::before {
  width: 253px;
  height: 119px;
  top: 0px;
  left: -45px;
}
#sub-owner .container::after {
  width: 253px;
  height: 107px;
  right: -50px;
  bottom: -50px;
}
#sub-owner .img {
  width: 450px;
  max-width: unset;
  transform: translateX(-50%);
  left: 50%;
  top: -80px;
  right: unset;
}
#sub-owner .wrap {
  width: 100%;
  padding: 25px 15px;
}
#sub-owner .wrap::after {
  width: 20px;
  height: 35px;
  transform: translateX(-50%) rotate(-90deg);
  left: 50%;
  top: -25px;
}
#sub-owner .box {
  display: block;
  margin-top: 100px;
}
#sub-owner .link {
  width: 100%;
  height: 210px;
}
#sub-owner .link:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-owner .link::after {
  width: 14px;
  height: 11px;
  right: 30px;
}
#sub-owner .link-ttl {
  padding: 27px 15px;
}

/* =========================================
    sub  SP
    sub-menopause
========================================= */
#sub-menopause .list-item {
  background: url(/img/menopause/worries-check.png) no-repeat left 18px/20px;
}
#sub-menopause .effect-list-item {
  box-shadow: 0 0 55px rgba(255, 120, 0, 0.8);
}

/* =========================================
    sub  SP
    sub-skin
========================================= */
#sub-skin .list-item {
  background: url(/img/skin/worries-check.png) no-repeat left 18px/20px;
}
#sub-skin .effect-list-item {
  box-shadow: 0 0 55px #890000;
}

/* =========================================
    sub  SP
    sub-care
========================================= */
#sub-care .list-item {
  background: url(/img/care/worries-check.png) no-repeat left 18px/20px;
}
#sub-care .effect-list-item {
  box-shadow: 0 0 55px rgba(45, 95, 172, 0.8);
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl02 {
  padding-bottom: 5px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 35px auto 0;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}