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

#theme {
	min-width: 1010px;
	padding: 15px 0 14px;
	background-color: #44281a;
	color: #fff;
	overflow: hidden;
}

#theme h2 {
	padding-left: 125px;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#theme date {
	padding-top: 4px;
	font-size: 19px;
	font-weight: normal;
	float: left;
}


/* contents */

#google_map {
	width: 400px;
	margin-top: 50px;
	float: left;
}

#google_map iframe {
	width: 100%;
	height: 400px;
	border: 0;
}


/* left */
#cnt_left {
	width: 400px;
	padding-top: 45px;
	float: left;
}

#cnt_left #insta h3 {
	padding-left: 54px;
	background: url(../img/insta_h.png) 0 0 no-repeat;
	background-size: 40px;
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
}

#cnt_left #insta .instagram {
	margin-right: -7px;
	padding: 20px 0 45px;
	overflow: hidden;
}

#cnt_left #insta .instagram li {
	margin: 0 7px 7px 0;
	float: left;
	width: 128px;
  height: 96px;
}

#cnt_left #insta .instagram li img {
	display: block;
}

#cnt_left #radiko {
	padding: 17px 15px;
	border: 1px solid #44281a;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#cnt_left #radiko .icon {
	width: 49px;
	float: left;
}

#cnt_left #radiko p {
	padding-left: 68px;
	font-size: 13px;
}

#cnt_left #radiko ul {
	padding-top: 5px;
	clear: both;
	overflow: hidden;
}

#cnt_left #radiko ul li {
	margin-right: 16px;
	float: left;
}
#cnt_left #radiko ul li:last-child {
	margin-right: 0;
}

#cnt_left #radiko ul li img {
	width: 60px;
}



/* right */
#cnt_right {
	width: 560px;
	margin-top: 45px;
	float: right;
}

#cnt_right .read {
	margin-bottom: 55px;
	font-size: 16px;
	letter-spacing: 0.1em;
}

#cnt_right #week li {
	margin-bottom: 40px;
	background: #fff url(../img/week_bg.png) 0 0 repeat-y;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#cnt_right #week li:after {
	content: "";
  display: block;
  clear: both;
}

#cnt_right #week li:last-child {
	margin-bottom: 0px;
}

#cnt_right #week li img {
	width: 260px;
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	float: left;
}

#cnt_right #week li .txt_box {
	position: relative;
	width: 250px;
	margin-left: 285px;
	padding: 54px 0 15px;
}

#cnt_right #week li .txt_box .week {
	position: absolute;
	top: -14px;
	left: -14px;
	width: 53px;
	height: 33px;
	padding-top: 29px;
	background: url(../img/icon_week.png) 0 0 no-repeat;
	background-size: 100%;
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 1;
}

#cnt_right #week li .txt_box h3 {
	position: absolute;
	top: 18px;
	left: 45px;
	color: #00acae;
	font-size: 17px;
	line-height: 1;
}

#cnt_right #week li .txt_box .summary {
	margin-bottom: 8px;
	line-height: 1.5;
}

#cnt_right #week li .txt_box .fb_link {
	padding-left: 14px;
	background: url(../img/icon_arrow_right_01.png) 0 center no-repeat;
	background-size: 8px;
}



@media screen and (max-width:640px) {
	#theme {
		min-width: 0;
		padding: 6px 4.7% 13px;
	}

	#theme h2 {
		padding-left: 0;
		font-size: 19px;
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: normal;
	}

	#theme date {
		padding-top: 0;
		font-size: 13px;
		float: none;
	}


	/* contents */

	#google_map {
		width: 100%;
		margin-top: 0px;
		float: none;
	}

	#google_map iframe {
		width: 100%;
		height: 350px;
	}


	/* left */
	#cnt_left {
		width: auto;
		padding: 34px 4.7% 0;
		float: none;
	}

	#cnt_left #insta h3 {
		padding-left: 43px;
		background-size: 33px;
		font-size: 18px;
		font-weight: bold;
		line-height: 33px;
	}

	#cnt_left #insta .instagram {
		padding: 20px 0 45px;
		margin-right: 0;
	}

	#cnt_left #insta .instagram li {
		width: 32%;
		margin: 0 2% 2% 0;
		max-height: 100%;
	}
	#cnt_left #insta .instagram li:nth-child(3n) {
		margin-right: 0;
	}

	#cnt_left #insta .instagram li img {
		width: 100%;
	}

	#cnt_left #radiko {
		padding: 17px 15px 5px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}

	#cnt_left #radiko .icon {
		width: 37px;
		float: left;
	}

	#cnt_left #radiko p {
		padding-left: 51px;
		font-size: 11px;
	}

	#cnt_left #radiko p .br_pc {
		display: none;
	}

	#cnt_left #radiko ul {
		padding: 10px 0 0 0;
		margin-right: -14px;
		overflow: hidden;
	}

	#cnt_left #radiko ul li {
		margin: 0 14px 8px 0;
		float: left;
	}
	#cnt_left #radiko ul li:last-child {
		margin-right: 0;
	}

/*	#cnt_left #radiko ul li img {
		height: 23px;
	}
*/


	/* right */
	#cnt_right {
		width: auto;
		margin-top: 0;
		padding: 0 4.7%;
		float: none;
	}

	#cnt_right .read {
		margin: 15px 0 35px;
		font-size: 14px;
	}

	#cnt_right #week li {
		margin-bottom: 18px;
		background-image: none;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		overflow: hidden;
	}
	#cnt_right #week li:after {
		content: "";
	  display: block;
	  clear: both;
	}

	#cnt_right #week li:last-child {
		margin-bottom: 0px;
	}

	#cnt_right #week li img {
		display: block;
		width: 100%;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		float: none;
	}

	#cnt_right #week li .txt_box {
		position: relative;
		width: auto;
		margin-left: 0;
		padding: 38px 4.7% 12px;
	}

	#cnt_right #week li .txt_box .week {
		position: absolute;
		top: -19px;
		left: 7px;
		width: 44px;
		height: 30px;
		padding-top: 22px;
		font-size: 18px;
	}

	#cnt_right #week li .txt_box h3 {
		top: 11px;
		left: 57px;
		font-size: 15px;
	}

	#cnt_right #week li .txt_box .summary {
		margin-bottom: 6px;
		font-size: 13px;
	}

	#cnt_right #week li .txt_box .fb_link {
		padding-left: 12px;
		background-size: 7px;
		font-size: 13px;
		font-weight: bold;
	}
}
