header {
	background-image: url(../images/love-top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	display: block;
}

header div{
	position: relative;
}

header #header-container{
	width: 100%;
	background-image:url(../images/header-title-bg.jpg);
	background-repeat: no-repeat;
    background-position: middle;
    background-size: cover;
    height: 100px;
}

header #header-container h1{
	text-align: center;
	height: 100%;
	line-height: 100px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

header #header-container h1 img{
	width: 30%;
	vertical-align: middle;
}


header .top-title{
	position: absolute;
	top: 40%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 150;
	margin: 0;
	padding: 0;
}

header .top-title h2{
	padding: 30px 0;
	font-size: 32px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #fff;
}

header .top-title p{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

#container {
	width: 100%;
	padding: 50px 20px;
	background-color: #fff5ee;
	position: relative;
	display: block;
	box-sizing: border-box;
}

#container #description {
	width: 80%;
	margin: 0 auto;
	color: #333;
	line-height: 1.8;
	font-size: 18px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	position: relative;
	display: block;
}

#container #description p{
	margin: 1.2em 0;
	text-size-adjust: 100%;
	position: relative;
}

#container #description strong{
	font-weight: bold;
}

#container #description p.osusume {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#container #description #lesson-osusume{
	margin: 1em 0;
	padding-left: 40px;
}

#container #description #lesson-osusume:after{
	clear:both;
}

#container #osusume{
	float: left;
	width: 48%;
}

#container #osusume .circle{
    background-image: url(../images/osusume.jpg);
    background-position: center;
    width:  300px;
    height: 300px;
    border: 1px solid #ff0000;
    border-radius: 50%;
    background-size: 400px 400px;
    margin: 2em auto;
}

#container #description ul{
	float: right;
	margin-left: 4%;
	width: 48%;
}

#container #description ul li{
	list-style: disc;
}

#container #description #love-lesson{
	text-align: center;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#container #description #love-lesson strong{
	color: #DD3588;
	font-size: 20px;
}

#container #description #love-lesson a{
	text-decoration: underline;
}

#container #description #love-lesson a:hover{
	opacity: 0.7;
}

