@charset "utf-8";

.nosp {
    display: none;
}

.contents {
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;*/
    font-family: "Noto Sans JP", serif;
    color: #333;
    font-size: 3.5vw;
    line-height: 1.5em;
    /*margin-bottom: 10%;*/
}

.contents .inner {
    width: 96vw;
    margin: 0 auto;
}

section .inner {
    padding-bottom: 2vw;
}

.breadcrumb {
    width: auto;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
    width: 100%;
    text-align: center;
    background: url("../images/main-bg-sp.webp") no-repeat top center;
    background-size: 100%;
    position: relative;
    height: 73vw;
}

.pc #mainvisual {
    width: 100%;
    text-align: center;
    background: url("../images/main-bg-pc.webp") no-repeat top center;
    /*background-size: 150%;*/
    position: relative;
    height: 63vw;
}

#mainvisual .inner {
    width: 100%;
}

#mainvisual .title {}

#mainvisual .title img {
    width: 100%;
    position: absolute;
    right: 0%;
    top: 2%;
}

#mainvisual .lead {
    width: 100%;
    padding: 3vw;
    font-weight: bold;
    background-color: #fef9e8;
    font-size: 3.3vw;
    line-height: 1.5em;
}


/*------------------------------------------------
	ページナビ
--------------------------------------------------*/
#navi {
    background-color: #fff;
}

#navi .menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 1px 1px;
}

#navi .menu>li {
    font-size: min(3.6vw, 15px);
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    background-color: #e40000;
    width: calc((100vw / 3) - calc(2px / 3));
}

.pc #navi .menu>li {
    font-size: min(3.6vw, 12px);
}

#navi .menu>li .subopen {
    display: block;
    font-size: 3.5vw;
    line-height: 1.2em;
    background-color: #fff;
    margin: 0 1vw;
    color: #ff3444;
}

/* 上2_下3の場合*/

#navi .menu>li:nth-child(1),
#navi .menu>li:nth-child(2) {
    width: calc((100vw / 2) - 0.5px);
}

#navi .menu>li:nth-child(3),
#navi .menu>li:nth-child(4) {
    width: calc((100vw / 2) - calc(2px / 3));
}

#navi .navi_div_4 {
    margin-bottom: 0.4rem;
}

#navi .navi_4 {
    margin-bottom: 0.6rem;
}

#navi .menu>li .submenu {
    display: flex;
    justify-content: center;
    font-size: 3.8vw;
    font-weight: bold;
    margin: 1vw 0;
}

#navi .menu>li .submenu li {
    width: 100%;
}

#navi .menu>li .submenu li:first-child {
    border-right: dotted 1px #fff;
}

#navi .menu li a {
    display: block;
    padding: min(4vw, 10px) 2vw min(5vw, 5px);
    position: relative;
    text-decoration: none;
    color: #ffffff;
}

#navi .menu li a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 1vw;
}

#navi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
    width: 100%;
}

#navi.fixed .menu {
    flex-wrap: nowrap;
    border-top: none;
}

#navi.fixed .menu li {
    width: 100%;
    font-size: min(2.6vw, 16px);
    line-height: 1.2em;
    color: #fff;
}

.pc #navi.fixed .menu li {
    width: 100%;
}

#navi.fixed .menu li a:after {
    content: none;
}

#navi.fixed .menu li a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: min(2.5vw, 10px) 0.5vw min(3.5vw, 15px);
}

#navi.fixed .menu li a.active:after {
    position: absolute;
    bottom: 1vw;
    content: "";
    width: 80%;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
}

#navi .menu p {
    font-size: 2.8vw;
}

.pc #navi .menu p {
    font-size: 1.4vw;
}

#navi.fixed .menu p {
    font-size: min(2vw, 16px);
}

.pc #navi.fixed .menu p {
    font-size: min(2vw, 13px);
}

.pc #navi .menu {
    flex-wrap: nowrap;
}

/*------------------------------------------------
	商品
--------------------------------------------------*/
.grid-col__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
    color: #333;
    transition: all .25s ease-out;
}

