@charset "utf-8";
 @import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);
 @import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
/* CSS Document */

body {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 12px;
  color: #535353;
}
a {
  color: #7e6b59;
  transition: all .3s;
}
a:hover {
  color: #EF8822;
  text-decoration: none;
}
a > img {
  opacity: 1;
  transition: all .3s;
}
a:hover > img {
  opacity: .6;
}
h2 {
  font-family: 'Sorts Mill Goudy', serif;
  color: #59493f;
  margin-bottom: 5px;
}
.lines-on-sides {
  display: table;
  white-space: nowrap;
}
.lines-on-sides:after {
  content: '';
  display: table-cell;
  width: 100%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.lines-on-sides:after, h2:after {
  border-left: 0.5em solid transparent;
}
.h2_o {
  color: #f7882f;
}
h3 {
  color: #59493f;
  font-size: 18px;
  margin: 0 0 20px 0.5em;
}
.img_frame {
  box-shadow: 1px 2px 5px 0px rgba(4, 0, 0, 0.2);
}
.matT_10 {
  margin-top: 10px;
}
.marT_30 {
  margin-top: 30px;
}
.marT_80 {
  margin-top: 80px;
}
.img_sdw {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}

/* header nav */

@media(max-width:1199px) {
.navbar-brand {
  padding: 5px 15px;
}
}
.navbar-default .navbar-nav > li > a {
  transition: all .3s;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #FC9819;
}
.dropdown-menu > li > a:hover {
  color: #FC9819;
}
.navbar-brand > img {
  display: inline-block;
  z-index: 1;
  position: relative;
}

@media(max-width:1199px) {
.brand_logo {
  width: 70px;
  height: auto;
}
}

@media(max-width:767px) {
.brand_logo {
  width: 42px;
  height: auto;
}
}
.navbar-brand p {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 35px;
}

@media(max-width:1199px) {
.navbar-brand p {
  font-size: 18px;
}
}

@media(max-width:767px) {
.navbar-brand p {
  font-size: 16px;
}
}
.navbar-default {
  background-color: #fff;
  border-bottom: none;
}
.brand_img_2 {
  margin: -45px 0 0 10px;
}

@media(max-width:1199px) {
.brand_img_2 {
  width: 196px;
  margin-left: 7px;
  margin-top: -20px;
}
}

@media(max-width:767px) {
.brand_img_2 {
  width: 179px;
  margin-left: 7px;
  margin-top: -20px;
}
}
.brand_tex {
  color: #f7882f;
  margin: -40px 0 0 92px;
}

@media(max-width:1199px) {
.brand_tex {
  margin-left: 77px;
  margin-top: -35px;
}
}

@media(max-width:767px) {
.brand_tex {
  margin-left: 49px;
  margin-top: -22px;
}
}

@media(max-width:1199px) {
.navbar > .container .navbar-brand {
  margin-top: 0;
}
.navbar-right {
  margin-top: 30px;
}
}
/* footer */

.footer_logo_marT {
  margin-top: 100px;
}

@media(max-width:767px) {
.footer_logo_marT {
  margin-top: 15px;
}
}
.footer_logo {
  color: #f7882f;
  font-size: 24px;
  font-family: 'Sorts Mill Goudy', serif;
}

@media(max-width:1199px) {
.footer_logo {
  font-size: 19px;
}
}

@media(max-width:991px) {
.footer_logo {
  font-size: 14px;
}
}
footer h2 {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #f7882f;
  margin-top: 80px;
  margin-bottom: 1.5em;
}
footer ul {
  padding-left: 0;
  list-style-type: none;
}
.ft_last_ul {
  margin-bottom: 30px;
}
footer li {
  margin-bottom: 0.5em;
}
footer li:before {
  font-family: FontAwesome;
  content: '\f054';
  color: #f7882f;
  margin-right: 0.5em;
}
footer a {
  font-size: 13px;
}
.copywrite {
  background-color: #29241f;
  font-size: 12px;
  padding: 10px 0;
}
.copywrite p {
  margin: 0;
  color:#fff;
}
/* section */

.s_educator {
  background-image: url(../img/educator_bg.png);
  background-repeat: no-repeat;
  background-position: 31% top;
  padding-bottom: 60px;
}
.s_recent {
  padding-bottom: 30px;
}
.school_list {
  background-color: #fff4bf;
  box-shadow: rgba(136, 129, 98, 0.560784) 0px 10px 10px 3px;
}
.s_bnr {
  padding-top: 80px;
  padding-bottom: 50px;
}
footer {
  background-color: #f7f3ec;
}
/* slider */
.slider {
  padding-left: 0;
  margin-bottom: 0;
}
.slider img {
  width: 100%;
  height: auto;
}
.sp_main {
  width: 100%;
  height: 400px;
  background-color: #B5B5B5;
}
/* index */

.educator_tex_f {
  padding: 75px 0 0 70px;
}

@media(max-width:1199px) {
.educator_tex_f {
  padding-left: 0;
}
}

@media(max-width:767px) {
.educator_tex_f {
  padding-top: 30px;
}
}
.educator_h3 {
  font-size: 14px;
  color: #59493f;
  margin-bottom: 5px;
}

@media(max-width:1199px) {
.educator_h3 {
  margin-left: 15px;
}
}
.educator_h2 {
  font-size: 30px;
  margin-top: 0;
}

@media(max-width:1199px) {
.educator_h2 {
  margin-left: 15px;
}
}
.educator_img {
  z-index: 0;
}
.educator_i_tex {
  margin-top: 20px;
  margin-right: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}

@media(max-width:991px) {
.educator_i_tex {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
}
.educator_bnr_1 {
  margin: 320px 0 10px 120px;
}

@media(max-width:1199px) {
.educator_bnr_1 {
  margin: 210px auto 10px;
}
}
.educator_bnr_2 {
  margin-left: 120px;
}

@media(max-width:1199px) {
.educator_bnr_2 {
  margin: 0 auto;
}
}
.educator_tex {
  font-size: 14px;
  color: #7d7d7d;
  padding-left: 75px;
}

@media(max-width:1199px) {
.educator_tex {
  padding-left: 35px;
  width: 81%;
  margin-left: auto;
  margin-right: auto;
}
}

@media(max-width:767px) {
.educator_tex {
  padding: 0;
}
}
.educator_p_f {
  padding-top: 50px;
}
.profile {
  position: relative;
}
.profile_marT_1 {
  margin-top: 60px;
}

@media(max-width:991px) {
.profile_marT_2 {
  margin-top: 60px;
}
}
.profile_tex {
  background-color: #000;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin: auto;
  top: 90%;
  right: 20px;
  left: 20px;
  bottom: 0;
  position: absolute;
  z-index: 1;
  height: 95px;
  color: #fff;
  transition: all .3s;
}
a:hover > .profile_tex {
  background-color: #776153;
}

@media(max-width:1199px) {
.profile_tex {
  height: 110px;
}
}
.eng_name {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 17px;
  color: #fff;
  text-shadow: black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
  margin: -17px 0 2px 0;
  line-height: 16px;
}
.p_name {
  font-size: 14px;
  margin-bottom: 2px;
  color: #fff;
}
.p_salon {
  font-family: 'Sorts Mill Goudy', serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  ;
  font-size: 14px;
  margin-bottom: 1px;
  color: #fff;
}
.p_area {
  font-size: 12px;
  margin-bottom: 3px;
  color: #fff;
}
.s_recent ul {
  padding-left: 0;
  list-style-type: none;
}
.s_recent li {
  border-bottom: dashed 1px #dcdcdc;
  padding: 10px 0 10px 130px;
}

@media(max-width:991px) {
.s_recent li {
  padding-left: 60px;
}
}
.s_recent li:first-child:before {
  content: "★NEW";
  margin: 0 10px 0 -60px;
  color: #ff569d;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33);
}
.s_recent li i {
  color: #f7882f;
}
.s_recent_ulink {
  margin-right: 105px;
}

@media(max-width:991px) {
.s_recent_ulink {
  margin-right: 0;
}
}
.school_list_in {
  background-color: rgb(247, 242, 235);
  box-shadow: 2.5px 0 5px 0px rgba(149, 135, 78, 0.35), -2.5px 0px 5px 0px rgba(149, 135, 78, 0.34)
}
.school_list_in h2 {
  margin-top: 0;
  margin-left: -60px;
  padding-top: 30px;
}

@media(max-width:991px) {
.school_list_in h2 {
  margin-left: 0;
}
}
.school_list_in h3 {
  margin-left: 40px;
  margin-bottom: 15px;
}

@media(max-width:1199px) {
.school_list_in h3 {
  margin-left: 5px;
}
}
.school_list_tex_i {
  margin-left: 40px;
}

@media(max-width:1199px) {
.school_list_tex_i {
  margin-left: 5px;
}
}
.school_list_p {
  margin-top: 35px;
  margin-left: -100px;
  float: left;
  position: relative;
}
.school_list li {
  margin-bottom: 15px;
}
.school_list ul {
  padding-left: 0;
  list-style-type: none;
  font-size: 13px;
}
.school_list_in ul {
  margin: 30px 0 0 160px;
  position: absolute;
}

@media(max-width:1199px) {
.school_list_in ul {
  margin-left: 105px;
}
}

@media(max-width:991px) {
.school_list_in ul {
  position: static;
}
}
.school_list_in li {
  background-image: url(../img/shool_list_before.png);
  background-repeat: no-repeat;
  padding-left: 22px;
}

@media(max-width:991px) {
.school_list_in ul {
  float: none;
  margin-left: 50px;
}
}
.school_map_h {
  margin: 60px 0 -110px 20px;
  background-image: url(../img/map_h.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position-x: 120px;
  height: 100px;
  padding: 50px 0 0 0;
  font-size: medium;
}

@media(max-width:1199px) {
.school_map_h {
  margin-left: 3px;
  font-size: 17px;
}
}

@media(max-width:991px) {
.school_map_h {
  font-size: 12px;
  background-position-x: 10px;
}
}
.bnr_img {
  margin-bottom: 30px;
}
/* couses index*/
.course_index {
  padding: 60px 0;
}
.course_1 {
  background-color: #fbf2ee;
  padding: 20px 20px 20px;
  margin-top: 110px;
  height: 230px;
}

@media(max-width:1199px) {
.course_1 {
  height: 190px;
}
}

@media(max-width:991px) {
.course_1 {
  height: 220px;
}
}

@media(max-width:767px) {
.course_1 {
  height: 230px;
}
}

@media(max-width:320px) {
.course_1 {
  height: 190px;
}
}
.course_1 img {
  margin-top: -100px;
  margin-bottom: 10px;
}
.c_title a {
  color: #59493f;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all .3s;
}
.c_title a:hover {
  color: #FCA424;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}
.c_title a:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #f7882f;
  font-size: 22px;
}
/* couses */
.course_main {
  background-color: #eeeceb;
  height: 247px;
}
.main_course_img {
  background-image: url(../img/kaso/courses/jbwa_educator/main_img.png);
  background-repeat: no-repeat;
  background-position: 90% top;
}
.main_h3 {
  margin: 100px 0 0 60px;
}

@media(max-width:991px) {
.main_h3 {
  margin-left: 0;
}
}

@media(max-width:767px) {
.main_h3 {
  margin-top: 125px;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1);
}
}
.main_h2 {
  font-size: 43px;
  font-weight: 400;
  margin-left: 60px;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
}

@media(max-width:991px) {
.main_h2 {
  margin-left: 0;
}
}

@media(max-width:767px) {
.main_h2 {
  margin-top: 10px;
  font-size: 29px;
}
}
.main_tex {
  margin-left: 60px;
}

@media(max-width:991px) {
.main_tex {
  margin-left: 0;
}
}

@media(max-width:767px) {
.main_tex {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1);
}
}
.main_under {
  background: linear-gradient(to right, rgb(166, 152, 106) 0%, rgb(234, 202, 178) 20%, rgb(225, 192, 174) 47%, rgb(167, 146, 120) 67%, rgb(160, 146, 118) 90%, rgb(223, 206, 181) 100%);
  height: 3px;
  box-shadow: rgba(255, 234, 192, 0.2) 0px 1px 0px 2px inset;
}
.course_sec_1 {
  padding-bottom: 40px;
}
.courses_fst_l {
  border-right: #545555 solid 1px;
  padding: 120px 0 40px;
}

@media(max-width:767px) {
.courses_fst_l {
  padding-top: 40px;
  padding-bottom: 0;
  border-right: none;
}
}
.courses_fst_l i {
  font-size: 57px;
  margin-left: 240px;
  color: #59493f;
}

@media(max-width:1199px) {
.courses_fst_l i {
  margin-left: 215px;
}
}

@media(max-width:767px) {
.courses_fst_l i {
  margin-left: 0;
  display: block;
  text-align: center;
}
}
.courses_h3_c1 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px 0;
}
.courses_fst_l h3 {
  color: #59493f;
  font-size: 19.37px;
  font-weight: 500;
  margin: 10px 0 15px;
}
.courses_fst_l h3:after {
  content: "\f0da";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #f7882f;
  font-size: 21.79px;
  font-weight: 400;
}
.courses_fst_l p {
  margin: 0 0 30px 115px;
  font-size: 13px;
}

