@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
body input,
body select,
body textarea {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

body.lang_jp,
body.lang_jp input,
body.lang_jp select,
body.lang_jp textarea {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Biz Gothic", "Yu Gothic", "YuGothic", "Meiryo", sans-serif !important;
}

body.lang_cn,
body.lang_cn input,
body.lang_cn select,
body.lang_cn textarea,
body.lang_tc,
body.lang_tc input,
body.lang_tc select,
body.lang_tc textarea {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "SimHei", sans-serif !important;
}

body.lang_kr,
body.lang_kr input,
body.lang_kr select,
body.lang_kr textarea {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Apple SD Gothic Neo", "Malgun Gothic", "Dotum", sans-serif !important;
}

body.lang_th,
body.lang_th input,
body.lang_th select,
body.lang_th textarea {
	font-family: "Thonburi", "Leelawadee UI", "Tahoma", sans-serif !important;
}

/*
body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body.lang_cn,
body.lang_cn input,
body.lang_cn select,
body.lang_cn textarea {
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/
/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #000000;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	color: #000000;
	background-color: transparent;
}
body.format_shuun #tmp_wrap_main{
	font-size: 77.8%;
}
#calendar-dlg .calendar_page_sending_navi:after,
#calendar-dlg .box_expand_calendar:before,
#calendar-dlg .box_expand_calendar:after,
.event_search_control_wrap li:after,
.event_search_cnts:after,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after ,
.event_search_control_wrap:after,
#tmp_contents .section_locals_spot .locals_items:before, 
.section_locals_spot .locals_items:before,
#tmp_contents .section_locals_spot .locals_items:after, 
.section_locals_spot .locals_items:after{
    content: "";
    display: table;
    clear: both;
}
/* Styles
================================================== */


/* text */

.txt_red {
	color: #990000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FBFBDF;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

.format_top #tmp_wrapper {
	min-width: 100%;
	color: inherit;
	background-color: #E2F6FF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), url(../png/wrapper_bg.png);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff), url(../png/wrapper_bg.png);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff), url(../png/wrapper_bg.png);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff), url(../png/wrapper_bg.png);
	background-repeat: no-repeat, repeat;
	background-size: 1200px 100%, auto;
	background-position: center 33px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1220px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */
.format_free #tmp_wrapper{
	padding-top: 124px;
}
.no_javascript.format_free #tmp_wrapper{
	padding-top: 0;
}
.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}
.format_sys.format_free .column_rnavi .wrap_col_main{
	margin-right: 0;
}
.format_sys.format_free .column_rnavi .col_main{
	margin-right: 0;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:88.9%;
	color: #000000;
	background-color: #E2F6FF;
	line-height: 1.6;
	padding: 12px 0 6px;
}
#tmp_pankuzu ul{
	list-style: none;
}
#tmp_pankuzu ul li {
    display: inline-block;
    vertical-align: top;
}
#tmp_pankuzu a{
	text-decoration: none;
	padding: 0 18px 0 25px;
}
#tmp_pankuzu li:first-child a{
	padding-left: 0;
}
#tmp_pankuzu li:last-child{
	margin-left: 26px;
}
#tmp_pankuzu a:hover{
	text-decoration: underline;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 18px 19px 1px;
}
#tmp_custom_update{
	text-align: right;
	flex: 1;
	align-self: flex-end;
	font-size: 88.9%;
}
#tmp_page_detail,
#tmp_page_copy{
	font-weight: bold;
}
#tmp_page_copy{
	position: absolute;
    bottom: 20px;
    left: 0;
	right: 0;
	text-align: left;
}
#tmp_page_copy .container{
	text-align: left;
}
#tmp_page_copy p{
	display: inline-block;
	padding: 5px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5);
}
#tmp_page_detail span{
	position: relative;
	padding-right: 20px;
}
#tmp_page_detail span:after{
    content: '';
    position: absolute;
    right: -11px;
    top: 7px;
    width: 20px;
    height: 20px;
    border-left: 1px solid #000000;
    transform: rotate(34deg);
}
#tmp_page_detail span:last-child{
	padding-right: 0;
}
#tmp_page_detail span:last-child:after{
	display: none;
}
/* header
================================================== */

#tmp_header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	transition: 0.3s ease-in-out background;
}
#tmp_header .container{
	max-width: 1920px;
    padding: 0 28px 0 30px;
}
#tmp_header .header_wrap{
	display: flex;
}
#tmp_header .header_inner{
	position: relative;
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
    padding: 7px 0 22px;
}

#tmp_hlogo {
	padding-top: 15px;
}
/* jp */
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 278px;
	height: 80px;
	background: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo.webp) no-repeat;
    background-size: 100% auto;
	transition: 0.2s ease-out width, 0.2s ease-out height;
}

#tmp_hlogo a {
	display: block;
	width: 278px;
	height: 80px;
	transition: 0.2s ease-out all;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 278px;
	height: 80px;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
	overflow: hidden;
}
/* cn */
.lang_cn #tmp_hlogo h1,
.lang_cn #tmp_hlogo p {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_cn.webp);
}
/* de */
.lang_de #tmp_hlogo h1,
.lang_de #tmp_hlogo p {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_de.webp);
}
/* en */
.lang_en #tmp_hlogo h1,
.lang_en #tmp_hlogo p {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_en.webp);
}
/* es */
.lang_es #tmp_hlogo h1,
.lang_es #tmp_hlogo p {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_es.webp);
}
/* fr */
.lang_fr #tmp_hlogo h1,
.lang_fr #tmp_hlogo p {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_fr.webp);
}
/* it */
.lang_it #tmp_hlogo h1,
.lang_it #tmp_hlogo p {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_it.webp);
}
/* kr */
.lang_kr #tmp_hlogo h1,
.lang_kr #tmp_hlogo p,
.lang_ko #tmp_hlogo h1,
.lang_ko #tmp_hlogo p {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_kr.webp);
}
/* tc */
.lang_tc #tmp_hlogo h1,
.lang_tc #tmp_hlogo p,
.lang_tw #tmp_hlogo h1,
.lang_tw #tmp_hlogo p {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_tc.webp);
}
/* th */
.lang_th #tmp_hlogo h1,
.lang_th #tmp_hlogo p {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_th.webp);
}

#tmp_header .header_cnt{
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	padding: 0 0 3px 10px;
}
#tmp_header_links{
	position: relative;
	align-self: flex-end;
    padding-bottom: 14px;
    margin-bottom: 21px;
	transition: 0.2s ease-out all;
}
#tmp_header_links:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
#tmp_header_links ul{
	display: flex;
	justify-content: flex-end;
	list-style: none;
}
#tmp_header_links ul li{
	position: relative;
	padding: 0 21px;
}
#tmp_header_links ul li:last-child{
	padding-right: 0;
}
#tmp_header_links ul li:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 13px;
	border-right: 1px solid #000000;
	transform: translateY(-50%);
}
#tmp_header_links ul li:last-child:after{
	display: none;
}
#tmp_header_links > ul > li > a{
	text-decoration: none;
	display: inline-block;
	color: #000000;
	background-color: transparent;
	font-size: 77.8%;
}
#tmp_header .setting_wrap{
	display: flex;
}
#tmp_means > ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
}
#tmp_means > ul > li{
	padding: 0 15px;
}
#tmp_means > ul > li.search{
	padding-right: 5px;
}
#tmp_means > ul > li:last-child{
	padding: 0;
	display: none;
}
#tmp_means li.setting_item > a{
	display: inline-block;
	text-indent: -9999px;
	color: inherit;
	height: 20px;
	font-size: 61.1%;
	background-color: transparent;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: 0.3s ease-in-out color;
}
#tmp_means li.language > a{
    width: 20px;
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/lang_icon_bl.webp);
}
#tmp_means li.language > a.active,
#tmp_means li.language > a:hover{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/lang_icon_blue.webp) !important;
}
#tmp_means li.language > a > span{
    display: inline-block;
    padding-right: 16px;
	background: transparent url(../png/mean_dropdown.png) no-repeat right 4px;
}
#tmp_means li.setting_item.setting_item_rs > a{
	width: 32px;
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/speaker_icon_bl.webp); 
}
#tmp_means li.setting_item.setting_item_rs > a:hover{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/speaker_icon_blue.webp) !important; 
}
#tmp_means li.setting_item.shared > a{
	width: 21px;
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/shared_icon_bl.webp); 
}
#tmp_means li.setting_item.shared > a.active,
#tmp_means li.setting_item.shared > a:hover{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/shared_icon_blue.webp) !important; 
}
#tmp_means li.setting_item.favorite > a{
	width: 24px;
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_bl.webp); 
}
#tmp_means li.setting_item.favorite > a:hover{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_header_icon_blue.webp) !important; 
}
#tmp_means li.setting_item.search > a{
	width: 20px;
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_icon_bl.webp);
}
#tmp_means li.setting_item.search > a.active,
#tmp_means li.setting_item.search > a:hover{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_icon_blue.webp) !important;
}
#tmp_means .wrap_sma_sch .load_more > a{
	text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 88.9%;
    padding: 14px 40px 11px 17px;
	color: #ffffff;
    background: #918D8D url(../png/more_icon.png) no-repeat right 13px center;
    padding-right: 40px;
}
#tmp_means .wrap_sma_sch .load_more > a.active{
	background-image: url(../png/less_icon.png);
}
#tmp_means .wrap_sma_sch .load_more > a span{
	display: block;
}
#tmp_means .wrap_sma_sch .load_more > a span.machine{
	margin-bottom: 2px;
}
#tmp_means li.language select{
	display: none;
}
#tmp_means > ul > li#readspeaker_button1 a {
	pointer-events: none;
}
.no_javascript #tmp_means > ul > li#readspeaker_button1 a {
	pointer-events: all;
}
/* #tmp_means  */
/* Header Top */
#tmp_header.header_top #tmp_hlogo{
	padding-top: 13px;
}
.format_top #tmp_header_top{
	position: relative;
}
.format_top #tmp_header.header_top{
	position: absolute;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.69)) , to(rgba(0, 0, 0, 1)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 40% , rgba(0, 0, 0, 1));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 40% , rgba(0, 0, 0, 1));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 40% , rgba(0, 0, 0, 1));
}
/* jp */
.header_top #tmp_hlogo h1,
.header_top #tmp_hlogo a,
.header_top #tmp_hlogo h1 span{
	width: 334px;
	height: 94px;
}
.header_top #tmp_hlogo h1{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_white.webp);
}
/* cn */
.lang_cn .header_top #tmp_hlogo h1{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_white_cn.webp);
}
/* de */
.lang_de .header_top #tmp_hlogo h1{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_white_de.webp);
}
/* en */
.lang_en .header_top #tmp_hlogo h1{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_white_en.webp);
}
/* es */
.lang_es .header_top #tmp_hlogo h1{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_white_es.webp);
}
/* fr */
.lang_fr .header_top #tmp_hlogo h1{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_white_fr.webp);
}
/* it */
.lang_it .header_top #tmp_hlogo h1{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_white_it.webp);
}
/* kr */
.lang_kr .header_top #tmp_hlogo h1,
.lang_ko .header_top #tmp_hlogo h1{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_white_kr.webp);
}
/* tc */
.lang_tc .header_top #tmp_hlogo h1,
.lang_tw .header_top #tmp_hlogo h1{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_white_tc.webp);
}
/* th */
.lang_th .header_top #tmp_hlogo h1{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/hlogo_white_th.webp);
}

#tmp_header.header_top .header_cnt{
	align-self: flex-start;
	padding-top: 1px;
}
.header_top #tmp_header_links > ul > li > a,
.header_top #tmp_gnavi .gnavi > ul > li > a{
	color: #ffffff;
}
.header_top #tmp_header_links ul li:after,
.header_top #tmp_gnavi .gnavi > ul > li:after{
	border-right-color: #ffffff;
}
.header_top #tmp_header_links:after{
	border-bottom-color: #ffffff;
}
.header_top #tmp_means li.language > a {
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/lang_icon_wht.webp);
}
.header_top #tmp_means li.setting_item.shared > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/shared_icon_wht.webp);
}
.header_top #tmp_means li.setting_item.setting_item_rs > a {
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/speaker_icon_wht.webp);
}
.header_top #tmp_means li.setting_item.favorite > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_wht.webp); 
}
.header_top #tmp_means li.setting_item.search > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_icon_wht.webp);
}
/* Hover */
#tmp_header_links > ul > li > a:hover,
#tmp_means li.setting_item > a:hover,
#tmp_gnavi .gnavi > ul > li > a:hover,
#tmp_gnavi .gnavi > ul > li > a.active{
	color: #1baae7;
}
/* sma menu
================================================== */
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 99;
    background: #ffffff;
    color: #222222;
}
.spmenu_open:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.5);
}
.spmenu_open.rmenu:before{
	display: none;
}
#tmp_header .wrap_sma_sch{
	position: absolute;
	display: none;
	z-index: 100;
    top: calc(100% - 20px);
}
#tmp_header .wrap_sma_sch .sma_sch{
	padding-top: 20px;
}
#tmp_header .wrap_sma_sch .sma_ch_wrapper{
	min-width: 240px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #1BAAE7;
	overflow-y: auto;
}
#tmp_header .sma_sch:before,
#tmp_header .sma_sch:after{
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    height: 0;
    border-style: solid;
    border-width: 0 12px 22px 12px;
    border-color: transparent transparent #1BAAE7 transparent;
    transform: translateX(-50%);
    margin-left: 1px;
}
#tmp_header .sma_sch:after{
	top: 1px;
	margin-right: 2px;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #E2F6FF transparent;
}
#tmp_header #tmp_sma_sns.wrap_sma_sch{
	right: 49px;
}
#tmp_header #tmp_sma_language.wrap_sma_sch{
	right: 0;
}
#tmp_header #tmp_sma_search.wrap_sma_sch{
	right: -28px;
	min-height: auto;
	margin-left: 100px;
	max-width: 1244px;
}
#tmp_header #tmp_sma_search .sma_sch:before,
#tmp_header #tmp_sma_search .sma_sch:after{
	left: auto;
	transform: none;
	right: 30px;
}
#tmp_header .wrap_sma_sch .sma_ttl{
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #E2F6FF;
	padding: 12px 10px 11px;
}
#tmp_header #tmp_sma_search.wrap_sma_sch .sma_ttl_wrap{
	padding: 21px 62px 21px;
	background-color: #E2F6FF;
}
#tmp_header #tmp_sma_search.wrap_sma_sch .sma_ttl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	padding: 0;
}
#tmp_header #tmp_sma_search.wrap_sma_sch .search_manual{
	color: #1BAAE7;
	font-weight: bold;
}
#tmp_header #tmp_sma_search .sma_ttl > .ttl{
	display: inline-block;
	min-width: 112px;
	flex-shrink: 0;
	font-size: 155.6%;
	margin-right: 18px;
}
#tmp_header #tmp_sma_search .sma_ttl > .des{
	font-size: 111.1%;
	color: #1BAAE7;
}
/* sma sns */
#tmp_means .wrap_sma_sch .sns_list{
	list-style: none;
}
#tmp_means .wrap_sma_sch .sns_list li{
	border-top: 1px solid #1BAAE7;
}
#tmp_means .wrap_sma_sch .sns_list li > a{
    text-decoration: none;
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 88.9%;
    padding: 25px 24px 22px 65px;
    min-height: 50px;
    color: inherit;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 23px center;
	background-size: 36px auto;
}
#tmp_means .wrap_sma_sch .sns_list li.fb_sns > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/sns_fb_icon.webp);
}
#tmp_means .wrap_sma_sch .sns_list li.twitter_sns > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/sns_twitter_icon.webp);
}
#tmp_means .wrap_sma_sch .sns_list li.email_sns > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/sns_email_icon.webp);
}
#tmp_means .wrap_sma_sch .sns_list li.copy_sns > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/sns_copy_icon.webp);
}
#tmp_means .wrap_sma_sch .sns_list li.weibo_sns > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/sns_weibo_icon.webp);
	background-size: 32px auto;
}
#tmp_means .wrap_sma_sch .sns_list li.webchat_sns > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/sns_wechat_icon.webp);
	background-size: 32px auto;
}
#tmp_means .wrap_sma_sch .sns_list li > a:hover{
	text-decoration: underline;
}
/* sma language */
#tmp_means .wrap_sma_sch .lang_list{
	list-style: none;
}
#tmp_means .wrap_sma_sch .lang_list.list2 {
    display: none;
}
#tmp_means .wrap_sma_sch .lang_list.list2.show {
    display: block;
}
#tmp_means .wrap_sma_sch .lang_list > li{
	border-top: 1px solid #1BAAE7;
}
#tmp_means .wrap_sma_sch .lang_list > li > a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 88.9%;
	padding: 14px 17px 11px;
	transition: 0.3s ease-in-out color, 0.3s ease-in-out background-color;
}
#tmp_means .wrap_sma_sch .lang_list > li > a:hover{
	color: #ffffff;
	background-color: #1BAAE7;
}
/* sma language more */
#tmp_means .wrap_sma_sch .lang_list{
	position: relative;
	color: inherit;
	background-color: transparent;
	padding: 0;
}
#msta_langArea,
#tmp_select_more li.item_en,
#tmp_select_lang option#msta_lang_en{
	display: none !important;
}
/* sma search */
#tmp_sma_search .search_menu_cnt{
	position: relative;
	padding: 33px 61px 20px;
}
.search_menu_cnt .search_cate.keyword{
	margin-bottom: 30px;
}
.search_menu_cnt .search_sma_key {
	display: flex;
	align-items: center;
}
.search_menu_cnt .search_section .search_cate .sch_ttl {
    display: inline-block;
    margin-right: 6px;
    padding-top: 4px;
}
.search_menu_cnt .search_cate .sch_ttl{
	width: 34px;
	margin-right: 6px;
	padding-top: 5px;
}
.search_menu_cnt .search_cate .sch_ttl label {
    display: block;
    cursor: pointer;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    background: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_icon.webp) no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}
