/* ==========================================
 
 
【レスポンシブ】
 
 
========================================== */

#icon_menu {
	display: none;
}

#icon_tel {
	display: none;
}

.show_pc {
	display: block;
}

.show_sp {
	display: none;
}


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

body {
	font-size: 18px !important;
}

.show_pc {
	display: none;
}

.show_sp {
	display: block;
}

/* ----- header ----- */

#icon_menu {
	display: block;
	position: fixed;
	top: 20px;
	right: 10px;
	z-index: 1;
}

#icon_tel {
	display: block;
	position: fixed;
	top: 150px;
	right: 10px;
	z-index: 2;
}

#site_header_wrapper {
	width: 650px !important;
}

#header_description{
	/*display: none;*//*---------kentaro記述-----------*/
	text-align:left;/*---------kentaro記述-----------*/
	
}

/*---------kentaro記述(スマホのみ左寄せ)-----------*/
 #site_header_wrapper #header_description p {
 text-align:left;
 float: left;
 font-size:14px;
 }


/*---------kentaro記述(スマホのみの改行)-----------*/
.sp_br{
display:inline;
}


/

#site_header {
	width: 650px !important;
}

#site_title {
	width: 650px !important;
}

#site_title .logo {
	position: static !important;
	padding: 20px 0 !important;
}

#site_title .btn {
	display: none !important;
}

#site_title .bg {
	display: none !important;
}
/* ----- global_nav ----- */

#global_nav {
	display: none !important;
}

/* ----- main_visual ----- */

.main_visual_wrapper {
	width: 650px !important;
	height: 258px !important;
}

.main_visual {
	width: 100% !important;
	overflow: hidden;
}

.main_visual .mv {
	width: 100% !important;
	top: 0 !important;
	left: -11% !important;
}

.main_visual .mv img {
	width: 122% !important;
}

/* ----- main_wrapper ----- */

#main_wrapper {
	width: 650px !important;
	background: #ffffff !important;
}

#main_wrapper .main {
	clear: both !important;
	padding: 0 !important;
}

#main_wrapper .main img {
	max-width: 100% !important;
}

/* ----- sidebar ----- */

#sidebar_wrapper {
	background-color: #ffffff;
	position: absolute;
	left: 0px;
	display: none;
	z-index: 9999 !important;
}

/* ----- footer ----- */

#site_footer {
	width: 650px !important;
}

} /* @media screen and (max-width: 567px) */
