@charset "UTF-8";
.layout {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .layout {
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    .layout {
      padding: 0 10px; } }

.br_sp-s {
  display: none; }
  @media screen and (max-width: 480px) {
    .br_sp-s {
      display: block; } }

.pc-only {
  display: block; }
  @media screen and (max-width: 480px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp-only {
      display: block; } }

#contents .pc-only {
  display: block; }
  @media screen and (max-width: 768px) {
    #contents .pc-only {
      display: none; } }
#contents .sp-only {
  display: none; }
  @media screen and (max-width: 768px) {
    #contents .sp-only {
      display: block; } }
#contents .section-title h2 {
  text-align: center;
  margin: 40px auto 20px; }
  #contents .section-title h2 img {
    max-width: 136px; }
#contents .section-title .sabu-title {
  text-align: center;
  margin: 40px auto 20px; }
  #contents .section-title .sabu-title img {
    max-width: 246px; }
#contents .section-title .h-coment {
  text-align: right;
  font-size: 19px;
  line-height: 1.3em;
  margin-top: -10px;
  padding-right: 30px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
  @media screen and (max-width: 768px) {
    #contents .section-title .h-coment {
      font-size: 16px;
      padding-right: 5px; } }
#contents .section-plan01 h2 {
  text-align: center;
  background: #004ea2;
  padding: 10px 0;
  margin-top: 10px; }
  #contents .section-plan01 h2 img {
    max-width: 224px; }
#contents .section-plan01 .txt {
  font-size: 22px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    #contents .section-plan01 .txt {
      font-size: 18px;
      text-align: left; } }
#contents .section-plan01 .plan-box {
  border: 1px solid #4f4d4d;
  max-width: 730px;
  margin: 10px auto 20px;
  padding: 10px 30px; }
  #contents .section-plan01 .plan-box .plan-txt {
    font-size: 22px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center; }
    @media screen and (max-width: 768px) {
      #contents .section-plan01 .plan-box .plan-txt {
        font-size: 14px; } }
#contents .section-plan01 .price-box {
  border-bottom: 3px solid #004ea2;
  max-width: 836px;
  margin: 20px auto 40px;
  padding: 0 10px; }
  #contents .section-plan01 .price-box .box-coment {
    background: #004ea2;
    max-width: 175px;
    padding: 5px 0 3px;
    border-radius: 10px; }
    #contents .section-plan01 .price-box .box-coment p {
      font-size: 13px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      text-align: center;
      color: #ffff; }
  #contents .section-plan01 .price-box .box-inner::before, #contents .section-plan01 .price-box .box-inner::after {
    content: '';
    display: table; }
  #contents .section-plan01 .price-box .box-inner::after {
    clear: both; }
  #contents .section-plan01 .price-box .box-inner .price-title {
    float: left;
    width: 35%; }
    @media screen and (max-width: 768px) {
      #contents .section-plan01 .price-box .box-inner .price-title {
        float: none;
        width: 100%; } }
    #contents .section-plan01 .price-box .box-inner .price-title h3 {
      font-size: 22px;
      padding-top: 10px; }
  #contents .section-plan01 .price-box .box-inner .price {
    float: left;
    width: 65%;
    font-size: 30px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: right; }
    @media screen and (max-width: 768px) {
      #contents .section-plan01 .price-box .box-inner .price {
        font-size: 26px;
        float: none;
        width: 100%; } }
    #contents .section-plan01 .price-box .box-inner .price span {
      font-size: 20px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      text-align: center; }
      @media screen and (max-width: 768px) {
        #contents .section-plan01 .price-box .box-inner .price span {
          font-size: 16px; } }
    #contents .section-plan01 .price-box .box-inner .price .txt-red {
      font-size: 30px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      text-align: right;
      color: #e60012;
      padding-left: 10px; }
      @media screen and (max-width: 768px) {
        #contents .section-plan01 .price-box .box-inner .price .txt-red {
          font-size: 25px; } }
#contents .section-plan01 .price-coment {
  text-align: center;
  font-size: 21px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin-bottom: 40px; }
#contents .section-plan01 .campaign {
  text-align: center;
  font-size: 22px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #d70051;
  margin: 20px auto; }
  @media screen and (max-width: 768px) {
    #contents .section-plan01 .campaign {
      font-size: 18px; } }
#contents .section-plan01 .info {
  text-align: center;
  font-size: 21px;
  margin-bottom: 50px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
#contents .section-plan02 h2 {
  text-align: center;
  background: #004ea2;
  padding: 10px 0;
  margin-top: 10px; }
  #contents .section-plan02 h2 img {
    max-width: 224px; }
#contents .section-plan02 .txt {
  font-size: 22px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    #contents .section-plan02 .txt {
      font-size: 18px;
      text-align: left; } }
