﻿/*----------------------------------------------------
    アロマレシピ
----------------------------------------------------*/
#aromarecipe {
  width: 900px;
  margin: 18px auto 60px;
  text-align: left;
  font-size: 15px;
}

#aromarecipe a {
  color: #333;
}

#aromarecipe h2 {
  font-size: 22px;
  margin-bottom: 2em;
  position: relative;
  padding: 0.75em 1em;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(130, 168, 152, 0.10) 4px, rgba(130, 168, 152, 0.10) 6px);
  border-left: 8px solid #739586;
}

#aromarecipe h3 {
  font-size: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #B3B4B7;
  line-height: 1.4em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-bottom: 0;
}

#aromarecipe li h4 {
  border-bottom: 1px dotted rgba(195, 195, 195, 1.00);
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.1em;
}

#aromarecipe p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 1em;
}

#aromarecipe img {
  margin-bottom: 1em;
}

/* 目次 */
#aromarecipe .recipe_toc {
  background: transparent;
  border: none;
  border-top: 1px solid rgba(204, 204, 204, 1);
  border-bottom: 1px solid rgba(204, 204, 204, 1);
  border-radius: 0;
  padding: 12px 0;
  margin: 0 auto 3em;
  width: 92%;
  box-shadow: none;
}

#aromarecipe .recipe_toc_title {
  margin: 0 0 8px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #666;
  text-align: center;
  white-space: normal;
}

#aromarecipe .recipe_toc_title::before {
  display: none;
}

#aromarecipe .recipe_toc_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#aromarecipe .recipe_toc_list li {
  margin: 0;
  padding: 0;
  position: static;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

#aromarecipe .recipe_toc_list li::before {
  display: none;
}

#aromarecipe .recipe_toc_link {
  display: block;
  padding: 8px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  color: #739586;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

#aromarecipe .recipe_toc_link::after {
  display: none;
}

#aromarecipe .recipe_toc_link:hover {
  color: #5f7d6f;
  border-bottom-color: #5f7d6f;
  background: transparent;
  text-decoration: none;
  box-shadow: none;
  transform: none;
}

#intro,
#materials,
#steps,
#review,
#index_id16,
#index_id17 {
  padding-top: 80px;
  margin-top: -80px;
}

#aromarecipe .recip_theme .recip_theme_pre {
  display: flex;
}

#aromarecipe .recip_theme .recip_theme_pre .theme_pre_img {
  width: 48%;
}

#aromarecipe .recip_theme_pre .theme_pre_img img {
  width: 100%;
}

#aromarecipe .recip_theme .recip_theme_pre .theme_pre_txt {
  width: 50%;
  padding-left: 3%;
}

#aromarecipe .toprepare {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
  background-color: rgba(211, 211, 211, 0.20);
  padding: 30px;
  border-width: 1px;
}

#aromarecipe .toprepare .toprepare_inner-1 {
  width: 400px;
  float: left;
}

#aromarecipe .toprepare .toprepare_inner-1 img {
  width: 400px;
}

#aromarecipe .toprepare .toprepare_inner-2 {
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  width: 440px;
}

#aromarecipe .toprepare .toprepare_inner-2 h4 {
  color: #5E5E5E;
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom: 0;
}

#aromarecipe .toprepare .toprepare_inner-2 .materials-and-tools-2 {
  margin-bottom: 1.5em;
}

#aromarecipe .toprepare_inner-2 .materials-and-tools-2 li {
  border-bottom: 1px dotted #989898;
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 1.6rem;
}

#aromarecipe .toprepare_inner-2 .materials-and-tools-2 li a {
  font-weight: bold;
  text-decoration: underline;
}

#aromarecipe .toprepare_inner-2 .materials-and-tools-2 li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75em;
  width: 15px;
  height: 15px;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/enjoyaromatherapy/circle-check-solid.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#aromarecipe .recipe_material {
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 2em;
}

#aromarecipe .recipe_material ul {
  padding: 1em;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}

#aromarecipe .recipe_material ul li {
  line-height: 2.4em;
  list-style-type: none;
  font-size: 16px;
  text-decoration: underline;
  width: 50%;
}

#aromarecipe .recipe_material ul li a {
  background: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png) 0% 50% no-repeat;
  padding-left: 16px;
  font-weight: bold;
}

#aromarecipe .recipe_material p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

#aromarecipe .recipe_material p:before,
#aromarecipe .recipe_material p:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

#aromarecipe .recipe_material p:before {
  margin-right: 1rem;
}

#aromarecipe .recipe_material p:after {
  margin-left: 1rem;
}

#aromarecipe .recipe_sns {
  background-color: #f7f7f7;
  margin-bottom: 3em;
  margin-left: 2em;
  margin-right: 2em;
  padding: 2em 1em 1em;
  display: flex;
  box-sizing: border-box;
}

