@charset "utf-8";

/* ==================================================
contents
================================================== */
.prepare_for_opening #tmp_wrapper{
    position: relative;
}
.prepare_for_opening #tmp_wrapper::before{
    z-index: 999;
}
#tmp_wrapper.opening{
    position: relative;
}
#tmp_wrapper .opening_overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98;
    transition: 1s ease-in-out opacity;
}
.prepare_for_opening #tmp_wrapper::before,
#tmp_wrapper .opening_overlay::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000;
    transition: 2s ease-in-out opacity;
    transition-delay: 2s;
}
#tmp_wrapper .opening_overlay::before{
    opacity: 0.8;
}
#tmp_wrapper .opening_overlay.disappear::before{
    opacity: 0;
}
#tmp_opening{
    position: absolute;
    top: 136px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 101;
    transition: 2s ease-in-out opacity;
    transition-delay: 2s;
}
#tmp_opening.disappear{
    opacity: 0;
}
#tmp_wrapper.show_loading #tmp_wrap_emergency{
    position: relative;
}
#tmp_wrapper.show_loading #tmp_header::before,
#tmp_wrapper.show_loading #tmp_wrap_emergency::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
}
#tmp_wrapper.show_loading #tmp_wrap_emergency::before{
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    width: auto;
    height: auto;
}
/* Common Style */
.show_sp{
    display: none;
}
/* Mainvs Section Style */
#tmp_mainvs{
    position: relative;
    color: #ffffff;
    background-color: #6F6F6F;
    overflow: hidden;
}
#tmp_mainvs > .container{
    max-width: 1270px;
}
#tmp_mainvs_splide.splide_common .splide__arrow{
    top: 400px;
    transform: none;
}
#tmp_mainvs_splide.splide_common .splide__arrow--prev{
    left: -50px;
}
#tmp_mainvs_splide.splide_common .splide__arrow--next {
    right: -50px;
}
#tmp_mainvs .slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    transition: 0.7s ease-in-out opacity;
}
#tmp_mainvs_thumbnail .slide_img img{
    height: 63px
}
#tmp_mainvs .mainvs_main{
    position: relative;
}
#tmp_mainvs .splide__slide.add_pointer{
    cursor: pointer;
}
#tmp_mainvs .splide__slide .slide_info,
#tmp_mainvs .splide__slide .slide_link{
    display: none;
}
#tmp_mainvs .mainvs_cnt{
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    color: #000000;
    background-color: #ffffff;
}
#tmp_mainvs .mainvs_cnt .cnt_lft{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 73.4%;
    width: 52.4%;
    flex-shrink: 0;
    font-weight: bold;
    padding: 24px 12px 20px 0;
}
#tmp_mainvs .mainvs_cnt .cnt_lft:after{
    position: absolute;
}
#tmp_mainvs .mainvs_detail_link{
	font-size: 111.1%;
    margin-top: -4px;
}
#tmp_mainvs .mainvs_detail_link{
    min-width: 132px;
	display:none;
}
#tmp_mainvs .mainvs_detail_link a,
#tmp_mainvs .splide__slide .slide_link a{
    display: inline-block;
    min-width: 132px;
    text-decoration: none;
    color: #1BAAE7;
    background: #ffffff url(../png/mainvs_detail_icon.png) no-repeat left bottom;
    padding-bottom: 10px;
    transition: 0.3s ease-in-out color,0.3s ease-in-out background-image;
}
#tmp_mainvs .splide__slide .slide_link a{
	font-weight: bold;
    margin-top: 10px;
}
#tmp_mainvs .mainvs_detail_link a:hover,
#tmp_mainvs .splide__slide .slide_link a:hover{
    color: #000000;
    background-image: url(../png/mainvs_detail_icon_bl.png);
}
#tmp_mainvs .mainvs_cnt .cnt_rgt{
    flex: 1;
    width: 25.3%;
    width: 47.6%;
    display: flex;
    padding: 23px 0 31px 0;
    color: #000000;
    background-color: #ffffff;
}
#tmp_mainvs .cnt_lft .mainvs_info{
    width: 96%;
    flex-shrink: 0;
    padding-left: 93px;
    padding-left: calc(100% - 1250px / 2);
    padding-bottom: 3px;
}
#tmp_mainvs .no_link .mainvs_info{
}
#tmp_mainvs .mainvs_info .ttl{
    font-size: 177.8%;
    font-weight: bold;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#tmp_mainvs .mainvs_info .ttl a {
    text-decoration: none;
    color: #1BAAE7;
}
#tmp_mainvs .mainvs_info .ttl a:hover {
    color: #000000;
}
/* #tmp_mainvs .splide__slide{
    background-size: cover!important;
}
#tmp_mainvs_splide .splide__slide::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 56%;
} */
#tmp_mainvs_splide .splide__slide{
    padding-top: 500px;
    background-position: center center;
    background-repeat: no-repeat;
}
#tmp_mainvs_thumbnail .splide__slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#tmp_mainvs_thumbnail .splide__slide::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 49.2%;
}
#tmp_mainvs_thumbnail .splide__slide.is-active::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 4px solid #1BAAE7;
}
#tmp_mainvs .splide__slide.mv_list_num1{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img001.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_num2{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img002.webp) !important;
}
.lang_en #tmp_mainvs .splide__slide.mv_list_num2{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img002_en.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_num3{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img003.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_num4{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img004.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_num5{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img005.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_num6{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img006.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_num7{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img007.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_nighttime{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_nighttime.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_tokyonightstory{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_tokyonightstory.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_deaflympics{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_deaflympics.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_gundam{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_gundam.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_edo{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_edo.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_gourmet{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_gourmet.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_gourmet_jp{
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_gourmet_jp.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_spring {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_spring.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_summer {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_summer.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_autumn {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_autumn.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_winter {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/img_winter.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m1 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m1.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m2 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m2.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m3 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m3.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m4 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m4.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m5 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m5.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m6 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m6.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m7 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m7.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m8 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m8.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m9 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m9.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m10 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m10.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m11 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m11.webp) !important;
}
#tmp_mainvs .splide__slide.mv_list_m12 {
    background-image: url(https://www.gotokyo.org/shared/templates/gotokyo_top_rn/images/mv/m12.webp) !important;
}
#tmp_mainvs_thumbnail{
    flex: 1;
    padding-top: 8px;
    width: 36.3%;
    display: flex;
    flex-direction: column-reverse;
}
#tmp_mainvs_thumbnail .slide_img{
	position: relative;
}
#tmp_mainvs_thumbnail .splide__track--nav > .splide__list > .splide__slide{
    border: none;
}
#tmp_mainvs_thumbnail .splide__track--nav > .splide__list > .splide__slide:focus-visible{
    opacity: 0.7;
}
#tmp_mainvs_thumbnail .slide_img:after{
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px solid #000000;
}
#tmp_mainvs_thumbnail .splide__slide.is-active .slide_img:after{
    border-color: #1BAAE7;
}
#tmp_mainvs_thumbnail.splide_common .splide__controls{
    justify-content: flex-start;
    margin-top: 13px;
}
#tmp_mainvs_thumbnail.splide_common .splide__toggle{
    min-width: 80px;
    margin-right: 5px;
    font-size: 77.8%;
    padding-left: 28px;
    background-size: 23px auto;
}
#tmp_mainvs_thumbnail.splide_common .splide__toggle:before,
#tmp_mainvs_thumbnail.splide_common .splide__toggle:after{
    left: 8px;
    width: 2px;
    height: 11px;
}
#tmp_mainvs_thumbnail.splide_common .splide__toggle:after {
    left: 13px;
}
#tmp_mainvs_thumbnail.splide_common .splide__toggle:not(.is-active):before{
    border-width: 5px 0 5px 7px;
}
#tmp_mainvs_thumbnail.splide_common .splide__arrow{
    position: static;
    width: 23px;
    height: 23px;
    transform: none;
    background-size: 16px auto;
    background-position: center center;
}
#tmp_mainvs_thumbnail.splide_common .splide__arrow--prev{
    margin-right: 10px;
    background-image: url(../png/s_prev_icon.png);
}
#tmp_mainvs_thumbnail.splide_common .splide__arrow--next{
    background-image: url(../png/s_next_icon.png);
}
#tmp_mainvs .splide_common .splide__track:before,
#tmp_mainvs .splide_common .splide__track:after{
    display: none;
}
#tmp_mainvs .city_weather_bar {
    position: absolute;
    top: 118px;
    right: 0;
    padding: 11px 3px 16px;
    color: #ffffff;
    background-color: #1baae7;
    width: 96px;
}
#tmp_mainvs .wrap_weather_icon {
    display: block;
    width: 76px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
}
#tmp_mainvs .weather_icon {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_mainvs .weather_temperature {
    display: block;
    padding-bottom: 5px;
    text-align: center;
    font-size: 138.9%;
    line-height: 1.3;
    font-family: "PFDINTextStd-Medium", "メイリオ", Meiryo, sans-serif;
}
#tmp_mainvs .weather_temperature span {
    display: block;
    margin-bottom: 9px;
}
#tmp_mainvs .weather_date {
    display: block;
    font-size: 77.8%;
    text-align: center;
    line-height: 1;
    font-family: "PFDINTextStd-Medium", "メイリオ", Meiryo, sans-serif;
}
/* Pickup + New Section Style */
#tmp_feature_wrap {
    margin-bottom: 57px;
    overflow: hidden;
}
#tmp_feature_wrap .blog_col2_wrap .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: calc(50% + 562px);
    padding: 0;
    margin: 0;
}
#tmp_feature_wrap .section_head,
#tmp_feature_wrap .section_des {
    max-width: 807px;
    margin-left: auto;
    margin-right: 0;
}
.feature_carousel .splide {
    position: relative;
    padding-bottom: 50px;
    flex-direction: column;
}
.feature_carousel .splide_common .splide__track:before,
.feature_carousel .splide_common .splide__track:after {
    content: none;
}
.feature_carousel .splide__slide {
    width: 344px;
    padding: 2px;
}
.feature_carousel .splide_common .splide__controls {
    justify-content: flex-end;
    margin-bottom: 19px;
}
.feature_carousel .splide_common .splide__toggle {
    padding: 1px 0 0 28px;
    min-width: 70px;
    font-size: 77.8%;
    background-size: 23px auto;
}
.feature_carousel .splide_common .splide__toggle:before,
.feature_carousel .splide_common .splide__toggle:after {
    width: 3px;
    height: 11px;
    left: 7px;
}
.feature_carousel .splide_common .splide__toggle:after {
    left: 13px;
}
.feature_carousel .splide_common .splide__arrow {
    margin-top: 27px !important;
}
.feature_carousel .splide_common .splide__arrow--prev {
    left: 0;
    right: auto;
}
.feature_carousel .splide_common .splide__arrow--next {
    right: -23px;
}

