@charset "utf-8";
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	min-width: 960px;
}
#main #searchArea {
	background-size: cover;
}
#top *, #top *::before, #top *::after,
#main *, #main *::before, #main *::after {
	box-sizing: border-box;
}
/*全体*/
#wrapper, #wrapper02 {
	overflow: hidden;
}
#wrapper, #footer {
	min-width: 960px;
}

#main {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','游ゴシック Medium','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/*chrome*/
#main {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','游ゴシック Medium','メイリオ','Meiryo','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
}
#main .inner {
	width: 960px;
	margin: 0 auto;
}
#itemArea {
	padding: 0 0 110px;
}
#contentsArea .type4col .itemAdList a:hover, #guide a:hover, .guideWrapper a:hover {
	opacity: .7;
}
#contentsArea > .title {
	text-align: center;
}
#contentsArea > .title + #search_box {
	margin-top: 40px;
}
#lineupArea {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#lineupArea::after {
	content: none;
}
_:-ms-lang(x), #lineupArea {
 width: 960px;
}

#lineupArea .lineupBox:first-of-type:not(.full) + .lineupBox.half {
	margin-top: 0;
}
#lineupArea .lineupBox.full {
	width: 100%;
}
#lineupArea .lineupBox.half {
	width: 473px;
}
#lineupArea .lineupBox .title {
	text-align: center;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contentsArea .title:first-child {
	padding-top: 70px;
}
#lineupArea .lineupBox.half .title {
	margin-bottom: 25px;
}
#lineupArea .lineupBox .title a {
	display: inline-block;
}
#lineupArea .lineup, #lineupArea .linkTxt {
	display: flex;
	justify-content: start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
}
#lineupArea .lineup .tour_box {
	width: 230px;
	position: relative;
}
#lineupArea .lineup.type3col .tour_box {
	width: 304px;
	margin: 0 0 45px;
}
#lineupArea .panelBox .lineup.type3col .tour_box {
	width: 295px;
	margin-bottom: 30px;
}
#lineupArea .lineup.type2col .tour_box:not(:nth-of-type(2n)), #lineupArea .lineup.type4col .tour_box:not(:nth-of-type(4n)) {
 margin-right: 13px;
}
#lineupArea .lineup.type3col .tour_box:not(:nth-of-type(3n)) {
 margin-right: calc((960px - (304px * 3)) / 2 );
}
#lineupArea .panelBox .lineup.type3col .tour_box:not(:nth-of-type(3n)) {
 margin-right: calc((926px - (295px * 3)) / 2 );
}
#lineupArea .filterlist {
 width: calc(100% + ((926px - (295px * 3)) / 2 ));
 margin-left: calc((-926px + (295px * 3)) / 2 );
}
#lineupArea .filterlist .lineup.type3col .tour_box {
 margin-left: calc((926px - (295px * 3)) / 2 );
	margin-right: 0 !important;
}
#lineupArea .lineup .tour_box_wrap > a {
	text-decoration: none;
	display: block;
	opacity: 1;
	background: #fff;
}
#lineupArea .lineup .tour_box_wrap > a .tour_box_inner {
	transition: .4s;
}
#lineupArea .lineup .tour_box_wrap > a:hover .tour_box_inner {
	opacity: .7;
}
#lineupArea .lineup .tour_box_inner {
	border: 1px solid #d29e01;
	background: #fff;
	position: relative;
	box-shadow: 0 3px 0px rgba(0,0,0,0.1);
	overflow: hidden;
	display: block;
	color: #000;
	line-height: 20px;
	padding: 4px 4px 10px 4px;
}
#lineupArea .lineup .tour_box_inner.pickup {
	background: #fff7e6;
}
#lineupArea .lineup .tour_box_wrap .tour_box_inner span {
	display: block;
	word-wrap: break-word;
}
#lineupArea .lineup .tour_box_wrap .tour_pickup {
	background: #ffd302;
	font-size: 20px;
	line-height: 1;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
