@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
COMMON
文字色 茶　　　　：#572D09
文字色 赤　　　　：#E20029
文字色 グレー　　：#1A1818
背景色 オレンジ　：#FF9900
背景色 グレー　　：#F2F2F2
背景色 イエロー　：#FFBD00
背景色 青　　　　：#305DFF
背景色 青　　　　：rgba(20,80,225,1.00) #1450E1
========================================================================== */

.gfont {
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Sawarabi Mincho', serif;
}

/*===============================================
 レスポンシブ PCサイズ 横幅 769px以上
===============================================*/
@media screen and (min-width: 769px), print {

#homeCont {
}
#homeCont h2 {
	box-sizing: border-box;
	display: block;
	position: relative;
	
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	color: #FFFFFF;
	
	padding: 0px 0px 0px 18px;
	margin: 20px auto 5px;
	border: 1px solid #4358A3;
	border-radius: 3px;
	
	background: url(../img/common/ptn10p.png) top center repeat, #305dff; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #305dff 0%, #1c52a1 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #305dff 0%,#1c52a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #305dff 0%,#1c52a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305dff', endColorstr='#1c52a1',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#homeCont h2:after {
	display:block;
	content:"";
	position:absolute;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	width: 4px;
	height: 4px;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}

#homeCont .bList {
	padding: 5px;
	border-radius: 5px;
	margin: 0px auto 20px;
	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	-o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 10%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#homeCont .bList h3 {
	font-size: 15px;
	margin: 2px 10px 5px 10px;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
#homeCont .bList ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
}
#homeCont .bList ul li {
	display: block;
	width: 50%;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#homeCont .bList ul li:nth-child(3), #homeCont .bList ul li:nth-child(4) {
	border-bottom: none;
	padding: 5px 0px 0px 0px;
}

ul#topBn {
	display: block;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: left;
}
ul#topBn li {
	margin: 0px 0px 20px 0px;
}
ul#topBn li a {}
ul#topBn li a img {}



/* ===========================
　MAIN VISUAL エリア
============================== */

#main_visual {
	height:390px;
	position:relative;
	z-index:100;
}

#main_visual #main_slide {
	position:relative;
	overflow: hidden;
	width: 800px;
	height: 390px;
	margin: 0px auto;
	padding: 0px 0px;
}

#main_visual #main_belt {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 50%;
	margin-left: 185px;
}
#main_visual #main_txt {
	width: 800px;
	margin: 0px auto;
	color: #fff;
	font-size: 12px; 
	line-height: 30px;
	text-align: left;
	text-indent: 20px;
	
	background: url(../img/common/ptn10p.png) top center repeat, #305dff; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #305dff 0%, #1c52a1 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #305dff 0%,#1c52a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #305dff 0%,#1c52a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305dff', endColorstr='#1c52a1',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}

/*=================
　BXSLIDER
=================*/
#main_visual #main_slide .bxslider {
	margin:0px;
	padding:0px;
}
#main_visual #main_slide .bxslider li {
}
#main_visual #main_slide .bxslider li img {
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../js/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -10px;
	z-index: 2000;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #322828;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	outline: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
#slider-next {
	float: right;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
#slider-prev {
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#slider-prev a, #slider-next a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
}

.bx-wrapper .bx-prev {
	left: -15px;
	background: url(../js/images/controls.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -15px;
	background: url(../js/images/controls.png) no-repeat -43px 0px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -32px;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px -32px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


}/* PCサイズここまで */


/*===============================================
 レスポンシブ スマホサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {

#homeCont {
	padding: 10px 0px;
}
#homeCont figure {
	width: calc( 100vw - 10px );
	max-width: 550px;
	margin: 0px auto 10px;
}
#homeCont figure a {
}
#homeCont figure a img {
	width: 100%;
	height: auto;
}
#homeCont h2 {
	box-sizing: border-box;
	display: block;
	position: relative;
	
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	color: #FFFFFF;
	
	padding: 0px 0px 0px 18px;
	margin: 0px auto 0px;
	border-top: 1px solid #4358A3;
	border-bottom: 1px solid #4358A3;
	
	background: url(../img/common/ptn10p.png) top center repeat, #305dff; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #305dff 0%, #1c52a1 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #305dff 0%,#1c52a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #305dff 0%,#1c52a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305dff', endColorstr='#1c52a1',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#homeCont h2:after {
	display:block;
	content:"";
	position:absolute;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	width: 4px;
	height: 4px;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}

#homeCont .bList {
	padding: 5px;
	margin: 0px auto 10px;
	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	-o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 10%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#homeCont .bList h3 {
	font-size: 1.4rem;
	margin: 2px auto 5px;
	width: calc( 100% - 20px );
	max-width: 540px;
}
#homeCont .bList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto 10px;
	max-width: 540px;
}
#homeCont .bList ul li {
	display: block;
	width: calc( 100% / 2 - 0px );
	max-width: 270px;
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#homeCont .bList ul li a {}
#homeCont .bList ul li a img {
	width: 100%;
	height: auto;
}

ul#topBn {
	display: block;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: left;
}
ul#topBn li {
	width: calc( 100vw - 10px );
	max-width: 550px;
	margin: 0px auto 10px;
}
ul#topBn li a {}
ul#topBn li a img {
	width: 100%;
	height: auto;
}
/*　１列の場合 max-width: 320px-666px　*/
@media screen and (max-width: 666px) {

#homeCont .bList ul li {
	width: calc( 100% / 1 - 0px );
	max-width: 270px;
}

}

