@charset "UTF-8";

/* base ---------- */
html {
  font-size: 62.5%;
}
body {
	color: #fff;
	font-size: 1.4rem;
	font-family: Raleway, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.5;
	text-align: center;
}

.heading {
	margin: 0;
	padding: 0;
	font-size: 2.0rem;
}

a {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FC0;
}

.base-text {
	padding-bottom: 16px;
}
.text-nowrap {
	white-space: nowrap;
}


.text-red {
	color: #C00;
}


.buttons {
	margin: 0px;
}
.button {
	display: inline-block;
	padding: 4px 16px;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	white-space: nowrap;
}
.button:hover {
	color: #FBE700;
}
.button-showy {
	color: #fff;
	background-color: rgba(204,0,0,0.8);
}

.button-ghost {
	color: #333;
	background-color: rgba(251,231,0,0.8);
}
.button-ghost:hover{
	color: red;
	
}



/* header ---------- */
.header {
	margin: 0 0;
	background: #FFF url('../images/bg_cover.png') no-repeat center center;
	background-size: cover;
}

.site-title-sub {
	padding-top: 32px;
	padding-bottom: 40px;
	color: #000;
}
.site-title {
	font-size: 2.0rem;
	color: #000;
}


/* white base ---------- */
.news,
.channel,
.shop {
	margin: 0;
	padding: 40px 0;
	background-color: #FFF;
	color: #000;
}

/* black base ---------- */
.sns_link,
.blog,
.music,
.twitter,
.site {
	margin: 0 auto;
	padding: 40px 0;
	background-color: #000;
	color: #FFF;
}


/* sns_link ---------- */
.sns_link {
	margin: 0 auto;
	padding: 40px 0;
}

.sns_link_table {
	border: 1px solid #00:
	margin: 0;
	padding: 40px;
	font-size: 24px;
	color: #000;
	}


/* news ---------- */
.news {
	width: 90%;	
	margin: 0 auto;
	padding: 40px 0;
}

.news_con {
	border: 1px solid #f00;
}


.scroll-list {
	max-height: 160px;
	overflow-y: auto;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.scroll-list .scroll-item a {
	display: block;
	padding: 8px 0px;
	color: #333;
	font-size: 0;
	transition: background-color 0.1s;
}

.scroll-list .scroll-item:nth-of-type(even) a {
	background: url('../images/bg-slash.gif');
}

.scroll-list .scroll-item a:hover {
	background-color: #eee;
}

.scroll-list .date {
	display: inline-block;
	padding: 0 8px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.scroll-list .category {
	display: inline-block;
	border-radius: 8px;
	background-color: #c00;
	padding: 0 8px; 
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 16px;
}

.scroll-list .category.live {
	background-color: #cc0000;
}
.scroll-list .category.music {
	background-color: #ffcc00;
}
.scroll-list .category.movie {
	background-color: #00ccff;
}


.scroll-list .title {
	display: inline-block;
	padding-left: 16px;
	white-space: nowrap;
	font-size: 1.2rem;
}


/* twitter ---------- */
.twitter_con {
	margin: 0 auto;
	padding: 16px 0 0 0;
}
.twitter_inr {
	display: block;
	width: 300px;
	margin: 0 auto;
}


/* site ---------- */
.site {
}
.fb_inr {
	margin: 32px auto;
}


/* contact ---------- */
.contact {
	margin: 0;
	padding: 8px 0;
	background-color: #333;
	color: #FFF;
}

.contact a {
	color: #fff;
}
.contact a:hover {
	color: #FC0;
}





/* mtour page---------- */
.mtour_body {
	background-image: url('../images/edo_map_1844.png');
	background-repet: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin: 0;
}

/* margin & bgcolor ----------*/

#kandamatsuri,
#hikimawashi {
	padding: 40px 0px;
	background-color: rgba(255,255,255,0.8);
	color: #000;
   	}

#bangai {
	padding: 40px 0px;
	background-color: rgba(51,51,51,0.8);
}

#bangai a {
	color: #FC0;
}

#hikimawashi a:hover {
	color: #C00;
}

.movie-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.movie-inner {
	display: block;
	margin: 0;
	padding: 8px;
}
.movie-title {
	display: block;
	margin: 0;
	padding-bottom: 8px;
}
.movie-item {
	display: block;
	margin: 0;
	padding: 0;
}







/* footer ---------- */
.footer {
	margin: 0;
	padding: 40px 0;
	background-color: #000;
	color: #FFF;
}

/* footer nav ---------- */
.footer-nav-item-box {
	margin-bottom: 16px;
}

.footer-nav-item {
	display: inline-block;
	padding: 0 8px;
	color: #FFF;
	font-size: 1.2rem;
	letter-spacing: 1px;
	transition: 0.15s;
}
.footer-nav-item a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	transition: 0.15s;
}
.footer-nav-item a:hover {
	color: #FC0;
}
.footer-nav-item.active a {
	color: #C00;
}
.footer-nav-item + .footer-nav-item {
	border-left: 1px solid #fff;
}

/* pageTop button ---------- */
.page-top-button {
	display: block;
	}
#pageTop i {
	overflow: hidden;
	font-size: 2.0rem;
	line-height: 1;
	}
#pageTop{
	position:fixed;
	width: 24px;
	height: 24px;
	padding: 8px;
	bottom: 16px;
	right: 16px;
	background: #C00;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24x;
	-icab-border-radius: 24px;
	-khtml-border-radius: 24px;
	color:#fff;
	text-decoration: none;
	z-index: 1;
	}
#pageTop:hover{
	transition: all .3s;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}


/* smart phone -------------------------------- */
@media screen and (max-width: 479px) {
	/* global navi */
	#toggle {
		display: block;
		position: relative;
		width: 100%;
	}
	#toggle a {
		display: block;
		position: relative;
		padding: 16px 0 16px;
		border-bottom: 1px solid #fff;
		color:#fff;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
	}
	#nav-item-box {
		display: none;
	}

	.header {
		margin: 0 0;
		background: #FFF url('../images/bg_cover.png') no-repeat center top;
		background-size: cover;
	}

	.twitter_con {
		width: 90%;
	}
	.mtour-photo {
		width: 90%;
		margin: 0 auto;
	}
}


/* global nav ---------- 
#toggle {
	display: none;
}
#global-nav {
	width: 100%;
	background-color: #000;
}
#nav-item-box {
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;	
	-webkit-flex-flow: row warp;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 4px 0;
}
.nav-item a {
	display: block;
	padding: 8px 16px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	transition: 0.15s;
}
.nav-item a:hover {
	color: #FC0;
}
.nav-item.active a {
	color: #C00;
}
*/

/* gomi? --------------------------------

iframe.youtube-box {
	border: 0;
	width: 280px;
	height: 158px;
}

 */

/* mtour ---------- 
.mtour {
	margin: 0;
	padding: 40px 0;
	background-color: #000;
	color: #FFF;
}
.mtour > ul {
	list-style-type: none;
	line-height: 1.5;
}
.mtour-text {
	width: 90%;
	margin: 0 auto;
}

.mtour-photo {
	display: block;
	width: 450px;
	height: auto;
	margin: 0 auto;
	color: #000;
}

*/

