@charset "utf-8";
body{
	position: relative;
	min-width: 976px;
}
#main{
	border-top: none;
}
@media screen and (max-width: 750px){
	body{
		min-width: 100%;
	}
}
/* gNav
--------------------------------------------------------------*/
.gNav{
	margin-bottom: 15px;
	background: none;
}
.gNav ul{
	width: 700px;
	padding: 0;
}
.gNav li{
	margin: -40px 0 0;
	padding: 0;
	width: 140px;
	border:none;
}
.gNav li a{
	margin: 0;
}
.gNav_img {
	text-align: center;
	float: none;
}
.gNav_img img{
	width: 96px;
	height: 96px;
}
.gNav_txtWrap{
	padding: 6px 0 0;
	text-align: center;
}
.gNav_txt01{ font-size: 20px; letter-spacing: 1px;line-height: 1.2;}
.gNav_txt02{ font-size: 12px;}
@media screen and (max-width: 750px){
	.gNav{
		display: block;
	}
	.gNav ul{
		width: 100%;
		padding: 0 5%;
	}
	.gNav li{
		margin: -3% 0.5% 0;
		width: 24%;
	}
	.gNav li a:hover{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	.gNav_img img{
		position: static;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 6%;
	}
	.gNav_txtWrap{
		padding: 0;
	}
	.gNav_txt01{ font-size: 125%;}
	.gNav_txt02{ font-size: 84%;}
	}
/* topVisual
--------------------------------------------------------------*/
.topVisual{
	position: relative;
	border-bottom:  3px solid #58462b;
}
.topVisual .bx-wrapper {
	width: 960px;
	margin-bottom: 0;
}
.topVisual .bx-wrapper:before,
.topVisual .bx-wrapper:after{
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 5;
}
.topVisual .bx-wrapper:before{ left: -1px;}
.topVisual .bx-wrapper:after{ right: -1px;}
.topVisual .bx-viewport{
	overflow: visible !important;
}
.slider01 {
	width: 960px;
	height: 369px;
	margin: auto;
}
.slider01 li{
	z-index: -1;
	position: absolute;
}
.slider01 li:first-child {
	z-index: 0;
}
.topVisual .bx-wrapper .bx-pager{
	left: 0;
	bottom: 45px;
	width: 50%;
	text-align: left;
	z-index: 10;
}
.topVisual .bx-wrapper .bx-pager .bx-pager-item{
	background: #58462d;
	background: rgba(65,50,30,0.75);
}
.topVisual .bx-wrapper .bx-pager .bx-pager-item:first-child{
	padding-left: 15px;
}
.topVisual .bx-wrapper .bx-pager .bx-pager-item:last-child{
	padding-right: 3px;
	border-radius: 0 13px 13px 0;
}
.topVisual .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	margin: 7px 10px 8px 0;
}
.topVisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.topVisual .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #53a213;
}
.topVisual .bx-wrapper .bx-controls-direction a{
	margin-top: -25px;
	width: 25px;
	height: 50px;
	opacity: 0.83;
	-ms-filter: "alpha(opacity=83)";
}
.topVisual .bx-wrapper .bx-prev{
	left: 0;
	background: url(../img/slider_arrow.png) no-repeat left 0;
}
.topVisual .bx-wrapper .bx-next{
	right: 0;
	background: url(../img/slider_arrow.png) no-repeat right 0;
}
.topVisual .bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
.topVisual_fix {
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: 250px;
}
@media screen and (max-width: 750px){
	.topVisual{
		border-bottom-width: 2px;
	}
	.topVisual .bx-wrapper {
		width: 95%;
	}
	.slider01 li{
		border: none;
	}
	.topVisual .bx-wrapper .bx-pager{
		display: none;
	}
	.topVisual .bx-wrapper .bx-controls-direction a{
		margin-top: -20px;
		width: 20px;
		height: 40px;
		background-size: 41px;
	}
	.topVisual .bx-wrapper .bx-prev{
		left: 1px;
		background-position: left -26px;
	}
	.topVisual .bx-wrapper .bx-next{
		right: 1px;
		background-position: right -26px;
	}
	.topVisual_fix {
		top: 11px;
		margin-left: 12.5%;
		width: 27%;
	}
}
/* panelArea
--------------------------------------------------------------*/
.panelArea{
	width: 976px;
	margin: 0 auto;
}
.panel{
	float: left;
	background: #fff;
	margin: 13px 7px 0;
	position: relative;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
}
.panel:before, .panel:after {
	bottom: 18px;
	box-shadow: 0 15px 10px #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	content: "";
	left: 10px;
	max-width: 300px;
	position: absolute;
	top: 80%;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	width: 50%;
	z-index: -1;
}
.panel:after {
	left: auto;
	right: 10px;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
}
.panel.size1{ width: 230px;}
.panel.size2{ width: 473px;}
@media screen and (max-width: 750px){
	.panelArea{
		width: 100%;
	}
	.panel.size1{
		width: 43%;
	}
	.panel.size1.panelLeft{ margin: 4% 2% 0 5%;}
	.panel.size1.panelRight{ margin: 4% 5% 0 2%;}
	.panel.size2{
		width: 90%;
		margin: 4% 5% 0;
	}
}
/* panelSearch
--------------------------------------------------------------*/
.panelSearch{
	position: relative;
	height: 473px;
}
.panelSearch_ttl{
	padding: 11px 0 10px 81px;
	color: #fff;
	background: #53a213;
}
.panelSearch_more{
	position: absolute;
	top: 16px;
	left: 345px;
	font-size: 12px;
}
.panelSearch_more a{
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.panelSearch_more a:before{
	content: "";
	display: inline-block;
	width: 9px;
	height: 8px;
	padding-right: 3px;
	background: url("../img/arrow01_white.png") no-repeat 0 0;
}
.panelSearch_more a:hover{
	border-color: #58462d;
	color: #58462d;
	font-weight: bold;
	text-decoration: none;
}
.panelSearch_more a:hover:before{
	background: url("../img/arrow01_brown.png") no-repeat 0 0;
}
.panelSearch_list{
	overflow-y: scroll;
	height: 385px;
	margin: 17px 15px 0;
}
.panelSearch_list li{
	margin-right: 12px;
	border-bottom: 1px dotted #c4b3a6;
}
.panelSearch_list a{
	padding: 13px 8px 13px 12px;
	display: block;
}
.panelSearch_list a:hover{
	background: #fff7e6;
	font-weight: bold;
	text-decoration: none;
}
.panelSearch_listDate{
	color: #53a213;
	font-weight: bold;
}
.panelSearch_listTxt{
	font-weight: bold;
	color: #40321E;
}
@media screen and (max-width: 750px){
	.panelSearch{
		height: auto;
	}
	.panelSearch_ttl{
		padding: 10px 28% 10px 22%;
	}
	.panelSearch_more{
		position: static;
	}
	.panelSearch_more a{
		display: block;
		margin: 20px;
		padding: 10px 0;
		border-bottom: none;
		background: #41321e;
		border-radius: 7px;
		text-align: center;
		font-weight: bold;
		font-size: 117%;
	}
	.panelSearch_more a:before{
		display: none;
	}
	.panelSearch_list{
		height: 30em;
		margin: 10px 10px 0;
	}
	.panelSearch_list li{
		margin-right: 0;
	}
	.panelSearch_list a{
		padding: 10px;/
	}
}
/*panelPickup
--------------------------------------------------------------*/
.panelPickup{
	height: 473px;
}
.panelPickup_ttl{
	margin: 15px 0 10px;
	text-align: center;
}
.panelPickup_subttlWrap{
	margin-left: 21px;
}
.panelPickup_subttlWrap li{
	float: left;
	width: 210px;
	margin-right:11px;
	padding: 8px 0 5px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	-webkit- transition-duration: 0.2s;
	-moz- transition-duration: 0.2s;
	 transition-duration: 0.2s;
}
.panelPickup_subttlWrap li:hover{
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
.panelPickup_subttl01{ background: url(../../img/panel2_tab01.jpg) repeat 0 0;}
.panelPickup_subttl02{ background: url(../../img/panel2_tab02.jpg) repeat 0 0;}

.panelPickup_listWrap{
	margin: 0 11px;
	display: none;
}
.panelPickup_listWrap.active{
	display: block;
}
.panelPickup_listWrap:after{ content: ".";clear: both;display: block;visibility: hidden;height: 0;line-height: 0;}

.panelPickup_listWrap ul{
	padding: 5px;
}
.panelPickup_listWrap li{
	float: left;
	padding: 6px 5px;
}
.panelPickup_list01{ border-top: 4px solid #f4793e;}
.panelPickup_list02{ border-top: 4px solid #47aec9;}
@media screen and (max-width: 750px){
	.panelPickup{
		height: auto;
	}
	.panelPickup_ttl{
		margin: 15px 26% 10px;
	}
	.panelPickup_subttlWrap{
		margin: 0 3%;
	}
	.panelPickup_subttlWrap li{
		width: 48%;
		margin: 0 1%;
		background-size: 3px;
		border-radius: 3px 3px 0 0;
		font-size: 92%;
	}
	.panelPickup_listWrap{
		margin: 0 2%;
	}
	.panelPickup_listWrap ul{
		padding: 2% 2% 4%;
	}
	.panelPickup_listWrap li{
		width: 50%;
		padding: 1.5%;
	}
	.panelPickup_list01,
	.panelPickup_list02{
		border-top-width: 3px;
	}
}
/*panelMap
--------------------------------------------------------------*/
.panelMap {
	box-sizing: border-box;
	padding: 6px;
}
.panelMap_wrapper {
	background: url(../img/bg/bg_main05.jpg) repeat 0 0;
	padding: 14px 30px 0 23px;
	width: 408px;
	height: 447px;
}
.panelMap_ttl{
	text-align: center;
	margin-bottom: 9px;
}
.panelMap_ttl:after{
	content: "";
	display: inline-block;
	height: 0;
	margin-left: 11px;
	border-top: 1px dotted #c4b3a7;
	vertical-align: baseline;
}
.panelMap_region .panelMap_ttl:after{ width: 207px;}
.panelMap_cate .panelMap_ttl:after{ width: 116px;}
.panelMap_word .panelMap_ttl:after{ width: 153px;}
/*panelMap_region*/
.panelMap_region .map{
	margin-bottom: 20px;
	position: relative;
}
.panelMap_region {
	text-align: center;
}
/*panelMap_cate*/
.panelMap_cateList{
	margin-left: 23px;
}
.panelMap_cateList li{
	float: left;
	margin: 0 5px 4px 0;
	font-size: 13px;
}
.panelMap_cateList .btn_type2{
	display: inline-block;
	padding: 4px 7px 3px;
}
.panelMap_cateList .btn_type2:hover{
	color: #ffffff;
}
.panelMap_cateList {
	margin-bottom: 16px;
}
/*panelMap_word*/
.panelMap_wordForm {
	text-align: center;
}
.panelMap_wordForm .searchInput{
	box-sizing: border-box;
	float: left;
	width: 308px;
	height: 29px;
	margin: 0 -5px 0 23px;
	padding: 6px;
	border: 1px solid #d7d7d7;
}
.panelMap_wordForm .searchBtn{
	box-sizing: border-box;
	float: right;
	width: 80px;
	height: 29px;
	border:none;
	font-size: 13px;
}
.map {
	position: relative;
	z-index: 0;
}
.mapArea {
	position: relative;
	display: inline-block;
	width: 323px;
	height: 232px;
}
.mapArea:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../../img/map/map_pc.png) no-repeat scroll;
	z-index: -10;
	width: 100%;
	height: 100%;
}
.mapImg {
	opacity: 0;
}
.panelMap .panelSearch_more {
	display: none;
}
.panelSearch-v2 {
	display: none;
}
.panelSearch_link {
	display: block;
	padding: 10px 0px;
	border-bottom: medium none;
	background: #41321E none repeat scroll 0% 0%;
	border-radius: 7px;
	text-align: center;
	font-weight: bold;
	font-size: 117%;
}
@media screen and (max-width: 750px){
	.panel.size2.panelMap {
		width: 90%;
		margin: 4% 5% 0px;
	}
	.panelMap .panelSearch_more {
		display: block;
		background: transparent url("../img/bg/bg_main05.jpg") repeat scroll 0px 0px;
	}
	.mapArea {
		width: 100%;
		height: auto;
	}
	.mapArea:before {
		display: none;
	}
	.mapImg {
		opacity: 1;
	}
	.panelMap_wordForm .searchInput {
		float: none;
		width: 100%;
		margin: 0;
	}
	.panelMap_wordForm .searchBtn {
		display: none;
	}
	.panelMap_wrapper {
		padding: 21px 10px 33px;
		width: 100%;
		height: auto;
	}
	.panelMap {
		padding: 10px;
	}
	.region_img {
		width: 51%;
	}
	.cate_img {
		width: 78%;
	}
	.word_img {
		width: 69%;
	}
	.panelMap_region .panelMap_ttl:after{
		width: 44%;
		margin-left: 1%;
	}
	.panelMap_cate .panelMap_ttl::after {
		width: 18%;
		margin-left: 1%;
	}
	.panelMap_word .panelMap_ttl::after {
		width: 27%;
		margin-left: 1%;
	}
	.panelMap_ttl {
		margin-bottom: 3%;
	}
	.panelMap_region {
		margin-bottom: 0 2% 6%;
	}
	.panelMap_cateList li {
		margin: 0 2% 2% 0;
	}
	.panelMap_cateList {
		margin-left: 5%;
		margin-bottom: 5%;
	}
	.panelMap_wordForm {
		width: 93%;
		margin-bottom: 7%;
	}
	.panelSearch-v2 {
		display: block;
		text-align: center;
		border-top: 1px dotted #C4B3A7;
		padding-top: 7%;
	}
	.panelSearch_link {
		color: #fff;
		display: block;
		padding: 10px 0px;
		background: #41321E none repeat scroll 0% 0%;
		border-radius: 7px;
		font-weight: bold;
		font-size: 117%;
	}
}
/*panelMap_word recruitList button*/
.recruitList {
	text-align: center;
}
.recruitList_btn {
	display: block;
}
/* panelCalender
--------------------------------------------------------------*/
.panelCalender_ttl{
	float: left;
}
.panelCalender_cal{
	float: left;
	width: 233px;
	margin-left: 5px;
	border-collapse: separate;
	border-spacing:2px;
}
.panelCalender_cal caption{
	position: relative;
	margin: 25px 0 8px;
	text-align: center;
}
.panelCalender_cal .month{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 31px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	color: #40321e;
}
.panelCalender_cal .month:hover{
	color: #f44d54;
	text-decoration: none;
}
.panelCalender_cal .prev,
.panelCalender_cal .next{
	border-bottom: 1px dotted #41321e;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	color: #40321e;
}
.panelCalender_cal .prev{ left: 0;}
.panelCalender_cal .next{ right: 0;}
.panelCalender_cal .prev:hover,
.panelCalender_cal .next:hover{
	border-bottom: 1px dotted #f44d54;
	color: #f44d54;
	text-decoration: none;
}
.panelCalender_cal .prev:before,
.panelCalender_cal .next:after{
	content:"";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.panelCalender_cal .prev:before{
	margin-right: 5px;
	border-right: 7px solid #f44d54;
}
.panelCalender_cal .next:after{
	margin-left: 5px;
	border-left: 7px solid #f44d54;
}
.panelCalender_cal th,
.panelCalender_cal td{
	width: 31px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.panelCalender_cal th{
	font-size: 11px;
}
.panelCalender_cal th.sun{
	color: #f46f6e;
}
.panelCalender_cal th.sat{
	color: #72c3cb;
}
.panelCalender_cal td{
	background: #eaeaea;
	line-height: 24px;
	font-size: 12px;
}
.panelCalender_cal td a{
	display: block;
	background: #ffd34e;
	font-weight: bold;
	color: #40321e;
}
.panelCalender_cal td a:hover{
	background: #f44d54;
	color: #fff;
	text-decoration: none;
}
.panelBnr{
	margin-bottom: 30px;
}
@media screen and (max-width: 750px){
	.panelCalender_ttl{
		float: none;
	}
	.panelCalender_cal{
		float: none;
		width: 100%;
		margin-left: 0;
		border-spacing: 7px;
	}
	.panelCalender_cal caption{
		margin: 10px 0 5px;
	}
	.panelCalender_cal .month{
		font-size: 24px;
	}
	.panelCalender_cal .prev,
	.panelCalender_cal .next{
		font-size: 10px;
	}
	.panelCalender_cal .prev{ left: 10%;}
	.panelCalender_cal .next{ right: 10%;}
	.panelCalender_cal td{
		line-height: 3.5em;
	}
	.panelBnr{
		margin-bottom: 20px;
	}
}
/* movieArea
--------------------------------------------------------------*/
.movieArea{
	/*margin: 34px 0 41px;*/
	/*padding: 22px 0 35px;*/
	margin: 0px 0 50px;
	padding: 35px 0;
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
	background: url(../img/bg/bg_main05.jpg) repeat 0 0;
	-webkit-box-shadow:#efeae7 0 1px 0 0;
	-moz-box-shadow:#efeae7 0 1px 0 0;
	box-shadow:#efeae7 0 1px 0 0;
}
.movieArea .content{
	position: relative;
}
.movieTtl{
	text-align: center;
	margin-bottom: 30px;
}
.movieList{
	margin: 0 -6px;
}
.movieList li{
	float: left;
	width: 150px;
	padding: 0 6px;
}
.movieList_place{
	margin: 3px 0;
	font-size: 116%;
	font-weight: bold;
}
.movieMore{
	position: absolute;
	/*top: 0;*/
	top: 12px;
	right: 0;
}
.movieMore a{
	border-bottom: 1px dotted #41321e;
	color: #41321e;
	font-weight: bold;
}
.movieMore a:before{
	content: "";
	display: inline-block;
	width: 9px;
	height: 8px;
	padding-right: 3px;
	background: url("../img/arrow01_brown.png") no-repeat 0 0;
}
.movieMore a:hover{
	border-color: #f44d54;
	color: #f44d54;
	text-decoration: none;
}
.movieMore a:hover:before{
	background: url("../img/arrow01_red.png") no-repeat 0 0;
}
@media screen and (max-width: 750px){
	.movieArea{
		margin: 6% 0 5%;
		padding: 20px 0 0;
		border-width: 10px;
	}
	.movieTtl{
		margin: 0 28% 15px;
	}
	.movieArea .bx-wrapper{
		width: 74%;
		min-width: 270px;
	}
	.movieArea .bx-wrapper .bx-controls-direction a{
		width: 12px;
		height: 27px;
		margin-top: -13px;
		background-size: 41px;
	}
	.movieArea .bx-wrapper .bx-prev {
		left: -7%;
		background: url(../img/slider_arrow.png) no-repeat left -68px;
	}
	.movieArea .bx-wrapper .bx-next {
		right: -7%;
		background: url(../img/slider_arrow.png) no-repeat right -68px;
	}
	.movieList{
		margin: 0;
	}
	.movieList li{
		width: 6.13% !important;
		min-width: 135px;
		padding: 0 0.4%;
	}
	.movieMore{
		position: static;
		margin: 20px;
		padding: 20px 5% 0;
		border-top: 1px dotted #c4b3a6;
	}
	.movieMore a{
		display: block;
		padding: 10px 0;
		border-bottom: none;
		background: #41321e;
		color: #fff;
		border-radius: 7px;
		text-align: center;
		font-weight: bold;
		font-size: 117%;
	}
	.movieMore a:before{
		display: none;
	}
}
/* snsArea
--------------------------------------------------------------*/
.snsTwitter,
.snsFacebook{
	float: left;
	width: 453px;
	height: 500px;
	margin: 0 13px;
}
.snsTwitter iframe,
.snsFacebook iframe{
	width: 100%;
	height: 500px;
}
@media screen and (max-width: 750px){
	.snsArea{
		width: 100%;
	}
	.snsTtl{
		margin-bottom: 5%;
		text-align: center;
		font-weight: bold;
		font-size: 125%;
	}
	.snsTwitter,
	.snsFacebook{
		float: none;
		width: 90% !important;
		max-width: 90% !important;
		margin: 0 auto 4%;
		position: relative;
	}
	.snsTwitter,
	.snsFacebook{
		padding: 0 2% !important;
	}
	#twitter-widget-0,
	.twitter-timeline{
		max-width: 100%!important;
		width: 100%!important;
	}
}