@charset "UTF-8";
/*------------------------------------- */
/* 下層ページ全体 */
/*------------------------------------- */
.submain {
  padding: 100px 0;
  background: #FFF;
  color: #000; }

@media screen and (max-width: 768px) {
  .submain {
    padding: 50px 0; } }
.submain02 {
  padding: 100px 0;
  background: #111;
  color: #FFF; }

@media screen and (max-width: 768px) {
  .submain02 {
    padding: 50px 0; } }
/*------------------------------------- */
/* タイトル */
/*------------------------------------- */
.subtitle01 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  line-height: 160%; }

@media screen and (max-width: 768px) {
  .subtitle01 {
    font-size: 24px; } }
.subtitle02 {
  font-size: 40px;
  font-weight: bold; }

@media screen and (max-width: 900px) {
  .subtitle02 {
    font-size: 36px; } }
@media screen and (max-width: 768px) {
  .subtitle02 {
    font-size: 24px; } }
.subtitle02-w {
  font-size: 40px;
  color: #fff; }

@media screen and (max-width: 900px) {
  .subtitle02-w {
    font-size: 36px; } }
@media screen and (max-width: 768px) {
  .subtitle02-w {
    font-size: 24px; } }
/*------------------------------------- */
/* テキスト */
/*------------------------------------- */
.subtext01 {
  color: #000;
  font-size: 24px;
  line-height: 160%; }

@media screen and (max-width: 768px) {
  .subtext01 {
    font-size: 18px; } }
.subtext02 {
  font-size: 18px;
  font-family: 'copperplate', 'serif'; }

@media screen and (max-width: 768px) {
  .subtext02 {
    font-size: 16px; } }
/*------------------------------------- */
/* 入会 */
/*------------------------------------- */
.plan-waku-sub {
  border: 1px solid #222;
  border-radius: 20px;
  padding: 20px;
  color: #222; }

.bg-step {
  background: #F0F0F0;
  padding: 70px 0 40px 0; }

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%; } }
.col-15 {
  width: 20%;
  flex: 0 0 20%; }

.circle {
  position: relative;
  width: 100px;
  height: 100px;
  border: #222 2px solid;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  background: #FFF; }

@media (max-width: 820px) {
  .circle {
    width: 50px;
    height: 50px; } }
.circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (max-width: 820px) {
  .circle-inner {
    top: 20%;
    left: 50%; } }
.circle-text01 {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%; }

.circle-unselected {
  opacity: 0.5; }

/*------------------------------------- */
/* 会員専用ページ */
/*------------------------------------- */
.membercard {
  background: #121212;
  color: #80692C;
  border-radius: 20px;
  padding: 50px 30px;
  text-align: center;
  width: 50%;
  font-size: 18px; }

@media screen and (max-width: 1200px) {
  .membercard {
    width: 70%; } }
@media screen and (max-width: 768px) {
  .membercard {
    width: 90%; } }
.membercard-img01 {
  width: 60%;
  margin: 0 auto; }

/*------------------------------------- */
/* ブログ */
/*------------------------------------- */
.pagenation-waku01 {
  border: #222 solid 1px;
  padding: 10px; }

.pagenation-img01 {
  height: 70px;
  object-fit: cover; }

.slider-waku01 {
  width: 100%;
  min-height: 380px;
  background: #FFF;
  border: #222 solid 1px;
  margin-right: 20px; }

.slider-waku01-inner {
  padding: 20px; }

.slider-img01 {
  width: 100%;
  height: 180px;
  object-fit: cover; }

.blogtitle01 {
  font-size: 24px;
  font-family: 'copperplate', 'serif';
  line-height: 140%; }

@media screen and (max-width: 768px) {
  .blogtitle01 {
    font-size: 18px; } }
.blogtext01 {
  font-size: 18px;
  font-family: 'copperplate', 'serif';
  line-height: 140%; }

@media screen and (max-width: 768px) {
  .blogtext01 {
    font-size: 16px; } }
.blogtext02 {
  font-size: 16px;
  font-family: 'copperplate', 'serif';
  line-height: 140%; }

@media screen and (max-width: 768px) {
  .blogtext01 {
    font-size: 14px; } }
.slick-slide {
  margin: 10px !important; }

.slick-prev {
  display: none !important; }

.slick-ntext {
  display: none !important; }

/*------------------------------------- */
/* SpecialMenu */
/*------------------------------------- */
#formWrap {
  margin: 0px auto 0;
  width: 70%; }

@media screen and (max-width: 570px) {
  #formWrap {
    margin: 0px auto 0;
    width: 100%; } }
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }
  table.formTable td {
    border: none;
    padding: 4px; }
  table.formTable th {
    border: none;
    padding: 4px;
    width: 30%;
    font-weight: normal;
    background: #FFF;
    text-align: right; }

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto; }

  table.formTable th, table.formTable td {
    width: auto;
    display: block; }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0; }

  /* エレメントに直接スタイルを当ててはいけない！
    input[type="text"], textarea {
      padding: 5px;
      font-size: 110%;
      display: block;
    }
  
    input {
      &[type="submit"], &[type="reset"], &[type="button"] {
        display: block;
        width: 100%;
        height: 40px;
      }
    }
  */ }
