@charset "utf-8";

/* CSS Document */

.nopc {
    display: none
}

a:hover {
    opacity: 0.8
}

img {
    max-width: 100%
}


/* main * {
    line-height: 1.8
} */

.main-title,
#okinawa {
    line-height: 1.8
}

.txt-mincho {
    font-family: 'Noto Serif JP', serif;
}

.main-title {
    width: 100%;
    height: 730px;
    background-image: url("../images/mv.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.main-title.oka {
    background-image: url("../images/oka/mv.png");
}

.main-title.taketomi {
    background-image: url("../images/taketomi/mv.png");
}

.main-title .titlebox {
    width: 992px;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.titlebox>h2 {
    width: 80%;
    margin: auto
}

.readcopy {
    font-size: 16px;
    color: #FFF;
    margin-top: 20px;
}

.readcopy.mt50 {
    margin-top: 50px
}

.readcopy>span {
    display: block;
    font-size: 32px;
    margin-bottom: 20px;
}

section:not(.searchmodule__box) {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 100px;
}

.section-container {
    width: 992px;
    margin: auto;
}

.content__introbox {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.content__introbox .intro-img {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
}

.content__introbox .intro-sub {
    font-size: 22px;
    width: 36%;
    margin-right: 2%;
}

.content__introbox .intro-txt {
    flex: 1
}

.content__introbox.double {
    margin-top: 140px;
    margin-bottom: 80px;
}

.content__introbox.double .intro-img {
    width: 46%;
}

.content__introbox.double .intro-sub {
    width: 100%;
    margin-bottom: 30px;
    text-align: center
}

.content__introbox.double .intro-txt {
    text-align: center
}

.content__hotelbox {
    text-align: center;
    position: relative;
    padding-top: 180px;
}

.content__hotelbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 100px;
    margin: auto;
    background-color: #000;
}

.hotel-list>li+li {
    margin-top: 140px;
}

.hotel-list .hotel-img {
    margin-bottom: 30px;
}

.hotel-list .hotel-sub {
    font-size: 24px;
    margin-bottom: 10px;
}

.hotel-link-button {
    margin: 30px auto;
    width: 50%;
}

.hotel-link-button>a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    position: relative;
    line-height: 48px;
    background-color: #000;
}

.hotel-link-button>a::after {
    content: "";
    background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto
}

.foot-content {
  background: #000;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}


/* 下層 */

.content-inbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.content-inbox .main-img {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
}

.content-inbox .row-box {
    width: 46%;
}

.content-inbox .row-box.row-box__text {
    width: 50%;
}

.content-inbox .row-box .heading-txt {
    font-size: 24px;
    margin-bottom: 10px;
}

.heading-tour {
  text-align: center;
  font-size: 40px;
  color: #FFF;
  margin-bottom: 30px;
  line-height: 1.2
}

.heading-tour .en-letter {
  font-family: 'Caveat', cursive;
  font-size: 30px;
  color: #FFF;
  display: block;
}

.heading-tour small {
  font-size: 60%;
}

.tab-list {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

.tab-list li {
  flex-grow: 1;
  margin-right: 10px;
  background: #FFF;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.tab-list li:last-child {
    margin-right: 0
}

.tab-list li.nav_on,
.tab-list li:hover {
  background: #a7a238;
  color: #FFF;
}

.area00 {
  display: none;
}

.close-txt{
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  color: #FFF;
}

.link-bnr{
  margin-top: 50px;
  text-align: center
}
.link-bnr>a{
  display: block
}

.movie-content {
    width: 70%;
    max-width: 672px;
    height: auto;
    margin: auto;
    position: relative;
}

.movie-content:after {
    content: "";
    display: block;
    padding-top: 56.5%
}

.movie-content iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

section.searchmodule__box {
    padding-bottom: 60px;
}