#dai1 {
    margin-top:-126px;
    padding-top:126px;
}

.bg_sakura {
	background:#FFF;
}

.scrollpoint {
	opacity: 0;
}
.scrollpoint.active {
	opacity: 1 \0;
}

.cursor_default {
	cursor:default !important;
}

.s_text {
	font-size:0.9em;
}


ul.sakura_list li {
	position: relative;
	padding-left:1em;
}
ul.sakura_list li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0em;	/**/
	width: 6px;
	height: 6px;
	background-color: #0187E8;
	border-radius: 100%;
}


ol.list_parentheses{
  padding:0 0 0 0em;
  margin:0;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  margin-bottom:10px;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}




.box {
	min-height: 660px;/**/
	margin: 0 auto 0px;
	padding: 0px;
		background-size:cover;
		-moz-background-size:cover;
		-webkit-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover; 
/*
		background-size:contain;
		-moz-background-size:contain;
		-webkit-background-size:contain;
		-o-background-size:contain;
		-ms-background-size:contain; 
*/

	background-repeat: no-repeat;
/*
		background-position: 50% 50%;
*/
	background-position: 50% 0;


/*    border-bottom:15px #000 solid;	/**/
/*
box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;
-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;
-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;
*/


}


#sakura_body {
	margin:0 auto 0 !important;
	padding:0 !important;
}
.sakura_box {
/*	min-height: 600px;/**/
	height: 600px;/**/
	width: 900px;/**/
	margin: 0 auto 0px !impotrant;
	padding: 0px;
		background-size:cover;
		-moz-background-size:cover;
		-webkit-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover; 
/*
		background-size:contain;
		-moz-background-size:contain;
		-webkit-background-size:contain;
		-o-background-size:contain;
		-ms-background-size:contain; 
*/

	background-repeat: no-repeat;
	background-position: 50% 0;




}


.event_period {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 5px solid #0187E8;
	text-align:center;
	padding:15px;
	margin:10px 0px 30px 0px;
	font-size:1.3em;
	background-color:#fff;
}

.event_period span.label {
	background-color:#0187E8 !iportant;
}
.label-sakura {
  background-color: #0187E8;
  font-weight:normal;
}

.status {
	font-size:1.1rem;
/*	height:30px;	/**/
	margin:0;
}
.status .status1 {
	background:url(../common/images/sakura2017/sakura_status_1.png) no-repeat left;
	padding-left:40px;
}

.status .status2 {
	background:url(../common/images/sakura2017/sakura_status_2.png) no-repeat left;
	padding-left:40px;
}

.status .status3 {
	background:url(../common/images/sakura2017/sakura_status_3.png) no-repeat left;
	padding-left:40px;
}

.status .status4 {
	background:url(../common/images/sakura2017/sakura_status_4.png) no-repeat left;
	padding-left:40px;
}

.status .status5 {
	background:url(../common/images/sakura2017/sakura_status_5.png) no-repeat left;
	padding-left:40px;
	line-height:30px !important;
}

.status .status6 {
	background:url(../common/images/sakura2017/sakura_status_6.png) no-repeat left;
	padding-left:40px;
}

.status .status7 {
	background:url(../common/images/sakura2017/sakura_status_7.png) no-repeat left;
	padding-left:40px;
}



/* aster list */
.aster {
	padding: 0 14px 0 0;
}
.aster li {
	padding: 0 0 0 16px;
	margin:5px 0 0;
	line-height:1.2;
	background: url(../common/images/icon/aster.png) no-repeat 0 0.1em;
	list-style:none !important;
}
/* for IE6 */
* html .aster li {
	height: 1px;
}




@media (max-width: 767px) {

	.box {
		min-height: 283px;/**/
		margin: 0 auto 0px;
		padding: 0px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover; 


	background-repeat: no-repeat;
	background-position: 50% 50%;

	/*    border-bottom:15px #000 solid;	/**/
/*
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 3px;
*/
	/*
	background-repeat: no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
	background-position: center;
	*/


	}

}

