@charset "UTF-8";
/**/
@media screen and (min-width: 981px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }
  .body_borad{
	margin-top:20px;
	width:100%;
	display:block;
}
.body_borad img{
    width: 90%;
    margin-top: 10px;
    height: 90%;
}
}
.body_borad{
	margin-top:80px;
	width:100%;
	display:flex;
}
.body_borad img{
    width: 45%;
    margin-left: 10px;
    height: 45%;
}
.hide {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  color: red;
}

@media screen and (min-width: 981px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 980px) {
  html {
    font-size: 4.2vw;
  }
}

body {
  font-family: "Noto Sans JP","YuGothic","游ゴシック",sans-esrif;
  font-size: 1rem;
}

@media screen and (min-width: 981px) {
  body {
    padding-left: 13rem;
  }
}

@media screen and (max-width: 980px) {
  body {
    padding-top: 11.5vh;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (min-width: 981px) {
  .header {
    height: 100vh;
    width: 13rem;
    border-right: 1px solid #ccc;
    overflow-y: auto;
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 980px) {
  .header {
    height: 11.5vh;
    width: 100%;
    background: white;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem;
  }
  .header img {
    max-width: 100%;
  }
}

@media screen and (min-width: 981px) {
  .header_index {
    margin-top: 1rem;
    text-align: center;
  }
  .header_index img {
    width: 60px;
  }
}

@media screen and (max-width: 980px) {
  .header_index img {
    position: absolute;
    top: 1vh;
    max-width: 17vh;
  }
}

.header_expLink {
  position: absolute;
  top: 1vh;
  right: 1vh;
  height: 9.5vh;
  background: #1f8c36;
  border-radius: 100px;
  display: flex;
  align-items: center;
  width: 50%;
}

@media screen and (min-width: 981px) {
  .header_expLink {
    display: none;
  }
}

.header_expLink a {
  width: 100%;
  text-align: center;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 130%;
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
  font-weight: 300;
}

@media screen and (min-width: 981px) {
  .header_menu {
    margin-top: 1rem;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 980px) {
  .header_menu {
    position: fixed;
    right: 0;
    top: 11.5vh;
    height: 88.5vh;
    width: 50%;
    transition: .4s;
    background: rgba(30, 65, 115, 0.9);
  }
}

@media screen and (max-width: 980px) {
  .header_menu_list {
    height: 100%;
    overflow-y: auto;
  }
}

.header_menu_list_item {
  display: block;
}

@media screen and (min-width: 981px) {
  .header_menu_list_item {
    background: white;
    border-top: 1px solid #ccc;
  }
  .header_menu_list_item a {
    display: block;
    color: black;
    padding: 1rem 0;
    text-indent: 1em;
    text-decoration: none;
    background-image: url("../images/menu_arrow.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1.2rem;
  }
  .header_menu_list_item a:hover {
    background-color: #ccc;
  }
  .header_menu_list_item.item-exp a {
    color: #1f8c36;
  }
}

@media screen and (max-width: 980px) {
  .header_menu_list_item {
    letter-spacing: 1px;
  }
  .header_menu_list_item a {
    display: block;
    padding: 1vh;
    color: white;
    text-decoration: none;
    padding-left: 11vw;
  }
  .header_menu_list_item.item-studio > a {
    padding-left: 5vw;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    color: #333366;
  }
  .header_menu_list_item.item-studio > a::after {
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .header_menu_list_item.item-studio.accordionOpen > ul {
    max-height: 8rem;
  }
  .header_menu_list_item.item-news a {
    background: url("../images/sp/menu_news.png") no-repeat;
    background-size: 5vw;
    background-position: 1rem center;
  }
  .header_menu_list_item.item-beginner a {
    background: url("../images/sp/menu_beginner.png") no-repeat;
    background-size: 5vw;
    background-position: 1rem center;
  }
  .header_menu_list_item.item-bedrockYoga a {
    background: url("../images/sp/menu_bedrockYoga.png") no-repeat;
    background-size: 5vw;
    background-position: 1rem center;
  }
  .header_menu_list_item.item-lesson a {
    background: url("../images/sp/menu_lesson.png") no-repeat;
    background-size: 5vw;
    background-position: 1rem center;
  }
  .header_menu_list_item.item-recruit a {
    background: url("../images/sp/menu_recruit.png") no-repeat;
    background-size: 5vw;
    background-position: 1rem center;
  }
  .header_menu_list_item .item-access a {
    background: url("../images/sp/menu_access.png") no-repeat;
    background-size: 4vw;
    background-position: 1rem center;
  }
  .header_menu_list_item.item-price a, .header_menu_list_item .item-price a {
    background: url("../images/sp/menu_price.png") no-repeat;
    background-size: 5vw;
    background-position: 1rem center;
  }
  .header_menu_list_item .item-forMember a {
    background: url("../images/sp/menu_forMember.png") no-repeat;
    background-size: 5vw;
    background-position: 1rem center;
  }
  .header_menu_list_item.item-en a {
    padding-left: 5vw;
  }
  .header_menu_list_item.item-exp {
    background: #1f8c36;
  }
  .header_menu_list_item.item-exp a {
    padding-left: 5vw;
  }
}

.header_menu_list_item_sublist {
  display: none;
}

@media screen and (max-width: 980px) {
  .header_menu_list_item_sublist {
    display: block;
    max-height: 0;
    transition: .5s;
    overflow-y: hidden;
  }
}

header {
  z-index: 3;
}

@media screen and (max-width: 980px) {
  .drawer-menu {
    transform: translateX(100%);
  }
}

.drawer-menu-open {
  transform: translateX(0);
}

@media screen and (min-width: 981px) {
  .drawer-button {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .drawer-button {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: block;
    width: 13vw;
    height: 13vw;
    background: rgba(30, 65, 115, 0.9);
    z-index: 5;
    transition: .4s;
    border-radius: 5vw;
  }
}

.drawer-close::before {
  background: url("../images/sp/menu_button-close.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 9vw;
  height: 9vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
}

.drawer-open {
  right: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.drawer-open::before {
  background: url("../images/sp/menu_button-open.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 9vw;
  height: 9vw;
  position: absolute;
  top: 2vw;
  left: 3vw;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media screen and (min-width: 981px) {
  .footer {
    background: black;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1px;
    z-index: 3;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 980px) {
  .footer {
    margin-top: 3rem;
    background: #333333;
    padding: 0.5rem 0 5rem 0;
  }
}

.footer_list {
  display: block;
  text-align: center;
}

.footer_list_item {
  display: inline;
}

.footer_list_item::before {
  content: " | ";
  color: white;
}

.footer_list_item:first-child::before {
  content: "";
}

.footer_list_item a {
  color: white;
  text-decoration: none;
  font-size: 80%;
}

/* common */
.common-title {
  padding-top: 2rem;
}

@media screen and (max-width: 980px) {
  .common-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.common-title::after {
  content: "";
  display: block;
  width: 140px;
  margin-top: 0.5rem;
  border-bottom: 1px solid #5b5b5b;
}

@media screen and (max-width: 980px) {
  .common-title::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.common-title_en {
  color: #1f4173;
  font-family: "Century Gothic","Futura",sans-esrif;
  font-weight: normal;
  display: block;
}

@media screen and (min-width: 981px) {
  .common-title_en {
    font-size: 3rem;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 980px) {
  .common-title_en {
    font-size: 2.5rem;
  }
}

.common-title_jp {
  margin-top: 2rem;
  font-size: 1.3rem;
  color: #5b5b5b;
}

.common-linkButton {
  margin: 1rem 1rem 0 1rem;
  border-radius: 2rem;
}

.common-linkButton a {
  padding: 1rem 0;
  display: block;
  background: transparent;
  border-radius: 2rem;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
}

.common-linkButton a::after {
  content: ">";
  font-family: monospace;
  position: relative;
  left: 1.5rem;
}

.common-linkButton.exp {
  background: #1f8c36;
}

.common-linkButton.exp a {
  color: white;
}

.common-linkButton.exp a:hover {
  background: #1f8c36;
}

.common-linkButton.red {
  background: red;
}

.common-linkButton.red a {
  color: white;
}

.common-linkButton.red a:hover {
  background: #ff3333;
}

.common-linkButton.black {
  background: black;
}

.common-linkButton.black a {
  color: white;
}

.common-linkButton.black a:hover {
  background: #333;
}

.common-linkButton.yellow {
  background: #ffff33;
}

.common-linkButton.white {
  background: white;
  border: 1px solid #1e4173;
}

.common-linkButton.white a:hover {
  background: #dddddd;
}

.common-linkButton.half {
  margin: 1rem auto 0 auto;
}

@media screen and (min-width: 981px) {
  .common-linkButton.half {
    max-width: 50vw;
  }
}

@media screen and (max-width: 980px) {
  .common-linkButton.half {
    max-width: 60vw;
  }
}

@media screen and (min-width: 981px) {
  .common-trial {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 980px) {
  .common-trial {
    margin-top: 2rem;
  }
}

.common-trial_header {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  background: red;
  color: white;
  letter-spacing: 5px;
  padding: 1rem 0;
  position: relative;
}

.common-trial_header::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  border: 12px solid red;
  transform: rotate(45deg);
}

.common-trial_list {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.common-trial_list_item {
  margin-top: 1rem;
  flex-basis: 355px;
  padding-top: 22px;
  max-width: 355px;
  height: 353px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.common-trial_list_item_header {
  text-align: center;
  color: white;
  text-shadow: 0 0 10px black;
  font-size: 16px;
}

.common-trial_list_item_header::before {
  font-size: 30px;
  display: block;
  letter-spacing: 4px;
}

.common-trial_list_item.item-ginza {
  background: url(../images/common-trial_ginza.jpg);
}

.common-trial_list_item.item-ginza h3::before {
  content: "GINZA";
}

.common-trial_list_item.item-hachioji {
  background: url(../images/common-trial_hachioji.jpg);
}

.common-trial_list_item.item-hachioji h3::before {
  content: "HACHIOJI";
}

.common-trial_list_item_linkList {
  margin-top: 15px;
  text-align: center;
}

.common-trial_list_item_linkList_item {
  margin-top: 10px;
}

@media screen and (min-width: 981px) {
  .common-menu {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 980px) {
  .common-menu {
    margin-top: 1rem;
  }
}

.common-menu_list {
  display: flex;
}

.common-menu_list_item {
  width: 25%;
  text-align: center;
  display: flex;
  align-items: center;
}

.common-menu_list_item a:hover {
  opacity: .7;
}

.common-menu_list_item img {
  padding-left: 5px;
}

.common-menu_list_item::before {
  display: block;
  content: "";
  height: 50%;
  border-left: 1px solid #99cccc;
  margin-left: 5px;
}

.common-menu_list_item:first-child img {
  padding-left: 11px;
}

.common-menu_list_item:first-child::before {
  display: none;
}

.common-intro {
  margin-top: 1.5rem;
  line-height: 1.8rem;
}

.common-fee_list_item {
  border-radius: 15px 15px 0 0;
  border: 2px dashed;
  padding: 10px 10px 20px 10px;
  margin-top: 1rem;
  margin-right: 10px;
  margin-left: 10px;
}

.common-fee_list_item_header {
  border-radius: 15px 15px 0 0;
  text-align: center;
  color: white;
  font-size: 1.3rem;
  padding: 0.5rem 0;
  margin: -12px -12px 0 -12px;
}

.common-fee_list_item-wrap {
  width: 19.5rem;
  margin: 0 auto;
}

.common-fee_list_item_limited {
  display: inline-block;
  margin-top: 1rem;
  background: red;
  color: white;
  padding: 2px 5px;
  font-size: 0.8rem;
}

.common-fee_list_item_price small {
  font-size: 0.7rem;
  display: block;
  line-height: 1.5rem;
}

.common-fee_list_item_price_old {
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  line-height: 0;
}

.common-fee_list_item_price_old::first-letter {
  font-size: 1rem;
}

.common-fee_list_item_price_old::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0.2rem;
  border-top: 1px solid red;
  top: 50%;
}

.common-fee_list_item_price_next {
  margin: 0 0.5rem;
  color: transparent;
  font-size: 0.01rem;
  position: relative;
  top: -1rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-left: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid gray;
  border-top: 0.5rem solid gray;
  transform: rotate(45deg);
}

.common-fee_list_item_price_next::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 3px;
  left: -0.8rem;
  background: gray;
  transform: rotate(135deg);
}

.common-fee_list_item_price_new {
  font-size: 4rem;
  line-height: 0;
  display: inline-block;
}

.common-fee_list_item_price_new::first-letter {
  font-size: 2rem;
}

.common-fee_list_item.item-ginza {
  border-color: #426491;
}

.common-fee_list_item.item-ginza .common-fee_list_item_header {
  background: #426491;
}

.common-fee_list_item.item-hachioji {
  border-color: #7bb74c;
}

.common-fee_list_item.item-hachioji .common-fee_list_item_header {
  background: #7bb74c;
}

.common-fee_caution {
  margin-left: 10px;
  margin-top: 1.5rem;
  color: #1e4173;
}

.common-fee_caution li {
  margin-left: -1.8rem;
  list-style: none;
}

.common-fee_caution li::before {
  content: "■";
}

.common-slideshow_main {
  background: white;
}

.common-slideshow_main img {
  transition: 0.3s;
  opacity: 1;
}

.common-slideshow_main img.slideshow-switching {
  opacity: 0;
}

.common-slideshow_thumbnails_list {
  display: flex;
}

.common-slideshow_thumbnails_list_item {
  flex: 1;
  width: 25%;
  margin-left: 2px;
  cursor: pointer;
}

.common-slideshow_thumbnails_list_item picture {
  display: inline-block;
  background: black;
  height: 94%;
}

.common-slideshow_thumbnails_list_item img {
  display: block;
  opacity: 0.5;
}

@media all and (-ms-high-contrast: none) {
  .common-slideshow_thumbnails_list_item img {
    /* IE11 */
  }
  .common-slideshow_thumbnails_list_item img *::-ms-backdrop, .common-slideshow_thumbnails_list_item img {
    width: 100%;
  }
}

.common-slideshow_thumbnails_list_item:hover {
  opacity: 0.7;
}

.common-slideshow_thumbnails_list_item:first-child {
  margin-left: 0;
}

.common-slideshow_thumbnails_list_item.slideshow-active {
  cursor: default;
}

.common-slideshow_thumbnails_list_item.slideshow-active picture {
  background: transparent;
}

.common-slideshow_thumbnails_list_item.slideshow-active picture img {
  opacity: 1;
}

.common-slideshow_thumbnails_list_item.slideshow-active:hover {
  opacity: 1;
}

.main {
  min-height: 88.5vh;
}

@media screen and (min-width: 981px) {
  .main {
    padding-bottom: 5rem;
  }
}

.main > div,
.main > nav,
.main > section {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/* use / */
.index-header {
  font-size: 1.1rem;
  color: #333;
  font-weight: normal;
}

@media screen and (max-width: 980px) {
  .index-header {
    text-align: center;
  }
}

.index-header::before {
  color: #1e4173;
  font-size: 1.6rem;
}

@media screen and (min-width: 981px) {
  .index-header::before {
    display: inline-block;
    margin-right: 1rem;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 980px) {
  .index-header::before {
    display: block;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.index-header::after {
  display: block;
  content: "";
  width: 3rem;
}

@media screen and (min-width: 981px) {
  .index-header::after {
    border-bottom: 1px solid #669999;
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 980px) {
  .index-header::after {
    border-top: 1px solid #669999;
    margin: 0 auto;
    position: relative;
    top: -2.1rem;
  }
}

@media screen and (min-width: 981px) {
  .index .main {
    background: url(../images/index_bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 5rem;
  }
}

@media screen and (min-width: 981px) {
  .index_feature {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 980px) {
  .index_feature {
    margin-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.index_feature_header::before {
  content: "Feature";
}

.index_feature_list {
  margin-top: 1.5rem;
}

@media screen and (min-width: 981px) {
  .index_feature_list {
    display: flex;
  }
}

@media screen and (min-width: 981px) {
  .index_feature_list_item {
    margin-left: 0.5rem;
    text-align: center;
  }
  .index_feature_list_item:first-child {
    margin-left: 0;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 981px) {
  .index_news {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 980px) {
  .index_news {
    margin-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.index_news_header::before {
  content: "News";
}

.index_news_list {
  margin-top: 2rem;
}

@media screen and (min-width: 981px) {
  .index_news_list {
    display: flex;
    flex-wrap: wrap;
  }
}

.index_news_list_item {
  flex-basis: 50%;
  display: flex;
  margin-top: 1rem;
}

.index_news_list_item_image {
  flex-basis: 50%;
  padding-right: 1rem;
  display: flex;
  align-items: center;
}

.index_news_list_item_image img {
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  .index_news_list_item_image img {
    /* IE11 */
  }
  .index_news_list_item_image img *::-ms-backdrop, .index_news_list_item_image img {
    width: 100%;
  }
}

.index_news_list_item_text {
  flex-basis: 50%;
}

@media screen and (min-width: 981px) {
  .index_news_list_item_text {
    padding-right: 0.5rem;
  }
}

.index_news_list_item_text_header {
  margin-top: 0.5rem;
}

.index_news_list_item_text_sub {
  border-bottom: 1px solid;
  font-size: 0.9rem;
}

.index_news_list_item_text_sub_category {
  display: inline-block;
  color: white;
  width: 4.2rem;
  padding: 1px 0;
  text-align: center;
}

.index_news_list_item_text_sub.label-ginza {
  border-color: #426491;
}

.index_news_list_item_text_sub.label-ginza .index_news_list_item_text_sub_category {
  background: #426491;
}

.index_news_list_item_text_sub.label-hachioji {
  border-color: #7bb74c;
}

.index_news_list_item_text_sub.label-hachioji .index_news_list_item_text_sub_category {
  background: #7bb74c;
}

.index_news_list_item_text_sub.label-all {
  border-color: #1e4173;
}

.index_news_list_item_text_sub.label-all .index_news_list_item_text_sub_category {
  background: #1e4173;
}

.index_news_list_item_text_sub_date {
  display: inline-block;
  padding-left: 3px;
}

@media screen and (min-width: 981px) {
  .index_letsYoga {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 980px) {
  .index_letsYoga {
    margin-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.index_letsYoga_header {
  text-align: center;
  font-weight: normal;
  font-size: 140%;
}

@media screen and (min-width: 981px) {
  .index_letsYoga_list {
    display: flex;
    flex-wrap: wrap;
  }
}

.index_letsYoga_list_item {
  margin-top: 1rem;
  flex-basis: 50%;
}

@media screen and (min-width: 981px) {
  .index_letsYoga_list_item {
    padding: 0 0.5rem;
  }
}

.index_link_header {
  display: none;
}

/* use /price/ */
.price_navi {
  margin-top: 2rem;
}

.price_navi_header {
  display: none;
}

.price_navi_list {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 981px) {
  .price_navi_list {
    display: none;
  }
}

.price_navi_list_item {
  border: 1px solid;
  max-width: 175px;
  min-width: 150px;
  width: 100%;
  margin: 5px;
  padding-top: 21vh;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "游明朝","YuMincho",sans-serif;
}

.price_navi_list_item a {
  text-decoration: none;
  font-size: 5vh;
  display: block;
  padding-bottom: 2vh;
}

.price_navi_list_item a::after {
  content: "";
  border-right: 2px solid;
  border-top: 2px solid;
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(135deg);
  margin: 2vh auto 0 auto;
  position: relative;
  top: -5px;
}

.price_navi_list_item.item-ginza {
  border-color: #426491;
  background-image: url("../images/price_ginza.jpg");
}

.price_navi_list_item.item-ginza a {
  color: #426491;
}

.price_navi_list_item.item-hachioji {
  border-color: #7bb74c;
  background-image: url("../images/price_hachioji.jpg");
}

.price_navi_list_item.item-hachioji a {
  color: #7bb74c;
}

.price_table {
  margin-top: 2rem;
}

@media screen and (min-width: 981px) {
  .price_table {
    display: flex;
  }
}

.price_table_item {
  flex: 1;
  margin: 0 2px;
  background: #ddd;
  padding-bottom: 2rem;
  border-radius: 15px 15px 0 0;
}

.price_table_item.item-ginza {
  background: #c6d0de;
}

.price_table_item.item-ginza .price_table_item_header {
  background: #426491;
}

.price_table_item.item-ginza .price_table_item_header::before {
  content: "GINZA";
}

.price_table_item.item-hachioji {
  background: #d7e9c9;
}

@media screen and (max-width: 980px) {
  .price_table_item.item-hachioji {
    margin-top: 1.5rem;
  }
}

.price_table_item.item-hachioji .price_table_item_header {
  background: #7bb74c;
}

.price_table_item.item-hachioji .price_table_item_header::before {
  content: "HACHIOJI";
}

@media screen and (min-width: 981px) {
  .price_table_item {
    max-width: 100%;
  }
}

.price_table_item_header {
  text-align: center;
  letter-spacing: 0.5rem;
  font-size: 1.8rem;
  border-radius: 15px 15px 0 0;
  background: gray;
  padding: 1rem 0;
  color: white;
}

.price_table_item_header::before {
  display: block;
  letter-spacing: 1px;
  font-size: 1rem;
  font-family: "Century Gothic","Futura",sans-serif;
}

.price_table_item_trial {
  margin: 2rem 10px 0 10px;
  padding-bottom: 1rem;
  background: white;
}

.price_table_item_trial_header {
  background: red;
  color: white;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: normal;
}

.price_table_item_trial_content {
  text-align: center;
  color: #1e4173;
}

.price_table_item_trial_content_title {
  display: block;
  margin: 1.5rem auto 0 auto;
  font-size: 1.7rem;
  width: 9em;
  border-bottom: 1px solid;
  white-space: nowrap;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.price_table_item_trial_content_notice {
  display: block;
}

.price_table_item_trial_content_price {
  display: block;
  font-size: 6rem;
  position: relative;
  top: -1.2rem;
  color: red;
}

.price_table_item_trial_content_price::first-letter {
  font-size: 3.5rem;
}

.price_table_item_monthly {
  margin: 2rem 10px 0 10px;
  background: white;
}

.price_table_item_monthly_header {
  padding: 0.5rem 0;
  text-align: center;
  background: #333333;
  color: white;
  font-weight: normal;
}

.price_table_item_monthly_header-hachioji {
  margin-bottom: -1.3rem;
  background: #22ac38;
}

.price_table_item_monthly_header-hachioji::before {
  display: block;
  content: "";
  height: 2rem;
  width: 100%;
  background: #d7e9c9;
  margin: -0.5rem -1px 0.5rem -1px;
  border: 1px solid #d7e9c9;
}

.price_table_item_monthly_intro {
  text-align: center;
  margin-top: 1.5rem;
  line-height: 1.7rem;
}

.price_table_item_monthly_campaign {
  background: red;
  color: white;
  margin-bottom: -1.3rem;
  margin-top: 1.3rem;
  padding: 0.5rem 3rem;
  text-align: center;
}

.price_table_item_monthly_campaign_header {
  font-size: 1.1rem;
  font-weight: bold;
}

.price_table_item_monthly_campaign_content {
  font-size: 1.2rem;
}

.price_table_item_monthly_campaign_caution {
  font-size: 0.8rem;
}

.price_table_item_monthly_table {
  margin-top: 1.3rem;
  width: 100%;
  border-collapse: collapse;
}

.price_table_item_monthly_table thead td, .price_table_item_monthly_table thead th {
  padding: 0.5rem 0;
  color: #284072;
}

.price_table_item_monthly_table th, .price_table_item_monthly_table td {
  border: 2px solid #284072;
}

.price_table_item_monthly_table_type {
  width: 20%;
  padding: 0.5rem 0;
}

.price_table_item_monthly_table_explain {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .price_table_item_monthly_table_explain {
    font-size: 0.9rem;
  }
}

.price_table_item_monthly_table_price {
  width: 30%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.price_table_item_monthly_table .type-all th {
  background: #5a5e83;
  color: white;
}

.price_table_item_monthly_table .type-all .price_table_item_monthly_table_price {
  color: #5a5e83;
}

.price_table_item_monthly_table .type-day th {
  background: #866277;
  color: white;
}

.price_table_item_monthly_table .type-day .price_table_item_monthly_table_price {
  color: #866277;
}

.price_table_item_monthly_table .type-light th {
  background: #a1646d;
  color: white;
}

.price_table_item_monthly_table .type-light .price_table_item_monthly_table_price {
  color: #a1646d;
}

.price_table_item_monthly_table .type-pairDay th {
  background: #eb6877;
  color: white;
}

.price_table_item_monthly_table .type-pairDay .price_table_item_monthly_table_price {
  color: #eb6877;
}

.price_table_item_monthly_table .type-pairAll th {
  background: #cb5188;
  color: white;
}

.price_table_item_monthly_table .type-pairAll .price_table_item_monthly_table_price {
  color: #cb5188;
}

.price_table_item_monthly_table .type-pairChildAll th {
  background: #f19149;
  color: white;
}

.price_table_item_monthly_table .type-pairChildAll .price_table_item_monthly_table_price {
  color: #f19149;
}

.price_table_item_monthly_table .type-familyAll th {
  background: #ec6941;
  color: white;
}

.price_table_item_monthly_table .type-familyAll .price_table_item_monthly_table_price {
  color: #ec6941;
}

.price_table_item_monthly_table2 {
  margin-top: 1.3rem;
  width: 100%;
  border-collapse: collapse;
}

.price_table_item_monthly_table2 thead td, .price_table_item_monthly_table2 thead th {
  padding: 0.5rem 0;
  color: #284072;
}

.price_table_item_monthly_table2 td, .price_table_item_monthly_table2 th {
  border: 2px solid #284072;
}

.price_table_item_monthly_table2_type {
  width: 20%;
  padding: 0.5rem 0;
  color: white;
}

.price_table_item_monthly_table2_explain {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .price_table_item_monthly_table2_explain {
    font-size: 0.9rem;
  }
}

.price_table_item_monthly_table2_price {
  width: 15%;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .price_table_item_monthly_table2_price {
    font-size: 0.9rem;
  }
}

/* use static-page */
@media screen and (max-width: 980px) {
  .page .main {
    margin: 0 10px;
  }
}

.page_block {
  margin-top: 2rem;
}

.page_block_header {
  font-size: 1.5rem;
  border-left: 8px solid #1e4173;
  color: #1e4173;
  padding-left: 0.5rem;
  line-height: 2rem;
}

.page_block_subheader {
  font-size: 1.1rem;
  color: #333333;
}

@media screen and (min-width: 981px) {
  .page_block_2column {
    display: flex;
    flex-wrap: wrap;
  }
}

.page_block_2column_item {
  flex: 1;
  flex-basis: 45%;
}

.page_block_2column_item img {
  display: block;
  margin: 0 auto;
}

.page_block > p {
  margin-top: 1rem;
}

.page_block > p img{
	width: 100%;
}
.page_block > ul {
  margin-top: 1rem;
  list-style: disc;
  padding-left: 2rem;
}

.page_block > table {
  margin-top: 2rem;
  border-collapse: collapse;
  border-top: 1px solid #1e4173;
  width: 100%;
}

.page_block > table tr {
  border-bottom: 1px solid #1e4173;
}

.page_block > table th, .page_block > table td {
  padding: 0.5rem;
  vertical-align: top;
}

/* use /beginner/ */
.beginner .page_block_2column_item {
  margin-top: 1rem;
  flex-basis: 286px !important;
  flex: 0;
  width: 286px;
  margin: 1rem auto 0 auto;
}
p.page_block_2column_item.btn_hachilink {
    margin: 1rem 0 0 3rem;
}
.beginner li {
  list-style: none;
}

/* use /recruit/ */
.recruit th {
  color: #1e4173;
}

@media screen and (max-width: 980px) {
  .recruit table, .recruit tr, .recruit th, .recruit td {
    display: block;
  }
  .recruit th {
    text-align: left;
    font-weight: bold;
  }
}

/* use /bedrock-yoga/ */
.bedrockYoga .page_block_header {
  display: none;
}

.bedrockYoga_about_item {
  border: 1px solid #1e4173;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 3vh;
  color: #1e4173;
  position: relative;
}

@media screen and (min-width: 981px) {
  .bedrockYoga_about_item {
    max-width: 600px;
  }
}

.bedrockYoga_about_item h3 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 5px;
}

.bedrockYoga_about_item h3::before {
  content: "";
  position: absolute;
  top: 3vh;
  right: 3vh;
  height: 0;
  padding-top: 50%;
  width: 38%;
}

.bedrockYoga_about_item h3 + p {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 1rem;
}

.bedrockYoga_about_item p + p {
  margin-top: 2rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 981px) {
  .bedrockYoga_about_item p + p {
    letter-spacing: 3px;
  }
}

.bedrockYoga_about_item.item-bedrock {
  position: relative;
}

.bedrockYoga_about_item.item-bedrock::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 4px;
  margin-bottom: -25px;
  margin-left: -50px;
  background: #1e4173;
  transform: rotate(45deg);
}

.bedrockYoga_about_item.item-bedrock:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 4px;
  margin-bottom: -25px;
  margin-left: -50px;
  background: #1e4173;
  transform: rotate(135deg);
}

.bedrockYoga_about_item.item-bedrock h3::before {
  background: url(../images/bedrockYoga/a_03.png) no-repeat;
  background-size: contain;
}

.bedrockYoga_about_item.item-yoga {
  margin-top: 40px;
}

.bedrockYoga_about_item.item-yoga h3::before {
  background: url(../images/bedrockYoga/a_06.png) no-repeat;
  background-size: contain;
}

.bedrockYoga_point_item {
  margin-top: 2rem;
}

.bedrockYoga_point_item_header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1e4173;
  max-width: 20rem;
}

.bedrockYoga_point_item_header_point {
  display: inline-block;
  text-align: center;
  background: #1e4173;
  font-family: "Century Gothic","Futura",sans-serif;
  color: white;
  padding: 3px 0.5rem;
  font-size: 2rem;
  margin-right: 1rem;
  line-height: 1.8rem;
}

.bedrockYoga_point_item_header_point::before {
  content: "POINT";
  display: block;
  font-size: 0.8rem;
  line-height: 0.8rem;
}

.bedrockYoga_point_item p {
  margin-top: 1rem;
}

.bedrockYoga_point_item em {
  font-style: normal;
  font-weight: 500;
  color: #1e4173;
  font-family: "YuGothic","游ゴシック",sans-serif;
}

.bedrockYoga_point_item_metabolism {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem auto 0 auto;
}

@media screen and (min-width: 981px) {
  .bedrockYoga_point_item_metabolism {
    max-width: 600px;
  }
}

.bedrockYoga_point_item_metabolism_title {
  border: 1px solid;
}

.bedrockYoga_point_item_metabolism_title th {
  border-right: 1px solid;
  padding: 1rem 0;
}

.bedrockYoga_point_item_metabolism_title th, .bedrockYoga_point_item_metabolism_title td {
  font-size: 1.4rem;
  text-align: center;
}

.bedrockYoga_point_item_metabolism_title.item-betobeto {
  border-color: black;
}

.bedrockYoga_point_item_metabolism_title.item-betobeto th {
  background: #eee;
}

.bedrockYoga_point_item_metabolism_title.item-sarasara {
  border-color: #c5727a;
}

.bedrockYoga_point_item_metabolism_title.item-sarasara th {
  border-color: #c5727a;
  background: #c5727a;
  color: white;
}

.bedrockYoga_point_item_metabolism_title.item-sarasara td {
  color: #c5727a;
}

.bedrockYoga_point_item_metabolism_caption td {
  text-align: right;
  font-size: 1rem;
  padding: 5px 0 1rem 0;
}

/* use /access/ */
.access_slideshow {
  margin-top: 2rem;
}

.access_shopInfo {
  margin-top: 2rem;
  border-top: 2px dashed #1e4173;
  padding-top: 2rem;
}

@media screen and (min-width: 981px) {
  .access_shopInfo_item {
    margin: 0 1rem;
  }
}

.access_shopInfo_item_header {
  margin-top: 0.5rem;
  font-weight: bold;
}

.access_shopInfo_item_content {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed black;
}

.access_shopInfo_item_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.access_shopInfo_item_map iframe, .access_shopInfo_item_map object, .access_shopInfo_item_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* use  /en/ */
.en .page_block_2column_item {
  margin-top: 1rem;
  margin-left: 5px;
  margin-right: 5px;
}

.en .bedrockYoga_point_item_header {
  margin-top: 1rem;
}

.enpage_block_2column_item p {
  margin-top: 1rem;
}

.en_checkmark {
  text-indent: 1.5rem;
  position: relative;
}

.en_checkmark::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  top: 0.2rem;
  border-radius: 1rem;
  border: 1px solid #666;
}

.en_checkmark::after {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 0.7rem;
  left: 0.4rem;
  top: 0.3rem;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(45deg);
}

/* use /contact/ */
.contact input, .contact textarea {
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  border: 1px solid #1e4173;
  border-radius: 5px;
  font-family: "Noto Sans JP","游ゴシック","YuGothic",sans-serif;
}

.contact textarea {
  resize: none;
}

/* use /news/ /news/* */
.news_article {
  margin: 2rem auto 0 auto;
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid #666;
}

.news_article:last-child {
  border-bottom: 0 none;
}

.news_article_date {
  text-align: right;
  margin-right: 3rem;
}

.news_article_title {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.news_article_content {
  margin-top: 1rem;
}

.news_article_content p {
  margin-top: 1rem;
}

.news_article_category {
  position: absolute;
  top: 0;
  padding: 1px 0.5rem;
  color: #fff;
}

.news_article_category.item-hachioji {
  background: #7bb74c;
}

.news_article_category.item-ginza {
  background: #426491;
}

.news_article_category.item-all {
  background: #1e4173;
}
/*-----------------------------------------STAFF ---------------------*/
.stafflink_area ul{
	display: block;
	clear: both;
	width: 100%;
}
.stafflink_area ul li{
	display: inline-block;
	width: 49%;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}

.stafflink_area h2, .section_tittle h2{
    text-align: center;
    letter-spacing: 0.5rem;
    font-size: 1.8rem;
    border-radius: 15px 15px 0 0;
    padding: 1rem 0;
    color: white;
}
.stafflink_area ul li:first-child::after,.stafflink_area ul li:last-child::after{
	content: url(../images/icon_staff.png);
	 display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	
}
.stafflink_area ul li:first-child{
	background: #426491;
}

.stafflink_area ul li:last-child{
	background: #488400;
}

.txt_name{
	display: block;
    letter-spacing: 1px;
    font-size: 1rem;
    font-family: "Century Gothic","Futura",sans-serif;

}

.bg_blue{
		background: #426491;
}

.bg_green{
		background: #488400;
}

#staffginna{
	padding: 40px 0;
}
.section_tittle{
	border-radius: 15px 15px 0 0;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}
.section_tittle h2{
	color: #fff;
	padding: 0;
	text-align: center;
}

#staffginna .price_table_item{
	max-width: 100%
}