/*
1.店舗一覧・店舗詳細ページ（店舗情報・メニュー・スタッフ・ランキング・クーポン）
2.ラ･ブレスの技術
3.スタッフ（全店）
4.メニュー分岐
5.ヘアカタログ
6.クーポン分岐
7.WEB予約
8.成人式
9.お客様の声・お客様の声詳細ページ
10.テクニック動画
11.サイトマップ
※リクルートは別CSS
/* ==========================================================================
*/

/* ========================================================================== */
/* 基本構造 ========= */
/* ========================================================================== */
/* メディアクエリ ========= */

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width : 320px) {

}

/* メディアクエリ 終わり ========= */

/* ページ　見出し ========= */
.page-title {
  text-align: center;
  margin: 0 0 56px;
}

/* ページ　余白 ========= */
.page-section {
  padding-bottom: 88px;
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
/* ページ　見出し ========= */
.page-title {
  margin: 0 0 12%;
}
/* ページ　余白 ========= */
.page-section {
  padding-bottom: 17%;
}
}

/* ========================================================================== */
/* 1.店舗一覧・店舗詳細ページ（店舗情報・メニュー・スタッフ・ランキング・クーポン） */
/* ========================================================================== */

/* 見出し ========= */
.salon-h1 {
  max-width: 218px;
  width: 100%;
}
.salonList .salonList-box {
  vertical-align: top;
}

.salonList-shopName {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.salonList-caution {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	color: #fa729f;
}

.salonList-address {
  text-align: center;
  margin-bottom: 12px;
}

.salonList-tel {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  float: left;
}

.salonList-button {
  float: left;
}

.salonList-button a {
  display: block;
  background: #fa729f;
  height: 45px;
  line-height: 45px;
  color: #fff;
  width: 99px;
  text-align: center;
  margin-left: 8px;
}

.salonList-telBox {
  max-width: 320px;
  margin: 0 auto 16px;
}

.salonList-telBox:after {
  content: "";
  display: block;
  clear: both;
}

.salonList-btn {
  width: 48%;
  float: left;
  margin-right: 2%;
  text-align: center;
}

.salonList-btn:nth-child(2n) {
  margin-right: 0;
}

.salonList-btn a {
  display: block;
  height: 45px;
  line-height: 45px;
  border: 1px solid;
  color: #4c4c4c;
}

.salonList-box {
  margin-bottom: 72px;
}

.salonList-box:last-child {
  margin-bottom: 0;
}

.salonList-normal a {
  display: block;
  width: 100%;
  height: 100%;
}
.salonList-normal .salonList_shop {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.salonList-normal .salonList-reserve-inner:after {
    border: 1px solid #fff;
    content: "";
    display: block;
    z-index: 100;
    width: 98%;
    height: 95%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#line_area {
  padding-top: 40px;
  margin-top: -40px;
}
.salon-preparation {
  text-align: center;
  margin: 40px 0 0;
  font-size: 20px;
}

.salonList-lineTel {
  float: none;
  text-align: center;
}

.salonList-buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.salonList-buttonWrap .salonList-button {
  float: none;
  width: 50%;
  padding: 0 5px;
}

.salonList-buttonWrap .salonList-button a {
  display: block;
  width: 100%;
  margin: 0;
}

.line-button a {
  background: #00B900;
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .salonList-telBox {
    text-align: center;
  }

  .salonList-tel {
    float: none;
  }

  .salonList-button {
    float: none;
  }

  .salonList-button a {
    margin: 0 auto;
    width: 100%;
  }

.salonList-buttonWrap .salonList-button {
  width: 100%;
  padding: 0;
}
}




/* 共通 ========= */
.salonTitle-box {
  margin: 40px 0 64px;
}
.salonTitle {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .3em;
}

.salon-localNavi {
  background: #69493C;
  padding: 24px 0;
  margin-bottom: 24px;
}

.salon-localNavi li a {
  color: #fff;
  border-radius: 0;
}

.salon-localNavi li a:hover {
  background: #89666a;
}

.salon-localNavi li {
  padding: 0 4px;
  border-left: 1px solid #fff;
}

.salon-localNavi li:first-child {
  border-left: none;
}
.salon-button {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
}

.salon-button a {
  display: block;
  background: #fa729f;
  color: #fff;
  text-align: center;
}

.goast-button {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
}

.goast-button a {
  display: block;
  text-align: center;
  color: #4c4c4c;
  border: 1px solid;
}
/*見出し*/
.salon-heading {
  border-bottom: 1px solid #503B32;
  font-size: 54px;
  font-size: 5.4rem;
  padding: 0 0 0 16px;
  margin: 0 0 24px;
}

.salon-heading .en {
  letter-spacing: .2em;
}

.salon-heading small {
  font-size: 18px;
  font-size: 1.8rem;
  color: #4C4C4C;
}
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.salonTitle-box {
  margin: 16px 0 24px;
}
.salonTitle {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.salon-heading small {
  display: block;
  letter-spacing: .1em;
  padding-bottom: 8px;
}
}
/* サロン情報 ========= */

#salonSlider img{
  width: 100%;
}

.salon-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 24px;
}
.salon-infoBox {
  margin-bottom: 24px;
  width: 100%;
}
.salon-infoBox th {
  vertical-align: top;
  border: 1px solid;
  display: block;
  text-align: center;
  padding: 4px 8px;
}

