@charset "utf-8";
/* CSS Document */

/*
Theme Name: OMNIPOTENT
Description: Easy to work with
Version: 1.0
Author: Office545
Author URI: https://www.office545.com/
*/

/* PC エリア */
@media screen and (min-width: 769px) {

  /* sub_visualエリア */
  .sub_visual_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
    display: table;
  }

  .sub_visual_area figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .sub_visual_area figure img {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  /* 無料体験バナー エリア */
  .bnr_trial_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4.0em 20px 5.0em 20px;
  }

  .bnr_trial_area figure {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .bnr_trial_area figure img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  /* トレーナー紹介 エリア */
  .trainer_list_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5.5em 20px;
    background-color: #f8f6f4;
  }

  .trainer_list_area article {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding 0;
    display: table;
  }

  .trainer_list_area article strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    color: #000000;
    display: block;
  }

  .trainer_list_area article strong span {
    font-family: "arial", sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #de2847;
    display: block;
  }

  .trainer_list_area article article.cover {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding 0;
    display: table;
  }

  .trainer_list_area article article.cover section.top {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .trainer_list_area article article.cover section.top figure {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .trainer_list_area article article.cover section.top figure img {
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 15px;
  }

  .trainer_list_area article article.cover section.top ul {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .trainer_list_area article article.cover section.top ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
  }

  .trainer_list_area article article.cover section.top li:last-child {
    margin: 0;
  }

  .trainer_list_area article article.cover section.top ul li strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.10em;
    color: #000000;
    display: block;
  }

  .trainer_list_area article article.cover section.top ul li strong span {
    font-family: "arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #de2847;
    display: block;
  }

  .trainer_list_area article article.cover section.top ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 0;
  }

  .trainer_list_area article article.cover section.bottom {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0;
    display: table;
  }

  .trainer_list_area article article.cover section.bottom ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .trainer_list_area article article.cover section.bottom ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }

  .trainer_list_area article article.cover section.bottom ul li:first-child {
    margin-bottom: 10px;
  }

  .trainer_list_area article article.cover section.bottom ul li:last-child {
    margin: 0;
  }

  .trainer_list_area article article.cover section.bottom ul li span {
    font-family: "arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #de2847;
    display: block;
  }

  .trainer_list_area article article.cover section.bottom ul li strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    color: #444444;
    display: block;
  }

  .trainer_list_area article article.cover section.bottom ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    letter-spacing: 0;
    color: #666666;
    margin: 0;
  }

  /* 口コミ・評判エリア */
  .reviews_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5.5em 20px 0 20px;
    background-color: #f8f6f4;
  }

  .reviews_area article {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding 0;
    display: table;
  }

  .reviews_area article strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    color: #000000;
    display: block;
  }

  .reviews_area article strong span {
    font-family: "arial", sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #de2847;
    display: block;
  }

  .reviews_area article section {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .reviews_area article section ul {
    width: 31.5%;
    height: auto;
    margin: 0;
    padding: 40px;
    border-radius: 15px;
    background-color: #ffffff;
  }

  .reviews_area article section ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }

  .reviews_area article section ul li:last-child {
    margin: 0;
  }

  .reviews_area article section ul li img {
    width: 44.973544973%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border-radius: 100px;
  }

  .reviews_area article section ul li span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #666666;
    display: block;
  }

  .reviews_area article section ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    color: #666666;
  }

  /* 無料体験の流れエリア（体験申し込みリンク部分） */
  .flow_lnk_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px 6.0em 20px;
  }

  .flow_lnk_area article {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding 0;
    display: table;
  }

  .flow_lnk_area article article.lnk {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  .flow_lnk_area article article.lnk p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 1.0em;
    color: #000000;
    margin-bottom: 20px;
  }

  .flow_lnk_area article article.lnk a {
    width: 600px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 100px;
    background-color: #de2847;
    position: relative;
    display: block;
  }

  .flow_lnk_area article article.lnk a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.0em;
    color: #ffff00;
    margin-bottom: 10px;
    display: block;
  }

  .flow_lnk_area article article.lnk a::after {
    width: 13px;
    height: 13px;
    margin: auto;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
  }

  .flow_lnk_area article article.lnk a:hover {
    transform: scale(0.95);
    transition: 1.0s;
  }

  /* アクセス エリア */
  .access_title {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.0em 0 1.0em 20px;
    position: relative;
  }

  .access_title::before {
    width: 42%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 99px 99px 0;
    background-color: #f6f1ec;
    display: block;
  }

  .access_title section {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .access_title section strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    color: #000000;
    display: block;
  }

  .access_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px 5.0em 20px;
  }

  .access_area .cover {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 50px auto 0 auto;
    padding: 0;
    justify-content: space-between;
    display: flex;
  }

  .access_area .cover table {
    width: 43.33333333%;
    height: auto;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  .access_area .cover table th {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cccccc;
  }

  .access_area .cover table td {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 17px 0;
    border-bottom: 1px solid #cccccc;
    background: none;
  }

  .access_area .cover table td.type01 {
    padding: 20px 0 40px 0;
    border: none;
  }

  .access_area .cover table td.type02 {
    padding: 25px 0 17px 0;
  }

  .access_area .cover table th strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 1.0em;
    display: block;
  }

  .access_area .cover table th strong span {
    font-family: "arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    float: right;
  }

  .access_area .cover table td p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px !important;
    font-weight: 500;
    text-align: left;
    color: #000000;
    margin: 0;
  }

  .access_area .cover table td.type01 p {
    font-family: "arial", "Noto Sans JP", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.4em;
  }

  .access_area .cover table td.type01 a {
    font-family: "arial", sans-serif;
    font-size: 20px !important;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #000000;
    display: block;
  }

  .access_area .cover table td p span {
    font-family: "arial", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    float: right;
  }

  .access_area .cover .view {
    width: 52.5%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

/* PC 追記（カスタマイズ）エリア */
@media screen and (min-width: 769px) {}

/* SP エリア */
@media screen and (max-width: 768px) {

  /* sub_visualエリア */
  .sub_visual_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  .sub_visual_area figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .sub_visual_area figure img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  /* 無料体験バナー エリア */
  .bnr_trial_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3.0em 3.90625%;
  }

  .bnr_trial_area figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .bnr_trial_area figure img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  /* トレーナー紹介 エリア */
  .trainer_list_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3.0em 3.90625%;
    background-color: #f8f6f4;
  }

  .trainer_list_area article {
    width: 100%;
    height: auto;
    margin: 0;
    padding 0;
    display: table;
  }

  .trainer_list_area article strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 6.5vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    color: #000000;
    display: block;
  }

  .trainer_list_area article strong span {
    font-family: "arial", sans-serif;
    font-size: 3.5vw;
    font-weight: normal;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.10em;
    color: #de2847;
    display: block;
  }

  .trainer_list_area article article.cover {
    width: 100%;
    height: auto;
    margin-top: 7.8125%;
    padding 0;
    display: table;
  }

  .trainer_list_area article article.cover section.top {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .trainer_list_area article article.cover section.top figure {
    width: 47.175141242%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .trainer_list_area article article.cover section.top figure img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 15px;
  }

  .trainer_list_area article article.cover section.top ul {
    width: 47.175141242%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .trainer_list_area article article.cover section.top ul li {
    width: 100%;
    height: auto;
    margin-bottom: 7.8125%;
    padding: 0;
  }

  .trainer_list_area article article.cover section.top li:last-child {
    margin: 0;
  }

  .trainer_list_area article article.cover section.top ul li strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.5vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.10em;
    color: #000000;
    display: block;
  }

  .trainer_list_area article article.cover section.top ul li strong span {
    font-family: "arial", sans-serif;
    font-size: 3.0vw;
    font-weight: normal;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #de2847;
    display: block;
  }

  .trainer_list_area article article.cover section.top ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.8vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    color: #000000;
  }

  .trainer_list_area article article.cover section.bottom {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding: 0;
    display: table;
  }

  .trainer_list_area article article.cover section.bottom ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .trainer_list_area article article.cover section.bottom ul li {
    width: 100%;
    height: auto;
    margin-bottom: 2.604166666%;
    padding: 0;
  }

  .trainer_list_area article article.cover section.bottom ul li:first-child {
    margin-bottom: 1.302083333%;
  }

  .trainer_list_area article article.cover section.bottom ul li:last-child {
    margin: 0;
  }

  .trainer_list_area article article.cover section.bottom ul li span {
    font-family: "arial", sans-serif;
    font-size: 3.0vw;
    font-weight: normal;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #de2847;
    display: block;
  }

  .trainer_list_area article article.cover section.bottom ul li strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.0vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    color: #444444;
    display: block;
  }

  .trainer_list_area article article.cover section.bottom ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6em;
    letter-spacing: 0;
    color: #666666;
    margin: 0;
  }

  /* 口コミ・評判エリア */
  .reviews_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3.0em 3.90625% 1.0em 3.90625%;
    background-color: #f8f6f4;
  }

  .reviews_area article {
    width: 100%;
    height: auto;
    margin: 0;
    padding 0;
    display: table;
  }

  .reviews_area article strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 6.5vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    color: #000000;
    display: block;
  }

  .reviews_area article strong span {
    font-family: "arial", sans-serif;
    font-size: 3.5vw;
    font-weight: normal;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #de2847;
    display: block;
  }

  .reviews_area article section {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .reviews_area article section ul {
    width: 100%;
    height: auto;
    margin-top: 7.8125%;
    padding: 5.208333333%;
    border-radius: 15px;
    background-color: #ffffff;
  }

  .reviews_area article section ul li {
    width: 100%;
    height: auto;
    margin-bottom: 3.90625%;
    padding: 0;
  }

  .reviews_area article section ul li:last-child {
    margin: 0;
  }

  .reviews_area article section ul li img {
    width: 49.435028248%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border-radius: 100px;
  }

  .reviews_area article section ul li span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.0vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #666666;
    display: block;
  }

  .reviews_area article section ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6em;
    color: #666666;
  }

  /* 無料体験の流れエリア（体験申し込みリンク部分） */
  .flow_lnk_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 3.90625% 3.0em 3.90625%;
  }

  .flow_lnk_area article {
    width: 100%;
    height: auto;
    margin: 0;
    padding 0;
    display: table;
  }

  .flow_lnk_area article article.lnk {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  .flow_lnk_area article article.lnk p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.0vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.0em;
    color: #000000;
    margin-bottom: 3.90625%;
  }

  .flow_lnk_area article article.lnk a {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5.0vw;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #ffffff;
    margin: 0;
    padding: 3.255208333% 0;
    border-radius: 100px;
    background-color: #de2847;
    position: relative;
    display: block;
  }

  .flow_lnk_area article article.lnk a span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.8vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.0em;
    color: #ffff00;
    margin-bottom: 1.302083333%;
    display: block;
  }

  .flow_lnk_area article article.lnk a::after {
    width: 11px;
    height: 11px;
    margin: auto;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
  }

  .flow_lnk_area article article.lnk a:hover {
    transform: scale(0.95);
    transition: 1.0s;
  }

  /* アクセス エリア */
  .access_title {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.0em 0 1.0em 3.90625%;
    position: relative;
  }

  .access_title::before {
    width: 73%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 99px 99px 0;
    background-color: #f6f1ec;
    display: block;
  }

  .access_title section {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .access_title section strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.5vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    color: #000000;
    display: block;
  }

  .access_area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 3.90625% 3.0em 3.90625%;
  }

  .access_area .cover {
    width: 100%;
    height: auto;
    margin-top: 6.510416666%;
    padding: 0;
  }

  .access_area .cover table {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  .access_area .cover table th {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 1.953125% 0;
    border-bottom: 1px solid #cccccc;
  }

  .access_area .cover table td {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3.255208333% 0;
    border-bottom: 1px solid #cccccc;
  }

  .access_area .cover table td.type01 {
    padding: 3.255208333% 0 6.510416666% 0;
    border: none;
  }

  .access_area .cover table td.type02 {
    padding: 5.205333333% 0 3.255208333% 0;
  }

  .access_area .cover table th strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 1.0em;
    display: block;
  }

  .access_area .cover table th strong span {
    font-family: "arial", sans-serif;
    font-size: 2.5vw;
    font-weight: 400;
    color: #999999;
    float: right;
  }

  .access_area .cover table td p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.0vw;
    font-weight: 500;
    text-align: left;
    color: #000000;
    margin: 0;
  }

  .access_area .cover table td.type01 p {
    font-family: "arial", "Noto Sans JP", sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.4em;
  }

  .access_area .cover table td.type01 a {
    font-family: "arial", sans-serif;
    font-size: 4.5vw;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.10em;
    color: #000000;
    display: block;
  }

  .access_area .cover table td p span {
    font-family: "arial", "Noto Sans JP", sans-serif;
    font-size: 3.0vw;
    font-weight: 400;
    color: #000000;
    float: right;
  }

  .access_area .cover .view {
    width: 100%;
    height: auto;
    margin-top: 7.8125%;
    padding: 0;
    padding-top: 56.25%;
    position: relative;
  }

  .access_area .cover .view iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* お問い合わせ・予約 */

.single .wpcf7 {
  max-width: 85%;
  margin: 3rem auto;
}

.single .wpcf7 * {
  font-family: "arial", "Noto Sans JP", sans-serif !important;
}

.single .wpcf7 p input[type="text"],
.single .wpcf7 p input[type="email"],
.single .wpcf7 p input[type="tel"] {
  margin: 0.5rem 0;
  padding: 0.75rem;
}

.single .wpcf7 p input[type="date"],
.single .wpcf7 p select {
  margin: 0.5rem 0;
  padding: 0.5rem;
}

.single .wpcf7 p input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  margin: 0.5rem;
}

.single .wpcf7 p span.required {
  padding-top: 2px;
}

@media screen and (max-width: 768px) {
  .single .wpcf7 {
    max-width: 100%;
    margin: 3rem auto 0;
  }

  .single .wpcf7 p span.accept {
    text-align: left;
    display: block;
    margin: 0.5rem 0 2rem;
  }
}