<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =================================================== *
  service
 * =================================================== */
/*  メイン画像
=================================================== */
.mainvisual {
  background: url("../img/service/main.jpg") no-repeat center center;
}

/*  INTRO
=================================================== */
#service-intro {
  padding-bottom: 10%;
}

#service-intro h2 {
  color: #003d02;
  margin-bottom: 8%;
  text-align: center;
}

/* 横並び */
.service-intro-flex {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-intro-flex h3 {
  margin-bottom: 5%;
}

.service-intro-flex p + p {
  margin-top: 5%;
}

.service-intro-flex &gt; div:first-child {
  flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
}

.service-intro-flex &gt; div:last-child {
  flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  overflow: hidden;
}

.service-intro-flex &gt; div:last-child img {
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .service-intro-flex {
    display: block;
  }
  .service-intro-flex &gt; div:first-child {
    margin-bottom: 5%;
  }
}

/*  OUTLINE
=================================================== */
#service-outline-link {
  margin-top: -160px;
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  #service-outline-link {
    margin-top: -40px;
    padding-top: 40px;
  }
}

#service-outline {
  padding-bottom: 10%;
}

#service-outline h2 {
  margin-bottom: 1%;
}

/* リスト　基本のリストはpage.css　.default-list */
.service-outline-list {
  background: linear-gradient(90deg, #fde1b0 0%, #fde1b0 10em, #fff 10em, #fff 100%);
}

.service-outline-list dt {
  padding: 15px;
  text-align: center;
}

.service-outline-list dd {
  padding: 15px 15px 15px 12em;
}

@media screen and (max-width: 767px) {
  .service-outline-list {
    background: none;
  }
  .service-outline-list dt {
    background: #fde1b0;
    padding: 5px;
  }
  .service-outline-list dd {
    border-bottom: none;
    padding: 0;
  }
}

/*  TOKU
=================================================== */
#service-toku {
  padding-bottom: 10%;
}

/* 横並び */
.service-toku-flex {
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
}

.service-toku-flex &gt; div:first-child {
  border-radius: 40px;
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  margin-right: 10%;
  overflow: hidden;
}

.service-toku-flex &gt; div:last-child {
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
}

.service-toku-flex:nth-child(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-toku-flex:nth-child(even) &gt; div:first-child {
  margin-left: 10%;
  margin-right: 0;
}

.service-toku-flex + .service-toku-flex {
  margin-top: 5%;
}

@media screen and (max-width: 1400px) {
  .service-toku-flex &gt; div:last-child {
    flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .service-toku-flex &gt; div:first-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
  .service-toku-flex &gt; div:last-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
}

@media screen and (max-width: 992px) {
  .service-toku-flex {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-toku-flex &gt; div:first-child {
    margin-right: 0;
  }
  .service-toku-flex:nth-child(even) &gt; div:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-toku-flex {
    display: block;
  }
  .service-toku-flex &gt; div:first-child {
    margin-bottom: 3%;
    margin-right: 0;
  }
  .service-toku-flex:nth-child(even) &gt; div:first-child {
    margin-left: 0;
  }
}

/* テキスト */
.service-toku-txt {
  background: #d7e8b9;
  border-radius: 40px;
  overflow: hidden;
  padding: 20px 20px 10% 20px;
}

.service-toku-txt h3 {
  display: block;
  margin-bottom: 10%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service-toku-txt {
    padding: 20px;
  }
  .service-toku-txt h3 {
    margin-bottom: 3%;
  }
}

/*  DAY
=================================================== */
#service-day-link {
  margin-top: -160px;
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  #service-day-link {
    margin-top: -40px;
    padding-top: 40px;
  }
}

#service-day {
  padding-bottom: 10%;
}

