@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
body {
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
}

p {
  line-height: 2;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 600px) {
  p {
    font-size: 15px;
  }
}

ul,
ol {
  line-height: 2;
  font-weight: 400;
}

/* common */
.section-title {
  padding-left: 40px;
  border-left: 2px solid #20518c;
}
@media (max-width: 600px) {
  .section-title {
    padding-left: 20px;
  }
}
.section-title h2 {
  color: #20518c !important;
  font-size: 54px;
  font-weight: 600 !important;
  text-align: left;
  margin-bottom: 0 !important;
  letter-spacing: 5px !important;
}
@media (max-width: 600px) {
  .section-title h2 {
    font-size: 32px;
    letter-spacing: 2px !important;
  }
}
.section-title p {
  font-size: 20px;
  color: #64b1c0;
  font-weight: 500;
  text-align: right;
  letter-spacing: 3px;
}
@media (max-width: 600px) {
  .section-title p {
    font-size: 16px;
    line-height: 1.2;
  }
}

.section-title-2 h2 {
  color: #20518c !important;
  font-size: 54px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0 !important;
  letter-spacing: 5px !important;
}
@media (max-width: 600px) {
  .section-title-2 h2 {
    font-size: 32px;
    letter-spacing: 2px !important;
  }
}
.section-title-2 p {
  font-size: 20px;
  color: #64b1c0;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}

.section-title-3 .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  border-bottom: 1px solid #20518c;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.section-title-3 h2 {
  font-size: 54px;
  color: #20518c !important;
  font-weight: 600;
  margin: 0 !important;
  letter-spacing: 5px !important;
}
@media (max-width: 600px) {
  .section-title-3 h2 {
    font-size: 40px;
    letter-spacing: 2px !important;
  }
}
.section-title-3 p {
  font-size: 24px;
  color: #64b1c0;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .section-title-3 p {
    font-size: 16px;
  }
}

.section-title-4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  font-size: 24px !important;
  color: #20518c !important;
}
@media (max-width: 600px) {
  .section-title-4 {
    font-size: 16px !important;
  }
}
.section-title-4::after {
  display: block !important;
  content: "" !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% - 45px);
  height: 5px;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.section-title-5 {
  color: #20518c !important;
  font-size: 22px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #20518c !important;
  margin-bottom: 24px !important;
  font-weight: 500 !important;
}
@media (max-width: 600px) {
  .section-title-5 {
    font-size: 18px !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
  }
}

.section-title-6 {
  padding-left: 32px !important;
  margin-bottom: 35px !important;
  color: #20518c !important;
  font-size: 24px !important;
  border-left: 2px solid #20518c !important;
}
@media (max-width: 600px) {
  .section-title-6 {
    padding-left: 20px !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 960px) {
  .l-header,
  #fix_header {
    display: block !important;
  }
}

.swell-block-button__link:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.swell-block-button__link svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* header */
.c-headLogo__link {
  padding: 0 !important;
}

.c-widget__title {
  display: none;
}

.p-spMenu__body .c-widget__title {
  display: none;
}

.p-spMenu__body {
  overflow: visible;
}

#sp_menu_bottom {
  margin-top: 0 !important;
}
#sp_menu_bottom .mv-btn {
  margin-bottom: 0 !important;
}
#sp_menu_bottom p {
  line-height: 1.6;
  margin-bottom: 20px;
}

/* mv */
.mv .swell-block-columns__inner {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.mv .swell-block-column {
  height: auto;
}

.mv-layout > .swell-block-columns__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mv-layout > .swell-block-columns__inner > .swell-block-column {
  max-width: max(1400px, 70vw);
}

.mv-text {
  padding-top: 20px !important;
}
@media (max-width: 960px) {
  .mv-text {
    display: none;
  }
}
.mv-text p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 500;
}
.mv-text p a {
  color: #181818;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv-text p a:hover {
  opacity: 0.7;
}
.mv-text .swl-inline-color {
  font-size: 14px;
}

.mv-logo {
  margin-bottom: 20px;
}

.mv-btn a {
  background-color: #20518c;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 12px 40px 12px 12px;
  border-radius: 10px;
  min-width: unset;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .mv-btn a {
    font-size: 16px;
  }
}
.mv-btn .swell-block-button__link:hover {
  background: #4097a7;
}

