﻿@media screen and ( max-width:480px ){
	/* 表示領域が480px未満の場合に適用するスタイル */
*,
*::before,
*::after {
  box-sizing: border-box;
}


.sp{
	display:-webkit-box;	
}

body{
	line-height:180%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	min-width: 100%;
	max-width:100%;
	box-sizing:border-box;
	font-family: "Noto Sans Japanese", 'Century Gothic', CenturyGothic, arial, helvetica, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, '游ゴシック Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
    color: #323232;
	margin:0;
	padding:0;
}


#wrap{
	overflow: hidden;
	width:100%;
}

iframe { 
	width : 100%!important; 
	max-width: 100%!important; 
}

div {
	max-width: 100%;
	height: auto;
}

section {
    margin: 0px 0px 0px 0px;
}

img{
	height:auto;
	max-width : 100% ;
	float : none ;
}


p {
font-size : 110% ;
margin : 0 0 1.8em 0 ;
line-height : 2.2;

}

h2 {
font-size : 75% ;
}


.pc{
	display:none;	
}

#tabcontent1{
	width:100%;	
	padding: 0px 10px 15px 10px;
}


#header .logo {
    position: absolute;
    top: -104px !important;
    left: 50px;
    width: 70% !important;
}

#header .name {
    position: absolute;
    top: 62px;
    left: 82px;
	display:none;
}


#header {
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 100%;
    height: 90px;
	border-bottom:3px solid #000;
    position:fixed;
    top: 0px;
    left: 0px;
    z-index: 99990;
	background-color:#fff;
}

#header .inner {
        position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 0px;
    right: 0px;
	
}

#header h1 {
    position: absolute;
    top: 125px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    float: none;
    text-align: center;
    /* padding-right: 20px; */
    text-shadow:2px 2px 16px #fff;
    line-height: 160%;
    width: 90%;
    margin: 0px auto;
}

#other h1 {
    position: absolute;
    top: 100px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    float: none;
    text-align: left;
    padding-right: 100px;
    text-shadow: 2px 2px 16px #000;
    line-height: 160%;
    width: 70%;
    margin: 0px auto;
    box-sizing: border-box;
}


#header .inner {
    /*background-color: #00b7ee;*/
}
	
.br::before{
	content: "\A" ;
	white-space: pre ;	
}

#header .h_nav li.contact {
    position: absolute;
    top: 45px;
    right: 0;
    display: none;
}

#header .h_nav li.address{
	display:none;	
}

#header .h_nav li.tel {
    display: none;
}



/* ハンバーガー */
	
	.hm_wrap {
    	display: inline-block !important;
    	position: fixed;
    	top: 48px;
    	left: 0;
    	width: 100%;
    	padding: 0px 10px;
    	background-color: #fff;
    	z-index: 1000;
	}
	
	.hm_menu_check {
    	display: none;
	}
	
	.hm_btn {
    	position: absolute;
    	width: 30px;
    	height: 30px;
    	cursor: pointer;
    	display: block;
    	float: left;
    	z-index: 2;
    	right: 30px;
	}
	
	.hm_btn::before {
    	-webkit-box-shadow: #000 0 12px 0;
    	box-shadow: #000 0 12px 0;
	}
	
	*, *::before, *::after {
    	box-sizing: border-box;
	}
	
	.hm_btn::before, .hm_btn::after {
    	width: 30px;
    	height: 6px;
    	background: #000;
    	display: block;
    	content: '';
    	position: absolute;
    	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
	}
	
	.hm_btn::before, .hm_btn::after {
    	width: 30px;
    	height: 6px;
    	background: #000;
    	display: block;
    	content: '';
    	position: absolute;
    	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
	}
	
	.hm_btn::after {
    	bottom: 0;
	}
	
	*, *::before, *::after {
    	box-sizing: border-box;
	}
	
	.hm_menu_wrap {
    	width: 100%;
    	height: 10000px;
    	background: #fff;
    	position: absolute;
    	left: -100%;
    	top: 0;
    	-webkit-transition: left 0.4s;
    	transition: left 0.4s;
	}
	
	div {
    	max-width: 100%;
    	height: auto;
	}
	
	.hm_menu_wrap ul {
    	position: absolute;
    	top: -100px;
    	background-color: #fff;
    	display: block;
    	width: 100%;
	}
	
	.hm_menu_wrap ul li {
    	border-bottom: 1px solid #ccc;
    	padding: 10px;
	}
	
	/* ハンバーガー終わり */