.search_menu_cnt .search_cate .gsearch_wrap{
	flex: 1;
}
/*autocomplete*/
.search_autocomplete{
    position: absolute;
    top: 100%;
    left: 0;
	margin-top: 1px;
    width: 100%;
    border: 1px solid #d3d4d6;
    z-index: 1;
    background-color: #ffffff;
	color: #333333;
    display: none;
	overflow: hidden;
}
.search_autocomplete.active{
    display: block;
}
.search_autocomplete_item{
    padding: 3px 1em 3px .4em;
    cursor: pointer;
	border: 1px solid transparent;
}
.search_autocomplete_item.active{
    background-color: #007fff;
	border-color: #003eff;
	color: #ffffff;
}
.gsearch_wrap .wrap_sch_box{
	position: relative;
}
.gsearch_wrap .wrap_sch_box .ui-autocomplete{
	top: 100%!important;
	left: 0!important;
	bottom: auto!important;
	right: auto!important;
	width: 100%!important;
}
.search_menu_cnt .search_cate .wrap_sch_box {
    flex: 1;
	position: relative;
}
.search_menu_cnt .search_cate #tmp_form_query,
.search_menu_cnt .search_cate #tmp_sma_query {
    width: 100%;
    min-height: 53px;
    font-size: 88.9%;
    color: #000000;
    border: 1px solid #1BAAE7;
    border-radius: 6px;
    padding: 2px 28px 0;
}
.search_menu_cnt .search_cate #tmp_form_query::placeholder,
.search_menu_cnt .search_cate #tmp_sma_query::placeholder {
	color: #6D6D6D;
}
.search_menu_cnt .search_cate .search_sub_ttl {
    font-size: 111.1%;
    font-weight: bold;
    color: #1BAAE7;
    margin-bottom: 20px;
    display:none;
}
.search_menu_cnt .search_cate.interests{
	margin-bottom: 11px;
}
.search_menu_cnt .search_cate.interests .interests_list{
	list-style: none;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
	margin: 0 -10px;
}
.search_menu_cnt .interests_list > li{
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}
.search_menu_cnt .interests_list > li > label{
	cursor: pointer;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	word-break: break-word;
	color: #1BAAE7;
	background-color: #ffffff;
	background-repeat: no-repeat;
    background-position: 12px center;
	border: 1px solid #1BAAE7;
    border-radius: 6px;
	padding: 17px 50px 19px;
	transition: 0.3s ease-in-out color, 0.3s ease-in-out background;
}
.search_menu_cnt .interests_list > li input:checked + label{
    background-color: #1BAAE7;
	color: #ffffff;
}
.search_menu_cnt .search_cate.event{
	display: flex;
	gap: 0 21px;
	margin-bottom: 31px;
}
.search_menu_cnt .search_event_inner{
    display: flex;
    gap: 0 8px;
    width: 74.5%;
    color: #1BAAE7;
    background-color: #F1F1F1;
    padding: 15px 13px 13px;
    border-radius: 6px;
}
.search_menu_cnt .search_select{
	flex: 1;
	padding-top: 15px;
}
.search_menu_cnt .search_select select {
    appearance: none;
	cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #4F515B;
    background: #FFFFFF url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/select_icon.webp) no-repeat right -1px center;
    outline: none;
    border-radius: 6px;
    padding: 19px 50px 17px 24px;
    border: 1px solid #4F515B;
	background-size: auto 100%;
}
.search_menu_cnt .search_cate.hashtag{
	margin-bottom: 19px;
}
.search_menu_cnt .hashtag_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}
.search_menu_cnt .hashtag_list li{
	position: relative;
	margin-bottom: 10px;
}
.search_menu_cnt .hashtag_list li > label{
	cursor: pointer;
    display: inline-block;
    text-align: center;
    min-width: 80px;
    font-weight: bold;
    color: #1BAAE7;
    border: 1px solid #1BAAE7;
    border-radius: 8px;
    padding: 7px 8px 6px;
	transition: 0.3s ease-in-out color, 0.3s ease-in-out background-color;
}
.search_menu_cnt .hashtag_list li > input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: 10px;
    top: 0;
    z-index: -1;
}
.search_menu_cnt .hashtag_list li input:checked + label {
    background-color: #1BAAE7;
    color: #ffffff;
}
.search_menu_cnt .search_submit_btn{
	font-weight: bold;
}
.search_menu_cnt .search_result{
	font-weight: bold;
	font-size: 133.3%;
	color: #000000;
	background-color: #F1F1F1;
	padding: 11px 20px 7px;
	border-radius: 6px;
	margin-bottom: 40px;
} 
#tmp_search_modal .search_menu_cnt .search_result{
	padding: 7px 20px 6px;
}
.search_menu_cnt .result_wrap{
	display: flex;
	justify-content: center;
	text-align: center;
}
.search_menu_cnt .result_wrap > span{
	display: inline-block;
}
.search_menu_cnt .result_wrap .result_ttl{
    position: relative;
    padding-right: 13px;
    margin-right: 11px;
}
.search_menu_cnt .result_wrap .result_ttl:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 21px;
	background-color: #000000;
	transform: translateY(-50%);
	margin-top: -1px;
}
.search_menu_cnt .result_wrap .result_num{
	color: #1BAAE7;
}
.search_menu_cnt .search_submit_btn{
	text-align: center;
}
.search_menu_cnt .search_submit_btn > input{
	cursor: pointer;
	display: inline-block;
	min-width: 406px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1BAAE7;
	border: none;
	outline: none;
    padding: 9px 10px 11px;
    font-size: 155.5%;
	border: 1px solid #1BAAE7;
	border-radius: 6px;
	transition: 0.3s ease-in-out color, 0.3s ease-in-out background-color;
}
.search_menu_cnt .event_search_control{
	flex: 1;
}
.search_menu_cnt .event_search_control > ul{
	list-style: none;
	display: flex;
	gap: 0 30px;
	height: 100%;
}
.search_menu_cnt .event_search_control > ul > li{
	display: flex;
	align-items: center;
	width: 50%;
	background-color: #ffffff;
	padding: 8px 12px 11px 17px;
	border-radius: 6px;
}
.search_menu_cnt .event_search_control label{
	display: inline-block;
	flex-shrink: 0;
	font-weight: bold;
	font-size: 111.1%;
	color: #4F515B;
	margin-right: 9px;
}
.search_menu_cnt .event_search_control p{
	position: relative;
	display: flex;
	align-items: center;
	flex: 1;
}
.event_search_control .btn_open_calendar{
	display: inline-block;
	flex-shrink: 0;
	width: 40px;
    height: 40px;
    background: #ffffff url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/calendar_icon.webp) no-repeat left top;
    background-size: 100% auto;
    text-indent: -999px;
    overflow: hidden;
    text-decoration: none;
	margin-right: 9px;
}
.search_menu_cnt .event_search_control input{
	display: inline-block;
	flex: 1;
	vertical-align: middle;
	width: 52%;
	min-height: 42px;
	font-weight: bold;
	color: #000000;
	font-size: 111.1%;
	border: 1px solid #4F515B;
	padding: 0 3px;
}
.search_menu_cnt .event_search_control label,
.event_search_control .btn_open_calendar,
.search_menu_cnt .event_search_control input{
	cursor: pointer;
	pointer-events: visible;
}
.event_search_control li .btn_open_calendar.active,
.event_search_control li .btn_open_calendar.has_value{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/calendar_icon_blue.webp)
}
.event_search_control li input.invalid,
.event_search_control li input.error{
	background-color: #f13c33;
    color: #ffffff !important;
}
.search_menu_cnt .event_search_control > ul > li.active input{
	border-color: #888888;
}
.search_menu_cnt .hashtag_list li > a:hover{
	color: #ffffff;
	background-color: #1BAAE7;
}
.search_menu_cnt .search_submit_btn > input:hover{
	color: #1BAAE7;
	background-color: #ffffff;
}
/* sma gnavi */
#tmp_header #tmp_gnavi .wrap_sma_sch{
	top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    margin-left: -1px;
}
#tmp_header #tmp_gnavi .wrap_sma_sch .sma_ch_wrapper{
	min-width: 260px;
}
#tmp_header #tmp_gnavi .wrap_sma_sch .sma_ttl{
	text-align: left;
	padding: 13px 17px 11px;
}
#tmp_header #tmp_gnavi .gnavi_menu_list{
	list-style: none;
}
#tmp_header #tmp_gnavi .gnavi_menu_list li {
    border-top: 1px solid #1BAAE7;
}
#tmp_header #tmp_gnavi .gnavi_menu_list li > a {
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 88.9%;
    padding: 14px 17px 11px;
    transition: 0.3s ease-in-out color, 0.3s ease-in-out background-color;
}
#tmp_header #tmp_gnavi .gnavi_menu_list li > a:hover {
    color: #ffffff;
    background-color: #1BAAE7;
}
/* gnavi
================================================== */
#tmp_gnavi{
	padding-top: 4px;
	margin-right: 158px;
}
.header_top #tmp_gnavi{
	margin-right: 188px;
}
#tmp_gnavi .gnavi > ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#tmp_gnavi .gnavi > ul > li{
	position: relative;
	padding: 0 30px;
}
#tmp_gnavi .gnavi > ul > li.gnavi_acc_item{
	display: none;
}
#tmp_gnavi .gnavi > ul > li:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 20px;
	border-right: 1px solid #000000;
	transform: translateY(-50%);
}
#tmp_gnavi .gnavi > ul > li:first-child{
	padding-left: 0;
}
#tmp_gnavi .gnavi > ul > li:last-child{
	padding-right: 0;
}
#tmp_gnavi .gnavi > ul > li:last-child:after{
	display: none;
}
#tmp_gnavi .gnavi > ul > li > a{
	text-decoration: none;
	display: inline-block;
	color: #000000;
	background-color: transparent;
	font-size: 111.1%;
	transition: 0.3s ease-in-out color;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}

/*pnavi*/
.pnavi{
	position: absolute;
    right: 61px;
    top: -44px;
    z-index: 90;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 78px;
	height: 46px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	display: block;
	padding: 26px 5px 0;
	text-indent: -9999px;
	color: #ffffff;
	background: #1BAAE7 url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/ptop_icon.webp) no-repeat center 17px;
	background-size: 28px auto;
	border: 1px solid #1BAAE7;
	border-radius: 10px 10px 0 0;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
	color: #ffffff;
	background: #1BAAE7 url(../png/footer_bg.png) repeat left top;
}
#tmp_footer .footer_inner{
	position: relative;
	padding: 113px 42px 66px;
}
#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_cnt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
#tmp_footer .flogo{
	width: 252px;
}
#tmp_footer .flogo span {
    display: block;
    background: transparent url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/flogo.webp) no-repeat;
    background-size: 100% auto;
    width: 252px;
    height: 72px;
    text-indent: -9999px;
}
/* cn */
.lang_cn #tmp_footer .flogo span{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/flogo_cn.webp);
}
/* de */
.lang_de #tmp_footer .flogo span{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/flogo_de.webp);
}
/* en */
.lang_en #tmp_footer .flogo span{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/flogo_en.webp);
}
/* es */
.lang_es #tmp_footer .flogo span{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/flogo_es.webp);
}
/* fr */
.lang_fr #tmp_footer .flogo span{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/flogo_fr.webp);
}
/* it */
.lang_it #tmp_footer .flogo span{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/flogo_it.webp);
}
/* kr */
.lang_kr #tmp_footer .flogo span,
.lang_ko #tmp_footer .flogo span{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/flogo_kr.webp);
}
/* tc */
.lang_tc #tmp_footer .flogo span,
.lang_tw #tmp_footer .flogo span{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/flogo_tc.webp);
}
/* th */
.lang_th #tmp_footer .flogo span{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/flogo_th.webp);
}