.grid-col__link {
    flex-direction: inherit;
}



.tour_box {
    text-align: end;
}

.tour_box p {
    line-height: 0.5rem;
}

.txt_red {
    color: #f01c1c;
    font-size: 3vw;
    font-weight: normal;
    display: block;
}

.pc .txt_red {
    font-size: 1.1rem;
}

.point_txtbox {
    padding: 1vw;
    text-align: center;
    font-weight: 600;
    font-size: 3.5vw;
    color: #e40000;
    border-top: solid 2px #15595b;
    border-bottom: solid 2px #e40000;
    width: 100%;
    margin: 0 auto;
}

.pc .point_txtbox {
    font-size: 2.5vw;
    width: 80%;
    padding: 0.5vw;
}

.text_box_p {
    font-size: 3vw;
    line-height: 1.4em;
}

.pc .text_box_p {
    font-size: 1.6vw;
}

/*------------------------------------------------
	ポイント
--------------------------------------------------*/
#point2 {
    width: 100%;
    background: url(../images/bg_city_bottom.webp) top center no-repeat;
    background-position: bottom;
}

.city_point_map {
    padding: 0 0 10px 27px;
}

#city_point .qf_seat img {
    width: 100%;
}

.temperature {
    margin-top: 20px;
}

.city_point_txt {
    text-align: center;
    line-height: 1.5em;
}

#point .txt {
    text-align: center;
    font-size: 1.1rem;
}

#point .point1_subtxt {
    margin-top: 3%;
}

#point .heading--subTitle,
#point2 .heading--subTitle,
#plan .heading--subTitle,
#airline_point .heading--subTitle {
    font-weight: normal;
}

#city_point h2 {
    font-size: 1.7em;
    padding: 15px 0;
    background-color: #e40000;
        color: #FFFFFF;
}

#point2 h2,
#airline_point h2 {
    font-size: 1.7em;
    line-height: 1.3em;
}

.pc #point h2,
.pc #point2 h2,
.pc #plan h2,
.pc #airline_point h2 {
    font-size: 1em;
}

h2 img {
    width: 20vw;
}

.pc h2 img {
    width: 12vw;
}

#point .grid-col2.txt {
    padding: 0 3% 4%;
    line-height: 1.4em;
}

.pc #point .grid-col2.txt {
    font-size: 1.6vw;
    padding: 2% 2% 4%;
}

.icon-base.flex {
    display: flex;
    /* flex-wrap: wrap; */
    /* margin: 1%; */
    font-size: 1.0rem;
    padding: 3% 2% 2%;
}

.pc .icon-base.flex {
    line-height: 1.5em;
}

.icon-base__text {
    margin: 0 0.5%;
    padding: 1% 3% 1% 1%;
}

.icon-base__text.kirameki {
    background-color: #d8972e;
    color: #ffffff;
    border-radius: 100px;
    padding-left: 1em;
    font-size: 0.85rem;
}

.icon-base__text.natsuiro {
    background-color: #39aeb0;
    color: #ffffff;
    border-radius: 100px;
    padding-left: 1em;
    font-size: 0.85rem;
}

.pc .icon-base__text.kirameki,
.pc .icon-base__text.natsuiro {
    font-size: 1.4vw;
    padding: 0.1rem 0.5rem 0.2rem 0.7rem;
}

.pointWrap .sp-scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 4vw 0;
}

.pc .pointWrap .sp-scroll {
    overflow: auto;
    margin: 2vw 0;
}

#point2 .txt {
    line-height: 1.4em;
}

.pc #point2 .txt {
    font-size: 1.6vw;
}

#point2 .grid-col2 {
    position: relative;
}

#point2 .world_icon {
    position: absolute;
    right: 5%;
    top: 2%;
    width: 32%;
}

#point2 .world_icon img {
    width: 100%;
}

#point2 .txt_info {
    position: absolute;
    top: 48%;
    width: 95.4%;
    color: #ffffff;
    font-size: 3vw;
    background-color: rgb(51 51 51 / 80%);
    padding: 0.5vw 1.5vw;
    text-align: right;
    border-radius: 0 0 4px 4px;
    padding: 0 8px 16px;
}

