@charset "UTF-8";
/*
Theme Name:TokyodomeSports フィットネス
Template:businesspress
Version: 1.0.0
*/
@font-face {
  font-family: "tdsicon";
  src: url("/wp-content/themes/tokyodome-fitness/fonts/chokuei.eot?4zlf4d");
  src: url("/wp-content/themes/tokyodome-fitness/fonts/fonts/tds.eot?4zlf4d#iefix") format("embedded-opentype"), url("/wp-content/themes/tokyodome-fitness/fonts/chokuei.ttf?4zlf4d") format("truetype"), url("/wp-content/themes/tokyodome-fitness/fonts/chokuei.woff?4zlf4d") format("woff"), url("/wp-content/themes/tokyodome-fitness/fonts/chokuei.svg?4zlf4d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-twitter:before {
  content: "\e900";
}

.icon-insta:before {
  content: "\e901";
}

.icon-fb:before {
  content: "\e902";
}

.icon-recruit:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e903";
}

.icon-arrow-line:before {
  content: "\e908";
}

.icon-arrow-yt:before {
  content: "\e909";
}

.icon-arrow-l:before {
  content: "\e904";
}

.icon-arrow-b:before {
  content: "\e905";
}

.icon-arroow-r:before {
  content: "\e906";
}

.icon-arrow-t:before {
  content: "\e907";
}

html:lang(ja) {
  font-size: 62.5%;
}

body:lang(ja) {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.7em;
  line-height: 1.8;
}

body {
  color: #19191E;
}

.gothic, .post-grid .entry-title, .site-footer, .home .wp-block-button, .lower, .pickup.post-grid, .news-single [class^=icon-], .news-single [class*=" icon-"],
.news-list [class^=icon-],
.news-list [class*=" icon-"],
.pickup [class^=icon-],
.pickup [class*=" icon-"],
.head_icon [class^=icon-],
.head_icon [class*=" icon-"] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mincho, .lower .site-main h2:not(.entry-title), .lower .site-main h3, .lower .contact-area, .page-top {
  font-family: YuMincho, "Yu Mincho", serif;
}

.has-medium-font-size {
  font-size: 1.9rem;
}

@media screen and (min-width: 782px) {
  .has-medium-font-size {
    font-size: 2rem;
  }
}
a {
  color: #000099;
}

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

