header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 999999;
}

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;
}

#container {
	width: 100%;
	padding: 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;
}

/* ==========================================================================
punkudu
========================================================================== */
.punkudu {
	margin: 0;
	padding: 0;
}

#container .punkudu ul {
	margin: 0;
	padding: 0 !important;
}

#container .punkudu ul li {
	float: left;
	font-size: 13px;
}

#container .punkudu li:not(:first-child)::before {
  content: ">";
  padding: 0 5px;
}

/* ==========================================================================
lovelist
========================================================================== */
#list_title{
	background-image: url(../images/26435500.jpg);
	background-position: bottom;
	width: 100%;
	height: 80px;
	position: relative;
}

#list_title h2{
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	height: 80px;
	line-height: 80px;
	font-weight: bold;
}

#list_title h2:before{
	background:url(../images/icon/list.png) 0 0 no-repeat;
	-webkit-background-size:24px 24px;
	content: "";
	display:inline-block;
	width: 24px;
	height: 24px;
	padding-left:10px;
    position:relative;
    top:3px;
}

#container #lovelist ul{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}

#container #lovelist ul li {
	width: 33%;
	margin-top: 20px;
	text-align: center;
}

#container #lovelist ul li img {
	max-width: 300px;
}

#container #lovelist ul li a {
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/* ==========================================================================
lovearticle
========================================================================== */
#article_title{
	background-image: url(../images/26405830.jpg);
	background-position: center;
	width: 100%;
	height: 80px;
	position: relative;
	border-bottom: solid 3px #bf9f86;
}

#article_title h2{
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	height: 80px;
	line-height: 80px;
	font-weight: bold;
}

#article_title h2:before{
	content: "";
	display:inline-block;
	width: 24px;
	height: 24px;
	padding-left:10px;
    position:relative;
    top:3px;
}

#container #love_article {
	font-size: 18px;
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
}

#container #love_article .main_image{
	width: 100%;
	height: 500px;
	padding: 20px 0;
	overflow: hidden;
}

#container #love_article .main_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

#container #love_article h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 5px;
	background-color: #eee;
	border: solid 1px #eee;
	border-radius: 5px;
}

#container #love_article h4 {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    padding: 9px 10px;
    margin: 2.4em 0 1em;
    line-height: 1.25;
}

#container #love_article p{
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}

#container #love_article ul{
	margin-top: 1.4em;
    margin-bottom: 1.4em;
    padding-left: 40px;
}

#container #love_article ul li{
	margin: 0.2em;
	padding: 10px 0;
}

/* ==========================================================================
lovelist
========================================================================== */
#curriculum_title_m{
	background-image: url(../images/lesson_title_m.jpg);
	background-position: center;
	width: 100%;
	height: 80px;
	position: relative;
}

#curriculum_title_w{
	background-image: url(../images/lesson_title_w.jpg);
	background-position: center center;
	width: 100%;
	height: 80px;
	position: relative;
}

#curriculum_title_m h2,
#curriculum_title_w h2{
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	height: 80px;
	line-height: 80px;
	font-weight: bold;
}

#curriculum_title_m h2:before,
#curriculum_title_w h2:before{
	background:url(../images/icon/lesson.png) 0 0 no-repeat;
	-webkit-background-size:24px 24px;
	content: "";
	display:inline-block;
	width: 24px;
	height: 24px;
	padding-left:10px;
    position:relative;
    top:3px;
}

#container #love_lesson {
	font-size: 18px;
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
}

#container #love_lesson .main_image{
	width: 100%;
	height: 500px;
	padding: 20px 0;
	overflow: hidden;
}

#container #love_lesson .main_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#container #love_lesson p{
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}

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

#container #love_lesson h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 5px;
	background-color: #eee;
	border: solid 1px #eee;
	border-radius: 5px;
}

#container #love_lesson table {
	width: 90%;
	margin: 20px auto;
	border: solid 1px #ccc;
}

#container #love_lesson table th {
	padding: 10px;
	border: solid 1px #ccc;
	text-align: center;
	font-weight: bold;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#container #love_lesson table th.show_m {
	background-color: #99B9E2;
}

#container #love_lesson table th.show_w {
	background-color: #E3C1C0;
}

#container #love_lesson table td {
	padding: 10px;
	background-color: #fff;
	border: solid 1px #ccc;
}

#container #love_lesson h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 5px;
	background-color: #eee;
	border: solid 1px #eee;
	border-radius: 5px;
}

#container #love_lesson h4 {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    padding: 9px 10px;
    margin: 2.4em 0 1em;
    line-height: 1.25;
}

#container #love_lesson .pager {
	width: 90%;
	margin: 20px auto;
	color: #999;
}

#container #love_lesson .pager ul li {
	float: left;
	width: 45%;
	text-align: left;
}

#container #love_lesson .pager ul li.leftside {
	text-align: right;
}

#container #love_lesson .pager ul li.pcenter {
	width: 5%;
	text-align: center;
}