@charset "utf-8";
/*
Theme Name: Aromum Organico
Author:Natsu
Description:アロマサロン
Version:1.0
*/

.menu-item a {
  position: relative;
  padding: 1em 0;
}

.menu-item a span {
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
  right: 0;
  opacity: 0;
  background-color: transparent;
  transition: opacity .3s, background-color .3s;
}

.menu-item a:hover span {
  opacity: 1;
  background-color: #fff;
}

#kv {
  max-width: 100%;
  height: 560px;
  background-position: center left;
  background-image: url(./img/kv2.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-text img {
  width: 600px;
  max-width: 100%;
}

.top-text-sp {
  display: none;
}

@media screen and (max-width: 767px){
  #kv {
    background-position: center center;
  }

  .top-text-sp {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: auto auto 0 0;
    padding: 0 20px 20px 0;
  }

  .top-text {
    display: none;
  }
}

#about {
  max-width: 1400px;
  padding-top: 200px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.bglogo {
  position: absolute;
  top: -200px;
  right: -100px;
  opacity: 0.2;
  z-index: -1;
}

.bglogo img {
  width: 800px;
  max-width: 100%;
}

@media  screen and (max-width:1078px) {
  .btn {
    display: none;
    position: static;
  }

  #about {
    padding-top: 250px;
  }

  .bglogo {
    top: -230px;
    padding-left: 500px;
  }
}

.bglogo img {
  max-width: 950px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #about {
    padding-top: 60px;
  }

  .bglogo {
    display: none;
  }
}  

.pic1 {
  width: 50%;
  height: auto;
}

.ab-contents {
  max-width: 1400px;
  display: flex;
  align-items: center;
}

.ab-text {
  width: 50%;
  padding-left: 70px;
}

.ab-text p:first-child {
  padding-bottom: 65px;
  font-size: clamp(15px,3vw,20px);
  font-family: 'Hiragino Mincho ProN',"serif";
}

.ab-text p {
  line-height: 2.2rem;
  font-size: 0.88rem;

}

.ab-pic {
  max-width: 1400px;
  display: flex;
  padding-top: 100px;
  justify-content: center;
}

.ab-pic2 {
  max-width: 460px;
  height: 390px;
  margin-right: 95px;
}


@media screen and (max-width: 900px){
  .pic1 {
    width: 460px;
  }

  .ab-text p:first-child {
    padding-bottom: 30px;
  }
  
  .ab-contents {
    flex-direction: column-reverse;
  }

  .ab-text {
    width: 100%;
    padding: 0 10px 60px 10px;
    text-align: center;
  }

  .ab-pic {
    display: block;
    padding: 30px 0 100px 0;
    text-align: center;
  }

  .ab-pic2 {
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px){
  .ab-text p {
    font-size: clamp(14px, 1vw, 16px);
  }

  .ab-text p:last-child {
    padding: 0 20px;
  }
}

.ab-pic3 {
  max-width: 574px;
  height: 340px;
}

@media screen and (max-width: 480px) {
  .pic1 {
    width: 100%;
    height: unset;
    object-fit: cover;
  }
  
  .ab-pic2, .ab-pic3 {
    width: 100%;
    max-width: unset;
    height: unset;
    object-fit: cover;
  }
}

#concept {
  padding-top: 150px;
}

@media  screen and (max-width: 767px) {
  #concept {
    padding-top: calc(130px - 100px);
  }
}

.concept-textttl {
  position: relative;
  z-index: 1;
}