/* 横並び */
.service-day-flex {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-day-flex &gt; div:first-child {
  flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
}

.service-day-flex &gt; div:last-child {
  flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
}

.service-day-flex &gt; div:last-child &gt; div {
  border-radius: 40px;
  overflow: hidden;
}

.service-day-flex &gt; div:last-child &gt; div + div {
  margin-top: 5%;
}

.service-day-flex h3 {
  margin-top: 5%;
}

@media screen and (max-width: 767px) {
  .service-day-flex {
    display: block;
  }
  .service-day-flex &gt; div:first-child {
    margin-bottom: 5%;
  }
  .service-day-flex &gt; div:last-child {
    flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
  }
  .service-day-flex &gt; div:last-child &gt; div {
    border-radius: 40px;
    overflow: hidden;
  }
  .service-day-flex &gt; div:last-child &gt; div + div {
    margin-top: 5%;
  }
  .service-day-flex h3 {
    margin-top: 5%;
  }
}

/* テキスト */
.service-day-info {
  border-bottom: solid 3px #000;
  border-top: solid 3px #000;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5% 0 20% auto;
  max-width: 70%;
  padding: 10px 0;
}

.service-day-info &gt; div:first-child {
  flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
}

.service-day-info &gt; div:last-child {
  flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
}

.service-day-info h4 {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 5%;
}

.service-day-info:last-child {
  margin: 5% 0 0 auto;
}

@media screen and (max-width: 1200px) {
  .service-day-info {
    margin: 5% 0 10% auto;
    max-width: 100%;
  }
  .service-day-info &gt; div:first-child {
    flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
  }
  .service-day-info &gt; div:last-child {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
  }
}

@media screen and (max-width: 992px) {
  .service-day-info h4 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .service-day-info {
    margin: 5% 0;
  }
  .service-day-info h4 {
    font-size: 1.4rem;
  }
}

/* sp　画像 */
.service-day-img-sp {
  border-radius: 40px;
  overflow: hidden;
}

/*  PRICE
=================================================== */
#service-price-link {
  margin-top: -160px;
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  #service-price-link {
    margin-top: -40px;
    padding-top: 40px;
  }
}

#service-price {
  padding-bottom: 10%;
}

#service-price h2 {
  margin-bottom: 1%;
}

/* リスト　基本のリストはpage.css　.default-list */
.service-price-list {
  background: linear-gradient(90deg, #fde1b0 0%, #fde1b0 10em, #fff 10em, #fff 100%);
}

.service-price-list dt {
  padding: 15px;
}

.service-price-list dd {
  padding: 15px 15px 15px 12em;
}

.service-price-list:first-of-type {
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .service-price-list {
    background: none;
  }
  .service-price-list dt {
    background: #fde1b0;
    padding: 5px;
    text-align: center;
  }
  .service-price-list dd {
    border-bottom: none;
    padding: 0;
    text-align: center;
  }
  .service-price-list:nth-of-type(2) dd {
    text-align: center;
  }
}

.service-price-list2 {
  background: linear-gradient(90deg, #eb974c 0%, #eb974c 10em, #fff 10em, #fff 100%);
}

.service-price-list2 dt {
  padding: 15px;
}

.service-price-list2 dd {
  padding: 15px 15px 15px 12em;
}

.service-price-list2 dd:nth-of-type(1) {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .service-price-list2 {
    background: none;
  }
  .service-price-list2 dt {
    background: #eb974c;
    padding: 5px;
    text-align: center;
  }
  .service-price-list2 dd {
    border-bottom: none;
    padding: 0;
    text-align: center;
  }
}

/*  SYUJI
=================================================== */
#service-syuji-link {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  #service-syuji-link {
    margin-top: -40px;
    padding-top: 40px;
  }
}

#service-syuji {
  background: #efefef;
  margin-bottom: 3%;
  padding: 5% 0;
}

#service-syuji h2 {
  background: #e94709;
  margin-bottom: 1%;
}

/* 横並び */
.service-syuji-flex {
  display: flex;
  display: -ms-flexbox;
}

