@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */

/*ローディングアニメーション*/

/* 初期状態（初回アクセス） */
.home #page {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 1.5s ease-in-out 0.8s;
}

/* アクセス済み（2回目以降）で遅延なし */
.home.accessed.is-repeat #page {
  transition: all 1.5s ease-in-out 0s;
}

/* 表示状態 */
.home.accessed #page {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.loading {
  width: 100%;
  height: 100%;
  transition: all 2s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  padding-bottom: 60px;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.loading-animation {
  width: 100%;
  height: 100%;
  transition: all 2s;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
.loading-logo {
  opacity: 0;
  transition: all 3s ease-in-out 0s;
  text-align: center;
}
.loading-animation.is-active .loading-logo {
  opacity: 1;
}
  @media screen and (max-width: 999px) {
    .loading {
      padding-bottom: 9.33vw;
    }
    .loading-logo img {
      width: 69.33vw;
      height: auto;
    }
  }

#mainVisual {
  position: relative;
  margin-bottom: 60px;
}
.mv_ttl_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.mv_ttl {
  text-align: center;
  color: #fff;
  font-size: min(4.5vw,6.3rem);
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.7;
}
.mv_media {
  height: 100%;
}
.mv_media > * {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  border-radius: 10px;
}
  @media screen and (max-width: 999px) {
    #mainVisual {
      margin-bottom: 0;
    }
    .mv_media > * {
      border-radius: 0;
    }
  }
  @media screen and (max-width: 599px) {
    .mv_ttl_wrap {
      justify-content: flex-start;
      padding-top: 28vw;
    }
    .mv_ttl {
      text-align: left;
      font-size: 6.93vw;
      line-height: 2.2;
      writing-mode: vertical-rl;
      text-orientation: upright;
    }
    .mv_ttl span {
      display: block;
      white-space: nowrap;
    }
    .mv_ttl br {
      display: none;
    }
  }

#index_location {
  padding: 100px 0;
  border-radius: 10px 10px 0 0;
}
.index_location-block {
  align-items: center;
  padding-bottom: 80px;
}
.index_location-lead h3 {
  font-size: 2rem;
  margin: 12px 0 20px;
}
.index_location-lead p {
  font-size: min(1.8vw,2.1rem);
  margin-bottom: 30px;
}
.index_location-lead p:last-child {
  margin-bottom: 0;
}
.index_location-features {
  padding-top: 50px;
}
.index_location-features dl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #ec6c0e;
  color: #ec6c0e;
  width: 290px;
  height: 290px;
  transition: all 0.2s ease-in-out 0s;
}
.index_location-features dt {
  line-height: 1.6;
  margin-bottom: 15px;
}
.index_location-features dt small {
  display: block;
  font-size: min(1.4vw,1.6rem);
}
.index_location-features dt span {
  display: block;
  font-size: min(2.6vw,2.8rem);
}
.index_location-features dd {
  font-size: min(1.2vw,1.4rem);
  font-feature-settings: "palt";
}
.index_location-features01 {
  right: -25px;
}
  @media screen and (max-width: 1129px) {
    .index_location-features dl {
      width: 25vw;
      height: 25vw;
      letter-spacing: 0.05em;
    }
  }
  @media screen and (max-width: 999px) {
    #index_location {
      padding: 13.33vw 0 0;
      border-radius: 0;
    }
    .index_location-block {
      padding-bottom: 6.66vw;
    }
    .index_location-lead {
      padding-bottom: 9.33vw;
    }
    .index_location-lead h3 {
      font-size: 4.26vw;
      margin: 6.66vw 0 4vw;
    }
    .index_location-lead p {
      font-size: 4.8vw;
      margin-bottom: 5.33vw;
    }
    .index_location-features {
      padding-top: 0;
      display: block;
    }
    .index_location-features dl {
      width: 60.8vw;
      height: 60.8vw;
      margin: 0 auto;
    }
    .index_location-features dt {
      line-height: 1.6;
      margin-bottom: 2.66vw;
    }
    .index_location-features dt small {
      font-size: 3.46vw;
    }
    .index_location-features dt span {
      font-size: 5.86vw;
    }
    .index_location-features dd {
      font-size: 3.2vw;
    }
    .index_location-features01 {
      right: 0;
    }
    .index_location-features02 {
      top: -7.46vw;
    }
    .index_location_img {
      margin-left: -9.33vw;
      margin-right: -9.33vw;
    }
  }

