@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}
img {
	width:100%;
}

body {margin:0; padding:0;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

h1 { width:80%; max-width:300px; margin:0 auto;}

/* Mobile Layout: 480px and below. */

.forSP {display:block;}
.forPC { display:none;}
  
.container {
	margin:0;
	width: 100%;
	position:relative;
}

.cornerL {
	width:35%;
	max-width:304px;
	position:absolute;
	top:0;
	left:0;
}

.cornerR {
	width:35%;
	max-width:283px;
	position:absolute;
	top:0;
	right:0;
}
.kusudama{
	width:50%;
	max-width:258px;
	margin:auto;
}

#photo01 {
	width:90%;
	max-width:600px;
	overflow:hidden;
	margin:0 auto 5px;
}
#photo {
	width:91%;
	max-width:610px;
	overflow:hidden;
	margin:0 auto 50px;
}

#photo img {
	width:32.3%;
	margin:0 0.5% 5px;
	float:left;
}

p.catch {text-align:left; font-size:15px; padding:30px 0 30px; margin:0 15px; line-height:1.8em;}

#letter {width:90%; max-width:1100px; margin:0px auto 60px;}
#letter .left{float:none; }
#letter .right{float:none; }
#letter .left , #letter .right{ width:auto; }
.letter01 {border:1px solid #f9aa97; padding:5px; margin:20px 0;}
.letter01 p{font-size:14px; line-height:1.6em; background:#fff7f7; padding:15px 15px; margin:0;}

a.mail { 
display:block;
background:#ef7f7f;
color:#fff;
text-decoration:none;
padding:15px 20px;
width:83%; max-width:400px;
margin:0 auto;
border-radius:15px;
text-align:center;
font-size:18px;
font-weight:bold;
line-height:18px;
}
a.mail:hover { background:#ffb3b3;} 


/* for hubuki */
#canvas {
  position:absolute;
  width:100%;
  height:100%;
  overflow: hidden;
}
/* for hubuki */

footer {text-align:right; padding:50px 10px; background:#000000; text-align:center; margin-top:60px;}
footer a:link , footer a:visited , footer a:hover , footer a:active{ text-decoration:none; color:#fff; text-align:center;}

#sns {overflow:hidden; padding:10px 0 0; margin:0 auto; width:200px;}
.social-button {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-button li {
	float: right;
	margin: 0 3px;
	padding: 0;
}

.social-button li div {
	display: inline;
}

.social-button:before,
.social-button:after {
	content: " ";
	display: table;
}

.social-button:after {
	clear: both;
}

.social-button {
	*zoom: 1;
}

.social-button iframe.twitter-share-button {
    width: 75px !important;
}




.linkBox02 {display:block; font-size:16px; position:absolute; top:0; left:10px; z-index:1000; width:80px; height:75px;}
.linkBox02 a:link,
.linkBox02 a:active,
.linkBox02 a:hover,
.linkBox02 a:visited{display:block; background:#FFF;
width:80px; height:75px;
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  }
.linkBox02 img{width:100%;}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.forSP {display:none;}
.forPC { display:block;}
p.catch {text-align:center; font-size:16px; padding:30px 0 30px; margin:0 15px; line-height:2.2em;}


#letter {width:90%; max-width:1100px; margin:30px auto 60px; overflow:hidden;}
#letter .left{float:left; }
#letter .right{float:right; }
#letter .left , #letter .right{ width:49%; }
.letter01 {border:1px solid #f9aa97; padding:5px; margin:20px 0;}
.letter01 p{font-size:14px; line-height:1.6em; background:#fff7f7; padding:15px 30px; margin:0;}

.linkBox02 {display:block; font-size:16px; position:absolute; top:0; left:10px; z-index:1000; width:150px; height:141px;}
.linkBox02 a:link,
.linkBox02 a:active,
.linkBox02 a:hover,
.linkBox02 a:visited{display:block; background:#FFF;
width:150px; height:141px;
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;  }
.linkBox02 img{width:100%;}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

}