<style>
body{
	background:#fff;
	margin-left:auto;
	margin-right:auto;
}

body{
	font-size:14px;
	line-height:2.2;
	color:#333;
	letter-spacing:1px;
}
.bar{
	background:#29150c;
	height:10px;
	width:100%;
}

#naiyou{
	width:960px;
	margin:0 auto;
}
.floatl{
	float:left;
	margin-right:50px;
	width:360px;
	height:350px;
    text-align: justify;
    text-justify: inter-ideograph;

}
.sakura{
	width:500px;
	height:auto;
}
.floatr{
	float:right;
	width:550px;
}
.clear{
	clear:both;
}
	
.floatl2{
	float:left;
	padding-top:50px;
	margin-left:331px;
	
}
.floatr2{
	float:left;
	padding-top:100px;
	margin-left:100px;

}
.sora{
	width:400px;
	height:auto;
}
th{
	text-align:left;
}
.omoibana{
	width:100vw
	display:flex
}
@media(max-width:740px){

	.title{width:740px;}
	#naiyou{width:100%;}
	.floatl{width:auto;}
	.floatr{width:auto;}
	.floatl2{width:auto;margin-left:0;}
	.floatr2{width:auto;}
	.sakura{display:none;}
	.sora{margin:10px}
}

@media(max-width:740px){

	.title{
		width:100%;
	}
	#naiyou{
		width:90%;
	}
	#naiyou .floatl{
		margin:0 auto;
		height:450px;
	}
	#naiyou .floatl p{
		clear:both;
		margin-top:20px;
	}
	#naiyou .clear .p2{
		margin-top:30px;
		clear:both;
	}

	.sora{
		width:100%;
		margin:0;
	}
	.kyoten .floatr2{
		margin-left:0;
		clear:both;
		padding:0 10px;
	}
}

@media screen and (max-width: 979px) {
 .titleph{display:none;}
 .uraph{background: url( ../images/about_res.png ) no-repeat center top;
        height:140px; 
        margin-top:-1px;
             background-size:100%;}

  #title h2{
  background: url( ../images/about_moji.png ) no-repeat center top;
  height:60px;}
}
}

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

	 #to_top{
    display:none;
  }

   #title h2{
  background: url( ../images/about_moji.png ) no-repeat center top;
  height:60px; width:100%;
  background-size:contain;}
}



#visual{
  background-repeat: repeat;
  background-size:10px 10px;
  }
 
 #to_top {
  position: fixed;
  top:70%;
  bottom:200px;
  right:1px;
  }

  #to_top a {
  display: block;
  width:50px;
  height:50px;
  line-height:50px;
  vertical-align:baseline;
  color:#fff;
  text-align:center;

  }

  #to_top a:hover{ opacity:0.6; }
</style>