.salon-infoBox td {
  width: 80%;
  padding: 0 0 24px 16px;
  line-height: 1.8;
}
.salon-blogBox {
  margin-bottom: 24px;
  width: 100%;
}
.salon-blogBox th {
  vertical-align: top;
  padding-top: 24px;
}

.salon-blogBox td {
  padding: 24px 0 24px 16px;
  width: 100%;
}

.salon-blogBox td a {
  color: #4c4c4c;
}

.salon-blogBox td a:hover {
  text-decoration: underline;
}

.salon-blogBox tr:first-child th,
.salon-blogBox tr:first-child td{
  padding-top: 0;
}

.salon-blogBox tr {
  border-bottom: 1px dotted #555;
}

.staff-infoBox {
  margin-bottom: 56px;
}


.salon-accessWrap.row.row-80 {
  max-width: 960px;
  margin: 0 auto;
}
.salon-access-title {
  background: #d2cdca;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  margin-bottom: 8px;
  margin-top: 56px;
}

.saloninfo_detail{
  margin-top: 10px;
  background: #ffefef;
  padding: 10px;
}

.saloninfo_detail span{
  color: #fa729f;
  font-weight: bold;
}

#salon-bunner {
  margin: 0 auto 30px;
}
.mbview {
  display: none;
}
@media only screen and (max-width: 768px){
  #salon-bunner {
    margin: 0 auto 10%;
  }
  .pcview {
    display: none;
  }
  .mbview {
    display: block;
  }
}


/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
#salon-info {
  margin-bottom: 17%;
}

.salon-name {
  text-align: center;
  line-height: 1.4;
}


.staff-infoBox {
  margin-bottom: 32px;
}

.salon-infoBox th {
  vertical-align: top;
  border: 1px solid;
  display: block;
  text-align: center;
  padding: 4px 8px;
  width: 100%;
  text-align: left;
  border-left: none;
  border-right: none;
  margin-bottom: 8px;
}

.salon-infoBox td {
  width: 100%;
  padding: 0;
  display: block;
  margin-bottom: 24px;
}

/*.salon-blogBox th {
  display: block;
  margin-bottom: 8px;
}

.salon-blogBox td {
  display: block;
  padding: 0 0 24px;
}*/
  .salon-access-text {
    text-align: left;
  }

  .salon-accessWrap .col-sm-6 {
    margin: 0 -15px;
  }
}


/* メニュー ========= */
.menu-list {
  vertical-align: top;
  margin-bottom: 72px;
}

.menu-list:nth-last-child(2) {
  margin-bottom: 0;
}

.menu-list:last-child {
  margin-bottom: 0;
}

