@charset "utf-8";
/* CSS Document */

/**

1. common
2. override bootstrap
3. header
4. navi
5. toppage section
6. footer

7. breadcrumb
8. sidebar
9. main_content


main colors: 

#0E1446
#dedede


**/

/***************************************************************
 1. common
 **************************************************************/


body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	line-height:150%;
}

a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

section#eyecatch a:hover img{
	opacity: 1.0;
}

.wrapper{
	width:1024px;
	margin:0px auto; 
}

.left,
.left_column{
	float:left;	
}

.right,
.right_column{
	float:right;	
}

.current{
	background-color:#dedede;	
}

h3{
	background-color:#dedede;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

h4{
	border-left:3px solid #dedede;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

h5{
	font-size:14px;
	padding:20px 10px;
	border-bottom: 1px solid #dedede;
}

ul{
	padding-left:0px;
}

ol{
	padding-left:15px;
}

ul li{
	list-style:none;
	
}

p{
	padding:4px;	
}

img.center{
	display: block;
	margin:0 auto;
}

a:focus{
	color:#aaa;	
}

a.more{
	float:right;
	margin-right: 15px;
}

.pagetop{
	border:1px solid #ccc;
	padding:5px 10px;
	float:right;
}

.pagetop:before{
	font-family: FontAwesome;
 	content: '\f0aa';
	padding-right:5px;
}

table.norborder,
table.norborder th,
table.norborder td{
	border:none;
}

.alignleft {
display: block;
margin: 0 auto 0 0;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.alignright {
display: block;
margin: 0 0 0 auto;
}

span.date{
	font-size: 12px;	
}

h2 .btn, h3 .btn, h4 .btn, h5 .btn
{
	float:right;
}

/***************************************************************
 2. override bootstrap
 **************************************************************/
 
.btn-info{

}

.label{
	padding:4px;
	background-color:#ccc;
}





/***************************************************************
 3. header
 **************************************************************/

header{
	border-top:8px solid #000;
}

header h1{
	display:none;	
}

header div#search_area{
	padding:10px 10px;
	text-align:right;
}

header div#search_area ul li{
	float:right;
	padding:5px;
}
header div#search_area .btn-default{
	padding:4px 10px;
	border-radius:0px;
	margin-left:0px;
	float:right;
}

header div#search_area input[type=text]{
	height:30px;
	margin-right:0px;
	float:right;
}



#home header{
	
}

#sub header{

}




/***************************************************************
4 nav
***************************************************************/


nav{
	background-color:#0E1446;
	height:56px;
	min-width:1024px;
	background: url(./images/nav_back_.jpg) repeat-x;
	background-size: auto 60px;
}

nav div{
	margin:0px;
	padding:0px;
}

nav div ul{
	margin:0px;
	padding:0px;
}

nav div ul li{
	height:56px;
	padding:0px;
	margin:0px;
}

nav div > ul > li{
	float:left;	
}

nav div ul li a{
	margin:2px 0px;
	display:block;
	min-width:120px;
	padding:17px 23px;
	color:#fff;
	font-size:14px;
	text-align:center;	
	height:56px;
	vertical-align:middle;
}

nav div > ul > li > a{
	border-left:1px solid #ccc;	
}

nav div ul ul{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#333;
	color:#fff;	
}

nav div ul li:last-child a{
	border-right:1px solid #ccc;
}

nav div ul li a:hover{
	background-color:#fff;
	color:	#666;
	text-decoration:none;
}





/***************************************************************
5 toppage section
***************************************************************/



section#eyecatch{
	text-align: center;
    background-image:url("images/eyecatch_bg.jpg");
    background-size:100% auto;
    background-repeat: no-repeat;
}

section#eyecatch img{
	width: 1100px;
}


/* autoHeight.jquery */

div.item{
	margin-bottom:10px;
	height:auto;
}

div.item div{
	border:1px solid #ccc;
	padding:2px 4px;
}

/* nivo-slider */

.theme-default .nivoSlider {
	margin-bottom: 0px;
}


section#contents{
	width: 100%;
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 30px;
}

section#contents div.col-sm-3 img{
	width: 100%;
	margin-top: 20px;
}

section#contents div.col-sm-9{
	float: right;
}

section.news{
	background-color: #fff;
	margin-top: 20px;
	border-top: 2px solid #082851;
	min-height: 356px;
	width: 96%;
	float: left;
	margin-right: 2%;
}

section.news h2{
	margin: 0;
	background: url(./images/news_back.jpg) repeat-x;
	background-size: auto 45px;
	height: 45px;
	font-size: 22px;
	padding-top: 10px; 
	padding-left: 10px;
}

section.news ul{
	padding: 10px;
	margin:12px 15px;
}

section.news ul li{
	border-bottom: 1px dashed #ccc;
	padding: 12px 0;
}

section.news ul li:after{
	content: '';
	display: table;
	clear: both;
}

section.news div.col-sm-2{
	text-align: center;
	padding-right: 0;
}

