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

body{
	background-color:#000;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a{
	display:block;
	text-decoration:none;
}
#page{margin: 0;}
/*--------------------video--------------------*/

#bg-video {
	position:fixed;
	right:0;
	top:0;
	z-index:-1;
}
video {display:block;}
video #bg-video{
	background: url(../img/background-dock.jpg) no-repeat;
	background-size: cover;
	min-height:900px;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*--------------------content--------------------*/

#main{
	position:relative;
	width:100%;
	}
.con_main{
	background-color:#fff;
}
.logo img{
	width:100%;
	height:auto;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity:.8;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
#big-video-vid{
	background-color:#000000;
	color:#000;
}
.con_menu{
	overflow:hidden;
}

.box_menu{
	float:left;
	width:33.333333333333%;
	height:auto;
}
.menu_img{
	width:100%;
	height:100%;
}
.box_menu img{
	width:100%;
	height:auto;
}
.m_img{
	width:100%;
	height:auto;
	  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.menu_img img:hover{
	-webkit-filter: blur(3px);
	opacity:0.8;
}
.img{
	width:100%;
	height:auto;
}
.buttan{
	padding:30px;
	color:#9B9B9B;
	border:#9B9B9B 5px solid;
	width:20%;
	margin:0 auto;
	text-align:center;
	font-weight:bolder;
	margin-bottom:50px;
}
.buttan:hover{
	color:#fff;
	background-color:#9B9B9B;
}
.imgChange{
	width:100%;
	height:auto;
}
.con_formality{
	overflow:hidden;
	margin:50px 0;
}
.con_formality img{
	float:left;
	width:50%;
	height:auto;
}
.mokuka_bnr img{
	width:80%;
	height: auto;
	margin: 50px auto;
}
/*--------------------news--------------------*/

.con_news{
	background-image:url(../img/news.jpg);
	background-position: top center; 
	padding-top:100px;
}
.box_news{
	width:40%;
	padding:30px 50px;
	margin:0 auto;
	border:1px solid #999;
	background-color:#fff;
	margin-top:100px;
}
.news_day{
	font-size:smaller;
}
.news_text{
	overflow:hidden;
	border-bottom:1px dotted #999;
	margin:30px 0;
	padding-bottom:10px;
}
.news_text a{
	color:#000;
	display:block;
	overflow:hidden;
}
.box_news dt,.box_news dd{
	float:left;
}
.box_news dt{
	margin-right:20px;
}
.more{
	color:#3D0708;
	
}
.more {
	display: inline-block;
	width: 200px;
	height: 33px;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.more::before,
.more::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.more,
.more::before,
.more::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.more {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 33px;
}
.more:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
/*--------------------sns--------------------*/

.sns{
	margin:50px 0;
	text-align:center;
}
.sns img{
	width:60%;
	height:auto;
	  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.sns img:hover{
	-webkit-filter: blur(3px);
	opacity:0.8;
}

/*--------------------map--------------------*/

iframe{
	width:94%;
	height:500px;
	margin-left:3%;
}
#mapDiv{
	margin:0 auto;
}
.address{
	text-align:center;
	margin:20px 0;
	line-height:1.5em;
}
.top{
	padding:20px;
	text-align:center;
	background-color:#40210f;
}
.top a{
	color:#fff;
}
.address a{
	color:#000;
}

/*--------------------footer--------------------*/

.footer{
}
.f_nav{
position: relative;
overflow: hidden;
background-color:#593e2e;
}
.f_nav ul{
float:left;
left:50%;
position:relative;
	padding:0;
}
.f_nav li{
float:left;
left:-50%;
position:relative;
padding:50px 10px;
	list-style: none;
}
.f_nav li a{
	color:#fff;
}
.copy{
	padding:20px;
	text-align:center;
	font-size:small;
}

/*--------------------mobile--------------------*/

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

.con_main{
	padding-top:10px;
}
.box_menu{
	float:none;
	width:100%;
	height:auto;
}
.m_s_img{
	display:none;
}
.con_news{
	background-image:url(../img/news_sp.jpg);
	padding-top:30px;
}
.news_day{
	margin-bottom:5px;
}
.sns img{
	width:100%;
	height:auto;
}
.con_formality img{
	width:100%;
	height:auto;
}
iframe{
	width:94%;
	height:300px;
	margin-left:3%;
}

  body { background: url(../img/bg-image_sp.png) #000 no-repeat fixed; }
  #bg-video { display: none; }
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding:5px;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity:.8;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.box_news{
	padding:10px 50px;
	margin-top:80px;
}
.news_text{
	margin:20px 0;
}

}