@media(max-width:1199px) {
.courses_fst_l p {
  margin-left: 85px;
}
}
@media(max-width:991px) {
.courses_fst_l p {
  margin-left: 80px;
}
}
@media(max-width:767px) {
.courses_fst_l p {
  margin-left: 0;
  text-align: center;
}
}
.courses_img {
  margin-top: -150px;
}
.course_tex {
  margin-top: 220px;
  background-color: #fbf2ee;
  padding: 0 70px 30px;
}
@media(max-width:767px) {
.course_tex {
  margin-top: 160px;
  padding: 30px;
}
}
.under_btn {
  width: 315px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.under_btn a {
  background-color: #f5ebe4;
  padding: 10px 30px;
  border: solid 1px #fff;
  outline: solid 1px #f5ebe4;
}
.under_btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
}
.under_btn a:hover {
  color: #fff;
  background-color: #FFCA87;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px 1px;
  margin: 20px auto 0 auto;
  outline: solid 1px #FFCA87;
}
.under_btn_mar {
  margin-left: 20px;
}
@media(max-width:767px) {
.under_btn_mar {
  margin-left: auto;
}
}
.student_type_h {
  color: #f7882f;
  font-size: 24px;
  font-weight: 700;
  padding-left:20px;
  text-indent:-17px;
}
.student_type_h i {
  margin-right: 10px;
}
.student_type li {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px 20px;
  color: #707070;
  font-size: 15px;
  line-height: 22px;
  padding-left: 35px;
  text-indent: -1.5em;
}
.student_type li:before {
  content: "\f046";
  font-family: FontAwesome;
  color: #f7882f;
  padding-right: .5em;
}
.student_img {
  margin-top: 20px;
}

