@charset "utf-8";

@media screen and (max-width: 700px) {
body {
	width: 100%;
	min-width: 100%;
}
p {
	font-size: 14px;
	line-height: 1.6em;
}
header {
	width: 100%;
	min-width: 100%;
	height: auto;
}
p#logo {
	position: fixed;
	min-width: 170px;
	width: 170px;
	height: auto;
	margin: 14px 0px 0px 0px;
	font-size: 14px;
}
p#logo img {
	width: 100%;
	height: auto;
	margin-top: 0;
}
h1#copy {
	display: none;
}
p#text {
	display: none;
}
.tel_block {
	display: none;
}
#tel_icon, #con_icon {
	display: block;
	float: right;
	width: 45px;
	height: 45px;
	overflow: hidden;
	margin: 16px 20px 14px 0px;
}
#tel_icon img, #con_icon img {
	width: 100%;
	height: auto;
}
#tel_icon {
	margin-right: 70px;
}
section {
	padding: 40px 0px 40px 0px;
}
section#main {
	padding: 40px 0px 40px 0px;
	height: 550px;
	box-sizing: border-box;
}
section#main div {
	border-radius: 0px;
}
.bg-slider {
	margin: 0;
	width : 100%;
	height: 550px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-color: #FFFFFF;
}
.opening {
	display: none;
}
p.main_title {
	top: 130px;
	right: 40%;
	background: #fff;
	padding: 5px;
}
p.main_title2 {
	top: 155px;
	right: 55%;
	background: #fff;
	padding: 5px;
}
section#concept {
	padding: 40px 10px 40px 10px;
	width : 95%;
	border-radius: 10px;
	margin: 40px auto 0px auto;
	box-sizing: border-box;
}
h2.sec_title {
	font-size: 28px;
	margin: 0px auto 20px;
	line-height: 1.2em;
}
h2.sec_title span {
	font-size: 12px;
}
#concept p.text {
	margin: 0px auto 0px auto;
	width: 100%;
	text-align: left;
}
div.btn {
	font-size: 14px;
	width: 230px;
	margin: 40px auto 0px auto;
}
div.inner {
	width: 100%;
}
section#business {
	padding: 40px 0px 0px 0px;
}
div.white_wrap {
	padding: 40px 10px 40px 10px;
	width : 95%;
	margin: 0px auto 0px auto;
	box-sizing: border-box;
	border-radius: 10px;
}
div.business_box {
	width: 100%;
	margin: 0px 0px 60px 0px;
}
div.business_box p.img_wrap {
	margin: 30px 0px 20px 0px;
}
div.business_box p.img_wrap img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
div.business_box h3.title {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	width: 100%;
	height: auto;
	border: none;
	text-align: center;
	padding: 10px 0px;
	background: #5e3c22;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
}
div.business_box h4 {
	margin-bottom: 20px;
	font-size: 20px;
}
div.business_box h4.special {
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
}
ul.staff_list {
	width: 95%;
	margin: auto;
}
ul.staff_list li {
	width: 100%;
	margin: 0px 0px 40px;
}
ul.staff_list li:last-child {
	margin: 0px 0px 0px;
}
ul.staff_list .img_wrap {
	width: 100%;
	margin-right: 0px;
}
ul.staff_list img {
	width: 80%;
	height: auto;
}
ul.staff_list p.text {
	display: none;
}
p.career {
	margin: 30px 0px 0px 0px;
	font-size: 13px;
}
h3.name {
	font-size: 28px;
	margin: 0px 0px 20px 0px;
}
h3.name span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}
#big_img {
	width: 100%;
	height: 200px;
	background-attachment: inherit;
}

footer {
	padding: 20px 0px 0px 0px;
}
footer .inner {
	width: 100%;
}
footer .left {
	width: 90%;
	float: none;
	margin: 0px auto; 
}
footer .text_part {
	margin-bottom: 20px;
}
ul#f_navi li {
	width: 49%;
	margin: 0 2% 2% 0;
	height: 38px;
}
	ul#f_navi li:nth-child(even) {
	margin: 0 0 2% 0;
}
ul#f_navi li a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	box-sizing: border-box;
	text-align: center;
}
#fb{
	width: 90%;
	float: none;
	margin: 0 auto 20px;
}
	#copyright{
		margin: 20px auto 20px;
	}
}