/* ===========================
　MAIN VISUAL エリア
============================== */

#main_visual {
	position:relative;
	z-index:100;
}

#main_visual #main_slide {
	position:relative;
	overflow: hidden;
	width: 100vw;
	height: calc( 45vw + 30px );
	margin: 0px auto;
	padding: 0px 0px;
}

#main_visual #main_belt {
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 2%;
	margin: 0px;
	height: 45vw;
}
#main_visual #main_belt img {
	width: auto;
	height: 100%;
}
#main_visual #main_txt {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	color: #fff;
	font-size: 1rem; 
	line-height: 30px;
	text-align: left;
	text-indent: 2%;
	
	background: url(../img/common/ptn10p.png) top center repeat, #305dff; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #305dff 0%, #1c52a1 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #305dff 0%,#1c52a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #305dff 0%,#1c52a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305dff', endColorstr='#1c52a1',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}

/*=================
　BXSLIDER
=================*/
#main_visual #main_slide .bxslider {
	margin:0px;
	padding:0px;
}
#main_visual #main_slide .bxslider li {
}
#main_visual #main_slide .bxslider li img {
	width: 100%;
	height: auto;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../js/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -5px;
	z-index: 2000;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #322828;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	outline: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
#slider-next {
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#slider-prev {
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#slider-prev a, #slider-next a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
}

.bx-wrapper .bx-prev {
	left: -15px;
	background: url(../js/images/controls.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -15px;
	background: url(../js/images/controls.png) no-repeat -43px 0px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -32px;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px -32px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}





}


#home {
	text-align:center;
	background: url(../top/bg_01.gif) repeat-x;
	width: 100%;
	height: 80px;
	margin:0px 0px -5px 0px;
	padding:0px 0px -5px 0px;
}
#home #home_head {
	position: relative;
	margin: 0 auto -5px;
	background: url(../top/bg_01.gif) repeat-x;
	width: 830px;
	height: 75px;
	clear: both;
	padding:0px 0px -5px 0px;
}
#home #home_head h1#logo {
	display:block;
	float:left;
	width:240px;
	height:55px;
	margin:15px 0px 0px 15px;
	padding:0px;
}
#home #home_head em {
	float:right;
	font-size: 12px;
	text-align: right;
	font-style:normal;
	padding: 8px 30px 0px 0px;
	margin:0px;
}
#home #home_head ul {
	display:block;
	position:absolute;
	float:right;
	width:525px;
	height:40px;
	margin:0px;
	padding:0px;
	right:10px;
	bottom:6px;
}
#home #home_head ul li {
	display:block;
	float:left;
	margin:0px 4px 0px 0px;
}