#lineupArea .lineup .tour_box_wrap .tour_img {
	width: 100%;
	height: 160px;
	background: #ccc no-repeat center;
	background-size: cover;
	background-position: 100% 100%;
	display: block;
	position: relative;
}
#lineupArea .lineup .tour_box.img_bottom .tour_box_wrap .tour_img {
	background-position: center bottom;
}
#lineupArea .lineup .tour_box.img_top .tour_box_wrap .tour_img {
	background-position: center top;
}
#lineupArea .lineup .tour_box .tour_box_wrap .tour_img::before, #lineupArea .lineup .tour_box_inner .mark {
	display: inline-block;
	background: linear-gradient(135deg, rgba(210,158,0,1), rgba(253,245,115,1), rgba(210,158,0,1));
	background: -moz-linear-gradient(315deg, rgba(210,158,0,1), rgba(253,245,115,1), rgba(210,158,0,1));
	background: -webkit-linear-gradient(315deg, rgba(210,158,0,1), rgba(253,245,115,1), rgba(210,158,0,1));
	background: -ms-linear-gradient(315deg, rgba(210,158,0,1), rgba(253,245,115,1), rgba(210,158,0,1));
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	padding: 6px;
	position: absolute;
	top: 9px;
	left: -4px;
}
#lineupArea .lineup .tour_box.ctcms_new .tour_box_wrap .tour_img::before {
	content: "NEW" !important;
}
#lineupArea .lineup .tour_box.ad .tour_box_wrap .tour_img::before {
	content: "WEB広告商品" !important;
}
#lineupArea .lineup .tour_box_wrap .tour_ttl {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px 7px;
}
#lineupArea .lineup.type3col .tour_box_wrap .tour_ttl {
	font-size: 16px;
	line-height: 24px;
	padding: 12px 10px 7.5px;
}
#lineupArea .lineup .tour_box_wrap .tour_ttl span {
	display: inline;
}
#lineupArea .lineup .tour_box_wrap .tour_txt {
	font-size: 13px;
	padding: 0 10px;
}
#lineupArea .lineup .tour_box_wrap .tour_gross {
	font-size: 16px;
	color: #f00;
	font-weight: bold;
	padding: 13px 10px 0;
}
#lineupArea .lineup.type3col .tour_box_wrap .tour_gross {
	padding: 15px 10px 0;
}
#lineupArea .lineup .tour_box_wrap .tour_fuel, #lineupArea .lineup .tour_box_wrap .tour_dpt {
	font-size: 11px;
	line-height: 1;
	padding: 0 10px;
}
#lineupArea .lineup .tour_box_wrap .tour_gross + * {
	margin-top: 5px;
}
#lineupArea .lineup.type3col .tour_box_wrap .tour_gross + * {
	margin-top: 8px;
}
.imp #lineupArea .lineup .tour_box_wrap .ttl_ciao, .imp #lineupArea .lineup .tour_box_wrap .point_ciao, .imp #lineupArea .lineup .tour_box_wrap .tour_htl {
	display: none !important;
}
#lineupArea .panelBox .lineup.type3col .tour_box.web_adv .tour_box_wrap,#lineupArea .panelBox .lineup.type3col .tour_box.hatsu_new .tour_box_wrap {
	position: relative;
}
#lineupArea .lineup .tour_box_wrap .tour_box_inner .tour_grudge {
	padding: 5px 10px 0;
}
#lineupArea .lineup .tour_box_wrap .tour_box_inner .tour_grudge span {
	display: none;
}
#lineupArea .lineup .tour_box.grudge26 .tour_box_wrap .tour_box_inner .tour_grudge .grudge26,
#lineupArea .lineup .tour_box.grudge3 .tour_box_wrap .tour_box_inner .tour_grudge .grudge3,
#lineupArea .lineup .tour_box.grudge1 .tour_box_wrap .tour_box_inner .tour_grudge .grudge1,
#lineupArea .lineup .tour_box.grudge29 .tour_box_wrap .tour_box_inner .tour_grudge .grudge29,
#lineupArea .lineup .tour_box.grudge58 .tour_box_wrap .tour_box_inner .tour_grudge .grudge58 {
	display: inline-block;
	margin: 3px 5px;
	padding: 3px;
	background-color: #ddb821;
	color: #fff;
}
#lineupArea li.tour_link {
	margin: 17px 20px 0 0;
}
#lineupArea span.tour_link {
	margin: 15px 0 0 0;
	display: block;
	text-align: right;
}
#lineupArea .tour_link a {
	font-size: 13px;
	line-height: 14px;
	color: #000;
	padding-right: 17px;
	background: url("../images/ico_arrow_01.png") no-repeat right center;
	display: inline-block;
	text-decoration: none;
}
#lineupArea *:not(span).tour_link a {
	font-size: 15px;
	font-weight: bold;
}
#lineupArea span.tour_link a:hover {
	text-decoration: none;
}
#lineupArea span.tour_link a, #lineupArea *:not(span).tour_link a:hover {
	text-decoration: underline;
}
#lineupArea .lineupBox .linkBox a,
#campaignArea .lineupBox .linkBox a {
	text-decoration: none;
	color: #fff;
}
#lineupArea .lineupBox .linkBox .linkBtn {
	background: #fff;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
	margin: 14px 0 6px;
	border-radius: 5px;
}
#lineupArea .lineupBox .linkBox .linkBtn a {
	font-size: 16px;
	line-height: 1;
	text-align: center;
	transition: .4s;
	padding: 12px 30px;
	position: relative;
	display: block;
    background: linear-gradient(#ffa200,#ffc000,#ffa200);
    background-size: auto auto;
	border-radius: 5px;
}
#lineupArea .lineupBox .linkBox .linkBtn a::after {
	content: "";
	width: 7px;
	height: 9px;
	background: url(../images/arrow03.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
	margin: auto;
}
#lineupArea .lineupBox .linkBox .linkBtn a:hover {
	opacity: .7;
}
#lineupArea .lineupBox .linkBox * + .linkTxt {
	margin-top: 13px;/*22-5-4*/
}
#lineupArea .lineup.type2col+.linkBox .linkTxt {
	margin-top: 13px;
	margin-left: 10px;
}
#lineupArea .lineupBox .linkBox .linkTxt ul {
	font-size: 0;
}
#lineupArea .lineupBox .linkBox .linkTxt li {
	display: inline-block;
	font-size: 15px;
	margin: 5px 30px 5px 0;
}
#lineupArea .lineupBox .linkBox .linkTxt li a {
	display: block;
	padding-right: 19px;
	background: url(../images/arrow06.png) no-repeat right center;
	color: #000;
}
#lineupArea .lineupBox .linkBox .linkTxt a:hover {
	text-decoration: underline;
}
#lineupArea .lineupAd {
	margin-top: 40px !important;
	width: 100%;
}
#lineupArea .lineupAd .title {
	margin-bottom: 39px;
	text-align: center;
}
#lineupArea .lineupAd .item + .item {
	border-top: dotted 1px #666;
	padding-top: 20px;
	margin-top: 10px;
}
#lineupArea .lineupAd .item:last-child {
	border-bottom: dotted 1px #666;
	padding-bottom: 10px;
}
#lineupArea .lineupAd .itemList {
	width: 920px;
	margin: auto;
}
#lineupArea .lineupAd .item a {
	display: block;
}
#lineupArea .lineupAd .item .link {
	overflow: hidden;
	transition: .4s;
}
#lineupArea .lineupAd .item .link:hover {
	opacity: .7;
}
#lineupArea .lineupAd .item .link > * {
	display: block;
}
#lineupArea .lineupAd .itemImg {
	width: 140px;
	height: 93px;
	background: #ccc no-repeat center;
	background-size: cover;
	float: left;
}
#lineupArea .lineupAd .itemText {
	width: 766px;
	font-size: 18px;
	line-height: 20px;
	float: right;
	font-weight: bold;
	color: #000;
}
#lineupArea .lineupAd .itemText > span {
	display: block;
}
#lineupArea .lineupAd .itemText .itemTerm {
	font-size: 11px;
	line-height: 1;
	margin: 10px 0 8px;
	font-weight: normal;
}
#lineupArea .lineupAd .itemText .itemPrice {
	color: #fd5058;
}
#lineupArea .lineupAd .item .othlink {
	color: #000;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	padding-right: 17px;
	background: url("../images/ico_arrow_01.png") no-repeat right center;
	text-decoration: underline;
}
#lineupArea .lineupAd .item .othlink:hover {
	text-decoration: none;
}
/*dstnavArea*/
#dstnavArea{
	margin:50px 0;
}
#dstnavArea .title {
	margin-bottom: 10px;
	text-align: center;
}
#dstnavArea .wrap {
	padding: 26px 0 40px;
}
#dstnavArea .dstnav_list {
	width: 960px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
