@charset "UTF-8";

body {
	background-position: center top;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2.2em;
	letter-spacing: 0.08em;
	color: #000;
	background-repeat: no-repeat;
	position: static;
}
#wrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
	height: 560px;
	top: 0px;
	padding-left: 50px;
	padding-top: 50px;
	overflow:hidden;
}
.photo{
	width:280px;
	margin:13px 30px 200px 0;
	float:left;
}
.caption{
	font-size:12px;
	letter-spacing:0.1;
	text-align:left;
}
p{
	margin-bottom:20px;
}
h1 {
	font-size:24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:200;
	letter-spacing: 0.2em;
	margin: 20px 0;
	margin-top: 0px;
}
.kana{
	font-size:15px;
	letter-spacing:0.1;
}
.text_sp{
	display:none;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

a:link {
	color: #EB6715;
	text-decoration: none;
}
a:visited {
	color: #EB6715;
	text-decoration: none;
}
a:hover {
	color: #F6B891;
	text-decoration: none;
}
@media only screen and (max-device-width:420px) {
/*　全体　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
body {
	width:1000px;
	margin:0 auto;
}
h1{
	font-size:34px;
	padding-bottom:8px;
	padding-top:0;
	margin-top:10px;
}
#wrapper {
	position: relative;
	width: 860px;
	margin: 0 auto;
	height: 800px;
	top: 0px;
	padding: 50px;
}
p{
	font-size: 28px;
	line-height:1.8em;
}
.photo{
	margin-bottom:500px;
}
.caption{
	font-size:21px;
}
.kana{
	font-size:21px
}
.text{
	display:none;
}
.text_sp{
	display:block;
}
}