@charset "utf-8";
*{
	color:#333;
	max-width: 100%;
}
.slick-slider,.slick-slider *{
max-width: none;
}


body {
	line-height:1.7;
	width: 100%;
	font-size:16px;
	overflow: hidden;
}

section,section.w1200 {
    padding: 1rem;
    margin: 0 auto;
    max-width:900px;
}

#wrapper{ min-width:unset; }

.w1200{ max-width:100% !important; }

footer > div.inner > div:nth-of-type(2){
	display:none;
}

footer > div.inner > div:nth-of-type(1){
	background:none;
}

span.title_line:before, span.title_line:after {
    width: calc(100% / 3 - 55px);
}

.head_tel,
a.head_contact{
	display:none;
}

/***************************
	layout
***************************/
#wrapper{
	width: 100%;
	min-width: initial;
}
#contents{
	width: 100%;
	margin: 0 auto;
}
#content{

}
#sidebar{

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

/***************************
	header
***************************/
header{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	position: relative;
    position: fixed;
    top: 0;
    left: 0;

}
header .logo {
    align-items: center;
    padding: 0px 0;
}
a.head_logo img{
	margin-top:0;
}


body.post-type-archive-case div#pagetop, body.single-case div#pagetop, body.page-id-18 div#pagetop{
	    background-position: 60% 50%;
}

/***************************
	g_navi
***************************/
#navibar {
    display: block;
    font-size: 50px;
    position: relative;
    top: -7px;
}
ul#g_navi{
	height:auto;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #333;
	z-index: 9999;
	border:none;
    background: none;
}
#g_navi > li{
	background:white;
}


#g_navi > li > a{
	display: flex;
	font-size: 17px;
    	font-weight: bold;
	align-items: center;
	height: 100%;
	padding: 20px;
	transition: 0.3s;
	color: #696969;
	border-bottom: solid 1px #696969;
	border-top:none;
}
#g_navi > li > a:hover,
#g_navi > li.current-menu-item > a,
#g_navi > li.current-menu-parent > a{
	color: #696969;
    background: #84c24c47;

}
#g_navi > li{ position: relative; }
#g_navi .sub-menu{
	display: none;
}
#g_navi > li:hover .sub-menu{
}
#g_navi > li .sub-menu li a{
	display: block;
	white-space: nowrap;
	padding: 10px 20px;
	border-top: dashed 1px rgba(104, 85, 70, 0);
   	font-weight: bold;
	color: rgba(104, 85, 70, 0);
}
#g_navi > li:hover .sub-menu li a{
	color: rgba(104, 85, 70, 1);
	border-top: dashed 1px rgba(104, 85, 70, 1);
}
#g_navi > li:hover .sub-menu li a:hover{
	color: #005425;
}

#g_navi > li > a:hover, #g_navi > li.current-menu-item > a, #g_navi > li.current-menu-parent > a {
    color: #393939;
    border-bottom: none;
    background: #84c24c47;
}


#contents section{
	padding: 0 20px;
}
h2.sectitle{
    font-size: 1.7rem;
    background-size: 24rem;
    background-position: 50% 0;
}
section.recruite_box h2.sectitle{
    font-size: 1.7rem;
    background-size: 24rem;
    background-position: 50% 0;
}

span.category{
    width: 10em;
}
ul.col_3_box{
	display:block;
}
ul.col_3_box li {
    width: 75%;
    height: auto;
    margin: 1rem auto;
}
ul.col_3_box li a img{
    width: 100%;
}

div#pagetop {
    height: 160px;
}
/***************************
	home
***************************/
.home section {
    padding: 1rem;
    margin: 0;
}
section#home01 {
    padding: 0;
    margin:0;
}
section#home01 h2{
	padding:0;
	margin-top:100px;
}

body.home ul.col_2_box li:nth-of-type(1) p,
body.home ul.col_2_box li:nth-of-type(2) p{
	font-size:1rem;
	
}
ul.col_2_box > li{
	width:100%;
    margin: 0 auto 1rem;
}
ul.service_box > li.service_box_01{
    text-align: center;
}
ul.service_box > li.service_box_01 > div {
    width: 100%;
    margin: 2rem auto;
    text-align: left;
}
ul.service_box > li.service_box_02,
ul.service_box > li.service_box_03 {
    width: 100%;
}
ul.service_box > li.service_box_03 > img {
    width: 130px;
}
ul.service_box > li.service_box_03 > div {
    width: calc( 100% - 130px - 0.75rem );
}

