@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

div, p, li, span {
/*     font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo; */
	font-family: "Noto Sans JP", serif;
}

h1, h2, h3, h4, h5, h6 {
/*     font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo; */
	font-family: "Noto Sans JP", serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

* {
    font-family: unset;
}

a:link {
    color: unset;
}

.img_center img {
    margin: 0 auto 50px;
}

body {
  margin-top: 52px;
}

/* body.page-template-page_front_new:before {
    content: '';
    width: 50%;
    height: 198vw;
    background: #ece1d2;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
} */

#header {
  min-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 9999;
  background-color: #ffffff;
  //border-bottom: 1px solid #333333;
  //box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

#header_in {
  width: 100%;
  /* height: auto; */
  margin: 0 auto;
  padding: 10px 30vw;
  overflow: hidden;
  display: flex;
  position: relative;
}

#main_visual {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #f0ebde;
}

#main_visual_in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#global_navi {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  overflow: unset;
  background-color: #ffffffee;
  //
  background-color: #e7657a;
  //
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 3;
}

#global_navi_in {
  width: 880px;
  height: 100%;
  margin: 0 auto;
  //
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}

.main { width: 100%; position: relative; }
.main-top { padding-left: 22vw; }
.main-add { padding-left: 5%; }
.main-add-inner {height: 22vw;background: url(../images/hero-add-bg.jpg) no-repeat center left 5%;}
.main-image { width: 100%; position: relative; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.main-top-text01 {padding-left: 4vw;padding-bottom: 2vw;color: #fff;font-size: 11.18vw;font-family: 'Cinzel' ,serif;font-weight: 400;letter-spacing: 1px;line-height: 1.2;border-bottom: 1px solid;z-index: 0;position: absolute;top: 30vw;left: 0;text-transform: uppercase; text-shadow: 3px 3px 10px #6e585a; }
.main-top-text02 {color: #8f7574;font-size: 3.16vw;font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;font-weight: 400;z-index: 0;position: absolute;bottom: 8vw;left: 4vw;}
.main-top-text02 span { padding: 1.5vw; margin-bottom: 1vw; background: #fff; display: inline-block; }
.main-top-text03 {color: #fff;font-size: 3.16vw;font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;font-weight: 400;font-style: italic;line-height: 1.6;letter-spacing: 1px;text-orientation: upright;writing-mode: vertical-rl;position: absolute;top: 5vw;right: 4vw;text-shadow: 0px 2px #00000014;}

.main-title { width: 100%; text-align: center; z-index: 1; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.main-title .en {margin-bottom: 5px;color: #fff;font-size: 6.6vw;font-family: 'Cinzel';font-weight: 400;letter-spacing: 2px;display: block;}
.main-title .jp {padding: 1.5vw 3vw;margin: auto;color: #8f7574;font-size: 3.2vw;font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;font-weight: 400;background: #fff;display: table;}



.nav_header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.nav_header .nav_header_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav_header .nav_list a {
    position: relative;
    text-decoration: none;
    color: #936e3b;
/*     font-family: serif; */
/*     font-weight: bold; */
}

.nav_header .nav_list a:hover:after {
    transform: scale(1,1);
}

.nav_header .nav_list a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 15%;
    width: 70%;
    height: 2px;
    background: #936e3b;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

#header #nav ul li {
    margin: 0 10px !important;
}

#hamburger {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    transition: all .3s;
    transform: translateY(-50%);
	display: none;
}

.header-open #hamburger {
    position: absolute;
    top: 70%;
}

.hamburger_line {
    position: absolute;
    left: 0;
    right:0;
    margin:auto;
    width: 40px;
    height: 1px;
    background-color: #888;
    transition: all .3s;
}
.hamburger_line-1 {
    top: 15px;
}
.hamburger_line-2 {
    top: 25px;
}
.hamburger_line-3 {
    top: 35px;
}

.hamburger:hover .hamburger_line-2{
    top: 25px;
}
/* 表示された時用のCSS */
.header-open .global-nav {
    top: 0;
}


.header-open .global-nav .head{
    position:fixed;
    top:0;
    z-index: 50;
}

.header-open .global-nav .global-nav_list{
    height: 721px;
    margin-top: 85px;
}

.header-open .hamburger {
    position:fixed;
    top: 25px;
}
.header-open .hamburger_line-1 {
    transform: rotate(30deg);
    background:#FFF;
    top: 25px;
}
.header-open .hamburger_line-2 {
    transform: rotate(-30deg);
	 background:#FFF;
}
.header-open .hamburger_line-3 {
    display:none;
}


.header-open .hamburger:hover .hamburger_line{
    /* height: 10px; */
}

#header {z-index: 20;position: fixed;}
#header.header-open .header-content { height: 0; }
#header.header-open .header-content-items { visibility: hidden; opacity: 0; }
#header.header-open .h-navi-button .hamburger_line-1 { top: 50%; -moz-transform: translate(-50%, -50%) rotate(35deg); -ms-transform: translate(-50%, -50%) rotate(35deg); -webkit-transform: translate(-50%, -50%) rotate(35deg); transform: translate(-50%, -50%) rotate(35deg); }
#header.header-open .h-navi-button .hamburger_line-2 { opacity: 0; }
#header.header-open .h-navi-button .hamburger_line-3 { top: 50%; left: 50%; -moz-transform: translate(-50%, -50%) rotate(-35deg); -ms-transform: translate(-50%, -50%) rotate(-35deg); -webkit-transform: translate(-50%, -50%) rotate(-35deg); transform: translate(-50%, -50%) rotate(-35deg); }
#header.header-open .h-navi { visibility: visible; opacity: 1; }
#header.header-open .header-logo { visibility: hidden; opacity: 0; }
#header.header-open .animation { -moz-animation-name: h-navi-in; -webkit-animation-name: h-navi-in; animation-name: h-navi-in; -moz-animation-duration: 0.3s; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -moz-animation-timing-function: ease; -webkit-animation-timing-function: ease; animation-timing-function: ease; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
#header.header-open .animation01 { -moz-animation-delay: 0.4s; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
#header.header-open .animation02 { -moz-animation-delay: 0.5s; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
#header.header-open .animation03 { -moz-animation-delay: 0.6s; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
#header.header-open .animation04 { -moz-animation-delay: 0.7s; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }
#header.header-open .animation05 { -moz-animation-delay: 0.8s; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
#header.header-open .animation06 { -moz-animation-delay: 0.9s; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }
#header.header-open .animation07 { -moz-animation-delay: 1s; -webkit-animation-delay: 1s; animation-delay: 1s; }
#header.header-open .animation08 { -moz-animation-delay: 1.1s; -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
#header.header-open .animation09 { -moz-animation-delay: 1.2s; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
#header .animation { opacity: 0; }

.header-content { width: 100%; height: 60px; z-index: 10; position: fixed; left: 0; top: 0; -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.header-content.active { height: 50px; background: #fff; }
.header-content.active .header-logo { width: 100px; top: 20px; }
.header-content.active .h-navi-button { top: 5px; }

.header-logo { width: 110px; z-index: 1; position: absolute; top: 24px; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.header-logo img { width: 100%; }

.h-navi {width: 100%;height: 100%;background-color: #2cb6d5;background-image: url(../images/h-navi-bg.jpg), url(../images/h-navi-bg02.jpg);background-repeat: no-repeat, repeat-x;background-position: right bottom, bottom;background-size: auto 80%, auto 80%;z-index: 100;opacity: 0;visibility: hidden;position: fixed;top: 0;-moz-transition: 0.6s;-o-transition: 0.6s;-webkit-transition: 0.6s;transition: 0.6s;}
.h-navi.header-closed .animation { opacity: 1; -moz-animation-name: h-navi-out; -webkit-animation-name: h-navi-out; animation-name: h-navi-out; -moz-animation-duration: 0.3s; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -moz-animation-timing-function: ease; -webkit-animation-timing-function: ease; animation-timing-function: ease; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.h-navi.header-closed .animation01 { -moz-animation-delay: 0s; -webkit-animation-delay: 0s; animation-delay: 0s; }
.h-navi.header-closed .animation02 { -moz-animation-delay: 0.1s; -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }
.h-navi.header-closed .animation03 { -moz-animation-delay: 0.15s; -webkit-animation-delay: 0.15s; animation-delay: 0.15s; }
.h-navi.header-closed .animation04 { -moz-animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.h-navi.header-closed .animation05 { -moz-animation-delay: 0.25s; -webkit-animation-delay: 0.25s; animation-delay: 0.25s; }
.h-navi.header-closed .animation06 { -moz-animation-delay: 0.3s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
.h-navi.header-closed .animation07 { -moz-animation-delay: 0.35s; -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }

.h-navi-inner { width: 100%; height: 100vh; position: fixed; overflow: auto; -ms-overflow-style: none; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.h-navi-inner::-webkit-scrollbar { display: none; }
.h-navi-scroll {width: 100%;height: 100%;padding: 24px 0 200px;margin: auto;overflow-y: auto;-ms-overflow-style: none;scrollbar-width: none;-webkit-overflow-scrolling: touch;}
.h-navi-scroll::-webkit-scrollbar { display: none; }
.h-navi-logo, .footer-salon-navi-logo {width: 160px;margin: 0 auto 20px;z-index: 1;position: relative;display: block;}
.h-navi-logo img, .footer-salon-navi-logo img {width: 100%;}
a.h-navi-mail {display: block;width: 90%;padding: 22px 0 19px;margin: 0 auto 30px;color: #fff;font-size: 3.68vw;font-family: 'Cinzel';font-weight: 400;text-align: center;letter-spacing: 2px;border: 1px solid;text-decoration: none;}
a.h-navi-mail span { margin: 0 5px; display: inline-block; }
.h-navi-items { width: 90%; margin: 0 auto 30px; }
.h-navi-items li {/* margin: 0 auto 15px; */font-size: 7vw;font-family: 'Cinzel';font-weight: 400;letter-spacing: 2px;overflow: hidden;position: relative;}
.h-navi-items a { color: #fff;text-decoration: none; }
.h-navi-items a:hover { opacity: 1; }
.h-navi-follow { width: 90%; padding-top: 25px; margin: auto; border-top: 1px solid #fff; }
.h-navi-follow-title { margin-bottom: 15px; color: #fff; font-size: 3.68vw; font-family: 'Cinzel'; font-weight: 400; letter-spacing: 2px; }
.h-navi-follow-items { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; justify-content: flex-start; }
.h-navi-follow-items li {margin-left: 0;margin-right: 6vw;color: #fff!important;}

@-webkit-keyframes h-navi-in { 0% { opacity: 0; -moz-transform: translateY(20px); -ms-transform: translateY(20px); -webkit-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes h-navi-in { 0% { opacity: 0; -moz-transform: translateY(20px); -ms-transform: translateY(20px); -webkit-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } }
@-webkit-keyframes h-navi-out { 0% { opacity: 1; -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }
  100% { opacity: 0; -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -webkit-transform: translateY(-20px); transform: translateY(-20px); } }
@keyframes h-navi-out { 0% { opacity: 1; -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }
  100% { opacity: 0; -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -webkit-transform: translateY(-20px); transform: translateY(-20px); } }

.body-fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}

.information {
    margin: 6% auto;
    width: 90%;
    text-align: center;
    border: 1px solid #b7a983;
    background: #ffffff7d;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
}

.information a {
    position: relative;
    display: block;
    padding: 4%;
    color: #6a5207;
    text-align: center;
    text-decoration: none;
}

.information a:after {
    content: "⟩";
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}

.beginner_image_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 30px;
}

.beginner_image_items li {
    width: 49%;
}

.beginner_image_items li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2%;
}

.beginner_image_items li img {
    width: 100%;
}

.beginner_text {
    width: 90%;
    margin: auto;
    position: relative;
}

#content .beginner_title {
    z-index: 10;
    margin-bottom: 20px;
    color: #b39033;
    font-size: 4.47vw;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
    font-weight: 400;
    text-align: center;
}

.beginner_text p {
    margin-bottom: 20px;
    font-size: 3.29vw;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.6;
}

.beginner_text_deco {
    width: 46vw;
    position: absolute;
    top: -4vw;
    right: -2%;
    opacity: .6;
    z-index: 0;
}

.beginner_text .button_pt1,
.pages_sns .button_pt1 {
    min-width: 65vw;
    padding: 20px 40px 18px;
    margin: auto;
    color: #fff;
    text-decoration: none;
    font-size: 3.95vw;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
    font-weight: 400;
    text-align: center;
    background: #dbc789;
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ddc98b), color-stop(100%, #d0b87d));
    background: -moz-linear-gradient(left, #ddc98b, #d0b87d);
    background: -webkit-linear-gradient(left, #ddc98b, #d0b87d);
    background: linear-gradient(to right, #ddc98b, #d0b87d);
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -moz-box-shadow: 0 0 8px -4px #666;
    -webkit-box-shadow: 0 0 8px -4px #666;
    box-shadow: 0 0 8px -4px #666;
    display: table;
}

.pages_sns ul  {
  flex-wrap: wrap;
  justify-content: center;
}

.pages_sns .button_pt1 {
  width: 80%;
  margin-bottom: 4%;
}

.pages_sns .button_pt1 i {
  margin-right: 5px;
}

/* メニューボックス */

.c_menu {
    margin-top: 80px;
}

.c_menu_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 870px;
    margin: 0 auto 20px;
    border: none;
}

.c_menu_box {
    width: calc( 100% / 2 );
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 25px;
}

.c_menu_box:nth-child(even) {
    border-left: 1px solid #ccc;
}

.c_menu_box img {
    /* width: 70%; */
    max-width: 90px;
    height: auto;
    margin: 0 auto;
}

.c_menu_box p {
    color: #7D5A28;
    line-height: 1.5;
    font-size: 4.1vw;
    margin-bottom: 10px;
    text-align: center;
}

.c_menu_box p span {
    font-size: .9em;
    opacity: .9;
}

.c_menu_box a {
    position: relative;
    display: block;
    width: 70%;
    margin: 30px auto 30px;
    padding: 10px 15px;
    font-size: 0.7em;
    text-align: center;
    border: 1px solid;
    border-radius: 35px;
    color: #aa9271;
    text-decoration: none;
}

.c_menu_box a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 4px;
    border-color: transparent transparent transparent #7d5a2894;
}

.point img {
    margin: 0 auto;
}

.media {
    padding: 35px 0 40px;
}

.media_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.media_list li {
    width: calc( 100% / 2 - 3% );
    margin-bottom: 3%;
}

.media_list li img {
    margin: 0 auto;
}

.bg_news-in {
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: column;
}

.bg_news {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.news_left_box {
    width: 100%;
    background-color: #fff;
}

.news_title {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
}

.news_title span {
    font-size: .5em;
}

.news_left_box .news_box {
    margin-top: 30px;
}

.tag {
    padding: 2px 5px;
    background-color: #ece1d2;
}

.news_left_box .news_box .lnk a {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 90%;
    margin: auto;
    background-color: #c79742;
    padding: 10px 15px;
    border-radius: 40px;
}

.news_title {
    display: flex;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0px;
    flex-direction: column;
    align-items: center;
    /* color: #997747; */
    font-family: "Noto Sans JP", serif;
    clear: both;
    color: #cea071;
}

.news-02 {
    margin-top: 30px;
}

.pages_sns_in {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}

.pages_sns_in li {
    width: 100%;
}

.bg_sns {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0 50px;
    display: table;
    /* background-color: #f7f5f0; */
}

.footer_contact_box {
    width: 100%;
    max-height: 65px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.footer_contact_box li {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    float: left;
}

.footer_contact_box li:nth-child(1) {
    background-color: #0cc0df;
}
.footer_contact_box li:nth-child(2) {
    background-color: #fffbf0;
}

.footer_contact_box li img {
    width: 100%;
    max-height: 30px;
    margin: auto;
    padding: 0;
}

.foot-menu {
	width: 35%;
    background: unset;
    overflow: hidden;
    border-bottom: unset;
    padding: 25px 0;
}

/* フッターバナー追加2026/06 */

.center {
    margin: auto;
}

.top-contact-title {
    text-align: center;
    color: #6d4311; 
    border: none;
    font-weight: normal;
    background: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
    position: relative;
    font-size: 32px;  
  }

    .flex-box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4%;
}

.footer-Banner{
  width: initial;
}

 .top-contact-title::before {
   content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 1.6em 0 2em 0;   
  width: 20%;        
  height: 2px;        
  background-color: #997747;
}
/* フッターバナー追加2026/06 ここまで*/

#copyright {
    background-color: #232323;
    /* border-top: 5px solid #e7657a; */
	padding-bottom: 60px;
}

.fa-line:before {
    color: #fff!important;
}

.shinq-compass li img {
    padding: 0px 10px;
}

.shinq-compass ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px auto 50px;
	flex-wrap: nowrap;
	justify-content: center;
}
/* 症例メニューボックス */

.syo_menu {
    margin-top: 80px;
}

.syo_menu_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 870px;
    margin: 0 auto 20px;
    border: none;
}

.syo_menu_box {
    width: calc( 100% / 2 );
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 25px;
}

.syo_menu_box:nth-child(even) {
    border-left: 1px solid #ccc;
}

.syo_menu_box img {
    max-width: 110px;
    height: auto;
    margin: 0 auto;
}

.syo_menu_box p {
    color: #7D5A28;
    line-height: 1.5;
    font-size: 4.1vw;
    margin-bottom: 10px;
    text-align: center;
}

.syo_menu_box p span {
    font-size: .9em;
    opacity: .9;
}

.syo_menu_box a {
    position: relative;
    display: block;
    width: 70%;
    margin: 30px auto 30px;
    padding: 10px 15px;
    font-size: 0.7em;
    text-align: center;
    border: 1px solid;
    border-radius: 35px;
    color: #aa9271;
    text-decoration: none;
}

.syo_menu_box a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 4px;
    border-color: transparent transparent transparent #7d5a2894;
}
p.top-syourei-btn a{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 75%;
    margin: auto;
    background-color: #c79742;
    padding: 10px 15px;
    border-radius: 40px;
}
p.top-syourei-btn a::after {
    content: " ";
    border: 6px solid transparent;
    border-left-color: white;
    display: inline-block;
    margin-left: 10px;
}

@media screen and ( min-width:768px ) {


    body.page-template-page_front_new:before {
        height: 1560px;
		   height: 860px;
    }

    #header {
        position: fixed;
        min-width: 1280px;
        width: 100%;
        height: 85px;
    }

    #header_in {
        width: 1380px;
        padding: 20px 30px;
    }

    .main-top { padding: 0; }
    .main-top .bx-viewport { overflow: visible !important; }
    .main-add { padding-left: 0; }
    .main-add-inner { height: 140px; background: url(../images/pc-hero-add-bg.jpg) no-repeat center left calc(50% - -130px); }
    .main-top-items {width: auto;padding: 0;position: relative;left: 50%;-moz-transform: translateX(-330px);-ms-transform: translateX(-330px);-webkit-transform: translateX(-330px);transform: translateX(-330px);max-width: 1080px;}
    .main-image { min-width: 1080px; }
    .main-top-text01 { padding: 0; font-size: 88px; line-height: 1.1; letter-spacing: 5px; border: none; top: auto; left: 50%; bottom: 200px; -moz-transform: translateX(-480px); -ms-transform: translateX(-480px); -webkit-transform: translateX(-480px); transform: translateX(-480px); text-shadow: 4px 4px 10px #6e585a; }
    .main-top-text01:after {content: '';width: 500%;height: 1px;background: #fff;position: absolute;bottom: 0;right: 30px;}
    .main-top-text02 { font-size: 22px; left: 50%; bottom: 80px; -moz-transform: translateX(-480px); -ms-transform: translateX(-480px); -webkit-transform: translateX(-480px); transform: translateX(-480px); }
    .main-top-text02 span { padding: 6px 10px 5px; margin-bottom: 6px; }
    .main-top-text03 { font-size: 18px; letter-spacing: 2px; top: 70px; right: auto; left: 50%; -moz-transform: translateX(410px); -ms-transform: translateX(410px); -webkit-transform: translateX(410px); transform: translateX(410px); }
    .main-title .en { margin-bottom: 8px; font-size: 30px; letter-spacing: 4px; }
    .main-title .jp { padding: 4px 8px 5px; font-size: 12px; }

    .header-content { height: 140px; }
    .header-content.active { height: 80px; }
    .header-content.active .header-logo { width: 150px; top: 30px; }
    .header-content.active .h-navi-button { top: 14px; }
    .header-content-inner { position: relative; }

    .header-logo { width: 220px; top: 58px; }

    .h-navi-button { width: 50px; height: 50px; top: 48px; right: 0; }
    .h-navi-button .hamburger_line { width: 50px; }
    .h-navi-button .hamburger_line-1 { top: 10px; }
    .h-navi-button .hamburger_line-2 { top: 25px; }
    .h-navi-button .hamburger_line-3 { top: 40px; }
    .h-navi {background-color: #dec5c0;background-position: top 100px left calc(50% + 400px);background-size: 820px;}
    .h-navi-scroll { width: 900px; padding: 60px 0; }
    .h-navi-logo, .footer-salon-navi-logo {width: 220px;margin-bottom: 40px;}
    .h-navi-banner-items { width: 450px; margin: 0 0 15px; }
    a.h-navi-mail { width: 450px; padding: 30px 0 24px; margin: 0 0 30px; font-size: 18px; }
    .h-navi-items { width: 450px; margin: 0 0 60px; }
    .h-navi-items li {font-size: 50px;}
    .h-navi-sub-items { width: 450px; margin: 0 0 30px; }
    .h-navi-sub-items li { font-size: 16px; }
    .h-navi-follow { width: 450px; padding-top: 25px; margin: 0; }
    .h-navi-follow-title { font-size: 16px; }
    .h-navi-follow-items li { margin-left: 0; margin-right: 18px; }

    .information {
        margin: 50px auto;
        width: 850px;
    }

    .information a {
        padding: 20px;
    }

    .beginner {
        padding: 75px 0 80px;
    }

    .beginner_inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        max-width: 890px;
        width: 100%;
        margin: auto;
    }

    .beginner_image_items {
        max-width: 455px;
        margin: 0;
    }

    .beginner_text {
        max-width: 420px;
        padding-top: 50px;
        padding-left: 20px;
        margin: 0;
    }

    #content .beginner_title {
        margin-bottom: 40px;
        font-size: 22px;
        text-align: left;
        padding: 0;
    }

    #content .beginner_title::before,
    #content .beginner_title::after {
        content: none;
    }

    .beginner_text p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.8;
    }

    .beginner_text_deco {
        width: 350px;
        position: absolute;
        top: -60px;
        left: -15px;
    }

    .beginner_text .button_pt1,
    .pages_sns .button_pt1 {
        min-width: 230px;
        padding: 15px 40px 13px;
        font-size: 18px;
    }

    .beginner_text .button_pt1.beginner_more {
        margin: 30px 0 0;
    }
    
    /* メニューボックス */

    .c_menu {
    margin-top: 0;
    }

    .c_menu_list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        max-width: 870px;
        margin: 0 auto 20px;
        border: none;
    }

    .c_menu_box {
        width: calc( 100% / 3 );
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
        /* padding-top: 10px; */
        /* padding-bottom: 25px; */
    }

    .c_menu_box:nth-child(even) {
        border-left: unset;
    }

    .c_menu_box:nth-child(2),
    .c_menu_box:nth-child(5) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .c_menu_box:nth-child(4),
    .c_menu_box:nth-child(5),
    .c_menu_box:nth-child(6) {
        border-bottom: unset;
    }

    .c_menu_box img {
        /* width: 70%; */
        height: auto;
    }

    .c_menu_box p {
        font-size: 18px;
    }

    .media {
        padding: 75px 0 80px;
    }

    .media_list li {
        width: calc( 100% / 3 );
    }

    .news_title {
        font-size: 40px;
    }

    .bg_news {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 50px 0;
        display: table;
        background-color: #f7f5f0;
    }

    .bg_news-in {
        display: flex;
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: row;
    }

    .news_left_box {
        padding: 16px 4% 75px 4%;
        width: 49%;
        background-color: #fff;
        border-radius: 4px;
    }

    .news-02 {
        margin-top: 0;
    }

    .foot_image {
        width: 100%;
        height: 380px;
        background-image: url(../images/footer_back_new01.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        text-align: center;
    }

    .news_left_box .news_box .lnk a {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 60%;
        margin: auto;
        background-color: #c79742;
        padding: 10px 15px;
        border-radius: 40px;
    }

    .bg_sns {
        padding: 0 0 50px;
        background-color: #f7f5f0;
    }

    .pages_sns ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pages_sns_in li {
        width: 46%;
    }
	
	/* 症例メニューボックス */

    .syo_menu {
    margin-top: 70px;
    }

    .syo_menu_list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        max-width: 870px;
        margin: 0 auto 20px;
        border: none;
    }

    .syo_menu_box {
        width: calc( 100% / 3 );
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
        /* padding-top: 10px; */
        /* padding-bottom: 25px; */
    }

    .syo_menu_box:nth-child(even) {
        border-left: unset;
    }

    .syo_menu_box:nth-child(2),
    .syo_menu_box:nth-child(5) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .syo_menu_box:nth-child(4),
    .syo_menu_box:nth-child(5),
    .syo_menu_box:nth-child(6) {
        border-bottom: unset;
    }

    .syo_menu_box img {
        /* width: 70%; */
        height: auto;
    }

    .syo_menu_box p {
        font-size: 18px;
    }
	p.top-syourei-btn a{
		width: 17%;
	}
	
}

/* 2024/05/24 */


.top_about {
	width: 90%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_about_img {
	width: 35%;
}

.top_about_img img {
	height: 320px;
	object-fit: cover; 
}

.top_about_txt {
	width: 60%;
	padding: 50px 30px 50px 0;
	position: relative;
}

.top_about_txt::before {
	content: '';
	width: 130%;
	height: 100%;
	background: #ece1d2;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
}

.top_about_txt h2 {
	color: #AD7D4C!important;
	text-align: left!important;
}

.top_about_lists {
	padding-left: 0;
}

.top_about_lists li {
	list-style: none;
	color: #AD7D4C;
	background-color: #FFF;
	padding: 20px 30px 20px 60px;
	margin-bottom: 20px;
	position: relative;
}

.top_about_lists li::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: #AD7D4C;
	border: 1px solid #AD7D4C;
}

.top_about_lists li::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 36px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 7px;
	height: 4px;
}

.top_about_txt a {
	min-width: 230px;
	padding: 15px 40px 13px;
	font-size: 18px;
	color: #fff;
	background: linear-gradient(to right, #ddc98b, #d0b87d);
	border-radius: 40px;
	-webkit-box-shadow: 0 0 8px -4px #666;
	box-shadow: 0 0 8px -4px #666;
	text-decoration: none;
}

.top_about_txt p {
	margin-top: 50px;
}

@media screen and (max-width:751px) {
	.top_about {
		width: 100%;
		flex-direction: column;
	}

	.top_about_img {
		width: 100%;
		position: relative;
	}
	
	.top_about_img::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 50%;
		background-color: #ece1d2;
		z-index: -1;
	}
	
	.top_about_img img {
		width: 80%;
		height: initial;
		margin: 0 auto;
		padding-top: 50px;
	}

	.top_about_txt {
		width: 100%;
		padding: 2.604166666%;
		padding-bottom: 50px;
	}

	.top_about_txt::before {
		width: 100%;
	}
	
	.top_about_txt p {
		text-align: center;
		margin-top: 50px;
	}
}


/* よくある質問 */

.qa {
	padding: 80px 0;
	background-color: #f7f5f0;
}

.accordion_box {
	width: 70%;
	margin: auto;
	margin-bottom: 25px;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.accordion_box:last-child {
	margin-bottom: 0;
}

.accordion_header {
	position: relative;
	cursor: pointer;
	background-color: #FFF;
	padding: 20px;
	color: #6d4311;
}

.accordion_header::before,
.accordion_header::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	background-color: #6d4311;
	display: block;
	margin: auto;
	transition: transform .3s;
}

.accordion_header::before {
	width: 1px;
	height: 25px;
	right: 50px;
}

.accordion_header::after {
	width: 25px;
	height: 1px;
	right: 38.5px;
}

.open::before {
	display: none;
}

.accordion_inner {
	display: none;
	font-size: 16px;
	font-weight: 400;
	padding: 20px;
	background-color: #FFF;
}

.qa_txt {
	padding-left: 45px;
	position: relative;
	color: #6d4311;
}

.qa_txt::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 24px;
	line-height: 24px;
}

.qa_q::after {
	content: "Q";
}

.qa_a::after {
	content: "A";
}


@media screen and (max-width:751px) {
	
	.accordion_box {
		width: 100%;
		padding: 0 2.604166666%;
	}

	.accordion_one {
		margin-bottom: 15px;
	}
	
	.accordion_header::before {
		right: 25px;
	}

	.accordion_header::after {
		right: 14.5px;
	}
}

.reason h2 {
	text-align: center;
	margin-top: 30px;
}

.reason_list {
	display: flex;
	margin-bottom: 50px;
	justify-content: flex-end;
}

.reason_list.reverse {
	flex-direction: row-reverse;
}

.reason_box {
	max-width: 1200px;
	margin: auto;
}

.reason_img {
	width: 35%;
	position: relative;
	z-index: 1;
}

.reason_txt {
	width: 70%;
	transform: translateX(-6%);
	padding-top: 5%;
}

.reverse .reason_txt {
	transform: translateX(6%);
}

.reason_txt span {
	font-size: clamp(18px, 3.5vw, 30px);
	font-weight: bold;
	position: relative;
	padding-right: 150px;
	padding-left: 15%;
	color: #AD7D4C;
}

.reason_txt span::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 120px;
	height: 1px;
	background-color: #AD7D4C;
}

.reason_txt h3 {
	padding-left: 15%!important;
	border-left: 0!important;
	border-bottom: 0!important;
}

.reason_txt p {
	padding: 60px 60px 60px 15%;
	background: #f7f5f0;
}

.reverse .reason_txt p {
	padding: 60px 15% 60px 60px;
}

.reason_txt p:nth-child(2) {
	display: none;
}

@media screen and (max-width:751px) {
	.reason_box {
		padding: 2.604166666%;
	}
	
	.reason_list {
		flex-direction: column;
		background-color: #f7f5f0;
		padding: 4%;
		border: solid 1px #AD7D4C;
	}

	.reason_img,
	.reason_txt {
		width: 100%;
	}

	.reason_txt, .reverse .reason_txt {
		transform: translateX(0);
		margin-top: 20px;
	}

	.reason_txt p {
		background-color: initial;
		padding: 20px 0;
	}

	.reason_txt span,
	.reason_txt h3,
	.reason_txt p {
		padding-left: 0!important;
	}
	
	.reverse .reason_txt p {
		padding: 20px 0!important;
	}
	
	.reason_list.reverse {
		flex-direction: column;
	}
}

.main_slider {
	width: 100%;
	height: calc(100vh - 85px);
	margin-top: 85px;
}

.slick_img {
	position: relative;
}



.slick_txt {
	width: 86%;
	text-align: center;
	color: #f2fafc;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.slick_txt01 {
	font-size: 2.5vw;
	text-align: center;
	letter-spacing: .35em;
	text-transform: uppercase;
	text-shadow: 4px 4px 10px #014385;
	margin-bottom: 30px;
}

.slick_txt02{
	font-size: 1.5vw;
	text-align: center;
}

.slick_txt02 span {
	color: #8f7574;
	background: #fff;
	padding: 6px 10px 5px;
}

.slick_txt a {
	margin-top: 30px;
	display: inline-block;
	padding: 13px 20px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	letter-spacing: .4em;
	text-align: center;
	text-indent: 2px;
	text-transform: uppercase;
	transition: color .1s linear .05s;
}

.slick_txt a:hover {
	background-color: #FFF;
	color: #000;
}

.slick_img img {
	width: 100%;
	height: calc(100vh - 85px);
	object-fit: cover;
}


.slick-prev, 
.slick-next {
	position: absolute;
	z-index: 3;
	top: 42%;
	cursor: pointer;
	outline: none;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	height: 25px;
	width: 25px;
}

.slick-prev {
	left:2.5%;
	transform: rotate(-135deg);
}

.slick-next {
	right:2.5%;
	transform: rotate(45deg);
}

.slick-prev::before,
.slick-next::before {
	content: ""!important;
}

.slick-dots {
	position: relative;
	z-index: 3;
	text-align:center;
	bottom: 40px;
}

.slick-dots li {
	display:inline-block;
	margin:0 5px;
	width: 46px;
	height: 32px;
}

.slick-dots li button {
	display: inline-block;
	padding: 15px 5px;
	position: relative;
	width: 46px;
	height: 32px;
	cursor: pointer;
	text-indent: -999em;
	z-index: 1;
}

.slick-dots button {
	border-radius: 0!important;
}

.slick-dots .slick-active button {
	background: initial!important;
}

.slick-dots li button::before {
	content: ""!important;
	display: block;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 36px;
	height: 2px;
	background: rgba(255, 255, 255, .5);
	transition: background .2s ease;
}

.slick-dots .slick-active button::before {
	background: #FFF!important;
}

.slick-active .fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.slick-active .delay-time01 {
	animation-delay: 1s;
}

.slick-active .delay-time02{
	animation-delay: 1.5s;
}

.slick-active .delay-time03{
	animation-delay: 2s;
}

.sp_br {
	display: none;
}

.news-right img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.bnr-area{
	max-width: 800px;
	margin: 0 auto;
	padding: 2.604166666%;
}

.bnr-area a{
	width: 100%;
}

.bnr-area a img{
	width: 100%;
}

.bnr-area p{
	margin-top: 16px;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	body {
		margin-top: 0;
	}
	
	#hamburger{
		display: block;
	}
	
	.main_slider {
		height: calc(100vh - 20vw);
		top: calc(20px + 5vw);
		margin-top: 0!important;
	}
	.slick_img img {
		height: calc(100vh - 20vw);
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0!important;
	}
	.sp_br {
		display: block;
	}
	.slick_txt{
		width: 100%;
	}
	.slick_txt01 {
		font-size: 6.5vw;
	}
	.slick_txt02 {
		font-size: 5vw;
		background-color: #FFF;
	}
	.slick_txt02 span {
		background-color: initial;
	}
	
	.bnr-area{
		width: 100%;
	}
	
	#header_in {
  padding: 10px 5vw;
}
	#header_in .inner img{
width: 260px;
}

.foot-menu {
    width: 100%;
}
}

