@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*/
/*フェードイン前*/
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/*フェードイン後*/
.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/*ふわっとcss*/
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  padding: 0% 0% 2% 0%;
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅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:100%*/
#about, #menu, #voice, #staff, #sub_menu, #sub_staff, #sub_recruit, #sub_access, footer {
  width: 100%;
  padding: 4% 0 6% 0;
}
.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: 110px;
  margin: 0;
    padding:0 1%;
}
.header_wrapper img.logo {
  padding-top: 15px;
  width: 90%;
}
ul.g_menu {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  width: 43%;
  flex-grow: 2;
  padding-right: 25px;
}
.g_menu li a {
  text-decoration: none;
  margin-left: 30px;
  text-align: left;
}
.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: 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%;
}
/*under_menu*/
ul.u_menu {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 2% auto;
}
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: 4% 0 0 0;
}
.footer_tel {
  display: block;
  margin: 0 auto;
  padding-bottom: 2%;
}
.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%;
}
.button_access {
  padding: 10px 50px;
  background-color: white;
  display: block;
  border-radius: 10px;
  font-weight: bold;
  width: 50%;
  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: 6% auto;
  display: block;
  width: 40%;
}
#menu h3 img {
  margin: 0% auto;
  display: block;
  width: 50%;
}

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

.h3_content {
    text-align: center;
}

h3.h3_sub {
    font-size: 180%;
    margin:0% auto 8% 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: 60%;
}
/*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: 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: 70%;
  margin: 0 auto 4% auto;
  display: block;
}

.menu_hogusi h3, .menu_foot h3, .menu_aloma h3{
    text-align: center;
    font-size: 120%;
    font-family: 'Kosugi', sans-serif;
  letter-spacing: 0.1em;
    margin-bottom: 2%;
    margin-top:2%;
}
.menu_container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
img.menu_shot {
  display: block;
  margin: 5% auto 1% auto;
  width: 70%;
}
.menu_container p {
  padding: 0 3%;
  text-align: center;
}
p.menu_more {
  background-image: url("../img/kimidori_bg.png");
    background-repeat: no-repeat;
    background-position: center;
  color: white;
  width: 40%;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  margin: 2% auto;
  display: block;
}
#menu i {
  margin-left: 15px;
}
/*ホットペッパービューティーバナーについてのcss
------------------------------------------*/
img.hpb {
  margin: 0 auto;
  padding: 10% 0 6% 0;
  display: block;
  width: 60%;
    border-radius: 10px;
}
.sub_menu_tohpb img {
  width: 40%;
  margin: 8% auto 0% auto;
  display: block;
}
.sub_menu_tohpb p {
  text-align: center;
    padding-bottom: 6%;
}
/*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%;
    
}
.customer_voice {
  padding: 2%;
  width: 60%;
  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% 4%;
    margin:0 auto;
}
.customer_voice img {
  width: 100%;
  padding-bottom: 2%;
}
/*staffについてのcss
-----------------------------------------------*/
#staff {
  padding-top: 0%;
}
.staff_container {
  display: flex;
  justify-content: center;
    
}
.staff_container p {
  width: 50%;
}
.staff_container a {
  text-decoration: none;
}
img.shot_staff {
  width: 40%;
    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: 90%;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.staff_more i {
  margin-left: 15px;
}
/*recruitバナーについてのcss
----------------------------------------------------*/
img.recruit_banar {
  width: 70%;
  margin: 0 auto;
    padding:8% 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 6% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

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

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

#sub_menu {
    padding-top:6%;
}

#sub_menu p {
    width:95%;
    margin:0 auto;
}
#sub_menu_hogusi, #sub_menu_foot, #sub_menu_aloma {
  padding-bottom: 6%;
}
#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%;
}
#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;
}
#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: 2%;
}

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

.sub_menu_title img {
    width:25%;
}

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

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

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

/*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%;
}
section.yoshi, section.makiko {
  display: flex;
  padding: 2% 0;
}
img.sub_staff_shot {
  margin-right: 20px;
  width: 30%;
  display: block;
}
.yoshi .text, .makiko .text {
  width: auto;
}
#sub_staff .text h3 img {
  width: 70%;
  display: block;
}
/*sub_recruitについてのcss
--------------------------------------------------------*/
#sub_recruit {
  padding-top: 0%;
}
.sub_recruit_banar {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.sub_recruit_wrapper p {
  padding: 2% 6%;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.1em;
}
ul.conditions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 4% auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 4% 0% 4% 4%;
  width: 90%;
}
ul.conditions li {
  padding: 10px 0px;
  list-style: none;
  margin-right: 30px;
}
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: 40%;
  font-size: 120%;
  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: 8%;
}

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

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

