body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-color: #fff;
	color: #5b3300;
	-webkit-text-size-adjust: none;
	word-break: break-all;
	text-wrap: suppress;
	word-wrap: break-word;
    overflow-x: hidden;
	}

img {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	}
p{
	margin: 0;
	padding: 0;
	}

h1{
	margin: 0;
	padding: 0;
	}

a{
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

ul{
	margin: 0;
	padding: 0;
	}


li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.pct-center{
    margin: 0 auto;
    display: block;
}

#wrap{
    overflow-x: hidden;
}

/*----------------------------------------------*/
/*header*/
/*----------------------------------------------*/

.header-button{
    position: absolute;
    background: #a5cc2e url(/sp/images/icn-loupe.png) no-repeat ;
    background-position: 8% 58%;
    background-size: 13px 13px;
    padding: 10px 6px 7px 20px;
    top:9px;
    left:8px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(111,145,6,0.8);
    font-size: 11px;
}

/* header */

#top-head{
    width: 100%;
    margin-top: 0;
    padding: 2px 0 2px 0;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px rgba(217,218,218,0.9);
}
#top-head h1{
    width: 81px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 6px;
    right: 0;
    margin: auto;
    z-index: 10;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle p{
    position: absolute;
    font-size: 10px;
    padding-top: 26px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 40px;
    background: #6f4335;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: -2px;
}
#nav-toggle span:nth-child(2) {
    top: 7px;
}
#nav-toggle span:nth-child(3) {
    top: 17px;
}
.inner {
    width: 100%;
    padding: 0;
}
#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
}

#top-head.fixed .logo,
#top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
}
#global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: 0;
    left: 100%;
    background: #f2ece0;
    width: 260px;
    height: 2000px;
    text-align: left;
    padding: 10px 0;
    -webkit-box-shadow:2px 0px 2px 0 rgba(160,160,160,0.6) inset;
    -moz-box-shadow:2px 0px 2px 0 rgba(160,160,160,0.6) inset;
    box-shadow:2px 0px 2px 0 rgba(160,160,160,0.6) inset;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 3;
}
#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: none;
    background: url(/sp/images/icn-arrow-right.png) no-repeat;
    background-position: 12px center;
    background-size: 11px 10.5px;
    position: static;
    border-bottom: solid 1px #dbd2bf;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #684b26;
    padding: 12px 0;
    margin-left: 30px;
}
#global-nav ul .branch li{
    background-position: 26px center;
}
#top-head #global-nav ul .branch li a{
    width: 100%;
    display: block;
    color: #684b26;
    padding: 12px 0;
    margin-left: 44px;
}
#nav-toggle {
    display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */

#news {
    background: none repeat scroll 0 0 #FEF1F8;
    margin: 0 auto 25px;
    padding: 8px 0;
    width: 900px;
}
#news p{
    margin: 20 0px;
}
#news a {
  	background: url(/sp/images/icn-arrow-right.png) no-repeat top left;
  	background-size: 11px 10.5px;
   	background-position: 5px 6px;
	margin:0 0 0 15px;
	padding-left: 1.8em;
	display:inline-block;
	font-weight: bold;
   	font-size: 14px;
}
#news a:link {
	color: #874c00;
	text-decoration: underline;
}
#news a:visited {
	text-decoration: underline;
}
#news a:hover,
#news a:active {
	color: #5b3300;
	text-decoration: none;
}


/*----------------------------------------------*/
/*Main*/
/*----------------------------------------------*/
#main{
	margin: 0 auto;
	padding: 0;
	text-align: center;
    margin-top: 56px
}


/*----------------------------------------------*/
/*Landscape*/
/*----------------------------------------------*/
#landscape{
	width: 100%;
	padding: 100px 0 5px;
	margin: 0;
	border-top: solid 1px #e0d4c2;
	background: #f3eee7 url(../images/div-main.png) no-repeat center top;
	/*	background-size: 100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;*/
	}

