@charset "utf-8";
/*2ndから利用 旧style_pc.css*/
body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	min-width: 1077px;
}
div {
	position: static;
}
div:after {
	content: none;
	clear: none;
}
/*---------------------
  全体
---------------------*/
.Wrapper {
	width: 992px;
	margin: auto;
}
.js-add-receptionText.active {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.js-add-receptionText.active span {
	display: inline-block;
}
.js-add-receptionText.active .ttl:after {
	content: "：";
	display: inline-block;
}
.js-add-receptionText.active .ol:after {
	content: "\00A0";
	display: inline-block;
}
.floating_btn {
	top: 300px;
	right: 30px;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 10;
}
.floating_btn img {
	transition: .5s;
}
.floating_btn img:hover {
	opacity: .8;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear, .clear_b {
	clear: both !important;
}
/*ヘッダー------------------------------------- */
#simple-header_pc.header {
	border-bottom: none;
}
.header-obi {
	width: 100%;
	background: url("/tyo/fair/hatsu2020/images/bg_breadcrumb_2nd.png");
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .4);
}
.header-obi .Wrapper {
	height: 34px;
	display: flex;
	align-items: center;
	position: relative;
}
/*＝＝パンくず＝＝*/
#breadcrumb {
	font-size: 11px;
	line-height: 1;
	height: 1em;
	color: #333;
	padding-right: 260px;
}
.breadcrumb__item {
	font-weight: bold;
	display: inline-block;
}
.breadcrumb__item + .breadcrumb__item:before {
	content: "＞";
	margin: 0 10px;
}
.breadcrumb__item a {
	display: inline !important;
	color: #333 !important;
}
.breadcrumb__item a:hover {
	text-decoration: none;
}
/*＝＝MV＝＝*/
.mv_btn_list {
	width: 260px;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0;
}
#btn_schedule {
	position: absolute;
	right: 113px;
}
#schedule #btn_schedule {
	display: none;
}
.mv_btn_list a {
	display: block;
}
.mv_btn_list a:hover {
	opacity: .7;
}
#mvArea {
	background: url("/tyo/fair/hatsu2020/images/mv_bg_pattern_red_2nd.jpg");
	position: relative;
	overflow: hidden;
}
#mvArea::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: calc((250 / 1920) * 100%);
	background: url("/tyo/fair/hatsu2020/images/mv_bg_pattern_yellow_2nd.jpg");
	background-size: 50px;
	transform: rotate(-11.4deg);
	/*↓Windows7 chromeギザギザ対策↓*/
	-webkit-backface-visibility: initial;
	outline: 1px solid transparent;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0);
	/*↑Windows7 chromeギザギザ対策↑*/
	position: absolute;
	right: calc((464 / 1920) * 100%);
	top: 0;
	margin-top: calc((140 / 1920) * -100%);
	z-index: 0;
}
#mvArea::after {
	content: "";
	display: block;
	width: 100%;
	height: 147px;
	background: url("/tyo/fair/hatsu2020/images/mv_bg_btm_2nd.png") repeat-x center 0;
	position: absolute;
	bottom: 0;
}
#index #mvArea::after {
	height: 376px;
	background-image: url("/tyo/fair/hatsu2020/images/mv_bg_btm_index_2nd.png");
}
#conts_header {
	padding: 3px 0 22px;
	position: relative;
	z-index: 1;
	background: url("/tyo/fair/hatsu2020/images/mv_bg_top_2nd.png") repeat-x center 0;
}
#index #conts_header {
	padding: 11px 0 35px;
	background-image: url("/tyo/fair/hatsu2020/images/mv_bg_top_index_2nd.png");
}
.mv .logo {
	width: 420px;
	margin: auto;
}
.mv .logo img {
	width: 100%;
}
#index .mv .logo {
	width: 615px;
}
.mv .logo a {
	display: block;
}
.js-add-pushText.active {
	margin-top: 5px;
	text-align: center;
}
#index .js-add-pushText.active {
	margin-top: 14px;
}
/*＝＝グロナビ＝＝*/
#naviHeader * {
	box-sizing: border-box;
}
#naviWrapper {
	width: 100%;
	height: 70px;
	background: #fff;
	padding: 0;
	box-shadow: 0 3px rgba(0, 0, 0, .4);
	position: relative;
	z-index: 10;
	border-top: 3px solid #e60012;
	border-bottom: 3px solid #e60012;
}
#naviConts {
	height: 100%;
	background: #fff;
	position: relative;
	z-index: 12;
}
#naviArea {
	width: 992px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#dstBtn {
	width: 150px;
}
#dstBtn .head_btn_title {
	font-size: 20px;
	color: #000;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