.service-syuji-flex &gt; div:first-child {
  border-radius: 40px;
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  margin-right: 10%;
  overflow: hidden;
}

.service-syuji-flex &gt; div:last-child {
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
}

.service-syuji-flex:nth-child(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-syuji-flex:nth-child(even) &gt; div:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10%;
  margin-right: 0;
}

.service-syuji-flex:nth-child(even) &gt; div:last-child {
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
}

.service-syuji-flex + .service-syuji-flex {
  margin-top: 5%;
}

@media screen and (max-width: 1200px) {
  .service-syuji-flex {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-syuji-flex &gt; div:first-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    margin-right: 0;
  }
  .service-syuji-flex &gt; div:last-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
}

@media screen and (max-width: 992px) {
  .service-syuji-flex:nth-child(even) &gt; div:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-syuji-flex {
    display: block;
  }
  .service-syuji-flex &gt; div:first-child {
    margin-bottom: 3%;
    margin-right: 0;
  }
}

/* テキスト */
.service-syuji-txt1 h3 {
  color: #e94709;
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .service-syuji-txt1 h3 {
    margin-bottom: 3%;
  }
}

/* テキスト */
.service-syuji-txt2 {
  background: #fcebab;
  border-radius: 40px;
  overflow: hidden;
  padding: 20px 20px 10% 20px;
}

.service-syuji-txt2 h4 {
  margin-bottom: 5%;
  text-align: center;
}

.service-syuji-txt2 h3 {
  background: #e94709;
  display: block;
  margin-bottom: 10%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service-syuji-txt2 {
    padding: 20px;
  }
  .service-syuji-txt2 h4 {
    margin-bottom: 3%;
  }
  .service-syuji-txt2 h3 {
    margin-bottom: 5%;
  }
}

/* リスト　基本のリストはpage.css　.default-list */
.service-syuji-list {
  background: linear-gradient(90deg, #fde1b0 0%, #fde1b0 10em, #fff 10em, #fff 100%);
  margin-top: 5%;
}

.service-syuji-list dt {
  padding: 15px;
  text-align: center;
}

.service-syuji-list dd {
  padding: 15px 15px 15px 12em;
}

@media screen and (max-width: 767px) {
  .service-syuji-list {
    background: none;
  }
  .service-syuji-list dt {
    background: #fde1b0;
    padding: 5px;
  }
  .service-syuji-list dd {
    border-bottom: none;
    padding: 0;
  }
}

/*  GORAKU
=================================================== */
#service-goraku {
  background: #fae5c7;
  margin-bottom: 3%;
  padding: 5% 0;
}

#service-goraku h2 {
  background: #ed6d1f;
  margin-bottom: 1%;
  padding: 5px 50px;
}

/* 横並び */
.service-goraku-flex {
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
}

.service-goraku-flex &gt; div:first-child {
  border-radius: 40px;
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  margin-right: 10%;
  overflow: hidden;
}

.service-goraku-flex &gt; div:last-child {
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
}

