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

html{font-size: 62.5%;}

body{
  font-family: "Yu Mincho", "YuMincho", serif;
	color: #313131;
	min-width: 900px;
}

.clearfix::after{
  content: "";
  display: table;
  clear: both;
}

img{
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a{
	text-decoration: none;
	color: #313131;
}

ul{list-style: none;}                    
	
#wrap{
	width: 900px;
	margin: 0 auto;
}
	
header{
	width: 900px;
	height: 850px;
	background: url(../images/index_header_back.png) no-repeat;
	position: relative;
}

header div{
  position: absolute;
  top: 40px;
  left: 180px;
}

header h1{
  position: absolute;
  top: 620px;
  left: 160px;
}

nav{margin-bottom: 75px;}
	
nav ul{
	display: flex;
	justify-content: space-between;
}
	
main{
	width: 900px;
	display: flex;
	justify-content: space-between;
  margin-bottom: 80px;
}
	
#contents{
  width: 520px;
  padding-left: 30px;
}

#index-main-head{margin-bottom: 100px;}
	
h2{
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
	font-size: 30px;
	line-height: 52px;
	margin-bottom: 40px;
}

#index-main-head p{
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
	
.info-box{margin-bottom: 80px;}
	
h3{
	font-size: 33px;
	line-height: 40px;
  padding-left: 40px;
	background: url(../images/index_h3_back.png) no-repeat;
  background-position: left center;
	margin-bottom: 20px;
}
	
.infoBox ul li{
	font-size: 18px;
	line-height: 25px;
}

.index-info-day{
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.index-info-closed{
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.index-info-place{
  font-size: 22px;
  font-weight: 600;
}

#sidebar{width: 320px;}

#sidebar-inner{
  padding-top: 10px;
  padding-left: 30px;
  border-left: 1px solid #E6E1E1;
  margin-bottom: 50px;
}
	
#sidebar-inner img{margin-bottom: 10px;}

#sidebar-inner iframe{margin-bottom: 10px;} 

#sidebar a:last-child img{margin-bottom: 0;}

footer{
  width: 900px;
  height: 245px;
  background: url("../images/footer_back.png") no-repeat;
  position: relative;
}
	
#footerInner{padding: 60px 30px 0;}
	
#footer-box01{
  display: flex;
  margin-bottom: 30px;
}
	
#footer-box01-text{
  width: 380px;
  margin-right: 30px;
}

#footer-box01-text p{
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

#footer-box01-icon img{margin-right: 30px;}

#footer-box02{margin-bottom: 50px;}

#footer-box02 p{
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  margin-left: 10px;
}
	
#copyright{text-align: center;}
	
#copyright small{font-size: 12px;}