#tmp_footer .footer_rgt{
	flex: 1;
	margin-bottom: 6px;
}
#tmp_footer .footer_sns ul{
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#tmp_footer .footer_sns li{
	padding: 0 9px;
}
#tmp_footer .footer_sns li:last-child{
	padding-right: 5px;
}
#tmp_footer .footer_sns li img{
	max-width: 36px;
	height: auto;
}
.lang_cn.format_sys #tmp_footer .footer_sns li span{
	display: inline-block;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    color: inherit;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 36px auto;
}
.lang_cn.format_sys #tmp_footer .footer_sns li a.icon_wei span{
	background-image: url(../png/icon_weibo.png);
}
.lang_cn.format_sys #tmp_footer .footer_sns li a.icon_wc span{
	background-image: url(../png/icon_wechat.png);
}
/* fnavi  */

#tmp_footer .fnavi {
	padding: 6px 0 5px;
	color: inherit;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin-bottom: 53px;
}

#tmp_footer .fnavi li {
	position: relative;
	padding: 0 25px;
	margin-bottom: 10px;
}
#tmp_footer .fnavi li:first-child{
	padding-left: 0;
}
#tmp_footer .fnavi li:last-child{
	padding-right: 0;
}
#tmp_footer .fnavi li:after{
    content: '';
    position: absolute;
    top: 5px;
    right: -1px;
    height: 15px;
    border-right: 1px solid #ffffff;
}
#tmp_footer .fnavi li:last-child {
	margin-right: 0;
}
#tmp_footer .fnavi li:last-child:after{
	display: none;
}
#tmp_footer .fnavi li a{
	text-decoration: none;
	display: inline-block;
	font-size: 93.3%;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
}
#tmp_footer .copyright_wrap{
	text-align: center;
}
#tmp_footer .tripadvison_logo{
	display: inline-block;
	margin-bottom: 7px;
}
#tmp_footer .tripadvison_logo > a{
	display: inline-block;
	min-width: 142px;
	min-height: 30px;
	color: inherit;
	background: transparent url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/tripadvisor_logo.webp) no-repeat;
	text-indent: -9999px;
}
.copyright {
	font-size: 93.3%;
	font-weight: bold;
	text-align: center;
	padding-right: 9px;
}
#tmp_footer .fnavi li a:hover{
	text-decoration: underline;
}
/* format_local_active
================================================== */
#tmp_local_bar {
    display: none;
    background-color: #ffffff;
}
.format_local_active #tmp_local_bar {
    display: block;
    padding: 15px 0;
    background-color: #ffffff;
    color: #222633;
}
#tmp_local_bar .txt {
    width: 88.69231%;
    float: left;
    font-size: 100%;
}
#tmp_local_bar .txt a{
    color: #282828;
    background-color: transparent;
    margin: 0;
}
#tmp_local_button {
    display: table;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    background-color: #58c0ae;
    width: 60px;
    padding: 3px;
    border-radius: 18px;
    font-size: 85.7%;
    margin: 0 0 0 8px;
    float: right;
    text-decoration: none;
    font-weight: bold;
}
#tmp_local_bar .txt a:hover,
#tmp_local_bar .txt a:focus,
#tmp_local_bar .txt a:active {
    color: #f13c33;
}
#tmp_local_button:hover,
#tmp_local_button:focus,
#tmp_local_button:active {
    color: #fbf2f0;
    background-color: #f13c33;
}
/* format_font_color
================================================== */
.format_accessibility_active #tmp_font_color {
    display: block;
    background-color: #e5e5e5;
    color: #282828;
}
#tmp_font_color .font_color_inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 0;
}
#tmp_font_color .font_color_cnt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#tmp_font_color .font_color_cnt .item_link {
    width: 150px;
}
.format_top #tmp_font_color .font_color_cnt .item_link {
    width: 180px;
}
#tmp_font_color .font_color_cnt .item_link_ttl {
    line-height: 1.2;
    font-weight: bold;
    color: #282828;
    background-color: transparent;
    font-size: 100%;
}
.lang_th #tmp_font_color .font_color_cnt .item_link_ttl {
    line-height: 1.4;
}
#tmp_font_color .font_color_cnt .item_link a {
    text-decoration: underline;
    font-size: 100%;
    color: #282828;
    background-color: transparent;
}
#tmp_font_color .font_color_cnt .item_link a:hover,
#tmp_font_color .font_color_cnt .item_link a:focus,
#tmp_font_color .font_color_cnt .item_link a:active {
    color: #f13c33;
}
#tmp_font_color .font_color_cnt .item_txt {
    width: calc(100% - 150px);
    font-size: 100%;
}
#tmp_font_color .font_color_close {
    text-decoration: none;
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../png/icon_gnavi_close.png) no-repeat;
    color: #282828;
    background-size: 100%;
}
/* section_navigation
================================================== */
.section_navigation {
    padding: 50px 0 10px;
}
.section_navigation .navigation_items_list {
    list-style: none;
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 40px !important;
}
.section_navigation .navigation_items_list:nth-child(3n+1) {
    clear: both;
}
.section_navigation .navigation_items {
    margin: 0 -15px !important;
}
.section_navigation .navigation_items_cnt {
    border-top: solid 10px #e5e5e5;
    border-left: solid 10px #e5e5e5;
    padding: 36px 0 22px 41px;
    
}
.section_navigation .navigation_items_cnt a {
    font-size: 157.1%;
    color: #222633;
    text-decoration: none;
}
.section_navigation .navigation_items_cnt a:hover,
.section_navigation .navigation_items_cnt a:focus {
    color: #e7001d;
}
.section_navigation .navigation_items_cnt .items_cnt {
    padding: 5px 0 5px 100px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}
.section_navigation .navigation_items_cnt .items_cnt span {
    display: block;
}
.icon_immigration {
    background: #ffffff url(../png/icon_immigration.png) no-repeat left center;
}
.icon_visitors {
    background: #ffffff url(../png/icon_visitors.png) no-repeat left center;
}
.icon_health {
    background: #ffffff url(../png/icon_health.png) no-repeat left center;
}
.icon_airport {
    background: #ffffff url(../png/icon_airport.png) no-repeat left center;
}
.icon_where_stay {
    background: #ffffff url(../png/icon_wifi.png) no-repeat left center;
}
.icon_suggested {
    background: #ffffff url(../png/icon_customs.png) no-repeat left center;
}
.icon_around {
    background: #ffffff url(../png/icon_around.png) no-repeat left center;
}
.icon_pdf {
    background: #ffffff url(../png/icon_pdf2.png) no-repeat left center;
}
.icon_info {
    background: #ffffff url(../png/icon_info.png) no-repeat left center;
}
.icon_tax_free {
    background: #ffffff url(../png/icon_tax_free.png) no-repeat left center;
}
.icon_tips_for_budget {
    background: #ffffff url(../png/icon_tips_for_budget.png) no-repeat left center;
}
/* ==================================================
section_instagram
================================================== */
#tmp_instagram .section_ttl .section_ttl_h{
    margin: 0 0 12px;
    line-height: 1.5em;
}
#tmp_instagram{
    padding: 38px 0 50px;
}
#tmp_instagram .ins_inner{
    padding: 78px 0 50px;
}
#tmp_instagram .ins_ttl{
    margin: 0 0 23px;
}
#tmp_instagram .ins_ttl p{
    font-size: 114.3%;
    clear: both;
    padding: 0;
}
#tmp_instagram .ins_cnt .ins_lists{
    list-style: none;
    margin: 0 -6px;
}
#tmp_instagram .ins_cnt .inst_modal{
    display: none;
}
#tmp_instagram .ins_cnt a.ins_item {
    position: relative;
    display: block;
    word-break: break-word;
}
#tmp_instagram .ins_cnt a.ins_item:hover .inst_modal {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#tmp_instagram .ins_cnt a.ins_item:hover .inst_modal a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 128.5%;
    pointer-events: none;
}
#tmp_instagram .ins_hidden{
    display: none;
}
#tmp_instagram .ins_cnt li{
    float: left;
    width: 19%;
    padding: 0;
    margin: 0 1% 1% 0;
}
#tmp_instagram .ins_cnt li:nth-child(5n) {
    margin: 0 0 1% 0;
}
#tmp_instagram .ins_cnt li:nth-child(n+16) {
    display: none;
}
#tmp_instagram .ins_cnt li.ins_hidden_item {
    display: block;
}
#tmp_instagram .ins_cnt .image{
    display: block;
    height: auto;
    position: relative;
}
#tmp_instagram .ins_cnt .image img{
    max-width: 100%;
    height: auto;
    display: block;
}
#tmp_instagram .ins_cnt .image:before{
    content: '';
    width: 36px;
    height: 36px;
    background: url(../png/icon_sns_instagram_white.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#tmp_instagram .btn_showmore_wrap{
    text-align: center;
    padding-top: 16px;
    clear: both;
}
.mod_grid_accordion .btn_showmore_wrap .btn_showmore,
#tmp_instagram .btn_showmore_wrap .btn_showmore{
    padding: 8px 10px 9px;
    font-size: 142.8%;
    display: block;
    background-color: #222633;
    color: #ffffff;
    margin: 0 auto;
    max-width: 360px;
    text-decoration: none;
    line-height: 1.2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}
.mod_grid_accordion .btn_showmore_wrap .btn_showmore:hover,
.mod_grid_accordion .btn_showmore_wrap .btn_showmore:active,
.mod_grid_accordion .btn_showmore_wrap .btn_showmore:focus,
#tmp_instagram .btn_showmore_wrap .btn_showmore:hover,
#tmp_instagram .btn_showmore_wrap .btn_showmore:active,
#tmp_instagram .btn_showmore_wrap .btn_showmore:focus{
    color: #ffffff;
    background-color: #f13c33;
}
#tmp_popup_ins_layout .ins_modal,
#tmp_instagram .ins_modal{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding: 20px 0;
	display:block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    visibility: hidden;
    opacity: 0;
}
#tmp_popup_ins_layout .ins_modal.active,
#tmp_instagram .ins_modal.active{
    opacity: 1;
    visibility: visible;
}
#tmp_popup_ins_layout .ins_modal .ins_modal_close,
#tmp_instagram .ins_modal .ins_modal_close{
    position: absolute;
    text-indent: -9999px;
    z-index: 4;
    width: 20px;
    height: 20px;
    background: transparent url(../png/icon_modal_close.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: 200ms background-image;
    -o-transition: 200ms background-image;
    transition: 200ms background-image;
    top: 28px;
    left: 30px;
}
#tmp_popup_ins_layout .ins_modal .ins_modal_close:hover,
#tmp_popup_ins_layout .ins_modal .ins_modal_close:focus,
#tmp_popup_ins_layout .ins_modal .ins_modal_close:active,
#tmp_instagram .ins_modal .ins_modal_close:hover,
#tmp_instagram .ins_modal .ins_modal_close:focus,
#tmp_instagram .ins_modal .ins_modal_close:active{
    background-image: url(../png/icon_modal_close_on.png);
}
#tmp_popup_ins_layout .ins_modal_cnt,
#tmp_instagram .ins_modal_cnt{
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    width: 39.8vw;
    background-color: #ffffff;
    color: #222633;
}
#tmp_popup_ins_layout .ins_modal_cnt .avatar,
#tmp_instagram .ins_modal_cnt .avatar{
    width: 2.6vw;
    display: block;
    overflow: hidden;
}
#tmp_popup_ins_layout .ins_modal_cnt .avatar img,
#tmp_instagram .ins_modal_cnt .avatar img{
	width:100%;
	height:auto;
}
#tmp_popup_ins_layout .ins_modal_cnt .image,
#tmp_instagram .ins_modal_cnt .image{
    display: block;
    position: relative;
}
#tmp_popup_ins_layout .ins_modal_cnt .image img,
#tmp_instagram .ins_modal_cnt .image img{
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
#tmp_popup_ins_layout .active .ins_modal_cnt .image img,
#tmp_instagram .active .ins_modal_cnt .image img{
    opacity: 1;
}
#tmp_popup_ins_layout .ins_modal_cnt .image .ins_icon ,
#tmp_instagram .ins_modal_cnt .image .ins_icon {
	display:none;
}
#tmp_popup_ins_layout .active .ins_modal_cnt .image .ins_icon ,
#tmp_instagram .active .ins_modal_cnt .image .ins_icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 48px;
    height: 48px;
    display: block;
    text-indent: -1987px;
    background: transparent url(../png/icon_sns_instagram_white.png) 0 0 no-repeat;
    background-size: 48px 48px;
    color: transparent;
}
#tmp_popup_ins_layout .ins_modal_cnt .cnt,
#tmp_instagram .ins_modal_cnt .cnt{
    background-color: #ffffff;
    color: #222633;
}
#tmp_popup_ins_layout .ins_modal_cnt .cnt .text_upper,
#tmp_instagram .ins_modal_cnt .cnt .text_upper{
    padding: 1.6vw 2.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#tmp_popup_ins_layout .ins_modal_cnt .name,
#tmp_instagram .ins_modal_cnt .name{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(70% - 15px);
    margin-left: 1.2vw;
    font-weight: normal;
    color: inherit;
    /*font-family: "PFDINTextStd-Medium", sans-serif;*/
}
.lang_jp #tmp_popup_ins_layout .ins_modal_cnt .name,
.lang_jp #tmp_instagram .ins_modal_cnt .name{
    /*font-family: "PFDINTextStd-Medium", "メイリオ", Meiryo, sans-serif;*/
}
#tmp_popup_ins_layout .ins_modal_cnt .number,
#tmp_instagram .ins_modal_cnt .number{
    display: block;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: right;
    font-size: 87.5%;
}
#tmp_popup_ins_layout .ins_modal_cnt .ins_slides a,
#tmp_instagram .ins_modal_cnt .ins_slides a{
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    position: relative;
    display: block;
}
#tmp_popup_ins_layout .ins_modal_cnt .ins_slides a.no_link ,
#tmp_instagram .ins_modal_cnt .ins_slides a.no_link {
	pointer-events: none;
}
#tmp_popup_ins_layout .ins_modal_cnt a:hover .name,
#tmp_instagram .ins_modal_cnt a:hover .name,
#tmp_popup_ins_layout .ins_modal_cnt a:hover .number,
#tmp_instagram .ins_modal_cnt a:hover .number,
#tmp_popup_ins_layout .ins_modal_cnt a:focus .name,
#tmp_instagram .ins_modal_cnt a:focus .name,
#tmp_popup_ins_layout .ins_modal_cnt a:focus .number,
#tmp_instagram .ins_modal_cnt a:focus .number,
#tmp_popup_ins_layout .ins_modal_cnt a:active .name,
#tmp_instagram .ins_modal_cnt a:active .name,
#tmp_popup_ins_layout .ins_modal_cnt a:active .number,
#tmp_instagram .ins_modal_cnt a:active .number,
#tmp_popup_ins_layout .ins_modal_cnt .cnt_text_lower a:active .placename,
#tmp_popup_ins_layout .ins_modal_cnt .cnt_text_lower a:hover .placename {
    color: #f13c33;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
