@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-print-color-adjust: exact;
}
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font: normal 12px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	-webkit-box-sizing: border-box; /* Safari, Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* IE8用 */
	box-sizing: border-box; /* CSS3（Opera用） */
	color: #545454;
}
#container {
	width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
/************ @clearfix ****************/

/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
/******** header ********/
header {
	width: 100%;
	margin: 0 auto 12px auto;
	padding: 10px 0 8px 0;
	border-top: solid 3px #00B173;
	border-bottom: solid 1px #DBDBDB;
	/*IE6 IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#efefef, endcolorstr=#ffffff));
    /* IE8 IE9 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#efefef, endcolorstr=#ffffff))";
    zoom: 1;
    background: -moz-linear-gradient(top, #efefef, #fff);/* FF3.6+ */
    background: -webkit-linear-gradient(top, #efefef, #fff);/* Chrome10+, Safari5.1+ */
    background: linear-gradient(to bottom, #efefef, #fff);/* IE10+, W3C */
}
h1.logo {
	background: url(/img/logo.png) no-repeat;
	background-position: 50% 20%;
	background-size: 92%;
	margin-right:1%;
	width: 50%;
	height: 50px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
h1.logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
h1.logo > a > span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #119051;
	font-size: 10px;
	line-height: 2;
	font-weight: bold;
}
h1.shop{
	background: url(/img/navi_cart.png) no-repeat;
	background-position: 2% 2%;
	background-size: 33%;
    width: 27%;
	position: relative;
	height: 40px;
	display: inline-block;
	vertical-align: bottom;
}
h1.shop a {
	display: block;
	width: 100%;
	height: 100%;
	color: #545454;
}
h1.shop > a > span {
	position: absolute;
	left: 38%;
	font-size: 10px;
	font-weight: normal;
}

.header_nav {
	background: #000;
	font-size: 0;
	margin-top: 4px;
}
.header_nav li {
	display: block;
	text-align: center;
	font-size: 18px;
	width: 100%;
	margin-right: -1px;
	line-height: 1.3;
	border-bottom: solid 1px #ccc;
}
.header_nav li span {
	color: #ddc39e;
	font-size: 12px;
}
.header_nav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	padding: 5px 0 9px 0;
}

/* :::::: drawer menu :::::: */

/*引き出されるメニュー本体、drawerはbodyに付与するクラス*/
.drawer_menu {
    z-index: 10000;
    /*position: fixed;*/  /* for Android browser */
    position: fixed;
    overflow: auto;
    top: 0;
    right: -83%;
    width: 83%;
    background-color: #fff;
}
/*
.drawer_menu.isOpen{
	border-left:solid #00b173 4px;	
}*/
.drawer_menu *{
	-webkit-box-sizing: border-box; /* Safari, Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* IE8用 */
	box-sizing: border-box; /* CSS3（Opera用） */
}

/* :::::: toggle button :::::: */

.drawer_btn {
	   display: block;
	width: 55px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 12px;
	cursor: pointer;
	z-index: 15;
	background: url(/img/navi_menu.png) no-repeat;
	background-position: top;
	background-size: 100%;
	pointer-events: auto;
}
.btn_close{
	background-position:bottom;
}
.drawerClose{
	margin: 16px auto 20px auto;
	padding: 6px 5px;
	width: 40%;
	background: #ccc;
	text-align: center;
}
.drawer_overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.overlay_open {
    display: block;
}
.nav_tit{
	text-align: center;
	margin-top: 8px;
	width: 100%;
}

/******** footer ********/
.jadma{
		background-color: #f6f1eb;
		width: 100%;
		margin: 0 auto;
}

.jadma-text p{
	text-align: center;
}

.jadma-img{
	margin-top:60px;
	padding-top: 8px;
	text-align: center;

}
.jadma-text{
	font-size: 10px;
	padding:0 0 4px 0;
}

footer {
	padding: 4px;
	text-align: center;
	font-size: 12px;
	background-color: #f6f1eb;

}
footer p.f_icon{
	display: inline-block;
	margin:  0 8px;
}
footer a {
	color: #000;
	text-decoration: underline;
}
/*footer a:before{
	content:"";
	width: 10px;
	height: 16px;
	margin: 4px;
	background:  url(/img/arrow.png) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}
*/

/******** slider ********/
.main-slider{
	margin-bottom: 12px;
}
.main-slider p {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-size: 14px;
	font-weight: bold;
}
.main-slider .slide_1 {
	background: url(/img/s-slider_hakko.png) no-repeat 100%;
}
.main-slider .slide_1 p {
	position: absolute;
	top: 8%;
	right: 4%;
    text-shadow:1px 1px 3px rgba(255,255,255,0.8);
}
.main-slider .slide_2 {
	background: url(/img/s-slider_sowa.png) no-repeat 100%;
}
.main-slider .slide_2 p {
	position: absolute;
	top: 8%;
	left: 8%;
    text-shadow:1px 1px 3px rgba(255,255,255,0.8);
}
.main-slider .slide_3 {
	background: url(/img/s-slider_kensin.png) no-repeat 100%;
}
.main-slider .slide_3 p {
	position: absolute;
	top: 8%;
	left: 4%;
	color: #FFF;
text-shadow:1px 1px 3px rgba(255,255,255,0.8);
}

.main-slider .slide_1, .main-slider .slide_2, .main-slider .slide_3 {
	background-position: center;
	background-size: 100%;
	padding-top: 22%;
	position: relative;
}

/******** main ********/
.wrap{
	width: 95%;
	margin: 0 auto;
}
#main {
	width: 100%;
}
.main_img{
	width: 100%;
	padding-top: 48%;
	background-size: 100% auto!important; 
	-webkit-background-size: 100% auto;
	margin-bottom: 12px;
}
section h2 {
	background: #f6f1eb;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-size: 20px;
	padding: 8px 12px 4px 12px;
	margin-bottom: 8px;
	line-height: 1.5;
}
section h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom:4px;
}
/******** company ********/

