@charset "UTF-8";
/*
    Template: swell
    Theme Name: sw_pilatesmusk
    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
*/
/************************************
** 一時的に非表示
************************************/

/************************************
** root
************************************/
:root {
  --main-color: #00a199;
  --pilatesmusk-color: #b3b3b3;
  --naturafit-color: #00a199;
  --andmake-color: #d7a735;
}

/************************************
** Base / Layout
************************************/
.top #content {
  padding-top: 0;
}
.l-content {
  margin: 0 auto;
  padding-top: 0;
}
.fw {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  .wrap {
    width: auto;
    padding: 30px 15px;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/************************************
** Components
************************************/

/* Heading */
.heading {
  text-align: center;
  margin-bottom: 60px;
  h2 {
    position: relative;
    color: #444;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.15em;
    &::before {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 5px;
      background-color: var(--main-color);
      border-radius: 2px;
    }
  }
  span.s1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .heading h2 {
    font-size: 18px;
  }
  .heading span.s1 {
    font-size: 24px;
  }
}

/* Heading02 */
.heading02 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
  .ttl {
    .sttl {
      font-size: 14px;
      line-height: 0.5;
      text-align: right;
    }
    h2 {
      font-size: 42px;
      letter-spacing: 0.1em;
      line-height: 1;
    }
  }
}
@media screen and (max-width: 480px) {
  .heading02 {
    display: block;
    margin-bottom: 30px;

    .ttl {
      margin-bottom: 20px;
      .sttl {
        font-size: 12px;
        text-align: left;
      }
      h2 {
        font-size: 36px;
      }
    }
    .msg p {
      font-size: 16px;
    }
  }
}

/* Link */
.link a {
  font-size: 20px;
  color: #222;
  transition: opacity 0.5s ease;
  i {
    padding-left: 1em;
  }
  &:hover {
    opacity: 0.7;
  }
}

/************************************
** sp menu
************************************/
@media screen and (max-width: 480px) {
  .p-spMenu__inner::before {
    background: var(--main-color);
  }
  .p-spMenu__closeBtn {
    .c-iconBtn {
      color: #fff;
    }
  }
  .p-spMenu__body {
    padding: 30px 20px;
    .c-widget__title.-spmenu {
      display: none;
    }
    .p-spMenu__nav {
      a {
        padding: 1.25em;
        color: #fff;
        font-size: 16px;
        &:before {
          left: 90%;
        }
      }
    }
    .p-spMenu__nav li:nth-child(3) {
      .sub-menu {
        padding-left: 1.5em;
      }
    }
    .menu-item-292 > a:before {
      display: none;
    }
  }
}


/************************************
** 固定ページ
************************************/
@media (min-width: 600px) {
  .l-topTitleArea {
    min-height: 400px;
    padding: 1em 0;
  }
  .c-pageTitle {
    display: none;
  }
}

/************************************
** ffw
************************************/
/* .p-fixBtnWrap {
  bottom: 140px;
} */
@media screen and (max-width: 767px) {
  .p-fixBtnWrap {
    bottom: 100px;
  }
}
.ffw {
  position: fixed;
  bottom: 10%;
  left: 0;
  z-index: 100;
  .items {
    display: flex;
    flex-direction: column;
    .item a {
      opacity: 0.9;
      transition: all 0.7s ease;
      &:hover {
        opacity: 0.7;
      }
      img {
        display: block;
        width: 80px;
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .ffw {
    bottom: 0;
    left: 0;
    .items {
      flex-direction: initial;
      gap: 0;
      .item {
        width: 50%;
        a {
          img {
            width: 100%;
          }
        }
      }
    }
  }
}