div.case_box > img{
	display:none;
}
div.case_box > div.inner{
	width:100%;
}
div.case_box > div.inner > article h3.title{
	margin:0.5rem auto;
    font-size: 1.2rem;
}
/***************************
	page
***************************/
.page_title01{
	padding: 30px 0;
	font-size: 35px;
}
.page_title01 span{
	font-size: 16px;
}
.page #contents section:first-of-type{
	margin-top: 20px;
}
.page #contents section{
	padding: 30px 20px;
}
.page_title02, .page_title03, .page_title04, .page_title05{
	font-size: 26px;
	margin-bottom: 20px;
}
.page #contents section p{
	padding: 0 10px;
}
.page #contents section.company_01 .sec_inner {
    width: 850px;
    margin: 0 auto;
    filter: unset;
    padding: 10px 0;
    text-align: center;
}
.imgbox01 img:first-of-type,
.imgbox01 img:last-of-type{
	width: calc(50% + 40px);
}
.imgbox01 img:last-of-type{
	transform: translateX(-20px);
}
.imgbox01{
	height: 20vw;
}
.page_title04 {
    height: auto;
    line-height: 1.4;
	padding: 40px 20px;
}
.page #contents section.hosp_mark{
	margin-bottom: 0;
}
.page #contents section p.text01{
	max-width: calc(100% + 40px);
	width: calc(100% + 40px);
	margin: -80px 0 30px -20px;
	padding: 100px 20px 20px 20px;
	font-size: 18px;
}
.page #contents section p.text01 br{
	display: none;
}
.page #contents section.green .sec_inner{
	width: 100%;
	margin:  0 0 30px 0;
	padding: 30px 20px;
}
.dl01{
	margin-bottom: 30px;
}
.dl01 dt{
	padding: 20px;
	font-size: 30px; 
}
.dl01 dd{
	padding: 0 30px 30px 30px;
}
.dl01::before{
	width: 100%;
}

.arrow01{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 20px 0 20px;
	border-color: #48b988 transparent transparent transparent;
	margin: 36px auto 20px auto;
}
.bfr_afr{
	padding-bottom: 50px;
}
section.hotel03 ul li{
	display: block;
}
section.hotel03 ul li:nth-of-type(1), section.hotel03 ul li:nth-of-type(2), section.hotel03 ul li:nth-of-type(3){
	padding: 30px;
}
section.hotel03 ul li:nth-of-type(1) dl, section.hotel03 ul li:nth-of-type(2) dl, section.hotel03 ul li:nth-of-type(3) dl{
	width: 100%;
	margin-bottom: 10px;
}
section.hotel03 ul li:nth-of-type(4) dl, section.hotel03 ul li:nth-of-type(5) dl{
	padding: 30px;
	margin-bottom: 30px;
}
section.hotel03 ul li:last-of-type{
	margin-bottom: 40px;
}
.page-id-125 .omona{
	margin-left: 0;
	margin-top: -56px;
	justify-content: center;
}

.contact-form{
	margin: 30px 0;
	padding: 0 20px;
}
div.wpcf7{
	padding: 10px 0px!important;
}

.page #contents section.company_01{
	padding: 40px 20px;
	margin-top: 0;
}
.single #contents section, .page #contents section {
    width: 1000px;
    margin: 0px auto;
    background: rgba(255,255,255,0.85);
    padding: 36px 52px;
}
.page #contents section.company_01 img.grayscale {
    position: absolute;
    filter: grayscale(1);
    opacity: 0.5;
    top: 0;
    width: 100%;
    left: 0;
}
.single #contents section, .page #contents section {
    padding: 36px 10px;
}
.page #contents section.history .sec_inner{
	padding: 20px;
}
.tbl01 th, .tbl01 td{
	padding: 14px 10px; 
}
.tbl01 th, .tbl01 td {
    padding: 15px 20px;
    display: block;
}
.tbl01 th {
    width: 100%;
    border: none;
    padding: 15px 0 5px;
    line-height: 1em;
}
.tbl01 td {
    width: 100%;
    padding: 0px 0 10px 20px;
}
.company_02 .tbl01 th, .company_02 .tbl01 td{
	padding: 14px 10px;
}

.page-id-71 section.sec02_service dl{
	width: 100%;
}
.page-id-71 section.sec02_service dl dt img{
	width: 100%;
}


#map_canvas{
	width: 100%;
	height: 400px;
}
#map_canvas *{
	max-width: none;
}

.form_box > .flex div {
    width: 87%;
}
.form_box > .flex label.text-area {
    width: 100%;
}
.page_title06 {
    font-size: 43px;
    margin-bottom: 50px;
}
.service_list2 > a.flex {
    margin: 10px 0 80px;
    display: block;
}
.service div.bisimg {
    height: 250px;
    width: 100%;
}
.service_list2 > a.flex dl {
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
/***************************
	service
***************************/
ul.service_col_3_box {
    display: block;
    margin: 2rem auto;
}
ul.service_col_3_box li {
    width: 100%;
    font-size: 1.3rem;
    padding: 0 1rem;
    vertical-align: top;
}
ul.service_col_3_box li img{
	max-width:300px;
	margin:1rem auto;
    display: block;
}

.service_box_03 ul li {
    padding: 1rem 1rem 1rem 5rem;
}
.service_box_03 ul li h4 span{
	left:1rem;
}
.service_box_03 ul li#check_box a{
	font-size:1rem;
}
ul.service_box_02 > li {
    padding: 3rem 1rem 160px;
}
ul.service_box_02 > li > img.service_box_icon {
    position: absolute;
    width: 150px;
    top:unset;
    bottom: 10px;
    left: calc( 50% - 75px);
}
ul.service_box_02 > li > h4{
	font-size:1.2rem;
}
.kaji_box{
	padding:0;
}

