@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 25vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.7142857143;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media print, (min-width: 768px) {
  main {
    padding-top: 100px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  main {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.5rem;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.header-common::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  background-color: #fff;
}
.header-common .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.header-common .header-wrapper {
  position: relative;
}
@media print {
  .header-common {
    position: absolute;
  }
}
@media print, (min-width: 768px) {
  .header-common {
    height: 100px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .header-common {
    height: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    height: 0.5rem;
    background-color: #fff;
  }
}

.header-common.is-scrolled::before {
  -webkit-transition: opacity 0.4s 0.2s ease;
  transition: opacity 0.4s 0.2s ease;
  opacity: 1;
}

.logo-header-primary {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}
.logo-header-primary .image-common {
  width: auto;
  max-width: none;
  height: 100%;
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .logo-header-primary {
    height: 50px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .logo-header-primary {
    height: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-primary {
    height: 0.25rem;
  }
}

.input-header-search {
  position: relative;
}
.input-header-search .input-source {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #3c3c3c;
  border-radius: 0;
  background-color: #fff;
  letter-spacing: 0.06em;
}
.input-header-search .input-source::-webkit-input-placeholder {
  opacity: 1;
  color: #c8c8c8;
}
.input-header-search .input-source::-ms-input-placeholder {
  opacity: 1;
  color: #c8c8c8;
}
.input-header-search .input-source:-ms-input-placeholder {
  opacity: 1;
  color: #c8c8c8;
}
.input-header-search .input-source::-moz-placeholder {
  opacity: 1;
  color: #c8c8c8;
}
.input-header-search .input-source::placeholder {
  opacity: 1;
  color: #c8c8c8;
}
.input-header-search .input-button {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../img/common/icon_search_01.svg") 50% 50%/100% auto no-repeat;
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .input-header-search {
    width: 298px;
    height: 46px;
  }
  .input-header-search .input-source {
    padding: 0 20px 2px 43px;
    font-size: 0.18rem;
    line-height: 1.1111111111;
  }
  .input-header-search .input-button {
    width: 51px;
    background-size: 24px auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-header-search {
    width: 1.55rem;
    height: 0.25rem;
  }
  .input-header-search .input-source {
    padding: 0 0.15rem 0.01rem 0.23rem;
    font-size: 0.12rem;
  }
  .input-header-search .input-button {
    width: 0.27rem;
    background-size: 0.13rem auto;
  }
}

.footer-common {
  position: relative;
  background-color: #1e1e1e;
  color: #fff;
}

.logo-footer-primary {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, (min-width: 768px) {
  .logo-footer-primary {
    width: 100%;
    max-width: 250px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-footer-primary {
    height: 0.4rem;
    margin-bottom: 0.44rem;
  }
  .logo-footer-primary .image-common {
    width: auto;
    max-width: none;
    height: 100%;
    margin: 0 auto;
  }
}

.block-footer-introduction .block-wrapper {
  border-bottom: 0.01rem solid #fff;
}
@media print, (min-width: 768px) {
  .block-footer-introduction .block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 54px 0 39px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .block-footer-introduction .block-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-footer-introduction .block-wrapper {
    padding: 0.5rem 0 0.27rem;
  }
}

.block-footer-copyrights {
  background-color: #fff;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-align: center;
}
.block-footer-copyrights .wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .block-footer-copyrights {
    padding: 24.5px 0;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-footer-copyrights {
    padding: 0.15rem 0;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
}

@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    padding-top: 12px;
  }
}

.navigation-footer-information .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation-footer-information .navigation-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.01rem solid #fff;
  letter-spacing: 0.1em;
}
.navigation-footer-information .label-wrapper {
  position: relative;
  top: -0.01rem;
}
.navigation-footer-information .navigation-note {
  color: #969696;
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .navigation-footer-information {
    padding: 29px 0 55px;
  }
  .navigation-footer-information .navigation-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-footer-information .navigation-label {
    margin-right: 35px;
    padding: 2px 10px;
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .navigation-footer-information .navigation-note {
    margin-top: 14px;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-footer-information {
    padding: 0.29rem 0 0.46rem;
  }
  .navigation-footer-information .navigation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.18rem;
  }
  .navigation-footer-information .navigation-label {
    margin-bottom: 0.16rem;
    padding: 0.01rem 0.12rem;
  }
  .navigation-footer-information .navigation-note {
    font-size: 0.12rem;
  }
  .navigation-footer-information .list-footer-information {
    width: 100%;
  }
}

.menu-footer-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-footer-sitemap .menu-child {
  letter-spacing: 0.1em;
}
.menu-footer-sitemap .child-wrapper {
  position: relative;
}
@media print, (min-width: 768px) {
  .menu-footer-sitemap .menu-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -18px;
  }
  .menu-footer-sitemap .menu-child {
    padding: 18px;
    font-size: 0.16rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1079.98px) {
  .menu-footer-sitemap .menu-wrapper {
    margin: -10px;
  }
  .menu-footer-sitemap .menu-child {
    padding: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-footer-sitemap .menu-wrapper {
    margin: -0.09rem -0.15rem;
  }
  .menu-footer-sitemap .menu-child {
    width: 50%;
    padding: 0.09rem 0.15rem;
  }
  .menu-footer-sitemap .menu-child:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .menu-footer-sitemap .menu-child:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .menu-footer-sitemap .menu-child:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .menu-footer-sitemap .menu-child:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .menu-footer-sitemap .menu-child:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.list-footer-information {
  letter-spacing: 0.1em;
}
.list-footer-information .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-footer-information .item-link {
  position: relative;
}
@media print, (min-width: 768px) {
  .list-footer-information {
    font-size: 0.16rem;
  }
  .list-footer-information .list-wrapper {
    margin: -18px;
  }
  .list-footer-information .list-item {
    padding: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-information .list-wrapper {
    margin: -0.1rem;
  }
  .list-footer-information .list-item {
    width: 50%;
    padding: 0.1rem;
  }
  .list-footer-information .list-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .list-footer-information .list-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .list-footer-information .list-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cta-common {
  position: relative;
  margin-bottom: -0.01rem;
  background: 50% 50%/cover no-repeat;
  color: #fff;
}
.cta-common::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
}
.cta-common .wrapper {
  position: relative;
  z-index: 1;
}
.cta-common .detail-common {
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media print, (min-width: 768px) {
  .cta-common {
    padding: 64px 0 67px;
    background-image: url("../img/common/background_cta_01.jpg");
  }
  .cta-common .heading-common-primary {
    margin-bottom: 58px;
  }
  .cta-common .title-common-social {
    margin-bottom: 27px;
  }
  .cta-common .detail-common {
    font-size: 0.2rem;
    line-height: 2.1;
  }
}
@media only screen and (max-width: 767.98px) {
  .cta-common {
    padding: 0.44rem 0 0.52rem;
    background-image: url("../img/common/sp/background_cta_01.jpg");
  }
  .cta-common .heading-common-primary {
    margin-bottom: 0.63rem;
  }
  .cta-common .title-common-social {
    margin-bottom: 0.23rem;
  }
  .cta-common .detail-common {
    font-size: 0.14rem;
    line-height: 2;
  }
  .cta-common .controller-common.is-end .button-common {
    min-width: 2.3rem;
    min-height: 0.5rem;
    padding: 0.1rem 0.19rem;
    font-size: 0.16rem;
    letter-spacing: 0.08em;
    line-height: 1.25;
  }
  .cta-common .controller-common.is-end .button-common::after {
    width: 0.21rem;
  }
}

.section-common-facility:nth-child(even) {
  background-color: #f0f0f0;
}
.section-common-facility .list-common-facility:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-common-facility {
    padding: 139px 0 150px;
  }
  .section-common-facility .title-common-quinary {
    margin-bottom: 49px;
  }
  .section-common-facility .list-common-facility {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-facility {
    padding: 0.56rem 0 0.64rem;
  }
  .section-common-facility .title-common-quinary {
    margin-bottom: 0.29rem;
  }
  .section-common-facility .list-common-facility {
    margin-bottom: 0.43rem;
  }
}

.section-common-information {
  position: relative;
}
.section-common-information .title-common-secondary::before {
  display: none;
}
.section-common-information .block-common-information:last-child,
.section-common-information .post-common-access:last-child {
  margin-bottom: 0;
}
.section-common-information:nth-child(2n) {
  background-color: #f0f0f0;
}
@media print, (min-width: 768px) {
  .section-common-information {
    padding: 144px 0 148px;
  }
  .section-common-information .title-common-secondary {
    margin-bottom: 29px;
  }
  .section-common-information .title-common-secondary + .block-common-information {
    margin-top: 68px;
  }
  .section-common-information .list-common-description {
    margin-bottom: 69px;
  }
  .section-common-information .block-common-information {
    margin-bottom: 63px;
  }
  .section-common-information .post-common-access {
    margin-bottom: 98px;
  }
  .section-common-information .post-common-access .post-content {
    font-size: 0.16rem;
    letter-spacing: 0.02em;
    line-height: 1.875;
  }
  .section-common-information .controller-common {
    margin-top: 98px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .section-common-information {
    padding: 100px 0;
  }
  .section-common-information .title-common-secondary {
    margin-bottom: 30px;
  }
  .section-common-information .title-common-secondary + .block-common-information {
    margin-top: 60px;
  }
  .section-common-information .list-common-description {
    margin-bottom: 60px;
  }
  .section-common-information .block-common-information {
    margin-bottom: 60px;
  }
  .section-common-information .post-common-access {
    margin-bottom: 60px;
  }
  .section-common-information .controller-common {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-information {
    padding: 0.64rem 0 0.72rem;
  }
  .section-common-information .title-common-secondary {
    margin-bottom: 0.11rem;
  }
  .section-common-information .title-common-secondary + .block-common-information {
    margin-top: 0.14rem;
  }
  .section-common-information .list-common-description {
    margin-bottom: 0.5rem;
  }
  .section-common-information .block-common-information {
    margin-bottom: 0.39rem;
  }
  .section-common-information .post-common-access {
    margin-bottom: 0.5rem;
  }
  .section-common-information .controller-common {
    margin-top: 0.5rem;
  }
}

.section-common-related {
  background-color: #f0f0f0;
}
@media print, (min-width: 768px) {
  .section-common-related {
    padding: 146px 0 150px;
  }
  .section-common-related .related-heading {
    margin-bottom: 67px;
  }
  .section-common-related .related-heading .wrapper {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-related {
    padding: 0.69rem 0 0.65rem;
  }
  .section-common-related .related-heading {
    margin-bottom: 0.28rem;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(0.4rem);
    transform: translateY(0.4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(0.4rem);
    transform: translateY(0.4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.wow {
  visibility: hidden;
  opacity: 0;
}
@media print {
  .wow {
    visibility: visible !important;
  }
}

html.is-visible.wf-active .animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.effect-fadeinup {
  -webkit-transform: translateY(0.4rem);
  -ms-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
  opacity: 0;
}
html.is-visible.wf-active .effect-fadeinup {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.arrow-common {
  position: absolute;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  background-color: #828264;
  cursor: pointer;
}
.arrow-common::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  background-color: #fff;
  -webkit-mask: url("../img/common/icon_arrow_02.svg") 50% 50%/100% auto no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .arrow-common {
    top: calc(50% - 0.07rem);
    width: 0.14rem;
    height: 0.14rem;
  }
  .arrow-common::before {
    -webkit-mask-size: auto 0.06rem;
  }
}

.arrow-common.swiper-button-disabled {
  background-color: #f0f0f0;
  pointer-events: none;
}

.arrow-common.is-previous {
  left: 0;
}

.arrow-common.is-next {
  right: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.arrow-common-related {
  display: block;
  position: absolute;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #828264;
  cursor: pointer;
}
.arrow-common-related::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: rotate(0deg) translate(-60%, -50%);
  -ms-transform: rotate(0deg) translate(-60%, -50%);
  transform: rotate(0deg) translate(-60%, -50%);
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
@media print, (min-width: 768px) {
  .arrow-common-related {
    width: 40px;
    height: 40px;
  }
  .arrow-common-related::before {
    border-width: 12px 16px 12px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .arrow-common-related {
    width: 0.2rem;
    height: 0.2rem;
  }
  .arrow-common-related::before {
    border-width: 0.06rem 0.08rem 0.06rem 0;
  }
}

.arrow-common-related.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.arrow-common-related.is-previous {
  left: 0;
}

.arrow-common-related.is-next {
  right: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.arrow-common-facility {
  display: block;
  position: absolute;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}
.arrow-common-facility::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  background-color: #828264;
  -webkit-mask: url("../img/common/icon_arrow_06.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .arrow-common-facility {
    width: 16px;
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .arrow-common-facility {
    width: 0.1rem;
    height: 0.3rem;
  }
}

.arrow-common-facility.swiper-button-disabled {
  pointer-events: none;
}

.arrow-common-facility.is-previous {
  left: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.arrow-common-facility.is-next {
  right: 0;
}

.block-common-facility {
  position: relative;
}
.block-common-facility .block-viewport,
.block-common-facility .block-inner,
.block-common-facility .block-heading,
.block-common-facility .block-gallery,
.block-common-facility .gallery-wrapper,
.block-common-facility .gallery-item,
.block-common-facility .item-wrapper,
.block-common-facility .item-thumbnail {
  position: relative;
}
.block-common-facility .block-viewport {
  background-color: #fff;
}
.block-common-facility .gallery-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-common-facility .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.block-common-facility .item-wrapper:hover .item-thumbnail::before {
  opacity: 0.5;
}
.block-common-facility .item-wrapper:hover .item-thumbnail .object-common {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.block-common-facility .item-wrapper:hover .item-title {
  opacity: 1;
}
.block-common-facility .item-thumbnail {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.block-common-facility .item-thumbnail::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  background-color: #000;
}
.block-common-facility .item-thumbnail .object-common {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.block-common-facility .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.block-common-facility .title-common-tertiary .title-english {
  opacity: 1;
  color: #c8c8c8;
}
.block-common-facility .title-common-tertiary .title-japanese {
  color: #000;
}
.block-common-facility .title-common-tertiary .japanese-highlight {
  position: relative;
  color: #828264;
}
@media print, (min-width: 768px) {
  .block-common-facility {
    margin-left: 30px;
    padding-left: calc(50% - 620px);
  }
  .block-common-facility .block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1160px;
    padding: 50px 30px 50px 0;
  }
  .block-common-facility .block-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 329px;
    padding: 0 30px 0 50px;
  }
  .block-common-facility .block-gallery {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .block-common-facility .gallery-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
  }
  .block-common-facility .gallery-item {
    width: 33.3333333333%;
    padding: 0 15px 30px;
  }
  .block-common-facility .item-wrapper {
    height: 100%;
  }
  .block-common-facility .item-wrapper::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 0;
    padding-top: 80.971659919%;
  }
  .block-common-facility .item-title {
    padding: 20px;
    font-size: 0.16rem;
    line-height: 2.125;
  }
  .block-common-facility .title-common-tertiary .title-english {
    margin-bottom: 2px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .block-common-facility .title-common-tertiary .title-japanese {
    font-size: 0.28rem;
    line-height: 1.3571428571;
  }
  .block-common-facility .link-common-direct {
    margin: 12px 0;
  }
  .block-common-facility + .block-common-facility {
    margin-top: 50px;
  }
}
.block-common-facility .block-ending {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .block-common-facility .block-inner {
    padding: 50px 20px 50px 0;
  }
  .block-common-facility .block-heading {
    width: 210px;
    padding: 0 20px 0 30px;
  }
  .block-common-facility .block-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-common-facility .gallery-wrapper {
    margin: 0 -7.5px -20px;
  }
  .block-common-facility .gallery-item {
    width: 33.3333333333%;
    padding: 0 7.5px 20px;
  }
  .block-common-facility .item-title {
    padding: 10px;
    font-size: 0.14rem;
  }
  .block-common-facility .title-common-tertiary .title-english {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .block-common-facility .title-common-tertiary .title-japanese {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .block-common-facility .link-common-direct {
    margin: 10px 0 0;
    font-size: 0.16rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-facility {
    padding: 0 0.3rem;
  }
  .block-common-facility .block-inner {
    padding: 0.17rem 0.2rem 0.3rem;
  }
  .block-common-facility .block-heading {
    margin-bottom: 0.22rem;
  }
  .block-common-facility .gallery-wrapper {
    margin-bottom: 0;
  }
  .block-common-facility .gallery-item {
    padding-bottom: 0.3rem;
  }
  .block-common-facility .item-wrapper {
    min-height: 2rem;
  }
  .block-common-facility .title-common-tertiary .title-english {
    margin-bottom: -0.04rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .block-common-facility .title-common-tertiary .title-japanese {
    font-size: 0.22rem;
    line-height: 1.7272727273;
  }
  .block-common-facility + .block-common-facility {
    margin-top: 30px;
  }
}

.block-common-information {
  position: relative;
}
.block-common-information .block-viewport {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-common-information .block-thumbnail {
  position: relative;
}
.block-common-information .thumbnail-wrapper {
  position: relative;
}
.block-common-information .thumbnail-wrapper .object-common {
  position: absolute;
  top: 0;
}
.block-common-information .block-content,
.block-common-information .content-wrapper {
  position: relative;
}
.block-common-information .content-number {
  display: block;
  position: relative;
  color: #b4b4b4;
  font-family: "Roboto", sans-serif;
  font-variant-numeric: proportional-nums;
  font-weight: 300;
}
.block-common-information .content-number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.01rem;
  background-color: #b4b4b4;
}
.block-common-information .number-current,
.block-common-information .number-space,
.block-common-information .number-total {
  position: relative;
}
.block-common-information .number-current {
  letter-spacing: -0.04em;
}
.block-common-information .number-space,
.block-common-information .number-total {
  top: -0.01rem;
  letter-spacing: 0.04em;
}
.block-common-information .content-title {
  display: block;
  position: relative;
  margin: 0;
  color: #828264;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media print, (min-width: 768px) {
  .block-common-information .block-viewport {
    margin-bottom: -70px;
  }
  .block-common-information .block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 70px;
  }
  .block-common-information .block-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-left: 50px;
  }
  .block-common-information .thumbnail-wrapper {
    padding-top: 64.8148148148%;
  }
  .block-common-information .content-number {
    margin-bottom: 30px;
    padding-bottom: 10px;
    line-height: 1.0666666667;
  }
  .block-common-information .content-number::before {
    left: 3px;
    width: 30px;
  }
  .block-common-information .number-current {
    font-size: 0.6rem;
  }
  .block-common-information .number-space,
  .block-common-information .number-total {
    font-size: 0.25rem;
  }
  .block-common-information .number-space {
    top: -2px;
    margin: 0 0 0 5px;
  }
  .block-common-information .content-title {
    margin-bottom: 26px;
    font-size: 0.25rem;
    line-height: 1.52;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .block-common-information .block-viewport {
    margin-bottom: -50px;
  }
  .block-common-information .block-wrapper {
    padding-bottom: 50px;
  }
  .block-common-information .block-thumbnail {
    margin-left: 30px;
  }
  .block-common-information .content-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-information .block-viewport {
    margin-bottom: -0.45rem;
  }
  .block-common-information .block-wrapper {
    padding-bottom: 0.45rem;
  }
  .block-common-information .block-thumbnail {
    margin-bottom: 0.25rem;
  }
  .block-common-information .thumbnail-wrapper {
    padding-top: 64.7058823529%;
  }
  .block-common-information .content-number {
    margin-bottom: -0.02rem;
    line-height: 1.1428571429;
  }
  .block-common-information .content-number::before {
    display: inline-block;
    position: relative;
    width: 0.2rem;
    margin: 0.235rem 0.01rem 0.235rem 0;
    vertical-align: bottom;
  }
  .block-common-information .number-current {
    font-size: 0.42rem;
  }
  .block-common-information .number-space,
  .block-common-information .number-total {
    font-size: 0.16rem;
  }
  .block-common-information .number-space {
    top: -0.01rem;
    margin: 0 0 0 0.04rem;
  }
  .block-common-information .content-title {
    margin-bottom: 4px;
    font-size: 0.2rem;
    line-height: 1.9;
  }
}

.breadcrumb-common {
  position: relative;
  letter-spacing: 0.04em;
}
.breadcrumb-common .breadcrumb-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-common .breadcrumb-item {
  display: block;
  position: relative;
}
.breadcrumb-common .item-wrapper,
.breadcrumb-common .item-icon {
  display: inline;
  position: relative;
}
.breadcrumb-common .item-wrapper {
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 24px 0;
    font-size: 0.16rem;
    line-height: 1.75;
    -webkit-text-stroke: 0.5px #000;
  }
  .breadcrumb-common .item-icon {
    margin: 0 5px 0 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.14rem 0;
    font-size: 0.12rem;
    font-weight: 300;
    line-height: 1.75;
  }
  .breadcrumb-common .item-icon {
    margin: 0 0.03rem;
  }
}

@-webkit-keyframes button-common-scrollbar {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
    opacity: 0;
  }
}

@keyframes button-common-scrollbar {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
    opacity: 0;
  }
}
.button-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #3c3c3c;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.button-common::after {
  content: "";
  display: block;
  position: relative;
  top: -0.02rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #fff;
  -webkit-mask: url("../img/common/icon_arrow_03.svg") 50% 50%/100% auto no-repeat;
}
.button-common .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -0.01rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-common:hover::after {
  -webkit-transform: translate3d(0.1rem, 0, 0);
  transform: translate3d(0.1rem, 0, 0);
}
@media print, (min-width: 768px) {
  .button-common {
    padding: 15px 19px 15px 28px;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .button-common::after {
    width: 21px;
    height: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common {
    padding: 0.075rem 0.13rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .button-common::after {
    width: 0.14rem;
    height: 0.2rem;
    margin-left: 0.1rem;
  }
  .button-common .button-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.button-common.is-social-line {
  background-color: #00c300;
}

@media print, (min-width: 768px) {
  .button-common-scrollbar {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 0;
    padding-right: calc(50% - 635px);
    color: #3c3c3c;
    font-family: "Lato", sans-serif;
    font-size: 0.16rem;
    font-weight: 300;
    line-height: 1.25;
  }
  .button-common-scrollbar .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-common-scrollbar .button-label {
    position: relative;
    right: -1px;
    margin-bottom: 8px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .button-common-scrollbar .button-bar {
    position: relative;
    width: 2px;
    height: 70px;
    background-color: #3c3c3c;
  }
  .button-common-scrollbar .button-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    margin: 0 auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: button-common-scrollbar 1.5s ease infinite;
    animation: button-common-scrollbar 1.5s ease infinite;
    border-radius: 50%;
    opacity: 0;
    background-color: #3c3c3c;
  }
}

.button-common-character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.button-common-character::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: border 0.4s ease, background 0.4s ease;
  transition: border 0.4s ease, background 0.4s ease;
  border: 0.01rem solid #000;
}
.button-common-character .button-wrapper {
  display: block;
  position: relative;
  z-index: 2;
}
.button-common-character:hover, .button-common-character.mixitup-control-active {
  color: #fff;
}
.button-common-character:hover::before, .button-common-character.mixitup-control-active::before {
  border-color: #828264;
  background-color: #828264;
}
html.is-touchable .button-common-character:hover {
  color: #000;
}
html.is-touchable .button-common-character:hover::before {
  border-color: #000;
  background-color: transparent;
}
html.is-touchable .button-common-character.mixitup-control-active {
  color: #fff;
}
html.is-touchable .button-common-character.mixitup-control-active::before {
  border-color: #828264;
  background-color: #828264;
}
@media print, (min-width: 768px) {
  .button-common-character {
    padding: 17px 10px;
    font-size: 0.3rem;
    line-height: 1.2;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .button-common-character {
    font-size: 0.26rem;
    line-height: 1.1538461538;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-character {
    padding: 0.09rem 0.08rem;
    font-size: 0.16rem;
    line-height: 1.3125;
  }
}

.button-common-character.is-regular::before {
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}
.button-common-character.is-regular::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.button-common-character.is-regular:hover::before {
  border-color: #828264;
  background-color: #828264;
}
.button-common-character.is-regular:hover::after {
  border-color: #828264 transparent transparent;
}
html.is-touchable .button-common-character.is-regular:hover::before {
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}
html.is-touchable .button-common-character.is-regular:hover::after {
  border-color: #fff transparent transparent;
}
@media print, (min-width: 768px) {
  .button-common-character.is-regular::after {
    border-width: 15px 15px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-character.is-regular::after {
    border-width: 0.07rem 0.07rem 0;
  }
}

.button-common-character.is-highlight.mixitup-control-active, .button-common-character.is-highlight:hover {
  border-color: #828264;
}
html.is-touchable .button-common-character.is-highlight:hover::before {
  border-color: #000;
}

.button-common-clear {
  position: relative;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
  border-bottom: 0.01rem solid #000;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
}
.button-common-clear::after {
  border-bottom-color: transparent;
}
@media print, (min-width: 768px) {
  .button-common-clear {
    padding: 0 15px 4px;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-clear {
    padding: 0 0.05rem 0.01rem;
    font-size: 0.16rem;
  }
}

.card-common-product {
  display: block;
  position: relative;
}
.card-common-product .card-link {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-common-product .card-thumbnail {
  position: relative;
}
.card-common-product .card-thumbnail .object-common {
  position: absolute;
  top: 0;
  left: 0;
}
.card-common-product .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-common-product .content-title {
  display: block;
  position: relative;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.card-common-product .categories-common-faq {
  position: relative;
  z-index: 2;
}
@media print, (min-width: 768px) {
  .card-common-product .card-thumbnail {
    margin-bottom: 30px;
    padding-top: 66.0066006601%;
  }
  .card-common-product .content-title {
    font-size: 0.16rem;
    line-height: 1.3125;
  }
  .card-common-product .categories-common-faq {
    margin-bottom: 11px;
  }
  .card-common-product .categories-common-faq .entry-wrapper {
    padding: 2.5px 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-common-product .card-thumbnail {
    margin-bottom: 0.2rem;
    padding-top: 66.25%;
  }
  .card-common-product .content-title {
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
  .card-common-product .categories-common-faq {
    margin-bottom: 0.03rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .card-common-product .categories-common-faq .entry-wrapper {
    padding: 0.025rem 0.11rem;
  }
}

.categories-common-villa {
  position: relative;
  color: #fff;
  letter-spacing: 0.08em;
}
.categories-common-villa .categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.025rem;
  padding: 0;
  list-style: none;
}
.categories-common-villa .categories-entry {
  padding: 0.025rem;
}
.categories-common-villa .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c3c3c;
  text-decoration: none;
}
.categories-common-villa .entry-label {
  display: block;
  position: relative;
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .categories-common-villa {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .categories-common-villa .entry-wrapper {
    padding: 4px 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .categories-common-villa {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .categories-common-villa .entry-wrapper {
    min-height: 0.25rem;
    padding: 0.02rem 0.03rem;
  }
}

.categories-common-faq {
  position: relative;
  color: #fff;
  letter-spacing: 0.08em;
}
.categories-common-faq .categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.025rem;
  padding: 0;
  list-style: none;
}
.categories-common-faq .categories-entry {
  padding: 0.025rem;
}
.categories-common-faq .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #828264;
  text-decoration: none;
}
.categories-common-faq .entry-label {
  display: block;
  position: relative;
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .categories-common-faq {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .categories-common-faq .entry-wrapper {
    padding: 5.5px 5px;
  }
  html.is-firefox .categories-common-faq .entry-label {
    top: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .categories-common-faq {
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
  .categories-common-faq .entry-wrapper {
    padding: 0.04rem 0.05rem;
  }
}

.categories-common-features {
  position: relative;
  letter-spacing: 0.08em;
}
.categories-common-features .categories-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
.categories-common-features .categories-entry {
  position: relative;
}
.categories-common-features .categories-entry.is-current .entry-wrapper {
  background-color: #3c3c3c;
  color: #fff;
}
.categories-common-features .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  background-color: #fff;
  text-decoration: none;
}
.categories-common-features .entry-wrapper:hover {
  background-color: #3c3c3c;
  color: #fff;
}
.categories-common-features .entry-label {
  display: block;
  position: relative;
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .categories-common-features {
    font-size: 0.18rem;
    line-height: 1.1111111111;
  }
  .categories-common-features .categories-wrapper {
    margin: -10px;
  }
  .categories-common-features .categories-entry {
    min-width: 20%;
    padding: 10px;
  }
  .categories-common-features .entry-wrapper {
    padding: 12.5px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .categories-common-features {
    font-size: 0.14rem;
    line-height: 1.1428571429;
  }
  .categories-common-features .categories-wrapper {
    margin: -0.05rem;
  }
  .categories-common-features .categories-entry {
    min-width: 50%;
    padding: 0.05rem;
  }
  .categories-common-features .entry-wrapper {
    padding: 0.07rem 0.1rem;
  }
}

.categories-common-facility {
  position: relative;
  letter-spacing: 0.14em;
}
.categories-common-facility .categories-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categories-common-facility .categories-entry {
  position: relative;
}
.categories-common-facility .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f0f0;
  text-decoration: none;
}
.categories-common-facility .entry-label {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .categories-common-facility {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .categories-common-facility .categories-wrapper {
    margin: -5px;
  }
  .categories-common-facility .categories-entry {
    padding: 5px;
  }
  .categories-common-facility .entry-wrapper {
    padding: 2px 10px;
  }
  .categories-common-facility .entry-label {
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .categories-common-facility {
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .categories-common-facility .categories-wrapper {
    margin: -0.05rem -0.045rem;
  }
  .categories-common-facility .categories-entry {
    padding: 0.05rem 0.045rem;
  }
  .categories-common-facility .entry-wrapper {
    padding: 0.02rem 0.09rem;
  }
}

.detail-common {
  position: relative;
  letter-spacing: 0.06em;
}
.detail-common p {
  margin: 0;
}
@media print, (min-width: 768px) {
  .detail-common {
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .detail-common {
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }
}

.filters-common-character .filters-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.filters-common-character .filters-title .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0.01rem solid #000;
}
.filters-common-character .filters-title .title-wrapper::before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url("../img/common/icon_search_01.svg") 50% 50%/100% auto no-repeat;
}
.filters-common-character .filters-title .title-label {
  display: block;
  position: relative;
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .filters-common-character .filters-title {
    margin-bottom: 49px;
    font-size: 0.3rem;
    line-height: 1.2;
  }
  .filters-common-character .filters-title .title-wrapper {
    padding: 0 6px 16px;
  }
  .filters-common-character .filters-title .title-wrapper::before {
    width: 24px;
    height: 24px;
    margin: 6px 18px 6px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .filters-common-character .filters-title {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.1111111111;
  }
  .filters-common-character .filters-title .title-wrapper {
    padding: 0 0.01rem 0.09rem;
  }
  .filters-common-character .filters-title .title-wrapper::before {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0.02rem 0.07rem 0.02rem 0;
  }
  .filters-common-character .filters-title .title-label {
    top: -0.01rem;
  }
}

.filters-common-manual {
  position: relative;
  background-color: #f0f0f0;
}
.filters-common-manual .filters-viewport {
  position: relative;
  margin: 0 auto;
}
.filters-common-manual .filters-wrapper {
  position: relative;
}
.filters-common-manual .filters-wrapper:last-child {
  margin-bottom: 0;
}
.filters-common-manual .title-common-secondary {
  letter-spacing: 0.06em;
}
.filters-common-manual .detail-common {
  position: relative;
  letter-spacing: 0.06em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .filters-common-manual {
    padding: 95px 30px 100px;
  }
  .filters-common-manual .filters-viewport {
    max-width: 880px;
  }
  .filters-common-manual .filters-wrapper {
    margin-bottom: 66px;
  }
  .filters-common-manual .title-common-secondary {
    margin-bottom: 29px;
  }
  .filters-common-manual .detail-common {
    margin: -6px 0 21px;
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .filters-common-manual {
    padding: 0.23rem 0.3rem 0.3rem;
  }
  .filters-common-manual .filters-wrapper {
    margin-bottom: 0.42rem;
  }
  .filters-common-manual .title-common-secondary {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
  .filters-common-manual .detail-common {
    margin: -0.07rem -0.1rem 0.15rem;
    font-size: 0.12rem;
    line-height: 1.8333333333;
  }
}

.filters-common-manual.is-facility .filters-wrapper:last-child {
  margin-bottom: 0;
}
.filters-common-manual.is-facility .title-common-secondary {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.filters-common-manual.is-facility .categories-common-features .categories-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media print, (min-width: 768px) {
  .filters-common-manual.is-facility {
    padding: 43px 30px 50px;
  }
  .filters-common-manual.is-facility .filters-viewport {
    max-width: 980px;
  }
  .filters-common-manual.is-facility .filters-wrapper {
    margin-bottom: 55px;
  }
  .filters-common-manual.is-facility .title-common-secondary {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 22px;
    padding-bottom: 0;
    font-size: 0.25rem;
    line-height: 1.6;
  }
  .filters-common-manual.is-facility .title-common-secondary::before {
    width: 22px;
    height: 22px;
  }
  .filters-common-manual.is-facility .title-common-secondary::after {
    display: none;
  }
  .filters-common-manual.is-facility .list-common-filtering .list-wrapper {
    margin: -10px;
  }
  .filters-common-manual.is-facility .list-common-filtering .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 10px;
  }
  .filters-common-manual.is-facility .categories-common-features {
    margin-top: -3px;
    padding-top: 1px;
    font-size: 0.2rem;
  }
  .filters-common-manual.is-facility .categories-common-features .categories-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    min-width: 25%;
    max-width: 100%;
  }
  .filters-common-manual.is-facility .categories-common-features .entry-wrapper {
    padding: 14px 15px;
  }
  .filters-common-manual.is-facility .controller-common {
    margin-top: 43px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .filters-common-manual.is-facility .list-common-filtering .list-item {
    width: 33.3333333333%;
  }
  .filters-common-manual.is-facility .categories-common-features .categories-entry {
    min-width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767.98px) {
  .filters-common-manual.is-facility .filters-wrapper {
    margin-bottom: 0.22rem;
  }
  .filters-common-manual.is-facility .title-common-secondary::before {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0.08rem 0.07rem 0.08rem 0;
  }
  .filters-common-manual.is-facility .controller-common {
    margin-top: 0.3rem;
  }
}

.controller-common .controller-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
.controller-common .controller-item {
  position: relative;
}

@media print, (min-width: 768px) {
  .controller-common.is-end .button-common {
    min-width: 230px;
  }
}
@media only screen and (max-width: 767.98px) {
  .controller-common.is-end .button-common {
    min-width: 1.6rem;
  }
}

@media print, (min-width: 768px) {
  .controller-common.is-align-left .controller-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.heading-common-primary {
  position: relative;
  text-align: center;
}
@media print, (min-width: 768px) {
  .heading-common-primary .title-common-secondary {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .heading-common-primary .title-common-secondary {
    margin-bottom: 0.09rem;
  }
}

.keyvisual-common {
  position: relative;
}
.keyvisual-common .keyvisual-banner,
.keyvisual-common .banner-wrapper {
  position: relative;
}
.keyvisual-common .keyvisual-banner {
  z-index: 0;
}
.keyvisual-common .banner-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.25;
  background-color: #000;
}
.keyvisual-common .banner-wrapper .object-common {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.keyvisual-common .title-common-wave {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))) 0% 0%/0% 100% no-repeat;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)) 0% 0%/0% 100% no-repeat;
  font-family: "Shippori Mincho", serif;
  font-size: 0.45rem;
  font-weight: 600;
}
.keyvisual-common .title-common-wave .title-wrapper {
  top: -0.01rem;
  padding-left: 0.3rem;
}
@media print, (min-width: 768px) {
  .keyvisual-common::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -100px;
    right: 0;
    bottom: 200px;
    width: calc(50% - 20px);
    background-color: #f0f0f0;
  }
  .keyvisual-common .keyvisual-banner {
    width: calc(50% + 540px);
    max-width: calc(100% - 60px);
    margin-right: auto;
  }
  .keyvisual-common .banner-wrapper {
    min-height: 600px;
    padding-top: 50.4201680672%;
  }
  .keyvisual-common .title-common-wave {
    bottom: 50px;
    padding: 5px 17px 5px calc(50% - 570px);
    font-size: 0.45rem;
    line-height: 1.5555555556;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .keyvisual-common::before {
    top: -70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common .banner-wrapper {
    padding-top: 57.5%;
  }
  .keyvisual-common .title-common-wave {
    bottom: 0.2rem;
    padding: 0.065rem 0.06rem 0.065rem 0;
    font-size: 0.18rem;
    line-height: 1.1111111111;
  }
}

.keyvisual-common-page {
  position: relative;
}
.keyvisual-common-page .keyvisual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.keyvisual-common-page .keyvisual-wrapper .wrapper {
  position: relative;
  z-index: 1;
}
.keyvisual-common-page .keyvisual-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.keyvisual-common-page .keyvisual-background::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
}
.keyvisual-common-page .keyvisual-background .object-common {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.keyvisual-common-page .title-common-wave {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.keyvisual-common-page .title-common-wave .title-wrapper {
  line-height: 1;
}
@media print, (min-width: 768px) {
  .keyvisual-common-page .keyvisual-wrapper {
    min-height: 450px;
    padding: 47px 0 82px;
  }
  .keyvisual-common-page .title-common-wave.is-main .title-character.is-main {
    margin-bottom: 10px;
    font-size: 0.45rem;
    line-height: 1.5555555556;
  }
  .keyvisual-common-page .title-common-wave.is-main .title-character.is-motto {
    font-size: 0.32rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common-page .keyvisual-wrapper {
    min-height: 2.3rem;
    padding: 0.3rem 0 0.42rem;
  }
  .keyvisual-common-page .title-common-wave .title-character.is-main {
    margin-bottom: -0.06rem;
    font-size: 0.25rem;
    line-height: 1.6;
  }
  .keyvisual-common-page .title-common-wave .title-character.is-motto {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

.link-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: 0.08em;
  -webkit-text-stroke: 0.005rem #000;
}
.link-common::before {
  content: "";
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.31rem;
  height: 0.01rem;
  margin: 9.5px 0.06rem 9.5px 0;
  background-color: #3c3c3c;
}
.link-common .link-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .link-common {
    font-size: 0.16rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767.98px) {
  .link-common {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
}

.link-common-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.06em;
}
.link-common-more.is-disable, .link-common-more.is-hide {
  visibility: hidden;
  opacity: 0;
}
.link-common-more::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0.01rem solid #000;
  border-radius: 50%;
  background: url("../img/common/icon_arrow_01.svg") 50% 50%/100% auto no-repeat;
}
.link-common-more .link-wrapper {
  display: block;
  position: relative;
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .link-common-more {
    font-size: 0.25rem;
    line-height: 1.2;
  }
  .link-common-more::after {
    width: 31px;
    height: 31px;
    margin: -0.5px 0 -0.5px 4px;
    background-size: 7px auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .link-common-more {
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }
  .link-common-more::after {
    width: 0.17rem;
    height: 0.17rem;
    margin: 0.075rem 0 0.075rem 0.06rem;
    background-size: auto 0.07rem;
  }
}

.link-common-direct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.02rem;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
  border-bottom: 0.01rem solid #000;
  font-size: 0.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration: none;
}
.link-common-direct::after {
  content: "";
  display: block;
  position: relative;
  top: -0.03rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.31rem;
  height: 0.3rem;
  margin-left: 0.1rem;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #000;
  -webkit-mask: url("../img/common/icon_arrow_05.svg") 50% 50%/100% auto no-repeat;
}
.link-common-direct .link-wrapper {
  display: block;
  position: relative;
  top: -0.01rem;
}
.link-common-direct:hover {
  border-bottom-color: transparent;
}
.link-common-direct:hover::after {
  -webkit-transform: translate3d(0.1rem, 0, 0);
  transform: translate3d(0.1rem, 0, 0);
}

.list-common-alphabet .list-viewport {
  position: relative;
  overflow: visible;
}
.list-common-alphabet .list-viewport.is-highlight {
  /* 初期状態では .list-viewport.is-highlight を非表示にする */
  /* 表示状態のスタイル */
}
.list-common-alphabet .list-viewport.is-highlight .list-wrapper {
  display: none;
}
.list-common-alphabet .list-viewport.is-highlight .list-wrapper.is-active {
  display: block;
}
.list-common-alphabet .list-inner {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-common-alphabet .list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  overflow: visible;
}
.list-common-alphabet .list-item.is-current .button-common-character {
  color: #fff;
}
.list-common-alphabet .list-item.is-current .button-common-character::before {
  border-color: #828264;
  background-color: #828264;
}
.list-common-alphabet .list-item.is-current .button-common-character.is-regular::before {
  border-color: #828264;
  background-color: #828264;
}
.list-common-alphabet .list-item.is-current .button-common-character.is-regular::after {
  border-color: #828264 transparent transparent;
}
.list-common-alphabet .list-item.is-current .button-common-character.is-highlight:hover {
  border-color: #828264;
}
@media print, (min-width: 768px) {
  .list-common-alphabet .list-viewport:last-child {
    margin-bottom: -25px;
  }
  .list-common-alphabet .list-wrapper,
  .list-common-alphabet .list-inner,
  .list-common-alphabet .list-item {
    overflow: visible;
  }
  .list-common-alphabet .list-inner {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .list-common-alphabet .list-item {
    padding: 0 5px 25px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-common-alphabet .list-viewport:last-child {
    margin-bottom: -20px;
  }
  .list-common-alphabet .list-inner {
    width: calc(100% + 5px);
    margin: 0 -2.5px;
  }
  .list-common-alphabet .list-item {
    padding: 0 2.5px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-alphabet .list-viewport:last-child {
    margin-bottom: -0.2rem;
  }
  .list-common-alphabet .list-viewport.is-regular {
    margin: 0 -0.14rem;
    padding: 0 0.34rem;
  }
  .list-common-alphabet .list-viewport.is-regular .arrow-common {
    top: calc(50% - 0.07rem - 0.1rem);
  }
  .list-common-alphabet .list-viewport.is-regular .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .list-common-alphabet .list-viewport.is-highlight {
    padding: 0 0.2rem;
  }
  .list-common-alphabet .list-viewport.is-highlight .list-wrapper,
  .list-common-alphabet .list-viewport.is-highlight .list-inner,
  .list-common-alphabet .list-viewport.is-highlight .list-item {
    overflow: visible;
  }
  .list-common-alphabet .list-wrapper {
    width: calc(100% + 0.05rem);
    margin: 0 -0.025rem;
  }
  .list-common-alphabet .list-item {
    padding: 0 0.025rem 0.2rem;
  }
}

.list-common-villa {
  min-height: 2rem;
  overflow: hidden;
}
.list-common-villa .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-villa .list-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 2.3rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.list-common-villa .list-notice.hidden {
  display: none;
}
.list-common-villa .item-wrapper {
  display: block;
  position: relative;
  text-decoration: none;
}
.list-common-villa .item-wrapper:hover .thumbnail-wrapper::before {
  opacity: 0.3;
}
.list-common-villa .item-wrapper:hover .thumbnail-wrapper .object-common {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-common-villa .item-wrapper:hover .thumbnail-link {
  opacity: 1;
}
.list-common-villa .item-link {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.list-common-villa .item-thumbnail {
  display: block;
  position: relative;
  margin-bottom: 0.3rem;
  text-decoration: none;
}
.list-common-villa .thumbnail-wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.list-common-villa .thumbnail-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  background-color: #000;
}
.list-common-villa .thumbnail-wrapper .object-common {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.list-common-villa .thumbnail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.13rem 0.19rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  color: #fff;
  font-size: 0.18rem;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  pointer-events: none;
}
.list-common-villa .thumbnail-link::before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.4rem;
  height: 0.01rem;
  background-color: #fff;
}
.list-common-villa .thumbnail-link .link-wrapper {
  display: block;
  position: relative;
}
.list-common-villa .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-common-villa .content-title {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.list-common-villa .categories-common-villa {
  position: relative;
  z-index: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.list-common-villa .categories-common-villa .categories-entry {
  width: 100%;
}
@media print, (min-width: 768px) {
  .list-common-villa .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -70px;
  }
  .list-common-villa .list-notice {
    font-size: 0.3rem;
  }
  .list-common-villa .list-item {
    width: 33.3333333333%;
    padding: 0 15px 70px;
  }
  .list-common-villa .thumbnail-wrapper {
    padding-top: 82.3529411765%;
  }
  .list-common-villa .thumbnail-link::before {
    margin-right: 11px;
  }
  .list-common-villa .item-content {
    margin-bottom: -12px;
  }
  .list-common-villa .content-title {
    padding: 0 0 10px;
    font-size: 0.24rem;
    line-height: 1.25;
  }
  .list-common-villa .categories-common-villa {
    width: 138px;
    padding: 1px 20px 11px 0;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-common-villa .list-wrapper {
    margin: 0 -7.5px -50px;
  }
  .list-common-villa .list-item {
    padding: 0 7.5px 50px;
  }
  .list-common-villa .thumbnail-link::before {
    margin-right: 10px;
  }
  .list-common-villa .item-content {
    margin-bottom: -10px;
  }
  .list-common-villa .content-title {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .list-common-villa .categories-common-villa {
    width: 128px;
    padding: 1px 10px 11px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-villa .list-wrapper {
    margin-bottom: -0.5rem;
  }
  .list-common-villa .list-item {
    padding-bottom: 0.5rem;
  }
  .list-common-villa .thumbnail-wrapper {
    padding-top: 67.6470588235%;
  }
  .list-common-villa .thumbnail-link::before {
    margin-right: 0.12rem;
  }
  .list-common-villa .item-content {
    margin: -0.03rem 0 -0.125rem;
  }
  .list-common-villa .content-title {
    padding: 0 0 0.1rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .list-common-villa .categories-common-villa {
    width: 1.25rem;
    padding: 0.025rem 0.2rem 0.125rem 0;
  }
}

.list-common-faq .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-common-faq .list-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  background-color: #000;
}
.list-common-faq .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-common-faq .item-wrapper:hover .item-title {
  color: #828264;
}
.list-common-faq .item-wrapper:hover .item-title::after {
  -webkit-transform: translate3d(0.1rem, 0, 0);
  transform: translate3d(0.1rem, 0, 0);
}
.list-common-faq .item-link {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.list-common-faq .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.list-common-faq .item-title::after {
  content: "";
  display: block;
  position: relative;
  top: -0.03rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #000;
  -webkit-mask: url("../img/common/icon_arrow_05.svg") 50% 50%/100% auto no-repeat;
}
.list-common-faq .title-wrapper {
  position: relative;
  top: -0.01rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-common-faq .categories-common-faq {
  z-index: 2;
}
.list-common-faq .categories-common-faq .categories-entry {
  width: 100%;
}
@media print, (min-width: 1080px) {
  .list-common-faq .list-wrapper {
    margin: 0 -50px -29px;
  }
  .list-common-faq .list-item {
    width: 50%;
    padding: 0 50px 29px;
  }
  .list-common-faq .list-item::after {
    margin-top: 16px;
  }
  .list-common-faq .item-wrapper {
    height: 100%;
  }
  .list-common-faq .item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    font-size: 0.18rem;
    line-height: 1.1111111111;
  }
  .list-common-faq .item-title::after {
    width: 31px;
    height: 20px;
    margin-left: 15px;
  }
  .list-common-faq .categories-common-faq {
    width: 140px;
    margin-right: 31px;
  }
}
@media print, (min-width: 1080px) and (max-width: 1279.98px) {
  .list-common-faq .list-wrapper {
    margin: 0 -15px -20px;
  }
  .list-common-faq .list-item {
    padding: 0 15px 20px;
  }
  .list-common-faq .categories-common-faq {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1079.98px) {
  .list-common-faq .list-wrapper {
    margin-bottom: -0.29rem;
  }
  .list-common-faq .list-item {
    width: 100%;
    padding-bottom: 0.29rem;
  }
  .list-common-faq .list-item::after {
    margin-top: 0.16rem;
  }
  .list-common-faq .item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .list-common-faq .item-title::after {
    width: 0.3rem;
    height: 0.2rem;
    margin-left: 0.1rem;
  }
  .list-common-faq .categories-common-faq {
    min-width: 1.23rem;
    margin-bottom: 0.17rem;
  }
}

.list-common-filtering {
  font-weight: 500;
  letter-spacing: 0.08em;
}
.list-common-filtering .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-common-filtering .list-item {
  position: relative;
}
.list-common-filtering .list-item.is-full {
  width: 100%;
}
.list-common-filtering .list-item.is-current .item-wrapper {
  background-color: #3c3c3c;
  color: #fff;
}
.list-common-filtering .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}
.list-common-filtering .item-wrapper:hover {
  background-color: #3c3c3c;
  color: #fff;
}
.list-common-filtering .item-label {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .list-common-filtering {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .list-common-filtering .list-wrapper {
    margin: -15px;
  }
  .list-common-filtering .list-item {
    width: 33.3333333333%;
    padding: 15px;
  }
  .list-common-filtering .item-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-filtering {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .list-common-filtering .list-wrapper {
    margin: -0.05rem;
  }
  .list-common-filtering .list-item {
    width: 50%;
    padding: 0.05rem;
  }
  .list-common-filtering .item-wrapper {
    padding: 0.08rem;
  }
}

.list-common-product {
  letter-spacing: 0.08em;
}
.list-common-product .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-product .list-item {
  position: relative;
}
.list-common-product .card-common-product .content-title {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1.3333333333;
}
.list-common-product .categories-common-faq {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .list-common-product .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20.25px -69px;
  }
  .list-common-product .list-item {
    width: 33.3333333333%;
    padding: 0 20.25px 69px;
  }
  .list-common-product .card-common-product .card-thumbnail {
    margin-bottom: 25px;
    padding-top: 78.0780780781%;
  }
  .list-common-product .categories-common-faq {
    margin-bottom: 16px;
  }
  .list-common-product .categories-common-faq .entry-wrapper {
    padding: 5.5px 9.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-product .list-wrapper {
    margin-bottom: -0.46rem;
  }
  .list-common-product .list-item {
    padding-bottom: 0.46rem;
  }
  .list-common-product .card-common-product .card-thumbnail {
    margin-bottom: 0.2rem;
    padding-top: 77.9411764706%;
  }
  .list-common-product .categories-common-faq {
    margin-bottom: 0.05rem;
  }
  .list-common-product .categories-common-faq .entry-wrapper {
    padding: 0.035rem 0.09rem;
  }
}

.list-common-facility {
  position: relative;
}
.list-common-facility .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-facility .list-item:last-child {
  margin-bottom: 0;
}
.list-common-facility .list-item.is-hidden {
  display: none;
}
.list-common-facility .item-content p {
  letter-spacing: 0.04em;
}
.list-common-facility .item-title {
  color: #828264;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.list-common-facility .thumbnail-wrapper {
  position: relative;
}
.list-common-facility .thumbnail-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.list-common-facility .post-common-facility .post-content {
  font-weight: 400;
}
.list-common-facility .controller-common .controller-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media print, (min-width: 768px) {
  .list-common-facility .list-item {
    margin-bottom: 100px;
  }
  .list-common-facility .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .list-common-facility .item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 40px 30px 0;
  }
  .list-common-facility .item-title {
    margin-bottom: 24px;
    font-size: 0.25rem;
  }
  .list-common-facility .item-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 25px);
  }
  .list-common-facility .thumbnail-wrapper {
    padding-top: 67.9611650485%;
  }
  .list-common-facility .post-common-facility .post-content {
    font-size: 0.16rem;
    line-height: 2.1875;
  }
  .list-common-facility .controller-common {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-facility .list-item {
    margin-bottom: 0.5rem;
  }
  .list-common-facility .item-title {
    margin-bottom: 0.06rem;
    font-size: 0.18rem;
  }
  .list-common-facility .item-thumbnail {
    margin-bottom: 0.24rem;
  }
  .list-common-facility .thumbnail-wrapper {
    padding-top: 70.8823529412%;
  }
  .list-common-facility .post-common-facility .post-content {
    font-size: 0.14rem;
    line-height: 1.9285714286;
  }
  .list-common-facility .controller-common {
    margin-top: 0.22rem;
  }
}

.list-common-description {
  position: relative;
  text-align: center;
}
.list-common-description .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.list-common-description .item-wrapper {
  height: 100%;
  border: 0.01rem solid #000;
}
.list-common-description .item-title {
  display: block;
  position: relative;
  margin: 0;
  border-bottom: 0.01rem solid #000;
  color: #828264;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.list-common-description .post-common-access.is-article .post-content {
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .list-common-description .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -29px 0 0 -29px;
  }
  .list-common-description .list-item {
    width: 33.3333333333%;
    padding: 29px 0 0 29px;
  }
  .list-common-description .item-wrapper {
    padding: 13px 19px 12px;
  }
  .list-common-description .item-title {
    margin-bottom: 2px;
    padding-bottom: 4px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-common-description .list-wrapper {
    margin: -10px 0 0 -10px;
  }
  .list-common-description .list-item {
    padding: 10px 0 0 10px;
  }
  .list-common-description .item-wrapper {
    padding: 13px 14px 12px;
  }
  .list-common-description .post-common-access.is-article .post-content {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-description .list-wrapper {
    margin-bottom: -0.18rem;
  }
  .list-common-description .list-item {
    padding-bottom: 0.18rem;
  }
  .list-common-description .item-wrapper {
    padding: 0.13rem 0.19rem;
  }
  .list-common-description .item-title {
    margin-bottom: 0.04rem;
    padding-bottom: 0.04rem;
  }
  .list-common-description .post-common-access.is-article .post-content {
    font-size: 0.16rem;
  }
}

.map-common-access {
  position: relative;
}
.map-common-access .map-wrapper {
  position: relative;
}
.map-common-access .map-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, (min-width: 768px) {
  .map-common-access .map-wrapper {
    padding-top: 74.0740740741%;
  }
}
@media only screen and (max-width: 767.98px) {
  .map-common-access .map-wrapper {
    padding-top: 58.8235294118%;
  }
}

.pagination-common {
  position: relative;
  letter-spacing: 0.08em;
}
.pagination-common .pagination-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-common .pagination-number,
.pagination-common .pagination-arrow {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.pagination-common .pagination-arrow.is-first .arrow-wrapper,
.pagination-common .pagination-arrow.is-last .arrow-wrapper {
  background: url("../img/common/icon_pagination_01.svg") 50% 50%/auto auto no-repeat;
}
.pagination-common .pagination-arrow.is-previous .arrow-wrapper,
.pagination-common .pagination-arrow.is-next .arrow-wrapper {
  background: url("../img/common/icon_pagination_02.svg") 50% 50%/auto auto no-repeat;
}
.pagination-common .pagination-arrow.is-first,
.pagination-common .pagination-arrow.is-previous {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pagination-common .page-numbers,
.pagination-common .arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: border 0.3s ease, background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  text-align: center;
  text-decoration: none;
}
.pagination-common .page-numbers {
  border: 0.01rem solid transparent;
}
.pagination-common .page-numbers.current {
  border-color: #000;
}
.pagination-common a.page-numbers:hover {
  border-color: #000;
}
@media print, (min-width: 768px) {
  .pagination-common {
    font-size: 0.2rem;
    line-height: 1.15;
  }
  .pagination-common .pagination-wrapper {
    margin: 0 -4px -4px;
  }
  .pagination-common .pagination-number,
  .pagination-common .pagination-arrow {
    padding: 0 4px 4px;
  }
  .pagination-common .pagination-arrow.is-first .arrow-wrapper,
  .pagination-common .pagination-arrow.is-previous .arrow-wrapper,
  .pagination-common .pagination-arrow.is-next .arrow-wrapper,
  .pagination-common .pagination-arrow.is-last .arrow-wrapper {
    background-size: auto 12.25px;
  }
  .pagination-common .page-numbers,
  .pagination-common .arrow-wrapper {
    min-height: 31px;
    padding: 2px 1px 4px 3px;
  }
  .pagination-common .page-numbers {
    min-width: 31px;
  }
  .pagination-common .page-numbers.dots {
    top: -6px;
  }
  .pagination-common .arrow-wrapper {
    width: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common {
    font-size: 0.14rem;
    line-height: 1.1428571429;
  }
  .pagination-common .pagination-wrapper {
    margin: 0 -0.03rem -0.03rem;
  }
  .pagination-common .pagination-number,
  .pagination-common .pagination-arrow {
    padding: 0 0.03rem 0.03rem;
  }
  .pagination-common .pagination-arrow.is-first .arrow-wrapper,
  .pagination-common .pagination-arrow.is-previous .arrow-wrapper,
  .pagination-common .pagination-arrow.is-next .arrow-wrapper,
  .pagination-common .pagination-arrow.is-last .arrow-wrapper {
    background-size: auto 0.085rem;
  }
  .pagination-common .page-numbers,
  .pagination-common .arrow-wrapper {
    min-height: 0.22rem;
    padding: 0.01rem 0.01rem 0.03rem 0.02rem;
  }
  .pagination-common .page-numbers {
    min-width: 0.22rem;
  }
  .pagination-common .page-numbers.dots {
    top: -0.04rem;
  }
  .pagination-common .arrow-wrapper {
    width: 0.12rem;
  }
}

.post-content {
  overflow-wrap: break-word;
}
.post-content p {
  margin-bottom: 2em;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  color: inherit;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content sup,
.post-content sub {
  position: relative;
  font-size: 0.6em;
}
.post-content sup {
  vertical-align: top;
}
.post-content sub {
  vertical-align: bottom;
}
.post-content figure,
.post-content picture,
.post-content img,
.post-content video,
.post-content iframe,
.post-content table {
  max-width: 100%;
}
.post-content figure:last-child,
.post-content picture:last-child,
.post-content img:last-child,
.post-content video:last-child,
.post-content iframe:last-child,
.post-content table:last-child {
  margin-bottom: 0;
}
.post-content figure img,
.post-content figure video,
.post-content figure iframe,
.post-content figure table {
  margin-bottom: 0;
}
.post-content figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.post-content figcaption:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.post-content blockquote::before, .post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.post-content blockquote:last-child {
  margin-bottom: 0;
}
.post-content pre,
.post-content code {
  margin-bottom: 2em;
}
.post-content pre:last-child,
.post-content code:last-child {
  margin-bottom: 0;
}
.post-content ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.post-content ul:last-child {
  margin-bottom: 0;
}
.post-content ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content h2.wp-block-heading,
.post-content h3.wp-block-heading,
.post-content h4.wp-block-heading,
.post-content h5.wp-block-heading,
.post-content h6.wp-block-heading {
  margin-bottom: 1em;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.post-content h2.wp-block-heading:last-child,
.post-content h3.wp-block-heading:last-child,
.post-content h4.wp-block-heading:last-child,
.post-content h5.wp-block-heading:last-child,
.post-content h6.wp-block-heading:last-child {
  margin-bottom: 0;
}
.post-content h2.wp-block-heading {
  font-size: 1.8em;
}
.post-content h3.wp-block-heading {
  font-size: 1.6em;
}
.post-content h4.wp-block-heading {
  font-size: 1.4em;
}
.post-content h5.wp-block-heading {
  font-size: 1.2em;
}
.post-content h6.wp-block-heading {
  font-size: 1em;
}
.post-content > div:last-child {
  margin-bottom: 0;
}
.post-content .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-content .has-background {
  background-color: #ccc;
}
.post-content .has-small-font-size {
  font-size: 0.13rem;
}
.post-content .has-large-font-size {
  font-size: 0.36rem;
}
.post-content .has-x-large-font-size {
  font-size: 0.42rem;
}
.post-content .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.post-content .wp-block-table thead,
.post-content .wp-block-table tbody,
.post-content .wp-block-table tfoot {
  border: none;
}
.post-content .wp-block-table th,
.post-content .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #000;
}
.post-content .wp-block-table th {
  background-color: #ccc;
  font-weight: bold;
}
.post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-image {
  display: table;
  margin: 0 auto 1em;
}
.post-content .wp-block-image:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .post-common-manual {
    margin-bottom: 149px;
  }
  .post-common-manual .table-common-contents {
    margin-bottom: 99px;
  }
  .post-common-manual .post-content {
    margin-bottom: 79px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-common-manual {
    margin-bottom: 0.69rem;
  }
  .post-common-manual .table-common-contents {
    margin-bottom: 0.69rem;
  }
  .post-common-manual .post-content {
    margin-bottom: 0.49rem;
  }
}

.post-common-manual .post-content {
  letter-spacing: 0.02em;
}
.post-common-manual .post-content h2.wp-block-heading {
  border-top: 0.01rem solid #828264;
  border-bottom: 0.01rem solid #828264;
  color: #828264;
}
.post-common-manual .post-content h3.wp-block-heading {
  color: #828264;
}
.post-common-manual .post-content h4.wp-block-heading {
  color: #828264;
}
@media print, (min-width: 768px) {
  .post-common-manual .post-content {
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .post-common-manual .post-content p {
    margin-bottom: 58px;
  }
  .post-common-manual .post-content p + h2.wp-block-heading {
    margin-top: 97px;
  }
  .post-common-manual .post-content h2.wp-block-heading {
    margin-bottom: 51px;
    padding: 13.5px 0;
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .post-common-manual .post-content h3.wp-block-heading {
    margin-bottom: 16px;
    font-size: 0.27rem;
    line-height: 1.4074074074;
  }
  .post-common-manual .post-content h4.wp-block-heading {
    margin-bottom: 17px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .post-common-manual .post-content .wp-block-columns {
    margin-bottom: 42px;
    gap: 30px;
  }
  .post-common-manual .post-content .wp-block-image {
    margin-bottom: 41px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-common-manual .post-content {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .post-common-manual .post-content p {
    margin-bottom: 0.39rem;
  }
  .post-common-manual .post-content p + h2.wp-block-heading {
    margin-top: 0.68rem;
  }
  .post-common-manual .post-content h2.wp-block-heading {
    margin-bottom: 0.29rem;
    padding: 0.055rem 0;
    font-size: 0.2rem;
    line-height: 1.9;
  }
  .post-common-manual .post-content h3.wp-block-heading {
    margin-bottom: 0.04rem;
    font-size: 0.18rem;
    line-height: 2.1111111111;
  }
  .post-common-manual .post-content h4.wp-block-heading {
    margin-bottom: 0.02rem;
    font-size: 0.16rem;
    line-height: 2.375;
  }
  .post-common-manual .post-content .wp-block-columns {
    margin-bottom: 0.14rem;
    gap: 0.2rem;
  }
  .post-common-manual .post-content .wp-block-columns.is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-common-manual .post-content .wp-block-image {
    margin-bottom: 0.23rem;
  }
}

.post-common-access .post-title {
  display: block;
  position: relative;
  margin: 0;
  color: #828264;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media print, (min-width: 768px) {
  .post-common-access .post-title {
    margin-bottom: 10px;
    font-size: 0.24rem;
    line-height: 1.375;
  }
  .post-common-access .title-common-quaternary {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-common-access .post-title {
    margin-bottom: 0.13rem;
    font-size: 0.18rem;
    line-height: 1.8333333333;
  }
  .post-common-access .title-common-quaternary {
    margin-bottom: 0.09rem;
  }
}

.post-common-access.is-introduction .post-content {
  letter-spacing: 0.04em;
}
.post-common-access.is-introduction .post-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.06em;
}
.post-common-access.is-introduction .post-content ul > li::before {
  content: "■ ";
  position: relative;
}
@media print, (min-width: 768px) {
  .post-common-access.is-introduction .post-content {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .post-common-access.is-introduction .post-content p {
    margin-bottom: 31px;
  }
  .post-common-access.is-introduction .post-content ul {
    font-size: 0.16rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-common-access.is-introduction .post-content {
    font-size: 0.12rem;
    line-height: 1.8333333333;
  }
  .post-common-access.is-introduction .post-content p {
    margin-bottom: 0.18rem;
  }
  .post-common-access.is-introduction .post-content ul {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    line-height: 1.8571428571;
  }
}

.post-common-access.is-article .post-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  letter-spacing: 0;
}
.post-common-access.is-article .post-content ul > li {
  position: relative;
}
.post-common-access.is-article .post-content ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% 50%/0.095rem 0.095rem no-repeat;
  background: linear-gradient(to bottom, #000, #000) 50% 50%/0.095rem 0.095rem no-repeat;
}
.post-common-access.is-article .post-content ul > li:last-child {
  margin-bottom: 0;
}
.post-common-access.is-article .post-content ul:last-child {
  margin-bottom: 0;
}
.post-common-access.is-article .post-content blockquote {
  display: inline-block;
  position: relative;
  border: 0.01rem solid #000;
  background-color: transparent;
  font-weight: 300;
  letter-spacing: 0;
}
.post-common-access.is-article .post-content blockquote::before, .post-common-access.is-article .post-content blockquote::after {
  display: none;
}
@media print, (min-width: 768px) {
  .post-common-access.is-article .post-content {
    font-size: 0.16rem;
    letter-spacing: 0.02em;
    line-height: 1.875;
  }
  .post-common-access.is-article .post-content ul {
    margin-bottom: 29px;
    line-height: 1.5625;
  }
  .post-common-access.is-article .post-content ul > li {
    top: -1px;
    margin-bottom: 15px;
    padding-left: 22px;
  }
  .post-common-access.is-article .post-content ul > li::before {
    content: "";
    top: 1px;
    width: 11px;
    height: 25px;
  }
  .post-common-access.is-article .post-content blockquote {
    padding: 17px 21px;
    line-height: 1.5625;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-common-access.is-article .post-content {
    font-size: 0.14rem;
    letter-spacing: 0.04em;
    line-height: 1.7142857143;
  }
  .post-common-access.is-article .post-content ul {
    margin-bottom: 0.26rem;
    line-height: 1.6428571429;
  }
  .post-common-access.is-article .post-content ul > li {
    top: -0.01rem;
    margin-bottom: 15px;
    padding-left: 0.19rem;
  }
  .post-common-access.is-article .post-content ul > li::before {
    content: "";
    top: 0.01rem;
    left: -0.02rem;
    width: 0.11rem;
    height: 0.23rem;
  }
  .post-common-access.is-article .post-content blockquote {
    padding: 0.17rem;
    line-height: 1.5625;
  }
}

.post-common-facility .post-content {
  letter-spacing: 0.02em;
}
.post-common-facility .post-content a {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  text-decoration: none;
}
.post-common-facility .post-content a:hover {
  opacity: 0.8;
}
.post-common-facility .post-content p:last-child {
  margin-bottom: 0;
}
.post-common-facility .post-content p.has-small-font-size {
  font-size: 0.12rem !important;
  letter-spacing: 0.06em;
  line-height: 1.9166666667;
}
.post-common-facility .post-content h2.wp-block-heading,
.post-common-facility .post-content h3.wp-block-heading,
.post-common-facility .post-content h4.wp-block-heading,
.post-common-facility .post-content h5.wp-block-heading,
.post-common-facility .post-content h6.wp-block-heading {
  color: #828264;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.post-common-facility .post-content h2.wp-block-heading:last-child,
.post-common-facility .post-content h3.wp-block-heading:last-child,
.post-common-facility .post-content h4.wp-block-heading:last-child,
.post-common-facility .post-content h5.wp-block-heading:last-child,
.post-common-facility .post-content h6.wp-block-heading:last-child {
  margin-bottom: 0;
}
.post-common-facility .post-content h2.wp-block-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post-common-facility .post-content h2.wp-block-heading::before, .post-common-facility .post-content h2.wp-block-heading::after {
  content: "";
  position: absolute;
  background-color: #828264;
  pointer-events: none;
}
.post-common-facility .post-content h2.wp-block-heading::before {
  top: 0;
  bottom: 0;
  left: 0;
}
.post-common-facility .post-content h2.wp-block-heading::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.01rem;
}
.post-common-facility .post-content .wp-block-image:last-child {
  margin-bottom: 0;
}
.post-common-facility .post-content .wp-block-columns {
  gap: 0.3rem;
}
.post-common-facility .post-content .wp-block-columns:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .post-common-facility .post-content {
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .post-common-facility .post-content p {
    margin-bottom: 47px;
  }
  .post-common-facility .post-content p + p.has-small-font-size {
    margin-top: -9px;
  }
  .post-common-facility .post-content p + h2.wp-block-heading {
    margin-top: 118px;
  }
  .post-common-facility .post-content p + h3.wp-block-heading {
    margin-top: 58px;
  }
  .post-common-facility .post-content p + h4.wp-block-heading {
    margin-top: 59px;
  }
  .post-common-facility .post-content p.has-small-font-size {
    font-size: 0.12rem;
    line-height: 1.9166666667;
  }
  .post-common-facility .post-content h2.wp-block-heading {
    margin-bottom: 42px;
    padding: 2px 0 10px 30px;
    font-size: 0.33rem;
    line-height: 1.1515151515;
  }
  .post-common-facility .post-content h2.wp-block-heading::before {
    width: 10px;
  }
  .post-common-facility .post-content h3.wp-block-heading {
    margin-bottom: 18px;
    font-size: 0.27rem;
    line-height: 1.3333333333;
  }
  .post-common-facility .post-content h4.wp-block-heading {
    margin-bottom: 16px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .post-common-facility .post-content .wp-block-image {
    margin-bottom: 43px;
  }
  .post-common-facility .post-content .wp-block-columns {
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-common-facility .post-content {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .post-common-facility .post-content p {
    margin-bottom: 0.28rem;
  }
  .post-common-facility .post-content p + p.has-small-font-size {
    margin-top: 0.4rem;
  }
  .post-common-facility .post-content p + h2.wp-block-heading {
    margin-top: 0.67rem;
  }
  .post-common-facility .post-content p + h3.wp-block-heading {
    margin-top: 0.4rem;
  }
  .post-common-facility .post-content p + h4.wp-block-heading {
    margin-top: 0.44rem;
  }
  .post-common-facility .post-content h2.wp-block-heading {
    min-height: 0.36rem;
    margin: -0.04rem 0 0.24rem;
    padding: 0 0 0.03rem 0.11rem;
    font-size: 0.2rem;
    line-height: 1.35;
  }
  .post-common-facility .post-content h2.wp-block-heading::before {
    top: 0.03rem;
    width: 0.06rem;
  }
  .post-common-facility .post-content h3.wp-block-heading {
    margin-bottom: 0.11rem;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .post-common-facility .post-content h4.wp-block-heading {
    margin-bottom: 0.08rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .post-common-facility .post-content .wp-block-image {
    margin-bottom: 0.24rem;
  }
  .post-common-facility .post-content .wp-block-columns {
    margin-bottom: 0.23rem;
  }
  .post-common-facility .post-content .wp-block-columns.is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.slider-common-related {
  position: relative;
}
.slider-common-related .slider-controller {
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
}
.slider-common-related .slider-controller .wrapper {
  position: relative;
}
.slider-common-related .slider-controller .arrow-common-related {
  pointer-events: auto;
}
.slider-common-related .slider-controller .arrow-common-related.swiper-button-disabled {
  pointer-events: none;
}
.slider-common-related .slider-container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .slider-common-related .slider-container {
    margin-left: 30px;
    padding-left: calc(50% - 570px);
  }
  .slider-common-related .slider-viewport {
    padding-right: 191px;
  }
  .slider-common-related .slider-wrapper {
    overflow: visible !important;
  }
  .slider-common-related .slider-slide {
    padding-right: 30px;
  }
  .slider-common-related .arrow-common-related {
    bottom: calc(100% + 74px);
  }
  .slider-common-related .arrow-common-related.is-previous {
    right: 70px;
    left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-common-related .slider-container {
    margin: 0 0.4rem;
  }
  .slider-common-related .slider-viewport {
    width: calc(100% + 0.2rem);
    margin: 0 -0.1rem;
  }
  .slider-common-related .slider-slide {
    padding: 0 0.1rem;
  }
  .slider-common-related .arrow-common-related {
    top: 0.95rem;
  }
  .slider-common-related .arrow-common-related.is-previous {
    left: 0.1rem;
  }
  .slider-common-related .arrow-common-related.is-next {
    right: 0.1rem;
  }
}

.table-common-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: solid #3c3c3c;
  border-width: 0.11rem 0.01rem 0.01rem;
  /* 6件目以降を非表示 */
}
.table-common-contents .table-viewport,
.table-common-contents .table-wrapper {
  position: relative;
}
.table-common-contents .table-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-common-contents .table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  letter-spacing: 0.12em;
  -webkit-text-stroke: 0.005rem #000;
}
.table-common-contents .table-item.is-hidden {
  display: none;
}
.table-common-contents .item-wrapper {
  display: block;
  position: relative;
  text-decoration: none;
}
.table-common-contents .link-common {
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .table-common-contents {
    padding: 22px 29px 26px;
  }
  .table-common-contents .table-wrapper {
    margin-bottom: -30px;
  }
  .table-common-contents .table-wrapper:last-child {
    margin-bottom: -30px;
  }
  .table-common-contents .table-item {
    padding-bottom: 30px;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .table-common-contents .table-item:last-child {
    padding-bottom: 30px;
  }
  .table-common-contents .title-common-quaternary {
    margin-bottom: 31px;
  }
  .table-common-contents .link-common {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common-contents {
    padding: 0.19rem 0.29rem 0.26rem;
  }
  .table-common-contents .table-wrapper {
    margin-bottom: -0.2rem;
  }
  .table-common-contents .table-wrapper:last-child {
    margin-bottom: -0.2rem;
  }
  .table-common-contents .table-item {
    padding-bottom: 0.2rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .table-common-contents .table-item:last-child {
    padding-bottom: 0.2rem;
  }
  .table-common-contents .title-common-quaternary {
    margin-bottom: 0.06rem;
  }
  .table-common-contents .link-common {
    margin-top: 0.24rem;
  }
}

@-webkit-keyframes title-common-wave {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes title-common-wave {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.title-common-wave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  position: relative;
  z-index: 1;
  left: 0;
  margin: 0;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  opacity: 1;
}
.title-common-wave .title-wrapper {
  display: block;
  position: relative;
}
.title-common-wave .title-character {
  display: inline-block;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.title-common-wave .title-character:nth-child(1) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 1 + 0.75s);
  transition-delay: calc(0.08s * 1 + 0.75s);
}
.title-common-wave .title-character:nth-child(2) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 2 + 0.75s);
  transition-delay: calc(0.08s * 2 + 0.75s);
}
.title-common-wave .title-character:nth-child(3) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 3 + 0.75s);
  transition-delay: calc(0.08s * 3 + 0.75s);
}
.title-common-wave .title-character:nth-child(4) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 4 + 0.75s);
  transition-delay: calc(0.08s * 4 + 0.75s);
}
.title-common-wave .title-character:nth-child(5) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 5 + 0.75s);
  transition-delay: calc(0.08s * 5 + 0.75s);
}
.title-common-wave .title-character:nth-child(6) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 6 + 0.75s);
  transition-delay: calc(0.08s * 6 + 0.75s);
}
.title-common-wave .title-character:nth-child(7) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 7 + 0.75s);
  transition-delay: calc(0.08s * 7 + 0.75s);
}
.title-common-wave .title-character:nth-child(8) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 8 + 0.75s);
  transition-delay: calc(0.08s * 8 + 0.75s);
}
.title-common-wave .title-character:nth-child(9) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 9 + 0.75s);
  transition-delay: calc(0.08s * 9 + 0.75s);
}
.title-common-wave .title-character:nth-child(10) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 10 + 0.75s);
  transition-delay: calc(0.08s * 10 + 0.75s);
}
.title-common-wave .title-character:nth-child(11) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 11 + 0.75s);
  transition-delay: calc(0.08s * 11 + 0.75s);
}
.title-common-wave .title-character:nth-child(12) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 12 + 0.75s);
  transition-delay: calc(0.08s * 12 + 0.75s);
}
.title-common-wave .title-character:nth-child(13) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 13 + 0.75s);
  transition-delay: calc(0.08s * 13 + 0.75s);
}
.title-common-wave .title-character:nth-child(14) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 14 + 0.75s);
  transition-delay: calc(0.08s * 14 + 0.75s);
}
.title-common-wave .title-character:nth-child(15) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 15 + 0.75s);
  transition-delay: calc(0.08s * 15 + 0.75s);
}
.title-common-wave .title-character:nth-child(16) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 16 + 0.75s);
  transition-delay: calc(0.08s * 16 + 0.75s);
}
.title-common-wave .title-character:nth-child(17) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 17 + 0.75s);
  transition-delay: calc(0.08s * 17 + 0.75s);
}
.title-common-wave .title-character:nth-child(18) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 18 + 0.75s);
  transition-delay: calc(0.08s * 18 + 0.75s);
}
.title-common-wave .title-character:nth-child(19) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 19 + 0.75s);
  transition-delay: calc(0.08s * 19 + 0.75s);
}
.title-common-wave .title-character:nth-child(20) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 20 + 0.75s);
  transition-delay: calc(0.08s * 20 + 0.75s);
}
.title-common-wave .title-character:nth-child(21) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 21 + 0.75s);
  transition-delay: calc(0.08s * 21 + 0.75s);
}
.title-common-wave .title-character:nth-child(22) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 22 + 0.75s);
  transition-delay: calc(0.08s * 22 + 0.75s);
}
.title-common-wave .title-character:nth-child(23) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 23 + 0.75s);
  transition-delay: calc(0.08s * 23 + 0.75s);
}
.title-common-wave .title-character:nth-child(24) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 24 + 0.75s);
  transition-delay: calc(0.08s * 24 + 0.75s);
}
.title-common-wave .title-character:nth-child(25) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 25 + 0.75s);
  transition-delay: calc(0.08s * 25 + 0.75s);
}
.title-common-wave .title-character:nth-child(26) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 26 + 0.75s);
  transition-delay: calc(0.08s * 26 + 0.75s);
}
.title-common-wave .title-character:nth-child(27) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 27 + 0.75s);
  transition-delay: calc(0.08s * 27 + 0.75s);
}
.title-common-wave .title-character:nth-child(28) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 28 + 0.75s);
  transition-delay: calc(0.08s * 28 + 0.75s);
}
.title-common-wave .title-character:nth-child(29) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 29 + 0.75s);
  transition-delay: calc(0.08s * 29 + 0.75s);
}
.title-common-wave .title-character:nth-child(30) .character-viewport {
  -webkit-transition-delay: calc(0.08s * 30 + 0.75s);
  transition-delay: calc(0.08s * 30 + 0.75s);
}
.title-common-wave .character-viewport {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(115%);
  -ms-transform: translateY(115%);
  transform: translateY(115%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.14, 1, 0.34, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 0.4s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 0.4s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 0.4s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
}
.title-common-wave .character-wrapper {
  display: inline;
  position: relative;
  white-space: pre;
}
html.is-visible.wf-active .title-common-wave.animated {
  background-size: 100% 100%;
}
html.is-visible.wf-active .title-common-wave.animated .character-viewport {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.title-common-social {
  display: block;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.title-common-social .title-icon,
.title-common-social .title-wrapper {
  position: relative;
}
.title-common-social .title-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: bottom;
}
.title-common-social .title-wrapper {
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .title-common-social {
    font-size: 0.4rem;
    line-height: 1.25;
  }
  .title-common-social .is-tb-sp {
    display: none;
  }
  .title-common-social .title-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .title-common-social .is-tb-sp {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-social {
    font-size: 0.24rem;
    line-height: 1.75;
  }
  .title-common-social .title-icon {
    width: 0.24rem;
    height: 0.42rem;
    margin-right: 0.07rem;
  }
}

.title-common-primary {
  display: block;
  position: relative;
  margin: 0;
}
.title-common-primary .title-english,
.title-common-primary .title-japanese {
  display: block;
  position: relative;
}
.title-common-primary .title-english {
  color: #a0a0a0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.title-common-primary .title-japanese {
  color: #828264;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-english {
    margin-bottom: 8px;
    font-size: 0.26rem;
    line-height: 1.2;
  }
  .title-common-primary .title-japanese {
    font-size: 0.4rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-english {
    margin-bottom: 0.02rem;
    font-size: 0.14rem;
    line-height: 1.1428571429;
  }
  .title-common-primary .title-japanese {
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
}

.title-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  color: #828264;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.title-common-secondary::before, .title-common-secondary::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #828264;
}
.title-common-secondary::before {
  -webkit-mask: url("../img/common/icon_search_02.svg") 50% 50%/100% auto no-repeat;
}
.title-common-secondary::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.title-common-secondary .title-wrapper {
  display: block;
  position: relative;
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    padding-bottom: 26px;
    font-size: 0.4rem;
    line-height: 1.25;
  }
  .title-common-secondary::before {
    width: 30px;
    height: 32px;
    margin: 9px 10px 9px 0;
  }
  .title-common-secondary::after {
    width: 50px;
    height: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    padding-bottom: 0.12rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .title-common-secondary::before {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0.09rem 0.05rem 0.09rem 0;
  }
  .title-common-secondary::after {
    width: 0.23rem;
    height: 0.01rem;
  }
}

.title-common-tertiary {
  display: block;
  margin: 0;
  color: #fff;
}
.title-common-tertiary .title-english,
.title-common-tertiary .title-japanese {
  display: block;
  position: relative;
}
.title-common-tertiary .title-english {
  opacity: 0.5;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.title-common-tertiary .title-japanese {
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media print, (min-width: 768px) {
  .title-common-tertiary .title-english {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .title-common-tertiary .title-japanese {
    font-size: 0.25rem;
    line-height: 1.2;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .title-common-tertiary .title-japanese {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary .title-english {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .title-common-tertiary .title-japanese {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

.title-common-quaternary {
  display: block;
  position: relative;
  margin: 0;
}
.title-common-quaternary .title-japanese,
.title-common-quaternary .title-english,
.title-common-quaternary .english-wrapper {
  position: relative;
}
.title-common-quaternary .title-english {
  color: #b4b4b4;
}
.title-common-quaternary .title-english {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.06em;
}
.title-common-quaternary .title-english::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.1rem;
  height: 0.01rem;
  background-color: #b4b4b4;
  vertical-align: middle;
}

.title-common-quaternary.is-dropdown {
  font-weight: 400;
}
.title-common-quaternary.is-dropdown .title-english,
.title-common-quaternary.is-dropdown .title-japanese {
  letter-spacing: 0.06em;
}
.title-common-quaternary.is-dropdown .title-japanese {
  display: block;
  color: #828264;
  font-weight: 500;
}
.title-common-quaternary.is-dropdown .title-english {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.title-common-quaternary.is-dropdown .english-wrapper {
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .title-common-quaternary.is-dropdown .title-japanese {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .title-common-quaternary.is-dropdown .title-english {
    margin-bottom: 5px;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .title-common-quaternary.is-dropdown .title-english::before {
    margin: 9.5px 5px 9.5px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-quaternary.is-dropdown .title-japanese {
    font-size: 0.2rem;
    line-height: 1.65;
  }
  .title-common-quaternary.is-dropdown .title-english {
    margin-bottom: -0.01rem;
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
  .title-common-quaternary.is-dropdown .title-english::before {
    width: 0.1rem;
    margin: 0.075rem 0.05rem 0.075rem 0;
  }
}

.title-common-quaternary.is-inline .title-japanese,
.title-common-quaternary.is-inline .title-english {
  font-weight: 400;
  vertical-align: middle;
}
.title-common-quaternary.is-inline .title-japanese {
  color: #3c3c3c;
  letter-spacing: 0.08em;
  -webkit-text-stroke: 0.005rem #3c3c3c;
}
.title-common-quaternary.is-inline .title-english {
  display: inline;
}
@media print, (min-width: 768px) {
  .title-common-quaternary.is-inline .title-japanese {
    font-size: 0.25rem;
    line-height: 1.52;
  }
  .title-common-quaternary.is-inline .title-english {
    top: 3px;
    font-size: 0.16rem;
    line-height: 2;
  }
  .title-common-quaternary.is-inline .title-english::before {
    top: -2px;
    margin: 15.5px 4px 15.5px 6px;
  }
  .title-common-quaternary.is-inline .english-wrapper {
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-quaternary.is-inline .title-japanese {
    font-size: 0.18rem;
    line-height: 2.1111111111;
  }
  .title-common-quaternary.is-inline .title-english {
    top: 0.02rem;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .title-common-quaternary.is-inline .title-english::before {
    margin: 0.115rem 0.03rem 0.115rem 0.04rem;
  }
  .title-common-quaternary.is-inline .english-wrapper {
    top: 0.01rem;
  }
}

.title-common-quinary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: -webkit-gradient(linear, left top, right top, from(#c8c8c8), to(#c8c8c8)) 0% 100%/100% 0.01rem no-repeat;
  background: linear-gradient(to right, #c8c8c8, #c8c8c8) 0% 100%/100% 0.01rem no-repeat;
  font-weight: 500;
}
.title-common-quinary .title-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: -webkit-gradient(linear, left top, right top, from(#828264), to(#828264)) 0% 100%/100% 0.01rem no-repeat;
  background: linear-gradient(to right, #828264, #828264) 0% 100%/100% 0.01rem no-repeat;
}
.title-common-quinary .title-japanese,
.title-common-quinary .title-english {
  position: relative;
}
.title-common-quinary .title-japanese {
  color: #828264;
  letter-spacing: 0.08em;
}
.title-common-quinary .title-english {
  color: #c8c8c8;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.04em;
}
@media print, (min-width: 768px) {
  .title-common-quinary {
    font-size: 0.3rem;
    line-height: 1.7272727273;
  }
  .title-common-quinary .title-wrapper {
    padding: 0 5px 8px 0;
  }
  .title-common-quinary .title-japanese {
    margin-right: 11px;
  }
  .title-common-quinary .title-english {
    top: -3px;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-quinary {
    font-size: 0.2rem;
    line-height: 2.15;
  }
  .title-common-quinary .title-wrapper {
    padding-right: 0.05rem;
  }
  .title-common-quinary .title-japanese {
    margin-right: 0.09rem;
  }
  .title-common-quinary .title-english {
    font-size: 0.14rem;
  }
}

.table-villadetail-profile {
  position: relative;
  font-weight: 500;
}
.table-villadetail-profile .table-row {
  position: relative;
}
.table-villadetail-profile .table-row:last-child {
  margin-bottom: 0;
}
.table-villadetail-profile .table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-villadetail-profile .title-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-villadetail-profile .label-wrapper {
  display: block;
  position: relative;
}
html.is-macos .table-villadetail-profile .label-wrapper, html.is-ios .table-villadetail-profile .label-wrapper, html.is-firefox .table-villadetail-profile .label-wrapper {
  top: -0.01rem;
}
.table-villadetail-profile .table-description {
  position: relative;
}
.table-villadetail-profile .description-paragraph {
  position: relative;
  letter-spacing: 0.06em;
}
.table-villadetail-profile .description-paragraph address,
.table-villadetail-profile .description-paragraph p {
  display: block;
  margin: 0;
}
@media print, (min-width: 768px) {
  .table-villadetail-profile .table-row {
    margin-bottom: 44px;
  }
  .table-villadetail-profile .table-title {
    margin-bottom: 13px;
  }
  .table-villadetail-profile .title-label {
    padding: 8px 10.5px;
    background-color: #fff;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .table-villadetail-profile .description-paragraph {
    font-size: 0.2rem;
    line-height: 1.65;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .table-villadetail-profile .table-row {
    margin-bottom: 30px;
  }
  .table-villadetail-profile .table-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-villadetail-profile .table-row {
    margin-bottom: 0.35rem;
  }
  .table-villadetail-profile .table-title {
    margin-bottom: 0.1rem;
  }
  .table-villadetail-profile .title-label {
    padding: 0.05rem 0.085rem;
    background-color: #f0f0f0;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .table-villadetail-profile .description-paragraph {
    font-size: 0.14rem;
    line-height: 1.8407142857;
  }
}

.list-villadetail-information {
  position: relative;
}
.list-villadetail-information .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-villadetail-information .item-wrapper {
  display: block;
  position: relative;
}
.list-villadetail-information .item-thumbnail {
  position: relative;
}
.list-villadetail-information .item-thumbnail .object-common {
  position: absolute;
  top: 0;
  left: 0;
}
.list-villadetail-information .item-title {
  display: block;
  position: relative;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .list-villadetail-information .list-wrapper {
    margin: 0 -15.3333333333px -28px;
  }
  .list-villadetail-information .list-item {
    width: 25%;
    padding: 0 15.3333333333px 28px;
  }
  .list-villadetail-information .item-thumbnail {
    margin-bottom: 14px;
    padding-top: 89.0688259109%;
  }
  .list-villadetail-information .item-title {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-villadetail-information .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px -20px;
  }
  .list-villadetail-information .list-item {
    padding: 0 7.5px 20px;
  }
  .list-villadetail-information .item-thumbnail {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-villadetail-information .list-wrapper {
    margin: 0 -0.1rem -0.26rem;
  }
  .list-villadetail-information .list-item {
    width: 50%;
    padding: 0 0.1rem 0.26rem;
  }
  .list-villadetail-information .item-thumbnail {
    margin-bottom: 0.05rem;
    padding-top: 88.75%;
  }
  .list-villadetail-information .item-title {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
}

.categories-villadetail-searching .categories-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categories-villadetail-searching .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.categories-villadetail-searching .entry-wrapper:hover .entry-background .object-common {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.categories-villadetail-searching .entry-wrapper:hover .title-common-tertiary::after {
  -webkit-transform: translate3d(0.1rem, 0, 0);
  transform: translate3d(0.1rem, 0, 0);
}
.categories-villadetail-searching .entry-background {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.categories-villadetail-searching .entry-background::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0.75;
  background-color: #5a5a5a;
}
.categories-villadetail-searching .entry-background .object-common {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.categories-villadetail-searching .entry-content {
  position: relative;
  z-index: 1;
}
.categories-villadetail-searching .title-common-tertiary::after {
  content: "";
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #fff;
  -webkit-mask: url("../img/common/icon_arrow_04.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .categories-villadetail-searching .categories-wrapper {
    margin: 0 -15px -30px;
  }
  .categories-villadetail-searching .categories-entry {
    width: 33.3333333333%;
    padding: 0 15px 30px;
  }
  .categories-villadetail-searching .entry-wrapper {
    min-height: 170px;
    padding: 20px;
  }
  .categories-villadetail-searching .title-common-tertiary::after {
    width: 61px;
    height: 13px;
    margin-top: 14px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .categories-villadetail-searching .categories-wrapper {
    margin: 0 -7.5px -15px;
  }
  .categories-villadetail-searching .categories-entry {
    width: 33.3333333333%;
    padding: 0 7.5px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .categories-villadetail-searching .categories-wrapper {
    margin: 0 -0.1rem -0.2rem;
  }
  .categories-villadetail-searching .categories-entry {
    width: 50%;
    padding: 0 0.1rem 0.2rem;
  }
  .categories-villadetail-searching .entry-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 1.6rem;
    padding: 20px;
    text-align: center;
  }
  .categories-villadetail-searching .title-common-tertiary::after {
    width: 0.49rem;
    height: 0.1rem;
    margin: 0.18rem auto 0.02rem;
  }
}

.section-villadetail-access {
  position: relative;
}
.section-villadetail-access::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #f0f0f0;
}
.section-villadetail-access .access-content {
  position: relative;
  z-index: 1;
}
.section-villadetail-access .button-common {
  height: 100%;
}
.section-villadetail-access .controller-common .controller-item {
  width: 50%;
}
@media print, (min-width: 1080px) {
  .section-villadetail-access {
    margin: 150px 0 235px;
    padding: 145px 0 150px;
  }
  .section-villadetail-access::before {
    top: 0;
    right: calc(50% - 275px);
    left: 4px;
  }
  .section-villadetail-access .title-common-primary {
    margin-bottom: 65px;
  }
  .section-villadetail-access .access-content {
    min-height: 400px;
    padding-right: calc(50% + 50px);
  }
  .section-villadetail-access .map-common-access {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
  .section-villadetail-access .controller-common {
    margin-top: 69px;
  }
  .section-villadetail-access .controller-common .controller-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -15px;
  }
  .section-villadetail-access .controller-common .controller-item {
    padding: 15px;
  }
}
@media print, (min-width: 1080px) and (max-width: 1279.98px) {
  .section-villadetail-access {
    margin: 150px 0;
    padding: 100px 0;
  }
  .section-villadetail-access::before {
    top: auto;
    right: 0;
    left: 0;
    padding-top: 59%;
  }
  .section-villadetail-access .is-pc {
    display: none !important;
  }
  .section-villadetail-access .title-common-primary {
    margin-bottom: 50px;
  }
  .section-villadetail-access .access-content {
    padding-right: calc(50% + 30px);
  }
  .section-villadetail-access .controller-common {
    margin-top: 50px;
  }
  .section-villadetail-access .controller-common .controller-wrapper {
    margin: -5px;
  }
  .section-villadetail-access .controller-common .controller-item {
    padding: 5px;
  }
  .section-villadetail-access .button-common {
    height: 100%;
  }
}
@media only screen and (max-width: 1079.98px) {
  .section-villadetail-access {
    margin: 0.7rem 0 0.68rem;
    padding-bottom: 0.5rem;
  }
  .section-villadetail-access::before {
    right: 0;
    left: 0;
    height: 2.36rem;
  }
  .section-villadetail-access .is-pc {
    display: none !important;
  }
  .section-villadetail-access .title-common-primary {
    margin-bottom: 0.27rem;
  }
  .section-villadetail-access .map-common-access {
    margin-top: 0.4rem;
  }
  .section-villadetail-access .controller-common {
    margin-top: 0.4rem;
  }
  .section-villadetail-access .controller-common .controller-wrapper {
    margin: -0.1rem;
  }
  .section-villadetail-access .controller-common .controller-item {
    padding: 0.1rem;
  }
}

.section-villadetail-information .information-heading,
.section-villadetail-information .heading-banner,
.section-villadetail-information .information-content,
.section-villadetail-information .content-title,
.section-villadetail-information .wrapper {
  position: relative;
}
.section-villadetail-information .wrapper {
  position: relative;
  z-index: 1;
}
.section-villadetail-information .information-heading {
  z-index: 1;
}
.section-villadetail-information .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.section-villadetail-information .content-title::before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 0.01rem;
  background-color: #000;
}
.section-villadetail-information .content-title .title-wrapper {
  display: block;
  position: relative;
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .section-villadetail-information .information-heading {
    min-height: 386px;
  }
  .section-villadetail-information .heading-banner {
    margin-bottom: 65px;
  }
  .section-villadetail-information .title-common-primary {
    margin-bottom: 68px;
  }
  .section-villadetail-information .information-content {
    padding-bottom: 145px;
  }
  .section-villadetail-information .information-content::before {
    content: "";
    position: absolute;
    top: -386px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f0f0f0;
  }
  .section-villadetail-information .content-title {
    margin-bottom: 45px;
    font-size: 0.3rem;
    line-height: 1.3333333333;
  }
  .section-villadetail-information .content-title::before {
    top: 19.5px;
    width: 30px;
    margin-right: 10px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .section-villadetail-information .information-heading {
    min-height: 300px;
  }
  .section-villadetail-information .heading-banner {
    margin-bottom: 50px;
  }
  .section-villadetail-information .title-common-primary {
    margin-bottom: 50px;
  }
  .section-villadetail-information .information-content {
    padding-bottom: 100px;
  }
  .section-villadetail-information .information-content::before {
    top: -300px;
  }
  .section-villadetail-information .content-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-villadetail-information {
    margin-bottom: 0.67rem;
  }
  .section-villadetail-information .heading-banner {
    margin-bottom: 0.22rem;
  }
  .section-villadetail-information .title-common-primary {
    margin-bottom: 0.27rem;
  }
  .section-villadetail-information .content-title {
    margin-bottom: 0.11rem;
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }
  .section-villadetail-information .content-title::before {
    top: 0.145rem;
    width: 0.2rem;
    margin-right: 0.05rem;
  }
}

@media print, (min-width: 768px) {
  .section-villadetail-categorize {
    margin: 143px 0 145px;
  }
  .section-villadetail-categorize .heading-common-primary {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-villadetail-categorize {
    margin-bottom: 0.67rem;
  }
  .section-villadetail-categorize .heading-common-primary {
    margin-bottom: 0.22rem;
  }
}

@media print, (min-width: 768px) {
  .section-villadetail-faq {
    margin-bottom: 150px;
  }
  .section-villadetail-faq .heading-common-primary {
    margin-bottom: 67px;
  }
  .section-villadetail-faq .controller-common {
    margin-top: 69px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-villadetail-faq {
    margin-bottom: 1rem;
  }
  .section-villadetail-faq .heading-common-primary {
    margin-bottom: 0.24rem;
  }
  .section-villadetail-faq .controller-common {
    margin-top: 0.5rem;
  }
}

.section-villadetail-facility {
  background-color: #f0f0f0;
}
.section-villadetail-facility .detail-common {
  letter-spacing: 0.02em;
}
@media print, (min-width: 768px) {
  .section-villadetail-facility {
    padding: 145px 0 150px;
  }
  .section-villadetail-facility .facility-heading {
    margin-bottom: 63px;
  }
  .section-villadetail-facility .title-common-primary {
    margin-bottom: 16px;
  }
  .section-villadetail-facility .controller-common {
    margin-top: 70px;
    font-size: 0.18rem;
    line-height: 1.8888888889;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-villadetail-facility {
    padding: 0.69rem 0 0.9rem;
  }
  .section-villadetail-facility .facility-heading {
    margin-bottom: 0.24rem;
  }
  .section-villadetail-facility .title-common-primary {
    margin-bottom: 0.22rem;
  }
  .section-villadetail-facility .detail-common {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .section-villadetail-facility .controller-common {
    margin-top: 0.5rem;
  }
}

.section-villadetail-features {
  background-color: #f0f0f0;
}
.section-villadetail-features .features-wrapper {
  border: 0.01rem solid #828264;
}
@media print, (min-width: 768px) {
  .section-villadetail-features {
    padding-bottom: 149px;
  }
  .section-villadetail-features .wrapper {
    max-width: 1180px;
  }
  .section-villadetail-features .features-wrapper {
    padding: 43px 48px 50px;
  }
  .section-villadetail-features .heading-common-primary {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-villadetail-features {
    padding-bottom: 1rem;
  }
  .section-villadetail-features .features-wrapper {
    padding: 0.18rem 0.19rem 0.19rem;
  }
  .section-villadetail-features .heading-common-primary {
    margin-bottom: 0.2rem;
  }
}
/*# sourceMappingURL=villadetail.css.map */