@charset "utf-8";

/*PCSP*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
main img {
	width:100%;
	height:auto;
}
.reg{
	font-size: 0.8em;
    vertical-align: top;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {margin: 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{
	font-size: 10px;
	color:#FFF!important;
}
#dirPathBlock a:link,
#dirPathBlock a:visited,
#dirPathBlock a:active{color:#FFF!important;}
h1 {
	font-size: 10px;
    margin: 0 1%;
}
h2 {
	font-size: 22px;
    text-align: center;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    margin-bottom: 15px;
    padding: 5px 0 8px;
    clear: both;
}
article {
	padding: 0 0 25px;
    background: #00020f url(/kokunai/special/skytree/images/bg_skytree.jpg) no-repeat;
    background-size: contain;
    line-height: 1.5;
}
.inner{
	width: 96%;
    margin: 15px 2%;
    padding: 25px 10px;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
}
main {font-size: 14px;color: #FFF;}
main .content_wrap{color: #222;}

/*title*/
#title_wrap{
	width: 96%;
    max-width: 970px;
	margin: 0 auto 15px;
	position: relative;
}
#title{
	font-size: 28px;
    margin: 10px;
    line-height: 1.2;
}
#title{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif!important;}
#title_wrap .txt{font-size: 14px;}
	
/*event*/
#event li > div{
	width:100%;
	margin-bottom: 15px;
}
#event li > dl{margin: 0 5%;}
#event li dt{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

/*tokyo_area_hotel*/
.tokyo_area_hotel{
	display: flex;
    flex-wrap: wrap;
}
.tokyo_area_hotel li{
	width: calc(98% / 2);
    margin: 0.5%;
    padding: 5px;
    background: rgba(10,10,10,0.9);
    box-sizing: border-box;
}
.tokyo_area_hotel dt,
.tokyo_area_hotel .thumb{margin-bottom: 10px;}
.tokyo_area_hotel .area_btn a{
	width: 100%;
	display: block;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 0 0 10px;
	text-align: center;
	padding: 5px 0px;
	font-size:14px;
	background: url(/shared2021/common/images/im_arrow.png) no-repeat scroll 3% center;
}

/*itemList*/
.scrollbox > .itemList {
    width: fit-content!important;
    display: flex!important;
    margin-bottom: 15px!important;
}
.itemList li {
	width: 200px;
   	margin: 0 5px 15px;
   	overflow: hidden;
   	background: #fff;
   	box-shadow: 1px 1px 3px #aaa;
	line-height:0;
	cursor: pointer;
}
.itemList .thumb {
	text-align: center;
	line-height: 0;
	position: relative;
	overflow: hidden;
}
.itemList dl {
	padding: 10px;
}
.itemList dl a {
	color: #000;
	padding: 0!important;
}
.itemList dt {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height:1.5;
}
.itemList h3 {color: #222;}
.itemList dd {
	font-size: 12px;
	line-height:1.5;
	color: #222;
}

/*tripa*/
.scrollbox > .itemList_tripa {
    width: fit-content!important;
    display: flex!important;
    margin-bottom: 15px!important;
}
#useWrap .itemList_tripa div{
	width: 200px;
    overflow: hidden;
    padding: 10px;
    margin: 0 5px 15px;
    background: #FFF;
}
#useWrap .itemList_tripa div p{
	margin:0 0 10px;
}
#useWrap .itemList_tripa div p img{
	width:100%;
	height:auto;
}
#useWrap .itemList_tripa div dl{
	overflow:hidden;
	display:block;
	padding:0 0 0 0;
}
#useWrap .itemList_tripa div:last-child{border-bottom:none}
#useWrap .itemList_tripa div dl dt{
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
}
#useWrap .itemList_tripa div dl dt a{color:#000;}
#useWrap .itemList_tripa div dl dd{
	font-size:12px;
	color:#999;
	margin:0;
	padding:0;
}
#useWrap .itemList_tripa div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}
#useWrap .itemList_tripa div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}
#useWrap .itemList_tripa div dl dd > span span{
	color:#F69;
	display:inline;
}
#useWrap .commonTit{margin:0;}

