@media screen and (max-width:768px){


img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#container{
width:100%;
}
.smart_off {display: none;}
.title_bg{background: none;}
/*----------------------------------------------------------
	 共通項目
----------------------------------------------------------*/
h1{	 display: none;}
h2{	margin-top: 18%;}
#main {
	padding-top: 0px !important;
}
.smart_head {
	width:100%;
}
.smart_head img { width : auto}   /* IE8 */
.smart_head img { max-width : 100%}

body{
	color:#333;
	margin: 0;
	padding: 0;
}
.box{
	width: 95%;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 3%;
}
.m_tenpo{
	width: 98%;
	clear: both;
	margin: 0 auto;
	margin-top: 20%;
}
.m_tenpo ul{
	margin: 0 auto;
	padding: 0;
}
.m_tenpo ul li{
	
}
.t_obi{
}
.t_shosai{
}
.t_shosai .shosai_img{
	position: relative;
	float: left;
	margin-right: 28px;
	padding: 15px 0;
	padding-left: 77px
}
.t_shosai .shosai_img img.staff{
	position: absolute;
	top: 70px;
	right: -20px;
}
.t_shosai .shosai_img img.staff2{
	position: absolute;
	top: 30px;
	left: -5px;
}
.t_shosai .shosai_nav img.staff3{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.t_shosai .shosai_nav{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin-top: 10px;
	position: relative;
}
.t_shosai .shosai_nav ul{
}
.t_shosai .shosai_nav ul li{
	text-align: left;
}
.t_shosai .shosai_nav ul li.nav_img{
	margin-bottom: 5px;
}
.t_message{
}
.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{
	border: 2px #FFB74B solid;
	background: #FECD81;
	padding: 5% 0;
}
.t_image ul{
	clear: both;
}
.t_image ul li{
}
.t_image ul li img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.t_image ul li p{
	text-align: center;
	font-weight: bold;
}
.t_gif{
}
.t_map{
	position: relative;
}
.t_map ul{
}
.t_map ul li{
	float: left;
}
.t_map div p{
	text-align: left;
}
.t_map div span{
	display:block;
}
.t_map div p.map_bg{
	background:#CCC;
	padding: 5px 10px;
}

.side{ display:none;}
.reserve_wrap{
    display: flex;
    flex-direction:column;
    margin:15px 0;
}
    
}/* レスポンシブ用とじ括弧なので必ず最後に付ける。消さないこと */