#aromarecipe .recipe_sns .recipe_sns_box {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 1em;
  box-sizing: border-box;
  width: 50%;
}

#aromarecipe .recipe_sns .recipe_sns_box p {
  margin-bottom: 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

#aromarecipe .recipe_sns .recipe_sns_box .sub_txt {
  font-size: 0.9em;
  text-decoration: underline;
}

#aromarecipe .recipe_sns_box a img {
  width: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#aromarecipe .tomake {
  clear: both;
  margin-bottom: 4em;
}

#aromarecipe .tomake img {
  width: 100%;
}

#aromarecipe ol.procedure {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  background-color: rgba(239, 239, 239, 0.60);
  box-sizing: border-box;
  width: 900px;
  padding: 40px 20px 16px;
}

#aromarecipe .tomake .procedure li {
  position: relative;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  background-color: #FFFFFF;
  width: 260px;
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 24px;
}

#aromarecipe .tomake .procedure li:last-child {
  margin-right: 0;
}

#aromarecipe .procedure li .proc_number {
  color: #333333;
  line-height: 32px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.80);
  position: absolute;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.5rem;
  padding-left: 16px;
  padding-right: 16px;
}

#aromarecipe .procedure li .proc_text {
  margin-bottom: 16px;
  margin-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.67em;
}

#aromarecipe .recipe-comp {
  margin-bottom: 60px;
}

#aromarecipe .recipe-comp .recipe-comp-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 40px auto 0;
  padding: 40px 24px 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(204, 204, 204, 1);
}

#aromarecipe .recipe-comp .recipe-comp-box .recipe-comp-inner1 {
  width: 38%;
  flex-shrink: 0;
  text-align: center;
}

#aromarecipe .recipe-comp .recipe-comp-box .recipe-comp-inner1 img {
  width: auto;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
  display: block;
}

#aromarecipe .recipe-comp .recipe-comp-box .recipe-comp-inner2 {
  width: 58%;
  flex: 1;
  padding: 0;
  box-sizing: border-box;
}

#aromarecipe .recipe-comp .recipe-comp-box .recipe-comp-item {
  width: 100%;
}

#aromarecipe .recipe-comp .recipe-comp-box .recipe-comp-item p {
  margin: 0 0 20px;
  padding-left: 12px;
  border-left: 3px solid #739586;
  font-size: 17px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
}

#aromarecipe .recipe-comp .recipe-comp-box .aromarecipe_recipe_btn {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  border: 1px solid #505050;
  margin-top: 0;
  text-decoration: none;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#aromarecipe .recipe-comp .recipe-comp-box .aromarecipe_recipe_btn:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}

#aromarecipe .aromarecipe_choice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin: 0 auto 60px;
  padding: 24px 20px;
  box-sizing: border-box;
  gap: 2%;
  background-color: rgba(130, 168, 152, 0.12);
  border: 1px solid rgba(115, 149, 134, 0.35);
  border-radius: 4px;
}

#aromarecipe .aromarecipe_choice .aromarecipe_choice_img {
  width: 50%;
}

#aromarecipe .aromarecipe_choice .aromarecipe_choice_img img {
  width: 100%;
  margin: 0;
}

#aromarecipe .aromarecipe_choice .aromarecipe_choice_text {
  width: 49%;
  padding: 0 3%;
  box-sizing: border-box;
}

#aromarecipe .aromarecipe_choice .aromarecipe_choice_text p {
  font-size: 17px !important;
  font-weight: bold;
  line-height: 2rem !important;
  color: #4d5c47;
}

#aromarecipe .aromarecipe_choice .aromarecipe_choice_text a {
  border: 1px solid #739586;
  color: #739586;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  width: 100%;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  letter-spacing: 0.06rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#aromarecipe .aromarecipe_choice .aromarecipe_choice_text a:hover {
  background-color: #739586;
  color: #fff;
  text-decoration: none;
}

#aromarecipe .aromarecipe_sec01 {
  position: relative;
}

#aromarecipe .aromarecipe_sec01 #aromarecipe_label {
  display: flex;
  margin-bottom: 2em;
}

#aromarecipe .aromarecipe_sec01 #aromarecipe_label .aromarecipe_tag {
  background-color: rgba(192, 192, 192, 1.00);
  color: rgba(255, 255, 255, 1.00);
  margin-right: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#aromarecipe .toback-recipe {
  width: 900px;
  margin: 30px auto 0;
  text-align: center;
  display: inline-block;
}

#aromarecipe .toback-recipe a {
  padding: 16px 80px;
  border: 1px solid #505050;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
}

#aromarecipe .toback-recipe a:hover {
  text-decoration: none;
}