@charset "UTF-8";
/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.inner-1200 {
  min-width: 1200px;
  font-family: "Zen Old Mincho", "Noto Sans JP", sans-serif;
  border-top: solid 6px #d2dcdc;
}

.container p {
  line-height: 1.25;
  font-size: 16px;
  text-align: justify;
  color: #333333;
}
.container ul li {
  list-style: none;
}
.container a:hover {
  opacity: 0.8;
}
.container img {
  max-width: 100%;
}
.container small {
  font-size: 12px;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 99;
  position: absolute;
  top: 50%;
  display: block;
  width: 18px;
  height: 27px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dots {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0 auto;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 20px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  content: "●";
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ffffff;
}

body.width-1200 {
  min-width: 1200px;
}

.container .top {
  position: relative;
  overflow: hidden;
  z-index: 99;
  height: 404px;
  border-radius: 0% 0% 50% 50%/0% 0% 50px 50px;
}
.container .top__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .hotel__wrapper {
  position: relative;
  z-index: 98;
  overflow: hidden;
  margin-top: -50px;
  background-color: #006276;
  border-radius: 0% 0% 50% 50%/0% 0% 50px 50px;
  box-shadow: 0 5px 15px 0 rgba(53, 53, 53, 0.667);
}
.container .hotel {
  width: 1200px;
  margin: 30px auto 0;
  padding: 80px 0 35px;
  text-align: center;
  position: relative;
  background: url(../images/illust1.svg) no-repeat 580px -73px, url(../images/illust2.svg) no-repeat left bottom, url(../images/illust3.svg) no-repeat 930px bottom;
}
.container .hotel__title {
  margin: 0 0 10px;
}
.container .hotel__title h3 {
  font-size: 1em;
  font-weight: 700;
  color: #9ab7b8;
}
.container .hotel__text p {
  margin-bottom: 20px;
  text-align: center;
  color: white;
}
.container .hotel__text--small {
  margin-top: -17px;
  line-height: 1;
}
.container .hotel::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  background: url(../images/illust1.svg) no-repeat top right, url(../images/illust2.svg) no-repeat bottom left, url(../images/illust3.svg) no-repeat bottom right;
}
.container .pickup__wrapper {
  position: relative;
  z-index: 97;
  margin-top: -50px;
  padding: 60px 0 50px;
  background: url(../images/background.jpg) no-repeat;
  background-size: cover;
  border-radius: 0% 0% 50% 50%/0% 0% 50px 50px;
  box-shadow: 0 5px 15px 0 rgba(53, 53, 53, 0.667);
}
.container .pickup {
  width: 950px;
  margin: 0 auto;
  text-align: center;
}
.container .pickup__title {
  margin: 40px 0 25px;
  text-align: center;
}
.container .pickup__title h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: -10px;
}
.container .pickup__title p {
  color: #cba43b;
  font-weight: 700;
  text-align: center;
}
.container .pickup__underline.border__bottom--gold {
  margin-top: -10px;
}
.container .pickup__lists ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .pickup__list {
  width: 470px;
  margin-bottom: 30px;
}
.container .pickup__list-slider {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.container .pickup__list-review {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.container .pickup__list-review::after {
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translate(-50%, 0);
  content: url(../images/dot_line1.svg);
}
.container .pickup__list-review--bold {
  font-size: 21px;
  font-weight: 700;
  margin-right: 15px;
}
.container .pickup__list-review--small {
  padding-bottom: 5px;
}
.container .pickup__list-texts {
  margin-bottom: 20px;
}
.container .pickup__list-title h3 {
  font-size: 1.438rem;
  font-weight: 700;
  text-align: center;
}
.container .pickup__list-title h3 span {
  position: relative;
}
.container .pickup__list-title h3 span::before {
  position: absolute;
  content: url("../images/pickup-title-line.svg");
  left: -46px;
  top: 10px;
  transform: translateY(-50%);
}
.container .pickup__list-title h3 span::after {
  position: absolute;
  content: url("../images/pickup-title-line.svg");
  right: -46px;
  top: -7px;
  transform: scaleX(-1);
}
.container .pickup__list-tag {
  width: 190px;
  background-color: rgba(179, 179, 179, 0.22);
  text-align: center;
  margin: 0 auto;
  border-radius: 15px;
  padding: 2px 0 3px;
}
.container .pickup__list-text {
  text-align: center;
}
.container .pickup__list-text--red {
  font-size: 19px;
  font-weight: 700;
  color: #006276;
  letter-spacing: -0.5px;
}
.container .pickup__list-link a {
  width: 215px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #006276;
  border-radius: 25px;
  padding: 5px 36px 7px;
}
.container .other__wrapper {
  position: relative;
  z-index: 96;
  overflow: hidden;
  margin-top: -50px;
  background-color: #006276;
  border-radius: 0% 0% 50% 50%/0% 0% 50px 50px;
  box-shadow: 0 5px 15px 0 rgba(53, 53, 53, 0.667);
}
.container .other {
  width: 1200px;
  margin: 30px auto 0;
  padding: 80px 0 85px;
  background: url(../images/illust4.svg) no-repeat -83px -55px;
}
.container .other__title {
  text-align: center;
  margin-bottom: 25px;
}
.container .other__title h2, .container .other__title p {
  color: white;
  font-weight: 700;
  text-align: center;
}
.container .other__title h2 {
  font-size: 2rem;
  margin-top: -10px;
}
.container .other__title p {
  font-size: 1rem;
}
.container .other__underline.border__bottom--gold {
  margin-top: -10px;
}
.container .other__tab-menu {
  width: 990px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
}
.container .other__tab-menu li a {
  display: block;
  width: 138px;
  background-color: #224f5e;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #ffffff;
}
.container .other__tab-menu li.active a {
  background-color: #9ab7b8;
  position: relative;
}
.container .other__tab-menu li.active a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-width: 9px 6.5px 0 6.5px;
  border-style: solid;
  border-color: #9ab7b8 transparent transparent transparent;
  z-index: 99;
}
.container .other__contents {
  position: relative;
}
.container .other__contents--flex {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.container .other__contents--slide {
  width: 1200px;
  position: relative;
}
.container .other__contents--slide::before {
  content: "";
  background: url(../images/gauss.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 109px;
  top: -79px;
  bottom: -60px;
  left: -50px;
  z-index: 99;
}
.container .other__contents--slide::after {
  content: "";
  background: url(../images/gauss.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 109px;
  top: -79px;
  bottom: -60px;
  right: -50px;
  z-index: 99;
}
.container .other__contents--slide .other__content {
  margin-right: 10px;
}
.container .other__contents .slick-prev,
.container .other__contents .slick-next {
  width: 42px;
  height: 42px;
}
.container .other__contents .slick-prev {
  left: 80px;
}
.container .other__contents .slick-next {
  right: 80px;
}
.container .other__content {
  background-color: #ffffff;
  width: 323px;
  border-radius: 10px;
  box-shadow: 0 5px 15px 0 rgba(53, 53, 53, 0.667);
  overflow: hidden;
}
.container .other__content-title {
  font-size: 20px;
  margin: 15px auto;
  text-align: center;
  font-weight: 700;
}
.container .other__content-title small {
  font-size: 16px;
  font-weight: 400;
}
.container .other__content-image {
  overflow: hidden;
  border-radius: 5px;
  width: 296px;
  height: 167px;
  margin: 0 auto 15px;
}
.container .other__content-review {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.85;
  margin-bottom: 35px;
}
.container .other__content-review small {
  font-size: 12px;
  font-weight: 400;
}
.container .other__content-review::after {
  position: absolute;
  content: url(../images/dot_line2.svg);
  left: 50%;
  bottom: -18px;
  transform: translate(-50%, 0);
}
.container .other__content-text {
  width: 277px;
  margin: 0 auto 20px;
  letter-spacing: -1px;
}
.container .other__content-link {
  display: flex;
  flex-wrap: nowrap;
  background-color: #9ab7b8;
  position: relative;
}
.container .other__content-link::after {
  position: absolute;
  content: url(../images/white-line-vertical.svg);
  left: 50%;
  top: -3px;
  transform: translate(-50%, 0);
  z-index: 99;
  width: 6.7px;
  height: 48px;
}
.container .other__content-link a {
  display: block;
  width: 50%;
  padding: 15px 22px;
  color: #ffffff;
}