@charset "UTF-8";
/* Index */
#mainVisual {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1000px;
	height: 800px;
	overflow: hidden;
	box-sizing: border-box;
}
#mainVisual img {
	/*position: absolute;*/
}
.cartopia #mainVisual {
}
.mainTitle {
	position: absolute;
	z-index: 10;
	top: 220px;
	left: 5%;
	background: rgba(255,255,255,0.80);
	padding: 20px 25px;
	text-align: center;
}
.mainTitle h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.05em;
	display: block;
	margin: 0 0 10px;
	padding: 0;
}
.mainTitle h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 36px;
	font-weight:400;
	line-height: 26px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.mainTitle h3 span.tx_wide {
	letter-spacing: 0.05em;
}
.mainTitle h3 span.tx_narrow {
	letter-spacing: -0.08em;
}
.mainTitle h3 span.gothic {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mainTitle p {
	/*margin-top: 36px;*/
	margin-top: 22px;
}
.mainTitle p a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
}
.mainTitle p a:hover {
	text-decoration: underline;
}
.thisMonth {
	position: absolute;
	z-index: 20;
	right: 0;
	top: 260px;
	clear: both;
}
.thisMonth .vTitle {
	display: inline-block;
	float: left;
	background: rgba(255,255,255,0.85);
	padding: 25px 5px 25px 15px;
}
.thisMonth .thisMonthMain {
	display: inline-block;
	float: left;
	background: rgba(255,255,255,0.85);
	padding: 25px 25px 25px 20px;
	position: relative;
}
.thisMonth .thisMonthMain .book {
	display: inline-block;
	float: left;
}
.thisMonth .thisMonthMain .textContent {
	display: inline-block;
	float: left;
	padding-left: 25px;
	text-align: left;
}
.thisMonth .thisMonthMain .textContent p {
	font-size: 16px;
	margin-bottom: 1em;
	line-height: 1.8;
}
.thisMonth .thisMonthMain .textContent p.link {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
}
.thisMonth .thisMonthMain .textContent p.link a {
	color: #333;
	text-decoration: none;
}
.thisMonth .thisMonthMain .textContent p.link a:hover {
	text-decoration: underline;
}


/* Layout
*************************************** */
#contents {
	margin: 670px 0 0 0;
	padding: 0;
	box-sizing: border-box;
}
.threeContents {
	min-width: 1020px;
	padding: 35px 10px;
	box-sizing: border-box;
}
.calendar , .cocosuba , .carlife {
	background: #fff;
	text-align: center;
	font-feature-settings : "palt";
}
.calendar a , .cocosuba a , .carlife a {
	color: #333;
	text-decoration: none;
}
.calendar h2 , .cocosuba h2 , .carlife h2 {
	display: inline-block;
	margin: 0 auto 15px auto;
	min-height: 76px;
}
.calendar h2 span , .cocosuba h2 span , .carlife h2 span {
	display: table-cell;
	vertical-align: middle;
}
.calendar h2 span.text , .cocosuba h2 span.text , .carlife h2 span.text {
	text-align: left;
	padding-left: 20px;
	vertical-align: middle;
}
.calendar {
}
.cocosuba {
}
.carlife {
}

p.caption {
	text-align: left;
	line-height: 1.8;
	margin-bottom: 0;
	min-height: 8em;
	font-size: 14px;
}
.btn_more {
	border: 1px solid #333;
	padding: 10px 40px;
	margin: 10px auto 30px 0 !important;
	display: inline-block;
	font-size: 14px;
	white-space: nowrap;
}

/* Instagram */
.section_insta {
	background-color: #fafafa;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.section_insta h2 {
	font-size: 44px;
	font-weight: 200;
	margin-bottom: 20px;
}
.section_insta h3 {
	font-size: 22px;
	font-weight: 200;
	margin-bottom: 40px;
}

/* instagram */
#instafeed {
	margin: 0;
	padding: 0;
}
#instafeed a {
	display: inline-block;
	padding: 0;
	margin: 0 7px 15px 7px;
}

#instafeed img {
	margin: 0;
	padding: 0;
	width: 252px !important;
	max-width: 252px;
}
#instafeed img:hover {
	opacity: 0.7;
}

/* Responsive
************************************** */
@media screen and (max-width: 1300px) {
	.mainTitle {
		left: 2%;
	}
	.calendar h2 span.img , .cocosuba h2 span.img , .carlife h2 span.img {
		display: block;
		min-height: 76px;
		margin-bottom: 10px;
	}
	.calendar h2 span.text , .cocosuba h2 span.text , .carlife h2 span.text {
		display: block;
		padding-left: 0;
		min-height: 2.5em;
	}
	.calendar h2 span.text br , .cocosuba h2 span.text br , .carlife h2 span.text br {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.mainTitle {
		left: 0;
	}
}
