@charset "utf-8";
/*-----------------------------------------
共通
-----------------------------------------*/
#wrap img {
    width: 100%;
}
/*-----------------------------------------
メインビジュアル
-----------------------------------------*/
#mv {
    width: 100%;
    background-image: url("../img/main_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    height: 51vw;
    display: flex;
}
#mv .title {
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
/*-----------------------------------------
方面で絞り込む
-----------------------------------------*/
/*ボタン*/
#area-navi {
    background: #9fd7f7;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
    margin-bottom: 2vw;
}
#area-navi h2 {
    margin-bottom: 2vw;
    font-size: 15px;
    color: #08509a;
    font-weight: bold;
}
#area-btn {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    list-style: none;
    font-size: 14px;
    justify-content: space-between;
}
#area-btn .select {
    background: #08509a;
    color: #fff;
}
#area-btn li {
    position: relative;    
    height: auto;
    width: 49%;
    padding: 6px 0;
    background:#fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;    
}
#area-btn li:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 5px;
}
#area-btn li.active {
    background-color: #efdc05;
    position: relative;
}

/*-----------------------------------------
国で絞り込む 方面ありver
-----------------------------------------*/
/*ボタン*/
/*.country-navi {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2vw;
}
.country-navi .ttl {
    font-weight: bold;
    margin-bottom: .5vw;
}
.country-btn {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    list-style: none;
    font-size: 3vw;
    justify-content: flex-start;
}
.country-btn .select {
    background: #ff8100;
    color: #fff;
}
.country-btn li {
    display: flex;
    align-items: center;
    justify-content: center;    
    position: relative;
    width: 22vw;
    padding: 7px 2px 5px;
    background: #fff;
    border: solid 1px #a5a5a5;
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
    margin: 0 0.7vw 1vw;
    line-height: 1.3em;
}*/

/*-----------------------------------------
国で絞り込む　方面ナビ無しver
-----------------------------------------*/
/*ボタン*/
.country-navi {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5vw;
    background: #d1eeff;
    padding: 3vw 2vw 2vw;    
}
.country-navi .ttl {
    font-size: 3.8vw;
    font-weight: bold;
    margin-bottom: 1vw;
	line-height: 1;
}
.country-btn {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    list-style: none;
    font-size: 3vw;
    justify-content: flex-start;
}
.country-btn .select {
    background: #ff8100;
    color: #fff;
}
.country-btn li {
    display: flex;
    align-items: center;
    justify-content: center;    
    position: relative;
    width: 48.2%;
    padding: 8px 0;
    background: #fff;
    border: solid 1px #a5a5a5;
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
    margin: 0 0.7vw 1vw;
    line-height: 1.3em;
}
.country-btn li:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 3vw;
    text-align: center;
    position: absolute;
    right: 5px;
}



/*-----------------------------------------
商品
-----------------------------------------*/
#tourWrap {
    border-top: 8px solid #eef6f9;
    padding: 5vw 0 0;
    background: url("../img/bg_tour_sp.jpg");
	background-size: cover;
}
#tourWrap .inner {
    /*padding: 10vw 3vw 0;*/
    padding: 3vw 3vw 0;
}
#tourWrap h3 {
    width: 100%;
    background: #08509a;
    padding: 10px 0 7px;
    margin-bottom: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 3.8vw;
}
#item-container section {
    margin-bottom: 40px;
}
.item-wrap {
	min-height: 45vw;/*レイアウトシフト対策*/
}
/*---------------------------------------------
   もっと見るボタン
---------------------------------------------*/
.btn-more {
    margin-top: 8vw;
    color: #505050;
}
.btn-more .ttl {
    font-size: 3.8vw;
    letter-spacing: .05em;
    margin-bottom: 1vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1vw;
    border-bottom: 1px solid #949494;    
}
.btn-more .ttl::before {
    font-family: FontAwesome;
    content: "\f002";
    margin-right: 5px;
}
.btn-more ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-more .btn a {
    display: inline-block;
    background-color: #0b9cef;
	margin: 3px;
    padding: 0 4vw;
    color: #fff;
	font-size: 3.3vw;
    font-weight: bold;
    /*height: 30px;*/
	line-height: 2.5em;
	text-align: center;
	border-radius: 10vw;
    position: relative;
    text-decoration: none;
}
.btn-more .btn a:hover {
	background-color: #0770C6;
    transition: all 0.6s ease;
}
.btn-more .btn a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 0.5em;
    /*position: absolute;
    right: 6px;*/
}
.btn-more p.btn {
    text-align: center;
}
.btn-more p.btn a {
    width: 100%;
	height: 40px;
    line-height: 40px;
    font-size: 3.3vw;
    padding: 0 30px;
}

/*-----------------------------------------
下部バナー
-------------------------------------------*/
#foot-bnr {
	padding: 0 0 15vw;
	text-align: center;
}
#foot-bnr p {
	font-size: 3.8vw;
	line-height: 1.8em;
	font-weight: 700;
}
#foot-bnr img {
	width: 94%;
}

#foot-bnr02 {
	padding: 10vw 0 15vw;
	text-align: center;
}
#foot-bnr02 p {
	font-size: 3.8vw;
	line-height: 1.8em;
	font-weight: 700;
}
#foot-bnr02 ul {
	width: 95vw;
	margin: 0 auto;
}
#foot-bnr02 ul li:not(:last-child) {
	margin-bottom: 2vw;
}
#foot-bnr02 ul li img {
	width: 100%;
}
/*フェアバナー*/
#bnrarea-foot {
	padding-top: 0!important;
}
#bnrarea-foot p {
	font-size: 4.5vw!important;
	margin-bottom: 1vw!important;
}
#bnrarea-foot p .strong {
	font-size: 3.8vw!important;
}
#bnrarea-foot p span {
	font-size: 3.5vw!important;
}
/*---------------------------------------------
   他出発
---------------------------------------------*/
#dptWrap {
	width: 100%;
	background-color: #e1f6f9;
	padding: 6vw 0;
}
#dptWrap h2 {
	font-size: 3.8vw;
	color: #333;
	font-weight: bold;
	text-align: center;
    margin-bottom: 10px;
}
#dptWrap ul {
	display: flex;
    justify-content: center;
}
#dptWrap ul li {
	background-color: #fff;
	margin: 0 10px;
}
#dptWrap ul li a {
	font-size: 3.3vw;
    color: #fff;
    font-weight: bold;
	display: block;
	text-decoration: none;
    padding: 1vw 3vw;
    background-color: #08509a;
	border-radius: 2px;
}
#dptWrap ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
	padding-left: 10px;
}
/*------------------------------------------------
        スマホ横向き時の余白調整
--------------------------------------------------*/
.breadcrumb {
    width: 100%;
}