@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: futura-pt, source-han-sans-japanese, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

p {
  line-height: 1.6;
  font-size: 1.4rem;
}


.section-title {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 0.2em;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 15.6%;
  margin: 0 auto;
}

/*-------------------------------------------
button
-------------------------------------------*/
.button a {
  display: inline-block;
  position: relative;
  margin-top: 60px;
  padding-right: 80px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  transition: 0.3s;
  text-align: right;
}

.button {
  text-align: right;
}

.button a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 60px;
  width: 80px;
  height: 2px;
  background-color: #A6294B;
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}

.button .current a::after {
  transform: scale(0.7, 1);
  /*X方向に0.2スケール拡大*/
}

.button .current a:hover::after,
.gnavi li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 80px;
  line-height: 1px;
  margin-left: 8%;
  margin-right: 30px;
}

.logo a {
  display: block;
}

.global-nav {
  display: flex;
  align-items: center;
}


.global-nav li {
  margin-right: 30px;
  font-size: 1.8rem;
  font-weight: medium;
  letter-spacing: 0.08rem;
}

#header .inner li:last-child {
  margin-right: 0;
}

#header .reserve {
  width: 18%;
  height: 100px;
  background-color: #BFB1A8;
  position: relative;
}

.reserve a {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 137px;
}

.reserve object {
  margin-left: 10px;
  position: absolute;
  top: 3px;
}

#header .reserve:hover {
  opacity: 0.7;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/

#mainvisual {
  margin-bottom: 210px;
}

#mainvisual img {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
  object-position: 70% 100%;
}

.globalMenuSp {
  display: none;
}

.hamburger {
  display: none;
}

.logo-sp {
  display: none;
}


/*-------------------------------------------
ABOUT
-------------------------------------------*/

#About {
  display: flex;
  justify-content: space-between;
}

#About .section-title {
  text-align: left;
  margin-bottom: 85px;
}

#About .right {
  position: relative;
}

#About .img1 img {
  width: 400px;
  height: 600px;
  object-fit: cover;
  object-position: 80%;
}

#About .img2 img {
  width: 330px;
  height: 270px;
  object-fit: cover;
  position: absolute;
  bottom: -200px;
  right: 270px;
}

#About .left {
  margin-top: 50px;
}


.blank {
  margin-bottom: 50px;
}

.blank2 {
  margin-bottom: 25px;
}

/*-------------------------------------------
Salon-list
-------------------------------------------*/

#Salon-list {
  margin-top: 375px;
}

.salon-img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.salon-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#salon2 {
  flex-direction: row-reverse;
  margin-top: -35px;
  margin-bottom: -35px;
}

#salon1 .salon-content {
  margin-top: -17.5px;
}

#salon3 .salon-content {
  margin-top: 17.5px;
}

.salon-flexright {
  width: 47%;
  align-items: center;
}

.salon-item {
  width: 47%;
  position: relative;
}

.salon-content {
  width: 230px;
  height: auto;
  margin: 0 auto;
}

.salon-title, p {
  text-align: left;
}

.salon-title {
  font-size: 1.8rem;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

#Salon-list p {
  letter-spacing: 0.06em;
}

#Salon-list .button a {
  margin-top: 50px;
  padding-right: 85px;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: right;
}

#Salon-list .button a::after {
  left: 100px;
}


/*-------------------------------------------
TOPICS
-------------------------------------------*/
#topics {
  margin-top: 180px;
}

.news_link {
  display: flex;
  margin-bottom: 70px;
  list-style-type: none;
  justify-content: center;
}

.news_link li {
  width: 150px;
  margin-right: 20px;
  background: #fff;
  color: #000000;
  border-bottom: 3px solid #99344C;
  position: relative;
  font-size: 18px;
  text-align: center;
  padding: 25px 14px;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0.06em;
}

.news_link li:last-child {
  margin-right: 0;
}

.news_link li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #99344C;
  display: none;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.news_link li.active, .news_link li:hover {
  background: #fff;
  color: #010101;
  font-weight: bold;
}

.news_link li.active:after, .news_link li:hover:after {
  display: block;
}

.news-title {
  display: flex;
}

.topic-link object {
  display: none;
}

.news-content {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 30px;
  margin-bottom: 30px;
  align-items: baseline;
  border-bottom: 1px solid #BFBFBF;
}

.news-date {
  font-size: 1.6rem;
  margin-right: 15px;
  letter-spacing: 0.06px;
}