#contents .section-plan02 .plan-box {
  border: 1px solid #4f4d4d;
  max-width: 730px;
  margin: 10px auto 20px;
  padding: 10px 30px; }
  #contents .section-plan02 .plan-box .plan-txt {
    font-size: 22px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center; }
    @media screen and (max-width: 768px) {
      #contents .section-plan02 .plan-box .plan-txt {
        font-size: 14px; } }
#contents .section-plan02 .price-box {
  border-bottom: 3px solid #004ea2;
  max-width: 355px;
  margin: 20px auto 30px; }
  #contents .section-plan02 .price-box .price {
    font-size: 30px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center; }
    @media screen and (max-width: 768px) {
      #contents .section-plan02 .price-box .price {
        font-size: 26px; } }
    #contents .section-plan02 .price-box .price span {
      font-size: 20px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      text-align: center; }
      @media screen and (max-width: 768px) {
        #contents .section-plan02 .price-box .price span {
          font-size: 18px; } }
#contents .section-plan02 .box-under {
  margin-bottom: 60px; }
#contents .section-plan03 h2 {
  text-align: center;
  background: #004ea2;
  padding: 10px 0;
  margin-top: 10px; }
  #contents .section-plan03 h2 img {
    max-width: 127px; }
#contents .section-plan03 .txt-red {
  color: #d70051;
  font-size: 22px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    #contents .section-plan03 .txt-red {
      font-size: 18px; } }
#contents .section-plan03 .txt {
  font-size: 22px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center; }
  @media screen and (max-width: 768px) {
    #contents .section-plan03 .txt {
      font-size: 18px;
      text-align: left; } }
  #contents .section-plan03 .txt span {
    color: #004ea2;
    font-weight: 700; }
#contents .section-plan03 .plan-box {
  border: 1px solid #4f4d4d;
  max-width: 730px;
  margin: 10px auto 20px;
  padding: 10px 30px; }
  #contents .section-plan03 .plan-box .plan-txt {
    font-size: 22px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center; }
    @media screen and (max-width: 768px) {
      #contents .section-plan03 .plan-box .plan-txt {
        font-size: 14px; } }
#contents .section-plan03 .price-box {
  border-bottom: 3px solid #004ea2;
  max-width: 355px;
  margin: 20px auto; }
  #contents .section-plan03 .price-box .price {
    font-size: 30px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center; }
    @media screen and (max-width: 768px) {
      #contents .section-plan03 .price-box .price {
        font-size: 26px; } }
    #contents .section-plan03 .price-box .price span {
      font-size: 22px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      text-align: center; }
      @media screen and (max-width: 768px) {
        #contents .section-plan03 .price-box .price span {
          font-size: 18px; } }
#contents .section-plan03 .box-coment {
  background: #004ea2;
  max-width: 397px;
  margin: 0 auto 60px;
  border-radius: 10px; }
  @media screen and (max-width: 480px) {
    #contents .section-plan03 .box-coment {
      margin-bottom: 40px; } }
  #contents .section-plan03 .box-coment p {
    font-size: 21px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center;
    color: #ffff; }
    @media screen and (max-width: 768px) {
      #contents .section-plan03 .box-coment p {
        font-size: 17px; } }
#contents .price-list .big-coment {
  font-size: 42px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  color: #004ea2;
  font-weight: 500;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #contents .price-list .big-coment {
      font-size: 38px;
      line-height: 1.3em; } }
  @media screen and (max-width: 480px) {
    #contents .price-list .big-coment {
      font-size: 26px;
      font-weight: bold; } }
