@charset "utf-8";
/*
 	Outline -
		Basic Settings.
		Main Img Settings.
		Common Settings.
		Etc Settings.
*/


 /* ======================================

        Basic Settings.

========================================= */
#content-wrap {
	color:#333;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
    background: #fffeed;
    padding-bottom: 0;
}

#content-wrap h1,
#content-wrap h2,
#content-wrap h3,
#content-wrap h4,
#content-wrap h5,
#content-wrap h6{
	float:none;
}
#content-wrap a {
    text-decoration: none;
}
#content-wrap a:hover {

}



@media (max-width: 991px) {
	#content-wrap {
		font-size:14px;
	}
	#content-wrap .smtab{
		display:block!important;
	}
}
@media (max-width: 767px) {
	body{
		min-width:320px;
	}
}


/*--------------------
main-visual
--------------------*/
#mv-area.main_section {
    background:url(/tour/campaign/hotsprings/img/mv_bg.png) no-repeat center center;
    }
#mv-tokyo.main_section{
    background:url(/tour/campaign/hotsprings/img/tokyo/bg.png) no-repeat center center;
}
#mv-osaka.main_section{
    background:url(/tour/campaign/hotsprings/img/osaka/bg.png) no-repeat center center;
}
#mv-nagoya.main_section{
    background:url(/tour/campaign/hotsprings/img/nagoya/bg.png) no-repeat center center;
}
#mv-kyushu.main_section{
    background:url(/tour/campaign/hotsprings/img/kyushu/bg.png) no-repeat center center;
}

#mv-area.main_section, #mv-tokyo.main_section, #mv-osaka.main_section, #mv-nagoya.main_section, #mv-kyushu.main_section{
    background-size: cover;
    margin: 0 auto;
    }

#mv-area .main_logo, #mv-tokyo .main_logo, #mv-osaka .main_logo, #mv-nagoya .main_logo, #mv-kyushu .main_logo{
    width: 100%;
    text-align: center;
    padding: 54px 0;
}
#mv-area .main_logo img, #mv-tokyo .main_logo img, #mv-osaka .main_logo img, #mv-nagoya .main_logo img, #mv-kyushu .main_logo img{
    width: auto;
    max-height: 440px;
    margin: 0 auto;
}
.main_section h1 img{
	margin: 0 auto;
}

/*--------------------
container
--------------------*/

.sub_txt{
    font-size: 16px;
    text-align: center;
    margin:0 auto 0;
    line-height: 1.6;
    width:85%;
}
.sub_txt span{
    color: #9d4124;
    font-weight: 700;
}
.box_bg{
    background: #fafafa;
    width: 100%;
    padding: 20px 0 50px;
}
.pick_block, .under_pick_block{
    margin: 100px auto 20px;
    width: 100%;
}
.main_block, .under_block{
    margin: 90px auto 0;
    width: 100%;
}

.head_tit{
    text-align: center;
    position: relative;
}
.head_tit::before{
    display: block;
    content: "";
    background: url(/tour/campaign/hotsprings/img/icon_tit.png) no-repeat center center;
    background-size: 125px;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 4px;
    right: 0;
    top: -54px;
}

.head_tit h2{
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 1.5;
    color: #9d4124;
    font-family: 'Sawarabi Mincho';
}

.main_text{
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    line-height: 1.5;
}


.pick_box{
    margin: 40px auto 40px;
}
.pick_inner {
    display: block;
    color: #000;
    position: relative;
    padding: 0 20px;
}
.pick_inner:hover, .search_box .search_inner:hover, .tab_inner li a:hover{
    opacity: .7;
    color: #333;
}
.pick_inner dl{
    margin-bottom: 30px;
}
.pick_inner .photo_area{
    position: relative;
}
.pick_inner .photo_area p{
    position: absolute;
    top: -15%;
    left: 40%;
    width: 25%;
}
.pick_inner .photo_area img{
    width: 100%;
}
.pick_inner dd{
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
}
.pick_inner dd h3{
    font-size: 18px;
    color: #9d4124;
    font-weight: 700;
}

.pick_inner dd p{
    padding-top: 10px;
    font-size: 14px;
}
/*-- btn --*/
.pick_inner .btn_link{
    border-radius: 100px;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    padding: 12px 0;
    width: 100%;
	background: #9d4124;
	color: #FFF;
	
}

.pick_inner .btn_link:after{
	color: #FFF!important;
}
.pick_inner .btn_link .arrow_icon{
    font-size: 18px;
    color: #333;
    vertical-align: middle;
    margin-left: 10px;
}

