@charset "UTF-8";

#aroma-menu h2 {
  font-size: 1.8em;
}

.ruby_flag {
  h2 ruby[data-ruby]::before { 
    bottom: 90%;
  }

  #aroma h4 ruby[data-ruby]::before,
  #aroma-menu h4 ruby[data-ruby]::before {
    bottom: 100%;
  }

  #aroma-menu h2,
  #oil-menu h4 {
    line-height: 1.8;
  }

  #oil-menu h3 {
    padding-top: 20px;
  }
}

#aroma-menu img {
  margin-left: auto;
  margin-right: auto;
}

#aroma h3,#aroma-menu h3 {
	position: relative;
	color: #01782B;
	background-color: transparent;
	font-size: 1.8em;
	padding: 10px 0;
	text-align: center;
	margin: 1.5em 0;
}
 
#aroma h3::before,#aroma-menu h3::before {
	content: "";
	position: absolute;
  top: -16px;
  left: 50%;
  width: 150px;
  height: 80px;
	border-radius: 50%;
	border: solid 5px #a6ddb0;
	border-left-color: transparent;
	border-right-color: transparent;
	transform: translateX(-50%);
}

#aroma h4 {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.2em;
  background: linear-gradient(transparent 60%, #dd7d16 90%);
}

#aroma h4::before {
  font: var(--fa-font-solid);
  content: "\f119";
  font-size: 1.4em;
  color: #ff8000;
  background-color: transparent;
  margin: 5px 10px;
}

#aroma-menu ul {
  margin-left: 0px;
  list-style-type: none;
}

#aroma-menu ul li {
  position: relative;
  padding-left: 0.5em;
}

#aroma-menu ul.kome {
	margin-left: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.2em;
}

#aroma-menu ul.kome li {
  position: relative;
  padding-left: 2.5em;
}

#aroma-menu ul.kome li::before {
  content: '※';
  position: absolute;
  left: 0.5em;
}

#aroma-menu h4 {
  font-family: Roboto, sans-serif;
}

#aroma-menu h4 {
  position: relative;
  font-size: 1.2em;
  box-shadow: 0px -10px 10px -5px rgba(52, 242, 112, 0.1) inset,0px 10px 5px -3px #68f7a4;
  margin-bottom: 20px;
}

#aroma-menu h4 span,#aroma-menu li span {
  position: absolute;
  right: 2px;
  bottom: 0px;
}

#aroma-menu h4::before,#aroma-menu h4::before {
  font: var(--fa-font-solid);
  content: "\f06c";
  font-size: 1.4em;
  color: #158b2b;
  background-color: transparent;
  margin: 5px 10px;
  display: inline-block;
	transform: rotate(266deg);
}

#aroma-menu ul.menu {
	padding: 0;
	list-style-type: none;
	font-size: 1.4em;
}

#aroma-menu ul.menu li {
	position: relative;
  padding-left: 2em;
}

#aroma-menu ul.menu li::before {
  font: var(--fa-font-solid);
  content: "\f7b6";
  color: #804000;
  background-color: transparent;
	position: absolute;
	left: 0.5em;
	transform: rotate(0deg);
}

#aroma-menu ul li.g2 {
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: url("../images/aroma-line2.png");
  background-position: 10px 5px;
  background-repeat: no-repeat;
  text-align: left;
  margin-left: 0px;
  font-size: 1.5em;
  line-height: 2;
}

#aroma-menu .ib-1 {
  width: 3em;
  display: inline-block;
}

#aroma-menu .ib-2 {
  width: 2.25em;
  display: inline-block;
}

#aroma-menu .map {
  width: 100%;
  height: 350px;
}

.text-pink{
	color: #ff66ff;
  background-color: transparent;
}

.text-peter-river {
	color: #3498db;
  background-color: transparent;
}

.text-alizarin {
	color: #e74c3c;
  background-color: transparent;
}

.text-warning {
	color: #ffc107;
  background-color: transparent;
}

