@charset "UTF-8";

/*! reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

main {
  display: block;
}

.font-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.font-mincho {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #221815;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

main {
  display: block;
}

#js-cover {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}

#js-cover.is-hamburger-open {
  display: block;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.loaded {
  display: block;
}

picture img {
  vertical-align: top;
}

img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.aniFadeIn.doAniFadeIn {
  opacity: 1;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}

.aniFadeIn.fadeUp {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.aniFadeIn.fadeLeft {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.aniFadeIn.fadeDown {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.aniFadeIn.fadeRight {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.aniFadeIn.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
  transform: translateY(100px) scale(0.7);
}

.aniFadeIn.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
  transform: translateY(0) scale(1) !important;
}

.aniFadeIn.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.aniFadeIn.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 62.5%;
}

.green {
  color: #0082a5;
}

.fz68p {
  font-size: 68%;
}

.fz70p {
  font-size: 70%;
}

.fz72p {
  font-size: 72%;
}

.fz75p {
  font-size: 75%;
}

.fz78p {
  font-size: 78%;
}

.fz112p {
  font-size: 112%;
}

.fz120p {
  font-size: 120%;
}

.fz133p {
  font-size: 133%;
}

.fz136p {
  font-size: 136%;
}

.fz140p {
  font-size: 140%;
}

.fz150p {
  font-size: 150%;
}

.fz175p {
  font-size: 175%;
}

.fz187p {
  font-size: 187%;
}

.fz192p {
  font-size: 192%;
}

.fz218p {
  font-size: 218%;
}

.fz254p {
  font-size: 254%;
}

.red {
  color: #e60012;
}

.common-inner {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .common-inner {
    padding: 0 20px;
  }
}

.common-note {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .common-note {
    font-size: 1rem;
  }
}

.common-btn-type1 {
  display: block;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #ba0a0a;
  max-width: 742px;
  margin: auto;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .common-btn-type1 {
    font-size: 1.4rem;
    padding: 15px;
  }
}

.common-btn-type1:hover {
  text-decoration: none;
}

.common-btn-type2 {
  position: relative;
  display: block;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #FA0000;
  max-width: 272px;
  margin: auto;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .common-btn-type2 {
    font-size: 1.4rem;
    padding: 15px;
  }
}

.common-btn-type2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-btn-type2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.common-btn-type2:hover {
  text-decoration: none;
}

.common-heading1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #112d4e;
}

@media screen and (max-width: 767px) {
  .common-heading1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.common-border-heading1 {
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .common-border-heading1 {
    margin-bottom: 20px;
  }
}

.common-border-heading1__inner {
  display: inline-block;
  border-bottom: solid 3px #003c80;
  padding-bottom: 3px;
}

.common-border-heading1__main {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: solid 1px #003c80;
}

@media screen and (max-width: 767px) {
  .common-border-heading1__main {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}

.common-table-type1 {
  color: #112D4E;
  width: 100%;
}

.common-table-type1 th {
  color: #fff;
  background: #112d4e;
  padding: 10px;
  width: 140px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .common-table-type1 th {
    width: 120px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.common-table-type1 td {
  color: #222;
  background: #EFEEDF;
  padding: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .common-table-type1 td {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.page-contents {
  padding-top: 69px;
}

@media screen and (max-width: 767px) {
  .page-contents {
    padding-top: 69px;
  }
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.cap {
  margin-top: 20px;
  font-size: 12px;
}

.section-inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}

.title-box {
  margin: auto;
  padding: 40px;
  max-width: 650px;
  border-radius: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
}

.title-box img {
  margin: auto;
  text-align: center;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .title-box img {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .title-box {
    border-radius: 10px;
    padding: 10px 20px;
  }
}

.inner-contents {
  margin: auto;
}

.contact-box {
  text-align: center;
  background-color: #53aace;
  max-width: 200px;
  margin: auto;
  display: block;
  font-size: 14px;
  padding: 10px 30px;
  color: #fff;
  border-radius: 40px;
}

.news-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.news-date {
  border: 1px solid #000;
  padding: 2px 16px;
  display: inline;
  color: #000;
  border-radius: 20px;
  font-size: 14px;
  margin: 20px 0;
}

.news-text {
  margin-top: 20px;
  margin-bottom: 40px;
}

.privacy-box .dt_01 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy-box dt.dt_02 {
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: none;
}

.privacy-box dt {
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.privacy-box dt,
.privacy-box dd {
  font-size: 14px;
}

.footer-link {
  margin-top: 10px;
  display: block;
  font-size: 12px;
}

.c-page-bg-1 {
  background: url("../img/pc/common_bg_1.png") top center/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  .c-page-bg-1 {
    background: url("../img/pc/common_bg_1.png") top 2vw center/100% auto repeat-y;
  }
}

.c-page-bg-1-no-repeat {
  background: url("../img/pc/common_bg_1.png") top center/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .c-page-bg-1-no-repeat {
    background: url("../img/pc/common_bg_1.png") top 2vw center/100% auto no-repeat;
  }
}

.c-page-bg-2-no-repeat {
  background: url("../img/pc/common_bg_1.png") top -200px center/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .c-page-bg-2-no-repeat {
    background: url("../img/pc/common_bg_1.png") top -150px center/100% auto no-repeat;
  }
}

.c-page-header {
  position: relative;
  max-width: 1698px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  min-height: 30px;
}

@media screen and (max-width: 767px) {
  .c-page-header {
    margin-bottom: 20px;
  }
}

.c-page-header .c-page-header__main {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-page-header .c-page-header__main .heading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-page-header .c-page-header__main .heading-wrapper .heading .heading-main {
  font-size: 4.8rem;
  font-weight: normal;
  letter-spacing: 0.22em;
}

@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__main .heading-wrapper .heading .heading-main {
    font-size: 2.4rem;
  }
}

.c-page-header .c-page-header__main .heading-wrapper .heading .heading-sub {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.22em;
}

@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__main .heading-wrapper .heading .heading-sub {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__main .header-image>img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
  }
}

.c-page-header .c-page-header__aside {
  position: fixed;
  z-index: 15;
  top: 128px;
  right: 20px;
  background: #fff;
  border-bottom-left-radius: 30px;
  padding: 12px 20px 10px 40px;
}

@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__aside {
    top: 60px;
    margin-top: -2px;
    right: 10px;
    border-bottom-left-radius: 15px;
    padding: 10px 10px 0 10px;
  }
}

.c-page-header .c-page-header__aside .aside-text-1 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__aside .aside-text-1 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

.c-page-header .c-page-header__aside .aside-list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-page-header .c-page-header__aside .aside-list-1 .aside-tel {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__aside .aside-list-1 .aside-tel img {
    width: 124px;
  }
}

.c-page-header .c-page-header__aside .aside-list-1 .aside-line {
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__aside .aside-list-1 .aside-line img {
    width: 108px;
  }
}

.c-page-header .c-page-header__aside .aside-list-1 .aside-mail {
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-page-header .c-page-header__aside .aside-list-1 .aside-mail img {
    width: 108px;
  }
}

.c-page-header.c-page-header .c-page-header__aside {
  border-bottom-right-radius: 30px;
}

@media screen and (max-width: 767px) {
  .c-page-header.c-page-header .c-page-header__aside {
    border-bottom-right-radius: 10px;
  }
}

.c-breadcrumbs .c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 80px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs .c-breadcrumbs__list {
    margin-bottom: 20px;
  }
}

.c-breadcrumbs .c-breadcrumbs__list>li {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs .c-breadcrumbs__list>li {
    font-size: 1.2rem;
  }
}

.c-breadcrumbs .c-breadcrumbs__list>li:not(:last-child)::after {
  content: "＞";
  margin-left: 1em;
  margin-right: 1em;
}

.c-main-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@-webkit-keyframes animeMvShow {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animeMvShow {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.g-header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  text-align: center;
  z-index: 100;
}

.top-logo {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .top-logo {
    max-width: 160px;
  }
}

.right-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 10px;
}

.header-flex .right-navi a {
  padding: 20px 10px;
  display: block;
  max-width: 100px;
  background-color: #2c926a;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header-flex .right-navi a {
    max-width: 90px;
    font-size: 15px;
    padding: 20px 10px;
  }
}

.black-bg {
  background-color: #000;
  text-align: center;
  padding: 4px 10px;
}

footer .cap {
  color: #fff;
}

footer .footer-center {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.footer-bg {
  background: #005d38;
  padding: 20px 0;
}

.white {
  color: #fff;
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto 40px;
}

.footer-flex .footer-flex-inner {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer-flex .footer-flex-inner {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer-flex .footer-flex-inner .links {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .footer-flex .footer-flex-inner .links {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer-flex .footer-flex-inner .links a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.footer-flex .footer-flex-inner2 {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .footer-flex .footer-flex-inner2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer-flex .footer-flex-inner2 .link-boxes {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-flex .footer-flex-inner2 .link-boxes a {
  display: block;
  width: 48%;
  border: 1px solid #fff;
  padding: 10px 10px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 7px;
}

.footer-flex .footer-flex-inner2 .link-boxes a img {
  width: 60%;
  margin-bottom: 10px;
}

.footer-flex .footer-flex-inner2 .link-boxes a p {
  color: #fff;
}

.footer-flex .footer-flex-inner2 .link-box {
  margin-bottom: 20px;
}

.footer-flex .footer-flex-inner2 .link-box a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  padding: 10px 10px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 7px;
}

.footer-flex .footer-flex-inner2 .link-box a img {
  width: 60%;
  margin-bottom: 10px;
}

.footer-flex .footer-flex-inner2 .link-box a p {
  color: #fff;
}

#page-top .mb40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #page-top .common-txt {
    font-size: 13px;
    line-height: 2em;
  }

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

#page-top .re-box {
  position: relative;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  #page-top .re-box {
    width: 100%;
    overflow: scroll;
  }

  #page-top .re-box img {
    width: 100%;
    min-width: 1000px;
  }
}

#page-top .super-box {
  max-width: 1000px;
  margin: auto;
  padding: 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #page-top .super-box {
    padding: 15px;
  }
}

#page-top .super-box .title-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

#page-top .super-flex {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page-top .super-flex li {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #page-top .super-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#page-top .super-flex li .super-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #005D38;
}

#page-top .super-flex li .super-txt {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #page-top .super-flex li .super-txt {
    font-size: 12px;
  }
}

#page-top .mv {
  position: relative;
}

#page-top .mv img {
  width: 100%;
}

#page-top .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#page-top .title {
  letter-spacing: 0.1em;
  font-size: 45px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #page-top .title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}

#page-top .white-box {
  padding: 80px 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #page-top .white-box {
    padding: 20px 10px;
  }
}

#page-top .gray-box {
  padding: 80px 20px;
  /* background-color: #F1F1F1; */
  background-color: #F9F4E9;
}