/* 変えたところ */

.section_top{
	width: 100vw;
}

.section_top p {
    font-size: 26px;
    padding-right: 20px;
    width: 100vw;
    margin: 0;
}

.topic{
	font-size: 35px;
}

.wrapper {
    top: 330px;
	z-index: 9999;
	overflow: hidden;
	border-top: 8px solid #00b7ee;
}

.section_01{
	background-image: none;
}

.section_01_contents h2 {
    font-size: 30px;
    line-height: 242%;
}

.section_01_contents h2 span {
    font-size: 40px;
}

.section_01_bg{
	padding: 0px;
	background-image: none;
}

.section_01_contents_naka p{
	font-size: 75%;
	padding: 0 20px 20px 20px;
}

.section_01_bana .bana_01 {
    float: none;
    width: 100%;
	text-align: center;
}

.section_01_bana .bana_02 {
    float: none;
    width: 100%;
	text-align: center;
}

.section_01_bana img {
    width: 100%;
}

.p_link {
    margin: 0px;
	text-align:center;
}

.section_01_contents_naka2 {
    width: 100%;
    float: none;
    padding-top: 10px;
	padding-bottom: 30px;
}

.bana_botm{
	padding-bottom: 45px;
}


.section_02 h2 {
	font-size: 22px;
}

.section_02 p {
    font-size: 13px;
    margin: 0px 20px;
}


.section_04_contents h3 {
    font-size: 35px;
}

.four_contents_up p {
    padding: 0px 20px;
}

.four_contents_down p {
    padding: 0px 20px;
}

#footer{
	z-index: 9999;
}

.footer_l p {
    font-size: 15px;
	margin-bottom: 10px;
}

.footer_l h2 {
    font-size: 40px;
}

.footer_btn {
    display: none;
}

.footer_contact{
	display: none;
}

.cat{
	background-color: #fff;
}

.tel_info{
	padding: 0px 20px;
}

.tel_info p{
	font-family: 'Noto Serif JP', serif;
	margin: 0px;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1;
}

.bold p{
	line-height: 17px;
}

.float_sp{
	float: left;
	padding-bottom: 12px;
}

.copyright p{
	font-size: 10px;
	margin-top: 8px;
	padding: 0;
    margin: 0;
}

.tel_title{
	font-size: 13px !important;
}

.footer_info {
    margin-top: 0px;
}

/* 事業内容 */

.topic{
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.topic p{
	padding-left: 10px;
	line-height:1;
	font-size: 41px;
}

.cont img {
    width: 85%;
}

.cont_pc{
	display: none;
}

.cont_sp{
	padding-top:0px;
}

.cont_sp ul{
	width: 100vw;
}

.bisiness_topic{
	padding_bottom: 15px;
}

.background{
	background-image: none;

}


.cont_sp p{
	font-size: 14px;
	width: 50vw;
}

.cont p{
	width: 52vw;
}

.bisiness_conts01 {
    width: 100vw;
}

.bisiness_cont01 p {
    padding-left: 0px;
	font-size: 14px;
	margin-bottom: 15px;
}

#bousui, #ashiba, #sakan, #sitaji, #tosou, #cleaning, #tairu, #reform {
    padding-left: 20px;
    padding-right: 20px;
	padding-top: 10px;
    margin-top: -10px;
}
	
.wrap {
    margin-top: 0px;
}

.bisiness_image_02{
	display:none;
}

/* 事業内容おしまい */

/* 施工の流れ */
.main_block{
	padding-top: 60px;
}

.cont {
    padding: 10px 0px;
}

.cont_title{
	line-height: 0;
	font-size: 30px;
}

.main_contents{
	padding: 0px 20px;
	box-shadow:none;
}

.read_text{
	padding-top: 0px;
	font-size: 15px;
    line-height: 25px;
}

.cont_right img {
    margin-left: 0px;
}

.cont_title_after {
    font-size: 30px;
	line-height: 0;
}

.flow_botm{
	padding-bottom: 55px;
}

section.section_main {
    background-image: none;
    padding-bottom: 0px;
}
	
	.ft_flow{
		top: 0px !important;
	}
	
	
/* 施工の流れおしまい */

/* お問い合わせ */