#contents .price-list .t-price {
  font-size: 22px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  width: 100%; }
  @media screen and (max-width: 768px) {
    #contents .price-list .t-price {
      font-size: 18px; } }
  #contents .price-list .t-price .thead {
    text-align: center;
    padding: 10px; }
    @media screen and (max-width: 480px) {
      #contents .price-list .t-price .thead {
        display: none; } }
  #contents .price-list .t-price th {
    background: #004ea2;
    color: #fff; }
    @media screen and (max-width: 480px) {
      #contents .price-list .t-price th {
        display: block; } }
  #contents .price-list .t-price .th1 {
    width: 400px; }
  #contents .price-list .t-price .th2 {
    width: 100px; }
  #contents .price-list .t-price .th3 {
    width: 300px; }
  #contents .price-list .t-price .th4 {
    width: 170px; }
  #contents .price-list .t-price td {
    padding: 5px; }
    @media screen and (max-width: 480px) {
      #contents .price-list .t-price td {
        display: block; } }
  #contents .price-list .t-price .tr-c {
    text-align: center; }
    @media screen and (max-width: 480px) {
      #contents .price-list .t-price .tr-c {
        text-align: left; } }
  @media screen and (max-width: 480px) {
    #contents .price-list .t-price .tr-c:before {
      content: "時間：";
      padding-left: 20px; } }
  #contents .price-list .t-price .td-left {
    padding: 5px 5px 5px 40px; }
    @media screen and (max-width: 480px) {
      #contents .price-list .t-price .td-left {
        border: 3px solid #004ea2; } }
  #contents .price-list .t-price .t-top {
    padding-top: 20px; }
    @media screen and (max-width: 480px) {
      #contents .price-list .t-price .t-top {
        padding: 5px 0;
        border: none;
        background: #004ea2;
        color: #fff;
        margin-bottom: 10px;
        text-align: center; } }
  #contents .price-list .t-price .td-r {
    text-align: right;
    padding-right: 100px; }
    @media screen and (max-width: 480px) {
      #contents .price-list .t-price .td-r {
        padding-right: 0;
        text-align: left; } }
  @media screen and (max-width: 480px) {
    #contents .price-list .t-price .td-r:before {
      content: "サブスク会員様料金：";
      padding-left: 20px; } }
  #contents .price-list .t-price .td-rb {
    text-align: right;
    padding-right: 30px; }
    @media screen and (max-width: 480px) {
      #contents .price-list .t-price .td-rb {
        padding-right: 0;
        text-align: left;
        margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    #contents .price-list .t-price .td-rb:before {
      content: "ビジター料金：";
      padding-left: 20px; } }
#contents .txt-rigth {
  text-align: right;
  padding-right: 20px;
  margin: 20px 0;
  font-size: 19px; }
#contents .beauty-box {
  border: 1px solid #004ea2;
  max-width: 595px;
  margin: 50px auto 50px; }
  #contents .beauty-box .box-txt {
    text-align: center;
    margin: 20px auto 10px; }
    #contents .beauty-box .box-txt img {
      max-width: 222px; }
  #contents .beauty-box .link-btn {
    text-align: center;
    margin-bottom: 20px; }
    #contents .beauty-box .link-btn p {
      margin: 10px auto 5px; }
    #contents .beauty-box .link-btn img {
      max-width: 327px; }
    #contents .beauty-box .link-btn a:hover {
      opacity: 0.5; }
#contents .qr-code .bk-qr-box {
  position: relative;
  max-width: 700px;
  margin: 0 auto; }
#contents .qr-code .bk-qr {
  text-align: center;
  margin-bottom: 50px; }
  #contents .qr-code .bk-qr img {
    max-width: 700px; }
#contents .qr-code .down-a {
  position: absolute;
  top: 34%;
  left: 74%; }
  @media screen and (max-width: 480px) {
    #contents .qr-code .down-a {
      right: 2%; } }
  #contents .qr-code .down-a img {
    max-width: 165px; }
    @media screen and (max-width: 480px) {
      #contents .qr-code .down-a img {
        max-width: 90px; } }
  #contents .qr-code .down-a a:hover {
    opacity: 0.8; }
#contents .qr-code .down-g {
  position: absolute;
  top: 65%;
  left: 74%; }
  @media screen and (max-width: 480px) {
    #contents .qr-code .down-g {
      right: 2%; } }
  #contents .qr-code .down-g img {
    max-width: 165px; }
    @media screen and (max-width: 480px) {
      #contents .qr-code .down-g img {
        max-width: 90px; } }
  #contents .qr-code .down-g a:hover {
    opacity: 0.8; }
#contents .contact-btn {
  background: #004ea2;
  max-width: 450px;
  margin: 0 auto 80px;
  padding: 10px; }
  #contents .contact-btn .btn-box::before, #contents .contact-btn .btn-box::after {
    content: '';
    display: table; }
  #contents .contact-btn .btn-box::after {
    clear: both; }
  #contents .contact-btn .btn-box .c-left {
    float: left;
    width: 30%;
    margin-top: 10px; }
    #contents .contact-btn .btn-box .c-left img {
      max-width: 103px; }
  #contents .contact-btn .btn-box .c-center {
    float: left;
    width: 45%; }
    #contents .contact-btn .btn-box .c-center .c-title {
      margin-top: 10px; }
      #contents .contact-btn .btn-box .c-center .c-title img {
        max-width: 141px; }
    #contents .contact-btn .btn-box .c-center .c-tel {
      margin-left: 15px; }
      #contents .contact-btn .btn-box .c-center .c-tel img {
        max-width: 165px; }
  #contents .contact-btn .btn-box .c-mail {
    float: left;
    width: 25%;
    text-align: center; }
    #contents .contact-btn .btn-box .c-mail img {
      max-width: 69px; }
  #contents .contact-btn .btn-box a:hover {
    opacity: 0.5; }
