@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url(../fonts/ZenOldMincho-Black.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(../fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url(../fonts/ZenOldMincho-Medium.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url(../fonts/ZenOldMincho-SemiBold.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Bold";
  src: url(../fonts/CormorantGaramond-Bold.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Light";
  src: url(../fonts/CormorantGaramond-Light.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url(../fonts/CormorantGaramond-Medium.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Regular";
  src: url(../fonts/CormorantGaramond-Regular.ttf);
}
@font-face {
  font-family: "CormorantGaramond-SemiBold";
  src: url(../fonts/CormorantGaramond-SemiBold.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url(../fonts/ZenOldMincho-Black.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(../fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url(../fonts/ZenOldMincho-Medium.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url(../fonts/ZenOldMincho-SemiBold.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Bold";
  src: url(../fonts/CormorantGaramond-Bold.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Light";
  src: url(../fonts/CormorantGaramond-Light.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url(../fonts/CormorantGaramond-Medium.ttf);
}
@font-face {
  font-family: "CormorantGaramond-Regular";
  src: url(../fonts/CormorantGaramond-Regular.ttf);
}
@font-face {
  font-family: "CormorantGaramond-SemiBold";
  src: url(../fonts/CormorantGaramond-SemiBold.ttf);
}
/*	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-btn01 {
  width: 300px;
}
.com-btn01::after {
  right: 15px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-svg {
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
}

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

.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #22b7cc;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 th::before {
  width: 2px;
  height: 20px;
  top: 21px;
  left: 2px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-top: 1px solid #d9d9d9;
}

/* =========================================
    top  sp
    top-concept
========================================= */
#top-concept .ttl {
  text-align: center;
}
#top-concept .ttl-main {
  font-size: 20px;
}
#top-concept .img {
  position: relative;
  width: 100%;
  max-width: 350px;
  top: unset;
  right: unset;
  margin: 25px auto 0;
}
#top-concept .img::before {
  top: 10px;
  left: 10px;
}
#top-concept .txt {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-features
========================================= */
#top-features .wrap {
  margin-top: 35px;
}
#top-features .wrap-img {
  position: unset;
  width: 100%;
}
#top-features .wrap-box {
  height: unset;
  padding-top: 0;
}
#top-features .wrap-box:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-features .box {
  width: 100%;
  padding: 35px 20px 20px;
}
#top-features .box-num {
  width: 45px;
  line-height: 45px;
  top: -22.5px;
}
#top-features .box-txt {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .ttl {
  padding-bottom: 15px;
}
#top-service .list {
  display: block;
  margin-top: 35px;
}
#top-service .list-item {
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-service .list-img {
  width: 100%;
}
#top-service .list-ttl {
  margin-top: 15px;
}
#top-service .list-txt {
  margin-top: 10px;
}
#top-service .btn {
  right: unset;
  transform: translateX(-50%);
  left: 50%;
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice .list {
  margin-top: 15px;
}
#top-voice .list-item {
  display: block;
}
#top-voice .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-voice .list-img {
  width: 80px;
}
#top-voice .list-wrap {
  margin-top: 25px;
  padding: 25px 20px 30px;
}
#top-voice .list-wrap::before {
  top: -18px;
  left: 30px;
  transform: rotate(90deg);
}
#top-voice .list-fle {
  flex-wrap: wrap;
  gap: 10px 20px;
}
#top-voice .btn {
  margin: 50px auto 0;
}

/* =========================================
    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 .list {
  display: block;
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-news .list-link {
  width: 100%;
}
#top-news .list-img {
  width: 320px;
  margin: 0 auto;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-reserve
========================================= */
#top-reserve .wrap {
  display: block;
  margin-top: 35px;
}
#top-reserve .line {
  margin: 0 auto;
}
#top-reserve .com-tel {
  margin-top: 35px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-aroma
========================================= */
#sub-worries .wrap {
  display: block;
  margin: 35px auto 0;
  padding: 25px 15px;
}
#sub-worries .list:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-worries .list-item {
  background: url(/img/all/check-ico.png) no-repeat left 8px/20px;
}

#sub-aroma .bg {
  background: url(/img/aroma/worries-btm.png) no-repeat center top/200%, url(/img/aroma/aroma-left.png) no-repeat left bottom/75.4vw, url(/img/aroma/aroma-right.png) no-repeat right 52px/75.4vw;
}
#sub-aroma .bg::before {
  display: none;
}
#sub-aroma .wrap {
  display: block;
  margin-top: 35px;
}
#sub-aroma .wrap-img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#sub-aroma .txt {
  margin-top: 15px;
}
#sub-aroma .box {
  display: block;
  margin-top: 50px;
}
#sub-aroma .box-item {
  width: 100%;
}
#sub-aroma .box-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-aroma .box-wrap {
  padding: 10px 10px 0;
}

#sub-effect .bg {
  background: url(/img/all/filter-top.png) no-repeat center top/100%, url(/img/all/filter-btm.png) no-repeat center bottom/100%, url(/img/aroma/effect-bg.jpg) no-repeat center/cover;
}
#sub-effect .txt {
  text-align: left;
  margin-top: 35px;
  padding: 25px 20px;
}

#sub-menu .list-item {
  padding: 35px 0 40px;
}

/* =========================================
    sub  SP
    sub-result
========================================= */
#sub-result .list-item {
  padding: 20px 15px;
}
#sub-result .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-result .list-fle {
  flex-wrap: wrap;
  gap: 50px;
}
#sub-result .list-fle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#sub-result .before {
  width: 100%;
  height: 56.2vw;
  min-height: 197px;
}
#sub-result .before-box {
  padding: 0 5px;
  top: 10px;
}
#sub-result .after {
  width: 100%;
  height: 56.2vw;
  min-height: 197px;
}
#sub-result .after-txt {
  padding: 0 5px;
  top: 10px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-info .table {
  margin-top: 20px;
}

#sub-map .map {
  height: 250px;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
/* =========================================
    sub  SP
    sub-news
========================================= */
#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 .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    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: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

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

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  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 .privacy-box {
  margin-top: 25px;
}

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