@charset "UTF-8";

/*
Theme Name: RESTA
Theme URI: 
Author: 
Author URI: 
Description: RESTA theme
Version: 1.0
License: 
License URI: 
Tags: 
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
	overflow-x:hidden
}

body{
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height:1.5;
    font-family:  "NotoSansCJKjp",'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#333;
}
input,textarea{
    font-family:  "NotoSansCJKjp",'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,strong,th{
    font-weight: normal;
    font-size: 1em;
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
	color:#7bac2f;
}

img{
    max-width: 100%;
}

/*************************
 ヘッダー
 *************************/
/* 追跡バナー */
.admax_bnr .count_1,
.admax_bnr .count_2{
    position:fixed;
    color:#fff;
    font-size:22px;
    line-height: 49px;
    width:49px;
    
    text-align: center;
    
    right:0;
    z-index:99;
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.admax_bnr .count_1{
    top:200px;
    padding:0 0 0 0;
    background:url(/img/page/top/side_bg_1.png) no-repeat;
    height:270px;
}
.admax_bnr .count_2{
    top:500px;
    padding:5px 0 0 0;
    background:url(/img/page/top/side_bg_2.png) no-repeat;
    height:280px;
}

.admax_bnr .count_1:before,
.admax_bnr .count_2:before{
    content: " ";
    display: inline-block;
}
.admax_bnr .count_1:before{
    background:url(/img/page/top/side_icon1.png) no-repeat;
    height: 27px;
    width: 27px;
}
.admax_bnr .count_2:before{
    background:url(/img/page/top/side_icon2.png) no-repeat;
    height: 20px;
    width: 27px;
}
.admax_bnr .count_1 span,
.admax_bnr .count_2 span{
    font-size:24px;
    line-height: 32px;
    font-weight:bold;
    -ms-writing-mode: lr-tb; /* for MS IE8+ */
    -webkit-writing-mode: initial;
    writing-mode: initial;
}
.admax_bnr .count_1 span {
	-webkit-writing-mode: inherit;
	writing-mode: horizontal-tb;
}

.heading_wrap{
    width: 960px;
    margin: 0 auto;
}

header{
    padding-bottom: 82px;
    position: relative;
}
.global_nav_fix {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;

}
.global_nav_fix .container{
    padding: 0;
}
@media (max-width: 767px) {
    header {
        padding-bottom: 0;
    }
    .global_nav_fix {
        position: relative;
        top: 0;
        left: 0;
        right: 0;

        padding-right: 0;
        padding-left: 0;
    }
}


.heading{
    background-color: #333333;
    color: #fff;
    padding-bottom: 2px;
}
.heading_txt{
    line-height: 26px;
}
.heading_txt span {
    font-weight: bold;
	margin-right:10px;
}
/*検索*/
.hdr_form{

}
.hdr_form #search {
    width: 135px;
    height: 18px;
    margin: 4px 5px 0 0;
    vertical-align: bottom;
    font-size: 12px;
    color: #000;
}
.hdr_form .search_btn {
    background: none;
    border: none;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
}

.hdr_info {
    height: 95px;
}
.hdr_logo {
    width: 200px;
    float: left;
    margin-top: 10px;
}
.hdr_contact {
    font-size: 12px;
    float: right;
    margin-top: 30px;
}
.hdr_tel {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
}
.hdr_mail {
    width: 196px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
/* スマホ用ヘッダー */
.hdr_logo_sp {
    width: 30%;
    margin: 3%;
    float: left;
}
.hdr_contact_sp div {
    width: 15%;
    padding: 3%;
    float: right;
    border-left: 1px solid #ccc;
}
.hdr_contact_sp a{
    display: block;
}

/* ヘッダー下部 */
.heading_btm{
    max-width: 960px;
    margin: 0 auto;
}
.header_slider{
    position: relative;
}

.header_slider .logo{
    position: absolute;
    top:10px;
    left: 50%;
    margin-left: -480px;
    z-index: 1;
}
.header_slider .slider_text_container{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 1;
}
.header_slider .slider_text_box{
    width: 960px;
    margin: 0 auto;
    text-align: right;
}
.header_slider .slider_text{
    
    display: inline-block;
    width: auto;
    
    padding: 10px 0;
   
    z-index: 1;
    font-size: 48px;
    line-height: 48px;
    text-align: right;
    text-shadow: 1px 1px 5px #000;
    color: #FFF;
    
}
.header_slider .slider_text p{
    margin: 0;
/*    background-image: url('/img/slider/slider_txt_icon.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: contain;*/
}
.header_slider .slider_text p:before{
    content:" ";
    display:inline-block;
    width: 1em;
    height: 1em;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
    background-image: url('/img/slider/slider_txt_icon.png');
    background-size:contain;
    background-repeat: no-repeat;
}
@media (max-width: 960px) {
    .header_slider .logo{
        margin-left: 10px;
        left:initial;
    }
    
    .header_slider .slider_text_box{
        width: 100%;
    }
    
    .header_slider .slider_text{
        
    }
}
@media (max-width: 767px) {
    .header_slider{
        
    }
    .header_slider .slider_text{
        font-size: 32px;
        line-height: 32px;
    }
}
@media (max-width: 414px) {
    .header_slider .slider_text_container{
        bottom: 10px;
    }
    .header_slider .slider_text_box{
        
    }
    .header_slider .slider_text{
        font-size: 24px;
    }
    .header_slider .slider_text p{
        
    }
}

.header_slider #wide{
	margin-bottom:30px;
}


