@charset "UTF-8";
/* ページ設定 */
@import url("https://fonts.googleapis.com/css2?family=Chelsea+Market&family=M+PLUS+Rounded+1c:wght@300;400;500&display=swap");

.modelcourseWrap .mainWrap {
    color: #000;
    line-height: 1.6;
    font-size: 16px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
    position: relative;
}

.search {
    background: #174285;
    padding: 20px 0;
}

.search .left {
    color: #fff;
    font-size: 18px;
    padding-right: 15px;
}

.search .right select {
    padding: 5px;
    font-size: 18px;
    width: 208px;
}

.searchWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modelcourseMv {
    position: relative;
}

.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .slider {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.slider .slick-list {
    height: 100%;
}

.slider .slick-track {
    height: 100%;
}

.sliderImg {
    height: 100%;
}

[data-element-id] .sliderImg {
    width: 25%;
}

.sliderImg img {
    width: 100%;
    height: 100% !important;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.modelcourseMvContent {
    padding: 60px 0 0 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}

.modelcourseMvContentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1000px;
    margin: auto;
    position: relative;
}

.modelcourseMvImgLeft,
.modelcourseMvImgRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.ttlWrap {
    color: #FFF;
    text-align: center;
}

.modelcourseMvSubTtl {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
}

.modelcourseMvTtl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 50px;
    margin: 0 0 30px 0;
    height: auto;
    line-height: 1.4;
}


.modelcourseMvLead {
    letter-spacing: 1px;
    line-height: 1.6;
}

