@charset "UTF-8";

p#scroll {
  color: #fff;
  position: relative;
  z-index: 99999;
}

@font-face {
  font-family: 'DIN Regular';
  src: url("../fonts/DINWebPro.eot");
  src: url("../fonts/DINWebPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Medium';
  src: url("../fonts/DINCompPro-Medium.eot");
  src: url("../fonts/DINCompPro-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width:849px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

}

/* CSS Document */
html,
body {
  font-size: 6.25%;
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  position: relative;
  background-color: #000;
  background-image: url(../images/loader.gif);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

@media screen and (min-width:849px) {
  html {
    -webkit-text-size-adjust: 100%;
    background-color: #000;
    background-image: url(../images/loader.gif);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center center;
  }

}

body {
  font-family: 'DIN Medium', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  line-height: 1.6;
  -webkit-overflow-scrolling: touch;
}

body > div {
  font-size: 10px;
  font-size: 10rem;
}

@media screen and (min-width:849px) {
  body > div {
    font-size: 14px;
    font-size: 14rem;
  }

}

#container {
  opacity: 0;
}

.center {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width:849px) {
  .center {
    width: 980px;
    margin: 0 auto;
  }

}

.center1280 {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width:849px) {
  .center1280 {
    width: 1280px;
    margin: 0 auto;
  }

}

.centerMain {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width:849px) {
  .centerMain {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 90px;
  }

}

.centerCategory {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width:849px) {
  .centerCategory {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 90px;
  }

}

.centerGoods {
  width: 87%;
  margin: 0 auto;
}

@media screen and (min-width:849px) {
  .centerGoods {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 90px;
  }

}

* img {
  min-width: 100%;
  height: auto;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


#first_pc {
  height: 100vh;
  width: 100%;
  position: relative;
  background-image: none;
}

/*
ヘッダー
--------------------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  height: 50px;
  z-index: 100;
  opacity: 0;
  top: -20px;
}

body#top header {
  background: transparent;
}

header a {
  color: #fff;
}

header a:hover {
  opacity: 0.7;
}

header h1 {
  width: 25px;
  position: absolute;
  top: 10px;
  left: 20px;
}

@media screen and (min-width:849px) {
  header h1 {
    width: 51px;
    position: absolute;
    top: 10px;
    left: 20px;
  }

}

@media screen and (min-width:849px) {
  header {
    height: 84px;
  }

}

#headerBack {
  background-color: #000;
  height: 50px;
  width: 100%;
  display: none;
  opacity: 0.85;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #000;
}

@media screen and (min-width:849px) {
  #headerBack {
    background-color: #000;
    height: 84px;
    width: 100%;
    display: none;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
  }

}

#gnav {
  position: absolute;
  top: 15px;
  right: 20px;
}

#over_navarea {
  position: absolute;
  top: 0px;
  right: 0px;
}

#over_nav {
  float: left;
  border-right: 1px solid #ccc;
  margin-top: 5px;
  margin-right: 10px;
}

#over_nav li {
  float: left;
  font-size: 10px;
  border-left: 1px solid #ccc;
}

#over_nav li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  display: block;
  padding: 0 12px;
}

#btn_map {
  width: 50px;
  position: fixed;
  right: -20px;
  top: 94px;
  opacity: 0;
  z-index: 90;
}

#btn_map_sm {
  position: absolute;
  right: 60px;
  top: 14px;
  width: 70px;
}

#spMenu {
  height: 49px;
  width: 50px;
  float: left;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 5px;
}

#panel {
  overflow: scroll;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 1;
}

#smnav {
  width: 95%;
  background-color: #000;
  margin: 60px auto 0;
}

#panel ul#gnav_sm {
  display: block;
  text-align: center;
}

#panel ul#gnav_sm a {
  text-decoration: none;
}

#panel ul#gnav_sm {
  border-top: 1px solid #222;
}

#panel ul#gnav_sm > li {
  border-bottom: 1px solid #222;
  padding: 0 10px;
}

#panel ul#gnav_sm > li > a {
  display: block;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  font-size: 12rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-image: url(../images/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px 8px;
}

#panel ul#snav_sm a {
  text-decoration: none;
}

#panel ul#snav_sm > li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #222;
  padding: 0 12px;
}

#panel ul#snav_sm > li:nth-child(odd) {
  border-right: 1px solid #222;
}

#panel ul#snav_sm > li > a {
  display: block;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-image: url(../images/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px 8px;
}

#panel #sns_sm {
  padding: 23px 0;
  text-align: center;
}

#panel #sns_sm p {
  width: 41px;
  display: inline-block;
  margin: 0 5px;
}

#panel-btn {
  display: block;
  position: relative;
  margin: 0px 0 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 200;
  opacity: 1;
}

#panel-btnPage {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 200;
  opacity: 1;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #fff;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -6px;
}

#panel-btn-icon:after {
  margin-top: 4px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#sns {
  float: left;
}

#sns p {
  float: left;
  height: 14px;
  margin-left: 10px;
}

#sns p img {
  vertical-align: middle;
}

#sns .insta {
  width: 13px;
}

#sns .facebook {
  width: 7px;
}

#sns .twitter {
  width: 13px;
}

#sns .youtube {
  width: 15px;
}

#under_nav {
  clear: both;
  margin-top: 30px;
}

#under_nav li {
  float: left;
  margin-left: 15px;
  font-size: 16rem;
  letter-spacing: 0.1em;
}

#under_nav li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

#top_banner {
  position: absolute;
  bottom: -10px;
  right: 2%;
  opacity: 0;
  width: 96%;
}

#top_banner p {
  width: 49%;
  float: left;
  margin-top: 5px;
}

#top_banner p:nth-child(odd) {
  margin-right: 1%;
}

@media screen and (min-width:849px) {
  #top_banner {
    position: absolute;
    bottom: 0px;
    right: 20px;
    opacity: 0;
    width: auto;
  }

  #top_banner p {
    width: 230px;
    float: left;
    margin-left: 10px;
  }

  #top_banner p:nth-child(odd) {
    margin-right: 0;
  }

}

/*
更新エリア
-------------------------------------------------------*/
.topTitleArea {
  text-align: center;
}

.topTitleArea h2 {
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #393D53;
  line-height: 1;
}

.topTitleArea .border {
  width: 20px;
  border-bottom: 1px solid #666;
  display: inline-block;
}

@media screen and (min-width:850px) {
  .topTitleArea {
    text-align: center;
    margin-bottom: 20px;
  }

  .topTitleArea h2 {
    font-size: 40rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #393D53;
  }

  .topTitleArea .border {
    width: 40px;
    border-bottom: 1px solid #666;
    display: inline-block;
  }

}

#mainArea {
  max-width: 100%;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
}

@media screen and (min-width:850px) {
  #mainArea {
    padding: 70px 0 0;
  }

}

#pickup {
  width: 100%;
  line-height: 1 !important;
  position: relative;
}

@media screen and (min-width:850px) {
  #pickup {
    width: 100%;
    height: 0;
    padding-bottom: 44%;
    overflow: hidden;
    line-height: 1 !important;
    position: relative;
  }

}

#pickup .bx-pager {
  letter-spacing: -.40em;
  width: 100%;
  background-color: red;
}

#pickup .bx-pager a {
  letter-spacing: nomal;
  margin: 0;
  padding: 0;
  line-height: 1 !important;
  display: block;
  float: left;
  width: calc(100% / 3);
}

@media screen and (min-width:850px) {
  #pickup .bx-pager a {
    margin: 0;
    padding: 0;
    line-height: 1 !important;
    display: inline-block;
    width: 100%;
  }

}