.box_wrapper {

/*
	background-image:url(../common/images/sayonara2000/dot.png);
	background-repeat:repeat;
	background-position: top left;
*/

}

.box .inner {
	position:relative;
	height:200px;
}
.box h1 {
	position:absolute;
	top:10%;
	left:0px;
/*	left:-12px;	/**/
}



.index_reserve_area_wrapper {
	margin-top:100px;
	padding:0px 20px 0;

}
.index_reserve_area_wrapper-2 {
	margin-top:180px;
	padding:0px 20px 0;

}

.sakura_contents_wrapper {
	margin-top:0px;
	padding:20px 20px 30px;
/*		background:#ffeaef;	/**/
	background:#fff;
}

@media (max-width: 479px) {
	.sakura_contents_wrapper {
		margin-top:0px;
		padding:20px 0px 30px;
		background:#fff;
	}
}

.index_banner_area_wrapper {
	margin-top:0px;
	padding:20px 20px 10px;
	background:#fff;
}

.index_news_area_wrapper {
/*	padding:10px 20px 45px;	/**/
	padding:10px 20px 15px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0.75+100 */
/*	background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
/*	border-top:#666 solid 1px;	/**/
	background:#ffeaef;

}


/*	ニュースチッカー	*/

.ticker_wrapper {
	margin: 0px  0;
	padding: 0px 0px 0px 10px;
	width: 100%;
	height:24px;	/**/
	text-align: left;
/*	position: relative;	/**/
	overflow: hidden;

}
.ticker_wrapper a {
	color:#fff;
}

/*
.ticker_wrapper a:before {
	content: "Information ";
	font-size:16px;
	padding-right:5px;
	color:#faba00;
}
*/

@media (max-width: 479px) {
	.ticker_wrapper {
		margin: 0px auto 0;
		padding: 0px 0px 0px;
		width: 100%;
		height:24px;	/**/
		text-align: left;
/*		position: relative;	/**/
		overflow: hidden;

/*		background-color:#fff000;	/**/
		line-height:1.2;
	}
}

.ticker ul li a {
	visibility: hidden;
	padding-left:0px;
	line-height:1;
}

.ticker {
	margin:0;
	padding:0;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
	margin:0;
	padding:0;
	line-height:1;
}


.zom {
/*		width:100%;			/**/
/*		height:100%;		/**/
		overflow:hidden;	/**/
		margin:0;
		padding:0;
}
.zom img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.zom img:hover {
/*
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
*/
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);


box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
	opacity: 0.9;

}


.btn.btn-default3 {
	background-color: #ff98b9;
	border: 1px solid #ff98b9;
	border-radius: 0px;
	font-size: 14px;
	padding: 6px 12px;
	text-align: center;
	color:#fff;
	position:relative;
	line-height:14px;

}
.btn.btn-default3 > span {
	font-size: 12px;
	color:#333;
}

.btn.btn-default3:hover {
	background-color: #fff;
	border: 1px solid #ff98b9;
	border-radius: 0px;
	color: #f55286;
	text-align: center;
}


.sakura_ttl1 {
	font-size:2.3rem;
	color:#f55286;
	margin-bottom:20px;
	padding-bottom:0;
	text-align:center;
	font-weight:bold;
}
.sakura_ttl2 {
	font-size:1.4rem;
	color:#0187E8;
	margin-bottom:20px;
	padding-bottom:0;
}
.sakura_ttl1 span {
	background:url(../common/images/sakura2017/icon_sakura.png) no-repeat left;
	padding-left:50px;
}
.sakura_ttl3 {
	font-size:2rem;
	color:#0187E8;
	margin-bottom:20px;
	padding-bottom:0;
}
.sakura_ttl3 span {
	background:url(../common/images/sakura2017/icon_sakura.png) no-repeat left;
	padding-left:50px;
}
.blue_ttl3 {
	font-size:2.2rem;
	color:#0187E8;
	margin-bottom:20px;
	padding-bottom:0;
}
.blue_ttl3 span {
	background:url(../common/images/sakura2017/icon_sakura.png) no-repeat left;
	padding-left:50px;
}

