html, body {
			width: 100%;
			height: 100%;
			padding: 0px;
			margin: 0px;
			font-size: 18px;
			font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			letter-spacing: 0.05em;
			line-height: 1.5em;
			color: #333;
			background-image: url("img/back.jpg");
			background-attachment: fixed;
			background-position: center;
			background-repeat: repeat-y;
			}
		
.sumafont {
	-webkit-text-size-adjust: 180%;
	-moz-text-size-adjust: 180%;
	-ms-text-size-adjust: 180%;
	-o-text-size-adjust: 180%;
	text-size-adjust: 180%;
}
		
.header {
	width: 100%;
	text-align: center;
	position: relative;
}

.header img {
    max-width: 100%;
    height: auto;
}


.main {
	width: 90%;
	margin: 0px auto;
	max-width: 950px;
}

img {border: 0;}

h2 {
	font-size: 35px;
	color:#993300;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.2em;
}

blockquote{
margin:7px;
padding:10px;
background:#fef6fa;
border:none;
border-left:5px solid #970a4d;
}



/*　　　　文字サイズ
-------------------------------------------------*/
.tx11 {font-size: 11px;}
.tx12 {font-size: 12px;}
.tx13 {font-size: 13px;}
.tx14 {font-size: 14px;}
.tx15 {font-size: 15px;}
.tx16 {font-size: 16px;}
.tx17 {font-size: 17px;}
.tx18 {font-size: 18px;}
.tx19 {font-size: 19px;}
.tx20 {font-size: 20px;}
.tx21 {font-size: 21px;}
.tx22 {font-size: 22px;}
.tx23 {font-size: 23px;}
.tx24 {font-size: 24px;}
.tx25 {font-size: 25px;}
.tx26 {font-size: 26px;}


/*　　　　色
-------------------------------------------------*/
.red {color: #C00;}
.blue {color: #36C;}
.green {color: #396;}


/*　　　　Youtube埋め込み　可変用
-------------------------------------------------*/
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.movie-wrapper {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}


/*　　　　メルマガ埋め込み　可変用
-------------------------------------------------*/
.mail {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.mail iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.mail-wrapper {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}


/*　　　　画像回り込み
-------------------------------------------------*/
@media screen and (min-width: 360px) {
p .hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.photo img{
	max-width: 100%;
	}
	
ul li {
	margin-left: 0px;
}

	}
	
@media screen and (max-width: 360px) {
p .hidari {
  clear: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.photo img{
	max-width: 100%;
	}
	
ul {
	padding: 5px 10px 5px 10px;
	list-style: none;
}
}

/*　　　　ボタン
-------------------------------------------------*/

.button {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.button {
	background-color: #59b1eb;
	border: 2px solid  #59b1eb;
	color: #fff;
}

.button:hover {
	background-color: #C8E6F9;
	color: #59b1eb;
	border: 2px solid #59b1eb;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*　　　　フッタ
-------------------------------------------------*/

.footer {
	max-width: 950px;
	margin: 20px auto;
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
	line-height: 3em;
	letter-spacing: 0.05em;
	border-top: solid 1px;
}
