@charset "UTF-8";
/* CSS Document */
body{
	background-color:white;
	margin: 0;
	font-weight: 300;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: cadetblue
}
/*hタグ全体設定*/
hi, h2, h3, h4, h5, h6{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 300;
	color: #04D7B4;
}

p {
	line-height: 28px;
  margin-bottom: 25px;
}
header {
	background: #FFFFFF;
	color: #fff;
	text-align: center;
	padding-top: 64px;
}
#maintop{
	background: #FFFFFF;
	vertical-align: bottom;
}
header p{
	margin: 0;
}

header img{
	width: 280px;
	vertical-align: bottom;
	
}
#topsyasinn{
	width: 300px;
	height: 350px;
	background-repeat: no-repeat;/*繰り返さない*/
	/*文字を非表示にする*/
	text-indent: 100%;/*テキストインデント100パー*/
	white-space: nowrap;/*改行しない*/
	overflow: hidden;/*はみ出した部分を非表示に*/
}
.illust{
	width: 300px;
	height: 350px;
	background-repeat: no-repeat;/*繰り返さない*/
	/*文字を非表示にする*/
	text-indent: 100%;/*テキストインデント100パー*/
	white-space: nowrap;/*改行しない*/
	overflow: hidden;/*はみ出した部分を非表示に*/
}


#pagesecondtop{
	
}
#syoukai{
	background: #62E5C1;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
  padding-top: 17px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
  width: 100%
}


#midashitext{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
  background: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

#midashitext h2 {
  font-weight: 700;
  color: #7b7b7b;
  letter-spacing: 1px;
}

#midashitext bold {
	color: #2f2f2f;
}
#konnnahitonitext{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
  background: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
	text-align: center;
}

#okosamanimo{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
  background: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
	text-align: center;
}

.point{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
  background: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}


#himitusetumei/*からまない秘密説明*/



#kakaku{
	padding-left: 0px;
	padding-right: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
  background: #ffffff;
}
.syoukailink{
	text-align: center;
	
}
#topback{
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	font-size: 20px;
}
#syouhyou{
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
#show ,#hide{
	/*ハンバーガー位置設定*/
	float: right;
	cursor:  pointer;

}

#menu{
	/*ハンバーガー色*/
	font-size: 14px;
	z-index: 1;
	 position: absolute;
	top: 0;
	right: -180px;
	width: 180px;
	min-height: 100%;
	
	color: black;
	background-color: #EAEAEA;
	
	transition: .4s;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
body.menu-open #menu{
	right: 0;
}
#wrapper{
	position: relative;
	overflow: hidden;/*サファリはみ出し対策*/
}

@media (max-width:1023px){/*スマホCSS*/
}

@media (min-width:1024px){/*PCCSS*/
}