@media screen and (max-width: 767px) {
  #page-top .gray-box {
    padding: 40px 10px;
  }
}

#page-top .border-box {
  border-top: 4px solid #B3B3B3;
  padding: 0 20px 40px;
  background-color: #F9F4E9;
}

@media screen and (max-width: 767px) {
  #page-top .border-box {
    padding: 0 10px 40px;
  }
}

#page-top .small-title {
  margin-top: -30px;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #page-top .small-title {
    margin-top: -10px;
  }
}

#page-top .mb40 {
  margin-bottom: 40px;
}

#page-top ul.title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
  max-width: 600px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #page-top ul.title-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#page-top ul.plan-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;

  align-items: flex-end;
}

#page-top ul.plan-flex li.floor01 {
  width: 43%;
  margin-bottom: 40px;
}

#page-top ul.plan-flex li.floor02 {
  width: 42%;
  margin-bottom: 40px;
}

#page-top ul.plan-flex li.floor03 {
  width: 12%;
  margin-bottom: 40px;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  #page-top ul.plan-flex li.floor01 {
    width: 100%;
    margin-bottom: 20px;
  }

  #page-top ul.plan-flex li.floor02 {
    width: 100%;
    margin-bottom: 20px;
  }

  #page-top ul.plan-flex li.floor03 {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    padding-bottom: 0px;
  }

  #page-top ul.plan-flex {
    margin: 20px auto;


  }
}