/*#pickup .bx-pager a.active {
  border: 6px solid #fff;
}*/
#pickup .bx-pager a img {
  line-height: 1 !important;
  vertical-align: bottom !important;
  display: inline-block;
}

#pickup #pagerArea {
  width: 100%;
}

@media screen and (min-width:850px) {
  #pickup #pagerArea {
    width: 25%;
    float: right;
  }

}

#slideArea {
  width: 100%;
}

@media screen and (min-width:850px) {
  #slideArea {
    width: 75%;
    float: left;
  }

}

#slideArea #slider img {
  width: 100%;
  height: auto;
  vertical-align: bottom !important;
}

.bx-pager a {
  background-color: #000;
}

.bx-pager a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.bx-pager a.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}

#newsArea {
  width: 100%;
  background-color: #fff;
  padding: 30px 10px;
}

@media screen and (min-width:850px) {
  #newsArea {
    width: 72.65%;
    height: 350px;
    background-color: #fff;
    float: left;
    padding: 40px;
    overflow: scroll;
  }

}

#irregular {
  width: 100%;
  background-color: #393D54;
  overflow: scroll;
  height: 250px;
}

@media screen and (min-width:850px) {
  #irregular {
    width: 27.35%;
    height: 350px;
    background-color: #393D54;
    float: right;
    overflow: scroll;
  }

}

#titleNews {
  width: 88px;
  margin: 10px auto;
}

@media screen and (min-width:850px) {
  #titleNews {
    width: 177px;
    margin: 0 auto;
  }

}

#postArea {
  margin-top: 10px;
}

@media screen and (min-width:850px) {
  #postArea {
    margin-top: 20px;
  }

}

#postArea tr.postBox {
  border-bottom: 1px dotted #666;
}

#postArea td {
  padding: 10px 0;
}

#postArea td.postDate {
  padding-right: 0px;
  width: 70px;
  text-align: center;
}

@media screen and (min-width:850px) {
  #postArea td.postDate {
    padding-right: 10px;
    width: 85px;
    text-align: left;
  }

}

#postArea td.postTitle {
  line-height: 1.4;
}

#postArea td.postTitle a {
  color: #333;
  text-decoration: underline;
}

#postArea td.postTitle a:hover {
  opacity: 0.8;
}

#irregular {
  color: #fff;
  padding: 10px;
}

@media screen and (min-width:850px) {
  #irregular {
    color: #fff;
    padding: 20px;
  }

}

#irregular #titleIrr {
  background-color: #272B3E;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 14rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width:850px) {
  #irregular #titleIrr {
    font-size: 20rem;
    margin-bottom: 20px;
  }

}

#irregular .irrBox {
  border-bottom: 1px dotted #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#recommendArea {
  width: 100%;
  background-color: #f6f6f6;
}

@media screen and (min-width:850px) {
  #recommendArea {
    width: 100%;
    background-color: #fff;
  }

}

body#event #recommendArea {
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
}

@media screen and (min-width:850px) {
  body#event #recommendArea {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
  }

}

.thumbnail {
  line-height: 1;
}

.recommendBox {
  width: 50%;
  float: left;
  letter-spacing: normal;
  vertical-align: top;
}

/*
.recommendBox:nth-child(odd) {
  padding-right: 3px;
}

.recommendBox:nth-child(even) {
  padding-left: 3px
}
*/
@media screen and (min-width:850px) {
  .recommendBox {
    width: 33.33%;
    width: -webkit-calc(100% / 3) !important;
    width: calc(100% / 3);
    float: left;
    letter-spacing: normal;
    padding: 0;
  }

  .recommendBox:nth-child(odd) {
    padding-right: 0px;
  }

  .recommendBox:nth-child(even) {
    padding-left: 0px;
  }

}

.recommendBox .label {
  position: absolute;
  top: -14px;
  right: 5px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  width: 75px;
  text-align: center;
  padding: 4px 0;
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}

@media screen and (min-width:850px) {
  .recommendBox .label {
    position: absolute;
    top: -23px;
    right: 10px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 7px 0;
    font-size: 14rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

}

.recommendBox .event {
  background-color: #D94C5D;
}

.recommendBox .workshop {
  background-color: #3BC384;
}

.recommendBox .lesson {
  background-color: #FFB300;
}

.recommendBox .other {
  background-color: #59B1D0;
}

.recommendtextArea {
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width:850px) {
  .recommendtextArea {
    padding: 17px 20px 20px 20px;
    border: none;
  }

}

.recommendBox:nth-child(odd) .recommendtextArea {
  background-color: #fafafa;
}

.recoomendTitle {
  font-size: 11rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
  word-break: break-all;
}

@media screen and (min-width:850px) {
  .recoomendTitle {
    font-size: 24rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
  }

}

.recommendBody {
  font-size: 8rem;
}

@media screen and (min-width:850px) {
  .recommendBody {
    font-size: 14rem;
  }

}

#studioArea {
  background-color: #EBEBEE;
  padding: 30px 0;
}

@media screen and (min-width:850px) {
  #studioArea {
    background-color: #EBEBEE;
    padding: 80px 0;
  }

}

#titleStudio {
  width: 110px;
  margin: 0 auto 20px;
}

@media screen and (min-width:850px) {
  #titleStudio {
    width: 219px;
    float: left;
    margin-right: 30px;
  }

}

.description {
  width: 95%;
  margin: 10px auto;
}

.description {
  text-align: center;
}

.description p {
  margin-bottom: 20px;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.simply-scroll-list li {
  float: left;  /* Horizontal scroll only */
  padding: 0;
  margin: 0;
  width: 100px;
  height: 66px;
}

@media screen and (min-width:850px) {
  .simply-scroll-list li {
    float: left;    /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 320px;
    height: 213px;
  }

}

.simply-scroll-list li img {
  display: block;
}

#slide {
  position: relative;
  margin-top: 30px;
}

@media screen and (min-width:850px) {
  #slide {
    position: relative;
    margin-top: 60px;
  }

}

#topAds {
  background-color: #fff;
  margin-bottom: 30px;
}

@media screen and (min-width:850px) {
  #topAds {
    background-color: #fff;
    margin-bottom: 70px;
  }

}

.bold {
  font-weight: bold;
}

#topAds .bold {
  font-size: 9rem;
  letter-spacing: -0.07em;
}

@media screen and (min-width:850px) {
  #topAds .bold {
    font-size: 16rem;
    letter-spacing: normal;
  }

}

#pageAds .bold {
  font-size: 9rem;
  letter-spacing: -0.07em;
}

@media screen and (min-width:850px) {
  #pageAds .bold {
    font-size: 16rem;
    letter-spacing: normal;
  }

}

#adsnav {
  width: 75px;
  position: relative;
  top: -20px;
  float: left;
  margin-bottom: -20px;
}

#adsnav .ads_name {
  background-color: #454545;
  padding: 10px;
}

#adsnav ul li {
  border-top: 1px solid #585858;
  position: relative;
  line-height: 1.2;
}

#adsnav ul li a {
  display: block;
  color: #fff;
  padding: 5px;
  background-color: #454545;
}

#adsnav ul li a.active {
  background-color: #000;
}

#adsnav ul li a.active:after {
  content: url(../images/fLoor_arrow.png);
  position: absolute;
  right: -8px;
  top: 10px;
}

#adsnav ul li a:hover {
  background-color: #000;
}

#adsnav ul .floorItem {
  font-size: 7rem;
}