#home #home_head nav {
	display: block;
	position: absolute;
	overflow: hidden;
	right: 0px;
	bottom: 5px;
	padding: 5px 5px 0px 5px;
}
#home #home_head nav > ul {
	display: block;
	position: static;
	width: 550px;
	height: 40px;
	margin: 0px -3px 0px 3px;
	padding: 0px;
}
#home #home_head nav > ul li {
	width: calc( 100% / 5 );
	text-align: center;
	margin: 0px 0px 0px 0px;
}
#home #home_head nav > ul li a {
	display: block;
	position: relative;
	font-size: 12px;
	text-decoration: none;
	line-height: 29px;
	font-weight: bold;
	color: #404040;
	background: linear-gradient(to bottom, #F2F2F2, #FFF, #FFF);
	border: 1px solid #FFF;
	
	margin: 10px 3px -2px;
	padding: 3px 0px 0px 0px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
#home #home_head nav > ul li a:hover {
	line-height: 35px;
	margin: 4px 3px -2px;
	padding: 3px 0px 0px 0px;
}
#home #home_head nav > ul li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 3px;
	background: #CCC;
}
#home #home_head nav > ul li a:hover:after {
	background: #000;
}
#home #home_head nav > ul li:nth-child(1) a:hover:after {
	background: #00ADE7;
}
#home #home_head nav > ul li:nth-child(2) a:hover:after {
	background: #78BD36;
}
#home #home_head nav > ul li:nth-child(3) a:hover:after {
	background: #F2A0B9;
}
#home #home_head nav > ul li:nth-child(4) a:hover:after {
	background: #5F8EC4;
}
#home #home_head nav > ul li:nth-child(5) a:hover:after {
	background: #F18904;
}

#home_head table {
	width:830px;
	height:70px;
	padding:0px;
	margin:0px 0px 10px 0px;
}






#topics {
	overflow:hidden;
	background:url(../img/home/topics.png) no-repeat left top;
	width:600px;
	height:24px;
	line-height:24px;
	float:right;
	padding:0px 0px 0px 100px;
	margin:15px 10px 0px 0px;
	font-size:12px;
}
#topics #ticker {
	display:block;
	position:relative;
	overflow:hidden;
	height:24px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
}
#topics #ticker ul {
	display:block;
	position:relative;
	overflow:hidden;
	height:24px;
	padding:0px;
	margin:0px;
}
#topics #ticker ul li {
	padding:4px 0px 0px 10px;
	line-height:20px;
	display: none;
	overflow:hidden;
}
#topics #ticker ul li em {
	font-style:normal;
	font-weight:bold;
	margin-right:6px;
}

#scene {
	overflow:hidden;
	margin:0px 0px 37px 0px;
	padding:0px;
}
#scene h2 {
	display:block;
	text-align:right;
	margin:17px 0px 15px 0px;
	padding:0px;
}
#scene ul {
	display:block;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#scene ul li {
	float:left;
	margin:0px 20px 0px 0px;
	padding:0px 0px 5px 0px;
}
#scene ul li.last {
	margin:0px;
}
#scene ul li:after {
	content:"";
	display:block;
	width:220px;
	height:5px;
	margin:0px;
	padding:0px;
	background:url(../img/home/scene_shadow.png) no-repeat center bottom;
}

#info {
	overflow:hidden;
}
#info h2 {
	width:690px;
	margin:0 auto;
}
#info ul {
	display:block;
	overflow:auto;
	margin:0px;
	padding:0px;
	max-height:335px;
}
#info ul li {
	display:block;
	overflow:hidden;
	padding:15px 15px 10px;
	width:650px;
	margin:0 auto;
	background:url(../img/home/info_line.png) no-repeat center bottom;
}
#info ul li:hover {
	background:#FFF;
	filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	zoom: 1;
}
#info ul li span {
	float:left;
	padding-bottom:5px;
	margin-right:32px;
}
#info ul li span img {
	border:#C7B299 2px solid;
	background:#FFF;
	padding:1px
}
#info ul li span:after {
	content:"";
	display:block;
	width:186px;
	height:5px;
	background:url(../img/home/info_shadow.png) no-repeat center bottom;
}
#info ul li h3 {
	display:block;
	font-size:14px;
	line-height:30px;
	margin:0px 0px 2px 0px;
}
#info ul li p {
	font-size:12px;
	line-height:20px;
	margin:0px;
	padding-bottom:10px;
}
#info ul li h3.lunch:before {
	content:"";
	display:block;
	float:left;
	width:60px;
	height:14px;
	margin:8px 10px 0px 0px;
	background:url(../img/home/info_lunch.jpg) no-repeat left top;
}
#info ul li h3.corse:before {
	content:"";
	display:block;
	float:left;
	width:60px;
	height:14px;
	margin:8px 10px 0px 0px;
	background:url(../img/home/info_corse.jpg) no-repeat left top;
}
#info ul li h3.party:before {
	content:"";
	display:block;
	float:left;
	width:60px;
	height:14px;
	margin:8px 10px 0px 0px;
	background:url(../img/home/info_party.jpg) no-repeat left top;
}