@media(max-width:1199px) {
.student_img {
  margin-top: 81px;
}
}
.s_h3 {
  color: #59493f;
  font-size: 18px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  font-weight: 700;
}
.c_content_3 {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(233, 218, 201);
  border-radius: 50%;
  width: 122px;
  height: 122px;
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
@media(max-width:991px) {
.c_content_3_f {
  margin-left: 30px;
}
}
.c_content_3_l {
  margin-right: 0;
}
.c_content_3 p {
  color: #95725d;
  font-size: 16px;
  text-shadow: 0px 1px 1px rgba(84, 63, 50, 0.3);
  position: absolute;
  margin: auto;
  top: 50px;
  right: 0;
  left: 0;
}
.c_contents_1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(233, 218, 201);
  width: 412px;
  height: 52px;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
}
@media(max-width:991px) {
.c_contents_1 {
  width: auto;
}
}
.c_contents_1 p {
  color: #95725d;
  font-size: 16px;
  text-shadow: 0px 1px 1px rgba(84, 63, 50, 0.3);
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 15px;
  bottom: 0;
}
.c_content_arw {
  margin: 15px auto;
}
.c_content_tex {
  margin-left: 75px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media(max-width:991px) {
.c_content_tex {
  margin-left: 0;
}
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none;
  border-bottom: 1px dotted #ddd;
}
.price td {
  text-align: left;
}

@media(max-width:767px) {
.price td {
  width: 70%;
}
}
.under_con ul {
  padding-left: 20px;
}
.t_mat_h {
  color: #f7882f;
  font-size: 14px;
}
.t_material {
  list-style-type: square;
}
.t_mat_side li {
  display: inline-block;
}
/* salon index */
.main_salon_i_img {
  background-image: url(../img/kaso/salon_master/salon/index/salon_i_main.png);
  background-repeat: no-repeat;
  background-position: 90% top;
}
.salon_main_h2_i {
  font-size: 37px;
}

@media(max-width:767px) {
.salon_main_h2_i {
  font-size: 27px;
}
.salon_main_h3 {
  margin-top: 100px;
}
}
.salon_sec {
  padding: 10px 0 0 0;
}
.salon_sec h3 {
  color: #59493f;
  font-size: 19.73px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-left: 0;
  margin-top: 60px;
}
.salon_sec h3:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 40px;
  margin-right: 20px;
}
.salon_sec p {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media(max-width:767px) {
.salon_sec p {
  text-align: center;
}
}
.salon_title_a {
  font-size: 18px;
  margin-bottom: 20px;
}
@media(max-width:767px) {
.salon_title_a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
}
@media(max-width:767px) {
.salon_info {
  margin-top: 10px;
}
}
@media(min-width:768px) and (max-width:991px) {
.salon_under_btn {
  margin-left: 0;
  margin-right: 0;
}
}
@media(max-width:767px) {
.salon_under_btn {
  width: 148px;
}
}
/* salon */
.main_salon_img {
  background-image:url(../img/kaso/salon_master/salon/salon_main_img.png);
  background-repeat:no-repeat;
  background-position: 82% top;
}
@media(max-width:414px){
  .main_salon_img {
    background-position:6% top;
  }
}

.salon_fst_l{
  padding:80px 0 30px;
}
.salon_2nd_sec{
  padding-bottom:90px;
}
.salon_l_btn{
  width: 230px;
  margin-bottom: 0;
}
.salon_l_btn a{
  padding: 10px 15px;
}
.salon_r_btn{
  width: auto;
  float:right;
  margin:30px auto 0;
}
@media(max-width:767px){
  .salon_r_btn{
    width: 270px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.salon_h3_mid{
  font-size: 19px;
  font-weight: 500;
  margin-top:100px;
}

.salon_tbl {
  font-size:18px;
  margin-top:40px;
}
.salon_tbl tbody > tr > td{
  text-align:left;
}
.salon_3rd_sec{
  background-color: #f6f7f8;
}
.salon_3rd_sec h3{
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 36px;
  color: #59493f;
  margin-bottom: 0;
  margin-top:40px;
}
@media(max-width:767px){
.salon_3rd_sec h3{
  margin-top:90px;
}
}


.salon_3rd_sec h4{
  font-size: 18px;
  margin:5px 0 0 40px;
}
.menus ul{
  margin-top:15px;
  padding-left:40px;
  font-size: 18px;
  list-style-type:none;
}
.menus li{
  border-bottom:1px dotted;
  padding:10px 0;
}
.menus li:before{
  content:"●";
  font-size: 18px;
  color: #f7882f;
  margin-right:5px;
}
.sns_links{
  margin-top:20px;
}
.sns_links li{
  display:inline-block;
  font-size: 22px;
  color: #949494;
  margin-left:10px;
}
.feeds{
  margin:-55px 0 -50px;
}
.salon_in_sec{
  padding:35px 0 40px;
}
.salon_map_sec{
  padding-bottom:20px;
}

/* educator index */
.main_educator_img {
  background-image:url(../img/kaso/salon_master/educator/index/educator_main.png);
  background-repeat: no-repeat;
  background-position: 90% top;
}
.educator_main_h2_i {
  font-size: 48px;
}
@media(max-width:767px){
.educator_main_h2_i {
  font-size: 39px;
}
}
.educator_sec {
  padding-top: 10px;
  padding-bottom: 40px;
}
.educator_sec h3 {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #59493f;
  font-size: 19.73px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-left: 0;
  margin-top: 60px;
}
.educator_sec h3:before {
  content: "\f1fc";
  font-family: FontAwesome;
  font-size: 40px;
  margin-right: 20px;
}
.educator_eng {
  font-size: 17px;
  font-family: 'Sorts Mill Goudy', serif;
  margin-top: 20px;
  margin-bottom: 0;
}

@media(max-width:767px) {
.educator_eng {
  text-align: center;
}
}
.educator_name {
  font-size: 21px;
  color: #59493f;
  margin-bottom: 5px;
}

@media(max-width:767px) {
.educator_name {
  text-align: center;
}
}
.educator_salon {
  color: #f7882f;
  font-size: 18px;
  font-family: 'Sorts Mill Goudy', serif, "メイリオ";
  margin: 0;
}

@media(max-width:767px) {
.educator_salon {
  text-align: center;
}
}
.educator_area {
  font-size: 14px;
  margin-bottom: 10px;
}

@media(max-width:767px) {
.educator_area {
  text-align: center;
}
}

@media(max-width:767px) {
.educator_btn_area {
  margin: 0 auto;
  width: 290px;
}
}
.educator_btn a {
  border: 1px solid #e9dac9;
  font-size: 16px;
  font-family: 'Sorts Mill Goudy', serif;
  padding: 9px 18px 5px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  transition:all .3s;
}
.educator_btn a:hover {
  background-color:#FBAD3E;
  color: #fff;
}
.educator_btn a:hover i{
  color: #fff;
}

.educator_btn i {
  color: #d1c0a5;
  font-size: 19px;
  margin-right: 8px;
  transition:all .3s;
}
/* educator */
.educator_salon_btn{
  margin-top:10px;
  margin-left:0;
  margin-right:0;
}
@media(max-width:767px){
.educator_photo_area{
  border-bottom:solid 2px #77531F;
}
}
.educator_h3_p{
  font-size:18px;
  margin-left:0;
  margin-top:145px;
}
@media(max-width:991px){
  .educator_h3_p{
    margin-top:90px;
}
}
@media(max-width:767px){
  .educator_h3_p{
    margin-top:40px;
    text-align:center;
}
}
.educator_p_main{
  background:url(../img/kaso/salon_master/educator/main_bg.png) no-repeat bottom;
  background-position:72% bottom;
}
@media(max-width:1199px){
  .educator_p_main{
    background-position:87% bottom;
  }
}
@media(max-width:991px){
  .educator_p_main{
    background-position:91% bottom;
  }
}
@media(max-width:767px){
  .educator_p_main{
    background-position:91% bottom;
    padding-bottom:40px;
  }
}
.educator_p_h2{
  font-size: 38px;
  margin-top: -70px;
  background: url(../img/kaso/salon_master/educator/h2_bg.png) no-repeat;
  background-position: 22px 6px;
  margin-left: -74px;
  padding: 71px 0 18px 72px;
}
@media(max-width:767px){
  .educator_p_h2{
    background-position:35% 6px
  }
}
@media(max-width:414px){
  .educator_p_h2{
    background-position:35% 6px
  }
}
@media(max-width:767px){
.educator_p_h2{
  font-size: 27px;
  margin-left: -74px;
  padding: 73px 0 28px 72px;
  text-align: center;
}
}
.lines-on-sides_educator_p {
  display: table;
  white-space: nowrap;
}
.lines-on-sides_educator_p:after {
  content: '';
  display: table-cell;
  width: 100%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.lines-on-sides_educator_p:after, h2:after {
  border-left: 0.5em solid transparent;
}
@media(max-width:767px){
  .lines-on-sides_educator_p {
    display:block;
}
}
.educator_name_img{
  margin-left:110px;
}
@media(max-width:767px){
.educator_name_img{
  margin:-25px auto 0;
}
}
.educator_p_eng{
  font-family: 'Pinyon Script', cursive;
  font-size: 35px;
  color: #7e6b59;
  margin-left: 317px;
  transform: rotate(-5deg);
  margin-top: -2px;
}
.educator_main_under{
   box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.1);
}


.educator_profile_sec{
    background-color: #eeeceb;
    padding-bottom:50px;
}
.educator_profile_sec h3{
  font-size:24px;
  margin-top:65px;
  margin-left:15px;
}
.educator_profile_sec h3:before {
  content: "\f219";
  font-family: FontAwesome;
  font-size: 24px;
  margin-right: 10px;
}
.educator_profile_tex{
  margin-left:15px;
}
.educator_record{
  border: solid 1px rgb(209, 192, 165);
  background-color: #80706b;
  padding:35px 50px;
}
.educator_record p{
  color:#fff;
  font-size:16px;
}
.educator_under_sec{
  padding:15px 0 40px;
}
.educator_under_sec h3{
  font-size:24px;
  margin-top:50px;
  padding-left: 22px;
  text-indent: -38px;
}
.educator_under_sec h3:before {
  content: "\f219";
  font-family: FontAwesome;
  font-size: 24px;
  margin-right: 10px;
}
.educator_under_sec p{
  margin-top:30px;
}

/* how to index */
.main_how_to_img {
  background-image:url(../img/kaso/how_to/how_to_main.png);
  background-repeat: no-repeat;
  background-position: 100% top;
}
@media(max-width:414px){
.main_how_to_img {
  background-position: left top;
}
}
.how_to_main_h2_i {
  font-size: 48px;
}
@media(max-width:767px){
.how_to_main_h2_i {
  font-size: 34px;
}
}

@media(max-width:767px){
.how_to_tex{
  margin-top:10px;
}
}
.how_to_tex_a{
  color: #59493f;
  font-size: 18px;
  font-weight: 400;
  margin-bottom:10px;
}
.how_to_tex_a a:hover{
  color:#E9A432;
}
.how_to_tex p{
  margin-top:10px;
  font-size: 13px;
  line-height: 20px;
}
.how_to_btn_mar{
  margin-top:40px;
}
@media(max-width:991px){
.how_to_btn_mar{
  margin-top:0;
  float:right;
}
}

/* how to posts */
.how_to_post_sec {
  padding-top: 10px;
  padding-bottom: 40px;
}
.how_to_post_sec h3 {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #59493f;
  font-size: 28px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-left: 0;
  margin-top: 60px;
  padding-left:58px;
  text-indent:-58px;
}
.how_to_post_sec h3:before {
  content: "\f1fc";
  font-family: FontAwesome;
  font-size: 40px;
  margin-right: 20px;
}
.how_to_post_sec h4 {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #59493f;
  font-size: 24px;
  margin-left: 0;
  margin-top: 30px;
  text-indent:-48px;
  padding-left:48px;
}
.how_to_post_sec h4:before {
  content: "\f219";
  font-family: FontAwesome;
  font-size: 24px;
  margin-right: 20px;
}
.img_tex {
  margin-top:20px;
}
.img_tex p{
  font-size: 18px;
  margin-top:20px;
}

.how_to_tex p{
  font-size:14px;
}
/* whats jbwa */
.about_main {
  background-color: #fbf5f6;
  height:436px;
}
.main_whats_jbwa_img {
  background-image:url(../img/main.png);
  background-repeat: no-repeat;
  background-position: 77% bottom;
}
.whats_2_sec{
  padding-top:55px;
}
@media(max-width:767px){
  .whats_2_sec{
    padding-bottom:40px;
  }
}
.whats_2_sec h3{
  color: #59493f;
  font-size: 21px;
  font-weight:bold;
  margin:85px 0 40px;
}
@media(max-width:767px){
  .whats_2_sec h3{
    margin:0 0 20px;
  }
}
.whats_3_sec{
  height:380px;
  background-image:url(../img/kaso/about_jbwa/sec_3_bg.jpg);
  background-repeat:no-repeat;
  background-position:center;
  padding:40px 0;
}
@media(max-width:767px){
  .whats_3_sec{
    height:760px;
  }
}
.whats_3_sec h3{
  margin-top:30px;
}
.whats_3_sec p{
  text-align:center;
  margin-top:120px;
}
.promise_1{
  background-image:url(../img/kaso/about_jbwa/sec_3_1.png);
  background-repeat:no-repeat;
  background-position:center top;
  height:200px;
}
.promise_2{
  background-image:url(../img/kaso/about_jbwa/sec_3_2.png);
  background-repeat:no-repeat;
  background-position:center top;
  height:200px;
}
.promise_3{
  background-image:url(../img/kaso/about_jbwa/sec_3_3.png);
  background-repeat:no-repeat;
  background-position:center top;
  height:200px;
}
.whats_4_sec {
  padding-top:50px;
}
@media(max-width:767px){
  .whats_4_sec {
    padding-bottom:40px;
  }
}
.whats_4_sec h3{
  font-size: 22px;
  font-weight:bold;
  color: #59493f;
  margin-left:0;
}
.whats_4_sec h4{
  color: #59493f;
  font-size: 18px;
  font-weight:bold;
  border-bottom:1px solid #d2d2d2;
  margin:50px 0 30px 0;
  padding-bottom:15px;
}
.whats_4_sec ul{
  padding-left:20px;
}
.whats_4_sec li{
  list-style-type:square;
}
.whats_5_sec{
  background-color:#cde2ef;
  padding-top:50px;
}
@media(max-width:991px){
  .whats_5_sec{
    padding-bottom:40px;
  }
}
.whats_5_sec h3{
  color: #59493f;
  font-size: 18px;
  font-weight:bold;
  border-bottom:1px solid #d2d2d2;
  margin-left:0;
  padding-bottom:15px;
}
.steps{
  border: solid 1px rgb(233, 218, 201);
  background-color: #fff;
  padding:10px 15px;
}
.steps p{
  color:#95725d;
  font-size:18px;
  margin:0;
}
.steps span{
  margin-right:10px;
  text-shadow: 0px 1px 1px rgba(84, 63, 50, 0.3);
}
.arws{
  margin: 20px 0 0 15px;
}
.arws_tex{
  margin-top:10px;
}
.whats_6_sec{
  padding:60px 0;
}
.whats_6_sec h3{
  font-weight:bold;
}
/* overview */
.overview_sec{
  padding:40px 0;
}
.overview_h_under{
  font-size:18px;
}
.overview_profile_sec{
  padding-bottom:80px;
}

@media(max-width:767px) {
.profile_marT_3 {
  margin-top: 60px;
}
}

/* contact us */
.contact_sec{
  padding:40px 0;
}
@media (max-width: 767px){
.thanks_main_h2_i {
    font-size: 33px;
}
}
.red{
  color:#A72022;
}
textarea{
  width:100%;
}
@media(max-width:767px){
  .contact_tbl th{
    width:25%;
  }
}
.contact_btn{
  width:auto !important;
}