.pc #point2 .txt_info {
    top: 51.6%;
    width: 95.8%;
    font-size: 0.8rem;
    padding: 0.1rem 0.5rem 0.2rem 0.7rem;
    line-height: 1.3rem;
}

.point-box {
    display: flex;
}

.point-box li {
    /*width: 220px;*/
    margin-right: 3%;
    padding-bottom: 5%;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 5px;
}

#point2 li {
    position: relative;

}

#point2 .world_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30%;
}

#point2 .world_icon img {
    width: 100%;
}

#point li {
    position: relative;

}

#point .world_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30%;
}

#point .world_icon img {
    width: 100%;
}

.pc .point-box li {
    margin-right: 1%;
    padding-bottom: 1%;
}

.point-box .ph {
    margin-bottom: 10px;
}

.point-box .ph img {
    width: 220px;
    vertical-align: bottom;
    margin-bottom: 3px;
}

.pc .point-box .ph img {
    width: 245px;
}

.point-box .ph span {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    text-align: right;
}

.point-box h3 {
    font-size: 1.3em;
    line-height: 1.2em;
    color: #222;
    font-weight: bold;
    margin-bottom: 2%;
    padding: 0 3%;
}

.pc .point-box h3 {
    font-size: 2.2vw;
}

.point-box .text {
    /*font-size: 13px;*/
    line-height: 1.4em;
    padding: 2% 3%;
}

.pc .point-box .text {
    font-size: 1.6vw;
}

.point-box .text-mini {
    font-size: 10px;
    line-height: 1.4em;
    color: #d95100;
    margin-top: 5px;
}

.line {
    background: linear-gradient(transparent 70%, #f5a6a6 50%);
}

.grid-col__body {
    padding: 0 2% 2%;
}

.pc .grid-col__body {
    line-height: 1.4rem;
}

.pc .grid-col__body .txt {
    font-size: 1.6vw;
}

#plan {
    background-color: #edfeff;
    opacity: 1;
    background-image: linear-gradient(#f8e9ce 1.6px, transparent 1.6px), linear-gradient(to right, #f8e9ce 1.6px, #f8e9ce5c 1.6px);
    background-size: 5px 5px;
    padding-top: 3vw;
}

.pc #plan {
    padding-top: 0;
}

.pc #plan .grid-row {
    margin-top: 6vw;
}

#plan .imgContainer--full {
    margin-bottom: 1%;
}

#plan .heading--subTitle {
    margin-top: 3%;
}

/*------------------------------------------------
　キャリアポイント
--------------------------------------------------*/

.flightSchedule {
    background-color: #FFFFFF;
}

#flightSchedule {
    background-color: #f7f4ef;
    border-bottom: solid 1vw #e40000;
    padding: 20px 0 50px;
}

#flightSchedule h3 {
    margin-bottom: 20px;
}

#flightSchedule .info {
    padding: 0 8px 16px;
}

#airline_point {
    background-color: #f7f4ef;
    padding-top: 15px;
}

.pc #airline_point {
    margin-top: 5vw;
}

#airline_point .heading--subTitle {
    margin-top: 3%;
}

nav.navi {
    /*background-color: #ffe5e8;*/
    padding: 5vw 0 0;
}

nav.navi.btm {
    background-color: #fff;
    padding: 0 0 15vw;
}

