@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@800&display=swap');

/* CSS Document */

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
}
#container {
    background: #fff;
    max-width: 1750px;
    margin: 0 auto;
}

.ro {
    transition: all 0.25s ease-out;
}

.ro:hover {
    transition: all 0.25s ease-out;
    opacity: .7;
    cursor: pointer;
}

.innerWrap {
    margin: 0 auto;
}

a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color:#000;
}
@media only screen and (max-width: 767px) {
    a[href^="tel:"] {
        pointer-events: auto;
        text-decoration:underline;
    }
}
pointer-events: auto;
.pcCont {
    display: block;
}

.spCont {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .pcCont {
        display: none;
    }
    .spCont {
        display: block;
    }
}

.eg {
    font-family: 'Barlow Condensed', sans-serif;
}
#breadcrumbs {
    color:#333;
    text-align: left;
    margin: 0 auto;
    padding: 12px 0 12px 30px;
    font-size: 12px;
    background-color:#f2f2f2;
}
#breadcrumbs a{
    color:#4e4e4e;
    text-decoration: none;
}
#breadcrumbs ul{
    display: flex;
}
#breadcrumbs li{
    margin-right:15px;
}
#breadcrumbs li:not(:first-child):before {
    content: ">";
    margin-right: 8px;
}
@media screen and (max-width:1000px) {
    #breadcrumbs {
        max-width:auto;
        margin: 0 auto;
        padding: 9px 15px;
 
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
         -webkit-overflow-scrolling: touch;
    }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
    display: flex;
    align-items: center;

    background-color: #cc0000;
    padding:0 30px;
    height:80px;
}

header img {
    width: 103px;
    height: 23px;
}

header h1 {
    font-size: 1.3rem;
    color: #fff;
    margin-left: 33px;
}

@media screen and (max-width:1000px) {
    header {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #DBDBDB;
        height: auto;
    }
    header h1 {
        order: 2;
        width: 100%;
        height: 56px;
        margin: 0;
        padding: 0 0 0 16px;
        background: #BF0101;
        text-align: left;
        display: flex;
        align-items: center;
    }
    header img {
        width: 70px;
        height: auto;
    }
   
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main_vs {
    position: relative;
    text-align: center;
}

#main_vs h1 {
    max-width: 1750px;
    width: 100%;
    height: 550px;
}

#main_vs h1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main_vs p {
    color: #0048b0;
    background: url(../img/main02.jpg) no-repeat center top;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5;
    letter-spacing: 0.05rem;
    padding: 64px 0 150px 0;
}

#main_vs p span {
    background-color: #f2fa4c;
}

@media screen and (max-width:1000px) {
    #main_vs h1 {
        height: auto;
    }
    #main_vs p {
        font-size: 1.4rem;
        line-height: 2.14;
        letter-spacing: 0.025rem;
    }
    #main_vs p {
        background: none;
        margin: -40% 0 40px 0;
        padding: 0;
    }
}

.bnr_jal{
    max-width:1280px;
    padding:0 20px;
    margin:0 auto 80px auto;
}
.bnr_jal img{
    width:100%;
    height: auto;
}
@media screen and (max-width:1000px) {
    .bnr_jal{
        max-width:480px;
        width:100%;
        margin-bottom:40px;
        padding:0 20px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■plan_cont
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* anchor */

.anchor_btn {
    max-width: 1200px;
    margin: 60px auto 40px auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
    z-index: 99;
}
.anchor_btn li {
    width: 32.5%;
}
.anchor_btn li img{
    width: 100%;
    height: auto;
}
.anchor_btn li a {
    color: #000;
    font-weight: bold;
    display: block;
    width: 100%;
    text-decoration: none;
}

@media screen and (max-width:600px) {
    .anchor_btn {
        padding:0 30px;
        display: block;
        max-width: 350px;
        margin:30px auto 0;
    }
    .anchor_btn li {
        width: 100%;
        margin: 0 0 12px 0;
    }
    .anchor_btn li img{
        width:100%;
        height: auto;
    }
}

#plan_cont {
    text-align: center;
    margin: 0 0 100px 0;
}
#plan_cont .planWrap {
    position: relative;
    transform: skew(0deg, -6deg);
    text-align: center;
    padding:140px 0 70px 0;
}
#plan_cont .innerWrap {
    margin: 0 auto;
    transform: skew(0deg, 6deg);
    padding: 0;
    box-sizing: content-box;
}
@media screen and (max-width:1000px) {
    #plan_cont {
        margin: -10px 0 0 0;
    }
    #plan_cont .innerWrap {
        padding: 0 30px;
        box-sizing: content-box;
    }
}

