@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.none {
  display: none;
}

@media screen and (max-width: 1050px) {
  .sp_flex-show {
    display: flex !important;
  }
}
@media screen and (min-width: 1051px) {
  .sp_flex-show {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .pc_flex-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  .pc_flex-show {
    display: flex !important;
  }
}

@media screen and (max-width: 1050px) {
  .sp-show {
    display: block !important;
  }
}
@media screen and (min-width: 1051px) {
  .sp-show {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .pc-show {
    display: none !important;
  }
}
@media screen and (min-width: 1051px) {
  .pc-show {
    display: block !important;
  }
}

body {
  background: #fff;
}
body * {
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}
body a {
  text-decoration: unset;
  cursor: pointer;
  transition: 0.3s;
}
body a:hover {
  opacity: 0.7;
}
body a img:hover {
  opacity: 1;
}
body p {
  font-weight: 400;
}
body ul,
body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text],
body select,
body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  body .flex {
    flex-direction: column;
  }
}
body .flex .reverse {
  flex-direction: row-reverse;
}
body .flex.main-flex {
  justify-content: center;
  gap: 5px;
}
body img,
body picture {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
body .inner {
  max-width: 1200px;
  margin: 0 auto;
}
body .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body .din {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body .pink {
  color: #F15C6F !important;
}
body .red {
  color: #C50000 !important;
}
body .light-blue {
  color: #13548C !important;
}
body .gray {
  color: #c0c0c0 !important;
}
body .blue {
  color: #2A85BF !important;
}
body .org {
  color: #C53C3C !important;
}
body .black {
  color: #3c3c3c !important;
}
body .btn {
  font-size: 16px;
  width: 260px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
body .btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/sumai_2026_summer/icon-arrow.webp) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  right: 16px;
  transition: 0.3s;
  display: none;
}
body .btn:hover {
  filter: unset;
}
body .btn.high {
  height: 100px;
}
@media screen and (max-width: 1050px) {
  body .btn {
    font-size: 4.2105263158vw;
    width: 68.4210526316vw;
    height: 15.7894736842vw;
    border-radius: 1.3157894737vw;
  }
  body .btn:before {
    width: 2.6315789474vw;
    height: 2.6315789474vw;
    right: 4.2105263158vw;
  }
  body .btn.high {
    height: 26.3157894737vw;
  }
}
body #top-btn {
  position: fixed;
  bottom: 50px;
  right: calc(50% - 252px + 20px);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #033764;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
}
body #top-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/sumai_2026_summer/totop-arrow.webp) no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
}
body #top-btn:hover {
  box-shadow: unset;
}
body #top-btn.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1050px) {
  body #top-btn {
    bottom: 15.7894736842vw;
    right: 3.9473684211vw;
    width: 8.4210526316vw;
    height: 8.4210526316vw;
    box-shadow: 0.6578947368vw 0.6578947368vw 1.0526315789vw rgba(0, 0, 0, 0.1);
  }
  body #top-btn:before {
    width: 3.1578947368vw;
    height: 2.1052631579vw;
    left: 50%;
  }
}
body .float-bnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  flex-direction: unset;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 50;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
body .float-bnr a {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  height: 90px;
  font-size: 32px;
  background: #C50000;
}
body .float-bnr a + a {
  background: #C50000;
  position: relative;
}
body .float-bnr a + a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}
body .float-bnr.on {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1050px) {
  body .float-bnr {
    left: 0;
    transform: unset;
  }
  body .float-bnr a {
    height: 14.4736842105vw;
    font-size: 4.2105263158vw;
  }
}
@media screen and (min-width: 1231px) {
  body .float-bnr {
    display: none;
  }
}
body .footer {
  background: #fff;
  padding: 80px 0 40px;
  position: relative;
}
body .footer a {
  display: block;
}
body .footer a img {
  margin: 0 auto;
  max-width: 90px;
}
body .footer a + a {
  margin-top: 50px;
}
body .footer .copy {
  margin-top: 75px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  body .footer {
    padding: 21.0526315789vw 0 21.0526315789vw;
  }
  body .footer a img {
    max-width: 23.6842105263vw;
  }
}
body aside {
  max-width: 40vw;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 520px) / 2);
}
@media screen and (max-width: 1050px) {
  body aside {
    display: none;
  }
}
body aside .logo {
  width: 28.1690140845%;
  position: absolute;
  top: 1.5vw;
  left: 1vw;
}
body aside .logo img {
  width: 100%;
  height: auto;
}
body aside .logo-sub {
  width: 23.0985915493%;
  position: absolute;
  top: 2.2vw;
  left: 34%;
}
body aside .logo-sub img {
  width: 100%;
  height: auto;
}
body aside .navi li a {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  display: block;
}
body aside .navi li + li {
  margin-top: 29px;
}
body aside .buttons {
  margin: 8.6% 0 0;
  display: flex;
  justify-content: center;
  gap: 2%;
  width: 100%;
  max-width: 550px;
  padding: 0 20px;
}
body aside .buttons li {
  max-width: 250px;
  width: 100%;
}
body aside .buttons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-align: center;
  width: 100%;
  height: 100px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