#index_clinic {
  padding: 100px 0;
}
#index_clinic .sub_ttl01 {
  margin-bottom: 15px;
}
.index_clinic-block {
  margin-top: 40px;
}
.index_clinic-list {
  width: 48.8%;
  max-width: 582px;
}
.index_clinic-box h3 {
  color: #fff;
  font-size: 3.1rem;
  line-height: 1.3;
  padding: 0 20px;
}
.index_clinic-box a {
  pointer-events: none;
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-bottom: solid 1px #989898;
  text-decoration: none;
  color: #323232;
}
.index_clinic-box a:hover {
  color: #f49e0e;
}
.index_clinic-box dl {
  display: flex;
  align-items: center;
}
.index_clinic-box dt {
  background: #fff;
  color: #f49e0e;
  border: solid 1px #f49e0e;
  width: 38px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.index_clinic-box a:hover dt {
  background: #f49e0e;
  color: #fff;
}
.index_clinic-box dt span {
  font-size: 2.3rem;
}
.index_clinic-box dt small {
  font-size: 1.9rem;
}
.index_clinic-box dd {
  position: relative;
  padding-left: 40px;
  width: calc(100% - 38px);
  line-height: 1.6;
}
.index_clinic-box dd::before {
  position: absolute;
  left: 12px;
  top: calc(50% - 5px);
  z-index: 5;
  content: "";
  width: 16px;
  height: 10px;
  border-style:solid;
  border-width: 5px 0 5px 16px;
  border-color: transparent transparent transparent #f49e0e;
}
.index_clinic-box dd p span {
  display: inline-block;
  font-size: 1.8rem;
}
.index_clinic-box dd p small {
  display: inline-block;
  font-size: 1.5rem;
}
.index_clinic-img {
  width: 47.5%;
  max-width: 568px;
}
.index_clinic-img img {
  border-radius: 10px;
}
  @media screen and (max-width: 1299px) {
    .index_clinic-box h3 {
      padding: 0 12px;
    }
    .index_clinic-box a {
      padding: 12px;
      letter-spacing: 0.05em;
    }
  }
  @media screen and (max-width: 999px) {
    #index_clinic {
      padding: 13.33vw 0;
    }
    #index_clinic .sub_ttl01 {
      margin-bottom: 6.66vw;
    }
    .index_clinic-block {
      margin-top: 9.33vw;
    }
    .index_clinic-list {
      width: 100%;
      max-width: 100%;
    }
    .index_clinic-box h3 {
      font-size: 8.26vw;
      padding: 0 5.33vw;
    }
    .index_clinic-box a {
      width: 100%;
      padding: 5vw 4vw 5vw 5.33vw;
    }
    .index_clinic-box dl {
      align-items: flex-start;
    }
    .index_clinic-box dt {
      position: relative;
      top: 1.33vw;
      width: 10.13vw;
      letter-spacing: 0;
    }
    .index_clinic-box dt span {
      font-size: 6.13vw;
    }
    .index_clinic-box dt small {
      font-size: 5vw;
    }
    .index_clinic-box dd {
      padding-left: 3.33vw;
      width: calc(100% - 10.13vw);
    }
    .index_clinic-box dd::before {
      display: none;
    }
    .index_clinic-box dd p span {
      font-size: 4.26vw;
    }
    .index_clinic-box dd p small {
      font-size: 3.73vw;
    }
    .index_clinic-img {
      display: none;
    }
  }

