@charset "UTF-8";
/* CSS Document */

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

全体設定

 ---------------------------------------------------*/
html {
	background: #000;
	width: 100%;
}
body {
	width: 100%;
	min-width: 980;
	font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;
	line-height: 1.7;
}
.container {
	display: block;
	width: 980px;
	margin: 0 auto;
	color: #fff;
	z-index: 8888;
}
section {
	width: 930px;
	margin: 0 auto;
}
header img, .container img {
	width: 100%;
	vertical-align: middle;
}
a {
	color: #fff;
	text-decoration: none;
}
a img:hover {
	opacity: 0.7!important;
}


@media screen and (max-width: 768px) {
body {
	width: 100%;
	min-width: 100%;
}
.container {
	display: block;
	width: 100%;
	position: relative;
	z-index: 999;
}
section {
	width: 90%;
	padding-top:80px;
	margin-top: -80px;
	margin-bottom: 80px;
}	
}

@media screen and (max-width: 480px) {
body {
	font-size: 16px;
}
section {
	padding-top:50px;
	margin-top: -50px;
	margin-bottom: 50px;
}
}
/* -------------------------------------------

layout

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

/* header -----------------------------*/
header {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 70px!important;
	line-height: 70px;
	background: rgba(255,255,255,0.6)!important;
	z-index: 9999;
}
header a {
	display: block;
}
.logo_menu {
	width: 140px;
	float: left;
	margin-left: 32px;
}
.menu {
	overflow: hidden;
	float: right;
	margin-right: 24px;
}
.menu li {
	float: left;
	margin-left: 20px;
}
.menu li a img {
	width: 30px;
	margin-right: 10px;
}
.menu li a span {
	color: #000;
	font-weight: bold;
	vertical-align: middle;
}

@media screen and (max-width: 480px) {
	header {
		height: 50px!important;
		line-height: 50px;
	}
}

/* TOP -----------------------------*/
.top_cnt {
	width: 980px;
	margin: 0 auto;
}
.top_cnt .logo {
	width: 280px;
	margin: 0 auto 30px;
}
.top_cnt h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.top_cnt .info_date {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.top_cnt .info_box_wrap {
	overflow: hidden;
	margin-top: 50px;
}
.top_cnt .info_box {
	float: left;
	width: 480px;
	box-sizing: border-box;
}
.top_cnt .info_box:hover {
	opacity: 0.7!important;
}
.top_cnt .info_box:first-child {
	padding-right: 20px;
}
.top_cnt .info_box:last-child {
	padding-left: 20px;
}
.top_cnt .info_box .logo {
	width: 100px;
	float: left;
}
.top_cnt .info_box_txt {
	float: right;
}
.top_cnt .info_box_txt h3 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}
.top_cnt .info_box_txt {
	font-weight: bold;
}
.top_cnt .info_box.pc_none {
	display:none;
}


