<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 16px;
	line-height: 2.4em;
	letter-spacing: 0.08em;
	color: #000;
	background-repeat: no-repeat;
	position: static;
}
#wrapper {
	position: relative;
	width: 650px;
	margin: 0 auto;
	height: 650px;
	top: 0px;
	padding-left: 50px;
	padding-top: 50px;
}
.text{
	margin:10px;
	padding:0;
}
p{
	font-size: 16px;
	line-height: 2.2em;
	margin-bottom:20px;
}
.sp{
	display:none;
}
.comment{
	font-size:13px;
	margin-bottom:10px;
}
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.02;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

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:48px;
	margin-bottom:40px;
}
#wrapper {
	position: relative;
	width: 860px;
	margin: 0 auto;
	height: 1140px;
	top: 0px;
	padding: 50px;
}
.dt{
	display:none;
}
.sp{
	display:block;
	font-size: 32px;
	line-height:2em;
	letter-spacing:0em;
	margin-right:20px;
}
.comment{
	font-size:24px;
	margin-bottom:10px;
}
.photo{
	margin-bottom:500px;
}
.caption{
	font-size:21px;
}
.kana{
	font-size:21px
}

}</pre></body></html>