.tour-tub {
    width: 96vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tour-tub li {
    width: 49%;
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    padding: 3vw 2vw;
    position: relative;
}

.tour-tub.btm li {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
}

.tour-tub li:nth-child(2) {
    background-color: #c8e8e9;
}

.tour-tub li:nth-child(1) {
    background-color: #f0d08f;
}

.tour-tub li img {
    width: 100%;
}

.pc .tour-tub li img {
    width: 85%;
    margin-left: 2.8vw;
}

.tour-tub li.select {
    margin: -2vw 0 -1vw 0;
    padding-top: 4vw;
}

.pc .tour-tub li.select {
    margin: 0 0 -0.5vw 0;
    padding-top: 3vw;
}

.tour-tub.btm li.select {
    margin: -1vw 0 -2vw 0;

}

.pc .tour-tub.btm li.select {
    margin: -0.5vw 0 0 0;

}

.tour-tub li:nth-child(2).select {
    border-top: solid 1vw #39aeb0;
    border-left: solid 1vw #39aeb0;
    border-right: solid 1vw #39aeb0;
}

.pc .tour-tub li:nth-child(2).select {
    border-top: solid 0.5vw #39aeb0;
    border-left: solid 0.5vw #39aeb0;
    border-right: solid 0.5vw #39aeb0;
}

.tour-tub.btm li:nth-child(2).select {
    border-top: none;
    border-bottom: solid 1vw #39aeb0;
}

.pc .tour-tub.btm li:nth-child(2).select {
    border-top: none;
    border-bottom: solid 0.5vw #39aeb0;
}

.tour-tub li:nth-child(1).select {
    border-top: solid 1vw #d8972e;
    border-left: solid 1vw #d8972e;
    border-right: solid 1vw #d8972e;
}

.pc .tour-tub li:nth-child(1).select {
    border-top: solid 0.5vw #d8972e;
    border-left: solid 0.5vw #d8972e;
    border-right: solid 0.5vw #d8972e;
}

.tour-tub.btm li:nth-child(1).select {
    border-top: none;
    border-bottom: solid 1vw #d8972e;
}

.pc .tour-tub.btm li:nth-child(1).select {
    border-top: none;
    border-bottom: solid 0.5vw #d8972e;
}

/*コンテンツ*/
.tour-tub-conts.disnon {
    display: none;
}

/*-------------------------------------------------------
	地図
--------------------------------------------------------*/

table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.city img,
.check img,
.air img {
    width: 3.5vw;
    padding-bottom: 1vw;
    margin-right: 1vw;
}

.pc .city img,
.pc .check img,
.pc .air img {
    width: 1.8vw;
    padding-bottom: 0.2vw;
    margin-right: 0.5vw;
}

.city span {
    font-weight: normal;
    font-size: 2.9vw;
}

.routeWrap {
    width: 100%;
    padding: 5vw 0 0 0;
}

.routeWrap .inner {
    width: 92vw;
    margin: 0 auto;
}

.routeWrap .title-box h3 {
    text-align: center;
    font-size: 7vw;
    line-height: 1.3em;
    font-weight: bold;
}

.routeWrap .title-box {
    margin-top: 3vw;
    position: relative;
    background-color: #ffffff;
    /*padding: 50px 0 10px;*/
    border-radius: 10px;
    padding: 5vw;
}

.roadmap_icon {
    position: absolute;
    left: -2%;
    top: -3%;
    width: 37%;
}

.roadmap_icon img {
    width: 100%;
}

#airline_point .routeWrap .title-box h3 {
    color: #3db0e4;
}

.route-content {
    margin-bottom: 7vw;
}

.route {
    background-color: #fff;
    width: 100%;
    overflow-x: scroll;
    /*padding: 0 5vw 5vw;*/
}

.routeimg img {
    width: 100%;
    margin-bottom: 5vw;
}

.routeWrap .sp-scroll {
    margin-top: 3vw;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5vw;

}

#airline_point h3,
#tour2 h3 {
    font-size: 1.3em;
    line-height: 1.2em;
    color: #222;
    font-weight: bold;
    padding: 0 3%;
    margin-bottom: 0;
}

.pc #airline_point h3,
.pc #tour2 h3 {
    font-size: 2.2vw;
}

#airline_point h3 span,
#tour2 h3 span {
    font-size: 12px;
    color: #888;
}

#airline_point .grid-row,
#tour2 .grid-row {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5vw;
    margin: 3vw 0 0 0;
}

#airline_point .qf_seat {
    display: flex;
    flex-wrap: wrap;
}

#airline_point .qf_seat img {
    width: 48%;
    margin-right: 2%;
}

