*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.3;

}
img{
	height: auto;
	max-width: 100%;
}

a:hover{
	opacity: 0.7;
	color: blue;
}
body{
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 75px;

}
.wrap{
	width: 554px;
	margin: 0 auto;	
}


h2{
	color:#000;
	background-color: rgba(255,255,255,0.7);
	margin-top:10px; 
	margin-bottom:20px; 
	text-align: center;
	padding:5px 0;
}
#wrap>p{
	padding:5px 0;
	color: red;
}
ul{
	list-style-type:none; 
}
ul li{
	position: relative;
}
ul li span{
	float: left;
	display: block;
	width: 150px;
}
ul li div{
	float: left;
	width: 350px;
}
ul li a{
	background: url(../images/makimono.png);
	background-repeat: no-repeat;
	height: 133px;
	overflow:hidden; 
	padding: 40px 0;
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	font-size: 18px;
}
h3{
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin-bottom: 20px;

}
h3.wrap{
	margin-bottom: 20px;
}
section div{
	margin:0 auto; 
	background-color:rgba(255,255,255,0.8);
	width: 95%;
	border-radius: 5px;
	padding:10px;
	margin-bottom: 20px;
}
.text{
	text-indent: -9999px;
	border-radius: 5px;
	border: 2px solid #C30D23;
	position: absolute;
	right: -10px;
	top: 0px;
	width: 90px;
	height: 90px;
	padding:3px;
	background: url(../images/tekisuto.png);
	background-color:#fff;
	background-repeat: no-repeat;
	background-size: contain;
}
.text:hover{
	background-color:#ff0;
}
.sticky{
	width: 150px;
	padding:10px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 75px;
	background: #fff;
	overflow: hidden;
	/*background: url(../images/bg-st.jpg);*/
	background-size:20%;
}
.sticky h1{
	max-width: 150px;
	float: left;
}
.sticky p{
	padding-left: 20px;
	float: left;
	line-height: 22.5px;
}
.sticky a.gaibu{
	padding-top:5px;
	display: inline-block;
	background-image: url(../images/yajirushi.png);
	background-repeat: no-repeat;
	background-position:right center ;
	padding-right:50px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration:none;
	color: #4589C8;
}
.sticky .inner{
	width: 550px;
	margin:0 auto; 
	overflow:hidden;
}

footer{
	color:#fff;
	padding-bottom: 20px;
}
.responsive{
	margin-bottom: 20px;
}
small{
	font-size: 12px;
}
.fl{
	overflow:hidden;
}
.fl_l{
	float: left;
	padding-right: 10px;
}