html,body{height:100%;}



/* タイトル */

h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:1.2;
	letter-spacing:1.8px;
	font-size:100%;
}
h1{
	font-size:1em;
	display:none;
}

h2 span{
	display:none;
	}
h3{
	font-size:18px;
}
	
/* イメージ */
img,
a img{border:0;}

/* 段落 */

*{
	margin:0;
	padding:0;
	font-family:'���C���I',Meiryo,'�l�r �o�S�V�b�N',Arial,'�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	font-style:normal;
	letter-spacing:1.8px;
	line-height:25px;
	font-size:1em;
	color:#666;
}

a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#f00;
/*	text-decoration:underline;*/
}
img{vertical-align:top;}

.clearfix {zoom:1;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

/*****アイコン******/
.left_bar ul li {
	position: relative;
}
.left_bar ul li a:hover{
	color:#f00;
}
.left_bar ul li::after,
.left_bar ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.left_bar ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
.left_bar ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*****アイコンend******/

.ml_3{margin-left:3px;}
.ml_5{margin-left:5px;}
.ml_10{margin-left:10px;}
.ml_15{margin-left:15px;}
.ml_20{margin-left:20px;}
.ml_25{margin-left:25px;}
.ml_30{margin-left:30px;}
.ml_40{margin-left:40px;}
.ml_50{margin-left:50px;}
.ml_55{margin-left:55px;}

.mb_0{margin-bottom:0px !important;}
.mb_5{margin-bottom:5px;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_40{margin-bottom:40px;}
.mb_50{margin-bottom:50px;}
.mb_60{margin-bottom:60px;}

.mr_5{margin-right:5px;}
.mr_10{margin-right:10px;}
.mr_15{margin-right:15px;}
.mr_20{margin-right:20px;}
.mr_25{margin-right:25px;}
.mr_30{margin-right:30px;}

.m_10{margin:10px;}
.m_box{margin:0 10px 10px 10px;}

.mt_5{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_30{margin-top:30px !important;}
.mt_40{margin-top:40px !important;}
.mt_50{margin-top:50px !important;}
.mt_55{margin-top:55px;}
.mt_80{margin-top:80px;}
.mt_100{margin-top:100px;}
.mt_200{margin-top:200px;}
.m_auto{margin:0 auto !important;}

.pb_80{padding-bottom:80px;}
.pt_10{padding-top:10px;}
.pt_40{padding-top:40px;}
.pl_50{padding-left:50px;}
.pr_50{padding-right:50px;}

.p_10{padding:10px;}
.p_20{padding:20px;}
.f12{font-size:12px !important;}
.f15{font-size:15px !important;}

.fl{float:left;}
.fr{float:right;}
.tl{text-align:left !important;}
.fc{clear:both;}
.tc{text-align:center;}
.fcp{color:#F0F !important;}
.c_w{color:#FFF !important;}
#info{
	z-index:1!important;
	width: 100%;  
    padding: 10px;
	background-color:#3799ae;
    position: fixed;  
    top:0;  
    left:0;
	margin:0 auto;
}

.info_box{
	width:1100px;
	margin:0 auto;
}
.info_box h1{
	margin-top:7px;
	color:#FFF;
}
#content {
	background: #fff;
	height: auto;
	margin: 0 auto 60px;
	width: 100%;
}
/*g_navi*/
.nav {
	margin: 0 auto;
	width: 100%;
	height:100px;
	background-color: #83290a;
/*	height:50px;
		background-color: #bbb;*/
	z-index:9999 !important;
}
.nav ul {
	width:1250px;
	margin:0 auto;
}
.nav li {
	width:200px;
	text-align:center;
	list-style: none;
	float: left;
	padding-top:10px;
}
.nav li.navi_li {
	padding-top:0px;
	width:180px;
	text-align:center;
	list-style: none;
	float: left;
}

.nav li.navi_li a {
	text-decoration: none;
	color: #fff;
	padding: 25px 25px;
	display: block;
}
.nav li.navi_li a:hover {
	background: #ee9577;
}
.nav li.navi_on {
	padding-top:0px;
	width:200px;
	text-align:center;
	list-style: none;
	float: left;
	
}

.nav li.navi_on a {
	text-decoration: none;
	color: #fff;
	padding: 25px 25px;
	display: block;
	background: #ee9577;
}

.fixed {
	position: fixed;
	top: 0;
}
p{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.pankuzu{
	padding-top:0px;
	font-size:14px;
	margin:10px 0px 10px 0px;
}

/*g_navi*/
.w_900{
	width:1100px !important;
	margin:0 auto !important;
	text-align:center !important;
}
.w_500{
	width:500px !important;
	margin-left:50px;
	margin-top:30px;
	margin-bottom:50px;
}
.back1{
	/*background-image:url("../images/back1.png");*/
	background-position:center ;
	margin:0 auto;
	background-repeat:no-repeat;
	background-size:100%;
}
.back2{
	background-image:url("../images/back2.png");
	background-position:top;
	margin:0 auto;
	background-repeat:no-repeat;
}

.calendar{
	position: fixed;
    bottom: 120px;
    right: 20px;
	width: 100px;
	z-index: 9999999!important;
}
.calendar a img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.calendar a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:9999;
}
#page-top a {
    background: #83290a;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
.content{
	width:100%;
	/*height:500px;*/
	background-color:#FFF;
}
.line{
	width:100% !important;
	padding-top:20px;
	height:15px;
	background-color:#83290a;
}
.line2{
	width:100% !important;
	height:5px;
	background-color:#83290a;
}

.wrap{
  text-align: center;
}
.inner{
  display: inline-block;
}
.box{
  display: inline-block;
  vertical-align:text-top;
  margin-right: 20px;
}
.box:last-child{
  margin-right: 0;
}
.map{
	width:100%;
	height:350px;
}

.chachi{position:absolute; top:100px; left:50px; z-index:9999!important;}
.chachi2{position:absolute; top:400px; left:70px; z-index:9999!important;}

#footer_back{
	min-width:1100px;
	width:100%;
	background-color:#DCDCDD;
}
#footer{
	padding-top:40px;
	padding-bottom:40px;
	margin:0 auto;
	width:1100px;
	height:auto;
}
.slicknav_menu {
	display:none;
}
.sp_hed{
	display:none;
}
.sp_content{
	display:none;
}
.tyuui{
	background-color:#FFF;
	font-size:15px;
	color:#666;
	margin:20px 0;
}
.footer_box{
	width:100px;
	background-color:#83290a;
	color:#FFF !important;
	text-align:center;
}
#map_google{
	width:100%;
	min-width:1000px;
	position: relative;
}

