@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Set core root defaults */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
fieldset {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  display: block;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

pre {
  white-space: pre-wrap;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.179245283vw;
  }
}
@media (min-width: 848px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10.5rem;
  overflow-x: hidden;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 112.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

.inner-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 84.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}

.english {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/* ==============================================================
*  セクション(common)
* ============================================================ */
.section {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.section-title {
  color: #0084ab;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: calc(40 / 28);
  text-align: center;
}
.section-title span {
  color: #a2a2a2;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(25 / 28);
  margin-top: 1rem;
}

.banner {
  background-color: #0084ab;
  background-image: url(../img/banner-pc.png);
  background-size: cover;
  border: 2px solid #01556e;
  border-radius: 6px;
  height: 34.5rem;
  padding-top: 3.8rem;
}
.banner.-map {
  margin-top: 7.7rem;
}
.banner.-loan {
  margin-top: 4.7rem;
}
.banner.-technology {
  margin-top: -1.2rem;
}
.banner__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 30px;
  color: #ef5757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.6rem;
  font-weight: 700;
  height: 4.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 24.3rem;
}
.banner__price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff845;
  border-radius: 6px;
  color: #0084ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  height: 4.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.7rem;
  width: 34.2rem;
}
.banner__attention {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3rem;
  width: 39rem;
}
.banner__attention span {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  line-height: calc(28 / 15);
}
.banner__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ef5757;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  padding-left: 6.7rem;
  position: relative;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  width: 17.5rem;
}
.banner__link::before {
  background-image: url(../img/glass.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 1.52rem;
  left: 4.5rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1.519rem;
}
.banner__link:hover {
  background-color: #F79191;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.header {
  background: #155263;
  background-color: #fff;
  height: 10.5rem;
  padding-left: 9.2rem;
  padding-right: 9.2rem;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__intro {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(24 / 16);
}
.header__logo-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .6rem;
}
.header__logo {
  width: 15.126rem;
}
.header__town {
  color: #0084ab;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(35 / 24);
  margin-left: .6rem;
}
.header__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__contact {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  top: .3rem;
}
.header__contact span {
  display: inline-block;
  font-weight: 700;
}
.header__phone-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
  text-align: right;
}
.header__phone {
  display: inline-block;
  font-size: 30px;
  letter-spacing: .03em;
  line-height: calc(40 / 30);
  margin-top: .9rem;
  position: relative;
  text-align: right;
}
.header__phone::before {
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.313rem;
  left: -3rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2.313rem;
}
.header__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ef5757;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 6.5rem;
  padding-left: 6.7rem;
  position: relative;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 17.5rem;
}
.header__btn::before {
  background-image: url(../img/glass.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 1.52rem;
  left: 4.5rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1.519rem;
}
.header__btn:hover {
  opacity: .6;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.fixed {
  left: 0;
  position: fixed;
  top: 0;
}

.fixed.header {
  height: 8rem;
}
.fixed .header__container {
  height: 8rem;
}
.fixed .header__intro {
  display: none;
}
.fixed .header__phone-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed .header__town {
  margin-left: 1rem;
}
.fixed .header__phone {
  margin-left: 5.7rem;
}
.fixed .header__btn {
  height: 4.6rem;
}

.footer {
  padding-bottom: 5rem;
  padding-top: 7.29rem;
}
.footer__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo {
  width: 27.08rem;
}
.footer__address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__address {
  font-style: normal;
  margin-left: 11.9rem;
}
.footer__address-title {
  color: #0084ab;
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(29 / 20);
}
.footer__address-main {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: calc(36 / 14);
}
.footer__address-phone {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 3rem;
  position: relative;
}
.footer__address-phone::before {
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 1.819rem;
  left: .5rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1.819rem;
}
.footer__address-time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: calc(36 / 14);
}
.footer__copyright {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 7.4rem;
  text-align: center;
}

/* ==============================================================
*  セクション(home)
* ============================================================ */
.home-mv {
  background-image: url(../img/mv-pc.jpg);
  background-position: center;
  background-size: cover;
  height: 38.2vw;
  max-height: 55rem;
  position: relative;
  width: 100%;
}
.home-mv .inner {
  height: 38.2vw;
  max-height: 55rem;
}
.home-mv__title {
  left: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 48.3%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.home-mv__title .shadow {
  color: #fff;
  display: block;
  font-size: 44px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #111, -1px 1px 0 #111, 1px -1px 0 #111, -1px -1px 0 #111, 1px 0 0 #111, 0 1px 0 #111, -1px 0 0 #111, 0 -1px 0 #111;
}
.home-mv__title .box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #0084ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -1.2rem;
  letter-spacing: .05em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.8rem;
  position: relative;
  width: 449px;
}
.home-mv__banner {
  background-color: #0084ab;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 46px;
  height: 193px;
  position: absolute;
  right: 19px;
  width: 193px;
}
.home-mv__banner-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 193px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -5px;
}
.home-mv__banner-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 30px;
  color: #ef5757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  width: 130px;
}
.home-mv__banner-card {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(37 / 26);
}
.home-mv__banner-price {
  color: #fff845;
  font-size: 26px;
  font-weight: 700;
}