/*************************
 フッター
 *************************/


footer .sitemap h4{
    font-size: 15px;
    font-weight: bold;
    margin-bottom:15px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

footer .sitemap h5{
    font-size: 14px;
    font-weight: bold;
	margin-bottom:10px;
}

footer .sitemap h6{
    font-size: 13px;
	font-weight: bold;
	margin-bottom:7px;
}
footer .sitemap ul{
    margin-bottom: 30px;
    padding-left: 3px;
}

footer .sitemap ul li:before{
	content:"\f105";
	display:inline-block;
	font-family: FontAwesome;
	text-indent:-1em;
}

footer .sitemap ul li{
    font-size: 12px;
    margin-bottom: 1em;
	padding-left:1.2em;
}

footer .sitemap ul .style_none{
	list-style:none;	
}

footer .inner{
	padding-left:10px;	
}

.footer_message_wrap{
    background: #efefef;
    margin-bottom: 60px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer_message_wrap a{
    color: blue;
    text-decoration: underline;
}

.footer_bottom_wrap{
    background-color: #333;
    background-image: url('../../../img/footer/ftr_line.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    height: 150px;
    text-align: center;
    margin-top: 30px;
    padding-top: 94px;
}

.footer_bottom_wrap small{
    color: #FFF;
    line-height: 56px;
}
.footer_bottom_wrap small a{
    color: #FFF;
}
@media (max-width: 320px) {
    .footer_bottom_wrap small{
        line-height: 28px;
    }
}

/*************************
 サイドバー
 *************************/
.sidebar{
    width: 245px;
    margin-right: 30px;
    float: left;
}
.sidebar h3{
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0;
    border-top: 1px dotted #0b0205;
    border-bottom: 1px dotted #0b0205;
    margin-bottom: 20px;
}

.sidebar h4{
	font-size: 16px;
	font-weight: bold;
	text-indent: -1em;
	margin-bottom: 10px;
}

.sidebar h5{
	font-size: 14px;
    font-weight: bold;
	color:#444;
	text-indent: -1em;
	margin-bottom: 10px;
}

.sidebar h5:before{
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 0.5em;
}

.sidebar ul{
    margin-bottom: 30px;
}
.sidebar ul li{
    margin-bottom: 5px;
}

.sidebar ul li > ul{
	margin-bottom:20px;
}
.sidebar ul li.nav_list:before{
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 0.5em;
}

.sidebar .hierarchy{
	margin-bottom:20px;	
}

.sidebar ul li a{
	color:#666666;	
}

.sidebar ul li a:hover{
	color:#7bac2f;	
}

aside > ul{
	padding-left:1em;	
}

aside ul > .nav_list{
	text-indent:-1em;
}

/*************************
 ページコンテンツ
 *************************/
.page_contents{
    width: 685px;
    float: right;
}

@media screen and (max-width: 768px) {
.page_contents{
	width: 100%;
}
}

/*************************
 フッターのお問い合わせ
 *************************/

/* 3色ボタン */
.footer_contact .btns{
    max-width: 685px;
    margin-bottom: 20px;
}
.footer_contact .btns li{
    	float:left;
	width:32%;
	margin-right:2%;
}

.footer_contact .btns li:last-child{
	margin-right:0;
}

.footer_contact .btns li:nth-child(1) .btsInner {
   width:100;
background:url(../../../../img/footer/img_footer_content01.jpg) center center no-repeat;
}
.footer_contact .btns li:nth-child(2) .btsInner {
    width:100;
	background:url(../../../../img/footer/img_footer_content02.jpg) center center no-repeat;
}
.footer_contact .btns li:nth-child(3) .btsInner {
    width:100;
	background:url(../../../../img/footer/img_footer_content03.jpg) center center no-repeat;
}

.footer_contact .btns li a{
    font-size: 30px;

    display: block;
    padding: 20px 20px 15px;
    text-align: center;
    color: #fff;
}
.footer_contact .btns li a span {
    font-size: 16px;
    display: block;
}

/*  */
.footer_contact .contact {
    min-height: 148px;
    padding: 26px 20px;
    text-align: center;
    background-image: url(../../../img/page/common/bg_page_contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 20px;
}
.footer_contact .contact p {
    margin-bottom: 0;
}
.footer_contact .contact .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}
.footer_contact .contact .tel span {
    font-size: 38px;
    font-weight: bold;
    padding-left: 60px;
    background-image: url(../../../img/page/common/icn_freedial.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.footer_contact .contact .btnLinkForm {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 4px 40px 4px 80px !important;
    text-align: left;
    border: 2px solid #333;
    background-color: #fff;
    background-image: url(../../../img/page/common/icn_page_mail.png);
    background-repeat: no-repeat;
    background-position: 45px center;
}

/*ページトップ*/
/*#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 13px 15px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #939b9e;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pagetop a i{
	font-size:24px;
}


/* トピックス */
.topics_contents{
	background:#f0efe8;
}

.topics_contents .container{
	padding:0;
}

.topics_contents .container li{
	float:left;
	width:23.5%;
	margin:0;
	margin-right:2%;
	list-style:none;
}

.topics_contents .container ul{
	padding:40px 0;
	margin:0;
}

.topics_contents .container li:last-child{
	margin-right:0;
}

.topics_contents .container li a{
	display:block;
	font-size: 24px;
   	padding: 20px 20px 15px;
    	text-align: center;
    	color: #fff;
}

.topics_contents .container li a span{
	font-size: 18px;
    	display: block;	
}

.topics_contents .container li:nth-child(1) a{
	background:url(../../../../img/footer/img_footer_content01.jpg) center top no-repeat;
	background-size:100% auto;
}

.topics_contents .container li:nth-child(2) a{
	background:url(../../../../img/footer/img_footer_content02.jpg) center top no-repeat;
	background-size:100% auto;
}


.topics_contents .container li:nth-child(3) a{
	background:url(../../../../img/footer/img_footer_content03.jpg) center top no-repeat;
	background-size:100% auto;
}


.topics_contents .container li:nth-child(4) a{
	background:url(../../../../img/footer/img_footer_content04.jpg) center top no-repeat;
	background-size:100% auto;
}

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

.topics_contents .container{
	width:87%;
	margin:0 auto;
}

.topics_contents .container li{
	width:48%;
	margin-right:4%;
}

.topics_contents .container li:nth-child(2n){
	margin-right:0;
}

.topics_contents .container li:nth-child(1),
.topics_contents .container li:nth-child(2){
	margin-bottom:20px;
}

}

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

.topics_contents{
	display:none;
}

}


/* 無料見積もり */
.top_free{
    background:url(../../../../img/page/top/free_bg.jpg) no-repeat;
    background-size:cover;
    padding:100px 0;
	margin-bottom:80px;
}
.top_free .container{
    padding:23px 0;
    background:rgba(255,255,255,0.8);
}
.top_free .container .title{
    font-size:24px;
    font-weight:bold;
    color:#331400;
}
.top_free .container .title span{
    color:#f67979;
}
.top_free .container .txt{
    margin:15px 0 25px 0;
}
.top_free .row{
    margin: 0 auto;
}


@media screen and (max-width: 992px){
    .top_free .container{
        width:90%;
    }
}
@media screen and (max-width: 768px){
    .top_free{
        padding:30px 0;
    }
    .top_free p{
        text-align: center;
    }
}

@media screen and (max-width: 640px){
    .top_free p{
        margin-bottom:20px;
    }
}


/* ページ送り */
.pager_info{
    margin-bottom: 25px;
    text-align: center;
    /*color:red;*/
}
.pager_info span{
    display: inline-block;
    margin: 0 8px;
}

.wp-pagenavi{
    margin-bottom: 30px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span{
    display: inline-block;
	border:none;
}

.wp-pagenavi a,.wp-pagenavi .current{
	border: 1px solid #ccc;
	padding:10px 15px;
    margin: 3px;
}

.wp-pagenavi a:hover{
	background:#efefef;
	color:#333;
}
@media screen and (max-width: 768px){
    .wp-pagenavi{
        font-size: 16px;
    }
    .wp-pagenavi a, .wp-pagenavi span{
        padding: 5px 10px;
        border: 1px solid #ccc;
        margin: 3px;
    }
}


.text-bold{
    font-weight: bold !important;
}

.reform_pagetop {
  margin: 60px 0 0;
  text-align: right;
}


@media screen and (min-width: 960px){
    .no-wrap{
        white-space: nowrap;
    }
}


.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}


.global_nav_fix_top{
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 1px 1px 5px #333;
    height: 69px;
    width: 100%;
	padding:10px 0 5px;
	background:#fff;
}
@media (max-width: 767px) {
    .global_nav_fix_top{
        position: absolute;
        box-shadow:none;
    }
}


/* スライダーのボタン */
.sp-buttons{
    position: absolute !important;
    bottom: 0 !important;
    padding-top:0 !important;
}
.sp-buttons .sp-button{
    width: 80px;
    height: 3px;
    border-radius:0;
    background-color: #CCCCCC;
    border:0;
}
.sp-buttons .sp-selected-button{
    background-color: #333333;
}
@media (max-width: 414px) {
    .sp-buttons{
        bottom: -6px;
    }
}

/* 下層ページのメイン画像 */
.header_image{
    text-align: center;
	margin-bottom:30px;
}


/* 価格表リンク集 */
.price_links_h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 40px 0 24px;
	padding: 0 0 5px 0;
	border-bottom:1px solid #ccc;
	letter-spacing: 1px;
}
.price_links_h2_lead {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}


#page15 .list01 {
	margin: 36px 0 0;
}
#page15 .list01 li {
	float: left;
	width: 22.75%;
	margin: 0 0 4% 3%;
}
#page15 .list01 li:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
#page15 .list01 li a {
	font-weight: bold;
	display: block;
	padding: 5px 10px 20px;
	text-align: center;
	background-color: #efefef;
}
#page15 .list01 li a .title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#page15 .list01 li a figure {
	margin: 0 0 18px;
}
#page15 .list01 li a figure img {
	width: 100%;
	height: auto;
}
#page15 .list01 li a .linkTxt {
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto 0;
	padding: 9px 4px;
	border: 2px solid #333;
	background-color: #fff;
}