/*----------------------------------------------*/
/*Search*/
/*----------------------------------------------*/
.search{
	width: 300px;
	margin: 0 auto;

}

.search img{
	float: right;
	margin: 0;
	}

.search:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.search-work{
    width: 100%;
    margin-top: 10px;
    padding: 16px 0 14px;
    background: url("/sp/images/img-search-work_bg.png") repeat top left;
    background-size: 15px 15px;
    text-align: 
}

.search-work .search-work-item{
    display: block;
    margin-top: 10px;
}


/*----------------------------------------------*/
/*emergency*/
/*----------------------------------------------*/
#emergency {
	width: 300px;
	height: auto;
	margin: 20px auto 27px;
	padding: 0 0 5px 0;
	font-size: 110%;
	clear: both;
	background: url(../images/emergency_bg_bottom.png) bottom center no-repeat;
    background-size: 300px;
}
#emergency .title{
	width: auto;
	margin: 0;
	padding: 0;
}
#emergency .box {
	width: 300px;
	background: url(../images/emergency_bg_mid.png) center repeat-y;
    background-size: 300px;
}
#emergency .box .topics{
	height: auto;
	margin: 0;
}
#emergency .box .topics li{
	list-style: none;
	margin: 0 15px 13px;
	padding: 10px 0 0 0;
	color: #6f4335;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	border-top: 1px dotted #b8aa84;
}
#emergency .box .topics li:first-child{
	margin-top: 0;
	border: none;
}
#emergency .box .topics li .date{
	float: left;
	padding: 0 8px 0 0;
	color: #8f7d67;
}
#emergency .box .topics li a{
	width: 180px;
	color: #6f4335;
	text-decoration: underline;
}
#emergency .box .topics li a:hover{
	text-decoration: none;
}
#emergency .box .topics li.level_2 a{
	color: #c70001;
	text-indent: 23px;
	width: 180px;
	background: url(../images/emergencyss_icon.png) left top no-repeat;
}

/*----------------------------------------------*/
/*recovery_info*/
/*----------------------------------------------*/
#recovery_info {
	width: 300px;
	height: auto;
	margin: 20px auto 27px;
	padding: 0 0 5px 0;
	font-size: 110%;
	clear: both;
	background: url(../images/emergency_bg_bottom.png) bottom center no-repeat;
    background-size: 300px;
}
#recovery_info .title{
	width: auto;
	margin: 0;
	padding: 0;
}
#recovery_info .box {
	width: 300px;
	background: url(../images/emergency_bg_mid.png) center repeat-y;
    background-size: 300px;
}
#recovery_info .box .topics{
	height: auto;
	margin: 0;
}
#recovery_info .box .topics li{
	list-style: none;
	margin: 0 15px 13px;
	padding: 10px 0 0 0;
	color: #6f4335;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	border-top: 1px dotted #b8aa84;
}
#recovery_info .box .topics li:first-child{
	margin-top: 0;
	border: none;
}

#recovery_info .box .topics li .date{
	display:block;
	padding: 0 8px 0 0;
	color:#cdada2;
	font-weight:bold;
	font-size: 14px;

}

#recovery_info .box .topics li a{
	width: 180px;
	color: #6f4335;
	text-decoration: underline;
}
#recovery_info .box .topics li a:hover{
	text-decoration: none;
}
#recovery_info .box .topics li.level_2 a{
	color: #c70001;
	text-indent: 23px;
	width: 180px;
	background: url(../images/emergencyss_icon.png) left top no-repeat;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