.sakura_ttl4 {
	font-size:1.5rem;
	margin-bottom:20px;
	padding-bottom:0;
}

.sakura_ttl5 {
	font-size:1.3rem;
	color:#f55286;
	margin-top:0px;
	padding-bottom:10px !important;
	font-weight:normal !important;
}
.sakura_ttl5 a {
	font-weight:normal !important;
}

.phone {
	font-size:2rem;
	margin-bottom:20px;
	padding-left:0px;
	padding-bottom:0;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight:500;
	letter-spacing:-0.05em;
}

.cnt {
	font-size:2rem;
	margin-bottom:20px;
	padding-top:4px;
	padding-bottom:0;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight:bold;
	letter-spacing:-0.05em;
}

.online {
	font-size:1.8rem;
	margin-bottom:20px;
	padding-left:20px;
	padding-bottom:0;
	letter-spacing:-0.05em;
}

.read {
	font-size:1.2rem;
	margin-bottom:10px;
	padding-bottom:0;
	text-align:left;/**/
}

.entry_block {
	background-color:#fff;
	margin-bottom:10px;
}
.entry_block_line {
	background-color:#fff;
	margin-bottom:20px;
	border:5px #0187E8 solid;
}


.entry_block_line .entry_title ,
.entry_block .entry_title {
	margin:0;
	padding:15px 20px;
}
.entry_block_line .entry_title2 ,
.entry_block .entry_title2 {
	margin:0;
	padding:15px 10px 15px 10px;
}
.entry_block_line h3 ,
.entry_block h3 {
/*	font-weight:bold;	/**/
	line-height:1.2;
	margin:0;
	padding:0;
}
.entry_block_line h3 a ,
.entry_block h3 a {
	color:#0187E8;
}
.entry_block_line p ,
.entry_block p {
	margin-top:8px;
	line-height:1.3;
}



.pattern {
	background-color: #FFF4F4;
	background-image: radial-gradient(closest-side, transparent 98%, #D7CCC8 100%), radial-gradient(closest-side, transparent 98%, #D7CCC8 100%);
	background-position: 0 0, 15px 15px;
	background-size: 30px 30px;
	padding:20px;
	margin-top:30px;
}
.ttl_restaurant {
	background: -webkit-linear-gradient(#795548 0%, #3E2723 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.sakura_panel-sub-menu {
/*	border-radius: 0;/**/
	background-color:#ebf5fe;
/*	box-shadow: 0 3px 0px 0 rgba(227, 228, 232, 1);	/**/
	border:none;
	background-color: #ffeeee;/**/
  border-radius: 0px !important;
}
.sakura_panel-sub-menu  a {
	display:block;
}
.sakura_panel-sub-menu > .panel-heading {
  color: #ffffff;
  background-color: #E83E69;
  border-color: #E83E69;
  font-size:18px;
  padding:8px 15px;
  font-weight:bold;
	border-radius: 0;	/**/
	border:none;
	text-shadow: none;
}
.sakura_panel-sub-menu > .panel-heading span {
	background:url(../common/images/sakura2017/icon_sakura3.png) no-repeat left;
	padding-left:30px;
	color:#fff;
  font-size:20px;

}
.sakura_panel-sub-menu > .panel-heading a {
	text-shadow: none;
}
.sakura_panel-sub-menu > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebf5fe;
	border:none;

}
.sakura_panel-sub-menu > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebf5fe;
	border:none;
}

.sakura_panel-sub-menu > .list-group {
  margin-bottom: 0;
	background-color: #EBF5FE;/**/
}
.sakura_panel-sub-menu > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
  line-height:1.2;
	background-color: #EBF5FE;/**/
}
.sakura_panel-sub-menu > .list-group .list-group-item a {
	display:block;
}