.formbtn01 {
  background: #C85866;
  color: #FFF !important;
  width: 100%;
  font-weight: bold;
  padding: 10px; }

.formbtn02 {
  background-color: #FFF !important;
  color: #111 !important; }

.formbtn03 {
  background: #B0B0B0;
  color: #FFF !important;
  width: 100%;
  font-weight: bold;
  padding: 10px; }

.pricetext01 {
  font-size: 32px; }

@media screen and (max-width: 768px) {
  .pricetext01 {
    font-size: 24px; } }
.menudetail {
  padding: 100px 0px 50px 0; }
  .menudetail p {
    font-size: 20px; }

@media screen and (max-width: 570px) {
  .menudetail {
    padding: 30px 0; } }
@media screen and (max-width: 768px) {
  .menudetail p {
    font-size: 16px; } }
@media screen and (max-width: 570px) {
  .menudetail p {
    font-size: 14px; } }
/*------------------------------------- */
/* マイページ */
/*------------------------------------- */
.tab-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.tab-item {
  width: 32%;
  border: solid 1px;
  text-align: center;
  padding: 10px 0;
  background: #FFF;
  color: #222; }
  .tab-item a {
    color: #222;
    display: block; }
  .tab-item a:hover, .tab-item a:focus {
    color: #222; }

.tab-item-active {
  border: solid 1px;
  background: #030C18;
  color: #FFF; }
  .tab-item-active a {
    color: #FFF;
    display: block; }
  .tab-item-active a:hover, .tab-item-active a:focus {
    color: #FFF; }

/*　テーブル　*/
.tbl01 {
  width: 100%; }

.tbl01 table {
  width: 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.tbl01 th {
  vertical-align: middle;
  margin-right: 5%; }

.tbl01 th, .tbl01 td {
  border-bottom: 1px solid #fff;
  padding: 16px 10px;
  word-break: break-all; }

.tbl01 .tbl03-btn {
  text-align: right; }

@media screen and (max-width: 570px) {
  .tbl01 table {
    width: 100% !important; }

  .tbl01 table th {
    width: 100% !important;
    height: 100%;
    display: block;
    　background: #666; }

  .tbl01 table td {
    width: 100% !important;
    height: 100%;
    display: block; }

  .tbl01 .tbl01-btn {
    text-align: center; } }
/*tbl02*/
.tbl02.tbl-line tr {
  border-bottom: solid 1px #fff; }

.tbl02.tbl-line tr th, .tbl02.tbl-line tr td {
  padding: 30px 0; }

.tbl02.tbl-line tr th {
  width: 35%; }

@media screen and (max-width: 1000px) {
  .tbl02 table {
    width: 100%; }

  .tbl02 table tr {
    margin-bottom: 15px;
    display: block; }

  .tbl02 table th, .tbl02 table td, .tbl02 table input {
    display: block;
    width: 100% !important; }

  .tbl02 table .sp-m {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .tbl02.tbl-line tr th {
    padding: 5px 0 15px; }

  .tbl02.tbl-line tr td {
    padding: 0 0 20px; } }
/*　幅　*/
.td-width01 {
  width: 25%; }

@media screen and (max-width: 1000px) {
  .td-width01 {
    width: 100%; } }
/*　フォームボタン　*/
.btn-edit01 {
  margin: 0 auto;
  display: block;
  width: 300px;
  line-height: 3;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0; }

@media screen and (max-width: 670px) {
  .btn-edit01 {
    width: 160px; } }
.btn-edit02 {
  margin: 0 auto;
  display: block;
  width: 300px;
  line-height: 3;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0;
  border: none;
  background: #C85866;
  color: #FFF; }

@media screen and (max-width: 670px) {
  .btn-edit02 {
    width: 160px; } }
/*　備考エリア　*/
.caution-area01 {
  background: #ccc;
  padding: 20px;
  color: #222; }

.maintext {
  width: 60%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

@media screen and (max-width: 1200px) {
  .maintext {
    width: 85%; } }
@media screen and (max-width: 768px) {
  .maintext {
    top: 48%; } }
@media screen and (max-width: 570px) {
  .maintext {
    width: 100%; } }
/*yoshigoe 追記*/
.carousel-inner {
  margin: 0 auto;
  width: 90%; }
  .carousel-inner .img-fluid {
    width: 100%; }

@media screen and (max-width: 576px) {
  /*.box04, */
  .carousel-inner {
    width: 100%; } }