.contact_text{
	width: 100vw;
}

.read p{
	padding: 0px 20px;
	font-size: 11px;
}

.table{
	width: 100vw;
}

input[type="submit"] {
    margin-left: 22px;
}
	
	
/* お問い合わせおしまい */

/* 採用情報 */

.section01 {
    width: 100vw!important;
    margin: 0 auto;
    padding-top: 40px;
}

.section01_text p{
	font-size: 20px;
	line-height: 15px;
}


.section02{
	width: 100vw;
}

.section03{
	width: 100vw;
}

/* 採用情報おしまい */

/* 会社概要 */

.section01 table th {
    font-size: 17px;
}

/* 会社概要おしまい */


/* 施工実績 */

.section_per{
	width: 100vw;
	padding-right: 20px;
	float:none;
	margin: 0;
	box-shadow: none;
}

.perform_content {
    width: 300px;
	border-bottom:solid 1px #CCCCCC;
}

.perform_info {
    padding: 0px 15px;
	margin-bottom: 10px !important;
}

.title_back{
	padding: 0px;
}

.perform_title{
	margin-bottom: 0px;
}
	
.news_box {
    padding: 0px 10px;
}
	
.background{
	padding:0px;
}


/* 施工実績おしまい */

/* 変えたところおしまい */


#header #nav {
	display:none;
}

.main{
	width:100%;
}

.maindetailcontents1{
	float:none;
	width:100%;
	margin:0px auto;	
	box-sizing:border-box;
	padding:10px 30px;
}


.maindetailcontents2{
	float:none;
	width:100%;
	margin:0px auto;	
	box-sizing:border-box;
	padding:10px 30px;
}

.news_box iframe{
	max-width:100% !important;	
	overflow: auto;
}

.contact .maindetailcontents1{
	float:none;
	width:100% !important;
	margin:0px auto;	
	box-sizing:border-box;
	padding:10px 20px 10px 0px;
}


.contact .maindetailcontents2{
	float:none;
	width:100% !important;
	margin:0px auto;	
	box-sizing:border-box;
	padding:10px 20px 10px 0px;
}


.maindetail,.maindetailleft,.maindetail3{
	width:100%;
	float:none;	
}


.maindetailright{
	width:100%;
	auto;	
}

.maindetail {
    margin: 10px auto 0px auto;
    padding: 0px;
    text-align: left;
    width: 100%;
    float: none;
}


.news{
	padding:0px;
	box-sizing:border-box;
	width:100%;	
}

.spbana p{
	text-align:center;
	font-size:100%;	
}

#footer{
    font-size: 100% !important;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    box-sizing: border-box;
	position: relative;
    top: 500px;
}


#footer .inner {
    width: 100%;
    margin: 0 auto;
}

#footer ul {
    float: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

.footer_l {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
    border-right: none;
	padding:0 20px;
	background-color: #fff;
}


.footer_r {
    float: right;
    width: 100%;
    margin: 0 0 0 0;
}


.footerneka{
	width:100%;	
	text-align:center
}

.fnakarig p {
	font-size: 11px;
	text-align: center;
}

ul.f_nav {
    float: none;
	margin-bottom:18px;
}


ul.f_nav02 {
    float: none;
    width: 140px;
    margin: 0 0 18px 0;
    padding: 0;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
}


.fnakarig li {
    font-size: 10px;
}

.fnakalef{
	display:none;	
}

.tabcontent{
	width:100%;	
    padding: 20px 0px 10px 0px;
    background-color: #f7f1ea;
    border-top: #59493f 3px solid;
    box-sizing: border-box;
}

.fnakarig{
	width:100%;
	margin:10px auto;
	font-size:65%;	
}

.tabcontent .news p {
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 5px 0px 0px 0px;
}

.tab {
    padding-top: 3px;
}

.tabbox {
    width: 95%;
    margin: 0px auto;
}

.fnakarig ul {
    text-align: -webkit-center;
}

.maincontents_sp{
	margin:auto;
    position: relative;
    top: 80px;
}

.menuul{
	padding:0;	
	margin:0;
}

.menuul li{
	margin:0px 7px 0px 0px;	
	font-size:80%;
    padding: 3px 0px 0px 15px;
}


.pankuzu{
	background: #003386;
	color:#fff;
	padding:10px;
	width: 100%;
    text-align: left;
	margin:0px;
}