section#contact h2{
	font-size: 22px;
	border-left: 5px solid #0b0e89;
	padding-left: 8px;
	margin-top: 40px;
	margin-bottom: 15px;
}

section#contact ul li{
	width: 32%;
	height: 120px;
	background-color: #fff;
	float: left;
	margin-right: 2%;
}

section#contact ul li:last-child{
	margin-right: 0;
}

section#contact img{
	width: 40px;
}

section#contact p{
	font-size: 16px;
	font-weight: bold;
	padding: 18px 30px 0 50px;
}

section.news h2:after{
	content: '';
	clear: both;
	display: table;
}


div.more{
	float: right;
	margin-right: 15px;
}

div.more a:hover{
	background-color: #eee;
	text-decoration: none;
}

div.more a:before{
	font-family: FontAwesome;
	content: '\f039';
	padding-right: 6px;
}

div.more a{
	border: 1px solid #8b8eae;
	padding: 4px 10px;
	font-size: 14px;
	position: relative;
	top: -2px;
}

div.top_title{
	background-color: #fff;
	padding: 20px 40px 20px 40px;
	margin: 10px 30px 0 15px;
	border: 1px solid #ccc;
}

div.top_title h2{
	font-size: 19px;
	font-weight: bold;
	margin-top: 10px;
}

div.top_title p{
	padding: 0;
	margin: 0;
	font-size: 16px;
}

div.top_title span{
	border: 1px solid #666;
	padding: 2px 10px;
	font-size: 11px;
}

div#banner{
	margin-top: 20px;
}

div#banner ul{
	margin-top: 10px;
	text-align: center;
}

div#banner ul li{
	display: inline-block;
	margin-right: 40px;
	}

/***************************************************************
6 footer
***************************************************************/

footer{
	background-color:#000;
	color:#fff;
	text-align:center;
	font-size:12px;	
	padding:20px;
}


/***************************************************************
7 breadcrumb
***************************************************************/
#breadcrumb{
	margin:15px 0px;
}
#breadcrumb ul li{
	float:left;
	margin:0px 10px;
}


/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	border:1px solid #999;
	padding:0px;
	margin-bottom:20px;
}

div#sidebar h2{
	background-color:#0e1446;
	color:#fff;
	font-size:18px;
	margin:0px;
	padding:15px 10px;	
}

div#sidebar h2 i{
	display:none;
	float:right;
	width:50px;
}

div#sidebar ul{
	margin-bottom:0px;
}

div#sidebar ul li{
	background-color:#fff;
}

div#sidebar ul li a{
	display:block;
	width: 224px;
	height:70px;	
	padding:10px;
	border-bottom:1px solid #999;
	color:#666;
	vertical-align: middle;
	display: table-cell;
	text-indent: -1.3em;
	padding-left: 2.1em;
}

div#sidebar ul li a:hover{
	background-color:#eee;
	text-decoration:none;	
}

div#sidebar ul li a:before{
	font-family: FontAwesome;
 	content: '\f101';
	margin-right:10px;
}


div#sidebar ul li ul li{

}

div#sidebar ul li ul li a{
	background-color:#efefef;	
	min-height:40px;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #ccc;
	color:#666;	
}

div#sidebar ul li ul li a:hover{
	background-color:#FFF6E8;
	text-decoration:none;		
}

div.hotel_txt p{
	margin-bottom: 0px;
	text-indent: -1.0em;
	padding-left: 1.0em;
}



/***************************************************************
9 main_content
***************************************************************/

div#main_content{
	border:1px solid #999;
	padding:0px;
	margin-top: 20px;
	background-color: #fff;
}


div#main_content h1{
	border-left:3px solid #0e1446;
	padding:15px 10px 15px 30px;
	margin-top:25px;
	margin-bottom: 40px;
	font-size:24px;
	color: #0e1446;
	background-color: #eee;
}

div#main_content div#content_area{
	padding:10px 30px;	
	min-height:500px;
}


div#main_content h2{
	font-size:20px;
	margin:20px 0px;
	padding:10px 10px;
	border:1px solid #999;	
}

div#main_content h3{
	background-color:#eee;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

div#main_content h4{
	border-left:3px solid #ccc;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

div#main_content h5{
	font-size:14px;
	padding:20px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}


div#main_content div.clearfix{
	margin-bottom:30px;	
}

div#main_content table tr td{
	border:1px solid #ccc;
	padding:15px 20px;
}

div#main_content table tr th{
	background-color: #999;
	color:#fff;
	padding:15px 20px;	
	border-bottom:1px solid #fff;
}

div#main_content table tr:nth-child(2n)
{
	background-color:#efefef;
}

div#main_content ul li:before{
	font-family: FontAwesome;
 	content: '\f101';
	padding-right: 10px;
}


div#main_content ul li ul{
	margin-left:20px;	
}


div#main_content table.responsive{
	
}

div#main_content table.responsive th,
div#main_content table.responsive td{
	padding: 6px 2px;
	text-align:center;
}