.directions h3 {
    margin-top: 0;
}


/*-----------------------------------------------------*/
/* 1280px以上のpc */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1281px) {
  .header_wrapper, .about_wrapper, .menu_wrapper, .voice_wrapper, .staff_wrapper, .sub_menu_wrapper, .sub_staff_wrapper, .sub_recruit_wrapper, .sub_access_wrapper, .footer_wrapper {
    width: 1280px;
    margin: 0 auto;
  }
  p {
    font-size: 120%;
    line-height: 2;
  }
}
/*-----------------------------------------------------*/
/* 1100px以上のpc */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1101px) {
  .menu_container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 4% auto 2% auto;
  }
  .menu_container section {
    width: 33%;
  }
  .menu_container p {
    font-size: 90%;
  }
  .menu_container .menu_more {
    width: 70%;
  }
}
/*-----------------------------------------------------*/
/* タブレット用のCSS  */
/*-----------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:1100px) {
  p {
    font-size: 100%;
    line-height: 2;
  }
    #sub_menu h3.h3_sub {
        font-size: 180%;
    margin-bottom: 5%;
    }
    
    .sub_menu_title img {
    width:40%;
    }
}
/*-----------------------------------------------------*/
/* スマホ用のCSS  */
/*-----------------------------------------------------*/
@media only screen and (max-width:767px) {
  /*スマホ以下、並びを縦に*/
  .staff_container {
    flex-direction: column;
    justify-content: center;
  }
  .sp .header_wrapper {
    height: 70px;
  }
  .sp .header_wrapper .logo_sp {
    width: 60%;
  }
  /*各ページ共通footerのcss
    ----------------------------------------------------*/
  ul.u_menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 6% auto;
    width: 80%;
  }
  /*under_menu*/
  ul.u_menu li a {
    margin-bottom: 2%;
    margin-right: auto;
    margin-left: auto;
    font-size: 80%;
    border-right: 0px;
    flex-basis: 50%;
  }
  ul.u_menu li::before {
    font-family: FontAwesome;
    content: '\f054'; /* アイコンのunicode */
    margin-right: 10px;
    color: #666;
    font-size: 80%;
  }
  /*footer_logo*/
  .footer_logo {
    padding: 4% 0 0 0;
    width: 40%;
  }
  .footer_tel {
    padding-bottom: 4%;
    width: 80%;
  }
  .address {
    margin-top: 8%;
  }
  .button_access {
    margin-bottom: 8%;
  }
  img.insta_banar {
    margin: 6% auto;
    max-width: 80%;
  }
  /*スケジュール表*/
  .schedule_container {
    width: 90%;
  }
  /*アクセスはこちらボタン*/
  .button_access {
    width: 90%;
  }
  /*各ページ共通見出し imgのcss
    ---------------------------------------*/
  h2 img {
    margin: 6% auto;
    width: 60%;
  }
  #menu h3 img {
    margin: 0 auto;
    display: block;
    width: 70%;
  }
  img.hpb {
    margin: 0 auto;
    padding: 0% 0 2% 0;
    width: 80%;
  }
  /*共通コンテンツのcss
    ---------------------------------------------*/
  p {
    font-size: 85%;
    line-height: 1.75;
  }
  /*#aboutについてのcss
    -------------------------*/
  .about_text {
    width: 80%;
    margin: 8% auto 2% auto;
    display: block;
  }
  /*menuについてのcss
    --------------------------*/
  img.menu_shot {
    width: 70%;
  }
  p.menu_more {
    width: 80%;
  }
  #sub_menu .sample_shot img {
    width: 33%;
    padding: 5px;
    border-radius: 10px;
  }

    .sub_menu_all ul {
        justify-content: flex-start;
        font-size: 90%;
        padding-bottom: 4%;
        padding-top:4%;
    }
    
    .sub_menu_all li {
        width:85%;
        margin: 0 auto 1% auto;
        display: block;
    }

    .sub_menu_title .text {
        padding:4% 0%;
    }
    
    #sub_menu_foot {
        padding-top:15%;
    }
    
    #sub_menu_aloma {
        padding-top:15%;
        padding-bottom: 25%;
    }

    
  /*スタッフ紹介についてのcss
    ---------------------------------*/
  .staff_container p {
    width: 90%;
    margin: 4% auto;
  }
  img.shot_staff {
    width: 90%;
    margin: 0 auto;
  }
  .staff_more {
    width: 70%;
  }
    
  /*recruitバナー
    ---------------------------------------*/
  img.recruit_banar {
    width: 95%;
      padding:6% 0%;
  }
  /*sub_staff*/
  img.sub_staff_shot {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  #sub_staff h3 {
    font-size: 90%;
      margin-bottom: 10px;
  }
    #sub_staff_text {
        width:80%;
    }
    
    #sub_staff .text p {
        text-align: justify;
    }
  /*sub_recruit*/
  ul.conditions {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 90%;
    margin: 6% 0% 6% 6%;
  }
  ul.sub_recruit_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  ul.sub_recruit_contact li {
    width: 90%;
    display: block;
    margin: 1% auto;
      font-size: 90%;
  }
  /*sub_access*/
  .parking .map {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  /*sub_accessについてのcss
    -----------------------------------------------------*/
  .sub_access_container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  #sub_access {
    padding-top: 0%;
  }
  .sub_access_wrapper h3 {
    font-size: 90%;
  }
    
}
/*-----------------------------------------------------*/
/* 小スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 375px) {
  p {
    font-size: 80%;
    line-height: 1.75;
  }
    ul.conditions {
        padding:2% 0% 2% 2%;
        font-size: 80%;
}
}
/*-----------------------------------------------------*/
/* タブレット以下　縦並び*/
/*-----------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  /*タブレット以下、並びを縦に*/
  #sub_menu section {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  /*各ページ共通headerのcss