@media screen and (min-width: 782px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
ul {
  margin: 0;
}

ul li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.site.fitness {
  position: relative;
}

.site-header {
  margin: 0 auto;
  max-width: 100%;
  border: none;
  background: #001B34;
  padding: 1px 0 50px;
}

@media screen and (min-width: 782px) {
  .site-header {
    padding: 1px 0 80px;
  }
}
.home .site-header {
  background: none;
  padding: 0;
}

@media screen and (min-width: 782px) {
  .drawer-hamburger, .drawer-navigation {
    display: block;
  }
}
.main-header {
  z-index: 1000;
  width: 100%;
  top: 0;
  max-width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 782px) {
  .main-header {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 20px;
    width: calc(-40px + 100%);
  }
}
.main-header a {
  color: #001B34;
  text-decoration: none;
}

.main-header.main-header-original .headerUtility {
  display: none;
}

@media screen and (min-width: 980px) {
  .main-header.main-header-original .headerUtility {
    position: absolute;
    top: 20px;
    right: 66px;
    display: flex;
  }
  .main-header.main-header-original .headerUtility li {
    padding: 0 1em;
  }
}
.main-header.main-header-clone {
  max-width: 100%;
  transform: translateY(-150%);
}

@media screen and (min-width: 980px) {
  .main-header.main-header-clone .headerUtility {
    display: none;
  }
}
@media screen and (min-width: 782px) {
  .home .main-header {
    position: absolute;
  }
}
.site-contact {
  font-weight: 600;
}

.site-contact .site-contact_number {
  font-size: 1.3em;
  display: inline-block;
}

.main-header-content {
  display: block;
}

@media screen and (min-width: 1440px) {
  .main-header-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
.site-contact {
  color: #001B34;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
}

@media screen and (min-width: 980px) {
  .site-contact {
    top: 16px;
    transform: none;
    right: 19em;
  }
}
.site-contact .site-contact_txt {
  display: none;
}

@media screen and (min-width: 600px) {
  .site-contact .site-contact_txt {
    display: inline;
  }
}
.main-header-clone-show {
  transform: translateY(-100%);
  display: none;
}

.drawer-navigation-content {
  padding: 50px 8vw;
}

@media screen and (min-width: 980px) {
  .drawer-navigation-content ul li {
    font-size: 1.8rem !important;
  }
}
.drawer-navigation-content .main-navigation a {
  padding-left: 0 !important;
}

.drawer-navigation-content .headerUtility {
  position: relative !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
}

.drawer-navigation-content .headerUtility li {
  padding-left: 0 !important;
  padding-bottom: 12px !important;
  padding-top: 14px !important;
}

.drawer-navigation-content .main-navigation ul ul {
  position: relative;
  display: block;
  opacity: 1;
  left: auto;
  top: auto;
  width: auto;
  display: block;
  background: none;
}

.drawer-navigation-content .main-navigation ul ul li a {
  padding: 0;
  border: none;
}

.drawer-navigation-content .main-navigation ul li {
  line-height: 1.8 !important;
}

.drawer-navigation-content li.menu-item-has-children > a:after {
  display: none !important;
}

.drawer-navigation-content .dropdown-toggle {
  display: none;
}

.drawer-navigation-content .site-contact {
  position: relative !important;
  top: auto !important;
  transform: none !important;
  right: auto !important;
}

.drawer-hamburger {
  width: 32px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.drawer-hamburger .drawer-hamburger-menu {
  color: #000000;
  font-size: 9px;
  padding-top: 23px;
  display: block;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  overflow: visible;
}

.drawer-hamburger .drawer-hamburger-icon {
  height: 0;
}

.drawer-hamburger .drawer-hamburger-icon,
.drawer-hamburger .drawer-hamburger-icon:before, .drawer-hamburger .drawer-hamburger-icon:after {
  height: 2px;
  background: #000000;
}

.drawer-hamburger .drawer-hamburger-icon:before {
  top: 16px;
}

.drawer-hamburger .drawer-hamburger-icon:after {
  top: 8px;
}

.drawer-opened .drawer-hamburger-menu {
  display: none;
}

.drawer-opened .drawer-hamburger-icon:before,
.drawer-opened .drawer-hamburger-icon:after {
  top: 1px;
  background: white;
}

.drawer-navigation {
  transform: translateX(103%);
  background: rgba(0, 27, 64, 0.95);
}

.drawer-navigation ul {
  margin-bottom: 0;
}

.drawer-navigation .headerUtility {
  display: block !important;
}

.drawer-navigation .main-navigation li,
.drawer-navigation .headerUtility li {
  border-bottom: 1px solid #4B6A93;
  display: block !important;
}

.drawer-navigation .main-navigation a,
.drawer-navigation .headerUtility a {
  color: white;
  line-height: 1;
}

.drawer-navigation .main-navigation a:before,
.drawer-navigation .headerUtility a:before {
  font-family: "tdsicon";
  content: "\e906";
  font-size: 10px;
  color: white;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  transition: color 0.2s ease-in-out;
  vertical-align: middle;
}

.drawer-navigation .main-navigation .current_page_item > a, .drawer-navigation .main-navigation .current-menu-item > a {
  color: white;
}

.drawer-navigation .sub-menu {
  display: block;
}

.drawer-navigation .sub-menu li {
  border: none;
  padding-top: 0;
}

.drawer-navigation .sub-menu li a::before {
  content: "";
}

.drawer-navigation .site-contact {
  background: white;
  margin-top: 3em;
  text-align: center;
  padding: 0.5em 0;
}

.header-logo {
  line-height: 1.3;
  margin: 0;
  max-width: 200px;
  width: 30%;
}

@media screen and (min-width: 980px) {
  .header-logo {
    font-size: 1.4rem;
  }
}
.header-logo a {
  text-decoration: none;
}

.header-logo p {
  margin: 10px 0 0 0;
}

.main-header-content .main-navigation {
  margin-left: auto;
}

.main-header-content .main-navigation a {
  color: #001B34;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 1100px) {
  .main-header-content .main-navigation a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 980px) {
  .main-header-content .main-navigation {
    line-height: 1.2;
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 70px;
    padding-right: 80px;
  }
  .main-header-content .main-navigation ul ul {
    text-align: left;
    background: white;
  }
}
.title-area {
  background: #F2E3DA;
  border-bottom: 1px solid #2D0015;
}

@media screen and (min-width: 782px) {
  .top-bar-content, .main-header-content, .home-header-content, .site-bottom-content {
    max-width: 100%;
  }
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
  font-weight: normal;
}

.content-area {
  padding-top: 3rem;
}

@media screen and (min-width: 782px) {
  .content-area {
    padding-top: 6rem;
  }
}
.home .content-area {
  padding-top: 0;
}

.jumbotron {
  background: #001B34;
  margin-bottom: 2em;
}

.jumbotron .jumbotron-overlay {
  background: none;
}

.jumbotron .jumbotron-content {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
  color: white;
  position: relative;
  overflow: hidden;
  max-width: 1248px;
}

.jumbotron .jumbotron-title {
  text-shadow: none;
  font-size: 2rem;
}

@media screen and (min-width: 980px) {
  .jumbotron .jumbotron-title {
    font-size: 2.8rem;
  }
}
.jumbotron .jumbotron-title::after {
  position: absolute;
  content: "";
  width: 67px;
  height: 100px;
  top: -10px;
  right: 0;
  background: #2d0015;
  display: block;
}

@media screen and (min-width: 980px) {
  .jumbotron .jumbotron-title::after {
    width: 167px;
  }
}
.jumbotron a {
  text-decoration: none;
  color: white;
}

.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.top-bar-content,
.featured-entry-content,
.home-header-content,
.site-content,
.container-content {
  max-width: 1024px;
}

.main-header-content,
.footer-widget-content,
.site-bottom {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.post-thumbnail {
  margin-bottom: 0.5em;
}

.post-thumbnail .thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.post-thumbnail .thumbnail::before {
  padding-top: 68.75%;
  content: "";
  display: block;
}

.post-thumbnail .thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.post-thumbnail.noimage {
  background: #F2E3DA;
  position: relative;
  width: 100%;
  padding-top: 68.75%;
}

.post-thumbnail.noimage a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.post-thumbnail.noimage .noimage-txt {
  position: absolute;
  color: #34373c;
  font-size: 1.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.post-thumbnail a {
  position: relative;
  display: block;
}

.two-column .loop-wrapper.has_catinfo, .three-column .loop-wrapper.has_catinfo {
  margin-top: 6rem;
}

@media screen and (max-width: 539px) {
  .two-column .loop-wrapper, .three-column .loop-wrapper {
    display: block;
  }
}
.no-sidebar .entry-header .post-thumbnail {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.hentry {
  margin-bottom: 3em;
}

.entry-meta {
  display: none;
}

.post-grid .entry-header {
  margin-bottom: 1em;
}

.post-grid .entry-summary {
  display: none;
}

.post-grid .entry-title {
  font-size: 1.8rem;
  margin: 0.5em 0;
}

.post-grid .entry-title a {
  color: #2d0015;
}

.post-grid .entry-title a::after {
  content: ">";
  padding-left: 1em;
  font-weight: normal;
}

.lower .site-main h2:not(.entry-title) {
  font-size: 2.6rem;
  position: relative;
  padding-top: 3px;
  font-weight: 600;
  padding-bottom: 3px;
  margin-bottom: 1em;
  color: #4d2725;
  margin-top: 2em;
}

@media screen and (min-width: 782px) {
  .lower .site-main h2:not(.entry-title) {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1248px) {
  .lower .site-main h2:not(.entry-title) {
    padding-left: 0;
  }
}
.lower .site-main h2:not(.entry-title).news-title {
  border-top: 0;
  border-bottom: 1px solid #001B34;
  padding: 0.5em 0;
  margin-bottom: 1em;
  margin-top: 0;
  background: none;
  color: #001B34;
  border-radius: 0;
  text-align: left;
  padding-left: 20px;
}

.lower .site-main h2:not(.entry-title).news-title::before {
  display: none;
}

@media screen and (min-width: 782px) {
  .lower .site-main h2:not(.entry-title).news-title {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1248px) {
  .lower .site-main h2:not(.entry-title).news-title {
    padding-left: 0;
  }
}
.lower .site-main h2:not(.entry-title).has-text-align-left {
  text-align: left;
}

.lower .site-main h2:not(.entry-title).has-text-align-center {
  text-align: center;
}

.lower .site-main h2:not(.entry-title).has-text-align-right {
  text-align: right;
}

.lower .site-main h3 {
  color: #4d2725;
  font-size: 2rem;
  padding: 1.2em 0;
  margin-bottom: 1em;
  margin-top: 1.5em;
  text-align: left;
  line-height: 1.3;
  font-weight: 600;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 782px) {
  .lower .site-main h3 {
    font-size: 2.4rem;
  }
}
.lower .site-main h3.has-text-align-left {
  text-align: left;
}

.lower .site-main h3.has-text-align-center {
  text-align: center;
}

.lower .site-main h3.has-text-align-right {
  text-align: right;
}

.lower .site-main h3::before {
  position: absolute;
  left: -10px;
  content: "";
  width: 3px;
  height: 3em;
  top: 50%;
  transform: translateY(-50%);
  background: #4d2725;
}

@media screen and (min-width: 782px) {
  .lower .site-main h3::before {
    left: -20px;
  }
}
.lower .site-main h4 {
  font-size: 1.8rem;
  color: #4d2725;
  margin-bottom: 0.5em;
  padding: 5px 0;
  text-align: left;
}

@media screen and (min-width: 782px) {
  .lower .site-main h4 {
    font-size: 2rem;
  }
}
.lower .site-main h4.has-text-align-left {
  text-align: left;
}

.lower .site-main h4.has-text-align-center {
  text-align: center;
}

.lower .site-main h4.has-text-align-right {
  text-align: right;
}

.lower .site-main h5 {
  font-size: 1.8rem;
  color: #001B34;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 782px) {
  .lower .site-main h5 {
    font-size: 1.8rem;
  }
}
.lower .category_description {
  font-size: 1.8rem;
  margin: 1em auto;
}

.lower .contact-area {
  border-top: 1px solid #2d0015;
  border-bottom: 1px solid #2d0015;
  border-radius: 0;
  padding: 1.5em 0;
  text-align: center;
  margin: 2em 0;
  color: #2d0015;
  background: #f2e3da;
}

@media screen and (min-width: 782px) {
  .lower .contact-area {
    padding: 2em 0;
  }
}
.lower .contact-area p {
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 5vw;
  line-height: 1.4;
}

@media screen and (min-width: 782px) {
  .lower .contact-area p {
    font-size: 1.4em;
  }
}
.lower .contact-area .tel {
  font-size: 9vw;
}

@media screen and (min-width: 782px) {
  .lower .contact-area .tel {
    font-size: 2.2em;
  }
}
.lower .contact-area a {
  text-decoration: none;
  color: #2d0015;
}

.lower .wp-block-button__link {
  background: #ffffff;
  border: 1px solid #001B34;
  font-size: 1.8rem;
  position: relative;
  color: #001B34;
  border-radius: 0;
  padding: 1em 2em;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}

@media screen and (min-width: 782px) {
  .lower .wp-block-button__link {
    font-size: 2rem;
  }
}
.lower .wp-block-button__link::before {
  content: "";
  border-bottom: 1px solid #001B34;
  width: 5em;
  position: absolute;
  bottom: 7px;
  right: 12px;
}

.lower .wp-block-button__link::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  right: 10px;
  background: #001B34;
  bottom: 13px;
  transform: rotate(45deg);
}

.lower .wp-block-button__link:hover {
  background: #001B34;
  color: white;
}

.lower .wp-block-button__link:hover::before {
  border-color: white;
}

.lower .wp-block-button__link:hover::after {
  background: white;
}

.lower .min .wp-block-button__link {
  font-size: 0.8em;
  padding: 0.5em 1em;
  min-width: 5em;
}

.lower .min .wp-block-button__link::before {
  width: 2em;
  bottom: 4px;
  right: 5px;
}

.lower .min .wp-block-button__link::after {
  width: 5px;
  height: 1px;
  right: 5px;
  bottom: 6px;
}

.lower .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 450px;
}

@media screen and (min-width: 782px) {
  .lower .wp-block-buttons .wp-block-button {
    width: auto;
  }
}
.lower .wp-block-buttons .wp-block-button.min {
  width: auto;
  display: inline-block;
  margin-right: 2px;
}

.lower .wp-block-buttons .wp-block-button.min .wp-block-button__link {
  width: auto;
  box-sizing: content-box;
  padding: 0.5em;
  min-width: 3em;
}

@media screen and (min-width: 782px) {
  .lower .wp-block-column .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.lower .wp-block-buttons.week {
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
  margin-bottom: 1em;
}

@media screen and (min-width: 782px) {
  .lower .wp-block-buttons.week {
    justify-content: flex-start;
  }
}
.lower .wp-block-buttons.week .wp-block-button.day {
  width: auto;
  display: inline-block;
  margin: 0;
}

@media screen and (min-width: 782px) {
  .lower .wp-block-buttons.week .wp-block-button.day {
    margin-right: 10px;
  }
}
.lower .wp-block-buttons.week .wp-block-button.day .wp-block-button__link {
  width: auto;
  box-sizing: content-box;
  padding: 0.5em 0;
  min-width: 3.5em;
  font-size: 3vw;
}

@media screen and (min-width: 782px) {
  .lower .wp-block-buttons.week .wp-block-button.day .wp-block-button__link {
    font-size: 1.6rem;
    min-width: 5em;
  }
}
.lower .wp-block-buttons.week .wp-block-button.day .wp-block-button__link::before {
  width: 2em;
  bottom: 4px;
  right: 5px;
}

.lower .wp-block-buttons.week .wp-block-button.day .wp-block-button__link::after {
  width: 5px;
  height: 1px;
  right: 5px;
  bottom: 6px;
}

.has-text-color.has-tds-color-1-color {
  color: #004bb2;
}

.has-text-color.has-tds-color-2-color {
  color: #00a0e9;
}

.has-text-color.has-tds-color-3-color {
  color: #f0f0f0;
}

.has-text-color.has-red-color {
  color: #dc000c;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
}

@media screen and (min-width: 980px) {
  .jumbotron-content, .three-column .site-content, .has-sidebar .site-content, .footer-widget-content {
    max-width: 1248px;
  }
}
.single-post .entry-content,
.page .entry-content {
  max-width: 930px;
  margin: 0 auto;
}

.single .hentry {
  margin-bottom: 1em;
}

.wp-block-columns .wp-block-column {
  margin-bottom: 0;
}

.category-equipment .entry-summary {
  display: none;
}

.entry-header-outline {
  background: #001B34;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (min-width: 782px) {
  .entry-header-outline {
    border-radius: 24px;
  }
}
.entry-header-outline .post-thumbnail {
  margin: 0;
}

.entry-header-outline .post-thumbnail img {
  width: 100%;
}

.entry-header-outline .entry-header-outline-title {
  color: white;
  text-align: left;
}

.entry-header-outline .entry-header-outline-title .title {
  border-bottom: 1px solid white;
  padding: 10px 15px;
  margin: 0;
  color: white;
  font-size: 2rem;
}

.entry-header-outline .entry-header-outline-title .outline {
  padding: 10px 15px;
}

@media screen and (min-width: 980px) {
  .entry-header-outline {
    display: flex;
  }
  .entry-header-outline .entry-header-outline-title {
    flex: 1;
  }
  .entry-header-outline .entry-header-outline-title .title {
    padding: 20px 25px;
    font-size: 3.1rem;
  }
  .entry-header-outline .entry-header-outline-title .outline {
    padding: 20px 25px;
  }
  .entry-header-outline .post-thumbnail {
    width: 55%;
  }
}
.category_top table,
.entry-content table {
  border-collapse: collapse;
}

.category_top table th, .category_top table td,
.entry-content table th,
.entry-content table td {
  border: 2px solid white;
  padding: 0.5em 0.8em;
  color: #626262;
}

.category_top table th p, .category_top table td p,
.entry-content table th p,
.entry-content table td p {
  margin: 0;
}

.category_top table th,
.entry-content table th {
  background: #533b41;
  text-align: center;
  color: white;
}

.category_top table td,
.entry-content table td {
  background: #f2eae5;
}

.category_top ul,
.entry-content ul {
  margin-left: 1em;
}

.category_top ul li,
.entry-content ul li {
  list-style-type: disc;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 0.5em;
}

.scroll table {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 782px) {
  .scroll {
    white-space: inherit !important;
  }
}
.scroll-attention {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.scroll::-webkit-scrollbar {
  height: 15px;
}

.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #bbb;
}

.scroll-attention .fas::before {
  font-size: 1.4em;
  color: #888;
}

.scroll-hint-text {
  padding-left: 0.3em;
}

.notattention.scroll-attention {
  display: none !important;
}

.scroll-attention .fa-chevron-left::before,
.scroll-attention .fa-chevron-right::before {
  font-size: 13px;
  padding: 0 3px;
}

.scroll::-webkit-scrollbar {
  height: 15px;
}

.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #bbb;
}

hr.wp-block-separator {
  border-top: 1px solid #A8A8A8;
  max-width: 100%;
}

.sns-area {
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .sns-area {
    margin-bottom: 60px;
  }
}
.sns-icon {
  text-align: center;
}

.sns-icon li {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (min-width: 980px) {
  .sns-icon li {
    margin: 0 10px;
  }
}
.sns-icon li a {
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .sns-icon li a {
    width: 46px;
    height: 46px;
  }
}
.sns-icon li a::after {
  font-family: "tdsicon";
  font-size: 36px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -36px;
  display: block;
}

@media screen and (min-width: 980px) {
  .sns-icon li a::after {
    left: -46px;
    font-size: 46px;
  }
}
.sns-icon li.instagram a::after {
  content: "\e901";
  color: #B93DC9;
}

.sns-icon li.line a::after {
  content: "\e908";
  color: #00c300;
}

.sns-icon li.fb a::after {
  content: "\e902";
  color: #004BB2;
}

.sns-icon li.yt a::after {
  content: "\e909";
  color: #ff0000;
}

.sns-icon li.tw a::after {
  content: "\e900";
  color: #5DCDFF;
}

.line-friend {
  text-align: center;
  margin: 20px 0;
}

@media screen and (min-width: 980px) {
  .line-friend {
    margin: 40px 0;
  }
}
.line-friend img {
  max-width: 140px;
}

.site-footer .site-bottom {
  background: #001B34;
  color: white;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}

.site-footer .site-bottom a {
  color: white;
}

.site-footer .site-bottom .site-bottom-content {
  position: relative;
}

.site-footer .footer-navigation {
  font-size: 1.4rem;
}

.site-footer .footer-navigation ul {
  margin-bottom: 10px;
}

@media screen and (min-width: 782px) {
  .site-footer .footer-navigation {
    float: none;
    text-align: left;
  }
  .site-footer .footer-navigation ul {
    margin-bottom: 10px;
  }
}
.site-footer .footer-copyright {
  font-size: 1rem;
  font-weight: 200;
}

.site-footer .footer-copyright .footer-name {
  font-size: 1.2em;
  display: block;
  line-height: 1.4;
}

@media screen and (min-width: 782px) {
  .site-footer .footer-copyright {
    text-align: right;
  }
}
.site-footer .footer-logo-area {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 782px) {
  .site-footer .footer-logo-area {
    display: flex;
    align-items: center;
  }
  .site-footer .footer-logo-area > div {
    margin: 12px;
    padding-left: 12px;
  }
}
.site-footer .footer-logo-area button, .site-footer .footer-logo-area input[type=button], .site-footer .footer-logo-area input[type=reset], .site-footer .footer-logo-area input[type=submit] {
  padding: 1em 1.5em;
  background: #999;
}

.site-footer .footer-logo-area input[type=text], .site-footer .footer-logo-area input[type=email], .site-footer .footer-logo-area input[type=url], .site-footer .footer-logo-area input[type=password], .site-footer .footer-logo-area input[type=search], .site-footer .footer-logo-area textarea {
  padding: 0.4em;
}

.site-footer .footer-logo {
  width: 60%;
  margin: 20px auto 30px;
}

@media screen and (min-width: 782px) {
  .site-footer .footer-logo {
    width: 175px;
    margin: 20px auto 40px;
  }
}
.page-top {
  background: url(/wp-content/themes/tokyodome-fitness/images/pagetop.png) no-repeat;
  background-size: 100%;
  height: 121px;
  width: 114px;
  box-sizing: border-box;
  padding-top: 90px;
  right: 10px;
  color: #001B34;
  text-align: right;
  padding-right: 8px;
  cursor: pointer;
  transform: scale(50%);
  transform-origin: bottom right;
}

@media screen and (min-width: 782px) {
  .page-top {
    transform: scale(100%);
  }
}
.important-area {
  display: none;
}

.home .site-main h4 {
  font-size: 1.8rem;
  color: #001B34;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 782px) {
  .home .site-main h4 {
    font-size: 1.8rem;
  }
}
.home .site-main table:not(.xo-month) th {
  font-weight: normal;
  white-space: nowrap;
  background: none;
}

.home .site-main table:not(.xo-month) th, .home .site-main table:not(.xo-month) td {
  border-bottom: 1px solid #A8A8A8;
  border-left: none;
  border-right: none;
  border-top: none;
}

.home .site-main table:not(.xo-month) tr:last-child th, .home .site-main table:not(.xo-month) tr:last-child td {
  border: none;
}

.home .site-main table.xo-month {
  border-collapse: collapse;
}

.home .site-main table.xo-month table {
  border-color: #ccc !important;
}

.home .site-main table.xo-month table th,
.home .site-main table.xo-month table td {
  border-bottom: 1px solid #ccc !important;
  border-left: 1px none;
  border-right: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

.home .site-main table.xo-month table.month-event {
  border: none !important;
}

.home .site-main table.xo-month table.month-event td {
  border: none !important;
}

.home .site-main table.xo-month table.month-event a {
  text-decoration: none;
}

.home .information {
  background: #4EC8FF;
}

.home .information table:not(.xo-month) td, .home .information table:not(.xo-month) th {
  border-color: black;
}

.home .information .wp-block-button__link {
  background: white;
  color: #666;
}

.home .information .wp-block-button__link::after {
  color: #666;
}

.home .information .main_title {
  margin-bottom: 20px;
}

.home .information .wp-block-column {
  margin-top: 0;
}

.home .information a {
  color: black;
}

.home .site-content,
.home .inner {
  max-width: 1184px;
  z-index: 2;
  position: relative;
  padding-left: 4vw;
  padding-right: 4vw;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .home .site-content,
  .home .inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.home .important-area {
  display: block;
  background: white;
  min-height: 20px;
}

.home .important-area.post {
  color: white;
  background: #9d0000;
}

.home .important-area.post a {
  color: white;
  text-decoration: underline;
}

.home .important-area.post .important-area-inner {
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 980px) {
  .home .important-area.post .important-area-inner {
    display: flex;
    align-items: center;
  }
}
.home .important-area.post .important-ttl {
  margin: 0;
  color: white;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  background: #9d0000;
  padding: 10px 15px 0;
  color: white;
}

@media screen and (min-width: 980px) {
  .home .important-area.post .important-ttl {
    padding: 10px 15px;
  }
}
.home .important-area.post ul {
  flex: 1;
  padding: 4px 0;
}

.home .important-area.post ul li {
  margin: 0;
  font-size: 1.4rem;
  padding-left: 1em;
  line-height: 1.6;
  display: flex;
}

@media screen and (min-width: 980px) {
  .home .important-area.post ul li {
    font-size: 1.6rem;
  }
}
.home .important-area.post ul li .important-txt,
.home .important-area.post ul li .important-link {
  display: inline;
}

@media screen and (min-width: 980px) {
  .home .important-area.post ul li .important-txt,
  .home .important-area.post ul li .important-link {
    display: block;
  }
}
.home .important-area.post ul li .important-date {
  margin-right: 0.5em;
}

.home .important-area.post ul li .important-txt {
  margin-right: 0.5em;
  flex: 1;
}

.home .important-area.post ul li .important-link {
  margin-left: auto;
}

.home .important-area.post ul li .important-link::after {
  content: "\e906";
  font-family: "tdsicon";
}

.home .home-header-wrapper {
  position: relative;
  margin: 0 auto;
}

.home .home-header {
  overflow: hidden;
  position: relative;
  background: none;
  z-index: 0;
  overflow: hidden;
}

.home .home-header .home-header-logo {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 48%;
  transform: translateY(-50%);
}

@media screen and (min-width: 782px) {
  .home .home-header .home-header-logo {
    top: 55%;
  }
}
.home .home-header .home-header-logo img {
  max-width: 620px;
  width: 50%;
}

.home .home-header .home-header-overlay {
  display: none;
}

.home .post-thumbnail.noimage {
  padding: 0;
}

.home .content-area {
  margin: 0;
}

.home .full-width {
  padding: 3vw 0;
}

@media screen and (min-width: 980px) {
  .home .full-width {
    padding: 20px 0;
  }
}
.home .wp-block-button {
  text-align: right;
  color: white;
  position: relative;
  display: block;
  margin: 20px 0 0 !important;
}

@media screen and (min-width: 980px) {
  .home .wp-block-button {
    margin: 0 0 0 !important;
    right: -75px;
  }
}
.home .wp-block-button a.wp-block-button__link {
  color: white;
  width: 10em;
  background: none;
  text-align: left;
  font-size: 0.9em;
  padding-left: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
}

@media screen and (min-width: 980px) {
  .home .wp-block-button a.wp-block-button__link {
    width: 14em;
  }
}
.home .wp-block-button a.wp-block-button__link::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  right: -3px;
  background: white;
  bottom: 5px;
  transform: rotate(45deg);
}

.news-date {
  display: none;
}

.home-news-area {
  background: url("/wp-content/themes/tokyodome-fitness/images/bg2.jpg") no-repeat left bottom;
  background-size: auto 105%;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 980px) {
  .home-news-area {
    background-size: 120% auto;
  }
}
.home-news-area a {
  text-decoration: none;
}

.home-news-area .news-cont {
  position: relative;
  z-index: 3;
}

.home-news-area .news-list-wrap {
  box-sizing: border-box;
}

@media screen and (min-width: 980px) {
  .home-news-area .news-list-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.home-news-area .news-list {
  font-size: 1.4rem;
  line-height: 1.6;
  vertical-align: top;
  border: 1px solid white;
  padding: 1em;
  margin-bottom: 2em;
}

@media screen and (min-width: 980px) {
  .home-news-area .news-list {
    flex: 1;
    font-size: 1.6rem;
    padding: 2em;
  }
}
.home-news-area .news-list li {
  margin-bottom: 0.5em;
}

.home-news-area .news-list a {
  color: #ffffff;
}

.home-news-area .news-list a:hover {
  text-decoration: underline;
}

.home-news-area .news-list .news-date {
  font-weight: normal;
  padding: 0 1em 0 0;
}

.home-topics-area {
  background: #f5e9e1;
}

.home-openhours-area {
  background: url("/wp-content/themes/tokyodome-fitness/images/bg3.jpg") no-repeat 70% top;
  background-size: 330%;
  position: relative;
  color: white;
}

@media screen and (min-width: 980px) {
  .home-openhours-area {
    background-size: 140%;
  }
}
@media screen and (min-width: 1440px) {
  .home-openhours-area {
    background-size: 100%;
  }
}
.home-openhours-area .openhours_stage {
  background: rgba(255, 255, 255, 0.85);
  padding: 2.5em 0;
  line-height: 2;
  margin-bottom: 2em;
  color: #19191E;
}

.home-openhours-area .openhours_stage p {
  margin: 0;
}

.home-access-area {
  background: url("/wp-content/themes/tokyodome-fitness/images/bg4.jpg") no-repeat center top;
  background-size: auto 100%;
  position: relative;
  color: white;
}

@media screen and (min-width: 980px) {
  .home-access-area {
    background-size: 110% auto;
  }
}
.home-access-area p {
  margin-bottom: 0.3em;
}

.home-facilities-area {
  background: url("/wp-content/themes/tokyodome-fitness/images/bg5.jpg") no-repeat center top;
  background-size: auto 100%;
}

@media screen and (min-width: 1440px) {
  .home-facilities-area {
    background-size: 100% auto;
  }
}
.home-facilities-area .facilities_nav {
  display: block;
  width: 75%;
  margin: 0 auto;
}

@media screen and (min-width: 782px) {
  .home-facilities-area .facilities_nav {
    display: flex;
    justify-content: space-between;
  }
}
.home-facilities-area .facilities_nav li {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid white;
  line-height: 1.1;
  color: #001B34;
  width: 100%;
  height: 20vw;
  font-size: 5vw;
  margin-bottom: 1.5em;
  text-align: center;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 782px) {
  .home-facilities-area .facilities_nav li {
    font-size: 3rem;
    width: 28vw;
    height: 28vw;
  }
}
@media screen and (min-width: 1248px) {
  .home-facilities-area .facilities_nav li {
    width: 344px;
    height: 344px;
  }
}
.home-facilities-area .facilities_nav li p {
  margin: 0;
  width: 100%;
}

.home-facilities-area .facilities_nav li p::before {
  content: "";
  display: block;
  width: 4em;
  height: 2px;
  background: #001B34;
  position: absolute;
  bottom: 11px;
  right: 15px;
}

@media screen and (min-width: 782px) {
  .home-facilities-area .facilities_nav li p::before {
    bottom: 25px;
    right: 25px;
  }
}
.home-facilities-area .facilities_nav li p::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #001B34;
  transform: rotate(45deg);
  border-radius: 2px;
  right: 11px;
  bottom: 17px;
  width: 18px;
}

@media screen and (min-width: 782px) {
  .home-facilities-area .facilities_nav li p::after {
    right: 21px;
    bottom: 32px;
    width: 22px;
  }
}
.home-facilities-area .facilities_nav li span {
  font-size: 0.8em;
}

.home-facilities-area .facilities_nav li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.home-facilities-area .facilities_nav li:last-child {
  margin-bottom: 0;
}

.home-banner-area .inner {
  max-width: 900px;
  width: 60%;
}

@media screen and (min-width: 980px) {
  .home-banner-area .inner {
    width: 100%;
  }
}
.home-banner-area img {
  max-width: 400px;
  width: 100%;
}

.home-banner-area .aligncenter {
  margin-bottom: 0.5em;
}

.home-contact {
  max-width: 930px;
  padding: 0 20px 20px 20px;
  text-align: center;
  margin: 0 auto 30px;
}

.home-contact .home-contact-title {
  margin-top: -1em !important;
  max-width: 612px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px !important;
}

.home-contact .home-contact-tel {
  color: #001B34;
  font-size: 3rem;
  line-height: 1.2;
}

@media screen and (min-width: 782px) {
  .home-contact .home-contact-tel {
    font-size: 4.5rem;
  }
}
.home-contact .main_title {
  margin-bottom: 20px;
}

.slick-slide a {
  display: block;
}

.home .title-area {
  border: none;
  background: #001B34;
}

.news-single .news-post {
  margin: 5vw 0 10vw 0;
}

@media screen and (min-width: 980px) {
  .news-single .news-post {
    margin: 80px;
  }
}
.title-area_lower {
  max-width: 1260px;
  z-index: 2;
  position: relative;
  padding-left: 4vw;
  padding-right: 4vw;
  box-sizing: border-box;
  color: #2D0015;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .title-area_lower {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.title-area_lower .main_title {
  font-size: 1.6em;
  text-align: center;
  color: #2D0015;
  font-weight: normal;
  margin: 0.4em 0;
}

@media screen and (min-width: 782px) {
  .title-area_lower .main_title {
    font-size: 42px;
    text-align: left;
  }
}
.title-area_lower .event_status {
  text-align: right;
  margin: -20px 0 0.5em 0;
}

@media screen and (min-width: 782px) {
  .title-area_lower .event_status {
    position: absolute;
    top: 20px;
    margin: 0;
    right: 0;
  }
}
.title-area_lower .event_status a {
  color: #2d0015;
}

.single .main_title {
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (min-width: 782px) {
  .single .main_title {
    font-size: 36px;
  }
}
.lower .news-list {
  margin: 0 auto;
}

.lower .news-list li {
  padding-left: 8em;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 7px;
}

.lower .news-list li::after {
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -4px;
  border-bottom: 1px solid #2d0015;
  left: 0;
}

.lower .news-list li:hover {
  background: rgba(242, 236, 213, 0.6);
}

@media screen and (min-width: 782px) {
  .lower .news-list li {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.lower .news-list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #626262;
  text-decoration: none;
  opacity: 0.7;
}

.lower .news-list li a:hover {
  text-decoration: underline;
}

.lower .news-list li p {
  margin: 0;
  position: relative;
}

.lower .news-list li [class^=icon-], .lower .news-list li [class*=" icon-"] {
  position: absolute;
  left: 0;
  top: 20px;
}

@media screen and (min-width: 782px) {
  .lower .news-list li [class^=icon-], .lower .news-list li [class*=" icon-"] {
    top: 30px;
  }
}
.pagination {
  margin-top: 1em;
  text-align: right;
}

.pagination a.page-numbers {
  border: none !important;
  padding: 5px !important;
}

.pagination .current {
  border: none !important;
  background: none !important;
}

.pickup {
  position: relative;
}

.pickup a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pickup.post-grid {
  margin-bottom: 2em;
}

.pickup.post-grid:hover {
  cursor: pointer;
}

.pickup.post-grid:hover img {
  opacity: 0.7;
}

.pickup .pickup-img {
  position: relative;
}

.pickup .pickup-img img {
  width: 100%;
}

.pickup .pickup-title {
  margin-top: 0.5em;
  font-weight: 500;
  color: #626262;
}

.news-single [class^=icon-], .news-single [class*=" icon-"],
.news-list [class^=icon-],
.news-list [class*=" icon-"],
.pickup [class^=icon-],
.pickup [class*=" icon-"],
.head_icon [class^=icon-],
.head_icon [class*=" icon-"] {
  min-width: 7em;
  padding: 0 1em;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 0.9em;
  line-height: 1.5;
  background: #8aa782;
}

@media screen and (min-width: 782px) {
  .news-single [class^=icon-], .news-single [class*=" icon-"],
  .news-list [class^=icon-],
  .news-list [class*=" icon-"],
  .pickup [class^=icon-],
  .pickup [class*=" icon-"],
  .head_icon [class^=icon-],
  .head_icon [class*=" icon-"] {
    margin-right: 1em;
  }
}
.news-single .icon-event,
.news-list .icon-event,
.pickup .icon-event,
.head_icon .icon-event {
  background: #DC000C;
}

.news-single .icon-program,
.news-list .icon-program,
.pickup .icon-program,
.head_icon .icon-program {
  background: #5DCDFF;
}

.news-single .icon-news,
.news-single .icon-purple,
.news-list .icon-news,
.news-list .icon-purple,
.pickup .icon-news,
.pickup .icon-purple,
.head_icon .icon-news,
.head_icon .icon-purple {
  background: #7a65b4;
}

.news-single .icon-benefit,
.news-single .icon-blue,
.news-list .icon-benefit,
.news-list .icon-blue,
.pickup .icon-benefit,
.pickup .icon-blue,
.head_icon .icon-benefit,
.head_icon .icon-blue {
  background: #34a1c9;
}

.news-single .icon-campaign,
.news-single .icon-pink,
.news-list .icon-campaign,
.news-list .icon-pink,
.pickup .icon-campaign,
.pickup .icon-pink,
.head_icon .icon-campaign,
.head_icon .icon-pink {
  background: #e47a81;
}

.news-single .icon-red,
.news-list .icon-red,
.pickup .icon-red,
.head_icon .icon-red {
  background: #dc636f;
}

.news-single .icon-kids,
.news-single .icon-orange,
.news-list .icon-kids,
.news-list .icon-orange,
.pickup .icon-kids,
.pickup .icon-orange,
.head_icon .icon-kids,
.head_icon .icon-orange {
  background: #f39007;
}

.news-single .icon-lightblue,
.news-list .icon-lightblue,
.pickup .icon-lightblue,
.head_icon .icon-lightblue {
  background: #32a2ca;
}

.news-single .icon-others,
.news-list .icon-others,
.pickup .icon-others,
.head_icon .icon-others {
  background: #3d46a2;
}

.news-single .icon-lesson,
.news-single .icon-brown,
.news-list .icon-lesson,
.news-list .icon-brown,
.pickup .icon-lesson,
.pickup .icon-brown,
.head_icon .icon-lesson,
.head_icon .icon-brown {
  background: #ac7449;
}

.news-single .icon-masters,
.news-single .icon-green,
.news-list .icon-masters,
.news-list .icon-green,
.pickup .icon-masters,
.pickup .icon-green,
.head_icon .icon-masters,
.head_icon .icon-green {
  background: #88a781;
}

.news-single .icon-school,
.news-single .icon-event2,
.news-list .icon-school,
.news-list .icon-event2,
.pickup .icon-school,
.pickup .icon-event2,
.head_icon .icon-school,
.head_icon .icon-event2 {
  background: #bf718f;
}

.news-single .icon-event,
.news-single .icon-yellow,
.news-list .icon-event,
.news-list .icon-yellow,
.pickup .icon-event,
.pickup .icon-yellow,
.head_icon .icon-event,
.head_icon .icon-yellow {
  background: #b8a222;
}

.news-list [class^=icon-], .news-list [class*=" icon-"] {
  min-width: 6em;
}

.news-single [class^=icon-], .news-single [class*=" icon-"] {
  font-size: 1em;
  width: 8em;
}

.pickup [class^=icon-], .pickup [class*=" icon-"] {
  text-align: center;
  width: 8em;
  z-index: 2;
}

.ttl_style {
  padding: 20px;
  width: 65%;
  margin: 0 calc(50% - 50vw) !important;
  position: relative;
}

@media screen and (min-width: 782px) {
  .ttl_style {
    max-width: 400px;
    width: 40%;
    margin: 0 calc(50% - 50vw) !important;
  }
}
@media screen and (min-width: 1320px) {
  .ttl_style {
    margin: 0 calc(50% - 660px) !important;
  }
}
.ttl_style span {
  position: absolute;
  color: white;
  left: 54%;
  top: 50%;
  transform: translateY(-35%);
  font-size: 1.5rem;
  font-weight: normal;
}

.ttl_style.ttl_news {
  background: #002543;
}

.ttl_style.ttl_topics {
  background: #7a6499;
}

.ttl_style.ttl_topics span {
  left: 58%;
}

.ttl_style.ttl_openhours {
  background: #000e30;
}

.ttl_style.ttl_openhours span {
  left: 73%;
}

.ttl_style.ttl_access {
  background: #613532;
}

.ttl_style.ttl_access span {
  left: 60%;
}

.ttl_style.ttl_facilities {
  background: #002543;
}

.ttl_style.ttl_facilities span {
  left: 66%;
}

.ttl_style.cat_title {
  background: #4D2725;
  top: -20px;
  padding: 10px 15px;
}

@media screen and (min-width: 782px) {
  .ttl_style.cat_title {
    top: -30px;
    padding: 20px;
  }
}
.ttl_style.ttl_facirities span {
  left: 66%;
}

.ttl_style.ttl_event span {
  left: 59%;
}

.ttl_style.ttl_join span {
  left: 66%;
}

.ttl_style.ttl_program span {
  left: 62%;
}

.ttl_style.ttl_kids span {
  left: 51%;
}

.ttl_style.ttl_contact span {
  left: 58%;
}

.home .ttl_style {
  margin: 4vw calc(50% - 50vw) !important;
}

@media screen and (min-width: 782px) {
  .home .ttl_style {
    margin: 40px calc(50% - 50vw) !important;
  }
}
.category-event .loop-wrapper {
  display: block;
}

.archive_event {
  border-bottom: 1px solid #2d0015;
  padding: 20px 0;
  position: relative;
}

@media screen and (min-width: 782px) {
  .archive_event {
    padding: 40px 0;
  }
}
.archive_event h4 {
  margin-top: 0;
}

@media screen and (min-width: 782px) {
  .archive_event .archive_event_cont {
    display: flex;
  }
}
.archive_event .archive_event_cont_txt {
  flex: 1;
}

.archive_event .archive_event_thumbnail img {
  width: 100%;
}

@media screen and (min-width: 782px) {
  .archive_event .archive_event_thumbnail {
    width: 30%;
    margin-left: 3%;
  }
}
.event_status .event_status_title {
  font-size: 1.3em;
}

.event_status.event_close .event_status_title {
  color: #b90015;
}

.event_status.event_open .event_status_title {
  color: #000099;
}

.event_status ul li {
  display: inline-block;
  margin-right: 1em;
}

.wpcf7 {
  max-width: 830px;
  margin: 0 auto;
}

.wpcf7 input[type=tel] {
  border: solid 1px #e6e6e6;
  color: #777;
  margin-top: 0.6em;
  padding: 0.6em;
}

.wpcf7 input[type=tel].wpcf7c-conf {
  border: none;
}

.wpcf7 input[type=email].wpcf7c-conf,
.wpcf7 .wpcf7c-conf {
  background: none;
  border: none;
}

.wpcf7 .wpcf7-form.sent dl,
.wpcf7 .wpcf7-form.sent .form-acceptance,
.wpcf7 .wpcf7-form.sent .form-submit,
.wpcf7 .wpcf7-form.sent .form-requirTxt,
.wpcf7 .wpcf7-form.sent .form-attention,
.wpcf7 .wpcf7-form.sent .form-attention-read {
  display: none;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
  padding: 5em 0;
  border: none;
}

.wpcf7 input[type=radio].wpcf7c-conf:checked::after {
  background-color: #001B34;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 10px;
}

.wpcf7 .custom-wpcf7c-confirmed .wpcf7-radio .wpcf7-list-item {
  display: none;
}

.wpcf7 .custom-wpcf7c-confirmed .wpcf7-radio .wpcf7-list-item.wpcf7c-conf-checked {
  display: block;
  margin-left: 0;
}

.wpcf7 .custom-wpcf7c-confirmed input[type=radio].wpcf7c-conf,
.wpcf7 .custom-wpcf7c-confirmed input[type=checkbox].wpcf7c-conf {
  display: none;
}

.wpcf7 .custom-wpcf7c-confirmed select {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

.wpcf7 .wpcf7c-elm-step3 {
  text-align: center;
  padding: 50px 0;
}

.wpcf7 span.wpcf7-list-item {
  position: relative;
  padding-right: 1em;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 textarea {
  margin: 0.5em 0;
  width: 100%;
}

.wpcf7 input[type=text].recruit-birth-y, .wpcf7 input[type=email].recruit-birth-y, .wpcf7 input[type=url].recruit-birth-y, .wpcf7 input[type=password].recruit-birth-y, .wpcf7 input[type=search].recruit-birth-y, .wpcf7 input[type=tel].recruit-birth-y, .wpcf7 textarea.recruit-birth-y {
  width: 5em;
}

.wpcf7 input[type=text].recruit-yubin, .wpcf7 input[type=email].recruit-yubin, .wpcf7 input[type=url].recruit-yubin, .wpcf7 input[type=password].recruit-yubin, .wpcf7 input[type=search].recruit-yubin, .wpcf7 input[type=tel].recruit-yubin, .wpcf7 textarea.recruit-yubin {
  width: 8em;
}

.wpcf7 button, .wpcf7 input[type=button], .wpcf7 input[type=reset], .wpcf7 input[type=submit] {
  padding: 1em 0;
  width: 8em;
  background: #2d0015;
  text-align: center;
  margin: 0 10px;
}

@media screen and (min-width: 782px) {
  .wpcf7 button, .wpcf7 input[type=button], .wpcf7 input[type=reset], .wpcf7 input[type=submit] {
    width: 18em;
  }
}
.wpcf7 button:disabled, .wpcf7 input[type=button]:disabled, .wpcf7 input[type=reset]:disabled, .wpcf7 input[type=submit]:disabled {
  background: #ccc;
}

.wpcf7 input.back {
  background: #999;
}

.wpcf7 dl {
  margin: 0 0 2em;
}

.wpcf7 dl dt, .wpcf7 dl dd {
  margin: 0;
  font-weight: normal;
  padding: 5px 15px;
  box-sizing: border-box;
}

.wpcf7 dl dt {
  background: #533b41;
  color: white;
}

.wpcf7 dl dd {
  background: #f2eae5;
}

@media screen and (min-width: 782px) {
  .wpcf7 dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
  .wpcf7 dl dt, .wpcf7 dl dd {
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff;
  }
  .wpcf7 dl dt {
    width: 15em;
  }
  .wpcf7 dl dd {
    width: calc(100% - 15em);
    margin: 0;
  }
}
.wpcf7 .form-attention-read {
  margin-bottom: 0.5em;
}

.wpcf7 .form-attention {
  border: 1px solid #D1D1D1;
  padding: 20px 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 782px) {
  .wpcf7 .form-attention {
    padding: 20px 60px;
  }
}
.wpcf7 .form-attention h4 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.wpcf7 .form-attention h5 {
  font-size: 1.6rem;
}

.wpcf7 .form-attention p {
  font-size: 1.5rem;
  margin: 0;
}

.wpcf7 .form-attention .form-privacy {
  position: relative;
}

@media screen and (min-width: 782px) {
  .wpcf7 .form-attention .form-privacy p {
    margin-right: 180px;
  }
}
.wpcf7 .form-attention .form-privacy .form-privacy-mark {
  text-align: center;
}

.wpcf7 .form-attention .form-privacy .form-privacy-mark img {
  max-width: 110px;
}

@media screen and (min-width: 782px) {
  .wpcf7 .form-attention .form-privacy .form-privacy-mark {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .wpcf7 .form-attention .form-privacy .form-privacy-mark img {
    max-width: 130px;
  }
}
.wpcf7 .form-signature {
  color: #666;
  margin-top: 2em;
}

.wpcf7 .form-signature p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.wpcf7 .form-acceptance,
.wpcf7 .form-submit {
  text-align: center;
}

.wpcf7 .form-acceptance .wpcf7 span.wpcf7-list-item,
.wpcf7 .form-submit .wpcf7 span.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 .form-acceptance {
  padding-right: 1em;
}

.wpcf7 .sp-inline-block {
  display: inline-block;
}

@media screen and (min-width: 782px) {
  .wpcf7 .sp-inline-block {
    display: inline-;
  }
}
.wpcf7 .notice {
  font-size: 1.3rem;
}

.search .ani {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}

.header-widget {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30%;
  max-width: 200px;
  right: 10px;
  transform: translate(0, -50%);
}

.rightFixBtn {
  display: none;
  position: fixed;
  z-index: 5000;
  bottom: 0;
  right: 5px;
}

.rightFixBtn br {
  display: none;
}

.rightFixBtn a {
  display: block;
  line-height: 1.1;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 6px 6px 0 0;
  background: #DC000C;
  text-decoration: none;
  padding: 0.8em 1em;
}

.rightFixBtn a:hover {
  background: #004bb2;
  color: white;
}

@media screen and (min-width: 782px) {
  .rightFixBtn {
    bottom: auto;
    top: 330px;
    right: 0;
  }
  .rightFixBtn br {
    display: inline;
  }
  .rightFixBtn a {
    width: 70px;
    padding: 20px 0;
    border-radius: 6px 0 0 6px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 980px) {
  .three-column .loop-wrapper {
    margin-left: -18px;
    margin-right: -18px;
  }
  .three-column .post-grid {
    padding-left: 18px;
    padding-right: 18px;
    width: 48%;
  }
  .three-column .post-grid br {
    display: none;
  }
}
@media screen and (min-width: 782px) {
  .entry-content.equipment {
    margin-left: auto;
    margin-right: auto;
    max-width: 930px;
  }
}
.admin-bar .main-header-wrap {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .main-header-wrap {
    top: 32px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .main-header-wrap {
    top: 0;
  }
}
.arrow-link {
  margin-bottom: 0.3em;
  font-weight: 600;
}

.arrow-link a {
  font-size: 1.8rem;
  margin: 0.5em 0;
  color: #2d0015;
  text-decoration: none;
}

.arrow-link a::after {
  content: ">";
  padding-left: 1em;
  font-weight: normal;
}

.news-archiveLink {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}


/* 三井不動産ロゴ */
.footer-logo__right {
  width: 60%;
  max-width: 175px;
  margin: 0 auto 20px;
}

.footer-logo {
  max-width: 175px;
}

@media screen and (min-width: 783px) {
  .footer-logo__right {
    max-width: 220px;
    margin-left: auto !important;
  }
}
.footer-logo__right img {
  width: 100%;
  height: auto;
}

.footer-copyright {
  text-align: center !important;
  margin-top: 1em;
}

/* 問い合わせ */
.form-privacy-mark p {
  margin: 0 !important;
}

/* 固定リンク */
body {
  padding-bottom: 83px;
}
@media screen and (min-width: 782px) {
  body {
    padding-bottom: 0;
  }
}

.fixed-menu {
  position: fixed;
  z-index: 10;
  bottom: 0;
  background-color: #001c34;
  width: 100%;
  padding: 1em 0.5em;
  height: 83px;
  box-sizing: border-box;
}
.fixed-menu__price {
  width: min(70%, 200px);
  margin: 0 auto;
}
.fixed-menu__btnarea {
  display: flex;
  justify-content: space-around;
  width: min(100%, 400px);
  margin: 0 auto;
}
.fixed-menu__btn {
  width: min(46%, 200px);
  text-decoration: none;
  display: block;
  background-color: #613532;
  background-image: url(/wp-content/themes/tokyodome-fitness/images/fixed_menu_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px bottom 5px;
  border: 1px solid white;
  background-size: 20%;
  text-align: center;
  color: white !important;
  font-size: 17px;
  padding: 0.8em 0;
  line-height: 1.2;
}
.fixed-menu__btn.is-ready {
  filter: saturate(10%) brightness(250%);
  border-color: #555;
  color: #555 !important;
}
.fixed-menu__sub {
  font-size: 0.75em;
}
@media screen and (min-width: 782px) {
  .fixed-menu__sub {
    height: 100%;
    line-height: 1;
    position: absolute;
    left: 6px;
  }
}
@media screen and (min-width: 782px) {
  .fixed-menu {
    background: none;
    right: 0;
    top: 220px;
    bottom: auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: top;
    height: auto;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 10000;
    position: fixed;
  }
  .fixed-menu__price {
    width: 20px;
    padding: 1em 0.6em;
  }
  .fixed-menu__btnarea {
    display: block;
  }
  .fixed-menu__btn {
    writing-mode: vertical-rl;
    padding: 0 0.8em;
    margin: 1em 0;
    margin-left: 0.4em;
    border-right: 0;
    font-size: 19px;
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: 80%;
    background-position: right 10% bottom 5px;
    line-height: 1.5;
    width: 3.5em;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=style.css.map */