.menu-table {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
.menu_category {
  font-size: 36px;
  font-size: 3.6rem;
  border-bottom: 2px solid;
}
.menu_category .en {
  font-weight: bold;
  letter-spacing: .1em;
}

.menu_category-sub {
  font-size: 24px;
  font-size: 2.4rem;
  padding-top: 0px;
  display: inline-block;
  vertical-align: middle;
}
.menu-table tr {
  border-bottom: 1px dotted;
  width: 100%;
}

.menu-table th{
  padding: 16px 0 8px;
  font-weight: normal;
}

.menu-table th p {
  font-size: 12px;
  font-size: 1.2rem;
}

.menu-table td{
  font-weight: 600;
  text-align: right;
}
.menu_out {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 40px;
}

.menu-table tr.menu_setsu {
  border: none;
  margin-top: 8px;
  display: block;
  font-weight: normal;
  font-size: 80%;
  width: 100%;
}

.menu-table tr.menu_setsu td {
  text-align: left;
  width: 100%;
  font-weight: normal;
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.menu-list,
.menu-list:nth-last-child(2){
  margin-bottom: 17%;
  width: 100%;
}
.menu_category-sub {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 4px 0 8px;
}
.menu-table td{
  width: 30%;
}
}


/* クーポン ========= */
.salon_coupon-caution {
  padding: 0 0 0 16px;
  margin-bottom: 40px;
}
.salon_coupon-box {
  border: 1px solid #FA729F;
  margin-bottom: 72px;
  box-shadow: 0 0 0 1px #FA729F inset;
}
.salon_coupon-box.salon_coupon-boxB {
  border: 1px solid #6daeff;
  box-shadow: 0 0 0 1px #6daeff inset;
}
.salon_coupon-boxB .salon_coupon-conditions {
  color: #6daeff;
}

.salon_coupon-box > div {
  height: 100%;
}
.salon_coupon-box .u-d-ibWrap > div {
  vertical-align: middle;
  float: none;
  display: inline-block;
  font-size: 1.4rem;
}
.salon_coupon-img {
  width: 15%;
}
.salon_coupon-area {
  width: 51%;
}
.salon_coupon-fee {
  width: 20%;
}
.salon_coupon-reserve {
  width: 14%;
}
.salon_coupon-img img {
  padding: 8px 16px 8px 8px;
}
.salon_coupon-conditions {
  color: #FA729F;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0;
}
.salon_coupon-category {
  margin-bottom: 16px;
  font-size: 0;
}
.salon_coupon-category li {
  background: #FA729F;
  color: #fff;
  margin: 0 8px 4px 0;
  padding: 2px 8px;
  display: inline-block;
}
.salon_coupon-title {
  font-size: 26px;
  font-size: 2.6rem;
}
.salon_coupon-title small {
  font-size: 18px;
  font-size: 1.8rem;
}
.salon_coupon-accessories {
  font-size: 0;
}
.salon_coupon-accessories li {
  border: 1px solid;
  margin-right: 8px;
  padding: 2px 8px;
  display: inline-block;
}

.salon_coupon-fee {
  text-align: center;
}
.salon_copon-percent {
  max-width: 129px;
  height: 46px;
  line-height: 46px;
  color: #FA729F;
  border: 1px solid;
  font-size: 25px;
  margin: 0 auto 8px;
}
.salon_coupon-normal {
  font-size: 20px;
  font-size: 2rem;
  color: #FA729F;
  margin: 0;
}
.salon_coupon-special {
  font-size: 48px;
  font-size: 4.8rem;
  color: #FA729F;
  line-height: 1.4;
}
.salon_coupon-reserve {
  text-align: center;
  height: 100%;
  position: relative;
}
.salon_coupon-reserve a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  width: 100%;
}

@media only screen and (min-width : 1080px) {
  .salon_coupon-yoko {
    display: none;
  }
}
@media only screen and (max-width : 1079px) {
  .salon_coupon-tate {
    display: none;
  }

  .salon_coupon-reserve {
    display: block !important;
    width: 100%;
  }

  .salon_coupon-reserve a {
    display: block;
    background: #FA729F;
    padding: 8px 0;
    margin-top: 16px;
  }

  .salon_coupon-area {
    width: 55%;
  }

  .salon_coupon-fee {
    width: 30%;
  }
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.salon-localNavi {
    padding: 0;
}
.salon-localNavi li {
  padding: 0;
  border-left: none;
  width: 33.3333%;
  float: left;
  margin: 0 !important;
    border-right: 1px solid #fff;
}
  .salon-localNavi li:nth-child(3n) {
    border-right: none;
  }
  .salon-localNavi li:nth-child(1),
  .salon-localNavi li:nth-child(2),
  .salon-localNavi li:nth-child(3){
    border-bottom: 1px solid #fff;
  }
.salon-localNavi li a {
    padding: 16px 0;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}
.salon_coupon-box .u-d-ibWrap > div {
  text-align: center;
}

.salon_coupon-img {
  width: 100%;
  text-align: center;
}
.salon_coupon-img img {
  max-width: 200px;
}

.salon_coupon-area {
  width: 100%;
  padding: 0 8px;
}

.salon_coupon-fee {
  width: 100%;
  margin-top: 24px;
}

.salon_coupon-category li {
  padding: 2px 6px;
}

.salon_coupon-title {
  font-size: 20px;
  font-size: 2rem;
}
.salon_coupon-title small {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.salon_coupon-yoko {
  font-size: 16px;
  font-size: 1.6rem;
}
.salon_coupon-accessories li {
  margin-bottom: 4px;
}
}

/* ランキング ========= */
.staff_rankingBox {
  vertical-align: top;
}
.salon_ranking-title {
  color: #fa729f;
  font-weight: bold;
  margin: 0;
}

.staff-title {
  margin: 0;
}

.staff-name {
  font-size: 22px;
  font-size: 2.2rem;
}

.staff_one-insta {
  width: 45px;
  height: 45px;
  margin: 0 auto 12px;
}

.staff-info .goast-button {
  margin-bottom: 12px;
}

.staff-infoBox div {
  vertical-align: top;
}
.ranking-heading {
  position: relative;
}
.salon_ranking-month {
  font-size: 32px;
  font-size: 3.2rem;
  color: #4C4C4C;
  position: absolute;
  bottom: 4px;
  right: 0;
}
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.staff_rankingBox {
  margin-top: 32px;
}

.staff_rankingBox:first-child {
  margin-top: 0;
}

.salon_ranking-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 8px;
}


.ranking-heading .en {
  font-size: 40px;
  font-size: 4rem;
}

