@charset "UTF-8";
body {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 22px;
  line-height: 1.69;
  color: #413D3C;
}
@media screen and (max-width: 980px) {
  body {
    font-size: 16px;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.note__list {
  text-align: right;
  font-size: 13px;
  padding: 0 15px;
}
@media screen and (max-width: 960px) {
  .note__list {
    text-align: left;
  }
}

.bg {
  background: #E7E3D8;
}

.cta-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.cta-area li {
  width: 288px;
  text-align: center;
}
.cta-area li .btn {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 25px;
}
.cta-area li .btn-doc {
  background: #B1A480;
}
.cta-area li .btn-reserve {
  background: #003E60;
}
.cta-area li a {
  color: #fff;
  text-decoration: none;
}
.cta-area li span {
  color: rgba(255, 255, 255, 0.4);
}

.common__pc {
  display: block;
}
@media screen and (max-width: 980px) {
  .common__pc {
    display: none;
  }
}
.common__sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .common__sp {
    display: block;
  }
}
.common__pc_onmini {
  display: block;
}
@media screen and (max-width: 560px) {
  .common__pc_onmini {
    display: none;
  }
}
.common__mini {
  display: none;
}
@media screen and (max-width: 560px) {
  .common__mini {
    display: block;
  }
}
.common__btn {
  margin-bottom: 15px;
}
.common__btn:last-child {
  margin-bottom: 0;
}
.common__btn a, .common__btn .link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  padding: 0 5%;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  color: #003E60;
  -webkit-box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
          box-shadow: 0px 0px 20px rgba(20, 52, 111, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #003E60;
  overflow: hidden;
  line-height: 3;
}
.common__btn a span, .common__btn .link span {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.common__btn a span.over, .common__btn .link span.over {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 560px) {
  .common__btn a, .common__btn .link {
    font-size: 16px;
    padding: 5px 6%;
  }
}
.common__btn a:hover, .common__btn .link:hover {
  background: #003E60;
  color: #fff;
}
.common__btn a:hover span, .common__btn .link:hover span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.common__btn a:hover span.over, .common__btn .link:hover span.over {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.common__col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  margin-left: 0;
}
@media screen and (max-width: 980px) {
  .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.common__col02 .col {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .common__col02 .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .common__col02 .col:last-child {
    margin-bottom: 0;
  }
}
.common__col03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  margin-bottom: 50px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .common__col03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common__col03 li {
  width: calc((100% - 44px) / 3);
}
@media screen and (max-width: 768px) {
  .common__col03 li {
    width: 100%;
  }
}
.common__col04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}
.common__col04 .col {
  width: calc((100% - 66px) / 4);
}
@media screen and (max-width: 768px) {
  .common__col04 .col {
    width: calc((100% - 22px) / 2);
  }
}
.common__table {
  width: 100%;
  margin: 0 auto 70px;
  font-size: 15px;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .common__table {
    margin-bottom: 30px;
    font-size: 13px;
  }
}
.common__table th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 12px 16px;
  width: 28%;
  font-weight: 400;
  background: #f5f5f0;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .common__table th {
    display: block;
    border-bottom: none;
    /* padding: 10px 12px 2px; */
    padding: 10px 12px 10px;
    width: 100%;
    font-weight: 600;
    white-space: normal;
  }
}
.common__table td {
  border-bottom: 1px solid #ccc;
  padding: 12px 16px;
  width: 72%;
  background: #fff;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .common__table td {
    display: block;
    /* padding: 2px 12px 10px; */
    padding: 10px 12px 10px;
    width: 100%;
  }
}
.common-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 980px) {
  .common-mb90 {
    margin-bottom: 50px;
  }
}
.common-txtc {
  text-align: center;
}
.common__nav__page {
  width: 90%;
  font-size: 14px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common__nav__page li {
  margin-right: 5px;
}
.common__nav__page a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2F2F2F;
}
.common__nav__page a::after {
  content: ">";
  margin-left: 7px;
}

/* fadeIn */
.js-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.js-fade.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

img {
  width: 100%;
  height: auto;
}