#dstBtn .dst_change {
	position: relative;
}
#dstBtn .dst_change .head_btn01_text {
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 0 calc(7px + (6px * 2));
	background: #e60012;
	position: relative;
	cursor: pointer;
}
#dstBtn .dst_change .head_btn01_text::after {
	content: "";
	width: 9px;
	height: 6px;
	background: url("/tyo/fair/hatsu2020/images/icon_arrow_s_white_b.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6px;
	margin: auto 0;
}
#head_btn01 #head_btn01_list {
	width: 100%;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 15;
	display: none;
	box-shadow: 0 3px rgba(0, 0, 0, .2);
}
#head_btn01:hover #head_btn01_list {
	display: block;
}
#head_btn01 #head_btn01_list ul {
	background: #fff;
	padding: 15px 0;
	top: 0;
}
#head_btn01 #head_btn01_list li {
	text-align: left;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding-left: calc(7px + 25px + 10px);
	position: relative;
}
#head_btn01 #head_btn01_list li::before {
	content: "";
	width: 7px;
	height: 13px;
	background: url("/tyo/fair/hatsu2020/images/icon_arrow_brown_r.png") no-repeat 0 0;/*画像仮*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto 0;
}
#head_btn01 #head_btn01_list li + li {
	margin-top: 13px;
}
#head_btn01 #head_btn01_list li a {
	color: inherit;
	text-decoration: none;
}
#head_btn01 #head_btn01_list li a:hover {
	color: #65cdff;
}
#gNavi {
	width: 796px;
	height: 100%;
	position: relative;
	display: flex;
}
#gNavi > li {
	max-width: 175px;
	min-width: 77px;
}
#gNavi > li > a {
	width: 100%;
	height: 64px;
	padding: 0 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #cdcdcd;
}
#gNavi > li.pulldown {
	position: relative;
}
#gNavi > li.pulldown:hover::after, #gNavi > li.pulldown:hover::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#gNavi > li.pulldown:hover::after {
	width: 100%;
	height: 12px;
	z-index: 5;
}
#gNavi > li.pulldown:hover::before {
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 8px 12px 8px;
	border-color: transparent transparent #855400 transparent;
	z-index: 12;
}
#gNavi > li .subList_wrapper {
	width: 960px;
	padding-top: 0;
	position: absolute;
	bottom: -3px;
	display: none;
}
#gNavi #nav01 .subList_wrapper {
	left: -196px;
}
#gNavi #nav02 .subList_wrapper {
	left: calc(-196px - 77px);
}
#gNavi #nav03 .subList_wrapper {
	left: calc(-196px - 77px - 77px);
}
#gNavi #nav05 .subList_wrapper {
	left: calc(-196px - 77px - 77px - 132px - 77px);
}
#gNavi #nav06 .subList_wrapper {
	left: calc(-196px - 77px - 77px - 132px - 77px - 175px);
}
#gNavi #nav08 .subList_wrapper {
	left: calc(-196px - 77px - 77px - 132px - 77px - 175px - 77px - 88px);
}
#gNavi > li:hover .subList_wrapper {
	display: block;
}
#gNavi > li .subList_wrapper .subList {
	width: 100%;
	padding: 15px 14px;
	background: #855400;
	position: absolute;
	z-index: 13;
}
#gNavi > li .subList_wrapper .subList ul {
	display: flex;
	flex-wrap: wrap;
}
#gNavi > li .subList_wrapper .subList ul li {
	width: 227px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#gNavi > li .subList_wrapper .subList ul li:not(:nth-child(4n)) {
	margin-right: calc((932px - (227px * 4)) / 3);
}
#gNavi > li .subList_wrapper .subList ul li:nth-child(n + 5) {
	margin-top: calc((932px - (227px * 4)) / 3);
}
#gNavi > li .subList_wrapper .subList ul li a {
	width: 100%;
	height: 100%;
	min-height: 37px;
	display: flex;
	align-items: center;
	padding: 5px 10px 5px 30px;
	text-decoration: none;
	color: #000;
	border: 1px solid #f2f0ed;
	background: #fff;
	position: relative;
}
#gNavi > li .subList_wrapper .subList ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	margin: auto 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
#gNavi > li.active, #gNavi > li:hover,
#gNavi > li .subList_wrapper .subList ul li a:hover {
	background: url("/tyo/fair/hatsu2020/images/nav_active_2nd.jpg");
}
#gNavi > li .subList_wrapper .subList ul li.special a, #gNavi > li .subList_wrapper .subList ul li.special a:hover {
	color: #e60012;
}
/*メイン------------------------------------- */
#main {
	background: #f2e4be url("/tyo/fair/hatsu2020/images/bg_pattern_maru_2nd.jpg");
}
#main a {
	display: block;
	color: inherit;
}
#contentsArea {
	background: url(/tyo/fair/hatsu2020/images/main_top_tour_obi_2nd.jpg) repeat-y center top;
	padding: 60px 0 90px;
}
#schedule #contentsArea {
	background-image: url(/tyo/fair/hatsu2020/images/bg_main_2nd.jpg);
}
#air #contentsArea {
	background-image: url(/tyo/fair/hatsu2020/images/main_air_obi_2nd.jpg);
	padding-bottom: 60px;
}
#ah #contentsArea {
	background-image: url(/tyo/fair/hatsu2020/images/main_ah_obi_2nd.jpg);
}