.sakura_panel-sub-menu > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.sakura_panel-sub-menu > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}


.sakura_panel-sub-menu .nav-pills > li {
/*  float: left;	/**/
  background-color: #FEEBEF;
}
.sakura_panel-sub-menu .nav-pills > li > a {
  border-radius: 0px;
  border-top:1px #fff solid;
  padding:5px !important;
  margin:0 !important;
  color:#E83E69;
}
.sakura_panel-sub-menu .nav-pills > li + li {
  margin-left: 0px !important;
}
.sakura_panel-sub-menu .nav-pills > li.active > a,
.sakura_panel-sub-menu .nav-pills > li.active > a:hover,
.sakura_panel-sub-menu .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ff7c9d;
  border-top:1px #fff solid;
	background:#ff7c9d url(../common/images/sakura2017/icon_sakura3.png) no-repeat 5px 8px;
}
.sakura_panel-sub-menu .nav-pills > li > a:hover,
.sakura_panel-sub-menu .nav-pills > li > a:focus {
  color: #ffffff;	/**/
  background-color: #ff9db6 !important;
  border-top:1px #ffafc4 solid;
	background:#ff9db6 url(../common/images/sakura2017/icon_sakura3.png) no-repeat 5px 8px;
}
.sakura_panel-sub-menu .nav-stacked > li + li {
  margin-top: 0px !important;
  margin-left: 0;
}

.sakura_panel-sub-menu .side-menu > li > a {
	display: block;
	position: relative;
	padding: 11px 11px 11px 35px !important;
	line-height:1.2;
	text-decoration: none;
	font-size:1em;
	letter-spacing: 0.05em;
	border-top: solid 1px #ffc4d3;
	border-radius: 0;
	background:url(../common/images/sakura2017/icon_sakura2.png) no-repeat 5px 8px;
}
.sakura_panel-sub-menu .side-menu > li:last-child {
	border-bottom:none !important;
}
.sakura_panel-sub-menu .side-menu > li > a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #0187E8;
	border-right: solid 2px #0187E8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";

border:none !important;
}

.sakura_panel-sub-menu .side-menu > li > a:hover:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
border:none !important;
}
.sakura_panel-sub-menu .side-menu > li.active > a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
border:none !important;
}































#sakura_campaign {
	padding-left:0px;
	padding-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding-top:0;
	font-size:1.1em;
}

#sakura_campaign .read {
	margin-top:20px;
	font-size:1.1em;
}

h3.eve_title01{
	margin-bottom: 20px;
	font-size: 1.5em;
	border-bottom:2px #eee solid !important;
	color:#222;
}

h3.eve_title01 span{
	display: inline-block;
	font-size: inherit;     /**祖先要素の指定を継承**/
	border-bottom: 2px solid #0187E8;
	margin-bottom:-2px !important;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

#sakura_campaign .t-item {
	color:#fff;
	font-size:14px;
		text-align:center;	/**/
	vertical-align:top;
	margin:0 0px 0px 0px;
	padding:0;
	line-height:1.3;
		margin-top:3px;
	height:24px;
}

#sakura_campaign .t-item > span {
	background:#0187E8;
	font-size:12px;
	letter-spacing:0.02em;
	color:#fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border-color:#0187e8;
	padding:2px 10px 2px;
	line-height:20px;
	display:block;
}
#sakura_campaign .t-item2 {
	color:#fff;
	font-size:14px;
	vertical-align:top;
		text-align:center;	/**/
	margin:0 0px 0px 0px;
	padding:0;
	line-height:1.5;
		margin-top:3px;
	height:44px;
}

#sakura_campaign .t-item2 > span {
	background:#0187E8;
	font-size:12px;
	letter-spacing:0.02em;
	color:#fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border-color:#0187e8;
	padding:2px 10px 2px;
	line-height:20px;
	display:block;
}