.index_clinic01 h3 {
  background : linear-gradient(90deg, rgba(244, 158, 14, 1) 0%, rgba(251, 216, 159, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F49E0E',endColorstr='#FBD89F' , GradientType=1);
}
.index_clinic01 li:last-child a {
  border-bottom: none;
}

.index_clinic02 h3 {
  background : linear-gradient(90deg, rgba(237, 121, 80, 1) 0%, rgba(248, 201, 185, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED7950',endColorstr='#F8C9B9' , GradientType=1);
}
.index_clinic02 dt {
  color: #ed7950;
  border: solid 1px #ed7950;
}
.index_clinic02 a:hover dt {
  background: #ed7950;
}
.index_clinic02 a:hover {
  color: #ed7950;
}
.index_clinic02 dd::before {
  border-color: transparent transparent transparent #ed7950;
}

#index_gallery {
  position: relative;
  padding: 70px 0;
  background: #fff;
}
#index_gallery figure img {
  width: 100%;
  height: auto;
}
.index_gallery-ttl {
  position: absolute;
  top: 30%;
  white-space: nowrap;
  font-size: 8.1rem;
  color: #f08e45;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.marquee {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 25s linear infinite;
}
.js-tick-item {
  display: inline-block;
  padding-right: 2rem; /* アイテム間の余白調整 */
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  @media screen and (max-width: 999px) {
    #index_gallery {
      padding: 8vw 9.33vw;
    }
    .index_gallery-ttl {
      top: 42vw;
      font-size: 10.66vw;
    }
    .js-tick-item {
      padding-right: 5vw; /* アイテム間の余白調整 */
    }
  }

#index_news {
  padding: 100px 0;
}
#index_news .sub_ttl01 {
  margin-bottom: 10px;
}
.news_list li {
  border-top: solid 1px #989898;
}
.news_list li:last-child {
  border-bottom: solid 1px #989898;
}
.news_list a {
  pointer-events: none;
  text-decoration: none;
  color: #323232;
  column-gap: 15px;
  align-items: center;
  padding: 27px 4.6%;
}
.news_list a:hover {
  color: #ec6c0e;
}
.news_list a time {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.cat_box {
  min-width: 240px;
  padding: 3px 10px;
  text-align: center;
  font-size: 1.3rem;
  white-space: nowrap;
  background: rgba(255,255,255,0.5);
}
.news_list a h3 {
  font-weight: 400;
  /*overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;*/
}
  @media screen and (max-width: 1199px) {
    .news_list a {
      padding: 27px 2%;
    }
  }
  @media screen and (max-width: 999px) {
    #index_news {
      padding: 13.33vw 0;
    }
    #index_news .sub_ttl01 {
      margin-bottom: 8vw;
    }
    .news_list a {
      padding: 5.33vw 5vw;
    }
    .news_list a:hover {
      color: #ec6c0e;
    }
    .news_list a time {
      display: block;
      font-size: 3.46vw;
      margin-bottom: 1.33vw;
    }
    .cat_box {
      display: inline-block;
      min-width: 64vw;
      padding: 0.53vw 2.66vw;
      font-size: 3.46vw;
    }
    .news_list a h3 {
      margin-top: 2.66vw;
      line-height: 2;
    }
  }

/*----------------------------------------------------
  COMING SOON comingsoon
--------------------------------------------------- */
.comingsoon-block {
  height: 574px;
  padding: 100px 0;
  text-align: center;
}
.comingsoon-block h2 {
  font-size: 3.6rem;
  margin-bottom: 10px;
  letter-spacing: 0.26em;
}
  @media screen and (max-width: 999px) {
    .comingsoon-block {
      height: 112vw;
      padding: 13.33vw 0;
      font-size: 3.73vw;
    }
    .comingsoon-block h2 {
      font-size: 7.2vw;
      margin-bottom: 1.33vw;
      letter-spacing: 0.26em;
    }
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 999px) {
  }

/*----------------------------------------------------
  共通WP
--------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
img.alignleft {
  margin-right: 25px;
}
img.alignright {
  margin-left: 25px;
}

/*投稿詳細用*/

.entry-content:after {
  content: ""; 
  display: block; 
  clear: both;
}
.entry-content h1 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 4px #333;
}
  @media screen and (max-width: 999px) {
    .entry-content h1 {
      font-size: 4.8vw;
      padding-bottom: 3.33vw;
      margin-bottom: 4vw;
      border-bottom: solid 3px #333;
    }
  }