/* blog_lft */
#tmp_feature_wrap .blog_lft {
    flex: 1;
    padding-right: 23px;
    overflow: hidden;
}
#tmp_feature_wrap .section_ttl {
	max-width: 100%;
}
#tmp_blog_new,
#tmp_blog_pickup{
	padding-right: 37px;
}
#tmp_blog_pickup .section_head {
    margin-bottom: 30px;
}
#tmp_feature_wrap .blog_col2_wrap .container{
    width: calc(50% + 600px);
}
#tmp_feature_wrap .no_ranking .section_head,
#tmp_feature_wrap .no_ranking .section_des{
    max-width: 1139px;
}
#tmp_blog_new .section_des,
#tmp_blog_pickup .section_des {
    margin-bottom: 55px;
}
#tmp_blog_pickup .section_des{
    padding-left: 85px;
}
#tmp_blog_pickup .section_des br {
    display: none;
}
#tmp_blog_pickup .section_ttl h2 {
    width: 566px;
    height: 112px;
    background-image: url(../jpg/pickup_eng.jpg);
}

#tmp_blog_new .section_head {
    margin-bottom: 31px;
}
#tmp_blog_new .section_ttl h2 {
    width: 348px;
    height: 108px;
    background-image: url(../jpg/new_eng.jpg);
}
#tmp_blog_new .btn_see_all {
    margin-top: 38px;
    margin-left: 51px;
}
#tmp_blog_new .btn_see_all a {
    padding-bottom: 5px;
}
#tmp_publicity {
    padding: 0 49px 0 50px;
    max-width: 1220px;
    margin: 0 auto 69px;
}
#tmp_publicity ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 33px 23px;
}
#tmp_publicity ul li {
    width: calc((100% - 46px) / 3) !important;
}
#tmp_publicity li a {
    display: block;
}
#tmp_publicity li a img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_publicity ul li:before {
    content: "Advertisement";
    display: table;
    clear: both;
    margin: 0 auto 6px;
    font-size: 55.6%;
    font-weight: bold;
}
.lang_jp #tmp_publicity ul li:before {
    content: "PR";
}
.lang_cn #tmp_publicity ul li:before {
    content: "广告";
}
.lang_tc #tmp_publicity ul li:before {
    content: "廣告";
}
.lang_kr #tmp_publicity ul li:before {
    content: "광고";
}
.lang_de #tmp_publicity ul li:before {
    content: "Werbeanzeige";
}
.lang_it #tmp_publicity ul li:before {
    content: "Pubblicità";
}
.lang_es #tmp_publicity ul li:before {
    content: "Publicidad";
}
.lang_fr #tmp_publicity ul li:before {
    content: "Publicité";
}
.lang_th #tmp_publicity ul li:before {
    content: "โฆษณา";
}
/* blog_rgt */
#tmp_feature_wrap .blog_rgt {
    padding-left: 23px;
    width: 332px;
    padding-right: 37px;
}
/* Experiences Section Style */
.experiences_sec{
    margin-bottom: 135px;
}
.experiences_sec .section_des br{
    display: none;
}
.experiences_sec .experiences_head{
    margin-bottom: 18px;
}
.experiences_sec .section_ttl h2 {
    width: 954px;
    height: 112px;
    background-image: url(../png/experiences_eng.png);
}
.experiences_sec .btn_see_all{
    margin: 40px 0 0 40px;
}
.experiences_sec .experiences_list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.experiences_sec .experiences_list > li{
    width: 25%;
    padding: 0 1px;
    margin-bottom: 2px;
}
.experiences_sec li > .experiences_item{
    text-decoration: none;
    display: block;
    position: relative;
}
.experiences_sec li > .experiences_item:after{
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.41);
    transition: 0.3s ease-in-out opacity;
}
.experiences_sec .experiences_item > span{
    display: block;
}
.experiences_sec .experiences_item .img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.experiences_sec .experiences_item .txt{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    font-weight: bold;
    font-size: 133.3%;
    color: #ffffff;
    background-color: transparent;
    transform: translate(-50%, -50%);
}
.experiences_sec li > .experiences_item:hover:after,
.experiences_sec li > .experiences_item:focus:after{
    opacity: 0;
}
/* custom experiences */
.experiences_sec .experiences_list.cate{
    margin-bottom: 40px;
}
/* Spot Section Style */
.spot_sec{
    margin-bottom: 90px;
}
.spot_sec .spot_map{
    height: 503px;
}
.spot_sec .spot_head {
    margin-bottom: 58px;
}
.spot_sec .section_head{
    padding-left: 3px;
}
.spot_sec .section_ttl h2 {
    width: 370px;
    height: 112px;
    background-image: url(../jpg/spot_txt.jpg);
}
.spot_sec .section_head .btn_see_all {
    margin: 35px 0 0 53px;
}
.spot_sec .splide {
    margin-top: 34px;
}
.spot_sec .splide__slide {
    padding: 2px 0;
}
.spot_sec .splide__slide.is-active .post_item_wrap a.post_item span.img:before {
    opacity: 1;
}
.spot_sec .splide_common .splide__track:before,
.spot_sec .splide_common .splide__track:after{
    width: calc(50% - 600px);
}
.spot_sec .back_btn_sp{
	display: none;
}
.spot_sec .map_region_other {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    margin: 20px 0;
}
.spot_sec .map_region_other li {
    width: calc(50% - 10px);
}
.spot_sec .map_region_other li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 144.4%;
    font-weight: bold;
    text-decoration: none;
    height: 100px;
    color: #ffffff;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.spot_sec .map_region_other li:nth-child(1) a {
    background-image: url(../jpg/spot_water_front.jpg);
}
.spot_sec .map_region_other li:nth-child(2) a {
    background-image: url(../jpg/spot_beyond_tokyo.jpg);
}
.spot_sec .map_region_other li a:hover,
.spot_sec .map_region_other li a.hover{
	color: #69daff
}