#sakura_campaign .t-item3 {
	color:#fff;
	font-size:18px;
		text-align:center;	/**/
	vertical-align:top;
	margin:0 0px 20px 0px;
	padding:0;
	line-height:1.5;
		margin-top:3px;
	height:24px;
}

#sakura_campaign .t-item3 > span {
	background:#0187E8;
	font-size:18px;
	letter-spacing:0.02em;
	color:#fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border-color:#0187e8;
	padding:8px 10px 8px;
	line-height:20px;
	display:block;
}


#sakura_campaign .t-item_line {
	color:#0187E8;
		text-align:center;	/**/
	vertical-align:top;
	margin:0 0px 0px 0px;
	padding:0;
	line-height:1.3;
		margin-top:3px;
	height:26px;
	border-color:#0187E8 !important;
	border-width:1px;
}

#sakura_campaign .t-item_line > span {
	font-size:12px;
	letter-spacing:0.02em;
	color:#0187E8 !important;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border-color:#0187E8 !important;
	padding:2px 10px 2px;
	line-height:20px;
	display:block;
	border-width:1px ;
	border-style:solid;
}


#sakura_campaign .t-item_line2 {
	color:#0187E8;
		text-align:center;	/**/
	vertical-align:top;
	margin:0 0px 0px 0px;
	padding:0;
	line-height:1.3;
		margin-top:3px;
	height:26px;
	border-color:#3E2723 !important;
	border-width:1px;
}

#sakura_campaign .t-item_line2 > span {
	font-size:12px;
	letter-spacing:0.02em;
	color:#3E2723 !important;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border-color:#3E2723F4E82 !important;
	padding:2px 10px 2px;
	line-height:20px;
	display:block;
	border-width:1px ;
	border-style:solid;
}


#sakura_campaign .t-item_blue {
	color:#fff;
	font-size:14px;
		text-align:center;	/**/
	vertical-align:top;
	margin:0 0px 0px 0px;
	padding:0;
	line-height:1.5;
		margin-top:3px;
	height:24px;
}

#sakura_campaign .t-item_blue > span {
	background:#0187E8;
	font-size:12px;
	letter-spacing:0.02em;
	color:#fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border-color:#0187e8;
	padding:2px 10px 2px;
	line-height:20px;
	display:block;
}


ol.event_list {
    counter-reset: li;    /* li のカウンタを 0 にセット */ 
    list-style: none;
    padding-left:0px;
}

ol.event_list li:before {
    color: #0187e8;
    font-weight: bold;
    counter-increment: li;   /* li の数を一つずつ増加 */
    content: counter(li) ". ";          /* 数を表示 */
}

.blue_text {
	color:#0187e8;
	font-size:1.2em;
}

#sakura_campaign a {
	-webkit-transition: color 400ms, background-color 500ms;
	-moz-transition: color 500ms, background-color 500ms;
	-o-transition: color 500ms, background-color 500ms;
	transition: color 500ms, background-color 500ms;
	outline: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#sakura_campaign .staff_position {
	font-size:1.2em;
	margin:10px 0 10px 0;
	padding:0 0 0px;
	line-height:1em;
	text-align:left;
	color:#0187E8;
}
#sakura_campaign .staff_name {
	font-weight:bold;
	font-size:1.3em;
	margin:15px 0 0 0;
	padding:0 0 0px;
	line-height:1em;
	text-align:center;
	color:#000;
}
#sakura_campaign .staff_kind {
	font-weight:normal;
	font-size:1em;
	line-height:1.2;
	margin:10px 0 0 ;
	padding:10px 0 5px;
	text-align:center;
	border-top:1px #eee solid;
}
#sakura_campaign .staff_old {
	font-weight:normal;
	font-size:0.8em;
	margin:10px 0 0 0;
	padding:0px 0 0px;
	line-height:1.2;
	text-align:center;