/*planbox*/
#planbox dl.planTOP{margin-bottom: 25px;}
#planbox dl.planTOP:last-child{margin-bottom: 0;}
#planbox dl.planTOP dt{
	font-weight: bold;
    margin-bottom: 10px;
}
#planboxdl.planTOP ul{margin: 0 25px;}
#planboxdl.planTOP li{margin-bottom: 15px;}
#planboxdl.planTOP .area_btn a {
    width: 96%;
    display: block;
    border: 1px solid #FFF;
    color: #FFF;
    margin: 0 2% 10px;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    background: url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
}
#planbox dl dt{
	font-weight: bold;
    margin-bottom: 10px;
}
#planbox dl .disflex a{
    width: 100%;
    display: flex;
}
#planbox dl .disflex a img{
    width: 46%;
    display: block;
    margin: 0 2% 5%;
}
#planbox dl ul{
    display: block;
	margin: 0 2%;
}
#planbox dl li{margin-bottom: 15px;}
#planbox dl .area_btn a {
    width: 96%;
    display: block;
    border: 1px solid #FFF;
    color: #FFF;
    margin: 0 2% 10px;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    background: url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
}

/*btn*/
a.btn {
	display: block;
    width: 100%;
    border: 1px solid #FFF;
    margin: 25px auto;
    padding: 12px 0;
    color: #FFF !important;
    text-align: center;
    background: url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 14px;
    box-shadow: 1px 1px 5px #FFF;
}

.scroll_left_btn,
.scroll_right_btn {display:none!important;}

/*footer*/
#smp_footer {margin-top: 0;}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock{padding: 5px 0;}
#dirPathBlock a,
#anchorLinkBlock a{font-size: 12px;color:#FFF;}
h1 {
	font-size: 12px;
    width: auto;
    max-width: 970px;
    margin: 0 auto;
}
h2 {
	font-size: 28px;
    text-align: center;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    margin-bottom: 25px;
    padding: 15px 0 12px;
    clear: both;
}
article {
    padding: 0 0 25px;
    background: #00020f url(/kokunai/special/skytree/images/bg_skytree.jpg) no-repeat;
	background-size: contain;
    line-height: 1.5;
}
.inner{
	width: 96%;
    max-width: 970px;
    margin: 0 auto 50px;
    padding: 50px 50px;
    display: block;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
}
main {font-size: 16px;color: #FFF;}
main .content_wrap{color: #222;}
#pc_header{margin-bottom: 0;}

/*title*/
#title_wrap{
	width: 96%;
    max-width: 970px;
	margin: 0 auto 50px;
	position: relative;
}
#title{
	font-size: 48px;
    padding: 50px 0;
    text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif!important;
}
#title_wrap .txt{
	font-size: 14px;
	text-align: center;
}
	
/*event*/
#event li {display: flex;}
#event li > div{width:400px;}
#event li > dl{
	margin: 0 5%;
	line-height: 1.8;
}
#event li dt{
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 15px;
}

/*tokyo_area_hotel*/
.tokyo_area_hotel{
	display: flex;
    flex-wrap: wrap;
}
.tokyo_area_hotel li{
	width: calc(98% / 2);
    margin: 0.5%;
    padding: 10px;
    background: rgba(10,10,10,0.9);
    box-sizing: border-box;
}
.tokyo_area_hotel dt{
	font-weight: bold;
    margin-bottom: 10px;
}
.tokyo_area_hotel .thumb{
	width: 50%;
	float: left;
}
.tokyo_area_hotel .area_btn{
	width: 45%;
   	margin: 0 0 0 3%;
   	float: left;
}
.tokyo_area_hotel .area_btn a{
	width: 100%;
	display: block;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 0 0 10px;
	text-align: center;
	padding: 5px 0px;
	font-size:14px;
	background: url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
}
/*itemList*/
.scrollbox > .itemList {
    width: fit-content!important;
    display: flex!important;
    margin-bottom: 15px!important;
}
.itemList li {
	width: 180px;
   	margin: 0 5px 2%;
   	overflow: hidden;
   	background: #fff;
   	box-shadow: 1px 1px 3px #aaa;
	line-height:0;
	cursor: pointer;
}
.itemList .thumb {
	text-align: center;
	line-height: 0;
	position: relative;
	overflow: hidden;
}
.itemList dl {
	padding: 10px;
}
.itemList dl a {
	color: #000;
	padding: 0!important;
}
.itemList dt {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height:1.5;
}
.itemList h3 {color: #222;}
.itemList dd {
	font-size: 14px;
	line-height:1.5;
	color: #222;
}

/*tripa*/
.scrollbox > .itemList_tripa {
    width: fit-content!important;
    display: flex!important;
    margin-bottom: 15px!important;
}
#useWrap .itemList_tripa div{
	width: 200px;
    overflow: hidden;
    padding: 10px;
    margin: 0 5px 15px;
    background: #FFF;
}
#useWrap .itemList_tripa div p{
	margin:0 0 10px;
}
#useWrap .itemList_tripa div p img{
	width:100%;
	height:auto;
}
#useWrap .itemList_tripa div dl{
	overflow:hidden;
	display:block;
	padding:0 0 0 0;
}
#useWrap .itemList_tripa div:last-child{border-bottom:none}
#useWrap .itemList_tripa div dl dt{
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
}
#useWrap .itemList_tripa div dl dt a{color:#000;}
#useWrap .itemList_tripa div dl dd{
	font-size:12px;
	color:#999;
	margin:0;
	padding:0;
}
#useWrap .itemList_tripa div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}
#useWrap .itemList_tripa div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}
#useWrap .itemList_tripa div dl dd > span span{
	color:#F69;
	display:inline;
}
#useWrap .commonTit{margin:0;}