.ranking-heading small {
  font-size: 14px;
  font-size: 1.4rem;
}
.salon_ranking-month {
  font-size: 24px;
  font-size: 2.4rem;
  bottom: 40%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 16px;
}
}
/* ========================================================================== */
/* 2.ラ･ブレスの技術 */
/* ========================================================================== */

/* 見出し ========= */
.concept-h1 {
  max-width: 394px;
  width: 100%;
}

.conceptList_link-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 0 0 12px;
}

.conceptList_link-button a {
  display: block;
  color: #000;
  border: 1px solid;
  border-radius: 2px;
}

.conceptList_link-button a:hover {
  text-decoration: none;
}

.conceptList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #4c4c4c;
}
.conceptList li:first-child {
  border-left: none;
}

.ipad .conceptList li {
  display: block;
}

.conceptList-heading {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.conceptList-heading .en {
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.concpetList-text {
  text-align: center;
  padding: 0 8px;
}
.concpetList-button {
  margin: 16px auto;
}
.conceptList-img {
  height: 100%;
}
.conceptList li:nth-child(2n) .conceptList-img{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}


/*concept*/
.conceptBox-section {
  margin-top: -40px;
}
.concept-title {
  text-align: center;
  margin: 0;
  background: #f0f0f0;
  padding: 16px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.concept-title .en {
  font-size: 88px;
  font-size: 8.8rem;
  letter-spacing: .2em;
  font-weight: normal;
}

.conceptBox div {
  vertical-align: middle;
}

.concept-heading {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  margin: 0 0 16px;
  line-height: 1.4;
}
.concept-heading small {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 4px;
  color: #4c4c4c;
}
.concept-titleB {
  padding: 24px 0;
  margin-bottom: 32px;
}

.aujua_sommelier-heading {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}

.aujua_boxWrap {
  margin-bottom: 40px;
  vertical-align: top;
}
.aujua_boxWrap:last-child {
  margin-bottom: 0;
}
.aujua-infoBox {
  border: 1px solid #e5e5e5;
  padding: 16px 32px 16px 0;
}

.aujua-img {
  text-align: center;
}
.aujua-infoBox div {
  vertical-align: middle;
}
.aujua-title {
  display: inline-block;
  color: #fff;
  padding: 0 8px;
  margin: 0 0 4px;
}
.aujua-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid;
  margin-bottom: 4px;
}
.aujua-titleBox {
  display: inline-block;
  border: 1px solid;
  padding: 0 8px;
  margin-bottom: 4px;
}
.aujua-text {
  font-size: 14px;
  font-size: 1.4rem;
}

/*オージュアカラー*/
.aujua-titleA {background: #fa729f;}
.aujua-titleB {background: #04899a;}
.aujua-titleC {background: #828e1e;}
.aujua-titleD {background: #561f22;}
.aujua-titleE {background: #6d388a;}
.aujua-titleF {background: #795d59;}
.aujua-titleG {background: #ba2449;}
.aujua-titleH {background: #9e3e32;}
.aujua-titleI {background: #b8862f;}
.aujua-titleJ {background: #46756d;}
.aujua-titleK {background: #768580;}
.aujua-titleL {background: #d27b07;}
.aujua-titleM {background: #223786;}

.conceptBox-cut {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 8px 8px 0;
}

.concept_cut-bg {
  background: #f8f8f8;
  padding: 48px 0;
  margin-bottom: 72px;
}

.conceptCut_media-heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}

.concept_originalCut li {
  vertical-align: top;
}

.conceptCut_media_pc .col-sm-4{
  height:400px;
}

.conceptCut_media_mb .col-sm-4{
  margin-bottom:30px;
}

.concept_originalCut-heading {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.concept_originalCut li {
  width: 32%;
  float: left;
  margin: 0 2% 32px 0;
  border: 1px solid #c5c5c5;
  padding: 16px 28px;
  text-align: justify;
  background: #fff;
}

.concept_originalCut li:nth-child(3n) {
  margin-right: 0;
}

.u-d-f{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.media_staff_ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/*20171107 ↓*/
.media_staff_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width:50%;
}

.media_staff_box_inner{
  width:50%;
  padding: 8px;
}

.media_staff_box_ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media_staff_box_ul li{
  width:50%;
  padding-right: 10px;
}

.conceptCut_media-name{
  font-weight: bold;
  margin: 0;
}

.conceptCut_media-date{
  color:#4c4c4c;
  margin: 0;
}

.conceptCut_media-title{
  margin: 0;
  font-size:12px;
  font-size:1.2rem;
}

#media_box-button,#media_staff_box-button,#media_photo_box-button{
  background: #dbdbdb;
  max-width:300px;
  margin:0 auto;
  text-align: center;
  padding: 10px 0;
}

.media_kimuraWrap_ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

li.media_kimuraWrap {
  width:33.3333333%;
  margin-bottom: 40px;
  padding: 7px;
}

.u-d-i{
  float: left;
}

#media_kimura_section .bx-wrapper{
  margin-bottom: 10px !important;
  height: auto;
}

.conceptCut_media-title a{
  color:#fa729f;
}

#media_kimura_section{
  margin-top: -100px;
  padding-top: 100px;
}



#media_staff_wrap .bxslider li{
  width:100% !important;
}
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  #media_staff_wrap .bx-viewport{
    height: 100% !important;
  }
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .concept-heading {
    border-bottom: none !important;
    padding-bottom: 0;
    margin: 0 0 8px;
  }

  li.media_kimuraWrap {
    width:100%;
    margin-bottom: 60px;
    padding: 0;
  }

  .media_staff_box_inner{
    width:100%;
    padding: 0;
  }

  .conceptCut_media-name,.conceptCut_media-date,.conceptCut_media-title{
    text-align: center !important;
  }
  .media_staff_box{
    width:100%;
    margin-bottom: 60px;
  }

  .media_kimuraWrap{
    margin-bottom: 40px;
  }

  #media_kimura_section,#media_staff_wrap{
    margin-bottom: 60px;
  }
}


/*20171107 ↑*/


@media only screen and (max-width : 992px) {
.concept-heading {
  font-size: 24px;
  font-size: 2.4rem;
}
.conceptBox-section {
  margin-top: 32px;
}
}
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.conceptList-heading {
  background: #eee;
  margin: 32px -15px 12px;
  padding: 8px 0;
}

  .conceptList li {
    border-left: none;
  }

  .conceptList li:nth-child(2n) .conceptList-img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .conceptList-img {
    width: 70%;
    margin: 0 auto 16px;
  }

/*コンセプトボックス*/
  .concept-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .concept-title .en {
    font-size: 44px;
    font-size: 4.4rem;
  }
.concept-img {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.aujua_sommelier-heading {
  font-size: 18px;
  font-size: 1.8rem;
}

.aujua-infoBox {
  padding: 16px 8px 16px 0;
}

.concept_originalCut li {
    width: 100%;
    float: none;
    margin: 0 0 24px;
}
}
/* ========================================================================== */
/* 3.スタッフ（全店） */
/* ========================================================================== */

/* 見出し ========= */
.staff-h1 {
  max-width: 215px;
  width: 100%;
}

/* スタッフ　ボタン ========= */
#staff_sort {
  margin-bottom: 20px;
}
#staff_sort:after {
  content: "";
  display: block;
  clear: both;
}
#staff_sort li {
  width: 32%;
  margin: 0 2% 16px 0;
  float: left;
  text-align: center;
  border: 1px solid;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}
#staff_sort li:first-child {
  width: 50%;
  margin: 0 auto 16px !important;
  float: none;
}
#staff_sort li:nth-child(3n+1) {
  margin-right: 0;
}
.key_click {
  background: #4C4C4C;
  color: #fff;
}

/*スタッフ　表示・非表示*/
#staff_box-button {
  text-align: center;
  border: 1px solid;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.staff_boxWrap {
  vertical-align: top;
}

/* スタッフ一覧 ========= */
.staffPage-heading {
  margin: 0 0 16px;
  background: #f0f0f0;
  padding: 16px 0;
}
.staffPage-heading:after {
  content: "";
  display: block;
  clear: both;
}
.staffPage-headingEn.en {
  font-size: 56px;
  font-size: 5.6rem;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  padding-left: 15px;
}
.staffPage-headingSub {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 8px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.8;
}
.staffPage-headingButton {
  display: inline-block;
}
.staffPage-headingButton a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  background: #4c4c4c;
  color: #fff;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/* スタッフ詳細 ========= */
#pageBody.staff_detail {
  height: 100%;
  position: relative;
  padding-top: 72px;
}
.staffDetail-page #pageFoot {
  display: none;
}
/*スタッフ画像*/
.staff_detail-img {
  height: 100%;
  position: fixed;
  background-position: top center !important;
  background-size: cover !important;
  width: 43%;
}
/*スタッフ　予約ボタン*/
.staff_detail-reserve {
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -60px;
}
.staff_detail-reserve a {
  display: block;
  width: 120px;
  height: 120px;
  background: #FA729F;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 16px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
}
/*スタッフ コンテンツ*/
.staff_detail-box {
  float: left;
  margin-left: 47%;
  width: 43%;
  text-align: center;
  padding-top: 32px;
}

.staff_detail-box img {
  width: 100%;
}
.staff_detail-name {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 4px double;
}
.staff_detail-name span {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4;
}
.staff_detail-data {
  text-align: left;
  margin: 0 0 40px 31%;
}
.staff_detail-move {
  margin-bottom: 56px;
}
.staff_detail-move p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.staff_detail-info {
  margin-bottom: 56px;
}
.staff_detail-infoHeading {
  background: #eee;
  font-weight: bold;
  margin: 0 auto 12px;
}
.staff_detail-infoText {
  text-align: left;
  margin-left: 4%;
}
.staff_detail-infoButton a {
  display: block;
  color: inherit;
  border: 1px solid;
  border-radius: 6px;
  max-width: 240px;
  margin: 24px auto 0;
  height: 52px;
  line-height: 52px;
}

/*スタッフ エンド*/
.staff_detail-end {
  height: 100%;
  background: #fa729f;
  width: 7%;
  position: fixed;
  right: 0;
  text-align: center;
  display: table;
}

.staff_detail-end a {
  font-size: 72px;
  font-size: 7.2rem;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  line-height: .3em;
}
.staff_detail-end span {
  font-size: 14px;
  font-size: 1.4rem;
}
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {


/* スタッフ　ボタン ========= */
#staff_sort li {
  width: 49%;
  margin: 0 2% 2% 0;
}
  #staff_sort li:first-child {
    width: 100%;
    margin: 0 auto 2%;
  }

