
.cnt{	padding-bottom: 30px;}

/** slide **/

#slide_bg{
	padding: 20px;
	background: url(./img/slide_bg.jpg) no-repeat top center;
	background-size: cover;
}

#slide{
	position: relative;
	width: 100%;
	max-width: 450px;
	margin: 0 auto 10px auto;
	box-shadow: 0 0 10px 5px rgba(205,191,150,0.1);
}
#slide .i_new{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}
#slide .i_new img{
	width: 56px;
	height: auto;
}
#slide .slick-slide{
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

#slide .slider img{
	display: inline-block;
	vertical-align: top;
	width: 450px;
	height: auto;
}

.slick-prev,
.slick-next{
	width: 50px;
	height: 50px;
	border: 0;
	outline: 0;
	border-radius: 50%;
	background: none;
	position: absolute;
	z-index: 2;
	top: calc(50% - 25px);
}

.slick-prev{	left: calc(50% - 280px);}
.slick-prev:after{
	content: '';
	width: 25px;
	height: 25px;
	border-top: 2px solid #9c7a4b;
	border-left: 2px solid #9c7a4b;
	position: absolute;
	top: calc(50% - 12.5px);
	right: calc(50% - 20px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.slick-next{	right: calc(50% - 280px);}
.slick-next:after{
	content: '';
	width: 25px;
	height: 25px;
	border-bottom: 2px solid #9c7a4b;
	border-right: 2px solid #9c7a4b;
	position: absolute;
	top: calc(50% - 12.5px);
	left: calc(50% - 20px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
@media screen and (max-width: 500px) {
	.slick-prev{	left: -5px;}
	.slick-next{	right: -5px;}
}
@media screen and (max-width: 349px) {
	.slick-prev{	left: 0;}
	.slick-next{	right: 0;}
}

.thumbs_bg{
	font-size: 0;
	line-height: 0;
}
.thumbs .slick-track{
	display: inline-flex;
	justify-content: center;
}
.thumbs .slick-slide{
	width: 60px !important;
	margin: 0 5px;
	cursor: pointer;
}
.thumbs img{
	width: 100%;
	height: auto;
	box-shadow: 0 0 10px 5px rgba(205,191,150,0.1);
}
.thumbs .slick-track{
	transform:unset!important;
}

@media screen and (max-width: 750px) {
	#slide{
		width: 100%;
	}
	#slide .slider img{
		width: 100%;
		height: auto;
	}
}


/** name_bg **/

#name_bg{
	padding: 20px 20px;
}

#name_bg .time{
	display: inline-block;
	vertical-align: top;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 25px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background: rgba(255, 133, 0, 0.8);
	border-radius: 2px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#name_bg .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name_bg .name em{	font-size: 26px;}

#name_bg .tall{
	font-size: 16px;
	line-height: 18px;
	color: #977342;
	text-align: center;
	margin: 0 0 5px 0;
}
#name_bg .size{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 16px;
	line-height: 18px;
	color: #977342;
	text-align: center;
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name_bg .size span{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #977342;
	border-radius: 9px;
	margin-right: 5px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#name_bg .txt{
	position: relative;
	max-width: 380px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	padding: 7px;
	background: #caf4fa;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name_bg .txt:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: -7px;
	left: calc(50% - 15px);
	border-width: 5px 25px 5px 0;
	border-color: transparent #caf4fa transparent transparent;
	-webkit-transform: rotate(27deg);
	   -moz-transform: rotate(27deg);
	    -ms-transform: rotate(27deg);
	     -o-transform: rotate(27deg);
	        transform: rotate(27deg);
}

#name_bg a.i_twit{
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0 0;
}
#name_bg a.i_twit > img{
	width: 40px;
	height: auto;
}







/** comment **/

#comment{
	padding: 0 20px;
}
#comment p{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	padding: 0 10px 30px 10px;
}


/** twit **/

#twit{
	padding: 0 20px;
}
.twit_in{
	font-size: 0;
	line-height: 0;
	padding: 0 10px 30px 10px;
}


/** sche **/

#sche{
	padding: 0 20px;
}
#sche dl{
	position: relative;
	display: table;
	width: 100%;
	max-width: 550px;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto;
	padding: 10px 0;
}
#sche dd:after{
	content: "";
	width: 100%;
	height: 1px;
	background: rgb(232,218,198);
	background: linear-gradient(90deg, rgba(232,218,198,0) 0%, rgba(232,218,198,1) 50%, rgba(232,218,198,0) 100%);
	position: absolute;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sche dt,
#sche dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

#sche dt{
	color: #977342;
	padding-left: 30px;
}

#sche dd{	padding-right: 30px;}


/** tdday_btbox **/

#tdday_btbox{
	font-size: 0;
	line-height: 0;
	padding: 30px 20px;
	background: url(/top/img/twit_bg.jpg) no-repeat top center;
	background-size: cover;
}
#tdday_btbox img{
	max-width: 500px;
	vertical-align: middle;
}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {

}