#page-top ul.info-box-flex {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page-top ul.info-box-flex li {
  padding: 30px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  #page-top ul.info-box-flex li {
    width: 100%;
  }
}

#page-top ul.info-box-flex li:first-child {
  border-right: 1px solid #000;
}

@media screen and (max-width: 767px) {
  #page-top ul.info-box-flex li:first-child {
    border-right: none;
    border-bottom: 1px solid #000;
  }
}

#page-top ul.works-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto 40px;
}

#page-top ul.works-flex li {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #page-top ul.works-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#page-top ul.works-flex .right-info {
  text-align: right;
  font-size: 20px;
  margin-bottom: 20px;
}

#page-top ul.works-flex .under-border {
  border-top: 1px solid #000;
  padding-top: 20px;
}

#page-top ul.works-flex .sub-txt {
  font-size: 12px;
  margin-bottom: 20px;
}

#page-top ul.works-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto 40px;
}

#page-top ul.works-flex2 li {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #page-top ul.works-flex2 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#page-top .img-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto 40px;
}

#page-top .img-box-flex .img-box-inner {
  width: 48%;
}

#page-top .btn-info-box {
  border: 1px solid #000;
  padding: 6px 10px;
  font-size: 36px;
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
}

#page-top .works-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page-top .works-title-flex .img {
  width: 10%;
}

#page-top .works-title-flex .txt {
  width: 85%;
}

#page-top .right-cap {
  font-size: 11px;
  text-align: right;
}

#page-top .left-cap {
  font-size: 11px;
  text-align: left;
}

#page-top ul.plan-popup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page-top ul.plan-popup-box li {
  width: 31%;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #page-top ul.plan-popup-box li {
    width: 48%;
  }
}

#page-top ul.btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page-top ul.btn-flex li {
  width: 48%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #page-top ul.btn-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#page-top ul.info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
}

#page-top ul.info-flex li {
  width: 48%;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #page-top ul.info-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#page-top ul.info-flex .info-title {
  font-size: 22px;
  text-align: center;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  #page-top ul.info-flex .info-title {
    font-size: 18px;
  }
}

#page-top ul.info-flex .common-txt {
  text-align: left;
}

#page-top ul.info-under-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 40px;
}

#page-top ul.info-under-flex li {
  width: 48%;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #page-top ul.info-under-flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#page-top ul.info-under-flex .info-title {
  font-size: 22px;
  text-align: center;
  margin: 40px auto;
}

#page-top ul.info-under-flex .common-txt {
  text-align: left;
}

@media screen and (max-width: 767px) {
  #page-top ul.info-flex.reverse-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

#page-top .info-under-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
}

#page-top .info-under-contents .info-txt-box,
#page-top .info-under-contents .info-img-box {
  width: 48%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {

  #page-top .info-under-contents .info-txt-box,
  #page-top .info-under-contents .info-img-box {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #page-top .info-under-contents .info-img-box img {
    width: 100%;
  }
}

#page-top .info-under-contents .info-txt-box {
  border-left: 2px solid #000;
  padding-left: 20px;
}

#page-top .info-under-contents .info-txt-box-subtitle {
  text-align: left;
}

#page-top .info-under-contents .info-txt-box-title {
  text-align: left;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  #page-top .info-under-contents .info-txt-box-title {
    font-size: 18px;
    font-weight: bold;

  }
}

#page-top .info-under-contents .sub-txt {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
}

#page-top .info-under-contents2 {
  margin-top: 40px;
}

#page-top .info-under-contents2 .info-txt-box,
#page-top .info-under-contents2 .info-img-box {
  margin-bottom: 40px;
}

#page-top .info-under-contents2 .info-txt-box {
  border-left: 2px solid #000;
  padding-left: 20px;
}

#page-top .info-under-contents2 .info-txt-box-subtitle {
  text-align: left;
}

#page-top .info-under-contents2 .info-txt-box-title {
  text-align: left;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  #page-top .info-under-contents2 .info-txt-box-title {
    font-size: 18px;
    font-weight: bold;

  }
}

#page-top .info-under-contents2 .sub-txt {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
}

#page-top .left-border {
  border-left: 2px solid #000;
  padding-left: 20px;
}

#page-top .info-under-contents3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px auto 20px;
}

#page-top .info-under-contents3 .info-txt-box,
#page-top .info-under-contents3 .info-img-box {
  width: 48%;
}

@media screen and (max-width: 767px) {

  #page-top .info-under-contents3 .info-txt-box,
  #page-top .info-under-contents3 .info-img-box {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #page-top .info-under-contents3 .info-img-box img {
    width: 100%;
  }
}

#page-top .info-under-contents3 .info-txt-box-subtitle {
  text-align: left;
}

#page-top .info-under-contents3 .info-txt-box-title {
  text-align: left;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  #page-top .info-under-contents3 .info-txt-box-title {
    font-size: 18px;
    font-weight: bold;

  }
}

#page-top .info-under-contents3 .sub-txt {
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
  line-height: 2em;
}

#page-top .info-under-contents3 .cap {
  text-align: left;
}

#page-top .info-txt-box-title2 {
  text-align: left;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  #page-top .info-txt-box-title2 {
    font-size: 18px;
    font-weight: bold;
  }
}

#page-top .home-title {
  font-size: 22px;
  text-align: left;
  margin: 20px auto 10px;
}

#page-top ul.home-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 40px;
}

#page-top ul.home-flex li {
  width: 48%;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #page-top ul.home-flex {
    width: 100%;
    margin: 20px auto 40px;
  }

  #page-top ul.home-flex li {
    width: 100%;
    margin: 20px auto 20px;
    text-align: center;
  }

  #page-top .home-title {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
  }
}

#page-top ul.home-flex .home-title {
  font-size: 22px;
  text-align: left;
  margin: 20px auto 10px;
}