@media screen and (min-width:850px) {
  #adsnav {
    width: 164px;
    position: relative;
    top: -42px;
    float: left;
    margin-bottom: -42px;
  }

  #adsnav .ads_name {
    background-color: #454545;
    padding: 25px;
  }

  #adsnav ul li {
    border-top: 1px solid #585858;
    position: relative;
    line-height: 1.4;
  }

  #adsnav ul li a {
    display: block;
    color: #fff;
    padding: 16px;
    background-color: #454545;
  }

  #adsnav ul li a.active {
    background-color: #000;
  }

  #adsnav ul li a.active:after {
    content: url(../images/fLoor_arrow.png);
    position: absolute;
    right: -13px;
    top: 20px;
  }

  #adsnav ul li a:hover {
    background-color: #000;
  }

  #adsnav ul .floorItem {
    font-size: 12rem;
  }

}

#adsnav ul li.firstfloor a {
  padding-bottom: 0px !important;
}

#foorMap {
  width: 225px;
  width: -webkit-calc(100% - 85px) !important;
  width: calc(100% - 85px);
  height: 270px;
  float: right;
}

#foorMap_slider {
  height: 270px;
}

#foorMap_slider div.foorMapBox {
  width: 225px;
  height: 270px;
  padding: 20px 0 0 13px;
}

@media screen and (min-width:850px) {
  #foorMap {
    width: 816px !important;
    height: 568px;
    float: right;
  }

  #foorMap_slider {
    height: 568px;
  }

  #foorMap_slider div.foorMapBox {
    width: 816px;
    height: 568px;
    padding: 70px 0 0 70px;
  }

}

p.floor_dis {
  font-size: 8rem;
}

@media screen and (min-width:850px) {
  p.floor_dis {
    font-size: 14rem;
  }

}

.door {
  width: 24px;
  display: block;
  margin: 0 auto;
  padding-top: 8px;
}

@media screen and (min-width:850px) {
  .door {
    width: 49px;
    display: block;
    margin: 0 auto;
    padding-top: 16px;
  }

}

.floorTitle {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (min-width:850px) {
  .floorTitle {
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
  }

}

.ads_nameS {
  font-size: 6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (min-width:850px) {
  .ads_nameS {
    font-size: 10rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 10px;
  }

}

.floorName {
  font-size: 14rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width:850px) {
  .floorName {
    font-size: 28rem;
    font-weight: bold;
    line-height: 1;
  }

}

.floorMapImage01 {
  width: 200px;
  margin: 20px auto 0;
}

@media screen and (min-width:850px) {
  .floorMapImage01 {
    width: 551px;
    margin: 60px auto 0;
  }

}

.floorMapImage02 {
  width: 200px;
  margin: 20px auto 0;
}

@media screen and (min-width:850px) {
  .floorMapImage02 {
    width: 527px;
    margin: 60px auto 0;
  }

}

.floorMapImage03 {
  width: 200px;
  margin: 20px auto 0;
}

@media screen and (min-width:850px) {
  .floorMapImage03 {
    width: 527px;
    margin: 60px auto 0;
  }

}

.floorMapImage04 {
  width: 200px;
  margin: 20px auto 0;
}

@media screen and (min-width:850px) {
  .floorMapImage04 {
    width: 527px;
    margin: 60px auto 0;
  }

}

.btnLink {
  text-align: center;
}

.btnLink a {
  display: inline-block;
  padding: 15px 10px 15px 0;
  margin: 0 auto;
  font-size: 10rem;
  text-decoration: none;
  line-height: 1;
  background-color: #393D54;
  color: #EBEBEE;
  border-radius: 4px;
}

@media screen and (min-width:850px) {
  .btnLink a {
    display: inline-block;
    padding: 15px 10px 15px 0;
    margin: 0 auto;
    font-size: 14rem;
    text-decoration: none;
    background-color: #393D54;
    color: #EBEBEE;
  }

}

.btnLink a span {
  background-image: url(../images/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 25px;
  background-size: 5px 8px;
}

@media screen and (min-width:850px) {
  .btnLink a span {
    background-image: url(../images/arrow_btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 50px;
    background-size: 10px 16px;
  }

}

#newsArea .btnLink {
  margin-top: 20px;
}

@media screen and (min-width:850px) {
  #newsArea .btnLink {
    margin: 40px 0;
  }

}

.btnLink_blank {
  text-align: center;
}

.btnLink_blank a {
  display: inline-block;
  padding: 15px 20px 15px 30px;
  margin: 0 auto;
  font-size: 10rem;
  text-decoration: none;
  line-height: 1;
  background-color: #393D54;
  color: #EBEBEE;
  margin-top: 20px;
  border-radius: 4px;
}

@media screen and (min-width:850px) {
  .btnLink_blank a {
    display: inline-block;
    padding: 15px 35px 15px 50px;
    margin: 0 auto;
    font-size: 14rem;
    text-decoration: none;
    background-color: #393D54;
    color: #EBEBEE;
    margin-top: 70px;
  }

}

.btnLink_blank a span {
  background-image: url(../images/icon_blank.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 16px;
  background-size: 6px 5px;
}

@media screen and (min-width:850px) {
  .btnLink_blank a span {
    background-image: url(../images/icon_blank.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 23px;
    background-size: 13px 10px;
  }

}

#titleMovie {
  width: 92px;
  margin: 0 auto;
}

@media screen and (min-width:850px) {
  #titleMovie {
    width: 184px;
    margin: 0 auto;
  }

}

#movieArea {
  padding: 40px 0;
  background-color: #fff;
}

@media screen and (min-width:850px) {
  #movieArea {
    padding: 80px 0;
  }

}

#movieList {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width:850px) {
  #movieList {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }

}

#movieList .movieBox {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  background-image: url(../images/loader.gif);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: 50% 50%;
  background-color: #000;
}

@media screen and (min-width:850px) {
  #movieList .movieBox {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    background-image: url(../images/loader.gif);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: 50% 50%;
    background-color: #000;
  }

}

#movieList .movieBox:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width:850px) {
  #movieList .movieBox {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
  }

  #movieList .movieBox:nth-last-of-type(1) {
    margin-bottom: 0;
  }

}

@media screen and (min-width:850px) {
  #movieList .movieBox {
    width: 33%;
    position: relative;
    display: inline-block;
  }

}

#priceArea {
  padding: 40px 0;
  background-color: #EBEBEE;
}

@media screen and (min-width:850px) {
  #priceArea {
    padding: 80px 0;
  }

}

.iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#titleAccess {
  width: 120px;
  margin: 0 auto 30px;
}

@media screen and (min-width:850px) {
  #titleAccess {
    width: 240px;
    float: left;
    margin-right: 30px;
  }

}

#accessArea {
  padding: 40px 0;
  background-color: #fff;
}

@media screen and (min-width:850px) {
  #accessArea {
    padding: 80px 0;
  }

}

#howtogo {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width:850px) {
  #howtogo {
    width: 980px;
    margin: 0 auto;
  }

}

#howtogo h3 {
  font-size: 10rem;
  font-weight: bold;
  margin-bottom: 2px;
}

@media screen and (min-width:850px) {
  #howtogo h3 {
    font-size: 16rem;
    font-weight: bold;
    margin-bottom: 5px;
  }

}

#howtogo > div {
  width: 100%;
  margin-top: 10px;
}

@media screen and (min-width:850px) {
  #howtogo > div {
    width: 49%;
    float: left;
    margin-top: 0px;
  }

}

@media screen and (min-width:850px) {
  #howtogo .train {
    margin-right: 2%;
  }

}

#howtogo .car {
}

#map_canvas {
  margin: 30px 0;
  width: 100%;
  height: 230px;
}

@media screen and (min-width:850px) {
  #map_canvas {
    margin: 70px 0;
    width: 100%;
    height: 500px;
  }

}

#accessArea {
  text-align: center;
  background-color: #EBEBEE;
}

#accessArea .accessText {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

#accessArea .accessTel {
  font-weight: bold;
}

