@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * salon.scss
 */
/* layout
--------------------------------------------------*/
#pageTitle {
  background: url(../imgs/salon/page-title-bg.png) repeat center center;
  background-size: cover;
}

/* SP */
@media only screen and (max-width: 768px) {
  #pageTitle {
    background: url(../imgs/salon/page-title-bg_sp.png) repeat center center;
    background-size: cover;
  }
}
#lead {
  text-align: center;
}
#lead .copyTitle {
  margin-bottom: 30px;
}
#lead .copyTitle h3 {
  display: inline;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid #EE7F15;
  padding-bottom: 5px;
  line-height: 1.8;
}
.ie #lead .copyTitle h3 {
  padding-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
  #lead .copyTitle h3 *::-ms-backdrop, #lead .copyTitle h3 {
    font-family: "メイリオ",Meiryo;
    padding-bottom: 0;
  }
}
#lead .txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
#lead .txt2 {
  background: #FFF5EB;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto 100px;
  color: #EE8016;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding: 25px;
}
#lead .pc {
  display: block;
}
#lead .sp {
  display: none;
}

/* SP */
@media only screen and (max-width: 768px) {
  #lead .copyTitle {
    margin-bottom: 2rem;
  }
  #lead .copyTitle h3 {
    font-size: 2.6rem;
    border-bottom: 0.3rem solid #EE7F15;
    padding-bottom: 0.5rem;
  }
  #lead .txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 3rem;
    text-align: left;
  }
  #lead .txt2 {
    margin: 0 auto 50px;
    font-size: 16px;
    padding: 20px;
  }
  #lead .pc {
    display: none;
  }
  #lead .sp {
    display: block;
  }
}
#service .col2 {
  max-width: 840px;
  margin: 0 auto;
}
#service .col2 ul li {
  border-top: 3px dotted #E3E3E3;
  padding: 40px 0;
}
#service .col2 ul li:first-child {
  border-top: none;
}
#service .col2 ul li .inner {
  display: table;
  width: 100%;
}
#service .col2 ul li .inner .pc {
  display: block;
}
#service .col2 ul li .inner .sp {
  display: none;
}
#service .col2 ul li .inner > div {
  display: table-cell;
  vertical-align: middle;
}
#service .col2 ul li .inner .txtArea {
  width: 52%;
  box-sizing: border-box;
}
#service .col2 ul li .inner .txtArea p {
  margin-bottom: 20px;
}
#service .col2 ul li .inner .txtArea .detailBtn .btn {
  margin: 0;
}
#service .col2 ul li .inner .img img {
  width: 100%;
  height: auto;
}
#service .col2 ul li.cut .txtArea {
  padding-left: 40px;
}
#service .col2 ul li.cut .txtArea .title-l {
  text-align: left;
  color: #249136;
}
#service .col2 ul li.este .txtArea {
  padding-right: 40px;
}
#service .col2 ul li.este .txtArea .title-l {
  text-align: left;
  color: #EE7F15;
}
#service .col2 ul li.este .txtArea p {
/*  text-align: right;
*/}
#service .col2 ul li.este .txtArea .txt {
  margin-bottom: 10px;
}
#service .col2 ul li.este .txtArea .cap {
  padding-top: 0px;
}
#service .col2 ul li.este .txtArea .detailBtn {
/*  float: right;
*/  width: 200px;
}
#service .col2 ul li.fude .txtArea {
  padding-left: 40px;
}
#service .col2 ul li.fude .txtArea .title-l {
  text-align: left;
  color: #CE1D1C;
}
#service .col2 ul li.fude .txtArea .detailBtn .btn {
  max-width: 100%;
  width: auto;
}

/* SP */
@media only screen and (max-width: 768px) {
  #service .col2 ul li {
    border-top: 0.3rem dotted #E3E3E3;
    padding: 4rem 0;
  }
  #service .col2 ul li:first-child {
    border-top: none;
    padding-top: 0;
  }
  #service .col2 ul li .inner {
    display: block;
  }
  #service .col2 ul li .inner .pc {
    display: none;
  }
  #service .col2 ul li .inner .sp {
    display: block;
    margin-bottom: 2rem;
  }
  #service .col2 ul li .inner > div {
    display: block;
    vertical-align: inherit;
  }
  #service .col2 ul li .inner .txtArea {
    width: inherit;
  }
  #service .col2 ul li .inner .txtArea p {
    margin-bottom: 2rem;
  }
  #service .col2 ul li .inner .txtArea .detailBtn .btn {
    margin: 0 auto;
  }
  #service .col2 ul li .inner .img {
    width: inherit;
  }
  #service .col2 ul li.cut .txtArea {
    padding-left: 0;
  }
  #service .col2 ul li.este .txtArea {
    padding-right: 0;
  }
  #service .col2 ul li.este .txtArea .title-l {
    text-align: left;
  }
  #service .col2 ul li.este .txtArea p {
    text-align: left;
  }
  #service .col2 ul li.este .txtArea .detailBtn {
    float: none;
    width: inherit;
  }
  #service .col2 ul li.fude .txtArea {
    padding-left: 0;
  }
}
#access.section {
  padding-bottom: 120px;
}
#access .company {
  display: table;
  width: 1000px;
  margin: 0 auto 40px;
}
#access .company .logo {
  width: 210px;
  border-right: 1px solid #EDEDED;
  display: table-cell;
  vertical-align: middle;
}
#access .company .logo span {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 146px;
  height: 74px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#access .company .logo span span {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
}
#access .company .logo span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 74px;
  background: url(../imgs/common/logo_blk.svg) no-repeat left top;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#access .company .address {
  display: table-cell;
  vertical-align: middle;
}
#access .company .address ul {
  padding: 0 40px;
  border-right: 1px solid #EDEDED;
}
#access .company .address ul li dl {
  display: table;
}
#access .company .address ul li dl dt {
  display: table-cell;
  font-weight: bold;
  width: 80px;
}
#access .company .address ul li dl dd {
  display: table-cell;
}
#access .company .cv {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
#access .company .cv .tel a {
  text-decoration: none;
}
#access .company .cv .tel a .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}
#access .company .cv .tel a .icon {
  width: 14px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#access .company .cv .tel a .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #CE1D1C;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90a';
}
#access .company .cv .tel a .num {
  font-size: 30px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 600;
  color: #CE1D1C;
}
#access .company .cv .tel a .phone {
  margin-top: 5px;
  font-weight: 700;
  text-align: center;
}
#access .company .cv .tel a .phone span {
  letter-spacing: 0.02em;
  font-size: 18px;
}
#access .gmap {
  max-width: 1000px;
  margin: 0 auto;
  height: 400px;
  box-sizing: border-box;
  background: #ccc;
}

/* TB */
@media only screen and (max-width: 1023px) {
  #access .company {
    display: block;
    width: inherit;
  }
  #access .company .logo {
    margin: 0 auto 20px;
    border-right: none;
    display: block;
    vertical-align: inherit;
  }
  #access .company .address {
    max-width: 380px;
    margin: 0 auto 20px;
    display: block;
    vertical-align: inherit;
  }
  #access .company .address ul {
    padding: 0;
    border-right: none;
  }
  #access .company .cv {
    display: block;
    vertical-align: inherit;
    text-align: center;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  #access.section {
    padding-bottom: 5rem;
  }
  #access .company {
    margin: 0 auto 2rem;
  }
  #access .company .logo {
    width: 13.7rem;
  }
  #access .company .logo span {
    width: 13.7rem;
    height: 7rem;
  }
  #access .company .logo span:before {
    width: 13.7rem;
    height: 7rem;
  }
  #access .company .address {
    max-width: inherit;
    margin: 0 auto 2rem;
  }
  #access .company .address ul li dl dt {
    width: 9rem;
  }
  #access .company .cv {
    display: block;
    vertical-align: inherit;
    text-align: center;
    padding: 0;
  }
  #access .company .cv .tel {
    margin-bottom: 1rem;
    display: inline-block;
  }
  #access .company .cv .tel a {
    display: block;
    width: 33.5rem;
    margin: 0 auto;
    border: 3px solid #CE1D1C;
    border-radius: 1rem;
    padding: 1.5rem 0;
    position: relative;
  }
  #access .company .cv .tel a:before {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1.2rem;
    color: #CE1D1C;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90b';
  }
  #access .company .cv .tel a .name {
    float: none;
    margin-right: 0;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  #access .company .cv .tel a .icon {
    width: 1.4rem;
    height: 2.0rem;
    display: inline-block;
    position: relative;
    margin-right: 1rem;
  }
  #access .company .cv .tel a .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    color: #CE1D1C;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90a';
  }
  #access .company .cv .tel a .num {
    font-size: 3rem;
    line-height: 1;
    font-family: "Montserrat";
    font-weight: 600;
    color: #CE1D1C;
  }
  #access .company .cv .tel a .phone {
    margin-top: 0.5rem;
  }
  #access .company .cv .tel a .phone span {
    font-size: 1.8rem;
  }
  #access .gmap {
    height: 25rem;
  }
}