#tmp_popup_ins_layout .ins_modal_cnt .cnt .text_lower,
#tmp_instagram .ins_modal_cnt .cnt .text_lower,
#tmp_popup_ins_layout .ins_modal_cnt .cnt_text_lower {
    padding: 0.8vw 2.8vw;
    background-color: #e5e5e5;
    color: inherit;
    font-size: 114.3%;
}
#tmp_popup_ins_layout .ins_modal_cnt .slick-arrow,
#tmp_instagram .ins_modal_cnt .slick-arrow{
    width: 4.7vw;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 5.33333vw;
    height: 100%;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    color: #222633;
    outline: 0;
}
#tmp_popup_ins_layout .ins_modal_cnt .slick-prev,
#tmp_instagram .ins_modal_cnt .slick-prev{
    left: 15px;
    background-image: url(../png/icon_modal_arrow_right.png);
    background-position: 0 240px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    background-repeat: no-repeat;
}
#tmp_popup_ins_layout .ins_modal_cnt .slick-prev:hover,
#tmp_instagram .ins_modal_cnt .slick-prev:hover,
#tmp_popup_ins_layout .ins_modal_cnt .slick-prev:active,
#tmp_instagram .ins_modal_cnt .slick-prev:active,
#tmp_popup_ins_layout .ins_modal_cnt .slick-prev:focus ,
#tmp_instagram .ins_modal_cnt .slick-prev:focus {
    background-image: url(../png/icon_modal_arrow_right_on.png);
}
#tmp_popup_ins_layout .ins_modal_cnt .slick-next,
#tmp_instagram .ins_modal_cnt .slick-next{
    right: 15px;
    background-image: url(../png/icon_modal_arrow_left.png);
    background-position: right 240px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    background-repeat: no-repeat;
}
#tmp_popup_ins_layout .ins_modal_cnt .slick-next:hover,
#tmp_instagram .ins_modal_cnt .slick-next:hover,
#tmp_popup_ins_layout .ins_modal_cnt .slick-next:active,
#tmp_instagram .ins_modal_cnt .slick-next:active,
#tmp_popup_ins_layout .ins_modal_cnt .slick-next:focus ,
#tmp_instagram .ins_modal_cnt .slick-next:focus {
    background-image: url(../png/icon_modal_arrow_left_on.png);
}
#tmp_popup_ins_layout .ins_modal_cnt .name{
    font-size: 114.3%;
    margin-left: 73px;
}
#tmp_popup_ins_layout .ins_modal_cnt .cnt .text_lower .placename{
    margin: 0 0 0 73px;
    display: block;
}
#tmp_popup_ins_layout .ins_modal_cnt .cnt_text_lower .placename{
    margin: 0 0 0 73px;
    display: block;
}
#tmp_popup_ins_layout .ins_modal_cnt .avatar + .name{
    margin-left: 1.2vw
}
/* ==================================================
section_map_region
================================================== */
.section_map_region {
    padding: 70px 0 50px;
}
.section_map_region #tmp_explore_tokyo .section_ttl .btn_see_all {
	display: none;
}
.format_free .col_main .map_region{
    padding: 70px 0 50px;
}
#tmp_map_region .map_region_header,
.map_region_header {
    max-width: 1140px;
    margin: 0 auto 28px;
}
#tmp_map_region .map_region_header_inner h2,
.map_region_header_inner h2 {
    font-size: 228.5%;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 0;
    font-weight: normal;
}
#tmp_map_region .section .map_body,
.section .map_body {
    max-width: 1140px;
    margin: 0 auto;
}
#tmp_map_region .map_body_inner,
.map_region .map_body_inner {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#tmp_map_region .map_wrapper,
.map_region .map_wrapper {
    background-color: #333333;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    display: none;
    color: #ffffff;
}
#tmp_map_region .map_return,
.map_region .map_return {
    top: 30px;
    left: 30px;
    display: none;
    position: absolute;
    z-index: 8;
    font-weight: bold;
}
#tmp_map_region .map_return a,
.map_region .map_return a {
    background: url(../png/icon_map_arrow_left.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 19px;
    color: #ffffff;
    font-size: 142.8%;
}
#tmp_map_region .map_return a:active,
#tmp_map_region .map_return a:focus,
#tmp_map_region .map_return a:hover,
.map_region .map_return a:active,
.map_region .map_return a:focus,
.map_region .map_return a:hover{
    background-image: url(../png/icon_map_arrow_left_on.png);
}
#tmp_map_region .map_region_region,
.map_region .map_region_region {
    position: relative;
    height: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
#tmp_map_region .map_return a,
.map_return a {
    font-size: 142.8%;
    text-decoration: none;
}
#tmp_map_region .map_area_tokyo h3,
.map_area_tokyo h3 {
    font-size: 200%;
    margin-bottom: 16px;
}
#tmp_map_region .map_region_area,
.map_region .map_region_area {
    width: 50%;
    height: auto;
    margin: 0;
    position: relative;
    padding-left: 45px;
    padding-right: 15px;
    padding: 3em 15px 3em 45px;
}
#tmp_map_region .map_region_area .region_ttl,
.map_region .map_region_area .region_ttl{
    font-size: 87.5%;
    margin: 0 0 16px;
}
#tmp_map_region .map_region_area ul,
.map_region .map_region_area ul {
    list-style: none;
    line-height: 1.8;
    margin: 0;
}
#tmp_map_region .map_region_area a,
.map_region .map_region_area a {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
    font-size: 200%;
    line-height: 1.8;
}
#tmp_map_region .map_region_area .sub_area_list,
.map_region .map_region_area .sub_area_list{
    float: left;
}
#tmp_map_region .map_region_area .sub_area_list.second,
.map_region .map_region_area .sub_area_list.second{
    float: right;
}
#tmp_map_region .map_region_area .sub_area_list a,
.map_region .map_region_area .sub_area_list a{
    font-size: 136.1%;
}
#tmp_map_region .map_region_tokyo,
.map_region .map_region_tokyo {
    width: 50%;
    height: 420px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-right: 45px;
}
#tmp_map_region .map_region_tokyo .small_area,
.map_region .map_region_tokyo .small_area,
#tmp_map_region .map_region_tokyo polygon[data-area="izu_and_ogasawara_islands"],
.map_region .map_region_tokyo polygon[data-area="izu_and_ogasawara_islands"]{
	transform: translate(-200px, 0);
}
#tmp_map_region .map_tokyo_link,
.map_region .map_tokyo_link {
    top: 30px;
    right: 30px;
    position: absolute;
}
#tmp_map_region .map_tokyo_link a,
.map_region .map_tokyo_link a {
    color: #ffffff;
    background-color: transparent;
    font-size: 142.8%;
    font-weight: bold;
    text-decoration: none;
}
#tmp_map_region a:hover,
#tmp_map_region a:focus,
#tmp_map_region a:active,
#tmp_map_region a.hover,
.map_region a:hover,
.map_region a:focus,
.map_region a:active,
.map_region a.hover {
    color: #f13c33;
}
/* ==================================================
tmp_map_location_list
================================================== */
#tmp_map_location_list{
    height: 480px;
	margin-bottom: 20px;
}
#tmp_map_popup_location_list{
    height: calc(100vh - 210px)
}
/* ==================================================
section_figure_column2
================================================== */
#tmp_contents .mod_figure_header,
.mod_figure_header {
    margin: 0 auto 30px;
}

#tmp_contents .mod_figure_list,
.mod_figure_list {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0 -6px;
}

#tmp_contents .mod_figure_item,
.mod_figure_item {
    float: left;
    width: 25%;
    padding: 0 6px 12px;
    margin: 0;
}
#tmp_contents .mod_figure_item ul, 
.mod_figure_item ul{
    margin: 0;
    padding: 16px 10px 14px 20px;
    list-style: none;
}
#tmp_contents .mod_figure_item ul li, 
.mod_figure_item ul li{
    margin: 0 0 0.3em;
}
#tmp_contents .mod_figure_item:nth-child(4n + 1),
.mod_figure_item:nth-child(4n + 1) {
    clear: left;
}
#tmp_contents .mod_figure_item:nth-child(4n),
.mod_figure_item:nth-child(4n) {
    clear: right;
}
.mod_figure_item a:active .mod_figure_text,
.mod_figure_item a:focus .mod_figure_text,
#tmp_contents .mod_figure .mod_figure_item a:active .mod_figure_text,
#tmp_contents .mod_figure .mod_figure_item a:focus .mod_figure_text {
	color: #1baae7;
}
#tmp_contents .mod_figure_item ul li a,
.mod_figure_item ul li a{
    font-size: 114.6%;
    text-decoration: none;
    background-color: #ffffff;
    color: #222633;
}
#tmp_contents .mod_figure_item ul li a:hover,
#tmp_contents .mod_figure_item ul li a:active,
#tmp_contents .mod_figure_item ul li a:focus,
.mod_figure_item ul li a:active,
.mod_figure_item ul li a:focus,
.mod_figure_item ul li a:hover{
    text-decoration: underline;
}
#tmp_contents .mod_figure_inner,
.mod_figure_inner {
    position: relative;
    display: block;
}

#tmp_contents .mod_figure_image,
.mod_figure_image {
    position: relative;
    overflow: hidden;
}
#tmp_explore_tokyo .mod_figure_image{
    height: 150px
}
#tmp_explore_tokyo .mod_figure_image img{
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
	transform: translateY(-50%);
}
#tmp_contents .mod_figure_image:before,
.mod_figure_image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.05);*/
    background-color: #222633;
    opacity: 0.4;
	transition: 0.3s ease-in-out opacity;
}
#tmp_contents .mod_figure .mod_figure .mod_figure_image:before {
    background-color: rgba(0, 0, 0, 0.05);
}
#tmp_explore_tokyo .mod_figure_image:before{
    background-color: #222633;
    opacity: 0.4;
}
#tmp_explore_tokyo .mod_figure_item > a:hover .mod_figure_image:before{
	opacity: 0;
}
#tmp_contents .mod_figure_image > img,
.mod_figure_image > img,
#tmp_contents .mod_figure_image .load_img img,
.mod_figure_image .load_img img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.mod_figure_text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    font-size: 130%;
}
.lang_th .mod_figure_text {
    line-height: 1.4;
}
#tmp_contents .mod_figure_subtext,
.mod_figure_subtext{
    display: block;
    font-weight: normal;
    padding: 10px 10px 0;
    font-size: 87.5%;
}
.format_free #tmp_contents .mod_figure {
    padding: 50px 0 38px;
    margin-bottom: 0;
}


.mod_figure_item .wrap_area_oc .area_oc,
#tmp_contents .mod_figure_item .wrap_area_oc .area_oc {
    display: none;
}
.mod_figure_item .wrap_area_oc ul,
#tmp_contents .mod_figure_item .wrap_area_oc ul {
    padding: 13px 10px 0px 0;
}
.mod_figure_item .wrap_area_oc li,
#tmp_contents .mod_figure_item .wrap_area_oc li {
    margin: 0 0 0.5em;
}
.mod_figure_item .wrap_area_oc .ttl,
#tmp_contents .mod_figure_item .wrap_area_oc .ttl {
    padding: 0;
    font-size: 100%;
}

/* ==================================================
The Best of Tokyo
================================================== */
#tmp_contents #tmp_best_tokyo {
    padding: 0 0 50px;
    width: 100%;
}
#tmp_contents #tmp_best_tokyo .section_best_list {
	list-style: none;
	margin: 0 -8px;
	letter-spacing: -.4em;
	display: list-item;
}
#tmp_contents #tmp_best_tokyo .section_best_list .best_list_item {
	width: 33.333%;
	padding: 0 8px;
	margin-bottom: 16px;
	display: inline-block;
	letter-spacing: normal;
    vertical-align: top;
}
#tmp_contents #tmp_best_tokyo .section_best_list .best_list_item img {
    width: 100%;
    height: auto;
}
#tmp_contents #tmp_best_tokyo .section_best_list .best_list_item_image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#222633), color-stop(56%, transparent));
    background-image: linear-gradient(to right top, #222633, transparent 56%);
}
#tmp_contents #tmp_best_tokyo .section_best_list .best_list_item a {
    position: relative;
    display: block;
    line-height: 0;
    color: #ffffff;
    background-color: #222633;
}
#tmp_contents #tmp_best_tokyo .section_best_list .best_list_item .best_list_item_ttl {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    line-height: 1.1;
    padding: 16px;
    color: #ffffff;
    font-weight: bold;
    background-color: transparent;
}
#tmp_contents #tmp_best_tokyo .section_best_list .best_list_item .best_list_item_ttl .best_list_item_ttl_h {
    font-size: 111.1%;
    margin-bottom: 5px;
    padding: 0;
}
/* ==================================================
disaster
================================================== */
#tmp_disaster{
    padding: 60px 10px 8px;
	background-color: #E2F6FF;
	color: inherit;
}
#tmp_disaster.no_info {
	display: none;
}
#tmp_disaster .disaster_block_alert,
#tmp_disaster .disaster_block_warning {
	max-width: 1728px;
	margin: 0 auto;
}
#tmp_disaster .disaster_block_alert{
    border: 5px solid #EB0101;
    color: #EB0101;
    background-color: #ffffff;
    margin-bottom: 52px;
}
#tmp_disaster .disaster_block_warning{
	border: 5px solid #18A1E3;
    color: #18A1E3;
    background-color: #ffffff;
    margin-bottom: 52px;
}
#tmp_disaster .disaster_ttl{
	padding: 12px 44px 15px;
	color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