#accessArea .accessTel a {
  color: #393D53;
}

#accessArea .accessTel span {
  font-size: 24rem;
  color: #393D53;
  line-height: 1;
}

@media screen and (min-width:850px) {
  #accessArea .accessTel span {
    font-size: 34rem;
    color: #393D53;
    line-height: 1;
  }

}

#map_canvas img {
  min-width: 0;
  height: auto;
}

footer {
  background-color: #393D53;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 7rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width:850px) {
  footer {
    background-color: #393D53;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 10rem;
    letter-spacing: 0.1em;
  }

}

/*
スタジオ
------------------------------------------*/
#pageArea {
  padding-top: 0px;
}

@media screen and (min-width:850px) {
  #pageArea {
    padding-top: 0px;
  }

}

#pageTitleArea {
  text-align: center;
  padding: 75px 0 50px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#pageTitleArea h2 {
  font-size: 30rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 2px;
  position: relative;
  top: 20px;
  opacity: 0;
}

#pageTitleArea p {
  position: relative;
  opacity: 0;
  top: 20px;
}

#pageTitleArea .pageTitleBack {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width:850px) {
  #pageTitleArea {
    text-align: center;
    padding: 234px 0 150px;
    color: #fff;
    background-size: cover;
    background-position: center center;
  }

  #pageTitleArea h2 {
    font-size: 60rem;
    letter-spacing: 0.1em;
  }

}

.inner {
  position: relative;
  z-index: 1;
}

body#studio #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_studio_sp.jpg);
}

body#contact #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_contact_sp.jpg);
}

body#price #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_price_sp.jpg);
}

body.post-type-archive-instructor #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_instructor_sp.jpg);
}

body#schedule #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_schedule_sp.jpg);
}

body.category-news #pageTitleArea .pageTitleBack,
.singleNews .pageTitleBack {
  background-image: url(../images/title_back_news_sp.jpg);
}

body#kids #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_kids_sp.jpg);
}

body#faq #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_faq_sp.jpg);
}

body.post-type-archive-staff #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_staff_sp.jpg);
}

body.post-type-archive-goods #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_goods_sp.jpg);
}

body.category-event #pageTitleArea .pageTitleBack,
.singleEvent .pageTitleBack {
  background-image: url(../images/title_back_event_sp.jpg);
}

body.category-workshop #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_workshop_sp.jpg);
}

body#company #pageTitleArea .pageTitleBack,
.singleEvent .pageTitleBack {
  background-image: url(../images/title_back_company_sp.jpg);
}

body#video #pageTitleArea .pageTitleBack {
  background-image: url(../images/title_back_company_sp.jpg);
}

@media screen and (min-width:850px) {
  body#studio #pageTitleArea .pageTitleBack {
    background-image: url(../images/title_back_studio.jpg);
  }

  body#contact #pageTitleArea .pageTitleBack {
    background-image: url(../images/title_back_contact.jpg);
  }

  body#price #pageTitleArea .pageTitleBack {
    background-image: url(../images/title_back_price.jpg);
  }

  body.post-type-archive-instructor #pageTitleArea .pageTitleBack {
    background-image: url(../images/title_back_instructor.jpg);
  }

  body#schedule #pageTitleArea .pageTitleBack {
    background-image: url(../images/title_back_schedule.jpg);
  }

  body.category-news #pageTitleArea .pageTitleBack,
  .singleNews .pageTitleBack {
    background-image: url(../images/title_back_news.jpg);
  }

  body#kids #pageTitleArea .pageTitleBack {
    background-image: url(../images/title_back_kids.jpg);
  }

  body#faq #pageTitleArea .pageTitleBack {
    background-image: url(../images/title_back_faq.jpg);
  }

  body.post-type-archive-staff #pageTitleArea .pageTitleBack {
    background-image: url(../images/title_back_staff.jpg);
  }

  body.post-type-archive-goods #pageTitleArea .pageTitleBack {
    background-image: url(../images/title_back_goods.jpg);
  }

  body.category-event #pageTitleArea .pageTitleBack,
  .singleEvent .pageTitleBack {
    background-image: url(../images/title_back_event.jpg);
  }

  body.category-workshop #pageTitleArea .pageTitleBack {
    background-image: url(../images/title_back_workshop.jpg);
  }

  body#company #pageTitleArea .pageTitleBack,
  .singleEvent .pageTitleBack {
    background-image: url(../images/title_back_company.jpg);
  }

}

.descriptionArea {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 20px 0;
}

@media screen and (min-width:850px) {
  .descriptionArea {
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 70px 0;
  }

  .descriptionArea p {
    line-height: 2.2;
    margin-bottom: 20px;
  }

  .descriptionArea p:nth-last-of-type(1) {
    margin-bottom: 0px;
  }

}

.contentsArea .descriptionArea {
  padding: 40px 0 20px;
}

@media screen and (min-width:850px) {
  .contentsArea .descriptionArea {
    padding: 60px 0 30px;
  }

}

.studioBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
}

@media screen and (min-width:850px) {
  .studioBox {
    width: 50%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
  }

}

.studio_1f .studioImageBack {
  background-image: url(../images/studio_1f.jpg);
}

.studio_2f .studioImageBack {
  background-image: url(../images/studio_2f.jpg);
}

.studio_3f .studioImageBack {
  background-image: url(../images/studio_3f.jpg);
}

.studio_4f .studioImageBack {
  background-image: url(../images/studio_4f.jpg);
}

.studioBox .studioImageBack {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 60%;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s;
}

.studioBox:hover > .studioImageBack {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/mask-dot_d.png);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.mask:hover {
  opacity: 0;
}

#studioImage .btn_circle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 14px;
}

@media screen and (min-width:850px) {
  #studioImage .btn_circle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 29px;
  }

}

#studioImage .studioDetail {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  padding: 10px;
  color: #fff;
}

@media screen and (min-width:850px) {
  #studioImage .studioDetail {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    padding: 20px;
    color: #fff;
  }

}

#studioImage .studioDetailTitle {
  font-size: 14rem;
}

@media screen and (min-width:850px) {
  #studioImage .studioDetailTitle {
    font-size: 24rem;
  }

}

#studioImage .studioDetailText {
  font-size: 7rem;
}

@media screen and (min-width:850px) {
  #studioImage .studioDetailText {
    font-size: 14rem;
  }

}

body#studio #adsnav {
  top: 0px;
}

#pageAds {
  background-color: #fff;
  padding-top: 10px;
}

@media screen and (min-width:850px) {
  #pageAds {
    background-color: #fff;
    padding-top: 70px;
  }

}

#pageAds .fixed {
  position: fixed !important;
  top: 60px !important;
  z-index: 2;
}

@media screen and (min-width:850px) {
  #pageAds .fixed {
    position: fixed !important;
    top: 110px !important;
    z-index: 2;
  }

}

#adsCenter {
  position: relative;
  width: 98%;
  margin: 0 auto;
}

@media screen and (min-width:850px) {
  #adsCenter {
    position: relative;
    width: 980px;
    margin: 0 auto;
  }

}

#pageAdsArea {
  width: 100%;
  padding-left: 18px;
  padding-bottom: 40px;
}

@media screen and (min-width:850px) {
  #pageAdsArea {
    width: 980px;
    padding-left: 145px;
    padding-bottom: 150px;
  }

}

.pageAdsContents {
  width: 100%;
  padding: 20px 0 0 60px;
  margin-bottom: 30px;
}

@media screen and (min-width:850px) {
  .pageAdsContents {
    width: 100%;
    padding: 40px 0 0 60px;
    margin-bottom: 60px;
  }

}

.pageAdsContents .title {
  margin: 10px 0;
}