.pankuzu a:visited {
    color: #fff;
    text-decoration: none;
}
.pankuzu a:link {
    color: #fff;
    text-decoration: none;
}

.mainbox{
	width:95%;
	margin: 0px auto 40px auto;
}

.mainbox h2{
	padding: 0px 0px 10px 5px;
}

.maindetail2{
	border:none;	
}

.mainbox th {
    color: #cdb190;
    font-size: 25px;
    border-right: #cdb190 solid 1px;
    padding: 16px 50px 0px 0px;
    vertical-align: top;
    position: relative;
}

.mainbox td {
    padding: 15px 0px 0px 30px;
}

.mainbox td p strong{
	font-size:130%;
}

#setubi1,#setubi2,#setubi3,#setubi4,#setubi5,#setubi6,#setubi7 {
    width: 100%;
}

#setubi3{
	margin:0;	
}

.setubi .left,.setubi .right{
	float:none !important;	
}

.setubi img{
	width:100%;
}


.setubi_margin {
    margin-left:0px;
}

.setubi{
	text-align: -webkit-center;	
}

.setubi h3{
	text-align:left;	
}


.boxright iframe{
	width:100%;	
	margin-bottom:10px;
}

.spbox .boxright {
    float:none;
	margin:0;
}

.spbox .boxleft {
    float:none;
	margin:0;
}

.spbox h4{
	margin:0;
	margin-bottom:10px;
}

.spbox h3{
	font-size:19px;	
}

.greetingimg_sp{
	width:40%;	
	margin: 15px 0px 15px 10px;
}

.spbox ul li{
	line-height:220%;	
	font-size:90%;
}

.school ul li span {
    padding: 5px 10px;
    margin: 0px 10px 0px 0px;
}

.school ul li {
	padding: 0px 0px 5px 0px;
    margin: 10px 0px 0px 0px;
}
	
	
.school h4 {
    font-size: 90%;
	line-height: 150%;
    margin-bottom: 10px;
}

.sigotobox p {
   margin-left:0px;
   margin-bottom:0;
}
.collabo .left,.collabo .right{
	float:none !important;	
}

.collabo img{
	text-align: -webkit-center;	
	width:100%
}

.sigotobox{
	padding:8px;	
}

.chibabox table{
	-webkit-border-vertical-spacing:5px;
	-webkit-border-horizontal-spacing: 5px;	
}

.tablekako2 table{
	width:100%;	
	table-layout: fixed;
}

.tablekako2 .td1,.tablekako2 .td2,.tablekako2 td,.td3{
	padding:15px 0px 0px 0px;	
}

.tablekako2 textarea {
	max-width:90%;
}

.fnakarig li {
    margin: 0px 20px 0px 0px;
}

.saitmapcontents1 {
    width: 100%;
    float: none
}

.saitmapcontents2 {
    width: 100%;
    float: none
}

.zoo_left .right,.zoo_right .right{
	margin-left:0px;
	float:none;	
}

.sp_center{
	text-align:center;	
}

.zoo_right{
	margin-top:20px;	
}

.credo{
	width:100%;	
}

.border {
    border: 1px solid #006;
    position: relative;
    top: 80px;
}

.a_credo li {
    background-image: url(../img/credo_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 48%;
    float: left;
    margin: 0 4px 0px 3px;
    padding: 30px 25px 0px 25px;
    box-sizing: border-box;
    text-align: center;
	line-height: 150% !important;
}


#keyimg {
    min-width: 100%;
	heught:auto;
    overflow: hidden;
}


section.top_cont .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
}

.top_bnr li {
    display: block;
    width: 100%;
    text-align: center;
}

.inner{
	width: 100%;
    box-sizing: border-box;
}

.map_box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.bg{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 25px;
}

.service_box {
    float: none;
    width: 100%;
}

.cont_bnr li {
    display: block;
    width: 100%;
    text-align: center;
}


.access_box {
    float: none;
    width: 100%;
    padding: 40px 10px;
    text-align: center;
    box-sizing: border-box;
}

section.access_cont .inner {
    width: 100%;
    margin: 0 auto;
}

#wrapper {
    width: 100%;
    margin: 0px auto 0;
	overflow:hidden;
	position: relative;
    top: 630px;
	padding-top:0;
	padding-top: 40px !important;
}

.wp_wrapper{
	margin-top:90px !important;	
}