/*==商品カセット枠==*/
#contentsArea .type4col .itemAdList a:hover {
	opacity: .7;
}
#contentsArea > #itemttlArea.item_ttl_tour {
	text-align: left;
}
#itemttlArea .item_ttl {
	text-align: center;
}
#itemttlArea.item_ttl_tour {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contentsArea > #itemttlArea + #lineupArea > .itemContainer {
	margin-top: calc(-90px + 70px);
	position: relative;
	width: 100%;
}
#contentsArea > #itemttlArea + #search_box {
	margin-top: 80px;
}
#itemArea .notes {
	margin-top: 30px;
	font-size: 12px;
	text-align: right;
	color: #fff;
}
#itemArea .notes .kome {
	padding-left: 1.3em;
	text-indent: -1.3em;
	text-align: center;
}
#itemArea table + .notes {
	margin-top: 10px;
}
#lineupArea {
	width: 992px;/*ie対策*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_ttl_tour + #lineupArea {
	display: block;
}
#lineupArea::after {
	content: none;
}
#lineupArea .lineupBox:not(:first-of-type) {
	margin-top: 70px;
}
#itemttlArea + #lineupArea .lineupBox:not(.panelBox) {
	margin-top: 70px;
}
#itemttlArea + #lineupArea .lineupBox.full-bottom {
	margin-top: 50px;
}
#lineupArea .lineupBox.half {
	width: 483px;
}
#lineupArea .lineupBox .title {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#lineupArea .lineupBox .title + .pre_txt {
	text-align: center;
	margin-bottom: 20px;
	margin-top: -30px;
	font-size: 18px;
	font-weight: bold;
}
#lineupArea .lineupBox.half .title {
	margin-bottom: 20px;
}
#lineupArea .lineupBox .title a {
	display: inline-block;
}
#lineupArea .lineup {
	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: 290px;
	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: 23px;
}
#lineupArea .lineup.type3col .tour_box:not(:nth-of-type(3n)) {
	margin-right: calc((992px - (304px * 3)) / 2);
}
#lineupArea .panelBox .lineup.type3col .tour_box:not(:nth-of-type(3n)) {
	margin-right: calc((922px - (290px * 3)) / 2);
}
#lineupArea .filterlist {
	width: calc(100% + ((922px - (290px * 3)) / 2));
	margin-left: calc((-922px + (290px * 3)) / 2);
}
#lineupArea .filterlist .lineup.type3col .tour_box {
	margin-left: calc((922px - (290px * 3)) / 2);
	margin-right: 0 !important;
}
#lineupArea .lineup .tour_box_wrap > a {
	text-decoration: none;
	display: block;
	opacity: 1;
	background: #fff;
}
#lineupArea .lineupBox.panelBox .lineup .tour_box_wrap > a, #lineupArea .lineupBox.panelBox .lineup .tour_box_inner {
	min-height: 380px;
}
#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 .comson .tour_box_wrap > a:hover {
	cursor: default;
}
#lineupArea .lineup .comson .tour_box_wrap > a:hover .tour_box_inner {
	opacity: 1;
}
#lineupArea .lineup .tour_box_inner {
	background: #fff;
	position: relative;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .2);
	overflow: hidden;
	display: block;
	color: #000;
	line-height: 20px;
	padding-bottom: 28px;
}
#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: 22px;
	line-height: 1;
	color: #845400;
	font-weight: bold;
	text-align: center;
	padding: 8px 0 5px;
	letter-spacing: 2px;
	font-style: italic;
}
#lineupArea .lineup .tour_box_wrap .tour_img {
	width: 100%;
	height: 153px;
	background: #ccc no-repeat right bottom;
	background-size: cover;
	display: block;
	position: relative;
}
#lineupArea .lineup.type3col .tour_box_wrap .tour_img {
	height: 193px;
}
#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 !important;
	background: #e60012; 
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	padding: 6px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/* === 公開後しばらく経ってから表示 ===
#lineupArea .lineup .tour_box.ctcms_new .tour_box_wrap .tour_img::before {
	content: "NEW" !important;
}
*/
#lineupArea .lineup .tour_box.ONLINE .tour_box_wrap .tour_img::before {
	content: "オンライン予約限定" !important;
}
#lineupArea .lineup .tour_box.web_adv .tour_box_wrap .tour_img::before {
	content: "広告掲載商品" !important;
}
#lineupArea .lineup .tour_box[class*="sp40th_"] .tour_box_wrap .tour_img::before {
	background: #000;
	color: #fff;
}
#lineupArea .lineup .tour_box.sp40th_w .tour_box_wrap .tour_img::before {
	content: " 40th特別企画 世界一周" !important;
}
#lineupArea .lineup .tour_box.sp40th_c .tour_box_wrap .tour_img::before {
	content: " 40th特別企画 歴史・文化" !important;
}
#lineupArea .lineup .tour_box.sp40th_r .tour_box_wrap .tour_img::before {
	content: " 40th特別企画 貸切" !important;
}
#lineupArea .lineup .tour_box.sp40th_g .tour_box_wrap .tour_img::before {
	content: " 40th特別企画 美食" !important;
}
#lineupArea .lineup .tour_box.sp40th_s .tour_box_wrap .tour_img::before {
	content: " 40th特別企画 ホテル滞在" !important;
}
#lineupArea .lineup .tour_box.sp40th_d .tour_box_wrap .tour_img::before {
	content: " 40th特別企画 ディズニーリゾート" !important;
}
#lineupArea .lineup .tour_box.comson .tour_box_wrap .tour_img::before {
	content: "coming soon" !important;
	background: #888;
}
#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: 17px;
	color: #e60012;
	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 {
	position: relative;
}
#lineupArea .linkTxt .tour_link {
	display: inline-block;
}
#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: 15px;
	line-height: calc(15 / 13);
	color: #000;
	padding-right: calc(8px + 7px);
	background: url("/tyo/fair/hatsu2020/images/arrow04.png") no-repeat right center;
	display: inline-block;
	text-decoration: none;
}
#lineupArea span.tour_link a {
	font-size: 13px;
}
#lineupArea .item_area .tour_link a {
	text-decoration: none;
	color: #000;
	background: url("/tyo/fair/hatsu2020/images/arrow01.png") no-repeat right center;
}
#lineupArea .tour_link a:hover {
	text-decoration: underline;
}
#lineupArea .lineupBox .linkBox:only-of-type {}
#lineupArea .lineupBox .linkBox > * {
	margin-top: 20px;
}
#lineupArea .itemContainer + .lineupBox .linkBox .linkTxt {
	margin-top: 0;
}
#lineupArea .lineupBox .linkBox a {
	text-decoration: none;
}
#lineupArea .lineupBox .linkBox .linkTxt a:hover {
	text-decoration: underline;
}
#lineupArea .lineupBox .linkBox .linkBtn {
	display: flex;
	justify-content: center;
}
#lineupArea .lineupBox .linkBox .linkBtn a {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	transition: .4s;
	padding: 11.5px 40px 13.5px;
	position: relative;
	background: #e60012; 
	border-radius: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .2);
}
#lineupArea .lineupBox .linkBox.reserve .linkBtn a {
	background: #073e8e;
	color: #fff;
}
#lineupArea .lineupBox .linkBox.dome .linkBtn a {
	background: #58bb00;
}
#lineupArea .lineupBox.half .linkBox .linkBtn a {
	width: 460px;
}
#lineupArea .lineupBox .linkBox .linkBtn a::after {
	content: "";
	width: 9px;
	height: 17px;
	background: url("/tyo/fair/hatsu2020/images/arrow08.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	margin: auto;
}
#lineupArea .lineupBox .linkBox.reserve .linkBtn a::after {
	background: url("/tyo/fair/hatsu2020/images/arrow08.png") no-repeat 0 0;
}
#lineupArea .lineupBox .linkBox .linkBtn a:hover {
	opacity: .7;
}
#lineupArea .lineupAd {
	width: 100%;
}
#lineupArea .lineupAd .title {
	margin-bottom: 25px;
}
#lineupArea .lineupAd .item {
	background: #fff;
	padding: 10px;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}
