@charset "UTF-8";

/*common追記
---------------------------------------------------------- */

#header {
	margin-bottom: 30px;
}

#header_bg {
	background:url(https://www.tnc.co.jp/pika/img/top/hd_bg02.jpg) top center no-repeat;
}

#header_block {
	width:1000px;
}

@media screen and (max-width: 680px) {
	#header_block {
		width:100%;
	}
}

#sub_area {
}

@media screen and (max-width: 680px) {
	#sub_area {
	}
}


/*アイテムバナー
---------------------------------------------------------- */
.bnr_item {
}

.bnr_item p {
	margin-bottom: 20px;
}


/*次回予告
---------------------------------------------------------- */

.yokoku_block {
	width:640px;
	margin-bottom:20px;
}

.yokoku_ttl {
	background: url(https://www.tnc.co.jp/pika/img/top/ttl_bg_01.jpg) 50% 50% no-repeat;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	padding-left: 30px;
}

.yokoku_ttl h2 {
	font-size: 162.5%;
}

.yokoku_box {
	clear: both;
	padding: 20px 15px 0;
	margin-bottom: 20px;
	overflow: hidden;
	zoom:1;
}

.yokoku_box .ph {
	float: left;
	width:294px;
	margin: 0 20px 10px 0;
}

.yokoku_box .txt {
	overflow: hidden;
	zoom:1;
}

.yokoku_box .txt02 p {
	margin-bottom:20px;
	font-size:108%;
}

.yokoku_box .txt02 {
	clear: both;
}

.yokoku_block .next {
	margin-bottom:10px !important;
	color:#E85398;
	font-size: 123.1%;
	font-weight: bold !important;
}

.yokoku_block .info {
	color:#333;
	font-size: 115.4%;
	font-weight: bold !important;
}

.yokoku_block .btn {
	clear: both;
	padding-bottom: 20px;
	text-align: center;
}

.yokoku_block .btn a {
	display:inline-block;
	color: #fff;
	background:url(https://www.tnc.co.jp/pika/img/common/btn_bg.png) 50% 50% no-repeat;
	background-size: contain;
	font-size: 138.5%;
	line-height: 60px;
	font-weight: bold;
	width: 320px;
}

.yokoku_block .btn a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 10px #FFF;
}

@media screen and (max-width: 680px) {
	.yokoku_box .ph {
		float: none;
		margin: 0 auto 20px;
		width: 400px;
	}
	
	.yokoku_box .ph img {
		width: 400px;
		height: auto;
	}
	
	.yokoku_box .next {
		text-align: center;
	}
	
	.yokoku_box .info {
		margin-bottom: 20px !important;
	}
	
	.yokoku_block .btn a {
		padding: 15px 0;
		width: 80%;
		background-size: contain;
	}
}


/*お知らせ
---------------------------------------------------------- */

.news_block {
	margin-bottom:5px;
}

.news_block .news_ttl {
	height: 60px;
	margin-bottom:25px;
	padding-left: 30px;
	background:url(https://www.tnc.co.jp/pika/img/top/ttl_bg_01.jpg) 50% 50% no-repeat;
	color: #fff;
}

.news_block .news_ttl h2 {
	font-size: 162.5%;
	line-height: 60px;
}


/*お店情報
---------------------------------------------------------- */

.shop_block {
	margin-top:30px;
}

.shop_block .shop_ttl {
	margin-bottom:25px;
	color: #fff;
}

.shop_block .shop_ttl h2 {
	padding: 15px 15px;
	background:url(https://www.tnc.co.jp/pika/img/common/bg_stripes01.png) top left repeat;
	font-size: 138.5%;
	line-height:1.2;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.shop_box{
	width:640px;
	margin-bottom:30px;
}

.shop_box ul {
	clear: both;
	overflow: hidden;
	zoom:1;
}

.shop_box ul li {
	float: left;
	width:200px;
	margin-left: 20px;
	list-style: none;
	font-size:108%;
}

.shop_box ul li:first-child {
	margin-left:0;
}

.shop_box ul li div{
	width:198px;
	border: 1px solid #080103;
	overflow: hidden;
}

.shop_box ul li div img {
	display:block;
}

.shop_box ul li p {
	margin-top: 5px;
	font-weight: bold;
	color: #ff878c;
}

.shop_box ul li a:hover {
	text-decoration: none;
}

.shop_box ul li h3 {
	font-weight: normal;
}

.shop_block .btn {
	clear: both;
	width:100%;
	margin: 0 auto;
	text-align: center;
}

.shop_block .btn a {
	display:inline-block;
	padding: 15px 50px;
	color: #fff;
	background:url(https://www.tnc.co.jp/pika/img/common/bg_ptn01.png) top center repeat;
	font-size: 123.1%;
	line-height: 1.4;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.shop_block .btn a:hover {
	text-decoration: none;
	opacity:0.7;
}



/*facebookタイムライン
---------------------------------------------------------- */
.facebook_timeline {
	width:500px;
	margin: 50px auto 0;
}


/*search
---------------------------------------------------------- */

.search_block,
.search_sp_block {
	width:316px;
	height: 36px;
	margin: 0 auto 15px;
	background-color: #ffffff;
	border: 2px solid #ff6000;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.search_block .search_btn,
.search_sp_block .search_btn {
	float: right;
	width:58px;
	background: #ebebeb;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}

.search_input,
.search_sp_input {
	float: left;
	width:248px;
	height: 30px;
	border:0 !important;
	padding:3px 5px !important;
	box-shadow:rgb(219, 215, 215) 2px 2px 0px 0px inset;
	-webkit-box-shadow:rgb(219, 215, 215) 2px 2px 0px 0px inset;
	-moz-box-shadow:rgb(219, 215, 215) 2px 2px 0px 0px inset;
}

.search_sp_block,
.bnr_sp_block {
	display: none;
}




/*search
---------------------------------------------------------- */

.search_block,
.search_sp_block {
	width:316px;
	height: 36px;
	margin: 0 auto 15px;
	background-color: #f7f7f7;
	border: 2px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	overflow: hidden;
}

.search_block .gsc-control-cse,
.search_sp_block .gsc-control-cse {
	padding: 0 !important;
	border: none !important;
}

.search_block table,
.search_block tbody,
.search_block tr,
.search_block th,
.search_block td,
.search_sp_block table,
.search_sp_block tbody,
.search_sp_block tr,
.search_sp_block th,
.search_sp_block td {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}

.search_block form.gsc-search-box,
.search_sp_block form.gsc-search-box {
	margin: 0 !important;
}

.search_block form.gsc-search-box,
.search_sp_block form.gsc-search-box {
}

.search_block .gsc-input-box,
.search_sp_block .gsc-input-box {
	height: auto !important;
	border: none !important;
}

.search_block td.gsc-input,
.search_sp_block td.gsc-input {
	float: left;
	width:248px !important;
	height: 30px;
}

.search_block .gsc-clear-button,
.search_block .gsc-branding,
.search_sp_block .gsc-clear-button,
.search_sp_block .gsc-branding {
	display: none;
}

.search_block td.gsc-search-button,
.search_sp_block td.gsc-search-button {
	float: right;
	width: 58px;
	height: 36px;
	overflow: hidden;
	background: url(https://www.tnc.co.jp/pika/img/common/search_btn.png) no-repeat;
}

.search_block input.gsc-search-button,
.search_sp_block input.gsc-search-button {
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.search_block .gsc-search-box-tools .gsc-search-box input.gsc-input,
.search_sp_block .gsc-search-box-tools .gsc-search-box input.gsc-input {
	border:0 !important;
	padding:3px 5px !important;
	margin: 0 !important;
	height: 30px !important;
	box-shadow:rgb(219, 215, 215) 2px 2px 0px 0px inset;
	-webkit-box-shadow:rgb(219, 215, 215) 2px 2px 0px 0px inset;
	-moz-box-shadow:rgb(219, 215, 215) 2px 2px 0px 0px inset;
}

.search_sp_block {
	display: none;
}

@media screen and (max-width: 680px) {
	.search_block {
		margin: 0 auto 15px;
	}
	.search_sp_block {
		display: block;
		margin: 20px auto 0;
	}
}


@media screen and (max-width: 680px) {
	.search_block {
		margin: 0 auto 25px;
	}
	.search_sp_block {
		display: block;
		margin: 20px auto 25px;
	}
	.bnr_sp_block {
		display: inherit;
	}
}


/*出演者紹介
---------------------------------------------------------- */

.cast_block {
	margin-bottom: 20px;
}

.cast_block .sub_area_ttl,
.message_block .sub_area_ttl {
	background: none !important;
}

.cast_block .sub_area_ttl h3,
.message_block .sub_area_ttl h3 {
	padding: 0px !important;
}

.cast_block .sub_area_ttl h3 a,
.message_block .sub_area_ttl h3 a {
	display:block;
	height: 40px;
	color:#fff;
	text-decoration: none;
	line-height:45px;
	background:url(https://www.tnc.co.jp/pika/img/common/ttl_gold.png) 50% 50% no-repeat !important;
	background-size: contain !important;
	text-align: center;
}

.cast_block .sub_area_ttl h3 a:hover,
.message_block .sub_area_ttl h3 a:hover {
	text-shadow: 0px 0px 10px #FFF;
}

.cast_box {
	padding: 20px 17px;
}

.cast_box .ph {
	width:274px;
	margin: 0 auto 15px;
}

@media screen and (max-width: 680px) {
	.cast_box {
		text-align: center;
	}
	
	.cast_block .sub_area_ttl h3 a,
	.message_block .sub_area_ttl h3 a {
		padding: 10px 0;
		background-size: contain !important;
	}
}


/*サイドバナー
---------------------------------------------------------- */

.bnr_side li {
	margin-bottom:15px;
	list-style: none;
}
.bnr_side img {
	width: 320px;
	/* height: 90px; */
}

@media screen and (max-width: 680px) {
	.bnr_side {
		width:540px;
		margin: 0 auto;
		text-align: center;
	}

	.bnr_side img {
		width:90%;
		height: auto;
	}
}