.home-location {
  text-align: center;
}
.home-location__title {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: calc(32 / 22);
  margin-top: 5rem;
  position: relative;
}
.home-location__title::before {
  background-color: #0084ab;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 48.5%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46.1rem;
}
.home-location__desc {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  margin-top: 5rem;
  text-align: left;
}
.home-location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.7rem;
}
.home-location__item {
  width: 31.25%;
}
.home-location__item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.home-facilities {
  background-color: #fff9ef;
}
.home-facilities__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}
.home-facilities__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30.926%;
}
.home-facilities__card:not(:nth-child(3n)) {
  margin-right: 3.611%;
}
.home-facilities__card-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.home-facilities__card-title {
  color: #0084ab;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(28 / 18);
  margin-top: 2.07rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.home-facilities__card-title span {
  display: inline-block;
  font-weight: 700;
}
.home-facilities__card-desc {
  font-size: 1.5rem;
  line-height: calc(28 / 15);
  margin-bottom: 4.5rem;
  margin-top: .8rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.home-facilities__card-desc span {
  display: block;
}
.home-facilities__info {
  border: 2px solid #0084ab;
}
.home-facilities__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 14.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 59.4rem;
}
.home-facilities__info-item {
  font-size: 1.5rem;
  line-height: calc(28 / 15);
}

.home-map__map iframe {
  height: 31.945vw;
  width: 100%;
}
.home-map__text {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 86.8rem;
  width: 100%;
}
.home-map__attention {
  font-size: 1.5rem;
  line-height: calc(28 / 15);
  padding-left: 1em;
  position: relative;
}
.home-map__attention::before {
  content: "※";
  height: 1.4rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1.4rem;
}

.home-landplan__main-img {
  margin-top: 5rem;
}
.home-landplan__text {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.6rem;
  width: 53.8rem;
}
.home-landplan__text span {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
}
.home-landplan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.8rem;
}
.home-landplan__item {
  width: 31.25%;
}
.home-landplan__item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.home-plan {
  background-color: #fff9ef;
  text-align: center;
}
.home-plan__main-img {
  margin-top: 5.2rem;
}
.home-plan__text {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  margin-top: 4.3rem;
}
.home-plan__container .room {
  margin-left: 1em;
}

