@charset "utf-8";
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#container{
width:100%;
}
/*～以下、画面の横幅が640pxまでの場合のスタイル記入～*/



.space_10px {
	margin: 0;
	padding: 0;
	height: 50px;
	}

.space_20px {
	margin: 0;
	padding: 0;
	height: 50px;
	}


.space_50px {
	margin: 0;
	padding: 0;
	height: 50px;
	}


.space_100px {
	margin: 0;
	padding: 0;
	height: 150px;
	}


#wrapper {
	margin: 0;
	padding: 0;
	}



#header {
	margin: 0;
	padding: 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #FFF;
	border-bottom: #C6E9E4 solid 3px;
	}


#head_wrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	}

#logo {
	width: 65%;
	margin: 0 auto;
	padding: 0;
	}

#logo img {
	width: 100%;
	}

#menu {
	width: 90%;
	margin: 0 auto 2%;
	padding:0;
	font-size: 12px;
	}

#menu a {
	display: block;
	color: #000;
	}


#menu ul {
	}


#menu  ul li {
	margin: 0;
	padding: 0;
	width: 14.2%;
	text-align: center;
	float: left;
	}

#menu  ul li a {
	display: block;
	}

/*ヘッダーナビアイコン*/

.top_icon_001 {
	background: url(../img/top_icon_001.png) no-repeat center center;
	}


.top_icon_002 {
	background: url(../img/top_icon_002.png) no-repeat center center;
	}


.top_icon_003 {
	background: url(../img/top_icon_003.png) no-repeat center center;
	}

.top_icon_004 {
	background: url(../img/top_icon_004.png) no-repeat center center;
	}

.top_icon_005 {
	background: url(../img/top_icon_005.png) no-repeat center center;
	}


.top_icon_006 {
	background: url(../img/top_icon_006.png) no-repeat center center;
	}


.top_icon_007 {
	background: url(../img/top_icon_007.png) no-repeat center center;
	}


.top_icon_001 {
	background: url(../img/top_icon_001.png) no-repeat center center;
	}


.top_icon_001,
.top_icon_002,
.top_icon_003,
.top_icon_004,
.top_icon_005,
.top_icon_006,
.top_icon_007 {
	background-size: auto 100%;
	padding: 25%;
	margin: 0;
}

.top_icon_001 span,
.top_icon_002 span,
.top_icon_003 span,
.top_icon_004 span,
.top_icon_005 span,
.top_icon_006 span,
.top_icon_007 span {
	display: none;
}



#top_img {
	width: 100%;
 height: auto;
 margin: 20% auto 0;
 padding: 0;
 background-image: url(../img/bg_01.jpg);
 background-size: auto 100%;
 color: #008080;
 font-size: 14px;
}

#top_img h1 {
 text-align: center;
}

#top_img h1 img {
	width: 35%;
	margin: 43% 0 0;
	font-size: 12px;
 	}

#top_img p {
	margin:0;
	padding: 0 0 30%;
	text-align: center;
	font-size: 11px;
}


@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -6400px 0;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -6400px 0;}
}


.wrap_1000 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	}


.wrap_90 {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	}

.left_box {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}

.right_box {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}

.chintai{
	display: flex;
	flex-wrap:wrap;
}

.chintai li {
	width: calc(100%/5);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}

.chintai li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: 80%; /*画像の縦横比を維持 */
}

/*SNSアイコンスペース*/

#sns_space {
	width: 100%;
	margin: 2% auto;
	padding: 0;
	text-align: center;
	 }

#sns_space ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sns_space ul li {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	}


/*更新履歴*/


#news {
	background: #C6E9E4;
	font-size: 12px;
	margin: 0 auto;
	padding: 5%;
	width: 95%;
	overflow: hidden;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
  

#news h1 img {
	width: 100%;
	margin: 2% 0;
	padding: 0;
	border: none;
	}


#news_inbox {
	height: 100px;
	overflow: auto;
	margin: 0 0 2%;
	}


#news_inbox dl {
	}


#news_inbox dt {
	border-bottom: #FFF solid 1px;
	margin: 0 ;
	padding:0.5% 0;
	font-weight: bold;
	}

#news_inbox dd {
	margin: 0 0 5%;
	padding:0.5% 0;
	}


#imgbox_01 {
	background: url(../img/img_001.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 380px;
	margin: 0px;
	padding: 0;
	text-align: center;
	}


#imgbox_02 {
	background: url(../img/img_002.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0;
	text-align: center;
	}


#moving {
	background: url(../img/chira1.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0;
	text-align: center;
	}


#souzoku {
	background: url(../img/souzoku1.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0;
	text-align: center;
	}


#personaleffects {
	background: url(../img/personaleffects.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0;
	text-align: center;
	}


#chintai {
	background: url(../img/chintai1.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0;
	text-align: center;
	}


#removalofleftovers {
	background: url(../img/removalofleftovers1.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0;
	text-align: center;
	}

#removalofleftovers2 {
	background: url(../img/removalofleftovers2.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0;
	text-align: center;
	}