@media screen and (min-width: 415px) and (max-width: 568px) {
#page15 .list01 li {
	width: 31.2%;
	margin: 0 0 4% 3.2%;
}
#page15 .list01 li:nth-child(4n+1) {
	clear: none;
	margin-left: 3.2%;
}
#page15 .list01 li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
#page15 .list01 li a .linkTxt {
	width: 100%;
}
}

@media screen and (max-width: 414px) {
#page15 .list01 li {
	width: 48%;
	margin: 0 0 4% 4%;
}
#page15 .list01 li:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
}



/* スマホ用アコーディオンナビ */

.smartphone h4{
	position:relative;
	font-size:18px;
	color:#fff;
	padding:15px 20px 15px 50px;
	background:#26363d;
	border-bottom:1px solid #fff;
}

.smartphone h5{
	position:relative;
	font-size:18px;
	color:#fff;
	padding:15px 20px 15px 50px;
	background:#939b9e;
	border-bottom:1px solid #fff;
}

.smartphone h6{
	position:relative;
	font-size:16px;
	color:#fff;
	padding:15px 20px 15px 50px;
	background:#b3bcbf;
	margin:0;
	border-bottom:1px solid #fff;
}

.smartphone h4:before,
.smartphone h5:before,
.smartphone h6:before{
	position:absolute;
	top:30%;
	left:20px;
	content:"\f0d7";
	font-family:"FontAwesome";
	margin-right:1em;
	width:15px;
}

.smartphone .show:before{
	content:"\f0d8";
}

.nav_box > ul,
.nav_box ul li > ul,
.nav_box ul li ul li > ul{
	display:none;
	margin:0;
}

.smartphone li{
	position:relative;
	width:100%;	
}

.smartphone li a{
	display:block;
	padding:15px 20px;
	background:#efefef;
	border-bottom:1px solid #ccc;
	font-size:16px;
}


.smartphone li a i{
	position:absolute;
	top:30%;
	right:20px;
}

@media screen and (min-width:771px){
.smartphone{
	display:none;
}
}

.restatext{
	margin:50px auto 0;
	padding:30px;
	border:solid 1px #ccc;
	width:920px;
}

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

.restatext{
	margin-top:30px;
	padding:20px;
	width:100%;
}

}

.cn-txt {
	border:solid 5px #f2f2f2;
	padding:10px;
	text-align:center;
	width:1080px;
	margin:10px auto;
	font-weight:normal;
}
.cn-txt p {
	font-size:1.4rem;
}
@media (max-width: 767px) {
.cn-txt {
	width:100%;
}
}