#lineupArea .lineupAd .item + .item {
	margin-top: 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: 750px;
	font-size: 18px;
	line-height: 20px;
	float: right;
}
#lineupArea .lineupAd .itemText > span {
	display: block;
}
#lineupArea .lineupAd .itemText .itemTitle {
	font-weight: bold;
}
#lineupArea .lineupAd .itemText .itemTerm {
	font-size: 11px;
	line-height: 1;
	margin: 10px 0 8px;
}
#lineupArea .lineupAd .itemText .itemPrice {
	color: #fd5058;
}
#lineupArea .lineupAd .item .othlink {
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	padding-right: calc(7px + 6px);
	background: url("/tyo/fair/hatsu2020/images/arrow01.png") no-repeat right center;
	text-decoration: none;
}
#lineupArea .lineupAd .item .othlink:hover {
	text-decoration: underline;
}
body.tour #lineupArea .lineupBox .linkBox.reserve {
	display: none;
}
/*検索ボックス------------------------------------- */
#searchArea {
	background: url(/tyo/fair/hatsu2020/images/bg_search_2nd.jpg) repeat center top;
	padding: 40px 0 30px;
	min-height: 482px;
	box-sizing: border-box;
}
#search_box .md_list {
	display: flex;
	flex-wrap: wrap;
}
#search_box .md_searchTab, #search_box .md_searchTab_blank {
	margin: 0;
	padding: 0;
	display: flex;
}
#search_box .md_tabBody {
	display: none;
}
#search_box select {
	background: #fff;
}
#search_box .md_searchTab .md_search_tabList, #search_box .md_searchTab_blank .md_search_tabList {
	margin: 0 3px 0 0;
	width: auto;
}
#search_box .md_search_tabList a {
	width: 180px;
	padding: 16px 0 10px 0;
	background: #ffffff;
	border-top: 2px solid #845400;
	border-right: 2px solid #845400;
	border-left: 2px solid #845400;
	text-align: center;
	font-weight: bold;
	color: #845400;
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	font-size: 16px;
}
#search_box .md_search_tabList a.is_block {
	background: #845400;
	color: #ffffff;
}
#search_box .md_search_tabList a:hover {
	background: #845400;
	color: #ffffff;
}
#search_box .md_searchTab_blank .md_search_tabList a:after {
	content: url(/tyo/fair/hatsu2020/images/icon_brank.png);
	background: url(/tyo/fair/hatsu2020/images/icon_brank_white.png) no-repeat center center;
	display: inline-block;
	width: 17px;
	height: 13px;
	margin: 0 0 0 10px;
}
#search_box .md_searchTab_blank .md_search_tabList a:hover:after {
	content: "";
}
#search_box .md_search_tabBody {
	width: 100%;
	border: solid 4px #845400;
	background: #ffffff;
	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: #845400;
}
#search_box .md_search_label {
	background: #845400;
}
#search_box .md_search_checkboxArea a.is_pleasureTrip {
	color: #845400;
}
#search_box .md_search_btn {
	background: #e30b20;
	box-shadow: 2px 2px #666;
	transition: all 0.5s;
}
#search_box .md_search_btn:hover {
	opacity: 0.7;
}
#search_box .md_search_btn_txt {
	text-shadow: inherit;
	color: #ffffff;
}
#search_box .md_search_btn_txt:before {
	width: 27px;
	height: 25px;
	margin: -12px 0 0 0;
	left: 0;
	background: url(/tyo/fair/hatsu2020/images/icon_search_white.png) left center no-repeat;
}