.top_bnr li img{
	margin-bottom:30px;	
}

.top_bnr {
    display: block;
    padding: 0 0 0px 0;
    font-size: 0;
	width:100%
}


.cont_bnr {
    display: block;
    padding: 0 0 0px 0;
    font-size: 0;
}



section.access_cont {
    width: 100%;
    background: #e3e5e6;
    margin: 0px;
    padding: 0;
	position: relative;
    top: 0px;
}

.td100{
	width:100%;	
	display:block;
}

.td100 img{
	width:100%;	
}


.sale table tr {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.sale table td {
	display:block;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0px !important;
    padding: 5px;
}




.sale{
	margin:20px 0px 0px 0px;	
}

.p03td td{
	display:block !important;	
}

.sale2 .left1 {
    float: none;
    width: 100%;
}
.sale2 .right1 {
    float: none;
    width: 100%;
}

.td_01{
	display:block;
	border:1px solid #ccc;	
	padding:10px;
	margin-bottom:10px;
}

.maintxt_border{
	padding:10px;
	width: 100%;
    box-sizing: border-box;
}


/* ▽▽他ページ▽▽
------------------------------------------------------- */

h4.tit01 span {
    background: #aa3836;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    display: block;
}

/* ▽▽他ページ▽▽
------------------------------------------------------- */

.txt01 img{
	width: 100%;
    display: table-cell;
    position: inherit;
    border: none;
}



/* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    padding: 0px 10px;
    background-color: #fff;
	z-index:1000;
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2;
	right:30px;
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
	width :100%;
	height :10000px;
	background: #fff;
	position: absolute;
	left: -100%;
	top: -125px;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

.hm_menu_wrap ul {
    position: absolute;
    top: 40px;
    background-color: #fff;
    display: block;
    width: 100%;
}

.hm_menu_wrap ul li{
	border-bottom:1px solid #ccc;
	padding:10px;	
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 50px 0 0;
	padding: 0;
}
.hm_list li a {
	color: #777;
	display: block;
	overflow: hidden;
	padding: 20px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.hm_list li{
	border-bottom:1px solid #777;	
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}

.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* メニュー内のリストスタイル△△ */

/* △△ハンバーガーメニュー△△
------------------------------------------------------- */

#sideNav {
	position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 10000;
	height:25px;
}

#sideNav ul{
	width: 10%;
    position: absolute;
    right: 0;
    bottom: 0;
	top: 0;
}

#sideNav img {
    width: 100% !important;
    height: auto;
}


.ryoukinhyou table{
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}


.ryoukinhyou2 table{
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}



.ryoukinhyou table th,.ryoukinhyou table td{
	width:100%;	
}

#slider2 {
    position:absolute;
    top: 90px;
	/* スクロール用 */
	scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

#slider2 ul{
	scroll-snap-align: center;
    height: 100%;
    width: 100%;
}

.slider-x{
    /* 以下の設定は必須 */
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch; /* スマホ対応のため必須 */
    overflow-scrolling: touch; /* スマホ対応のため必須 */
}
.slider-x > div{
    /* 以下の設定は必須 */
    scroll-snap-align: center;
    width: 100%;
    flex: none;
    
    /* 文字の上下左右中央寄せのための記述 */
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
#palalax_kurashi_concept {
    background: url(../img/top_05.jpg) 50% 0 no-repeat fixed #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    top: 600px;
    margin-bottom: 0px;
    z-index: 9999;
}


#palalax_kurashi_concept{
	display : none;
}
*/

.produce{
	margin-top : -230px;
	
}

#voice {
    position: relative;
    top: 50px;
    margin-bottom: 40px !important;
}


#palalax_kurashi_concept p{
	font-size : 88%;
	
}

.inner2 {
    margin-top: 100px !important;
    margin-bottom: 30px !important;
}


#section_kurashi_concept {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    height: 253px;
    line-height: 0.2em;
    padding: 0px 20px;
	font-size:80%;
}

.tex_concept {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: left;
    padding-top: 50px;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.7);
}


.tex_read {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: left;
    padding-top: 20px;
    font-size: 10pt;
    line-height: 120%;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.7);
}


.tex_concept {
	padding:10px;
	font-size:190%;
}

#palalax_roan_concept {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    top: 600px;
    margin-bottom: 0px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 9999;
    padding-top: 20px;
}

