.spbr {
  display: none;
}

@media screen and (max-width: 650px) {
  .spbr {
    display: block;
  }
}

.taikenattention {
  font-size: 16px;
  letter-spacing: 0.1em;
  background: #EFEFEB;
  text-align: center;
  padding: 12px 6px 0;
}

.page-content {
  padding-top: 5rem;
}

.studio_content {
  background: #fff;
  padding: 5.8rem 10rem 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 650px) {
  .studio_content {
    padding: 2.8rem 3rem 2.5rem;
  }
}

.studio_content:nth-child(2) {
  margin-top: 3rem;
}

.studio_content .studio_contentL {
  width: 50%;
}

@media screen and (max-width: 650px) {
  .studio_content .studio_contentL {
    width: 100%;
  }
}

.studio_content .studio_contentL .studio_content-title {
  font-size: 28px;
  display: block;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: #ccc solid 1px;
  padding: 16px 0 16px;
  margin: 0 15px 20px;
}

.studio_content .studio_contentL .studio_content-inner .yubin {
  margin: 0 15px 2px;
  line-height: 20px;
}

.studio_content .studio_contentL .studio_content-inner .add {
  margin: 0 15px 14px;
  line-height: 20px;
  font-size: 14px;
}

.studio_content .studio_contentL .studio_content-inner .access {
  margin: 0 15px 14px;
  line-height: 20px;
  font-size: 14px;
}

.studio_content .studio_contentL .studio_more {
  text-align: center;
}

.studio_content .studio_contentL .studio_more a {
  background: #d2d1c7;
  padding: 12px;
  min-width: 275px;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 6px;
}

@media screen and (max-width: 650px) {
  .studio_content .studio_contentL .studio_more a {
    font-size: 16px;
  }
}

.studio_content .studio_contentL .studio_taiken {
  text-align: center;
}

.studio_content .studio_contentL .studio_taiken a {
  background: rgba(196, 68, 43, 0.58);
  padding: 12px;
  min-width: 275px;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 650px) {
  .studio_content .studio_contentL .studio_taiken a {
    font-size: 16px;
  }
}

.studio_content .studio_contentR {
  width: 50%;
}

@media screen and (max-width: 650px) {
  .studio_content .studio_contentR {
    width: 100%;
    margin-top: 20px;
  }
}

.studio_content .studio_contentR iframe {
  width: 100%;
  height: 100%;
}

.slider_content {
  margin-bottom: 10rem;
}

.tenpomei {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  border-bottom: #ccc solid 1px;
  padding: 16px 0 16px;
  margin: 0 15px 20px;
}

dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}

dl dt {
  width: 15%;
  font-weight: bold;
  text-align: right;
  padding: 1rem;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  dl dt {
    width: 100%;
    display: block;
    text-align: left;
    background: #efefeb;
  }
}

dl dd {
  width: 35%;
  font-size: 16px;
  padding: 1rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  dl dd {
    width: 100%;
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.btnflex_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnflex_content .monthschedule_btn a {
  background: #d2d1c7;
  padding: 12px;
  margin: 5px;
  min-width: 275px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 650px) {
  .btnflex_content .monthschedule_btn a {
    font-size: 16px;
  }
}

.btnflex_content .taikenyoyaku_btn a {
  background: rgba(196, 68, 43, 0.58);
  padding: 12px;
  margin: 5px;
  min-width: 275px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 650px) {
  .btnflex_content .taikenyoyaku_btn a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=studio.css.map */