#staff_sort li:nth-child(3n+1) {
  margin-right: 2%;
}
#staff_sort li:nth-child(2n+1) {
  margin-right: 0 !important;
}


.staffDetail-page #pageFoot {
  display: block;
}
#pageBody.staff_detail {
  height: auto;
  position: static;
  padding: 0 15px 17%;
  padding-top: 82px;
}
/*スタッフ一覧*/
.staffPage-heading {
  padding: 16px 15px;
}
.staffPage-headingEn.en {
  font-size: 48px;
  font-size: 4.8rem;
}
.staffPage-headingSub {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
  text-align: center;
}
.staffPage-headingButton {
  display: block;
  width: 100px;
  margin: 8px auto 0;
  float: none !important;
}
/*.staffPage-headingButton {
  float: right;
}*/
.staffPage-headingEn.en {
  display: block;
  padding-left: 0;
  margin: 0px auto 8px;
  text-align: center;
}
.staffPage-headingSub {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

/*スタッフ画像*/
.staff_detail-img {
  height: auto;
  position: static;
  background: none !important;
  width: 100%;
}
.staff_detail-img img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
/*スタッフ　予約ボタン*/
.staff_detail-reserve {
  position: static;
  margin-top: 0;
}
.staff_detail-reserve a {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 16px auto 0;
}
/*スタッフ コンテンツ*/
.staff_detail-box {
  float: none;
  margin-left: 0;
  width: 100%;
  text-align: center;
}
.staff_detail-data {
  text-align: left;
  margin: 0 0 12% 0;
}

.staff_detail-move {
  margin-bottom: 14%;
}
.staff_detail-move p {
  font-size: 16px;
  font-size: 1.6rem;
}
.staff_detail-info {
  margin-bottom: 12%;
}
.staff_detail-infoHeading {
  width: 100%;
}
/*スタッフ エンド*/
.staff_detail-end {
  height: auto;
  background: none;
  width: 100%;
  position: static;
  right: 0;
  text-align: center;
  display: block;
}

.staff_detail-end a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  vertical-align: top;
  background: #614e46;
  color: #fff;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  margin: 0 auto;
}
}