/*フッター------------------------------------- */
.footer {
	margin-top: 0 !important;
}
#bottomArea {
	background: #fff5b4;
	padding: 50px 0;
}
#bottomArea .conts + .conts {
	margin-top: 36px;
}
/*==おすすめ特集==*/
#bottom_banner {
	padding: 27px 33px;
	text-align: center;
	font-size: 0;
	background: #fff;
	margin: 0 16px 30px;
}
#bottom_banner li {
	display: inline-block;
	background: #fff;
}
#bottom_banner li + li a {
	margin-left: 43px;
}
#bottom_banner li + li a:hover {
	margin: -4px -4px -4px calc(43px - 4px);
}
#bottom_banner a {
	display: block;
	width: 186px;
	height: 186px;
	background: #ddd;
}
#bottom_banner a:hover {
	border: 4px solid #855400;
	opacity: .7;
	margin: -4px;
}
#bottom_banner img {
	width: 100%;
	height: auto;
}
#bottom_banner02 .bnr {
	background: #fff;
}
#bottom_banner02 .bnr a {
	display: block;
}
#bottom_banner02 .bnr a:hover {
	opacity: .7;
}
/*＝＝フェア全共通フットバナー＝＝*/
#footer_common_banner {
	display: flex;
	margin: 50px 0;
}
#footer_common_banner .footer__bnr--item {
	width: 50%;
}
#footer_common_banner .footer__bnr--item:first-child {
	padding-right: 20px;
}
#footer_common_banner .footer__bnr--item a {
	display: block;
}
#footer_common_banner .footer__bnr--item a:hover {
	opacity: 0.8;
}
#footer_common_banner .footer__bnr--item img {
	width: 100%;
}
/*＝＝フェアフットナビ＝＝*/
#footnav {
	padding: 50px 0 40px;
	background: url(/tyo/fair/hatsu2020/images/bg_pattern_shikaku_2nd.jpg);
}
#footnav .col_wrap {
	display: flex;
	justify-content: space-between;
}
#footnav .col_wrap .col {
	width: 310px;
}
#footnav .bnr_box {
	margin-top: 20px;
}
#footnav .bnr_box .bnr a {
	display: block;
	background: #fff;
	transition: opacity .4s;
}
#footnav .bnr_box .bnr a:hover {
	opacity: .8;
}
#footnav dl {
	background: #fff;
}
#footnav dl dt {
	font-size: 16px;
	line-height: 1.3;
}
#footnav dl dt + dt {
	border-top: 2px solid #c9c9c9;
}
#footnav dl dt:first-child {
	border-top: none;
}
#footnav dl dd {
	border-bottom: 2px solid #c9c9c9;
	font-size: 12px;
	line-height: 1.4;
}
#footnav dl dt > *, #footnav dl dd > *:not(.img) {
	display: block;
	text-decoration: none;
	padding: 10px 25px 10px 15px;
}
#footnav dl dt > * {
	background: #e80000;
	color: #fff;
}
#footnav dl dd > * {
	color: #000;
}
#footnav dl dt a {
	background: url(/tyo/fair/hatsu2020/images/icon_arrow_white_r.png) no-repeat 96% 45% #e80000;
}
#footnav dl dd a {
	background: url(/tyo/fair/hatsu2020/images/icon_arrow_red_r.png) no-repeat 96% 45%;
}
#footnav dl dt a:hover {
	opacity: 0.7;
}
#footnav dl dd a:hover {
	color: #e80000;
}
#footnav .foot_logo {
	text-align: center;
	margin-top: 40px;
}
/*==買い方ガイド==*/
#guideArea {
	border: 4px solid #845400;
}
#guideArea * {
	box-sizing: border-box;
}
#guideArea .guide_box {
	background: #fff;
}
#guideArea h2#guide {
	border-bottom: 4px solid #845400;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #845400;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	padding: 15px 0 10px 0;
}
#guide a:hover, .guideWrapper a:hover {
	opacity: .7;
}
#guideArea .inner {
	width: 100%;
	padding: 30px;
}
#guideArea a:link, #guideArea a:visited {
	color: #db3029;
	text-decoration: underline;
}
#guideArea a:hover {
	text-decoration: none;
}
#guideArea .alert {
	padding: 25px 40px;
}
#guideArea .alert .inner {
	padding: 0;
}
#guideArea .alert .alert_ttl {
	font-size: 20px;
	line-height: 24px;
	color: #e31104;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#guideArea .alert .alert_ttl span {
	display: inline-block;
	padding-left: calc(29px + 7px);
	background: url("/tyo/fair/hatsu2020/images/icon_alert.png") no-repeat left center;
}
#guideArea .alert .item_area {
	display: flex;
	justify-content: space-between;
}
#guideArea .alert .item_area .item {
	width: 432px;
	border: 1px solid #845400;
	background: #fff;
}
#guideArea .alert h5 {
	background: #845400;
	color: #fff;
	padding: 11px 10px 12px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