/*	border-top:1px #eee solid;	/**/
}
#sakura_campaign .story_more {
	font-weight:normal;
	font-size:0.8em;
	margin:0 0 30px;
	text-align:center;
	border-bottom:1px #eee solid;
	padding:5px 0 10px;
	line-height:1.2;
}


#sakura_campaign .inside_story_staff {
	float:right;
	width:40%;
	margin:0 0 10px 40px;
	background-color:#f7f7f7;
}
#sakura_campaign .inside_story_staff2 {
	float:left;
	width:40%;
	margin:0 40px 10px 0px;
	background-color:#f7f7f7;
}
@media (max-width: 768px) {
	#sakura_campaign .inside_story_staff2 ,
	#sakura_campaign .inside_story_staff {
		float:none !important;
		width:100%;
		margin:0 0 20px 0px;
	}
}
#sakura_campaign .staff_position2 {
	font-size:0.7em;
	margin:15px 0 0px 0;
	padding:0 10px 0px 0;
	line-height:1em;
	text-align:center;
	font-weight:normal;
	color:#0187E8;
}
#sakura_campaign .staff_name2 {
	font-weight:bold;
	font-size:1.5em;
	margin:10px 0 10px 0;
	padding:0 0 0px;
	line-height:1em;
	text-align:center;
	color:#000;
}
#sakura_campaign .staff_kind2 {
	font-weight:normal;
	font-size:0.8em;
	line-height:1.2;
	margin:10px 0 0 ;
	padding:10px 0 0px;
	text-align:center;
}
#sakura_campaign .staff_old2 {
	font-weight:normal;
	font-size:0.8em;
	margin:0px 0 0 0 !important;
	padding:0px 0 18px;
	line-height:1.2;
	text-align:center;
	border-bottom:1px #eee solid;	/**/
}









/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed;
	z-index: 90;
 	visibility: hidden;
}

.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}







.countdown-item {
	text-align: center;
	margin-bottom:0px;
	color:#fff;
}
.countdown {
	font-size: 30px;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight:700;
	line-height:1;
	padding-bottom:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align: center !important;
}
.countdown-description {
	font-size:12px;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight:700;
	line-height:1;
	margin-top:5px;
	text-align: center !important;
	margin-left:auto;
	margin-right:auto;
}


.countdown2 {
	font-size: 36px;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight:700;
	line-height:1;
	padding-bottom:0;
	margin-bottom:0;
	margin-right:auto;
	margin-left:5px;
	text-align: center !important;
	letter-spacing:-0.02em;
}
.countdown-description2 {
	font-size:14px;
	font-family: 'Noto Sans', sans-serif !important;
	font-weight:700;
	line-height:1;
	margin-top:15px;
	text-align: center !important;
	margin-left:5px;
	margin-right:auto;
}

.countdown3 {
	font-size: 56px;
	font-family: 'Noto Sans', 'Archivo Narrow', sans-serif !important;
	font-weight:700;
	line-height:1;
	padding-bottom:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align: center !important;
	letter-spacing:-0.02em;
}
.countdown-description3 {
	font-size:24px;
	font-family: 'Noto Sans', 'Archivo Narrow', sans-serif !important;
	font-weight:400;
	line-height:1;
	margin-top:0px;
	text-align: center !important;
	margin-left:auto;
	margin-right:auto;
}


#countdown {
	margin-top:3px;
}
@media (max-width: 768px) {
	.countdown-item-xs-last {
		border-right:0;
	}
}
.countdown-item-last {
	border-right:0;
}