.kaji_box > dl > dd > dl > dt {
    font-size: 1rem;
    width: 7rem;
}
ul.service_box_02 > li p{
    font-size: 1rem;
}
.kaji_box > dl > dd > dl > dd{
    width: calc( ( 100% - 7rem ) / 2);
}
/************
***************
	price
***************************/
dl.price_box > dt{
	font-size:1.2rem;
}
p.price_box_st_text{
	font-size:1.2rem;
}
dd.price_box_01 span{
	font-size:1.1rem;
}

dl.price_box.pb_icon_01 {
    padding: 4.5rem 2rem 210px;
}
dl.price_box dd{
	margin-left:0;
}
dl.price_box > img.price_icon {
    top: unset;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
dd.price_box_02 > div{
	padding-left:0;
	padding-bottom: 180px;
}
dd.price_box_02 ul{
	zoom:0.75;
}
dd.price_box_02 > div h4,
dd.price_box_02 > div p b{
	font-size:1.1em;
}
dd.price_box_02 > div > img.price_icon {
    position: absolute;
    left: 24%;
    top: unset;
    bottom: -100px;
    transform: translateY(-50%);
    width: 180px;
    height: auto;
}


/***************************
	recruit
***************************/

section.recruit_box {
    padding: 2rem 1rem;
}

.job_box dl dt {
    width: 140px;
    min-height: 3rem;
    padding: 2rem;
    height: 100%;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.job_box dl dd{
	width: calc(100% - 140px);
}

.job_box+div.mw_wp_form{
	padding:1rem;
}
.recruite-btn {
    position: absolute;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    top:1.5rem;
}
section.recruit_box{
    height: 6rem;
}
section.recruit_box .recruite-btn span:nth-of-type(1){
	top:-7px;
}
div.mw_wp_form form section{
	padding:1rem;
}
/***************************
	footer
***************************/
.seclink.contact{
	display: block;
	font-size: 0;
	text-align: center;
}
footer{
	padding: 40px 20px;
}
footer p {
    color: #fff;
    margin-left: 0px;
    line-height: 1.4;
    font-size: 14px;
}


.map iframe{
	width:100%;
}
span.tel {
    color: #ff8cbc;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.125rem;
    vertical-align: middle;
    padding-left: 0;
    position: relative;
    display: block;
    width: 23rem;
    margin: 1rem auto;
}
span.tel small {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
    vertical-align: unset;
    display: block;
    margin-left: 0;
    margin-top: -0.5rem;
}
/*サービス*/
.kaji_box > dl{
	    margin: 0 auto;
}
.kaji_box > dl > dd{
	zoom:0.7;
}
.service_box_03 ul {
    background: white;
    padding: 2rem 0rem;
}
.service_box_03 ul li h4 {
    text-align: left;
}
.service_box_03 ul li h4 span {
    text-align: center;
}

/*求人*/
.job_box dl dt {
    width: 105px;
    font-size: 0.8em;
    min-height: 3rem;
    padding: 1rem;
}
.job_box dl dd {
    width: calc(100% - 105px);
    font-size: 0.8em;
    padding: 1rem;
}

/*施工事例*/

body.archive div.case_box > div.inner > article {
    font-size: 1rem;
    height: auto;
    position: relative;
    padding-bottom: 3rem;
}
body.archive div.case_box > div.inner > article h3.title {
    margin-top: 1rem;
    letter-spacing: 0.2rem;
    font-size: 1.1em;
}
body.archive div.case_box > div.inner > article > a {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 1rem auto;
}
body.archive div.case_box > div.inner > article > img {
    display: block;
    width: 200px;
    height: auto;
    transform: unset;
    position: unset;
    margin: 0 auto;
}
/*事例詳細*/
body.single-case article h2 {
    font-size: 1rem;
    margin: 0 0 1rem;
    line-height: 1.6;
    padding: 0 2rem;
}
.t_cen.jirei_top_img img {
    max-width: 200px;
}
.page_title01{
	font-size:18px;
}
body.single-case article section p{
	font-size:14px;
}
body.single-case article section h4 {
    padding: 0;
    background: white;
    margin: 0 0 1rem;
    color: #20b2aa;
}
/*新着情報*/
span.title {
    display: block;
    margin: 1rem 0 0;
}