#dstnavArea .dstnav_list .btn:not(:nth-child(6n)) {
	margin-right: 12px;
}
#dstnavArea .dstnav_list .btn:nth-child(n+7){
	margin-top: 10px;
}
/*#bottomArea*/
#bottomArea {
	background: #fff;
}
#bottomArea .inner {
	padding-bottom: 60px;
}
#searchArea + #bottomArea .inner {
	padding: 70px 0 60px;
}
#dstnavArea + #bottomArea .inner {
	padding: 60px 0;
}
#bottomArea .conts + .conts {
	margin-top: 70px;
}
#searchArea {
	background: url(../images/bg_search.jpg) no-repeat center top;
	padding: 94px 0 77px;
}
/*searchArea*/
#search_box .md_searchTab {
	overflow: hidden;
}
#search_box .md_searchTab .md_search_tabList {
	margin: 0 3px 0 0;
	float: left;
}
#search_box .md_search_tabList a {
	width: 180px;
	padding: 16px 0 10px 0;
	background: #fff;
	border: 2px solid #003d9a;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-weight: bold;
	color: #003d9a;
	display: block;
	text-decoration: none;
	font-size: 16px;
}
#search_box .md_search_tabList a.is_block, #search_box .md_search_tabList a:hover {
	background: #003d9a;
	color: #fff;
	border: 2px solid #003d9a;
	border-bottom: none;
}
#search_box .md_search_tabBody {
	border: solid 2px #003d9a;
	background: #fff;
	padding: 15px 20px;
}
#search_box .md_search_tabBody .is_destCity div:first-of-type {
	left: inherit;
	right: 0;
}
#search_box .md_search_tabBody .md_search_item .md_search_label_reqIcon {
	width: 33px;
}
#search_box .md_search_details_btn {
	color: #0064b1;
}
#search_box .md_search_label {
	background: #0064b1;
}
#search_box .md_search_checkboxArea a.is_pleasureTrip {
	color: #0064b1;
}
/* bottombanner */
#contentsArea > #bottom_banner {
	margin: 46px 0 70px;/*70-24*/
}
#bottom_banner {
	padding: 26px 30px;
	background: #fff;
	text-align: center;
	font-size: 0;
}
#bottom_banner li {
	display: inline-block;
	border: 4px solid #fff;
}
#bottom_banner li + li {
	margin-left: 28px;
}
#bottom_banner li:hover {
	border-color: #ddb821;
}
/* bottom_banner02 */
#bottom_banner02 .bnr {
	background: #fff;
}
#bottom_banner02 .bnr a {
	transition: .4s;
	display: block;
}
#bottom_banner02 .bnr a:hover {
	opacity: .7;
}
/* guide */
#guide h3.title {
	padding: 14px 0 13px;
	background: #004bb0;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 3px;
}
#guide .guideWrapper {
	border: 3px solid #004bb0;
	background: #fff;
}
#guide #alertArea {
	padding: 0 40px;
}
#guide #alertArea h4 {
	padding: 28px 0 22px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #e31104;
	text-align: center;
}
#guide #alertArea h4 img {
	margin: 0 5px 0 0;
}
#guide #alertArea dl {
	width: 430px;
	background: #fff;
	border: solid 1px #004bb0;
}
#guide #alertArea dl:nth-child(2) {
	float: left;
}
#guide #alertArea dl:nth-child(3) {
	float: right;
}
#guide #alertArea dt {
	margin: 0 0 10px 0;
	padding: 10px 0;
	color: #fff;
	background: #004bb0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#guide #alertArea dd {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