.tags {
  margin-right: 20px;
  margin-left: 15px;
  font-size: 1.6rem;
  text-align: center;
  color: #A6294B;
  width: 45px;
  letter-spacing: 0.06px;
}

.news-content span {
  font-size: 1.6rem;
}


.news-content .news-r a {
  color: #000;
  transition: color 0.2s ease-in-out;
  margin-left: 90px;
  text-align: left;
  text-decoration: underline;
}

.news-content .news-r a:hover {
  opacity: 0.5;
  transition: color 0.2s ease-in-out;
}

#topics .button {
  display: none;
}



/*-------------------------------------------
reserve
-------------------------------------------*/
#reserve {
  margin-top: 180px;
}

.reservaion-content {
  background-color: #BFB1A8;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.reservaion-content p {
  text-align: center;
  font-size: 1.6rem;
}

.reservaion-content object {
  margin-bottom: 55px;
}

.reservaion-content a {
  margin-top: 60px;
  padding: 17px 63px;
  display: inline-block;
  font-size: 1.6rem;
  border-width: 2px 0px;
  border-color: #A6294B;
  border-style: solid;
}

.reservaion-content a:hover {
  opacity: 0.5;
}


/*-------------------------------------------
online shop
-------------------------------------------*/

#online-shop {
  margin-top: 185px;
  position: relative;
}

.item img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: 0% 70%;
}


#online-shop .text {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#online-shop .shop-title {
  font-size: 2.4rem;
  margin-bottom: 15px;
  position: relative;
}

#online-shop .shop-title object {
  position: relative;
  top: 2.7px;
  margin-right: 8px;
}

.sub-title {
  position: relative;
  display: inline-block;
  padding: 0 112px;
  font-size: 1.4rem;
  margin-bottom: 35px;
}

.sub-title:before,
.sub-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #fff;
}

.sub-title:before {
  left: 0;
}

.sub-title:after {
  right: 0;
}

#online-shop a:hover {
  opacity: 0.7;
}

#online-shop .text p {
  text-align: center;
  font-size: 1.6rem;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  margin-top: 240px;
}

#footer .sns {
  display: flex;
  justify-content: center;
}

.sns a {
  display: inline-block;
  margin-right: 45px;
}

.sns li:last-of-type a {
  margin-right: 0;
}

.sns object {
  pointer-events: none;
}


#footer .copyright {
  font-size: 0.625rem;
}



.menu-list {
  margin-top: 50px;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
}

.menu-list li {
  margin-right: 35px;
}

.menu-list li:last-child {
  margin-right: 0;
}

.menu-list2 {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.menu-list2 li {
  margin-right: 70px;
}

.menu-list2 li:last-child {
  margin-right: 0;
}

.menu-list2 a {
  color: #838383;
}

#footer p {
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: center;
  color: #777777;
  margin-top: 50px;
}

.logo2 {
  width: 80px;
  line-height: 1px;
  margin: 0 auto;
}

.logo2 a {
  display: block;
}


