@charset "UTF-8";
/*-------------------------------------------
utility
-------------------------------------------*/
/*-----color-----*/
.red {
  color: #c8161d; }

.white {
  color: #ffffff; }

.mark_yellow {
  background: linear-gradient(transparent 60%, #fdd23e 60%); }

/*-----text-----*/
.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.bold {
  font-weight: bold; }

strong {
  font-weight: bold; }

.line {
  text-decoration: underline; }

/*-----font_size-----*/
.notes {
  font-size: 13px; }
  @media (max-width: 767px) {
    .notes {
      font-size: 11px; } }

/*-----margin-----*/
.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb150 {
  margin-bottom: 150px !important; }

/*-----padding-----*/
.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

/*-------------------------------------------
common
-------------------------------------------*/
.sp {
  display: none; }

.pc {
  display: block; }

img {
  vertical-align: bottom; }

a:link {
  color: #333333;
  text-decoration: underline; }
a:visited {
  color: #333333; }
a:hover {
  color: #c8161d;
  text-decoration: none; }
a:active {
  color: #333333; }
a:hover img {
  opacity: 0.7; }

.wrap {
  min-width: 1200px; }

.inner {
  width: 1200px;
  margin: 0 auto; }

/*-----header-----*/
.header {
  border-bottom: 1px solid #f8f8f8;
  overflow: hidden; }
  .header__logo {
    float: left;
    margin-top: 16px;
    margin-left: 20px; }
    .header__logo img {
      width: 162px; }
    .header__logo a:hover img {
      opacity: 1; }
  .header__gnavi .gnavi__list {
    float: right;
    text-align: right; }
    .header__gnavi .gnavi__list li {
      font-weight: bold;
      display: inline-block;
      padding: 0 13px 0; }
      .header__gnavi .gnavi__list li a {
        transition: all  0.3s ease; }
        .header__gnavi .gnavi__list li a:link {
          color: #333333;
          text-decoration: none; }
        .header__gnavi .gnavi__list li a:hover {
          color: #c8161d; }
      .header__gnavi .gnavi__list li:last-child {
        padding: 0 0 0 13px; }
        .header__gnavi .gnavi__list li:last-child a {
          color: #ffffff;
          display: inline-block;
          padding: 30px 30px 26px;
          background-color: #c8161d; }
          .header__gnavi .gnavi__list li:last-child a:hover {
            background-color: #333333; }

/*-----trial-----*/
.trial {
  text-align: center;
  background-color: #feebeb; }
  .trial__bg {
    background: url("../img/common/bg_trial.gif") no-repeat center 14px;
    padding: 50px 0 50px; }
  .trial__ttl {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 7px; }
  .trial__tour {
    font-size: 16px;
    color: #c8161d;
    font-weight: bold;
    margin-bottom: 22px; }
  .trial__txt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 17px; }
  .trial__link a {
    display: block;
    width: 800px;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0 15px;
    border: 2px solid #333333;
    background-color: #f8f8f8; }
    .trial__link a:link {
      text-decoration: none; }
    .trial__link a:hover {
      color: #c8161d;
      opacity: 1; }
  .trial__link .link__detail {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: underline; }
  .trial__link .link__rental {
    font-size: 14px;
    color: #c8161d;
    font-weight: bold; }

/*-----footer-----*/
.footer {
  color: #ffffff;
  background-color: #333333; }
  .footer__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 50px; }
  .footer__top {
    overflow: hidden;
    margin-bottom: 50px; }
    .footer__top .top__logo {
      float: left;
      margin-right: 30px; }
      .footer__top .top__logo img {
        width: 180px; }
    .footer__top .top__list {
      float: left;
      font-size: 14px;
      width: 610px; }
      .footer__top .top__list li {
        display: inline-block;
        margin-left: 14px; }
        .footer__top .top__list li:first-child, .footer__top .top__list li:nth-child(8) {
          margin-left: 0; }
        .footer__top .top__list li a {
          color: #ffffff; }
          .footer__top .top__list li a:link {
            text-decoration: none; }
          .footer__top .top__list li a:hover {
            opacity: 0.7; }
    .footer__top .top__insta {
      float: right; }
  .footer__bottom {
    position: relative;
    font-size: 14px;
    overflow: hidden; }
    .footer__bottom .bottom__tel {
      float: left;
      border-right: 1px solid #ffffff;
      padding-right: 30px; }
      .footer__bottom .bottom__tel .tel__shop {
        font-weight: bold;
        line-height: 1.2; }
      .footer__bottom .bottom__tel .tel__number {
        font-size: 36px;
        line-height: 1.4; }
        .footer__bottom .bottom__tel .tel__number a {
          font-family: 'Roboto', sans-serif;
          color: #ffffff;
          text-decoration: none;
          pointer-events: none; }
      .footer__bottom .bottom__tel .tel__hours {
        padding-left: 5.5em;
        text-indent: -5.5em; }
    .footer__bottom .bottom__access {
      float: left;
      padding-left: 30px; }
      .footer__bottom .bottom__access a {
        color: #ffffff; }
    .footer__bottom .bottom__copyright {
      position: absolute;
      float: right;
      font-size: 12px;
      padding-left: 30px;
      bottom: 0;
      right: 0; }

/*-----page_ttl-----*/
.page_ttl {
  padding: 110px 0 0;
  text-align: center; }
  .page_ttl h1 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 50px; }
  .page_ttl__mainTxt {
    margin: 0 0 100px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.16em; }

/*-----breadcrumb-----*/
.breadcrumb__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 7px 50px; }
.breadcrumb__list {
  overflow: hidden; }
  .breadcrumb__list .breadcrumb__item {
    float: left;
    font-size: 12px; }
    .breadcrumb__list .breadcrumb__item:first-child a {
      color: #c8161d; }
    .breadcrumb__list .breadcrumb__item:not(:last-child):after {
      content: ">";
      margin: 0 5px 0 4px; }
    .breadcrumb__list .breadcrumb__item a {
      text-decoration: none; }

/*-------------------------------------------
top
-------------------------------------------*/
.mainVisual {
  text-align: center;
  background: url("../img/top/main_visual.jpg") no-repeat center top;
  background-size: cover;
  height: 750px;
  margin: 0 auto; }
  .mainVisual__txt {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 130px;
    text-shadow: 0 0 6px #333333; }
    .mainVisual__txt span {
      font-size: 32px;
      font-weight: normal;
      color: #fdee99; }
  .mainVisual__reservation {
    padding: 90px 0 25px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.6em; }
  .mainVisual__logo img {
    width: 400px; }

.top_information {
  background-color: #e2e2e2;
  font-size: 15px;
  padding: 20px 20px; }
  .top_information__ttl {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-right: 27px; }
  .top_information a:hover {
    color: #c8161d;
    text-decoration: underline;
    opacity: 1; }

.top_trainer {
  margin-top: 140px; }
  .top_trainer p {
    text-align: justify;
    text-justify: distribute; }
  .top_trainer__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
    background-color: #f8f8f8; }
  .top_trainer__about {
    float: left;
    width: 550px;
    margin-right: 50px; }
    .top_trainer__about h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 25px; }
  .top_trainer__data {
    float: left;
    position: relative;
    margin-bottom: 54px; }
    .top_trainer__data .data__ph img {
      width: 500px; }
    .top_trainer__data .data__name {
      position: absolute;
      bottom: 0;
      width: 500px;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.7);
      padding: 20px 20px 15px; }
      .top_trainer__data .data__name .large {
        font-size: 30px; }
      .top_trainer__data .data__name .small {
        font-size: 14px;
        padding-left: 22px; }
  .top_trainer__btn {
    clear: both;
    font-size: 14px;
    margin: 0 auto;
    text-align: center; }
    .top_trainer__btn a {
      color: #ffffff;
      padding: 14px 30px;
      background-color: #333333;
      border-radius: 25px; }
      .top_trainer__btn a:link {
        text-decoration: none; }
      .top_trainer__btn a:hover {
        background-color: #c8161d; }

.top_feature {
  margin-top: 110px; }
  .top_feature p {
    margin-bottom: 40px;
    text-align: justify;
    text-justify: distribute; }
  .top_feature__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 150px; }
  .top_feature__ttl {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px; }
    .top_feature__ttl span {
      font-size: 22px;
      color: #c8161d; }
  .top_feature__btn {
    clear: both;
    font-size: 14px;
    margin: 0 auto 80px auto;
    text-align: center; }
    .top_feature__btn a {
      color: #ffffff;
      padding: 14px 30px;
      background-color: #333333;
      border-radius: 25px; }
      .top_feature__btn a:link {
        text-decoration: none; }
      .top_feature__btn a:hover {
        background-color: #c8161d; }

.top_news__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 200px 0; }
.top_news h2 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px; }
.top_news__list {
  font-size: 14px; }
  .top_news__list .list__item {
    border-bottom: 1px dotted #333333;
    padding-bottom: 12px;
    overflow: hidden;
    margin-bottom: 20px; }
    .top_news__list .list__item .item__date {
      width: 110px;
      font-weight: bold;
      float: left;
      margin: 0 40px 0 10px; }
    .top_news__list .list__item .item__txt {
      float: left; }
    .top_news__list .list__item a:hover {
      color: #c8161d;
      opacity: 1; }
.top_news__link {
  text-align: center;
  font-size: 14px; }
  .top_news__link a:hover {
    color: #c8161d;
    text-decoration: underline;
    opacity: 1; }

.group {
  overflow: hidden;
  margin-bottom: 100px; }
  .group p {
    text-align: justify;
    text-justify: distribute; }
  .group__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 200px 0; }
  .group h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
  .group__hanzomon {
    width: 380px;
    float: left; }
    .group__hanzomon h3 {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 10px; }
    .group__hanzomon .hanzomon__ph img {
      width: 380px;
      margin-bottom: 15px; }
    .group__hanzomon p {
      font-size: 14px; }
  .group__ebisu {
    width: 380px;
    float: right; }
    .group__ebisu h3 {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 10px; }
    .group__ebisu .ebisu__ph img {
      width: 380px;
      margin-bottom: 15px; }
    .group__ebisu p {
      font-size: 14px; }

/*-------------------------------------------
concept
-------------------------------------------*/
.bg_concept {
  background: url("../img/concept/bg_title.jpg") no-repeat center top;
  background-size: cover;
  height: 915px;
  margin: 0 auto; }

.about_corona {
  margin: -540px 0 135px 0;
  text-align: center; }
  .about_corona__inner {
    width: auto; }
  .about_corona__txt {
    color: #ffffff;
    letter-spacing: 0; }
  .about_corona__btn a {
    display: block;
    color: #ffffff;
    width: 200px;
    padding: 8px 0;
    margin: 10px auto 0;
    background-color: #c8161d;
    text-decoration: none;
    border-radius: 25px; }
    .about_corona__btn a:hover {
      opacity: 0.7; }

.feature p {
  text-align: justify;
  text-justify: distribute; }
.feature__inner {
  width: 1100px;
  margin: 0 auto; }
.feature__continuation {
  background: url("../img/concept/bg_continuation.jpg") no-repeat center top;
  padding: 50px 0 35px 80px;
  overflow: hidden;
  height: 430px; }
  .feature__continuation .continuation__txt {
    float: left;
    width: 430px; }
    .feature__continuation .continuation__txt h2 {
      margin: 0 0 35px;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.78; }
  .feature__continuation .continuation__ph {
    float: left;
    margin: -10px 0 0; }
.feature__point {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  overflow: hidden;
  margin: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .feature__point .point__item {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    width: 50%;
    padding: 40px 40px 20px; }
    .feature__point .point__item h3 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px; }

.support {
  text-align: center;
  margin: 0 0 100px; }
  .support__inner {
    width: 1100px;
    margin: 0 auto; }
  .support h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px; }
  .support p {
    padding: 0 110px;
    text-align: left;
    margin: 0 0 25px;
    text-align: justify;
    text-justify: distribute; }
  .support__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .support__point .point__item {
      border: 1px solid #e4e4e4;
      box-shadow: 0 0 4px 0 #d3d3d3;
      width: 260px;
      padding: 185px 0 20px; }
      .support__point .point__item dl dt {
        color: #c8161d;
        font-weight: bold;
        margin: 0 0 5px; }
      .support__point .point__item dl dd {
        font-size: 18px;
        font-weight: bold; }
    .support__point .bg1 {
      background: url("../img/concept/img_support_01.jpg") center 20px no-repeat; }
    .support__point .bg2 {
      background: url("../img/concept/img_support_02.jpg") center 20px no-repeat; }
    .support__point .bg3 {
      background: url("../img/concept/img_support_03.jpg") center 20px no-repeat; }
    .support__point .bg4 {
      background: url("../img/concept/img_support_04.jpg") center 20px no-repeat; }

.diet {
  text-align: center;
  margin: 0 0 100px; }
  .diet p {
    text-align: justify;
    text-justify: distribute; }
  .diet__inner {
    width: 940px;
    margin: 0 auto; }
  .diet h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px; }
  .diet__advice {
    overflow: hidden;
    margin: 0 0 40px; }
    .diet__advice h3 {
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 20px; }
    .diet__advice p {
      text-align: left;
      float: left;
      width: 570px; }
    .diet__advice .advice__ph img {
      float: right;
      width: 350px; }
  .diet__coordinator {
    overflow: hidden; }
    .diet__coordinator .coordinator__ph img {
      float: left;
      width: 230px;
      margin-right: 30px; }
    .diet__coordinator .coordinator__txt {
      text-align: left;
      float: left;
      font-size: 14px;
      width: 680px; }
      .diet__coordinator .coordinator__txt .txt__name {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 15px; }
        .diet__coordinator .coordinator__txt .txt__name span {
          font-size: 14px; }

.coronavirus {
  overflow: hidden;
  text-align: center;
  margin: 0 0 125px; }
  .coronavirus p {
    text-align: justify;
    text-justify: distribute; }
  .coronavirus__inner {
    width: 940px;
    margin: 0 auto; }
  .coronavirus h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px; }
  .coronavirus h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px; }
  .coronavirus__txt {
    text-align: left;
    float: left;
    width: 565px; }
  .coronavirus__ph img {
    float: right;
    width: 350px; }

.concept {
  color: #ffffff;
  background: url("../img/concept/bg_concept.jpg") center top no-repeat; }
  .concept__inner {
    width: 940px;
    margin: 0 auto 0;
    padding: 80px 0 100px; }
  .concept h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 70px; }
  .concept__subHeading {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin: 0 0 110px; }
  .concept h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 45px; }
  .concept__txt {
    text-align: justify;
    text-justify: distribute; }

/*-------------------------------------------
staff
-------------------------------------------*/
.bg_staff {
  height: 915px;
  margin: 0 auto;
  background: url("../img/staff/bg_title.jpg") no-repeat center top;
  background-size: cover; }

.trainer {
  margin: -345px 0 80px; }
  .trainer p, .trainer ul li {
    text-align: justify;
    text-justify: distribute; }
  .trainer__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #e4e4e4;
    background-color: #ffffff; }
  .trainer__introduction {
    margin: 0 0 90px;
    overflow: hidden; }
    .trainer__introduction .introduction__career {
      float: left;
      width: 280px;
      margin-right: 48px; }
      .trainer__introduction .introduction__career img {
        width: 280px;
        margin: 0 0 35px; }
      .trainer__introduction .introduction__career ul {
        margin: 0 0 15px; }
        .trainer__introduction .introduction__career ul li {
          font-size: 13px; }
      .trainer__introduction .introduction__career p {
        font-size: 13px; }
    .trainer__introduction .introduction__interview {
      float: left;
      width: 670px; }
      .trainer__introduction .introduction__interview .interview__name {
        margin: 0 0 50px; }
        .trainer__introduction .introduction__interview .interview__name h2 {
          font-size: 36px;
          font-weight: bold;
          line-height: 1.5; }
        .trainer__introduction .introduction__interview .interview__name .name__alphabet {
          margin: 0 0 10px;
          font-size: 14px;
          font-weight: bold; }
        .trainer__introduction .introduction__interview .interview__name .name__title {
          font-size: 14px; }
      .trainer__introduction .introduction__interview .interview__body h3 {
        margin: 0 0 30px;
        font-size: 26px;
        font-weight: bold; }
      .trainer__introduction .introduction__interview .interview__body p {
        margin: 0 0 50px; }
  .trainer__vision {
    overflow: hidden; }
    .trainer__vision h2 {
      float: left;
      width: 280px;
      height: 150px;
      margin-right: 48px;
      padding: 15px;
      background-color: #c8161d;
      color: #ffffff;
      font-size: 22px;
      ine-height: 1.5; }
    .trainer__vision .vision__body {
      float: left;
      width: 670px; }
      .trainer__vision .vision__body .body__txt {
        margin: 0 0 50px; }
        .trainer__vision .vision__body .body__txt h3 {
          margin: 0 0 20px;
          font-size: 20px;
          font-weight: bold; }

.message {
  margin: 0 0 75px; }
  .message p {
    text-align: justify;
    text-justify: distribute; }
  .message__inner {
    width: 1100px;
    margin: 0 auto; }
  .message h2 {
    margin: 0 0 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: center; }
  .message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .message__content .content__item {
      width: 49%;
      margin: 0 0 25px;
      padding: 30px;
      border: 1px solid #e4e4e4;
      box-shadow: 0 0 4px 0 #d3d3d3; }
      .message__content .content__item:nth-child(odd) {
        margin-right: 2%; }
      .message__content .content__item h3 {
        margin: 0 0 20px;
        color: #c8161d;
        font-size: 20px;
        font-weight: bold; }

.staff {
  margin: 0 0 90px;
  border-top: 110px solid #333333; }
  .staff__inner {
    width: 880px;
    margin: 0 auto;
    padding: 90px 0 0; }
  .staff h2 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  .staff__txt {
    display: block;
    margin: 0 auto 40px;
    width: 880px;
    text-align: center; }
    .staff__txt p {
      text-align: left;
      text-align: justify;
      text-justify: distribute; }
  .staff__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .staff__contents .contents__item {
      margin-left: 50px;
      width: 260px;
      text-align: center; }
      .staff__contents .contents__item:first-child,
      .staff__contents .contents__item:nth-child(3n+1) {
        margin-left: 0; }
      .staff__contents .contents__item .item__ph img {
        margin: 0 0 15px;
        width: 260px; }
      .staff__contents .contents__item .item__name {
        margin: 0 0 5px;
        font-weight: bold; }
      .staff__contents .contents__item .item__title {
        font-size: 14px;
        line-height: 1.5; }

/*-------------------------------------------
voice
-------------------------------------------*/
.bg_voice {
  height: 915px;
  margin: 0 auto;
  background: url("../img/voice/bg_title.jpg") no-repeat center top;
  background-size: cover; }

.voice {
  margin: -345px 0 80px; }
  .voice__inner {
    width: 1100px;
    margin: 0 auto; }
  .voice__contents {
    margin: 0 0 80px;
    padding: 50px 100px;
    border: 1px solid #e4e4e4;
    background-color: #ffffff; }
  .voice__ttl {
    margin: 0 0 65px;
    background: url("../img/voice/bg_voice.gif") no-repeat left top; }
    .voice__ttl h2 {
      padding: 30px 0 0 27px;
      color: #c8161d;
      font-size: 22px;
      font-weight: bold; }
  .voice__member {
    overflow: hidden; }
    .voice__member .member__data {
      float: left;
      margin: 0 48px 0 0;
      width: 220px; }
      .voice__member .member__data .data__ph img {
        margin: 0 0 25px;
        width: 220px; }
      .voice__member .member__data p {
        margin: 0 0 10px;
        color: #c8161d;
        font-weight: bold; }
      .voice__member .member__data dl dt {
        float: left;
        clear: both;
        margin: 0 0 4px; }
      .voice__member .member__data dl dd {
        float: left;
        margin: 0 0 4px; }
    .voice__member .member__body {
      float: left;
      width: 630px; }
      .voice__member .member__body .body__item {
        margin: 0 0 45px; }
        .voice__member .member__body .body__item h3 {
          margin: 0 0 20px;
          font-size: 20px;
          font-weight: bold; }
        .voice__member .member__body .body__item p {
          text-align: justify;
          text-justify: distribute; }
        .voice__member .member__body .body__item ul li {
          margin: 0 0 5px;
          text-align: justify;
          text-justify: distribute; }
          .voice__member .member__body .body__item ul li::before {
            content: "・"; }

/*-------------------------------------------
facility
-------------------------------------------*/
.facility {
  margin: 160px 0 80px; }
  .facility p {
    text-align: justify;
    text-justify: distribute; }
  .facility__inner {
    width: 1100px;
    margin: 0 auto; }
  .facility__item .item__ph {
    margin: 0 0 25px; }
  .facility__item .item__txt {
    margin: 0 0 80px; }
  .facility__other {
    margin: 0 0 100px; }

/*-------------------------------------------
price
-------------------------------------------*/
.admission {
  margin: 120px 0 100px; }
  .admission__fee {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center; }
    .admission__fee .large {
      font-size: 80px;
      font-family: 'Roboto', sans-serif; }

.course {
  margin: 0 0 120px; }
  .course__inner {
    width: 900px;
    margin: 0 auto; }
  .course h2 {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  .course__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 0 115px;
    justify-content: space-between; }
    .course__list .list__item {
      position: relative;
      width: 320px;
      margin: 0 0 35px;
      padding: 1px 1px 20px;
      border: 1px solid #e4e4e4;
      text-align: center;
      box-shadow: 0 0 4px 0 #d3d3d3; }
      .course__list .list__item .item__name {
        margin: 100px 0 15px;
        padding: 0 0 10px;
        border-bottom: 2px solid #c8161d;
        font-size: 28px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 0.02em; }
      .course__list .list__item .item__description {
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
        color: #c8161d;
        font-weight: bold;
        letter-spacing: 0; }
      .course__list .list__item .item__price .red {
        color: #c8161d;
        font-size: 14px;
        letter-spacing: 0; }
  .course .notes {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    text-align: justify;
    text-justify: distribute; }
  .course__credit {
    margin: 35px 0 0;
    overflow: hidden; }
    .course__credit .credit__ttl {
      float: left;
      width: 320px;
      padding: 35px 0;
      background-color: #d7d4d4;
      font-weight: bold;
      text-align: center; }
    .course__credit .credit__txt {
      float: right;
      width: 545px;
      font-weight: bold; }

.outline {
  margin: 0 0 70px; }
  .outline__inner {
    width: 900px;
    margin: 0 auto; }
  .outline h2 {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  .outline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .outline__item .item__detail {
      width: 430px;
      margin: 0 auto 35px;
      padding: 40px 25px 20px;
      border: 1px solid #e4e4e4;
      text-align: center;
      box-shadow: 0 0 4px 0 #d3d3d3; }
      .outline__item .item__detail h3 {
        margin: 0 0 20px;
        color: #c8161d;
        font-weight: bold;
        letter-spacing: 0; }
      .outline__item .item__detail dl {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .outline__item .item__detail dl dt {
          float: left;
          clear: both;
          padding: 5px 0 5px 8px;
          width: 50%;
          font-weight: bold;
          text-align: left; }
          .outline__item .item__detail dl dt:nth-of-type(odd) {
            background-color: #f7f7f7; }
        .outline__item .item__detail dl dd {
          float: left;
          width: 50%;
          padding: 5px 0 5px 8px;
          text-align: left; }
          .outline__item .item__detail dl dd:nth-of-type(odd) {
            background-color: #f7f7f7; }

.grade {
  margin: 0 0 70px;
  text-align: center; }
  .grade__inner {
    width: 900px;
    margin: 0 auto; }
  .grade h2 {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  .grade__list {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .grade__list .list__item {
      width: 170px;
      margin: 0 0 35px;
      padding: 40px 15px 15px;
      border: 1px solid #e4e4e4; }
      .grade__list .list__item .item__stage {
        margin: 0 0 25px;
        color: #c8161d;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 0.02em; }
      .grade__list .list__item .item__term {
        margin: 0 0 10px;
        padding: 3px 0;
        background-color: #f7f7f7;
        font-size: 18px;
        font-weight: bold; }
      .grade__list .list__item .item__discount {
        line-height: 1.8; }
        .grade__list .list__item .item__discount .large {
          font-size: 36px;
          font-weight: bold;
          font-family: 'Roboto', sans-serif; }
        .grade__list .list__item .item__discount .small {
          font-size: 18px;
          font-weight: bold; }

/*-------------------------------------------
shop
-------------------------------------------*/
.shop {
  margin: 140px 0 100px; }
  .shop__inner {
    width: 1100px;
    margin: 0 auto; }
  .shop h2 {
    margin: 0 0 30px;
    font-size: 15px;
    font-weight: 800;
    font-family: "Hiragino Sans",sans-serif; }
  .shop__data {
    float: left;
    width: 550px;
    font-size: 14px; }
    .shop__data dl {
      margin: 0 0 50px;
      overflow: hidden; }
      .shop__data dl dt {
        float: left;
        width: 22%;
        margin: 0 0 15px;
        font-weight: bold; }
      .shop__data dl dd {
        float: left;
        width: 78%;
        margin: 0 0 15px; }
        .shop__data dl dd a:link {
          text-decoration: none;
          pointer-events: none; }
  .shop__map {
    float: right;
    width: 490px; }
    .shop__map img {
      width: 490px; }

/*-------------------------------------------
reserve
-------------------------------------------*/
.about_trial {
  margin: 70px 0 100px;
  text-align: center; }
  .about_trial__ttl {
    margin: 0 0 20px;
    color: #c8161d;
    font-size: 24px;
    font-weight: bold; }
  .about_trial__txt {
    margin: 0 0 25px; }

.reservation {
  margin: 80px 0 100px; }
  .reservation__inner {
    width: 600px;
    margin: 0 auto;
    overflow: hidden; }
  .reservation h2 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  .reservation__tel {
    float: left;
    width: 50%;
    border-right: 4px solid #f7f7f7; }
    .reservation__tel .tel__number {
      font-size: 36px;
      line-height: 1.4; }
      .reservation__tel .tel__number a {
        font-family: 'Roboto', sans-serif;
        color: #333333;
        text-decoration: none;
        pointer-events: none; }
    .reservation__tel .tel__hours {
      padding-left: 5.5em;
      text-indent: -5.5em;
      font-size: 14px; }
  .reservation__mail {
    float: right;
    width: 50%;
    padding: 0 0 0 40px; }
    .reservation__mail .mail__link {
      font-size: 25px;
      font-weight: bold;
      line-height: 2; }
      .reservation__mail .mail__link a {
        color: #333333;
        text-decoration: underline; }
        .reservation__mail .mail__link a:hover {
          color: #c8161d;
          text-decoration: underline;
          opacity: 1; }
    .reservation__mail .mail__hours {
      font-size: 14px; }

.flow {
  margin: 80px 0 100px; }
  .flow__inner {
    width: 900px;
    margin: 0 auto; }
  .flow h2 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  .flow__txt {
    text-align: justify;
    text-justify: distribute; }
  .flow__step {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .flow__step .step__item {
      width: 260px;
      margin: 0 0 35px;
      padding: 35px 15px 30px;
      border: 1px solid #e4e4e4;
      text-align: center;
      box-shadow: 0 0 4px 0 #d3d3d3; }
      .flow__step .step__item .item__number {
        margin: 0 0 25px;
        color: #c8161d;
        font-size: 16px;
        font-weight: bold; }
      .flow__step .step__item .item__txt {
        margin: 0 0 20px;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.5; }
      .flow__step .step__item .item__icon {
        width: 85px;
        margin: 0 auto; }
      .flow__step .step__item:nth-child(2) .item__icon {
        width: 80px; }
      .flow__step .step__item:nth-child(3) .item__icon {
        width: 70px; }
  .flow__training {
    overflow: hidden; }
    .flow__training .training__ph {
      float: left; }
      .flow__training .training__ph img {
        width: 410px; }
    .flow__training .training__txt {
      float: right;
      width: 470px;
      text-align: justify;
      text-justify: distribute; }

.form {
  margin: 80px 0 100px; }
  .form__inner {
    width: 900px;
    margin: 0 auto; }
  .form h2 {
    margin: 0 0 65px;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  .form__contact {
    overflow: hidden; }
    .form__contact dt {
      float: left;
      clear: both;
      width: 25%;
      margin: 10px 0 30px; }
    .form__contact dd {
      float: left;
      width: 75%;
      margin: 10px 0 10px; }
      .form__contact dd .select_item {
        display: block; }
      .form__contact dd input[type="text"], .form__contact dd input[type="email"], .form__contact dd input[type="tel"], .form__contact dd textarea {
        background: #f8f8f8;
        display: block;
        font-size: 16px;
        padding: 20px 15px;
        width: 480px;
        transition: 0.8s;
        border: 1px solid #e4e4e4;
        border-radius: 0; }
      .form__contact dd input::placeholder, .form__contact dd textarea::placeholder {
        color: #b8b8b8;
        letter-spacing: 0.08em; }
      .form__contact dd label {
        cursor: pointer; }
      .form__contact dd .radio_input {
        position: relative;
        margin: 0 15px 0 0;
        cursor: pointer; }
      .form__contact dd .radio_input:before {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 2px;
        width: 15px;
        height: 15px;
        content: '';
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        border-radius: 50%;
        background: #c8161d; }
      .form__contact dd .radio_input:checked:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
      .form__contact dd .radio_input:after {
        position: absolute;
        top: -5px;
        left: -3px;
        width: 25px;
        height: 25px;
        content: '';
        border: 1px solid #e4e4e4;
        border-radius: 50%;
        background: #f7f7f7; }
      .form__contact dd .check_input {
        position: relative;
        margin: 0 1rem 0 0;
        cursor: pointer; }
      .form__contact dd .check_input:before {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 18px;
        height: 13px;
        content: '';
        -webkit-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0);
        border: 4px solid #c8161d;
        border-top-style: none;
        border-right-style: none; }
      .form__contact dd .check_input:checked:before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1); }
      .form__contact dd .check_input:after {
        position: absolute;
        top: -3px;
        left: -4px;
        width: 26px;
        height: 25px;
        content: '';
        cursor: pointer;
        border: 1px solid #e4e4e4;
        background: #f7f7f7; }
      .form__contact dd .form-error {
        color: #c8161d; }
    .form__contact dt.check {
      margin: 30px 0; }
    .form__contact dd.check {
      margin: 30px 0; }
    .form__contact .check span {
      margin: 0 0 15px;
      cursor: auto; }
    .form__contact dt.radio {
      margin: 30px 0; }
    .form__contact dd.radio {
      margin: 30px 0; }
    .form__contact .radio label {
      margin: 0 20px 0 0; }
    .form__contact dd.privacy {
      margin: 15px 0;
      cursor: pointer; }
  .form .request_btn input[type="submit"] {
    display: block;
    color: #ffffff;
    width: 280px;
    padding: 10px 0;
    margin: 10px auto 0;
    background-color: #c8161d;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-decoration: none;
    border: none;
    border-radius: 25px; }
    .form .request_btn input[type="submit"]:hover {
      opacity: 0.7; }

/*-------------------------------------------
news
-------------------------------------------*/
.news {
  margin: 70px 0 100px; }
  .news p {
    text-align: justify;
    text-justify: distribute; }
  .news__inner {
    width: 900px;
    margin: 0 auto; }
  .news__item {
    position: relative;
    padding: 40px 0 50px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px; }
    .news__item:not(:first-child) {
      margin: 50px 0 0; }
    .news__item h2 {
      margin: 0 0 20px;
      font-size: 20px;
      font-weight: bold; }
    .news__item .item__date {
      position: absolute;
      top: 0;
      color: #c8161d;
      font-size: 14px; }
    .news__item .item__txt p {
      margin: 0 0 25px;
      line-height: 2; }
      .news__item .item__txt p:last-child {
        margin: 0; }

/*-------------------------------------------
privacy
-------------------------------------------*/
.privacy {
  margin: 70px 0 100px; }
  .privacy p {
    text-align: justify;
    text-justify: distribute; }
  .privacy__inner {
    width: 900px;
    margin: 0 auto; }
  .privacy__introduction p {
    margin: 0 0 70px;
    font-size: 14px;
    line-height: 2; }
  .privacy__content h2 {
    margin: 0 0 45px;
    font-size: 20px;
    font-weight: bold; }
  .privacy__content h3 {
    margin: 0 0 18px;
    font-weight: bold; }
  .privacy__content h3.mb_ttl {
    margin: 0 0 30px; }
  .privacy__content h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold; }
  .privacy__content p {
    font-size: 14px;
    line-height: 2; }
  .privacy__content ul {
    font-size: 14px; }
    .privacy__content ul li {
      position: relative;
      margin: 0 0 5px;
      padding: 0 0 0 15px; }
      .privacy__content ul li::before {
        position: absolute;
        left: 0;
        top: .7em;
        content: "";
        border-radius: 50%;
        width: 4px;
        height: 4px;
        background: #333333; }
  .privacy .large {
    margin: 0 0 110px; }
    .privacy .large p {
      margin: 0 0 20px; }
  .privacy .medium {
    margin: 0 0 50px; }
  .privacy .small {
    margin: 0 0 40px; }

/*-------------------------------------------
contact
-------------------------------------------*/
.contact {
  margin-bottom: 130px; }

/*-------------------------------------------
confirm/thanks
-------------------------------------------*/
.confirm {
  margin: 70px 0 100px; }
  .confirm__inner {
    width: 700px;
    margin: 0 auto; }
  .confirm p {
    margin: 0 0 20px; }
  .confirm table {
    width: 100%;
    margin: 0 auto 10px auto;
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb; }
    .confirm table th {
      font-size: 13px;
      width: 25%;
      text-align: left;
      font-weight: bold;
      padding: 20px 15px;
      border-bottom: 1px solid #bbbbbb; }
    .confirm table td {
      font-size: 13px;
      width: 75%;
      text-align: left;
      padding: 20px 15px;
      border-bottom: 1px solid #bbbbbb; }
  .confirm .form-btnList {
    margin: 30px 0 0;
    text-align: center;
    overflow: hidden; }
    .confirm .form-btnList li {
      display: inline-block; }
      .confirm .form-btnList li:first-child {
        margin: 0 10px 0 0; }
      .confirm .form-btnList li input {
        display: block;
        width: 250px;
        cursor: pointer;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.08em;
        text-align: center;
        text-decoration: none;
        margin: 0;
        padding: 12px 0;
        border: none;
        border-radius: 30px;
        background-color: #c8161d; }
      .confirm .form-btnList li a {
        display: block;
        width: 200px;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        color: #333333;
        margin: 0 0 0 0;
        padding: 13px 0;
        border: 2px solid #333333;
        border-radius: 30px; }

.thanks {
  margin: 0 0 180px; }
  .thanks__inner {
    width: 900px;
    margin: 0 auto; }
  .thanks h1 {
    margin: 0 0 30px;
    font-size: 30px; }
  .thanks p {
    text-align: center; }

/*-------------------------------------------
notfound
-------------------------------------------*/
.notfound {
  margin: 0 0 120px; }
  .notfound h1 {
    margin: 0 0 30px;
    font-size: 30px;
    font-family: 'Roboto', sans-serif; }
  .notfound__btn {
    width: 260px;
    margin: 20px auto 0;
    font-size: 13px; }
    .notfound__btn a {
      display: block;
      padding: 13px 30px;
      border: 1px solid #333333;
      text-decoration: none; }
      .notfound__btn a:hover {
        border: 1px solid #c8161d; }

/*===========================================
767pxまでのディスプレイサイズに適用
===========================================*/
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  common
  -------------------------------------------*/
  .sp {
    display: block; }

  .pc {
    display: none; }

  img {
    width: 100%;
    vertical-align: bottom; }

  a:hover {
    color: #333333;
    text-decoration: underline; }
  a:hover img {
    opacity: 1; }

  .wrap {
    min-width: initial;
    min-width: auto; }

  .inner {
    width: auto; }

  /*-----header-----*/
  .header {
    height: 60px; }
    .header__logo {
      margin: 0 15px;
      padding: 0;
      width: 40%; }
      .header__logo img {
        max-width: 110px;
        padding: 12px 0 0 0; }
    .header__gnavi {
      position: relative;
      padding: 50px 0 150px 0;
      text-align: center; }
      .header__gnavi .gnavi__list {
        float: none;
        text-align: left;
        margin-bottom: 25px; }
        .header__gnavi .gnavi__list li {
          display: block;
          margin: 0 40px;
          padding: 0;
          border-bottom: 1px dotted #8c8c8c; }
          .header__gnavi .gnavi__list li a {
            display: block;
            transform: none;
            padding: 10px 0 7px 5px; }
            .header__gnavi .gnavi__list li a:link {
              color: #ffffff; }
            .header__gnavi .gnavi__list li a:hover {
              color: #ffffff; }
            .header__gnavi .gnavi__list li a:active {
              color: #ffffff; }
          .header__gnavi .gnavi__list li:last-child {
            padding: 0; }
            .header__gnavi .gnavi__list li:last-child a {
              display: block;
              color: #ffffff;
              padding: 10px 0 7px 5px;
              background-color: transparent; }
      .header__gnavi .gnavi__tel {
        display: inline-block;
        text-align: left;
        margin: 0 50px; }
        .header__gnavi .gnavi__tel .tel__number {
          font-size: 30px;
          line-height: 1.4; }
          .header__gnavi .gnavi__tel .tel__number a {
            font-family: 'Roboto', sans-serif;
            color: #ffffff;
            text-decoration: none; }
        .header__gnavi .gnavi__tel .tel__hours {
          font-size: 11px;
          padding-left: 5.5em;
          text-indent: -5.5em; }
    .header__contact {
      position: absolute;
      right: 65px;
      white-space: nowrap;
      float: right;
      font-size: 13px;
      text-align: center; }
      .header__contact a {
        color: #ffffff;
        display: inline-block;
        width: 100%;
        height: 60px;
        padding: 20px 10px;
        background-color: #c8161d;
        text-decoration: none; }

  .toggle {
    float: right;
    display: block;
    position: fixed;
    z-index: 3;
    top: 11px;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 10px; }
    .toggle span {
      display: block;
      position: absolute;
      width: 26px;
      height: 2px;
      right: 20px;
      background: #333333;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .toggle span:nth-child(1) {
        top: 10px; }
      .toggle span:nth-child(2) {
        top: 20px; }
      .toggle span:nth-child(3) {
        top: 30px; }
    .toggle.active span:nth-child(1) {
      top: 16px;
      right: 20px;
      background: #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
      top: 16px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }

  .sp_menu {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(25, 25, 25, 0.95);
    text-align: center;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out; }
    .sp_menu ul {
      margin: 0 auto;
      padding: 0; }
      .sp_menu ul li {
        list-style-type: none;
        padding: 0;
        transition: .4s all; }
        .sp_menu ul li:last-child {
          padding-bottom: 0; }
        .sp_menu ul li a {
          display: block;
          color: #fff;
          text-decoration: none; }
          .sp_menu ul li a:hover {
            background: none; }
    .sp_menu.active {
      visibility: visible;
      opacity: 1; }

  /*-----trial-----*/
  .trial {
    padding: 0 30px; }
    .trial__ttl {
      font-size: 18px; }
    .trial__tour {
      font-size: 14px;
      margin-bottom: 22px; }
    .trial__txt {
      font-size: 12px;
      margin-bottom: 20px; }
    .trial__link a {
      width: 100%;
      padding: 20px 0 15px; }
      .trial__link a:hover {
        color: #333333; }
    .trial__link .link__detail {
      margin: 0 0 10px;
      font-size: 13px;
      line-height: 1.2; }
    .trial__link .link__rental {
      font-size: 12px; }

  /*-----footer-----*/
  .footer__inner {
    width: auto;
    margin: 0 auto;
    padding: 45px 0; }
  .footer__top {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer__top .top__logo {
      float: none;
      margin: 0 30px 35px;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
      .footer__top .top__logo img {
        width: 170px; }
    .footer__top .top__list {
      float: none;
      font-size: 14px;
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
      .footer__top .top__list li {
        width: 100%;
        margin-left: 0;
        padding: 0;
        border-bottom: 1px solid #5d5d5d; }
        .footer__top .top__list li:first-child {
          border-top: 1px solid #5d5d5d; }
        .footer__top .top__list li:first-child, .footer__top .top__list li:nth-child(8) {
          margin-left: 0; }
        .footer__top .top__list li a {
          display: block;
          padding: 17px 30px 17px;
          background: url("../img/common/ico_flink.gif") no-repeat 95% center; }
          .footer__top .top__list li a:hover {
            opacity: 1; }
    .footer__top .top__insta {
      position: absolute;
      top: 17px;
      right: 30px;
      float: none;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
  .footer__bottom {
    position: static;
    font-size: 13px;
    text-align: center; }
    .footer__bottom .bottom__tel {
      float: none;
      border-right: none;
      margin: 0 10px;
      padding: 0 20px 25px;
      display: inline-block;
      text-align: left;
      border-bottom: 1px solid #ffffff; }
      .footer__bottom .bottom__tel .tel__number {
        font-size: 36px; }
        .footer__bottom .bottom__tel .tel__number a {
          pointer-events: auto; }
    .footer__bottom .bottom__access {
      float: none;
      margin: 25px 30px 60px;
      padding: 0 10px;
      display: inline-block;
      text-align: left; }
    .footer__bottom .bottom__copyright {
      position: static;
      float: none;
      font-size: 12px;
      padding: 30px 0 0;
      border-top: 1px solid #5d5d5d; }

  /*-----page_ttl-----*/
  .page_ttl {
    position: relative;
    padding: 80px 0 0; }
    .page_ttl h1 {
      font-size: 14px;
      margin: 0 0 25px; }
    .page_ttl__mainTxt {
      font-size: 16px;
      margin: 0 0 0; }

  /*-----breadcrumb-----*/
  .breadcrumb__inner {
    width: auto;
    padding: 7px 15px; }

  /*-------------------------------------------
  top
  -------------------------------------------*/
  .mainVisual {
    background: url("../img/top/sp/main_visual.jpg") no-repeat center top;
    background-size: cover;
    height: 478px; }
    .mainVisual__txt {
      font-size: 24px;
      padding-top: 100px;
      text-shadow: 0 0 6px #333333; }
      .mainVisual__txt span {
        font-size: 18px; }
    .mainVisual__reservation {
      padding: 70px 0 25px;
      font-size: 12px; }
    .mainVisual__logo img {
      width: 186px; }

  .top_information {
    background-color: #e2e2e2;
    font-size: 13px;
    padding: 20px; }
    .top_information__ttl {
      float: none;
      font-size: 14px; }

  .top_trainer {
    margin-top: 75px;
    font-size: 14px; }
    .top_trainer__inner {
      width: auto;
      margin: 0 15px;
      padding: 35px 15px 35px; }
    .top_trainer__about {
      float: none;
      width: auto;
      margin: 0 0 25px; }
      .top_trainer__about h2 {
        font-size: 20px;
        margin-bottom: 25px; }
    .top_trainer__data {
      float: none;
      position: relative;
      margin-bottom: 20px; }
      .top_trainer__data .data__ph img {
        width: 90%;
        margin: 0 5%; }
      .top_trainer__data .data__name {
        font-size: 10px;
        width: 90%;
        margin: 0 5%;
        padding: 9px 12px; }
        .top_trainer__data .data__name .large {
          font-size: 18px; }
        .top_trainer__data .data__name .small {
          font-size: 10px;
          padding-left: 10px; }
    .top_trainer__btn {
      font-size: 14px; }
      .top_trainer__btn a {
        display: block;
        width: 66%;
        margin: 0 auto;
        padding: 12px 10px;
        border-radius: 35px; }
        .top_trainer__btn a:link {
          text-decoration: none; }
        .top_trainer__btn a:hover {
          background-color: #333333; }

  .top_feature {
    margin-top: 70px;
    font-size: 14px; }
    .top_feature__inner {
      width: auto;
      margin: 0 30px;
      padding: 0; }
    .top_feature__ttl {
      font-size: 20px;
      margin-bottom: 30px; }
      .top_feature__ttl span {
        font-size: 16px; }
    .top_feature__btn {
      font-size: 14px; }
      .top_feature__btn a {
        display: block;
        width: 66%;
        margin: 0 auto;
        padding: 12px 10px;
        border-radius: 35px; }
        .top_feature__btn a:link {
          text-decoration: none; }
        .top_feature__btn a:hover {
          background-color: #333333; }

  .top_news__inner {
    width: auto;
    margin: 90px 30px 0;
    padding: 0; }
  .top_news h2 {
    font-size: 20px;
    margin-bottom: 40px; }
  .top_news__list .list__item a {
    text-decoration: none; }
  .top_news__list .list__item .item__date {
    float: none;
    margin: 0; }
  .top_news__list .list__item .item__txt {
    float: none; }
  .top_news__link {
    text-align: right; }

  .group {
    margin-bottom: 80px; }
    .group__inner {
      width: auto;
      margin: 80px 30px 0;
      padding: 0; }
    .group h2 {
      font-size: 20px;
      margin-bottom: 40px; }
    .group__hanzomon {
      width: auto;
      float: none;
      margin-bottom: 40px; }
      .group__hanzomon h3 {
        margin-bottom: 10px; }
      .group__hanzomon .hanzomon__ph img {
        width: 100%;
        margin-bottom: 15px; }
      .group__hanzomon p {
        font-size: 13px; }
    .group__ebisu {
      width: auto;
      float: none; }
      .group__ebisu h3 {
        margin-bottom: 10px; }
      .group__ebisu .ebisu__ph img {
        width: 100%;
        margin-bottom: 15px; }
      .group__ebisu p {
        font-size: 13px; }

  /*-------------------------------------------
  concept
  -------------------------------------------*/
  .bg_concept {
    background: url("../img/concept/sp/bg_title.jpg") no-repeat center top;
    background-size: cover;
    height: 270px; }

  .about_corona {
    margin: 50px 0 0;
    text-align: center; }
    .about_corona__inner {
      padding: 0 30px 0; }
    .about_corona__txt {
      color: #333333; }
    .about_corona__btn {
      font-size: 14px; }
      .about_corona__btn a {
        display: block;
        width: 66%;
        margin: 20px auto 50px;
        padding: 12px 10px;
        border-radius: 35px; }
        .about_corona__btn a:hover {
          opacity: 1; }

  .feature__inner {
    padding: 0 15px 0;
    width: auto; }
  .feature__continuation {
    background-image: url("../img/concept/sp/bg_continuation_01.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 15px 30px;
    height: auto; }
    .feature__continuation .continuation__txt {
      color: #ffffff;
      float: none;
      width: auto;
      margin: 0 0 30px; }
      .feature__continuation .continuation__txt h2 {
        font-size: 20px;
        margin-bottom: 20px; }
      .feature__continuation .continuation__txt p {
        font-size: 14px; }
    .feature__continuation .continuation__ph {
      float: none;
      width: 90%;
      max-width: 260px;
      margin: 0 auto; }
  .feature__point {
    margin: 0 0 70px; }
    .feature__point .point__item {
      border-right: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      padding: 40px 20px 35px; }
      .feature__point .point__item h3 {
        font-size: 16px;
        margin-bottom: 15px; }
      .feature__point .point__item p {
        font-size: 14px; }

  .support {
    text-align: left;
    margin: 0 0 80px; }
    .support__inner {
      padding: 0 30px 0;
      width: auto; }
    .support h2 {
      font-size: 20px;
      margin: 0 0 15px; }
    .support p {
      font-size: 14px;
      padding: 0;
      margin: 0 0 20px; }
    .support__point {
      display: block; }
      .support__point .point__item {
        overflow: hidden;
        max-width: 315px;
        margin: 0 auto 15px;
        padding: 20px;
        width: 100%; }
        .support__point .point__item .item__ph {
          float: left;
          width: 35%; }
        .support__point .point__item dl {
          float: left;
          line-height: 1.5;
          margin-left: 5%;
          width: 60%; }
          .support__point .point__item dl dt {
            font-size: 14px;
            margin: 0 0 5px; }
          .support__point .point__item dl dd {
            font-size: 16px; }
      .support__point .bg1 {
        background: none; }
      .support__point .bg2 {
        background: none; }
      .support__point .bg3 {
        background: none; }
      .support__point .bg4 {
        background: none; }

  .diet {
    text-align: left;
    margin: 0 0 80px; }
    .diet__inner {
      padding: 0 30px 0;
      width: auto; }
    .diet h2 {
      font-size: 20px;
      margin: 0 0 15px; }
    .diet__advice {
      margin: 0 0 40px; }
      .diet__advice h3 {
        font-size: 16px;
        margin: 0 0 15px; }
      .diet__advice p {
        font-size: 14px;
        float: none;
        width: 100%;
        margin: 0 0 20px; }
      .diet__advice .advice__ph img {
        float: none;
        width: 100%; }
    .diet__coordinator {
      position: relative; }
      .diet__coordinator .coordinator__ph img {
        float: none;
        width: 40%;
        margin: 0 0 20px; }
      .diet__coordinator .coordinator__txt {
        float: none;
        font-size: 14px;
        width: 100%; }
        .diet__coordinator .coordinator__txt .txt__name {
          position: absolute;
          top: 0;
          right: 0;
          font-size: 18px;
          line-height: 1.2;
          width: 55%; }
          .diet__coordinator .coordinator__txt .txt__name span {
            font-size: 12px; }

  .coronavirus {
    text-align: left;
    margin: 0 0 80px; }
    .coronavirus__inner {
      padding: 0 30px 0;
      width: auto; }
    .coronavirus h2 {
      font-size: 20px;
      margin: 0 0 15px; }
    .coronavirus h3 {
      font-size: 16px;
      margin: 0 0 15px; }
    .coronavirus__txt {
      text-align: left;
      float: none;
      font-size: 14px;
      margin: 0 0 20px;
      width: 100%; }
    .coronavirus__ph img {
      float: none;
      width: 100%; }

  .concept {
    background: #0d0d0f url("../img/concept/sp/bg_concept.jpg") center top no-repeat; }
    .concept__inner {
      padding: 75px 30px 70px;
      width: auto; }
    .concept h2 {
      font-size: 13px;
      margin: 0 0 10px; }
    .concept__subHeading {
      font-size: 28px;
      margin: 0 0 60px; }
    .concept h3 {
      text-align: left;
      font-size: 18px;
      margin: 0 0 20px; }
    .concept__txt {
      font-size: 14px; }

  /*-------------------------------------------
  staff
  -------------------------------------------*/
  .bg_staff {
    /*background: url("../img/staff/sp/bg_title.jpg") no-repeat center top;*/
    background: url("../img/staff/bg_title.jpg") no-repeat center top;
    background-size: cover;
    height: 270px; }

  .trainer {
    margin: 0 0 80px; }
    .trainer__inner {
      padding: 90px 30px 0;
      width: auto;
      border: none; }
    .trainer__introduction {
      position: relative;
      margin: 0 0 90px;
      padding: 110px 0 0; }
      .trainer__introduction .introduction__career {
        float: none;
        width: 100%;
        margin: 0;
        text-align: center; }
        .trainer__introduction .introduction__career img {
          width: 220px;
          margin: 0 0 20px; }
        .trainer__introduction .introduction__career ul {
          margin: 0 0 10px;
          text-align: left; }
          .trainer__introduction .introduction__career ul li {
            font-size: 11px; }
        .trainer__introduction .introduction__career p {
          font-size: 11px;
          text-align: left; }
      .trainer__introduction .introduction__interview {
        float: none;
        width: 100%; }
        .trainer__introduction .introduction__interview .interview__name {
          position: absolute;
          top: 0;
          margin: 0; }
          .trainer__introduction .introduction__interview .interview__name h2 {
            font-size: 28px;
            line-height: 1.3; }
          .trainer__introduction .introduction__interview .interview__name .name__alphabet {
            margin: 0 0 12px;
            font-size: 12px; }
          .trainer__introduction .introduction__interview .interview__name .name__title {
            font-size: 12px;
            line-height: 1.3; }
        .trainer__introduction .introduction__interview .interview__body {
          margin: 50px 0 0; }
          .trainer__introduction .introduction__interview .interview__body h3 {
            margin: 0 0 15px;
            font-size: 20px; }
          .trainer__introduction .introduction__interview .interview__body p {
            margin: 0 0 30px;
            font-size: 14px; }
    .trainer__vision {
      overflow: hidden; }
      .trainer__vision h2 {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 35px;
        padding: 30px 20px;
        font-size: 20px; }
      .trainer__vision .vision__body {
        float: none;
        width: 100%; }
        .trainer__vision .vision__body .body__txt {
          margin: 0 0 35px; }
          .trainer__vision .vision__body .body__txt h3 {
            margin: 0 0 15px;
            font-size: 20px; }
          .trainer__vision .vision__body .body__txt p {
            font-size: 14px; }

  .message {
    margin: 0 0 50px; }
    .message__inner {
      padding: 0 30px 0;
      width: auto;
      border: none; }
    .message h2 {
      margin: 0 0 20px;
      font-size: 20px; }
    .message__content .content__item {
      width: 100%;
      margin: 0 0 20px;
      padding: 30px 20px; }
      .message__content .content__item:nth-child(odd) {
        margin-right: 0; }
      .message__content .content__item h3 {
        margin: 0 0 8px;
        font-size: 18px; }
      .message__content .content__item p {
        font-size: 14px; }

  .staff {
    margin: 0 0 60px;
    border-top: 100px solid #333333; }
    .staff__inner {
      padding: 60px 30px 0;
      width: auto; }
    .staff h2 {
      margin: 0 0 20px;
      font-size: 20px; }
    .staff__txt {
      margin: 0 0 25px;
      width: 100%;
      font-size: 14px;
      text-align: left; }
    .staff__contents {
      display: block; }
      .staff__contents .contents__item {
        width: 100%;
        margin: 0 0 35px; }
        .staff__contents .contents__item .item__ph img {
          margin: 0 0 15px;
          width: 220px; }
        .staff__contents .contents__item .item__name {
          margin: 0 0 5px;
          font-weight: bold; }
        .staff__contents .contents__item .item__title {
          font-size: 14px;
          line-height: 1.5; }

  /*-------------------------------------------
  voice
  -------------------------------------------*/
  .bg_voice {
    background: url("../img/voice/sp/bg_title.jpg") no-repeat center top;
    background-size: cover;
    height: 270px; }

  .voice {
    margin: 0 0 50px; }
    .voice__inner {
      padding: 50px 30px 0;
      width: auto; }
    .voice__contents {
      border-top: none;
      border-right: none;
      border-bottom: 3px solid #e4e4e4;
      border-left: none;
      margin: 0 0 55px;
      padding: 0 0 30px; }
      .voice__contents:last-child {
        border-bottom: none;
        margin: 0;
        padding: 0; }
    .voice__ttl {
      margin: 0 0 25px; }
      .voice__ttl h2 {
        padding: 30px 0 0 15px;
        font-size: 18px; }
    .voice__member {
      overflow: hidden; }
      .voice__member .member__data {
        float: none;
        margin: 0;
        width: 100%; }
        .voice__member .member__data .data__ph img {
          float: left;
          margin: 0 25px 25px 0;
          width: 150px; }
        .voice__member .member__data .data__txt {
          float: left;
          margin: 0 0 25px; }
          .voice__member .member__data .data__txt p {
            margin: 0 0 7px;
            font-size: 14px; }
          .voice__member .member__data .data__txt dl {
            font-size: 14px; }
            .voice__member .member__data .data__txt dl dt {
              margin: 0; }
            .voice__member .member__data .data__txt dl dd {
              margin: 0; }
      .voice__member .member__body {
        float: none;
        clear: both;
        width: 100%; }
        .voice__member .member__body .body__item {
          margin: 0 0 30px; }
          .voice__member .member__body .body__item h3 {
            margin: 0 0 10px;
            font-size: 16px; }
          .voice__member .member__body .body__item p {
            font-size: 14px; }
          .voice__member .member__body .body__item ul {
            font-size: 14px; }

  /*-------------------------------------------
  facility
  -------------------------------------------*/
  .facility {
    margin: 80px 0; }
    .facility__inner {
      padding: 0;
      width: auto; }
    .facility__item .item__ph {
      margin: 0 0 20px; }
    .facility__item .item__txt {
      margin: 0 30px 40px;
      font-size: 14px; }
    .facility__other {
      margin: 0 0 90px;
      text-align: center; }
      .facility__other img {
        max-width: 250px; }

  /*-------------------------------------------
  price
  -------------------------------------------*/
  .admission {
    margin: 80px 0; }

  .course {
    margin: 0 0 80px; }
    .course__inner {
      padding: 0 30px;
      width: auto; }
    .course h2 {
      margin: 0 0 20px;
      font-size: 24px; }
    .course__list {
      display: block;
      padding: 0; }
      .course__list .list__item {
        width: 100%;
        margin: 0 0 20px;
        padding: 35px 25px 30px; }
        .course__list .list__item .item__name {
          margin: 40px 0 15px;
          font-size: 24px; }
    .course .notes {
      font-size: 11px; }
    .course__credit {
      margin: 40px 0 0;
      overflow: hidden; }
      .course__credit .credit__ttl {
        float: none;
        width: 100%;
        margin: 0 0 25px;
        padding: 40px 0; }
      .course__credit .credit__txt {
        float: none;
        width: 100%;
        font-size: 14px; }

  .outline {
    margin: 0 0 80px; }
    .outline__inner {
      padding: 0 30px;
      width: auto; }
    .outline h2 {
      margin: 0 0 20px;
      font-size: 24px; }
    .outline__item {
      display: block; }
      .outline__item .item__detail {
        width: 100%;
        margin: 0 0 20px;
        padding: 40px 15px 30px; }
        .outline__item .item__detail h3 {
          margin: 0 0 25px; }
        .outline__item .item__detail dl {
          font-size: 13px;
          overflow: hidden; }
          .outline__item .item__detail dl dt {
            padding: 5px 0 5px 8px; }
          .outline__item .item__detail dl dd {
            padding: 5px 0 5px 5px; }

  .grade {
    margin: 0 0 90px; }
    .grade__inner {
      padding: 0 30px;
      width: auto; }
    .grade h2 {
      margin: 0 0 20px;
      font-size: 24px; }
    .grade__txt {
      font-size: 14px;
      text-align: left;
      text-align: justify;
      text-justify: distribute; }
    .grade__list {
      margin: 30px 0 0;
      display: block; }
      .grade__list .list__item {
        width: 100%;
        margin: 0 0 20px;
        padding: 15px 30px 0; }
        .grade__list .list__item .item__stage {
          margin: 0 0 3px; }
        .grade__list .list__item .item__term {
          margin: 0;
          padding: 0; }

  /*-------------------------------------------
  shop
  -------------------------------------------*/
  .shop {
    margin: 0 0 90px; }
    .shop__inner {
      padding: 80px 30px 0;
      width: auto; }
    .shop h2 {
      margin: 0 0 15px; }
    .shop__data {
      float: left;
      width: 100%;
      font-size: 14px; }
      .shop__data dl {
        margin: 0 0 15px; }
        .shop__data dl dt {
          width: 23%; }
        .shop__data dl dd {
          width: 77%; }
          .shop__data dl dd a:link {
            text-decoration: underline;
            pointer-events: auto; }
    .shop__map {
      float: none;
      width: 100%;
      margin: 0 0 30px; }
      .shop__map img {
        width: 100%; }
    .shop__Gmap {
      position: relative;
      width: 100%;
      padding-top: 350px; }
      .shop__Gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

  /*-------------------------------------------
  reserve
  -------------------------------------------*/
  .about_trial {
    margin: 80px 0 60px;
    text-align: center; }
    .about_trial__inner {
      padding: 0 30px;
      width: auto; }
    .about_trial__ttl {
      margin: 0 0 20px;
      font-size: 20px; }
    .about_trial p {
      font-size: 14px;
      text-align: justify;
      text-justify: distribute; }
    .about_trial__txt {
      margin: 0 0 25px; }

  .reservation {
    margin: 0 0 70px; }
    .reservation__inner {
      padding: 0 30px;
      width: auto; }
    .reservation h2 {
      font-size: 20px; }
    .reservation__tel {
      float: none;
      width: 100%;
      margin: 0 0 30px;
      border-right: none;
      text-align: center; }
      .reservation__tel .tel__number {
        display: inline-block;
        text-align: left; }
        .reservation__tel .tel__number a {
          text-decoration: underline;
          pointer-events: auto; }
      .reservation__tel .tel__hours {
        display: inline-block;
        text-align: left; }
    .reservation__mail {
      float: none;
      width: 100%;
      padding: 0;
      text-align: center; }
      .reservation__mail .mail__link {
        display: inline-block;
        font-size: 27px;
        text-align: left; }
        .reservation__mail .mail__link a:hover {
          color: #c8161d;
          text-decoration: underline;
          opacity: 1; }
      .reservation__mail .mail__hours {
        display: inline-block;
        width: 245px;
        text-align: left; }

  .flow {
    margin: 0 0 70px; }
    .flow__inner {
      padding: 0 30px;
      width: auto; }
    .flow h2 {
      font-size: 20px; }
    .flow__txt {
      font-size: 14px; }
    .flow__step {
      margin: 20px 0 30px;
      display: block; }
      .flow__step .step__item {
        width: 100%;
        max-width: 230px;
        margin: 0 auto 15px;
        padding: 15px 0 20px; }
        .flow__step .step__item .item__number {
          margin: 0 0 5px;
          font-size: 14px; }
        .flow__step .step__item .item__txt {
          margin: 0 0 5px;
          font-size: 18px; }
        .flow__step .step__item .item__icon {
          width: 53px;
          margin: 0 auto; }
        .flow__step .step__item:nth-child(2) .item__icon {
          width: 50px; }
        .flow__step .step__item:nth-child(3) .item__icon {
          width: 42px; }
    .flow__training .training__ph {
      float: none;
      margin: 0 0 15px; }
      .flow__training .training__ph img {
        width: 100%; }
    .flow__training .training__txt {
      float: none;
      width: 100%;
      font-size: 14px; }

  .form {
    margin: 0 0 70px; }
    .form__inner {
      padding: 0 30px;
      width: auto; }
    .form h2 {
      margin: 0 0 30px;
      font-size: 20px; }
    .form__contact dt {
      float: none;
      clear: none;
      width: 100%;
      margin: 10px 0 5px;
      font-size: 14px; }
    .form__contact dd {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      font-size: 14px; }
      .form__contact dd input[type="text"], .form__contact dd input[type="email"], .form__contact dd input[type="tel"], .form__contact dd textarea {
        padding: 12px 15px;
        width: 100%; }
      .form__contact dd .radio_input {
        margin: 0 15px 0 3px; }
      .form__contact dd .radio_input:before {
        width: 13px;
        height: 13px; }
      .form__contact dd .radio_input:after {
        width: 23px;
        height: 23px; }
      .form__contact dd .check_input {
        position: relative;
        margin: 0 10px 0 4px; }
      .form__contact dd .check_input:before {
        width: 16px;
        height: 11px; }
      .form__contact dd .check_input:after {
        width: 23px;
        height: 23px; }
    .form__contact dt.check {
      margin: 0 0 15px; }
    .form__contact dd.check {
      margin: 0 0 30px; }
    .form__contact .check span {
      margin: 0 0 15px;
      cursor: auto; }
    .form__contact dt.radio {
      margin: 0 0 15px; }
    .form__contact dd.radio {
      margin: 0 0 30px; }
    .form__contact .radio label {
      margin: 0 20px 0 0; }
    .form__contact privacy {
      cursor: auto; }
    .form .request_btn input[type="submit"] {
      width: 100%;
      max-width: 280px;
      padding: 13px 0;
      margin: 0 auto;
      font-size: 18px;
      border-radius: 40px; }
      .form .request_btn input[type="submit"]:hover {
        opacity: 1; }

  /*-------------------------------------------
  news
  -------------------------------------------*/
  .news {
    margin: 75px 0 70px; }
    .news__inner {
      padding: 0 30px;
      width: auto; }
    .news__item {
      padding: 35px 0 35px; }
      .news__item:not(:first-child) {
        margin: 35px 0 0; }
      .news__item h2 {
        margin: 0 0 5px;
        font-size: 16px; }
      .news__item .item__txt p {
        margin: 0 0 25px;
        line-height: 1.8; }

  /*-------------------------------------------
  privacy
  -------------------------------------------*/
  .privacy {
    margin: 75px 0 70px; }
    .privacy__inner {
      padding: 0 30px;
      width: auto; }
    .privacy__introduction p {
      margin: 0 0 60px;
      line-height: 1.8; }
    .privacy__content h2 {
      margin: 0 0 30px; }
    .privacy__content h3 {
      margin: 0 0 8px; }
    .privacy__content h3.mb_ttl {
      margin: 0 0 35px; }
    .privacy__content p {
      margin: 0 0 20px; }
    .privacy__content p.mb_txt {
      margin: 0 0 30px; }
    .privacy__content ul li {
      margin: 0 0 12px;
      padding: 0 0 0 12px; }
    .privacy .large {
      margin: 0 0 70px; }
    .privacy .medium {
      margin: 0 0 40px; }
    .privacy .small {
      margin: 0 0 30px; }

  /*-------------------------------------------
  contact
  -------------------------------------------*/
  .contact {
    margin-bottom: 70px; }

  /*-------------------------------------------
  confirm/thanks
  -------------------------------------------*/
  .confirm {
    margin: 70px 0 100px; }
    .confirm__inner {
      padding: 0 30px;
      width: auto; }
    .confirm table {
      width: 100%;
      margin: 0 auto 10px auto; }
      .confirm table th {
        display: block;
        width: 100%;
        padding: 20px 15px 0;
        border-bottom: none; }
      .confirm table td {
        display: block;
        width: 100%;
        padding: 10px 15px 15px; }
    .confirm .form-btnList li {
      margin: 15px 0 0; }
      .confirm .form-btnList li:first-child {
        margin: 0; }
      .confirm .form-btnList li input {
        font-size: 18px; }

  .thanks {
    margin: 0 0 120px; }
    .thanks__inner {
      padding: 0 30px 0;
      width: auto; }
    .thanks h1 {
      font-size: 20px; }
    .thanks p {
      font-size: 12px;
      text-align: left; }

  /*-------------------------------------------
  notfound
  -------------------------------------------*/
  .notfound {
    margin: 70px 0 90px;
    padding: 0 30px;
    width: auto; }
    .notfound h1 {
      font-size: 20px; }
    .notfound p {
      font-size: 12px;
      text-align: left; }
    .notfound__btn {
      width: 80%;
      margin: 20px auto 0;
      font-size: 13px; }
      .notfound__btn a {
        text-align: center; }
        .notfound__btn a:hover {
          border: 1px solid #333333;
          color: #333333;
          text-decoration: none; } }