@media screen and (min-width:850px) {
  .pageAdsContents .title {
    margin: 20px 0;
  }

}

p.floor {
  font-size: 28px;
  border-right: 1px solid #ccc;
  display: inline-block;
  padding-right: 10px;
  line-height: 1;
  margin-right: 10px;
}

@media screen and (min-width:850px) {
  p.floor {
    font-size: 55px;
    border-right: 1px solid #ccc;
    display: inline-block;
    padding-right: 20px;
    line-height: 1;
    margin-right: 20px;
  }

}

.pageAdsContentsTitle {
  display: inline-block;
  position: relative;
  top: 3px;
}

@media screen and (min-width:850px) {
  .pageAdsContentsTitle {
    display: inline-block;
    position: relative;
    top: 5px;
  }

}

.pageAdsContentsTitle p {
  font-size: 7rem;
}

@media screen and (min-width:850px) {
  .pageAdsContentsTitle p {
    font-size: 12rem;
  }

}

.pageAdsContentsTitle p:first-child {
  font-size: 18rem;
  line-height: 1;
  position: relative;
}

@media screen and (min-width:850px) {
  .pageAdsContentsTitle p:first-child {
    font-size: 35rem;
    line-height: 1;
    position: relative;
  }

}

/*
料金について
------------------------------------------*/
#members_card {
  padding: 20px 0;
  background-color: #EBEBEE;
  vertical-align: top;
  text-align: center;
}

#members_card .cardImage {
  width: 130px;
  display: inline-block;
  margin-right: 20px;
}

#members_card .mamberPriceArea {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#members_card .memberPrice {
  font-size: 14rem;
  font-weight: bold;
  color: #393D53;
  margin-top: 15px;
  margin-bottom: 5px;
}

@media screen and (min-width:850px) {
  #members_card {
    padding: 40px 0;
    background-color: #EBEBEE;
    vertical-align: top;
    text-align: center;
  }

  #members_card .cardImage {
    width: 262px;
    display: inline-block;
    margin-right: 40px;
  }

  #members_card .mamberPriceArea {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }

  #members_card .memberPrice {
    font-size: 24rem;
    font-weight: bold;
    color: #393D53;
    margin-top: 30px;
    margin-bottom: 10px;
  }

}

.contentsTitle {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.contentsArea {
  background-color: #fff;
  padding: 30px 0 0;
}

body.single .contentsArea {
  padding-top: 15px;
}

@media screen and (min-width:850px) {
  body.single .contentsArea {
    padding-top: 80px;
  }

}

.contentsArea:nth-last-of-type(1) {
  padding-bottom: 30px;
}

@media screen and (min-width:850px) {
  .contentsArea {
    background-color: #fff;
    padding: 70px 0 0;
  }

  .contentsArea:nth-last-of-type(1) {
    padding-bottom: 150px;
  }

}

.contentsTitle {
  text-align: center;
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}

.contentsTitle h3 {
  font-size: 18rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}

.contentsTitle p {
  color: #999;
}

.contentsTitle .contantsTitleBack {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  position: relative;
  top: 32px;
}

@media screen and (min-width:850px) {
  .contentsTitle {
    text-align: center;
    position: relative;
    top: -55px;
    margin-bottom: -55px;
  }

  .contentsTitle h3 {
    font-size: 30rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 7px;
  }

  .contentsTitle p {
    color: #999;
  }

  .contentsTitle .contantsTitleBack {
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    position: relative;
    top: 55px;
  }

}

.contantsBox {
  width: 45.5%;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
  letter-spacing: normal;
  vertical-align: top;
}

@media screen and (min-width:850px) {
  .contantsBox {
    width: 20%;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 0;
  }

}

.noContants {
  letter-spacing: normal;
  background-color: #f6f6f6;
  width: 100%;
  padding: 60px 0;
  border-radius: 6px;
}

.contantsBoxTitle {
  color: #393D53;
  font-weight: bold;
  font-size: 12rem;
  padding: 3px;
}

@media screen and (min-width:850px) {
  .contantsBoxTitle {
    color: #393D53;
    font-weight: bold;
    font-size: 18rem;
    padding: 5px;
  }

}

.contantsBoxArea {
  text-align: center;
  letter-spacing: -.40em;
}

p.contantsBoxTitle {
  background-color: #EBEBEE;
  border-radius: 20px;
  color: #393D53;
  margin-bottom: 7px;
}

@media screen and (min-width:850px) {
  p.contantsBoxTitle {
    background-color: #EBEBEE;
    border-radius: 20px;
    color: #393D53;
    margin-bottom: 15px;
  }

}

.contentLead {
  font-size: 14rem;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.contentLead span {
  font-size: 7rem;
}

@media screen and (min-width:850px) {
  .contentLead {
    font-size: 20rem;
  }

  .contentLead span {
    font-size: 14rem;
  }

}

/*
インストラクター
-----------------------------------------------*/
.instTh {
  margin: 0 auto 10px;
}

@media screen and (min-width:850px) {
  .instTh {
    margin: 0 auto 20px;
  }

}

.instTh a {
  width: 100%;
  border-radius: 100%;
  overflow: hidden !important;
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width:850px) {
  .instTh a {
    width: 100%;
    border-radius: 100%;
    -moz-border-image: border-radius:100%;
    -webkit-border-image: border-radius:100%;
  }

}

.instTh img {
  height: auto;
  width: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}

.instTh a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

/*
スケジュール
-------------------------------------------------------*/
.scheduleArea {
  background-color: #fff;
  padding-bottom: 30px;
}

@media screen and (min-width:850px) {
  .scheduleArea {
    padding-bottom: 150px;
  }

}

.schedule_nav {
  width: 100%;
  margin-bottom: 20px;
}

.schedule_nav ul li {
  width: 14.28%;
  width: calc(100% / 7);
  float: left;
  text-align: center;
  padding: 0 2px;
}

.schedule_nav ul li a {
  background-color: #CDCED4;
  display: block;
  line-height: 1;
  padding: 15px 0;
  border-radius: 20px;
  font-size: 10rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.schedule_nav ul li a.active {
  background-color: #393D54;
}

@media screen and (min-width:850px) {
  .schedule_nav {
    width: 100%;
  }

  .schedule_nav ul li {
    width: 14.28%;
    width: calc(100% / 7);
    float: left;
    text-align: center;
    padding: 0 5px;
  }

  .schedule_nav ul li a {
    background-color: #CDCED4;
    display: block;
    line-height: 1;
    padding: 13px 0;
    border-radius: 40px;
    font-size: 20rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }

}

#scheduleFloor {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
}

#scheduleFloor p {
  width: 25%;
  float: left;
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 5px 0;
  font-size: 10rem;
  font-weight: bold;
}

#scheduleFloor p:nth-child(1) {
  border-left: 1px solid #ccc;
}

@media screen and (min-width:850px) {
  #scheduleFloor {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }

  #scheduleFloor p {
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 10px 0;
    font-size: 24rem;
    font-weight: bold;
  }

  #scheduleFloor p:nth-child(1) {
    border-left: 1px solid #ccc;
  }

}

div.scheduleTable {
  height: 780px;
}

div.scheduleTable div.scheduleBox {
  width: 25%;
  float: left;
  padding: 1px;
}

@media screen and (min-width:850px) {
  div.scheduleTable div.scheduleBox {
    width: 25%;
    float: left;
    padding: 2px;
  }

}

@media screen and (min-width:850px) {
  div.scheduleTable div.scheduleBox {
    width: 25%;
    float: left;
  }

}

div.scheduleTable .inscheduleBox {
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 3px;
  text-align: center;
}