.home-loan__text {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  margin-top: 5rem;
}
.home-loan__text-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #0084ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 3.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3rem;
  width: 51.2rem;
}
.home-loan__text-box span {
  color: #0084ab;
  font-weight: 700;
}
.home-loan__text-box span span {
  font-size: 2rem;
}
.home-loan__text-item:not(:first-of-type) {
  margin-left: 1em;
}
.home-loan__repayment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.home-loan__repayment-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0084ab;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 2.9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2.1rem;
  width: 8.3rem;
}
.home-loan__repayment-price {
  font-size: 1.6rem;
}
.home-loan__repayment-price .number {
  color: #0084ab;
  font-size: 4rem;
  font-weight: 500;
  margin-right: 1rem;
}
.home-loan__repayment-price .yen {
  position: relative;
  top: -.8rem;
}
.home-loan__attention {
  margin-top: 1.7rem;
  text-align: center;
}
.home-loan__attention > span {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.home-loan__attention > span::before {
  content: "※";
  height: 1.4rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1.4rem;
}
.home-loan__attention span:first-of-type {
  margin-left: -1.7rem;
}
.home-loan__attention span span {
  display: contents;
}

.home-premium {
  background-image: url(../img/premium-main.jpg);
  background-position: center;
  background-size: cover;
}
.home-premium__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}
.home-premium__card {
  border: 2px solid #0084ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30.926%;
}
.home-premium__card:not(:nth-child(3n)) {
  margin-right: 3.611%;
}
.home-premium__card-text {
  padding: 2rem;
  position: relative;
}
.home-premium__card-text::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  margin: auto;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-premium__card-desc {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  position: relative;
  z-index: 1;
}

.home-technology__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}
.home-technology__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30.926%;
}
.home-technology__card:not(:nth-child(3n)) {
  margin-right: 3.611%;
}
.home-technology__card-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.home-technology__card-title {
  color: #0084ab;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(28 / 18);
  margin-top: 2.07rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.home-technology__card-title span {
  display: inline-block;
  font-weight: 700;
}
.home-technology__card-desc {
  font-size: 1.5rem;
  line-height: calc(28 / 15);
  margin-bottom: 5.8rem;
  margin-top: .8rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.home-technology__card-desc span {
  display: block;
}

.home-outline {
  background-color: #fff9ef;
}
.home-outline__table {
  border-collapse: collapse;
  margin-top: 4.6rem;
  width: 100%;
}
.home-outline__table tr:nth-of-type(even) {
  background-color: #ffeed1;
}
.home-outline__table th {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(18 / 16);
  text-align: right;
  width: 15.5rem;
}
.home-outline__table td {
  padding-bottom: .57rem;
  padding-left: 7.8rem;
  padding-top: .57rem;
}
.home-outline__table td span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.57;
}
.home-outline__table td.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-outline__text {
  margin-top: 3rem;
  text-align: center;
}
.home-outline__attention span {
  display: block;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
}

.home-event {
  padding-bottom: 7.7rem;
  padding-top: 5rem;
}
.home-event__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 96.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}
.home-event__main {
  margin-top: 5.2rem;
  text-align: center;
}
.home-event__title {
  color: #0084ab;
  font-size: 2.8rem;
  line-height: calc(40 / 28);
}
.home-event__time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #0084ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  height: 3.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.1rem;
  width: 24.4rem;
}
.home-event__attention {
  font-size: 1.6rem;
  line-height: calc(20 / 16);
  margin-top: 1.2rem;
}
.home-event__list {
  margin-left: 2.5rem;
  margin-top: 5rem;
  text-align: left;
}
.home-event__item {
  font-size: 1.5rem;
  line-height: calc(28 / 15);
  padding-left: 1em;
  position: relative;
}
.home-event__item::before {
  content: "■";
  height: 1.4rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1.4rem;
}
.home-event__note {
  font-size: 1.6rem;
  line-height: calc(20 / 16);
  margin-top: 2.8rem;
}
.home-event__contact {
  margin-top: 4.3rem;
  text-align: center;
}
.home-event__contact-title {
  font-size: 1.6rem;
  line-height: calc(20 / 16);
}
.home-event__shop {
  color: #0084ab;
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(29 / 20);
  margin-top: 1rem;
}
.home-event__phone {
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  margin-top: 1rem;
  padding-left: 3.2rem;
  position: relative;
}
.home-event__phone::before {
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.313rem;
  left: .3rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2.313rem;
}
.home-event__open {
  font-size: 1.6rem;
  line-height: calc(20 / 16);
  margin-top: 1.3rem;
}
.home-event__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
  max-width: 36rem;
}
.home-event__shop-text {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.7rem;
  max-width: 40.4rem;
}
.home-event__shop-text span {
  display: block;
  font-size: 1.4rem;
  line-height: calc(24 / 14);
}