body aside .buttons li a:hover {
  box-shadow: unset;
  opacity: 1;
}
body aside .buttons li a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 10px;
  height: 16px;
}
body aside .buttons li a.reserve {
  background: #C50000;
  color: #fff;
}
body aside .buttons li a.catalog {
  background: #13548C;
  color: #fff;
  word-break: keep-all;
}
@media screen and (max-width: 1440px) {
  body aside .buttons li {
    max-width: 220px;
    width: 100%;
  }
  body aside .buttons li a {
    height: 56px;
    font-size: 15px;
  }
  body aside .buttons li a:before {
    top: 55%;
    right: 13px;
    width: 7px;
    height: 13px;
  }
}
body aside.left {
  left: 0;
  background: no-repeat center/cover url(../img/sumai_2026_summer/pc_left_bg.webp);
}
body aside.right {
  right: 0;
  padding: 0;
  background: no-repeat center/cover url(../img/sumai_2026_summer/pc_right_bg.webp);
}
body aside.right img {
  width: 63.3802816901%;
}
body main {
  width: 520px;
}
@media screen and (max-width: 1050px) {
  body main {
    margin-left: 0;
    border: unset;
    width: 100%;
    overflow: hidden;
  }
}
body main .sections {
  width: 100%;
  position: relative;
}
body main .sections .cloud {
  background-size: contain;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  margin: 0 auto 20px;
  position: relative;
  z-index: 5;
}
body main .sections .sections-inner {
  position: relative;
}
body main .sections .sections-inner .head_h2 {
  position: relative;
  max-width: 90%;
  margin: 0 auto 20px;
  z-index: 2;
}
body main .sections .sections-inner .head_h2 span {
  display: block;
}
@media screen and (max-width: 1050px) {
  body main .sections .cloud {
    font-size: 5.2631578947vw;
    width: fit-content;
    margin: 0 auto 5.2631578947vw;
    padding-bottom: 0;
  }
  body main .sections .cloud::after {
    display: block;
    content: "";
    position: absolute;
    top: -1vw;
    left: -12vw;
    width: 68.4210526316vw;
    height: 13.1578947368vw;
  }
}
body main .sections.mv .sections-inner .logo {
  display: none;
}
body main .sections.mv .sections-inner img {
  margin: 0 auto;
}
body main .sections.mv .sections-inner h1 {
  position: relative;
  margin: 0 auto;
}
body main .sections.mv .sections-inner .logo-sub {
  display: none;
}
@media screen and (max-width: 1050px) {
  body main .sections.mv .sections-inner .logo {
    display: block;
    position: absolute;
    top: 3vw;
    left: 4vw;
    z-index: 2;
  }
  body main .sections.mv .sections-inner .logo img {
    width: 35vw;
    height: 7.8947368421vw;
  }
  body main .sections.mv .sections-inner img {
    width: 100%;
    height: auto;
  }
  body main .sections.mv .sections-inner h1 img {
    width: 100vw;
  }
  body main .sections.mv .sections-inner .logo-sub {
    display: block;
    position: absolute;
    top: 5.5vw;
    left: 43vw;
    z-index: 1;
  }
  body main .sections.mv .sections-inner .logo-sub img {
    width: 30.5263157895vw;
    height: auto;
  }
  body main .sections.mv .sections-inner .mv_bird {
    bottom: -1.5789473684vw;
    left: 2.6315789474vw;
    width: 13.1578947368vw;
  }
}
body main .sections.mv .nav {
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
body main .sections.mv .nav a {
  background: #041B3A;
  width: 100%;
  height: 70px;
  padding: 15px;
  position: relative;
}
body main .sections.mv .nav a:hover {
  opacity: 1;
  box-shadow: unset;
}
body main .sections.mv .nav a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center/contain url(../img/sumai_2026_summer/icon-arrow-under.webp);
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 11px;
  width: 16px;
  height: 8px;
}
body main .sections.mv .nav a .inner {
  display: flex;
  justify-content: center;
  font-size: 18px;
  width: 100%;
  color: #fff;
}
body main .sections.mv .nav a .inner * {
  line-height: 1;
  position: relative;
}
body main .sections.mv .nav a + a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  width: 1px;
  height: 50px;
  border-left: 1px dashed #2F81C8;
}
@media screen and (max-width: 1050px) {
  body main .sections.mv .nav {
    flex-direction: row;
  }
  body main .sections.mv .nav a {
    height: 18.4210526316vw;
    padding: 3.9473684211vw;
  }
  body main .sections.mv .nav a::before {
    bottom: 2.8947368421vw;
    width: 4.2105263158vw;
    height: 2.1052631579vw;
  }
  body main .sections.mv .nav a .inner {
    font-size: 4.7368421053vw;
  }
}
body main .sections.reserve {
  background-size: contain;
  position: relative;
  background: linear-gradient(to bottom, #09419E 0%, #031738 100%);
  color: #fff;
}
body main .sections.reserve::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 60px;
  background: no-repeat center/contain url(../img/sumai_2026_summer/chochin3.webp);
}
body main .sections.reserve::after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 92px;
  height: 93px;
  background: no-repeat center/contain url(../img/sumai_2026_summer/uchiwa.webp);
}
body main .sections.reserve .sections-inner {
  padding: 70px 100px 60px;
}
body main .sections.reserve .sections-inner .head_h2 {
  position: relative;
}
body main .sections.reserve .sections-inner .head_h2 .cloud {
  color: #fff;
}
body main .sections.reserve .sections-inner .head_h2 img {
  margin: 0 auto;
}
body main .sections.reserve .sections-inner .head_h2 + picture {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
body main .sections.reserve .sections-inner .head_h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 50px auto 20px;
  width: fit-content;
}
body main .sections.reserve .sections-inner .head_h3::before, body main .sections.reserve .sections-inner .head_h3::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
}
body main .sections.reserve .sections-inner .head_h3::before {
  left: -23px;
}
body main .sections.reserve .sections-inner .head_h3::after {
  right: -23px;
}
body main .sections.reserve .sections-inner .head_h3 + picture {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-inline: -20px;
  max-width: 360px;
}
body main .sections.reserve .sections-inner .btn {
  position: relative;
  z-index: 2;
}
body main .sections.reserve .sections-inner .btn::before {
  display: block;
}
@media screen and (max-width: 1050px) {
  body main .sections.reserve::before {
    width: 47.3684210526vw;
    height: 15.7894736842vw;
    background: no-repeat center/contain url(../img/sumai_2026_summer/chochin3.webp);
  }
  body main .sections.reserve::after {
    top: 5.2631578947vw;
    right: 2.6315789474vw;
    width: 24.2105263158vw;
    height: 24.4736842105vw;
  }
  body main .sections.reserve .sections-inner {
    padding: 18.4210526316vw 7.8947368421vw 15.7894736842vw;
  }
  body main .sections.reserve .sections-inner .head_h2 {
    margin: 0 auto 5.2631578947vw;
  }
  body main .sections.reserve .sections-inner .head_h2 .cloud::before {
    top: -9vw;
    right: -22vw;
    width: 28.1578947368vw;
    height: 11.3157894737vw;
  }
  body main .sections.reserve .sections-inner .head_h3 {
    font-size: 5.2631578947vw;
    margin: 13.1578947368vw auto 5.2631578947vw;
  }
  body main .sections.reserve .sections-inner .head_h3::before, body main .sections.reserve .sections-inner .head_h3::after {
    top: 50%;
    bottom: auto;
    width: 5.2631578947vw;
    height: 0.2631578947vw;
  }
  body main .sections.reserve .sections-inner .head_h3::before {
    left: -6.0526315789vw;
  }
  body main .sections.reserve .sections-inner .head_h3::after {
    right: -6.0526315789vw;
  }
  body main .sections.reserve .sections-inner .head_h3 + picture {
    margin-inline: -5.2631578947vw;
    max-width: 94.7368421053vw;
  }
  body main .sections.reserve .sections-inner .flower {
    width: 26.3157894737vw;
    bottom: 34.631579vw;
    right: 1.421053vw;
  }
  body main .sections.reserve .sections-inner .btn {
    margin-top: 7.8947368421vw;
  }
}
body main .sections.cta-section {
  padding: 30px 0 60px;
  background-color: #F8B62C;
  position: relative;
}
body main .sections.cta-section::before {
  display: block;
  content: "";
  position: absolute;
  top: -30px;
  left: 49%;
  transform: translateX(-50%);
  width: 350px;
  height: 150px;
  background: no-repeat center/contain url(../img/sumai_2026_summer/cta-illust.webp);
}
body main .sections.cta-section .sections-inner .head_h2 {
  text-align: center;
  font-size: 27px;
  line-height: 160%;
  font-weight: normal;
  color: #033764;
  text-align: center;
  margin-bottom: 20px;
}
body main .sections.cta-section .sections-inner .cta_slider {
  margin-bottom: 30px;
  overflow: hidden;
}
body main .sections.cta-section .sections-inner .cta_slider .slick-track {
  display: flex;
  align-items: center;
}
body main .sections.cta-section .sections-inner .cta_slider .cta_slide {
  padding: 0 5px;
}
body main .sections.cta-section .sections-inner .cta_slider .cta_slide img {
  width: 100%;
}
body main .sections.cta-section .sections-inner .cta_btns {
  display: flex;
  justify-content: center;
  gap: 8px;
}
body main .sections.cta-section .sections-inner .btn {
  width: 186px;
  height: 110px;
  font-size: 20px;
  color: #fff;
  border: none;
  background-color: #C50000;
  position: relative;
  margin: 0;
  text-align: center;
}
body main .sections.cta-section .sections-inner .btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(../img/sumai_2026_summer/icon-arrow-white.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1050px) {
  body main .sections.cta-section .sections-inner .btn:before {
    right: 1.3vw;
    width: 3.263158vw;
    height: 3.210526vw;
  }
}
body main .sections.cta-section .sections-inner .btn + .btn {
  background-color: #033764;
}
@media screen and (max-width: 1050px) {
  body main .sections.cta-section {
    padding: 7.8947368421vw 0 15.7894736842vw;
  }
  body main .sections.cta-section::before {
    top: -7.8947368421vw;
    width: 92.1052631579vw;
    height: 39.4736842105vw;
  }
  body main .sections.cta-section .sections-inner {
    padding: 0;
    max-width: none;
    border-radius: 0;
  }
  body main .sections.cta-section .sections-inner .head_h2 {
    font-size: 7.1052631579vw;
    margin-bottom: 5.2631578947vw;
  }
  body main .sections.cta-section .sections-inner .head_h2 .small {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    background-size: 61.5789473684vw 14.7368421053vw;
    height: 14.7368421053vw;
  }
  body main .sections.cta-section .sections-inner .cta_slider {
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.cta-section .sections-inner .cta_slider .cta_slide {
    padding: 0 1.3157894737vw;
  }
  body main .sections.cta-section .sections-inner .cta_btns {
    gap: 2.1052631579vw;
    flex-direction: unset;
  }
  body main .sections.cta-section .sections-inner .btn {
    font-size: 5.2631578947vw;
    line-height: 1.35;
    width: 41.0526315789vw;
    height: 28.9473684211vw;
  }
  body main .sections.cta-section .sections-inner .btn + .btn {
    margin-top: 0;
  }
}
body main .sections.choice {
  position: relative;
  overflow: hidden;
}
body main .sections.choice::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 60px;
  background: no-repeat center/contain url(../img/sumai_2026_summer/chochin.webp);
  z-index: 1;
}
body main .sections.choice::after {
  display: block;
  content: "";
  position: absolute;
  top: 37px;
  left: 10px;
  width: 96px;
  height: 82px;
  background: no-repeat center/contain url(../img/sumai_2026_summer/kakigori.webp);
  z-index: 2;
}
body main .sections.choice .sections-inner {
  padding: 70px 0px 0px;
  position: relative;
  background: #fff;
}
body main .sections.choice .sections-inner .head_h2 {
  max-width: 100%;
  margin-bottom: 30px;
}
body main .sections.choice .sections-inner .head_h2 .cloud {
  position: relative;
  margin-bottom: 10px;
  color: #333;
}
body main .sections.choice .sections-inner .nav {
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
body main .sections.choice .sections-inner .nav a {
  background: #13548C;
  width: 100%;
  height: 70px;
  padding: 15px;
  position: relative;
}
body main .sections.choice .sections-inner .nav a:hover {
  opacity: 1;
  box-shadow: unset;
}
body main .sections.choice .sections-inner .nav a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center/contain url(../img/sumai_2026_summer/icon-arrow-under.webp);
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 11px;
  width: 16px;
  height: 8px;
}
body main .sections.choice .sections-inner .nav a .inner {
  display: flex;
  justify-content: center;
  font-size: 18px;
  width: 100%;
  color: #fff;
}
body main .sections.choice .sections-inner .nav a .inner * {
  line-height: 1;
  position: relative;
}
body main .sections.choice .sections-inner .nav a + a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  width: 1px;
  height: 50px;
  border-left: 1px dashed #497EAC;
}
body main .sections.choice .content {
  position: relative;
  color: #fff;
}
body main .sections.choice .content.iki {
  background-color: #033764;
  padding: 55px 0 60px;
}
body main .sections.choice .content.iki::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 210px;
  background: no-repeat center top/contain url(../img/sumai_2026_summer/iki-bg.webp);
}
body main .sections.choice .content .head_h3 {
  position: relative;
  margin-bottom: 30px;
  font-weight: normal;
}
body main .sections.choice .content .head_h3 * {
  text-align: center;
}
body main .sections.choice .content .head_h3 .small {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #fff !important;
  margin-bottom: 20px;
}
body main .sections.choice .content .head_h3 .midium {
  font-size: 48px;
  line-height: 1;
  color: #fff !important;
  width: 100%;
  display: block;
}
body main .sections.choice .content .head_h3 + picture {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: 0 auto 20px;
}
body main .sections.choice .content .choice-lead {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  max-width: 320px;
  margin: 0 auto 50px;
}
body main .sections.choice .content .choice {
  max-width: 280px;
  font-size: 22px;
  line-height: 160%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #76879D;
  border-bottom: 1px solid #76879D;
  margin: 0 auto 50px;
}
body main .sections.choice .content .choice-title {
  margin: 50px 0 10px;
}
body main .sections.choice .content .choice_item {
  margin: 0px auto;
  max-width: 320px;
}
body main .sections.choice .content .choice_item + .choice_item {
  margin-top: 50px;
}
body main .sections.choice .content small {
  font-size: 12px;
  color: #fff;
  display: block;
  max-width: 320px;
  margin: 20px auto;
}
body main .sections.choice .content small + img {
  margin-top: 20px;
}
body main .sections.choice .content img + small {
  margin-top: 10px;
}
body main .sections.choice .content img + img {
  margin-top: 40px;
}
body main .sections.choice .content + .content {
  background-color: #031738;
  padding: 55px 0 60px;
}
body main .sections.choice .content + .content::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 210px;
  background: no-repeat center top/contain url(../img/sumai_2026_summer/kokoro-bg.webp);
}
body main .sections.choice .content + .content .sections-inner {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1050px) {
  body main .sections.choice .sections-inner {
    padding: 18.4210526316vw 0 0;
    margin: 0 auto;
  }
  body main .sections.choice .sections-inner .head_h2 {
    margin-bottom: 7.8947368421vw;
    max-width: none;
  }
  body main .sections.choice .sections-inner .head_h2 .cloud::before {
    top: -11vw;
    left: -19vw;
    width: 28vw;
    height: 18vw;
  }
  body main .sections.choice .sections-inner .head_h2 .cloud::after {
    top: -1.5789473684vw;
    left: -14.2105263158vw;
    width: 78.9473684211vw;
    height: 13.6842105263vw;
  }
  body main .sections.choice .sections-inner .head_h2 img {
    padding-inline: 0;
  }
  body main .sections.choice .sections-inner .nav {
    gap: 0;
    margin-bottom: 0vw;
    flex-direction: unset;
  }
  body main .sections.choice .sections-inner .nav a {
    width: 50%;
    height: 18.4210526316vw;
    border-radius: 0;
    padding: 3.9473684211vw;
  }
  body main .sections.choice .sections-inner .nav a:before {
    bottom: 2.8947368421vw;
    width: 4.2105263158vw;
    height: 2.1052631579vw;
  }
  body main .sections.choice .sections-inner .nav a .inner {
    height: 100%;
    font-size: 4.7368421053vw;
    line-height: 1;
    padding-top: 0;
    border-radius: 0;
  }
  body main .sections.choice .sections-inner .nav a .inner .large {
    font-size: 8.4210526316vw;
    top: 4.2105263158vw;
  }
  body main .sections.choice .sections-inner .nav a .inner .midium {
    font-size: 6.5789473684vw;
    top: 5vw;
  }
  body main .sections.choice .content.iki::before {
    height: 55.2631578947vw;
    left: -17vw;
    width: 137%;
  }
  body main .sections.choice .content.kokoro::before {
    height: 55.2631578947vw;
    left: -18vw;
    width: 137%;
  }
  body main .sections.choice .content.iki,
  body main .sections.choice .content + .content {
    padding: 14.4736842105vw 0 15.7894736842vw;
  }
  body main .sections.choice .content .iki_inner,
  body main .sections.choice .content .kokoro_inner {
    padding-inline: 7.8947368421vw;
  }
  body main .sections.choice .content .head_h3 {
    padding: 0;
    margin-bottom: 7.8947368421vw;
  }
  body main .sections.choice .content .head_h3 .small {
    font-size: 5.2631578947vw;
    margin-bottom: 5.2631578947vw;
  }
  body main .sections.choice .content .head_h3 .midium {
    font-size: 12.6315789474vw;
  }
  body main .sections.choice .content .head_h3 + picture {
    max-width: 84.2105263158vw;
  }
  body main .sections.choice .content .choice-lead {
    font-size: 3.6842105263vw;
    margin: 0 auto 13.1578947368vw;
    max-width: none;
  }
  body main .sections.choice .content .choice {
    font-size: 5.7894736842vw;
    line-height: 160%;
    margin: 0 auto 13.1578947368vw;
    max-width: 73.6842105263vw;
    padding: 2.6315789474vw 0;
  }
  body main .sections.choice .content .choice-title {
    margin: 13.1578947368vw 0 2.6315789474vw;
  }
  body main .sections.choice .content .choice_item {
    max-width: 84.2105263158vw;
  }
  body main .sections.choice .content .choice_item + .choice_item {
    margin-top: 13.1578947368vw;
  }
  body main .sections.choice .content small {
    max-width: none;
  }
  body main .sections.choice .content .choice-course {
    width: 100%;
    margin: 0 auto 5.2631578947vw;
  }
  body main .sections.choice .content small {
    font-size: 2.8947368421vw;
    margin: 0 auto 5.2631578947vw;
  }
  body main .sections.choice .content .sections-inner {
    max-width: none;
    padding-top: 7.8947368421vw;
  }
  body main .sections.choice .content .sections-inner .choice-lead {
    font-size: 3.6842105263vw;
    margin: 0 auto 13.1578947368vw;
  }
  body main .sections.choice .content .sections-inner .choice {
    font-size: 5.7894736842vw;
    line-height: 160%;
    margin-bottom: 13.1578947368vw;
  }
  body main .sections.choice .content .sections-inner .choice .maru {
    width: 13.1578947368vw;
    height: 13.1578947368vw;
  }
  body main .sections.choice .content .sections-inner small {
    font-size: 3.1578947368vw;
  }
  body main .sections.choice .content .sections-inner small + img {
    margin-top: 5.2631578947vw;
  }
  body main .sections.choice .content .sections-inner img + small {
    margin-top: 2.6315789474vw;
  }
  body main .sections.choice .content .sections-inner img + img {
    margin-top: 10.5263157895vw;
  }
  body main .sections.choice .content + .content .head_h3 .kokochi-flower {
    width: 23.684211vw;
    top: -1.263158vw;
    right: -4vw;
  }
  body main .sections.choice .content + .content .sections-inner {
    padding-top: 7.8947368421vw;
    padding-bottom: 15.7894736842vw;
  }
}
body main .sections.about {
  position: relative;
  background-color: #fff;
}
body main .sections.about::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 180px;
  height: 60px;
  background: no-repeat center/contain url(../img/sumai_2026_summer/chochin2.webp);
}
body main .sections.about .sections-inner {
  padding-top: 60px;
}
body main .sections.about .sections-inner .head_h2 {
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .sections.about .sections-inner .head_h2 .cloud {
  font-size: 20px;
  margin: 0 auto 20px;
  text-align: center;
  color: #C50000;
}
body main .sections.about .sections-inner .head_h2 .cloud::before, body main .sections.about .sections-inner .head_h2 .cloud::after {
  display: none;
}
body main .sections.about .sections-inner .head_h2 .cloud {
  position: relative;
}
body main .sections.about .sections-inner .head_h2 .cloud + span {
  display: inline;
  font-size: 26px;
}
body main .sections.about .sections-inner .head_h2 + img {
  width: 340px;
  margin: 30px auto;
}
body main .sections.about .sections-inner .ttl {
  font-size: 18px;
  text-align: center;
  line-height: 160%;
  color: #C50000;
}
body main .sections.about .sections-inner .ttl * {
  font-weight: bold;
  text-align: center;
}
body main .sections.about .sections-inner .ttl + p {
  margin: 20px auto 30px;
  max-width: 320px;
  font-size: 16px;
  line-height: 1.6;
}
body main .sections.about .sections-inner .ttl + p + img {
  width: 100%;
}
@media screen and (max-width: 1050px) {
  body main .sections.about {
    margin-top: 0vw;
  }
  body main .sections.about .sections-inner {
    padding: 15.7894736842vw 7.8947368421vw 0;
  }
  body main .sections.about .sections-inner .head_h2 {
    font-size: 7.3684210526vw;
  }
  body main .sections.about .sections-inner .head_h2 .cloud {
    font-size: 5.2631578947vw;
    margin: 0 auto 5.2631578947vw;
  }
  body main .sections.about .sections-inner .head_h2 .cloud + span {
    font-size: 6.8421052632vw;
  }
  body main .sections.about .sections-inner .head_h2 + img {
    width: 100%;
    margin: 7.8947368421vw auto;
  }
  body main .sections.about .sections-inner .ttl {
    font-size: 4.7368421053vw;
  }
  body main .sections.about .sections-inner .ttl * {
    font-size: 4.7368421053vw;
  }
  body main .sections.about .sections-inner .ttl + p {
    margin: 5.2631578947vw auto 7.8947368421vw;
    font-size: 4.2105263158vw;
    max-width: none;
  }
  body main .sections.about .sections-inner .ttl + p + img {
    max-width: 100%;
    position: static;
    left: auto;
    width: 100%;
    margin-bottom: 0;
  }
}
body main .sections.model-house {
  position: relative;
  background: no-repeat center bottom/contain url(../img/sumai_2026_summer/model-bg.webp);
  background-color: #033764;
}
body main .sections.model-house .sections-inner {
  max-width: 363px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 210px;
}
body main .sections.model-house .sections-inner .head_h2 {
  font-size: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .sections.model-house .sections-inner .head_h2 .cloud {
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
body main .sections.model-house .sections-inner .head_h2 .cloud::after {
  display: none;
}
body main .sections.model-house .sections-inner .head_h2 .cloud + span {
  font-size: 28px;
  display: inline;
  color: #fff;
}
body main .sections.model-house .sections-inner .area-nav {
  margin: 45px auto 30px;
  position: relative;
  right: -8px;
}
body main .sections.model-house .sections-inner .area-nav img {
  width: 100%;
}
body main .sections.model-house .sections-inner .area-nav .nav-btn {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  color: #333;
  line-height: 150%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 39.97px;
  box-shadow: 2px 2px 6px rgba(60, 60, 60, 0.2);
}
body main .sections.model-house .sections-inner .area-nav .nav-btn:hover {
  opacity: 1;
  box-shadow: unset;
}
body main .sections.model-house .sections-inner .area-nav .nav-btn.saitama {
  top: 23px;
  left: 14px;
}
body main .sections.model-house .sections-inner .area-nav .nav-btn.chiba {
  top: 197px;
  right: 12px;
}
body main .sections.model-house .sections-inner .area-nav .nav-btn.tokyo {
  top: 132px;
  left: 17px;
}
body main .sections.model-house .sections-inner .area .head_h3 {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
body main .sections.model-house .sections-inner .area .head_h3 .text {
  font-size: 20px;
  color: #fff;
}
body main .sections.model-house .sections-inner .area .head_h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -75px;
  width: 520px;
  height: 2px;
  background: no-repeat center/contain url(../img/sumai_2026_summer/model-title-line.webp);
}
body main .sections.model-house .sections-inner .area .flex {
  gap: 30px 14px;
  justify-content: start;
}
body main .sections.model-house .sections-inner .area .flex .flex-item {
  width: 48.05%;
}
body main .sections.model-house .sections-inner .area .flex .flex-item img {
  border-radius: 5px;
  margin-bottom: 10px;
}
body main .sections.model-house .sections-inner .area .flex .flex-item .txt * {
  color: #fff;
  line-height: 150%;
}
body main .sections.model-house .sections-inner .area .flex .flex-item .txt .ttl {
  font-size: 16px;
  margin-bottom: 4px;
  text-align: center;
}
body main .sections.model-house .sections-inner .area .flex .flex-item .txt .address {
  font-size: 13px;
}
body main .sections.model-house .sections-inner .area + .area {
  margin-top: 40px;
}
body main .sections.model-house .sections-inner .bnr-img {
  margin: 30px auto 40px;
}
body main .sections.model-house + .cta-section {
  margin-top: 0;
}
@media screen and (max-width: 1050px) {
  body main .sections.model-house {
    background: no-repeat left bottom/106% url(../img/sumai_2026_summer/model-bg_sp.webp);
    background-color: #033764;
  }
  body main .sections.model-house .sections-inner {
    max-width: none;
    padding: 15.7894736842vw 2.6315789474vw 55.2631578947vw;
  }
  body main .sections.model-house .sections-inner .head_h2 {
    font-size: 9.4736842105vw;
    height: auto;
  }
  body main .sections.model-house .sections-inner .head_h2 .cloud {
    font-size: 5.2631578947vw;
    margin: 0 auto 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .head_h2 .cloud + span {
    font-size: 7.3684210526vw;
  }
  body main .sections.model-house .sections-inner .area-nav {
    margin: 5.2631578947vw auto 7.8947368421vw;
    right: -2.1052631579vw;
    max-width: none;
  }
  body main .sections.model-house .sections-inner .area-nav img {
    width: 100%;
    height: auto;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn {
    font-size: 5.2631578947vw;
    width: 27.8947368421vw;
    height: 10.2631578947vw;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn.saitama {
    top: 6.0526315789vw;
    left: 3.6842105263vw;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn.chiba {
    top: 47.3684210526vw;
    right: 3.1578947368vw;
  }
  body main .sections.model-house .sections-inner .area-nav .nav-btn.tokyo {
    top: 34.7368421053vw;
    left: 4.4736842105vw;
  }
  body main .sections.model-house .sections-inner .area .head_h3 {
    padding: 0;
    margin-bottom: 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .area .head_h3::before {
    left: -22.7vw;
    width: 136.8421052632vw;
    height: 0.5263157895vw;
  }
  body main .sections.model-house .sections-inner .area .head_h3 .text {
    font-size: 5.2631578947vw;
  }
  body main .sections.model-house .sections-inner .area .flex {
    gap: 7.8947368421vw 3.1578947368vw;
    flex-direction: unset;
  }
  body main .sections.model-house .sections-inner .area .flex .flex-item {
    width: 48.05%;
  }
  body main .sections.model-house .sections-inner .area .flex .flex-item img {
    border-radius: 1.3157894737vw;
    margin-bottom: 2.6315789474vw;
  }
  body main .sections.model-house .sections-inner .area .flex .flex-item .txt .ttl {
    margin-top: 0;
    font-size: 4.2105263158vw;
    margin-bottom: 1.0526315789vw;
  }
  body main .sections.model-house .sections-inner .area .flex .flex-item .txt .address {
    font-size: 3.4210526316vw;
  }
  body main .sections.model-house .sections-inner .area + .area {
    margin-top: 10.5263157895vw;
  }
  body main .sections.model-house .sections-inner .bnr-img {
    margin: 7.8947368421vw auto 10.5263157895vw;
  }
}
body .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  overflow: auto;
  z-index: 10;
}
body .modal .modal-wrap {
  max-width: 700px;
  width: 100%;
  max-height: 450px;
  height: 100%;
  position: relative;
}
body .modal .modal-wrap .modal-close {
  cursor: pointer;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/sumai_2026_summer/icon-close.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  transform: unset;
  z-index: 10;
}
body .modal .modal-content {
  max-width: 700px;
  border-radius: 10px;
  width: 100%;
  max-height: 450px;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body .modal .modal-content::-webkit-scrollbar {
  display: none;
}
body .modal .modal-content .modal-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 40px 60px;
  padding-right: 41px;
}
body .modal .modal-content .modal-inner p {
  line-height: 150%;
}
body .modal .modal-content .modal-inner .ttl {
  font-size: 20px;
  font-weight: bold;
}
body .modal .modal-content .modal-inner .ttl + p {
  font-size: 15px;
  margin-top: 20px;
  color: #4B4B4B;
}
body .modal .modal-content .modal-inner .ttl + p > a {
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}
body .modal .modal-content .modal-inner .ttl + p + .ttl {
  margin-top: 35px;
}
@media screen and (max-width: 1050px) {
  body .modal .modal-wrap {
    max-width: 86.8421052632vw;
    max-height: 126.6666666667vw;
  }
  body .modal .modal-wrap .modal-close {
    width: 10.5263157895vw;
    height: 10.5263157895vw;
    top: 5.2631578947vw;
    right: 5.2631578947vw;
  }
  body .modal .modal-content {
    max-width: 86.8421052632vw;
    max-height: 126.6666666667vw;
  }
  body .modal .modal-content .modal-inner {
    max-width: 100%;
    padding: 10.5263157895vw 5.2631578947vw 9.2105263158vw;
  }
  body .modal .modal-content .modal-inner p {
    font-size: 3.6842105263vw;
  }
}/*# sourceMappingURL=style.css.map */