/*----------------------------------------------
products
----------------------------------------------*/
.product{
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
}
.product ul{
    margin: 0;
    list-style-type: none;
}
.product li{
    width: 145px;
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* margin-right: 10px; */
    margin-top: 10px;
}
.product li p{
    background: url("/sp/images/icn-arrow-right.png") no-repeat top left;
    background-size: 11px 10.5px;
    background-position: 0px 3px;
    height: 32px;
    margin-top: 4px;
    padding-left: 16px;
    line-height: 1.3;
    font-size: 12px;
    text-decoration: underline;
}
.product-list__left a{
    color: #5b3300;
}
.product-list__right a{
    color: #5b3300;
}
.product-list__left{
    float: left;
}
.product-list__right{
    float: right;
}

/*----------------------------------------------*/
/*banner*/
/*----------------------------------------------*/
#banner{
	width: 282px;
	margin: 20px auto 10px;
}
#banner p {
	margin: 0 auto 8px;
}
.banner{
	margin: 0 auto;
	padding: 10px 0;
	width: 280px;
}
#global-nav .banner{
text-align:center;
}
#global-nav .banner{
width:80%;
}
#footer .banner{
text-align:center;
margin-bottom:7px;
}
#footer .banner a{
display:inline-block;
}
#footer .banner img{
width:213px;
}


/*----------------------------------------------*/
/*icon MENU*/
/*----------------------------------------------*/

#imenu img{
	width: 320px;
	margin: auto;
}


/*----------------------------------------------*/
/*Topics */
/*----------------------------------------------*/

#topics{
	clear: both;
	width: 297.6px;
	margin: 10px auto 20px;
	padding: 0;
	background: #FFF;
	border: solid 1px #e0d4c2;
	border-top: solid 5px #f48fa1;
	border-radius: 4px;
    position: relative;
}
#topics h2{
	margin: 0;
	padding: 11px 0 10px 16px;
	border-bottom: solid 1px #e0d4c2;
	font-size: 16px;
	font-weight: bold;
    text-align: left;
}


#topics ul{
	text-align: left;
	padding: 0;
	margin: 0;
}

#topics ul li{
	margin: 6px 10px;
	border-bottom: dotted 1px #e0d4c2;
	-webkit-border-bottom: dotted 1px #e0d4c2;
    font-size: 12px;
}

#topics ul li a{
	display:block;
	padding: 0;
	margin: 0;
	background: #fff url(/sp/images/icn-arrow-right.png) no-repeat right center;
    background-size: 11px 10.5px;
}
#topics ul li:last-child{
	list-style: none;
    border: 0;
}

#topics ul li strong{
	color:#cdada2;
	display:block;
	font-weight:bold;
	font-size: 14px;
	}


#topics span{
	display: block;
	padding-right: 25px;
	font-size: 12px;
	color: #5b3300;
	margin-bottom: 6px;
    text-decoration: underline;
}


a.btn1{
	width:90%;
	text-align:center;
	display: block;
	padding: 8px;
	margin: 10px auto;
	color: #5b3300;
	text-decoration: none;
	border-radius: 5px;
	border:1px solid #e4ddd4;
	font-size: 12px;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.38, #fff), color-stop(0.4, #fff), color-stop(0.98, #e9e9e9), to(#fff));
}


/*----------------------------------------------*/
/*Recruit*/
/*----------------------------------------------*/
#recruit{
	width:87.5%;
	text-align: left;
	margin: 10px auto;
	padding: 0;
	display: block;
	color: #5b3300;
	font-size: 12px;
}

#recruit a{
	display:block;
	padding: 8px 25px 8px 0;
	font-size: 12px;
	color: #5b3300;
	text-decoration: none;
	text-align: left;
	border-radius: 5px;
	border:1px solid #e4ddd4;
	background: #fff url(../images/img-recruit2.png) no-repeat right center;

}


#recruit strong{
	display:block;
	margin-top: 3px;
	padding-left: 45px;
	font-weight:normal;
	font-size: 12px;
	}

#recruit_titlle{
	display:block;
	width: 110px;
	}

#recruit img{
	float: left;
	margin: auto 5px;
}


/*----------------------------------------------*/
/*info*/
/*----------------------------------------------*/
#info{
    width: 100%;
	padding: 8px 0 5px;
    text-align: center;
}