.service-goraku-flex:nth-child(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-goraku-flex:nth-child(even) &gt; div:first-child {
  margin-left: 10%;
  margin-right: 0;
}

.service-goraku-flex + .service-goraku-flex {
  margin-top: 5%;
}

/* テキスト */
.service-goraku-txt {
  background: #fff8ee;
  border-radius: 40px;
  overflow: hidden;
  padding: 20px 20px 10% 20px;
}

.service-goraku-txt h3 {
  background: #ed6d1f;
  display: block;
  margin-bottom: 10%;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .service-goraku-flex &gt; div:last-child {
    flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .service-goraku-flex &gt; div:first-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
  .service-goraku-flex &gt; div:last-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
}

@media screen and (max-width: 992px) {
  .service-goraku-flex {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-goraku-flex &gt; div:first-child {
    margin-right: 0;
  }
  .service-goraku-flex:nth-child(even) &gt; div:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-goraku-flex {
    display: block;
  }
  .service-goraku-flex &gt; div:first-child {
    margin-bottom: 3%;
    margin-right: 0;
  }
  .service-goraku-flex:nth-child(even) &gt; div:first-child {
    margin-left: 0;
  }
  .service-goraku-txt {
    padding: 20px;
  }
  .service-goraku-txt h3 {
    margin-bottom: 3%;
  }
}

/*  KUNREN
=================================================== */
#service-kunren {
  background: #e2edba;
  margin-bottom: 3%;
  padding: 5% 0;
}

/* 横並び */
.service-kunren-flex {
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-kunren-flex &gt; div:first-child {
  background: #fcf8be;
  border-radius: 40px;
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  padding: 40px;
}

.service-kunren-flex &gt; div:last-child {
  flex-basis: 45%;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 45%;
  flex-shrink: 0;
}

.service-kunren-flex &gt; div:last-child img {
  border-radius: 40px;
}

.service-kunren-flex h2 {
  background: #0d7f3c;
  left: 50%;
  margin-bottom: 5%;
  position: relative;
  transform: translateX(-50%);
}

.service-kunren-flex p {
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .service-kunren-flex &gt; div:first-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
  .service-kunren-flex &gt; div:last-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
  .service-kunren-flex p {
    line-height: 1.6;
  }
}

@media screen and (max-width: 992px) {
  .service-kunren-flex &gt; div:first-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    padding: 20px;
  }
  .service-kunren-flex &gt; div:last-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
}

@media screen and (max-width: 767px) {
  .service-kunren-flex {
    display: block;
  }
  .service-kunren-flex &gt; div:first-child {
    margin-bottom: 3%;
  }
  .service-kunren-flex h2 {
    margin-bottom: 3%;
  }
}

/*  AROMA
=================================================== */
#service-aroma-link {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  #service-aroma-link {
    margin-top: -40px;
    padding-top: 40px;
  }
}

#service-aroma {
  background: #fef2ef;
  margin-bottom: 3%;
  padding: 5% 0;
}

#service-aroma h2 {
  background: #b70171;
  margin-bottom: 1%;
}

/* 横並び */
.service-aroma-flex1 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%;
}

.service-aroma-flex1 &gt; div:first-child {
  flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
}

.service-aroma-flex1 &gt; div:last-child {
  flex-basis: 45%;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 45%;
  flex-shrink: 0;
}

.service-aroma-flex1 &gt; div:last-child img {
  border-radius: 40px;
}

.service-aroma-flex1 h3 {
  color: #b70171;
  margin-bottom: 5%;
}

.service-aroma-flex1 p {
  line-height: 2;
}

.service-aroma-flex1 p + p {
  margin-top: 5%;
}

@media screen and (max-width: 1200px) {
  .service-aroma-flex1 &gt; div:first-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
  .service-aroma-flex1 &gt; div:last-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
  .service-aroma-flex1 p {
    line-height: 1.6;
  }
}

@media screen and (max-width: 992px) {
  .service-aroma-flex1 &gt; div:first-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
  .service-aroma-flex1 &gt; div:last-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
}

@media screen and (max-width: 767px) {
  .service-aroma-flex1 {
    display: block;
  }
  .service-aroma-flex1 &gt; div:first-child {
    margin-bottom: 3%;
  }
  .service-aroma-flex1 h3 {
    margin-bottom: 3%;
  }
  .service-aroma-flex1 p + p {
    margin-top: 3%;
  }
}

/* 横並び */
.service-aroma-flex2 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%;
}

.service-aroma-flex2 &gt; div:first-child {
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
}

.service-aroma-flex2 &gt; div:first-child &gt; div:first-child {
  margin-bottom: 10%;
}

.service-aroma-flex2 &gt; div:first-child &gt; div:first-child img {
  border-radius: 40px;
}

