@charset "utf-8";
/*-----------------------------------------------------------

全体スタイル

-----------------------------------------------------------*/

body {
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}



/*リンク表示方法*/
a {
	text-decoration: none;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:active {
	color: #0000FF;
}

a:hover {
	color: #993300;
}




/*-----------------------------------------------------------

header

-----------------------------------------------------------*/

header {
	width: 100%;
	padding: 10px 0;
	background: #FFFFFF;
}

.header_inner1 {
	width: 96%;
	margin: 0 auto;
}

.header_inner1 h1 {
	float: left;
	width: 35%;
	margin: 12px 2% 0;
}

.header_inner1 div {
	float: right;
	width: 18%;
	margin-top: 20px;
}


/*-----------------------------------------------------------

cover

-----------------------------------------------------------*/

h2.bg1 {
	background-image: url(../img/Page_bg_1.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}



/*-----------------------------------------------------------

nav

-----------------------------------------------------------*/

nav {
	margin-bottom: 10px;
}

.navi li {
	text-align: center;
}



/*-----------------------------------------------------------

main

-----------------------------------------------------------*/

main {
	width: 96%;
	margin: 0 auto;
}


/*-----------------------------------------------------------

footer

-----------------------------------------------------------*/


small {
	font-size: 55%;
	color: #FFFFFF;
}

.f_inner {
	background: #333333;
	padding: 12px 1% 8px;
}

footer p {
	background: #FF931E;
	text-align: center;
	line-height: 1;
	border-top: solid 3px #FFF;
	padding: 12px 1%;
}

.f_list1 li {
	float: left;
	width: 24%;
	margin: 0.5%;
}

.f_list1 li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 2px solid #FFFFFF;
	text-align: center;
	padding: 10px 0 5px;
	font-size: 60%;
}

.f_list1 li a i {
	display: block;
	margin-bottom: 5px;
	font-size: 540%;
}




/*-----------------------------------------------------------

slide_menu

-----------------------------------------------------------*/

#pageslide {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 65%;
	padding: 1%;
	background: #FF931E;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px rgba(0,0,0, 0.2);
}

#naviOpen {
	font-size: 320%;
	color: #F9CA53;
	text-align: center;
}

.menu_bt {
	margin-top: 12.5%;
	text-align: center;
}

#modal {
	display: none;
}

p.btn-close {
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	margin: 5% auto;
	width: 50%;
	font-size: 15px;
}

p.btn-close a {
	display: block;
	text-decoration: none;
	color: #000!important;
	padding: 5% 5%;
}

.navi img {
	width: 100%;
}

.navi li > a {
	width: 100%;
	background-color: #FF931E;
	display: block;
	border-bottom: solid 2px #FFF;
	padding: 13px 0 10px;
	color: #FFF;
	font-size: 130%;
}

.navi {
	margin-top: 20px;
}

#slide_navi li a {
	text-align: center;
	display: block;
	color: #000000;
	line-height: 3;
	text-decoration: none;
	margin-top: 5px;
	background: #FFFFFF;
}



/* 全ページ共通クラス(要調整)
----------------------------------------------------------- */

/*--- 記事枠 ---*/



/*--- ページトップ ---*/

.pageTop {
	clear: both;
	text-align: right;
	margin: 0 10px 30px 0;
}




/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin-bottom: 20px !important;
	position: relative;
}

.bx-controls-direction {
	position: absolute;
	top: 50%;
	width: 100%;
}

.bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-prev {
	left: 1% !important;
	background: url(./../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./../img/next.png) no-repeat 100% 0;
	background-size: contain;
}



/*-- 新着情報 --*/

.news h3 {
	margin: 30px 0 15px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: solid 3px #AAA;
}

.news > dl > dt {
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}

.news > dl > dt img {
	margin: 10px auto;
	width: 50%;
	display: block;
}

.news > dl > dt > a {
	width: 95%;
	display: block;
	background-color: #FF3D45;
	margin: 0 auto 20px;
	padding: 10px 0 7px;
	color: #FFF;
	font-size: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.5) -1px 3px 8px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) -1px 3px 8px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) -1px 3px 8px 0px;
	-ms-box-shadow: rgba(0, 0, 0, 0.5) -1px 3px 8px 0px;
}

.news dd {
	margin-bottom: 10px;
	padding-bottom: 5px;
	max-height: 250px;
	border-bottom: 1px solid #CCCCCC;
	overflow-y: auto;
}

.new_conts a img {
	width: 70%;
	margin: 0 0 0;
}

dd.scroll-pane > dl > dt {
	background-color: #FF9196;
	color: #FFF;
	font-weight: bold;
	font-size: 130%;
	padding: 4px 2% 1px;
	margin-bottom: 10px;
}

dd.scroll-pane > dl > dd {
	padding: 0 2% 5px;
}