div#main_content table.responsive th,
div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	font-weight:bold;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
}



div#main_content table.toggle_next tr td,
div#main_content table.toggle_next tr th,
div#main_content table.toggle_nextall tr td,
div#main_content table.toggle_nextall tr th  {
    padding: 5px 20px;
}

div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	text-align:center;
}

div#main_content table.toggle_next .toggle,
div#main_content table.toggle_nextall .toggle{
	cursor:pointer;
}


div#main_content div.slider-wrapper{
	width:50%;
	margin:10px auto;
}

div#main_content div.slider-wrapper div.nivo-controlNav{
	display:none;	
}

.info_btm ul{
	background-color: #fff;
	margin-top: 20px;
	border: 1px solid #ccc;
	width: 500px;
	margin: 20px auto 0;
}

.info_btm ul li{
	float: left;
	margin-left: 50px;
	padding: 10px 0;
}

.info_btm ul li img{
	width: 30px;
	margin-right: 2px;
}

div.date{
	width: 100%;
	
}

#main_content ul.line li{
	margin-bottom: 14px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 14px;
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.day{
	margin:  40px 50px 40px 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.day span{
	padding: 15px 20px;
	background-color: #659cd6;
	
}


/********************************************************************
10 PC
********************************************************************/

@media (min-width: 768px) {
	
	.sp_none{
		
	}
	
	.pc_none{
		display:none;
	}
	
	body{
		min-width:1024px;
	}
	
	div#sp_menu{
		display:none;	
	}
}


/********************************************************************
10 SP
********************************************************************/

@media (max-width: 767px) {
	
	.sp_none{
		display:none;
	}
	
	.pc_none{
		
	}
	
	header div#search_area{
		display:none;
	}
	
	header div#logo_area{
		padding:0px;
	}
	
	header div#logo_area img{
		width:80%;
	}
	
	nav{
		display:none;	
		min-width:100%;
		background-image:none;
		z-index:1000;
		position:absolute;
		top: 60px;
		
	}
	
	nav ul{
		width:100%;	
	}

	nav ul li{
		width:50%;	
		float:left;
		background-color:#aaa;
	}
	
	nav div ul li{
		width: 50%;
		border-bottom: 1px solid #fff;
		padding: 0;
		height: 58px;
	}
	
	nav div ul li a{
		min-width: auto;
		padding: 0;
		display: table-cell;
		vertical-align: middle;
		padding: 0 20px;
	}
	
	nav div ul li a:hover{
		background-color: #aaa;
	}
	
	nav div ul li a:last-child{
		border-right: none;
	}
	
	
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	
	div#main_content{
		border:none;
		padding:0px;
	}
	
	div#main_content div#content_area{
		padding:0px;
	}
	
	img.full{
	width:100%;
	}
	
	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
	}


	section#process ul li{
		padding:60px 5px 10px 5px;
		margin:4px 5px;
	}


	div#sp_menu{
		position:absolute;
		right:20px;
		top:20px;
		display:block;	
	}

	div#sidebar ul{
		display:none;	
	}
	
	div#sidebar h2{
		cursor:pointer;	
	}
	
	div#sidebar h2 i{
		display:inherit;
	}
	
	section#eyecatch img{
		width: 100%;
	}
	
	section#contents div.col-sm-3 img{
		width: 80%;
		margin-left: 10%;
	}
	
	section#contents div.col-sm-9{
		width: 100%;
	}
	
	section#contact ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	
	section.news{
		min-height: auto;
		width: 100%;
	}
	
	section.news ul{
		min-height: auto;
		padding: 0 10px;
	}
	
	.info_btm ul{
		width: 100%;
	}
	
	.info_btm ul li{
		width: 30%;
		margin-left: 2%;

	}
	
	.day span{
		display: block;
		padding: 10px;
	}
	
	div.top_title h2{
		font-size: 16px;
	}
	
	div.top_title{
		margin: 10px 15px 0 15px;
		padding: 15px;
	}
	
	div#banner ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	
	div#banner ul li:last-child{
		margin-bottom: 0;
	}

}



/********************************************************************
41 Print
********************************************************************/


@media print {
	

	a[href]:after{
	content: ""!important;
	}

	abbr[title]:after{
	content: ""!important;
	} 	
	
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
	

  .sp_none{
	display:block !important;
  }
	
  .pc_none{
	display:none !important;
  }
	
  .wrapper{
	width:1024px !important;	
	min-width:1024px !important;
  }	
	
  nav{
	display:block !important;
	float:none !important;
	position:relative !important;
  }
	
  nav ul li{
	width:auto !important;
  }

  div#search_area{
	display:block !important;
  }	
	
  div#sp_menu{
	display:none;	
  }
	
  div#search_area{
	display:block;
  }
	
  div#sidebar ul{
	display:block !important;	
	position: relative;
  }
	
  div#sidebar h2 i{
    display:none !important;
  }	
	
  .left, .left_column{
	float:left !important;
  }
	
  .right, .right_column{
	float:right !important;
  }	
	
}