.service-aroma-flex2 &gt; div:first-child .service-aroma-flex2-txt {
  background: #f3d8e8;
}

.service-aroma-flex2 &gt; div:first-child .service-aroma-flex2-txt h3 {
  background: #b70171;
}

.service-aroma-flex2 &gt; div:last-child {
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
}

.service-aroma-flex2 &gt; div:last-child .service-aroma-flex2-txt:first-child {
  background: #c9d7ee;
  margin-bottom: 10%;
}

.service-aroma-flex2 &gt; div:last-child .service-aroma-flex2-txt:first-child h3 {
  background: #5a4398;
}

.service-aroma-flex2 &gt; div:last-child .service-aroma-flex2-txt:last-child {
  background: #fff;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .service-aroma-flex2 &gt; div:first-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
  .service-aroma-flex2 &gt; div:last-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
}

@media screen and (max-width: 992px) {
  .service-aroma-flex2 &gt; div:first-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
  .service-aroma-flex2 &gt; div:last-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
}

@media screen and (max-width: 767px) {
  .service-aroma-flex2 {
    display: block;
  }
  .service-aroma-flex2 &gt; div:first-child &gt; div:first-child {
    margin-bottom: 5%;
  }
  .service-aroma-flex2 &gt; div:first-child &gt; div:last-child {
    margin-bottom: 5%;
  }
  .service-aroma-flex2 &gt; div:last-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
  .service-aroma-flex2 &gt; div:last-child .service-aroma-flex2-txt:first-child {
    margin-bottom: 5%;
  }
}

/* テキスト */
.service-aroma-flex2-txt {
  background: #f3d8e8;
  border-radius: 40px;
  padding: 20px 40px;
}

.service-aroma-flex2-txt h3 {
  left: 50%;
  margin-bottom: 5%;
  position: relative;
  transform: translateX(-50%);
}

.service-aroma-flex2-txt p {
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .service-aroma-flex2-txt {
    padding: 20px;
  }
  .service-aroma-flex2-txt p {
    line-height: 1.6;
  }
}

/* ロゴ */
.service-aroma-este-logo {
  bottom: 20px;
  position: absolute;
  right: 40px;
  width: 10vw;
}

@media screen and (max-width: 767px) {
  .service-aroma-este-logo {
    margin: 10px 0 0 auto;
    position: static;
    width: 150px;
  }
}

/* エステ名 */
.service-aroma-este-name {
  font-size: 1.4rem;
}

/* リストタイトル */
.service-aroma-este-list-ttl {
  margin: 0 0 2% 30px;
}

.service-aroma-este-list-ttl span {
  background: #e83828;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  padding: 0 20px;
}

/* リスト　基本のリストはpage.css　.default-list */
.service-aroma-list {
  background: linear-gradient(90deg, #fde1b0 0%, #fde1b0 10em, #fff 10em, #fff 100%);
  margin-bottom: 3%;
}

.service-aroma-list dt {
  padding: 20px 15px 15px 15px;
  text-align: center;
}

.service-aroma-list dd {
  font-size: 1.4rem;
  padding: 15px 15px 15px 12em;
}

@media screen and (max-width: 767px) {
  .service-aroma-list {
    background: none;
  }
  .service-aroma-list dt {
    background: #fde1b0;
    padding: 5px;
  }
  .service-aroma-list dd {
    border-bottom: none;
    padding: 0;
    text-align: center;
  }
}

/* 注意 */
.service-aroma-este-chui {
  font-size: 1rem;
  margin: 0 auto;
  max-width: 400px;
}

/*  OTASUKE
=================================================== */
#service-otasuke-link {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  #service-otasuke-link {
    margin-top: -40px;
    padding-top: 40px;
  }
}

#service-otasuke {
  background: #e0f1ed;
  margin-bottom: 10%;
  padding: 5% 0;
}

