@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;
  background-color: #ec6000; }
  @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 {
        font-size: 1.55rem; }
        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 !important;*/ }
      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; }
          @media screen and (max-width: 897px) {
            footer .footer__box .footer__box__item:last-of-type .time__box {
              display: none; } }
          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: #222222;
    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: 13px !important;
    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%;
    display: none; } }
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;
        }
    }


    
    }*/
@media screen and (min-width: 800px) {
  /* ---header---*/
  .container {
    margin: 0 auto;
    max-width: none;
    position: relative;
    width: 1080px; }

  #masthead.layout-centered {
    padding: 0; }

  #masthead.layout-centered .site_branding {
    margin: 0 auto 0px auto;
    float: left; }

  #masthead.layout-centered .site_branding p {
    margin: 17px 0 0 18px;
    font-size: 80%;
    float: right; } }
@media only screen and (min-width: 800px) and (max-width: 950px) {
  #masthead.layout-centered .site_branding p {
    display: none; } }
@media screen and (min-width: 800px) {
  .head_right {
    display: flex;
    align-items: stretch !important;
    align-content: stretch !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }

  .head_right .head_btn {
    display: flex;
    list-style: none; }

  .head_right .head_btn li.head_btn01,
  .head_right .head_btn li.head_btn02,
  .head_right .head_btn li.head_btn03 {
    display: flex;
    align-items: center;
    align-content: center; }

  .head_right .head_btn li.head_btn01 a,
  .head_right .head_btn li.head_btn02 a,
  .head_right .head_btn li.head_btn03 a {
    display: block;
    padding: 0 0.7em;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border-left: 1px solid #fff; }

  .head_right .head_btn li.head_btn_contact01,
  .head_right .head_btn li.head_btn_contact02 {
    display: flex; }

  .head_right .head_btn li.head_btn_contact01 a,
  .head_right .head_btn li.head_btn_contact02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    color: #eda339;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border-left: 1px solid #4a4a4a;
    background: #252525; }

  .head_right .head_btn li.head_btn_contact02 a {
    background: #1f1f1f; }

  #masthead.layout-centered .container-inner {
    overflow: hidden;
    padding: 20px 0; }

  #masthead.layout-centered .site_branding img {
    width: 150px; }

  #masthead.layout-centered .head_right {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start; }

  #masthead.layout-centered .head_right ul {
    margin: 0;
    padding: 0; }

  #masthead.layout-centered .head_right .head_info {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    background-image: url("/wp/wp-content/uploads/2018/11/head_bg.png");
    background-position: 98% bottom;
    background-repeat: no-repeat; }

  #masthead.layout-centered .head_right .head_info .head_topic {
    background: #A92326;
    width: 170px;
    margin: 0 20px 0 0;
    padding: 10px;
    border-radius: 10px; }

  #masthead.layout-centered .head_right .head_info .head_topic p {
    color: #fff;
    margin: 8px 0;
    text-align: center;
    font-size: 100%; }

  #masthead.layout-centered .head_right .head_info .head_topic p:last-child {
    border: solid 1px #fff; }

  #masthead.layout-centered .head_right .head_info .head_tel {
    margin: 0;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 236%;
    font-weight: bold;
    line-height: 0.8em; }

  #masthead.layout-centered .head_right .head_info .head_tel::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url(/wp/wp-content/uploads/2018/11/head_tel.png) no-repeat;
    background-size: contain;
    margin-right: 10px; }

  #masthead.layout-centered .head_right .head_info .head_area, footer .address .head_area {
    margin: 0;
    font-size: 90%; }

  footer .address .head_area {
    margin-bottom: 10px;
    font-size: 0.8rem; }

  #masthead.layout-centered .head_right .head_info .head_time, footer .address .head_time {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 280px; }

  footer .widget .address .head_time {
    padding-left: 0; }

  #masthead.layout-centered .head_right .head_info .head_time li, footer .address .head_time li {
    width: 45%;
    font-size: 90%;
    margin: 0 0 4px 0;
    line-height: 1em; }

  #masthead.layout-centered .head_right .head_info .head_time li span, footer .address .head_time li span {
    background: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 70%;
    padding: 1px 6px;
    margin: 0 6px 0 0;
    width: 100px; }

  .main-navigation {
    font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', 'メイリオ', Meiryo, sans-serif !important;
    font-size: .95em;
    text-align: right;
    font-weight: bold; }

  #masthead {
    /* opacity: 0.9; */ }

  #masthead.layout-centered .site-branding {
    text-align: left !important; }

  #masthead.layout-centered .main-navigation {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 15px;
    /* border-bottom: 1px solid #ccc; */
    background: #000; }

  #masthead.layout-centered .main-navigation a:link, #masthead.layout-centered .main-navigation a:hover, #masthead.layout-centered .main-navigation a:visited {
    color: #fff; }

  #masthead.layout-centered .main-navigation ul.sub-menu a:link, #masthead.layout-centered .main-navigation ul.sub-menu a:hover, #masthead.layout-centered .main-navigation ul.sub-menu a:visited {
    color: #000; }

  #primary-menu li:nth-child(1) {
    border-left: 0; }

  .container-inner {
    padding: 5px 0;
    /*background: url(/wp/common/img/headRight.png) no-repeat top -50px right -85px;*/ }

  div#topbar div.container div.other {
    float: right;
    display: inline-flex;
    vertical-align: middle; }

  #topbar p {
    text-align: left;
    display: inline; }

  .tblink {
    /* background: #333; */
    padding: 2px 15px;
    margin: 6px 0 0 5px;
    /* border-radius: 24px; */
    text-decoration: none;
    color: #666;
    font-size: 0.8em;
    border-left: 1px solid; }

  .tblink:nth-child(1) {
    border-left: 0; }

  .main-navigation ul > li {
    display: inline-block;
    /* padding: 8px !important; */
    border-left: 1px solid #ccc; }

  .main-navigation ul > li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 90%; }

  .main-navigation ul li ul {
    width: 240px;
    display: -webkit-flex;
    display: block;
    justify-content: space-around;
    left: 0 !important; }

  .main-navigation ul li ul li a {
    min-width: none !important;
    width: 100% !important;
    padding: 20px 0; }

  .main-navigation ul li.disp_sp {
    display: none; }

  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #fff; } }