dd.scroll-pane > dl > dd > a {
	color: #0071BC;
	font-size: 130%;
	margin-top: -2px;
	display: block;
	text-decoration: underline;
}

a.event_new {
	color: #ED1E79 !important;
}

.topics > dl > dt {
	width: 50%;
	margin: 60px 0 20px 2%;
	border-bottom: solid 3px #CCC;
	padding-bottom: 5px;
}

ul.topic_cont {
	width: 90%;
	margin: 0 auto;
}

ul.topic_cont > li {
	margin-bottom: 20px;
}

ul.topic_cont > li dl > dd {
	font-size: 130%;
	color: #FF2B34;
	background-color: #FFF;
	font-weight: bold;
	padding: 0 1% 0;
	border: solid 2px #CCC;
}

ul.topic_cont > li dl > dd em {
	font-size: 70%;
	color: #666;
	line-height: 10px;
	margin-bottom: 5px;
	display: block;
}

.topics > dl > dd {
	background-color: #FF931E;
	padding: 20px 0 5px;
}

ul.topic_cont > li dl > dt {
	background-color: #CCC;
	padding: 1%;
}

/*--- イベント ---*/

.t_event > ul > li {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.t_event > ul > li img {
	max-width: 75%;
	max-height: 200px;
	border: solid 4px #CCC;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.t_event > ul > li dd em {
	display: block;
	color: #FFF;
	background-color: #FF931E;
	font-size: 90%;
	width: 100%;
	padding: 3px 0 0;
	margin: 0 auto;
}

.t_event > ul > li dd {
	background-color: #333;
	color: #FFF;
	width: 90%;
	margin: 0 auto;
}

.t_event > ul > li dt {
	background-color: #CCC;
	width: 90%;
	height: 207px;
	margin: 0 auto;
	position: relative;
}

.t_event > h4 em {
	color: #666;
	margin: -4px 0 0 9px;
	display: block;
	border-bottom: solid 3px #CCC;
	margin-bottom: 10px;
}

.t_event > h4 {
	margin: 30px 0 20px;
}

/*--- LINEとTWITTER ---*/

.line_twitter h4 {
	margin: 20px 0 10px 0;
}

.line_twitter > dl > dt {
	width: 100%;
	text-align: left;
}

.line_twitter > dl > dt img {
	width: 60%;
	margin: 0 20% 0;
}

.line_twitter > dl > dt em {
	display: block;
	font-size: 120%;
	color: #FF931E;
	font-weight: bold;
	margin: 5px 0 0 1%;
}

.line_twitter > dl > dd em {
	background-color: #FF931E;
	font-size: 110%;
	color: #FFF;
	padding: 1px 14px;
	margin: 5px 0 20px 0;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.line_twitter > dl > dd > ul > li {
	margin-bottom: 20px;
}

.qr_code li {
	display: inline-block;
}

.qr_code {
	text-align: center;
}

.qr_code li a {
	font-size: 130%;
	color: #0071BC;
	text-decoration: underline;
}


/*--- スタッフ募集 ---*/

ul.recuruit_page_btn {
	width: 96%;
	margin: 0 auto 40px;
}

ul.recuruit_page_btn > li > a {
	width: 100%;
	height: 50px;
	background-color: #FF931E;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.18) -1px 3px 8px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.18) -1px 3px 8px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.18) -1px 3px 8px 0px;
	-ms-box-shadow: rgba(0, 0, 0, 0.18) -1px 3px 8px 0px;
	margin: 20px 0 0 0;
	text-align: center;
	color: #FFF;
	padding: 8px 0 0 0;
	font-size: 170%;
	font-weight: bold;
}

.t_recuruit_inner > dl > dt {
	width: 60%;
	margin: auto;
	text-align: center;
	color: #FF8500;
	font-size: 120%;
	font-weight: bold;
}

.t_recuruit_inner > dl > dd {
	width: 96%;
	margin: 0 auto 20px;
	border: solid 2px #FF931E;
}

.t_recuruit_inner > dl > dd > dl > dt {
	background-color: #FF931E;
	color: #FFF;
	padding: 1%;
}

.t_recuruit_inner > dl > dd > dl > dd {
	padding: 2%;
}

.t_recuruit_inner > ol {
	width: 96%;
	margin: 0 auto 50px;
}

.t_recuruit_inner > ol > li > h5 {
	background-color: #FF931E;
	color: #FFF;
	padding: 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.t_recuruit_inner > ol > li > p {
	padding: 2%;
	margin: 0 0 20px;
}

table.tb01 {
	width: 96%;
	margin: 0 auto 20px;
}

table.tb01 th {
	width: 20%;
	background-color: #FFC381;
	color: #666;
	text-align: center;
	border: solid 2px #FF9E33;
}

table.tb01 td {
	border: solid 2px #FF9E33;
	padding: 2%;
}