#tmp_disaster .disaster_ttl h2{
	font-size: 211.1%;
    font-weight: 500;
}
#tmp_disaster .disaster_block_alert .disaster_ttl {
	background-color: #EB0101;
	border-bottom-color: #EB0101;
}
#tmp_disaster .disaster_block_warning .disaster_ttl {
	background-color: #18A1E3;
	border-bottom-color: #18A1E3;
}
#tmp_disaster .disaster_cnt{
    padding: 45px 55px 23px;
    font-size: 166.7%;
}
#tmp_disaster .disaster_cnt p,
#tmp_disaster .disaster_cnt ul li {
	border-bottom: 1px solid #BEBEBE;
	word-break: break-word;
}
#tmp_disaster .disaster_cnt p {
	color: #222633;
	margin: 0 0 0.9em;
	padding-bottom: 24px;
}
#tmp_disaster ul{
    list-style: none;
}
#tmp_disaster ul li{
    margin: 0 0 30px;
    padding-bottom: 29px;
}
#tmp_disaster ul li a {
	color: #1BAAE7;
	background-color: transparent;
	text-decoration: underline;
}
#tmp_disaster ul li a:hover {
	text-decoration: none;
}
#tmp_disaster a[href^="http:"]:not([href^="http://www.gotokyo.org"]),
#tmp_disaster a[href^="https:"]:not([href^="http://www.gotokyo.org"]) {
	position: relative;
}
#tmp_disaster a[href^="http:"]:not([href^="http://www.gotokyo.org"]):after,
#tmp_disaster a[href^="https:"]:not([href^="http://www.gotokyo.org"]):after {
	content: '';
	display: inline-block;
    margin: 5px 0 0 52px;
	width: 20px;
	height: 20px;
	color: inherit;
	background: transparent url(../png/blank_icon20.png) no-repeat;
	background-size: 100% auto;
}
/* ==================================================
favorite
================================================== */
.saved_articles {
	width: 1140px;
    margin: 0 auto;
}
#favorite_menu_saved #tmp_map_slider2 .container,
#favorite_menu_map #tmp_map_slider .container {
	width: 1140px;
    margin: 0 auto;
}
#favorite_menu_saved  #tmp_map_slider2,
#favorite_menu_map #tmp_map_slider {
	padding-top: 12px;
    padding-bottom: 50px;
	overflow:hidden;
}
#favorite_menu_saved  #tmp_map_slider2 .slick_slides,
#favorite_menu_map #tmp_map_slider .slick_slides {
	width:209px;
}
#favorite_menu_saved #tmp_map_slider2 .slick_prev span,
#favorite_menu_map #tmp_map_slider .slick_prev span {
	left: 0;
}
#favorite_menu_saved #tmp_map_slider2 .slick_next span,
#favorite_menu_map #tmp_map_slider .slick_next span {
	right: 0;
}
/* ==================================================
災害情報
================================================== */
.spmenu_open.open_emergency:before {
	content: none;
}
#tmp_wrap_emergency {
	position: relative;
	color: #FFFFFF;
	background-color: #EB0101;
	border:5px solid #EB0101;
}
.format_free #tmp_wrap_emergency {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#tmp_wrap_emergency.open{
	display: block;
}
#tmp_wrap_emergency #tmp_emergency_btn {
	position: absolute;
	right: 13px;
	top: 12px;
	z-index: 1;
}
#tmp_wrap_emergency.open_emergency #tmp_emergency_btn .btn_open {
	border: 1px solid #f13c33;
    border-top: 3px solid #f13c33;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 0 -1px 81%;
}
#tmp_wrap_emergency #tmp_emergency_btn .btn_open a {
	color:#f13c33;
	text-decoration:none;
	padding: 14px 48px 8px;
	display: block;
	min-width: 217px;
	min-height: 59px;
	background: #FFFFFF url(../png/icon_emergency_off.png) no-repeat right 14px center;
	background-size: 29px auto;
	border-radius: 30px;
	font-size: 177.8%;
	line-height: 1;
	text-align: center;
}
#tmp_wrap_emergency #tmp_emergency_btn .btn_open a span.txt_close{
	display: none;
}
.open_emergency #tmp_wrap_emergency #tmp_emergency_btn .btn_open a {
    background-image: url(../png/icon_emergency_on.png);
}
.open_emergency #tmp_wrap_emergency #tmp_emergency_btn .btn_open a span.txt_close{
	display: block;
}
.open_emergency #tmp_wrap_emergency #tmp_emergency_btn .btn_open a span.txt_open{
	display: none;
}
#tmp_wrap_emergency #tmp_emergency .container {
    max-width: 1920px;
    padding: 0;
}
#tmp_wrap_emergency #tmp_emergency #tmp_emergency_ttl {
	padding: 12px 250px 7px 125px;
	background: url(../png/icon_emergency_ttl.png) no-repeat 36px center;
	background-size: 72px auto;
	font-size: 211.1%;
	flex: 1;
	border-bottom: 5px solid #EB0101;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt {
	display: none;
	padding-top: 8px;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt {
	background-color: #FFFFFF;
	color: #EB0901;
	padding: 34px 152px 41px 131px;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt .emergency_main {
	position: relative;
	padding: 0 220px 16px 0;
	border-bottom: 1px solid #BEBEBE;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt .em_ttl {
	margin-bottom: 18px;
	font-size: 200%;
	color: #000000;
	background-color: transparent;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt ul {
    list-style: none;
    list-style-image: none;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt ul li {
	font-size: 166.7%;
	margin: 0 0 20px;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt ul li a {
	color: #EB0901;
	background-color: transparent;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt ul li span.day {
    margin: 0 16px 0 0;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt ul li span.time {
    margin: 0 16px 0 0;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt .btn_see_all {
	position: absolute;
	right: 0;
	bottom: 29px;
	margin: 0;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt .btn_see_all a {
	display: inline-block;
    color: #EB0901;
	background-color: transparent;
	background-image: url(../png/btn_more_arrow_red.png);
	background-size: 100% auto;
	font-size: 150%;
	min-width: 174px;
}
#tmp_wrap_emergency #tmp_wrap_emergency_cnt #tmp_emergency_cnt .btn_see_all a:hover {
	color: #000000;
	background-image: url(../png/btn_more_arrow_bl.png);
}
#tmp_contents #sys_emergency ul li span.day {
    margin: 0 16px 0 0;
}
#tmp_contents #sys_emergency ul li span.time {
    margin: 0 16px 0 0;
}
/* ==================================================
Calendar box
================================================== */
.ui-widget.ui-widget-content {
    border: 1px solid #d3d4d6;
    padding: 0;
    border-radius: 0;
}
.ui-draggable .ui-dialog-titlebar {
    display: none;
}
#calendar-dlg {
    background-color: #ffffff;
    color: #222633;
    padding: 9px 9px 10px;
}
#calendar-dlg .box_expand_calendar {
    margin: 0 -5px;
}
#calendar-dlg .box_expand_calendar .box_calendar {
    float: left;
    width: 33.3%;
    padding: 0 5px
}
#calendar-dlg .box_expand_calendar .box_calendar table {
    width: 100%;
    border: 1px solid #bbbbbb;
    border-collapse: collapse;
    border-spacing: 0;
}
#calendar-dlg .box_expand_calendar .box_calendar tr:first-child{
	color: #333333;
}
#calendar-dlg .box_expand_calendar .box_calendar th,
#calendar-dlg .box_expand_calendar .box_calendar td {
    border: 1px solid #bbb;
    text-align: center;
	font-size: 77.8%;
}
#calendar-dlg .box_expand_calendar .box_calendar caption {
    color: #333333;
    text-align: left;
    background-color: transparent;
    line-height: 1.3;
    margin: 0 0 1px;
    font-size: 84%;
	font-weight: bold;
}
#calendar-dlg .box_expand_calendar .box_calendar td span {
    cursor: pointer;
    display: block;
}
#calendar-dlg .box_expand_calendar .box_calendar td a{
	text-decoration: none;
}
#calendar-dlg .box_expand_calendar .box_calendar td a:hover{
	text-decoration: underline;
}
#calendar-dlg .box_expand_calendar .box_calendar th {
    color: inherit;
    font-weight: normal;
    background-color: #eee;
    width: 14.28%;
}
#calendar-dlg .box_expand_calendar .box_calendar th.sun {
    color: #d11818;
}
#calendar-dlg .box_expand_calendar .box_calendar th.sat {
    color: #005eaa;
}
#calendar-dlg .box_expand_calendar .box_calendar .today {
    display: block;
    color: #ffffff;
    background-color: #1BAAE7;
    border-color: #1BAAE7;
}
#calendar-dlg .box_expand_calendar .box_calendar .today > a{
	color: #ffffff;
}
#calendar-dlg .close_dialog {
    float: right;
    text-decoration: none;
    color: #005eaa;
    background-color: transparent;
    padding: 5px 3px 0 0;
    line-height: 1.5;
	font-size: 77.8%;
}
#calendar-dlg .close_dialog:hover,
#calendar-dlg .close_dialog:focus,
#calendar-dlg .close_dialog:active {
    text-decoration: underline;
}
#calendar-dlg .calendar_page_sending_navi {
    padding-top: 1px;
}
#calendar-dlg .calendar_page_sending_navi ul {
    list-style: none;
}
#calendar-dlg .calendar_page_sending_navi a {
    display: inline-block;
	font-size: 77.8%;
}
#calendar-dlg .calendar_page_sending_navi .prev {
    float: left;
}
#calendar-dlg .calendar_page_sending_navi .calendar_multi_prev {
    text-decoration: none;
    padding: 0 0 0 13px;
    position: relative;
}
#calendar-dlg .calendar_page_sending_navi .calendar_multi_prev:before {
    content: '';
    border-right: 7px solid #1a71a5;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    position: absolute;
    left: 0;
    top: 5px
}
#calendar-dlg .calendar_page_sending_navi .next {
    float: right;
}
#calendar-dlg .calendar_page_sending_navi .calendar_multi_next {
    text-decoration: none;
    padding: 0 13px 0 0;
    position: relative;
}
#calendar-dlg .calendar_page_sending_navi .calendar_multi_next:before {
    content: '';
    border-left: 7px solid #1a71a5;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    position: absolute;
    right: 0;
    top: 5px;
}
#calendar-dlg .btn_close:hover,
#calendar-dlg .btn_close:focus,
#calendar-dlg .btn_close:active,
#calendar-dlg .calendar_multi_next:hover,
#calendar-dlg .calendar_multi_next:focus,
#calendar-dlg .calendar_multi_next:active,
#calendar-dlg .calendar_page_sending_navi .calendar_multi_prev:hover,
#calendar-dlg .calendar_page_sending_navi .calendar_multi_prev:focus,
#calendar-dlg .calendar_page_sending_navi .calendar_multi_prev:active {
    text-decoration: underline
}
/* ==================================================
Ticket Fixed
================================================== */
#tmp_func_fixed{
	position: fixed;
	z-index: 97;
	right: 20px;
	bottom: 50px;
}
#tmp_func_fixed .func_ticket {
	margin-bottom: 20px;
}
#tmp_func_fixed a{
	display: block;
	position: relative;
	z-index: 97;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	color: inherit;
}
#tmp_func_fixed a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: opacity 0.3s ease-in-out;
	animation: none;
}
#tmp_func_fixed a:hover img,
#tmp_func_fixed a .btn_hover {
	opacity: 0;
}
#tmp_func_fixed a:hover .btn_hover {
	opacity: 1;
}
#tmp_func_fixed .menu_func_ttl > a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/fixed_plus_icon.webp) no-repeat;
	background-size: 100%;
	z-index: 1;
}
#tmp_func_fixed.active .menu_func_ttl > a:before{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/fixed_minus_icon.webp);
}
#tmp_func_fixed ul{
	display: flex;
	list-style: none;
}
#tmp_func_fixed ul li{
	position: absolute;
	z-index: 96;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#tmp_func_fixed.active ul li:nth-child(3) {
	right: 110px;
}
#tmp_func_fixed.active ul li:nth-child(2) {
	right: 221px;
}
#tmp_func_fixed.active ul li:nth-child(1) {
	right: 331px;
}
#tmp_func_fixed.active ul li {
	opacity: 1;
}
#tmp_func_fixed.active ul li.hidden {
	display: none;
}
/* ==================================================
Item common
================================================== */
.post_item_wrap{
	position: relative;
}
.post_item_wrap a.post_item,
.slider_body_inner a.slider_inner{
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 88.9%;
    line-height: 1.6;
    transition: 0.2s ease-in-out color;
}
.post_item_wrap a.post_item > span{
    display: block;
}
.post_item_wrap a.post_item > span.img,
.slider_body_inner a.slider_inner > .slider_image{
    position: relative;
    margin-bottom: 18px;
}
.post_item_wrap a.post_item > span.img img,
.slider_body_inner a.slider_inner > .slider_image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.spot_sec .splide__slide.is-active .post_item_wrap a.post_item span.txt,
#tmp_map_popup .is-active.is-visible a.post_item,
.post_item_wrap a.post_item:hover,
.slider_body_inner a.slider_inner:hover{
	color: #1BAAE7;
}
.post_item_wrap a.post_item span.img:before,
.slider_body_inner a.slider_inner > .slider_image:before {
    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;
}
#tmp_contents .area_lcnt .section_slider_body.event_sg a.slider_inner > .slider_image{
	display: block;
    height: 0;
    background-color: #e3f6ff;
    text-align: center;
    padding: 0 0 67.2%;
	overflow: hidden;
}
#tmp_contents .area_lcnt .section_slider_body.event_sg a.slider_inner > .slider_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: initial;
    height: 100%;
    vertical-align: top;
    transform: translate(-50%, -50%);
}
#tmp_contents .area_lcnt .section_slider_body.event_sg a.slider_inner > .slider_image:before{
	z-index: 1;
}
.post_item_wrap a.post_item > span.date {
	font-size: 87.5%;
	font-weight: 500;
}
.post_item_wrap a.post_item > span.slider_date {
	margin-bottom: 8px;
}
.spot_sec .splide__slide.is-active .post_item_wrap a.post_item span.img:before,
#tmp_map_popup .is-active.is-visible .post_item_wrap a.post_item span.img:before,
.post_item_wrap a.post_item:hover span.img:before{
	border: 10px solid #1BAAE7;
}
.section_banner_top{
    position: absolute;
    text-decoration: none;
	cursor: pointer;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
}
.section_banner_top.hidden_icon{
	display: none;
}
.section_banner_top > .top_icon_heart{
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	background: transparent url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon.webp) no-repeat center center;
	background-size: 100% auto;
	position: relative;
}
.section_banner_top > .active.top_icon_heart{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_active.webp);
}
.section_banner_top > .top_icon_heart:before {
    position: absolute;
    content: '';
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -10px;
    left: -10px;
}
.post_item_wrap > a[href^="http:"]:not([href^="http://www.gotokyo.org"]) + .section_banner_top,
.post_item_wrap > a[href^="https:"]:not([href^="https://www.gotokyo.org"]) + .section_banner_top,
.result_lists .result_lists_li > a[href^="http:"]:not([href^="http://www.gotokyo.org"]) + .section_banner_top,
.result_lists .result_lists_li > a[href^="https:"]:not([href^="https://www.gotokyo.org"]) + .section_banner_top{
    display: none;
}
/* Style post_item img */
#tmp_contents .idx_inner_wrap.area_event_sec .section_slider_body .post_item_wrap .post_item .img{
	display: block;
	height: 0;
	background-color: #e3f6ff;
	text-align: center;
	padding: 0 0 91.4%;
}
#tmp_contents .idx_inner_wrap.area_event_sec .section_slider_body .post_item .img img{
	position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: initial;
    height: 100%;
    vertical-align: top;
    transform: translate(-50%, -50%);
}
#tmp_contents .result_cnt .result_lists a .result_image{
	background-color: #e3f6ff;
}
#tmp_contents .idx_inner_wrap.area_event_sec .post_item_wrap a.post_item span.img:before{
	z-index: 1;
}
/* ==================================================
Blog Ranking
================================================== */
#tmp_blog_ranking {
    padding-top: 69px;
}
#tmp_blog_ranking .section_head {
	margin-left: 1px;
	margin-bottom: 28px;
}
#tmp_blog_ranking .section_ttl {
    max-width: 100%;
    padding: 0 1px 1px;
}
#tmp_blog_ranking .section_ttl h2 {
    width: 266px;
    height: 44px;
    background-image: url(../jpg/ranking_eng.jpg);
}
#tmp_blog_ranking .ranking_cnt ul {
    list-style: none;
    margin-bottom: 25px;
}
#tmp_blog_ranking .ranking_cnt ul li {
    margin-bottom: 27px;
}
#tmp_blog_ranking .ranking_cnt ul li:nth-last-child(2) {
    margin-bottom: 0;
}
#tmp_blog_ranking .ranking_cnt ul li:last-child{
	display: none;
}
#tmp_blog_ranking .ranking_list a.post_item > span.img {
    padding-right: 2px;
}
#tmp_blog_ranking p.list_link_more {
    margin-top: 33px;
    padding-right: 7px;
    display: flex;
    justify-content: flex-end;
}
#tmp_blog_ranking p.list_link_more a {
    display: block;
    color: #1BAAE7;
    background-color: transparent;
    font-size: 88.9%;
    font-weight: bold;
    text-decoration: none;
}
#tmp_blog_ranking p.list_link_more a span {
    display: block;
    min-width: 102px;
    color: inherit;
    background: transparent url(../png/btn_more_arrow.png) no-repeat left bottom;
    background-size: 102px auto;
    padding-bottom: 5px;
    transition: background-image 0.2s ease-in-out, color 0.2s ease-in-out;
}
#tmp_blog_ranking p.list_link_more a:hover span {
    color: #000000;
    background-image: url(../png/btn_more_arrow_bl.png);
}
.ranking_list a.post_item > span.img {
	margin-bottom: 12px;
}
.ranking_cnt ul li .cnt {
	position: relative;
	padding-top: 6px;
}
.ranking_cnt ul li .txt {
	display: block;
	padding-left: 43px;
	min-height: 51px;
}
.rank_label {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -3px;
    top: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    border: 2px solid #ffffff;
}
.ranking_cnt ul li:nth-child(1) .rank_label {
    background-color: #be8c36;
}
.ranking_cnt ul li:nth-child(2) .rank_label {
    background-color: #aeaeae;
}
.ranking_cnt ul li:nth-child(3) .rank_label {
    background-color: #7d4f00;
}
/* ==================================================
Search Section
================================================== */
/* Search Section Style */
.search_section{
    color: #ffffff;
    background: #1BAAE7 url(../png/search_sec_bg.png) repeat center 17px;
    padding: 31px 0 26px;
}
.search_section .search_ttl{
    margin-bottom: 37px;
}
.search_section .search_cnt{
    padding-right: 34px;
}
.search_section .search_ttl h2{
    min-height: 34px;
    font-size: 200%;
    color: #ffffff;
    background: transparent url(../png/search_ttl_icon.png) no-repeat left 12px;
    padding-left: 58px;
}
.search_section .search_cate{
    margin-bottom: 30px;
}
.search_section .search_cate.hashtag{
    padding-left: 45px;
	margin-bottom: 0;
}
.search_section .search_cate.interests{
	padding: 0 7px 0 40px;
    margin-bottom: 10px;
}
.search_section .search_cate .sch_ttl{
    display: none;
}
.search_section .search_cate .wrap_sch_box{
    position: relative;
}
.search_section .search_cate #tmp_query {
    width: 100%;
    min-height: 53px;
    font-size: 88.9%;
    color: #6D6D6D;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 2px 115px 0 28px;
}
.search_section .search_cate #tmp_query:focus-visible{
    outline-offset: 1px;
}
.search_section .search_cate .sch_btn{
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
}
.search_section .search_cate .sch_btn input{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-weight: bold;
    height: 100%;
    font-size: 133.3%;
    color: #000000;
    background: #ffffff url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_btn_icon.webp) no-repeat 7px 13px;
    padding: 2px 16px 0 40px;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 6px;
}
.search_section .search_cate .sch_btn input:hover{
    text-decoration: underline
}
.search_section .search_cate .sch_btn input:focus-visible{
    outline: 2px solid;
}
.search_section .interests_list,
.search_section .hashtag_list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.search_section .interests_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
    margin: 0 -11px;
}
.search_section .interests_list > li{
	position: relative;
    padding: 0 11px;
    margin-bottom: 20px;
}
.search_section .interests_list li > a{
	position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
	word-break: break-word;
    width: 100%;
    height: 100%;
    color: #1BAAE7;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 2px solid #ffffff;
    border-radius: 6px;
	padding: 16px 26px 18px 54px;
    transition: 0.3s ease-in-out color, 0.3s ease-in-out background;
	flex-wrap: wrap;
}
.search_section .interests_list li a br,
.search_menu_cnt .interests_list > li label br {
	display: none;
}
.search_section .interests_list li > a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 16px;
	color: inherit;
	background: transparent url(../png/search_arrow_icon.png) no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
	transition: 0.3s ease-in-out background-image;
}
.search_section .interests_list li > a:hover:after{
	background-image: url(../png/search_arrow_icon_wht.png);
}
.search_section .interests_list li.cate01 > a,
.search_menu_cnt .interests_list > li.cate01 > label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate01.webp);
}
.search_section .interests_list li.cate02 > a,
.search_menu_cnt .interests_list > li.cate02 > label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate02.webp);
}
.search_section .interests_list li.cate03 > a,
.search_menu_cnt .interests_list > li.cate03 > label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate03.webp);
}
.search_section .interests_list li.cate04 > a,
.search_menu_cnt .interests_list > li.cate04 > label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate04.webp);
}
.search_section .interests_list li.cate05 > a,
.search_menu_cnt .interests_list > li.cate05 > label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate05.webp);
}
.search_section .interests_list li.cate06 > a,
.search_menu_cnt .interests_list > li.cate06 > label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate06.webp);
}
.search_section .interests_list li.cate07 > a,
.search_menu_cnt .interests_list > li.cate07 > label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate07.webp);
}
.search_section .interests_list li.cate08 > a,
.search_menu_cnt .interests_list > li.cate08 > label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate08.webp);
}
.search_section .interests_list li.cate01 > a:hover,
.search_menu_cnt .interests_list > li.cate01 input:checked + label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate01_hv.webp);
}
.search_section .interests_list li.cate02 > a:hover,
.search_menu_cnt .interests_list > li.cate02 input:checked + label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate02_hv.webp);
}
.search_section .interests_list li.cate03 > a:hover,
.search_menu_cnt .interests_list > li.cate03 input:checked + label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate03_hv.webp);
}
.search_section .interests_list li.cate04 > a:hover,
.search_menu_cnt .interests_list > li.cate04 input:checked + label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate04_hv.webp);
}
.search_section .interests_list li.cate05 > a:hover,
.search_menu_cnt .interests_list > li.cate05 input:checked + label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate05_hv.webp);
}
.search_section .interests_list li.cate06 > a:hover,
.search_menu_cnt .interests_list > li.cate06 input:checked + label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate06_hv.webp);
}
.search_section .interests_list li.cate07 > a:hover,
.search_menu_cnt .interests_list > li.cate07 input:checked + label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate07_hv.webp);
}
.search_section .interests_list li.cate08 > a:hover,
.search_menu_cnt .interests_list > li.cate08 input:checked + label{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_cate08_hv.webp);
}
.search_section .hashtag_list{
    margin: 0 -5px;
}
.search_section .hashtag_list > li{
	position: relative;
    padding: 0 5px;
    margin-bottom: 28px;
}
.search_section .hashtag_list li > input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: 10px;
    top: 0;
    z-index: -1;
}
.search_section .hashtag_list li > label,
.search_section .hashtag_list li > a {
    cursor: pointer;
    display: block;
    text-align: center;
    min-width: 81px;
    text-align: center;
    font-weight: bold;
    color: #1BAAE7;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 6px 4px 4px 7px;
    transition: 0.3s ease-in-out color, 0.3s ease-in-out background;
}
.search_section .hashtag_list li > a{
	text-decoration: none;
}
.search_section .hashtag_list li input:checked + label {
    background-color: #1BAAE7;
    color: #ffffff;
}
.search_section .advanced_search{
    text-align: right;
    padding-right: 15px;
}
.search_section .advanced_search > a{
    text-decoration: none;
    display: inline-block;
    min-height: 25px;
    font-size: 133.3%;
    font-weight: bold;
    padding-left: 25px;
    color: #ffffff;
    background: transparent url(../png/arrow_wht.png) no-repeat left center;
}
.search_section .advanced_search > a:hover{
    text-decoration: underline;
}
.search_section .hashtag_list li > a:hover,
.search_section .interests_list li > a:hover{
    color: #ffffff;
    background-color: #1BAAE7;
}
/* search section top */
.search_manual{
	display: none;
}
html:not([lang=en]) .lang_en .search_manual{
	display: block;
}
.format_top .search_section .search_cnt .search_manual{
	font-weight: bold;
	margin-bottom: 20px;
}
.format_top .search_section .search_cate.keyword{
	display: flex;
	padding-right: 6px;
	align-items: center;
}
.format_top .search_section .gsearch_wrap{
	display: flex;
	align-items: center;
}
.format_top .search_section #tmp_search_key{
	flex: 1;
}
.format_top .search_section .search_cate .wrap_sch_box{
	flex: 1;
}
.format_top .search_section .search_cate .sch_ttl{
    display: inline-block;
	margin-right: 6px;
	padding-top: 4px;
}
.format_top .search_section .search_cate .sch_ttl label{
    display: block;
	cursor: pointer;
	width: 34px;
    height: 34px;
	text-indent: -9999px;
    background: url(../png/search_ttl_icon.png) no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}
