@charset "utf-8";
/* CSS Document */

/** コンテンツ **/
main#about {
	letter-spacing: 2px;
}
main#about h2 img {
	width: 100%;
}
main#about div img {
	width: 100%;
	display: block;
	text-align: center;
	margin: 70px 0;
}

section h2 img {
	width: 100%;
}
section p {
	padding: 60px 20px;
	line-height: 40px;
}

#calender {
	background: #FBFAF9;
	text-align: center;
	padding-top: 44px;
	padding-bottom: 8px;
}
#calender h3 {
	text-align: center;
	font-weight: 200;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 14px;
}
#calender #chart {
	padding: 0;
	width: 70%;
	text-align: center;
	margin: 0 auto;
}
#calender #chart img {
	text-align: center;
	margin-right: -30px;
}
#calender #departure {
	padding: 0;
	font-size:18px;
	border-bottom: #d9ed57 solid 6px;
	display: inline-block;
	font-weight: bold;
	margin: 20px 0px;
}
#calender ul {
	margin: 20px;
}
#calender ul li {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-decoration: underline;
	color: #333;
}

/** メルマガ　**/
aside#product-nav {
	margin: 20px;
	padding: 50px 0;
	background: none;
}
aside#product-nav p {
	text-align: center;
	line-height: 24px;
}
aside#product-nav nav {
	margin-top: 50px;
	height: 50px;
}
aside#product-nav nav a {
	display: block;
	line-height: 50px;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	background-color: #83d3c9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 3px 3px 0px 0px #276b62;
}

/*　ページャー */
#pager{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#pager ul {
	display: flex;
}
#pager ul li{
	display: inline-flex;
	width: 33%;
}
#pager ul li:nth-child(2) {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#pager ul li a {
	display: block;
	width: 100%;
	text-align:center;
	padding: 14px 0px ;
	text-decoration: none;
	color: #3ea5d1;
	font-size:14px;
	font-weight: 400;
}
#pager ul li:first-child a {
	background: url(../img/blogs/img-pager-l.png) 10px 16px no-repeat;
	background-size: 14px;
	text-indent: 9px;
}
#pager ul li:nth-child(2) a {
	background: url(../img/blogs/nav-item.png) 18px center no-repeat;
	background-size: 18px;
	text-indent: 9px;
}
#pager ul li:last-child a {
	background: url(../img/blogs/img-pager-r.png) 99px center no-repeat;
	background-size: 14px;
}


/* タブレット対応 */
@media screen and (min-width: 0px) and (max-width: 959px) {
	article main#about {
		width: 100%;
		letter-spacing: 1px;
	}
	main#about div img {
		margin: 60px 0;
	}
	section p {
		padding: 40px 20px;
		line-height: 30px;
	}
}