#page-top ul.home-flex .common-txt {
  text-align: left;
  margin-bottom: 20px;
}

#page-top .common-txt2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #page-top .common-txt2 {
    font-size: 16px;
    margin-bottom: 20px;

  }

  #page-top ul.home-flex .home-title {
    font-size: 18px;
    font-weight: bold;
  }
}

#page-residence .section4 {
  background: url("../img/sp/residence_bg_4.jpg") center center/100% 100% no-repeat;
  padding: 15%;
}

#page-residence .image6 {
  position: relative;
  z-index: 2;
}

#page-plan .section3 {
  background: url("../img/sp/plan_bg_2.jpg") center top/cover no-repeat;
}

#page-plan .section3 .section-inner {
  padding: 40px 20px;
}

#page-access .access-bg {
  background: url("../img/sp/access_bg_3.jpg") center center/100% 100% no-repeat;
  padding: 40px 0;
}

#page-access .section2 {
  padding-bottom: 4em;
}

#page-access .section3 .section-inner {
  padding: 40px;
}

#page-access .image3 {
  position: relative;
  z-index: 2;
}

#page-member {
  font-family: sans-serif;
}

#page-member .limited-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page-member .limited-flex li {
  width: 44%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #page-member .limited-flex li {
    width: 100%;
    margin-bottom: 0;
  }
}

#page-member .limited-section {
  padding: 20px 0;
  background: rgba(52, 174, 191, 0.5);
}

@media screen and (max-width: 767px) {
  #page-member .limited-section {
    padding: 0;
  }

  #page-member .limited-section .section-title-img {
    padding: 0 15px;
  }

  #page-member .limited-section .section-inner {
    padding: 0 !important;
  }
}

#page-member .limited-section-bg {
  padding: 20px 0;
  background: url("../img/pc/limited_bg.png") center center/100.1% 100.1% no-repeat;
}

@media screen and (max-width: 767px) {
  #page-member .limited-section-bg {
    background: none;
    padding: 0 !important;
  }

  #page-member .limited-section-bg .section-inner {
    padding: 0 !important;
  }
}

#page-member .limited-2-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#page-member .limited-2-flex li {
  width: 44%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #page-member .limited-2-flex li {
    width: 100%;
    margin-bottom: 0;
  }
}

#page-member .text-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --text-divider-gap: 2rem;
  padding-top: 60px;
  color: #00a29a;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  #page-member .text-divider {
    font-size: 24px;
  }
}

#page-member .text-divider::before,
#page-member .text-divider::after {
  content: "";
  height: 1px;
  background-color: #00913a;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#page-member .text-divider::before {
  margin-right: var(--text-divider-gap);
}

#page-member .text-divider::after {
  margin-left: var(--text-divider-gap);
}

#page-member .bg-contents {
  background: url("../img/pc/limited_img_bg_contents.png") center center/cover no-repeat;
}

#page-member h2.top-title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}

#page-member p.top-txt {
  text-align: center;
  margin-bottom: 40px;
}

#page-member .entry-info {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px;
  border: 1px solid #333;
}

@media screen and (max-width: 767px) {
  #page-member .entry-info {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#page-member .entry-info .top-title {
  font-weight: bold;
  margin-bottom: 20px;
}

#page-member .entry-info .form-input {
  margin: auto;
  text-align: center;
  max-width: 600px;
}

#page-member .entry-info .form-input input {
  width: 100%;
  margin: auto;
}

#page-member .entry-info .submit {
  text-align: center;
  margin-top: 20px;
}

#page-member .entry-info .btn-submit {
  color: #fff;
  background-color: #d1402f;
  border: none;
  padding: 10px 20px;
  width: 200px;
}

#page-member .entry-info2 {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(0, 142, 92, 0.9);
  padding: 40px 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #page-member .entry-info2 {
    padding: 40px;
  }
}

#page-member .entry-info2 .top-title {
  margin-bottom: 0;
}

#page-member .entry-info2 .form-input {
  margin: auto;
  text-align: center;
  max-width: 600px;
}

#page-member .entry-info2 .form-input input {
  width: 100%;
  margin: auto;
}

#page-member .entry-info2 .submit {
  text-align: center;
  margin-top: 20px;
}

#page-member .entry-info2 .btn-submit {
  color: #fff;
  background-color: #b68b25;
  border: none;
  padding: 10px 20px;
  width: 200px;
}

#page-member .limited-box-line {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #000;
}

#page-member .limited-box-line2 {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #fff;
}

#page-member .limited-box {
  margin: auto;
  text-align: center;
}

#page-member .entry-btn {
  color: #fff;
  background-color: #00a0e9;
  border: none;
  padding: 10px 20px;
  width: 200px;
  display: block;
  margin: auto;
}

#page-member .entry-btn2 {
  color: #000;
  background-color: #ffffff;
  border: none;
  text-align: center;
  padding: 10px 20px;
  max-width: 600px;
  display: block;
  margin: 40px auto 0;
}

#page-member .section-top {
  padding-top: 123px;
}

@media screen and (max-width: 767px) {
  #page-member .section-top {
    padding-top: 60px;
  }
}

#page-member .mv-limited {
  background: url("../img/pc/limited_img_bg.png") center center/cover no-repeat;
  min-height: 400px;
  text-align: center;
  position: relative;
  border: solid 8px #000;
}

@media screen and (max-width: 767px) {
  #page-member .mv-limited {
    min-height: 200px;
  }
}

#page-member .mv-limited h2 {
  height: 60px;
  width: 300px;
  z-index: 10;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#page-member .mv-limited h2 p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #page-member .mv-limited h2 {
    height: 40px;
    width: 180px;
    font-size: 24px;
  }
}

