@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.1rem;
  color: #333;
  margin: 0;
  padding: 0;
    background-color: #FEFAF5;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  padding: 0% 0% 2% 0%;
    width:100%;
    margin:0 auto;
}

.slider img {
  width: 50%; /*スライダー内の画像を横幅100%に*/
  height: auto;
  border-radius: 10px;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px; /*スライド左右の余白調整*/
}


/*mainvisual slider2*/
.slider2 {
  height: 78vw;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100vw;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}



/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------
@media only screen and (min-width:961px) and (max-width:1280px) {
*/
/*コンテンツ*/
p {
  line-height: 2;
}
strong {
  font-family: 'Kosugi', sans-serif;
  letter-spacing: 0.1em;
}
/*a：*/
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}
a {
  text-decoration: none;
}

.i_margin {
    margin-right:10px;
}
/*レイアウトのcss
------------------------------------------------------*/
/*width:80%*/
#about, #menu, #voice, #staff, #sub_menu, #sub_staff, #sub_recruit, #sub_access, footer {
  width: 100%;
  padding: 3% 0 4% 0;
    margin:0 auto;
}

/*width*/
.about_wrapper, .menu_wrapper, .voice_wrapper, .staff_wrapper, .sub_menu_wrapper, .sub_staff_wrapper, .sub_recruit_wrapper, .sub_access_wrapper, .footer_wrapper {
  width: 100%;
  padding: 0 2%;
}

/*display:flex
------------------------------------------------------*/
/*背景のcss
------------------------------------------------------*/
/*background-color:ベージュ*/
#voice, #sub_staff, footer {
  /*background-color: #F6F4EF;*/
  background-color: #F4ECE0;
    
}

header, #about, #menu, #staff, #sub_menu, #sub_rectruit, #sub_access {
    background-color: #FEFAF5;
}
/*white-beju background*/
/*beju-white background*/
/*各ページ共通headerに関するcss
------------------------------------------------------*/
header {
  padding: 0;
  margin: 0;
}
.sp {
  display: none;
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;/*110px*/
  margin: 0;
    padding:0 1%;
}
.header_wrapper img.logo {
  padding-top: 15px;
  width: 70%;/*90%*/
}
ul.g_menu {
    /*
  display: flex;
  list-style: none;
  justify-content: flex-end;
  width: 100%;/*43%*/
  /*flex-grow: 2;
  padding-right: 25px;
}
.g_menu li a {
  text-decoration: none;
  margin-left: 30px;
  text-align: left;
    width:20%;/*元に記述なし*/
display:none;
}
.pc .header_hpb_pc {
  line-height: 1;
    background-image: url("../img/header_hpb.png");
    background-size: contain;
  background-color: #F6F4EF;
    background-position: left;
  padding: 10px 10px;
    border:2px solid #B3016C;
    border-radius: 10px;
}

.pc .header_hpb_pc p {
  font-size: 70%;/*90%*/
  text-align: center;
    padding-left: 45px;
    font-weight:bold;

}
/*各ページ共通footerに関するcss
----------------------------------------------*/
footer {
  background-image: url("../img/white_beju.png");
  background-position: top;
  background-size: contain;
  padding-top: 0%;
  padding-bottom: 0%;
    font-size: 80%;
}
/*under_menu*/
ul.u_menu {
  display: none;
}
ul.u_menu li a {
  margin-right: 30px;
  font-size: 1.2rem;
  border-right: 1px solid #666;
  padding-right: 30px;
}
ul.u_menu li:last-child {
  border-right: 0px;
}
.footer_logo {
  margin: 0 auto;
  display: block;
  padding: 2% 0 0 0;
    width:30%;
}
.footer_tel {
  display: block;
  margin: 0 auto;
  padding-bottom: 2%;
    width:50%;
}
.schedule_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  width: 70%;
}
.schedule_container img {
  display: block;
  max-width: 100%;
}
.schedule_container p {
  text-align: left;
}
.address {
  margin: 4% auto 2% auto;
    
}
.address p {
  text-align: center;
  margin-bottom: 2%;
    font-size:100%;
}
.button_access {
  padding: 10px 50px;
  background-color: white;
  display: block;
  border-radius: 10px;
  font-weight: bold;
  width: 40%;
  text-align: center;
  margin: 2% auto 4% auto;
  text-decoration: none;
    border:2px solid #8DBB29;
}
.button_acces i, .button_access p {
    color:#8DBB29;
}
.button_access i {
  margin-left: 15px;
}
img.insta_banar {
  margin: 0 auto;
  display: block;
  margin-bottom: 4%;
  max-width: 60%;
}
p.copyright {
  margin: 0 auto;
  font-size: 90%;
  text-align: center;
}
/*各ページ共通見出し imgのcss
    ---------------------------------------*/