#muryou {
	background: url(../img/muryou1.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0;
	text-align: center;
	}

#muryou2 {
	background: url(../img/muryou2.png) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0;
	text-align: center;
	}

.textstyle_001 {
	width: 75%;
	margin: 0 auto 20px;
	padding: 0;
	line-height: 1.8em;
	}


.textstyle_002 {
	width: 75%;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	line-height: 1.8em;
	}

.textstyle_003 {
	width: 90%;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	line-height: 1.8em;
	}


.textstyle_004 {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 1.8em;
	}

.textstyle_006 {
	width: 90%;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	line-height: 1.8em;
	}

.text_a {
	text-align: center;
	}

.font_FFF {
	color: #FFF;
	}

.fontsize_14 {
	font-size: 12px;
	}


h1#ti_01 {
	background: url(../img/h1_01.png) no-repeat 0 160px;
	background-size: 100%;
	width: 85%;
	height: 270px;
	margin: 0 auto !important;
	padding: 0;
	border: none;
	}

h1#news {
	background: url(../img/title_011.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 10px 0 20px;
	padding: 4% 0 !important;
	border: none;
	}

h1#message {
	background: url(../img/title_002.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 20% 0 !important;
	border: none;
	}


h1#bisiness {
	background: url(../img/title_001.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 20% 0 !important;
	border: none;
	}


h1#moving{
	background: url(../img/title_005.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 20% 0 !important;
	border: none;
	}


h1#souzoku{
	background: url(../img/title_007.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 20% 0 !important;
	border: none;
	}


h1#personaleffects {
	background: url(../img/title_008.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 20% 0 !important;
	border: none;
	}


h1#shop {
	background: url(../img/title_003.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 20% 0 !important;
	border: none;
	}


h1#line {
	background: url(../img/title_006.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 20% 0 !important;
	border: none;
	}


h1#cokuti {
	background: url(../img/cokuti.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 20% 0 !important;
	border: none;
	}


h1#footer_logo {
	background: url(../img/logo.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 8% 0 !important;
	border: none;
	text-align: center;
	}


h1#chintai {
	background: url(../img/chintai.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 20% 0 !important;
	border: none;
	}


h1#removalofleftovers {
	background: url(../img/removalofleftovers.png) no-repeat;
	background-size: 100%;
	width: 100%;
	margin: 0 auto !important;
	padding: 20% 0 !important;
	border: none;
	}


h1 span {
	display: none;
	}

/*事業案内*/


#bisiness_menu {
	margin: 0 0 100px;
	padding: 0;
	}

#bisiness_menu ul {
	margin: 0;
	padding: 0;
	}

#bisiness_menu ul li {
	float: left;
	width: 47%;
	margin: 5px;
	padding: 0;
	font-size: 12px;
	}

#bisiness_menu ul li a {
	display: block;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	color: #FFF;
	background: #259DC4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}

.bs_list {
	margin: 20px auto;	
	}


.bs_list ul {
	margin: 0;
	padding: 0;
	}

.bs_list ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 40px;
	}
/*お問合せ*/

#formWrap {
	width: 90%;
	margin: 50px auto;
	color: #555;
	line-height: 120%;
	font-size: 12px;
}
table.formTable{
	width:90%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:3%;
}
table.formTable th{
	font-weight:normal;
	text-align:left;
}

table.formTable td input {
	margin: 20px auto;
	padding: 5px 10px;
	width: 100%;
	font-size: 16px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}

#sns_fb_box {
	width: 90%;
	margin: 20px auto 0;
	padding: 0;
	}

/*footer*/

#footer {
	margin: 0;
	padding: 50px 0;
	text-align: center;
	color: #259DC4;
	font-size: 10px;
	border-top: #259DC4 4px solid;
	}





#menu_footer {
	width: 90%;
	margin: 0 auto 10px;
	padding:0;
	font-size: 12px;
	}

#menu_footer a {
	display: block;
	color: #000;
	}


#menu_footer ul {
	}


#menu_footer  ul li {
	margin: 0;
	padding: 0;
	width: 14.2%;
	text-align: center;
	float: left;
	}

#menu_footer  ul li a {
	display: block;
	}





.footer_company {
	text-align: left;
	margin: 0 20px;
	padding: 0 5px; 
	color: #000;
	font-size: 14px;
	}


.footer_company dl {
	margin: 0;
	padding: 0;
	}

.footer_company dt {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #259DC4 1px solid;
	}

.footer_company dd {
	margin: 0 10px 30px;
	padding: 0;
	}




#copylight {
	margin: 50px 0;
	padding: 0;
	}



.inner_text {
	width: 100%;
	margin: 50px 0 100px;
	padding: 0;
	text-align: left;
	}

.inner_text dl {
	margin: 0;
	padding: 0 10px;
	}


.inner_text dt {
	margin: 0 0 10px;
	padding: 0 10px;
	border-bottom: #CCC solid 2px;
	font-weight: bold;
	}

.inner_text dd {
	margin: 0 0 20px;
	padding: 0 10px;
	}




}

