@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;600&display=swap");
* {
  font-family: 'Noto Sans JP', sans-serif;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 300;
}

header {
  width: 100%;
  height: 100px;
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

header .headerWrap {
  width: 90%;
  min-width: 1060px;
  height: 90px;
  margin: 0 auto;
}

header a.spTel {
  display: none;
}

header h1.logo {
  margin: 20px 0;
  float: left;
}

header h1.logo a {
  text-decoration: none;
  color: #000;
  line-height: 75px;
  display: block;
}

header h1.logo a img {
  width: 260px;
  height: auto;
}

header p.headerText {
  margin: 25px 0 20px 30px;
  float: left;
  font-size: 22px;
  font-weight: bold;
}

header .tel {
  float: right;
  display: block;
  margin-top: 6px;
  padding-right: 30px;
}

header .tel a {
  font-size: 44px;
  font-weight: 600;
  margin-left: 20px;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: bolder;
  text-decoration: none;
  letter-spacing: 0.1em;
}

header .tel a span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 14px;
}

header .tel a:visited {
  color: #000;
}

header .tel a::before {
  content: url(./../img/logo_tel.png);
  padding-right: 10px;
}

#mv .mvWrap {
  line-height: 0;
}

#mv .mvWrap img.pc {
  display: block;
}

#mv .mvWrap img.sp {
  display: none;
}

.breadcrumb {
  width: 980px;
  margin: 0 auto;
}

.breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li a {
  font-size: 16px;
  color: #ccc;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  cursor: none;
}

.breadcrumb ul li a:hover {
  color: #bc111a;
  border-bottom: 1px solid #bc111a;
}

.breadcrumb ul li p {
  font-size: 16px;
  color: #ccc;
}

.breadcrumb ul span {
  display: inline-block;
  font-size: 16px;
  color: #ccc;
  margin: 0 10px;
}

main {
  width: 100%;
}

footer {
  width: 100%;
  background-color: #000;
  padding: 50px 0;
  position: relative;
}

footer .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
}

footer .wrap .left {
  float: left;
  width: 270px;
}

footer .wrap .left a {
  width: 270px;
}

footer .wrap .left a img {
  width: 100%;
}

footer .wrap .right {
  float: right;
  width: 900px;
  text-align: right;
}

footer .wrap .right a {
  color: #ccc;
  margin: 15px 0 0 16px;
  display: inline-block;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
}

footer .wrap .right a:visited {
  color: #ccc;
}

footer .copyWrap {
  width: 1200px;
  height: 65px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

footer .copyWrap img.copyright {
  position: absolute;
  color: #fff;
  width: 100px;
  top: 50px;
  right: 0;
}

#menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100px;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu p {
  display: inline-block;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  right: 25px;
  height: 2px;
  width: 100%;
  height: 72vh;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 300px;
}

.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 13px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg);
}

