/* pc */
@media screen and (min-width: 641px) {
	html{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	}
	
	body{
	height: 100%;
	width: 100%;
	font-family: ŸàƒSƒVƒbƒN‘Ì, 'Yu Gothic', YuGothic, 'ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN Pro', 'Hiragino Kaku Gothic Pro', ƒƒCƒŠƒI, Meiryo, Osaka, '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	background-color: #000;
	background-image: url("../pic/back.JPG");
	background-position: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
	
	.container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	}
	
	.clear {
	clear: both;
	}
	
	.clear hr {
	display: none;
	}
	
	header{
	width: 1000px;
	position: fixed;
	top: 0;
	min-height: 50px;
	background-color: #ECECEC;
	box-shadow:5px 5px 10px #000000;
	border-radius: 10px;
	}
	
	h1{
	margin: 5px 0;
	}
	
	#logo img{
	width: 180px; 
	margin: 10px 10px 0 10px;
	}
	
	#logo_smaho img{
	display: none;
	}
	
	#menu ul{
	list-style:none;
	position: absolute;
	margin: 0;
	right: 0;
	bottom: 0;
	}
	
	#menu ul li{
	margin: 0 8px;
	float: left;
	}
	
	#menu ul li img{
	height: 20px;
	}
	
	#gazou{
	padding-top: 100px;
	}
	
	#gazou img{
	display: block;
	margin: 0 auto;
	width: 1000px;
	}
	
	#gazou_smaho{
	display: none;
	}
	
	#main{
	margin-top: 40px;
	min-height:200px;
	padding: 20px 30px;
	background-color:rgba(0,0,0,0.6);
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	}
	
	.midashibox{
	width: 50%;
	border-bottom: 2px solid red;
	padding: 120px 0 5px 0;
	margin-top: -120px;
	}
	
	.midashibox img{
	height: 60px;
	}
	
	.gaiyoumidashi img{
	height: 40px;
	}
	
	#sg_hidari{
	margin: 10px;
	width: 340px;
	float: left;
	}
	
	#sg_hidari img{
	width: 100%;
	}
	
	#sg_migi{
	width: 580px;
	float: right;
	}
	
	.kyonen{
	text-align: center;
	}
	
	.kyonen img{
	width: 800px;
	}
	
	.p_right{
	float: right;
	}
	
	.bold{
	font-weight: bold;
	}

	#guest_name{
	font-size: 30px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	}

}

/* smartPhone */
@media screen and (max-width: 640px) {
	html{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	}
	
	body{
	height: 100%;
	width: 100%;
	font-family: ŸàƒSƒVƒbƒN‘Ì, 'Yu Gothic', YuGothic, 'ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN Pro', 'Hiragino Kaku Gothic Pro', ƒƒCƒŠƒI, Meiryo, Osaka, '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;
	padding: 0px;
	margin: 0px;
	}
	
	body::before {
	  content:"";
	  display:block;
	  position:fixed;
	  top:0;
	  left:0;
	  z-index:-1;
	  width:100%;
	  height:100vh;
	  background:url("../pic/back.JPG") center/cover no-repeat; /*fixed‚ðƒgƒ‹I*/
	  -webkit-background-size:cover;/*Android4*/
	}
	
	.container{
	min-width: 100%;
	margin: 0 auto;
	position: relative;
	}
	
	.clear {
	clear: both;
	}
	
	.clear hr {
	display: none;
	}
	
	header{
	width: 100%;
	position: fixed;
	top: 0;
	min-height: 50px;
	background-color: #ECECEC;
	box-shadow:5px 5px 10px #000000;
	border-radius: 10px;
	}
	
	h1{
	margin: 5px 0;
	}
	
	#logo img{
	display: none;
	}
	
	#logo_smaho{
	text-align: center;
	margin-top: 5px;
	}
	
	#logo_smaho img{
	height: 40px;
	}
	
	#menu ul{
	display: none;
	}
	
	#menu ul li{
	margin: 0 8px;
	float: left;
	}
	
	#menu ul li img{
	height: 20px;
	}
	
	#gazou{
	display: none;
	}
	
	#gazou_smaho{
	padding-top: 50px;
	margin: 0 auto;
	}
	
	#gazou_smaho img{
	display: block;
	width: 105%;
	}	
	
	#main{
	width: auto;
	margin-top: 40px;
	padding: 20px 30px;
	background-color:rgba(0,0,0,0.6);
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	}
	
	.midashibox{
	width: 100%;
	border-bottom: 2px solid red;
	padding: 120px 0 5px 0;
	margin-top: -120px;
	}
	
	.midashibox img{
	height: 40px;
	}
	
	.gaiyoumidashi img{
	height: 32px;
	}
		
	#sg_hidari{
	text-align: center;
	}
	
	#sg_hidari img{
	width: 95%;
	}
	
	#sg_migi{
	font-size: 15px;
	}
	
	.kyonen{
	text-align: center;
	}
	
	.kyonen img{
	width: 95%;
	}
	
	.p_right{
	float: right;
	}
	
	.bold{
	font-weight: bold;
	}
	
	#guest_name{
	font-size: 30px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	}

}