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

#menu_block {
	display: none;
}

#call_block {
	display: none;
}

#icon_tel {
	display: none;
}

#icon_menu {
	display: none;
}

.show_pc {
	display: block;
}

.show_sp {
	display: none;
}


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

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

.show_pc {
	display: none;
}

.show_sp {
	display: block;
}

#menu_block {
	display: block;
	width: 650px;
	background: #037538;
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	z-index: 3 !important;
}

#menu_block .menu_box {
	width: 20%;
	float: left;
}

#call_block {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 3;
}

#call_block a {
	display: block;
	width: 50%;
	text-align: center;
}

#icon_tel {
	display: block;
	width: 650px;
	height: 90px;
	text-align: center;
	background: #ef6f30;
	position: fixed !important;
	bottom: 0px !important;
	left: 0px !important;
	z-index: 3 !important;
}

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

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

#header_description {
	display: none !important;
}

#header {
	margin-top: 130px;
	width: 650px !important;
	height: auto !important;
}

#site_header {
	width: 650px !important;
}

/* ----- global_nav ----- */

#gnavi_bg{
	display: none !important;
}

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

#main_bg {
	width: auto;
	height: auto;
	position: static;
}

#main {
	width: 650px;
	height: auto;
	position: static;
}

#main img {
	width: 100% !important;
}

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

#container {
	width: 650px !important;
}

#right {
	width: 650px !important;
	margin: 0 !important;
}

#right img {
	max-width: 100% !important;
}

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

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

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

.totop {
	width: 650px !important;
}

#footer {
	width: 650px !important;
	height: auto !important;
	margin-bottom: 130px;
}

#access_info {
	padding-top: 160px;
	margin-top: -160px;
}

#contact {
	z-index: 2;
}

.contact, .contact tbody, .contact thead, .contact tfoot, .contact tr, .contact th, .contact td {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
}

.contact input {
	max-width: 80%;
}

.contact textarea {
	max-width: 100%;
}

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