@charset "UTF-8";
/*
ブレイクポイント
@media (min-width: 768px){

}
@media (min-width: 992px){

}
*/
/* 全体に関する編集 ===========================================================*/
body, .btn, .navbar-custom, .font-alt, .form-control{
  font-family: 'Roboto Condensed', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
p, ol, ul, blockquote{
  margin: 0 0 16px;
  word-wrap: break-word;
}
.etline-icon{
  font-weight: 600;
}
input::selection, textarea::selection{
  background: #ccc;
  color: #555;
}
.form-control[disabled]{
  background: rgba(255, 255, 255, 0);
  border: none;
}
i.icon-phone {
  font-size: 17px;
  padding: 0px 3px;
}
button, input, select, textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input[type=checkbox]{
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
body input[type=radio]{
  -webkit-appearance: radio-button;
  -moz-appearance: radio-button;
  appearance: radio-button;
}
/* checkbox カスタマイズ */
input[type="checkbox"]{
  display: none;
}
label.check-label{
  position: relative;
  display: inline !important;
  padding: 3px 3px 3px 18px !important;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: rgba(255, 255, 255, 0) !important;
  margin-right: 6px;
}
label.check-label::before,
label.check-label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}
label.check-label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
}
label.check-label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg) scale(.5);
  transform: rotate(-45deg) scale(.5);
}
label.check-label:hover::before {
  background: #fff;
}
input[type="checkbox"]:checked + label::before {
  background: #fff;
  border: 1px solid #3498db;
}
input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.block-label{
  display: block;
}
/* text-transformの初期化 */
.navbar-custom, .form-control, .btn{
  text-transform: none;
}
/* ヘッダーエリアの編集 ===========================================================*/
/* グローバルナビ */
.navbar-custom .nav li > a{
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}
@media (min-width: 768px){
  .navbar-custom .nav li > a:hover{
    background: rgba(255, 255, 255, 0.1)
  }
}
.navbar-custom .dropdown-toggle:after{
  display: none;
}
.navbar-custom .afterdisplay:after{
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ヘッダー画像 */
#header-img{
  height: 650px;
}
#header-img:before{
  background: rgba(2, 2, 2, 0.2);
}
.home #header-img{
  background-position: 50% 0%;
}
.caption-content{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.font-alt{
  text-transform: none;
}
.header-search .salon-search{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 90%;
  margin: auto;
}
.salon-search .form-group{
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 0.75rem;
}
.salon-search .form-group .form-control{
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.75);
}
.salon-search .form-group label{
  display: block;
  margin: 0;
  position: relative;
}
.salon-search .form-group label::after{
  font-family: FontAwesome;
	content : "\f0d7";
  position: absolute;
  top: 45%;
  right: 5px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 3;
  width: 1em;
  height: 1em;
  color: #aaa;
}
.salon-search select.input-lg{
  height: 43px;
  line-height: 1.42857143;
  font-size: 13px;
  color: #555;
}
.salon-search .form-group-btn .btn{
  height: 43px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 0;
  border-radius: 0;
}
@media (min-width: 768px){
  #header-img{
    height: 576px;
  }
}
@media (min-width: 992px){
  .header-search .form{
    max-width: 80%;
  }
  .header-search .form-group{
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    margin-bottom: 0;
  }
  .header-search .form-group-area{
    -webkit-flex-grow: 2;
    flex-grow: 2;
  }
  .header-search .form-group-menu,
  .header-search .form-group-details{
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .header-search .form-group-btn{
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  .salon-search .form-group-btn .btn{
    margin-top: 0;
  }
}
/* メインコンテンツエリアの編集 =====================================================*/
/* TOPページの編集 ========================*/
/* コンセプトセクション */
@media (min-width: 768px) and (max-width: 991px){
  #services .col-sm-6{
    min-height: 287px;
  }
}
/* 会員登録アクションセクション */
.callout-btn-box .btn{
  width: 216px;
}
.callout-btn-box{
  padding-top: 0px;
}
.callout-btn-box:last-child{
  padding-top: 10px;
}
@media (min-width: 768px){
  .callout-btn-box{
    padding-top: 10px;
  }
}
@media (min-width: 992px){
  .callout-btn-box:first-child{
    padding-top: 0px;
  }
}
/* サロン検索セクション */
#s-search:before{
  position: absolute;
  background: rgba(34, 34, 34, 0.3);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#s-search .header-search .form-group{
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
}
@media (min-width: 768px){
  #s-search .module-title{
    margin-bottom: 0px;
  }
}
/* 新着salon */
#arrivals .post-meta{
  display: inline-block;
  font-size: 11px;
  background: #aaa;
  color: #fff;
  padding: 2px 8px;
  margin-right: 2px;
  margin-bottom: 4px;
}
#arrivals .post-columns .post{
  margin: 0 0 20px;
}
#arrivals .menu-cut{
  background: #0b3c5d;
}
#arrivals .menu-color{
  background: #328cc1;
}
#arrivals .menu-perm{
  background: #d9b310;
}
#arrivals .menu-other{
  background: #aaa;
}
@media (min-width: 1px) and (max-width: 767px){
  #arrivals .col-sm-6{
    float: left;
    width: 50%;
  }
}
/* オススメsalon */
#recommend{
  padding: 70px 0 0;
}
#recommend .testimonials-slider{
  padding-bottom: 80px;
}
#recommend .post-thumbnail{
  max-width: 500px;
  margin: 0 auto 20px;
}
#recommend .testimonial-title{
  margin-bottom: 6px;
}
#recommend .post-meta{
  display: inline;
  font-size: 12px;
  border: solid 1px;
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.9);
  padding: 2px 8px;
}
#recommend .testimonial-descr{
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.9);
}
#recommend .flex-control-nav > li > a{
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
.flex-direction-nav{
  display: none;
}
/* インスタ */
#instagram .features-item{
  margin: 0 0 15px;
}
#instagram figure {
  position: relative;
  overflow: hidden;
  max-width: 150px;
  margin: 0 auto;
}
#instagram figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#instagram figcaption p{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#instagram .template-option-sp{
  font-size: 15px;
  font-weight: 600;
}
#instagram figcaption p .likes-option{
  margin-right: 12px;
}
#instagram .template-option-sp .likes-option{
  margin-right: 10px;
}
#instagram figure:hover figcaption {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 767px){
  #instagram .col-xs-12{
    float: left;
    width: 50%;
  }
}
/* お問合せ */
.contact-form .input-group .form-control{
  border-radius: 0px;
}
.contact-form .input-group select.input-lg{
  height: 43px;
  font-size: 13px;
  line-height: 1.42857143;
}
/* TOPページ以外の編集 ==========================================================*/
/* 共通項目の設定 --------------------------*/
#bg-img .module-title{
  margin: 35px 0;
}
@media (max-width: 767px){
  .page .module{
    padding: 60px 0;
  }
  #bg-img{
    padding: 100px 0;
  }
  #bg-img .module-title{
    margin: 0;
    font-size: 26px;
  }
}
/* salon 検索結果 一覧ページ --------------------------*/
#salon-result .post-meta{
  display: inline-block;
  font-size: 11px;
  background: #aaa;
  color: #fff;
  padding: 2px 8px;
  margin-right: 2px;
  margin-bottom: 4px;
}
#salon-result .menu-cut{
  background: #0b3c5d;
}
#salon-result .menu-color{
  background: #328cc1;
}
#salon-result .menu-perm{
  background: #d9b310;
}
#salon-result .menu-other{
  background: #aaa;
}
/* salon 詳細ページ ---------------------------------*/
/* salon ベーシック 基本情報 */
#salon-basic{
  padding: 70px 0;
}
#salon-basic .work-details-title{
  font-size: 2rem;
}
#salon-basic .work-details a{
  color: #1111cc;
  text-decoration: underline;
}
#salon-basic .work-details a:hover{
  color: #0a0a7a;
  text-decoration: none;
}
#salon-basic .work-details li .fa{
  margin-right: 4px;
}
@media (max-width: 991px){
  #salon-basic{
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px){
  #salon-basic{
    padding: 35px 0 20px;
  }
}
/* salon 写真 ギャラリー */
#salon-gallery{
  padding-top: 0;
}
#salon-gallery img{
  margin-bottom: 15px;
}
@media (max-width: 767px){
  #salon-basic .work-details-title{
    font-size: 1.8rem;
    margin-top: 20px;
  }
  #salon-gallery .col-sm-6{
    float: left;
    width: 50%;
    padding: 0 7px;
  }
}
/* カットモデル 募集内容 */
#recruit{
  padding: 20px 0 60px;
  background: #f5f5f5;
}
#recruit .comment-author{
  color: #111;
}
#recruit .comment-avatar{
  text-align: center;
}
#recruit .comment-avatar span{
  font-size: 40px;
}
@media (min-width: 768px){
  #recruit .comment-content{
    min-height: 77px;
  }
}
/* カットモデル ギャラリー */
#cut-gallery{
  padding-top: 0;
  padding-bottom: 70px;
  background: #f5f5f5;
}
#cut-gallery img{
  margin-bottom: 15px;
}
@media (max-width: 767px){
  #cut-gallery .col-sm-6{
    float: left;
    width: 50%;
    padding: 0 7px;
  }
}
/* スタッフ紹介 */
#staff{
  padding: 20px 0 60px;
}
#staff .nav-tabs span{
  margin-right: 2px;
}
#staff .comments .comment-title2{
  border: none;
}
#staff .comments .comment-title3{
  padding: 16px 0 7px;
}
#staff .tab-pane .comments{
  margin-top: 0;
}
#staff .comment-author{
  color: #111;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 4px;
}
#staff .comment-content{
  margin-left: 0;
  margin-bottom: 0;
}
#staff .panel-title{
  letter-spacing: 0;
  font-size: 12px;
}
#staff #accordion .panel-heading{
  padding: 10px;
  background: #fff;
}
#staff #accordion .panel-heading a:after{
  right: -2px;
}
@media (min-width: 1200px){
  #staff .comments .comment-title3{
    padding-top: 7px;
  }
}
@media (max-width: 767px){
  #staff .table{
    margin-top: 20px;
  }
}
@media (max-width: 567px){
  #staff .nav-tabs>li{
    width: 100%;
  }
  #staff .nav-tabs>li>a{
    border: none;
  }
  #staff .nav-tabs>li.active>a,
  #staff .nav-tabs>li.active>a:focus,
  #staff .nav-tabs>li.active>a:hover{
    border: none;
    border-radius: 0;
    border-left: solid 3px #ddd;
  }
}
/* 予約 */
#reservation{
  background: #f5f5f5;
}
#incomplete{
  overflow: hidden;
}
.stand{
  color: #a94442;
  font-weight: 700;
}
@media (max-width: 767px){
  #reservation .user-login{
    margin-bottom: 16px;
  }
}
/* お問合せページ -----------------------------------*/
#contact .panel-title{
  letter-spacing: 0;
  font-size: 13px;
}
#contact .panel-heading{
  padding: 10px;
}
#contact .panel-heading a:after{
  right: -3px;
}
@media (max-width: 767px){
  #contact .form{
    margin-top: 60px;
  }
}
/* ユーザー新規登録ページ -----------------------------------*/
#u-register{
  overflow: hidden;
}
#u-register label{
  display: block;
  background: #f5f5f5;
  padding: 2px 6px;
}
span.required{
  font-size: 0.95em;
  margin-right: 6px;
  padding: 1px 4px;
  background: #d9534f;
  border: solid 1px #d43f3a;
  color: #fff;
  border-radius: 2px;
}
.terms-view{
  text-decoration: underline;
}
.terms-view:hover, .terms-view:focus{
  text-decoration: none;
  color: #333;
}
/* サロン新規登録ページ -----------------------------------*/
#s-register .tab-pane{
  overflow: hidden;
}
#s-register{
  overflow: hidden;
}
#s-register label{
  display: block;
  background: #f5f5f5;
  padding: 2px 6px;
}
#s-register .agree-check label{
  display: inline;
  background: #fff;
}
#s-register input[type=checkbox]{
  margin-right: 2px;
}
/* マイページ共通 -----------------------------------*/
.mypage table th{
  width: 25%;
}
.mypage table td{
  width: 75%;
}
.mypage table img{
  max-height: 120px;
}
@media (max-width: 567px){
  .mypage table,
  .mypage tbody{
    border-top: none;
  }
  .mypage .table-striped>tbody>tr:nth-of-type(odd){
    background: #fff;
  }
  .mypage .checkout-table tbody tr td:first-child,
  .mypage .checkout-table tbody tr th:first-child{
    max-width: 100%;
  }
  .mypage table th,
  .mypage table td{
    width: 100%;
    display: block;
    border: none;
  }
  .mypage table th{
    background: #f9f9f9;
  }
}
/* サロンマイページ -----------------------------------*/
.mypage .nav-tabs{
  padding-bottom: 1px;
}
.mypage .nav-tabs-mypage>li{
  width: 33%;
}
.mypage .nav-tabs>li>a{
  border: none;
}
.mypage .nav-tabs>li.active>a{
  border: none;
  border-left: solid 3px #ddd;
  color: #111;
}
.mypage .nav-tabs>li>a:hover{
  color: #111;
}
.mypage .nav-tabs li a:focus{
  outline-offset: 0;
}
.mypage .panel-title{
  font-size: 12px;
}
.img-caution{
  margin: 2em 0;
  background: #F9F9F9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.img-caution .img-caution-title{
  font-size: 1.2em;
  background: #d9534f;
  padding: 4px 16px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.img-caution p{
  padding: 15px;
  margin: 0;
}
.img-caution ul{
  font-size: 1.05em;
  padding: 1em 1em 1em 2.5em;
}
.img-caution ul ol{
  font-size: 1.05em;
  padding-left: 1em;
}
.img-caution a{
  color: #1111cc;
  text-decoration: underline;
}
.img-caution a:hover{
  color: #0a0a7a;
  text-decoration: none;
}
@media (max-width: 991px){
  .mypage .nav-tabs-mypage>li{
    width: 100%;
  }
}
/* サロンマイページ ユーザーリスト -----------------------------------*/
body .userlist table .table-header{
  background: #eee;
}
.userlist .checkout-table tbody tr td:first-child,
.userlist .checkout-table tbody tr th:first-child{
  max-width: 100%;
}
.userlist  .checkout-table > tbody > tr > td,
.userlist .checkout-table > tbody > tr > th{
  padding: 8px 12px;
}
.userlist table th{
  width: 30%;
}
.userlist table td{
  width: 70%;
}
/* 管理画面メニュー -----------------------------------*/
.admin-menu{
  margin-bottom: 1.5rem;
}
@media (max-width: 767px){
  .admin-menu{
    border-bottom: solid 1px #eee
  }
}
/* 管理画面ユーザーリスト -----------------------------------*/
body .adminlist table .table-header{
  background: #eee;
}
.adminlist .checkout-table tbody tr td:first-child,
.adminlist .checkout-table tbody tr th:first-child{
  max-width: 100%;
}
.adminlist .checkout-table > tbody > tr > td,
.adminlist .checkout-table > tbody > tr > th{
  padding: 8px 12px;
}
.adminlist table .small-th{
  width: 10%;
}
/* 管理画面サロンリスト -----------------------------------*/
/* オススメサロンの設定 ラジオボタン */
#recom-set input[type="radio"]{
  display: none;
}
#recom-set label.radio-label{
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
#recom-set label.radio-label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
#recom-set input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #3498db;
  border-radius: 100%;
}
/* こだわり検索項目 キーワード追加 -----------------------------------*/
/* 登録済のキーワード */
.keyword-table .table-striped>tbody>tr:nth-of-type(odd){
  background: #fff;
}
body .keyword-table .table-striped>tbody>tr.table-header{
  background: #eee;
}
.keyword-table .checkout-table tbody tr td:first-child,
.keyword-table .checkout-table tbody tr th:first-child{
  max-width: 100%;
}
.keyword-table .checkout-table > tbody > tr > td,
.keyword-table .checkout-table > tbody > tr > th{
  padding: 8px 12px;
}
.keyword-table table .small-th{
  width: 20%;
}
/* 登録情報 編集ページ */
body select.input-sm{
  line-height: 1.5;
}
/* サロン 新規掲載ご希望の方 -----------------------------------*/
/* 共通 背景 */
#recommendation, #resolve{
  background: #f4f4f4;
}
/* 共通 セクションタイトル */
#publish .section-title{
  font-size: 28px;
}
#publish .section-title span{
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
#publish .section-title span:before,
#publish .section-title span:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #111;
}
#publish .section-title span:before{
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#publish .section-title span:after{
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#publish .section-title span:before{
  left: 0;
}
#publish .section-title span:after{
  right: 0;
}
@media (max-width: 567px){
  #publish .section-title{
    font-size: 20px;
  }
  #publish .section-title span{
    padding: 0 32px;
  }
  #publish .section-title span:before,
  #publish .section-title span:after{
    width: 32px;
  }
}
@media (min-width: 568px) and (max-width: 767px){
  #publish .section-title{
    font-size: 26px;
  }
}
/* こんなサロンにオススメ */
#recommendation .count-item{
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 30px 10px 0px;
}
#recommendation .count-item:hover{
  border-color: #aaa;
}
#recommendation .count-title{
  font-size: 16px;
}
@media (max-width: 767px){
  #recommendation .count-title{
    font-size: 15px;
  }
}
@media (min-width: 992px){
  #recommendation .count-item{
    min-height: 171px;
  }
}
/* こんな学生が待っています */
#wait .alt-features-item{
  overflow: hidden;
}
#wait .alt-features-title{
  font-size: 16px;
}
#wait .alt-features-text{
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px){
  #wait .alt-features-item {
    min-height: 95px;
  }
}
@media (min-width: 768px) and (max-width: 1200px){
  #wait .alt-features-item {
    margin: 45px 0 0;
  }
}
/* サロンの”お悩み”を学生が解決 */
#resolve .wait-submsg h5{
  font-size: 16px;
}
@media (max-width: 767px){
  #resolve img{
    max-width: 70%;
  }
  #resolve #coron{
    display: none;
  }
}
@media (max-width: 567px){
  #resolve img{
    max-width: 90%;
  }
}
/* プライバシーポリシー -----------------------------------*/
#privacy ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.5em;
}
#privacy ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 36px;
  margin-bottom: 2em;
}
#privacy ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #999;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 利用規約 -----------------------------------*/
#terms .terms-title{
  font-weight: 600;
}
body .bcolor-white{
  border-color: #fff;
}
#terms ol{
  padding-left: 1em;
}
#terms ol li{
  margin-bottom: 16px;
}
/* 括弧付の数字を作る */
#terms ol.list_parentheses{
  padding: 0;
  margin: 0;
}
#terms ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  margin-bottom: 0px;
}
#terms ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
.align-right{
  text-align: right;
}
/* 特定商取引法に基づく表示について -----------------------------------*/
/* 会社概要 ------------------------------------------------------*/
#about table, #terms2 table{
  width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
  border-top: 1px solid #eee;
}
#about table th, #terms2 table th{
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
#about table td, #terms2 table td{
	width: 70%;
	padding: 10px;
	vertical-align: top;
  border-bottom: 1px solid #eee;
  background: #fff;
}
@media (max-width: 567px){
  #about table th, #about table td,
  #terms2 table th, #terms2 table td{
    display: block;
    width: 100%;
  }
}
/* サービス内容 ------------------------------------------------------------*/
.service-sec01,
.service-sec02,
.service-sec03{
  overflow: hidden;
}
.service-sec01,
.service-sec02{
  margin-bottom: 80px;
}
.caution{
  font-size: 10px;
}
.service-sec02 .col-sm-6-child{
  border: dotted 1px #ccc;
  padding: 1rem;
}
#service h3{
  font-weight: 600;
  margin-bottom: 1em;
}
.service-sec03 .sec03-flex{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 1.5em;
}
.service-sec03 .sec03-flex-child{
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px){
  .service-sec02 .col-sm-6-child{
    min-height: 201px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .service-sec02 .col-sm-6-child{
    min-height: 222px;
  }
  .sec03-flex01 .sec03-flex-child,
  .sec03-flex02 .sec03-flex-child{
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
  }
  .sec03-flex01 .sec03-flex-child:nth-child(1){
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-right: 1em;
  }
  .sec03-flex01 .sec03-flex-child:nth-child(2){
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .sec03-flex02 .sec03-flex-child:nth-child(1){
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .sec03-flex02 .sec03-flex-child:nth-child(2){
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-left: 1em;
  }
}
@media (min-width: 768px){
  #service h2{
    font-size: 26px;
  }
  #service h3{
    font-size: 18px;
  }
  #service .service-sec01 p{
    font-size: 15px;
  }
}
@media (max-width: 767px){
  #service h2{
    font-size: 20px;
  }
  #service h3{
    font-size: 16px;
  }
  #service .service-sec01 p{
    font-size: 14px;
  }
  #service .service-sec02 p,
  #service .service-sec03 p{
    text-align: left;
  }
  .service-sec02 .col-sm-6{
    max-width: 80%;
    margin: 0 auto;
  }
  .service-sec02 .col-sm-6:nth-child(1){
    margin-bottom: 2em;
  }
  .service-sec03 .sec03-flex{
    max-width: 80%;
    margin: 0 auto;
  }
  .service-sec03 .sec03-flex-child{
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .service-sec03 .sec03-flex01{
    margin-bottom: 2em;
  }
  .sec03-flex02 .sec03-flex-child:nth-child(1){
    -webkit-order: 2;
    order: 2;
  }
  .sec03-flex02 .sec03-flex-child:nth-child(2){
    -webkit-order: 1;
    order: 1;
  }
}
@media (max-width: 567px){
  .service-sec02 .col-sm-6,
  .service-sec03 .sec03-flex{
    max-width: 100%;
  }
}
/* サイトマップ ------------------------------------------------------*/
#sitemap .menu{
  padding: 0;
}
#sitemap .menu .menu-title{
  padding-top: 10px;
}
#sitemap .menu .menu-detail{
  padding-bottom: 10px;
}
#sitemap .multi-columns-row a{
  display: block;
}
#sitemap .multi-columns-row a:hover,
#sitemap .multi-columns-row a:focus{
  background: #f8f8f8;
  color: #111;
}
/* フッターエリアの編集 ===========================================================*/
#footer-top a{
  color: #fff;
}
#footer-top a:hover{
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.85);
}
#footer-top .widget .icon-list li:before{
  content: "\00BB";
  padding-right: 5px;
  color: #fff;
}
#footer-top .widget .icon-list li a:before{
  display: none;
}
#footer-top .etline-icon{
  margin-left: 3px;
}
@media (max-width: 767px){
  #footer-top{
    padding-bottom: 0;
  }
}


