@charset "utf-8";

/*------------------------------------------------
	全体
--------------------------------------------------*/
body {
	line-height: 1.5;
}
#hisApp {
	padding: 0 0 30px;
}
#wrap{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
}
.breadcrumb {
    width: 100%;
}
/*-------------------------------------------------
検索ボックス内gadget_area_sp.jsのスタイル
-------------------------------------------------*/
#searchBox .md_search {
	font-size: 14px!important;
}
#searchBox .md_search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: solid 1px #999;
	padding: 5px;
	background-color: #fff;
}
#searchBox .md_search select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: solid 1px #999;
	padding: 5px;
	background-color: #fff;
	background: url("/kaigai/kansai/common/img/icon/icon_arrow_down.png") no-repeat right 2px center;
	background-size: 8px auto;
	color: #999;
}

#searchBox .hotel_box div,
#searchBox .seachdep,
#searchBox .searchdays,
#searchBox .searchprice{
	display: flex;
	margin-bottom: 5px;
}
#searchBox #order_days {
	display: flex;
	align-items: center;
}
#searchBox #order_days .tail {
	padding-left: 5px;
}
#searchBox .hotel_box .cap,
#searchBox .sb_title,
#searchBox .sbcontents_title{
	padding: 2px;
	width: 22%;
	text-align: right;
	margin-right: 3%;
}
#searchBox #order_days select,
#searchBox #order_price select {
	width: 50px;
}
#searchBox select#set_area1,
#searchBox select#set_country1,
#searchBox select#set_city1 {
	width: 75%!important;
}
#searchBox input#set_min_date {
	width: 154px;
	border: 1px solid #999;
}
#searchBox #order_date img {
	vertical-align: middle;
}
#searchBox #set_send {
	margin-top: 10px;
	text-align:center;
}
#searchBox #set_send input {
	width: 75vw;
	margin: 0 auto;
	font-size: 13px;
	line-height: 2.2em;
	background-color: #ED5515;
	color: #fff;
	border: none;
	border-radius: 50px;
}


/*---------------------------------------------
       共通フッターナビ
---------------------------------------------*/
#areaFootNavi {
	width: 100%;
	background-color: #fff;
    & h2 {
        font-size: 4.2vw;
        font-weight: normal;
        padding: 2vw 0;
        text-align: center;
        color: #fff;
        background-color: #023b95;
    }
    
    & ul {
        display: flex;
        flex-wrap: wrap;
        border-bottom: dotted 1px #ccc;
        & li {
            width: 33.3%;
            border-right: dotted 1px #ccc;
            border-bottom: dotted 1px #ccc;
            &:nth-child(3n) {border-right: none;}
            &:nth-child(16) {border-bottom: none;}
            &:nth-child(17) {border-bottom: none;}
            & a {
                font-size: 3.4vw;
                padding: 2.5vw 2vw;
                display: block;
                width: 100%;
                height: 100%;
                color: #333;
                text-decoration: none;
                position: relative;
                letter-spacing: -1px;
                &::after {
                    font-family: FontAwesome;
                    content: "\f105";
                    color: #023b95;
                    position: absolute;
                    right: 2vw;
                }
            }
        }
    }
}
/*---------------------------------------------
   もっと見るボタン
---------------------------------------------*/
#specialWrap .btn-more {
	margin-top: 4vw!important;
}