.format_top .search_section .search_cate .sch_btn{
	top: 2px;
    bottom: 2px;
    right: 2px;
}
.format_top .search_section .search_cate .sch_btn input{
    color: #ffffff;
    background: #1BAAE7;
    padding: 2px 13px 0;
    border-radius: 3px;
    border: 2px solid #1BAAE7;
	transition: 0.3s ease-in-out color, 0.3s ease-in-out background;
}
.format_top .search_section .search_cate .sch_btn input:hover{
	text-decoration: none;
	color: #1BAAE7;
	background-color: #ffffff;
}
/* Search Modal */
#tmp_search_modal{
	display: none;
	position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    color: #1BAAE7;
}
#tmp_search_modal.show{
	display: block;
}
#tmp_search_modal .search_modal_wrap{
	position: relative;
    color: #1BAAE7;
	background-color: #ffffff;
	border: 1px solid #1BAAE7;
	overflow-y: auto;
}
#tmp_search_modal .search_modal{
	position: relative;
    display: flex;
    justify-content: flex-end;
    top: 50%;
    max-height: 86%;
	max-width: 1264px;
	padding: 0 10px;
    margin: 0 auto;
    transform: translateY(-50%);
}
#tmp_search_modal .search_modal_ttl{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	color: #000000;
	background-color: #E2F6FF;
	padding: 18px 26px 19px 63px;
}
#tmp_search_modal .search_modal_ttl .modal_ttl_wrap{
	max-width: 80%;
	padding-right: 10px;
}
#tmp_search_modal .search_modal_ttl .modal_ttl{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#tmp_search_modal .modal_ttl > .ttl{
	font-size: 155.6%;
	margin-right: 18px;
}
#tmp_search_modal .modal_ttl > .des{
	font-size: 111.1%;
    color: #1BAAE7;
}
#tmp_search_modal .close_modal > a{
	text-decoration: none;
	display: inline-block;
	padding-right: 32px;
	color: inherit;
	background: transparent url(../png/close_modal_icon.png) no-repeat right center;
}
#tmp_search_modal .search_menu_cnt{
	color: #1BAAE7;
	background-color: #ffffff;
	padding: 30px 61px 55px;
	overflow-y: auto;
}
#tmp_search_modal .search_manual{
	color: #1BAAE7;
}
.search_section .interests_list > li input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    left: 10px;
    top: 0;
    z-index: -1;
}
.search_section .interests_list > li input:checked + label{
	color: #ffffff;
    background-color: #1BAAE7;
}
.search_section .search_detail_wrap,
.search_section .event_search{
    display: flex;
}
.search_section .search_detail_wrap{
    gap: 23px;
}
.search_section .search_detail_wrap #tmp_search_key{
    width: 61.5%;
}
.search_section .search_detail_wrap .search_select{
    flex: 1;
}
.search_section .search_select p{
    height: 100%;
}
.search_section .search_select select{
    appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 88.9%;
    color: #6D6D6D;
    background: #ffffff url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_select_icon.webp) no-repeat right 13px center;
    border: none;
    outline: none;
    border-radius: 6px;
    padding: 11px 41px 10px 24px;
}
.search_section .interests_list li > input:focus-visible + label,
.search_menu_cnt .interests_list > li input:focus-visible + label,
.search_menu_cnt .search_select select:focus-visible,
.search_menu_cnt .search_submit_btn > input:focus-visible,
.search_section .search_select select:focus-visible{
	outline: 2px solid #000000;
	outline-offset: -3px;
}
.format_top .search_section .search_cate .sch_btn input:focus-visible{
	outline-offset: -3px;
}
.search_section .event_search .event_search_control{
    flex: 1;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.search_section .event_search .date_label{
    font-weight: bold;
    font-size: 111.1%;
    padding: 0 10px;
    text-align: center;
    width: 164px;
}
.search_section label.hidden{
	display: none;
}
.search_section .event_search .date_start_end{
    list-style: none;
    flex: 1;
    display: flex;
    gap: 0 45px;
    height: 100%;
}
.search_section .date_start_end > li{
    position: relative;
    width: 50%;
}
.search_section .date_start_end > li.start:after{
    content: '';
    position: absolute;
    right: -28px;
    top: 50%;
    width: 12px;
    height: 1px;
    background-color: #1BAAE7;
}
.search_section .date_start_end > li > input{
    pointer-events: none;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    font-size: 88.9%;
	font-weight: bold;
    border-radius: 6px;
    color: #6D6D6D;
    background-color: #EBEBEB;
    padding: 12px 10px 10px 63px;
	border: 2px solid #1BAAE7;
}
.search_section .date_start_end > li.active > input{
	pointer-events: visible;
	color: #333333;
	background-color: #ffffff;
}
.search_section .event_search_control li input.invalid,
.search_section .event_search_control li input.error{
	background-color: #f13c33;
    color: #ffffff !important;
}
.search_section .event_search_control .btn_open_calendar{
	position: absolute;
	top: 50%;
	left: 13px;
	width: 40px;
	height: 42px;
	background-color: transparent;
	background-image: url(../png/date_select_icon.png) !important;
	transform: translateY(-50%);
}
.interests_list > li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: 10px;
    top: 0;
    z-index: -1;
}
/* btn_see_all */
.btn_see_all {
    margin: 35px 0 0 130px;
    text-align: left;
}
.slider_body_inner a.btn_see_all{
	margin: 0;
}
.btn_see_all a,
.slider_body_inner a.btn_see_all {
    display: block;
    min-width: 102px;
    padding-bottom: 5px;
    color: #1BAAE7;
    background: transparent url(../png/btn_more_arrow.png) no-repeat left bottom;
    background-size: 102px auto;
    font-size: 88.9%;
    font-weight: bold;
    text-decoration: none;
    transition: background-image 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn_see_all a:hover,
.slider_body_inner a.btn_see_all:hover {
    color: #000000;
    background-image: url(../png/btn_more_arrow_bl.png);
}
#tmp_contents .section_ttl .btn_see_all,
#tmp_main .section_ttl .btn_see_all {
    border-radius: 15px;
    float: right;
    text-align: center;
    text-decoration: none;
    font-size: 88.9%;
    background-color: #222633;
    color: #ffffff;
    padding: 6px 14px 7px;
    line-height: 1.1;
    min-width: 82px;
    margin: 0 0 28px;
}
#tmp_contents .section_ttl .btn_see_all:hover,
#tmp_main .section_ttl .btn_see_all:hover{
    background-color: #f13c33;
}
#tmp_contents .here_btn {
	max-width: 260px;
	font-size: 111.1%;
	margin: 80px 0 20px;
	text-align:center;
	padding:0;
}
#tmp_contents .here_btn a,
#tmp_contents .left_block .here_btn a {
	text-decoration:none;
	background-color:#222633;
	color:#FFFFFF;
	border-radius:100px;
	display:block;
	width: 100%;
	padding:5px 10%;
}
#tmp_contents .here_btn a:hover,
#tmp_contents .left_block .here_btn a:hover,
#tmp_contents .left_block .here_btn a:focus,
#tmp_contents .left_block .here_btn a:active{
	background-color:#f13c33;
	color:#FFFFFF;
}
#tmp_contents .mp {
    margin: 0 !important;
	padding: 0 !important;
}
/* spot map */
.map_region .map_body{
	position: relative;
}
.map_region .map_wrapper{
	display: block;
	background-color: #333333;
	color: #ffffff;
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/map/bg_all.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.map_region .select_map_txt{
	display: block;
	position: absolute;
	width: 48%;
    top: 50%;
    padding-left: 5.5%;
    font-size: 300%;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
    text-align: center;
    transform: translateY(-50%);
    line-height: 1.5;
    margin-top: -2px;
}
.sub_map_active .map_region .select_map_txt{
	display: none;
}
.map_region .map_wrapper_bg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
}
.map_region .map_region_region{
	display: flex;
	min-height: 570px;
	height: auto;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.map_region .map_region_region.sub_area{
	padding-top: 60px;
	margin-bottom: 51px;
}
.map_region .sub_area .map_region_area{
	padding-top: 149px;
	padding-left: 58px;
	width: 55.2%;
}
.map_region .sub_area .map_region_tokyo{
	width: 44.8%;
	height: 420px;
	right: 0;
}
.map_region .map_region_region .map_return{
	position: absolute;
	top: 26px;
	left: 31px;
}
.map_region .map_region_region .map_return a{
	color: #ffffff;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	background: url(../png/icon_map_arrow_left-2.png) left center no-repeat;
	background-size: auto 23px;
	display: block;
	min-height: 23px;
	padding-left: 28px;
}
.map_region .map_region_region .map_return a:hover{
	color: #69daff;
	background-image: url(../png/icon_map_arrow_left_hvr.png);
}
.map_region .map_region_area{
	width: 48%;
	position: relative;
	padding: 26px 15px 17px 30px;
}
.map_region .map_region_area ul{
	list-style: none;
	line-height: 1.8;
	position: relative;
}
.map_region .map_region_area_inner{
	max-width: 420px;
}
.map_region .map_region_area_inner > ul > li{
	margin-bottom: 0px;
}
.map_region .map_region_area a{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-size: 155.56%;
	font-weight: bold;
	line-height: 1.7;
}
.map_region .map_region_area .sub_area_list a{
	font-size: 105.56%;
}
#tmp_wrapper .map_region .region_ttl{
	font-size: 166.67%;
	font-weight: bold;
	margin-bottom: 14px;
}
.map_region .map_region_area_inner .submenu{
	display: none;
}
.map_region .map_region_area_inner .submenu a:hover,
.map_region .map_region_area_inner .submenu a.active{
	color: #1BAAE7;
}
.map_region .map_region_tokyo{
	width: 52%;
	height: 492px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
	margin-top: -9px;
}
.map_region .map_region_tokyo svg{
	max-width: 100%;
	height: auto;
}
.map_region .map_region_area .area_item.active a.active_link,
.map_region .map_region_area a:hover,
.map_region .map_region_area a.hover{
	color: #69daff
}
.map_region .map_region_area a.active + .submenu{
	display: block;
}
.map_region .map_region_area .area_item{
	display: none;
	padding: 1px 5px 0px 10px;
}
.map_region .map_region_area .area_item.active{
	display: block;
}
.map_region .map_region_area .submenu{
	position: absolute;
	left: 100%;
	top: 0;
	width: 324px;
	z-index: 1;
}
.map_region .map_region_area .submenu ul{
	background-color: rgba(255,255,255,0.8);
	padding: 10px 19px 10px;
	max-height: 460px;
	overflow: auto;
}
.map_region .map_region_area .submenu li{
	margin-bottom: 6px;
}
.map_region .map_region_area .submenu a{
	color: #000000;
	font-size: 111.11%;
}
.map_region .map_region_area .sub_area_read_more{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 18px;
	width: 90%;
}
.map_region .map_region_area .sub_area_read_more a{
	display: inline-flex;
	background: #FFFFFF url(../png/arrow_read_more.png) right 15px center no-repeat;
	font-size: 88.89%;
	color: #1BAAE7;
	padding: 4px 49px 4px 19px;
	transition: background-image 0.2s ease-in-out, color 0.2s ease-in-out;
	line-height: 1.5;
	min-height: 46px;
	align-items: center;
}
.map_region .map_region_area .sub_area_read_more .txt{
	margin-right: 5px;
}
.map_region .map_region_area .sub_area_read_more a:hover{
	color: #000000;
	background-image: url(../png/arrow_read_more_bl.png);
}
.map_region{
	position: relative;
}
.map_region .btn_see_all{
    position: absolute;
    margin: 0;
    bottom: 57px;
    right: 34.34%;
	display: none;
}
.map_region .btn_see_all a{
	background-color: #ffffff;
	padding: 10px 10px 12px 23px;
	width: 152px;
	min-height: 153px;
	background-image: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.map_region .btn_see_all a:after{
	content: '';
	display: block;
	width: 102px;
	height: 10px;
	background: url(../png/btn_more_arrow.png) no-repeat left top;
    transition: 0.2s ease-in-out background-image;
}
.map_region .btn_see_all span{
	display: block;
}
.map_region .btn_see_all a:hover::after{
    background-image: url(../png/btn_more_arrow_bl.png);
}
#tmp_contents .map_region .map_region_area ul{
	list-style: none;
	margin: 0;
}
#tmp_contents .map_region .map_region_area ul li{
	margin-bottom: 6px;
}