@media screen and (min-width:850px) {
  div.scheduleTable .inscheduleBox {
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 5px;
    vertical-align: middle;
    text-align: left;
  }

}

div.scheduleTable {
  border-collapse: separate;
  border-spacing: 1px 1px;
  table-layout: fixed;
}

@media screen and (min-width:850px) {
  div.scheduleTable {
    border-collapse: separate;
    border-spacing: 2px 2px;
  }

}

.rental {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding: 0 50px;
}

@media screen and (min-width:850px) {
  .rental p {
    padding: 0 45px;
    text-align: center;
  }

}

div.scheduleTable > div .scheduleTh {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

@media screen and (min-width:850px) {
  div.scheduleTable > div .scheduleTh {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    vertical-align: middle;
  }

}

.scheduleData {
  display: block;
  width: 100%;
  margin-top: 5px;
}

@media screen and (min-width:850px) {
  .scheduleData {
    vertical-align: middle;
    padding: 12px 10px 10px 10px;
    height: 80px;
    display: inline-block;
    width: 143px;
    margin-top: 0;
  }

}

.sheduleName {
  text-align: center;
  display: block;
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  width: 100%;
}

.sheduleName > div {
}

@media screen and (min-width:850px) {
  .sheduleName {
    text-align: left;
    display: block;
    font-size: 18rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
    letter-spacing: normal;
    overflow: hidden;
    width: 100%;
  }

}

.sheduleGenre {
  font-size: 7rem;
  line-height: 1.4;
  color: #999;
  padding-bottom: 3px;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width:850px) {
  .sheduleGenre {
    font-size: 13rem;
    line-height: 1.6;
    color: #999;
    padding-bottom: 8px;
    display: inline-block;
  }

}

.scheduleTime {
  font-size: 9rem;
}

@media screen and (min-width:850px) {
  .scheduleTime {
    font-size: 14rem;
  }

}

/*
 インストラクター詳細
 ----------------------------------------------*/
body.single-instructor header,
body.single-instructor footer {
  display: none;
}

.single-instructor {
  background-color: #fff;
}

#singleInstructor {
  letter-spacing: -.40em;
  position: relative;
}

@media screen and (min-width:850px) {
  #singleInstructor {
    height: 100vh;
    letter-spacing: -.40em;
    overflow: hidden;
  }

}

#singleInstructorImage {
  width: 100%;
  height: 300px;
}

@media screen and (min-width:850px) {
  #singleInstructorImage {
    width: 60%;
    height: 100%;
    float: left;
  }

}

#singleInstructorText {
  letter-spacing: normal;
  width: 100%;
  padding: 30px;
  background-color: #fff;
}

@media screen and (min-width:850px) {
  #singleInstructorText {
    letter-spacing: normal;
    width: 40%;
    height: 100%;
    padding: 60px;
    background-color: #fff;
    float: left;
    overflow: scroll;
  }

}

.cover {
  display: inline-block;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

table#singleInstructorTable th {
  color: #666;
  font-weight: normal;
  width: 50px;
}

@media screen and (min-width:850px) {
  table#singleInstructorTable th {
    color: #666;
    font-weight: normal;
    width: 100px;
  }

}

table#singleInstructorTable th,
table#singleInstructorTabletd {
  padding-bottom: 5px;
}

@media screen and (min-width:850px) {
  table#singleInstructorTable th,
  table#singleInstructorTabletd {
    padding-bottom: 10px;
  }

}

.comment {
  margin-bottom: 30px;
}

@media screen and (min-width:850px) {
  .comment {
    margin-bottom: 60px;
  }

}

p.commentTitle {
  border-bottom: 1px #ccc  solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1;
  color: #666;
}

@media screen and (min-width:850px) {
  p.commentTitle {
    border-bottom: 1px #ccc  solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
    color: #666;
  }

}

.instMovie {
  width: 100%;
  margin-bottom: 15px;
  background-image: url(../images/loader.gif);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
}

@media screen and (min-width:850px) {
  .instMovie {
    width: 100%;
    margin-bottom: 15px;
    background-image: url(../images/loader.gif);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #000;
  }

}

.instMovie:nth-last-of-type(1) {
  margin-bottom: 30px;
}

@media screen and (min-width:850px) {
  .instMovie:nth-last-of-type(1) {
    padding-bottom: 60px;
  }

}

body.single-instructor .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 7px;
}

@media screen and (min-width:850px) {
  body.single-instructor .close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
  }

}

/*
ニュース一覧
----------------------------------------------------*/
#newsList {
  border-top: 1px dotted #ccc;
}

.postArea {
  display: table;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 7px;
  padding-top: 10px;
  width: 100%;
}

@media screen and (min-width:850px) {
  .postArea {
    display: table;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    padding-top: 20px;
    width: 100%;
  }

}

.postArea:nth-child(odd) {
  background-color: #FBFBFC;
}

.postArea p {
  display: table-cell;
}

.postArea p.data {
  width: 70px;
  text-align: center;
}

@media screen and (min-width:850px) {
  .postArea p.data {
    width: 110px;
    text-align: center;
  }

}

.postArea p a {
  color: #333;
}

#singleNews h3 {
  font-weight: bold;
  font-size: 16rem;
  margin-bottom: 3px;
  line-height: 1.4;
}

@media screen and (min-width:850px) {
  #singleNews h3 {
    font-weight: bold;
    font-size: 24rem;
    margin-bottom: 10px;
  }

}

.singleNewsTitle {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width:850px) {
  .singleNewsTitle {
    text-align: center;
    margin-bottom: 40px;
  }

}

.singleNewsTitle p.date {
  color: #666;
  margin-bottom: 10px;
  font-size: 8rem;
}

@media screen and (min-width:850px) {
  .singleNewsTitle p.date {
    color: #666;
    margin-bottom: 10px;
    font-size: 14rem;
  }

}

.singleNewsTitle p.date {
  color: #666;
  margin-bottom: 10px;
}

@media screen and (min-width:850px) {
  .singleNewsTitle p.date {
    color: #666;
    margin-bottom: 20px;
  }

}

.singleNewsTitle .border {
  width: 20px;
  border-bottom: 1px solid #666;
  display: inline-block;
}

@media screen and (min-width:850px) {
  .singleNewsTitle .border {
    width: 40px;
    border-bottom: 1px solid #666;
    display: inline-block;
  }

}

/*
キッズクラス
--------------------------------------------------------------*/
#kdsArea {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width:850px) {
  #kdsArea {
    width: 90%;
    margin: 0 auto;
  }

}

#kdsArea .kidsImage {
  width: 100%;
  background-image: url(../images/kids_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 250px;
}

@media screen and (min-width:850px) {
  #kdsArea .kidsImage {
    width: 50%;
    float: left;
    background-image: url(../images/kids_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

}

#kdsArea .kidsTextArea {
  width: 90%;
  margin: 20px auto;
}

@media screen and (min-width:850px) {
  #kdsArea .kidsTextArea {
    width: 47%;
    float: right;
  }

}

#kdsArea .kidsTextArea .title {
  font-weight: bold;
  font-size: 14rem;
  margin-bottom: 5px;
}

@media screen and (min-width:850px) {
  #kdsArea .kidsTextArea .title {
    font-weight: bold;
    font-size: 24rem;
    margin-bottom: 10px;
  }

}

.kidsText {
  margin-bottom: 30px;
}

/*
よくある質問
-----------------------------------------------*/
body#faq .contentsArea {
  padding-top: 0;
}

