@charset "UTF-8";
/* ========================================

  INDEX CSS

======================================== */

.header{
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.header.fadeIn{
  opacity: 1;
}

.icon_header{font-size:27px;}

/* main
   ========================================================================== */
@media screen and (min-width: 1081px) {
  .main{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 4% 4% 4% 0;
  }
  .main__logo{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 50%;
    text-align: center;
  }
  .main__logo .logo{
    width: 270px;
    margin: 0 auto;
  }
  .main__logo .sub_logo{
    margin: 22px auto;
    width: 145px;
  }
  .main__photo{
    width: 50%;
    height: 100%;
  }
}
@media screen and (min-width:601px) and (max-width:1080px) {
  .main{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 2% 2% 0 2%;
  }
  .main__logo{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    height: 200px;
  }
  .main__logo .logo{
    width: 100px;
    margin: 0 auto;
  }
  .main__logo .sub_logo{
    margin-top: 18px;
    width: 145px;
  }
  .main__photo{
    width: 100%;
    height: calc(100% - 200px);
  }
}
@media screen and (max-width: 600px) {
  .main{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 2% 2% 0 2%;
  }
  .main__logo{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    height: 150px;
  }
  .main__logo .logo{
    width: 100px;
    margin: 0 auto;
  }
  .main__logo .sub_logo{
    margin-top: 18px;
    width: 145px;
  }
  .main__photo{
    width: 100%;
    height: calc(100% - 150px);
  }
}


/* contents
   ========================================================================== */
@media screen and (min-width: 901px) {
  .contents{
    margin-top: 120px;
  }
  .contents.subpage{
    margin-top: 200px;
  }
  .contents__block + .contents__block{
    margin-top: 180px;
  }
  .contents__block h3{
    margin-top: 60px; 
  }
  .about p,.salon p,.menu p,.oneday p{
    margin-top: 40px;
  }

  /* about menu */
  .about,.salon,.menu{
    display: flex;
    align-items: center;
  }
  .about .photo,
  .salon .photo,
  .menu .photo{
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
  .about .photo li,
  .salon .photo li,
  .menu .photo li{
    width: 45%;
  }
  .about .photo li:last-child,
  .salon .photo li:first-child,
  .menu .photo li:first-child{
    margin-top: 120px;
  }
  .about .text,
  .salon .text,
  .menu .text{
    width: 50%;
  }
  .text__inner{
    width: 57%;
    margin: 0 auto;
  }
  .salon{
    flex-direction: row-reverse;
  }
  .text__inner .btn__more__wrap{
    text-align: left;
  }
}
@media screen and (min-width:601px) and (max-width:900px) {
  .contents{
    margin-top: 120px;
  }
  .contents__block + .contents__block{
    margin-top: 180px;
  }
  .contents__block h3{
    margin-top: 60px; 
  }
  .about p,.salon p,.menu p,.oneday p{
    margin-top: 40px;
  }

  /* about menu */
  .about,.salon,.menu{
    display: flex;
    align-items: center;
  }
  .about .photo,
  .salon .photo,
  .menu .photo{
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
  .about .photo li,
  .salon .photo li,
  .menu .photo li{
    width: 48%;
  }
  .about .photo li:last-child,
  .salon .photo li:last-child,
  .menu .photo li:first-child{
    margin-top: 120px;
  }
  .about .text,
  .salon .text,
  .menu .text{
    width: 50%;
  }
  .text__inner{
    width: 80%;
    margin: 0 auto;
  }
  .salon{
    flex-direction: row-reverse;
  }
  .text__inner .btn__more__wrap{
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .contents{
    margin-top: 60px;
  }
  .contents__block + .contents__block{
    margin-top: 80px;
  }
  .contents__block h3{
    margin-top: 30px;
  }
  .about p,.salon p,.menu p,.oneday p{
    margin-top: 20px;
  }

  /* about menu */
  .about,.salon{
    border-bottom: solid 1px #F0F3F5;
    padding-bottom: 80px;
  }
  .about,.salon,.menu{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about .photo,
  .salon .photo,
  .menu .photo{
    display: flex;
    justify-content: space-between;
    width: 90%;
  }
  .about .photo li,
  .salon .photo li,
  .menu .photo li{
    width: 48%;
  }
  .about .photo li:last-child,
  .salon .photo li:last-child,
  .menu .photo li:first-child{
    margin-top: 30px;
  }
  .about .text,
  .salon .text,
  .menu .text{
    margin-top: 80px;
  }
  .text__inner{
    width: 90%;
    margin: 0 auto;
  }
  .text__inner .btn__more{
    margin-top: 40px;
  }
}


/* oneday */
@media screen and (min-width: 801px) {
  .oneday{
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-image: url("../img/oneday_photo.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
    text-align: center;
  }
  .oneday__inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 800px;
    margin-top: -70px;
    width: 680px;
    height: 680px;
  }
}
@media screen and (max-width: 800px) {
  .oneday{
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-image: url("../img/oneday_photo.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding: 5%;
    text-align: center;
  }
  .oneday__inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    width: 100%;
    padding: 40px 0;
  }
  .oneday__inner .btn__more{
    margin-top: 30px;
  }
}

/* diary */
@media screen and (min-width: 1081px) {
  .diary__inner{
    max-width: 1080px;
    margin: 0 auto;
  }
  .diary__inner h2{
    padding-left: 20px;
  }
  .diary__list{
    margin-top: 30px;
  }
  .diary__list li{
    position: relative;
    border-top: solid 1px #F0F0F0;
    padding: 30px 20px;
    width: 100%;
  }
  .diary__list li:last-child{
    border-bottom: solid 1px #F0F0F0;
  }
  .diary__list li a::after{
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("/common/img/circle_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 25px);
    right: 20px;
  }
  .diary__list li a{
    display: block;
  }
  .diary__list .title{
    font-size: 18px;
    line-height: 1.8;
    width: calc(100% - 100px);
  }
  .diary__list .date{
    font-size: 12px;
    margin-top: 20px;
    line-height: 1;
  }
  .btn__more__wrap{
    text-align: center;
  }
}
@media screen and (min-width:601px) and (max-width:1080px) {
  .diary__inner h2{
    padding-left: 20px;
  }
  .diary__list{
    margin-top: 30px;
  }
  .diary__list li{
    position: relative;
    border-top: solid 1px #F0F0F0;
    padding: 30px 20px;
    width: 100%;
  }
  .diary__list li:last-child{
    border-bottom: solid 1px #F0F0F0;
  }
  .diary__list li a::after{
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("/common/img/circle_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 20px);
    right: 20px;
  }
  .diary__list li a{
    display: block;
  }
  .diary__list .title{
    font-size: 16px;
    line-height: 1.8;
    width: calc(100% - 100px);
  }
  .diary__list .date{
    font-size: 12px;
    margin-top: 20px;
    line-height: 1;
  }
  .btn__more__wrap{
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .diary__list li a{
    transition-duration: .4s;
    transition-property: opacity;
  }
  .diary__list li a:hover{
    opacity: .5;
  }
}
@media screen and (max-width: 600px) {
  .diary__inner{
    margin: 0 auto;
  }
  .diary__list{
    margin-top: 30px;
  }
  .diary__list li{
    position: relative;
    border-top: solid 1px #F0F0F0;
    padding: 20px 0;
    width: 100%;
  }
  .diary__list li:last-child{
    border-bottom: solid 1px #F0F0F0;
  }
  .diary__list li a::after{
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("/common/img/circle_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 15px);
    right: 0;
  }
  .diary__list li a{
    display: block;
  }
  .diary__list .title{
    font-size: 14px;
    line-height: 1.8;
    width: calc(100% - 50px);
  }
  .diary__list .date{
    font-size: 10px;
    margin-top: 10px;
    line-height: 1;
  }
  .btn__more__wrap{
    text-align: center;
  }
}


@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  bottom:0;
  right: 0;
  text-align: center;
}
.txt_scroll_1{color:#9c836a !important; font-weight: 400 !important; letter-spacing: -0.03em !important; padding:0 0 10px 0;}
.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #9c836a;
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #9c836a;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
@media screen and (max-width: 720px) {
  .scroll-btn {display: none;}
}