/* contents */
#plan_cont .eg {
    color: #d5f0fc;
    font-size: 160px;
    font-weight: bold;
    font-style: italic;
    line-height: 0.9;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    position:relative;
    z-index: 0;
}
#plan_cont .copy{
    margin:-200px 0 0 0;
    position:relative;
    z-index: 1;
}
#plan_cont .subcopy {
    width:450px;
    color:#fff;
    font-size:2.2rem;
    line-height: 1.3;
    background-color:#0043aa;
    border-radius: 50px;
    padding:10px 35px;
    margin:0 auto 20px;
}
#plan_cont .maincopy {
    color: #0044ab;
    font-size: 4.2rem;
    line-height: 1.4;
    font-weight: bold;g
    letter-spacing: 0.05em;
    margin: 0 0 40px 0;
}
#plan_cont p.text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    padding: 0 25px;
    margin: 0 0 48px 0;
}
@media screen and (max-width:1000px) {
    #plan_cont .planWrap{
        padding:86px 0 20px 0;
    }
    #plan_cont .eg {
        font-size: 6.8rem;
        text-align: center;
        margin-bottom: 20px;
        overflow-wrap: break-word;
    }
    #plan_cont .copy {
        margin:-170px 0 0;
    }
    #plan_cont .subcopy {
        width:100%;
        font-size:1.5rem;
        padding:10px 0px;
    }
    #plan_cont .maincopy {
        font-size: 1.9rem;
        margin-bottom: 38px;
    }
    #plan_cont p.text {
        font-size: 1.5rem;
        line-height: 1.8;
        text-align: left;
        margin-bottom: 20px;
        padding:0;
    }
    #plan_cont h2 {
        font-size: 2.2rem;
        margin-bottom: 18px;
    }
}

/* HOTEL */
#hotel {
    background-color: #d0f5f5;
    padding: 0 0 93px 0;
    z-index: 1;
}
#hotel .maincopy{
    color:#099;
    margin-bottom: 45px;
}
#hotel .subcopy{
    background-color: transparent;
    color:#299;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0px;
    width: 100%;
}
#hotel .eg{
    color:#e6fefe;
}
#plan_cont #hotel .tour_block h2{
    background-color: #099;
}
@media screen and (max-width:1000px) {
    #plan_cont #hotel.planWrap{
        padding-top:36px;
    }
    #hotel .eg{
        margin-bottom:70px;
    }
}

/* RESORT */
#resort {
    background-color: #e5f7ff;
    padding: 0 0 93px 0;
    z-index: 1;
}
#resort .img01,
#resort .img02{
    position:absolute;
    z-index: 100;
}
#resort .img01 {
    top:-100px;
    left:calc(50% + 321px);
}
#resort .img02 {
    top:95px;
    left:calc(50% + 375px);
}
#resort .img03{
    width:100%;
    height: 960px;
    text-align:center;
}
#resort .img03 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#resort .img03 img a{
    position: absolute;
    bottom:30px;
}
#resort .btn{
    text-align:center;
    margin:-100px auto 80px;
}
@media screen and (max-width:1000px) {
    #resort {
        padding: 0 0 60px 0;
    }
    #resort .img01,
    #resort .img02{
        position:relative;
        z-index: 100;
    }
    #resort .img01 {
        width:100%;
        left:auto;
        right:auto;
        top:auto;
    }
    #resort .img01 img{
        width:90%;
        height: auto;
    }
    #resort .img03{
        width:auto;
        height: auto;
        margin:0 -30px;
    }
    #resort .img03 img{
        width: 100%;
        object-fit: contain;
    }
    #resort .btn{
        width:100%;
        text-align:center;
        margin:-80px auto 80px;
    }
    #resort .btn img{
        width:100%;
    }
}