.faqArea p.title {
  font-size: 14rem;
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (min-width:850px) {
  .faqArea p.title {
    font-size: 28rem;
    font-weight: bold;
    padding-bottom: 10px;
  }

}

.acMenu {
  margin-bottom: 40px;
  border-top: 1px solid #CFCBC3;
}

@media screen and (min-width:850px) {
  .acMenu {
    margin-bottom: 80px;
  }

}

.acMenu dt {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px dotted #CFCBC3;
}

@media screen and (min-width:849px) {
  .acMenu dt {
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 18px 0;
    border-bottom: 1px dotted #CFCBC3;
  }

}

.acMenu dt p {
  font-weight: bold;
  font-size: 10rem;
}

@media screen and (min-width:849px) {
  .acMenu dt p {
    font-weight: bold;
    font-size: 18rem;
  }

}

.acMenu dt p span.question {
  color: #fff;
  background-color: #393D54;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 10rem;
  border-radius: 15px;
}

@media screen and (min-width:849px) {
  .acMenu dt p span.question {
    color: #fff;
    background-color: #393D54;
    padding: 7px 30px;
    margin-right: 20px;
    font-size: 18rem;
    border-radius: 30px;
  }

}

.acMenu dt {
  text-indent: -5em;
  padding-left: 5em;
}

.acMenu dd {
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.06);
  padding: 5px 5px 5px 20px;
  text-indent: -1.2em;
  border-bottom: 1px dotted #CFCBC3;
}

@media screen and (min-width:849px) {
  .acMenu dd {
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 18px 18px 18px 45px;
    text-indent: -1.5em;
  }

}

.acMenu dd p {
  font-size: 10rem;
}

@media screen and (min-width:849px) {
  .acMenu dd p {
    font-size: 16rem;
  }

}

.acMenu dd p span.answer {
  color: #C56083;
  font-weight: bold;
}

.acMenu dd p span.answerBox01 {
  display: inline-block;
  padding-left: 1em;
}

.acMenu dd p span.answerBox {
  display: inline-block;
  margin-top: 15px;
  padding-left: 1em;
}

.acMenu dt:nth-of-type(2n+1) {
  background-color: rgba(255, 255, 255, 0.2);
}

.acMenu dt:nth-of-type(2n),
.acMenu dt:nth-of-type(2n) {
  background-color: rgba(0, 0, 0, 0.02);
}

.acMenu p {
  text-align: left;
  color: #333;
}

.acMenu dd div {
  margin-bottom: 10px;
  display: inline-block;
  color: #333;
}

/*
スタッフ紹介
-------------------------------*/
body.post-type-archive-staff .contentsArea {
  padding-top: 0;
}

/*
イベント一覧
--------------------------------------*/
body.category-event #recommendArea {
}

@media screen and (min-width:849px) {
  body.category-event #recommendArea {
    padding-top: 70px;
  }

}

/*
ワークショップ一覧
--------------------------------------*/
body.category-workshop #recommendArea {
}

@media screen and (min-width:849px) {
  body.category-workshop #recommendArea {
    padding-top: 70px;
  }

}

.thumbnail {
  position: relative;
}

.thumbnail a:hover .close_w {
  opacity: 0;
}

.close_w {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

p.close_workshop {
  display: inline-block;
  color: red;
  font-weight: bold;
  font-size: 14rem;
  line-height: 1;
  border: 2px solid red;
  padding: 10px 15px;
  margin-bottom: 20px;
}

@media screen and (min-width:849px) {
  p.close_workshop {
    display: inline-block;
    color: red;
    font-weight: bold;
    font-size: 18rem;
    line-height: 1;
    border: 2px solid red;
    padding: 10px 15px;
    margin-bottom: 20px;
  }

}

/*
Pagenation
---------------------------------------------------*/
.pagenation {
  clear: both;
  padding: 40px 0;
}

@media screen and (min-width:849px) {
  .pagenation {
    padding: 70px 0;
  }

}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
  text-align: center;
}

.pagenation li {
  list-style: none outside none;
  margin-left: 1px;
  display: inline-block;
}

@media screen and (min-width:849px) {
  .pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display: inline-block;
  }

}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #393D54;
  color: #fff;
  cursor: not-allowed;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 2px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #ccc;
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2px;
}

@media screen and (min-width:849px) {
  .pagenation li.active {
    background-color: #393D54;
    color: #fff;
    cursor: not-allowed;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 4px;
  }

  .pagenation li a {
    background: none repeat scroll 0 0 #ccc;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
  }

}

.pagenation li a:hover {
  background-color: #393D54;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/*
お問い合わせ
------------------------------------------*/
#tel_mail {
  margin-bottom: 30px;
}

@media screen and (min-width:849px) {
  #tel_mail {
    margin-bottom: 70px;
  }

}

#tel_mail > div {
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  padding: 7px;
  width: 49%;
  text-align: center;
}

@media screen and (min-width:849px) {
  #tel_mail > div {
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    padding: 20px;
    width: 49%;
    text-align: center;
  }

}

#tel_mail > div.tel {
  float: left;
}

#tel_mail > div.mail {
  float: right;
}

#tel_mail > div > h3 {
  display: inline-block;
  background-color: #E7E8EB;
  border-radius: 20px;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (min-width:849px) {
  #tel_mail > div > h3 {
    display: inline-block;
    background-color: #E7E8EB;
    border-radius: 20px;
    text-align: center;
    padding: 12px 30px;
    font-weight: bold;
    font-size: 18rem;
    line-height: 1;
    margin-bottom: 20px;
  }

}

#tel_mail > div >  p.important {
  font-weight: bold;
  font-size: 16rem;
  color: #D84C5D;
  margin-top: 5px;
}

@media screen and (min-width:849px) {
  #tel_mail > div >  p.important {
    font-weight: bold;
    font-size: 28rem;
    color: #D84C5D;
    margin-top: 5px;
  }

}

#tel_mail > div >  p.important >span {
  font-size: 16rem;
  color: #333;
}

.descriptionArea span {
  color: #D84C5D;
}

.red {
  color: #D84C5D;
}

#contactForm table {
  border-top: 1px dotted #e5e5e5;
}

#contactForm table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.4);
}

#contactForm table tr:nth-child(even) {
  background-color: #f6f6f6;
}

#contactForm table tr th,
#contactForm table tr td {
  border-bottom: 1px dotted #e5e5e5;
  padding: 10px;
}

#contactForm table tr th {
  display: none;
}

@media screen and (min-width:849px) {
  #contactForm table tr th {
    display: table-cell;
    width: 250px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
  }

}

#contactForm table tr td input {
  font-size: 16rem;
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
}

@media screen and (min-width:849px) {
  #contactForm table tr td input {
    font-size: 16rem;
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    width: auto;
  }

}

#contactForm table tr td textarea {
  font-size: 16rem;
  padding: 5px;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 200px;
  border-radius: 0;
  -webkit-appearance: none;
}

@media screen and (min-width:849px) {
  input::-webkit-input-placeholder {
    opacity: 0;
  }

  input:-ms-input-placeholder {
    opacity: 0;
  }

  input::-moz-placeholder {
    opacity: 0;
  }

  textarea::-webkit-input-placeholder {
    opacity: 0;
  }

  textarea:-ms-input-placeholder {
    opacity: 0;
  }

  textarea::-moz-placeholder {
    opacity: 0;
  }

}

#contactArea {
  clear: both;
  margin-top: 10px;
  width: 100%;
  padding: 20px;
  background-image: url(../images/header_topleft.png), url(../images/header_bottomright.png), url(../images/white_back.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left top, right bottom, 0% 0%;
  background-size: 34px 19px, 37px 24px, 25px 25px;
}

@media screen and (min-width:850px) {
  #contactArea {
    margin-top: 30px;
    width: 100%;
    padding: 40px;
    background-image: url(../images/header_topleft.png), url(../images/header_bottomright.png), url(../images/white_back.jpg);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: left top, right bottom, 0% 0%;
    background-size: 68px 38px, 74px 48px, 50px 50px;
  }

}

