@charset "UTF-8";
/*============================================
responsive
============================================*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em; }

html {
  font-size: 62.5%; }

html, body {
  overflow-x: hidden; }

body, table, input, textarea, select, option {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

a, a:link {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #000; }

a:hover {
  color: #000; }

a:active {
  color: #000; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1200px;
  color: #281410;
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.65;
  text-size-adjust: none;
  -webkit-text-size-adjust: none; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

#container {
  text-align: left; }

#main {
  display: block; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }

@media all and (min-width: 897px) {
  .sp {
    display: none !important; } }
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.3rem; }

  a:hover, a:hover img {
    opacity: 1 !important; }

  .pc {
    display: none !important; }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto; }

  #container {
    /* padding-top: 84px;*/ } }
/*============================================
#contact
============================================*/
#contact .contact__box {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 897px) {
    #contact .contact__box {
      display: none !important; } }
  #contact .contact__box .contact__box__item {
    max-width: 31%; }
#contact .sns__box {
  max-width: 200px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 897px) {
    #contact .sns__box {
      margin: 0 auto; } }

/*============================================
#banner
============================================*/
#banner {
  padding: 60px 0;
  border-bottom: 2px solid #ccc;
  border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
  border-image-slice: 1; }
  @media screen and (max-width: 897px) {
    #banner {
      padding: 30px 30px 15px 30px; } }
  #banner .banner__box {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 897px) {
      #banner .banner__box {
        flex-wrap: wrap; } }
    #banner .banner__box .banner__box__item {
      text-align: center;
      width: 264px; }
      @media screen and (max-width: 897px) {
        #banner .banner__box .banner__box__item {
          width: 48%;
          margin: 0 0 4% 0; } }
      #banner .banner__box .banner__box__item a {
        transition: 0.5s; }
        #banner .banner__box .banner__box__item a:hover {
          opacity: 0.5; }

/*============================================
footer
============================================*/
footer {
  padding: 60px 0 70px 0; }
  @media screen and (max-width: 897px) {
    footer {
      padding: 30px 0 35px 0; } }
  footer .footer__box {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    footer .footer__box .footer__box__item {
      width: 22%;
      border-right: 1px solid #ccc;
      margin: 0 2% 0 0; }
      @media screen and (max-width: 897px) {
        footer .footer__box .footer__box__item {
          display: none !important; } }
      footer .footer__box .footer__box__item ul li::before {
        content: "\f105";
        font-family: FontAwesome;
        color: #E37A00;
        margin-right: 5px; }
      footer .footer__box .footer__box__item ul li ul li {
        margin-left: 15px;
        font-size: 1.55rem; }
      footer .footer__box .footer__box__item:last-of-type {
        border-right: none;
        width: 28%;
        margin: 0; }
        @media screen and (max-width: 897px) {
          footer .footer__box .footer__box__item:last-of-type {
            display: block !important;
            width: 90%;
            margin: 0 5%; } }
        footer .footer__box .footer__box__item:last-of-type p {
          text-align: center; }
          footer .footer__box .footer__box__item:last-of-type p:last-of-type {
            font-size: 1.3rem;
            margin: 15px 0; }
        footer .footer__box .footer__box__item:last-of-type .time__box {
          font-size: 1.3rem;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          footer .footer__box .footer__box__item:last-of-type .time__box .time__box__item {
            width: 50%; }
            footer .footer__box .footer__box__item:last-of-type .time__box .time__box__item span {
              font-size: 1.2rem;
              display: inline-block;
              width: 50px;
              background: #222;
              border-radius: 20px;
              color: #fff;
              text-align: center;
              margin-right: 5px;
              line-height: 1;
              padding: 2px 0; }
  footer .credit {
    text-align: center;
    background: #A92326;
    color: #fff;
    font-size: 1.4rem;
    margin: 60px 0 0 0;
    padding: 15px 0; }
    @media screen and (max-width: 897px) {
      footer .credit {
        margin: 30px 0 15px 0; } }

/*============================================
header
============================================*/
header {
  background: #222; }
  header #header {
    position: relative;
    padding: 15px 0;
    height: 75px;
    color: #fff;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 897px) {
      header #header {
        align-items: center;
        padding: 0 15px;
        background: #fff;
        height: 70px; } }
    header #header .logo {
      max-width: 200px;
      position: absolute;
      z-index: 100;
      left: 5%;
      margin: -15px 0 0 0; }
      @media screen and (max-width: 897px) {
        header #header .logo {
          max-width: 250px;
          margin: 0; } }
      header #header .logo img {
        background: #fff;
        padding: 15px; }
        @media screen and (max-width: 897px) {
          header #header .logo img {
            margin: 0;
            padding: 0; } }
    header #header .contact {
      position: absolute;
      z-index: 100;
      right: 100px; }
      @media screen and (max-width: 897px) {
        header #header .contact {
          display: none; } }