.navWrap {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(10, 10, 10, 0.6);
  background-image: url(./../../img/index/gym.jpg);
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navWrap::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.navWrap.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.navWrap nav {
  width: 440px;
  height: 100%;
  padding-top: 100px;
  padding-left: 160px;
  background-color: rgba(10, 10, 10, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  -webkit-transform: translate(440px);
          transform: translate(440px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Noto Sans JP', sans-serif;
}

.navWrap nav.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.navWrap nav li {
  color: #fff;
  text-align: left;
  padding: 20px 0;
  list-style-type: none;
}

.navWrap nav li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navWrap nav li a:hover {
  border-bottom: solid 1px #fff;
}

.navWrap nav li a:visited {
  color: #fff;
}

.navWrap nav li .menuTel {
  width: 300px;
  height: 170px;
  background-color: #000;
  position: relative;
  padding: 20px 0;
}

.navWrap nav li .menuTel img {
  position: absolute;
  width: 20px;
  top: 25px;
  left: 25px;
}

.navWrap nav li .menuTel p.number {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  top: 20px;
  left: 55px;
}

.navWrap nav li .menuTel .detail {
  text-align: center;
  position: absolute;
  width: 250px;
  top: 80px;
  left: 25px;
  padding: 10px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.navWrap nav li .menuTel .detail p.contact {
  margin: -25px auto 10px;
  width: 100px;
  height: 15px;
  display: block;
  padding: 0 10px;
  background-color: #000;
}

.navWrap nav li .menuTel .detail p.time {
  line-height: 22px;
  margin: 0;
}

.navWrap .menu-trigger {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 768px) {
  html, body, body {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4, h5 {
    font-weight: 300;
  }
  .bold {
    font-weight: bold;
  }
  .light {
    font-weight: 300;
  }
  header {
    width: 100%;
    height: 20vw;
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  }
  header .headerWrap {
    width: 100%;
    min-width: 300px;
    height: 20vw;
    margin: 0 auto;
    position: relative;
  }
  header a.spTel {
    display: none;
    position: absolute;
    top: 30px;
    left: -10px;
    padding-right: 15px;
    border-right: solid 1px #999;
  }
  header h1.logo {
    width: 65%;
    margin: 3vw auto 0;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
  }
  header h1.logo a {
    text-decoration: none;
    color: #000;
    line-height: 0;
    display: block;
    text-align: left;
  }
  header h1.logo a img {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0;
  }
  header p.headerText {
    display: none;
    margin: 8vw 0 0;
    float: left;
    font-size: 2vw;
    font-weight: bold;
    position: absolute;
    left: 40vw;
  }
  header .tel {
    float: right;
    display: block;
    margin-top: 10px;
  }
  header .tel a {
    font-size: 44px;
    font-weight: 600;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: bolder;
    text-decoration: none;
    letter-spacing: 0.1em;
    display: none;
  }
  header .tel a span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  header .tel a:visited {
    color: #000;
  }
  header .tel a::before {
    content: url(./../img/logo_tel.png);
    padding-right: 10px;
  }
  #mv .mvWrap {
    line-height: 0;
  }
  #mv .mvWrap img.pc {
    display: block;
  }
  #mv .mvWrap img.sp {
    display: none;
  }
  .breadcrumb {
    width: 980px;
    margin: 0 auto;
  }
  .breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .breadcrumb ul li {
    display: inline-block;
  }
  .breadcrumb ul li a {
    font-size: 16px;
    color: #ccc;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    transition: all  0.3s ease;
    cursor: none;
  }
  .breadcrumb ul li a:hover {
    color: #bc111a;
    border-bottom: 1px solid #bc111a;
  }
  .breadcrumb ul li p {
    font-size: 16px;
    color: #ccc;
  }
  .breadcrumb ul span {
    display: inline-block;
    font-size: 16px;
    color: #ccc;
    margin: 0 10px;
  }
  main {
    width: 100%;
  }
  footer {
    width: 100%;
    background-color: #000;
    padding: 20px 0 0;
    position: relative;
  }
  footer .wrap {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
  }
  footer .wrap .left {
    float: none;
    width: 270px;
    margin: 3vw auto;
  }
  footer .wrap .left a {
    width: 270px;
  }
  footer .wrap .left a img {
    width: 100%;
  }
  footer .wrap .right {
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  footer .wrap .right a {
    color: #ccc;
    font-size: 2vw;
    margin: 3vw 0 0 1vw;
    display: inline-block;
    text-align: right;
    text-decoration: none;
  }
  footer .wrap .right a:visited {
    color: #ccc;
  }
  footer .copyWrap {
    width: 100%;
    height: 30;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  footer .copyWrap img.copyright {
    position: absolute;
    color: #fff;
    width: 100px;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100px;
    height: 100%;
    background: #000;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menu p {
    display: inline-block;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    right: 25px;
    height: 2px;
    width: 100%;
    height: 72vh;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 300px;
  }
  .menu-trigger {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 20px;
    z-index: 1100;
  }
  .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
  }
  body {
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 7vw;
    right: 3vw;
    z-index: 100;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 13px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
            transform: translateY(-14px) rotate(45deg);
  }
  .navWrap {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(10, 10, 10, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .navWrap.open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .navWrap nav {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(10, 10, 10, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navWrap nav.open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .navWrap nav ul {
    margin: 0;
    padding: 0;
  }
  .navWrap nav ul li {
    color: #fff;
    text-align: center;
    padding: 5vw 0;
    list-style-type: none;
  }
  .navWrap nav ul li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navWrap nav ul li a:hover {
    border-bottom: solid 1px #fff;
  }
  .navWrap nav ul li a:visited {
    color: #fff;
  }
  .navWrap nav ul li .menuTel {
    width: 300px;
    height: 170px;
    margin: 0 auto;
    background-color: #000;
    position: relative;
  }
  .navWrap nav ul li .menuTel img {
    position: absolute;
    width: 20px;
    top: 25px;
    left: 25px;
  }
  .navWrap nav ul li .menuTel p.number {
    position: absolute;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    top: 20px;
    left: 55px;
  }
  .navWrap nav ul li .menuTel .detail {
    text-align: center;
    position: absolute;
    width: 250px;
    top: 80px;
    left: 25px;
    padding: 10px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .navWrap nav ul li .menuTel .detail p.contact {
    margin: -25px auto 10px;
    width: 100px;
    height: 15px;
    display: block;
    padding: 0 10px;
    background-color: #000;
  }
  .navWrap nav ul li .menuTel .detail p.time {
    line-height: 22px;
    margin: 0;
  }
  .navWrap .menu-trigger {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*# sourceMappingURL=style.css.map */