/* ==================================================
アンケート
================================================== */
#tmp_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: #000000;
	opacity: 0;
	display:none;
}
#tmp_mask.view_show {
	opacity: 0.4;
	display: block !important;
}
#tmp_mask.view_hide {
	display:none;
}
#tmp_feedback {
	opacity: 0;
	display:none;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	border: 5px solid #1BAAE7;
	background-color: #ffffff;
	color: #333333;
	clear: both;
	position: fixed;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 1100px;
	z-index: 9999;
}
.lang_en #tmp_feedback {
	word-break: normal;
}
#tmp_feedback.view_show {
	opacity: 1;
	display: block !important;
}
#tmp_feedback.view_hide {
	display:none;
}
#tmp_feedback_ttl {
	font-weight: bold;
	padding:9px 15px;
	color: inherit;
	background-color:#eeeeee;
	font-size: 125%;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
	position: relative;
	line-height: 2;
	padding: 0 36px 0 0;
}
#tmp_feedback_cnt {
	padding:22px 16px;
	height: 60vh;
	overflow-y: scroll;
}
#tmp_feedback_cnt fieldset {
	margin: 0 0 1em 0;
	clear: both;
	border-bottom: 4px dotted #eeeeee;
	padding: 0 0 0.2em 0;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:none;
}
#tmp_feedback_cnt fieldset .feedback_cnt {
	letter-spacing: -.4em;
}
#tmp_feedback_cnt fieldset .feedback_cnt > p {
	display: inline-block;
	margin: 0 1% 0.8em 0;
	vertical-align: top;
	letter-spacing: normal;
	width: 32%;
}
.model_sp #tmp_feedback_cnt fieldset .feedback_cnt > p  {
	margin: 0 1% 0.8em 0;
	width: 49%;
}
#tmp_feedback_cnt fieldset .feedback_cnt span {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
#tmp_feedback_cnt fieldset .feedback_cnt span input {
	margin: 0 10px 0 0;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	background-color: #ffffff;
	text-decoration: none;
	color: #1BAAE7;
	border: 1px solid #1BAAE7;
	font-weight: bold;
	padding: 7px 11px 6px;
	border-radius: 8px;
	transition: 0.3s ease-in-out color, 0.3s ease-in-out background-color;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus,
#tmp_feedback_cnt .submit input:active {
	color: #ffffff;
	background-color: #1BAAE7;
}
#tmp_feedback_ttl .btn {
	position: absolute;
	right: 0;
	top: 8px;
	width: 30px;
	height: 30px;
}
#tmp_feedback_ttl .btn a {
	display: block;
	text-indent: -9999px;
	color: inherit;
	width: 30px;
	height: 30px;
	font-size: 61.1%;
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/close_icon.webp);
	background-size: 100% auto;
	background-position: center center;
}
#tmp_feedback .text_err {
	display:none;
	color: #990000;
	margin: 0 0 0.6em;
	font-weight: bold;
}
#tmp_feedback .text_err.text_show {
	display:block;
}

/* ==================================================
エラー・完了画面
================================================== */
#tmp_contents .f404_link {
	text-align: center;
}
#tmp_contents .f404_link a {
	display: inline-block;
	margin: 0 auto;
	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_contents .f404_link 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_contents .f404_link a:hover {
	color: #000000;
	border-color: #222222;
}
#tmp_contents .f404_link a:hover:after {
	background-image: url(../png/arrow_read_more_bl.png);
}
html:not([lang="ja"]):not([lang="en"]) #tmp_mask,
html:not([lang="ja"]):not([lang="en"]) #tmp_feedback {
	display: none !important;
}

/* ==================================================
Splide control common
================================================== */
.splide_common {
	display: flex;
	flex-direction: column-reverse;
}
.splide_common .splide__track:before,
.splide_common .splide__track:after {
    content: "";
    position: absolute;
    width: calc((100% - 1100px) / 2);
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    top: 0;
    bottom: 0;
    z-index: 1;
}
.splide_common .splide__track:before {
    left: 0;
}
.splide_common .splide__track:after {
    right: 0;
}
.splide_common .splide__controls {
    display: flex;
    align-items: center;
    justify-content: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 105.6%;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0 0 40px;
	color: #000000;
	min-width: 104px;
	text-align: left;
	background: url(../png/bg_rectangle66_66.png) no-repeat;
	background-size: 33px auto;
}
.splide_common .splide__toggle:hover {
	text-decoration: underline;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 4px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: 0;
	transform: translateY(-50%);
	background-color: #ffffff;
}
.splide_common .splide__toggle:after {
	left: 18px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ffffff;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center 11px;
	background-size: 34px auto;
	background-color: #1BAAE7;
	border-radius: 0;
	transition: background-color 0.3s ease-in-out;
	z-index: 2;
}
.splide_common .splide__arrow--prev {
	left: calc((100% - 1100px) / 2 - 50px);
	background-image: url(../png/prev_icon.png);
}
.splide_common .splide__arrow--next {
	right: calc((100% - 1100px) / 2 - 50px);
	background-image: url(../png/next_icon.png);
}
.splide_common .splide__arrow:hover:not(:disabled) {
	opacity: 1;
	background-color: #000000;
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow {
	background-color: #00008B !important;
}
.color_black #tmp_wrapper .splide_common .splide__arrow {
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow {
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
	background-image: url(../png/prev_icon_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
	background-image: url(../png/next_icon_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
	background-image: url(../png/prev_icon_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
	background-image: url(../png/next_icon_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}
.splide_common.no-splide .splide__track:before,
.splide_common.no-splide .splide__track:after,
.no_javascript .splide_common .splide__track:before,
.no_javascript .splide_common .splide__track:after {
	content: none !important;
}
.furigana_on #tmp_wrapper .splide_common .splide__arrow * {
	text-indent: -9999px !important;
}
/* ==================================================
layout
================================================== */
.show_sp{
	display: none;
}

/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 20px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 49%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 49%;
	float: left;
}

#tmp_contents .col2 p{
	margin-bottom: 0.4em;
}
/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 24px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}
.color_blue #tmp_header,
.color_black #tmp_header,
.color_yellow #tmp_header{
	border-bottom: 2px solid;
}
.color_blue.fsize_big2 #tmp_hlogo h1,
.color_black.fsize_big2 #tmp_hlogo h1,
.color_yellow.fsize_big2 #tmp_hlogo h1,
.color_blue.fsize_big2 #tmp_hlogo p,
.color_black.fsize_big2 #tmp_hlogo p,
.ccolor_yellow.fsize_big2 #tmp_hlogo p{
	font-size: 2rem !important;
}
.color_blue #tmp_header .wrap_sma_sch .sma_ttl,
.color_black #tmp_header .wrap_sma_sch .sma_ttl,
.color_yellow #tmp_header .wrap_sma_sch .sma_ttl{
	border-bottom: 1px solid !important;
}
.color_blue #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo p span{
	text-indent: 0 !important;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_blue #tmp_footer .flogo span,