/* Calender Section Style */
.section_head {
    display: flex;
    margin-bottom: 30px;
}
.section_ttl {
    max-width: calc(100% - 142px);
}
.section_ttl h2 {
    color: #000000;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-weight: bold;
    line-height: 1;
    text-indent: -9999px;
    max-width: 100%;
}
.section_des {
    margin-bottom: 33px;
    padding: 0 82px;
    font-size: 88.9%;
    font-weight: bold;
}
.experiences_sec .section_des{
    margin-bottom: 57px;
}
#tmp_calender .section_ttl h2 {
    width: 804px;
    height: 112px;
    background-image: url(../jpg/calendar_en.jpg);
}
#tmp_calender .section_des {
    margin-bottom: 25px;
}
#tmp_calender .btn_see_all {
    margin: 40px 0 0 37px;
}

/* calendar_events */
#tmp_calender .calendar_events {
    max-width: 1220px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto 116px;
}
#tmp_calender .calendar_events_cnt {
    display: flex;
    flex-wrap: wrap;
    gap: 0 38px;
    padding: 20px 0 55px;
    border-bottom: 2px solid #1BAAE7;
}
#tmp_calender .calendar_today {
    width: calc(100% - 431px);
    padding-right: 1px;
}
#tmp_calender .calendar_today_ttl {
    font-size: 155.6%;
    font-weight: bold;
    text-align: center;
    margin: 16px 0 20px;
}
#tmp_calender .calendar_today ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}
#tmp_calender .calendar_today .post_item_wrap {
    width: calc((100% - 40px) / 3);
}
#tmp_calender .calendar_today .post_item_wrap a.post_item {
    font-size: 100%;
}
#tmp_calender .calendar_today .post_item_wrap a.post_item span.img {
    margin-bottom: 9px;
    text-align: center;
	background-color: #e3f6ff;
    height: 0;
    padding-bottom: 85%;
    overflow: hidden;
}
#tmp_calender .calendar_today .post_item_wrap a.post_item span.img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	max-width: initial;
	max-height: initial;
	transform: translate(-50%, -50%);
	backface-visibility: hidden;
	overflow: hidden;
}
#tmp_calender .calendar_today .post_item_wrap a.post_item span.img:before{
    z-index: 1;
}
#tmp_calender .calendar_today .post_item_wrap a.post_item span.date {
    font-size: 77.8%;
}
html[lang=bo] #tmp_calender .calendar_today .post_item_wrap a.post_item > span{
    word-break: break-word;
}
#tmp_calender .calendar_form {
    width: 393px;
}
#tmp_lnavi_event_cal_ttl{
    position: relative;
    text-align: center;
    margin: 0;
}
#tmp_lnavi_event_cal_ttl p {
	position: relative;
	z-index: 2;
	padding-right: 3px;
	font-size: 155.6%;
	font-weight: bold;
}
.lang_en #tmp_lnavi_event_cal_ttl p .month{
    padding-left: 10px;
}
#tmp_lnavi_event_cal_ttl ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
    align-items: center;
	width: 100%;
	margin: 19px 0 23px;
}
#tmp_lnavi_event_cal .cal_navi li{
	display: inline-block;
}
#tmp_lnavi_event_cal .cal_navi li.prev,
#tmp_lnavi_event_cal .cal_navi li.next{
    max-width: calc(100% / 3);
}
#tmp_lnavi_event_cal .cal_navi li a{
	position: relative;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	font-size: 116.7%;
	font-weight: 500;
}
#tmp_lnavi_event_cal .cal_navi li a:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 18px;
    color: inherit;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
}
#tmp_lnavi_event_cal .cal_navi li.prev a{
	padding-left: 26px;
    text-align: left;
}
#tmp_lnavi_event_cal .cal_navi li.next a{
	padding-right: 21px;
    text-align: right;
}
#tmp_lnavi_event_cal .cal_navi li.prev a:after{
	left: 4px;
	background-image:url(../png/prev_month_icon_blue.png);
}
#tmp_lnavi_event_cal .cal_navi li.next a:after{
	right: 0;
	background-image:url(../png/next_month_icon_blue.png);
}
#tmp_lnavi_event_cal .cal_navi li a:hover,
#tmp_lnavi_event_cal .cal_navi li a:focus{
	text-decoration: underline;
}
#tmp_lnavi_event_cal_cnt {
    clear: both;
}
#tmp_lnavi_event_cal_cnt .calendar {
	width:100%;
    table-layout: fixed;
    border-collapse:collapse;
	border-spacing:0;
	border:1px solid #707070;
    margin-bottom: 40px;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	text-align: center;
    border: 1px solid #707070;
}
#tmp_lnavi_event_cal_cnt .calendar tr:first-child td {
    font-size: 116.7%;
    font-weight: 500;
    padding: 10px 3px 11px;
}
#tmp_lnavi_event_cal_cnt .calendar .bgcolor {
    color:inherit;
    background-color: #E4E4E4;
}
#tmp_lnavi_event_cal_cnt .calendar a {
	display:block;
	padding: 12px 0 11px;
	font-size: 111.1%;
	font-weight: bold;
	color:#1BAAE7;
	background-color:transparent;
	text-decoration: underline;
}
#tmp_lnavi_event_cal_cnt .calendar a:hover {
    text-decoration: none;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun a {
	background-color: #FFEEEE;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat a {
	background-color: #E2F6FF;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_today {
    background-color:#1BAAE7 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun.cal_today,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun.cal_today a {
    background-color:#1BAAE7 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_today a{
    color: #ffffff !important;
}
#tmp_calender .calendar_link_more a {
    display: block;
    position: relative;
    padding: 13px 20px 14px 24px;
    color: #1BAAE7;
    background-color: #FFFFFF;
    font-size: 88.9%;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #1BAAE7;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-align: center;
}
#tmp_calender .calendar_link_more a:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 22px;
    height: 11px;
    margin-left: 18px;
    margin-bottom: 1px;
    background: url(../png/arrow_read_more.png) no-repeat;
    transition: background-image 0.2s ease-in-out;
}
#tmp_calender .calendar_link_more a:hover {
    color: #000000;
    border-color: #222222;
}
#tmp_calender .calendar_link_more a:hover:after {
    background-image: url(../png/arrow_read_more_bl.png);
}
html:not([lang=en]) .lang_en #tmp_lnavi_event_cal_ttl ul {
	display: block;
}
html:not([lang=en]) .lang_en #tmp_lnavi_event_cal .cal_navi li {
	display: block;
}
html:not([lang=en]) .lang_en #tmp_lnavi_event_cal .cal_navi li.prev,
html:not([lang=en]) .lang_en #tmp_lnavi_event_cal .cal_navi li.next {
	max-width: inherit;
	max-width: initial;
}
html:not([lang=en]) .lang_en #tmp_calender .calendar_today_ttl {
	padding: 0 20px;
}