#guide #alertArea dd span {
	color: #ffd800;
}
#guide #alertArea dd.att {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: normal;
}
#guide #alertArea dd.pt15 {
	padding: 15px 0 10px 0;
}
#guide #alertArea .text_area {
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	clear: both;
}
#guide #alertArea .text_area p + p {
	margin-top: 10px;
}
#guide #alertArea .text_area a {
	color: #e31104;
}
#guide #alertArea p a:hover {
	text-decoration: none;
	opacity: 1;
}
#guide #userArea {
	padding: 30px 0;
}
#guide #userArea ul {
	width: 909px;
	margin: auto;
}
#guide #userArea ul li {
	width: 291px;
	padding: 5px;
	border: 4px solid #e0e0e0;
	text-align: center;
	float: left;
}
#guide #userArea ul li + li {
	margin-left: 18px;
}
#guide #userArea ul li p {
	padding: 20px 0;
}
#guide #userArea ul li dt {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #000;
}
#guide #userArea ul li dd {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight:normal;
}
#guide #userArea ul li dd.text_senkou {
	margin: 0 0 5px 0;
	padding: 8px 0 7px 0;
	background: #e31104;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#guide #online_btn {
	width: 100%;
	height: 95px;
	position: relative;
}
#guide #online_btn p {
	top: 12px;
	left: 70px;
	position: absolute;
}
#guide #online_btn .online_btn01 {
	top: 5px;
	left: 320px;
	position: absolute;
}
#guide #online_btn .online_btn02 {
	top: 5px;
	left: 610px;
	position: absolute;
}
#telArea {
	margin-top: 60px;
}
#telArea #info {
	border: solid 3px #004bb0;
	background: #fff;
	width: 960px;
	padding: 40px;
}
#telArea #info div.info-bu02 {
	color: #000;
	padding: 0 0 0 43px;
	background-image: url(../images/icon_phone.png);
	background-size: 36px;
	font-size: 20px;
	height: 25px;
	line-height: 25px;
}
#telArea #info div.info-online {
	margin-bottom: 12px;
	padding-bottom: 13px;
}
#telArea #info dt, #telArea #info dt.dt02 {
	height: 16px;
	line-height: 16px;
	background-image: url(../images/icon_phone.png);
	background-size: 23px;
	padding-left: 28px;
	margin-bottom: 6px;
	color: #000;
}
#telArea #info dt.dt02 {
	height: 26px;
	line-height: 26px;
}
#telArea #info ul li.li02 {
	font-size: 26px;
	color: #000;
}
#telArea #info dl {
	margin-bottom: 16px;
	padding-bottom: 20px;
}
#telArea #info div.info-bu03 {
	background: none;
	padding: 0;
	height: auto;
}
#telArea #info div.info-bu03 a {
	color: #000;
	font-size: 20px;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0px 46px;
	background: url(../images/icon_store.png) no-repeat left center;
	background-size: auto 25px;
	display: inline-block;
	text-decoration: underline;
	height: 25px;
}
#telArea #info div.info-bu03 a:hover {
	text-decoration: none;
}
#telArea #info div.info-store {
	padding-top: 0;
}
/* float btn */
.floating_btn {
	top: 300px;
	right: 5%;
	position: fixed;
	z-index: 9999;
	display: none;
}
.floating_btn img {
	transition: .5s;
}
.floating_btn img:hover {
	opacity: .7;
}

