@charset "utf-8";

/* ==================================================
contents
================================================== */


/*===============  featured_area  ================*/

.container {
    width: 900px;
    margin: 0 auto;
}

.equal_height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#travel_info,
#tmp_featured_area,
#tmp_event_info {
    min-width: 980px;
    margin: 0 auto;
}

#tmp_featured_area {
    margin-bottom: 40px;
}

#tmp_featured_area .featured_items {
    position: relative;
}

#tmp_featured_area .featured_items li a {
    color: #FFFFFF;
}

#tmp_featured_area .featured_items li a:hover,
#tmp_featured_area .featured_items li a:focus {
    color: #dd1c24;
}

#tmp_featured_area .featured_stamp {
    width: 12.45%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
    z-index: 3;
}

#tmp_featured_area li {
    width: 33.33%;
    float: left;
}

#tmp_featured_area li img {
    width: 100%;
}

#tmp_featured_area .featured_detail_left,
#tmp_featured_area .featured_detail_right {
    width: 44%;
    overflow: hidden;
}

#tmp_featured_area .featured_detail_right {
    float: right;
}

#tmp_featured_area .featured_detail_left .infor {
    /* margin-left: -90px; */
}

#tmp_featured_area .featured_detail_right .infor {
    /* margin-left: 80px; */
}

#tmp_featured_area .featured_detail_left,
#tmp_featured_area .featured_detail_right,
#tmp_featured_area .featured_thumbnail {
    position: relative;
    text-align: center;
}

#tmp_featured_area .infor {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#tmp_featured_area .infor .infor_in {
    background-color: rgba(12, 14, 18, 0.6);
    border: solid 1px #ffffff;
    color: #ffffff;
    min-width: 181px;
    margin: 0 auto;
	display:inline-block;
}

#tmp_featured_area .infor .infor_in h3,
#tmp_featured_area .infor .infor_in p {
    display: table;
    width: 100%;
    /*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-family:serif;
}

#tmp_featured_area .infor .infor_in h3 {
    font-size: 185.7%;
    border-bottom: solid 1px #ffffff;
    height: 87px;
}

#tmp_featured_area .infor .infor_in p {
    font-size: 128.6%;
    height: 62px;
}

#tmp_featured_area .infor .infor_in h3 a,
#tmp_featured_area .infor .infor_in p a {
    display: table-cell;
    vertical-align: middle;
	padding:0 5px;
}


/*===============  end featured_area  ================*/


/*===============     event_area  ================*/

#tmp_event_info .topic {
    display: table;
    border: solid 3px #ca2b31;
    margin-bottom: 40px;
}

#tmp_event_info .topic .topic_logo,
#tmp_event_info .topic .topic_content {
    display: table-cell;
}

#tmp_event_info .topic .topic_logo {
	color:#FFFFFF;
	background:url(/shared/templates/top/images/ntopic_ttl_ja.gif) center center no-repeat #ca2b31;
    padding: 18px 20px 21px 16px;
}
.lang_en #tmp_event_info .topic .topic_logo {
	background:url(/shared/templates/top/images/ntopic_ttl_en.gif) center center no-repeat #ca2b31;
}
.lang_cn #tmp_event_info .topic .topic_logo {
	background:url(/shared/templates/top/images/ntopic_ttl_cn.gif) center center no-repeat #ca2b31;
}
.lang_tc #tmp_event_info .topic .topic_logo {
	background:url(/shared/templates/top/images/ntopic_ttl_tc.gif) center center no-repeat #ca2b31;
}
.lang_kr #tmp_event_info .topic .topic_logo {
	background:url(/shared/templates/top/images/ntopic_ttl_kr.gif) center center no-repeat #ca2b31;
}
.lang_th #tmp_event_info .topic .topic_logo {
	background:url(/shared/templates/top/images/ntopic_ttl_th.gif) center center no-repeat #ca2b31;
}

#tmp_event_info .topic .topic_logo span {
	width:157px;
	height:94px;
	overflow:hidden;
	position:relative;
	z-index:-1;
	display:block;
}
#tmp_event_info .topic .topic_content {
    display: table-cell;
    vertical-align: middle;
    font-size: 114.3%;
    width: 100%;
    padding: 0 30px 0 30px;
}
#tmp_event_info .topic .topic_content ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_event_info .topic .topic_content li {
    border-bottom: dashed 1px #808080;
    padding: 5px 0;
}
#tmp_event_info .topic .topic_content li:last-child {
	border-bottom:none;
}
#tmp_event_info .topic .topic_content li a {
	color:#000000;
	background-color:transparent;
}
#tmp_event_info .topic .topic_content li a:hover,
#tmp_event_info .topic .topic_content li a:focus {
    color: #dd1c24;
	text-decoration:underline;
}