.color_black #tmp_footer .flogo span
.color_yellow #tmp_footer .flogo span {
	height: auto;
}
.color_blue #tmp_func_fixed,
.color_blue #tmp_func_fixed ul,
.color_black #tmp_func_fixed,
.color_black #tmp_func_fixed ul,
.color_yellow #tmp_func_fixed,
.color_yellow #tmp_func_fixed ul{
	background-color: transparent !important;
}
.color_yellow #tmp_means li.setting_item.setting_item_rs > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/speaker_icon_bl.webp) !important;
}
.color_yellow #tmp_means li.setting_item.shared > a{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/shared_icon_bl.webp) !important;
}
.color_yellow #tmp_means li.language > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/lang_icon_bl.webp) !important;
}
.color_yellow #tmp_means li.setting_item.favorite > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_bl.webp) !important;
}
.color_yellow #tmp_means li.setting_item.search > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_icon_bl.webp) !important;
}
.color_blue #tmp_means li.setting_item.setting_item_rs > a,
.color_black #tmp_means li.setting_item.setting_item_rs > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/speaker_icon_wht.webp) !important;
}
.color_blue #tmp_means li.setting_item.shared > a,
.color_black #tmp_means li.setting_item.shared > a{
    background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/shared_icon_wht.webp) !important;
}
.color_blue #tmp_means li.language > a,
.color_black #tmp_means li.language > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/lang_icon_wht.webp) !important;
}
.color_blue #tmp_means li.setting_item.favorite > a,
.color_black #tmp_means li.setting_item.favorite > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_wht.webp) !important;
}
.color_blue #tmp_means li.setting_item.search > a,
.color_black #tmp_means li.setting_item.search > a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_icon_wht.webp) !important;
}
.color_blue #tmp_footer .tripadvison_logo,
.color_black #tmp_footer .tripadvison_logo,
.color_yellow #tmp_footer .tripadvison_logo{
	text-indent: 0;
}
.color_yellow #tmp_footer .fnavi li:after{
	border-right-color: #000000 !important;
}
.color_blue #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/ptop_icon.webp) !important;
}
.color_yellow #tmp_footer .pnavi a{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/footer/ptop_icon_bl.webp) !important;
}
.color_blue #tmp_footer,
.color_black #tmp_footer,
.color_yellow #tmp_footer{
	border-top: 1px solid;
}
.color_blue #tmp_footer .flogo span,
.color_black #tmp_footer .flogo span,
.color_yellow #tmp_footer .flogo span{
	text-indent: 0 !important;
}
.color_blue.lang_cn.format_sys #tmp_footer .footer_sns li a.icon_wei span,
.color_black.lang_cn.format_sys #tmp_footer .footer_sns li a.icon_wei span,
.color_yellow.lang_cn.format_sys #tmp_footer .footer_sns li a.icon_wei span{
	background-image: url(../png/icon_weibo.png) !important;
}
.color_blue.lang_cn.format_sys #tmp_footer .footer_sns li a.icon_wc span,
.color_black.lang_cn.format_sys #tmp_footer .footer_sns li a.icon_wc span,
.color_yellow.lang_cn.format_sys #tmp_footer .footer_sns li a.icon_wc span{
	background-image: url(../png/icon_wechat.png) !important;
}
.color_blue #tmp_means li.language select,
.color_black #tmp_means li.language select{
	background-image: url(../png/mean_dropdown_wht.png) !important;
}
.color_yellow #tmp_means li.language select{
	background-image: url(../png/mean_dropdown.png) !important;
}
.color_blue #tmp_gnavi .gnavi > ul > li:after,
.color_black #tmp_gnavi .gnavi > ul > li:after,
.color_blue #tmp_header_links ul li:after, 
.color_black #tmp_header_links ul li:after,
.color_blue #tmp_header_links:after,
.color_black #tmp_header_links:after{
	border-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .search_menu_cnt .interests_list > li input:checked + label,
.color_black #tmp_wrapper .search_menu_cnt .interests_list > li input:checked + label,
.color_blue #tmp_wrapper .search_section .interests_list > li input:checked + label,
.color_black #tmp_wrapper .search_section .interests_list > li input:checked + label{
	color: #00008B !important;
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .search_menu_cnt .interests_list > li input:checked + label,
.color_yellow #tmp_wrapper .search_section .interests_list > li input:checked + label{
	color: #FFFF00 !important;
    background-color: #000000  !important;
}
.color_blue #calendar-dlg .calendar_page_sending_navi .calendar_multi_prev:before,
.color_black #calendar-dlg .calendar_page_sending_navi .calendar_multi_prev:before,
.color_yellow #calendar-dlg .calendar_page_sending_navi .calendar_multi_prev:before,
.color_blue #calendar-dlg .calendar_page_sending_navi .calendar_multi_next:before,
.color_black #calendar-dlg .calendar_page_sending_navi .calendar_multi_next:before,
.color_yellow #calendar-dlg .calendar_page_sending_navi .calendar_multi_next:before{
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.color_blue #calendar-dlg .calendar_page_sending_navi .calendar_multi_prev:before,
.color_black #calendar-dlg .calendar_page_sending_navi .calendar_multi_prev:before{
	border-right: 7px solid #FFFF00;
}
.color_blue #calendar-dlg .calendar_page_sending_navi .calendar_multi_next:before,
.color_black #calendar-dlg .calendar_page_sending_navi .calendar_multi_next:before{
	border-left: 7px solid #FFFF00;
}
.color_yellow #calendar-dlg .calendar_page_sending_navi .calendar_multi_prev:before{
	border-right: 7px solid #000000;
}
.color_yellow #calendar-dlg .calendar_page_sending_navi .calendar_multi_next:before{
	border-left: 7px solid #000000;
}
.color_blue #tmp_wrapper .post_item_wrap a.post_item:hover span.img:before,
.color_black #tmp_wrapper .post_item_wrap a.post_item:hover span.img:before,
.color_yellow #tmp_wrapper .post_item_wrap a.post_item:hover span.img:before,
.color_blue .search_section .interests_list li > a:after,
.color_black .search_section .interests_list li > a:after,
.color_yellow .search_section .interests_list li > a:after{
    content: none;
}
.color_blue #tmp_wrapper .spot_sec .splide__slide.is-active .post_item_wrap a.post_item span.img:before,
.color_black #tmp_wrapper .spot_sec .splide__slide.is-active .post_item_wrap a.post_item span.img:before,
.color_yellow #tmp_wrapper .spot_sec .splide__slide.is-active .post_item_wrap a.post_item span.img:before{
	content: '';
}
.color_blue #tmp_wrapper .post_item_wrap a.post_item:hover,
.color_black #tmp_wrapper .post_item_wrap a.post_item:hover,
.color_yellow #tmp_wrapper .post_item_wrap a.post_item:hover {
    text-decoration: underline;
}
.color_blue .search_section .date_start_end > li > input,
.color_black .search_section .date_start_end > li > input,
.color_yellow .search_section .date_start_end > li > input,
.color_blue .search_section .search_select select,
.color_black .search_section .search_select select,
.color_yellow .search_section .search_select select{
    border: 2px solid;
}
.color_blue #tmp_wrapper .search_section .search_select select,
.color_black #tmp_wrapper .search_section .search_select select{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_select_icon_wht.webp) !important;
}
.color_yellow #tmp_wrapper .search_section .search_select select{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_select_icon_bl.webp) !important;
}
.color_blue #tmp_wrapper .btn_see_all,
.color_black #tmp_wrapper .btn_see_all,
.color_yellow #tmp_wrapper .btn_see_all {
    margin-top: 0 !important;
    margin-left: 50px !important;
}
.color_blue #tmp_wrapper .btn_see_all a,
.color_black #tmp_wrapper .btn_see_all a {
    background-image: url(../png/btn_more_arrow_yl.png) !important;
}
.color_yellow #tmp_wrapper .btn_see_all a {
    background-image: url(../png/btn_more_arrow_bl.png) !important;
}
.color_blue #tmp_wrapper .btn_see_all a:hover,
.color_black #tmp_wrapper .btn_see_all a:hover,
.color_yellow #tmp_wrapper .btn_see_all a:hover {
    text-decoration: underline;
}
.color_blue #tmp_wrapper .section_banner_top,
.color_black #tmp_wrapper .section_banner_top,
.color_yellow #tmp_wrapper .section_banner_top,
.color_blue #tmp_wrapper .section_banner_top *,
.color_black #tmp_wrapper .section_banner_top *,
.color_yellow #tmp_wrapper .section_banner_top *{
	background-color: transparent !important;
}
.color_black #tmp_wrapper .section_banner_top .top_icon_heart {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_black.webp)!important;
}
.color_blue #tmp_wrapper .section_banner_top .top_icon_heart{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_blue.webp)!important;
}
.color_yellow #tmp_wrapper .section_banner_top .top_icon_heart{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_yellow.webp)!important;
}
.color_black #tmp_wrapper .section_banner_top .active.top_icon_heart {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_active_black.webp)!important;
}
.color_blue #tmp_wrapper .section_banner_top .active.top_icon_heart{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_active_blue.webp)!important;
}
.color_yellow #tmp_wrapper .section_banner_top .active.top_icon_heart{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/favorite_icon_active_yellow.webp)!important;
}
.color_blue #tmp_wrapper .event_search_control .btn_open_calendar,
.color_black #tmp_wrapper .event_search_control .btn_open_calendar{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/calendar_icon_yl.webp) !important;
}
.color_yellow #tmp_wrapper .event_search_control .btn_open_calendar{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/header/calendar_icon.webp) !important;
}
.color_blue #tmp_wrapper .search_menu_cnt .search_cate .sch_ttl label,
.color_black #tmp_wrapper .search_menu_cnt .search_cate .sch_ttl label{
	background-image: url(../png/search_ttl_icon.png) !important;
}
.color_yellow #tmp_wrapper .search_menu_cnt .search_cate .sch_ttl label{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/search_icon.webp) !important;
}
.color_blue #tmp_means .sma_sch:after,
.color_black #tmp_means .sma_sch:after,
.color_yellow #tmp_means .sma_sch:after{
	display: none;
}
.color_yellow #tmp_means .sma_sch:before{
	border-color: transparent transparent #000000 transparent;
}
.color_blue #tmp_means .sma_sch:before,
.color_black #tmp_means .sma_sch:before{
	border-color: transparent transparent #FFFF00 transparent;
}
.color_yellow .spot_sec .splide__slide.is-active .post_item_wrap a.post_item span.img:before{
	border-color: #000000;
}
.color_blue .spot_sec .splide__slide.is-active .post_item_wrap a.post_item span.img:before,
.color_black .spot_sec .splide__slide.is-active .post_item_wrap a.post_item span.img:before{
	border-color: #FFFF00;
}
.color_blue #tmp_wrapper .search_menu_cnt .search_select select,
.color_black #tmp_wrapper .search_menu_cnt .search_select select,
.color_yellow #tmp_wrapper .search_menu_cnt .search_select select{
	background-size: 16px auto;
	background-position: right 10px center;
}
.color_blue #tmp_wrapper .search_menu_cnt .search_select select,
.color_black #tmp_wrapper .search_menu_cnt .search_select select{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/select_icon_wht.webp) !important;
}
.color_yellow #tmp_wrapper .search_menu_cnt .search_select select{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/select_icon_bl.webp) !important;
}
.color_blue.format_top .search_section,
.color_black.format_top .search_section,
.color_yellow.format_top .search_section{
	border-bottom: 2px solid;
}
.color_blue.format_top #tmp_wrapper .search_section .search_cate .sch_ttl label,
.color_black.format_top #tmp_wrapper .search_section .search_cate .sch_ttl label{
	background-image: url(../png/search_ttl_icon.png) !important;
}
.color_yellow.format_top #tmp_wrapper .search_section .search_cate .sch_ttl label{
	background-image: url(../png/search_ttl_icon_bl.png) !important;
}
.color_black .map_region .map_region_area a:hover,
.color_black .map_region .map_region_area a.hover,
.color_black .map_region .map_region_area a.active,
.color_blue .map_region .map_region_area a:hover,
.color_blue .map_region .map_region_area a.hover,
.color_blue .map_region .map_region_area a.active,
.color_yellow .map_region .map_region_area a:hover,
.color_yellow .map_region .map_region_area a.hover,
.color_yellow .map_region .map_region_area a.active{
	text-decoration: underline;
}
.color_blue #tmp_wrapper .ranking_cnt ul li:nth-child(n) .rank_label {
    background-color: #00008B !important;
}
.color_black #tmp_wrapper .ranking_cnt ul li:nth-child(n) .rank_label {
    background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .ranking_cnt ul li:nth-child(n) .rank_label {
    background-color: #FFFF00 !important;
}
.color_blue #tmp_func_fixed .menu_func_ttl > a:before {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/fixed_plus_icon_blue.webp) !important;
}
.color_black #tmp_func_fixed .menu_func_ttl > a:before{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/fixed_plus_icon_black.webp) !important;
}
.color_yellow #tmp_func_fixed .menu_func_ttl > a:before{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/fixed_plus_icon_yellow.webp) !important;
}
.color_blue #tmp_func_fixed.active .menu_func_ttl > a:before {
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/fixed_minus_icon_blue.webp) !important;
}
.color_black #tmp_func_fixed.active .menu_func_ttl > a:before{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/fixed_minus_icon_black.webp) !important;
}
.color_yellow #tmp_func_fixed.active .menu_func_ttl > a:before{
	background-image: url(https://www.gotokyo.org/shared/site_gotokyo_rn/images/icon/fixed_minus_icon_yellow.webp) !important;
}
.color_blue .spot_sec .map_region_other li a,
.color_black .spot_sec .map_region_other li a,
.color_yellow .spot_sec .map_region_other li a,
.color_blue .map_region .map_region_area .submenu ul,
.color_black .map_region .map_region_area .submenu ul,
.color_yellow .map_region .map_region_area .submenu ul,
.color_blue .map_region .map_region_area .sub_area_read_more a,
.color_black .map_region .map_region_area .sub_area_read_more a,
.color_yellow .map_region .map_region_area .sub_area_read_more a{
	border: 1px solid;
}
/* for google box */
.color_blue #tmp_map_popup_location_list,
.color_blue #tmp_map_popup_location_list *,
.color_black #tmp_map_popup_location_list,
.color_black #tmp_map_popup_location_list *,
.color_yellow #tmp_map_popup_location_list,
.color_yellow #tmp_map_popup_location_list *,
.color_blue #tmp_wrapper .spot_map,
.color_blue #tmp_wrapper .spot_map *,
.color_black #tmp_wrapper .spot_map,
.color_black #tmp_wrapper .spot_map *,
.color_yellow #tmp_wrapper .spot_map,
.color_yellow #tmp_wrapper .spot_map *,
.color_blue #tmp_map_anime_and_manga,
.color_blue #tmp_map_anime_and_manga *,
.color_black #tmp_map_anime_and_manga,
.color_black #tmp_map_anime_and_manga *,
.color_yellow #tmp_map_anime_and_manga,
.color_yellow #tmp_map_anime_and_manga *{
	color:#000000 !important;
	border-color:yellow !important;
	background-color: transparent !important;
	list-style-image:none !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 130% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 .search_section .search_cate .sch_btn input{
    padding-top: 0;
}
.fsize_big2 .map_region .btn_see_all a{
	padding-left: 10px;
}
.fsize_big2 #tmp_wrapper .search_menu_cnt .event_search_control > ul > li{
	display: block;
}
.fsize_big2 #tmp_wrapper .search_menu_cnt .event_search_control input{
	font-size: 1.6rem;
}
.fsize_big2 #tmp_wrapper .splide_common .splide__toggle {
	background-position: left 8px;
}
/* ==================================================
accessibility style change:no-js
================================================== */
.no_javascript .splide_common .splide__track {
	max-width: 100%;
}
.no_javascript .splide_common .splide__list {
	overflow-x: auto;
}
.no_javascript #tmp_header{
	position: static !important;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after,
#calendar-dlg .calendar_page_sending_navi:after,
#calendar-dlg .box_expand_calendar:before,
#calendar-dlg .box_expand_calendar:after{
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