.text-green {
	color: #8fff4a;
  background-color: transparent;
}

#aroma-goods h3,
#oil-menu h3 {
  font-size: 2em;
  font-weight: normal;
	border: 2px solid transparent;
	border-radius: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
  background-color: #2980b9;
  text-align: center;
  color: #fff;
}

#aroma-goods ul {
  margin-left: 0px;
  padding: 0;
  list-style-type: none;
}

#aroma-goods ul li {
  position: relative;
  padding-left: 30px;
  margin-left: 25px;
  font-size: 1.4em;
  line-height: 1.8;
}

#aroma-goods ul li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: url(../images/candle-1.png);
}

#oil-menu h4 {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

#oil-menu h4:first-letter{
  text-transform: uppercase;
}

#oil-menu ul {
	margin-left: 20px;
	padding: 0;
	font-size: 1.4em;
}

#oil-menu ul li {
  position: relative;
  padding-left: 0.5em;
}

/*  pc  */
@media screen and (min-width: 1200px) {
  #aroma-menu h4.line-2,
  #aroma-menu h4.line-3 {
    background-image: url(../images/aroma-icon.png),
      url(../images/aroma-line.png);
    background-repeat: no-repeat, repeat-x;
    background-position: top left, bottom;
    height: 62px;
  }
  
  #aroma-menu h5 {
    vertical-align: bottom;
    font-size: 2em;
    text-align: center;
    height: 60px;
    background-image: url(../images/aroma-banner1.png), url(../images/aroma-banner2.png);
    background-repeat: no-repeat;
    background-position: 35px -10px, 93% -10px;
  }

  #aroma-menu h5.sukoyaka {
    background-position: 48px 0px, 92% 0px;
  }
  
  #aroma-menu h5 span {
    display: inline-block;
    width: 1em;
  }

  #aroma-menu table th {
    font-size: 0.9em;
  }
  
  #aroma-menu table td {
    font-size: 0.8em;
  }
}
 
/*  TB	*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #aroma-menu h4.line-2,
  #aroma-menu h4.line-3 {
    background-image: url(../images/aroma-icon.png),
      url(../images/aroma-line.png);
    background-repeat: no-repeat, repeat-x;
    background-position: top left, bottom;
    padding-left: 30px;
    font-weight: bold;
    height: 60px;
  }

  #aroma-menu h5 {
    vertical-align: bottom;
    font-size: 1.6em;
    text-align: center;
    height: 60px;
    background-image: url(../images/aroma-banner1.png), url(../images/aroma-banner2.png);
    background-repeat: no-repeat;
    background-position: 45px -10px, 90% -10px;
  }

  #aroma-menu h5.sukoyaka {
    background-position: 95px 0px, 85% 0px;
  }
  
  #aroma-menu h5 span {
    display: inline-block;
    width: 1em;
  }

}

/*  SP	*/
@media screen and (max-width: 767px) {
  #aroma-menu h5 {
    margin-top: 50px;
    vertical-align: bottom;
    font-size: 1.4em;
    text-align: center;
    height: 60px;
    background-image: url(../images/aroma-banner1.png), url(../images/aroma-banner2.png);
    background-repeat: no-repeat;
    background-position: 30px -10px,90% -10px;
  }

  #aroma-menu h5.sukoyaka{
    background-position: 30px 0px, 90% 0px;
  }
  
  .small-sp {
    font-size: 0.7em;
  }
  
  #aroma-menu h2 {
    font-size: 1.8em;
  }
  #aroma-menu h3.zakka::before {
    top: -24px;
    left: 50%;
    width: 150px;
    height: 120px;
  }

  .ruby_flag {
    #aroma-goods ul li {
      margin-right: 0.5em;
    }
      
   #aroma-menu h4 span {
      position: absolute;
      right: 1em;
      bottom: 0;
    }

    #aroma-menu h3.zakka::before {
      top: -24px;
      left: 50%;
      width: 150px;
      height: 135px;
    }
  }
}
 