/*2017.9.16*/
.ellipsis {
	position: relative;
	height: 53px;
	overflow: hidden;
}

/*
.ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #fff;
}
.ellipsis:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}
.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}
*/
.menu-space{
  background: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 2px 8px;
  margin-right: 2px;
  margin-bottom: 4px;
}

/*201.9.16*/
.post,.slist_thum,.slist_thum_index,.osusume-thum,.shop_thum{
  overflow: hidden;
}

.slist_thum img,.slist_thum_index img,.osusume-thum img,.shop_thum img{
  width:100%;
}

@media (min-width: 1200px){
  .slist_thum,.slist_thum_index{
    height: 175px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .slist_thum,.slist_thum_index{
    height: 142px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .slist_thum,.slist_thum_index{
    height: 230px;
  }
}

@media (max-width: 767px) {
  .slist_thum_index{
    height: 230px;
  }
  .post-title a{
    white-space: nowrap;
  }
}
@media (min-width: 321px) and (max-width: 567px){
  .post-header{
    height:70px;
  }
  .post-meta{
    white-space: nowrap;
  }
}

@media (min-width: 321px) and (max-width: 567px){
  .post-header{
  }
}
@media (max-width: 320px){
  .post-header{
    height:90px;
  }
}

@media (max-width: 991px){
  #salon-gallery .col-sm-6 img{
    min-height: auto;
  }
}


/*

@media (max-width: 1200px) {
  .slist_thum{
    height: 142px;
  }
}

@media (max-width: 1050px) {
  .slist_thum{
    height: 142px;
  }
}

@media (max-width: 991px) {
  .slist_thum{
    height: 230px;
  }
}

@media (max-width: 767px) {
  .div_thum{
    width:100%;
  }
}

*/
