@charset "shift_jis";


@media print, screen and (min-width:768px){
}


/*-----------------------------------------------
	共通項目
-----------------------------------------------*/
html,body,p,ul,li{
	margin: 0;
	padding: 0;
	list-style:none;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
img{
	max-width: 100%;
	vertical-align: bottom;
	width /***/:auto;
}
a img{
	border:none;
}
div#map_canvas img {
	max-height: none;
}
a{
	color:#333;
	text-decoration: none;
}
a:hover{
	color:#666;
	text-decoration: underline; 
}

/*-----------------------------------------------
	index blog
-----------------------------------------------*/
.blog_inner {
}
.blog_inner ul {
}
.blog_inner li {
	overflow: hidden;
}
.blog_inner a {
	display: block;
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px dotted #333;
	padding: 5px 0;
	overflow: hidden;
	transition: all .5s ease;
}
.blog_inner span {
	font-size:11px;
	display: block;
	float: left;
	font-weight: bold;
	width: 85px;
}
.blog_inner p {
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 165px;
	font-size:13px;
}
.blog_inner a:hover {
	border-bottom: 1px dotted #FABE00;
	color: #FABE00;
	
}

/*-----------------------------------------------
	index slide
-----------------------------------------------*/
.f-slide01{
}

.t_slide {
	padding: 0 0px;
	font-size: 13px;
	width: 2000px;
}
.t_slide_box {
    margin: 0 0px;
    position: relative;
    height: 350px!important;
    /* transition: all .5s ease; */
    /* border: 2px solid rgba(250,190,0,0); */
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
.t_slide_box a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	z-index: 10;
	text-decoration:none;
}
.t_slide_box a p {
	position: absolute;
	top: 165px;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
}
.t_slide_img {
	height: 200px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.t_slide_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.t_slide_detail {
	padding: 6px;
}
.t_slide_detail > p {
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.t_slide_detail > p:last-child {
	margin-bottom: 0;
}
.t_slide_comment {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 43px;
	margin: 0 10px 10px 10px;
	font-size: 13px!important;
	font-weight: normal!important;
	text-align: left!important;
}
.t_slide_comment img{
	display:none;
	}
.t_slide_comment a{
	display:none;
	}
.t_slide_comment p,
.t_slide_comment span,
.t_slide_comment b {
	font-size: 13px!important;
	font-weight: normal!important;
	text-align: left!important;
}
.t_slide_comment br {	display: none;}
.t_slide_detail span {
	font-weight: bold;
	font-size: 18px;
	line-height:25px;
}


/*-----------------------------------------------
	side blog
-----------------------------------------------*/
.s_blog_inner {
}
.s_blog_inner ul {
	border-top: 1px solid #ccc;
}
.s_blog_inner li {
	border-bottom: 1px solid #ccc;
}
.s_blog_inner a {
	display: block;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 30px;
	padding: 0 5px;
	font-weight: 500;
}
.s_blog_inner a:hover {
	background: #eee;
}
/*-----------------------------------------------
	sp_top blog
-----------------------------------------------*/
.info_top_sp {
}
.info_top_sp ul {
	border-top: 1px solid #ccc;
}
.info_top_sp li {
	border-bottom: 1px solid #ccc;
}
.info_top_sp a {
	display: block;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 2%;
	font-weight: 500;
}
.info_top_sp a:hover {
	background: #eee;
}

/*-----------------------------------------------
	sp_top rinotta
-----------------------------------------------*/

.t_rinotta_inner {
	font-size: 11px;
	margin: 0 5px;
}
.t_rinotta_box {
	float: left;
	width: 250px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 3px;
	position:relative;
	margin: 3px;
}
.t_rinotta_box a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	z-index: 10;
}
.t_rinotta_box a p {
	position: absolute;
	top: 167px;
	left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	padding: 0 5px;
	box-sizing: border-box;
	width: 190px;
}
.t_rinotta_img {
	height: 160px;
	text-align: center;
}
.t_rinotta_img img {
	max-width: 100%;
	max-height: 100%;
}
.t_rinotta_detail {
	height:60px;
	padding-top: 25px;
	overflow:hidden;
}
.t_rinotta_detail p {
	font-size:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.t_rinotta_detail span {
	font-size: 13px !important;
	font-weight: bold;
}
.t_rinotta_detail br{
	display:none;}

.t_rinotta_detail img{
	display:none;
	}
.t_rinotta_detail a{
	display:none;
	}