section.top_cont p {
    padding: 0 0 10px 0;
    font-size: 11px;
    text-align: left;
}

.contents_box {
    background-color: #fff;
    width: auto;
    float: left;
    margin: 0 10px;
    padding-top: 30px;
    height: 490px;
    box-sizing: border-box;
}

.p_center p{
	text-align:center !important;	
}

.bottom p {
    vertical-align: bottom;
    padding-bottom: 0 !important;
}


.service_contents p {
    font-size: 110%;
}

.service_contents td {
    margin-bottom: 0px !important;
    padding: 0px 0px;
	float: left;
    width: 50%;
}

.service_contents {
    padding-bottom: 0px;
}


ul.f_nav li.cat, ul.f_nav02 li.cat {
    font-size: 13px;
    font-weight: bold;
    padding: 14px 20px 14px 40px;
    font-family: none;
    text-align: left;
}

.contents3 {
    background-repeat: no-repeat !important;
    position: relative !important;
    top: 10px !important;
    z-index: 9999 !important;
    background-color: #f28882;
}

.contents3 .inner2 {
    background-color: white;
    border-radius: 8px;
    padding: 50px 20px;
	margin-bottom:0 !important;
}

.bra_title span.jp {
    max-width: 600px;
    position: relative;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0.08em;
    font-weight: bold;
}


.top_cont2 {
    position: relative !important;
    top: -90px !important;
}

.h2_tittle {
    font-size: 100%;
    line-height: 160% !important;
    font-weight: bold;
    font-size: 15px;
    color: #676767;
}

.tittle2 {
    position: relative;
    color: white;
    background: #000000;
    line-height: 1.4;
    padding: 0.5em 0.5em 0.5em 1.8em !important;
    font-size: 90% !important;
    text-align: left !important;
}

.h2_tittle2 {
	font-size:100%;	
}

.inner2 li {
    font-size: 100%;
    margin: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


.contents2 {
    position: relative !important;
    margin-bottom: 80px !important;
}

.wrapper2 {
    position: relative !important;
}

#wrapper {
    padding-top: 80px;
    margin-top: -80px;
}

.service_left h3 {
    float: none;
    margin: 0px auto;
    width: 150px;
}

.service_tittle {
    font-size: 120%;
    color: #107b3a !important;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.service_right p{
	margin:0 0 10px 0 !important;
}

.service_left_p {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 13px;
}

.produce .h2_tittle3 {
    position: relative;
    top: -50px;
}

.produce .inner2 {
    position: relative;
    top: -50px;
}

#voice {
    position: relative;
    top: 50px;
    margin-bottom: 0px;
}

.access_cont2 {
    position: relative !important;
    top: 0px !important;
}

.footer2 {
    position: relative !important;
    top: 0px !important;
}

.kurashi_intro {
    margin-right: 5px !important;
    margin-left: 5px !important;
    font-size: 68%;
}

.yajirushi{
	display:none;	
}

.sain img{
	width:50% !important;	
}

.insta h1{
	top: 2498px !important;
	
}

.main_pc{
	display : none !important;
	
}

#sideNav {
	display : none;
    text-align: center !important;
}

#sideNav img {
    width: 60%;
    height: auto;
}

#headerbottom {
    width: 100%;
    padding: 10px 0px 0px 0px;
    position: fixed;
    padding-left: 30px;
    bottom: -220px;
    background-repeat: repeat-x;
   /* background-color: #444444; */
    box-sizing: border-box;
	z-index: 999999999;
}

#headerbottom li {
    width: 150px;
    display: inline-block;
    bottom: -6px;
    position: relative;
}

#headerbottom img {
    width: 95%;
    height: auto;
    margin: -7px;
}

/* 場所の修正 */
.position_fix{
	top : 0px !important;
}

.kaigosama img{
	padding-top : 0px;
}


.kaigosama section.top_cont h2 {
	margin:0;
	padding:0;	
}

.formtable th, .formtable td {
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px dotted #ddd;
    display: block;
    width: 100% !important;
}

.company th, .company td {
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px dotted #ddd;
    display: block;
    width: 100% !important;
}


.service_contents p{
	font-size : 100% !important;
	
}

.bnrs{
	padding:0 10px;		
}
	
.bnrs p{
	padding:0 !important;		
}	

.recruit_table table{
	margin: 0 auto !important;	
}
	