#airline_point .grid-col2,
#tour2 .grid-col2 {
    margin-bottom: 2vw;
    padding: 0;
}

#airline_point .grid-col2 p,
#tour2 .grid-col2 p {
    line-height: 1.4em;
    padding: 3%;
}

.pc #airline_point .grid-col2 p,
.pc #tour2 .grid-col2 p {
    font-size: 1.6vw;
}

.pc imgContainer--full {
    margin-top: 1vw;
}

#airline_point .more-btn {
    width: 90%;
    margin: 5vw auto 0;
}

.pc #airline_point .more-btn {
    width: 50%;
}

#airline_point .more-btn a {
    font-size: 3.8vw;
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 4vw 1vw;
    background-color: #ff6200;
    text-align: center;
    border-radius: 25vw;
    box-shadow: 1vw 1vw 0 rgba(0 0 0 / 20%);
    margin-bottom: 10vw;
}

.pc #airline_point .more-btn a {
    font-size: 2.2vw;
    box-shadow: 0.4vw 0.4vw 0 rgba(0 0 0 / 20%);
    font-weight: 600;
    padding: 0;
    margin-bottom: 7vw;
}

#airline_point .more-btn a:hover {
    transition: all 0.6s ease;
    background-color: #ffab00;
    /*border: solid 1px #000;*/
}

#airline_point .more-btn a:after {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 10px;
}

/*----------------------------------------------
	バナー
------------------------------------------------*/
.bnr-area {
    width: 94vw;
    margin: 12vw auto 0;
}

.bnr-area img {
    width: 100%;
}

/*----------------------------------------------
	関連記事
------------------------------------------------*/
#related {
    background-color: #f3f7f7;
    padding: 2.5vw 0 4vw 0;
}

#related h2 {
    font-size: 2em;
    margin-bottom: 1.0em;
    line-height: 1.2em;
}

.pc #related h2 {
    font-size: 1em;
}

#related a {
    text-decoration: none;
}

#related a:hover {
    opacity: .7;
}

#related .ph {
    margin-bottom: 5px;
}

#related .icon {
    color: #333;
    padding: 3%;
    line-height: 1.3em;
}

.pc #related .icon {
    padding: 0 3%;
    line-height: 0.7em;
}

#related h3 {
    font-size: 3.4vw;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 3% 3%;
    padding: 0 0 2% 0;
}

.pc #related h3 {
    font-size: 1.8vw;
}

#related .point-box li {
    padding-bottom: 1%;
}

.pc #related .icon-calendar {
    font-size: 1.6vw;
}

#related .icon-calendar:before {
    font-family: FontAwesome;
    content: "\f073";
    padding-right: 5px;
}

/*----------------------------------------------
	検索ボックス
------------------------------------------------*/

.pc #searchArea {
    padding: 50px 0 30px;}

/*----------------------------------------------
	Q&A セクション (SP向け)
------------------------------------------------*/
#question {
    background: #f7f4ef;
    border-top: solid 2px #e40000;
    border-bottom: solid 2px #e40000;
}

#question .inner {
    width: 100%;
    padding: 20px 35px;
    max-width: none;
    /* PCで設定されたmax-widthをリセット */
    box-sizing: border-box;
    /* パディングを幅に含める */
}

#question h2 {
    margin-bottom: 20px;


}

.ui-static-faq-answer {
    background: #fff;
}

.ui-static-faq-question::before {
    color: #e40000;
}

/*----------------------------------------------
	bannerセクション
------------------------------------------------*/
#banner {
    padding: 30px 0px;
}

.ui-static-banner {
    border-radius: 0px;
}

.ui-static-banner-size-350x350 {
    max-width: 40%;
}

/*----------------------------------------------
    iPad 向け調整 (min-width: 768px)
------------------------------------------------*/
@media only screen and (min-width: 768px) {


    #banner {
        padding: 30px 0;
    }

    .ui-static-banner {
        border-radius: 0px;
    }

    .ui-static-banner-size-350x350 {
        max-width: 176px;
    }
}