/* 上野さん　アピール文 ========= */
.ueno_detail {
  margin-bottom: 40px;
  text-align: left;
}

.ueno_detail-heading {
  font-size: 18px;
  font-size: 1.8rem;
  color: #FA729F;
  margin-bottom: 16px;
  font-weight: bold;
}
@media only screen and (max-width : 768px) {
.ueno_detail {
  margin-bottom: 12%;
}
}
/* ========================================================================== */
/* 4.メニュー分岐 */
/* ========================================================================== */

/* 注意書き ========= */

.menuCaution{
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}

/* 見出し ========= */
.menu-h1 {
  max-width: 176px;
  width: 100%;
}

.menu-caution {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.menu-caution {
  font-size: 18px;
  font-size: 1.8rem;
}
}
/* ========================================================================== */
/* 5.ヘアカタログ */
/* ========================================================================== */

/* 見出し ========= */
.style-h1 {
  max-width: 319px;
  width: 100%;
}

/* 髪型　ボタン ========= */
#sort {
  margin-bottom: 20px;
}
#sort:after {
  content: "";
  display: block;
  clear: both;
}
#sort li {
  width: 32%;
  margin: 0 2% 16px 0;
  float: left;
  text-align: center;
  border: 1px solid;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}
#sort li:nth-child(3n) {
  margin-right: 0;
}
.key_click {
  background: #4C4C4C;
  color: #fff;
}


/* スタイル写真　ボックス ========= */
#style-wrap div {
  margin-bottom: 40px;
}

