@charset "utf-8";
/* CSS Document */
/*タイトル部分
--------------------------*/

a:active {
	color:#06C;
}
a:hover	{
	color:#F39;
}
.onestop_hd	{
	width:100%;
	padding-top:250px;
	background-image:url(../header_img/hd_bg_14.jpg);
	background-size:contain;
	background-attachment:fixed;
}

.onestop_content	{
	width:100%;
	height:auto;
	margin:0 auto;
}

.onestop_info	{
	width:100%;
	max-width:960px;
	margin:0 auto;
	height:auto;
	padding:2.0em;
}
.onestop_title_hd	{
	font-family:'Noto Serif JP', serif;
	font-size:20px;
	width:100%;
	text-align:left;
	padding:0.8em 0 0.8em;
	background-color:#6CC;
	color:#FFF;
	text-align:center;
	margin:0 auto;
}
.onestop_text{
	width:100%;
	max-width:700px;
	text-align:left;
	margin:20px auto;
	font-family:'Noto Serif JP', serif;
	font-size:20px;
	color:#333;
}
.onestop_box {
	width:100%;
	display: flex;
  	justify-content: center;
	flex-wrap:wrap;
	background-color:#FFF;
	margin:0px auto;
	border-radius:10px;
}
.onestop_box2 {
	width:100%;
	display: flex;
  	justify-content: center;
	flex-wrap:wrap;
	padding:2.0em;
	background-color:#EAD5D5;
	margin:0 auto;
	border-radius:10px;
}
.onestop_box2_items {
	width:100%;
	max-width:500px;
	padding:0 2.0em 2.0em;
	margin:0;
	text-align:left;
}
.onestop_box2_items_img{
	width:100%;
	max-width:300px;
	margin-top:0.6em;
}
.onestop_items {
	width:100%;
	max-width:250px;
	padding:0em;
	margin:1.0em;
	background-color:#FFF;
	border:#960 1.5px solid;
	text-align:left;
}
.onestop_items p {
	padding:5px;
}
.onestop_point {
	width:100%;
	max-width:900px;
	background-color:#999;
	margin:2.0em auto 1.0em;
	padding:10px;
}
.onestop_point_text {
	margin:1.5em auto 2.0em;
	width:100%;
	max-width:720px;
	text-align:left;
}
.ob_line {
	width:100%;
	background-color:#DEDEDE;
	padding:0 0 2.0em;
}

.color_y {
	background-color:#FFD2FF;
}
.color_b {
	background-color:#FFFFB3;
}

.sns_rogo	{
	width:100%;
	max-width:300px;
	display:flex;
	justify-content: space-between;
	margin:0 auto;
	padding:2.0em;
}

.sns_rogo_item	{
	width:70px;
	padding:0.5em;
}
.staff_sh {
	widows:100%;
	max-width:900px;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin:0 auto;
}
.staff_sh img	{
	width:100%;
}
.staff_sh_co {
	width:100%;
	max-width:130px;
	padding:5px;
	margin:10px;
	text-align:center;
	border:#6F9 1px solid;
	font-size:13px;
}

@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 750px) {
.onestop_hd	{
	padding-top:80px;
	}
.onestop_info	{
	font-size:14px;
}


}

@media screen and (max-width: 480px) {
/* --リノベーション---*/


.onestop_box2_items {
	width:100%;
	max-width:100%;
	padding:0.5em;
	margin:0;
	text-align:left;
}
.onestop_box2_items_img{
	max-width:100%;
	margin:0.6em;
}
.onestop_items {
	max-width:100%;
	
}
}