#tmp_event_info .list_event {
    background: url("/shared/images/top/bg_event.jpg") repeat;
    padding: 38px 0 40px;
}

#tmp_event_info .list_event .list_event_title {
    text-align: center;
    font-size: 257.1%;
    color: #ca2b31;
    line-height: 1.2;
    margin: 0 0 32px;
	/*font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;*/
	font-family:serif;
	font-weight:normal;
}
#tmp_event_info .list_event .list_event_title .icon_left {
	background:url(/shared/templates/top/images/event_ttl_icon.png) left center no-repeat;
	padding:0 0 0 45px;
}
#tmp_event_info .list_event .list_event_title .icon_right {
	background:url(/shared/templates/top/images/event_ttl_icon.png) right center no-repeat;
	padding:0 45px 0 0;
}

.load_more {
    float: right;
    color: #231815;
	background:url(/shared/templates/top/images/more_arrow.png) right center no-repeat;
	padding:0 15px 0 0;
}

.load_more:hover,
.load_more:focus {
    color: #dd1c24;
}

#tmp_event_info .list_event .wrap_repetition_area {
    margin:0 0 10px;
}

#tmp_event_info .list_event .wrap_repetition_area .repetition_area {
    width: 33.33%;
    float: left;
    padding: 0 23px;
    margin-bottom: 20px;
}

#tmp_event_info .repetition_area .repetition_in {
    height: 100%;
    background-color: #ffffff
}

#tmp_event_info .repetition_area .repetition_in img {
    width: 100%;
}

#tmp_event_info .repetition_area .infor {
    padding: 10px 12px 8px;
	line-height:1.2;
}

#tmp_event_info .repetition_area .infor h3 {
    font-size: 128.6%;
	padding:0 0 5px;
}

#tmp_event_info .repetition_area .repetition_in p:hover ~ .infor h3 a {
    color: #dd1c24;
}

#tmp_event_info .repetition_area .infor h3 a {
    color: #231815;
}

#tmp_event_info .repetition_area .infor h3 a:hover,
#tmp_event_info .repetition_area .infor h3 a:focus {
    color: #dd1c24;
}
#tmp_event_info .repetition_area .infor p {
	background:url(/shared/templates/top/images/icon_circle_black.png) left 2px no-repeat;
	padding:0 0 0 15px;
}
/*===============  end event_area  ================*/


/* ==================================================
Store
================================================== */

#tmp_wrap_store {
    min-width: 980px;
    margin: 0 auto;
    padding: 46px 0 40px;
    background: url(/shared/images/top/bg_store.png) repeat;
}

#tmp_wrap_store .slider_store {
    overflow: hidden;
	width:980px;
	margin:0 auto;
}

#tmp_wrap_store .title_top {
    font-size: 128.5%;
}

#tmp_wrap_store .slider_store {
	position:relative;
}

#tmp_wrap_store .store_item,
#tmp_wrap_store .box_gallrey {
    margin: 0;
	width:220px !important;
}
#tmp_wrap_store .box_gallrey .ajax_translate {
	padding:0 10px 0 0;
}

#tmp_wrap_store .store_item a,	
#tmp_wrap_store .box_gallrey a {
    color: #231815;
}

#tmp_wrap_store .store_item img {
	display:block;
}

#tmp_wrap_store .store_item span,
#tmp_wrap_store .box_gallrey span.txt {
	display:inline-block;
	margin:10px 0 0;
	padding:0 0 0 5px;
	border-left:3px solid #ca2b31;
	line-height:1.2;
}
#tmp_wrap_store .box_gallrey span.img {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    display: block;
}
#tmp_wrap_store .box_gallrey span.img img {
	position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

#tmp_wrap_store .store_item a:hover,
#tmp_wrap_store .store_item a:focus,
#tmp_wrap_store .store_item a:active,
#tmp_wrap_store .box_gallrey a:hover,
#tmp_wrap_store .box_gallrey a:focus,
#tmp_wrap_store .box_gallrey a:active {
    color: #dd1c24;
}