.modelcourseNav {
    margin-top: 10px;
    position: relative;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.modelcourseNavList li,
.spFixedMenu li {
    text-align: center;
}

.modelcourseNavList li:first-child a::after,
.spFixedMenu li:first-child a::after {
    color: #00ac97;
}

.modelcourseNavList li:first-child .subTtl,
.spFixedMenu li:first-child .subTtl {
    color: #00ac97;
}

.modelcourseNavList li:nth-child(2) a::after,
.spFixedMenu li:nth-child(2) a::after {
    color: #f8b500;
}

.modelcourseNavList li:nth-child(2) .subTtl,
.spFixedMenu li:nth-child(2) .subTtl {
    color: #f8b500;
}

.modelcourseNavList li:nth-child(3) a::after,
.spFixedMenu li:nth-child(3) a::after {
    color: #00afcc;
}

.modelcourseNavList li:nth-child(3) .subTtl,
.spFixedMenu li:nth-child(3) .subTtl {
    color: #00afcc;
}

.modelcourseNavList li:nth-child(4) a::after,
.spFixedMenu li:nth-child(4) a::after {
    color: #f19ca7;
}

.modelcourseNavList li:nth-child(4) .subTtl,
.spFixedMenu li:nth-child(4) .subTtl {
    color: #f19ca7;
}

.modelcourseNavList li a::after,
.spFixedMenu li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.modelcourseNavList li {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
}

.modelcourseNavList li:first-child .linkWrap {
    background: #00ac97;
}

.modelcourseNavList li:first-child a::after {
    color: #00ac97;
}

.modelcourseNavList li:first-child .subTtl {
    color: #00ac97;
}

.modelcourseNavList li:nth-child(2) .linkWrap {
    background: #f8b500;
}

.modelcourseNavList li:nth-child(2) a::after {
    color: #f8b500;
}

.modelcourseNavList li:nth-child(2) .subTtl {
    color: #f8b500;
}

.modelcourseNavList li:nth-child(3) .linkWrap {
    background: #00afcc;
}

.modelcourseNavList li:nth-child(3) a::after {
    color: #00afcc;
}

.modelcourseNavList li:nth-child(3) .subTtl {
    color: #00afcc;
}

.modelcourseNavList li:nth-child(4) .linkWrap {
    background: #f19ca7;
}

.modelcourseNavList li:nth-child(4) a::after {
    color: #f19ca7;
}

.modelcourseNavList li:nth-child(4) .subTtl {
    color: #f19ca7;
}

.modelcourseNavList li a {
    display: inline-block;
    width: 100%;
    background: #FFF;
    padding: 10px 0 5px 0;
    color: #333;
    font-size: 20px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.modelcourseNavList li a:hover {
    text-decoration: none;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modelcourseNavList li a .subTtl {
    display: block;
    font-size: 20px;
    font-family: "Chelsea Market", cursive;
}

.linkWrap {
    display: block;
}

.modelcourseMeasure {
    padding: 50px 0 0 0;
}

.modelcourseMeasure:nth-of-type(odd) .aboutArea .mapBox {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.modelcourseMeasure:nth-of-type(even) .aboutArea .mapBox {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

.modelcourseMeasure.hokubu {
    padding: 150px 0 0 0;
    background-image: linear-gradient(-5deg, #f8b500 10%, #00ac97 10%, #00ac97 90%, #00ac97 90%);
}

.modelcourseMeasure.hokubu .recommendBox .tabBtnList .tabBtnInner {
    background: #e95388;
}

.modelcourseMeasure.hokubu .tabItemTtl {
    color: #e95388;
}

.modelcourseMeasure.hokubu .txtBoxTtl {
    color: #00ac97;
}

.modelcourseMeasure.hokubu .move {
    background: #00ac97;
}

.modelcourseMeasure.hokubu .course ul li {
    border-bottom: 1px dotted #00ac97;
}

.modelcourseMeasure.hokubu .tabItem.kanko .boxWrap .box,
.modelcourseMeasure.hokubu .tabItem.gourmet .boxWrap .box,
.modelcourseMeasure.hokubu .tabItem.option .boxWrap .box {
    border-bottom: 1px dotted #00ac97;
}

.modelcourseMeasure.hokubu .btnBox li .dep {
    background: #e95388;
}

.modelcourseMeasureHeadSubTtl {
    font-family: "Chelsea Market", cursive;
    margin: 0 0 40px 0;
    font-size: 24px;
    color: #FFF;
    text-align: center;
}

.modelcourseMeasureHeadTtl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    font-size: 52px;
    margin: 0 0 50px 0;
}

.aboutArea .txtBox {
    padding-top: 20px;
    color: #fff;
}

.aboutAreaTtl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    padding: 0 15px 0 20px;
}

.aboutAreaTtlImg {
    margin: -25px 0 10px 0;
}

.aboutAreaTxt + .aboutAreaTxt {
    margin: 10px 0 0 0;
}

.mapBox iframe {
    height: 400px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.sectionTtl {
    text-align: center;
    margin: 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
}

.sectionSubTtl {
    font-family: "Chelsea Market", cursive;
    margin: 5px 0 30px 0;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

.tabBtnList {
    padding: 0 30px;
    color: #FFF;
    text-align: center;
}

.tabBtnList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabBtnList li.active .tabBtnInner {
    background: #fff !important;
    color: #000;
}

.tabBtnList .tabBtnInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0 20px 0;
    border-radius: 5px 5px 0 0;
}

.tabBtnList .tabBtnInner:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer;
}

.tabItem {
    background: #FFF;
    padding: 30px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    margin: -5px 0 0 0;
    z-index: 1;
    position: relative;
}

.tabItem .txtBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.55%;
    flex: 0 0 55.55%;
}

.tabItem .txtBox .txt {
    font-size: 14px;
}

.tabItem .txtBox .opBtn a {
    text-align: center;
    display: inline-block;
    padding: 5px 30px 5px 15px;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    background: #79c06e;
    color: #333;
    margin: 10px 0;
}

.tabItem .txtBox .opBtn a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: bold;
    position: absolute;
    right: 10px;
}

.tabItem ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 0;
    position: relative;
}

.tabItem ul li .imgBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66%;
    flex: 0 0 41.66%;
}

.course {
    position: relative;
}

.course ul li {
    padding-bottom: 5px;
}