#map_google #maps{
	width:100%;
	min-width:1000px;
	position: relative;
	height: 400px;
}

/********スライド************/
#stage{position:relative; max-width:100%; margin:0 auto; height:580px;}
.pic{position: absolute;}
.pic img{width:100%; opacity:0; -moz-animation:imgTrans 40s infinite; -webkit-animation: imgTrans 40s ease-in infinite; animation: imgTrans 40s infinite;}
#photo1 img{-moz-animation-delay: 0s; -webkit-animation-delay: 0s; animation-delay: 0s;}
#photo2 img{-moz-animation-delay:8s; -webkit-animation-delay:8s; animation-delay:8s;}
#photo3 img{-moz-animation-delay:16s; -webkit-animation-delay:16s; animation-delay:16s;}
@-webkit-keyframes imgTrans {
0%{opacity:0;}
7%{opacity:1;}
18%{opacity:1;}
}
@-moz-keyframes imgTrans {
0%{opacity:0;}
7%{opacity:1;}
18%{opacity:1;}
}
@keyframes imgTrans {
0%{opacity:0;}
7%{opacity:1;}
18%{opacity:1;}
}
/********スライド************/
.sp_none{
	display: block;
}
@media screen and (max-width: 640px) {
/* #menu is the original menu */
#page-top {
	display: none!important;
}
.sp_none{
	display: none!important;
}

.nav{
display:none;
}
.calendar{
	position: fixed;
    bottom: 10px;
    right: 10px;
	width: 120px;
}
.slicknav_menu {
display:block;
}
.hed_pc{
	display:none;
}
.content{
	display:none;
}
.sp_hed{
	display:none;
}

.sp_content{
	display:block;
	width:640px;
	margin:0 auto !important;
	text-align:center !important;
}
.title_sp{
/*	border-bottom:dotted #333 1px;
	border-top:dotted #333 1px;*/
	padding:10px 0 10px 0;
	background-color:#83290a;
	margin-top:50px;
	color:#FFF;
}
.copy_sp{
	font-size:15px;
	margin-top:20px;
}
.map_sp{
	width:100%;
	height:200px;
}
.w_640{
	width:640px !important;
	margin-top:30px;
	margin-bottom:50px;
}
.sp_content #stage{position:relative; max-width:100%; margin:0 auto; height:400px; padding-top:50px;}
.sp_content h2{font-size:18px;}
.sp_content copy_sp{font-size:12px;}
}