.owner-article {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.owner-article .owner-outline-box-1 {
  padding: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 32px 3px rgba(20, 127, 172, 0.14);
  box-shadow: 0 0 32px 3px rgba(20, 127, 172, 0.14);
}

@media screen and (max-width: 767px) {
  .owner-article .owner-outline-box-1 {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 3px rgba(20, 127, 172, 0.14);
    box-shadow: 0 0 10px 3px rgba(20, 127, 172, 0.14);
  }
}

.owner-article {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.owner-article .owner-outline-box-1 {
  padding: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 32px 3px rgba(20, 127, 172, 0.14);
  box-shadow: 0 0 32px 3px rgba(20, 127, 172, 0.14);
}

@media screen and (max-width: 767px) {
  .owner-article .owner-outline-box-1 {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 3px rgba(20, 127, 172, 0.14);
    box-shadow: 0 0 10px 3px rgba(20, 127, 172, 0.14);
  }
}

.owner-article .owner-box-1 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-1 {
    margin-bottom: 40px;
  }
}

.owner-article .owner-box-1 .heading-1 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-1 .heading-1 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.owner-article .owner-box-1 .text-1 {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-1 .text-1 {
    font-size: 1.2rem;
  }
}

.owner-article .owner-box-2 {
  margin-bottom: 80px;
}

.owner-article .owner-box-2 .chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-2 .chart {
    display: block;
  }
}

.owner-article .owner-box-2 .chart:not(:last-of-type) {
  margin-bottom: 30px;
}

.owner-article .owner-box-2 .chart .chart__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}

.owner-article .owner-box-2 .chart .chart__item.item-1 {
  border: 3px solid #147fac;
  padding: 20px;
  border-radius: 20px;
}

.owner-article .owner-box-2 .chart .chart__item.item-2 {
  color: #fff;
  background: #147fac;
  padding: 40px 60px;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-2 .chart .chart__item.item-2 {
    padding: 20px;
    border-radius: 20px;
  }
}

.owner-article .owner-box-2 .chart .chart__arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  text-align: center;
}

.owner-article .owner-box-2 .chart .chart__arrow .icon-arrow {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-2 .chart .chart__arrow .icon-arrow {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-2 .chart .chart__arrow .icon-arrow img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 20px;
  }
}

.owner-article .owner-box-2 .chart .chart__list-1 li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-2 .chart .chart__list-1 li {
    font-size: 1.2rem;
  }
}

.owner-article .owner-box-2 .chart .chart__list-1 li:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-2 .chart .chart__list-1 li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.owner-article .owner-box-2 .chart .chart__list-1 li::before {
  content: "◎";
  color: #147fac;
}

.owner-article .owner-box-2 .chart .chart__text-1 {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-2 .chart .chart__text-1 {
    font-size: 1.2rem;
  }
}

.owner-article .owner-box-3 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-3 {
    margin-bottom: 40px;
  }
}

.owner-article .owner-box-3 .table-1-wrapper:not(:last-of-type) {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-3 .table-1-wrapper:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.owner-article .owner-box-3 .table-1 {
  border-collapse: collapse;
  width: 100%;
}

.owner-article .owner-box-3 .table-1 thead th {
  font-size: 2rem;
  letter-spacing: 0.11em;
  color: #fff;
  background: #147fac;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-3 .table-1 thead th {
    font-size: 1.2rem;
    padding: 10px;
  }
}

.owner-article .owner-box-3 .table-1 thead th:not(:last-of-type) {
  border-right: 2px solid #fff;
}

.owner-article .owner-box-3 .table-1 tbody th {
  font-size: 2rem;
  letter-spacing: 0.11em;
  background: #c4e6f4;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-3 .table-1 tbody th {
    font-size: 1.2rem;
    padding: 5px;
  }
}

.owner-article .owner-box-3 .table-1 tbody td {
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  border-bottom: 1px solid #c4c4c4;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-3 .table-1 tbody td {
    font-size: 1rem;
    padding: 5px;
  }
}

.owner-article .owner-box-3 .table-1 .bg-1 {
  background: #f2eee5;
}

.owner-article .owner-box-3 .table-note-list {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-3 .table-note-list {
    font-size: 1rem;
  }
}

.owner-article .owner-box-3 .table-note-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.owner-article .owner-box-4 {
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
  }
}

.owner-article .owner-box-4 .heading-1 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #147fac;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 .heading-1 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.owner-article .owner-box-4 .heading-1::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
  display: block;
  width: 50px;
  height: 7px;
  background: #147fac;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 .heading-1::after {
    bottom: -10px;
    height: 4px;
  }
}

.owner-article .owner-box-4 .chart-wrapper {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 .chart-wrapper {
    padding: 20px;
  }
}

.owner-article .owner-box-4 .chart-wrapper.bg-1 {
  background: #f2eee5;
}

.owner-article .owner-box-4 .chart-wrapper.bg-2 {
  background: #fff;
}

.owner-article .owner-box-4 .chart-wrapper.arrow-1 {
  position: relative;
}

.owner-article .owner-box-4 .chart-wrapper.arrow-1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #f2eee5 transparent transparent transparent;
  border-width: 20px 40px 0 40px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 .chart-wrapper.arrow-1::after {
    bottom: -10px;
    border-width: 10px 20px 0 20px;
  }
}

.owner-article .owner-box-4 .chart-wrapper.arrow-2 {
  position: relative;
}

.owner-article .owner-box-4 .chart-wrapper.arrow-2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 40px 0 40px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 .chart-wrapper.arrow-2::after {
    bottom: -10px;
    border-width: 10px 20px 0 20px;
  }
}

.owner-article .owner-box-4 .chart-wrapper:nth-of-type(1) {
  z-index: 6;
}

.owner-article .owner-box-4 .chart-wrapper:nth-of-type(2) {
  z-index: 5;
}

.owner-article .owner-box-4 .chart-wrapper:nth-of-type(3) {
  z-index: 4;
}

.owner-article .owner-box-4 .chart-wrapper:nth-of-type(4) {
  z-index: 3;
}

.owner-article .owner-box-4 .chart-wrapper:nth-of-type(5) {
  z-index: 2;
}

.owner-article .owner-box-4 .chart-wrapper:nth-of-type(6) {
  z-index: 1;
}

.owner-article .owner-box-4 .chart {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 .chart {
    display: block;
  }
}