#guideArea .alert .item_area .item .txt {
	font-size: 15px;
	line-height: 1.8;
	padding: 10px;
	text-align: center;
	height: calc(100% - 39px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
#guideArea .alert .item_area .item .txt > * {
	width: 100%;
	display: block;
}
#guideArea .alert .item_area .item .txt .list {
	font-weight: bold;
}
#guideArea .alert .item_area .item .txt .list span {
	color: #845400;
}
#guideArea .alert .item_area .item .txt .list .ml {
	margin-left: 38px;
}
#guideArea .alert .item_area .item .txt .notes {
	font-size: 13px;
	display: block;
}
#guideArea .alert .item_area + * {
	margin-top: 20px;
}
#guideArea .alert .text_area {
	text-align: center;
}
#guideArea .alert .text_area p {
	margin: 0 0 10px 0;
}
#guideArea .alert .text_area ul li {
	display: inline-block;
	padding: 0 10px;
}
#guideArea .inner .channel {
	display: flex;
	justify-content: space-between;
}
#guideArea .inner .channel + .note, #guideArea .inner .note + .note {
	text-align: right;
	margin-top: 10px;
}
#guideArea .channel li {
	width: 288px;
	border: 4px solid #e0e0e0;
	position: relative;
	padding: 25px 10px 18px;
}
#guideArea .channel .txt_area {
	padding-top: 60px;
	background: no-repeat center top;
	text-align: center;
}
#guideArea .channel li.web .txt_area {
	background-image: url("/tyo/fair/hatsu2020/images/icon_laptop.png");
}
#guideArea .channel li.shop .txt_area {
	background-image: url("/tyo/fair/hatsu2020/images/icon_store.png");
}
#guideArea .channel li.tel .txt_area {
	background-image: url("/tyo/fair/hatsu2020/images/icon_phone.png");
}
#guideArea .channel .txt_area > * {
	display: block;
}
#guideArea .channel .txt_area .ttl {
	font-size: 18px;
	line-height: 1;
	color: #000;
}
#guideArea .channel .txt_area .ttl + * {
	margin-top: 14px;
}
#guideArea .channel .txt_area .txt {
	font-size: 13px;
	line-height: 22px;
}
#guideArea .channel .txt_area .link {
	display: inline-block;
	margin-top: 14px;
	color: #004098;
	text-decoration: underline;
}
#guideArea .channel .txt_area .link span {
	display: block;
	padding-right: calc(7px + 5px);
	background: url("/tyo/fair/hatsu2020/images/icon_arrow_blue_r.png") no-repeat right center;
}
#guideArea .channel .txt_area .link:hover {
	text-decoration: none;
}
#guideArea .channel .txt_area .notice {
	color: #e31104;
	font-weight: bold;
	font-size: 17px;
	margin-top: 10px;
}
#guideArea * + .online {
	margin-top: 30px;
}
#guideArea .online .online_ttl {
	font-size: 20px;
	line-height: 24px;
	color: #e31104;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin-bottom: 30px;
}
#guideArea .online .online_ttl span {
	display: inline-block;
	padding-left: calc(29px + 7px);
	background: url("/tyo/fair/hatsu2020/images/icon_alert.png") no-repeat left center;
}
#guideArea .online p {
	font-size: 14px;
	line-height: 22px;
}
#guideArea .online .lead {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 13px;
}
#guideArea .online .red {
	color: #e31104;
}
#guideArea #olGuideArea {
	display: flex;
	justify-content: space-between;
	margin: 19px auto 0;
}
#guideArea #olGuideArea li.step {
	width: 336px;
	border: 2px solid #ccc;
	padding: 10px 10px 8px;
}
#guideArea #olGuideArea li.step .step_ttl {
	display: block;

	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 7px;
}
#guideArea #olGuideArea li.step .step_list {
	display: flex;
	justify-content: space-between;
}
#guideArea #olGuideArea li a {
	display: block;
}
#guideArea #olGuideArea li a:hover {
	opacity: .7;
}
/*==tour_inq.js==*/
#telArea {
	width: 992px;
	background-color: #fff;
	border: 4px solid #845400;
	padding: 40px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
#telArea #info {
	width: 860px;
	margin: auto;
	padding: 0;
	background: none;
}
#telArea #info::after {
	content: "";
	display: block;
	clear: both;
}
#telArea #info div.info-bu02 {
	background: url(/tyo/fair/hatsu2020/images/icon_phone.png) no-repeat left center;
	background-size: 28px;
	color: #845400;
}
#telArea #info dt.dt02 {
	background: url(/tyo/fair/hatsu2020/images/icon_phone.png) no-repeat left center;
	background-size: 20px;
}
#telArea #info dt {
	background: url(/tyo/fair/hatsu2020/images/icon_phone.png) no-repeat left center;
	background-size: 16px;
}
#telArea #info div.info-bu03 {
	background: #ffffff url(/tyo/fair/hatsu2020/images/icon_store.png) no-repeat left center;
	background-size: 28px;
}
#telArea #info div.info-bu03 a {
	color: #845400;
}
/*バナーcss*/
.bnr_l {
  margin: -30px 0 30px;
  text-align: center;
}
