@charset "UTF-8";
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W`3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;`
  line-height: 1.5;
  font-size: 14px;
  color: #0c000c;
  letter-spacing: .05em;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
}
*:focus {
  outline: none;
}

/* font-family-control */
h1, h2, h3, h4, h5, h6 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-transform: none;
}
.text-gothic, .but, .title-small {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

/* fontsize */
.text10 { font-size: 10px !important; }
.text11 { font-size: 11px !important; }
.text12 { font-size: 12px !important; }
.text13 { font-size: 13px !important; }
.text14 { font-size: 14px !important; }
.text15 { font-size: 15px !important; }
.text16 { font-size: 16px !important; }
.text17 { font-size: 17px !important; }
.text18 { font-size: 18px !important; }
.text19 { font-size: 19px !important; }
.text20 { font-size: 20px !important; }
.text21 { font-size: 21px !important; }
.text22 { font-size: 22px !important; }
.text23 { font-size: 23px !important; }
.text24 { font-size: 24px !important; }
.text25 { font-size: 25px !important; }
.text26 { font-size: 26px !important; }

/* original */
.p-0 {
  padding: 0 !important;
}
.p-30 {
  padding: 30px !important;
}
.text-bold {
  font-weight: 700;
}
.div-click:hover {
  cursor: pointer;
}
.border-bottom {
  border-bottom: 2px solid #f1f1f1;
}
.newyear-font{
  color: rgba(193, 28, 37, 1);
}

/* custom */
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
.container-fluid {
  margin-left: -15px;
  margin-right: -15px;
}
.but {
  font-size: 14px;
}
.but i {
  font-size: 17px;
  margin-right: 5px;
}
.dots {
  background-image: radial-gradient(circle closest-side, rgba(193, 28, 37, 1) 80%, #fff 10%);
}
.title-medium {
  font-size: 22px;
}
@media (max-width: 991px) {
  .title {
    font-size: 24px;
  }
  .title-medium {
    font-size: 20px;
  }
}
@media (max-width: 419px) {
  .title {
    font-size: 20px;
  }
  .title-medium {
    font-size: 18px;
  }
}

.bg-gray {
    background: #f0f0f0;
    /* border: 1px solid #928f8f; */
    padding: 14px;
    margin-bottom: 1em;
    width: 100%;
    display: table;
    font-size: 1.1em;
}

.bg-gray a {
    display: inline-block;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bg-gray p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.content-inner {
    color: #333;
    font-size: 17px;
    line-height: 1.625em;
    word-break: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}



/* cta-area */
.cta-area h2 {
  font-family: 'Lato-Medium', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.cta-area-tel {
  font-family: 'Lato-Medium', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 37px;
  white-space: nowrap;
}
.cta-area-tel span {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.cta-area-tel i:before {
  margin-left: 0;
}
.cta-area-tel a {
  color: #fff;
}
.cta-area-tel a:hover:after {
  display: none;
}
@media (max-width: 419px) {
  .cta-area-tel {
    font-size: 34px;
  }
}

/* header */
header span.logo-white {
  display: block;
}
header span.logo-black {
  display: none;
}
header.switched-header span.logo-white {
  display: none;
}
header.switched-header span.logo-black {
  display: block;
}
.main-nav li {
  font-size: 14px;
}
.main-nav li:last-child {
  margin-left: 10px;
}
.main-nav li i {
  font-size: 20px;
  line-height: 1;
}
.contents-header.slider .slides li {
  min-height: 300px !important;
}
@media (max-width: 800px) {
  .main-nav ul {
    padding-top: 15px;
  }
  .main-nav li:last-child {
    margin-left: 0;
  }
  header span.logo-white {
    display: none !important;
  }
  header span.logo-black {
    display: block !important;
  }
  .contents-header {
    margin-top: 56px;
  }
  .hero-content.hero-content-single {
    top: 60%;
  }
  .contents-header.slider .slides li {
    min-height: 200px !important;
  }
}
@media (max-width: 419px) {
  .contents-header.slider .slides li {
    min-height: 150px !important;
  }
}
/* footer */
footer {
  background: #080404;
  padding: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}
.footer-logo {
  display: table;
}
.footer-logo > p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
}
.instyle-logo {
  margin-top: 15px;
  text-align: right;

}


.copyright {
  margin-top: 30px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  .footer-logo, .footer-logo > p {
    display: block;
    margin-bottom: 10px;
  }
  .footer-address {
    margin-bottom: 40px !important;
  }
  .instyle-logo {
    text-align: center;
  }
  .provision_qr {
    margin-bottom: 40px;
  }
}


/* home */
.new-list-item {
  margin-bottom: 5px;
}

.resto {
  background: #f0f0f0;
}
.monthly-fee h4 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.block-form {
  background: #f0f0f0;
}
.block-content.special {
  padding: 5px 30px 30px !important;
}
.block-content.special p {
  line-height: 1.4;
}
.block-content.special .title-small {
  padding-bottom: 10px;
}
.block-content.special:after {
  content: none !important;
}
.sp-1-wrap .background-img {
  background-position: center bottom !important;
}
.h2-s-1 a {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  font-family: 'Kristi', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.home-about-topic {
  font-size: 12px;
  line-height: 1.4;
}
.table-membership-fee {
  table-layout: fixed;
}
.table-membership-fee th {
  font-weight: bold;
  vertical-align: middle !important;
}
@media (max-width: 991px) {
  .about-wrap {
    max-width: 450px;
  }
  .about-wrap .block-img.special {
    height: 300px;
  }
  .about-wrap .block-content.special {
    position: inherit;
  }
  .block-special:hover, .block-special.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 40;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }
}
@media (max-width: 767px) {
  .about-wrap .block-img.special {
    height: 200px;
  }
  .home-about-text {
    text-align: left;
  }
  .home-about-text br {
    display: none;
  }
}
.content-intro {
  display: table;
  width: 100%;
  min-height: 500px;
}
.content-intro > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 80px 30px;
  background: #f0f0f0;
}
.content-intro > div:first-child {
  background: url("../img/concept_img.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .content-intro {
    display: block;
    width: 100%;
    min-height: auto;
  }
  .content-intro > div {
    display: block;
    width: 100%;
    min-height: 200px;
    padding: 40px;
  }
}
.mask-circle {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  margin: 20px auto;
  overflow: hidden;
}
/* menu */
.block-tabs li {
  font-family: 'Lato-Medium', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.menu .block-content p {
  padding-bottom: 10px;
  display: table;
  width: 100%;
}
.menu .block-content p:before {
  content: '\e8d7';
  font-family: "fontello";
  width: 25px;
  text-align: center;
  color: #ccc;
}
.menu .block-content p span,
.menu .block-content p:before {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 479px) {
  .menu .block-cat h2 {
    font-size: 50px;
  }
}

.course-menu_order {
  padding-left: 25px;
}


/* faq */
.block-tabs li {
  font-family: 'Lato-Medium', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.faq .block-content p {
  padding-bottom: 10px;
  display: table;
  width: 100%;
}
.faq .block-content p:before {
  content: '\e8d7';
  font-family: "fontello";
  width: 25px;
  text-align: center;
  color: #ccc;
}
.faq .block-content p span,
.faq .block-content p:before {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 479px) {
  .faq .block-cat h2 {
    font-size: 50px;
  }
}

.course-faq_order {
  padding-left: 25px;
}

.faq-category_list {
  padding: 10px 0;
}

.faq-category_list_link {
  color: #a68b7c;
}

/* contact */
#map {
  height: 700px;
}
.map-wrap {
  background: #f0f0f0;
}
.map-wrap .border-bottom {
  border-color: #ccc;
}
.map-wrap .row > div:last-child {
  padding: 50px;
}
.map-wrap .cta-area-tel a {
  color: #0c000c;
}
@media (max-width: 767px) {
  #map {
    height: 300px;
  }
}
/* concept */
.concept-situation {
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
  padding-top: 10px;
}
.concept-situation li {
  font-size: 16px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding: 0 10px 10px 10px;
}

/* terms */
.container-terms {
  margin-top: 40px;
  margin-bottom: 80px;
}
.container-terms div {
  margin-top: 40px;
}
.container-terms p {
  margin-bottom: 20px;
}

/* footer */
footer a {
  color: #fff;
}

/* reservation form */

input[type="password"].reservation-password {
    /* width: 50%; */
    display: block;
    margin: 0 auto;
}

.error-pass {
  margin: 0 auto;
  color: red;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .error-pass {
    font-size: 12px;
  }
}


@media (max-width: 767px) {

  .btn_reservation-form {
    display: block;
    width: 100%;
    min-height: auto;
    outline: 0;
  }

  input[type="password"].reservation-password {
      width: 100%;
  }

}

 .fa-chevron-right:before {
    margin-left: 10px;
}
