@charset "utf-8";


/* ----------------------------------------------------------------------
	
	 精油へのこだわり css
	
---------------------------------------------------------------------- */


.essential .title_type1 {
  background-image: url("/essential/images/bg_head.jpg");
}

.essential .bg_block {
  background-image: url("/essential/images/bg_section1-3.jpg");
}


#ess1 .content .section_title {
  text-align: left;
  margin-bottom: 35px;
}

#ess2 {
  padding: 0 30px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #FFF;
}

#ess2 .section_title {
  font-size: 2.4rem;
  margin-bottom: 40px;
}

#ess2 .unit {
  max-width: 1200px;
  margin: 0 auto;
}

#ess2 .content h3 {
  font-size: 1.8rem;
}

#ess2 .content h3 span {
  font-size: 1.2rem;
  margin-left: 5px;
}

#ess2 .content h3 + p {
  margin-top: 20px;
}

#ess2 .note {
  margin-top: 40px;
}

#ess2 .note .eu_logo {
  display: block;
  margin: 8px 0;
}

#ess2 .note .eu_logo img {
  max-width: 110px;
}

.profile_unit {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 60px;
  border: 1px solid #dedede;
  padding: 20px;
}

.profile_unit .img {
  flex: 0 0 110px;
  margin-right: 30px;
}

.profile_unit .img .caption {
  font-size: 1.2rem;
  line-height: 1.2;
}

.profile_unit .txt h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.profile_unit .txt h3 br {
  display: none;
}

.profile_unit .txt p {
  font-size: 1.4rem;
}


#ess4.section {
  background-color: #FFF;
}

#ess4 .grid_type1 h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#ess4 .section_title {
  font-size: 2.6rem;
  /*text-align: center;
  margin: 40px auto 30px;*/
}

#ess4 .pic_list {
  margin-top: 60px;
}

#ess4 h3.aroma {
  text-align: center;
  font-size: 2.2rem;
  margin: 40px auto 30px;
}

#ess4 .link_list {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  justify-content: center;
}

#ess4 .link_list > li {
  width: calc(33.33% - 50px / 3);
  margin-right: 25px;
}

#ess4 .link_list > li:nth-child(3n) {
  margin-right: 0;
}

#ess4 .link_list > li a {
  /*display: block;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 10px 5px;
  font-size: 1.8rem;
  font-weight: bold;*/
  font-size: 1.8rem;
  font-weight: bold;
}

#ess4 .link_list > li a .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ess4 .link_list > li a .inner .cap {
  font-size: 2.2rem;
}

#oil_link {
  background-color: inherit;
}

@media screen and (max-width: 767px) {


  #ess2 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #ess2 .section_title {
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: left;
  }
  
  #ess2 .content h3 + p {
    margin-top: 12px;
  }
  
  .profile_unit {
    margin: 40px 20px 0 20px;
  }
  
  #ess4 .section_title {
    font-size: 2.2rem;
  }
  
  #ess4 > .pic_list {
    margin-top: 60px;
  }
  
  #ess4 .link_list {
    flex-direction: column;
    align-items: center;
  }
  
  #ess4 .link_list > li {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  
  #ess4 .link_list > li + li {
    margin-top: 20px;
  }
  
}

@media screen and (max-width: 479px) {

.profile_unit {
  padding: 10px;
}

.profile_unit .img {
  flex: 0 0 80px;
  margin-right: 15px;
}

.profile_unit .img .caption {
  font-size: 1.1rem;
}

.profile_unit .txt h3 {
  font-size: 1.6rem;
}

.profile_unit .txt h3 br {
  display: block;
}

.profile_unit .txt p {
  font-size: 1.3rem;
}

}