-----------------------------------*/
  header .sp, .sp {
    display: contents;
  }
  header .pc, .pc {
    display: none;
  }
  img.logo_sp {
    width: 50%;
  }
  .header_wrapper {
    height: 60px;
  }
  /*各ページ共通footerのcss
---------------------------------*/
  /*各ページ共通見出し imgのcss
    ---------------------------------------*/
  h2 img {
    margin: 6% auto;
    width: 50%;
  }
  /*topページについてのcss
    ------------------------------*/
  /*aboutについてのcss
    ------------------------------*/
  #about p {
    text-align: left;
  }
    
    .slider {
  padding: 1% 0% 0% 0%;
}
  /*menuについてのcss
    --------------------------*/
  #menu {
    padding-top: 4%;
  }
  .menu_wrapper p {
    padding: 0 6%;
  }
  /*menu　それぞれの設定*/
  .menu_container section {
    padding-bottom: 10%;
    width: 100%;
    text-align: center;
  }
    
    p.menu_more {
        padding:10px 20px;
    }
  /*voiceについてのcss
    --------------------------------------------*/
  section.customer_voice {
    width: 90%;
    margin: 4% auto;
  }
  .customer_voice p {
    line-height: 2;
    text-align: justify;
    padding: 4%;
  }
/*ホットペッパービューティーバナーについてのcss
    --------------------------------------------*/
.sub_menu_tohpb img {
  width: 70%;
}
/*subページのcss
-------------------------------------*/
/*sub_menuについてのcss
    -----------------------------------------------*/
#sub_menu_hogusi, #sub_menu_aloma, #sub_menu_foot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0% auto;
}
#sub_menu_hogusi .text h4, #sub_menu_foot .text h4, #sub_menu_aloma .text h4 {
  margin: 0 0 0 0;
  font-size: 85%;
}
#sub_menu_hogusi .text ul, #sub_menu_foot .text ul, #sub_menu_aloma .text ul {
  margin: 0% 0% 0% 0%;
  font-size: 85%;
}
.sub_menu_hogusi_wrapper, .sub_menu_foot_wrapper, .sub_menu_aloma_wrapper {
  padding-bottom: 6%;
}
    
     .sub_menu_title {
    display: flex;
        flex-direction: column;
}
    
    .sub_menu_title img {
    width:60%;
        display: block;
        margin:0 auto;
}
    
    #sub_menu {
        padding-top:8%;
    }
    
    h3.h3_sub {
     font-size:110%;   
    }
    
    
    
/*sub_staffについてのcss
    ------------------------------------------*/
section.yoshi, section.makiko {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 4% auto 4% auto;
  justify-content: center;
}
img.sub_staff_shot {
  margin: 0 auto;
  display: block;
  width: 60%;
}
#sub_staff h3 {
font-size: 100%;
}    
    #sub_staff p.message {
        text-align: justify;
        padding:4%;
    }
    
    #sub_staff img.hpb {
        margin-top:10%;
    }
    
/*sub_recruitについてのcss
    -------------------------------------------------*/
#sub_recruit {
  padding-top: 10%;
}
    
    #sub_access {
        padding:4%;
    }
    
    .sub_access_wrapper p {
        padding-bottom: 4%;
        text-align: justify;
    }
    
    ul.sub_recruit_contact li {
    font-size: 120%;}
}