@media (min-width: 768px) {
	.dl-horizontal1 dt {
		text-align: center;
		font-size:1.8em;
/*		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
*/
	}
	.dl-horizontal1 dd {
		padding:3px 3px;
		color:#000;
	}

	.dl-horizontal2 dt {
		float: left;
		width: 55px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal2 dd {
		margin-left: 55px;
		padding:3px 3px;
		color:#000;
	}
	.dl-horizontal3 dt {
		float: left;
		width: 80px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal3 dd {
		margin-left: 80px;
		padding:3px 3px;
		color:#000;
	}
	.dl-horizontal4 dt {
		float: left;
		width: 100px;
		clear: left;
		text-align: left;
		font-weight:normal;
		line-height:1.3;
/*		overflow: hidden;	/**/
/*		text-overflow: ellipsis;	/**/
/*		white-space: nowrap;	/**/
	}
	.dl-horizontal4 dd {
		margin-left: 110px;
		padding:5px 3px;
		color:#000;
	}
	.dl-horizontal6 dt {
		float: left;
		width: 150px;
		clear: left;
		text-align: left;
/*		overflow: hidden;	/**/
		text-overflow: ellipsis;
/*		white-space: nowrap;	/**/
	}
	.dl-horizontal6 dd {
		margin-left: 160px;
		padding:5px 3px;
		color:#000;
		margin-bottom:10px;
	}
	.dl-horizontal dt {
		float: left;
		width: 100px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom:10px;
	}
	.dl-horizontal5 dt {
		float: left;
		width: 60px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal5 dd {
		margin-left: 70px;
		padding:5px 3px;
		color:#000;
	}
	.dl-horizontal dd {
		margin-left: 100px;
		padding:5px 3px 1px;
		color:#000;
	}
}
@media (max-width: 767px) {
	.dl-horizontal6 dt ,
	.dl-horizontal5 dt ,
	.dl-horizontal4 dt ,
	.dl-horizontal3 dt ,
	.dl-horizontal2 dt ,
	.dl-horizontal1 dt ,
	.dl-horizontal dt {
		padding:5px 10px 0px;
	}
	.dl-horizontal6 dd ,
	.dl-horizontal5 dd ,
	.dl-horizontal4 dd ,
	.dl-horizontal3 dd ,
	.dl-horizontal2 dd ,
	.dl-horizontal1 dd ,
	.dl-horizontal dd {
		padding:5px 10px 5px;
		border-bottom:1px #e6e6e6 solid;
		margin-bottom:10px;
	}


}



	.company-dl-horizontal dt {
		float: left;
		width: 70px;
		clear: left;
		text-align: right;
/*		overflow: hidden;	/**/
/*		text-overflow: ellipsis;	/**/
		white-space: nowrap;
		padding:10px 0px 8px ;
/*		border-top:1px #e6e6e6 solid;	/**/
	}
	.company-dl-horizontal dd {
		margin-left: 70px;
		padding:10px 15px 8px;
/*		border-top:1px #e6e6e6 solid;	/**/
	}
	.company-dl-horizontal dd div ,
	.company-dl-horizontal dd p {
		border-left:1px #666 solid;
		padding-left:15px;
	}


@media (max-width: 767px) {
	.company-dl-horizontal dt {
		padding:8px 10px 0px 0;
	}
	.company-dl-horizontal dd {
		padding:5px 10px 8px 0;
		border-bottom:1px #e6e6e6 solid;
	}


}

@media print {
	header ,
	footer {
		display: none !important;
	}
	.breadcrumb {
		display: none !important;
	}

	section  { display: block; /**page-break-before: always;**/ }
	h2 { display: block;}
	pre code {page-break-after: always;}
	@page {
		margin-top:0cm;
		margin: 0cm;
	}
	p a, code, pre {
		word-wrap: break-word;
	}

	.global-footer {
		clear:both;
	}


	h2.kai_p {
		page-break-before: always;
	}

	.station_box {
		-webkit-border-radius: 0px;
		border-radius: 0px;
		border-color:#fff;
		background-color:#fff;
		padding:30px 20px;
	}


}

.status1 {
	font-family: 'Noto Sans Japanese', sans-serif;font-weight:600;
	color:#1976D2;
}

.status2 {
	font-family: 'Noto Sans Japanese', sans-serif;font-weight:600;
	color:#d32f2f;
}

