@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import "button-v2-2.css";

* {
  box-sizing: border-box;
}

#mainContent {
  background: linear-gradient(to right, white 67%, #EFF1F5 50%);
}

.jumbotron-v2 * {
  font-family: Helvetica, Arial, sans-serif;
}

.jumbotron-v2 {
  display: flex;
  width: 100%;
  height: 646px;
  background: linear-gradient(to bottom, #EFF1F5 61%, white 39%);
}

.jumbotron-v2 .desc {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: end;
}

.jumbotron-v2 .desc .desc-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 150px 60px 100px 0;
  margin-left: 26%;
  gap: 20px;
  position: relative;
}

.jumbotron-v2 .blue-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 100%;
  background-color: #EFF1F5;
  z-index: -1;
}

.jumbotron-v2 .desc .title {
  font-family: "adobe-garamond-pro", serif;
  font-size: 56px;
  font-weight: 600;
  color: #002368;
  line-height: 1.2;
}

.jumbotron-v2 .desc .paragraph {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  max-width: 578px;
}

.jumbotron-v2 .image {
  width: 50%;
  height: 100%;
}

.image.header-special {
  background-image: url('../jpg/header-special.jpg');
  background-size: cover;
}

.section_special{
  background: linear-gradient(to right, white 75%, #EFF1F5 75%);
  width: 72%;
  margin: 4.5% 10% 199px 13%;
}

.special-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.special-list .special {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background-color: white;
  position: relative;
}
.special-list .special .blue-line {
  top: 100%;
  left: 0;
  width: 30%;
  height: 8px;
  background-color: #002368
}

.special-list .special .sentence {
  padding: 32px;
}

.special-list .special .sentence .flex {
  display: flex;
}
.special-list .special .sentence .text01 {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}

.special-list .special .sentence .btn-arrow {
  padding: 0;
  min-width: 1px;
}

.special-list .special .name {
  color: black;
  font-family: "adobe-garamond-pro", serif;
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
  width: 88%;
}

.sentence .link {
  align-items: center;
}

.sentence .link .text01 {
  width: 88%;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.sentence .link a {
  margin-left: auto;
}

.section-title {
  font-size: 42px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  position: relative;
  line-height: 1.2em;
  color: #222222;
  padding: 25px 0 38px;
  margin: 0;
}

.section-title.section-title-top-border:before {
  content: "";
  width: 90px;
  height: 2px;
  background: #002368;
  position: absolute;
  top: 0;
}

div#listSpecial {
  margin-bottom: 80px;
}

.button-v2 .icon {
  border-bottom: #D8D8D8 solid 1px;
}
.button-v2 .icon svg {
  font-size: 22px;
}

@media screen and (max-width: 860px) {

  #mainContent {
    background: linear-gradient(to right, white 75%, #EFF1F5 50%);
  }

  .jumbotron-v2 {
    flex-direction: column;
    height: fit-content;
    background: linear-gradient(to bottom, #EFF1F5 80%, white 80%);
  }

  .jumbotron-v2 .image {
    width: 100%;
    order: 1;
    height: 300px;
    object-fit: cover;
  }

  .jumbotron-v2 .desc {
    width: 100%;
    order: 2;
    position: sticky;
  }

  .jumbotron-v2 .desc .title {
    font-size: 32px;
  }

  .jumbotron-v2 .desc .desc-wrapper {
    padding: 40px 20px;
    margin-left: 0;
  }

  .section_special{
    margin-left: 32px;
    background: unset;
    margin-right: 32px;
    margin-top: inherit;
    margin-bottom: inherit;
    width: unset;
  }

  .special-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .special-list .special .name {
    font-size: 22px;
    line-height: 24px;
  }


  .special-list .special .body {
    flex-direction: column;
  }

  .special-list .special .body .available-button {
    margin: auto;
    padding: 0px;
    width: 190px;
    height: 40px;
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 14px;
  }

  .special-list .special .body .available-button svg {
    position: absolute;
    right: 3px;
  }

  .line-clamp-4 {
    width: 100% !important;
  }

  .special-list .special .content {
    flex-direction: column;
  }

  .special-list .special .content .image {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .special-list .special .content .map {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .special-list .special .footer {
    flex-direction: column;
  }

  .special-list .special .icon-wrapper {
    width: 100%;
  }

  .special-list .special .icon {
    flex-direction: row;
    gap: 10px;
    padding: 10px;
  }

  .special-list .special .footer .desc {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .button-v2 .icon svg {
    margin-left: -8px;
  }
}