
body {
	color: #000;
	font-family: 'Helvetica neue', 'Helvetica', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	background-color: ;
	padding:0; /*　追加*/
	margin:0; /*　追加*/
	height: 100%;
}

a {

}

a,
a:visited {
	color: #585858;
	/* text-decoration: none; */
	outline: 0;
	text-align: center;
	position: relative;
	letter-spacing: 0.2em;

}

a:hover,
a:focus {
	text-decoration:underline;
}
p {
	line-height: 120%;
	font-size: 1em;
	color: #585858;
	font-style: normal;
}

h1 {
	display: block;
	text-indent: -9999px;
	height: 101px;
	width: 237px;
	background: url(../img/paraiso-logoblk.png) no-repeat left;
	background-size: contain;
	position: relative;
	text-align: center;
	margin: 0px auto;
	padding-top: 200px;

}

h1 a {
	display:block;
	height:24px;
	width: 325px;
}
.openp{font-size: 28px;
	font-weight: 200;
	letter-spacing: 0.5em;

}
.content {
	position: relative;
	text-align: center;
	color: #585858;
	height: 100%;
	/* display: inline-block; */
	margin-top: 50px;
	z-index: 10;
}
.content a{}
.content p{
	line-height: 1.5;
}

.content2 {
	position: relative;
	text-align: center;
	color: #585858;
	height: 100%;
	/* display: inline-block; */
	margin-top: 100px;
	font-size: 0.9em;
	z-index: 10;
}

.content2 p{
	line-height: 1.5;
	letter-spacing: 0.1em;
}


}

/*layout*/

#container {
	width: 100%;
	clear : both;
	position: relative;
	min-height: 100vh;
	height: auto !important;
}

.wrapper {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 80%;
	height: 100%;
	min-height: 100%;
	background-color: rgb(255 255 255 / 70%);
	padding: 15px;
}
.himawari{position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: -1;
	right: 0;

}
.himawari img{width: 300px;

}
#header {
	width: 100%;
	clear : both;
	position: relative;
	height: 100%;
	min-height: 100%;
	height: auto !important;
}
 .kaigyo{
		display: none;
	}
.sns{
	right: 15%;
	height: 30px;
	width: 60px;
	/* float: right; */
	position: absolute;
}

#footer {
	position: absolute; /*　変更*/
	bottom: 0;
	width: 100%;
	height: 400px;
	text-align: center;
	font-size: 0.8em;
	color: #585858;

}

#footer p{bottom: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}



@media only screen and (max-width: 400px){
	.content {

}

.content p{
	line-height: 1.5;
}

	h1 {
		display: block;
		text-indent: -9999px;
		height: 101px;
		width: 70%;
		background: url(../img/paraiso-logoblk.png) no-repeat left;
		background-size: contain;
		position: relative;
		text-align: center;
		margin: 0px auto;
		padding-top: 50px;}
	.kaigyo{
		display: block;
	}
	.sns{
	right: 10%;

}
}