.search_inner .arrow_icon, .tab_inner .intoro .arrow_icon{
    width: 100%;
    font-size: 24px;
    color: #333;
    text-align: right;
}
.search_inner .arrow_icon::before,  .tab_inner .intoro .arrow_icon::before {
    position: absolute;
    display: flex;
}

.search_box{
    margin-top: 50px;
}
.search_box .search_inner{
    background: #FFF;
    padding-bottom: 16px;
    border-radius: 4px;
    display: block;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    position: relative;
    color: #333;

}
.search_inner .arrow_icon:before {
    right: 10px;
    bottom: 10px;
}

.search_box .search_inner dl{
    text-align: center;
}
.search_box .search_inner dl dt{
    background: #9d4124;
    color: #FFF;
    padding: 5px 0;
    letter-spacing: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.search_box .search_inner dl dd{
    margin-top: 10px;
    padding: 0 16px;
}
.search_box .search_inner ul{
    margin: 10px 0;
    padding: 0 16px;
}
.search_box .search_inner ul .detail{
    font-weight: 700;
}
.search_box .search_inner ul li span{
    margin-left: 0;
    font-size: 22px;
}
.search_box .search_inner ul li span::before, .search_box .search_inner ul li span::after {
    font-size: 13px;
}


.btn_down{
    border-radius: 100px;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
    padding: 12px 0;
    width: 100%;
	background: #9d4124;
	color: #FFF;
	width: 250px;
	display: block;
	
}


.btn_down:after {
    content: "\f358";
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    color: #FFF;
	transform:rotate(90);
}
.btn_down:hover{
	color: #fff;
}

/*-------- #Departure --------*/
.compare{
    width: 100%;
    margin: 70px auto 0;
}
.compare .nav-tabs{
    border-bottom: 0;
    padding: 0 20px;
}
.compare .nav-tabs .nav-item {
    margin-bottom: 0;
}
.compare .nav-tabs .nav-link:focus, .compare .nav-tabs .nav-link:hover{
    border-color: transparent;
}
.compare .nav-tabs .nav-item{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #ffdcc9;
    border-left: 1px solid #ffdcc9;
    border-right: 1px solid #ffdcc9;
    background: #FFF;
    flex: auto;
    margin-left: 20px;
    text-align: center;
    position: relative;


}
.compare .nav-tabs .nav-item:first-child{
    margin-left: 0;
}

.compare .nav-tabs .nav-link{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 14px 0;
    font-size: 20px;
    color: #000;
    border: 0;

}
.compare .nav-tabs .nav-link.active{
    color: #9d4124;
    background-color: #ffdcc9;
    border-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 14px 0;
    position: relative;
}

.compare .tab-content{
    background: #ffdcc9;
    padding: 20px;
}
.compare .tab-content .label ul{
    display: table;
    width: 100%;
    margin: 0 auto 5px;
    table-layout: fixed;
}
.compare .tab-content .label li{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.tab_inner{
    display: table;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 24px 8px;
}
.tab_inner li{
    background: #FFF;
    border-radius: 4px;
    display: table-cell;
    vertical-align: middle;
}

.tab_inner .intoro a,
.tab_inner .intoro .no-url {
    color: #000;
    border-radius: 4px;
    display: block;
    background-size: cover;
    height: 110px;
    position: relative;
}
/*--------- tab photo ------*/
.matushiro{
        background: url("/tour/campaign/hotsprings/img/pickup/matsushiro.jpg") no-repeat center;
}
.kawaguchiko{
        background: url("/tour/campaign/hotsprings/img/pickup/kawaguchiko.jpg") no-repeat center;
}
.yudanaka{
        background: url("/tour/campaign/hotsprings/img/pickup/yudanaka.jpg") no-repeat center;
}
.iwamuro{
        background: url("/tour/campaign/hotsprings/img/pickup/iwamuro.jpg") no-repeat center;
}
.nikko{
        background: url("/tour/campaign/hotsprings/img/pickup/nikko.jpg") no-repeat center;
}
.kinosaki{
        background: url("/tour/campaign/hotsprings/img/pickup/kinosaki.jpg") no-repeat center;
}
.kusatsu{
        background: url("/tour/campaign/hotsprings/img/pickup/kusatsu.jpg") no-repeat center;
}
.kaga{
        background: url("/tour/campaign/hotsprings/img/pickup/kaga.jpg") no-repeat center;
}
.dougo{
        background: url("/tour/campaign/hotsprings/img/pickup/dougo.jpg") no-repeat center;
}
.shinjiko{
        background: url("/tour/campaign/hotsprings/img/pickup/shinjiko.jpg") no-repeat center;
}
.beppu{
        background: url("/tour/campaign/hotsprings/img/pickup/beppu.jpg") no-repeat center;
}
.yufuin{
        background: url("/tour/campaign/hotsprings/img/pickup/yufuin.jpg") no-repeat center;
}
.kurokawa{
        background: url("/tour/campaign/hotsprings/img/pickup/kurokawa.jpg") no-repeat center;
}
.tsuetate{
        background: url("/tour/campaign/hotsprings/img/pickup/tsuetate.jpg") no-repeat center;
}
.kannawa{
        background: url("/tour/campaign/hotsprings/img/pickup/kannawa.jpg") no-repeat center;
}
.syuzenji{
        background: url("/tour/campaign/hotsprings/img/pickup/syuzenji_02.jpg") no-repeat center;
}
.ikaho{
        background: url("/tour/campaign/hotsprings/img/pickup/ikaho.jpg") no-repeat center;
}
.ureshino{
        background: url("/tour/campaign/hotsprings/img/pickup/ureshino.jpg?20231102") no-repeat center;
}
.nagato{
        background: url("/tour/campaign/hotsprings/img/pickup/nagato.jpg?20231102") no-repeat center;
}
.hirugami{
        background: url("/tour/campaign/hotsprings/img/pickup/hirugami.jpg") no-repeat center;
}
.unzen{
        background: url("/tour/campaign/hotsprings/img/pickup/unzen.jpg?20240807") no-repeat center;
}
/*-- btn --*/
.tab_inner .intoro .arrow_icon::before{
    right: 10px;
    bottom: 10px;
    color: #FFF;

}

.tab_inner .intoro h3{
    font-size: 20px;
    font-weight: 700;
    background-color: rgb(51,51,51,0.8);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    color: #FFF;
}

.tab_inner .intoro h3 span{
    font-size: 14px;
}
.tab_inner .intoro a.no-url {
  cursor: default;
}
.tab_inner li a.no-url:hover {
    opacity: 1;
    color: #fff;
}
.tab_inner .price_bus a, .price_plus a{
    text-align: center;
    padding: 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.price_bus .arrow_icon, .price_plus .arrow_icon{
    font-size: 24px;
    color: #333;
}
.price_bus .arrow_icon::before, .price_plus .arrow_icon::before{
    bottom: 10px;
    right: 10px;
}
 .price_bus .arrow_icon::before, .price_plus .arrow_icon::before{
    position: absolute;
    display: flex;
}
.price_bus .card-plan-price span, .price_plus .card-plan-price span{
    color: #f53c7f;
    font-size: 32px;
    margin-left: 0;
    font-weight: 700;
}

.price_bus .card-plan-price span::before, .price_plus .card-plan-price span::before {
    font-size: 20px;
}
.price_bus .card-plan-price span::after, .price_plus .card-plan-price span::after {
    font-size: 20px;
    vertical-align: middle;
}
/*----- infomation -----*/
.info_block, .under_info_block{
    margin: 140px auto 0;
    width: 100%;
}

.info_box{
    background: #FFF;
    border-radius: 4px;
    display: block;
    margin-top: 40px;
    position: relative;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);

}
/*-- btn --*/
.info_box::after{
    right: 20px;
    bottom: 20px;
}

.info_block .info_box h3{
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #9d4124;
}
.info_inner{
    padding: 20px;
}
.info_inner .info_text{
    padding-left: 30px;
}
.info_inner .info_text p{
    font-size: 16px;
    color: #9d4124;
    font-weight: bolder;
    padding: 0 0 10px;
}
.info_box .info_text ul li{
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
.info_box .info_text ul li::before{
    content: "・";
    display: inline;
}

.info_box .info_text table {
    width: 98%;
    margin: 10px auto 0;
    border: 2px solid #ffefda;
    border-collapse: separate;
    border-spacing: 1px;
}
.info_box .info_text .info_table tr{
}
.info_box .info_text .info_table tr th{
    width: 26%;
    font-size: 14px;
    font-weight: normal;
    background: #ffefda;
    text-align: left;
    padding: 10px;
}
.info_box .info_text .info_table tr td {
    font-weight: normal;
    font-size: 14px;
    border-top: 2px dotted #ffefda;
    padding: 10px;
}
.info_box .info_text .info_table tr:first-child td {
    border-top: none;
}

.info_box .info_text .btn_area{
    display: block;
    border-radius: 50px;
    background: #9d4124;
    color: #FFF;
    padding: 10px 15px;
    width: 50%;
    text-align: center;
    margin: 28px 0 10px auto;
    font-size: 14px;
}
.info_box .info_text .btn_area.w-100{
	width: 100%;
}


.info_box .info_text .btn_area:after{
	color: #FFF!important;
}
.info_box .info_text .btn_area:hover{
    opacity: .7;
}
.info_box .info_text .btn_area .arrow_icon{
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;

}


/*---------------------------
　下層
-----------------------------*/
.sub_txt span{
    font-size: 18px;
    color: #9d4124;
    font-weight: bolder;
}
/*----- title -----*/
.under_block .head_tit::before{
    top: -54px;
}
.under_pick_block .head_tit h2, .under_block .head_tit h2, .under_info_block .head_tit h2{
    line-height: 1.5;
}

.under_pick_block .head_tit h2 p, .under_block .head_tit h2 p, .under_info_block .head_tit h2 p{
    font-size: 16px;
    background: #9d4124;
    color: #FFF;
    text-align: center;
    width: 20%;
    margin: 0 auto;
    padding: 2px 0;
    margin-bottom: 10px;
}




/*----- infomation -----*/
.under_info_block .info_box h3{
    padding:20px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #9d4124;
}
/*.under_info_block .info_box h3 span{
    text-align: center;
    line-height: 32px;
    color: #FFF;
    font-size: 20px;
    border-radius: 50%;
    background: #9d4124;
    padding: 0;
    margin: 0 3px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    display: inline-block;
}*/

.under_info_block .info_box h4{
    font-size: 20px;
    color: #9d4124;
    font-weight: 700;
    padding-bottom: 20px;
}
.under_info_block .info_box h4::before{
    font-size: 18px;
    vertical-align: middle;
    padding-right: 5px;

}
.under_info_block .info_inner .info_text p {
    color: #333;
    font-size: 14px;
}
.under_info_block .info_box .info_text .info_table tr td ul li {
    line-height: 1.3;
}
.under_info_block .info_box .info_text .info_table tr td ul li:last-child {
    padding-bottom: 0;
}
.under_info_block .info_box .info_text .info_table tr td li small{
    font-size: 86%;
}

/*-------- #Departure --------*/

.under_block .compare{
    width: 100%;
    margin: 0 auto;
}
.under_block .compare .tab-content{
    margin-top: 30px;
}

@media screen and (max-width:1024px) {
    .tab_inner .price_bus .bus_icon, .price_plus .plus_icon {
        font-size: 22px;
    }
    .price_plus .plus_icon::before {
        left: 28%;
    }
}



@media screen and (max-width:767px) {

/*---------- main-visual ---------*/

    #mv-area.main_section{
        background:url(/tour/campaign/hotsprings/img/sp_mv_bg.png) no-repeat center center;
        background-size: cover;
        max-height: 440px;
    }
    #mv-area .main_logo, #mv-tokyo .main_logo, #mv-osaka .main_logo, #mv-nagoya .main_logo, #mv-kyushu .main_logo{
        padding: 20px 0 46px;
    }
    #mv-area .main_logo img, #mv-tokyo .main_logo img, #mv-osaka .main_logo img, #mv-nagoya .main_logo img, #mv-kyushu .main_logo img{
        max-width: 50%;
    }

    #mv-tokyo.main_section{
        background:url(/tour/campaign/hotsprings/img/tokyo/sp_bg.png) no-repeat center center;
        background-size: cover;
        max-height: 440px;
    }
    #mv-osaka.main_section{
        background:url(/tour/campaign/hotsprings/img/osaka/sp_bg.png) no-repeat center center;
        background-size: cover;
        max-height: 440px;
    }
    #mv-nagoya.main_section{
        background:url(/tour/campaign/hotsprings/img/nagoya/sp_bg.png) no-repeat center center;
        background-size: cover;
        max-height: 440px;
    }
    #mv-kyushu.main_section{
        background:url(/tour/campaign/hotsprings/img/kyushu/sp_bg.png) no-repeat center center;
        background-size: cover;
        max-height: 440px;
    }



    .sub_txt{
        font-size: 12px;
        margin: 24px auto 0;
        width: 100%;
    }
    .sub_txt span{
        font-size: 14px;
        color: #9d4124;
    }
    .pick_block, .under_pick_block {
        margin: 80px auto 20px;
    }
    .main_block, .under_block{
        margin-top: 70px;
    }
    .head_tit h2 {
        font-size: 22px;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    .head_tit::before {
        background-size: 100px;
        left: 6px;
        top: -46px;
    }
    .pick_inner .arrow_icon, .search_inner .arrow_icon, .tab_inner .intoro .arrow_icon {
        font-size: 22px;
    }
    .main_text{
        font-size: 14px;
        padding-top: 6px;
    }
    .box_bg {
        padding: 20px 0 30px;
    }
    .pick_box{
        margin: 0 0 20px;;
    }
    .pick_inner{
        width: 90%;
        text-align: center;
        margin: 30px auto 0;
    }
    .pick_inner dd {
        margin-top: 10px;
    }
/*-- btn --*/
    /*.pick_inner::after, .search_inner::after, .tab_inner a::after, .main_block .info_box::after, .under_block .info_box::after{
        width: 16px;
        height: 16px;
        border: 3px solid;
        border-color: transparent #000 #000 transparent;
    }*/

    .mt80{
        margin-top: 80px;
    }
    .pick_inner dl{
        text-align: left;
        margin-bottom: 20px;
    }

    .search_box{
        margin-top: 40px;
    }
    .search_box .search_inner dl dt {
        font-size: 18px;
    }
        .search_box .search_inner ul .detail {
        font-size: 16px;

    }

    .search_box .search_inner ul li small {
        font-size: 12px;

    }

    /*-------- #Departure --------*/
    .compare {
        margin: 20px auto 0;
    }
    .compare .tab-content {
        padding: 10px 0;
    }

    /*-------tab---------*/
    .compare .nav-tabs{
        padding: 0 6px;
    }
    .compare .nav-tabs .nav-item{
        margin-left: 10px;
    }
    .compare .nav-tabs .nav-link{
        padding: 12px 0;
        font-size: 14px;
    }
    .compare .nav-tabs .nav-link.active{
        padding: 12px 0;
    }
    .compare .tab-content .label li{
        font-size: 12px;
        font-weight: 700;
        padding: 0;
    }


    .tab_inner .price_bus a, .price_plus a {
        padding: 5px 0;
    }
    .tab_inner{
        border-spacing: 4px;
    }
    .tab_inner .intoro a,
    .tab_inner .intoro .no-url {
        height: 60px;
    }

    .tab_inner li.intoro h3 {
        font-size: 15px;
        padding: 12px 2px;
        text-align: center;
        border-radius: 4px;
        background-color: rgb(51,51,51,0.5);
    }
    .price_bus .card-plan-price span::before, .price_bus .card-plan-price span::after {
        font-size: 12px;
    }

    .price_bus .arrow_icon, .price_plus .arrow_icon {
        font-size: 14px;
    }
    .price_bus .arrow_icon::before, .price_plus .arrow_icon::before {
        bottom: -8px;
        right: 4px;
    }
    .price_plus .card-plan-price span:before, .price_plus .card-plan-price span:after {
        font-size: 12px;
    }
    .price_bus .card-plan-price span, .price_plus .card-plan-price span {
        font-size: 16px;
        margin-left: 0;
    }

    /*----- infomation -----*/
    .info_block, .under_info_block {
        margin: 100px auto 0;
    }
    .info_box{
        margin-top: 30px;
    }
    .info_block .info_box h3 {
        font-size: 18px;
        text-align: center;
    }
    .info_inner {
        padding: 18px;
    }
    .info_inner .info_text p {
        padding-top: 10px;
    }
    .info_inner .info_text {
        padding: 10px 5px 0;
    }

    .info_box .info_text ul li{
        margin-left: 0;
    }
    .info_box .info_text table {
        margin-top: 10px;
        width: 100%;
    }

    .info_box .info_text .btn_area {
        width: 100%;
        text-align: center;
        margin: 20px auto 0;
    }
    /*---------------------------
     下層
    -----------------------------*/

    /*----- title -----*/
    .under_block .head_tit::before{
        top: -46px;
    }
    .under_pick_block .head_tit h2, .under_block .head_tit h2, .under_info_block .head_tit h2{
        font-size: 20px;
        text-align: center;
    }

    .under_pick_block .head_tit h2 p, .under_block .head_tit h2 p, .under_info_block .head_tit h2 p{
        width: 34%;
        margin-bottom: 6px;
    }



    /*-------- #Departure --------*/

    .under_block .compare{
        width: 100%;
        margin: 0 auto;
    }

    /*----- infomation -----*/
    .under_info_block {
        margin-top: 100px;
    }

    .under_info_block .info_box h3{
        font-size: 16px;
        text-align: center;
    }
    .under_info_block .info_box h4{
        font-size: 16px;
        padding: 20px 0 0 0 ;
    }


}