/* 詳細ページ ========= */
.style_one-button {
  max-width: 210px;
  margin: 0 auto 40px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.style_one-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.style_one-button a {
  display: block;
  color: #4c4c4c;
  border: 1px solid;
  border-radius: 6px;
}
.style_data_name {
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #4c4c4c;
}
.stylist-heading {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  overflow: hidden;
}
.stylist-title {
  margin-bottom: 0;
}

.stylist-name {
  font-size: 20px;
  font-size: 2rem;
}

.style_noe-heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin: 72px 0 16px;
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
/* 髪型　ボタン ========= */
#sort li {
  width: 49%;
  margin: 0 2% 2% 0;
}
#sort li:nth-child(even) {
  margin-right: 0;
}
#sort li:nth-child(3) {
  margin-right: 2%;
}
/* スタイル写真　ボックス ========= */
#style-wrap {
  padding: 0 10px;
}
#style-wrap div {
  margin-bottom: 10px;
  padding: 0 5px;
}

/* スタイル詳細ページ ========= */
.style_data_name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
}
.stylist-block {
  padding: 0;
}

.stylist-block:last-child {
  padding-left: 15px;
}

.style_noe-heading {
  font-size: 20px;
  font-size: 2rem;
}
}
/* ========================================================================== */
/* 6.クーポン分岐 */
/* ========================================================================== */

/* 見出し ========= */
.coupon-h1 {
  max-width: 266px;
  width: 100%;
}


/* ========================================================================== */
/* 7.WEB予約 */
/* ========================================================================== */

/* 見出し ========= */
.reserve-h1 {
  max-width: 313px;
  width: 100%;
}

.reserve_main {
  background: url(../images/reserve/reserve_main_pc.jpg) top center;
  background-size: cover;
  padding: 24px 0;
  margin-bottom: 72px;
}