.wrapper {
  overflow: hidden;
}
.wrapper section .inner {
  max-width: 1185px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper section .inner {
    padding: 0 10px;
  }
}
.wrapper section h2 {
  background: #B1A480;
  color: #fff;
  font-size: 63px;
  font-weight: 100;
  padding: 20px;
  text-align: center;
  margin-bottom: 135px;
  border-bottom: 20px solid #003E60;
}
@media screen and (max-width: 980px) {
  .wrapper section h2 {
    margin-bottom: 50px;
    font-size: 29px;
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper section h2 {
    font-size: 26px;
    padding: 10px 15px 5px;
    border-bottom: 10px solid #003E60;
  }
}
.wrapper section h3 {
  text-align: center;
  margin-bottom: 115px;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .wrapper section h3 {
    margin-bottom: 35px;
  }
}
.wrapper section h3 img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.wrapper section.block__slide {
  text-align: center;
  border-bottom: solid #B1A480 22px;
  margin-bottom: 85px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__slide {
    margin-bottom: 40px;
  }
}
.wrapper section.block__slide .advertisement {
  background: #003E60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 15px 25px;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__slide .advertisement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 15px 10px;
  }
}
.wrapper section.block__slide .advertisement__cont {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__slide .advertisement__cont {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wrapper section.block__slide .advertisement__cont dt {
  font-size: 19px;
  border: 1px solid #fff;
  padding: 5px;
}
.wrapper section.block__slide .advertisement__cont dd {
  text-align: left;
  font-size: 13px;
  line-height: 1.385;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__slide .advertisement__cont dd {
    font-size: 12px;
  }
}
.wrapper section.block__point {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__point {
    margin-bottom: 50px;
  }
}
.wrapper section.block__point .point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  row-gap: 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .wrapper section.block__point .point__list {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: 30px;
  }
}
@media screen and (max-width: 980px) {
  .wrapper section.block__point .point__list {
    row-gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper section.block__point .point__list {
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.wrapper section.block__point .point__list li {
  width: 47%;
}
@media screen and (max-width: 1200px) {
  .wrapper section.block__point .point__list li {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper section.block__point .point__list li {
    width: calc((100% - 10px) / 2);
  }
}
.wrapper section.block__resort {
  margin-bottom: 90px;
  text-align: center;
}
.wrapper section.block__resort h2 {
  border: none;
}
.wrapper section.block__resort .bg {
  height: 685px;
  background: url(../img/bg__resort.png) no-repeat right center/cover;
  background-attachment: fixed;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__resort .bg {
    height: 256px;
    background: url(../img/bg__resort__sp.png) no-repeat right center/cover;
    background-attachment: unset;
    margin-bottom: 40px;
  }
}
.wrapper section.block__concept {
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept {
    margin-bottom: 80px;
  }
}
.wrapper section.block__concept .txt__cont {
  margin-bottom: 140px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept .txt__cont {
    margin-bottom: 80px;
    padding: 0 30px;
  }
}
.wrapper section.block__concept .txt__cont .catch {
  font-size: 37px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept .txt__cont .catch {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper section.block__concept .txt__cont .catch {
    font-size: 28px;
  }
}
.wrapper section.block__concept .txt__cont p {
  line-height: 2.3;
  margin-bottom: 30px;
}
.wrapper section.block__concept .txt__cont p:last-child {
  margin-bottom: 0;
}
.wrapper section.block__concept .concept__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #E7E3D8;
  margin-bottom: 90px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept .concept__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.wrapper section.block__concept .concept__col-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept .concept__col-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper section.block__concept .concept__col.list {
  margin-bottom: 10px;
}
.wrapper section.block__concept .concept__image {
  width: 59.27%; /* 1138 / 1920 */
  aspect-ratio: 1138/782; /* デザイン比率 */
}
@media screen and (max-width: 1300px) {
  .wrapper section.block__concept .concept__image {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept .concept__image {
    width: 100%;
  }
}
.wrapper section.block__concept .concept__image.concept01 {
  background: url(../img/bg__everyday.png) no-repeat right center/cover;
}
.wrapper section.block__concept .concept__image.concept02 {
  background: url(../img/bg__view.png) no-repeat right center/cover;
  margin: 20px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept .concept__image.concept02 {
    margin: 0;
  }
}
.wrapper section.block__concept .concept__image.concept03 {
  background: url(../img/bg__enjoy.png) no-repeat right center/cover;
}
.wrapper section.block__concept .concept__image.concept04 {
  background: url(../img/bg__residence.png) no-repeat right center/cover;
}
.wrapper section.block__concept .concept__content {
  width: 40.73%; /* 782 / 1920 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1300px) {
  .wrapper section.block__concept .concept__content {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept .concept__content {
    width: 100%;
    display: block;
  }
}
.wrapper section.block__concept .concept__inner {
  padding: 40px 50px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept .concept__inner {
    padding: 20px 40px 40px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__concept .concept__inner {
    padding: 20px;
  }
}
.wrapper section.block__concept .concept__inner h3 {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept .concept__inner h3 {
    margin-bottom: 10px;
    display: inline-block;
    padding: 0;
  }
}
.wrapper section.block__concept .concept__inner h3 img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
}
@media screen and (max-width: 560px) {
  .wrapper section.block__concept .concept__inner h3 img {
    max-width: 100%;
  }
}
.wrapper section.block__concept .concept__inner p {
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__concept .concept__inner p {
    font-size: 16px;
  }
}
.wrapper section.block__map {
  margin-bottom: 150px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__map {
    margin-bottom: 75px;
  }
}
.wrapper section.block__map h2 {
  margin-bottom: 0;
}
.wrapper section.block__map h3 {
  color: #B1A480;
  font-size: 56px;
  font-weight: 100;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__map h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__map h3 {
    margin-bottom: 20px;
  }
}
.wrapper section.block__map .bg {
  padding: 80px 0 110px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__map .bg {
    padding: 60px 0 70px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__map .bg {
    padding: 30px 0 40px;
  }
}
.wrapper section.block__map .bg h3 {
  font-size: 28px;
}
.wrapper section.block__map .bg .inner {
  max-width: 760px;
}
.wrapper section.block__map .bg .map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wrapper section.block__map .bg .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper section.block__map .open-txt {
  font-size: 34px;
  text-align: center;
}
.wrapper section.block__plan {
  padding-bottom: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan {
    margin-bottom: 40px;
  }
}
.wrapper section.block__plan .common__col02 {
  gap: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper section.block__plan .common__col02 .col-txt {
  width: 55%;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .common__col02 .col-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.wrapper section.block__plan .common__col02 .col-txt h3 {
  font-size: 37px;
  font-weight: 700;
  line-height: 2.027;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .common__col02 .col-txt h3 {
    font-size: 30px;
    text-align: center;
    line-height: 1.733;
    padding: 0;
  }
}
.wrapper section.block__plan .common__col02 .col-txt .plan-txt {
  font-size: 18px;
  line-height: 2.444;
}
@media screen and (max-width: 560px) {
  .wrapper section.block__plan .common__col02 .col-txt .plan-txt {
    line-height: 1.7;
  }
}
.wrapper section.block__plan .common__col02 .col-fig {
  width: 45%;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .common__col02 .col-fig {
    width: 100%;
  }
}
.wrapper section.block__plan .common__col02 .col-fig .bldg__list .default {
  display: block;
}
.wrapper section.block__plan .common__col02 .col-fig .bldg__list li:not(:first-child) {
  display: none;
}
.wrapper section.block__plan .type__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .type__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    row-gap: 15px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__plan .type__list {
    row-gap: 10px;
  }
}
.wrapper section.block__plan .type__list li {
  width: calc((100% - 96px) / 5);
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .type__list li {
    width: 18.4%;
  }
}
@media screen and (max-width: 780px) {
  .wrapper section.block__plan .type__list li {
    width: 23.5%;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__plan .type__list li {
    width: 32%;
  }
}
.wrapper section.block__plan .type__list li .view {
  cursor: pointer;
}
.wrapper section.block__plan .parking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__plan .parking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 5px;
  }
}
.wrapper section.block__plan .parking dt {
  background: #003E60;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
}
.wrapper section.block__plan .parking dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
}
@media screen and (max-width: 560px) {
  .wrapper section.block__plan .parking dd {
    line-height: 1.4;
  }
}
.wrapper section.block__plan .modal {
  display: none;
  max-width: 1200px;
  width: 90%;
  margin: 5vh auto;
  background: #fff;
}
.wrapper section.block__plan .modal-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
  overflow-y: scroll;
}
.wrapper section.block__plan .modal-prev, .wrapper section.block__plan .modal-next {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  color: #fff;
  z-index: 1;
  mix-blend-mode: difference;
}
.wrapper section.block__plan .modal-prev img, .wrapper section.block__plan .modal-next img {
  width: 40px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .modal-prev span, .wrapper section.block__plan .modal-next span {
    display: none;
  }
}
.wrapper section.block__plan .modal-prev {
  left: 80px;
}
@media screen and (max-width: 1500px) {
  .wrapper section.block__plan .modal-prev {
    left: 2%;
  }
}
.wrapper section.block__plan .modal-next {
  right: 80px;
}
@media screen and (max-width: 1500px) {
  .wrapper section.block__plan .modal-next {
    right: 2%;
  }
}
.wrapper section.block__plan .modal-close {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .wrapper section.block__plan .modal-close {
    width: 40px;
    position: fixed;
    border: 1px solid #fff;
    top: 5px;
    right: 5px;
  }
}
.wrapper section.block__plan .modal-inner {
  padding: 40px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 560px) {
  .wrapper section.block__plan .modal-inner {
    padding: 20px;
  }
}
.wrapper section.block__plan .modal-inner .common__col02 {
  gap: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .modal-inner .common__col02 {
    gap: 20px;
  }
}
.wrapper section.block__plan .modal-inner .room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper section.block__plan .modal-inner .room-fig figure {
  display: none;
  border: 1px solid rgba(112, 112, 112, 0.17);
  padding: 63px 65px 20px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .modal-inner .room-fig figure {
    padding: 45px;
  }
}
@media screen and (max-width: 560px) {
  .wrapper section.block__plan .modal-inner .room-fig figure {
    padding: 20px 10px;
  }
}
.wrapper section.block__plan .modal-inner .room-fig figure:first-child {
  display: block;
}
.wrapper section.block__plan .modal-inner .room-ttl {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 40px;
  line-height: 1.3;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .modal-inner .room-ttl {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.wrapper section.block__plan .modal-inner .room-cont {
  font-size: 18px;
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .modal-inner .room-cont {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.wrapper section.block__plan .modal-inner .room-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__plan .modal-inner .room-tab {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .wrapper section.block__plan .modal-inner .room-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.wrapper section.block__plan .modal-inner .room-tab li {
  background: #B1A480;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  width: calc((100% - 30px) / 3);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .wrapper section.block__plan .modal-inner .room-tab li {
    width: 100%;
  }
}
.wrapper section.block__plan .modal-inner .room-tab li a {
  color: #fff;
  text-decoration: none;
}
.wrapper section.block__plan .modal-inner .room-tab li:hover, .wrapper section.block__plan .modal-inner .room-tab li.active {
  background: #524B3A;
  color: #fff;
}
.wrapper section.block__plan .modal-inner .room-tab li::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
  margin-right: 10px;
}
.wrapper section.block__plan .modal-inner .room-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 560px) {
  .wrapper section.block__plan .modal-inner .room-place {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper section.block__plan .modal-inner .room-dtl {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
.wrapper section.block__guide .inner {
  max-width: 1000px;
}
.wrapper section.block__guide h2 {
  font-size: 18px;
  margin-bottom: 35px;
  background: none;
  border: none;
  padding: 0;
  color: #413D3C;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__guide h2 {
    margin-bottom: 20px;
  }
}
.wrapper section.block__cta {
  margin-bottom: 90px;
}
@media screen and (max-width: 980px) {
  .wrapper section.block__cta {
    margin-bottom: 60px;
  }
}

/* トップに戻るボタン */
.btn-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 56px;
  height: 56px;
  background: #003E60;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.btn-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.btn-pagetop:hover {
  background: #B1A480;
  opacity: 1;
}
.btn-pagetop::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  margin-top: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .btn-pagetop {
    width: 46px;
    height: 46px;
    bottom: 20px;
    right: 15px;
  }
  .btn-pagetop::before {
    width: 10px;
    height: 10px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

.wrapper .header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1360px) {
  .wrapper .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrapper .header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1360px) {
  .wrapper .header-top {
    width: 100%;
    margin: 0;
  }
}
.wrapper .header-top .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5%;
}
.wrapper .header-top .logo h1 {
  font-size: inherit;
  margin-right: 3%;
}
.wrapper .header-top .logo h1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .header-top .logo p {
  font-size: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1360px) {
  .wrapper .header-top .cta-area {
    display: none;
  }
}
.wrapper .header-top .cta-area li {
  width: 114px;
}
.wrapper .header-top .cta-area li .btn {
  padding: 0;
}
.wrapper .header-top .cta-area li.guide__link {
  width: auto;
}
.wrapper .header-top .cta-area li.guide__link a {
  color: #413D3C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
}
.wrapper .header-top .cta-area li.guide__link a::before {
  content: "";
  background: url(../img/icon__file.svg) no-repeat;
  margin-right: 5px;
  display: block;
  width: 12px;
  height: 16px;
  background-size: contain;
}
.wrapper .header .global-nav {
  border-bottom: 1px solid #fff;
  background: #003E60;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .wrapper .header .global-nav {
    display: none;
  }
}
.wrapper .header .global-nav ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wrapper .header .global-nav ul a, .wrapper .header .global-nav ul span {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-right: 1px solid #fff;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
}
.wrapper .header .global-nav ul li:first-child a, .wrapper .header .global-nav ul li:first-child span {
  border-left: 1px solid #fff;
}
.wrapper .header .global-nav ul a {
  color: #fff;
  text-decoration: none;
}
.wrapper .header .global-nav ul span {
  color: rgba(255, 255, 255, 0.4);
}
.wrapper .header #nav__toggle {
  display: none;
}
@media screen and (max-width: 1360px) {
  .wrapper .header #nav__toggle {
    display: block;
    width: 26px;
    height: 15px;
    cursor: pointer;
    margin-right: 10px;
  }
  .wrapper .header #nav__toggle div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wrapper .header #nav__toggle span {
    position: absolute;
    display: block;
    height: 2px;
    border-radius: 2px;
    background: #003E60;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .wrapper .header #nav__toggle span:nth-child(1) {
    top: 0;
  }
  .wrapper .header #nav__toggle span:nth-child(2) {
    top: 6px;
  }
  .wrapper .header #nav__toggle span:nth-child(3) {
    top: 12px;
  }
}
.wrapper .header.open {
  position: fixed;
  right: 0;
  width: 100% !important;
  height: 100vh;
  z-index: 100;
  padding-top: 20px;
  background: #003E60;
  overflow-y: scroll;
}
.wrapper .header.open .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper .header.open .header-inner .header-top {
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
}
.wrapper .header.open .header-inner .header-top .logo {
  display: none;
}
.wrapper .header.open .header-inner .header-top .cta-area {
  display: block;
}
.wrapper .header.open .header-inner .header-top .cta-area li {
  width: 100%;
  margin-bottom: 10px;
}
.wrapper .header.open .header-inner .header-top .cta-area li .btn {
  padding: 10px 50px;
}
.wrapper .header.open .header-inner .header-top .cta-area li .btn-reserve {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.wrapper .header.open .header-inner .header-top .cta-area li.guide__link {
  text-align: center;
  margin-bottom: 20px;
}
.wrapper .header.open .header-inner .header-top .cta-area li.guide__link a {
  color: #fff;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
.wrapper .header.open .header-inner .header-top .cta-area li.guide__link a::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.wrapper .header.open .header-inner .global-nav {
  width: 100%;
  padding-top: 20px;
  display: inline-block;
  text-align: center;
  border: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 30px;
}
.wrapper .header.open .header-inner .global-nav ul {
  display: inline-block;
}
.wrapper .header.open .header-inner .global-nav ul a, .wrapper .header.open .header-inner .global-nav ul span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  text-align: left;
}
.wrapper .header.open .header-inner #nav__toggle {
  display: block;
  z-index: 101;
  top: 15px;
  position: absolute;
  right: 0;
}
.wrapper .header.open .header-inner #nav__toggle span {
  background: #fff;
}
.wrapper .header.open .header-inner #nav__toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.wrapper .header.open .header-inner #nav__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.wrapper .header.open .header-inner #nav__toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.wrapper footer {
  background: #003E60;
  color: #fff;
}
.wrapper footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 890px;
  width: 100%;
  padding: 40px 20px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .wrapper footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 60px;
  }
}
.wrapper footer .inner .company {
  width: 50%;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .wrapper footer .inner .company {
    width: 100%;
  }
}
.wrapper footer .inner .company h2 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.wrapper footer .inner .company dl dt {
  margin-bottom: 25px;
  text-align: center;
}
.wrapper footer .inner .company dl dt img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

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

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

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

.wp-block-table {
  margin: 0;
  padding: 0;
}
.wp-block-table .has-fixed-layout {
  table-layout: unset;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .wp-block-table .has-fixed-layout {
    width: 100%;
  }
}

.wp-block-table > table {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .wp-block-table > table {
    width: 100%;
  }
}

.wp-block-table th {
  border: none;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (max-width: 768px) {
  .wp-block-table th {
    border-bottom: none;
  }
}

.wp-block-table td {
  border: none;
  border-bottom: 1px solid #EBEBEB;
}/*# sourceMappingURL=style.css.map */