@charset "UTF-8";

/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */

[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #0266AC;
  text-decoration: none;
  transition: 0.3s all;
}

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

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

:root {
  font-size: 62.5%;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.for-spTab {
  display: none !important;
}

.sp {
  display: none !important;
}

.section-container::after {
  clear: both;
  content: "";
  display: block;
}

.section-container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container::after {
  clear: both;
  content: "";
  display: block;
}

.inner-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.fade-v {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-v.is-active {
  opacity: 1;
  transform: translateY(0);
}

.is-bold {
  font-weight: bold;
}

.is-blue {
  color: #1078B9;
}

.btn-basic {
  width: 100%;
  background: #0266AC;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  padding: 20px 55px 18px 24px;
  position: relative;
  text-align: left;
}

.btn-basic::after {
  width: 8px;
  height: 13px;
  background: url(../img/icon/icon_arrow.svg) no-repeat 0 0/contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.btn-basic::before {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}

.btn-basic:hover {
  background: #0266AC;
  box-shadow: none;
}

.btn-basic.is-red,
.btn-basic.is-red:hover {
  background: #E3212C;
}

.btn-basic.is-black,
.btn-basic.is-black:hover {
  background: #000;
}

.btn-basic.is-pink,
.btn-basic.is-pink:hover {
  background: #ff2ed9;
}

.card {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 30px 40px;
}

.card-img img {
  width: 100%;
}

.card-date,
.card-info {
  color: #707070;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 20px;
  vertical-align: middle;
}

.card-date {
  margin-right: 16px;
}

.card-contractDate,
.card-address {
  color: #707070;
  font-size: 1.8rem;
}

.card-contractDate {
  margin-top: 20px;
}

.card-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.card-btn {
  width: 100%;
  max-width: 210px;
  float: right;
  margin-top: 24px;
}

.card-btn > a {
  font-size: 1.4rem;
  padding: 10px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid::after {
  width: 48%;
  content: "";
  display: block;
}

.grid-col-2 {
  width: 48%;
}

.pager {
  margin-top: 80px;
  text-align: center;
}

.wp-pagenavi {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  margin-right: 10px;
}

.wp-pagenavi > a {
  box-sizing: border-box;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 16px;
  text-align: center;
}

.wp-pagenavi > a:hover {
  color: #72B66e;
}

.wp-pagenavi .current {
  box-sizing: border-box;
  color: #72B66e;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 16px;
  text-align: center;
  text-decoration: underline;
}

table {
  width: 100%;
  box-sizing: border-box;
}

.table-overflow {
  width: 100%;
}

.tableBase th,
.tableBase td {
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.tableBase th {
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px;
}

.tableBase td {
  padding: 25px;
}

.tableBase tbody tr:nth-child(even) td {
  background: #eee;
}

.title-base {
  background: none transparent;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 0;
  text-align: left;
}

.title-base span {
  color: #EE1A2C;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

.mv {
  position: relative;
}

.mv-img {
  width: 100%;
  height: calc(100dvh - 97px);
}

.mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}

.mv-logo-left,
.mv-logo-right {
  position: absolute;
  top: 40px;
}

.mv-logo-left {
  max-width: 337px;
  left: 5%;
}

.mv-logo-right {
  max-width: 320px;
  right: 5%;
}

.topPage .section-2 {
  padding: 100px 0;
}

.topPage {
  background: #fff;
}

.topPage-lead {
  padding: 100px 0;
}

.topPage-lead-en {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topPage-lead-en-title {
  width: 32%;
}

.topPage-lead-en-des {
  width: 62%;
  font-size: 1.2rem;
  line-height: 1.5;
}

.topPage-lead-title {
  font-size: 4.15rem;
  font-weight: 500;
  margin-top: 48px;
}

.topPage-lead-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px 72px;
  margin-top: 60px;
}

.topPage-lead-logo-item:nth-child(1) {
  max-width: 192px;
}

.topPage-lead-logo-item:nth-child(2) {
  max-width: 187px;
}

.topPage-lead-logo-item:nth-child(3) {
  max-width: 250px;
}

.topPage-cta {
  background: url(../img/page/bg_cta.jpg) no-repeat center 0/cover;
  color: #fff;
  padding: 120px 0;
}

.topPage-cta-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: bold;
}

.topPage-cta-des {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 40px;
}

.topPage-cta-contents {
  background: url(../img/page/bg_cta_contents.png) no-repeat 0 0/cover;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 72px;
  padding: 55px 50px;
}

.topPage-cta-contents-title {
  box-sizing: border-box;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-right: auto;
}

.topPage-cta-contents-title::before {
  width: 37px;
  height: 38px;
  background: url(../img/icon/icon_arrow_cta.svg) no-repeat 0 center/contain;
  content: "";
  display: inline-block;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.topPage-cta-contents-btn {
  width: 340px;
  line-height: 1;
}

.topPage-cta-contents-btn a {
  text-align: left;
}

.topPage-cta-contents + .topPage-cta-contents {
  margin-top: 48px;
}

.topPage-about {
  background: #EE1A2C;
  color: #fff;
  padding: 100px 0;
}

.topPage-about-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topPage-about-images-left {
  width: 63%;
}

.topPage-about-images-right {
  width: 18%;
}

.topPage-about-title {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 48px;
}

.topPage-about-des {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 24px;
}

.topPage-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0 80px;
}

.topPage-detail .is-left {
  width: 60%;
}

.topPage-detail .is-right {
  width: 36%;
}

.topPage-detail-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.4rem;
  margin-top: 48px;
}

.topPage-detail-des {
  width: 90%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.topPage-detail-contents {
  border-left: 6px solid #BBBBBE;
  box-sizing: border-box;
  padding-left: 20px;
}

.topPage-detail-contents-title {
  color: #BBBBBE;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
}

.topPage-detail-contents-title span {
  color: #333;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
}

.topPage-detail-contents-des {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 3px;
}

.topPage-detail-contents + .topPage-detail-contents {
  margin-top: 32px;
}

.topPage-detail-gallery {
  display: flex;
  flex-wrap: wrap;
}

.topPage-detail-gallery-item {
  width: 25%;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.topPage-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0;
}

.topPage-info::after {
  display: none;
}

.topPage-info .is-left {
  width: 42%;
}

.topPage-info-title {
  border-bottom: 1px solid #707070;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.4rem;
  line-height: 1.4;
}

.topPage-info-title span {
  display: inline-block;
  font-size: 2.1rem;
  margin-right: 8px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.topPage-info-table {
  margin-top: 8px;
}

.topPage-info-table th,
.topPage-info-table td {
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
}

.topPage-info-table th {
  width: 35%;
  font-size: 1.6rem;
  padding: 10px 10px 4px 0;
  text-align: left;
  position: relative;
  vertical-align: top;
}

.topPage-info-table th span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: auto;
  position: absolute;
  bottom: 4px;
  right: 10px;
}

.topPage-info-table td {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px 10px 4px 16px;
  position: relative;
}

.topPage-info-table td::before {
  width: 1px;
  height: 65%;
  background: #707070;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.topPage-info-notice {
  margin-top: 10px;
}

.topPage-info-notice-item {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

.topPage-info-img {
  width: 50%;
  margin-top: 24px;
}

.topPage-media-contents {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}

.topPage-media-contents-img {
  width: 43.5%;
}

.topPage-media-contents .is-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

.topPage-media-contents-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.topPage-media-contents-caption {
  font-size: 1.4rem;
  margin-top: 8px;
}

.topPage-media-contents-btn {
  max-width: 340px;
  margin-top: auto;
}

.topPage-movie {
  padding: 120px 0 100px;
}

.topPage-movie-contents-wrap {
  margin-top: 32px;
}

.topPage-movie-contents {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}

.topPage-movie-contents-title {
  width: 50%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.topPage-movie-contents-iframe {
  width: 43.5%;
  height: 270px;
}

.topPage-movie-contents-iframe iframe {
  width: 100%;
  height: 100%;
}

.topPage-movie-contents + .topPage-movie-contents {
  margin-top: 40px;
}

.topPage-gallery {
  background: #F0F0F0;
  padding: 100px 0;
}

.topPage-gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 4%;
  margin-top: 40px;
}

.topPage-gallery-list-item {
  width: 48%;
}

.topPage-price {
  background: url(../img/page/bg_price.jpg) no-repeat center 0/cover;
  color: #fff;
  padding: 600px 0 140px;
}

.topPage-price-titleSection {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topPage-price-titleSection-title {
  font-size: 3rem;
  font-weight: bold;
  margin-right: auto;
  line-height: 1.1;
}

.topPage-price-titleSection-price {
  font-family: "Josefin Sans", sans-serif;
  font-size: 6rem;
  font-weight: 200;
  line-height: 1.1;
}

.topPage-price-titleSection-price span {
  font-size: 3rem;
  margin-left: 5px;
}

.topPage-price-notice {
  margin-top: 24px;
}

.topPage-price-notice-item {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

.topPage-price-notice-item + .topPage-price-notice-item {
  margin-top: 3px;
}

.mw_wp_form_confirm .topPage-contact-form-btn::after {
  clear: both;
  content: "";
  display: block;
}

.mw_wp_form_confirm .topPage-contact-form-btn input {
  width: 48%;
  border: 1px solid #000;
  box-sizing: border-box;
  float: left;
}

.mw_wp_form_confirm .topPage-contact-form-btn input.is-back {
  background: #000;
  color: #fff;
}

.mw_wp_form_confirm .topPage-contact-form-btn input + input {
  margin-left: 4%;
}

.alignright {
  float: right;
  margin: 0 0 20px 40px;
}

.alignleft {
  float: left;
  margin: 0 40px 20px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.post-content {
  width: 100%;
  margin: 30px auto 0;
}

.post-content h2 {
  border-bottom: 1px solid #0266AC;
  color: #0266AC;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 5px;
}

.post-content h3 {
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 5px solid #0266AC;
  margin-top: 40px;
  padding-left: 10px;
}

.post-content h4 {
  color: #333;
  font-weight: bold;
  margin-top: 40px;
}

.post-content h5 {
  font-weight: bold;
  margin-top: 40px;
}

.post-content p {
  margin-top: 20px;
}

.post-content img {
  max-width: 100%;
  height: auto !important;
}

.post-content a:link,
.post-content a:visited,
.post-content a:hover,
.post-content a:active {
  color: #0266AC !important;
}

.post-content em {
  color: #666;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  margin-top: 10px;
}

.post-content strong {
  font-weight: bold;
}

.post-content ul,
.post-content ol {
  margin-top: 20px;
}

.post-content ul li,
.post-content ol li {
  word-wrap: break-word;
}

.post-content ul li ul,
.post-content ul li ol,
.post-content ol li ul,
.post-content ol li ol {
  margin-top: 0;
}

.post-content ul li {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}

.post-content ul li:before {
  width: 7px;
  height: 3px;
  background: #0266AC;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
}

.post-content ul li ul li {
  list-style: circle;
}

.post-content ul li ol li {
  list-style-type: decimal;
}

.post-content ol {
  padding-left: 2rem;
}

.post-content ol li {
  list-style-type: decimal;
}

.post-content ol ul li {
  list-style: circle;
}

.post-content blockquote {
  margin: 1em 40px;
}

.post-content del {
  color: #0266AC;
}

.post-content table {
  width: 100%;
  margin-top: 30px;
}

.post-content table th,
.post-content table td {
  border: 1px solid #7d7d7d;
  box-sizing: border-box;
  padding: 15px;
}

.post-content table th {
  width: 25%;
  background: #faf8f4;
  font-weight: normal;
  text-align: left;
}

@media (max-width: 979px) {
  body {
    font-size: 1.5rem;
  }

  .for-pcOnly {
    display: none !important;
  }

  .for-spTab {
    display: block !important;
  }

  .sp-container {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .card-title {
    font-size: 1.8rem;
  }

  .mv-img {
    height: auto;
  }

  .mv-img img {
    height: auto;
    position: static;
  }

  .mv-logo-left {
    max-width: 300px;
  }

  .mv-logo-right {
    max-width: 280px;
  }

  .topPage-cta-contents {
    justify-content: center;
    text-align: center;
  }

  .topPage-cta-contents-title {
    width: 100%;
  }

  .topPage-cta-contents-btn {
    margin-top: 24px;
  }

  .topPage-detail .is-left {
    width: 100%;
  }

  .topPage-detail .is-right {
    width: 100%;
    margin-top: 40px;
  }

  .topPage-detail-title {
    line-height: 1.2;
  }

  .topPage-detail-des {
    width: 100%;
    margin-top: 16px;
  }

  .topPage-info .is-left {
    width: 100%;
  }

  .topPage-info-table th {
    font-size: 1.4rem;
  }

  .topPage-info-img {
    width: 100%;
    margin-top: 40px;
  }

  .topPage-media-contents-btn {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .btn-basic {
    font-size: 1.4rem;
    padding: 20px;
  }

  .card-contractDate,
  .card-address {
    font-size: 1.4rem;
  }

  .card-title {
    font-size: 1.6rem;
  }

  .card-btn {
    max-width: none;
    float: none;
  }

  .grid-col-2 {
    width: 100%;
  }

  .table-overflow > table {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .table-overflow > table::-webkit-scrollbar {
    height: 5px;
    background: #ccc;
  }

  .table-overflow > table::-webkit-scrollbar:horizontal {
    height: 5px;
  }

  .table-overflow > table::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
    background: #666;
  }

  .table-overflow > table::-webkit-scrollbar-piece {
    background: #ccc;
  }

  .table-overflow > table::-webkit-scrollbar-thumb {
    background: #666;
  }

  .table-overflow > table::-webkit-scrollbar-corner {
    background: #333;
  }

  .tableBase th {
    font-size: 1.6rem;
    padding: 6px;
  }

  .tableBase td {
    padding: 10px;
  }

  .title-base {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  .title-base span {
    font-size: 1.6rem;
  }

  .mv-img {
    height: auto;
  }

  .topPage-lead {
    padding: 40px 0 60px;
  }

  .topPage-lead-en-title {
    width: 100%;
    text-align: center;
  }

  .topPage-lead-en-des {
    width: 100%;
    margin-top: 32px;
  }

  .topPage-lead-title {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 24px;
  }

  .topPage-lead-logo {
    flex-wrap: wrap;
    gap: 32px 0;
    margin-top: 40px;
  }

  .topPage-lead-logo-item {
    width: 55%;
  }

  .topPage-lead-logo-item:nth-child(1) {
    max-width: 100%;
  }

  .topPage-lead-logo-item:nth-child(2) {
    max-width: 100%;
  }

  .topPage-lead-logo-item:nth-child(3) {
    max-width: 100%;
  }

  .topPage-cta {
    padding: 80px 0;
  }

  .topPage-cta-title {
    font-size: 3.2rem;
  }

  .topPage-cta-des {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 16px;
  }

  .topPage-cta-contents {
    background: url(../img/page/bg_cta_contents_sp.png) no-repeat 0 0/cover;
    margin-top: 40px;
    padding: 32px 20px;
  }

  .topPage-cta-contents-title {
    font-size: 2.4rem;
  }

  .topPage-cta-contents-title::before {
    width: 25px;
    height: 27px;
  }

  .topPage-cta-contents + .topPage-cta-contents {
    margin-top: 24px;
  }

  .topPage-about {
    padding: 60px 0;
  }

  .topPage-about-images-left {
    width: 100%;
  }

  .topPage-about-images-right {
    width: 50%;
    margin: 24px auto 0;
  }

  .topPage-about-title {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-top: 32px;
  }

  .topPage-about-des {
    font-size: 1.6rem;
    line-height: 2;
  }

  .topPage-detail {
    padding: 60px 0 48px;
  }

  .topPage-detail-title {
    font-size: 3rem;
    margin-top: 32px;
  }

  .topPage-detail-des {
    margin-top: 10px;
  }

  .topPage-detail-contents-title {
    font-size: 2.4rem;
  }

  .topPage-detail-contents-title span {
    line-height: 1.3;
  }

  .topPage-detail-contents-des {
    margin-top: 8px;
  }

  .topPage-detail-gallery-item {
    width: 50%;
  }

  .topPage-info {
    padding: 60px 0;
  }

  .topPage-info-table td {
    line-height: 1.4;
  }

  .topPage-media-contents {
    margin-top: 24px;
    padding: 32px 0;
  }

  .topPage-media-contents-img {
    width: 100%;
  }

  .topPage-media-contents .is-left {
    width: 100%;
    margin-top: 16px;
    padding: 0;
  }

  .topPage-media-contents-title {
    font-size: 1.8rem;
  }

  .topPage-media-contents-btn {
    max-width: 100%;
  }

  .topPage-movie {
    padding: 80px 0 60px;
  }

  .topPage-movie-contents-wrap {
    margin-top: 24px;
  }

  .topPage-movie-contents {
    flex-direction: column-reverse;
    padding: 32px 0;
  }

  .topPage-movie-contents-title {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 16px;
  }

  .topPage-movie-contents-iframe {
    width: 100%;
    height: 200px;
  }

  .topPage-movie-contents + .topPage-movie-contents {
    margin-top: 32px;
  }

  .topPage-gallery {
    padding: 60px 0;
  }

  .topPage-gallery-list {
    gap: 24px 0;
    margin-top: 32px;
  }

  .topPage-gallery-list-item {
    width: 100%;
  }

  .topPage-price {
    background: url(../img/page/bg_price_sp.jpg) no-repeat center 0/cover;
    padding: 400px 0 60px;
  }

  .topPage-price-titleSection-title {
    font-size: 2rem;
    padding-bottom: 8px;
  }

  .topPage-price-titleSection-price {
    font-size: 4.2rem;
    font-weight: 300;
  }

  .topPage-price-titleSection-price span {
    font-size: 1.6rem;
  }

  .mw_wp_form_confirm .topPage-contact-form-btn input {
    width: 100%;
    float: none;
  }

  .mw_wp_form_confirm .topPage-contact-form-btn input + input {
    margin-top: 16px;
    margin-left: 0;
  }

  .alignright {
    max-width: 40%;
    margin: 0 0 20px 20px;
  }

  .alignleft {
    max-width: 40%;
    margin: 0 20px 20px 0;
  }

  .post-content {
    margin-top: 20px;
  }

  .post-content h2 {
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .post-content h3 {
    font-size: 1.6rem;
    margin-top: 30px;
    padding-left: 10px;
  }

  .post-content h4 {
    margin-top: 30px;
  }

  .post-content h5 {
    margin-top: 30px;
  }

  .post-content img {
    width: 100%;
  }

  .post-content em {
    font-size: 1.2rem;
  }

  .post-content table th {
    width: 40%;
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}