.h2_tittle2 {
    width: 100%;
    font-size: 1.8rem !important;
    padding-bottom: 3px !important;
    padding-left: 15px !important;
}

	
.wordpress{
	width: 100%;
	box-sizing: border-box;
}
	
.sp_only p {
    color: white;
    margin: 10px 100px;
}
	
.ft_line p {
    background-color: #39ae36;
    background-image: url(https://yasudakensetsu-sakai.com/img/top_12.jpg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 12px 0px;
    padding-left: 50px;
}
	
.ft_twitter p {
    background-color: #00b7ee;
    background-image: url(https://yasudakensetsu-sakai.com/img/top_21.jpg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 3px 0px;
    padding-left: 39px;
}

section.section_00 {
    display: none !important;
}

#main_image {
    margin-top: 90px;
}
.ft_line{
	float: left;
	width: 48%
}
	
.ft_twitter{
	float: right;
	width: 48%
}	
#sideNav {
    position: fixed !important;
    bottom: 0px;
    right: -10px;
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    display: block;
	top: 250px;
}	

.section_01_bana {
    margin-top: 30px;
}	


#slider img {
    width: 100vw;
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 550px;
    object-fit: cover;
}

.bisiness_cont01 p {
    padding-right: 10px;
}
/* ----------------------------------------------------------------------

 福田　追加
 
---------------------------------------------------------------------- */								
.top_company {
   width: 100vw;
								}
.top_asiba2 {
	padding: 0 10px;
	width: 100% !important;
}
.top_asiba2 p {
    font-size: 95%;
	line-height: 24px;
	margin: 0 !important;
    padding: 14px;
								}
img.point_img {
     padding:0 !important;
}
.top_company p {
    font-size: 75%;
    padding: 1em;
    line-height: 22px;
								}
.four_cont {
    display: block;
    justify-content: space-evenly;
    padding: 0 10px;
								}
.new_four_contents {
    padding-top: 50px!important;
    margin-bottom: 0px!important;
}
p.cont_p {
    font-size: 90%;
    margin: 10px 10px 20px 10px;
								}
.between_flex {
    display: block;
    padding: 0 !important;
}							
.bule_btn {
    text-align: center;
    padding: 5px 30px!important;
    border: solid 1px #2388dd!important;
    margin: 19px!important;
	width: 90vw;
	}
p.bule_p_link {
    margin: 6px !important;
								}
p.service_img {
    margin: 1em !important;
								}	
.service_img_list {
    margin-top: 4em;
}							
.google-maps {
    position: relative;
    padding-bottom: 100%;
    // これが縦横比: ;
    height: 0;
    overflow: hidden;
								}
.between_flex {
	display: block;		
	width: 100vw;						
								}
p.four_img {
    margin: 0 !important;
								}
.top_company p {
    text-align: inherit;
								}
p.asiba_bg img {
    width: 140%;
								}
section.section_service.section_03_contents {
    width: 100vw;
								}
.point_bg {
    width: 100vw;
    text-align: center;
								}
.point_bg img {
									width: 80%;
									padding:0em;
}
.new_p {
    font-size: 14px;
    padding: 10px!important;
    line-height: 25px;
								}
h3.bisiness_h3 {
	font-size:20px;
								}
.new_four_contents_bisiness {
    width: 100vw;
								}
h3.topic_h3 {
    font-size: 20px;
								}
.bisiness_box {
    padding: 10px;
    display: block;
								}
.bisiness_box_cont {
    width: 100vw;
    text-align: center;
								}
.bisiness_box p img {
    width: 80%;
}
.bisiness_box_text {
    text-align: initial;
    padding: 0 10px;
	width: 100%;
	padding: 0!important;	
								}
p.service_about {
    font-size: 14px !important;	
}
p.service_name {
    font-size: 27px;
    font-family: serif;
    margin: 10px 0 !important;
								}		
.bisiness_box p {
    margin: 0!important;
}						
/* ----------------------------------------------------------------------

 追加　タブレット
 
---------------------------------------------------------------------- */


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

/* 768px以上用（タブレット用）の記述 */

#header .inner {
	width:100% !important;	
}



.sp{
	display:none;	
}

.map_box {
    float: none;
    width: 100%;
    padding: 40px 0;
}

#headerbottom{
	display : none;
}

.wrapper{
	width: 100vw !important;
}



	
}