@media screen and (max-width: 768px) {
.top_cnt {
	width: 100%;
	padding-top:150px;
	margin-top: -80px;
	margin-bottom: 80px;
}
.top_cnt .info_box {
	width: 90%;
	float: none;
	overflow: hidden;
	margin: 10px auto;
	border: 1px solid #FFF;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}
.top_cnt .info_box:last-child {
	padding-left: 10px;
}
.top_cnt .info_box .logo {
	float: left;
	width: 12%;
	margin-bottom: 0;
}
.top_cnt .info_box_txt h3 {
	font-size: 16px;
}
.top_cnt .info_box_txt {
	margin-left: 3%;
	float: left;
	width: 85%;
	box-sizing: border-box;
	font-size: 13px;
}
.top_cnt .info_box br {
	display: none;
}
	.top_cnt .info_box.pc_none {
		display:block;
	}
	.top_cnt .info_box.smp_none {
		display:none;
	}
}

@media screen and (max-width: 480px) {
.top_cnt {
	margin-bottom: 50px;
	}
.logo_menu {
	width: 80px;
	margin-left: 12px;
}
.top_cnt .logo {
	width: 50%;
}
.top_cnt h2 {
	font-size: 20px;
}
.top_cnt .info_date {
	font-size: 18px;
}
}
/* tit -----------------------------*/
.tit_area {
	display: table;
}
.tit_area .logo {
	width: 150px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 25px;
}
.tit_area_txt {
	display: table-cell;
	vertical-align: middle;
}
.tit_area_txt h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.tit_area_txt p {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.tit_area{
	padding-top: 30px;
    border-top: 1px solid #FFF;
}
}

@media screen and (max-width: 480px) {
.tit_area{
	padding-top: 20px;
}
.tit_area_txt h2 {
	font-size: 18px;
}
.tit_area_txt p {
	font-size: 16px;
	font-weight: normal;
}
.tit_area .logo {
	display: block;
	width: 40%;
	max-width: 200px;
	margin: 20px auto;
	padding-right: 0;
}
.tit_area_txt {
	display: block;
}
}
/* gallery -----------------------------*/
.gallery .slider {
	width: 840px;
	margin: 0 auto;
}
.gallery .slider li {
	width: 260px;
	margin: 40px 10px 0;
}
.slick-prev:before, .slick-next:before {
	font-family: "FontAwesome";
	font-size: 40px;
}
.slick-prev:before {
	content: '\f104';
}
.slick-next:before {
	content: '\f105';
}

.gallery .slider {
	width: auto;
}

.reg_txt {
	font-size: 13px;
	margin-top: 30px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.reg_txt{
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
.gallery .slider {
	width: 90%;
	margin: 0 auto;
}
}
/* price -----------------------------*/


.price .wide_tb {
	margin-top: 20px;
}
.price .half_tb_area {
	overflow: hidden;
	margin-top: 20px;
}
.price .half_tb {
	width: 50%;
	float: left;
}
.price .third_tb_area {
	overflow: hidden;
	margin-top: 20px;
}
.price .third_tb {
	width: 50%;
	float: left;
}
.price table {
	width: 100%;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background: rgba(0,0,0,0.3);
}
.price .wide_tb table {
	width: 95%;
	margin: 10px 0;
}
.price .wide_tb table th, .price .wide_tb table td {
	width: 33.33333%;
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}
.price .half_tb table {
	width: 90%;
	margin: 10px 0;
}
.price .half_tb table th, .price .half_tb table td {
	width: 50%;
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}
.price .third_tb table {
	width: 90%;
	margin: 10px 0;
}
.price .third_tb table th, .price .third_tb table td {
	width: 30%;
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.price .wide_tb, .price .half_tb, .price .third_tb {
	width: 100%;
	float: none;
	margin: 20px 0 0;
}
.price .half_tb_area, .price .third_tb_area {
	margin: 0;
}
.price .wide_tb table {
	width: 100%;
	margin: 10px 0 0;
}
.price .half_tb table, .price .third_tb table {
	width: 100%;
	margin: 10px 0 0;
}
}
/* L.BOX -----------------------------*/

.lbox_area {
	margin-top: 20px;
}
.lbox_area:after {
	content:" ";
    display:block;
    clear:both;
}
.lbox_img {
	float: left;
	width: 40%;
}
.lbox_img img {
	width: 100%;
	height: auto;
}
.txt_area {
	float: right;
	width: 55%;
	margin-left: 5%;
}
.caption {
	margin-bottom: 20px;
}
.detail_contact {
	font-size: 120%;
}
.detail_contact .tel, .detail_contact .tel a {
	display: block;
	margin-top: 5px;
	font-size: 120%;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before{
	color:#fff!important;
}

@media screen and (max-width: 480px) {
.lbox_img {
	float: none;
	width: 90%;
	margin: 0 auto;
}
.lbox_img img {
	width: 100%;
	height: auto;
}
.txt_area {
	float: none;
	width: 100%;
	margin-left: 0;
}
.caption {
	margin: 20px 0;
}
.detail_contact .tel a {
	width: 90%;
	background: rgba(255,140,0,0.8);
	margin: 20px auto;
	border: 1px solid #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
}
}
/* Access -----------------------------*/


.access h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0;
}
.access .map_box {
	width: 880px;
	margin: 0 auto;
}
.access .map_box iframe {
	width: 100%;
}
.access p {
	margin-top: 20px;
	font-weight: normal;
	text-align: center;
}
.footer {
	margin: 20px auto;
	text-align: center;
	font-size: 18px;
	color: #FFF;
}

@media screen and (max-width: 768px) {
.access h2 {
	margin: 0 0 30px;
	padding-top: 30px;
    border-top: 1px solid #FFF;
}
.access .map_box {
	width: 90%;
	margin: 0 auto;
}
}

@media screen and (max-width: 480px) {
.access h2 {
	font-size: 18px;
	padding-top:20px;
}
}
/* PluginCustom -----------------------------*/

#fp-nav ul li a span {
	background: rgba(34,190,224,0.5);
}
#fp-nav ul li a.active span {
	background: rgba(34,190,224,1);
	;
}
#fp-nav{
	z-index:8888;
}

/* bigVideo */
#big-video-wrap {
	color: rgba(0,0,0,0.00)!important;
}
#big-video-image {
	z-index: 10;
}


/* Colorbox */
#cboxCurrent{
	display:none!important;
}


/* meanmenu */
.smp_menu{
	display:none!important;
}

@media screen and (max-width: 768px) {	
	.smp_menu{
		display:block;
	}
	.pc_menu{
		display:none;
	}
	header{
		overflow: auto;
		position: relative;
		height: 60px!important;
		line-height: 60px!important;
	}
	.logo_menu {
    	position: fixed;
    	z-index: 9999999;
		top: 10px;
		width:auto;
		margin-left: 20px;
	}
	.menu{
		float:none;
		margin: 0;
	}
	.logo_menu a{
		display: block;
	}
	.logo_menu a img{
		width:auto;
		height: 40px;
	}
	.mean-container .mean-bar{
		position:fixed!important;
		background:#fff!important;
		padding: 0;
		min-height: 60px;
	}
	.mean-container a.meanmenu-reveal{
		color:#000!important;
	}
	.mean-container a.meanmenu-reveal span{
		background:#000!important;
	}	
	.mean-container .mean-nav {
    	margin-top: 60px!important;
    	background: #fff;
	}	
	.menu li{
		margin:0;
	}
	.mean-container .mean-nav ul li a{
		border-top: 1px solid #383838;
	}
	
	.menu li a img{
		width:24px;
		vertical-align: middle;
	}
	.mean-container .mean-nav ul li.mean-last a span{
		padding-left: 34px;
	}
}


@media screen and (max-width: 480px) {	

	header{
		height: 50px!important;
		line-height: 50px!important;
	}
	.logo_menu a img{
		height: 30px;
	}
	.mean-container .mean-bar{
		min-height: 50px;
	}
	.mean-container .mean-nav {
    	margin-top: 50px!important;
	}	

}