h2 img {
  margin: 2% auto ;
  display: block;
  width: 30%;/*40*/
}
#menu h3 img {
  margin: 0% auto;
  display: block;
  width: 20%;/*50*/
}

#sub_menu h2 img {
    margin:0% auto;
}

.h3_content {
    text-align: center;
}

h3.h3_sub {
    font-size: 100%;
    margin:0% auto 2% auto;
    padding-bottom: 10px;
    font-family: 'Kosugi', sans-serif;
  letter-spacing: 0.1em;
    position:relative;
  display: inline-block;
}

h3.h3_sub:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8DBB29;
  border-radius: 2px;
    opacity: 50%;
}

#sub_staff h3 img {
  display: block;
  width: 30%;
}
/*topページ
-------------------------------------------*/
/*main_visual, sub_main_visual*/
#main_visual, #sub_main_visual {
  background-color: #757676;
}
#main_visual img, #sub_main_visual img {
  margin: 0 auto;
  display: block;
  width: 100%;
  background-color: #F6F4EF;
}
/*#aboutに関するcss
----------------------------------------------*/
#about {
  padding: 1% 0% 2% 0%;
}
#about p {
  padding: 4% 6%;
  text-align: center;
}
.about_text {
  width: 60%;/*80*/
  margin: 6% auto 0% auto;
  display: block;
}
/*menuに関するcss
------------------------------------------------*/
#menu {
  padding-top: 0%;
  background-image: url("../img/white_beju.png");
  background-position: bottom;
  background-size: contain;
}
.menu_text {
  width: 50%;
  margin: 0 auto 4% auto;
  display: block;
}

.menu_hogusi h3, .menu_foot h3, .menu_aloma h3{
    text-align: center;
    font-size: 70%;
    font-family: 'Kosugi', sans-serif;
  letter-spacing: 0.1em;
    margin-bottom: 2%;
    margin-top:5%;
}
.menu_container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
img.menu_shot {
  display: block;
  margin: 5% auto 1% auto;
  width: 70%;
}
.menu_container p {
  padding: 0 3%;
  text-align: center;
    font-size: 80%;
}
p.menu_more {
  background-image: url("../img/kimidori_bg.png");
    background-repeat: no-repeat;
    background-position: center;
  color: white;
  width: 80%;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  margin: 2% auto;
  display: block;
    font-size: 80%;
}
#menu i {
  margin-left: 15px;
}
/*ホットペッパービューティーバナーについてのcss
------------------------------------------*/
img.hpb {
  margin: 0 auto;
  padding: 3% 0 3% 0;
  display: block;
  width: 50%;
    border-radius: 10px;
}
.sub_menu_tohpb img {
  width: 40%;
  margin: 3% auto 0% auto;
  display: block;
}
.sub_menu_tohpb p {
  text-align: center;
    padding-bottom: 3%;
}
/*voiceについてのcss
------------------------------------------*/
#voice {
  padding-top: 2%;
  background-image: url("../img/beju_white.png");
  background-position: bottom;
  background-size: contain;
  padding-bottom: 10%;
}
.voice_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

p.voice_text {
    text-align: left;
    padding:2% 6%;
    font-size: 80%;
    
}
.customer_voice {
  padding: 2%;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 2% auto;
  background-color: #fff;
  border-radius: 10px;
}
.customer_voice p {
  line-height: 2;
  text-align: justify;
  padding: 2% 0%;
    margin:0 auto;
    font-size: 70%;
}
.customer_voice img {
  width: 50%;
  padding-bottom: 2%;
    margin:0 auto;
}
/*staffについてのcss
-----------------------------------------------*/
#staff {
  padding-top: 0%;
}
.staff_container {
  display: flex;
  justify-content: center;
    
}
.staff_container p {
  width: 50%;
    font-size: 80%;
}
.staff_container a {
  text-decoration: none;
}
img.shot_staff {
    height:auto;
    margin-right: 2%;
}
.staff_more {
  display: block;
  margin: 4% auto;
  border: 2px solid #8DBB29;
  color: #8DBB29;
  border-radius: 10px;
  padding: 1% 2%;
  text-align: center;
  width: 50%;
  font-size: 80%;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.staff_more i {
  margin-left: 15px;
}
/*recruitバナーについてのcss
----------------------------------------------------*/
img.recruit_banar {
  width: 50%;
  margin: 0 auto;
    padding:3% 0% 0% 0%;
  display: block;
}
/*subページ
-------------------------------------------*/
/*sub_menuについてのcss
----------------------------------------------------*/
/*メニューの向き*/
#sub_menu {
  background-image: url("../img/white_beju.png");
  background-position: bottom;
  background-size: contain;
}