.mv-sns .swell-block-columns__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv-sns img {
  min-width: 32px;
  min-height: 32px;
}

.mv-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  border-radius: 0 0 0 80px;
}

.mv-img-subpage img {
  max-height: 500px;
}

.mv-flex {
  padding-top: 65px;
  padding-bottom: 120px;
  position: relative;
}
.mv-flex.mv-flex-wide .swell-block-columns__inner {
  padding-left: 40px !important;
}
@media (max-width: 600px) {
  .mv-flex.mv-flex-wide .swell-block-columns__inner {
    padding-left: 20px !important;
  }
}
@media (max-width: 960px) {
  .mv-flex {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 20px;
  }
}
.mv-flex .swell-block-columns__inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  position: relative;
}
@media (max-width: 960px) {
  .mv-flex .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }
}
.mv-flex .swell-block-column {
  width: auto !important;
  min-width: 25%;
  max-width: 480px;
}
@media (max-width: 960px) {
  .mv-flex .swell-block-column {
    max-width: unset;
    width: 100% !important;
  }
}
.mv-flex p {
  font-size: 16px;
}
@media (max-width: 600px) {
  .mv-flex p {
    font-size: 15px;
  }
}

.mv-flex-title {
  font-size: 24px !important;
  border-left: 2px solid #20518c !important;
  padding-left: 40px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: #20518c !important;
  line-height: 1.8 !important;
}
@media (max-width: 600px) {
  .mv-flex-title {
    padding-left: 20px !important;
    font-size: 18px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.mv-flex-img {
  position: absolute;
  right: -120px;
  bottom: -60px;
}
@media (max-width: 1400px) {
  .mv-flex-img {
    right: 10px;
  }
}
.mv-flex-img img {
  width: 150px !important;
}

.mv-wrap {
  position: relative;
}

.mv-title {
  color: #fff !important;
  font-size: 40px !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  margin: 0 !important;
  position: absolute !important;
  left: 100px;
  bottom: 80px;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}
@media (max-width: 600px) {
  .mv-title {
    font-size: 20px !important;
    left: 40px;
    bottom: 40px;
  }
}

.mv-title-subpage {
  color: #fff !important;
  font-size: 40px !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  margin: 0 !important;
  position: absolute !important;
  right: 90px;
  bottom: 50px;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}
@media (max-width: 600px) {
  .mv-title-subpage {
    font-size: 20px !important;
    right: 40px;
    bottom: 20px;
  }
}

.mv-headline {
  padding-top: 50px;
  padding-left: 60px;
  max-width: 960px;
}
@media (max-width: 960px) {
  .mv-headline {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    padding-top: 20px;
  }
}
.mv-headline p {
  font-weight: 500;
}

/* concept */
.concept .swell-block-columns__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.concept .section-title {
  width: 330px;
  height: 100%;
}
@media (max-width: 600px) {
  .concept .section-title {
    width: 200px;
  }
}

.concept-text {
  max-width: 790px;
}
@media (max-width: 960px) {
  .concept-text {
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .concept-headline .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* about */
.about-text {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  position: relative;
}
.about-text .swell-block-button__link {
  background-color: #4097a7;
  border-radius: 40px;
  padding: 12px 48px 12px 32px;
  color: #fff;
  min-width: unset;
  font-weight: 500 !important;
  font-size: 18px;
}
@media (max-width: 600px) {
  .about-text .swell-block-button__link {
    font-size: 14px;
  }
}
.about-text h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .about-text h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.about-text p {
  line-height: 2;
}
.about-text ul li {
  line-height: 2;
}
@media (max-width: 600px) {
  .about-text ul li {
    font-size: 15px;
  }
}

.about-1 .swell-block-columns__inner {
  position: relative;
}
@media (max-width: 960px) {
  .about-1 .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-1 .swell-block-columns__inner::before {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/about-deco-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 310px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 120px;
}
@media (max-width: 960px) {
  .about-1 .swell-block-columns__inner::before {
    width: 200px;
    height: 130px;
    right: 0;
  }
}
@media (max-width: 600px) {
  .about-1 .swell-block-columns__inner::before {
    width: 100px;
    height: 100px;
    top: -40px;
  }
}
.about-1 > .swell-block-fullWide__inner:first-child {
  margin-bottom: 200px !important;
}
@media (max-width: 960px) {
  .about-1 > .swell-block-fullWide__inner:first-child {
    margin-bottom: 0 !important;
  }
}
.about-1 .about-text {
  top: 200px;
  left: -120px;
  max-width: 600px;
}
@media (max-width: 960px) {
  .about-1 .about-text {
    position: relative;
    left: 10%;
    top: -50px;
  }
}
.about-1 .swell-block-columns {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 600px) {
  .about-1 p {
    margin-bottom: 20px !important;
  }
}

.about-1-img img {
  border-radius: 12px 60px 12px 60px;
}
@media (max-width: 600px) {
  .about-1-img img {
    border-radius: 12px 30px 12px 30px;
  }
}

.about-2 > .swell-block-fullWide__inner:first-child {
  margin-bottom: 200px !important;
}
@media (max-width: 960px) {
  .about-2 > .swell-block-fullWide__inner:first-child {
    margin-bottom: 0 !important;
  }
}
.about-2 .about-text {
  right: -120px;
  z-index: 1;
  max-width: 600px;
}
@media (max-width: 960px) {
  .about-2 .about-text {
    right: 0;
  }
}
.about-2 .swell-block-columns__inner {
  position: relative;
}
@media (max-width: 960px) {
  .about-2 .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-2 .swell-block-columns__inner::before {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/about-deco-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 460px;
  height: 270px;
  position: absolute;
  bottom: -200px;
  left: 40px;
}
@media (max-width: 960px) {
  .about-2 .swell-block-columns__inner::before {
    width: 200px;
    height: 160px;
    left: 60px;
  }
}
.about-2 .swell-block-columns {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 960px) {
  .about-2 .about-text {
    top: -50px;
    left: 10%;
  }
}
@media (max-width: 600px) {
  .about-2 .about-text p {
    margin-bottom: 20px !important;
  }
}

.about-2-img {
  top: 200px;
  position: relative;
  right: 120px;
}
@media (max-width: 960px) {
  .about-2-img {
    position: relative;
    top: 0;
    right: 0;
  }
}
.about-2-img img {
  border-radius: 12px 60px 12px 60px;
}
@media (max-width: 600px) {
  .about-2-img img {
    border-radius: 12px 30px 12px 30px;
  }
}

.about-3 {
  padding-bottom: 218px !important;
}
@media (max-width: 600px) {
  .about-3 {
    margin-top: -80px !important;
    padding-bottom: 60px !important;
  }
}

.about-3-img img {
  border-radius: 12px 40px 12px 40px;
}

.about-4-img {
  position: relative;
  top: 60px;
}
@media (max-width: 960px) {
  .about-4-img {
    top: 20px;
  }
}
.about-4-img img {
  border-radius: 40px 12px 40px 12px;
}

/* service */
@media (max-width: 960px) {
  .service-list .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service-list .swell-block-column {
  border-radius: 50%;
  border: 1px solid #fff;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-list .swell-block-column:hover {
  opacity: 0.8;
}
@media (max-width: 960px) {
  .service-list .swell-block-column {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .service-list .swell-block-column {
    max-width: 250px;
    padding-top: 30px;
  }
}
.service-list .swell-block-column p {
  margin: 0 !important;
}

.service-list-text-1 a {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 8px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  display: block;
}
@media (max-width: 960px) {
  .service-list-text-1 a {
    font-size: 24px;
  }
}

.service-list-text-2 a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  letter-spacing: 6px;
  position: relative;
  display: block;
}
.service-list-text-2 a::after {
  content: "";
  background: #fff;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 960px) {
  .service-list-text-2 a {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.service-list-text-3 a {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 960px) {
  .service-list-text-3 a {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.service-list-text-4 a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 60px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  text-align: left;
  max-width: 360px;
  display: block;
}
@media (max-width: 960px) {
  .service-list-text-4 a {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  .service-list-text-4 a {
    padding: 0 35px;
  }
}

/* news */
@media (max-width: 960px) {
  .news {
    padding-bottom: 100px !important;
  }
}
.news .section-title {
  width: 480px;
}
@media (max-width: 600px) {
  .news .section-title {
    width: 300px;
  }
}
.news .swell-block-columns__inner {
  position: relative;
}
.news .swell-block-columns__inner::before {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/news-deco-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 140px;
  height: 60px;
  position: absolute;
  top: -80px;
  right: 0;
}
@media (max-width: 960px) {
  .news .swell-block-columns__inner::before {
    width: 100px;
    height: 40px;
    top: -40px;
  }
}
.news .swell-block-columns__inner::after {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/news-deco-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 220px;
  height: 95px;
  position: absolute;
  bottom: -80px;
  left: 0;
}
@media (max-width: 960px) {
  .news .swell-block-columns__inner::after {
    width: 160px;
    height: 60px;
    bottom: -80px;
    left: 80px;
  }
}
.news .p-postList {
  border-top: none !important;
}
.news .p-postList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .news .p-postList__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news .p-postList__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px !important;
}
.news .p-postList__title {
  font-size: 16px;
  font-weight: 500;
  color: #181818;
  width: 55%;
}
.news .c-postTimes__posted {
  font-size: 14px;
  font-weight: 600;
  color: #181818;
}
.news .c-postTimes__posted::before {
  display: none;
}
@media (max-width: 600px) {
  .news .c-postTimes__posted {
    font-size: 12px;
  }
}
.news .p-postList__cat {
  font-size: 14px;
  background-color: #20518c;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  opacity: 1;
  padding: 6px 12px;
}
.news .p-postList__cat::before {
  display: none;
}
@media (max-width: 600px) {
  .news .p-postList__cat {
    font-size: 12px;
  }
}
.news .swell-block-button__link {
  padding-left: 30px !important;
  padding-right: 30px !important;
  color: #181818;
  min-width: unset;
  border-color: #4097a7;
}
.news .swell-block-button__link .__icon {
  color: #4097a7;
}

@media (max-width: 960px) {
  .news-flex .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* gallery */
@media (max-width: 960px) {
  .gallery .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gallery .section-title {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  border-left: none;
  border-bottom: 2px solid #20518c;
  padding-bottom: 40px;
  padding-left: 0;
}
@media (max-width: 960px) {
  .gallery .section-title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
@media (max-width: 600px) {
  .gallery .section-title {
    width: calc(100% - 20px);
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .gallery .swell-block-column {
/*     width: 100%; */
	width: 95%;
  }
}

/* reservation */
.reservation {
  padding-bottom: 100px !important;
}
.reservation .swell-block-fullWide__inner {
  position: relative;
}
.reservation .swell-block-fullWide__inner::before {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/reservation-deco-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 76px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 960px) {
  .reservation .swell-block-fullWide__inner::before {
    width: 160px;
    height: 60px;
    top: 0;
    right: 0;
  }
}
@media (max-width: 600px) {
  .reservation .swell-block-fullWide__inner::before {
    width: 120px;
    height: 40px;
    top: -40px;
  }
}
.reservation .swell-block-fullWide__inner::after {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/reservation-deco-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 270px;
  height: 60px;
  position: absolute;
  bottom: -80px;
  left: 0;
}
@media (max-width: 960px) {
  .reservation .swell-block-fullWide__inner::after {
    width: 200px;
    height: 50px;
    bottom: -120px;
    left: 0;
  }
}

.reservation-btns .swell-block-button__link {
  text-shadow: none;
  padding: 20px 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #20518c;
}
@media (max-width: 600px) {
  .reservation-btns .swell-block-button__link {
    padding: 10px 20px;
  }
}
@media (max-width: 600px) {
  .reservation-btns .swell-block-column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.reservation-btn-1 .swell-block-button__link {
  background-color: #20518c;
}
.reservation-btn-1 .swell-block-button__link:hover {
  background-color: #fff;
  color: #20518c;
}

.reservation-btn-2 .swell-block-button__link {
  background-color: #fff;
  color: #20518c;
}
.reservation-btn-2 .swell-block-button__link:hover {
  background-color: #20518c;
  color: #fff;
}

/* map */
.map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 600px) {
  .map iframe {
    height: 200px;
  }
}

.reservation-schedule {
  max-width: 1024px;
  width: 100%;
  aspect-ratio: 1.65;
  height: auto;
  min-height: 400px;
}

/* access */
.access .section-title {
  width: 280px;
}
@media (max-width: 600px) {
  .access .section-title {
    width: 200px;
  }
}
.access .swell-block-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .access .swell-block-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access .swell-block-dl__dt {
  font-weight: 400;
  width: 20% !important;
}
@media (max-width: 600px) {
  .access .swell-block-dl__dt {
    width: 100% !important;
    padding: 0 !important;
  }
}
.access .swell-block-dl__dt::after {
  display: none;
}
.access .swell-block-dl__dd {
  width: 80% !important;
}
@media (max-width: 600px) {
  .access .swell-block-dl__dd {
    width: 100% !important;
    padding: 0 !important;
  }
}
.access p,
.access dl {
  padding-left: 20px;
  margin-bottom: 40px !important;
}
@media (max-width: 600px) {
  .access p,
  .access dl {
    padding-left: 10px;
  }
}

.access-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}
@media (max-width: 600px) {
  .access-title {
    gap: 10px;
  }
}

@media (max-width: 960px) {
  .access-flex .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 960px) {
  .access-img {
    position: absolute;
    width: 200px;
    height: 220px;
    right: 20px;
    top: -80px;
  }
}
@media (max-width: 600px) {
  .access-img {
    width: 160px;
    height: 160px;
  }
}

/* footer */
.l-footer__widgetArea {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .l-footer__widgetArea {
    padding-top: 40px;
  }
}

footer .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  footer .l-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.w-footer__box:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 600px) {
  .w-footer__box:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
}
.w-footer__box:nth-of-type(1) img {
  width: 80px;
}
@media (max-width: 600px) {
  .w-footer__box:nth-of-type(1) img {
    width: 60px;
  }
}
.w-footer__box:nth-of-type(2) {
  width: 200px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
@media (max-width: 960px) {
  .w-footer__box:nth-of-type(2) {
    width: 160px;
  }
}
.w-footer__box:nth-of-type(3) {
  width: 200px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: auto;
}
@media (max-width: 960px) {
  .w-footer__box:nth-of-type(3) {
    width: 160px;
  }
}
.w-footer__box:nth-of-type(3) .widget_media_image {
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  bottom: -40px;
}
.w-footer__box:nth-of-type(3) .widget_media_image a {
  display: block;
}
.w-footer__box:nth-of-type(3) .widget_media_image a img {
  display: block;
}
@media (max-width: 960px) {
  .w-footer__box:nth-of-type(3) .widget_media_image {
    width: 24px;
    bottom: -20px;
  }
}
.w-footer__box .c-listMenu {
  width: 100%;
}
.w-footer__box .c-listMenu a {
  padding: 12px 0;
  border: none;
  font-weight: 400;
}
@media (max-width: 600px) {
  .w-footer__box .c-listMenu a {
    text-align: center;
  }
}
.w-footer__box .c-listMenu a::before {
  display: none;
}

.copyright {
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  font-size: 16px !important;
  width: 100%;
}
@media (max-width: 600px) {
  .copyright {
    font-size: 10px !important;
    letter-spacing: 0;
  }
}

.footer-subsidy-message {
  font-size: 12px;
  padding: 10px 0;
  text-align: right;
  display: block;
  width: 100%;
}
@media (max-width: 600px) {
  .footer-subsidy-message {
    text-align: center;
    font-size: 10px;
  }
}

/* navigation */
.navigation .swell-block-columns {
  width: 100% !important;
}
.navigation a {
  padding: 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6adce8;
  font-size: 20px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .navigation a {
    font-size: 16px;
    gap: 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .navigation a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
    gap: 0;
    font-size: 12px;
  }
}
.navigation a::after {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/arrow-down-white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 7px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}
.navigation a em {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .navigation a em {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .navigation a em {
    line-height: 1.2;
  }
}

/* stay */
.stay-headline {
  margin-bottom: 80px;
}
@media (max-width: 960px) {
  .stay-headline {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .stay-headline {
    margin-bottom: 20px;
  }
}
.stay-headline .swell-block-columns {
  width: 100%;
}

.stay-text {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .stay-text {
    font-size: 16px;
  }
}

.stay-images {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .stay-images {
    max-width: 400px;
    margin: 0 auto;
  }
}
.stay-images__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stay-images__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  display: block;
}
.stay-images__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stay-images__item--1 {
  width: 100%;
}
.stay-images__item--2 {
  width: 65%;
}
.stay-images__item--2 img {
  border-radius: 0 0 0 80px;
}
.stay-images__item--3 {
  width: 35%;
}
.stay-images__ites--1 img {
  aspect-ratio: 4/3;
  border-radius: 0 80px 0 0;
}
.stay-images__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.stay-details {
  font-size: 18px;
  row-gap: 20px !important;
}
.stay-details .swell-block-dl__dt {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stay-details .width-100 {
  width: 100% !important;
}

.stay .swell-block-dl__dt {
  padding: 0;
  width: 30%;
}
.stay .swell-block-dl__dt::after {
  display: none;
}
.stay .swell-block-dl__dd {
  padding: 0;
  width: 70%;
}

.stay-table th {
  background: rgba(100, 177, 192, 0.3) !important;
  color: #181818 !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .stay-table th {
    font-size: 14px;
  }
}
.stay-table td {
  line-height: 1.2;
  vertical-align: middle;
  padding: 10px 20px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .stay-table td {
    font-size: 14px;
  }
}

.stay-caption {
  font-size: 14px !important;
}
@media (max-width: 600px) {
  .stay-caption {
    font-size: 10px !important;
  }
}

/* connect */
.connect {
  text-align: center;
}
.connect .section-title-3 {
  display: inline-block;
  position: relative;
}
.connect .section-title-3::after {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/connect-deco-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 60px;
  height: 40px;
}
@media (max-width: 600px) {
  .connect .section-title-3::after {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 30px;
  }
}
.connect .section-title-3 .wp-block-group__inner-container {
  padding: 0 100px;
}
@media (max-width: 960px) {
  .connect .section-title-3 .wp-block-group__inner-container {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .connect .section-title-3 .wp-block-group__inner-container {
    padding: 0;
  }
}
.connect .swell-block-columns {
  text-align: left;
}
.connect .info {
  margin-top: 120px;
}
@media (max-width: 960px) {
  .connect .info {
    margin-top: 40px;
  }
}
.connect .info-title::before {
  background-image: url(/wp-content/themes/swell_child/img/connect-info-deco.png) !important;
}

.connect-flex {
  margin-bottom: 50px;
}
.connect-flex p {
  font-weight: 500;
}

.connect-box {
  position: relative;
}

.connect-box-img {
  position: absolute;
  width: 60%;
  right: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  border-radius: 0 40px 0 40px;
}
.connect-box-img img {
  border-radius: 40px 0 40px 0;
}
@media (max-width: 600px) {
  .connect-box-img img {
    border-radius: 20px 0 20px 0;
  }
}

.connect-box-text {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 80px 0 80px;
  padding: 60px 40px 80px;
}
@media (max-width: 600px) {
  .connect-box-text {
    padding: 30px 20px 40px;
  }
}
.connect-box-text .section-title-4::after {
  background-image: url(/wp-content/themes/swell_child/img/connect-box-text-deco.png);
}

.connect-img-deco-1 img {
  border-radius: 40px 0 40px 0;
}

.connect-img-deco-2 img {
  border-radius: 0 40px 0 40px;
}

@media (max-width: 960px) {
  .connect-layout .swell-block-columns__inner {
    gap: 16rem;
  }
}
@media (max-width: 600px) {
  .connect-layout .swell-block-columns__inner {
    gap: 10rem;
  }
}

/* info */
.info {
  background: rgba(255, 255, 255, 0.3);
  padding: 40px;
  border-radius: 0 80px 0 80px;
  text-align: center;
}
@media (max-width: 600px) {
  .info {
    padding: 40px 20px;
  }
}
.info .swell-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info .swell-block-column h3 {
  margin-bottom: 10px !important;
}
.info .swell-block-column p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
}

.info-title {
  font-size: 24px !important;
  letter-spacing: 3px !important;
  color: #20518c !important;
  position: relative;
  display: inline-block;
  padding: 0 100px !important;
}
@media (max-width: 600px) {
  .info-title {
    font-size: 20px !important;
    padding: 0 !important;
  }
}
.info-title::before {
  content: "" !important;
  display: block !important;
  background: transparent !important;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat !important;
  width: 32px !important;
  height: 46px !important;
  position: absolute;
  left: -40px !important;
  top: 50% !important;
  bottom: unset !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.info-title::after {
  content: "" !important;
  background-image: url(/wp-content/themes/swell_child/img/info-title-deco.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100% !important;
  height: 5px !important;
  position: absolute;
  left: 50% !important;
  bottom: -10px !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.info-list {
  text-align: left;
}
.info-list p {
  font-size: 16px !important;
}
@media (max-width: 600px) {
  .info-list p {
    font-size: 15px !important;
    margin-top: 10px !important;
  }
}
.info-list .wp-block-image img {
  border-radius: 30px;
}
@media (max-width: 600px) {
  .info-list .wp-block-image img {
    border-radius: 20px;
  }
}

.info-list-title {
  margin-bottom: 0 !important;
  position: relative;
  padding-left: 24px !important;
  color: #20518c !important;
}
.info-list-title::before {
  content: "" !important;
  display: block !important;
  background: transparent !important;
  background-image: url(/wp-content/themes/swell_child/img/connect-info-title-deco.png) !important;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat !important;
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  left: 0 !important;
  bottom: unset !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* explore */
.explore-text {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 600px) {
  .explore-text {
    font-size: 16px;
  }
}

.explore-headline {
  position: relative;
}
@media (max-width: 600px) {
  .explore-headline {
    margin-bottom: 0 !important;
  }
}
.explore-headline .section-title-3 {
  display: inline-block;
  margin-bottom: 48px;
}
.explore-headline .section-title-3 .wp-block-group__inner-container {
  padding-right: 80px !important;
}
.explore-headline::after {
  content: "" !important;
  background-image: url(/wp-content/themes/swell_child/img/explore-deco.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 220px !important;
  height: 88px !important;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  left: unset !important;
  bottom: unset !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}
@media (max-width: 960px) {
  .explore-headline::after {
    width: 160px !important;
    height: 60px !important;
  }
}
@media (max-width: 600px) {
  .explore-headline::after {
    width: 100px !important;
    height: 40px !important;
    top: -20px !important;
  }
}

.explore-list .swell-block-column,
.explore-list .swell-block-column:last-child {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 151, 167, 0.2)), to(rgba(32, 81, 140, 0.2)));
  background: linear-gradient(180deg, rgba(64, 151, 167, 0.2) 0%, rgba(32, 81, 140, 0.2) 100%);
  padding: 40px 40px 100px;
  position: relative;
  margin-bottom: 160px !important;
}
@media (max-width: 600px) {
  .explore-list .swell-block-column,
  .explore-list .swell-block-column:last-child {
    padding: 40px 20px 100px;
  }
}
.explore-list .explore-list-num {
  font-size: 72px;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 60px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media (max-width: 600px) {
  .explore-list .explore-list-num {
    font-size: 60px;
    right: 20px;
    top: 10px;
  }
}
.explore-list .swell-block-column:nth-of-type(2n + 1) {
  border-radius: 0 80px 0 80px;
}
.explore-list .swell-block-column:nth-of-type(2n) {
  border-radius: 80px 0 80px 0;
}
.explore-list .swell-block-column:nth-of-type(4n + 1) .explore-list-num {
  color: #4097a7;
}
.explore-list .swell-block-column:nth-of-type(4n + 2) .explore-list-num {
  color: #20518c;
}
.explore-list .swell-block-column:nth-of-type(4n + 3) .explore-list-num {
  color: #20518c;
}
@media (max-width: 960px) {
  .explore-list .swell-block-column:nth-of-type(4n + 3) .explore-list-num {
    color: #4097a7;
  }
}
.explore-list .swell-block-column:nth-of-type(4n + 4) .explore-list-num {
  color: #4097a7;
}
@media (max-width: 960px) {
  .explore-list .swell-block-column:nth-of-type(4n + 4) .explore-list-num {
    color: #20518c;
  }
}
.explore-list-title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 24px !important;
  color: #20518c !important;
  letter-spacing: 2px !important;
}
.explore-list hr {
  border-color: #fff !important;
  width: 100% !important;
  max-width: unset !important;
  margin: 16px 0 !important;
}
.explore-list .swell-block-dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore-list .swell-block-dl__dt {
  width: 15%;
  padding: 0 !important;
  font-size: 18px;
  color: #20518c !important;
}
.explore-list .swell-block-dl__dt::after {
  display: none;
}
.explore-list .swell-block-dl__dd {
  width: 85%;
  padding: 0 !important;
}

.explore-list-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% - 100px));
          transform: translate(-50%, calc(100% - 100px));
  width: 320px;
  height: 220px;
}
.explore-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.explore .section-title-4 {
  margin-bottom: 80px;
}
.explore .section-title-4::after {
  background-image: url(/wp-content/themes/swell_child/img/explore-box-text-deco.png);
}
.explore .info {
  background: rgba(208, 232, 236, 0.4);
}
.explore .info-title::before {
  left: 40px !important;
  background-image: url(/wp-content/themes/swell_child/img/explore-info-deco.png) !important;
}
@media (max-width: 600px) {
  .explore .info-title::before {
    left: -40px !important;
  }
}

/* contact */
.contact h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 32px;
  color: #20518c !important;
}
.contact form {
  max-width: 720px;
  margin: 0 auto;
}
.contact input[type=radio] {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.contact input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.contact input[type=date] {
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.contact .wpcf7-list-item {
  width: 100%;
  margin: 0 0 10px 10px;
  font-size: 16px;
}
.contact .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 400;
}

.contact-wrap {
  margin-bottom: 40px;
}
.contact-wrap h3 {
  margin: 0 0 24px !important;
  position: relative;
  padding-bottom: 0 !important;
  padding-left: 24px !important;
  font-size: 18px !important;
  font-weight: 500;
}
.contact-wrap h3::before {
  content: "" !important;
  display: block !important;
  background: transparent !important;
  background-image: url(/wp-content/themes/swell_child/img/connect-info-title-deco.png) !important;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat !important;
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  left: 0 !important;
  bottom: unset !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-wrap .reservation-schedule {
  margin-bottom: 40px;
}

.contact-item {
  margin-bottom: 16px;
}
.contact-item h4 {
  font-size: 16px;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
  border: none !important;
  margin-bottom: 4px !important;
}
.contact-item input,
.contact-item textarea,
.contact-item select {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  width: 100%;
  padding: 8px 16px;
}

.contact-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: norwap;
      flex-wrap: norwap;
  gap: 10px;
}

.contact-submit {
  text-align: right;
  margin-top: 48px;
}
.contact-submit input {
  background-color: #181818;
  color: #fff;
  padding: 8px 24px;
  display: inline-block;
}

.wpcf7-spinner {
  position: absolute;
}

.contact-caption {
  border: 1px solid #c2c2c2;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 400;
}

/* story */
.story {
  padding-bottom: 100px !important;
}
@media (max-width: 600px) {
  .story {
    padding-bottom: 60px !important;
  }
}
.story p {
  font-weight: 500;
}

.story-flex {
  margin-bottom: 80px !important;
}
@media (max-width: 600px) {
  .story-flex {
    margin-bottom: 40px !important;
  }
}
.story-flex:nth-of-type(1) .wp-block-image img {
  border-radius: 0 40px 0 40px;
}
.story-flex:nth-of-type(2) .wp-block-image img {
  border-radius: 40px 0 40px 0;
}
.story-flex:nth-of-type(3) .wp-block-image img {
  border-radius: 40px 0 40px 0;
}
.story-flex:nth-of-type(4) .wp-block-image img {
  border-radius: 0 40px 0 40px;
}
@media (max-width: 600px) {
  .story-flex-reverse .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.story-flex p {
  margin-bottom: 24px;
}

.story-banner img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 600px) {
  .story-banner img {
    height: 200px;
  }
}

/* blog */
.p-termContent {
  margin-top: 0 !important;
}

.p-postList.-type-list2 {
  border: none !important;
}

@media (max-width: 960px) {
  .p-postListTab {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 960px) {
  .c-tabBody__item {
    padding-top: 0 !important;
  }
}

/* welcome-modal */
#welcome-modal {
  position: fixed;
  inset: 0;
  background: #fff;
  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;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.5s ease, visibility 1.5s ease;
  transition: opacity 1.5s ease, visibility 1.5s ease;
}

#welcome-modal.hidden {
  opacity: 0;
  visibility: hidden;
}

.welcome-modal__inner img {
  width: 160px;
  height: auto;
  -webkit-animation: logoFadeIn 1.5s ease forwards;
          animation: logoFadeIn 1.5s ease forwards;
}

@-webkit-keyframes logoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}