/* common */
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul,
ol {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
body.summer2023 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
}
ul,
ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
}
picture {
  display: block;
}
a {
  color: #000;
  text-decoration: none;
}
a[href$=".pdf"]::before {
	display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.inner {
  max-width: 1350px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin: auto;
}
.wave {
  width: 100%;
  max-height: 37px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 3;
}
.wave.top {
  top: -1px;
}
.wave.bottom {
  bottom: -1px;
}
.wave.white-top {
  background: url(./img/wave_white_top.svg) repeat-x bottom center;
}
.wave.white-bottom {
  background: url(./img/wave_white_bottom.svg) repeat-x top center;
}
.wave.gray-top {
  background: url(./img/wave_gray_top.svg) repeat-x bottom center;
}
.wave.blue-top {
  background: url(./img/wave_blue_top.svg) repeat-x bottom center;
}
.wave.blue-bottom {
  background: url(./img/wave_blue_bottom.svg) repeat-x top center;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
  }
  .wave.white-top {
    background: url(./img/wave_white_top_sp.svg) repeat-x bottom center/contain;
  }
  .wave.white-bottom {
    background: url(./img/wave_white_bottom_sp.svg) repeat-x top center/contain;
  }
  .wave.gray-top {
    background: url(./img/wave_gray_top_sp.svg) repeat-x bottom center/contain;
  }
  .wave.blue-top {
    background: url(./img/wave_blue_top_sp.svg) repeat-x bottom center/contain;
  }
  .wave.blue-bottom {
    background: url(./img/wave_blue_bottom_sp.svg) repeat-x top center/contain;
  }
}

/* fv */
.fv {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fv__title {
  max-width: 721px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .fv {
    overflow: hidden;
  }
  .fv__title {
    max-width: 80%;
    padding-right: 0;
    padding-left: 0;
  }
}

/* about */
.about {
  width: 100%;
  background: #f1efec;
  text-align: center;
  position: relative;
}
.about__top {
  width: 100%;
  padding: 37px 0 32px;
  background: url(./img/bg_sand.png) no-repeat center center/cover;
}
.about__inner {
  position: relative;
}
.about__inner::before,
.about__inner::after {
  content: "";
  display: block;
  width: 91px;
  height: 387px;
  position: absolute;
  background: url(./img/icon_ashiato.svg) no-repeat center center/cover;
  z-index: 2;
}
.about__inner::before {
  top: 0%;
  left: 0%;
}
.about__inner::after {
  top: -83%;
  right: 0%;
}
.about__lead {
  font-size: 18px;
  line-height: 2.22;
}
.about__lead .strong {
  font-weight: 700;
  color: #0094e6;
  background: #ffff00;
  padding: 0 10px;
}
.about__lead img {
	display: inline;
  width: 132px;
}
.about__bg {
  width: 100%;
  position: relative;
}
.about__bg::after {
  content: "";
  display: block;
  width: 115px;
  height: 91px;
  background: url(./img/icon_kani.svg) no-repeat center center/cover;
  position: absolute;
  top: -12%;
  right: 20%;
}

@media screen and (max-width: 768px) {
  .about {
    overflow: hidden;
  }
  .about__top {
    width: 100%;
    padding: 30px 0 52px;
    background: url(./img/bg_sand.png) no-repeat center center/cover;
  }
  .about__inner {
    position: relative;
  }
  .about__inner::before,
  .about__inner::after {
    width: 48px;
    height: 205px;
  }
  .about__inner::before {
    top: 25%;
    left: -2%;
  }
  .about__inner::after {
    display: none;
  }
  .about__lead {
    font-size: 14px;
    line-height: 2;
		position: relative;
		z-index: 3;
  }
  .about__lead .strong {
    padding: 0 5px;
  }
  .about__lead img {
		width: 93px;
	}
  .about__bg::after {
    width: 96px;
    height: 76px;
    top: -27%;
    right: -1%;
  }
}
@media screen and (max-width: 413px) {
	.about__lead img {
		width: 70px;
	}
}

/* umitabi01-top */
.umitabi01 {
  width: 100%;
  background: #e9f3f6;
  position: relative;
}
.umitabi01__top {
  width: 100%;
  padding: 90px 0;
}
.umitabi01__inner {
  width: 100%;
  position: relative;
}
.umitabi01__inner:before {
  content: "";
  display: block;
  width: 372px;
  height: 130px;
  background: url(./img/text_swimming.png) no-repeat center center/cover;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 5;
}
.umitabi01__inner:after {
  content: "";
  display: block;
  width: 72px;
  height: 155px;
  background: url(./img/icon_hitode_01.svg) no-repeat center center/cover;
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 5;
}
.umitabi01__title {
  max-width: 188px;
  width: 100%;
  margin: 0 auto 62px;
}
.umitabi01-top__flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.umitabi01-top__img {
  max-width: 748px;
  width: 100%;
  text-align: center;
  position: relative;
}
.umitabi01-top__img::before {
  content: "";
  display: block;
  width: 41px;
  height: 70px;
  background: url(./img/icon_kai.svg) no-repeat center center/cover;
  position: absolute;
  top: -85px;
  left: 110px;
}
.caption {
  display: inline-block;
  font-size: 16px;
  padding-top: 20px;
}
.umitabi01-top__text {
  max-width: 470px;
  width: 100%;
  margin-left: 4.8%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0094e6;
  position: relative;
}
.umitabi01-top__text::after {
  content: "";
  display: block;
  width: 335px;
  height: 15px;
  background: url(./img/icon_dome_blue.svg) no-repeat center center/cover;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .umitabi01 {
    overflow: hidden;
  }
  .umitabi01__top {
    padding: 68px 0 46px;
  }
  .umitabi01__inner:before {
    width: 186px;
    height: 65px;
    top: -62px;
    left: 20px;
  }
  .umitabi01__inner:after {
    width: 42px;
    height: 103px;
    top: -65px;
    right: 20px;
  }
  .umitabi01__title {
    max-width: 125px;
    margin: 0 auto 34px;
  }
  .umitabi01-top__flex {
    width: 100%;
    flex-direction: column-reverse;
    gap: 25px;
  }
  .umitabi01-top__img {
    max-width: 600px;
  }
  .umitabi01-top__img::before {
    width: 27px;
    height: 47px;
    top: -152px;
    left: 12px;
  }
  .caption {
    font-size: 14px;
    padding-top: 10px;
  }
  .umitabi01-top__text {
    max-width: 100%;
    margin-left: 0;
    font-size: 19px;
    letter-spacing: -0.08em;
  }
  .umitabi01-top__text::after {
    display: none;
  }
}

/* umitabi01-beach */
.umitabi01__beach {
  width: 100%;
}
.umitabi01-beach__title {
  width: 100%;
  position: relative;
}
.umitabi01-beach-title {
  max-width: 500px;
  margin: 0 auto;
}
.umitabi01-beach__slide {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 25px 0 27px;
}
.umitabi01-beach__inner {
  width: 100%;
  position: relative;
  z-index: 5;
}
.circle-swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.circle-swiper .swiper-slide {
  max-width: 310px;
  width: 41.93%;
  flex-shrink: 1;
}
.circle-swiper .swiper-slide:nth-child(even) {
  margin-top: 58px;
}

.slide-item {
	display: block;
  position: relative;
  transition: 0.3s ease-out;
	overflow: hidden;
	z-index: 3;
}
.slide-item__icon {
	width: 59px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  position: absolute;
  top: 5px;
  left: 22px;
  z-index: 5;
}
.slide-item:hover .slide-item__icon {
	opacity: 1;
}
.slide-item__icon img {
	position: relative;
	z-index: 2;
}
.slide-item__img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
	transition: 0.3s ease-out;
}
.slide-item__img img {
	aspect-ratio: 1 / 1;
  border-radius: 50%;
  transition: 0.3s ease-out;
  object-fit: cover;
	transform: scale(1);
}
.slide-item:hover .slide-item__img {
	opacity: 0.6;
}
.slide-item:hover .slide-item__img img {
  transform: scale(1.1);
}