#tmp_wrap_store .list_order {
	display:none;
}

#tmp_wrap_store .prev {
	position:absolute;
	left:0;
	top:0;
}

#tmp_wrap_store .next {
	position:absolute;
	right:0;
	top:0;
}

#tmp_wrap_store .gallery_cntrol {
	margin-top:20px;
}

.slider_store .slider_inner {
    padding: 0 52px;
    margin-bottom: 16px;
}

.slider_store .slick-prev,
.slider_store .slick-next {
    height: 100%;
}

.slider_store .slider_action {
}

#tmp_wrap_store .search_travel {
    margin-top: 34px;
}

#tmp_wrap_store .search_travel .form_search {
    margin-bottom: 28px;
}

#tmp_wrap_store .search_travel .select_travel {
    width: 172px;
    display: inline-block;
    float: left;
}

#tmp_wrap_store .search_travel .form_search .form_group .form_group_inner {
    margin-right: 380px;
}

#tmp_wrap_store .search_travel .form_search .form_group {
    margin-right: -364px;
}

#tmp_wrapper .search_travel .btn_search {
    padding: 9px 12px 8px;
    float: right;
}
.lang_en #tmp_wrap_store .search_travel .search_travel_title,
.lang_cn #tmp_wrap_store .search_travel .search_travel_title,
.lang_tc #tmp_wrap_store .search_travel .search_travel_title,
.lang_kr #tmp_wrap_store .search_travel .search_travel_title,
.lang_th #tmp_wrap_store .search_travel .search_travel_title,
.lang_en #tmp_wrap_store .search_travel .form_search,
.lang_cn #tmp_wrap_store .search_travel .form_search,
.lang_tc #tmp_wrap_store .search_travel .form_search,
.lang_kr #tmp_wrap_store .search_travel .form_search,
.lang_th #tmp_wrap_store .search_travel .form_search {
	display:none;
}

/* ==================================================
Video & Banner
================================================== */

#tmp_wrap_video {
    min-width: 980px;
    margin: 0 auto;
    background: url(/shared/templates/top/images/bg_video_flower.png) center center no-repeat;
}
#tmp_wrap_video_left {
    background: url(/shared/templates/top/images/bg_video_border.png) left top repeat-y;
}
#tmp_wrap_video_right {
    padding: 58px 0 48px;
    background: url(/shared/templates/top/images/bg_video_border.png) right top repeat-y;
}
.video_wrap {
    text-align: center;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#tmp_wrap_video .list_internal_banner {
    margin: 0 auto;
	text-align:center;
}

#tmp_wrap_video .list_internal_banner .internal_banner_item {
    list-style: none;
	display:inline-block;
    width: 31%;
    padding: 0 1%;
    margin-top: 12px;
}

#tmp_wrap_video .list_extenal_banner {
    margin: 40px auto 0;
	text-align:center;
}

#tmp_wrap_video .list_extenal_banner .extenal_banner_item {
    list-style: none;
	display:inline-block;
    width: 23%;
    padding: 0 1%;
}


/*=============== travel_info  ================*/

#travel_info {
    min-width: 980px;
    background:#4C240D url(/shared/images/top/bg_travel_info.jpg) no-repeat center top;
	background-size:cover;
	color:#FFFFFF;
}

#travel_info .travel_info_title {
	text-align:center;
}

#travel_info .travel_info_title span {
	position:relative;
	overflow:hidden;
	display:block;
	z-index:-1;
}

#travel_info .travel_list:before,
#travel_info .travel_list:after {
    content: "";
    display: table;
}

#travel_info .travel_list:after {
    clear: both;
}

#travel_info .container {
    position: relative;
    padding: 40px 0 48px;
    height: 490px;
	overflow:hidden;
}

#travel_info .travel_list {
    list-style: none;
    padding: 0;
    margin: 0 -29px;
    position: absolute;
    bottom: 48px;
    right: 0;
    left: 0;
}

#travel_info .travel_list .travel_item {
    float: left;
    width: 16.66%;
    padding: 0 29px;
}