.reserveBox {
  max-width: 650px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 0 auto;
  padding: 24px 36px;
}
.reserveBox-heading {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
.reserveBox-copy {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

.reserveBox_point-wrap {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 24px 0 0;
  margin-bottom: 24px;
}
.reserveBox_point {
  max-width: 470px;
  margin: 0 auto 24px;
}
.reserveBox_point:after {
  content: "";
  display: block;
  clear: both;
}

.reserveBox_point-heading {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: 80px;
  height: 62px;
}

.reserveBox_point-text {
  float: left;
  margin-left: 20px;
}

.reserveBox_point-heading:after {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background: #faabc2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.reserveBox_point-heading:before {
  content: "POINT1";
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reserveBox_point:nth-child(2) .reserveBox_point-heading:before {
  content: "POINT2";
}

.reserveBox-text {
  text-align: center;
  margin-bottom: 24px;
}


.reserveBox-button {
  width: 49%;
  float: left;
  margin-left: 2%;
}

.reserveBox-button:first-child {
  margin-left: 0;
}

.reserveBox-button-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.reserveBox-button-wrap {
  max-width: 440px;
  margin: 0 auto;
}

.reserve-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}


.salonList-reserve {
  position: relative;
  overflow: hidden;
  height: 220px;
  background-size: cover !important;
}
.salonList-reserve.reserve-shinsaibashi {
  background: url(../images/index/shinsaibashi_all.jpg);
}
.salonList-reserve.reserve-chayamachi {
  background: url(../images/index/chayamachi_all.jpg);
}
.salonList-reserve.reserve-opa {
  background: url(../images/index/umeda_all.jpg);
}
.salonList-reserve.reserve-qs {
  background: url(../images/index/cues_all.jpg);
}
.salonList-reserve.reserve-cubic {
  background: url(../images/index/cubic_all.jpg);
}
.salonList-reserve.reserve-suminoe {
  background: url(../images/index/suminoe_all.jpg);
}
.salonList-reserve.reserve-grandsalon {
  background: url(../images/index/grandsalon_all.jpg) center right;
}

.salonList-reserve-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  -webkit-transition: .3s;
  transition: .3s;
}
.salonList_shop {
  padding-top: 32px;
}
.salonList_shop-heading {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.salonList_shop-heading small {
  font-size: 25px;
}
.salonList_shop-jp {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.salonList-reserve-btnWrap {
    padding: 0 10px;
}

.salonList-reserve-btn a {
  display: block;
  color: #fff;
  text-align: center;
  background: rgba(250, 114, 159, 0.8);
  box-shadow: 0 0 1px 1px #fff;
  padding: 8px 0;
}

.grandsalon-caution {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 8px 0 0;
  text-align: center;
  font-weight: bold;
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .reserve_main {
    padding: 0;
    margin-bottom: 40px;
    background: url(../images/reserve/reserve_main_mb.jpg) top center;
    background-size: cover;
  }
  .reserveBox {
    padding: 24px 8px;
  }
  .reserveBox-heading {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .reserveBox-copy {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .reserveBox_point-heading {
    float: none;
    margin: 0 auto 16px;
}
  .reserveBox_point-text {
    float: none;
    margin-left: 0;
    text-align: center;
}

  .reserve-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .reservePage-heading {
    margin-bottom: 16px;
}

  .reservePage-salonList .salonList-box {
    padding: 0;
    margin-bottom: 16%;
  }

  .salonList-reserve {
  height: 180px;
}
  .reservePage-salonList .salonList_shop-heading {
    margin-bottom: 12px;
}
}

/* ========================================================================== */
/* 8.成人式 */
/* ========================================================================== */

/* 見出し ========= */
.kitsuke-h1 {
  max-width: 297px;
  width: 100%;
}

.conceptKitsuke_btnWrap {
  margin-top: 72px;
}
.conceptKitsuke_btnWrap a {
  display: block;
  text-align: center;
  line-height: 1.7;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #4c4c4c;
  border: 1px solid;
  padding: 16px 0 8px;
}
.kitsuke-price-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid;
  max-width: 560px;
  margin: 48px auto 32px;
  padding-bottom: 8px;
  text-align: center;
}
.kitsuke_menu-table {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}

.kitsuke_menu-table tr {
  width: 100%;
}

.kitsuke_menu-table th {
  padding: 16px 0 8px;
  font-weight: normal;
}

.kitsuke_menu-table td {
  text-align: right;
}
.kitsuke_menu-btn {
  max-width: 280px;
  margin: 40px auto 0;
  text-align: center;
  height: 45px;
  line-height: 45px;
}

.kitsuke_menu-btn a {
  display: block;
  color: #4c4c4c;
  border: 1px solid;
}

.concept-title-kitsuke {
  background: #fff8f8;
}
.concept-heading .kitsuke-small {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.kitsuke_caution {
  max-width: 940px;
  margin: 40px auto;
  text-align: center;
  border: 1px solid #fa729f;
  padding: 16px 0;
}

.kitsuke_caution-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.concept-heading_title{
  font-size: 28px;
  font-size: 2.8rem;
  color: #fa729f;
}

.concept-heading_q{
  font-size: 50px;
  font-size: 5.0rem;
  margin-right: 10px;
}


/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .conceptKitsuke_btnWrap a {
    padding: 8px 12px 8px 0;
    margin-bottom: 16px;
  }
  .conceptKitsuke_btnWrap a:after {
    content: "";
    display: block;
    clear: both;
  }
  .conceptKitsuke_btnWrap a svg {
    float: right;
  }
  .kitsuke_caution {
    padding: 16px;
  }
  .kitsuke_caution-text {
    text-align: left;
  }
  .concept-heading_title{
    font-size: 20px;
    font-size: 2.0rem;
    color: #fa729f;
  }
  .concept-heading_q{
    font-size: 30px;
    font-size: 3.0rem;
    margin-right: 5px;
  }
}

/* ========================================================================== */
/* 9.お客様の声・お客様の声詳細ページ */
/* ========================================================================== */

/* ========================================================================== */
/* 10.テクニック動画 */
/* ========================================================================== */

/* ========================================================================== */
/* 11.サイトマップ */
/* ========================================================================== */

/* ========================================================================== */
/* 12.ランキング */
/* ========================================================================== */

/* 見出し ========= */
.ranking-h1 {
  max-width: 304px;
  width: 100%;
}

/* ========================================================================== */
/* お客様の声 */
/* ========================================================================== */
.voice-h1 {
  max-width: 202px;
  width: 100%;
}

.guest_gallery li {
  margin-bottom: 72px;
}

.guest_gallery p {
  text-align: center;
  margin: 0;
}

.guest_gallery .guest-img {
  margin-bottom: 8px;
}

.guest_gallery .guest-button {
  max-width: 260px;
  margin: 8px auto 0;
  height: 45px;
  line-height: 45px;
}

.guest-button a {
  display: block;
  background: #fa729f;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6) inset;
  border: 1px solid #fa729f;
}

/* お客様の声　詳細 ========= */
.guest_one-img img {
  width: 100%;
}

.guest_date-title {
  margin: 24px 0 4px;
  text-align: justify;
}
.guest_date-text {
  text-align: justify;
}
.guest_date-title:first-child {
  margin-top: 0;
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.guest_gallery li {
  margin-bottom: 40px;
  padding: 0 10px;
}

.guest_one-img {
  margin-bottom: 16px;
}
.guest_staff-wrap .stylist-box {
  margin-bottom: 24px;
}
}


/* ========================================================================== */
/* ライン ========= */
/* ========================================================================== */
.salon-heading {
  position: relative;
}
.line_area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 56px;
}
.line_area-list li {
  width: 50%;
  padding: 0 15px;
  text-align: center;
}
.line_area-img {
  width: 100%;
  max-width: 50px;
  display: inline-block;
  margin-right: 16px;
}
.line_area-text {
  margin-bottom: 0;
}
.line_area-text a {
  display: block;
  color: #4C4C4C;
  border: 1px solid;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 4px;
  -webkit-transition: .5s;
  transition: .5s;
}
.line_area-text a:hover {
  background: #4C4C4C;
  color: #fff;
}
@media only screen and (max-width : 768px) {
  .line_area-img {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
  }
}
@media only screen and (max-width : 480px) {

.line_area-list li {
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
}
  .line_area-list li:last-child {
    margin-bottom: 0;
  }
}