.contact_check {
  text-align: center;
  margin-top: 20px;
  font-size: 12rem;
}

@media screen and (min-width:849px) {
  .contact_check {
    text-align: center;
    margin-top: 40px;
    font-size: 14rem;
  }

}

#formBtn {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width:849px) {
  #formBtn {
    text-align: center;
    margin-top: 40px;
  }

}

#formBtn input {
  display: inline-block;
  line-height: 1;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  color: #fff;
  background-image: url(../images/arrow_btn.png);
  background-size: 9px 13px;
  background-repeat: no-repeat;
  background-position: 95% center;
  font-size: 14rem;
  font-weight: bold;
  background-color: #333;
  border: none;
  border-radius: 3px;
}

@media screen and (min-width:849px) {
  #formBtn input {
    line-height: 1;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
    display: inline-block;
    padding: 15px 60px 15px 60px;
    color: #fff;
    background-image: url(../images/arrow_btn.png);
    background-size: 9px 13px;
    background-repeat: no-repeat;
    background-position: 95% center;
    font-size: 18rem;
    font-weight: bold;
    border-radius: 6px;
  }

}

img.ajax-loader {
  min-width: 20px !important;
  padding-left: 20px;
}

.pp {
  margin-top: 20px;
}

.pp h3 {
  font-size: 12rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width:849px) {
  .pp h3 {
    font-size: 14rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

}

.pp ul {
  padding-left: 1.5em;
}

.pp ul li {
  font-size: 9rem;
  list-style: disc;
}

@media screen and (min-width:849px) {
  .pp ul li {
    font-size: 12rem;
    list-style: disc;
  }

}

/*
ニュース一覧
-------------------------------------------------*/
#newslist {
  background-color: #fff;
  padding: 70px 0;
}

#backtop {
  width: 40px;
  height: 40px;
  opacity: 0.9;
  text-align: center;
  position: fixed;
  right: 7px;
  bottom: 0px;
  display: none;
  z-index: 999;
}

#backtop img {
  width: 40px;
}

@media screen and (min-width:850px) {
  #backtop {
    width: 70px;
    height: 70px;
    opacity: 0.9;
    text-align: center;
    position: fixed;
    right: 30px;
  }

  #backtop img {
    width: 70px;
  }

}

.singlTh {
  margin: 0 0 20px;
}

@media screen and (min-width:850px) {
  .singlTh {
    margin: 40px 0;
  }

}

table#company_data {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

@media screen and (min-width:850px) {
  table#company_data {
    width: 980px;
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
  }

}

table#company_data td,
table#company_data th {
  padding: 7px 2px;
}

@media screen and (min-width:850px) {
  table#company_data td,
  table#company_data th {
    padding: 15px 5px;
  }

}

table#company_data tr {
  border-bottom: 1px solid #e5e5e5;
}

table#company_data tr:nth-child(odd) {
  background-color: #f6f6f6;
}

table#company_data th {
  font-size: 10rem;
  text-align: center;
}

table#company_data td {
  font-size: 10rem;
}

@media screen and (min-width:850px) {
  table#company_data th {
    font-size: 12rem;
    width: 200px;
    text-align: center;
    letter-spacing: 0.1em;
  }

  table#company_data td {
    font-size: 14rem;
  }

}

.through a {
  text-decoration: line-through !important;
}

#over_nav li:nth-child(5) a {
  color: #F9C300;
}

/*
オリジナルグッズ
------------------------------------------*/
body.single-goods * {
  -webkit-appearance: none;
}

body.single-goods .contentsArea {
  padding-top: 40px;
}

@media screen and (min-width:850px) {
  body.single-goods .contentsArea {
    padding-top: 140px;
  }

}

.cartjs_form {
  margin-top: 15px;
}

.cartjs_product_name {
  font-size: 28rem;
  font-weight: bold;
}

.cartjs_product_explain {
  margin: 30px 0;
}

.cartjs_product_table table,
.cartjs_product_table table th,
.cartjs_product_table table td {
  border: none;
}

.cartjs_block table,
.cartjs_block table th,
.cartjs_block table td {
  background: none !important;
}

.cartjs_block {
  padding: 0 !important;
}

.cartjs_block table th {
  width: 15%;
  !important;
}

.cartjs_block table td {
  color: #333;
  font-size: 18rem;
  font-weight: bold;
}

.cartjs_product_table td input {
  border: 1px solid #e5e5e5;
  padding: 5px;
  background-color: #fafafa;
}

.cartjs_product_table table th,
.cartjs_product_table table td {
  padding-bottom: 10px;
}

.cartjs_product_table table th {
  width: 80px;
}

.cartjs_cart_in {
  text-align: left;
  margin-top: 20px;
}

.cartjs_buy input {
  background-image: none !important;
  border: none !important;
  text-align: center;
  background-color: #393d53 !important;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  font-size: 14rem;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  box-shadow: none !important;
  text-shadow: none !important;
}

.cartjs_sk_link_other {
  margin-top: 10px;
}

.cartjs_description {
  padding: 0 !important;
  font-size: 12rem !important;
  margin-top: 30px !important;
}

header.cartjs_header {
  position: relative;
  border: none !important;
  height: auto;
}

header.cartjs_header h2 {
  font-size: 18rem;
  margin-top: 30px;
}

table.cartjs_dtl_tbl th {
  font-size: 14rem;
  padding: 0 !important;
}

.cartjs_box {
  border: none !important;
}

@media screen and (min-width:850px) {
  .goods__image {
    width: 48%;
    float: left;
  }

  .goods__text {
    width: 48%;
    float: right
  }

  .cartjs_product_name {
    font-size: 28rem;
    font-weight: bold;
  }

  .cartjs_product_explain {
    margin: 30px 0;
  }

  .cartjs_product_table table,
  .cartjs_product_table table th,
  .cartjs_product_table table td {
    border: none;
  }

  .cartjs_sales_price td {
    color: #333;
    font-size: 18rem;
    font-weight: bold;
  }

  .cartjs_product_table td input {
    border: 1px solid #e5e5e5;
    padding: 5px;
    background-color: #fafafa;
  }

  .cartjs_product_table table th,
  .cartjs_product_table table td {  
    padding-bottom: 10px;
  }

  .cartjs_product_table table th {
    width: 80px;
  }

  .cartjs_cart_in {
    text-align: left;
    margin-top: 20px;
  }

  .cartjs_cart_in input {
    text-align: center;
    background-color: #393d53;
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    font-size: 14rem;
    border: none;
    border-radius: 6px;
    font-weight: bold;
  }

  .cartjs_sk_link_other {
    margin-top: 10px;
  }

}

/*
20210129追記
-----------------------------------------*/

.reservation {
  background-color: #000;
  display: inline-block;
  padding: 1em 1.2em;
  border-radius: 2em;
  color: #fff;
  font-size: 10px;
  border: 1px solid #333;
  font-weight: bold;
  position: relative;
  line-height: 1;
  top:-0.5em;
  margin-left: 0.9em;
}

.studiorental {
  background-color: #fff;
  display: inline-block;
  padding: 1em 1.2em;
  border-radius: 2em;
  color: #333;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  top:-0.5em;
  margin-left: 0.4em;
}

/*
20220209追記
投稿用ボタン
--------------------------------------------*/

.post-btn {
  margin:10px 0;
}

.post-btn a {
  background-color: #393d54;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding:1.5em 3.5em 1.5em 2em;
  position: relative;
}

.post-btn a::after {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top:calc(50% - 0.25em);
  right:1em;
  transform:rotateZ(45deg)
  
}