/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 900px) {


  .section-title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 2.6rem;
  }

  .wrapper {
    padding: 0 9.6%;
  }

  p {
    font-size: 1.3rem;
  }

  .button a {
    margin-top: 45px;
    font-size: 1.8rem;
    padding-right: 0px;
  }

  .button {
    text-align: center;
  }



  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/


  #header {
    display: none;
  }

  .globalMenuSp {
    display: block;
  }

  .hamburger {
    display: block;
  }

  /********************************************************
*  ハンバーガーメニュー
********************************************************/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #C2B5AD;
    width: 100%;
    text-align: center;
    opacity: 0;
    height: 100vh;
    /*ナビの高さ*/
    transition: visibility .6s ease;
    visibility: hidden;
  }

  .globalMenuSp ul {
    margin-top: 120px;
    text-align: center;
  }

  .globalMenuSp a {
    list-style-type: none;
    transition: .4s all;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    display: inline;
  }

  .globalMenuSp li {
    margin-bottom: 35px;
  }

  .globalMenuSp ul li:last-child {
    margin-bottom: 0;
  }

  .globalMenuSp a:hover {
    color: #ddd;
  }

  .globalMenuSp ul li a {
    color: #fff;
    text-decoration: none;
  }

  .globalMenuSp .sns {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }

  /* このクラスを、jQueryで付与・削除する */
  .globalMenuSp.active {
    opacity: 0.9;
    visibility: visible;
  }

  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual {
    margin-bottom: 50px;
    position: relative;
  }

  .logo-sp {
    text-align: center;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo-sp img {
    height: 60px;
  }

  .logo-sp {
    display: block;
  }

  #mainvisual img {
    height: 100vh;
    height: calc(100vh - 270px);
    object-position: 70% 100%;
  }




  /*-------------------------------------------
  About
  -------------------------------------------*/
  #About {
    flex-direction: column;
  }

  #About .section-title {
    text-align: center;
    margin-bottom: 50px;
  }

  #About .left p {
    margin-top: 0px;
    text-align: center;
  }


  #About .right {
    margin-top: 50px;
  }

  #About .img1 img {
    width: 75%;
    height: 200px;
    object-fit: cover;
    object-position: 100%;
  }

  #About .img2 img {
    width: 56%;
    height: 150px;
    object-fit: cover;
    object-position: 100%;
    position: absolute;
    bottom: -115px;
    right: 0;
  }


  /*-------------------------------------------
  Salon list
  -------------------------------------------*/

  #Salon-list {
    margin-top: 185px;
  }

  .salon-img {
    width: 200px;
    height: 200px;
    margin-top: 0px;
    object-fit: cover;
  }

  .e-style {
    font-size: 1.4rem;
  }

  .salon-flex {
    flex-direction: column;
  }

  #salon2 {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #salon1 .salon-content {
    margin-top: 0px;
  }

  #salon3 .salon-content {
    margin-top: 0px;
  }

  .salon-flexright {
    width: 100%;
    text-align: center;
    order: 1;
  }

  .salon-item {
    order: 2;
    width: 200px;
    height: 200px;
    margin-top: 40px;
  }

  .salon-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .salon-title, p {
    text-align: center;
  }

  .salon-title {
    margin-bottom: 30px;
  }

  #Salon-list p {
    letter-spacing: 0.06em;
  }

  #Salon-list .button a {
    margin-top: 30px;
    padding-right: 0px;
    font-size: 1.3rem;
    letter-spacing: 0;
    text-align: center;
  }

  #Salon-list .button a::after {
    left: 85px;
  }


  /*-------------------------------------------
  Topics
  -------------------------------------------*/

  #topics {
    margin-top: 70px;
  }

  .news_link {
    display: none;
  }

  .news-content {
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #BFBFBF;
  }

  .topic-link object {
    display: block;
  }

  .topic-link a {
    cursor: pointer;
    display: block;
  }

  .topic-link {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .news-title {
    margin-bottom: 15px;
  }

  .news-date {
    font-size: 1.5rem;
    margin-right: 10px;
    text-align: left;
  }

  .tags {
    margin-right: 0px;
    margin-left: 10px;
    font-size: 1.5rem;
    text-align: left;
  }

  .news-content span {
    font-size: 1.5rem;
  }


  .news-content .news-r a {
    margin-left: 0px;
    text-decoration: none;
  }

  .news-content .news-r a:hover {
    opacity: 0.5;
    transition: color 0.2s ease-in-out;
  }

  #topics .button {
    display: block;
  }

  #topics .button a {
    margin-top: 20px;
  }

  /*-------------------------------------------
  Reserve
  -------------------------------------------*/

  #reserve {
    margin-top: 70px;
  }

  .reservaion-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reservaion-content p {
    text-align: center;
    font-size: 1.3rem;
  }

  .reservaion-content object {
    margin-bottom: 25px;
  }

  .reservaion-content a {
    margin-top: 25px;
    padding: 15px 63px;
    font-size: 1.3rem;
  }

  /*-------------------------------------------
  Online shop
  -------------------------------------------*/

  #online-shop {
    margin-top: 70px;
    position: relative;
  }

  .item img {
    height: 140px;
  }


  #online-shop .text {
    max-width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  #online-shop .shop-title {
    font-size: 1.5rem;
    margin-bottom: 5px;
    position: relative;
  }

  #online-shop .shop-title object {
    position: relative;
    top: 1.5px;
    margin-right: 8px;
  }

  .sub-title {
    position: relative;
    display: inline-block;
    padding: 0 67px;
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .sub-title:before,
  .sub-title:after {
    width: 60px;
  }


  #online-shop .text p {
    text-align: center;
    font-size: 1.1rem;
  }

  /*-------------------------------------------
  footer
  -------------------------------------------*/
  #footer {
    margin-top: 140px;
  }

  #footer .sns {
    display: none;
  }

  #footer .copyright {
    font-size: 0.625rem;
  }



  .menu-list {
    display: none;
  }

  .menu-list2 {
    display: none;
  }

  #footer .logo {
    width: 83px;
    line-height: 1px;
    margin: 0px auto 20px;
  }

  #footer p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }