@charset "utf-8";
/*------------------------------------------------------------------------------
  customize-style.css
  カスタマイズ用スタイル（LINEボタン等）
------------------------------------------------------------------------------*/

/* LINE URL */
:root {
  --line-url: "https://s.lmes.jp/landing-qr/2006336387-vkeVe65R?uLand=o4BOPc";
}

/*------------------------------------------------------------------------------
  LINEボタン共通
------------------------------------------------------------------------------*/

.btn-line-common {
  background-color: #06C755;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s ease;
}

.btn-line-common:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-line-common i {
  margin-right: 8px;
}

/*------------------------------------------------------------------------------
  ヘッダー内LINEボタン（PC）
------------------------------------------------------------------------------*/

#header .contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

#header .contact .tel-wrap {
  display: block;
}

#header .header-line {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06C755;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  padding: 12px 20px;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

#header .header-line:hover {
  opacity: 0.8;
  color: #fff;
}

#header .header-line i {
  font-size: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

/*------------------------------------------------------------------------------
  ヘッダー内LINEボタン（SP）
------------------------------------------------------------------------------*/

#header .btn-line {
  display: none;
}

@media screen and (max-width: 640px) {
  #header .contact {
    display: none;
  }

  #header .header-line {
    display: none;
  }

  #header .btn-line {
    display: block;
  }

  #header .btn-line a {
    background: #06C755;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 112px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header .btn-line a i {
    color: #fff;
    font-size: 22px;
  }
}

/*------------------------------------------------------------------------------
  CTA内LINEボタン（共通・PC）
------------------------------------------------------------------------------*/

.m-btn01 .btn.contact.line {
  background: url(../img/common/arrow_right.svg) no-repeat right 50px center #06C755;
  background-size: 10px 16px;
  box-shadow: 0 6px 0 #049a41;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 18px 20px 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 520px;
  margin-bottom: 6px;
}

.m-btn01 .btn.contact.line::before {
  content: none;
}

.m-btn01 .btn.contact.line i {
  font-size: 32px;
  margin-right: 15px;
  vertical-align: middle;
}

.m-btn01 .btn.contact.line .small {
  font-size: 20px;
}

@media screen and (min-width: 641px) {
  .m-btn01 .btn.contact.line:hover {
    box-shadow: 0 3px 0 #049a41;
    transform: translateY(3px);
  }
}

/*------------------------------------------------------------------------------
  CTA内LINEボタン（SP）
------------------------------------------------------------------------------*/

@media screen and (max-width: 640px) {
  .m-btn01 .btn.contact.line {
    background: #06C755;
    box-shadow: 0 3px 0 #049a41;
    border-radius: 6px;
    clear: both;
    float: none;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
    padding: 18px 0px 13px 30px;
    width: 100%;
    max-width: 300px;
    margin-left: 0 !important;
  }

  .m-btn01 .btn.contact.line i {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 25px;
    height: 25px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m-btn01 .btn.contact.line .small {
    font-size: 10px;
  }
}

/*------------------------------------------------------------------------------
  ナビ内CTA LINEボタン（SP専用）
------------------------------------------------------------------------------*/

@media screen and (max-width: 640px) {
  #nav .contact-area .m-btn01 .btn.contact.line {
    display: block;
    margin: 10px auto 0;
    float: none;
  }
}