.owner-article .owner-box-4 .chart .chart__primary {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 34%;
  flex: 0 1 34%;
}

.owner-article .owner-box-4 .chart .chart__secondary {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}

.owner-article .owner-box-4 .chart .chart__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owner-article .owner-box-4 .chart .chart__number .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #147fac;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 .chart .chart__number .number {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
  }
}

.owner-article .owner-box-4 .chart .chart__number .heading {
  font-size: 2rem;
  font-weight: bold;
  color: #147fac;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 .chart .chart__number .heading {
    font-size: 1.6rem;
  }
}

.owner-article .owner-box-4 .chart .chart__text-1 {
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 .chart .chart__text-1 {
    margin-top: 10px;
  }
}

.owner-article .owner-box-4 .chart .chart__text-2 {
  font-size: 1.2rem;
  line-height: 2;
  background: #fcf2d8;
  margin-top: 10px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .owner-article .owner-box-4 .chart .chart__text-2 {
    padding: 10px;
  }
}

.property-index-article {
  position: relative;
  z-index: 1;
}

.property-index-article .property-index-outline-box-1 {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.property-index-article a.box {
  display: block;
}

.property-index-article .property-index-box-1 {
  display: block;
  padding: 20px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 32px 3px rgba(20, 127, 172, 0.14);
  box-shadow: 0 0 32px 3px rgba(20, 127, 172, 0.14);
  margin-bottom: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 3px rgba(20, 127, 172, 0.14);
    box-shadow: 0 0 10px 3px rgba(20, 127, 172, 0.14);
  }
}

.property-index-article .property-index-box-1:hover {
  text-decoration: none;
  opacity: 0.8;
}

.property-index-article .property-index-box-1 .property-index-box-1__header {
  margin-bottom: 20px;
}

.property-index-article .property-index-box-1 .property-index-box-1__body {
  margin-bottom: 20px;
}

.property-index-article .property-index-box-1 .heading-1 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .heading-1 {
    font-size: 1.6rem;
  }
}

.property-index-article .property-index-box-1 .heading-1 .heading-main {
  display: inline-block;
  vertical-align: middle;
}

.property-index-article .property-index-box-1 .heading-1 .tag.tag-1 {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 7px 10px;
  color: #fff;
  background: #e08b40;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .heading-1 .tag.tag-1 {
    font-size: 1rem;
  }
}

.property-index-article .property-index-box-1 .heading-1 .tag.tag-2 {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 7px 10px;
  color: #fff;
  background: #4777a8;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .heading-1 .tag.tag-2 {
    font-size: 1rem;
  }
}

.property-index-article .property-index-box-1 .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .outline {
    display: block;
  }
}

.property-index-article .property-index-box-1 .outline .outline__image {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .outline .outline__image {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .outline .outline__image img {
    width: 100%;
  }
}

.property-index-article .property-index-box-1 .outline .outline__detail {
  letter-spacing: 0.08em;
}

.property-index-article .property-index-box-1 .outline .outline__detail .detail-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .outline .outline__detail .detail-price {
    font-size: 1.2rem;
  }
}

.property-index-article .property-index-box-1 .outline .outline__detail .detail-price .detail-price__main {
  margin-right: 1em;
  font-weight: 500;
}

.property-index-article .property-index-box-1 .outline .outline__detail .detail-price .detail-price__main .number {
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .outline .outline__detail .detail-price .detail-price__main .number {
    font-size: 2rem;
  }
}

.property-index-article .property-index-box-1 .outline .outline__detail .detail-price .detail-price__sub {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .outline .outline__detail .detail-price .detail-price__sub {
    font-size: 1.2rem;
  }
}

.property-index-article .property-index-box-1 .outline .outline__detail .detail-list-wrapper {
  font-size: 1.4rem;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .outline .outline__detail .detail-list-wrapper {
    font-size: 1.2rem;
  }
}

.property-index-article .property-index-box-1 .outline .outline__detail .detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.property-index-article .property-index-box-1 .outline .outline__detail .detail-list dt,
.property-index-article .property-index-box-1 .outline .outline__detail .detail-list dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 767px) {

  .property-index-article .property-index-box-1 .outline .outline__detail .detail-list dt,
  .property-index-article .property-index-box-1 .outline .outline__detail .detail-list dd {
    font-size: 1.2rem;
  }
}

.property-index-article .property-index-box-1 .outline .outline__detail .detail-list dt {
  white-space: nowrap;
}

.property-index-article .property-index-box-1 .outline .outline__detail .detail-list .pin {
  position: relative;
}