/*btn*/
a.btn {
	display: block;
    width: 72%;
    border: 1px solid #FFF;
    margin: 25px auto;
    padding: 12px 0;
    color: #FFF !important;
    text-align: center;
    background: url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 18px;
    box-shadow: 1px 1px 5px #FFF;
}
.inner {position: relative;}
.scroll_left_btn.non_scloll, .scroll_right_btn.non_scloll {background: #ccc;}
.scroll_left_btn {left: 20px;}
.scroll_right_btn {right: 20px;}
.scroll_left_btn, .scroll_right_btn {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #242424;
    position: absolute;
    top: 52%;
    display: block;
    z-index: 1;
    border: none;
}
.scroll_left_btn:before {
    margin: 0 0 0 5px;
    border-top: 5px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 5px solid transparent;
}
.scroll_right_btn:before {
    margin: 0 0 0 8px;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.scroll_left_btn:before, .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}

/*planbox*/
.disflex {display: flex;}
#planbox dl.planTOP{margin-bottom: 25px;}
#planbox dl.planTOP dt{
	font-weight: bold;
    margin-bottom: 10px;
}
#planboxdl.planTOP ul{margin: 0 25px;}
#planboxdl.planTOP li{margin-bottom: 15px;}
#planboxdl.planTOP .area_btn a {
    width: 96%;
    display: block;
    border: 1px solid #FFF;
    color: #FFF;
    margin: 0 2% 10px;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    background: url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
}
#planbox dl dt{
	font-weight: bold;
    margin-bottom: 10px;
}
#planbox dl .disflex a{
	width: 18%;
    display: block;
}
#planbox dl ul{
	width: 78%;
    display: block;
	margin: 0 2%;
}
#planbox dl li{margin-bottom: 15px;}
#planbox dl .area_btn a {
    width: 96%;
    display: block;
    border: 1px solid #FFF;
    color: #FFF;
    margin: 0 2% 10px;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    background: url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
}

}

/*イベント情報(PCSP共通)*/
#eventWrap div.eventbank {
	width:200px;
	overflow: hidden;
	margin: 5px;
	padding: 10px;
	background: #FFF;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
}
#eventWrap div.eventbank p {
	margin: 0 0 3%;
	height: 150px;
	overflow: hidden;
	position: relative;
}
#eventWrap div.eventbank p img {
	width: 100%;
	height: auto;
}
#eventWrap div.eventbank p > small{
	width: 100%;
	background: #222;
	color: #FFF;
	display: block;
	padding: 2px;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	font-size: 0.5em;
}
#eventWrap div.eventbank dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#eventWrap div.eventbank dt {margin-bottom:2%;}
#eventWrap div.eventbank dt h3 {
	font-size: 14px;
}
#eventWrap div.eventbank dd {
	font-size: 12px;
	margin-bottom: 5px;
}
#eventWrap div.eventbank dd > span {
	width: fit-content;
	display: block;
	margin: 0 0 2px;
	padding: 2px 5px;
	background: #3eb4c7;
	color: #FFF;
}
#eventWrap div.eventbank dd a{color: #0065d6;}

/*scrollbar*/
.scrollbox {overflow-x: scroll!important;}
.scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox::-webkit-scrollbar-thumb {
    border-radius: 5px!important;
    background: #999!important;
}
.scrollbox::-webkit-scrollbar-track {
    margin: 0 5px!important;
    background: #eee!important;
    border-radius: 5px!important;
}