
@media screen and (min-width: 769px), print{

img{
	max-width: 100%;
	vertical-align: bottom;
width /***/:auto;
}
a img{
	border:none;
}

div#map_canvas img {
	max-height: none;
}

#container{
	width:100%;
}

div#map_canvas img {
	max-height: none;
}
ul{

}
.pc_off {display: none;}
.pc_off_cms{display: none;}

/*----------------------------------------------------------
	 共通項目
----------------------------------------------------------*/

body{
	width:100%;
	color:#333;
	margin: 0;
	padding: 0;
        margin-top: 35px;
}
.sfaff_contents{
	width:780px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
}
.float_r { float: right;}
.float_l { float: left;}
.clear { clear: both;}
.clearfix:after {
	content: ".";	
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; 
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.box{
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	float: left;
}
.m_tenpo{
	width:760px;
	float:left;
	clear: both;
}
.m_tenpo ul{
}
.m_tenpo ul li{
	float:left;
        text-align: left;
}
.t_obi{
	margin: 20px 0 0 0 !important;
}
.t_obi ul li a{
    display: block;
    margin: 15px 0 0 5px;
    font-size: 18px;
    letter-spacing: 1px;
    color:blue;
}
.t_shosai{
	width: 760px;
}
.t_shosai .shosai_img{
	position: relative;
	float: left;
	margin-right: 28px;
	padding: 15px 0;
}
.t_shosai .shosai_img img.staff {
	position: absolute;
	top: 70px;
	right: -130%;
}
.t_shosai .shosai_img img.staff2{
	position: absolute;
	top: 30px;
	left: -5px;
}
.t_shosai .shosai_nav img.staff3{
	position: absolute;
	top: 70px;
	right: 0px;
}
.t_shosai .shosai_nav{
	width: 330px;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	position: relative;
}
.t_shosai .shosai_nav ul{
}
.t_shosai .shosai_nav ul li{
	text-align: left;
	clear: both;
}
.t_shosai .shosai_nav ul li.nav_img{
	margin-bottom: 5px;
}
.t_message{
 	margin: 0 !important;
}
.t_message h2{
	text-align: left;
	margin: 0;
	padding: 0;
}
.t_message p{
	text-align: left;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	padding: 0;
}
.t_image{
	position: relative;
	border: 2px #FFB74B solid;
	background: #FECD81;
	padding: 15px;
}
.t_image ul{
	clear: both;
}
.t_image ul li{
        position: relative;
	float: left;
	width: 228px;
	margin-right: 20px;
}
.t_image ul li:last-child{
	margin-right: 0px;
}
.t_image ul li img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.t_image ul li p{
	text-align: left;
	font-weight: bold;
}
.t_gif{ float: none;}
.t_gif img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.t_map{
        position: relative;
        margin-top: 0 !important;
        width: 760px;
}
.t_map ul{
}
.t_map ul li{
	float: left;
}
.t_map div {
	clear: both;
	/* right: 15px; */
	width: 760px;
}
.t_map div p {
	text-align: left;
	width: 300px;
	float: left;
}
.t_map div p span{
        display: block;
        font-weight: bold;
}
.t_map div p.map_bg {
	width: 340px;
	background: #CCC;
	padding: 10px;
	float: right;
}
.t_search{
	width: 760px;
}
.side{
	float: right;
}
.reserve_wrap{
        display: flex;
        justify-content: space-between;
        margin:10px 0;
}
    
}/* レスポンシブ用とじ括弧なので必ず最後に付ける。消さないこと */