.sub_menu_all ul{
    list-style: none;
    margin:0 auto 3% auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.sub_menu_all li a {
    border:1px solid #ccc;
    padding:5px 20px;
    margin:3px 10px;
    border-radius: 10px;
    display: block;
    font-size: 70%;
}

.sub_menu_all i {
    color:#ccc;
    margin-left: 5px;
}

img.sub_menu_shot {
    margin-right: 2%;
}

#sub_menu {
    padding-top:1%;
}

#sub_menu p {
    width:95%;
    margin:0 auto;
    font-size: 70%;
}
#sub_menu_hogusi, #sub_menu_foot, #sub_menu_aloma {
  padding-bottom: 3%;
}
#sub_menu_hogusi .text, #sub_menu_foot .text, #sub_menu_aloma .text {
  width: 100%;
}
#sub_menu_hogusi .text ul, #sub_menu_foot .text ul, #sub_menu_aloma .text ul {
  list-style: none;
  line-height: 2;
  margin: 0% 0% 0% 0%;
    font-size: 70%;
}
#sub_menu_hogusi .text li::before, #sub_menu_foot .text li::before, #sub_menu_aloma .text li::before {
  font-family: FontAwesome;
  content: '\f00c'; /* アイコンのunicode */
  margin-right: 5px;
  padding-left: 10px;
  color: #8DBB29;
    
}
#sub_menu_hogusi .text h4, #sub_menu_foot .text h4, #sub_menu_aloma .text h4 {
    margin:0;
  color: #8DBB29;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
    font-size: 70%;
}
#sub_menu .sample_shot {
  display: flex;
  flex-wrap: wrap;
  margin: 0% auto 4% auto;
  width: 95%;
}
#sub_menu .sample_shot img {
  width: 19%;
  padding: 5px;
  border-radius: 10px;
}
#sub_menu h2 {
  margin-bottom: 1%;
    
}

.sub_menu_title {
    display: flex;
    align-items: center;
    margin-bottom: 1%;
}

.sub_menu_title img {
    width:25%;
}

.sub_menu_title p {
    text-align: justify;
    padding-top: 1%;
    font-size: 70%;
}

#sub_menu_hogusi .text p {
  margin-bottom: 2%;
  text-align: justify;
    font-size: 70%;
}

#sub_menu_foot, #sub_menu_aloma {
    padding-top:0%;
}

/*sub_staffについてのcss
-----------------------------------------------------------*/
#sub_staff {
  padding-top: 1%;
  background-image: url("../img/beju_white.png");
  background-position: bottom;
  background-size: contain;
}
.text .message {
  padding: 5px 10px;
  border: 1px solid #8DBB29;
  border-radius: 10px;
  margin-top: 3%;
    font-size: 70%;
}
section.yoshi, section.makiko {
  display: flex;
  padding: 1% 0;
    font-size: 70%;
}
img.sub_staff_shot {
  margin-right: 20px;
  display: block;
}
.yoshi .text, .makiko .text {
  width: auto;
}
#sub_staff .text h3 img {
  display: block;
    width:80%;
}
/*sub_recruitについてのcss
--------------------------------------------------------*/
#sub_recruit {
  padding-top: 0%;
}
.sub_recruit_banar {
  display: block;
  margin: 0 auto;
  max-width: 50%;
}
.sub_recruit_wrapper p {
  padding: 2% 6%;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.1em;
    font-size: 70%;
}
ul.conditions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 2% auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 2% 0% 2% 2%;
  width: 100%;
}
ul.conditions li {
  padding: 10px 0px;
  list-style: none;
  margin-right: 30px;
    font-size: 70%;
}
ul.conditions i {
  margin-right: 10px;
}
ul.sub_recruit_contact {
  display: flex;
  justify-content: center;
}
ul.sub_recruit_contact li {
  display: inline-block;
  padding: 2%;
  background-color: #8DBB29;
  margin: 2%;
  width: 50%;
  font-size: 80%;
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center;
  border-radius: 10px;
  color: white;
}
ul.sub_recruit_contact li a {
  color: #fff;
}
ul.sub_recruit_contact li i {
  margin-right: 10px;
}
.sub_recruit_wrapper p strong {
  color: #8DBB29;
  letter-spacing: 0.2em;
}
/*sub_accessについてのcss
-----------------------------------------------------*/
#sub_access {
    padding-bottom: 4%;
}

.sub_access_container {
  display: flex;
    width:100%;
}
.sub_access_container .map_google {
  margin-right: 4%;
  padding-bottom: 3%;
}
.sub_access_wrapper h3 {
  border-left: 5px solid #8DBB29;
  padding-left: 2%;
    margin-top:1%;
  font-size: 70%;
}
.sub_access_wrapper p {
  padding: 2%;
    font-size: 70%;
}
.parking .map {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.sub_access_shot {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-top: 2%;
    width:60%;
}
a.tomap {
    border-bottom: 1px dotted #333;
}

.sub_access_shot img {
  width: 20%;
  margin: 1%;
    
}

.directions h3 {
    margin-top: 0;
}