.slide-item__btn {
  max-width: 253px;
  width: 100%;
  height: 53px;
  margin: -20px auto 0;
  background: #0094e6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.slide-item__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(./img/icon_arrow_white.svg) no-repeat center center/cover;
  margin-left: 12px;
}
.umitabi-beach__bottom {
  width: 100%;
  position: relative;
  padding-bottom: 51px;
}
.umitabi01-beach__btn {
  padding-top: 30px;
  display: block;
  max-width: 374px;
  width: 100%;
  margin: auto;
	transition: .3s ease-out;
}
.umitabi01-beach__btn:hover {
	opacity: 0.6;
}


@media screen and (max-width: 1000px) {
  .slide-item__icon {
    width: 40px;
    gap: 7px;
    top: 5px;
    left: 15px;
  }
  .slide-item__btn {
    max-width: 253px;
    height: 53px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .umitabi01-beach-title {
    max-width: 331px;
  }
  .umitabi01-beach__inner.inner {
    padding: 0;
  }
  .circle-swiper {
    padding: 10px 0;
  }
  .circle-swiper .swiper-wrapper {
    display: flex;
    justify-content: initial;
    gap: initial;
  }
  .circle-swiper .swiper-slide {
    max-width: 220px;
    width: 100%;
    flex-shrink: 0;
  }
  .circle-swiper .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
  .slide-item:hover {
    opacity: 1;
  }
  .slide-item__icon {
    width: 18%;
  }
  .slide-item:hover .slide-item__img img {
    transform: scale(1);
  }
  .slide-item__btn {
    max-width: 180px;
    height: 38px;
    margin: -20px auto 0;
  }
  .slide-item__btn::after {
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    background: url(./img/icon_arrow_white.svg) no-repeat center center/cover;
    margin-left: 8px;
  }
  .umitabi-beach__bottom {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
  }
  .umitabi01-beach__btn {
    padding-top: 9px;
    display: block;
    max-width: 414px;
    width: 100%;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* search form */
.splp-point__search {
  width: 100%;
}
.search-summer2023 .splp-searchbox {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 23px 26px 125px;
  position: relative;
  text-align: center;
}
.search-summer2023 .splp-searchbox__tit {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom: 37px;
}
.search-form {
  width: 100%;
}
.room-search {
  width: 100%;
  position: relative;
}
.search-summer2023 .flex {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.search-summer2023 .find-room-date,
.search-summer2023 select {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  text-align: center;
  max-width: 200px;
  width: 100%;
  height: 56px;
  display: grid;
  place-items: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #dcdcdc;
  transition: 0.3s ease-out;
  cursor: pointer;
  color: #000;
}
.search-summer2023 .find-room-date:hover,
.search-summer2023 select:hover {
  opacity: 0.6;
}
.search-summer2023 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-summer2023 .btn {
  max-width: 356px;
  width: 100%;
  height: 56px;
  position: relative;
}
.search-summer2023 .room-search-btn {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
  font-size: 20px;
}
.search-summer2023 .room-search-btn:hover {
  opacity: 0.6;
  background: #fff;
}
.search-btn__plan {
  position: absolute;
  bottom: -80%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.search-btn__plan:hover {
  opacity: 0.6;
}
.search-btn__plan::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  margin-left: 8px;
}
.search-bottom__btn--pc {
  display: block;
  width: 374px;
  height: 70px;
  position: absolute;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
	transition: .3s ease-out;
}
.search-bottom__btn--pc:hover {
	opacity: 0.6;
}
.search-bottom__btn--sp {
  display: none;
}
/* blue */
.search-blue.search-summer2023 .splp-searchbox::before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url(./img/icon_search_blue.svg) no-repeat center center/cover;
  position: absolute;
  top: -26px;
  left: 22px;
}
.search-blue.search-summer2023 .splp-searchbox {
  border: 2px solid #0094e6;
}
.search-blue.search-summer2023 .splp-searchbox__tit {
  color: #0094e6;
  border-bottom: 1px solid #0094e6;
}
.search-blue.search-summer2023 .room-search-btn {
  background: #0094e6;
  border: 1px solid #0094e6;
  border-color: #0094e6;
}
.search-blue.search-summer2023 .room-search-btn:hover {
  color: #0094e6;
  border: 1px solid #0094e6;
	background: #fff;
	opacity: 1;
}
.search-blue .search-btn__plan {
  color: #0094e6;
}
.search-blue .search-btn__plan::after {
  background: url(./img/icon_arrow_blue.svg) no-repeat center center/cover;
}
/* orange */
.search-orange.search-summer2023 .splp-searchbox::before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url(./img/icon_search_orange.svg) no-repeat center center/cover;
  position: absolute;
  top: -26px;
  left: 22px;
}
.search-orange.search-summer2023 .splp-searchbox {
  border: 2px solid #ed891e;
}
.search-orange.search-summer2023 .splp-searchbox__tit {
  color: #ed891e;
  border-bottom: 1px solid #ed891e;
}
.search-orange.search-summer2023 .room-search-btn {
  background: #ed891e;
  border: 1px solid #ed891e;
  border-color: #ed891e;
}
.search-orange.search-summer2023 .room-search-btn:hover {
  color: #ed891e;
  border: 1px solid #ed891e;
	background: #fff;
	opacity: 1;
}
.search-orange .search-btn__plan {
  color: #ed891e;
}
.search-orange .search-btn__plan::after {
  background: url(./img/icon_arrow_orange.svg) no-repeat center center/cover;
}
.search-brown {
  display: none;
}

@media screen and (max-width: 1000px) {
  .search-summer2023 .find-room-date,
  .search-summer2023 select {
    font-size: 14px;
    max-width: 200px;
    width: 90%;
    height: 56px;
  }
  .search-summer2023 .btn {
    max-width: 356px;
    width: 100%;
    height: 56px;
    position: relative;
  }
  .search-summer2023 .room-search-btn {
    font-size: 16px;
  }
  .search-btn__plan {
    bottom: -60%;
    font-size: 14px;
  }
  .search-bottom__btn--pc {
    width: 300px;
    height: auto;
    bottom: -86px;
  }
}

@media screen and (max-width: 768px) {
  .search-summer2023 .splp-searchbox {
    max-width: 374px;
    border-radius: 8px;
    padding: 18px 10px 0;
    margin: auto;
  }
  .search-summer2023 .splp-searchbox__tit {
    font-size: 18px;
    padding-bottom: 18px;
    margin-bottom: 0;
    position: relative;
    line-height: 1;
    border-bottom: none;
  }
  .search-summer2023 .splp-searchbox__tit span {
    display: block;
    width: 20px;
    height: 20px;
    background: #0094e6;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: 8px;
    transition: 0.3s ease-out;
  }
  .search-summer2023 .splp-searchbox__tit span:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-out;
  }
  .search-summer2023 .splp-searchbox__tit span:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-out;
  }
  .search-summer2023 .splp-searchbox__tit.open span:before {
    width: 2px;
    height: 2px;
  }
  .search-form {
    display: none;
    padding-bottom: 11px;
  }
  .search-summer2023 .flex {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .search-summer2023 .find-room-date,
  .search-summer2023 select {
    font-size: 14px;
    max-width: 100%;
    height: 34px;
  }
  .search-summer2023 select:last-of-type {
    border-bottom: none;
    margin-bottom: 5px;
  }
  .search-summer2023 .find-room-date:hover,
  .search-summer2023 select:hover {
    opacity: 1;
  }
  .search-summer2023 .btn {
    max-width: 100%;
    height: 40px;
  }
  .search-summer2023 .room-search-btn {
    font-size: 18px;
    line-height: 1;
  }
  .search-summer2023 .room-search-btn:hover {
    opacity: 0.6;
    background: #fff;
  }
  .search-btn__plan {
    display: none;
  }
  .search-bottom__btn--pc {
    display: none;
  }
  .search-bottom__btn--sp {
    display: block;
    max-width: 414px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
    margin-bottom: 15px;
  }
  .search-blue.search-summer2023 .splp-searchbox::before,
  .search-orange.search-summer2023 .splp-searchbox::before {
    display: none;
  }
  .search-blue.search-summer2023 .splp-searchbox__tit {
    border-bottom: none;
  }
  .search-blue.search-summer2023 .room-search-btn {
    background: #0094e6;
    border: 1px solid #0094e6;
    border-color: #0094e6;
  }
  .search-blue.search-summer2023 .room-search-btn:hover {
    color: #0094e6;
    border: 1px solid #0094e6;
  }
  .search-blue .search-btn__plan {
    color: #0094e6;
  }
  .search-orange.search-summer2023 .splp-searchbox__tit {
    border-bottom: none;
  }
  .search-orange.search-summer2023 .splp-searchbox__tit span {
    background: #ed891e;
  }
  /* brown */
  .search-brown {
    display: block;
  }
  .search-brown.search-summer2023 .splp-searchbox {
    border: 2px solid #754c24;
  }
  .search-brown.search-summer2023 .splp-searchbox__tit {
    color: #754c24;
  }
  .search-brown.search-summer2023 .room-search-btn {
    background: #754c24;
    border: 1px solid #754c24;
    border-color: #754c24;
  }
  .search-brown.search-summer2023 .room-search-btn:hover {
    color: #754c24;
    border: 1px solid #754c24;
  }
  .search-brown .search-btn__plan {
    color: #754c24;
  }
  .search-brown .search-btn__plan::after {
    background: url(./img/icon_arrow_brown.svg) no-repeat center center/cover;
  }
  .search-brown.search-summer2023 .splp-searchbox__tit span {
    background: #754c24;
  }
}

/* photo */
.umitabi01__photo {
  width: 100%;
  padding-top: 90px;
  overflow: hidden;
}
.umitabi01-photo__inner {
  display: flex;
  justify-content: space-between;
  gap: 7.6%;
  margin-bottom: 90px;
}
.umitabi01-photo__left {
  position: relative;
  padding: 28px 0;
}
.umitabi01-photo__left::before {
  content: "";
  display: block;
  width: 73px;
  height: 159px;
  background: url(./img/icon_ukiwa.svg) no-repeat center center/cover;
  position: absolute;
  top: -7%;
  right: 16%;
}
.umitabi01-photo__left::after {
  content: "";
  display: block;
  width: 60px;
  height: 61px;
  background: url(./img/icon_ball.svg) no-repeat center center/cover;
  position: absolute;
  bottom: 13%;
  left: 0%;
  z-index: 2;
}
.umitabi01-photo-left__bg {
  width: 48vw;
  height: 84%;
  margin-left: calc(50% - 50vw);
  background: url(./img/bg_wave_left.png) no-repeat top left/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.umitabi01-photo-title,
.umitabi01-photo-left__img--top,
.umitabi01-photo-left__img--middle,
.umitabi01-photo-left__img--bottom,
.umitabi01-photo-right__img--top,
.umitabi01-photo-right__img--middle,
.umitabi01-photo-right__img--bottom {
  position: relative;
  z-index: 2;
}
.umitabi01-photo-title {
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  color: #0094e6;
  background: #fff;
  box-shadow: 3px 3px 0 #0094e6;
  padding: 8px 16px;
  margin-bottom: 36px;
  line-height: 1;
}
.top.umitabi01-photo-title {
  margin-bottom: 14px;
}
.umitabi01-photo-left__img--top {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
.umitabi01-photo-left__img--middle,
.umitabi01-photo-left__img--bottom {
  display: flex;
  align-items: center;
}
.umitabi01-photo-left__img--middle {
  padding-left: 8.33%;
  margin-bottom: 24px;
  position: relative;
}
.umitabi01-photo-left__img--middle::after {
  content: "";
  display: block;
  width: 83px;
  height: 104px;
  background: url(./img/icon_kani-hitode.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}
.umitabi01-photo-left__img--bottom {
  padding-left: 25%;
}
.umitabi01-photo-left__img--middle picture,
.umitabi01-photo-left__img--bottom picture {
  max-width: 200px;
  z-index: 2;
  position: relative;
}
.umitabi01-photo-left__img--middle .caption,
.umitabi01-photo-left__img--bottom .caption {
  margin-left: 17px;
  padding-top: 0;
  z-index: 2;
  position: relative;
}
.umitabi01-photo__right {
  position: relative;
  padding-bottom: 12px;
  margin-top: 169px;
}
.umitabi01-photo__right::before {
  content: "";
  display: block;
  width: 115px;
  height: 222px;
  background: url(./img/icon_sandal.svg) no-repeat center center/cover;
  position: absolute;
  top: -11%;
  right: 10%;
  z-index: 2;
}
.umitabi01-photo__right::after {
  content: "";
  display: block;
  width: 97px;
  height: 88px;
  background: url(./img/icon_hitode_02.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -7%;
  left: 0%;
}
.umitabi01-photo-right__bg {
  width: 48vw;
  height: 100%;
  margin-right: calc(50% - 50vw);
  background: url(./img/bg_wave_right.png) no-repeat top right/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.umitabi01-photo-right__img--top,
.umitabi01-photo-right__img--bottom {
  width: 100%;
  text-align: center;
}
.umitabi01-photo-right__img--top {
  margin-bottom: 41px;
}

@media screen and (max-width: 1200px) {
  .umitabi01-photo-title {
    font-size: 22px;
  }
  .umitabi01-photo-left__bg {
    width: 48vw;
    height: 98%;
  }
  .umitabi01-photo-left__img--middle {
    padding-left: 4.33%;
  }
  .umitabi01-photo-left__img--middle picture,
  .umitabi01-photo-left__img--bottom picture {
    max-width: 130px;
  }
  .umitabi01-photo-left__img--middle::after {
    width: 63px;
    height: 84px;
    top: 50%;
    right: 0%;
  }
  .umitabi01-photo-left__img--bottom {
    padding-left: 12%;
  }
}

@media screen and (max-width: 768px) {
  .umitabi01__photo {
    padding-top: 42px;
  }
  .umitabi01-photo__inner {
    flex-direction: column;
    gap: 7.6%;
    margin-bottom: 15px;
  }
  .umitabi01-photo__left {
    width: 100%;
    position: relative;
    padding: 31px 0;
    margin-bottom: 32px;
  }
  .umitabi01-photo__left::before {
    width: 48px;
    height: 106px;
    top: -6%;
    right: 2%;
  }
  .umitabi01-photo__left::after {
    width: 40px;
    height: 40px;
    bottom: -4%;
    left: 2%;
  }
  .umitabi01-photo-left__bg {
    width: 34%;
    height: 100%;
    background: url(./img/bg_wave_left.png) repeat-y top left/contain;
  }
  .umitabi01-photo-title {
    font-size: 18px;
    box-shadow: 2px 2px 0 #0094e6;
    padding: 8px 11px;
    margin-bottom: 18px;
  }
  .top.umitabi01-photo-title {
    margin-bottom: 9px;
  }
  .umitabi01-photo-left__img--top {
    margin-bottom: 31px;
  }
  .umitabi01-photo-left__img--middle {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    padding-left: 0;
    margin-bottom: 21px;
  }
  .umitabi01-photo-left__img--middle::after {
    width: 55px;
    height: 69px;
    right: 0%;
  }
  .umitabi01-photo-left__img--bottom {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    padding-left: 71px;
  }
  .umitabi01-photo-left__img--middle picture,
  .umitabi01-photo-left__img--bottom picture {
    max-width: 152px;
  }
  .umitabi01-photo-left__img--middle .caption,
  .umitabi01-photo-left__img--bottom .caption {
    margin-left: 11px;
    padding-top: 0;
  }
  .umitabi01-photo__right {
    width: 100%;
    position: relative;
    padding: 44px 0 57px;
    margin-top: 0;
  }
  .umitabi01-photo__right::before {
    width: 77px;
    height: 148px;
    top: -5%;
    right: 6%;
  }
  .umitabi01-photo__right::after {
    width: 65px;
    height: 59px;
    bottom: 0%;
    left: 0%;
  }
  .umitabi01-photo-right__bg {
    width: 34vw;
    background: url(./img/bg_wave_right.png) repeat-y top right/contain;
  }
  .umitabi01-photo-right__img--top {
    margin-bottom: 28px;
  }
}

/* plus check */
.umitabi01__plus {
  width: 100%;
  text-align: center;
  padding: 62px 0 55px;
  position: relative;
  overflow: hidden;
}
.umitabi01__plus::before {
  content: "";
  display: block;
  width: 214px;
  height: 37px;
  background: url(./img/icon_dome_white_3.svg) repeat-x center center/cover;
  position: absolute;
  top: 30%;
  left: -1.5%;
  z-index: 2;
}
.umitabi01__plus::after {
  content: "";
  display: block;
  width: 215px;
  height: 37px;
  background: url(./img/icon_dome_white_3-2.svg) repeat-x center center/cover;
  position: absolute;
  bottom: 27%;
  right: -1.5%;
  z-index: 2;
}
.umitabi01-plus__inner.inner {
  max-width: 1060px;
  width: 100%;
  position: relative;
}
.umitabi01-plus__inner::before,
.umitabi01-plus__inner::after {
  content: "";
  display: block;
  width: 74px;
  height: 37px;
  background: url(./img/icon_dome_white.svg) repeat-x center center/cover;
  position: absolute;
  z-index: 2;
}
.umitabi01-plus__inner::before {
  top: 30%;
  right: 0%;
}
.umitabi01-plus__inner::after {
  bottom: 17%;
  left: -12%;
}
.umitabi01-plus__title {
  max-width: 205px;
  margin: 0 auto 18px;
  position: relative;
}
.umitabi01-plus__title::after {
  content: "";
  display: block;
  width: 107px;
  height: 80px;
  background: url(./img/icon_hitode-kai.png) repeat-x center center/cover;
  position: absolute;
  top: -55%;
  right: -27vw;
  z-index: 2;
}
.umitabi01-plus__content {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 52px;
  position: relative;
  z-index: 3;
}
.umitabi01-plus__img {
  width: 100%;
  position: relative;
}
.umitabi01-plus__head {
  width: 100%;
  height: 78px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
  background: url(./img/bg_wave_blue_bottom.svg) repeat-x center center/cover;
  display: grid;
  place-items: center;
}
.umitabi01-plus__lead {
  margin-bottom: 437px;
}
#plus-swiper {
  width: 100%;
  padding: 0 25px;
  position: absolute;
  top: 69%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
#plus-swiper.circle-swiper .swiper-slide:nth-child(even) {
  margin-top: 30px;
}
.umitabi01-plus__btn {
  display: block;
  width: 300px;
  height: 50px;
  margin: auto;
	transition: .3s ease-out;
}
.umitabi01-plus__btn:hover {
	opacity: 0.6;
}
.umitabi01__check {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.umitabi01-check__title {
  max-width: 376px;
  margin: 0 auto 25px;
}
.umitabi01-check__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.umitabi01-check__bnr {
  width: 100%;
  transition: 0.3s ease-out;
}
.umitabi01-check__bnr:hover {
  opacity: 0.6;
}
.umitabi01-check__list {
  width: 100%;
  background: #fff;
  border: 2px solid #0094e6;
  border-radius: 8px;
}
.umitabi01-check-list__title {
  border: 1px solid #0094e6;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #0094e6;
  height: 35px;
  display: grid;
  place-content: center;
  border-radius: 5px;
}
.umitabi01-check-list__content {
  display: flex;
  padding: 15px 10px 5px;
  gap: 1px;
}
.umitabi01-check-list__block {
  width: 50%;
}
.umitabi01-check-list__item {
  font-size: 15px;
  line-height: 1;
  padding: 9px 0;
  border-bottom: 2px dotted #dcdcdc;
}
.umitabi01-check-list__block:first-child
  .umitabi01-check-list__item:last-child {
  border-bottom: none;
}
.umitabi01-check-list__block:first-child .umitabi01-check-list__item {
  padding-left: 15px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .umitabi01__plus {
    padding: 60px 0 52px;
  }
  .umitabi01__plus::before {
    display: none;
  }
  .umitabi01__plus::after {
    display: none;
  }
  .umitabi01-plus__inner.inner {
    max-width: 100%;
  }
  .umitabi01-plus__inner::before,
  .umitabi01-plus__inner::after {
    display: none;
  }
  .umitabi01-plus__title {
    max-width: 137px;
    margin: 0 auto 9px;
  }
  .umitabi01-plus__title::after {
    width: 71px;
    height: 53px;
    top: -174%;
    right: -78%;
  }
  .umitabi01-plus__content {
    padding-bottom: 40px;
  }
  .umitabi01-plus__img {
    padding-top: 40px;
  }
  .umitabi01-plus__head {
    font-size: 18px;
  }
  .umitabi01-plus__lead {
    margin-bottom: 300px;
  }
  #plus-swiper {
    padding: 0;
    top: initial;
    bottom: 0;
  }
  #plus-swiper.circle-swiper .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
  .umitabi01__check {
    padding-bottom: 80px;
  }
  .umitabi01-check__title {
    max-width: 250px;
    margin: 0 auto 9px;
  }
  .umitabi01-check__flex {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .umitabi01-check__list {
    max-width: 374px;
  }
  .umitabi01-check-list__title {
    border: 1px solid #0094e6;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #0094e6;
    height: 60px;
    display: grid;
    place-content: center;
    border-radius: 5px;
    position: relative;
  }
  .umitabi01-check-list__title span {
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
  }
  .umitabi01-check-list__title span:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #0094e6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-out;
  }
  .umitabi01-check-list__title span:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #0094e6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-out;
  }
  .umitabi01-check-list__title.open span:before {
    width: 2px;
    height: 2px;
  }
  .umitabi01-check-list__content {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 6px 8px 2px;
    gap: 0;
  }
  .umitabi01-check-list__block {
    width: 100%;
  }
  .umitabi01-check-list__item {
    font-size: 14px;
    padding: 8px 10px 8px 20px;
  }
  .umitabi01-check-list__block:first-child
    .umitabi01-check-list__item:last-child {
    border-bottom: 2px dotted #dcdcdc;
  }
  .umitabi01-check-list__block:last-child
    .umitabi01-check-list__item:last-child {
    border-bottom: none;
  }
  .umitabi01-check-list__block:first-child .umitabi01-check-list__item {
    padding-left: 20px;
  }
}

/* umitabi02 03 */
.umitabi02 {
  width: 100%;
  position: relative;
  padding-top: 98px;
  overflow: hidden;
}
.umitabi02__top {
  background: #f7f1e7;
  position: relative;
  z-index: 4;
  text-align: center;
}
.umitabi02-top__head {
  max-width: 493px;
  width: 100%;
  position: absolute;
  top: -74px;
  left: 50%;
  transform: translateX(-50%);
}
.umitabi02-top__lead {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  margin-top: -13px;
}
.umitabi02-top__img {
  width: 100%;
  position: relative;
  z-index: 5;
}
.umitabi02-top__img::before {
  content: "";
  display: block;
  width: 130px;
  height: 86px;
  background: url(./img/icon_onsen.svg) repeat-x center center/cover;
  position: absolute;
  top: -11%;
  left: 6.3%;
  z-index: 2;
}
.umitabi03 .umitabi02-top__img::before {
  width: 119px;
  height: 51px;
  background: url(./img/icon_ryouri_01.png) repeat-x center center/cover;
  top: -7%;
}
.umitabi02__main {
  width: 100%;
  background: #f7f1e7;
  padding: 72px 0 38px;
  position: relative;
  overflow: hidden;
}
.umitabi02-main__inner {
  position: relative;
  text-align: center;
}
.umitabi02-main__inner::before {
  content: "";
  display: block;
  width: 311px;
  height: 135px;
  background: url(./img/text_refresh.png) repeat-x center center/cover;
  position: absolute;
  top: -20%;
  left: 25px;
  z-index: 3;
}
.umitabi03 .umitabi02-main__inner::before {
  width: 270px;
  height: 105px;
  background: url(./img/text_cuisine.png) repeat-x center center/cover;
  top: -14%;
}
.umitabi02-main__inner::after {
  content: "";
  display: block;
  width: 154px;
  height: 130px;
  background: url(./img/icon_yukata.png) repeat-x center center/cover;
  position: absolute;
  top: -17%;
  right: 12%;
  z-index: 3;
}
.umitabi03 .umitabi02-main__inner::after {
  width: 149px;
  height: 97px;
  background: url(./img/icon_ryouri_02.png) repeat-x center center/cover;
  top: -19%;
  right: 14%;
}
.umitabi02-main__title {
  max-width: 382px;
  margin: 0 auto 25px;
}
.umitabi02-main__lead {
  font-size: 16px;
  margin-bottom: 25px;
  position: relative;
}
.umitabi02-main__lead::before {
  content: "";
  display: block;
  width: 78px;
  height: 52px;
  background: url(./img/icon_oke.svg) repeat-x center center/cover;
  position: absolute;
  top: 53%;
  left: 12%;
  z-index: 2;
}
.umitabi03 .umitabi02-main__lead::before {
  width: 75px;
  height: 75px;
  background: url(./img/icon_sake.svg) repeat-x center center/cover;
  top: 42%;
  left: 16%;
}
.umitabi02-top__link {
  font-size: 16px;
  font-weight: bold;
  color: #ed891e;
  position: relative;
}
.umitabi02-top__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(./img/icon_arrow_orange.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}
.umitabi02 .umitabi01__check {
  background: #f7f1e7;
}
.umitabi03 .umitabi02__top {
  background: #f7eced;
}
.umitabi03 .umitabi02__main {
  background: #f7eced;
}
.umitabi03-main__title {
  max-width: 448px;
  margin: 0 auto 25px;
}
.umitabi03__content {
  max-width: 100%;
  width: 100%;
  background: #f7eced;
  margin: auto;
  padding-bottom: 100px;
}
.umitabi03-content__flex {
  max-width: 950px;
  width: 100%;
  padding: 0 25px;
  margin: auto;
  display: flex;
}
.umitabi03-content__img {
  width: 50%;
  border-radius: 8px;
}
.umitabi03-content__img img {
  border-radius: 8px;
}
.umitabi03-content__text {
  width: 50%;
  background: #fff;
  text-align: center;
  padding: 6px;
  border-radius: 7px;
}
.umitabi03-content-text__inner {
  width: 100%;
  height: 100%;
  border: 4.5px solid #f7eced;
  border-radius: 7px;
  display: grid;
  place-items: center;
}
.umitabi03-content__lead {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .umitabi02 {
    padding-top: 77px;
  }
  .umitabi02-top__head {
    max-width: 374px;
    top: -44px;
  }
  .umitabi02-top__lead {
    font-size: 14px;
    padding-bottom: 11px;
    margin-top: 7px;
  }
  .umitabi02-top__img::before {
    width: 79px;
    height: 52px;
    top: -16%;
    left: 4.8%;
  }
  .umitabi03 .umitabi02-top__img::before {
    width: 72px;
    height: 31px;
    top: -12%;
  }
  .umitabi02__main {
    padding: 70px 0 25px;
  }
  .umitabi02-main__inner::before {
    width: 156px;
    height: 68px;
    top: -21%;
    left: 20px;
  }
  .umitabi03 .umitabi02-main__inner::before {
    width: 135px;
    height: 52px;
    top: -19%;
  }
  .umitabi02-main__inner::after {
    width: 93px;
    height: 78px;
    right: 4.8%;
  }
  .umitabi03 .umitabi02-main__inner::after {
    width: 90px;
    height: 59px;
    top: -17%;
    right: 4.8%;
  }
  .umitabi02-main__title {
    max-width: 255px;
  }
  .umitabi02-main__lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .umitabi02-main__lead::before {
    width: 47px;
    height: 31px;
    top: 51%;
    left: 0%;
  }
  .umitabi03 .umitabi02-main__lead::before {
    width: 45px;
    height: 45px;
    top: initial;
    bottom: -10%;
    left: 0%;
  }
  .umitabi02-top__link {
    font-size: 14px;
  }
  .umitabi02-top__link::after {
    width: 6px;
    height: 9px;
    right: -14px;
  }
  .umitabi02 .umitabi01-check__title {
    display: none;
  }
  .umitabi03-main__title {
    max-width: 298px;
    margin: 0 auto 25px;
  }
  .umitabi03__content {
    background: #f7eced;
    padding-bottom: 80px;
  }
  .umitabi03-content__flex {
    max-width: 640px;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }
  .umitabi03-content__img {
    width: 100%;
  }
  .umitabi03-content__text {
    width: 100%;
    background: #f7eced;
    padding: 11px 0 0;
    border-radius: 0;
  }
  .umitabi03-content-text__inner {
    border: none;
    border-radius: 0;
  }
  .umitabi03-content__lead {
    font-size: 14px;
  }
}
/* plan */
.plan {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 28px 0 0;
}
.plan__top {
  width: 100%;
  padding-bottom: 25px;
}
.plan-top__title {
  max-width: 390px;
  width: 100%;
  margin: auto;
}
.plan__slider {
  background: linear-gradient(#fff 0%, #fff 135px, #f1efec 135px, #f1efec 100%);
  padding-bottom: 48px;
}
#plan-swiper {
  margin-bottom: 40px;
}
.reco-plan-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
.reco-plan-item a {
  display: block;
  height: 100%;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
	transition: .3s ease-out;
}
.reco-plan-item a:hover {
	opacity: 0.6;
}
.reco-plan-item .img {
	overflow: hidden;
}
.reco-plan-item .img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
	transition: .3s ease-out;
}
.reco-plan-item a:hover .img img {
	transform: scale(1.1);
}
.reco-plan-item .text {
  padding: 10px 15px;
}
.reco-plan-item .yado-name {
  font-size: 0.9em;
  margin-bottom: 3px;
}
.reco-plan-item .plan-name {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.reco-plan-item .plan-price {
  font-size: 1.2em;
  color: #cc0000;
}
.reco-plan-item .plan-price .plan-kubun {
  font-size: 0.9em;
  color: #000;
}
.reco-plan-item .plan-price b {
  font-size: 1.2em;
}
.plan__btn {
  display: block;
  width: 374px;
  height: 70px;
  margin: auto;
  transition: 0.3s ease-out;
}
.plan__btn:hover {
  opacity: 0.6;
}
.plan__bottom {
  width: 100%;
  background: #f1efec;
  padding-bottom: 102px;
}
.plan-bottom__title {
  max-width: 137px;
  width: 100%;
  margin: 0 auto 8px;
}
.plan-bottom__content {
  max-width: 830px;
  width: 100%;
  margin: auto;
  padding: 0 25px;
}
.plan-bottom-content__flex {
  width: 100%;
  background: #fff;
  border-radius: 9px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.plan-bottom__img {
  width: 358px;
}
.plan-bottom__text {
  width: 330px;
  text-align: center;
}
.plan-bottom-text__head {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #754c24;
  text-align: center;
  line-height: 1;
  margin-bottom: 13px;
  margin-top: -9px;
}
.plan-bottom-text__head span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.plan-bottom-text__lead {
  text-align: left;
  font-size: 14px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
.plan-bottom__btn {
  display: block;
  width: 300px;
  height: 50px;
  margin: auto;
  transition: 0.3s ease-out;
}
.plan-bottom__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 35px 0 0;
  }
  .plan__top {
    padding-bottom: 21px;
  }
  .plan-top__title {
    max-width: 260px;
  }
  .plan__slider {
    background: linear-gradient(#fff 0%, #fff 72px, #f1efec 72px, #f1efec 100%);
    padding-bottom: 40px;
  }
  #plan-swiper {
    margin-bottom: 35px;
  }
  .reco-plan-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 25px;
  }
  .reco-plan-item a {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .reco-plan-item .img img {
    height: 144px;
    border-radius: 8px 8px 0 0;
  }
  .reco-plan-item .text {
    padding: 8px 10px;
  }
  .reco-plan-item .yado-name {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .reco-plan-item .plan-name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .reco-plan-item .plan-price {
    font-size: 12px;
    color: #cc0000;
  }
  .reco-plan-item .plan-price .plan-kubun {
    font-size: 12px;
    color: #000;
  }
  .reco-plan-item .plan-price b {
    font-size: 18px;
  }
  .plan__btn {
    max-width: 414px;
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .plan__btn:hover {
    opacity: 1;
  }
  .plan__bottom {
    padding-bottom: 80px;
  }
  .plan-bottom__title {
    max-width: 137px;
    width: 100%;
    margin: 0 auto 8px;
  }
  .plan-bottom__content {
    max-width: 640px;
    padding: 0 20px;
  }
  .plan-bottom-content__flex {
    padding: 33px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .plan-bottom__img {
    width: 100%;
    order: 2;
    margin-bottom: 15px;
  }
  .plan-bottom__text {
    display: contents;
  }
  .plan-bottom-text__head {
    margin-top: 0;
    order: 1;
  }
  .plan-bottom-text__lead {
    order: 3;
    margin-bottom: 25px;
  }
  .plan-bottom__btn {
    order: 4;
  }
  .plan-bottom__btn:hover {
    opacity: 1;
  }
}

/* rain access search-bottom */
.rain {
  width: 100%;
  background: url(./img/bg_rain.png) repeat-x top -8px center/cover;
  padding: 48px 0 92px;
  margin-top: 40px;
}
.rain__title {
  max-width: 478px;
  width: 100%;
  margin: 0 auto 25px;
}
.access {
  width: 100%;
  background: url(./img/bg_access.jpg) repeat-x center center/cover;
  padding: 43px 0 101px;
  overflow: hidden;
  position: relative;
}
.access__flex {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.access__map {
  display: block;
  width: 50%;
  transition: 0.3s ease-out;
}
.access__map:hover {
  opacity: 0.6;
}
.access__text {
  width: calc(50% - 25px);
  background: #fff;
  border-radius: 13px;
  text-align: center;
  padding: 45px 20px 40px;
}
.access__title {
  max-width: 158px;
  width: 100%;
  margin: 0 auto 25px;
}
.access-text__lead {
  font-size: 16px;
  margin: 0 0 25px;
}
.access-text__img {
  max-width: 369px;
  width: 100%;
  margin: 0 auto 20px;
}
.access-text__lead.bottom {
  margin-bottom: 0;
}
.search-bottom {
  width: 100%;
  padding: 55px 0 115px;
  position: relative;
  overflow: hidden;
}
.splp-searchbox__tit--sp {
  display: none;
}
.search-bottom .search-summer2023 .inner-flex {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.search-bottom .search-btn__plan {
  bottom: -145%;
}
@media screen and (max-width: 768px) {
  .rain {
    padding: 38px 0 64px;
    margin-top: 12px;
  }
  .rain__title {
    max-width: 319px;
  }
  #rain-swiper {
    margin: 0 calc(50% - 50vw);
  }
  .access {
    background: url(./img/bg_access.jpg) repeat-x center center/cover;
    padding: 46px 0 80px;
  }
  .access__flex {
    max-width: 100vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    flex-direction: column;
  }
  .access__map {
    width: 100%;
  }
  .access__map:hover {
    opacity: 1;
  }
  .access__text {
    max-width: 600px;
    width: calc(100% - 40px);
    margin: -17px 20px 0;
    border-radius: 9px;
    padding: 30px 10px 40px;
  }
  .access__title {
    max-width: 158px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .access-text__lead {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .access-text__img {
    max-width: 246px;
    margin: 0 auto 10px;
  }
  .access-text__lead.bottom {
    margin-bottom: 0;
  }
  .search-bottom {
    padding: 30px 0 83px;
  }
  .search-bottom .splp-searchbox {
    position: relative;
    padding-top: 26px;
  }
  .search-bottom .splp-searchbox__tit {
    display: none;
  }
  .splp-searchbox__tit.splp-searchbox__tit--sp {
    display: block;
    padding-bottom: 0;
    width: 165px;
    background: #fff;
    text-align: center;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .search-bottom .search-form {
    display: block;
  }
  .search-bottom .search-summer2023 .inner-flex {
    gap: 10px;
  }
  .search-bottom .search-summer2023 select:last-of-type {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
  }
  .search-bottom .search-summer2023 .btn {
    margin-top: 22px;
    margin-bottom: 10px;
  }
  .search-bottom .search-btn__plan {
    position: static;
    transform: initial;
    width: 100%;
    height: 40px;
    display: grid;
    place-items: center;
    background: #0094e6;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  .search-bottom .search-btn__plan::after {
    display: none;
  }
}

/* swiper */
#beach-swiper .swiper-button-prev,
#beach-swiper .swiper-button-next,
#plus-swiper .swiper-button-prev,
#plus-swiper .swiper-button-next,
#rain-swiper .swiper-button-prev,
#rain-swiper .swiper-button-next,
#beach-swiper .swiper-button-prev::after,
#beach-swiper .swiper-button-next::after,
#plus-swiper .swiper-button-prev::after,
#plus-swiper .swiper-button-next::after,
#rain-swiper .swiper-button-prev::after,
#rain-swiper .swiper-button-next::after {
  display: none;
}
#beach-swiper .swiper-button-prev,
#beach-swiper .swiper-button-next,
#plus-swiper .swiper-button-prev,
#plus-swiper .swiper-button-next,
#rain-swiper .swiper-button-prev,
#rain-swiper .swiper-button-next,
#plan-swiper .swiper-button-prev,
#plan-swiper .swiper-button-next {
  width: 56px;
  height: 56px;
  top: initial;
  bottom: 29%;
  transform: translateY(-50%);
}
#beach-swiper .swiper-button-prev::after,
#beach-swiper .swiper-button-next::after,
#plus-swiper .swiper-button-prev::after,
#plus-swiper .swiper-button-next::after,
#rain-swiper .swiper-button-prev::after,
#rain-swiper .swiper-button-next::after,
#plan-swiper .swiper-button-prev::after,
#plan-swiper .swiper-button-next::after {
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  z-index: 2;
  transition: 0.3s ease-out;
}
#beach-swiper .swiper-button-prev,
#plus-swiper .swiper-button-prev,
#rain-swiper .swiper-button-prev,
#plan-swiper .swiper-button-prev {
  left: 32%;
}
#beach-swiper .swiper-button-next,
#plus-swiper .swiper-button-next,
#rain-swiper .swiper-button-next,
#plan-swiper .swiper-button-next {
  right: 32%;
}
#beach-swiper .swiper-button-prev::after,
#plus-swiper .swiper-button-prev::after,
#rain-swiper .swiper-button-prev::after,
#plan-swiper .swiper-button-prev::after {
  background: url(./img/btn_slide_prev.svg) no-repeat center center/cover;
}
#beach-swiper .swiper-button-next::after,
#plus-swiper .swiper-button-next::after,
#rain-swiper .swiper-button-next::after,
#plan-swiper .swiper-button-next::after {
  background: url(./img/btn_slide_next.svg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #beach-swiper .swiper-button-prev,
  #beach-swiper .swiper-button-next,
  #plus-swiper .swiper-button-prev,
  #plus-swiper .swiper-button-next,
  #rain-swiper .swiper-button-prev,
  #rain-swiper .swiper-button-next,
  #beach-swiper .swiper-button-prev::after,
  #beach-swiper .swiper-button-next::after,
  #plus-swiper .swiper-button-prev::after,
  #plus-swiper .swiper-button-next::after,
  #rain-swiper .swiper-button-prev::after,
  #rain-swiper .swiper-button-next::after {
    display: flex;
  }
  #beach-swiper .swiper-button-prev,
  #beach-swiper .swiper-button-next,
  #plus-swiper .swiper-button-prev,
  #plus-swiper .swiper-button-next,
  #rain-swiper .swiper-button-prev,
  #rain-swiper .swiper-button-next,
  #plan-swiper .swiper-button-prev,
  #plan-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    bottom: 44%;
  }
  #beach-swiper .swiper-button-prev::after,
  #beach-swiper .swiper-button-next::after,
  #plus-swiper .swiper-button-prev::after,
  #plus-swiper .swiper-button-next::after,
  #rain-swiper .swiper-button-prev::after,
  #rain-swiper .swiper-button-next::after,
  #plan-swiper .swiper-button-prev::after,
  #plan-swiper .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }
  #beach-swiper .swiper-button-prev,
  #plus-swiper .swiper-button-prev,
  #rain-swiper .swiper-button-prev,
  #plan-swiper .swiper-button-prev {
    left: 16%;
  }
  #beach-swiper .swiper-button-next,
  #plus-swiper .swiper-button-next,
  #rain-swiper .swiper-button-next,
  #plan-swiper .swiper-button-next {
    right: 16%;
  }
}