.property-index-article .property-index-box-1 .outline .outline__detail .detail-list .pin::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -20px;
  display: block;
  background: url("../img/pc/common_icon_pin.png") center center/100% 100% no-repeat;
  width: 16px;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .outline .outline__detail .detail-list .pin::before {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .detail-table-wrapper .detail-table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item:nth-of-type(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item:nth-of-type(2) .item__td {
    min-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item:last-of-type .item__th {
    display: none;
  }
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item .item__th {
  font-size: 1.4rem;
  font-weight: 500;
  background: #c4e6f4;
  padding: 2px;
  min-height: 30px;
  text-align: center;
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item .item__td {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 10px 0 10px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
}

@media screen and (max-width: 767px) {
  .property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item .item__td {
    padding: 10px;
    min-height: 50px;
  }
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .item .item__td .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table img {
  vertical-align: middle;
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table img+.highlight {
  margin-left: 4px;
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .highlight {
  font-size: 1.8rem;
  color: #e08b40;
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .more::after {
  content: "＞";
  color: #147fac;
  margin-left: 4px;
}

.property-index-article .property-index-box-1 .detail-table-wrapper .detail-table .more:hover {
  text-decoration: none;
  opacity: 0.6;
}

.property-index-article .pager-wrapper {
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .property-index-article .pager-wrapper {
    padding: 40px 0 0;
  }
}

.property-index-article .pager-wrapper .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-index-article .pager-wrapper .pager>li a {
  display: block;
  color: #147fac;
  line-height: 1;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .property-index-article .pager-wrapper .pager>li a {
    padding: 10px;
    font-size: 1.4rem;
  }
}

.property-index-article .pager-wrapper .pager>li a.selected {
  border-radius: 10px;
  color: #fff;
  background: #147fac;
}

@media screen and (max-width: 767px) {
  .property-index-article .pager-wrapper .pager>li a.selected {
    border-radius: 5px;
  }
}

.property-detail-outline-wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.property-detail-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .property-detail-outline {
    display: block;
  }
}

.property-detail-outline .property-detail-article {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 68%;
  flex: 0 1 68%;
}

.property-detail-outline .property-detail-aside {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 30%;
  flex: 0 1 30%;
}

.property-detail-article {
  position: relative;
  z-index: 1;
}

.property-detail-article .property-detail-outline-box-1 {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.property-detail-article .property-detail-box-1 {
  padding: 20px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 32px 3px rgba(20, 127, 172, 0.14);
  box-shadow: 0 0 32px 3px rgba(20, 127, 172, 0.14);
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 3px rgba(20, 127, 172, 0.14);
    box-shadow: 0 0 10px 3px rgba(20, 127, 172, 0.14);
  }
}

.property-detail-article .property-detail-box-1 .property-detail-box-1__header {
  margin-bottom: 20px;
}

.property-detail-article .property-detail-box-1 .property-detail-box-1__body {
  margin-bottom: 20px;
}

.property-detail-article .property-detail-box-1 .heading-1 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .heading-1 {
    font-size: 1.6rem;
  }
}

.property-detail-article .property-detail-box-1 .heading-1 .heading-main {
  display: inline-block;
  vertical-align: middle;
}

.property-detail-article .property-detail-box-1 .heading-1 .tag.tag-1 {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 7px 10px;
  color: #fff;
  background: #e08b40;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .heading-1 .tag.tag-1 {
    font-size: 1rem;
  }
}

.property-detail-article .property-detail-box-1 .heading-1 .tag.tag-2 {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 7px 10px;
  color: #fff;
  background: #4777a8;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .heading-1 .tag.tag-2 {
    font-size: 1rem;
  }
}

.property-detail-article .property-detail-box-1 .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #147fac;
  padding: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .outline {
    display: block;
    padding: 10px 20px;
  }
}

.property-detail-article .property-detail-box-1 .outline .outline__primary {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .outline .outline__primary {
    margin-bottom: 20px;
  }
}

.property-detail-article .property-detail-box-1 .outline .outline__primary::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  background: #147fac;
  width: 1px;
  height: 54px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .outline .outline__primary::after {
    display: none;
  }
}

.property-detail-article .property-detail-box-1 .outline .outline__secondary {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.property-detail-article .property-detail-box-1 .outline .outline-text-1 {
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .outline .outline-text-1 {
    margin-bottom: 10px;
  }
}

.property-detail-article .property-detail-box-1 .outline .outline-text-1 .large {
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .outline .outline-text-1 .large {
    font-size: 2.8rem;
  }
}

.property-detail-article .property-detail-box-1 .outline .outline-text-1 .unit {
  font-weight: 500;
}

.property-detail-article .property-detail-box-1 .outline .outline-text-2 {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
}

.property-detail-article .property-detail-box-1 .outline .outline-text-3 {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  line-height: 2;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .outline .outline-text-3 {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-left: 0;
  }
}

.property-detail-article .property-detail-box-1 .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.property-detail-article .property-detail-box-1 .gallery .gallery-item {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-1 .gallery .gallery-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.property-detail-article .property-detail-box-1 .slider {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.property-detail-article .property-detail-box-1 .slider .item-image img {
  margin: auto;
}

.property-detail-article .property-detail-box-1 .slider .slick-prev,
.property-detail-article .property-detail-box-1 .slider .slick-next {
  width: 16px;
  height: 30px;
}

@media screen and (max-width: 767px) {

  .property-detail-article .property-detail-box-1 .slider .slick-prev,
  .property-detail-article .property-detail-box-1 .slider .slick-next {
    top: 30%;
  }
}

.property-detail-article .property-detail-box-1 .slider .slick-prev img,
.property-detail-article .property-detail-box-1 .slider .slick-next img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.property-detail-article .property-detail-box-1 .slider .slick-prev {
  left: -20px;
}

.property-detail-article .property-detail-box-1 .slider .slick-next {
  right: -20px;
}

.property-detail-article .property-detail-box-1 .slider .slick-prev:before,
.property-detail-article .property-detail-box-1 .slider .slick-next:before {
  content: "";
}

.property-detail-article .property-detail-box-2 {
  padding: 20px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 32px 3px rgba(20, 127, 172, 0.14);
  box-shadow: 0 0 32px 3px rgba(20, 127, 172, 0.14);
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-2 {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 3px rgba(20, 127, 172, 0.14);
    box-shadow: 0 0 10px 3px rgba(20, 127, 172, 0.14);
  }
}

.property-detail-article .property-detail-box-2 .property-detail-box-2__header {
  margin-bottom: 20px;
}

.property-detail-article .property-detail-box-2 .property-detail-box-2__body {
  margin-bottom: 20px;
}

.property-detail-article .property-detail-box-2 .heading-2 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #147fac;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-2 .heading-2 {
    font-size: 1.6rem;
  }
}

.property-detail-article .property-detail-box-2 .outline-list-box {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -ms-grid-rows: auto 0 auto;
  -ms-grid-columns: auto 0 auto;
  grid-template: "list-1 list-1" auto "list-2 list-3" auto/auto auto;
}

.property-detail-article .property-detail-box-2 .outline-list-box .list-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: list-1;
}

.property-detail-article .property-detail-box-2 .outline-list-box .list-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: list-2;
}

.property-detail-article .property-detail-box-2 .outline-list-box .list-3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: list-3;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-2 .outline-list-box {
    display: block;
  }
}

.property-detail-article .property-detail-box-2 .outline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-2 .outline-list {
    margin-bottom: 5px;
  }
}