.concept-contents1, .concept-contents2 {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.concept-contents2 {
  padding: 120px 0;
}

.concept-left, .concept-left3 {
  background-color: #fff;
  padding: 95px 50px 15px 0;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: 77px;
  position: relative;
}

.concept-left2 {
  background-color: #fff;
  padding: 95px 0 15px 50px;
  display: inline-block;
  position: absolute;
  top: 60px;
  right: 77px;
  position: relative;
}

.concept-left2::after {
  content: "";
  background-image: url(./img/bg-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 210px;
  height: 330px;
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 0;
}

.concept-left3::after {
  content: "";
  background-image: url(./img/bg-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 210px;
  height: 330px;
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 0;
}


.concept-left::after {
  content: "";
  background-image: url(./img/bg-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 210px;
  height: 330px;
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 0;
}

@media screen and (max-width: 1078px){
  #concept {
    padding-bottom: calc( 150px - 80px);
  }
  
  .concept-left, .concept-left2, .concept-left3 {
   position: static;
   position: relative;
   padding: 60px 20px 0 20px;
   top: 0;
   right: 0;
   left: 0;
   display: block;
   width: 100%;
  }

  .concept-left::after, .concept-left2::after, .concept-left3::after {
    top: 60px;
    right: 60px;
  }
}

.sub {
  font-size: 1rem;
  color: #d6afac;
  font-weight: bolder;
  letter-spacing: 0.1rem;
  padding-bottom: 16px;
}

@media screen and (max-width: 578px) {
  .concept-left::after, .concept-left2::after, .concept-left3::after {
    bottom: 0;
    right: 0;
  }

  .sub {
    font-size: 14px;
  }
}


.ttl {
  font-size: clamp(20px,3vw,27px);
  padding-bottom: 45px;
  letter-spacing: 0.2rem;
  font-family: serif;
  font-weight: bolder;
}

.concept-text {
  max-width: 500px;
  font-size: 0.875rem;
  line-height: 1.6rem;
  padding-bottom: 42px;
  position: relative;
  z-index: 1;
}

.concept-right {
  width: 100%;
  max-width: 754px;
  height: 484px;
  background-image: url(./img/concept-pic1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.concept-right2 {
  width: 100%;
  max-width: 754px;
  height: 484px;
  background-image: url(./img/concept-pic2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.concept-right3 {
  width: 100%;
  max-width: 754px;
  height: 484px;
  background-image: url(./img/concept-pic3.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1078px) {
  .concept-text {
   max-width: 800px;
  }

  .concept-right, .concept-right2, .concept-right3 {
    background-size: cover;
    max-width: 100%;
  }
}


@media screen and (max-width: 1078px){
  .concept-contents2 {
    display: block;
    padding: 0 0 160px 0;
  }

  .concept-contents1 {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .ttl {
    padding-bottom: 30px;
  }
  
  .concept-right, .concept-right2, .concept-right3 {
    height: 300px;
  }  
}

@media screen and (max-width: 450px){
  .concept-contents2 {
    padding: 0 0 100px 0;
  }
}


div.concept-btn {
  font-weight: bolder;
  border-radius: 50px;
  border: 1px solid #444;
  letter-spacing: 0.1rem;
  position: relative;
  z-index: 1;
  float: right;
  font-size: 1rem;
}

.concept-btn a {
  display: block;
  padding: 20px 50px 20px 33px;
  margin-right: 5px;
}

.concept-btn a:hover {
  opacity: 0.5;
  transition: 0.8s;
}

.concept-btn::before, .concept-btn::after {
  content: "";
  position: absolute;
}

.concept-btn::before {
  top: 50%;
  right: 20px;
  width: 18px;
  height: 1px;
  background-color: #444;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.concept-btn::after {
  top: 26px;
  right: 19px;
  width: 8px;
  height: 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #444;
}

span.margin-5 {
  margin-right: 5px;
}

@media screen and (max-width: 1078px) {
  div.concept-btn {
    margin-right: 60px;
  }

  .concept-btn::after {
    top: 26px;
  }
}

@media screen and (max-width: 767px) {
  div.concept-btn {
    display: block;
    margin: auto 0 0;
  }
}

@media screen and (max-width: 385px){
  div.concept-btn {
    font-size: 0.875rem;
    margin: 0 auto;
  }

  .concept-btn a {
    padding: 18px 38px 18px 26px;
  }

  .concept-btn::after {
    top: 23px;
  }  
}

@media screen and (max-width: 320px){
  div.concept-btn {
    font-size: 0.875rem;
  }

  .concept-btn::after {
    top: 22px;
  }  
}

#news {
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  #news {
    padding-top: 100px;
  }
}

div.news-contents {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 30px;
}

a.contents {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  padding: 40px 0 40px 22px;
  align-items: center;
  list-style: none;
  letter-spacing: 0.1rem;
  font-size: clamp(14px,3vw,18px);
  border-bottom: 1px solid #d7d9da;
}

p.news-date {
  padding-right: 80px;
}

p.news-title {
  font-size: clamp(14px,3vw,18px);
  font-weight: normal;
}

a.contents:first-child {
  border-top: 1px solid #d7d9da;
}

a.contents:hover {
  background-color: #f3eef4;
  opacity: 0.8;
  transition: 0.8s;
}

.more-btn {
  max-width: 700px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}

.more::before, .more::after {
  content: "";
  position: absolute;
}

.more::before {
  top: 23px;
  right: -10px;
  width: 83px;
  height: 1px;
  background-color: #444;
}

.more::after {
  top: 20px;
  right: -10px;
  width: 8px;
  height: 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #444;
}

.more-btn a:hover {
 opacity: 0.3;
 transition: 0.8s;
}

@media screen and (max-width:1078px) {
  .news-contents {
    padding: 0 30px 60px 30px;
  }

  .more-btn {
    padding-right: 30px;
  }

  .more::before {
    right: 20px;
  }
  
  .more::after {
    right: 20px;
  } 
}

@media  screen and (max-width: 647px) {
  .news-contents {
    padding: 0 20px 60px 20px;
  }

  .news-tab {
    padding: 40px 0 40px 10px;
  } 

  .news-tab p:first-child {
    padding-right: 15px;
  }

  .more-btn {
    font-size: 0.875rem;
    padding-right: 35px;
  }

  .more::before {
    top: 23px;
    right: 21px;
    width: 80px;
    height: 1px;
    background-color: #444;
  }

  a.contents {
    padding: 30px 0 30px 22px;
  } 

  p.news-date {
    padding-right: 40px;
  }  
}

#access {
  width: 100%;
  max-width: 1400px;
  padding: 150px 0 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #access {
    padding-top: 100px;
  }
}

.access-contents {
  max-width: 680px;
  padding: 56px 47px;
  border: 1px solid #444;
  text-align: center;
  letter-spacing: 0.1rem;
  margin: 0 auto;
}

.access-contents img {
  width: 32px;
  height: auto;
  padding-bottom: 28px;
}

.access-title {
  font-weight: bold;
  padding-bottom: 36px;
  font-size: 1rem;
}

.access-text {
  max-width: 590px;
  line-height: 1.6rem;
  margin: 0 auto;
  font-size: 0.875rem;
  text-align: left;
}

.home #footer {
  margin-top: 155px;
}

@media screen and (max-width: 1078px) {  
  .access-contents-wrap {
    padding: 0 20px;
  }

  #access {
    padding: 100px 0 0 0;
  }
}

@media screen and (max-width: 385px){
  .acccess-text {
    font-size: 0.875rem;
  }

  .access-contents {
    padding: 40px 20px;
  }
}