#service-otasuke h2 {
  background: #0083c9;
  margin-bottom: 1%;
}

/* 横並び */
.service-otasuke-flex1 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%;
}

.service-otasuke-flex1 &gt; div:first-child {
  flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
}

.service-otasuke-flex1 &gt; div:last-child {
  flex-basis: 45%;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 45%;
  flex-shrink: 0;
  text-align: center;
}

.service-otasuke-flex1 &gt; div:last-child img {
  max-width: 80%;
}

.service-otasuke-flex1 h3 {
  color: #0083c9;
  margin-bottom: 5%;
}

.service-otasuke-flex1 p {
  line-height: 2;
}

.service-otasuke-flex1 p + p {
  margin-top: 5%;
}

@media screen and (max-width: 1200px) {
  .service-otasuke-flex1 &gt; div:first-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
  .service-otasuke-flex1 &gt; div:last-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
  .service-otasuke-flex1 p {
    line-height: 1.6;
  }
}

@media screen and (max-width: 992px) {
  .service-otasuke-flex1 &gt; div:first-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
  .service-otasuke-flex1 &gt; div:last-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
}

@media screen and (max-width: 767px) {
  .service-otasuke-flex1 {
    display: block;
  }
  .service-otasuke-flex1 &gt; div:first-child {
    margin-bottom: 3%;
  }
  .service-otasuke-flex1 h3 {
    margin-bottom: 3%;
  }
  .service-otasuke-flex1 p + p {
    margin-top: 3%;
  }
}

/* 横並び */
.service-otasuke-flex2 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%;
}

.service-otasuke-flex2 &gt; div:first-child {
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
}

.service-otasuke-flex2 &gt; div:first-child &gt; div:first-child {
  margin-bottom: 5%;
}

.service-otasuke-flex2 &gt; div:first-child &gt; div:first-child img {
  border-radius: 40px;
}

.service-otasuke-flex2 &gt; div:last-child {
  flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
}

@media screen and (max-width: 1200px) {
  .service-otasuke-flex2 &gt; div:first-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
  .service-otasuke-flex2 &gt; div:last-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
}

@media screen and (max-width: 992px) {
  .service-otasuke-flex2 &gt; div:first-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
  .service-otasuke-flex2 &gt; div:last-child {
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
}

@media screen and (max-width: 767px) {
  .service-otasuke-flex2 {
    display: block;
  }
  .service-otasuke-flex2 &gt; div:first-child &gt; div:last-child {
    margin-bottom: 5%;
  }
  .service-otasuke-flex2 &gt; div:last-child {
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
  }
}

/* テキスト */
.service-otasuke-flex2-txt {
  background: #96d0b6;
  border-radius: 40px;
  padding: 20px 40px 40px 40px;
}

.service-otasuke-flex2-txt h3 {
  background: #0083c9;
  color: #fff;
  left: 50%;
  margin-bottom: 5%;
  position: relative;
  transform: translateX(-50%);
}

.service-otasuke-flex2-txt p {
  line-height: 1.8;
}

.service-otasuke-flex2-txt p + p {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .service-otasuke-flex2-txt {
    padding: 20px;
  }
  .service-otasuke-flex2-txt p {
    line-height: 1.6;
  }
}

/* 電話番号 */
.service-otasuke-tel {
  background: #0083c9;
  border-radius: 40px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .service-otasuke-tel {
    font-size: 1.6rem;
  }
}

/* 諸事項 */
.service-otasuke-jikou {
  font-size: 1.6rem;
  margin: 0 0 3% 3%;
}

/* カード */
.service-otasuke-card {
  background: #fff;
  border-bottom: solid #000 2px;
  border-top: solid #000 2px;
  padding: 40px;
}

.service-otasuke-card p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.service-otasuke-card p + p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .service-otasuke-card {
    padding: 20px;
  }
  .service-otasuke-card p {
    font-size: 1rem;
  }
}</pre></body></html>