@media screen and (min-width:481px) {
   /* 横幅が481px以上の場合に適用するスタイル */
   body  { width: 680px }

@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
	
	
	* {
	float: none;
	position: static;
}
 
img {
	max-width: 100%;
	height: auto;
}

html{min-height:100%;
	background-image:url("https://sakuramedaka.com/img/bg_black.jpg");
	background-repeat: repeat;
background-size: cover;
		margin-left:auto;
    margin-right:auto;
		font-size: 16px;
}
body{
	min-height:95vh;
	margin:0;
	max-width:600px;
	margin-left:auto;
    margin-right:auto;

}
a{color:#fff}
ul{padding:0}
li{list-style-type:none}
h3{margin:0}


/* HEADER */
header{position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	height:170px;
color: aliceblue;
bottom:5px}

header a{display:flex;
	align-items:center;
	position:absolute;
	right:0;
	top:0;
	bottom:0px}

.shop_icon{display:flex;
	flex-direction:column;
	align-items:center;
	margin-top:50px;
	margin-bottom:1em}
.shop_icon_img{margin-bottom:0px}
.shop_icon_img img{border-radius:0%;border:0px;
	width:400px;height:125px;object-fit:fill}
.shop_icon_name{font-size:14px;color:#fff;}


/* MAIN */
main{position:relative;
margin: 20px auto;
	justify-content:center;
	align-items:center;
color: #FFFFFF;
max-width: 95vw}
	
.shop_container{width:95%;
				display:flex;
	 			color:#000;
				flex-direction:column;
				align-items:center;
				padding:0px;
				margin:10px 15px;
				max-width:600px;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
				border-radius:30px}

.shop_container img{
				display:flex;
				flex-direction:column;
				align-items:center;
				padding:0px;
				margin:0px 0px;
				max-width:600px;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
				border-radius:30px}


.link_content_list_container{display:flex;
	flex-direction:column;
	align-items:center}
	
.link_content_container{display:flex;
	margin-bottom:4px;
	margin-left:auto;
    margin-right:auto;}
	

.link_content_button{width:90%;display:flex;
	color:#fff;
	flex-direction:column;
	align-items:center;
	padding:0px;
	margin:10px 15px;
	max-width:600px;
	background-color:#BBBBBB;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
	border-radius:30px}

.link_content_button img{
				display:flex;
				flex-direction:column;
				align-items:center;
				padding:0px;
				margin:0px 0px;
				max-width:600px;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
				border-radius:30px}


.link_content_button:hover{opacity: 0.8;
					text-decoration:none}






.shop_info {margin-top:1em;
		margin-bottom:2em;
	max-width: 90%;
	margin: auto}
	
	
.shop_info h3{margin-top:1em}
	
.shop_info  p{color: #fff;
	margin:1px auto}
	
	



footer{padding:13px;
	width:100%;
	max-height:15vh}

footer 
.copyright_container{margin-bottom:2px;display:flex;
	justify-content:center;
	font-size:10px}
footer 
.copyright_container a{margin:0 4px}


footer
.footer_icon  {
position:fixed;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  bottom:0;
  left:0;
  background:#ff99cc;
  color:#DDD;
  width:100%;
  text-align:center;
  box-sizing:border-box;
  padding:0;
	  margin: auto;
}
footer .footer_icon
a{
  display:block;
  font-size:1em;
  color:#000000;
  text-decoration:none;
  user-select:none;
  padding-top:1em;
	padding-left:2%;
	padding-bottom:1em;
　max-width:20%;
}

footer .footer_icon a
img{
  display:block;
max-width:5em;
}
img:hover{opacity: 0.8;
					text-decoration:none}

footer.footer_icon a
p{
  margin:0;
  padding:0;
  margin-left:auto;
  margin-right:auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
}




}



