@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,p,img,table,a,ul,li{
	margin: 0;
	padding: 0;
	font-family: 'Kosugi Maru', sans-serif;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	width: 100%;
}
.drawer{
	position: fixed;
	top:-3px;
	right: 5px;
    z-index: 9999;
}

/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999;/* 重なり順を一番上に */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #2f436a;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: white;
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: white;
}
  
/* メニューのデザイン*/
.drawer-content {
  width: calc(80% - 40px);
	padding: 10px 20px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -83%;/* メニューを画面の外に飛ばす */
  z-index: 999;
	background: rgba(47,67,106,1);
  transition: .5s;
	box-shadow: 0px 0px 10px gray
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  right: 0;/* メニューを画面に入れる */
}
.drawer-item a{
	color: white;
	font-weight: bold;
	margin-bottom: 7px;
	display: block;
	text-decoration: none
}
.drawer-item_contact a{
	color: #2f436a;background: white;
	width: 80%;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
	text-decoration: none
}
.drawer-logo{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 30px;
}
.clear{
	clear: both
}
.top_nav{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: white
}
.nav_area{
	width: 95%;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.h1_title{
	width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.nav_menu{
	display: none
}
.nav_li{
	float: left;
	padding-top: 5px;
	padding-right: 30px;
}
.nav_li a{
	color: #2A2A2A;
	font-weight: bold;
}
.nav_li_contact{
	background: #2f436a;
	float: left;
	padding: 5px 25px;
	border-radius: 8px;
}
.nav_li_contact a{
	color: white;
}
.top_header{
	background: url("../image/back_slide03.jpg");
	background-position: center;
	background-size: cover;
	height: 340px;
	position: relative;
	margin-top: 100px;
}
.top_header_area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.top_header_title{
	font-size: 26px;
	width: 90%;
	line-height: 30px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: -27px;
	color: #2f436a;
	text-shadow: 0px 0px 20px white
}
.top_header_title span{
	font-size: 14px;
	margin-top: 5px;
	line-height: 20px;
	display: block;
}
.wrap{
	padding-top: 40px;
	padding-bottom:40px;
}
.top_news_area{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.top_news_title{
	width: 70px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #2f436a;
}
.top_news_right_area{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.top_news_link{
	color: #2A2A2A;
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
	margin-top: 15px;
	border-bottom: 1px dotted #ACACAC;
}
.top_news_link_day{
	padding-right: 20px;
}
.top_news_link_tag{
	border:1px solid #2f436a;
	padding-left: 7px;
	padding-right: 7px;
	color: #2f436a;
	font-weight: bold;
	font-size: 14px;
}
.top_news_link_title{
	padding-left: 20px;
}
.top_contents_box{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.top_contents_box_image{
	width: 100%;
}
.top_contents_box_right{
	width: 100%;
}
.top_contents_box_left{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.sp_none{
	display: none;
}
.top_contents_box_title{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.top_contents_box_bottan{
	background: #2f436a;
	color: white;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-top: 30px;
	border-radius: 8px;
	display: block;
}
.top_company{
	background: url("../image/company_bg.jpg");
	background-position: center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}
.top_company_area{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.top_company_left{
	width: 45%;
	margin-right: 5%;
	text-align: center;
	float: left;
}
.top_company_right{
	width: 50%;
	float: left;
}
.top_company_title{
	margin-top: 40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 4px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	display: inline-block;
}
.top_company_bottan{
	background: #2f436a;
	color: white;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-top: 30px;
	border-radius: 8px;
	display: block;
}
.top_company_image{
	height: 100px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.top_works{
	padding-top: 80px;
	padding-bottom: 80px;
}
.top_works_area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.top_wroks_box{
	width: 100%;
	margin-bottom: 50px;
}
.top_works_image{
	height: 170px;
}
.top_works_title{
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 40px;
}
.top_works_box_title{
	border-left: 2px solid #2f436a;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 8px;
}
.top_works_bottan{
	border-bottom: 2px solid #2f436a;
	text-align: right;
	width: 80px;
	margin-left: auto;
	display: block;
	color: black;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}
.top_works_more{
	background: #2f436a;
	color: white;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-radius: 8px;
	display: block;
}
.top_works_title span{
	color: #2f436a;
	font-size: 22px;
}
.top_contact{
	background: #F7F7F7;
	padding-top: 40px;
	padding-bottom: 40px;
}
.top_contact_area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: white;
}
.top_contact_left{
	padding: 30px;
	border-bottom: 4px solid #F7F7F7;
}
.top_contact_title{
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
.top_contact_title span{
	color: #2f436a;
	display: block;
	font-size: 16px;
	text-align: center;
}
.top_contact_text{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.top_contact_right{
	padding: 30px;
}
.top_conatct_tel{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
	margin-top: 10px;
	padding-left: 24px;
	background: url("../image/tel_icon.png");
	background-repeat: no-repeat;
	background-size: auto 70%;
	font-weight: bold;
	color: #2A2A2A;
	background-position: center left;
	width: 240px;
}
.top_conatct_form{
	background: #2f436a;
	color: white;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-radius: 8px;
	display: block;
}
.footer{
	padding-bottom: 10px;
}
.footer_area{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.footer_left{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.footer_logo{
	width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer_address{
	font-weight: bold;
	color: #2A2A2A;
	text-align: center;
	margin-top: 5px;
}
.footer_tel{
	font-weight: bold;
	display: block;
	text-align: center;
	color: #2A2A2A;
}
.footer_right{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.footer_ul{
	
}
.footer_li{
	display: block;
	float: left;
	font-size: 14px;
	margin-bottom: 5px;
	padding-right: 20px;
}
.footer_li a{
	color: #2A2A2A;
}
.copy{
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}
/*固定ページ*/
.page_header{
	width: 100%;
	height: 200px;
	margin-top: 10px;
}
.page_header_area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.page_header_box{
	width: calc(100% - 40px);
	padding: 20px;
	position: absolute;
	background: #2f436a;
	bottom:-255px;
	color: white;
}
.page_header_title{
	display: inline-block;
	font-size: 24px;
	border-bottom: 2px solid white;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.page_wrap{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	padding-bottom: 120px;
}
.page_left{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.page_right{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.page_box_title{
	font-size: 24px;
	font-weight: bold;
}
.page_box_text{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.page_area_title{
	font-size: 20px;
	padding-bottom: 10px;
	margin-top: 120px;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: 30px;
}
.page_area_title:first-letter{
	color: #2f436a;
	font-size: 24px;
}
.page_area_text{
	font-size: 18px;
	margin-bottom: 50px;
}
.bgblue{
	background: #2f436a;
	color: white;
	font-size: 14px;
	display: inline-block;
	padding: 3px 15px;
	border-radius: 8px;
}
.page_bousui_time_box{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 60px;
}
.page_bousui_time_box_image{
}
.page_bousui_time_box_textarea{
}
.page_bousui_time_title{
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-bottom: 2px solid #2f436a;
	color: #2f436a;
	padding-bottom: 5px;
}
.page_bousui_time_box_textarea{
	font-size: 14px;
}
.bousui_select_box{
	margin-bottom: 60px;
	margin-top: 60px;
}
.bousui_select_image{
	width: 95%;
	height: 180px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.bousui_select_right{
	width: 95%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.bousui_select_image_left{
	display: none;
}
.bousui_select_image_sp{
	width: 95%;
	height: 180px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.bousi_select_title{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}
.bousi_select_text{
	font-size: 14px;
}
.bousui_sozai_box{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.bousui_sozai_image{
	height: 200px;
}
.bousui_sozai_text{
	font-size: 14px;
}
.bousui_sozai_title{
	border-left: 3px solid #2f436a;
	padding-left: 7px;
	margin-bottom: 10px;
}
.page_news{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #F7F7F7;
}
.page_news_area{
	width: calc(90% - 20px);
	padding: 20px 10px;
	margin-left: auto;
	margin-right: auto;
	background: white;
}
.kiso_point_box{
	margin-top: 60px;
	margin-bottom: 60px;
}
.kiso_point_box_textarea{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.kiso_image{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.kiso_title{
	font-size: 20px;
	font-weight: bold;
}
.kiso_title span{
	background: #2f436a;
	color: white;
	display: block;
	width: 120px;
	border-radius: 8px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.kiso_text{
	font-size: 14px;
	margin-top: 20px;
}
.kiso_hikaku_title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #2f436a;
	margin-bottom: 40px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.kiso_hikaku_box{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.kiso_hikaku_box_high{
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	margin-top: 20px;
	background: #2f436a;
	margin-bottom: 100px;
}
.kisohikaku_box_inner{
	background: white;
	padding: 20px;
}
.kiso_hikaku_image{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 180px;
	padding-top: 10px;
}
.kiso_hikaku_box_text{
	font-size: 14px;
}
.kiso_hikaku_box_title{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 1px solid;
	display: inline-block;
	padding-right: 30px;
	margin-bottom: 10px;
}
.decos_point_box{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
/*防蟻*/
.bougi_flow_box{
	width: calc(95% - 22px);
	margin-left: auto;
	margin-right: auto;
	border:1px solid black;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.bougi_flow_textarea{
	width: 100%;
}
.bougi_flow_image{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.bougi_flow_box_title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.bougi_flow_box_title span{
	background: #2f436a;
	color: white;
	display: block;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 8px;
}
.bougi_flow_box_text{
	font-size: 14px;
}
.arrow{
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.page_box_bougi_title{
	border-bottom: 1px solid black;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.page_box_bougi_text{
	font-size: 14px;
}

.mgb40_sp{
	margin-top: 40px;
}
/*会社概要*/
.company_logo{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.vompany_table{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	font-size: 16px;
	border-collapse: collapse;
}
.vompany_table th{
	width: 25%;
	border-bottom: 1px solid #e0e0e0;
}
.vompany_table td{
	padding: 15px 20px;
	border-bottom: 1px solid #e0e0e0;
}
.company_map{
	width: 100%;
	height: 240px;
	margin-top: 60px;
	display: block;
}
.comorevi_logo{
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
.comorevi_map{
	width: 100%;
	height: 240px;
	margin-top: 60px;
	display: block;
}
.single_area_title{
	font-size: 20px;
	padding-bottom: 10px;
	margin-top: 40px;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.single_area_title:first-letter{
	color: #2f436a;
	font-size: 24px;
}
.single_area_day{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 40px;
}
.single_area{
	font-size: 14px;
}
.single_area p{
	font-size: 14px;
}
.single_area img{
	width: 80%;
	height: auto;
}
.works_area_title{
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: 30px;
}
.works_area_title:first-letter{
	color: #2f436a;
	font-size: 24px;
}
.modal-open{
	display: block;
	font-size: 10px;
	padding-top: 10px;
	color: white;
	text-decoration: underline;
	text-align: center;
}
.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:calc(96% - 20px);
	height: 60%;
	overflow: hidden;
    margin:0;
    padding:10px 10px;
    border:2px solid #aaa;
    background:#fff;
}
.modal-content html{
height:100%;
}
.modal-content p {
}
.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-open:hover {
}
.modal-close {
    color:white;
	background: #2f436a;
	text-decoration: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 120px;
	border-radius: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
}
.zirei_modal_image{
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
.zirei_image{
	width: 100%;
	height: 180px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
}
/*お問い合わせ*/
.contact_table{
	width: 100%;
}
.contact_table th{
	text-align: left;
	width: 20%;
	border-top:1px solid #eee;
}
.contact_table td{
	padding: 20px;
	border-top:1px solid #eee;
	
}
.required{
	color: #2f436a;
}
.short_form{
	color: #212121;
	background: #f8f8f8;
	border: none;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Kosugi Maru', sans-serif;
	padding: 10px;
	width: calc(100% - 20px);
}
.textarea{
	color: #212121;
	background: #f8f8f8;
	border: none;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Kosugi Maru', sans-serif;
	padding: 10px;
	width: calc(100% - 20px);
	height: 160px;
}
.borderbottom{
	border-bottom:1px solid #eee;
}
.submit{
	background: #2f436a;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	color: white;
	display: block;
	width: 240px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Kosugi Maru', sans-serif;
	margin-left:auto;
	margin-right:auto;
}
.thanks_title{
	font-size: 28px;
	font-weight: bold;
}
.thanks_text{
	font-size: 16px;
	margin-top: 10px;
}
/*category*/
.cat_box{
	width: 100%;
	margin-bottom: 40px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.cat_image{
	height:	180px;
}
.cat_title{
	border-left:3px solid #2f436a;
	margin-top:10px;
	padding-left:5px;
	font-weight:bold;
	color:black;
}
/*ページャー*/
.wp-pagenavi{
	text-align: center;
	margin-top:30px;
}
.pages{
	display: none;
}
a.page,.current,.nextpostslink,.previouspostslink,.last,.first{
	border: solid 1px #2f436a;
	padding:5px 8px;
	margin:0 2px;
	color: #2f436a;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
.current{
	background: #2f436a;
	border: solid 1px white;
	color: white;
}
.bougi_check_box{
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 30px;
}
.bougi_check_title{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.kome{
	font-size: 12px;
	text-align: center;
}
.kome a{
	color: #2f436a
}
.chintai_box{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 60px;
}
.chintai_box_title{
	background: #2f436a;
	display: inline-block;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 20px;
	
	margin-bottom: 10px;
}
.chintai_box_image{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.chintai_box_text{
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}
.chintai_text{
	background: #2f436a;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
	text-align: center;
}