@charset "utf-8";
/*-----------------------------------------
メインビジュアル
-----------------------------------------*/
#mv {
    width: 100%;
    background-image: url("../img/main_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 249px;
    display: flex;
}

#mv .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/*-----------------------------------------
方面で絞り込む
-----------------------------------------*/
/*ボタン*/
#area-navi {
    background: #9fd7f7;
    text-align: center;
    padding: 20px 0;
    margin-top: -10px;
}
#area-navi h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #08509a;
}
#area-btn {
    display: flex;
    width: 992px;
    margin: 0 auto;
    justify-content: space-between;
}
#area-btn li {
    position: relative;
    padding: 10px 10px 12px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 4px;
    transition: .6s;
    width: 100%;
    cursor: pointer;
}
#area-btn li:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
}
#area-btn .select {
    background: #08509a;
    color: #fff;
}

/*-----------------------------------------
国で絞り込む　方面ナビありver
-----------------------------------------*/
/*ボタン*/
/*.country-navi {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 5px;    
}
.country-navi .ttl {
    font-weight: bold;
}
.country-btn {
    display: flex;
}
.country-btn li {
    position: relative;
    display: flex;
    justify-content: center;    
    padding: 5px 5px 3px;
    background: #fff;
    border: solid 1px #a5a5a5;
    font-size: 13px;
    font-weight: bold;
    margin: 0 4px;
    transition: .6s;
    width: 100px;
    cursor: pointer;
}
.country-btn .select {
    background: #ff8100;
    color: #fff;
}*/

/*-----------------------------------------
国で絞り込む　方面ナビ無しver
-----------------------------------------*/
/*ボタン*/
.country-navi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    background: #d1eeff;
    padding: 15px 0 12px;    
}
.country-navi .ttl {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
}
.country-btn {
    display: flex;
    /*margin: 0 auto;*/
	margin: 0 20px;
    flex-wrap: wrap;
}
.country-btn li {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 10px 5px 12px;
    background: #fff;
    border: solid 1px #a5a5a5;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 4px;
    transition: .6s;
    width: 149px;
    cursor: pointer;
}
.country-btn li:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
}
.country-btn .select {
    background: #ff8100;
    color: #fff;
}
.country-btn li:hover {
	background-color: #ff8100;
	color: #fff;
    transition: all 0.6s ease;
}

/*-----------------------------------------
商品
-----------------------------------------*/
#tourWrap {
    border-top: 10px solid #eef6f9;
    background: url(../img/bg_tour.jpg);	
}
#tourWrap .inner {
    width: 992px;
    margin: 80px auto 0;
}
#tourWrap h3 {
    width: 100%;
    background: #08509a;
    padding: 15px 0 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}
#item-container section {
    margin-bottom: 80px;
}
.item-wrap {
	min-height: 300px;/*レイアウトシフト対策*/
}
/*---------------------------------------------
   もっと見るボタン
---------------------------------------------*/
.btn-more {
    margin-top: 30px;
    color: #505050;
}
.btn-more .ttl {
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: 12px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    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{
	color: #fff;
	display: block;
	border-radius: 25px;
	height: 35px;
    line-height: 35px;
    padding: 0 27px 0 25px;
	margin: 0 5px 7px;
	background-color: #0b9cef;
	font-size: 14px;
    font-weight: bold;    
	text-align: center;
    letter-spacing: .1em;
	text-decoration: none;    
    position: relative;    
}
.btn-more .btn a:hover {
	background-color: #0770C6;
    transition: all 0.6s ease;
}
.btn-more .btn a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 6px;
}
.btn-more p.btn {
    width: 500px;
    margin: 0 auto;
}
.btn-more p.btn a {
	height: 40px;
    line-height: 40px;
    font-size: 15px;
}

/*-----------------------------------------
下部バナー
-------------------------------------------*/
#foot-bnr {
	padding: 0 0 50px;
	text-align: center;
}
#foot-bnr p {
	font-size: 36px;
	line-height: 1.8em;
	font-weight: 700;
}
#foot-bnr img {
}

#foot-bnr02 {
	padding: 100px 0 50px;
	text-align: center;
}
#foot-bnr02 p {
	font-size: 36px;
	line-height: 1.8em;
	font-weight: 700;
}
#foot-bnr02 ul {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#foot-bnr02 ul li {
	margin-bottom: 10px;
}
#foot-bnr02 ul li.col-1 {width: 100%;}
#foot-bnr02 ul li.col-2 {width: 49.4%;}
#foot-bnr02 ul li img {
	width: 100%;
}
#foot-bnr02 ul li a:hover,
#foot-bnr a:hover {
	opacity: 0.8;
    transition: all 0.6s ease;
}
/*フェアバナー*/
#bnrarea-foot {
	padding: 70px 0px 30px;
	text-align: center;
}


/*---------------------------------------------
   他出発
---------------------------------------------*/
#dptWrap {
	width: 100%;
	background-color: #e1f6f9;
	padding: 30px 0;
}
#dptWrap h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
    margin-bottom: 15px;
}
#dptWrap ul {
	width: 992px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
}
#dptWrap ul li {
	background-color: #fff;
	margin: 0 10px;
}
#dptWrap ul li a {
	font-size: 15px;
    color: #fff;
    font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 10px 20px;
    background-color: #08509a;
    border: solid 2px #08509a;
	border-radius: 2px;
}
#dptWrap ul li a:hover {
	transition: all 0.6s ease;
    color: #08509a;
	background-color: #fff;
}
#dptWrap ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
	padding-left: 10px;
}

#searchArea {
    padding: 50px 0;
}