@charset "utf-8";

body {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
.display-pc {
  display: none;
}
.l-page {
  padding: 20px 0 0;
}
.l-page h1 {
  padding: 0 3%;
}
.l-page img {
  height: auto;
}
.l-content {
  max-width: 100%;
}
.l-conts {
  margin: 0 auto;
  max-width: 1236px;
  width: 100%;
}
.l-mainvisual {
  margin-bottom: 30px;
}
.l-mainvisual__inner img {
  max-width: 100%;
  height: auto;
}
.l-section__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.l-section__subtitle {
  font-size: 1.4rem;
}
.l-worcationconts {
  padding: 0 10px;
  margin-bottom: 80px;
}
.l-worcationconts__lead {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.l-worcationconts__lead:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background: #222;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.l-worcationconts__lead:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background: #222;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.l-worcationconts__lead:before {
  left:0;
}
.l-worcationconts__lead:after {
  right: 0;
}
.l-worcationconts__annotation {
  font-size: 1.2rem;
  max-width: 480px;
  margin: 0 auto 50px;
  text-align: left;
}
.l-worcationconts-wrap__inner {
  margin-bottom: 50px;
}
.l-worcationconts-wrap {
  max-width: 840px;
  margin: 0 auto 20px;
  position: relative;
}
.l-worcationconts-wrap.l-worcationconts-wrap__point3 {
  margin: 0 auto;
}
.l-worcationconts-wrap__caption {
  font-size: 1rem;
  margin-top: 5px;
  text-align: left;
}
.l-worcationconts-wrap__list {
  margin-bottom: 30px;
}
.l-worcationconts-wrap__title {
  font-size: 3rem;
}
.l-worcationconts-wrap__text {
  width: 100%;
}
.l-worcationconts-wrap02 {
  display: flex;
  max-width: 220px;
  margin: 0 auto 20px;
  align-items: center;
}
.l-worcationconts-wrap__icon {
  margin-right: auto;
}
.l-worcationconts-wrap__title--poit1 {
  color: #f24c4e;
  font-weight: bold;
}
.l-worcationconts-wrap__title--poit2 {
  color: #1fb58f;
  font-weight: bold;
}
.l-worcationconts-wrap__title--poit3 {
  color: #E7A822;
  font-weight: bold;
}
.l-worcationconts-wrap__sentence {
  border-top: 2px solid #b7b7b7;
  border-bottom: 2px solid #b7b7b7;
  font-size: 1.5rem;
  padding: 25px 0;
  margin-bottom: 30px;
}
.l-worcationconts-wrap__point2 .l-worcationconts-wrap__caption {
  text-align: right;
}
.l-worcationconts-wrap__title02 {
  color: #fff;
  text-align: left;
  letter-spacing: .001em;
  font-size: 1.5rem;
}
.l-worcationconts-wrap__title02--point1 {
  text-align: right;
  position: absolute;
  bottom: -10px;
  right: 15px;
}
.l-worcationconts-wrap__title02--point2 {
  position: absolute;
  bottom: -26px;
  left: 15px;
}
.l-worcationconts-wrap__title02--point3 {
  text-align: right;
  position: absolute;
  bottom: -26px;
  right: 15px;
}
.l-worcationconts-wrap__subtitle--point1 {
  background: #f24c4e;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px 7px 10px;
}
.l-worcationconts-wrap__subtitle--point2 {
  background: #1fb58f;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 20px 7px 10px;
  text-align: right;
}
.l-worcationconts-wrap__subtitle--point3 {
  background: #eab126;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px 7px 10px;
}
.l-modelplan {
  background: #f8f5f0;
}
.l-modelplanconts {
  padding: 40px 0;
}
.l-modelplanconts .l-section__title {
  margin-bottom: 70px;
}
.l-modelplanconts__inner {
  border: 1px solid #1fb58f;
  max-width: 1000px;
  margin: 0 10px 30px;
  padding: 0 10px 50px;
}
.l-modelplanconts__day1conts {
  position: relative;
  margin-bottom: 120px;
}
.l-modelplanconts__day1conts::after {
  content: "";
  display: inline-block;
  width: 180px;
  height: 89px;
  background: url("../images/flower-icon01.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.l-modelplanconts__day2conts {
  position: relative;
  margin-bottom: 100px;
}
.l-modelplanconts__day2conts::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 70px;
  background: url("../images/flower-icon02.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
}
.l-modelplanconts__day3conts {
  position: relative;
  margin-bottom: 180px;
}
.l-modelplanconts__day3conts::after {
  content: "";
  display: inline-block;
  width: 114px;
  height: 150px;
  background: url("../images/flower-icon03.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -66px;
}
.l-modelplanconts__icon {
  margin: -38px 0 15px;
  padding: 0 30px 0 15px;
  background: #F8F4EF;
  display: inline-block;
}
.l-modelplanconts-wrap {
  margin-bottom: 30px;
}
.l-modelplanconts-wrap__caption {
  text-align: left;
}
.l-modelplanconts-wrap__list {
  margin-bottom: 10px;
  padding: 0 10px;
}
.l-modelplanconts-wrap__text {
  max-width: 400px;
  margin: 0 auto 10px;
  text-align: left;
}
.l-modelplanconts-wrap__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.l-modelplanconts-wrap02 {
  background: #fff;
  max-width: 900px;
  margin: -30px auto 0;
  padding: 40px 10px 0;
}
.l-modelplanconts-wrap02__list {
  margin-bottom: 10px;
}
.l-modelplanconts-wrap02__left,
.l-modelplanconts-wrap02__right {
  margin-bottom: 20px;
}
.l-modelplanconts-wrap02__caption {
  text-align: right;
}
.l-modelplanconts-wrap02__title {
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
}
.l-modelplanconts-wrap02__title img {
  margin: 0;
}
.l-modelplanconts-wrap02__subtitle {
  font-size: 1.3rem;
  position: relative;
  top: -3px;
}
.l-modelplanconts-wrap02__sentence {
  text-align: left;
  padding-bottom: 20px;
}
.l-modelplanconts-wrap__link {
  color: #1fb58f !important;
  text-decoration: underline !important;
}
.l-modelplanconts-wrap__link:hover {
  text-decoration: none !important;
}
.tab-menu {
  display: flex;
  margin: 0 auto;
  max-width: 1236px;
  width: 100%;
}
.tab-item {
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  flex-grow: 1;
  border: 1px solid #4c967f;
  background: #1fb58f;
  color: #fff;
  transition: all 0.3s ease;
  width: 50%;
}
.tab-item:hover {
  background: #fff;
  color: #4c967f;
  transition: all 0.3s ease;
}
.tab-item.active {
  background: #fff;
  color: #4c967f;
}
.tab-box {
  max-width: 990px;
  margin: 0 auto;
}
.iPhone .tab-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.iPhone .tab-content.show {
  height: auto;
  opacity: 1;
}
.Android .tab-content {
  content-visibility: hidden;
  height: 0;
}
.Android .tab-content.show {
  content-visibility: visible;
  height: auto;
}
.l-conts.l-hotelintroductionconts {
  max-width: 100%;
}
.tab-box-conts {
  background: #f2fbfa;
}
.l-hotelintroduction {
  margin-top: -100px !important;
  background: #fff;
}
.l-hotelintroductionconts__inner {
  padding-top: 40px;
}
.l-hotelintroduction-wrap {
  margin-bottom: 30px;
  padding: 0 10px;
}
.l-hotelintroduction-wrap-slide {
  margin-bottom: 30px;
}
.slick_thumb .slick-track {
  transform: unset!important;
}
.thumb-item-image {
  height: 250px;
  margin-bottom: 18px;
}
.thumb-item img,
.thumb-item02 img,
.thumb-item03 img,
.thumb-item04 img,
.thumb-item05 img,
.thumb-item06 img,
.thumb-item07 img,
.thumb-item08 img,
.thumb-item09 img,
.thumb-item10 img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.thumb-item-nav-image {
  height: 55px;
  flex: 0 1 100%;
  margin-right: 1.3%;
  width: 24% !important;
}
.thumb-item-nav-image:last-child {
  margin-right: 0;
}
.thumb-item-nav img,
.thumb-item-nav02 img,
.thumb-item-nav03 img,
.thumb-item-nav04 img,
.thumb-item-nav05 img,
.thumb-item-nav06 img,
.thumb-item-nav07 img,
.thumb-item-nav08 img,
.thumb-item-nav09 img,
.thumb-item-nav10 img {
  object-fit: cover;
  height: 55px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.thumb-item-nav img:hover,
.thumb-item-nav02 img:hover,
.thumb-item-nav03 img:hover,
.thumb-item-nav04 img:hover,
.thumb-item-nav05 img:hover,
.thumb-item-nav06 img:hover,
.thumb-item-nav07 img:hover,
.thumb-item-nav08 img:hover,
.thumb-item-nav09 img:hover,
.thumb-item-nav10 img:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.thumb-item-nav .slick-current img,
.thumb-item-nav02 .slick-current img,
.thumb-item-nav03 .slick-current img,
.thumb-item-nav04 .slick-current img,
.thumb-item-nav05 .slick-current img,
.thumb-item-nav06 .slick-current img,
.thumb-item-nav07 .slick-current img,
.thumb-item-nav08 .slick-current img,
.thumb-item-nav09 .slick-current img,
.thumb-item-nav10 .slick-current img {
  opacity: 0.5;
}
.l-hotelintroduction-wrap-text__municipalities {
  background: #eab126;
  color: #fff;
  display: inline-block;
  padding: 2px 7px 3px;
  margin: 30px 0 10px;
}
.l-hotelintroduction-wrap-text__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-hotelintroduction-wrap-text__button {
  background: #1fb58f;
  border-radius: 50px;
  max-width: 280px;
  margin: 0 auto 30px;
  box-shadow: 0px 5px 10px -5px #aaa;
  transition: all 0.3s ease;
}
.l-hotelintroduction-wrap-text__button:hover {
  background: rgba(31, 181, 143, .7);
  transition: all 0.3s ease;
}
.l-hotelintroduction-wrap-text__button span {
  background: url("../images/camera-icon.png") no-repeat left center;
  padding-left: 30px;
}
.l-hotelintroduction-wrap-text__link {
  color: #fff !important;
  padding: 10px 0 12px;
  display: block;
}
.l-hotelintroduction-wrap-text__title02 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-hotelintroduction-wrap-text__title02:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #222;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.l-hotelintroduction-wrap-text__title02:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #222;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.l-hotelintroduction-wrap-text__title02:before {
  left:0;
}
.l-hotelintroduction-wrap-text__title02:after {
  right: 0;
}
.l-hotelintroduction-wrap-text__sentence {
  font-weight: bold;
  margin-bottom: 20px;
}
.l-hotelintroduction-wrap-text__reservationbutton {
  background: #f24c4e;
  max-width: 280px;
  margin: 0 auto;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}
.l-hotelintroduction-wrap-text__reservationbutton:hover {
  background: rgba(242, 76, 78, .7);
  transition: all 0.3s ease;
}
.l-hotelintroduction-wrap-text__link02 {
  color: #fff !important;
  display: block;
  padding: 15px 0;
  box-shadow: 0px 5px 10px -5px #aaa;
}
.tab-content-bottun {
  background: #c92535;
  max-width: 840px;
  width: 100%;
  margin: 50px auto 0;
  box-shadow: 0px 5px 10px -5px #aaa;
  transition: all 0.3s ease;
}
.tab-content-bottun:hover {
  background: rgba(201, 37, 53, .7);
  transition: all 0.3s ease;
}
.tab-content-bottun__link {
  color: #fff !important;
  display: block;
  padding: 15px 0;
  box-shadow: 0px 5px 10px -5px #aaa;
}
.okinawa-wrokation-footer {
  padding-top: 70px;
  background: #fff;
}
.okinawa-wrokation-footer__logo {
  margin-bottom: 20px;
}
.okinawa-wrokation-footer__address {
  margin-bottom: 30px;
}
.okinawa-wrokation-footer__copyright {
  color: #adadad;
}

@media screen and (min-width: 667px) {
  .l-page {
    margin: 0;
  }
  .thumb-item-image {
    height: 300px;
  }
  .thumb-item img,
  .thumb-item02 img,
  .thumb-item03 img,
  .thumb-item04 img,
  .thumb-item05 img,
  .thumb-item06 img,
  .thumb-item07 img,
  .thumb-item08 img,
  .thumb-item09 img,
  .thumb-item10 img {
    height: 300px;
  }
  .thumb-item-nav-image {
    height: 95px;
  }
  .thumb-item-nav img,
  .thumb-item-nav02 img,
  .thumb-item-nav03 img,
  .thumb-item-nav04 img,
  .thumb-item-nav05 img,
  .thumb-item-nav06 img,
  .thumb-item-nav07 img,
  .thumb-item-nav08 img,
  .thumb-item-nav09 img,
  .thumb-item-nav10 img {
    height: 95px;
  }
  .l-worcationconts-wrap__title02--point1 {
    bottom: 0;
  }
  .l-worcationconts-wrap__title02--point2 {
    bottom: -18px;
  }
  .l-worcationconts-wrap__title02--point3 {
    bottom: -15px;
  }
}

@media screen and (min-width: 760px) {
  .display-pc {
    display: block;
  }
  .display-sp {
    display: none;
  }
  .l-mainvisual {
    margin-bottom: 60px;
  }
  .l-section__subtitle {
    font-size: 1.5rem;
  }
  .l-worcationconts__lead {
    font-size: 1.4rem;
    padding: 0 80px;
  }
  .l-worcationconts-wrap {
    margin: 0 auto 100px;
  }
  .l-worcationconts-wrap__inner {
    display: flex;
    max-width: 840px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .l-worcationconts-wrap__list {
    width: 73.8%;
  }
  .l-worcationconts-wrap__text {
    width: 19%;
    margin-right: 3%;
  }
  .l-worcationconts-wrap__point2 .l-worcationconts-wrap__text {
    margin-right: 0;
    margin-left: 3%;
  }
  .l-worcationconts-wrap02 {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .l-worcationconts-wrap__icon {
    margin-right: auto;
  }
  .l-worcationconts-wrap__title--poit1 {
    border-top: 2px solid #f04345;
    border-bottom: 2px solid #f04345;
    margin-top: 15px;
  }
  .l-worcationconts-wrap__title--poit2 {
    border-top: 2px solid #1fb58f;
    border-bottom: 2px solid #1fb58f;
    margin-top: 15px;
  }
  .l-worcationconts-wrap__title--poit3 {
    border-top: 2px solid #E7A822;
    border-bottom: 2px solid #E7A822;
    margin-top: 15px;
  }
  .l-worcationconts-wrap__sentence {
    font-size: 1.2rem;
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
  }
  .l-worcationconts-wrap__point1 .l-worcationconts-wrap__inner,
  .l-worcationconts-wrap__point3 .l-worcationconts-wrap__inner {
    flex-direction: row-reverse;
  }
  .l-worcationconts-wrap__point1 .l-worcationconts-wrap__icon {
    margin-top: 50px;
  }
  .l-worcationconts-wrap__point2 .l-worcationconts-wrap__caption {
    text-align: right;
    padding-right: 30px;
  }
  .l-worcationconts-wrap__point2 .l-worcationconts-wrap__list {
    margin: 0 0 0 3.6%;
  }
  .l-worcationconts-wrap__title02 {
    font-size: 2.3rem;
  }
  .l-worcationconts-wrap__title02.l-worcationconts-wrap__title02--point2 {
    text-align: right;
  }
  .l-worcationconts-wrap__title02--point1 {
    position: absolute;
    right: 9px;
    bottom: -38px;
    text-align: left;
  }
  .l-worcationconts-wrap__title02--point2 {
    position: absolute;
    left: 27px;
    bottom: -68px;
  }
  .l-worcationconts-wrap__title02--point3 {
    position: absolute;
    right: 36px;
    bottom: -38px;
    text-align: left;
  }
  .l-worcationconts-wrap__subtitle--point1 {
    padding: 3px 15px 7px 15px;
  }
  .l-worcationconts-wrap__subtitle--point2 {
    padding: 3px 10px 7px 10px;
  }
  .l-worcationconts-wrap__subtitle--point3 {
    padding: 3px 15px 7px 10px;
  }
  
  .l-modelplan {
    margin-top: -57px !important;
  }
  .l-modelplanconts {
    padding: 80px 0 25px;
  }
  .l-modelplanconts__inner {
    margin: 0 10px 50px;
    padding: 0;
  }
  .l-modelplanconts__icon {
    margin: -38px 0 50px;
  }
  .l-modelplanconts-wrap {
    display: flex;
    max-width: 840px;
    margin: 0 auto 20px;
    flex-direction: row-reverse;
    padding: 0 10px;
  }
  .l-modelplanconts-wrap__caption {
    font-size: 1rem;
    margin-top: 3px;
  }
  .l-modelplanconts-wrap__list {
    width: 47.6%;
    margin-right: auto;
    padding: 0;
  }
  .l-modelplanconts-wrap__text {
    width: 47.6%;
    margin: 0;
  }
  .l-modelplanconts-wrap__title {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .l-modelplanconts-wrap__title img {
    margin: 0 0 5px;
  }
  .l-modelplanconts-wrap02 {
    margin: -30px auto 50px;
    width: 97%;
  }
  .l-modelplanconts-wrap02__inner {
    display: flex;
    max-width: 840px;
    margin: 0 auto;
  }
  .l-modelplanconts-wrap02__left {
    margin-right: auto;
  }
  .l-modelplanconts-wrap02__left,
  .l-modelplanconts-wrap02__right {
    width: 47.6%;
  } 
  .l-modelplanconts__day1conts::after {
    margin: 0;
    bottom: -50px;
  }
  .l-modelplanconts-wrap__sentence {
    font-size: 1.4rem;
  }
  .l-modelplanconts-wrap__details {
    font-size: 1.4rem;
  }
  .tab-menu {
    margin: 0 auto;
    padding: 0 10px;
  }
  .tab-item {
    width: 46.9%;
    margin-right: 3.3%;
    padding: 25px 0;
    font-size: 1.4rem;
  }
  .tab-item:last-child {
    margin-right: 0;
  }
  .tab-box-conts {
    padding-top: 80px;
    margin-top: -35px;
    height: 2898px;
  }
  .l-hotelintroductionconts__inner {
    padding: 100px 0 0;
  }
  .l-hotelintroduction-wrap {
    display: flex; 
    margin-bottom: 45px;
    padding: 0 10px;
  }
  .l-hotelintroduction-wrap-slide {
    width: 60.6%;
    margin-right: auto;
  }
  .l-hotelintroduction-wrap-slide__last {
    margin-bottom: 0;
  }
  .l-hotelintroduction-wrap-slide img {
    width: 100%;
    height: auto;
  }
  .thumb-item-image {
    height: 375px;
  }
  .thumb-item img,
  .thumb-item02 img,
  .thumb-item03 img,
  .thumb-item04 img,
  .thumb-item05 img,
  .thumb-item06 img,
  .thumb-item07 img,
  .thumb-item08 img,
  .thumb-item09 img,
  .thumb-item10 img {
    height: 375px;
  }
  .thumb-item-nav-image {
    height: 89px;
  }
  .thumb-item-nav img,
  .thumb-item-nav02 img,
  .thumb-item-nav03 img,
  .thumb-item-nav04 img,
  .thumb-item-nav05 img,
  .thumb-item-nav06 img,
  .thumb-item-nav07 img,
  .thumb-item-nav08 img,
  .thumb-item-nav09 img,
  .thumb-item-nav10 img {
    height: 89px;
  }
  .l-hotelintroduction-wrap-text {
    width: 35.3%;
  }
  .l-hotelintroduction-wrap-text__municipalities {
    font-size: 1.1rem;
    margin: 0 0 12px;
  }
  .l-hotelintroduction-wrap-text__title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .l-hotelintroduction-wrap-text__button {
    font-size: 1.1rem;
    max-width: 220px;
  }
  .l-hotelintroduction-wrap-text__link {
    padding: 5px 0 7px;
  }
  .l-hotelintroduction-wrap-text__title02 {
    font-size: 1.5rem;
  }
  .l-hotelintroduction-wrap-text__sentence {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .l-hotelintroduction-wrap-text__reservationbutton {
    max-width: 240px;
  }
  .l-hotelintroduction-wrap-text__link02 {
    padding: 10px 0;
  }
  .tab-content-bottun {
    width: 60%;
    position: relative;
    bottom: -29px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
  .tab-content-bottun__link {
    padding: 20px 0;
  }
  .tab-content {
    visibility: hidden;
    content-visibility: hidden;
    height: 0;
  }
  .tab-content.show {
    visibility: visible;
    content-visibility: visible;
    height: 0;
  }
  @-moz-document url-prefix() {
    .tab-content {
      height: 0;
      overflow: hidden;
      visibility: hidden;
    }
    .tab-content.show {
      height: auto;
      visibility: visible;
    }
    .tab-content-bottun {
      height: 145px;
    }
  }
  .iPad .tab-content {
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .iPad .tab-content.show {
    height: auto;
    visibility: visible;
  }
  .iPad .tab-content-bottun {
    height: 92px;
  }

  .l-hotelintroductionconts .l-section__title {
    margin-bottom: 2.5em;
  }
  .okinawa-wrokation-footer {
    padding: 90px 0 50px;
  }
  
}

@media screen and (min-width: 960px) {
  .l-worcationconts__lead {
    font-size: 1.5rem;
    padding: 0 80px;
  }
  .l-worcationconts-wrap__point1 .l-worcationconts-wrap__icon {
    margin-top: 60px;
  }
  .l-modelplanconts-wrap {
    padding: 0;
  }
  .l-worcationconts-wrap__sentence {
    font-size: 1.4rem;
  }
  .l-modelplanconts__inner {
    margin: 0 auto 50px;
  }
  .l-modelplanconts-wrap02 {
    margin: -30px auto 68px;
    width: 100%;
  }
  .l-modelplanconts-wrap02__caption {
    font-size: 1rem;
    margin-top: 3px;
  }
  .l-modelplanconts__day1conts {
    margin-bottom: 130px;
  }
  .l-modelplanconts__day1conts::after {
    width: 258px;
    height: 127px;
    bottom: -71px;
    left: 82px;
  }
  .l-modelplanconts__day2conts {
    margin-bottom: 165px;
  }
  .l-modelplanconts__day2conts::after {
    width: 299px;
    height: 104px;
    bottom: -55px;
  }
  .l-modelplanconts__day3conts::after {
    width: 165px;
    height: 217px;
    right: 66px;
    bottom: -64px;
  }
  .tab-item {
    font-size: 1.8rem;
  }
  .tab-box-conts {
    height: 2935px;
  }
  .tab-menu {
    padding: 0;
  }
  .l-hotelintroduction-wrap {
    padding: 0;
  }

  .l-hotelintroductionconts__inner {
    padding: 130px 0 0;
  }
  .tab-content-bottun {
    width: 100%;
    bottom: -47px;
    font-size: 2.4rem;
  }
  .tab-content-bottun__link {
    padding: 30px 0;
  }
  .l-hotelintroductionconts .l-section__title {
    margin-bottom: 3em;
  }
  .okinawa-wrokation-footer {
    padding: 150px 0 90px;
  }
  .iPad .tab-content-bottun {
    height: 145px;
  }
}