@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  color: #513200;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
h1 a {
  display: block;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h2-ttl {
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 600;
  font-family: "Lora", serif;
  color: #8C5B0D;
}
.txt {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.detail-btn {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #419844;
  border: solid 3px #419844;
  width: calc(100% - 6px);
  padding: 24px 0;
}
/*==================================================
ヘッダー
===================================*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #FFFFF5;
}
.header-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.h-logo {
  width: 15%;
  margin-top: 5px;
  line-height: 0;
}
.navarea {
  display: block;
  width: 70%;
}
.navbar-nav {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-item {
  text-align: center;
  margin: 0 15px;
}
.nav-item a {
  color: #8C5B0D;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.nav-item span {
  color: #A97D36;
  font-size: 25px;
  font-family: "Lora", serif;
  margin-bottom: 5px;
  display: block;
}
.h-btn {
  width: 15%;
}
.h-btn .item-btn {
  display: block;
  text-align: center;
  width: 240px;
  padding: 9px 0;
  margin-bottom: 10px;
  color: #FFFFFF;
  background-color: #419844;
}
.h-btn .item-btn img {
  vertical-align: middle;
  margin-right: 15px;
}
/*==================================================
メインビジュアル
===================================*/
.main {
  position: relative;
}
.main .swiper {
  line-height: 0;
}
.main-ttl {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: clamp(30px, 5vw, 80px);
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-shadow: 0px 4px 30px rgba(61, 39, 4, 1);
}
/*==================================================
news
===================================*/
.news {
  max-width: 1272px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  border: solid 4px #8C5B0D;
  border-radius: 20px;
  padding: 60px 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.news .flex {
  align-items: center;
}
.news .left {
  width: 30%;
  text-align: right;
}
.news .right {
  width: 60%;
}
.news .item {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.news dt {
  width: 20%;
  margin-bottom: 20px;
}
.news dd {
  width: 70%;
}
.news dd a {
  color: #513200;
}
.news dd a:hover {
  opacity: inherit;
  text-decoration: underline;
}
.news-page {
  margin: 120px 0;
}
.news-page .ttl {
  font-size: max(2vw, 20px);
  margin-bottom: 20px;
}
/*==================================================
greeting
===================================*/
.greeting {
  background-image: url("../img/greeting-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 230px 0 100px;
  height: 618px;
}
.greeting .flex {
  align-items: center;
}
.greeting .left {
  width: 50%;
}
.greeting .h2-ttl {
  margin-bottom: 60px;
}
.greeting .right {
  width: 45%;
}
/*==================================================
staff
===================================*/
.staff {
  text-align: center;
  background-color: #FFFFF5;
  padding: 100px 0;
}
.staff .h2-ttl {
  color: #513200;
  margin-bottom: 40px;
}
.staff .inner {
  max-width: 1140px;
}
.staff .item {
  width: 48%;
}
.staff .ttl {
  color: #513200;
  font-size: clamp(20px, 2.5vw, 30px);
  border-bottom: solid 2px #513200;
  margin-bottom: 30px;
}
.staff .ttl span {
  display: block;
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: bold;
}
.staff .detail {
  margin: 40px 0 80px;
}
/*==================================================
feature
===================================*/
.feature {
  padding: 60px 0 108px;
  background-image: url("../img/feature-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 840px;
}
.feature .inner {
  max-width: 1480px;
}
.feature .h2-ttl {
  color: #ffffff;
  font-size: clamp(65px, 10vw, 140px);
  font-weight: normal;
  line-height: 0.9;
}
.feature .flex {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 60px;
  align-items: center;
}
.feature .left {
  width: 48%;
}
.feature .ttl {
  font-size: clamp(40px, 4.5vw, 60px);
  margin-bottom: 50px;
}
.feature .right {
  width: 48%;
}
.feature .detail {
  margin-top: 70px;
}
.feature .detail-btn {
  color: #ffffff;
  background-color: #419844;
}
/*==================================================
instagram
===================================*/
.instagram {
  text-align: center;
  background-color: #DEEFCE;
  padding: 100px 0;
}
.instagram .h2-ttl {
  color: #513200;
  margin-bottom: 60px;
}
/*==================================================
salon
===================================*/
.salon {
  padding: 100px 0;
}
.salon .h2-ttl {
  color: #513200;
  margin-bottom: 60px;
}
.salon .left {
  width: 48%;
}
.salon .right {
  width: 47%;
}
.salon-tbl {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  line-height: 2;
}
.salon-tbl th {
  padding: 1em 0;
  border-top: solid 2px #513200;
  border-bottom: solid 2px #513200;
  font-weight: normal;
}
.salon-tbl td {
  padding: 1em 3em;
  border-top: solid 2px #513200;
  border-bottom: solid 2px #513200;
  text-align: left;
}
.salon .detail {
  margin-top: 40px;
}
/*==================================================
access
===================================*/
.access {
  margin-bottom: 100px;
}
.access .h2-ttl {
  color: #513200;
  margin-bottom: 60px;
}
.access .flex {
  align-items: flex-end;
}
.access .left {
  width: 65%;
}
.access .map {
  height: 510px;
}
.access .right {
  width: 25%;
  padding-right: 5%;
}
/*==================================================
contact
===================================*/
.contact {
  text-align: center;
  padding-top: 100px;
  background-image: url("../img/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}
.contact .h2-ttl {
  color: #513200;
  margin-bottom: 60px;
}
.contact .item {
  width: 50%;
}
.contact .item-btn {
  display: block;
  text-align: center;
  max-width: 480px;
  width: 90%;
  padding: 20px 0;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: clamp(20px, 3vw, 40px);
  font-family: "Noto Sans JP", sans-serif;
  background-color: #419844;
}
.contact .item-btn img {
  vertical-align: middle;
  margin-right: 20px;
}
.contact .flex-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.contact p {
  margin: 0 50px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
/*==================================================
フッター
===================================*/
#footer {
  text-align: center;
  padding-top: 40px;
  background-color: #FFFFF7;
}
#footer .navarea {
  width: 100%;
  margin: 60px 0;
}
.copyright {
  font-size: 16px;
  padding: 31px 0;
  background-color: #A97D36;
  color: #ffffff;
  text-align: center;
}
.sp-header {
  display: none;
}
.sp {
  display: none;
}
/*==================================================
下層ページ
===================================*/
.main-head {
  position: relative;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-head {
  background-image: url("../img/sub/feature-mv.jpg");
}
.menu-head {
  background-image: url("../img/sub/menu-mv.jpg");
}
.salon-head {
  background-image: url("../img/sub/salon-mv.jpg");
}
.gallery-head {
  background-image: url("../img/sub/gallery-mv.jpg");
}
.staff-head {
  background-image: url("../img/sub/staff-mv.jpg");
}
.page-ttl {
  width: 100%;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: clamp(50px, 7.5vw, 100px);
  font-weight: 600;
  font-family: "Lora", serif;
  text-align: center;
}
.h3-ttl {
  text-align: center;
  position: relative;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: normal;
  margin-bottom: 130px;
}
.h3-ttl::after {
  content: url("../img/sub/icon.png");
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}
.sub-feature {
  background-image: url("../img/sub/feature-bg.jpg");
  padding: 80px 0;
}
.sub-feature .inner {
  max-width: 1680px;
  width: 85%;
  background-color: rgba(255, 255, 247, 0.8);
  padding: 80px 30px 20px;
}
.sub-feature .flex {
  max-width: 1220px;
  padding: 40px 0;
  margin: 0 auto 80px;
  border-top: solid 2px #513200;
  border-bottom: solid 2px #513200;
}
.sub-feature .left {
  width: 49%;
}
.sub-feature .right {
  text-align: left;
  width: 46%;
}
.sub-menu {
  margin: 120px 0;
}
.menu-list {
  margin-bottom: 120px;
}
.menu-list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dashed 3px #C1BAB0;
}
.menu-list .item:last-child {
  border-bottom: none;
}
.menu-list .item dt {
  width: 80%;
  text-align: left;
  font-size: 25px;
}
.menu-list .item dt span {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #C1BAB0;
}
.sub-greeting {
  background-image: url("../img/sub/salon-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 126px;
  margin-bottom: 120px;
  height: 780px;
}
.sub-greeting .txt {
  margin-top: 40px;
}
.scenery {
  margin-bottom: 120px;
}
.scenery .flex {
  padding: 40px 0;
  border-top: solid 2px #419844;
  border-bottom: solid 2px #419844;
}
.scenery .item {
  text-align: center;
  width: 33%;
}
.scenery .item p {
  font-size: 30px;
}
.overview {
  margin-bottom: 120px;
}
.overview .salon-tbl {
  margin-bottom: 80px;
}
.overview .salon-tbl th {
  width: 38%;
}
.overview .map {
  height: 540px;
  margin-bottom: 80px;
}
.sub-staff {
  position: relative;
  margin: 120px 0 180px;
}
.sub-staff::before {
  content: url("../img/sub/l-leaf.png");
  position: absolute;
  top: 0;
  left: 9%;
}
.sub-staff::after {
  content: url("../img/sub/r-leaf.png");
  position: absolute;
  top: 0;
  right: 9%;
}
.sub-staff .flex {
  padding: 80px 0;
  border-top: solid 3px #419844;
  border-bottom: solid 3px #419844;
}
.sub-staff .flex:nth-child(even) {
  flex-direction: row-reverse;
  border-top: none;
}
.sub-staff .left {
  width: 45%;
}
.sub-staff .right {
  width: 50%;
}
.sub-staff .h3-ttl {
  font-size: clamp(30px, 3.5vw, 40px);
}
.sub-staff .h3-ttl span {
  display: block;
  font-size: clamp(18px, 2.5vw, 30px)
}
.gallery .blog-box {
  max-width: 1260px;
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery .post {
  width: 25%;
  margin: 100px auto;
  text-align: center;
}
.gallery .post a {
  color: #333333;
}
.gallery .post p {
  color: #C1BAB0;
  margin-top: 20px;
}
.gallery .post .ttl {
  color: #513200;
}
/*==================================================
scroll_up ｜下から上へ出現
===================================*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*==================================================
レスポンシブ調整
===================================*/
@media (max-width: 1536px) {
  .header-wrap {
    width: 95%;
  }
  .sub-staff::before {
    left: 0;
  }
  .sub-staff::after {
    right: 0;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  .h-btn {
    display: none;
  }
  .nav-item span {
    font-size: 20px;
  }
  .navarea {
    width: 75%;
  }
  .contact .item-btn img {
    height: 50px;
  }
  .scenery .item {
    width: 30%;
  }
  .sub-staff::before {
    content: none;
  }
  .sub-staff::after {
    content: none;
  }
}
@media (max-width: 834px) {
  .header-wrap {
    display: none;
  }
  .sp-header {
    display: block;
  }
  .hamb {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    right: 20px;
    top: 20px;
    width: 65px;
    height: 65px;
  }
  .black-bg ul {
    width: 310px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .black-bg ul li {
    padding: 30px 0;
    border-bottom: solid 2px #A97D36;
  }
  .black-bg ul li:last-child {
    border-bottom: none;
  }
  .black-bg ul .bg-logo {
    width: 160px;
    margin: 0 auto;
    border-bottom: none;
    padding-top: 0;
  }
  .black-bg ul li a {
    color: #A97D36;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .black-bg ul li a span {
    width: 50%;
    font-family: "Lora", serif;
    font-size: 23px;
  }
  .line {
    position: absolute;
    left: 23%;
    width: 35px;
    height: 3px;
    background-color: #A97D36;
    top: 20%;
  }
  .line:nth-child(2) {
    top: 40%;
    left: 23%;
  }
  .line:nth-child(3) {
    top: 60%;
    left: 23%;
  }
  .black-bg {
    position: fixed;
    background: #FFFFF5;
    top: 0;
    right: -450px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }
  .black-bg.open {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  #hamb.active .line {
    background-color: #A97D36;
  }
  /*アニメーション*/
  .black-bg {
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(14px) translateX(0) rotate(45deg);
  }
  #hamb.active .line:nth-child(2) {
    opacity: 0;
    background: #FFF;
  }
  #hamb.active .line:nth-child(3) {
    transform: translateY(-12px) translateX(0) rotate(-45deg);
  }
  .animation {
    transition: all .6s;
  }
  .greeting {
    padding: 50px 0;
    height: auto;
  }
  .greeting .left {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .greeting .right {
    width: 100%;
  }
  .staff .item {
    width: 100%;
    margin-bottom: 50px;
  }
  .feature {
    height: auto;
  }
  .feature .flex {
    padding: 30px;
  }
  .feature .left {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .feature .right {
    width: 100%;
  }
  .salon .flex {
    flex-direction: column-reverse;
  }
  .salon .left {
    width: 100%;
  }
  .salon .right {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .access .left {
    width: 90%;
    margin: 0 5% 50px;
  }
  .access .right {
    width: 90%;
    margin: 0 5%;
    padding-right: 0;
  }
  .nav-item {
    margin: 0 10px;
  }
  .h3-ttl::after {
    transform: translate(-50%, 70%);
  }
  .menu-list .item dt {
    font-size: 20px;
  }
  .menu-list .item dt span {
    font-size: 16px;
  }
  .scenery .item p {
    font-size: 20px;
  }
  .gallery .blog-box {
    margin-top: 70px;
  }
  .gallery .post {
    width: 50%;
    margin: 50px auto;
  }
  .news {
    width: 100%;
    border-radius: 0;
    position: inherit;
    transform: none;
    left: 0;
    border: none;
    border-top: solid 4px #8C5B0D;
    border-bottom: solid 4px #8C5B0D;
  }
  .news .left {
    width: 100%;
    text-align: center;
  }
  .news .right {
    width: 100%;
    text-align: center;
  }
  .news dl {
    padding: 0 20px;
  }
  .news dt {
    width: 100%;
  }
  .news dd {
    width: 100%;
  }
}
@media (max-width: 428px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-header {
    height: 95px;
    display: flex;
    align-items: center;
  }
  .h-logo {
    width: auto;
    margin-top: 0;
  }
  .h-logo img {
    height: 83px;
  }
  .hamb {
    right: 5px;
  }
  .main-ttl {
    width: auto;
    top: 30%;
    writing-mode: vertical-rl;
  }
  .detail-btn {
    font-size: 16px;
    padding: 16px 0;
  }
  .greeting {
    background-image: url("../img/sp/greeting-bg.jpg");
  }
  .staff {
    padding: 50px 0;
  }
  .feature .h2-ttl {
    text-align: center;
  }
  .salon {
    padding: 50px 0;
  }
  .salon .h2-ttl {
    text-align: center;
  }
  .access .h2-ttl {
    text-align: center;
  }
  .contact {
    height: auto;
  }
  .contact .flex-txt {
    margin-bottom: 0;
  }
  .contact p {
    width: 100%;
    margin: 0 0 30px;
  }
  .contact .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact .item-btn img {
    height: 40px;
  }
  .access {
    margin-bottom: 50px;
  }
  #footer {
    padding-top: 0;
    margin-bottom: 60px;
  }
  .floating {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    z-index: 99;
  }
  .floating .item-tel {
    width: 19%;
    display: flex;
    align-items: center;
  }
  .floating .item-web {
    width: 39%;
  }
  .floating .item-web img {
    margin-right: 15px;
  }
  .floating .item-access {
    width: 39%;
  }
  .floating .item-access img {
    margin-right: 15px;
  }
  .floating a {
    display: block;
    text-align: center;
    width: 100%;
    height: 45px;
    padding-top: 15px;
    background-color: #419844;
    color: #ffffff;
  }
  .floating img {
    vertical-align: middle;
  }
  .sub-feature .inner {
    width: 70%;
  }
  .sub-feature .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .sub-feature .right {
    width: 100%;
  }
  .menu-list .item dt {
    width: 100%;
    margin-bottom: 30px;
  }
  .menu-list .item dd {
    width: 100%;
    text-align: right;
  }
  .sub-greeting {
    height: auto;
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .scenery {
    margin-bottom: 50px;
  }
  .scenery .item {
    width: 100%;
    margin-bottom: 50px;
  }
  .scenery .item:last-child {
    margin-bottom: 0;
  }
  .overview .salon-tbl th {
    width: inherit;
  }
  .sub-staff .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .sub-staff .right {
    width: 100%;
  }
  .gallery .post {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .black-bg ul {
    width: 290px;
  }
  .feature .h2-ttl {
    font-size: 50px;
  }
  .feature .ttl {
    font-size: 30px;
  }
}