#travel_info .travel_list .travel_inner a {
	padding:110px 0 0;
    text-align: center;
	display:block;
}
#travel_info .travel_list .icon_wifi {
	background:url(/shared/templates/top/images/tinfo_wifi.png) center top no-repeat;
}
#travel_info .travel_list .icon_info_travel {
	background:url(/shared/templates/top/images/tinfo_info_travel.png) center top no-repeat;
}
#travel_info .travel_list .icon_atm {
	background:url(/shared/templates/top/images/tinfo_atm.png) center top no-repeat;
}
#travel_info .travel_list .icon_exchange {
	background:url(/shared/templates/top/images/tinfo_exchange.png) center top no-repeat;
}
#travel_info .travel_list .icon_hotel {
	background:url(/shared/templates/top/images/tinfo_hotel.png) center top no-repeat;
}
#travel_info .travel_list .icon_taxi {
	background:url(/shared/templates/top/images/tinfo_taxi.png) center top no-repeat;
}

#travel_info .travel_list .travel_inner p {
    margin-top: 14px;
}

#travel_info .travel_list .travel_inner p a {
    font-size: 107.1%;
    color: #FFFFFF;
    font-weight: bold;
}

#travel_info .travel_list .travel_inner p:hover a,
#travel_info .travel_list .travel_inner p:focus a {
    color: #dd1c24;
}


/*=============== end travel_info  ================*/


/* ==================================================
SNS Share
================================================== */

#tmp_sns_share {
    color: inherit;
    min-width: 980px;
    margin: 0 auto;
    padding: 34px 0 50px;
    clear: both;
    overflow: hidden;
    background: url(/shared/images/top/bg_sns.png) repeat;
}

.guide_row  {
    width: 905px;
    margin: 0 auto;
}
.guide_row:before,
.guide_row:after {
    content: "";
    display: table;
}

.guide_row:after {
    clear: both;
}

.guide_box .title {
    color: #ffffff;
    background: #4d4d4d;
    font-size: 142.8%;
    padding: 10px 16px;
}

.guide_box a {
    color: #000000;
}

.guide_box a:hover,
.guide_box a:focus {
    color: #dd1c24;
	text-decoration:underline !important;
}

.guide_box {
    float: left;
}

.guide_box_right {
    float: right;
    width: 354px;
}

.guide_box .guide_box_inner {
    padding: 22px 24px;
    border: 1px solid #4d4d4d;
    background: #FFFFFF;
    margin-bottom: 8px;
}

.guide_box .list_post .list_post_item {
    list-style: none;
    margin-bottom: 12px;
}

.guide_box .list_post .list_post_item:last-child {
    margin-bottom: 0;
}

.rss {
    float: left;
	background:url(/shared/templates/top/images/rss_icon.png) left center no-repeat;
	padding:0 0 0 25px;
}

.guide_more {
    float: right;
}

.slider_banner_sns:before,
.slider_banner_sns:after {
    content: "";
    display: table;
}

.slider_banner_sns:after {
    clear: both;
}

.slider_banner_sns {
    margin: 42px auto 0;
	padding:0 0 30px;
	position:relative;
}

.slider_banner_sns .banner_sns_item,
.slider_banner_sns .box_gallrey {
	width:180px !important;
}

.slider_banner_sns .banner_sns_item img ,
.slider_banner_sns .box_gallrey img {
	width:160px !important;
}

.slider_banner_sns .slider_inner {
    background: #ffffff;
    padding: 20px 45px;
    border: 1px solid #ca2b31;
    margin-bottom: 10px;
}

.slider_banner_sns .prev {
	position:absolute;
	left:0;
	top:14px;
}

.slider_banner_sns .next {
	position:absolute;
	right:0;
	top:14px;
}

.slider_banner_sns .list_order {
	display:none;
}

.slider_banner_sns .gallery_cntrol {
	position:absolute;
	right:0;
	bottom:0;
}

.slider_banner_sns img {
    height: 88px;
}

.slider_action {
    background: #4d4d4d;
    color: #ffffff;
    font-size: 87.5%;
    width: 97px;
    height: 21px;
    line-height: 21px;
    float: right;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ==================================================
Map
================================================== */

#tmp_wrap_map {
    color: inherit;
    min-width: 980px;
    margin: 0 auto;
    clear: both;
}

#tmp_wrap_map img {
    width: 100%;
}


/* ==================================================
Banner
================================================== */