@media all and (max-width: 1200px) {
  .contact {
    left: 280px; } }
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
  z-index: 20; }

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none; }

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #222;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #222; }

/**************/
/* フローティング */
/**************/
ul.floating {
  display: flex; }

footer#colophon {
  padding-bottom: 80px; }

ul.floating {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #FFFFFF;
  display: flex;
  flex-wrap: nowrap;
  z-index: 100; }

@media all and (max-width: 767px) {
  ul.floating {
    padding-left: 0 !important; } }
ul.floating li {
  width: calc(100% / 3);
  list-style: none;
  padding: 20px 2%;
  border: none;
  border-right: 1px solid #FFFFFF;
  text-align: center; }

@media all and (max-width: 767px) {
  ul.floating li {
    padding: 4% 0 !important; } }
ul.floating li:last-child {
  border: none;
  padding-right: 4%; }

ul.floating li a {
  position: relative;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1vw; }

@media all and (max-width: 999px) {
  ul.floating li a {
    font-size: 80%;
    letter-spacing: inherit;
    font-weight: normal;
    text-align: center; } }
ul.floating li a:link:hover:visited {
  color: #FFFFFF !important; }

ul.floating li a::before {
  content: "";
  width: 30px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -3%;
  right: auto;
  border-top: none;
  border-right: none;
  transform: none;
  background-size: auto 100%;
  background-repeat: no-repeat; }

@media all and (max-width: 767px) {
  ul.floating li a::before {
    width: 19px;
    height: 18px;
    left: 12%;
    top: -3%; } }
ul.floating li a.tel::before {
  background-image: url("https://asap-fitness.jp/wp/wp-content/uploads/2021/09/icon_tel.png"); }

ul.floating li a.web::before {
  background-image: url("https://asap-fitness.jp/wp/wp-content/uploads/2021/09/icon_web.png"); }

ul.floating li a.mail::before {
  background-image: url("https://asap-fitness.jp/wp/wp-content/uploads/2021/09/icon_mail.png"); }

ul.floating li pc {
  display: inline-block !important; }

@media all and (max-width: 767px) {
  ul.floating li .sp {
    display: inline-block !important; } }
/*ナビのスタイル*/
nav.NavMenu {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  height: 100%;
  display: none; }

nav.NavMenu ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

nav.NavMenu ul li {
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px; }

nav.NavMenu ul li:last-child {
  padding-bottom: 0; }

nav.NavMenu ul li a {
  display: block;
  color: #222;
  padding: 10px 0;
  font-size: 2.0rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal; }

@media all and (max-width: 767px) {
  font-size: 1.7rem; }
/*ボタンのスタイル*/
.Toggle {
  position: fixed;
  right: 15px;
  top: 0;
  width: 45px;
  height: 55px;
  cursor: pointer;
  z-index: 13;
  display: block;
  background: #fff;
  padding: 5px 10px 10px 10px;
  margin: 15px 0 20px 20px; }

@media all and (max-width: 767px) {
  .Toggle {
    margin: 0; } }
.Toggle p {
  margin: 0 auto;
  position: absolute;
  bottom: -2px;
  font-size: 1.2rem;
  text-align: center !important;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.bk .Toggle {
  /*border: 1px solid #222;*/
  background-color: inherit; }

.Toggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 1px #222;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 15px; }

.Toggle span:nth-child(1) {
  top: 20px; }

.Toggle span:nth-child(2) {
  top: 31px; }

.Toggle span:nth-child(3) {
  top: 41px; }

.Toggle.active span:nth-child(1) {
  top: 29px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 1px #222; }

.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
  top: 29px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 1px #222; }

.header-icon {
  display: flex;
  margin-right: 120px; }

.header-maru a {
  display: block;
  width: 67px;
  height: 47px;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 0 0 15px;
  padding: 20px 0 0 0; }

.bk .header-maru a {
  display: block;
  width: 67px;
  height: 47px;
  border-radius: 100px;
  border: 1px solid #222;
  text-align: center;
  margin: 0 0 0 15px;
  padding: 20px 0 0 0;
  background: #222; }

.header-maru a:hover {
  background: #666; }

/*.inbox{
    
    
    display:flex;
        justify-content: space-between;
    align-items: center;
        
        .left{
            
            width:40%;
            height:100vh;
            background:url("../../img/bg-nav.jpg");
            background-size:cover;
            
             @include sp {
display:none;
        }
            
        }
    
    .right{width:60%;
    
     @include sp {
         width:100%;
          padding: 0;
        }
    }


    
    }*/