/* naha */
#naha{
    background-color: #fffde5;
}
#naha .innerWrap{
    margin-top:0px;
    position: relative;
    z-index: 0;
}
#naha .img01{
    position:absolute;
    left:0;
    top:-232px;
    z-index: 0;
}
#naha .eg {
    color:#f7f4d2;
}
#naha .subcopy {
    width:340px;
    background-color:#f46709;
}
#naha .maincopy {
    color: #f46709;
}
#naha .tokuten{
    color:#0048b0;
    font-size:2.6rem;
    font-weight:bold;
    background-color:#f4fb5e;
    display: inline-block;
    margin-bottom:30px;
}
#naha .infoWrap{
    max-width:1200px;
    margin:0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}
#naha .infoWrap .img,
#naha .infoWrap ul{
    width:48.08%;
}
#naha .infoWrap .img img{
    width:100%;
}
#naha .infoWrap ul li{
    font-size:1.6rem;
    line-height: 1.75;
    text-indent:-1em;
    margin-left:1em;
}
#naha .infoWrap ul li.menu{
    margin-top: 1em;
}
#naha .attention{
    max-width:1200px;
    color:#555;
    font-size:1.5rem;
    border:1px solid #555555;
    padding:15px 25px;
    margin:0 auto 48px;
}
@media screen and (max-width:1000px) {
    #naha .img01{
        position:absolute;
        left:0;
        top:-108px;
        z-index: 0;
        width:100%;
    }
    #naha .img01 img{
        width:100%;
    }
    #naha .subcopy {
        width:90%;
    }
   #naha .tokuten{
        font-size:1.7rem;
        margin-bottom:30px;
    }
    #naha .infoWrap{
        display: block;
    }
    #naha .infoWrap .img,
    #naha .infoWrap ul{
        width:100%;
        margin-bottom:18px;
    }
    #naha .infoWrap .img img{
        width:100%;
    }
    #naha .infoWrap ul li{
        font-size:1.4rem;
        line-height: 1.75;
        text-indent:-1em;
        margin-left:1em;
    }
    #naha .infoWrap ul li.menu{
        margin-top: 1em;
    }
    #naha .attention{
        font-size:1.4rem;
        padding:15px 25px;
        margin:0 auto 32px;
        text-align: left;
    }
}


/* ツアーブロック */

#plan_cont .tour_block {
    max-width:1200px;
    margin:0 auto;
    padding-bottom: 30px;
}
#plan_cont .tour_block h2{
    color:#fff;
    font-size:2.2rem;
    font-weight: bold;
    background-color:#0046ad;
    padding:6px 0;
    margin:0 0 30px 0;
}
#naha .tour_block h2{
    background-color:#f46709;
}

#plan_cont .tour_block ul.btn {
    display: flex;
    justify-content: flex-start;

    flex-wrap: wrap;
    margin: 0 auto 20px;
}
#plan_cont .tour_block ul.btn li {
    width: 15.5%;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-right: 1.4%;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #c11;
    border-radius: 8px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
}
#plan_cont .tour_block ul.btn li a{
    display: block;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
    text-decoration: none;
    position: relative;
}
#plan_cont .tour_block ul.btn li a::after {
    content:'';
    display: block;
    width:8px;
    height:8px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    position: absolute;
    right:18px;
    top:calc(50% - 4px);
    transform: rotate(-45deg);
}

#plan_cont .tour_block ul.btn li a span{
    font-size: 80%;
}
#plan_cont .tour_block ul.btn li:nth-child(6n),
#plan_cont .tour_block ul.btn li:last-child {
    margin-right: 0;
}

#plan_cont .tour_block ul.hotel {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}

#plan_cont .tour_block ul.hotel li {
    width: 23.333%;
    padding: 18px 15px 20px;
    background-color:#fff;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-right: 2.222%;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 3px;
}
#plan_cont .tour_block ul.hotel li:nth-child(4n),
#plan_cont .tour_block ul.hotel li:last-child {
    margin-right: 0;
}