.entry-content h2 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 4px #333;
}
  @media screen and (max-width: 999px) {
    .entry-content h2 {
      font-size: 4.8vw;
      padding-bottom: 3.33vw;
      margin-bottom: 4vw;
      border-bottom: solid 3px #333;
    }
  }

.entry-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 999px) {
    .entry-content h3 {
      font-size: 4.8vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 999px) {
    .entry-content h4 {
      font-size: 4.8vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content h5 {
  font-size: 18px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 999px) {
    .entry-content h5 {
      font-size: 4.8vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content h6 {
  font-size: 16px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 999px) {
    .entry-content h6 {
      font-size: 4.8vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content p {
  margin-bottom:30px;
}
  @media screen and (max-width: 999px) {
    .entry-content p {
      margin-bottom: 5vw;
    }
  }

.entry-content img {
  margin-bottom:30px;
}
  @media screen and (max-width: 999px) {
    .entry-content img {
      margin-bottom: 5vw;
    }
  }

.entry-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul li ul {
  margin-bottom: 10px;
  font-size: 93%;
}
.entry-content ul li ul li {
  list-style-type:circle;
}
  @media screen and (max-width: 999px) {
    .entry-content ul {
      margin-bottom: 5vw;
      padding-left: 5.4vw;
    }
    .entry-content ul li ul {
      margin-bottom: 2vw;
    }
  }

.entry-content ol {
  counter-reset: section;
  margin-bottom: 30px;
}
.entry-content ol li {
  list-style: none;
}
.entry-content ol > li:before {
  content : counters(section, '-') '. ';
  counter-increment : section;
}
.entry-content ol li ol {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 93%;
}
  @media screen and (max-width: 999px) {
    .entry-content ol {
      margin-bottom: 5vw;
    }
    .entry-content ol li ol {
      padding-left: 5.4vw;
      margin-bottom: 2vw;
    }
  }

.entry-content table {
  width:100%;
  margin:0 0 35px 0;
}
.entry-content th {
  text-align: left;
  padding:7px 10px;
  border:solid 1px #eee;
}
.entry-content td {
  padding:7px 10px;
  border:solid 1px #eee;
}
  @media screen and (max-width: 999px) {
    .entry-content table {
      margin:0 0 5vw 0;
      font-size: 93%;
    }
    .entry-content th {
      padding:2vw;
    }
    .entry-content td {
      padding:2vw;
    }
  }

.entry-content table img {
  margin-bottom: 0;
}

.entry-content blockquote {
  position: relative;
  border: solid 4px #d7d7d7;
  padding: 20px 20px 20px 55px;
  margin-bottom: 35px;
}
.entry-content blockquote::before {
  position: absolute;
  left: 18px;
  top: 20px;
  content: "“";
  line-height: 1;
  font-size: 6rem;
  color: #d7d7d7;
}
  @media screen and (max-width: 999px) {
    .entry-content blockquote {
      border: solid 3px #d7d7d7;
      padding: 4vw 3.33vw 4vw 9.33vw;
      margin-bottom: 5vw;
    }
    .entry-content blockquote::before {
      left: 2vw;
      top: 4vw;
      font-size: 12.33vw;
    }
  }

.entry-content u {
  text-decoration: underline;
}

.entry-content .wp-caption.alignright {
  margin-left: 25px;
}
.entry-content .wp-caption.alignleft {
  margin-right: 25px;
}
  @media screen and (max-width: 999px) {
    .entry-content .wp-caption {
      width: 100%!important;
      float: none!important;
      margin: 0 0 5vw 0!important;
    }
  }

.entry-content .wp-caption img {
  margin-bottom: 5px;
}
.entry-content .wp-caption p {
  font-size: 90%;
  color: #757575;
  font-style: italic;
}
  @media screen and (max-width: 999px) {
    .entry-content .wp-caption img {
      margin-bottom: 2vw;
    }
  }

/*ページ分割ナビ*/
.wp-pagenavi {
  padding: 50px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 48px;
  line-height: 46px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  margin: 0 5px 10px 5px;
  text-decoration: none;
  font-size: 1.8rem;
}
.wp-pagenavi span {
  background: #000;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  line-height: 1;
  width: auto;
  border: none;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  border: none;
  color: #333;
  background: none;
  text-decoration: underline;
}
.wp-pagenavi .extend {
  line-height: 1;
  width: auto;
  border: none;
  color: #333;
  background: none;
}
  @media screen and (max-width: 999px) {
    .wp-pagenavi {
      padding: 4vw 0 0 0;
    }
    .wp-pagenavi a, .wp-pagenavi span {
      width: 8vw;
      line-height: 8vw;
      margin: 0 0.33vw 2.33vw 0.33vw;
      font-size: 3.73vw;
    }
  }

/*記事詳細ナビ*/
.wp-detailnavi {
  position: relative;
  padding: 50px 0 0 0;
  text-align: center;
}
.wp-detailnavi a {
  display: block;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  line-height: 40px;
  padding: 5px;
}
.wp-detailnavi a:hover {
  color: #fff;
  background: #000;
}
.prev_link {
  width: 33%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.next_link {
  width: 33%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_link {
  width: 34%;
  margin: 0 auto;
}
.list_link a {
  color: #fff;
  background: #000;
}
  @media screen and (max-width: 999px) {
    .wp-detailnavi {
      padding-top: 8vw;
    }
    .wp-detailnavi a {
      line-height: 9.33vw;
    }
    .prev_link {
      width: calc(32% - 1px);
    }
    .next_link {
      width: calc(32% - 1px);
    }
    .list_link {
      width: 36%;
    }
  }


/*----------------------------------------------------
  404 Not Found
--------------------------------------------------- */
#notfound {
  padding-bottom: 60px;
}
#notfound p {
  padding-bottom: 20px;
}
#notfound .btn01 {
  margin-top: 40px;
}
  @media screen and (max-width: 999px) {
    #notfound {
      padding-bottom: 10.66vw;
    }
    #notfound p {
      padding-bottom: 4vw;
    }
    #notfound .btn01 {
      margin-top: 6.66vw;
    }
  }

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
#contact {
}

#contact_form {
  max-width: 1000px;
  margin: 0 auto;
}
.form_area table {
  margin-bottom: 40px;
  line-height: 1.6;
}
.form_area th {
  width: 300px;
  padding: 18px 20px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: dotted 1px #ddd;
  border-top: dotted 1px #ddd;
  background: #eeeeee;
}
.form_area th > span {
  display:block;
  position:relative;
  padding-right: 50px;
}
.form_area .require {
  position: absolute;
  color:#fff;
  background: #E5151F;
  font-style:normal;
  display:inline-block;
  font-size: 1.3rem;
  border-radius: 2px;
  width: 48px;
  line-height: 24px;
  text-align: center;
  right: 0;
  top: 2px;
}
.form_area td {
  padding: 18px 20px;
  border-bottom: dotted 1px #ddd;
  border-top: dotted 1px #ddd;
}
.form_area td .wpcf7-text, 
.form_area td textarea {
  padding: 13px 15px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 0;
  width: 100%;
  margin: 8px 0;
  outline: none;
}
.form_area td textarea {
  height: 250px;
}
.form_area td .wpcf7-list-item {
  display: block;
  margin: 5px 0;
}
.form_area td .wpcf7-list-item-label {
  margin: 0 0 0 5px;
}
  @media screen and (max-width: 999px) {
    .form_area {
      max-width: 100%;
      padding: 0;
    }
    .form_area table,
    .form_area tbody,
    .form_area tr,
    .form_area th,
    .form_area td {
      display: block;
      width: 100%!important;
    }
    .form_area table {
      margin-bottom: 2.66vw;
    }
    .form_area th {
      max-width: 100%;
      padding: 2.66vw 3vw;
      font-size: 4vw;
    }
    .form_area th span {
      margin: 0;
      padding-right: 12vw;
    }
    .form_area .require {
      font-size: 3.46vw;
      width: 10vw;
      line-height: 6vw;
    }
    .form_area th .require {
      right: 0;
      top: calc(50% - 3vw);
    }
    .form_area td {
      padding: 3vw 0;
      border: none;
    }
    .form_area td .wpcf7-text,
    .form_area td textarea {
      padding: 2vw 3vw;
      margin: 0;
      font-size:max(3.46vw,1.6rem);
    }
    .form_area td textarea {
      height: 54vw;
    }
  }

.contact_note {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.entry_none {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.consent_box {
  margin-bottom: 40px;
}
.consent_box .wpcf7-list-item {
  margin: 0;
}
.consent_box .wpcf7-list-item-label {
  margin-left: 5px;
}
  @media screen and (max-width: 999px) {
    .form_area input[type="radio"],
    .form_area input[type="checkbox"] {
      transform: scale(1.5);
      vertical-align: middle;
    }
    .contact_note {
      font-size: 3.46vw;
      letter-spacing: 0;
      margin-top: 1.33vw;
    }
    .consent_box {
      margin-bottom: 6.66vw;
    }
  }
  @media screen and (max-width: 500px) {
    .form_area input[type="radio"],
    .form_area input[type="checkbox"] {
      transform: scale(1);
    }
  }

/*プレースホルダー*/
::-webkit-input-placeholder { color:#999; opacity: 1; }
:-moz-placeholder { color:#999; opacity: 1; }
::-moz-placeholder { color:#999; opacity: 1; }

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }

  @media screen and (max-width: 999px) {
    ::-webkit-input-placeholder { color:#aaa; font-size: 3.46vw; }
    :-moz-placeholder { color:#666; font-size: 3.46vw; }
    ::-moz-placeholder { color:#666; font-size: 3.46vw; }
  }

/*ボタン*/
.submit-btn {
  position: relative;
  display: block;
  text-align: center;
}
.submit-btn input {
  display: inline-block;
  min-width: 320px;
  line-height: 60px;
  padding: 0 12px;
  border-radius: 30px;
  background-color: #E5151F;
  border: solid 1px #E5151F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.submit-btn input:hover {
  background-color: #fff;
  color: #E5151F;
}
.submit-btn [disabled] {
  color: #999!important;
  opacity: 1!important;
  border: solid 1px #ccc!important;
  background-color: #ccc!important;
}
  @media screen and (max-width: 999px) {
    .submit-btn input {
      min-width: 74vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
    }
  }

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

.custom-wpcf7cp-confirm.wpcf7cp-form-hide > * {
  height: 0;
  padding: 0;
  margin: 0;
}
div#wpcf7cpcnf {
  position: relative!important;
}
div#wpcf7cpcnf table {
  margin-bottom: 40px;
}
div#wpcf7cpcnf th {
  width: 320px;
  padding: 18px 20px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  background: #eeeeee;
}
div#wpcf7cpcnf th p {
  margin: 0;
}
div#wpcf7cpcnf td {
  padding: 18px 20px;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
  @media screen and (max-width: 999px) {
    div#wpcf7cpcnf table,
    div#wpcf7cpcnf tbody,
    div#wpcf7cpcnf tr,
    div#wpcf7cpcnf th,
    div#wpcf7cpcnf td {
      display: block;
      width: 100%;
    }
    div#wpcf7cpcnf table {
      margin-bottom: 6.66vw;
    }
    div#wpcf7cpcnf th {
      padding: 2.66vw 4vw;
    }
    div#wpcf7cpcnf td {
      padding: 4vw 0;
    }
  }

.wpcf7cp-btns {
  text-align: center;
}
.wpcf7cp-btns button {
  display: inline-block;
  min-width: 320px;
  line-height: 60px;
  padding: 0 12px;
  margin: 0 15px;
  border-radius: 30px;
  background-color: #E5151F;
  border: solid 1px #E5151F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.wpcf7cp-btns button:hover {
  background-color: #fff;
  color: #E5151F;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
	background-color: #999;
  border: solid 1px #999;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover {
  color: #999;
}
  @media screen and (max-width: 999px) {
    .wpcf7cp-btns button {
      min-width: 74vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
      margin-bottom: 4vw;
    }
  }
