/*============================================================================================
↓メッセージ========================================================================================
============================================================================================*/
html{
     background-image:url(../../kyoto/img/honten-main3.jpg) ;
    background-position: right center;
    background-size: cover;
}

#contents{
  
    padding:40px 0 140px;
}

#message{
	min-height:500px;
	max-width:1080px;
	margin:auto;
	position:relative;
	margin-bottom:0px;
	}
#message .message{
	display:table;
	position:absolute;
	top:0;
	right:0;
	
	}
#message .message li{
	display:table-cell;
	vertical-align:top;}
	
#message .message li:first-child img{
	width:179px;}
#message .message li:last-child img{
	width:72px;
	padding-left:43px;}
@media screen and (max-width: 768px) {
	html{
     background-image:url(../../kyoto/img/honten-main3.jpg) ;
    background-position: 40% center;
    background-size: cover;
}
    #contents{
  
    padding:40px 0 0px;
}
    
#message{margin-bottom:0px;}
#message .message li:first-child{
	width:169px;}
#message .message li:last-child{
	width:52px;
	}
#message .message li:first-child img{
	width:100%;}
#message .message li:last-child img{
	width:100%;
	}
#message .message{
	position:relative;
	padding-top:30px;
	margin:auto auto 30px;
	}
	}	
@media screen and (max-width:640px) {
    	html{
     background-image:url(../../kyoto/img/honten-main3.jpg) ;
    background-position: 65% center;
    background-size:auto 100% ;
            background-repeat: no-repeat
}
	#message{
	min-height:200px;
	}
    
#message  li:first-child{
	display:none;
	}
#message .message li:last-child img{
	padding-left:0px;}
#message .message li:last-child img{
	width:45px;
	}
}
/*============================================================================================
↓ニュース========================================================================================
============================================================================================*/
#message .news{
	position:absolute;
	bottom:50px;
	left:0;right: 0;
	padding:20px;
	background-image:url(../../kyoto/img/back-image.png);
	width:400px;
}
	
#message .news h2{
	width:19px ;
	vertical-align:middle;
	padding-right:20px;}
#message .news h2 img{
	width:100% ;
	vertical-align:middle;
	}
#message .news  li{
	display:table-cell;
	vertical-align:middle;
	}
	
#message .message li .news li:first-child{
	height:81px;
	padding-right:20px;
	vertical-align:middle;
	}
#message .news li:first-child img{
	height:100%;
	}
#message .news li:last-child{
	padding-left: 0px;
	vertical-align:middle;
	}
#message .news  td{
	line-height:2em;}
#message .news  td div{
	height:16px;}
#message .news  td div img{
	height:100%;
	vertical-align:middle;
	}
@media screen and (max-width: 768px) {
	#message .news{
		position:relative;
		width: 400px;
        margin: auto;
        bottom: 0px;
	}}
	
@media screen and (max-width: 640px) {
	
	#message{
		width:100%;}
    #message .news{
        width:auto;
        bottom: 0;
    }
	#message .news td{
	line-height:1.2em;
	padding-bottom:8px;}
	#contents {
	margin-top: 20px;
}}