.course ul li .imgBox img {
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.course ul li .move {
    position: absolute;
    top: -25px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
}

.course ul li .move .moveWrap {
    position: relative;
    z-index: 1;
}

.course ul li .move .fontSmall {
    font-size: 12px;
}

.course ul li:nth-child(odd) {
    margin: 0 0 30px 210px;
}

.course ul li:nth-child(odd) .imgBox {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.course ul li:nth-child(odd) .move {
    left: -140px;
}

.course ul li:nth-child(odd) .move .arrow {
    position: absolute;
    top: -8px;
    left: 38px;
    z-index: 0;
}

.course ul li:nth-child(even) {
    margin: 0 210px 30px 0;
}

.course ul li:nth-child(even) .imgBox {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.course ul li:nth-child(even) .move {
    right: -140px;
}

.course ul li:nth-child(even) .move .arrow {
    position: absolute;
    top: -8px;
    left: 19px;
    z-index: 0;
}

.modelCourseImg {
    width: 180px;
    height: 160px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;
    top: 25px;
    left: 15px;
}

.tabItemTtl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0 50px 0;
}

.txtBoxTtl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.txtBoxTtl .fontSmall {
    font-size: 16px;
}

.tabItem.kanko .boxWrap,
.tabItem.gourmet .boxWrap,
.tabItem.option .boxWrap {
    padding: 0 20px;
}

.tabItem.kanko .boxWrap .box,
.tabItem.gourmet .boxWrap .box,
.tabItem.option .boxWrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tabItem.kanko .txtBox,
.tabItem.gourmet .txtBox,
.tabItem.option .txtBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.tabItem.kanko .imgBox,
.tabItem.gourmet .imgBox,
.tabItem.option .imgBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
}

.hotelBox .boxWrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hotelBox .boxWrap .boxInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    margin: 0 0 40px 0;
}

.hotelBox .boxWrap .boxInner .detail,.tourBox .detail{
    font-size: 12px;
    text-align: center;
}
.tourBox .detail{
  padding-top: 5px;
}

.hotelBox .boxWrap .boxInner .txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
}

.imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.imgWrap .main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79%;
    flex: 0 0 79%;
    height: 283px;
}

.imgWrap .subImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.45%;
    flex: 0 0 20.45%;
}

.imgWrap .subImg li {
    height: 55px;
    background: #000;
}

.imgWrap .subImg li:hover {
    cursor: pointer;
}

.imgWrap .subImg li + li {
    margin-top: 2px;
}

.imgWrap .subImg li span.current img {
    opacity: 0.5;
}

.hotelTtl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0;
    border-bottom: 1px dotted #000;
}

.hotelBox .boxWrap .boxInner .repo {
  margin: 5px auto;
  font-size: 16px;
  color: #fff;
}

.hotelBox .boxWrap .boxInner .repo a {
  background: #deb887;
    padding: 3px 8px;
    border-radius: 10px;
}

.btnBox {
    margin: 15px 0 0 0;
    position: relative;
    padding-bottom: 2em;
}

.btnBox li {
    text-align: center;
}

.btnBox li .dep {
    display: block;
    padding: 5px 10px 5px 0;
    border-radius: 3px;
    position: relative;
    font-size: 16px;
    letter-spacing: 2px;
    color: #FFF;
}

.btnBox li .dep::after {
    right: 5px;
}

.btnBox li .price {
    margin: 5px 0 10px 0;
}

.dep::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: bold;
    position: absolute;
}

