@charset "UTF-8";
/*----------------------------------------------------
   home
----------------------------------------------------*/
.home main section {
  padding: 80px 0;
}

/********** mv **********/
.home .mv {
  margin-top: 60px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.home .mv figure {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.home .mv img {
  width: 100%;
  height: auto;
}

/********** heading **********/
.home main h2 {
  font-size: 2.8rem;
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #0C296A;
  background: none;
  text-align: center;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.home main h2 span {
  font-size: 1.8rem;
  color: #A0B2DD;
  display: block;
  margin-left: 0;
  position: relative;
  padding: 0 15px;
}

.home main h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color: #0C296A;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.home main h3 span {
  background: #fff;
  position: relative;
  padding: 0 0.5em;
}

.home main h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #A0B2DD;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}

/********** sec_aroma_profile **********/
/* aroma_family */
.home main .sec_aroma_profile ul.aroma_family {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  font-size: 1.4rem;
}

.home main .sec_aroma_profile ul.aroma_family li {
  width: 48%;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.home main .sec_aroma_profile ul.aroma_family li a {
  display: block;
  border: 2px solid #eee;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}

.home main .sec_aroma_profile ul.aroma_family li dl {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.home main .sec_aroma_profile ul.aroma_family li dl dt img {
  width: 60px;
  height: 60px;
}

.home main .sec_aroma_profile ul.aroma_family li dl dd {
  width: calc(100% - 70px);
  text-align: center;
  line-height: 1.3;
}

/* aroma_ext_part */
.home main .sec_aroma_profile ul.aroma_ext_part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.home main .sec_aroma_profile ul.aroma_ext_part li {
  width: 48%;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.home main .sec_aroma_profile ul.aroma_ext_part li a {
  display: block;
  border: 2px solid #eee;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}

.home main .sec_aroma_profile ul.aroma_ext_part li dl {
  display: flex;
  align-items: center;
}

.home main .sec_aroma_profile ul.aroma_ext_part li dl dt img {
  width: 60px;
  height: 60px;
}

.home main .sec_aroma_profile ul.aroma_ext_part li dl dd {
  width: calc(100% - 60px);
  text-align: center;
}

/* aroma_ext_method */
.home main .sec_aroma_profile ul.aroma_ext_method {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home main .sec_aroma_profile ul.aroma_ext_method li {
  width: 49%;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
  border: 2px solid #eee;
}

.home main .sec_aroma_profile ul.aroma_ext_method li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
}

.home main .sec_aroma_profile ul.aroma_family li a:hover,
.home main .sec_aroma_profile ul.aroma_ext_part li a:hover,
.home main .sec_aroma_profile ul.aroma_ext_method li a:hover {
  opacity: .8;
}

/********** sec_aroma_basic **********/
.home main .sec_aroma_basic {
  background: #F7F5FE;
}

.home main .sec_aroma_basic ul.aroma_basic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home main .sec_aroma_basic ul.aroma_basic li {
  width: 48%;
  text-align: center;
  margin-bottom: 20px; 
}

.home main .sec_aroma_basic ul.aroma_basic li a {
  display: block;
  text-decoration: none;
}

.home main .sec_aroma_basic ul.aroma_basic li a:hover {
  opacity: .8;
}

.home main .sec_aroma_basic ul.aroma_basic li figure {
  margin-bottom: 10px;
}

.home main .sec_aroma_basic ul.aroma_basic li h4 {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #0C296A;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
  font-weight: bold;
}

/********** sec_newpost **********/
.home main .sec_newpost ul.newpost li {
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.home main .sec_newpost ul.newpost li figure {
  margin-bottom: 10px;
}

.home main .sec_newpost ul.newpost li h4 {
  color: #0C296A;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
  font-weight: bold;
}

.home main .sec_newpost ul.newpost li .date {
  color: #666;
  font-size: 1.4rem;
}

.home main .sec_newpost ul.newpost li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.home main .sec_newpost ul.newpost li a:hover {
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  /********** sec_aroma_profile **********/
    .home main .sec_aroma_profile ul.aroma_family {
      font-size: 1.6rem;
    }
  
  /* aroma_family */
  .home main .sec_aroma_profile ul.aroma_family li {
    width: 19%;
  }

  .home main .sec_aroma_profile ul.aroma_family::after {
    content: "";
    display: block;
    width: 19%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
  
  /* aroma_ext_part */
  .home main .sec_aroma_profile ul.aroma_ext_part li {
    width: 24%;
  }

  .home main .sec_aroma_profile ul.aroma_ext_part::after {
    content: "";
    display: block;
    width: 24%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
  
  /* aroma_ext_method */
  .home main .sec_aroma_profile ul.aroma_ext_method li {
    width: 32%;
  }

  .home main .sec_aroma_profile ul.aroma_ext_method::after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
  
  /********** sec_aroma_basic **********/
  .home main .sec_aroma_basic ul.aroma_basic li {
    width: 32%;
  }

  .home main .sec_aroma_basic ul.aroma_basic::after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
  
  .home main .sec_aroma_basic ul.aroma_basic li h4 {
    font-size: 2rem;
  }
  
  /********** sec_aroma_history **********/
  .home main .sec_newpost ul.newpost {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .home main .sec_newpost ul.newpost li {
    width: 32%;
  }

  .home main .sec_newpost ul.newpost::after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
}
 
/*----------------------------------------------------
   single-aroma_profile
----------------------------------------------------*/
.single-aroma_profile main h1 {
  font-size: 2.4rem;
  text-align: left;
  border-bottom: 1px solid #A0B2DD;
  padding: 0 0 10px;
  margin-bottom: 20px;
  line-height: 1;
  color: #0C296A;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.single-aroma_profile main h1 span {
  font-size: 1.8rem;
  color: #A0B2DD;
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  padding: 0 15px;
}

.single-aroma_profile main h1 span::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #A0B2DD;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.single-aroma_profile main h1 span::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #A0B2DD;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*----------------------------------------------------
   single-aroma-basic
----------------------------------------------------*/
.page main .post_area .usage_area,
.page main .post_area .material_area,
.page main .post_area .law_area,
.page main .post_area .effect_area{
  padding: 30px;
  background: #F1EFF8;
  margin: 20px 0;
}

.page main .post_area .usage_area h4,
.page main .post_area .material_area h4,
.page main .post_area .law_area h4,
.page main .post_area .effect_area h4 {
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.page main .post_area .effect_area + h2 {
  margin-top: 40px;
}

.page main .post_area .usage_area h3,
.page main .post_area .effect_area h3 {
  color: #0C296A;
  font-size: 2rem;
}

.page main .post_area .material_area .oil_type {
  text-decoration: none;
  padding: 2px 6px;
  background: #0C296A;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 3px;
}

.page main ul.navi_aroma_basic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page main ul.navi_aroma_basic li {
  width: 48%;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.page main ul.navi_aroma_basic li figure {
  margin-bottom: 10px;
}

.page main ul.navi_aroma_basic li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
}

.page main ul.navi_aroma_basic li a:hover {
  opacity: .8;
}

.page main ul.navi_aroma_basic li {
  border: 2px solid #eee;
}

@media only screen and (min-width: 768px) {
  .page main .post_area .material_area h4 {
    display: inline-block;
    margin-right: 10px;
  }

  .page main .post_area .material_area .oil_type {
    display: inline-block;
  }

  .page main ul.navi_aroma_basic::after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
  }
  
  .page main ul.navi_aroma_basic li {
    width: 32%;
  }
  
  .page main ul.navi_aroma_basic::before {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
  
  .page main ul.navi_aroma_basic::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
}


/*----------------------------------------------------
   single-history
----------------------------------------------------*/
.page main .post_area .hist_pers_area,
.page main .post_area .glossary_area {
  padding: 30px;
  background: #F1EFF8;
  margin: 20px 0;
}

.page main .post_area .hist_pers_area h3,
.page main .post_area .glossary_area h3 {
  color: #0C296A;
  font-size: 2rem;
}

.page main .post_area .hist_pers_area h4,
.page main .post_area .glossary_area h4 {
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.page main .post_area .hist_pers_area + h2 {
  margin-top: 60px;
}

.page main ul.navi_history {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 40px;
}

.page main ul.navi_history li {
  width: 48%;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
  list-style: none;
}

.page main ul.navi_history li + li {
  margin-top: 0;
}

.page main ul.navi_history li a {
  display: block;
  border: 2px solid #eee;
  padding: 20px;
  text-decoration: none;
  font-weight: bold;
}

.page main ul.navi_history li a:hover {
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .page main ul.navi_history::after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
  }
  
  .page main ul.navi_history li {
    width: 24%;
  }
  
  .page main ul.navi_history::before {
    content: "";
    display: block;
    width: 24%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
  
  .page main ul.navi_history::after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
  }
}

/*----------------------------------------------------
   post-type-archive
----------------------------------------------------*/
.post-type-archive .list_archive h4 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.post-type-archive .list_archive h4 a {
  color: #0C296A;
}


/*----------------------------------------------------
   single-post
----------------------------------------------------*/
.single-post main .post_area h1 {
  font-size: 2.6rem;
  border-bottom: 1px solid #A0B2DD;
  padding: 0 0 10px;
  margin-bottom: 10px;
  line-height: 1;
  color: #0C296A;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.single-post main .post_area h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  background: #F1EFF8;
  color: #0C296A;
  font-family: 'Libre Baskerville', 'Shippori Mincho', serif;
}

.single-post main .post_area h2::before {
  content: none!important;
}

.single-post main .post_area * + h2,
.single-post main .post_area * + h3 {
  margin-top: 2em;
}

.calc_formula {
  background: #F7F5FE;
  padding: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

/*----------------------------------------------------
   calctool
----------------------------------------------------*/
.calctool .calc_form {
  background: #F7F5FE;
  padding: 30px;
  margin-top: 60px !important;
}

.calctool .calc_form dl {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.calctool .calc_form dl dt {
  width: 30%;
  padding: 10px 0;
}

.calctool form dl dd {
  width: 70%;
  padding: 10px 0;
}

.calctool input[type="number"],
.calctool input[type="text"] {
  box-sizing: border-box;
  width: calc(100% - 3em) !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 10px !important;
}

.calctool .btn {
  text-align: center;
  margin-bottom: 20px;
}

.calctool input[type="button"] {
  width: 90%;
  max-width: 400px;
  height: 44px;
  background: #0C296A;
  color: #fff;
  border: none;
}

.calctool input[type="button"]:hover {
  cursor: pointer;
  opacity: .8;
}


/* error404
----------------------------------------------------*/
.error404 main section {
  padding: 60px 0;
  text-align: center;
}

.error404 main section .search_area {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

.error404 main section #searchform {
  display: flex;
  position: relative;
  justify-content: center;
  line-height: 1;
  height: 40px;
  margin: 0;
}

.error404 main section #searchform .search_field {
  width: calc(100% - 40px);
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 10px;
}

.error404 main section #searchform .search_field::placeholder {
  color: #999;
}

.error404 main section #searchform .search_submit {
  width: 40px;
  height: 40px;
  background-color: #000;
  border: none;
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.error404 main section #searchform .search_field:focus {
  cursor: text;
  outline: none;
  background: none;
}

.error404 main section #searchform input[type="search"]::-webkit-search-cancel-button {    
  -webkit-appearance: none;
}

.error404 main section #searchform input[type="search"]::-webkit-search-decoration {
  display:none;
}

/* privacy policy
----------------------------------------------------*/
.privacy-policy main .post_area h3 {
  text-align: left;
  margin-bottom: 0;
}

/*Contact form test*/
main .contact-form-wrap input[type="radio"], 
main .contact-form-wrap input[type="checkbox"]  {
    position: relative !important;
    white-space: nowrap;
    border: 0;
    clip: rect(auto auto auto auto);
    clip-path: none;
    overflow: hidden;
    height: auto;
    width: auto;
    margin: auto;
    padding: 0;
}

.contact-form-test footer {
	position: relative !important;
}

#wpcf7cpcnf table th {
	width: 20%;
}
