a:visited, a:link {
	color: #FFF;
	text-decoration: none;
}
.w-48{
width:48%;
}
.wrap{
	position: relative;
	width: 100%;
}
.line-brack{
	display: inline-block;
}
.contents{
	width: 70%;
	max-width: 1000px;
	margin: 100px auto;
}
.contents img{
	display: block;
	width: 60%;
	margin: 0 auto;
}
.contents h1{
	font-size: 28px;
	font-weight: 600;
}
.contents h2{
	font-size: 22px;
	font-weight: 600;
}
.contents h3{
	margin: 24px 0 10px;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 600;
	background: #DDD;
}
.contents p{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.8em;

}
.cont-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 100px;
}
.cont-text{
	width: calc(100% - 220px);
    display: flex;
}
.cont-text-inner{
	width: 60%;
}
.cont-text-inner-text{
	width: 50%;
}
.cont-text-inner-image{
	width: 48%;
	margin-left: 2%;
}
.cont-text-inner img{
	width: 100%;
}
.cont-text-inner-image img{
	width: 100%;
}
.cont-text-inner-image .caption{
	font-size: 12px;
	margin: 5px 5px 0;
	line-height: 1em;
}
.contents .circle{
    width: 200px;
    height: 200px;
    /* margin: 0 auto 20px; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	background: linear-gradient(180deg, #d5eed7, #FFD1D2);
    /*background: #d5eed7;*/
    border-radius: 50%;

}
.contents .circle h3{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background: none;
	margin: 0;
	padding: 0 10px;
}
.footertop {
background-color: #000;
}
/*
footer {
width: 100%;
position: fixed;
z-index: 500;
bottom: 0;
}
*/
.sns_box {
width: 100%;
height: 38px;
display: flex;
flex-wrap: wrap;
justify-content: center;
position: absolute;
z-index: 500;
padding: 0;
background: none;
top: 6px;
}

@media only screen and (max-width: 800px) {
	.contents {
	width: 94%;
	}
	.line-brack{
	display: block;
	}
	.pre-open h1{
	font-size: 20px;
	}
	.pre-open h2{
	font-size: 18px;
	font-weight: 600;
	}
	.pre-open h3{
	font-size: 16px;
	background: #DDD;
	}
	.cont-box{
	margin-bottom: 20px;}
	.contents .circle{
    width: 100%;
	height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #d5eed7;
    border-radius: 0;
	margin-bottom: 10px;

	}
	.contents .circle h3{
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
	padding: 0;
	}
	.cont-text {
	width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.pre-open h1, .pre-open h2{
	font-size: 16px;
	}
	.pre-open{
	width: 90%;
	}
	.pre-open img{
	display: block;
	width: 70%;
	margin: 0 auto;
	}
	.cont-text, .cont-image{
	width: 100%;
	
	}

}