.price {
    display: block;
    color: #DD0000;
    margin: 5px 0 10px 0;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.tourBox {
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.tourBox .midashi {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.tourBox .midashi .bottom {
    font-size: 18px;
    display: block;
}

.tourBox .midashi .fontSmall {
    font-size: 14px;
}

.tourBox ul {
    margin: 20px 0 0 0;
}

.tourBox ul li {
    text-align: center;
}

.tourBox ul li .dep {
    display: block;
    background: #000;
    color: #FFF;
    padding: 10px 0;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
}

.tourBox ul li .dep::after {
    right: 10px;
}

.tourBox ul li .price {
    margin: 10px 0 0 0;
}

.tourBoxImg {
    width: 200px;
    height: 187px;
    position: absolute;
    top: -50px;
    left: -20px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.modelcourseMeasure.chubu {
    background-image: linear-gradient(5deg, #00afcc 10%, #f8b500 10%, #f8b500 90%, #f8b500 90%);
}

.modelcourseMeasure.chubu .recommendBox .tabBtnList .tabBtnInner {
    background: #75b86e;
}

.modelcourseMeasure.chubu .tabItemTtl {
    color: #75b86e;
}

.modelcourseMeasure.chubu .txtBoxTtl {
    color: #f8b500;
}

.modelcourseMeasure.chubu .move {
    background: #f8b500;
}

.modelcourseMeasure.chubu .course ul li {
    border-bottom: 1px dotted #f8b500;
}

.modelcourseMeasure.chubu .tabItem.kanko .boxWrap .box,
.modelcourseMeasure.chubu .tabItem.gourmet .boxWrap .box,
.modelcourseMeasure.chubu .tabItem.option .boxWrap .box {
    border-bottom: 1px dotted #f8b500;
}

.modelcourseMeasure.chubu .btnBox li .dep {
    background: #79c06e;
    color: #333;
}

.modelcourseMeasure.chubu .opBtn a {
    background: #79c06e;
}

.modelcourseMeasure.nanbu {
    background-image: linear-gradient(-5deg, #f19ca7 10%, #00afcc 10%, #00afcc 90%, #00afcc 90%);
}

.modelcourseMeasure.nanbu .recommendBox .tabBtnList .tabBtnInner {
    background: #f4d421;
    color: #000;
}

.modelcourseMeasure.nanbu .tabItemTtl {
    color: #f4d421;
}

.modelcourseMeasure.nanbu .txtBoxTtl {
    color: #00afcc;
}

.modelcourseMeasure.nanbu .move {
    background: #00afcc;
}

.modelcourseMeasure.nanbu .course ul li {
    border-bottom: 1px dotted #00afcc;
}

.modelcourseMeasure.nanbu .tabItem.kanko .boxWrap .box,
.modelcourseMeasure.nanbu .tabItem.gourmet .boxWrap .box,
.modelcourseMeasure.nanbu .tabItem.option .boxWrap .box {
    border-bottom: 1px dotted #00afcc;
}

.modelcourseMeasure.nanbu .btnBox li .dep {
    background: #ffdc00;
    color: #333;
}

.modelcourseMeasure.nanbu .opBtn a {
    background: #ffdc00;
}

.modelcourseMeasure.naha {
    background-image: linear-gradient(5deg, #f19ca7 10%, #f19ca7 10%, #f19ca7 90%, #f19ca7 90%);
}

.modelcourseMeasure.naha .recommendBox .tabBtnList .tabBtnInner {
    background: #25b7c0;
}

.modelcourseMeasure.naha .tabItemTtl {
    color: #25b7c0;
}

.modelcourseMeasure.naha .txtBoxTtl {
    color: #f19ca7;
}

.modelcourseMeasure.naha .move {
    background: #f19ca7;
}

.modelcourseMeasure.naha .course ul li {
    border-bottom: 1px dotted #f19ca7;
}

.modelcourseMeasure.naha .tabItem.kanko .boxWrap .box,
.modelcourseMeasure.naha .tabItem.gourmet .boxWrap .box,
.modelcourseMeasure.naha .tabItem.option .boxWrap .box {
    border-bottom: 1px dotted #f19ca7;
}

.modelcourseMeasure.naha .btnBox li .dep {
    background: #25b7c0;
}


.spFixedMenu.active {
    -webkit-transform: translate(0);
    transform: translate(0);
}

@media (max-width: 1024px) {
    .modelcourseMvTtl {
        width: 130%;
        margin: 0 0 30px -50px;
    }

    .modelcourseNav {
        margin-top: 4vw;
    }

    .modelcourseMeasure .inner {
        max-width: 100%;
    }

    .modelcourseMeasure.hokubu {
        padding: 100px 0 220px 0;
    }

    .course ul li:nth-child(odd) {
        margin: 0 0 30px 100px;
    }

    .course ul li:nth-child(odd) .move {
        left: -110px;
    }

    .course ul li:nth-child(even) {
        margin: 0 100px 30px 0;
    }

    .course ul li:nth-child(even) .move {
        right: -110px;
    }

    .modelCourseImg {
        width: 130px;
        height: 110px;
    }

    .tourBoxImg {
        top: -80px;
    }
}

@media (max-width: 599px) {
    .slider {
        height: 250px;  
    }
    
    .search {
        padding: 15px;
    }

    .search .left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px;
        font-size: 13px;
        padding-right: 10px;
    }

    .search .right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
    }

    .search .right select {
        font-size: 13px;
        width: 100%;
    }

    .modelcourseMvContent {
        padding: 20px 0 0 0;
        height: 550px;
    }

    .modelcourseMvImgLeft,
    .modelcourseMvImgRight {
        position: absolute;
        bottom: -40vw;
        width: 30%;
    }

    .modelcourseMvImgLeft {
        left: 3%;
    }

    .modelcourseMvImgRight {
        right: 3%;
    }

    .ttlWrap {
        width: 91%;
        margin: auto;
    }

    .modelcourseMvSubTtl {
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    .modelcourseMvTtl {
        width: 100%;
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    
    .modelcourseMvLead {
        text-align: left;
    }

    .modelcourseNav {
        margin-top: 20%;
    }

    .modelcourseNavList li a .subTtl {
        font-size: 14px;
    }

    .modelcourseMeasure.hokubu {
        padding: 30vw 0 210px 0;
        background-image: linear-gradient(-5deg, #f8b500 3%, #00ac97 3%, #00ac97 90%, #00ac97 90%);
    }

    .modelcourseMeasureHeadSubTtl {
        margin: 0 0 20px 0;
    }

    .modelcourseMeasureHeadTtl {
        font-size: 42px;
    }

    .aboutAreaTxt {
        width: 90%;
        margin: auto;
    }

    .aboutAreaTxt + .aboutAreaTxt {
        margin: 10px auto 0;
    }

    .mapBox {
        width: 95%;
        margin: 10px auto 0 auto;
    }

    .sectionTtl {
        font-size: 22px;
    }

    .tabBtnList {
        padding: 0 5px;
    }

    .tabBtnList .tabBtnInner {
        padding: 7px 0 10px 0;
    }

    .tabItem {
        padding: 20px;
    }

    .tabItem ul li {
        display: block;
    }

    .course ul li {
        padding: 120px 0 30px 0;
    }

    .course ul li:first-child {
        padding-top: 0;
    }

    .course ul li:first-child .txtBoxTtl {
        text-align: center !important;
    }

    .course ul li .imgBox {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .course ul li .move {
        top: 0;
    }

    .course ul li:nth-child(odd) {
        margin: 0;
    }

    .course ul li:nth-child(odd) .move {
        left: 0;
    }

    .course ul li:nth-child(odd) .txtBoxTtl {
        text-align: right;
    }

    .course ul li:nth-child(even) {
        margin: 0;
    }

    .course ul li:nth-child(even) .move {
        right: 0;
    }

    .tabItemTtl {
        margin: 0 0 20px 0;
    }

    .tabItem.kanko .boxWrap .box,
    .tabItem.gourmet .boxWrap .box,
    .tabItem.option .boxWrap .box {
        display: block;
    }

    .hotelBox .boxWrap .boxInner {
        padding: 15px 15px 0 15px;
    }

    .imgWrap {
        display: block;
    }

    .imgWrap .main {
        height: 200px;
    }

    .imgWrap .subImg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .imgWrap .subImg li {
        width: calc(20% - 1.6px);
        height: 40px;
        margin-top: 2px;
    }

    .imgWrap .subImg li + li {
        margin-left: 2px;
    }

    .hotelTtl {
        font-size: 18px;
    }

    .tourBox .midashi {
        font-size: 20px;
    }

    .tourBox .midashi .bottom {
        font-size: 16px;
    }

    .tourBox ul li .price {
        margin: 3px 0 0 0;
    }

    .tourBoxImg {
        top: -120px;
    }

    .modelcourseMeasure.chubu {
        background-image: linear-gradient(5deg, #00afcc 3%, #f8b500 3%, #f8b500 90%, #f8b500 90%);
    }

    .modelcourseMeasure.nanbu {
        padding: 50vw 0 220px 0;
        background-image: linear-gradient(-5deg, #f19ca7 3%, #00afcc 3%, #00afcc 90%, #00afcc 90%);
    }

    .modelcourseMeasure.naha {
        background-image: linear-gradient(5deg, #f19ca7 3%, #f19ca7 3%, #f19ca7 90%, #f19ca7 90%);
    }

    .spFixedMenu {
        position: fixed;
        width: 100%;
        bottom: 0px;
        font-size: 0;
        opacity: 0.9;
        z-index: 99;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .spFixedMenu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 1px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .spFixedMenu ul li {
        width: calc(25% - 1px);
        padding: 0;
        margin: 0;
        border-right: 1px solid #fff;
    }

    .spFixedMenu ul li a {
        text-align: center;
        display: block;
        width: 100%;
        padding: 31px 8px 10px;
        background-color: #FFF;
        color: #333;
        line-height: 1.3;
        font-size: 12px;
        position: relative;
    }

    .spFixedMenu ul li a::after {
        position: absolute;
        top: 6px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
    }

    .spFixedMenu ul li a:hover {
        opacity: 1;
    }

    .spFixedMenu ul li a .subTtl {
        display: block;
        font-size: 11px;
    }

    #return_top_under {
        bottom: 80px;
    }
    .hotelBox .boxWrap .boxInner .detail, .tourBox .detail{
      padding: 10px 0;
    }
}

/* DP化追加 */

.btnBox li .newBtn .getdpprice{
    color: #dd184a;
    font-weight: bold;
    margin: 5px 0 10px 0;
}
.btnBox li .newBtn .detail,.tourBox li .newBtn .detail{
  font-size: 12px;
  text-align: left;
}
.btnBox li .info{
  line-height: 1.2;
  text-align: left;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  font-size: 13px;
  color: #dd184a;
}
.btnBox li .info:hover{
  opacity: 1;
  pointer-events: none;
}

.btnBox li .info .getdpprice_info{
  font-size: 12px;
  color: #dd184a;
}

/* バナー追加 */
.bnrBox p{
  font-size: 14px;
  margin-bottom: 20px;
}
.pcOnry{
  display: block;
}
.spOnry{
  display: none;
}
@media (max-width: 599px) {
  .pcOnry{
    display: none;
  }
  .spOnry{
    display: block;
  }
  .bnrBox{
    margin-top: 20px;
  }
}

/* topLongBnr */

.topLongBnr{
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 100px;
}
.topLongBnr.middle{
  position: relative;
}
.topLongBnr a{
      display: block;
      width: 1200px;
}
.topLongBnr a img{
  width: 100%;
    height: auto;
    max-width: 1200px;
}
@media only screen and (min-width: 768px){
  .topLongBnr{
/*     position: relative;
width: 100%;
margin: 0 auto;
margin-bottom: 20px; */
  }
  .topLongBnr a{
    width: 100%;
    text-align: center;
  }
  .topLongBnr a img{
    position: relative;
    display: inline;
  }
  .topLongBnr a img.pcOnry{
    display: inline;
  }
  .topLongBnr a img.spOnry{
    display: none;
  }
}
@media only screen and (max-width: 767px){
  .area__topImage{
    padding: 10px 0;
  }
  .topLongBnr a img.pcOnry{
    display: none;
  }
  .topLongBnr a img.spOnry{
    display: inline;
  }
  .topLongBnr{
    width: 100%;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
  }
  .area__topImage img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -10;
  }
  .topLongBnr a{
    height: 100%;
    min-height: 158px;
  }
  .at__inr{
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
    padding: 30px;
  }
  .topLongBnr.middle{
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px){
  .modelcourseMvContent{
    padding-top: 200px;
  }
}

/* topLongBnrここまで */

/* 検索追加 */

@media only screen and (min-width: 601px){
  .searchBox{
    position: relative;
    background-color: #b8d7f3;
    padding: 60px 0;
  }
  .dp_sb--wrap{
    position: relative;
    top: 0;
    z-index: 20;
  }
}
.dp_sb--wrap{
  z-index: 20;
}

/* 検索追加ここまで */


/* スライド */
.hotelBox .slick-slide {
  width: 100%;
  height: 100%;
  margin: 0 10px;
}
.hotelBox .slick-slide img {
  width: 100%;
  object-fit: cover;
}
.hotelBox .slick-dots li button:before{
  font-size: 13px;
}
@media only screen and (max-width: 768px){
  .slick-prev,.slick-next{
    z-index: 10;
  }
  .slick-prev{
    left: -5px;
  }
  .slick-next{
    right: -5px;
  }
  .slick-prev:before, .slick-next:before{
    color: #002b26;
  }
  .slick-dots{
    bottom: 30px;
  }
}
/* スライドここまで */
.tourBox.new ul{
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
  .tourBox.new ul{
    width: 100%;
  }
  body{
    position: relative;
  }
/*   spツアーボタン下部固定 */
  .okaAndIshigaki .tourBox.new{
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    left: 0;
  }
  .okaAndIshigaki .tourBox.new{
    background-color: #f8b500;
    border-radius: 0;
    padding: 15px;
    padding-bottom: 0;
  }
  .okaAndIshigaki .tourBox.new .tourBoxImg{
    width: 80px;
    top: -10px;
    left: 0;
  }
  .okaAndIshigaki .tourBox.new .midashi{
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }
  .okaAndIshigaki .tourBox.new ul{
    background-color: #FFF;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
  }
  .tourBox .midashi .bottom{
    font-size: 13px;
    display: inline-block;
  }
  .tourBox .midashi .fontSmall{
    font-size: 13px;
    display: inline;
  }
  .tourBox ul li .dep{
    padding: 5px;
  }
  .hotelBox .boxWrap .boxInner{
    padding: 15px;
  }
}
.otherArea{
  background-color: #a5c1da;
  padding: 60px 0;
}
.otherArea div{
  width: 1200px;
  margin: 0 auto;
}
.otherArea h3{
  font-size: 140%;
  font-weight: bold;
  color: #063056;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px){
  .otherArea{
    padding: 30px 0;
  }
  .otherArea div{
    width: 90%;
  }
}
@media only screen and (max-width: 768px){
 .otherArea h3{
  font-size: 16px;
} 
}
.otherArea p{
  margin-bottom: 15px;
}
.otherArea a{
  display: block;
  text-align: center;
}

.ttl-type-02 {
    font-size: 140%;
    font-weight: bold;
    color: #063056;
    text-align: center;
    background: none;
}

.ttl-type-02 .left {
  margin: 0 auto;
}

@media only screen and (max-width: 768px){
    .ttl-type-02 {
    font-size: 20px;
     }
}


.hifunMvImg {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    /*height: 42vw;*/
    max-height: 600px;
    z-index: 0;
}
.hifunMvImg{height:inherit;}

[data-element-id] .hifunMvImg {
    height: auto;
    max-height: 100%;
    position: static;
}

.hifunMvImg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

[data-element-id] .hifunMvImg.pcOnly {
    height: auto;
}

[data-element-id] .hifunMvImg.spOnly {
    width: 500px;
    margin-top:50px;
    max-height: 1300px;
}

@media (max-width: 599px) {
.hifunMvImg.sp {
    /*position: static;*/
    height: 350px;
}
    .hifunMvImg.sp{height:inherit;}
}

.topBtn {
  text-align: center;
}

.topBtn a {
  background: #fff;
    padding: 15px;
    border-radius: 15px;
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
    border: 5px solid #333;
    margin-bottom: 30px;
}

@media screen and (max-width: 798px){
  .topBtn a {
    font-size: .7em;
    padding: 10px;
  }
}