#plan_cont .tour_block ul.hotel li .title{
    color:#0a8afa;
    font-weight: bold;
    text-align: center;
    margin:0 0 14px 0;
}
#plan_cont .tour_block ul.hotel li .title{
    color:#ff6600;
    min-height: 50px;
}
#plan_cont .tour_block ul.hotel li img{
    width:100%;
    margin-bottom: 10px;
}
#plan_cont .tour_block ul.hotel li .text{
    font-size:1.3rem;
    font-weight: normal;
    line-height: 1.8;
    padding:0;
    margin:0 0 9px 0;
    min-height: 70px;
}
#plan_cont .tour_block ul.hotel li select{
    width: 100%;
    padding: 10px;
    margin:0;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url(../img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
    background: url(../img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
    background-size: 20px, 100%;
}

@media screen and (max-width:1000px) {
    #plan_cont .tour_block ul.btn li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 12px;
    }
    #plan_cont .tour_block ul.btn li a{
        font-size: 2.2rem;
        padding: 20px 20px;
    }
    #plan_cont .tour_block ul.btn li a::after {
        content:'';
        display: block;
        width:8px;
        height:8px;
        position: absolute;
        right:18px;
        top:calc(50% - 4px);
        transform: rotate(-45deg);
    }
    #plan_cont .tour_block ul.btn li a span{
        font-size: 80%;
    }
    #plan_cont .tour_block ul.btn li:nth-child(2n),
    #plan_cont .tour_block ul.btn li:last-child {
        margin-right: 0;
    }

    #plan_cont .tour_block h2{
        font-size:1.6rem;
        margin-bottom:15px;
    }
    #plan_cont .tour_block ul.hotel {
        display: block;
        margin: 0 auto;
    }
    #plan_cont .tour_block ul.hotel li {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.6rem;
        position: relative;
        padding:12px 20px 14px 20px;
    }
    #plan_cont .tour_block ul.hotel li img{
        display: block;
        width:80px;
        margin:0 auto;
        position: absolute;
        left:20px;
        top:13px;
        border-radius: 4px;
    }
    #plan_cont .tour_block ul.hotel li .title,
    #plan_cont .tour_block ul.hotel li .text{
        text-align: left;
        padding-left:95px;
    }
    #plan_cont .tour_block ul.hotel li .title{
        margin-bottom:5px;
        min-height: 28px;
    }
    #plan_cont .tour_block ul.hotel li .text{
        font-size:1.1rem;
        line-height: 1.5;
        margin-bottom:10px;
        min-height: 32px;
    }
    #plan_cont .tour_block ul.hotel li:nth-child(4n) {
        margin-right: 0;
    }
    #plan_cont .tour_block ul.hotel li:after {
        font-size: 2.6rem;
        top: 58%;
    }
    #plan_cont .tour_block ul.hotel li select{
        font-size:1.5rem;
        border-radius: 0;
        padding:7px 15px;
    }
}


/*/////////////////////////////　フッター　////////////////////////////*/

footer {
    text-align: left;
    position: relative;
    padding: 100px 0 0 0;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

footer li {
    margin: 0 0 0 24px;
    padding: 0;
}

footer .copyright {
    background: #ececec;
    padding: 24px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 1rem;
}

footer .copyright a {
    color: inherit !important;
    text-decoration: none;
}

footer div {
    color: #fff;
    background: #445289;
    padding: 40px calc(50% - 450px);
    padding: 40px -webkit-calc(50% - 450px);
    display: flex;
    flex-wrap: wrap;
}

footer dl {
    margin: 0 0 0px 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

footer dd {
    font-size: 13px;
    margin: 0 12px 0 0;
    padding: 0;
}

footer dt {
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

footer dd a {
    color: #fff !important;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

footer dd a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
    footer {
        padding: 60px 0 0 0;
    }
    footer ul {
        text-align: center;
        display: block;
        position: static;
    }
    footer li {
        margin: 0;
        padding: 0 15px;
    }
    footer .copyright {
        padding: 15px 20px;
    }
    footer div {
        display: block;
        padding: 20px;
        margin-top: 20px;
    }
    footer dl {
        margin: 0;
        flex-wrap: wrap;
    }
    footer dt {
        width: 100%;
        margin: 0 0 12px 0;
    }
}


/* ページトップ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    z-index: 100;
}

#page-top a {
    background: #AB1436;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #333;
}

@media screen and (max-width: 560px) {
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 10px;
        font-size: 13px;
    }
    #page-top a {
        background: #AB1436;
        text-decoration: none;
        color: #fff;
        width: 100px;
        padding: 20px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
    }
    #page-top a:hover {
        text-decoration: none;
        background: #333;
    }
}