@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* PC&スマホフッターボタン */

/* 共通レイアウト */
.float {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    -webkit-font-smoothing: antialiased;
}

.float__btn {
    padding: 55px 20px 30px 20px;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 14px;
}

.btn--tel {
  display: none;
  background-color: #FBF9F4;
  color: #333;
}

.float .btn--ctlg {
    background-image: url(./images/icn-note.png);
    background-repeat: no-repeat;
    background-color: #c97e15;
    background-position: center top 18%;
    background-size: 24px 24px;
}

.float .btn--rsv {
    background-image: url(./images/icn-mail.png);
    background-repeat: no-repeat;
    background-color: #631112;
    background-position: center top 18%;
    background-size: 24px 24px;
}

.tel-time {
  display: block;
  font-size: 11px;
}

.float .btn--ctlg:hover {
    filter: brightness(1.1);
    color: #fff;
}

.float .btn--rsv:hover {
    filter: brightness(1.1);
    color: #fff;
}

/* PCレイアウト */
@media (min-width: 768px) {

  .float {
      position: fixed;
      z-index: 100;
      top: 50%;
      transform: translateY(-50%);
      right: 0px;
      display: grid;
  }

  .btn--ctlg {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 55px 20px 30px;
  }

  .btn--rsv {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 60px 20px 30px;
  }
}

/* スマホレイアウト */
@media (max-width: 767px) {

  #footer {
    margin-bottom: 64px;
  }

  .visible-xs {
      display: block;
  }

  .float {
      right: 0;
      bottom: 0;
      display: flex;
      width: 100%;
      top: initial;
      transform: initial;
      justify-content: space-between;
  }

  .float__btn {
      padding: 35px 10px 0px;
      writing-mode: initial;
      text-align: center;
      align-items: center;
  }

  .btn--tel {
      padding: 10px 5px;
      border-right: none;
      flex-grow: 4;
      background-color: #fff;
      color: #333;
  }

  span.tel-in {
      display: inline-block;
      letter-spacing: .1em;
      background: #fc5f2e;
      width: fit-content;
      color: #fff;
      font-size: 10px;
      padding: 3px 5px;
  }

  span.tel-link {
      font-family: "Lato", sans-serif;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 0.01em;
      margin-left: 0.2em;
      vertical-align: -4px;
      color: #fc5f2e;
  }

  span.tel-time {
    display: block;
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 5px;
    color: #333;
  }

  .btn--ctlg {
      border-right: none;
      flex-grow: 1;
      background-size: 11px;
      font-size: 11px;
  }

  .btn--rsv {
    border-right: none;
    flex-grow: 1;
    background-size: 11px;
    font-size: 11px;
}

}

@media (max-width: 380px){

  .btn--tel span.tel-link {
    line-height: 22px;
  }

.btn--ctlg, .btn--rsv {
    font-size: 10px;
    width: 100%;
    max-width: 69px;
}

}