.home-contact {
  background-color: #fff9ef;
}
.home-contact__text {
  font-size: 1.5rem;
  line-height: calc(28 / 15);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  text-align: center;
}
.home-contact__attention {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.7rem;
}
.home-contact__attention > span {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.home-contact__attention > span::before {
  content: "※";
  height: 1.4rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1.4rem;
}
.home-contact__container {
  margin-top: 5.5rem;
}
.home-contact__item:not(:first-of-type) {
  margin-top: 2.7rem;
}
.home-contact__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(39 / 16);
}
.home-contact__label span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ef5757;
  color: #ef5757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 2.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2.1rem;
  width: 5.3rem;
}
.home-contact__input {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 1.4rem;
  padding: 1.2rem;
  width: 100%;
}
.home-contact dd.hope-wrapper {
  margin-top: 1.3rem;
}
.home-contact dd .hope {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-contact dd .hope:not(:first-of-type) {
  margin-top: 1rem;
}
.home-contact dd .hope .hope-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-contact dd .hope span span input {
  margin-left: 3rem;
  margin-top: 0;
  padding-left: 3rem;
  width: 19.7rem;
}
.home-contact dd .hope span span input::-webkit-input-placeholder {
  color: #666;
  opacity: .5;
}
.home-contact dd .hope span span input:-ms-input-placeholder {
  color: #666;
  opacity: .5;
}
.home-contact dd .hope span span input::-ms-input-placeholder {
  color: #666;
  opacity: .5;
}
.home-contact dd .hope span span input::placeholder {
  color: #666;
  opacity: .5;
}
.home-contact dd .hope span span select {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  height: 5rem;
  margin-left: 1.4rem;
  padding-left: 4rem;
  width: 13.8rem;
}
.home-contact dd .hope .time {
  position: relative;
}
.home-contact dd .hope .time::before {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: .911rem;
  left: 3rem;
  margin: auto;
  position: absolute;
  top: .4rem;
  width: 1.335rem;
  z-index: 1;
}
.home-contact__textArea {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 25.4rem;
  margin-top: 1.4rem;
  padding: 1.2rem;
  width: 100%;
}
.home-contact__btn {
  margin-top: 3rem;
  text-align: center;
}
.home-contact__btn input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ef5757;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 6.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 17.5rem;
}
.home-contact__btn input:hover {
  opacity: .6;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* ==============================================================
*  セクション(thanks)
* ============================================================ */
.thanks__mv {
  background-image: url(../img/thanks-mv.jpg);
  background-size: cover;
  height: 22rem;
  width: 100%;
}
.thanks__inner {
  padding-bottom: 5rem;
  padding-top: 5rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.thanks__text {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  max-width: 80rem;
}
.thanks__desc {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
}
.thanks__desc:not(:first-of-type) {
  margin-top: 2.8rem;
}

/* ==============================================================
*  レスポンシブPC(common)
* ============================================================ */
@media screen and (min-width: 768px) {
  .header {
    padding-left: calc(22px + ((1vw - 7.68px) * (70 / 6.72)));
    padding-right: calc(22px + ((1vw - 7.68px) * (70 / 6.72)));
  }
  .header__town {
    font-size: calc(20px + ((1vw - 7.68px) * (4 / 6.72)));
  }

  .fixed .header__town {
    font-size: calc(14px + ((1vw - 7.68px) * (10 / 6.72)));
  }
  .fixed .header__contact {
    font-size: calc(13px + ((1vw - 7.68px) * (3 / 6.72)));
  }
  .fixed .header__phone {
    font-size: calc(18px + ((1vw - 7.68px) * (12 / 6.72)));
  }
}
@media screen and (min-width: 1440px) {
  .header {
    padding-left: 92px;
    padding-right: 92px;
  }
  .header__town {
    font-size: 24px;
  }

  .fixed .header__town {
    font-size: 24px;
  }
  .fixed .header__contact {
    font-size: 16px;
  }
  .fixed .header__phone {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .fixed .header__contact span {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__container {
    display: block;
  }
  .footer__address-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5rem;
  }
  .footer__address {
    margin-left: 0;
  }
  .footer__address:not(:first-of-type) {
    margin-left: 5rem;
  }
}
/* ==============================================================
*  レスポンシブPC(home)
* ============================================================ */
@media screen and (min-width: 768px) {
  .home-mv__title .shadow {
    font-size: calc(34px + ((1vw - 7.68px) * (10 / 6.72)));
  }
  .home-mv__title .box {
    font-size: calc(15px + ((1vw - 7.68px) * (3 / 6.72)));
    height: calc(36px + ((1vw - 7.68px) * (10 / 6.72)));
    width: calc(349px + ((1vw - 7.68px) * (100 / 6.72)));
  }
  .home-mv__banner {
    bottom: calc(18px + ((1vw - 7.68px) * (28 / 6.72)));
    height: calc(143px + ((1vw - 7.68px) * (50 / 6.72)));
    right: calc(46px + ((1vw - 7.68px) * (-27 / 6.72)));
    width: calc(143px + ((1vw - 7.68px) * (50 / 6.72)));
  }
  .home-mv__banner-text {
    height: calc(143px + ((1vw - 7.68px) * (50 / 6.72)));
  }
  .home-mv__banner-title {
    font-size: calc(13px + ((1vw - 7.68px) * (3 / 6.72)));
    height: calc(25px + ((1vw - 7.68px) * (5 / 6.72)));
    width: calc(100px + ((1vw - 7.68px) * (30 / 6.72)));
  }
  .home-mv__banner-card {
    font-size: calc(18px + ((1vw - 7.68px) * (8 / 6.72)));
  }
  .home-mv__banner-price {
    font-size: calc(18px + ((1vw - 7.68px) * (8 / 6.72)));
  }
}
@media screen and (min-width: 1440px) {
  .home-mv__title .shadow {
    font-size: 44px;
  }
  .home-mv__title .box {
    font-size: 18px;
    height: 46px;
    width: 449px;
  }
  .home-mv__banner {
    bottom: 46px;
    height: 193px;
    right: 19px;
    width: 193px;
  }
  .home-mv__banner-text {
    height: 193px;
  }
  .home-mv__banner-title {
    font-size: 16px;
    height: 30px;
    width: 130px;
  }
  .home-mv__banner-card {
    font-size: 26px;
  }
  .home-mv__banner-price {
    font-size: 26px;
  }
}
/* ==============================================================
*  レスポンシブPC(thanks)
* ============================================================ */
/* ==============================================================
*  レスポンシブSP(common)
* ============================================================ */
@media screen and (max-width: 767px) {
  .main {
    margin-top: 22.3vw;
  }

  .section {
    padding-bottom: 7.5vw;
    padding-top: 7.5vw;
  }

  .section-title {
    font-size: 4.8vw;
  }
  .section-title span {
    font-size: 3.9vw;
    margin-top: 2.4vw;
  }

  .inner-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .inner {
    padding-left: 9.6vw;
    padding-right: 9.6vw;
  }

  .banner {
    background-image: url(../img/banner-sp.png);
    border: .3vw solid #01556e;
    height: auto;
    padding-bottom: 9vw;
    padding-top: 9vw;
  }
  .banner__title {
    border-radius: 50px;
    font-size: 4.8vw;
    height: 11vw;
    width: 46vw;
  }
  .banner__price {
    font-size: 6.8vw;
    height: auto;
    margin-top: 4vw;
    padding: 1.8vw;
    width: 90%;
  }
  .banner.-map {
    margin-top: 10vw;
  }
  .banner.-loan {
    margin-top: 4.7rem;
  }
  .banner.-technology {
    margin-top: -1.2rem;
  }
  .banner__attention {
    margin-left: 7.3vw;
    margin-top: 4vw;
    width: 80vw;
  }
  .banner__attention span {
    font-size: 2.9vw;
  }
  .banner__link {
    border-radius: 100px;
    font-size: 4vw;
    height: 15.3vw;
    margin-top: 4vw;
    padding-left: 14vw;
    width: 40vw;
  }
  .banner__link::before {
    height: 4vw;
    left: 9vw;
    width: 4vw;
  }

  .btn-group {
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10;
  }
  .btn-group__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .btn-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.8vw;
    height: 14.6vw;
    position: relative;
    width: 50%;
  }
  .btn-bottom:nth-of-type(1) {
    background-color: #ef5757;
    padding-left: 20.4vw;
  }
  .btn-bottom:nth-of-type(1)::before {
    background-image: url(../img/glass.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 4vw;
    left: 15vw;
    margin: auto;
    position: absolute;
    top: .5vw;
    width: 4vw;
  }
  .btn-bottom:nth-of-type(2) {
    background-color: #111;
    padding-left: 21.6vw;
  }
  .btn-bottom:nth-of-type(2)::before {
    background-image: url(../img/phone-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 5vw;
    left: 17vw;
    margin: auto;
    position: absolute;
    top: -1vw;
    width: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 22.3vw;
    padding: 0;
  }
  .header__right {
    display: none;
  }
  .header__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: 22.3vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3.9vw;
    text-align: center;
  }
  .header__intro {
    font-size: 2.9vw;
  }
  .header__logo-area {
    margin-top: 3.3vw;
  }
  .header__logo {
    width: 28.3vw;
  }
  .header__town {
    font-size: 4.3vw;
    margin-left: 1.5vw;
    margin-top: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 23vw;
  }
  .footer__logo {
    width: 50vw;
  }
  .footer__address-wrapper {
    display: block;
    margin-top: 10vw;
  }
  .footer__address {
    margin-left: 0;
    text-align: center;
  }
  .footer__address:not(:first-of-type) {
    margin-left: 0;
    margin-top: 5vw;
  }
  .footer__address-main {
    font-size: 4vw;
  }
  .footer__address-title {
    font-size: 6vw;
  }
  .footer__address-phone {
    display: inline-block;
    font-size: 8vw;
    padding-left: 1em;
  }
  .footer__address-phone::before {
    height: 5vw;
    width: 5vw;
  }
  .footer__address-time {
    font-size: 4vw;
  }
  .footer__copyright {
    font-size: 4vw;
    margin-top: 12vw;
  }
}
/* ==============================================================
*  レスポンシブSP(home)
* ============================================================ */
@media screen and (max-width: 767px) {
  .home-mv {
    background-image: url(../img/mv-sp.jpg);
    height: 132.6vw;
    max-height: none;
    padding-top: 31.5vw;
  }
  .home-mv .inner {
    max-height: none;
  }
  .home-mv__title {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .home-mv__title .shadow {
    font-size: 7.5vw;
    letter-spacing: .03em;
    margin-left: 3vw;
  }
  .home-mv__title .box {
    font-size: 3.1vw;
    height: 8.2vw;
    letter-spacing: .06em;
    margin-top: 3.7vw;
    padding-right: 1vw;
    position: static;
    width: 80.4vw;
  }
  .home-mv__banner {
    border: 0.3vw solid #fff;
    bottom: auto;
    height: 46.4vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 17vw;
    width: 46.4vw;
  }
  .home-mv__banner-text {
    height: 46.4vw;
    top: -1vw;
  }
  .home-mv__banner-title {
    font-size: 3.85vw;
    height: 7.2vw;
    width: 31.3vw;
  }
  .home-mv__banner-card {
    font-size: 6.3vw;
  }
  .home-mv__banner-price {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 767px) {
  .home-location__title {
    font-size: 3.4vw;
    margin-left: -2vw;
    margin-top: 5.3vw;
  }
  .home-location__title::before {
    bottom: -2.5vw;
    height: .5vw;
    left: 50%;
    width: 73vw;
  }
  .home-location__desc {
    font-size: 2.89vw;
    line-height: calc(28 / 12);
    margin-top: 8.6vw;
  }
  .home-location__list {
    display: block;
    margin-top: 4vw;
  }
  .home-location__item {
    width: 100%;
  }
  .home-location__item:not(:first-of-type) {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .home-facilities__cards {
    display: block;
    margin-top: 7.5vw;
  }
  .home-facilities__card {
    width: 100%;
  }
  .home-facilities__card:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .home-facilities__card-title {
    font-size: 3.88vw;
    margin-top: 3.4vw;
  }
  .home-facilities__card-desc {
    font-size: 2.9vw;
    line-height: calc(20 / 12);
    margin-bottom: 7vw;
    margin-top: 2vw;
  }
  .home-facilities__info {
    border: 0.3vw solid #0084ab;
    padding: 2vw;
  }
  .home-facilities__info-list {
    height: auto;
    width: 100%;
  }
  .home-facilities__info-item {
    font-size: 2.5vw;
  }
  .home-facilities__info-item:not(:first-of-type) {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .home-map__map iframe {
    height: 70vw;
  }
  .home-map__attention {
    font-size: 2.5vw;
    padding-left: 1.3em;
  }
  .home-map__attention:not(:first-of-type) {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .home-landplan__list {
    display: block;
    margin-top: 8vw;
  }
  .home-landplan__item {
    width: 100%;
  }
  .home-landplan__item:not(:first-of-type) {
    margin-top: 2.5vw;
  }
  .home-landplan__text {
    width: 100%;
  }
  .home-landplan__desc {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-landplan__desc span {
    line-height: 1.5;
    font-size: 4vw;
  }
  .home-landplan__desc:not(:first-of-type) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .home-plan__text {
    font-size: 3vw;
  }
  .home-plan__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-plan__container .room {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-loan__text {
    margin-top: 8vw;
  }
  .home-loan__text-top {
    font-size: 3vw;
  }
  .home-loan__text-box {
    border: 0.3vw solid #0084ab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4vw;
    height: auto;
    margin-top: 3vw;
    padding-bottom: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 2vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home-loan__text-box span span {
    font-size: 5vw;
  }
  .home-loan__text-item:not(:first-of-type) {
    margin-left: 0;
  }
  .home-loan__repayment {
    margin-top: 5vw;
  }
  .home-loan__repayment-tag {
    font-size: 4vw;
    height: auto;
    margin-right: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    width: auto;
  }
  .home-loan__repayment-price {
    font-size: 4vw;
    margin-left: 1em;
  }
  .home-loan__repayment-price .number {
    font-size: 10vw;
    margin-right: 1vw;
  }
  .home-loan__repayment-price .yen {
    top: 0;
  }
  .home-loan__attention {
    margin-top: 5vw;
    text-align: left;
  }
  .home-loan__attention span {
    font-size: 3vw;
  }
  .home-loan__attention span:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-premium__cards {
    display: block;
    margin-top: 8vw;
  }
  .home-premium__card {
    border: 0.3vw solid #0084ab;
    width: 100%;
  }
  .home-premium__card:not(:first-of-type) {
    margin-right: 0;
    margin-top: 2.5vw;
  }
  .home-premium__card-text {
    padding: 4vw;
  }
  .home-premium__card-desc {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .home-technology__cards {
    display: block;
    margin-top: 8vw;
  }
  .home-technology__card {
    width: 100%;
  }
  .home-technology__card:not(:first-of-type) {
    margin-right: 0;
    margin-top: 2.5vw;
  }
  .home-technology__card-title {
    font-size: 5vw;
    margin-top: 3vw;
  }
  .home-technology__card-desc {
    font-size: 4vw;
    margin-bottom: 8vw;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .home-outline__table {
    margin-top: 8vw;
  }
  .home-outline th {
    font-size: 2.5vw;
    line-height: 1.57;
    padding-bottom: 2vw;
    padding-top: 2vw;
    width: 28vw;
  }
  .home-outline td {
    padding-bottom: 2vw;
    padding-left: 5vw;
    padding-right: 2vw;
    padding-top: 2vw;
  }
  .home-outline td span {
    font-size: 2.5vw;
  }
  .home-outline__text {
    margin-top: 5vw;
  }
  .home-outline__attention span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .home-event {
    padding-bottom: 7.5vw;
    padding-top: 7.5vw;
  }
  .home-event__main {
    margin-top: 8vw;
  }
  .home-event__inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .home-event__title {
    font-size: 5vw;
  }
  .home-event__time {
    border: 0.3vw solid #0084ab;
    font-size: 3vw;
    height: auto;
    margin-top: 2vw;
    padding-bottom: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home-event__attention {
    font-size: 2vw;
    margin-top: 2vw;
  }
  .home-event__list {
    margin-left: 0;
    margin-top: 8vw;
  }
  .home-event__item {
    font-size: 2.5vw;
    padding-left: 1.3em;
  }
  .home-event__item:not(:first-of-type) {
    margin-top: 2vw;
  }
  .home-event__note {
    font-size: 2.5vw;
    margin-top: 5vw;
  }
  .home-event__contact {
    margin-top: 10vw;
  }
  .home-event__contact-title {
    font-size: 4vw;
  }
  .home-event__shop {
    font-size: 5vw;
    margin-top: 2vw;
  }
  .home-event__phone {
    font-size: 6vw;
    margin-top: 2vw;
    padding-left: 1em;
  }
  .home-event__phone::before {
    height: 4vw;
    left: 0;
    width: 4vw;
  }
  .home-event__open {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .home-event__img {
    margin-top: 5vw;
    max-width: 70vw;
    width: 100%;
  }
  .home-event__shop-text {
    margin-top: 3vw;
    max-width: 100%;
  }
  .home-event__shop-text span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .home-contact__text {
    font-size: 3vw;
    margin-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .home-contact__attention {
    margin-top: 5vw;
  }
  .home-contact__attention > span {
    text-align: left;
  }
  .home-contact__label {
    font-size: 3vw;
    line-height: 1;
  }
  .home-contact__label span {
    height: auto;
    margin-right: 3vw;
    padding-bottom: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    width: auto;
  }
  .home-contact__input {
    font-size: 2.5vw;
    margin-top: 2vw;
    padding: 2vw;
  }
  .home-contact dd.hope-wrapper {
    margin-top: 5vw;
  }
  .home-contact dd .hope {
    display: block;
  }
  .home-contact dd .hope:not(:first-of-type) {
    margin-top: 3vw;
  }
  .home-contact dd .hope__title {
    font-size: 3vw;
  }
  .home-contact dd .hope .hope-input {
    margin-top: 2vw;
  }
  .home-contact dd .hope span span input {
    height: 7.8vw;
    margin-left: 0;
    padding-left: 5vw;
    width: 40vw;
  }
  .home-contact dd .hope span span select {
    color: #111;
    font-size: 2.5vw;
    height: 7.8vw;
    margin-left: 2vw;
    padding-left: 7vw;
    width: 20vw;
  }
  .home-contact dd .hope .time::before {
    height: 2vw;
    left: 5vw;
    top: 1vw;
    width: 2vw;
  }
  .home-contact__item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .home-contact__textArea {
    height: 35vw;
    margin-top: 2vw;
    padding: 2vw;
  }
  .home-contact__btn input {
    font-size: 3vw;
    height: 9vw;
    width: 30vw;
  }
}
/* ==============================================================
*  レスポンシブSP(thanks)
* ============================================================ */
@media screen and (max-width: 767px) {
  .thanks__mv {
    background-position: center;
    height: 50vw;
    width: 100%;
  }
  .thanks__inner {
    padding-bottom: 7.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 7.5vw;
  }
  .thanks__text {
    margin-top: 8vw;
  }
  .thanks__desc {
    font-size: 3vw;
  }
}

/*# sourceMappingURL=style.css.map */