.company_text a{
	color: #00B173;
	font-weight: bold;
}
.company_text a:hover{
	text-decoration: underline;
}
.company_text dl {
	display: table;
	width: 100%;
	border-bottom: #dbdbdb solid 1px;
	    padding: 12px 0% 12px 2%;
}
.company_text dt {
	display: block;
}


.company_text dd {   
	width: 100%;
	display: block;
}

/*前
.company_text dt {
	width: 26%;
	display: table-cell;
}

.company_text dd {
	width: 76%;
	display: table-cell;
}

*/


.company_text dl:first-child {
	border-top: #dbdbdb double 4px;
}
.company_text dd p{
	margin-bottom: 12px;
	border-bottom: #dbdbdb dashed 1px;
	padding-bottom: 8px;
}
.company_text dd p>span{
	font-weight: bold;
}
.company_base{
	margin-top: 36px;
	border-top: #dbdbdb solid 1px;
}
/******** work ********/

.work_list ul {
	width: 90%;
	margin: 0 auto;
	font-size: 0;
}
.work_list ul li {
	padding: 16px 8px;
	border-bottom: solid 1px #DBDBDB;
}
.work_list ul li:first-child{
	padding-top: 8px;
}
.work_list li p {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
.work_list span {
	font-size: 12px;
	line-height: 1.5;
	display: block;
}
.work_list a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}
.work_list img {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	margin-right: 4%;
}
.work_sec {
	width: 95%;
	margin: 32px auto 0;
}
.work_sec h2 span {
	font-size: 12px;
	display: block;
}
.work_sec h2 .eng {
	color: #a88047;
	font-style: italic;
	font-weight: normal;
	display: inline-block;
}
.work_sec .work_box{
	font-size: 0;
	width: 98%;
	margin: 0 auto;
}
.work_sec .work_box div {
	width: 62%;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.work_sec p {
	margin: 8px 4px;
	line-height: 1.8;
}
.work_sec img{
	width: 36%;
	vertical-align: middle;
	display: inline-block;
	margin-right:2%;
}
p.work_return {
	display: block;
	margin: 0px 12px 0 0;
	text-align: right;
	font-size: 12px;
}
.work_return a {
	color: #000;
	text-decoration: none;
}
/******** contact ********/

.contact_box{
	width: 100%;
	background: #f6f1eb;
	padding:4% 6%;
	-webkit-box-sizing: border-box; /* Safari, Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* IE8用 */
	box-sizing: border-box; /* CSS3（Opera用） */
}
.contact_box h2{
	text-align: center;
}
.contact_box dt{
	margin: 20px 0 4px 0;
}
.contact_box dd.error{
	font-size: 14px;
	margin: 4px 0 0 4px;
	color: #FF3D73;
}
.contact_box input,.contact_box textarea{
	width: 100%;
	padding: 8px;
	border: #dbdbdb solid 1px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.contact_box .btn{
	margin: 20px auto;
	width: 32%;
}
.contact_box .btn input{
	-webkit-appearance: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #00B173;
	border: none;
	border-bottom: #007149 solid 4px;
	padding: 4px 8px;
}
.contact_thanks{
	font-size: 18px;
	margin-left: 12px;
}
/******** contact ********/

.news-release{
	margin-top: 12px;
	width: 100%;
}
.news-release span{
	display: inline-block;
	float: right;
	margin-right: 12px;
}
.news-release span a{
	color: #a88047;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.news-release .release_box{
	width: 95%;
	padding: 16px 2% 12px 2%;
	margin: 0 auto;
	font-size: 12px;
	display: table;
	border-bottom: #dbdbdb solid 1px;
}
.news-release > h2{
	margin-bottom: 0;
}
.release_box .date{
	color: #a88047;
}
.release_box .text a{
	color: #545454;
	text-decoration: underline;
}
.release_box .text a:hover{
	text-decoration: none;
}

.privacy_text{
	width: 95%;
	margin: 0 auto;
}
.privacy_text h3{
	background: #f9f6f3;
	margin: 16px 0 8px 0;
	padding: 4px;
}
.privacy_text p{
	margin: 0 4px;
	line-height: 1.8;
}
.privacy_text .right{
	text-align: right;
	margin-top: 12px;
}
.idea{
	margin-bottom: 32px;
}
.idea h3{
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-weight: bold;
}


/******** homeのリンク ********/
.top_link{
	width: 95%;
	margin: 20px auto;
	list-style: none;
}
.top_link li{
	padding: 8px;
	border-bottom: dotted 1px #DBDBDB;
}
.top_link li:first-child{
	border-top: dotted 1px #DBDBDB;	
}
.top_link a{
	width: 100%;
	height: 100%;
	display: block;
	color: #545454;
}
.top_link a img{
	width: 40%;
	margin-right: 4%;
	vertical-align: middle;
}
/******** homeのブランド ********/
.brand ul {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.brand li {
	padding: 9%;
}
.brand li:not(:last-child) {
    border-bottom: dashed 1px #ccc;
}
.brand .brand_img {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 220px;
    background-size: contain;
}
.brand p {
    font-size: 11px;	
}

li .brand_logo {
    width: 50%;
}

.brand_text {
    color: #4D4D4D;
    text-align: center;
}

/******** pagetop ********/
.pagetop {
    position: fixed;
    bottom: -60px;
    right: 12px;
    width: 40px;
    z-index: 10;
	filter:alpha(opacity=80);
   -moz-opacity: 0.8;
   opacity: 0.8;
}
.pagetop img {
	width: 95%;
}

