@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
*/
@font-face {
  font-family: "Shokaki";
  src: url("/wp-content/themes/swell_child/fonts/shokaki.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.shokaki {
  font-family: "Shokaki", sans-serif;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.custom-btn a {
  background: transparent;
  font-weight: bold;
  width: 280px;
  min-width: unset;
  padding: 12px 0;
  color: #141414;
  border: 1px solid #141414;
  letter-spacing: 4px;
}
.custom-btn a svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-btn a::after {
  display: none;
}

.bg-text {
  position: absolute;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  top: 100px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 600px) {
  .bg-text {
    top: 50px;
  }
}
@media (max-width: 960px) {
  .bg-text img {
    width: auto !important;
    height: 50px !important;
  }
}
@media (max-width: 600px) {
  .bg-text img {
    height: 30px !important;
  }
}

.bg-text-right {
  right: -40px;
}
@media (max-width:1200px) {
  .bg-text-right {
    right: 10px;
  }
}

.bg-text-left {
  left: -40px;
}
@media (max-width:1200px) {
  .bg-text-left {
    left: 10px;
  }
}

.bg-text-bottom {
  left: -10vw;
  top: 500px;
}
@media (max-width:1400px) {
  .bg-text-bottom {
    left: 10px;
  }
}

.join h2 {
  font-size: 40px !important;
  position: relative;
}
@media (max-width: 960px) {
  .join h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .join h2 {
    font-size: 20px !important;
    margin-bottom: 40px !important;
  }
}
.join h2::after {
  content: "" !important;
  background-color: #000;
  width: 90%;
  max-width: 580px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  position: absolute;
  bottom: -20px;
  display: block;
}
.join h2 span {
  font-family: "Shokaki", sans-serif;
  font-size: 64px !important;
  font-weight: 400 !important;
}
@media (max-width: 960px) {
  .join h2 span {
    font-size: 48px !important;
  }
}
@media (max-width: 600px) {
  .join h2 span {
    font-size: 32px !important;
  }
}
@media (max-width: 960px) {
  .join .swell-block-fullWide__inner > p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .join .swell-block-fullWide__inner > p {
    font-size: 14px !important;
  }
}
.join .join-flex {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .join .join-flex {
    max-width: 500px;
    margin: 0 auto 40px !important;
  }
}
@media (max-width: 600px) {
  .join .join-flex {
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .join .join-flex .swell-block-column:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 960px) {
  .join .join-flex .swell-block-column:nth-of-type(1) .wp-block-cover {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .join .join-flex .swell-block-column:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .join .join-flex .swell-block-column:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 960px) {
  .join .join-flex .swell-block-column:nth-of-type(3) .wp-block-cover {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .join .join-flex .swell-block-columns__inner {
    gap: 0;
  }
}
.join .wp-block-cover {
  min-height: auto;
  aspect-ratio: 1.8;
}
@media (max-width: 600px) {
  .join .wp-block-cover {
    padding: 0 !important;
    aspect-ratio: 1.4;
  }
}
.join .wp-block-cover__image-background {
  background-size: contain;
  background-attachment: local;
}
.join .wp-block-cover__inner-container {
  white-space: nowrap;
}
.join .wp-block-cover__inner-container p {
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .join .wp-block-cover__inner-container p {
    padding-bottom: 10px;
    font-size: 10px !important;
  }
}
.join .wp-block-cover__background {
  display: none;
}

.attraction .swell-block-fullWide__inner {
  max-width: 1400px;
}
.attraction h2 {
  font-size: 44px !important;
  position: relative;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 960px) {
  .attraction h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .attraction h2 {
    font-size: 24px !important;
    margin-bottom: 80px !important;
  }
}
.attraction h2::after {
  content: "" !important;
  background-color: #fff;
  width: 60vw;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  position: absolute;
  bottom: -20px;
  display: block;
}
.attraction h2 span {
  font-family: "Shokaki", sans-serif;
  font-size: 52px !important;
  font-weight: 400 !important;
  background: -webkit-gradient(linear, left top, right top, from(#958114), color-stop(#d0c069), to(#f2d84c)) !important;
  background: linear-gradient(to right, #958114, #d0c069, #f2d84c) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: unset !important;
}
@media (max-width: 960px) {
  .attraction h2 span {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .attraction h2 span {
    font-size: 28px !important;
  }
}
.attraction .attraction-flex {
  padding-left: 100px !important;
}
@media (max-width: 960px) {
  .attraction .attraction-flex {
    padding: 0 20px !important;
    max-width: 500px;
    margin: 0 auto;
  }
}
.attraction .attraction-flex h3 {
  position: relative;
}
@media (max-width: 960px) {
  .attraction .attraction-flex h3 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 600px) {
  .attraction .attraction-flex h3 {
    font-size: 20px !important;
  }
}
.attraction .attraction-flex h3::before {
  content: "" !important;
  background-image: url("/wp-content/themes/swell_child/img/red-circle.png");
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -15px;
  left: -30px;
  display: block !important;
  z-index: -1;
}
.attraction .attraction-flex p {
  margin-bottom: 40px !important;
  font-weight: 400 !important;
}
@media (max-width: 960px) {
  .attraction .attraction-flex p {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 600px) {
  .attraction .attraction-flex p {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }
}
.attraction .attraction-flex-reverse {
  padding-right: 100px !important;
  padding-left: 0 !important;
}
@media (max-width: 960px) {
  .attraction .attraction-flex-reverse {
    padding: 0 20px !important;
    margin-bottom: 60px !important;
  }
}
@media (max-width: 960px) {
  .attraction .attraction-flex-reverse .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.attraction .attraction-flex-reverse h3 {
  margin-top: 40px !important;
}

@media (max-width: 960px) {
  .condition .condition-flex {
    max-width: 500px;
    margin: 0 auto;
  }
}
.condition .condition-flex h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  border: 1px solid #141414;
  padding: 60px 20px 45px;
  letter-spacing: 15px;
}
@media (max-width: 960px) {
  .condition .condition-flex h2 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: normal;
    font-size: 24px !important;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .condition .condition-flex h2 {
    font-size: 20px !important;
    padding: 10px;
  }
}
.condition .condition-flex h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .condition .condition-flex h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 960px) {
  .condition .condition-flex h3 img {
    width: 40px !important;
  }
}
@media (max-width: 600px) {
  .condition .condition-flex h3 img {
    width: 30px !important;
  }
}
@media (max-width: 960px) {
  .condition .swell-block-column .wp-block-spacer {
    display: none;
  }
}

.cv h2 {
  font-size: 44px !important;
  position: relative;
}
@media (max-width: 960px) {
  .cv h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .cv h2 {
    font-size: 24px !important;
  }
}
.cv h2::after {
  content: "" !important;
  background-image: url("/wp-content/themes/swell_child/img/cv-title-bg.png");
  width: 560px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 600px) {
  .cv h2::after {
    width: 300px;
  }
}
.cv h2 span {
  font-family: "Shokaki", sans-serif;
  font-size: 64px !important;
  font-weight: 400 !important;
}
@media (max-width: 960px) {
  .cv h2 span {
    font-size: 48px !important;
  }
}
@media (max-width: 600px) {
  .cv h2 span {
    font-size: 32px !important;
  }
}
@media (max-width: 960px) {
  .cv .swell-block-fullWide__inner > p {
    font-size: 16px !important;
  }
}
@media (max-width: 960px) {
  .cv .cv-flex {
    max-width: 400px;
    margin: 0 auto;
  }
}
.cv .cv-flex .wp-block-group {
  padding: 50px 0;
  border: 1px solid #fff;
}
@media (max-width: 600px) {
  .cv .cv-flex .wp-block-group {
    padding: 30px 0;
  }
}
.cv .cv-flex h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 400 !important;
}
.cv .cv-flex .swell-block-button a {
  font-weight: 400 !important;
  border-radius: 0;
}
.cv .cv-flex a {
  color: #fff !important;
}

.case {
  text-align: center;
}
.case h2 {
  font-size: 40px !important;
  display: inline-block;
  border-left: 4px solid #c40000 !important;
  border-right: 4px solid #c40000 !important;
  padding: 0 40px !important;
}
@media (max-width: 960px) {
  .case h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .case h2 {
    font-size: 24px !important;
  }
}
.case .case-flex {
  text-align: left;
}
@media (max-width: 960px) {
  .case .case-flex {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .case .case-flex .wp-block-spacer {
    display: none;
  }
}
.case .case-flex hr {
  border-bottom: 1px solid #141414 !important;
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
}
.case .case-flex img {
  height: 336px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .case .case-flex .swell-block-columns__inner {
    gap: 40px;
  }
}
.case .case-flex-img {
  margin-right: -40px !important;
}

.recruit .recruit-title {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 600px) {
  .recruit .recruit-title {
    margin-bottom: 40px !important;
  }
}
.recruit h2 {
  width: 55vw;
  font-size: 40px;
  padding: 10px 80px 10px 0 !important;
  text-align: right !important;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width:1200px) {
  .recruit h2 {
    width: 80%;
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .recruit h2 {
    font-size: 20px !important;
    width: 95%;
    padding-right: 20px !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.recruit h2 span {
  font-size: 24px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-right: 1px solid #141414;
  padding: 5px 20px;
  margin-right: 20px;
  font-weight: 500 !important;
}
@media (max-width: 600px) {
  .recruit h2 span {
    font-size: 16px !important;
  }
}
@media (max-width: 960px) {
  .recruit .swell-block-fullWide__inner > p {
    font-size: 16px !important;
  }
}
@media (max-width: 960px) {
  .recruit .recruit-flex {
    max-width: 500px;
    margin: 0 auto;
  }
}
.recruit .recruit-flex .wp-block-list li {
  text-align: left;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 5px 0 5px 20px;
  font-size: 22px;
}
@media (max-width: 960px) {
  .recruit .recruit-flex .wp-block-list li {
    font-size: 18px !important;
    padding: 5px 0 5px 10px;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .recruit .recruit-flex .wp-block-list li {
    font-size: 16px !important;
  }
}
.recruit .recruit-flex .wp-block-list li::before {
  position: relative;
  background-image: url("/wp-content/themes/swell_child/img/recruit-checkbox.png");
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 34px;
  background-size: contain;
}
@media (max-width: 960px) {
  .recruit .recruit-flex .wp-block-list li::before {
    width: 24px;
    height: 26px;
  }
}
.recruit .recruit-flex .cap_box_ttl {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #141414 !important;
  padding: 5px 10px;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 960px) {
  .recruit .recruit-flex .cap_box_ttl {
    font-size: 18px !important;
  }
}
.recruit .recruit-flex .cap_box_content {
  background: transparent !important;
  padding: 40px 0 20px;
}
.recruit .recruit-flex .cap_box_content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 400 !important;
}
.recruit .recruit-flex .cap_box_content .swell-block-button a {
  font-weight: 400 !important;
  border-radius: 0;
}
.recruit .recruit-flex a {
  color: #fff !important;
}

.p-breadcrumb {
  margin-top: 100px !important;
}
@media (max-width: 600px) {
  .p-breadcrumb {
    margin-top: 60px !important;
  }
}

footer {
  padding: 40px 0 20px;
  background-image: url("/wp-content/themes/swell_child/img/footer-bg.png");
}
@media (max-width: 600px) {
  footer {
    padding: 20px 0 10px;
  }
}
footer .l-container {
  max-width: 1400px;
}
@media (max-width: 960px) {
  footer .l-container {
    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;
  }
}
footer .widget_media_image img {
  width: 200px;
}
@media (max-width: 600px) {
  footer .widget_media_image img {
    width: 120px;
  }
}
footer .c-iconList {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  footer .c-iconList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 600px) {
  footer .c-iconList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0px;
  }
}
footer .c-iconList li a {
  font-size: 32px;
  width: auto;
  width: 40px;
  height: 40px;
}
footer .c-iconList li a img {
  -o-object-fit: contain;
     object-fit: contain;
}
footer .l-footer__nav {
  display: none;
}
footer ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 40px !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 960px) {
  footer ul.menu {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 600px) {
  footer ul.menu {
    -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;
    gap: 10px;
  }
}
footer ul.menu li a {
  border: none !important;
  padding: 5px !important;
}
footer ul.menu li a::before {
  display: none !important;
}
footer ul.menu li a:hover {
  -webkit-transform: none !important;
          transform: none !important;
  background: none !important;
  padding: 5px !important;
}
footer .-col3 > .w-footer__box {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
@media (max-width: 960px) {
  footer .-col3 > .w-footer__box {
    margin: 0;
  }
}
footer .-col3 > .w-footer__box:nth-of-type(1) {
  width: 25% !important;
}
@media (max-width: 600px) {
  footer .-col3 > .w-footer__box:nth-of-type(1) {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .-col3 > .w-footer__box:nth-of-type(2) {
  width: 50% !important;
}
@media (max-width: 600px) {
  footer .-col3 > .w-footer__box:nth-of-type(2) {
    width: 100% !important;
  }
}
footer .-col3 > .w-footer__box:nth-of-type(3) {
  width: 25% !important;
}
@media (max-width: 600px) {
  footer .-col3 > .w-footer__box:nth-of-type(3) {
    width: 100% !important;
  }
}
footer .copyright {
  font-family: "Noto sans JP";
  font-weight: 400 !important;
  font-size: 14px !important;
}
@media (max-width: 600px) {
  footer .copyright {
    font-size: 12px !important;
  }
}

.top #content {
  padding-top: 0;
}

.menu {
  padding-bottom: 80px !important;
}
.menu h2 {
  font-size: 44px !important;
  position: relative;
}
@media (max-width: 600px) {
  .menu h2 {
    font-size: 24px !important;
  }
}
.menu h2::after {
  content: "" !important;
  background-color: #000;
  width: 60vw;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  position: absolute;
  bottom: -20px;
  display: block;
}
@media (max-width: 960px) {
  .menu .swell-block-fullWide__inner p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .menu .menu-flex {
    margin-bottom: 40px !important;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .menu .menu-flex .swell-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu .menu-flex h3 {
  position: relative;
  font-size: 32px;
}
@media (max-width: 960px) {
  .menu .menu-flex h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .menu .menu-flex h3 {
    display: inline-block;
    margin-bottom: 20px !important;
  }
}
.menu .menu-flex h3::before {
  content: "" !important;
  background-image: url("/wp-content/themes/swell_child/img/red-circle.png");
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -5px;
  left: -30px;
  display: block !important;
  z-index: -1;
}
@media (max-width: 600px) {
  .menu .menu-flex h3::before {
    width: 40px;
    height: 40px;
  }
}
.menu .menu-flex h3 strong {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
}
@media (max-width: 960px) {
  .menu .menu-flex h3 strong {
    font-size: 16px !important;
  }
}
.menu .menu-flex p {
  margin-bottom: 40px !important;
  font-weight: 400 !important;
}
@media (max-width: 960px) {
  .menu .menu-flex p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .menu .menu-flex p {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 600px) {
  .menu .menu-flex-reverse .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.point {
  text-align: center;
}
.point h2 {
  font-size: 48px !important;
  position: relative;
  display: inline-block;
}
@media (max-width: 960px) {
  .point h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .point h2 {
    font-size: 20px !important;
    margin-bottom: 40px !important;
  }
}
.point h2::after {
  content: "" !important;
  width: 400px;
  height: 30px;
  left: -20px;
  background-image: url("/wp-content/themes/swell_child/img/point-title-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -20px;
  display: block;
}
.point h2 span {
  font-family: "Shokaki", sans-serif;
  font-size: 64px;
  font-weight: 400;
}
@media (max-width: 960px) {
  .point h2 span {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .point h2 span {
    font-size: 24px !important;
  }
}
.point .swell-block-fullWide__inner {
  max-width: 1200px;
}
@media (max-width: 960px) {
  .point .swell-block-fullWide__inner > p {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 600px) {
  .point .swell-block-fullWide__inner > p {
    font-size: 14px !important;
  }
}
.point .point-flex {
  text-align: left;
}
@media (max-width: 960px) {
  .point .point-flex {
    max-width: 400px !important;
    margin: 0 auto;
  }
}
.point .point-flex .swell-block-columns__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.point .point-flex .swell-block-column {
  height: auto;
}
.point .point-flex .wp-block-group {
  background: rgba(240, 240, 240, 0.9) !important;
  padding: 0 0 40px;
  height: 100%;
}
@media (max-width: 600px) {
  .point .point-flex .wp-block-group {
    padding: 0 0 20px;
  }
}
.point .point-flex .wp-block-group h3 {
  margin: 20px auto !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  max-width: calc(100% - 40px);
}
@media (max-width: 600px) {
  .point .point-flex .wp-block-group h3 {
    font-size: 16px !important;
  }
}
.point .point-flex .wp-block-group p {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 600px) {
  .point .point-flex .wp-block-group p {
    font-size: 14px !important;
  }
}
.point .custom-btn a {
  color: #fff;
}

.store h2 {
  font-size: 44px !important;
  position: relative;
  margin-right: 100px;
}
@media (max-width: 600px) {
  .store h2 {
    font-size: 24px !important;
    margin-right: 0;
  }
}
.store h2 span {
  font-size: 56px;
}
@media (max-width: 600px) {
  .store h2 span {
    font-size: 32px !important;
  }
}
.store h2::after {
  content: "" !important;
  background-color: #000;
  width: 45vw;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  height: 1px;
  position: absolute;
  bottom: -20px;
  display: block;
}
@media (max-width: 600px) {
  .store h2::after {
    width: 70vw;
    right: -30px;
  }
}
.store .swell-block-fullWide__inner {
  max-width: 1160px;
}
@media (max-width: 600px) {
  .store .swell-block-columns__inner {
    gap: 40px !important;
  }
}
.store .custom-btn a {
  letter-spacing: 2px;
  width: 180px;
}
@media (max-width: 960px) {
  .store .store-flex {
    max-width: 400px !important;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .store .store-flex p {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }
}

.ticket h2 {
  font-size: 40px !important;
  position: relative;
}
@media (max-width: 600px) {
  .ticket h2 {
    font-size: 24px !important;
    margin-bottom: 40px !important;
  }
}
.ticket h2::after {
  content: "" !important;
  background-color: #000;
  width: 45vw;
  left: -25vw;
  height: 1px;
  position: absolute;
  bottom: -20px;
  display: block;
}
@media (min-width:1600px) {
  .ticket h2::after {
    left: -30vw;
  }
}
@media (max-width: 600px) {
  .ticket h2::after {
    width: 50vw;
    left: -20px;
  }
}
.ticket h2 span {
  font-size: 50px !important;
  font-weight: 700 !important;
}
@media (max-width: 600px) {
  .ticket h2 span {
    font-size: 32px !important;
  }
}
@media (max-width: 960px) {
  .ticket .bg-text {
    top: 10px;
    right: 20px;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .ticket .swell-block-column p {
    font-size: 14px !important;
  }
}
.ticket .ticket-form {
  border: 1px solid #000;
  padding: 40px;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 600px) {
  .ticket .ticket-form {
    padding: 20px;
  }
}
.ticket .ticket-form .ticket-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ticket .ticket-form .ticket-form-flex > div {
  width: 48%;
}
.ticket .ticket-form input:not([type=checkbox]),
.ticket .ticket-form textarea,
.ticket .ticket-form select {
  border: 1px solid #b1b1b1;
  padding: 5px 10px;
  background: none;
  width: 100%;
}
.ticket .ticket-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .ticket .ticket-form label {
    font-size: 14px !important;
  }
}
.ticket .ticket-form input[type=checkbox] {
  margin-right: 10px;
}
.ticket .ticket-form button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  margin: 40px 0 0;
}
@media (max-width: 600px) {
  .ticket .ticket-form button {
    margin-top: 20px;
  }
}

.faq {
  text-align: center;
}
.faq h2 {
  font-size: 40px !important;
  position: relative;
  border-bottom: 1px solid #fff !important;
  padding-bottom: 20px !important;
  display: inline-block;
  position: relative;
  width: 540px;
}
@media (max-width: 960px) {
  .faq h2 {
    font-size: 36px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 600px) {
  .faq h2 {
    width: 100%;
    font-size: 24px !important;
  }
}
.faq h2 img {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .faq h2 img {
    width: 100px !important;
  }
}
.faq h2 span {
  font-size: 50px !important;
  font-weight: 700 !important;
}
@media (max-width: 960px) {
  .faq h2 span {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .faq h2 span {
    font-size: 32px !important;
  }
}
.faq .swell-block-fullWide__inner {
  max-width: 768px;
}
.faq .swell-block-accordion .swell-block-accordion__item {
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #fff;
}
.faq .swell-block-accordion:last-of-type .swell-block-accordion__item {
  border-bottom: none;
}
.faq .swell-block-accordion i {
  color: #fff;
}
.faq .swell-block-accordion .swell-block-accordion__body {
  border-top: none !important;
  padding-top: 0;
}

.voice {
  text-align: center;
}
.voice h2 {
  font-size: 40px !important;
  position: relative;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 20px !important;
  display: inline-block;
  position: relative;
  width: 540px;
}
@media (max-width: 600px) {
  .voice h2 {
    width: 100%;
    font-size: 24px !important;
  }
}
.voice h2 img {
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 750px !important;
  min-width: 750px !important;
}
@media (max-width:1400px) {
  .voice h2 img {
    width: 500px !important;
    min-width: 500px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  .voice h2 img {
    width: 300px !important;
    min-width: 300px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -20px;
  }
}
.voice h2 span {
  font-size: 50px !important;
}
@media (max-width: 600px) {
  .voice h2 span {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .voice .swell-block-fullWide__inner > p {
    font-size: 14px !important;
  }
}

.contact {
  text-align: center;
}
.contact h2 {
  font-size: 40px !important;
  position: relative;
  border-bottom: 1px solid #fff !important;
  padding-bottom: 20px !important;
  display: inline-block;
  position: relative;
  width: 540px;
}
@media (max-width: 600px) {
  .contact h2 {
    width: 100%;
    font-size: 24px !important;
  }
}
.contact h2 img {
  position: absolute;
  z-index: -1;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .contact h2 img {
    width: 100px !important;
    top: -10px;
  }
}
.contact h2 span {
  font-size: 50px !important;
}
@media (max-width: 600px) {
  .contact h2 span {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .contact .swell-block-fullWide__inner > p {
    font-size: 14px !important;
  }
}
.contact .swell-block-columns__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact .swell-block-column {
  height: auto;
}
.contact .swell-block-capbox {
  height: 100%;
}
.contact .cap_box_ttl {
  background: #000 !important;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  padding: 0;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .contact .cap_box_ttl {
    font-size: 24px !important;
  }
}
@media (max-width: 600px) {
  .contact .cap_box_ttl {
    font-size: 20px !important;
  }
}
.contact .cap_box_content {
  background: transparent !important;
  border: 1px solid #fff;
  padding: 40px 0 20px;
  height: 100%;
}
.contact .cap_box_content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 400 !important;
}
@media (max-width: 600px) {
  .contact .cap_box_content h3 {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .contact .cap_box_content h3 img {
    width: 20px !important;
  }
}
.contact .cap_box_content .swell-block-button {
  margin-bottom: 20px !important;
}
.contact .swell-block-button a {
  font-weight: 500 !important;
  color: #fff !important;
}
@media (max-width: 600px) {
  .contact .swell-block-button a {
    font-size: 15px !important;
    padding: 8px;
    white-space: nowrap;
  }
}
@media (max-width:1200px) {
  .contact .contact-flex {
    padding-left: 60px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 600px) {
  .contact .contact-flex {
    padding-left: 40px !important;
    padding-right: 0 !important;
  }
}

.hero {
  padding-top: 160px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 600px) {
  .hero {
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }
}
.hero .hero-badge {
  position: absolute;
  left: -20px;
  top: -50px;
}
@media (max-width: 960px) {
  .hero .hero-badge {
    left: 5px;
    top: -30px;
    width: 100px !important;
  }
}
@media (max-width: 600px) {
  .hero .hero-badge {
    width: 80px !important;
  }
}
.hero h2 {
  font-size: 60px !important;
  position: relative;
}
@media (max-width: 960px) {
  .hero h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .hero h2 {
    font-size: 24px !important;
    margin-bottom: 40px !important;
  }
}
.hero h2::after {
  content: "" !important;
  background-color: #fff;
  width: 60vw;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  position: absolute;
  bottom: -20px;
  display: block;
}
@media (max-width: 600px) {
  .hero h2::after {
    width: 100vw;
  }
}
.hero.with-gradient h2 .swl-inline-color {
  background: -webkit-gradient(linear, left top, right top, from(#958114), color-stop(#d0c069), to(#958114)) !important;
  background: linear-gradient(to right, #958114, #d0c069, #958114) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: unset !important;
}
@media (max-width: 960px) {
  .hero p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .hero p {
    font-size: 14px !important;
  }
}
@media (max-width: 960px) {
  .hero .bg-text {
    top: 70px !important;
  }
}

.l-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .l-header__inner {
  max-width: 1400px;
}
.l-header.fixed {
  background-color: #fff;
}
.l-header.fixed .l-header__inner {
  color: #141414;
}

.p-spMenu__inner {
  width: 100vw;
  -webkit-transform: translate(100vw) !important;
          transform: translate(100vw) !important;
}
.p-spMenu__inner::before {
  background: rgba(0, 0, 0, 0.6) !important;
}
.p-spMenu__inner .c-widget__title {
  display: none !important;
}
.p-spMenu__inner .c-spnav a {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}

.p-spMenu__closeBtn {
  color: #fff !important;
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.map {
  text-align: center;
  padding-bottom: 200px !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
@media (max-width: 960px) {
  .map {
    padding-bottom: 100px !important;
  }
}
.map h2 {
  font-size: 40px !important;
  position: relative;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 20px !important;
  display: inline-block;
  position: relative;
  width: 540px;
}
@media (max-width: 960px) {
  .map h2 {
    width: 100%;
    font-size: 24px !important;
  }
}
.map h2 img {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 960px) {
  .map p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .map p {
    font-size: 14px !important;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.modal-content {
  background: #fff;
  width: 100%;
  max-width: 672px;
  margin: 50px auto;
  position: relative;
  border-radius: 8px;
  padding: 16px 16px 42px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 960px) {
  .modal-content {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 8px 8px 20px;
  }
}

.modal-content.open-animation {
  -webkit-animation: zoomInAnimation 0.4s ease forwards;
          animation: zoomInAnimation 0.4s ease forwards;
}

@-webkit-keyframes zoomInAnimation {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInAnimation {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.modal-content.close-animation {
  -webkit-animation: zoomOutAnimation 0.4s ease forwards;
          animation: zoomOutAnimation 0.4s ease forwards;
}

@-webkit-keyframes zoomOutAnimation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes zoomOutAnimation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.modal-close {
  position: absolute;
  bottom: -55px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
}
@media (max-width: 960px) {
  .modal-close {
    font-size: 24px;
  }
}

#modal-img {
  display: block;
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 1.03;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

#modal-title {
  font-size: 24px;
  font-weight: bold;
  background: none;
  padding: 0;
  color: #c40000;
}
@media (max-width: 960px) {
  #modal-title {
    font-size: 16px;
  }
}
#modal-title::before, #modal-title::after {
  display: none;
}

#modal-area {
  font-size: 24px;
  color: #141414;
  font-weight: 500;
}
@media (max-width: 960px) {
  #modal-area {
    font-size: 16px;
  }
}

.floor-map {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  max-width: 1120px;
  aspect-ratio: 1;
  margin: 0 auto;
}

.modal-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map-number {
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background-color: #c40000;
  border: 3px solid #000000;
  width: 36px;
  height: 36px;
  font-size: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Open Sans", sans-serif;
}
.map-number:hover {
  background-color: #e06868;
  -webkit-transform: scale(2);
          transform: scale(2);
  color: #202020;
}
@media (max-width: 960px) {
  .map-number {
    width: 25px;
    height: 25px;
    font-size: 15px;
    border-width: 2px;
  }
}
@media (max-width: 600px) {
  .map-number {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}

.download {
  text-align: center;
}
.download h2 {
  font-size: 40px !important;
  position: relative;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 20px !important;
  display: inline-block;
  position: relative;
  width: 540px;
}
@media (max-width: 960px) {
  .download h2 {
    width: 100%;
    font-size: 24px !important;
  }
}
.download h2 img {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 960px) {
  .download p {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 600px) {
  .download p {
    font-size: 14px !important;
  }
}
.download .wp-block-cover {
  min-height: unset;
  aspect-ratio: 1.5;
}
.download .wp-block-cover__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download .wp-block-cover__inner-container p {
  border: 1px solid #fff;
  padding: 10px 40px;
  display: inline-block;
  font-size: 32px !important;
  font-weight: bold;
}
@media (max-width: 960px) {
  .download .wp-block-cover__inner-container p {
    font-size: 24px !important;
  }
}
@media (max-width: 600px) {
  .download .wp-block-cover__inner-container p {
    font-size: 20px !important;
  }
}
.download .wp-block-cover__inner-container p span {
  background: -webkit-gradient(linear, left top, right top, from(#958114), color-stop(#d0c069), to(#f2d84c)) !important;
  background: linear-gradient(to right, #958114, #d0c069, #f2d84c) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: unset !important;
  font-family: "Shokaki", sans-serif;
  font-weight: 400;
}
.download .download-flex a {
  color: #fff !important;
}
@media (max-width: 960px) {
  .download .download-flex {
    margin-top: 40px !important;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .about .about-flex {
    padding: 0 20px;
  }
}
.about .about-flex .swell-block-columns__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width:1600px) {
  .about .about-flex .swell-block-columns__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width:1200px) {
  .about .about-flex .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;
    margin: 0;
  }
}
@media (min-width:1600px) {
  .about .about-flex .swell-block-column {
    width: 100%;
    max-width: 800px;
  }
}
@media (max-width:1200px) {
  .about .about-flex .swell-block-column {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.about .about-flex .about-flex-text {
  width: calc(50% - 50vw + 500px);
}
@media (max-width:1200px) {
  .about .about-flex .about-flex-text {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.about .about-flex h2 {
  font-size: 40px !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .about .about-flex h2 {
    font-size: 24px !important;
  }
}
.about .about-flex h2 span {
  font-family: "Shokaki", sans-serif;
  font-weight: 400;
}
.about .about-flex p {
  font-size: 18px !important;
}
@media (max-width: 960px) {
  .about .about-flex p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .about .about-flex p {
    font-size: 14px !important;
  }
}
.about .about-list {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width:1200px) {
  .about .about-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .about .about-list {
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .about .about-list {
    padding: 0 20px 0 60px;
  }
}
@media (max-width: 960px) {
  .about .about-list .swell-block-columns__inner {
    gap: 40px !important;
  }
}
@media (max-width: 960px) {
  .about .about-list .swell-block-column {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.about .about-list h3 {
  padding-left: 20px;
  position: relative;
  font-size: 32px;
}
@media (max-width: 960px) {
  .about .about-list h3 {
    font-size: 20px !important;
  }
}
.about .about-list h3 img {
  position: absolute;
  top: -15px;
  left: -20px;
  z-index: -1;
}
@media (max-width: 960px) {
  .about .about-list h3 img {
    width: 40px !important;
    left: -10px;
    top: -10px;
  }
}
@media (max-width: 960px) {
  .about .about-list p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .about .about-list p {
    font-size: 14px !important;
  }
}

.appeal .appeal-flex h2 {
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff !important;
}
@media (max-width: 960px) {
  .appeal .appeal-flex h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 600px) {
  .appeal .appeal-flex h2 {
    font-size: 20px !important;
  }
}
.appeal .appeal-flex h2 span {
  background: -webkit-gradient(linear, left top, right top, from(#958114), color-stop(#d0c069), to(#958114)) !important;
  background: linear-gradient(to right, #958114, #d0c069, #958114) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: unset !important;
  font-family: "Shokaki", sans-serif;
  font-weight: 400;
  font-size: 40px !important;
}
@media (max-width: 600px) {
  .appeal .appeal-flex h2 span {
    font-size: 28px !important;
  }
}
@media (max-width: 960px) {
  .appeal .appeal-flex .swell-block-columns__inner {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .appeal .appeal-flex .swell-block-column {
    margin: 0;
    width: 100% !important;
  }
}
@media (max-width: 960px) {
  .appeal .appeal-flex-img img {
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
  }
}
.appeal .appeal-list h3 {
  font-weight: 400 !important;
  line-height: 2;
  text-decoration: underline;
}
@media (max-width: 960px) {
  .appeal .appeal-list h3 {
    font-size: 16px !important;
  }
}
.appeal .appeal-list .swell-block-columns__inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.appeal .appeal-list .swell-block-column {
  width: 50% !important;
  max-width: 200px;
}
.appeal .appeal-list .swell-block-column img {
  width: 150px !important;
}

.consideration .consideration-flex .swell-block-columns__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width:1600px) {
  .consideration .consideration-flex .swell-block-columns__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width:1200px) {
  .consideration .consideration-flex .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;
    margin: 0;
    padding: 0 20px;
  }
}
@media (min-width:1600px) {
  .consideration .consideration-flex .swell-block-column {
    width: 100%;
    max-width: 800px;
  }
}
@media (max-width: 960px) {
  .consideration .consideration-flex .swell-block-column {
    width: 100% !important;
    max-width: 500px;
  }
}
.consideration .consideration-flex .consideration-flex-text {
  width: calc(50% - 50vw + 600px);
}
@media (max-width: 960px) {
  .consideration .consideration-flex .consideration-flex-text {
    width: 100%;
  }
}
.consideration .consideration-flex h2 {
  font-size: 32px !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .consideration .consideration-flex h2 {
    font-size: 24px !important;
  }
}
.consideration .consideration-flex h2 span {
  font-family: "Shokaki", sans-serif;
  font-weight: 400;
}
.consideration .consideration-flex p {
  font-size: 18px !important;
}
@media (max-width: 960px) {
  .consideration .consideration-flex p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .consideration .consideration-flex p {
    font-size: 14px !important;
  }
}
@media (max-width: 960px) {
  .consideration .consideration-flex-img {
    padding-right: 40px !important;
  }
}

@media (max-width: 600px) {
  .experience {
    padding-bottom: 0 !important;
  }
}
.experience .experience-flex {
  padding: 0 20px;
}
.experience .experience-flex .experience-flex-text {
  width: calc(50% - 50vw + 550px);
}
@media (min-width:1600px) {
  .experience .experience-flex .swell-block-columns__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width:1200px) {
  .experience .experience-flex .swell-block-columns__inner {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width:1600px) {
  .experience .experience-flex .swell-block-column {
    width: 100%;
    max-width: 800px;
  }
}
@media (max-width:1200px) {
  .experience .experience-flex .swell-block-column {
    width: 100% !important;
    margin: 0;
  }
}
.experience .experience-flex h2 {
  font-size: 48px !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #fff !important;
}
@media (max-width: 960px) {
  .experience .experience-flex h2 {
    font-size: 32px !important;
  }
}
.experience .experience-flex h2 span {
  font-family: "Shokaki", sans-serif;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right top, from(#958114), color-stop(35%, #d0c069), color-stop(58%, #f2d84c), to(#958114)) !important;
  background: linear-gradient(to right, #958114 0%, #d0c069 35%, #f2d84c 58%, #958114 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: unset !important;
}
.experience .experience-flex p {
  font-size: 18px !important;
}
@media (max-width: 960px) {
  .experience .experience-flex p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .experience .experience-flex p {
    font-size: 14px !important;
  }
}
@media (max-width: 960px) {
  .experience .experience-flex-img img {
    padding-right: 40px !important;
  }
}

.eat {
  padding-top: 240px !important;
}
.eat h2 {
  font-size: 48px !important;
  position: relative;
}
@media (max-width: 960px) {
  .eat h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .eat h2 {
    font-size: 24px !important;
  }
}
.eat h2::after {
  content: "" !important;
  background-image: url("/wp-content/themes/swell_child/img/eat-title-bg.png");
  width: 560px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 600px) {
  .eat h2::after {
    width: 300px;
    bottom: -20px;
  }
}
@media (max-width: 960px) {
  .eat .swell-block-fullWide__inner > p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .eat .swell-block-fullWide__inner > p {
    font-size: 14px !important;
  }
}
.eat .eat-flex {
  text-align: center;
}
@media (max-width: 960px) {
  .eat .eat-flex .swell-block-columns__inner {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .eat .eat-flex .swell-block-columns__inner {
    gap: 40px !important;
  }
}
@media (max-width: 960px) {
  .eat .eat-flex .swell-block-column {
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
  }
}
.eat .eat-flex a {
  color: #141414 !important;
}
.eat .eat-flex h3 {
  font-size: 32px !important;
  position: relative;
  display: inline-block !important;
  margin: 20px 0 !important;
}
@media (max-width: 960px) {
  .eat .eat-flex h3 {
    font-size: 24px !important;
  }
}
.eat .eat-flex h3::before {
  content: "" !important;
  background-image: url("/wp-content/themes/swell_child/img/red-circle.png");
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -5px;
  left: -30px;
  z-index: -1;
}
@media (max-width: 960px) {
  .eat .eat-flex h3::before {
    width: 40px;
    height: 40px;
    top: -3px;
    left: -20px;
  }
}

.p-mainVisual__textLayer {
  position: relative;
  margin: 0;
}
.p-mainVisual__textLayer .wp-block-group {
  max-width: 450px;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .p-mainVisual__textLayer .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  .p-mainVisual__textLayer .wp-block-group__inner-container {
    padding-right: 80px;
  }
}
.p-mainVisual__textLayer .custom-btn a {
  color: #fff;
  width: 200px;
}
@media (max-width: 600px) {
  .p-mainVisual__textLayer .custom-btn a {
    padding: 5px 20px !important;
  }
}
@media (max-width: 960px) {
  .p-mainVisual__textLayer p {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 600px) {
  .p-mainVisual__textLayer p {
    font-size: 12px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 960px) {
  .p-mainVisual__textLayer .swell-block-columns__inner {
    gap: 10px !important;
  }
}

@media (max-width: 960px) {
  .mv-text-logo {
    width: 200px !important;
  }
}
@media (max-width: 960px) {
  .mv-text-logo > figure.alignleft {
    margin-top: 40px !important;
  }
}

.mv-text-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 600px) {
  .mv-text-bg {
    left: 35px;
    top: 45%;
    width: 200px !important;
  }
}

.mv-text-side {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 960px) {
  .mv-text-side {
    width: 90px !important;
  }
}
@media (max-width: 600px) {
  .mv-text-side {
    width: 60px !important;
  }
}

@media (min-width: 768px) {
  .ti-widget.ti-goog {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .ti-widget.ti-goog .ti-widget-container {
    width: 1400px !important;
  }
}

@media (min-width: 768px) {
  .ti-widget-container.ti-col-3 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
    max-width: 100% !important;
  }
}

.ti-prev::before {
  content: "" !important;
  background: none !important;
  background-image: url("/wp-content/themes/swell_child/img/prev.png") !important;
  width: 40px !important;
  height: 40px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  top: 50% !important;
  left: -40px !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  display: block !important;
}
.ti-prev::after {
  display: none !important;
}

.ti-next::before {
  content: "" !important;
  background: none !important;
  background-image: url("/wp-content/themes/swell_child/img/next.png") !important;
  width: 40px !important;
  height: 40px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  top: 50% !important;
  right: -40px !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  display: block !important;
}
.ti-next::after {
  display: none !important;
}

.ti-review-item {
  padding: 10px !important;
}
.ti-review-item .ti-inner {
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1) !important;
}

.post_content a {
  color: #c40000;
}

h2>.swl-inline-color,
.season-menu .swl-inline-color {
	font-size: 56px;
}
@media (max-width: 960px) {
	h2>.swl-inline-color {
		font-size: 36px;
	}
}

/* 
@media (max-width: 960px) {}
@media (max-width: 600px) {} */