#tmp_banner:after,
#tmp_featured_area:after,
#tmp_event_info:after,
#travel_info:after,
#tmp_wrap_store:after,
#travel_info:after,
#tmp_wrap_video:after,
#tmp_sns_share:after,
#tmp_wrap_map:after,
#tmp_wrap_store .touch_area:after {
    content: ""; /* 変更しない */
    display: block; /* 変更しない */
    clear: both; /* 変更しない */
}

#tmp_banner .tmp_banner_inner {
    position: relative;
    margin: 0 auto;
    min-width: 980px;
}

#tmp_banner .banner_caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -79px;
    width: 100%;
}

#tmp_banner .banner_caption .para_text {
    font-size: 400%;
    text-align: center;
    line-height: 105%;
    letter-spacing: 0.12em;
    text-shadow: 3px 3px 6px #000000;
    /*font-family: 'bodoniflfregular';*/
}
.lang_ja #tmp_banner .banner_caption .para_text {
	display:none;
}

.tmp_pick {
    position: absolute;
    right: 0;
    bottom: 52px;
    z-index: 10;
    padding: 7px 10px 5px;
    width: 366px;
	color:#231815;
    background:#E0B336 url(/shared/images/top/bg_pick.png) no-repeat scroll;
}
.tmp_pick h2 {
    padding-bottom: 3px;
    font-size: 114.3%;
    line-height: 1.2;
    color: #FFFFFF;
    /*font-family: 'bodoniflfregular';*/
	letter-spacing:2px;
}
.tmp_pick p {
    font-size: 100%;
    color: #231815;
    line-height: 1.2;
}
.tmp_pick a {
    color: #231815;
	display:block;
}
.tmp_pick img {
    margin: 0 auto 5px;
    display: block;
}

.label_park {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 3px 15px;
    font-size: 128.6%;
    color: #FFFFFF;
    background-color: #231815;
}

#tmp_banner .banner_caption .container {
    text-align: center;
}

#tmp_banner .tmp_banner_inner .tmp_banner_img {
    position: relative;
}

#tmp_banner .tmp_banner_img img {
    margin: 0 auto;
    display: block;
	width:100%;
	height:auto;
}

.banner_search {
    display: none;
    padding: 30px 0 34px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    list-style: none;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.7));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.7));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.7));
}

.banner_search li {
    padding: 0 5px;
    display: inline-block;
    width: 130px;
    vertical-align: top;
}

.scroll_down {
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: -32px;
}

#tmp_realtime {
    position: absolute;
    left: 0;
    bottom: 52px;
    z-index: 10;
    padding: 0;
    width: 366px;
	clear:both;
	background-color:#CC2B31;
	border:1px solid #CC2B31;
}
#tmp_realtime #tmp_realtime_ttl {
	color:#FFFFFF;
	font-size:138%;
	padding:2px 2px;
	text-align:center;
}
#tmp_realtime #tmp_realtime_cnt {
	color:#000000;
	background-color:#FFFFFF;
    padding: 5px 15px;
}
#tmp_realtime #tmp_realtime_cnt ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
#tmp_realtime #tmp_realtime_cnt ul li {
    border-bottom: dashed 1px #808080;
    padding: 5px 0;
    font-size: 114%;
}
#tmp_realtime #tmp_realtime_cnt ul li:last-child {
	border-bottom:none;
}
#tmp_realtime #tmp_realtime_cnt a {
	color:#000000;
}
#tmp_realtime #tmp_realtime_cnt a:hover {
	text-decoration:underline;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after,
#tmp_event_info .list_event .wrap_repetition_area:after {
    content: ""; /* 変更しない */
    display: block; /* 変更しない */
    clear: both; /* 変更しない */
}

/* ==================================================
print
================================================== */
@media print {
    /* for IE7.0 */
    *:first-child+html #tmp_gnavi ul li span {
        visibility: hidden;
    }
    /* for IE6.0 */
    * html #tmp_gnavi ul li span {
        visibility: hidden;
    }
    /* for Firefox */
    #tmp_main:after,
    .col_nm:after {
        content: "";
        /* 変更しない */
        height: 1px;
        /* 変更しない */
    }
   #tmp_sns_share .guide_box:first-child,
   .slick-next,
   .slick-prev,
   #tmp_means,
   #tmp_wrap_video .video_wrap,
   #tmp_banner .scroll_down {
    display: none !important;
   }
   
   #tmp_sns_share .guide_box {
    width: 100%;
   }
   #tmp_wrap_video {
    background: none !important;
   }
}