#info li{
    width: 50%;
    float: left;
    margin: 0;
    padding: 14px 6px 12px 0;
    background: #f2ece0;
    box-sizing: border-box;
}
#info a{
	color: #5b3300;
	font-size: 12px;
}
.info-border__top{
    border-top: solid 1px #dbd2bf;
    box-sizing: border-box;
}
.info-border__bottom{
    border-bottom: solid 1px #dbd2bf;
    box-sizing: border-box;
}
.info-border__right{
    border-right: solid 1px #dbd2bf;
    box-sizing: border-box;
}
.pd20{padding-bottom: 20px;}
/*----------------------------------------------*/
/*footer*/
/*----------------------------------------------*/
#footer{
	width: 93.75%;
	padding: 0;
	margin: 5px auto;
}

#btn2{
	text-align:center;
	display: block;
	background-color: #a5cc2e;
	background: -webkit-gradient(linear, left top, left bottom, from(#a5cc2e), color-stop(0.38, #a5cc2e), color-stop(0.4, #a5cc2e), color-stop(0.98, #a5cc2e), to(#97bb2a));
	color: #FFF;
	padding: 9px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-shadow: inset 1px 2px 6px #62791b;
	-moz-box-shadow: inset 1px 2px 6px #62791b;
	box-shadow: inset 1px 2px 6px #62791b;
	border-radius: 5px;
}


a.btn3{
	width:45%;
	float: right;
	text-align:center;
	display: block;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.38, #fff), color-stop(0.4, #fff), color-stop(0.98, #e9e9e9), to(#fff));
	padding: 8px;
	margin: 0;
	color: #5b3300;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border:1px solid #e4ddd4;
	font-size: 12px;
	font-weight: bold;
}


a.btn3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


#copy{
	font-size: 11px;
	text-align:center;
	margin-bottom: 10px;
}

/*----------------------------------------------*/
/*button*/
/*----------------------------------------------*/
.product-button{
    position: absolute;
    padding: 5px 24px 4px 12px;
    background: #86653c url(/sp/images/icn-arrow-right02.png) no-repeat center right;
    background-position: 48px;
    background-size: 11px 10.5px;
    color: #fff;
    border-radius: 6px;
    box-shadow: #543b1d 0 2px 0 0;
    -webkit-box-shadow: #543b1d 0 2px 0 0;
    -moz-box-shadow: #543b1d 0 2px 0 0;
    font-weight: 600;
    right: 8px;
    top: 8px;
    font-size: 11px;
}
.top_button{
    position: fixed;
    z-index:1;
    width: 50px;
    height: 50px;
    background: #86653c url(/sp/images/icn-arrow-top.png) no-repeat center center;
    background-size: 14px 16px;
    border-radius: 50%;
    bottom: 30px;
    right: 10px;    
}

/*----------------------------------------------------------------
slider
----------------------------------------------------------------*/
#images {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 37.8125%;
    position: relative;
}
#images ul li{
    list-style:none;
    position: absolute;
}
#swipe{
    position: absolute;
}
#img_page{
    margin: 12px 0;
    text-align: center;
    color: #dddddd;
}
#img_page span{
    margin-right:16px;
    display: inline-block;
}
#imgp1{
    background: #6f4335;
    border-radius: 70%;
}
#imgp2,#imgp3,#imgp4,#imgp5,#imgp6{
    background: #dddddd;
    border-radius: 70%;
}
.sl-radius{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

/*微調整クラス*/
.mt4{margin-top: 4px;}.mt10{margin-top: 10px;}.mt16{margin-top: 16px;}.mt20{margin-top: 20px;}
.mb10{margin-bottom: 10px;}.mb16{margin-bottom: 16px;}.mb20{margin-bottom: 20px;}
.pd10{padding-top: 10px:}
.width100{width: 100%;}