.chan_header {
	background: url(../../../upfile/header_bg.png);
	background-size: cover;
	background-position: center;
}
.header_top{
	background-color: #DCC2FF;
	color:#fff;
	text-align:center;
}
.chan_header h1 {
	text-align: center;
}

.chan_header h1 span {
	position: relative;
	display: inline-block;
}

.site_description {
	top: 34px;
	left: 0;
	color: #000;
	text-indent: 0;
}
.header_logo{display:none;}
#header-section {
	text-align: right;
	position: relative;
	text-shadow: -1px 0px 10px rgb(255 255 255);
	bottom: 0px;
	right: 0px;
}

#header-section .open,
#header-section .shop-tel {
	color: #F21616;
	line-height: 1.4em;
	font-family: 'Fredoka One', cursive;
	display: block;
	font-size: 25px;
}

#header-section .shop-tel {
	font-size: 40px;
}

#header-section .open,
#header-section .shop-tel {
	color: #F21616;
	line-height: 1.4em;
	font-family: 'Fredoka One', cursive;
}

#header-section .open {
	font-size: 20px;
}

#header-section .shop-tel {
	font-size: 28px;
}

.navbar-nav {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	float: none;
}

#ticker {
	background-repeat: repeat-x;
	background-position: left top;
	height: 46px;
	background-color: #DCC2FF;
}

#ticker_content {
	padding: 3px 3px 3px 0;
	background-color: rgba(255, 255, 255, 1.00);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	margin-top: 10px;
	float: right;
	height: 28px;
	box-shadow: 0 2px 8px -4px #171717 inset;
	-moz-box-shadow: 0 2px 8px -4px #171717 inset;
	-webkit-box-shadow: 0 2px 8px -4px #171717 inset;
}

#ticker_text {
	display:none;
}
.navbar-fixed-bottom, .navbar-fixed-top{
	position: sticky;
}
@media screen and (min-width:769px) {

}
@media screen and (min-width:426px) {
	#ticker_content {
		width: calc(100% - 240px);
	}
	#ticker_text {
		display: block;
		width: 230px;
		height: 46px;
		float: left;
		background-image: url(../../../upfile/ticker_text.png);
		background-repeat: no-repeat;
		background-position: left center;
	}
	#header-section .open {
		font-size: 25px;
	}

	#header-section .shop-tel {
		font-size: 40px;
	}
	.header_logo{display:block;}
	#header-section{
		position: absolute;
	}
	.navbar-nav {
		flex-direction: row;
	}
}