/* event_splide */
#tmp_related_event {
    position: relative;
    padding: 14px 0 13px;
    margin-bottom: 211px;
}
#tmp_related_event:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
}
#tmp_event_splide .splide__track:before,
#tmp_event_splide .splide__track:after {
    top: 6px;
    width: calc(50% - 570px);
    height: calc(100% - 12px);
}
#tmp_event_splide.splide_common .splide__arrow {
    margin-top: 6px !important;
}
#tmp_event_splide.splide_common .splide__arrow--prev {
    left: calc((100% - 1200px) / 2);
}
#tmp_event_splide.splide_common .splide__arrow--next {
    right: calc((100% - 1200px) / 2);
}
#tmp_event_splide .splide__slide {
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#tmp_event_splide .splide__slide .slide_item {
    width: 100%;
}
#tmp_event_splide .splide__slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 307px;
    color: inherit;
    background-color: #E5E5E5;
    overflow: hidden;
}
#tmp_event_splide .splide__slide a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    transition: border 0.2s ease-in-out;
    pointer-events: none;
    z-index: 2;
}
#tmp_event_splide .splide__slide a:hover:after {
    border: 10px solid #1BAAE7;
}
#tmp_event_splide .splide__slide img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    max-width: 100%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
}
#tmp_event_splide .slide_item_child {
    width: calc((100% - 8px)/2);
}
#tmp_event_splide .slide_item_child a {
    height: calc((100% - 8px)/2);
    height: 150px;
}
/* ==================================================
event_cal_7w
================================================== */
#tmp_wrap_event_cal_7w {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#tmp_event_cal_7w .event_cal_7w {
	width:100%;
	table-layout: fixed;
	margin-bottom: 66px;
	padding:0;
	border-collapse:separate;
	border-spacing:0;
	color:inherit;
	background: #FFFFFF url(../gif/event_cal_7w_bg.gif) repeat-y left top;
	background-size: 100% auto;
}
#tmp_event_cal_7w .event_cal_7w,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td {
	border:1px solid #cccccc;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th {
    color: inherit;
    background-color: #cccccc;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_season td,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td {
	border-right:none;
	border-left:none;
    padding: 0;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_season td p {
	margin: 0;
	padding: 6px 14px;
	color: #ffffff;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_season td.winter p {
    background-color: #1B7BC5;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_season td.spring p {
    background-color: #F88383;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_season td.summer p {
    background-color: #60C589;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_season .autumn p {
    background-color: #E6713E;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td p {
	padding: 10px 13px 7px;
	margin:0 0 0 1px;
	color: inherit;
	background-color: #f2f2f2;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td:first-child p {
	margin-left:0;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.spring p {
    background-color: #FAC9CA;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.summer p {
    background-color: #AEE2C3;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.autumn p {
    background-color: #F3C5B1;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.winter p {
    background-color: #DBEEFE;
}
#tmp_event_cal_7w .event_cal_7w td {
	vertical-align:top;
	padding: 4px 0 2px;
	line-height: 1.3;
	font-size: 66.7%;
	font-weight: bold;
	text-align: center;
}
#tmp_event_cal_7w .event_cal_7w td p {
	margin: 0;
	line-height:1.3;
    position: relative;
}
#tmp_event_cal_7w .event_cal_7w td a {
	display: inline-block;
	padding-top: 10px;
	color: #222222;
	background-color: transparent;
	line-height: 1.4;
	text-decoration: underline;
	font-weight: bold;
	margin: 0 1px 2px;
	text-align: center;
	word-break: break-word;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th + tr td a {
	margin-top: 10px;
}
#tmp_event_cal_7w .event_cal_7w td a:hover{
	opacity: 0.7;
}
#tmp_event_cal_7w .event_cal_7w td a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 9px;
	background: #CCCCCC;
	border: 1px solid #888888;
	border-radius: 2px;
}
#tmp_event_cal_7w .event_cal_7w td.spring a,
#tmp_event_cal_7w .event_cal_7w td.summer a,
#tmp_event_cal_7w .event_cal_7w td.autumn a,
#tmp_event_cal_7w .event_cal_7w td.winter a {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#tmp_event_cal_7w .event_cal_7w td.spring a:before,
#tmp_event_cal_7w .event_cal_7w td.summer a:before,
#tmp_event_cal_7w .event_cal_7w td.autumn a:before,
#tmp_event_cal_7w .event_cal_7w td.winter a:before {
	display:none;
}
#tmp_event_cal_7w .event_cal_7w .cal_season td.spring a,
#tmp_event_cal_7w .event_cal_7w .cal_season td.summer a,
#tmp_event_cal_7w .event_cal_7w .cal_season td.autumn a,
#tmp_event_cal_7w .event_cal_7w .cal_season td.winter a {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 1;
	color: #ffffff;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th + tr td a:before {
	top: 6px;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_evt.type1:last-child {
	border-bottom: 1px solid #cccccc;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_evt.type1 td a:before {
	background: #FFE3F2;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_evt.type2 td a:before {
	background: #FFE1D9;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_evt.type3 td a:before {
	background: #E1EBFD;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_evt.type4 td a:before {
	background: #E4FAFA;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_evt.type5 td a:before {
	background: #EFF0D1;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_divider td {
    padding: 0;
    height: 0;
    line-height: 1;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 0 7px;
	background-image: -webkit-gradient(linear, left top, right top, from(#cccccc), to(#cccccc));
	background-image: -moz-linear-gradient(left, #cccccc, #cccccc);
	background-image: -o-linear-gradient(left, #cccccc, #cccccc);
	background-image: linear-gradient(to right, #cccccc, #cccccc);
}
#tmp_event_cal_7w .calendar_img img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_event_cal_7w .event_cal_7w td a span.date {
	display: none;
}

/* ==================================================
noJS
================================================== */
.no_javascript .feature_carousel .splide,
.no_javascript #tmp_mainvs_splide,
.no_javascript #tmp_event_splide{
    visibility: visible;
}
.no_javascript #tmp_feature_wrap .blog_col2_wrap .container {
    max-width: 1200px;
    margin: 0 auto;
}
.no_javascript #tmp_feature_wrap .section_head,
.no_javascript #tmp_feature_wrap .section_des {
    margin-left: 0;
}
.no_javascript .feature_carousel .splide__list {
    flex-direction: row;
    gap: 36px;
}
.feature_carousel .no-splide .splide__track {
    padding-left: 10px;
}
.feature_carousel .no-splide .splide__list{
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.feature_carousel .no-splide .splide__slide {
    width: calc((100% - 40px)/2);
    max-width: 344px;
}
.no_javascript #tmp_mainvs_splide .splide__list,
#tmp_mainvs_splide.no-splide .splide__list{
    display: block;
}
.no_javascript #tmp_mainvs_splide .splide__list{
    overflow-y: auto;
    max-height: 800px;
}
.no_javascript #tmp_mainvs_splide .splide__list .splide__slide{
    margin-bottom: 30px;
}
.no_javascript #tmp_mainvs .splide__slide .slide_info{
    display: block;
    padding-left: 60px;
}
.no_javascript #tmp_mainvs .splide__slide .slide_info .ttl{
    font-weight: bold;
}
.no_javascript #tmp_mainvs .mainvs_cnt{
    display: none;
}
#tmp_event_splide.no-splide,
.no_javascript #tmp_event_splide {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}
#tmp_event_splide.no-splide .splide__track,
.no_javascript #tmp_event_splide .splide__track {
    padding: 0 6px;
}
#tmp_event_splide.no-splide .splide__list {
    flex-wrap: wrap;
}
#tmp_event_splide.no-splide .splide__slide{
    width: 380px;
}
.no_javascript #tmp_event_splide .splide__slide{
    width: 380px;
}
.no_javascript #tmp_mainvs .splide__slide .slide_link{
    display: block;
    padding: 0 10px;
}
.spot_sec .no-splide {
    max-width: 1200px;
    margin: 34px auto 0;
    padding: 0 40px;
}
.spot_sec .no-splide .splide__list {
    flex-wrap: wrap;
    gap: 40px;
}
.spot_sec .no-splide .splide__slide {
    width: calc((100% - 80px) / 3);
}
/* ==================================================
accessibility
================================================== */
/* color */
.color_blue #tmp_wrapper .section_ttl h2,
.color_black #tmp_wrapper .section_ttl h2,
.color_yellow #tmp_wrapper .section_ttl h2 {
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
    font-size: 350% !important;
    word-break: break-word;
}
.color_blue #tmp_blog_ranking .section_ttl h2,
.color_black #tmp_blog_ranking .section_ttl h2,
.color_yellow #tmp_blog_ranking .section_ttl h2 {
    font-size: 200% !important;
}
.color_blue #tmp_blog_ranking .list_link_more a span,
.color_black #tmp_blog_ranking .list_link_more a span {
    background-image: url(../png/btn_more_arrow_yl.png) !important;
}
.color_yellow #tmp_blog_ranking .list_link_more a span {
    background-image: url(../png/btn_more_arrow_bl.png) !important;
}
.color_blue #tmp_mainvs .splide__arrow,
.color_black #tmp_mainvs .splide__arrow {
    background-image: url(../png/next_splide_yl.png) !important;
}
.color_yellow #tmp_mainvs .splide__arrow{
    background-image: url(../png/next_splide_bl.png) !important;
}
.color_blue #tmp_mainvs .city_weather_bar,
.color_black #tmp_mainvs .city_weather_bar,
.color_yellow #tmp_mainvs .city_weather_bar {
    border: 1px solid !important;
}
.color_blue #tmp_mainvs .wrap_weather_icon,
.color_blue #tmp_mainvs .weather_temperature,
.color_blue #tmp_mainvs .weather_date {
    background-color: #00008B !important;
}
.color_black #tmp_mainvs .wrap_weather_icon,
.color_black #tmp_mainvs .weather_temperature,
.color_black #tmp_mainvs .weather_date {
    background-color: #000000 !important;
}
.color_yellow #tmp_mainvs .wrap_weather_icon,
.color_yellow #tmp_mainvs .weather_temperature,
.color_yellow #tmp_mainvs .weather_date {
    background-color: #FFFF00 !important;
}
.color_blue #tmp_blog_ranking p.list_link_more a span,
.color_black #tmp_blog_ranking p.list_link_more a span {
    background-image: url(../png/btn_more_arrow_yl.png) !important;
}
.color_yellow #tmp_blog_ranking p.list_link_more a span {
    background-image: url(../png/btn_more_arrow_bl.png) !important;
}
.color_blue .spot_sec .map_region_other li a:hover,
.color_black .spot_sec .map_region_other li a:hover,
.color_yellow .spot_sec .map_region_other li a:hover,
.color_blue #tmp_blog_ranking p.list_link_more a:hover span,
.color_black #tmp_blog_ranking p.list_link_more a:hover span,
.color_yellow #tmp_blog_ranking p.list_link_more a:hover span {
    text-decoration: underline;
}
.color_blue #tmp_related_event:before,
.color_black #tmp_related_event:before,
.color_yellow #tmp_related_event:before {
    content: none !important;
}
/* fsize */
.fsize_big #tmp_mainvs .city_weather_bar {
    padding-top: 8px;
    padding-bottom: 8px;
}
.fsize_big2 #tmp_mainvs .city_weather_bar {
    width: 130px;
}
.fsize_big2 #tmp_mainvs_splide.splide_common .splide__arrow {
    margin-bottom: -42px;
}
.color_black #tmp_wrapper .experiences_sec .experiences_item,
.color_black #tmp_wrapper .experiences_sec .experiences_item .txt,
.color_blue #tmp_wrapper .experiences_sec .experiences_item,
.color_blue #tmp_wrapper .experiences_sec .experiences_item .txt,
.color_yellow #tmp_wrapper .experiences_sec .experiences_item,
.color_yellow #tmp_wrapper .experiences_sec .experiences_item .txt{
    background-color: inherit !important;
}
.color_black .experiences_sec li > .experiences_item:after,
.color_blue .experiences_sec li > .experiences_item:after,
.color_yellow .experiences_sec li > .experiences_item:after{
    display: none;
}
.color_black .experiences_sec .experiences_item:hover .txt,
.color_blue .experiences_sec .experiences_item:hover .txt,
.color_yellow .experiences_sec .experiences_item:hover .txt{
    text-decoration: underline;
}
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_today,
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_today a {
    color: #00008B !important;
    background-color:#FFFF00 !important;
}
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_today,
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_today a {
    color: #000000 !important;
    background-color:#FFFF00 !important;
}
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_today,
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_today a {
    color: #FFFF00 !important;
	background-color:#000000 !important;
}
.color_blue #tmp_lnavi_event_cal .cal_navi li.prev a:after,
.color_black #tmp_lnavi_event_cal .cal_navi li.prev a:after {
    background-image: url(../png/prev_month_icon_yellow.png) !important;
}
.color_blue #tmp_lnavi_event_cal .cal_navi li.next a:after,
.color_black #tmp_lnavi_event_cal .cal_navi li.next a:after {
    background-image: url(../png/next_month_icon_yellow.png) !important;
}
.color_yellow #tmp_lnavi_event_cal .cal_navi li.prev a:after {
    background-image: url(../png/prev_month_icon_black.png) !important;
}
.color_yellow #tmp_lnavi_event_cal .cal_navi li.next a:after {
    background-image: url(../png/next_month_icon_black.png) !important;
}
.color_yellow #tmp_wrapper .btn_see_all a:after {
    background-image: url(../png/btn_more_arrow_bl.png) !important;
}
.color_blue #tmp_wrapper .btn_see_all a:after,
.color_black #tmp_wrapper .btn_see_all a:after{
    background-image: url(../png/btn_more_arrow_yl.png) !important;
}
.color_blue #tmp_wrapper .btn_see_all a,
.color_black #tmp_wrapper .btn_see_all a,
.color_yellow #tmp_wrapper .btn_see_all a{
    background-image: none!important;
}
.color_yellow .map_region .map_region_tokyo .cls-3,
.color_yellow .map_region .map_region_tokyo .cls-4{
    stroke: #000000;
}
.color_yellow .map_region .map_region_tokyo .on,
.color_yellow .map_region .map_region_tokyo .active{
    fill: #000000;
}
.color_blue #tmp_event_splide .splide__slide a:after,
.color_black #tmp_event_splide .splide__slide a:after {
    border-color: #FFFF00 !important;
}
.color_yellow #tmp_event_splide .splide__slide a:after {
    border-color: #000000 !important;
}
.color_black #tmp_calender .calendar_link_more a:after,
.color_blue #tmp_calender .calendar_link_more a:after,
.color_yellow #tmp_calender .calendar_link_more a:after{
    display: none;
}
/* accessibility cal_7w */
.color_blue #tmp_event_cal_7w .event_cal_7w,
.color_black #tmp_event_cal_7w .event_cal_7w {
	background-image: url(../gif/event_cal_7w_bg_yellow.gif) !important;
    border: 1px solid !important;
}
.color_yellow #tmp_event_cal_7w .event_cal_7w {
	background-image: url(../gif/event_cal_7w_bg_black.gif) !important;
    border: 1px solid !important;
}
.color_blue #tmp_event_cal_7w .event_cal_7w *,
.color_black #tmp_event_cal_7w .event_cal_7w *,
.color_yellow #tmp_event_cal_7w .event_cal_7w * {
    background-color: transparent !important;
}
.color_blue #tmp_event_cal_7w .event_cal_7w td a:before,
.color_black #tmp_event_cal_7w .event_cal_7w td a:before {
	background-color: #ffff00 !important;
}
.color_yellow #tmp_event_cal_7w .event_cal_7w td a:before {
    background-color: #000000 !important;
}
.color_blue #tmp_event_cal_7w .event_cal_7w tr.cal_season {
	background: #00008B url(../gif/event_season_bg_yellow.gif) repeat-y !important;
	background-size: 100% auto !important;
}
.color_black #tmp_event_cal_7w .event_cal_7w tr.cal_season {
	background: #000000 url(../gif/event_season_bg_yellow.gif) repeat-y !important;
	background-size: 100% auto !important;
}
.color_yellow #tmp_event_cal_7w .event_cal_7w tr.cal_season {
	background: #FFFF00 url(../gif/event_season_bg_black.gif) repeat-y !important;
	background-size: 100% auto !important;
}
.color_blue #tmp_event_cal_7w .event_cal_7w tr.cal_divider td,
.color_black #tmp_event_cal_7w .event_cal_7w tr.cal_divider td {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffff00), to(#ffff00)) !important;
	background-image: -moz-linear-gradient(left, #ffff00, #ffff00) !important;
	background-image: -o-linear-gradient(left, #ffff00, #ffff00) !important;
	background-image: linear-gradient(to right, #ffff00, #ffff00) !important;
}
.color_yellow #tmp_event_cal_7w .event_cal_7w tr.cal_divider td {
	background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000)) !important;
	background-image: -moz-linear-gradient(left, #000000, #000000) !important;
	background-image: -o-linear-gradient(left, #000000, #000000) !important;
	background-image: linear-gradient(to right, #000000, #000000) !important;
}
/* ==================================================
print
================================================== */
@media print {
}