.property-detail-article .property-detail-box-2 .outline-list>dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #147fac;
  padding: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-2 .outline-list>dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    font-size: 1.4rem;
    padding: 5px;
    border-radius: 5px;
  }
}

.property-detail-article .property-detail-box-2 .outline-list>dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 1.4rem;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .property-detail-article .property-detail-box-2 .outline-list>dd {
    font-size: 1.2rem;
    padding: 0 0 0 10px;
  }
}

.property-detail-article .property-detail-box-2 .outline-list .link-text-1 {
  color: #147fac;
  text-decoration: underline;
}

.property-detail-aside .widget {
  position: sticky;
  top: 130px;
  background: #fff;
  border: 1px solid #147fac;
  border-radius: 20px;
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .property-detail-aside .widget {
    position: relative;
    top: 0;
    padding: 20px;
  }
}

.property-detail-aside .widget .widget__header {
  padding-left: 10px;
  padding-right: 10px;
}

.property-detail-aside .widget .widget__body {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .property-detail-aside .widget .widget__body {
    margin-bottom: 20px;
  }
}

.property-detail-aside .widget .widget-heading-1 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .property-detail-aside .widget .widget-heading-1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.property-detail-aside .widget .widget-tel {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .property-detail-aside .widget .widget-tel {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.property-detail-aside .widget .widget-text-1 {
  font-size: 1.6rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .property-detail-aside .widget .widget-text-1 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

.property-detail-aside .widget .widget-nav .nav-item:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .property-detail-aside .widget .widget-nav .nav-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.property-detail-aside .widget .widget-nav .btn-reserve {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #147fac;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .property-detail-aside .widget .widget-nav .btn-reserve {
    font-size: 1.4rem;
    border-radius: 5px;
  }
}

.property-detail-aside .widget .widget-nav .btn-reserve:hover {
  text-decoration: none;
}

.property-detail-aside .widget .widget-nav .btn-other {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #147fac;
  background: #fff;
  border: 1px solid #147fac;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .property-detail-aside .widget .widget-nav .btn-other {
    font-size: 1.4rem;
    border-radius: 5px;
  }
}

.property-detail-aside .widget .widget-nav .btn-other:hover {
  text-decoration: none;
}

#survey {
  border-top: 4px solid #B3B3B3;
}

#survey .surveybox {
  max-width: 800px;
  margin: 40px auto 0;
}

#survey .surveybox li {
  font-size: 1.5em;
}

#survey .surveybox li a {
  position: relative;
  border-radius: 20px;
  background-color: #4D5B4F;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  padding: 12px 40px 20px;
}

#survey .surveybox li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#survey .surveybox li span {
  font-size: 1.5em;
  margin-right: 10px;
}

#survey .surveybox li a:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 35px;
  margin: 25px 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.survey_vice {
  max-width: 1100px;
  margin: 100px auto 0;
}

/* movie */
.movie_wrap {
  margin: 100px auto 100px;
  max-width: 980px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.movie_wrap>div {
  position: relative;
  width: 60%;
}

.movie_wrap>div::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #survey .surveybox li {
    font-size: 1em;
  }

  #survey .surveybox li a {
    display: flex;
    align-items: center;
    padding: 20px 45px 20px 20px;
  }

  #survey .surveybox li a:after {
    right: 25px;
  }

  .movie_wrap>div {
    width: 90%;
  }
}

/*202307******************************************************************************

*****************************************************************************************/
.slide-items div {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-items .slide001 {
  background-image: url(../img/pc/slide_001.webp);
}

.slide-items .slide002 {
  background-image: url(../img/pc/slide_002.webp);
}

.slide-items .slide003 {
  background-image: url(../img/pc/slide_003.webp);
}

.hiraginoW6 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#pageNavi ul {
  width: 1000px;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 20px;

  & li {
    width: calc(100% / 4 - 15px)
  }
}

#pageNavi ul li a {
  width: 100%;
  height: 100px;
  background-color: #F9F4E9;
  background-repeat: no-repeat;
  color: #B93A21;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  background-image: url(../img/pc/bottom_arrow.svg);
  background-size: 20px auto;
  background-position: center 75%;
  text-decoration: none;
  font-size: 20px;
  padding-top: 25px;
}

#page-top #plan {
  border-top: none;
}

.point {
  width: 100%;
  height: auto;
}

.pointImg {
  margin-bottom: 15px;
}

.point .point001 {
  margin: 0 auto 75px;
  width: 680px;
}

.point p {
  text-align: justify;
  font-size: 16px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.tomonisGaikan {
  margin-bottom: 50px;
}

.pointWrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.point p.point0023Txt {
  text-align: center;
}

#pageup {
  position: fixed;
  bottom: 160px;
  right: 20px;
}

#pageup a {
  width: 60px;
  display: block;
}

@media screen and (max-width: 767px) {
  .kv {
    overflow: hidden;
  }

  .db100 {
    width: 60% !important;
    margin: 0 auto;
  }

  .db100 img {
    max-width: 100%;
    height: auto;
  }

  #pageNavi ul {
    width: 100%;
    margin: 0 auto 75px;
    gap: 20px;

    & li {
      width: calc(100% / 2 - 10px);
    }
  }

  #pageNavi ul li a {
    width: 100%;
    height: auto;
    background-color: #F9F4E9;
    background-repeat: no-repeat;
    color: #B93A21;
    text-align: center;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    background-image: url(../img/pc/bottom_arrow.svg);
    background-size: 15px auto;
    background-position: center 85%;
    text-decoration: none;
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px dotted #fff;
  }

  .point .point001 {
    margin: 0 auto 25px;
    width: 100%;
  }

  .point .familysp {
    margin: 20px auto;
    text-align: center;
  }

  .tomonisGaikan {
    margin-bottom: 20px;
  }

  .pointWrap {
    display: nowrap;
  }

  .point p.point0023Txt {
    text-align: left;
  }

  .point p {
    font-size: 14px;

  }

  #pageup {
    position: fixed;
    bottom: 100px;
    right: 20px;
  }

  #pageup a {
    width: 60px;
    display: block;
  }

  #sound {
    padding-top: 30px;
  }
}