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

/* ---------- common ------------- */

*{ 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 -o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		box-sizing: border-box;
}

html{
	font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body,html {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "Yu Gothic Medium", "游ゴシック Medium", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #111;
	line-height: 1.7;
	letter-spacing: 0.04em;
}
a {
	color: #111;
	text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover{
	color: #FD8282;
}
a:visited{
	color: #111;
}
a:hover img {
	transition: 0.6s;
	opacity: 0.7;
	filter: alpha(opacity=80);
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
.center{
	text-align: center;
}
.txt_yellow{
	color: #ffff00;
}
/* pc tab 835px以上 */

@media screen and (min-width:835px) { 


/* ---------- index ------------- */

.bg_gray{
	width: 100%;
	background: #f7f4ee;
	z-index: -999;
}
.brpc::before {
	content: "\A" ;
	white-space: pre ;
}
.break{
	padding-bottom: 68px;
}
.btn_w{
	width: 13em;
	line-height: 48px;
	letter-spacing: 1px;
	font-size: 1.4rem;
	font-weight: 900;
	border-radius: 24px;
	border: 1px solid #4d3f24;
	background: #fff url(../img/btn_arrow.png)no-repeat;
	background-position: 90% 50%;
	background-size: 9px 15px;
	margin-top: 3em;
	margin-left: auto;
	margin-right: 0;
}
.btn_w a {
	line-height: 48px;
	color: #4d3f24;
	display: block;
	padding: 0 20px 0 30px;
	border-radius: 24px;
	background: url(../img/btn_arrow.png)no-repeat;
	background-position: 90% 50%;
	background-size: 9px 15px;
	transition: color .5s,background-color .5s;

}
.btn_w a:hover{
	color: #4d3f24;
	background: #f0e9d9 url(../img/btn_arrow.png)no-repeat;
	background-position: 90% 50%;
	background-size: 9px 15px;
}
header {
	width:100%;
	height: 692px;
	position: relative;
	overflow: hidden;
}
.headimg {
	width:100%;
	height: 100%;
	max-height: 600px;
	z-index: 10;
}
.headlogo {
	width:100%;
	height: 692px;
	background-image: url(../img/hero_logo.png);
	background-repeat:no-repeat;
	background-position: 50% 20%;
	background-size: auto 40%;
	text-align: center;
	position: absolute;
	bottom:0;
	z-index: 100;
}
.headtxt {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "Yu Gothic Medium", "游ゴシック Medium", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	height: 692px;
	font-size: 3.4rem;
	color: #fff;
	text-align: center;
	padding-top: 12em;
	font-weight: 900;
	position: absolute;
	bottom:0;	
	z-index: 100;
}
header>nav {
	width:100%;
	background-color: #fff;
	position: absolute;
	bottom:0;
}
.gnav{
	max-width: 1024px;
	width: 100%;
	height: 92px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 1em;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
}
.gnav_sp{
	display: none;
}
h1 {
	width: 50%;
	min-width: 300px;
	height: auto;
	z-index: 999;
}
h1 img {
	width: 100%;
	height: 40%;
	max-height: 60px;
}
.gnav ul{
	width: 100%;
	min-width: 450px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	z-index: 999;
}
.gnav ul li{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 900;
}
.gnav ul li:last-child{
	margin-left: 12px;
}
li.btn_contact{
	background: #d76a27;
	line-height: 50px;
	border-radius: 24px;
}
li.btn_contact a {
	color: #fff;
	display: block;
	padding: 0 20px;
	border-radius: 24px;
}
li.btn_contact a:hover{
	background: #ec8a4e;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.gnav_act{
	padding: 0 10px;
}
.gnav_act a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	
}
.gnav_act a:hover{
	color: #111;
}
.gnav_act a::after{
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #659b2c;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.gnav_act a:hover::after{
	transform-origin: left top;
	transform: scale(1, 1);
}
.btn_org {
	width: 100%;
	line-height: 60px;
	background: #d76a27;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 2px;	
}
.index-read_1,.index-read_2{
	width: 100%;
	height: 446px;
	display: flex;
    justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.index-read_1 h3{
	width: 48%;
	min-width: 600px;
	height: 90px;
	position: absolute;
	left: 45%;
	top:80px;
	background: #4d3f24;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	z-index: 9;
	padding:.4em 0 .4em 6%;
}
.index-read_1 h3::after{
width: 90px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 90px solid transparent;
	background: #8a816f;
}
.index-read_1_inner_l{
	width: 60%;
	height: 446px;
	background: url(../img/index_img01.jpg) no-repeat;
	background-position: center;
	background-size: cover;
    position: absolute;
    left: 0;
}
.index-read_1_inner_r{
	width: 100%;
	height: 600%;
	background: #fff;
	position: absolute;
	right: 0;
	transform: skew(0deg, 100deg);
	z-index: 8;
}
.index-read_1_inner_r_txt{
	width: 35%;
    min-width: 350px;
	z-index: 10;
	margin-top: 15em;
	position: absolute;
	left:52%;
}
.index-read_1_inner_r_txt p{
	line-height: 2;
}
.index-read_2 h3{
	width: 48%;
	min-width: 600px;
	height: 90px;
	position: absolute;
	right: 44%;
	top:80px;
	background: #4d3f24;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	z-index: 9;
	padding:.4em .4em .4em 7em;
}
.index-read_2 h3::after{
	width: 90px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 90px solid transparent;
	background: #8a816f;
}
.index-read_2_inner_l{
	width: 110%;
	height: 500%;
	background: #fff;
	position: absolute;
	left: -28em;
	transform: skew(0deg, 100deg);
	z-index: 8;
}
.index-read_2_inner_r{
	width: 60%;
	height: 446px;
	background: url(../img/index_img02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	right: 0;
}
.index-read_2_inner_l_txt{
	width: 32%;
    min-width: 350px;
	z-index: 10;
    margin-top: 15em;
    position: absolute;
    right: 54%;
}
.index-read_2_inner_l_txt p{
	line-height: 2;
}

.index-product{
	width: 90%;
	max-width: 1024px;
	margin: auto;
	background: #f7f4ee
}
h2 {
	text-align: center;
	font-size: 3rem;
	margin: 0 1em;
	letter-spacing: 2px;
	font-weight: 900;
	color: #4d3f24;
	padding-top: 68px;
}
h2+p{
	text-align: center;
	margin: .2em 1em 0 1em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	color: #4d3f24;
}
.index-product_con{
	max-width: 1024px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;	
	flex-wrap: nowrap;
	margin-top: 32px;
}
.index-product_boxL,.index-product_boxR{
	width: 48%;
	height: 480px;
	background-color: #fff;
	box-shadow:0px 0px 4px 0px #dddddd;
	border-radius:3px;
	position: relative;
}
.index-product_boxL a,.index-product_boxR a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 400px 20% 1em 20%;
}
.index-product_boxL{
	background: url(../img/index_img03.jpg)no-repeat;
	background-size: cover;
	background-position: top center;
}
.index-product_boxR{
	background: url(../img/index_img04.jpg)no-repeat;
	background-size: cover;
	background-position: top center;
}
.index-shop_read{
	text-align: center;
	margin: 2em 1em 0 1em;
	color: #4d3f24;
}
.index-shop_con{
	width: 92%;
	max-width: 1024px;
	min-width: 700px;
	margin: auto;
	margin-top: 64px;
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.index-shop_boxR,.index-shop_boxY,.index-shop_boxA{
	width: 33%;
	text-align: center;
	position: relative;
}
.index-shop_boxR img,.index-shop_boxY img,.index-shop_boxA img{
	width: 64%;
	height: auto;
}
.index-shop_boxR a,.index-shop_boxY a,.index-shop_boxA a{
	color: #4d3f24;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	z-index: 111;
}	
.index-shop_boxR p,.index-shop_boxY p,.index-shop_boxA p{
	-moz-transform: skew(15deg);
	-webkit-transform: skew(15deg);
	transform: skew(15deg);
}
.index-shop_txt{
	margin-left: 3em;
}
.shape {
	border-right: 1px dotted #a8a296;
	-moz-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
}
.shape_nd {
	-moz-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
}
footer{
	width: 100%;
	background: #4d3f24;
}
.footer-inner{
	width: 98%;
	max-width: 1024px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 2em 0;
}
.footer_logo {
	width: 374px;
	margin-right: 2em;
}
.footer_logo img{
	width: 374px;
}
address p {
	color: #fff;
	-webkit-flex: 1;
 	flex: 1;
}
.footer-inner nav {
	width:100%;
	background-color:#4d3f24;
	margin: 1em 0;
}
.footer-inner ul{
	display: inline-block;
}
.footer-inner li{
	display: inline-block;
	line-height: 1;
}
.footer-inner li a,.copyright li a{
	color: #fff;
}
.footer-inner li:first-child {
	padding: 0 1em;
}
.footer-inner li+li {
	border-left: 1px solid #fff;
	padding: 0 1em;
}
.copyright {
	width: 100%;
	height: 60px;
	background: #659b2c;
}
.copyright small {
	width: 98%;
	max-width: 1024px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	color: #fff;
}
.copyright p {
	width: 20%;
	min-width: 200px;
	line-height: 60px;
}
.copyright ul {
	width: 70%;
	max-width: 824px;
	text-align: right;
}
.copyright li {
	display: inline-block;
	line-height: 60px;
	background: url(../img/footer_arrow.png)no-repeat;
	background-size: 13px;
	background-position: center left;
	padding-left: 2em;
}
.copyright li+li {
	margin: 0 2em;
}
}
/* tab sp 834px未満 */

@media screen and (max-width:834px) { 
/* ---------- index ------------- */
body,html {
}
.bg_gray{
	width: 100%;
	background: #f7f4ee;
	z-index: -999;
}
.break{
	padding-bottom: 68px;
}
.btn_w{
	width: 13em;
	line-height: 48px;
	letter-spacing: 1px;
	font-size: 1.4rem;
	font-weight: 900;
	border-radius: 24px;
	border: 1px solid #4d3f24;
	background: #fff url(../img/btn_arrow.png)no-repeat;
	background-position: 90% 50%;
	background-size: 9px 15px;
	margin-top: 3em;
	margin-left: auto;
	margin-right: 0;
}
.btn_w a {
	line-height: 48px;
	color: #4d3f24;
	display: block;
	padding: 0 20px 0 30px;
	border-radius: 24px;
	background: url(../img/btn_arrow.png)no-repeat;
	background-position: 90% 50%;
	background-size: 9px 15px;
	transition: color .5s,background-color .5s;

}
.btn_w a:hover{
	color: #4d3f24;
	background: #f0e9d9 url(../img/btn_arrow.png)no-repeat;
	background-position: 90% 50%;
	background-size: 9px 15px;
}
header {
	width:100%;
	height: 692px;
	position: relative;
	overflow: hidden;
}
.headimg {
	width:100%;
	height: 100%;
	max-height: 600px;
	z-index: 10;
}
.headlogo {
	width:100%;
	height: 692px;
	background-image: url(../img/hero_logo.png);
	background-repeat:no-repeat;
	background-position: 50% 20%;
	background-size: auto 40%;
	text-align: center;
	position: absolute;
	bottom:0;
	z-index: 100;
}
.headtxt {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "Yu Gothic Medium", "游ゴシック Medium", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	height: 692px;
	font-size: 3.4rem;
	color: #fff;
	text-align: center;
	padding-top: 12em;
	padding-left: .5em;
	padding-right: .5em;
	font-weight: 900;
	position: absolute;
	bottom:0;	
	z-index: 100;
}
header>nav {
	width:100%;
	background-color: #fff;
	position: absolute;
	bottom:0;
}
.gnav{
	min-width: 640px;
	width: 95%;
	height: 92px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.gnav_sp{
	display: none;
}
h1 {
	width: 50%;
	height: auto;
	z-index: 999;
}
h1 img {
	width: 100%;
	height: 40%;
	max-height: 60px;
}
.gnav ul{
	width: 100%;
	min-width: 400px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	z-index: 999;
}
.gnav ul li{
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 900;
}
.gnav ul li:last-child{
	margin-left: 16px;
}
li.btn_contact{
	background: #d76a27;
	line-height: 50px;
	border-radius: 24px;
}
li.btn_contact a {
	color: #fff;
	display: block;
	padding: 0 20px;
	border-radius: 24px;
}
li.btn_contact a:hover{
	background: #ec8a4e;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.gnav_act{
	padding: 0 8px;
}
.gnav_act a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	
}
.gnav_act a:hover{
	color: #111;
}
.gnav_act a::after{
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #659b2c;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.gnav_act a:hover::after{
	transform-origin: left top;
	transform: scale(1, 1);
}
.btn_org {
	width: 100%;
	line-height: 60px;
	background: #d76a27;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 2px;	
}
.index-read_1,.index-read_2{
	width: 100%;
    min-width: 600px;
	height: 446px;
	display: flex;
    justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.index-read_1 h3{
	width: 48%;
	min-width: 570px;
	height: 90px;
	position: absolute;
	left: 30%;
	top:80px;
	background: #4d3f24;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	z-index: 9;
	padding:.4em 4em .4em 6%;
}
.index-read_1 h3::after{
width: 90px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 90px solid transparent;
	background: #8a816f;
}
.index-read_1_inner_l{
	width: 60%;
	height: 446px;
	background: url(../img/index_img01.jpg) no-repeat;
	background-position: center;
	background-size: cover;
    position: absolute;
    left: 0;
}
.index-read_1_inner_r{
	width: 120%;
	height: 600%;
	background: #fff;
	position: absolute;
	right: 0;
	transform: skew(0deg, 100deg);
	z-index: 8;
}
.index-read_1_inner_r_txt{
	width: 35%;
    min-width: 350px;
	z-index: 10;
	margin-top: 15em;
	position: absolute;
	left:45%;
}
.index-read_1_inner_r_txt p{
	line-height: 2;
}
.index-read_2 h3{
	width: 48%;
	min-width: 600px;
	height: 90px;
	position: absolute;
	right: 27%;
	top:80px;
	background: #4d3f24;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	z-index: 9;
	padding:.4em .4em .4em 6em;
}
.index-read_2 h3::after{
	width: 90px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 90px solid transparent;
	background: #8a816f;
}
.index-read_2_inner_l{
	width: 130%;
	height: 500%;
	background: #fff;
	position: absolute;
	left: -28em;
	transform: skew(0deg, 100deg);
	z-index: 8;
}
.index-read_2_inner_r{
	width: 60%;
	height: 446px;
	background: url(../img/index_img02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	right: 0;
}
.index-read_2_inner_l_txt{
	width: 32%;
    min-width: 320px;
	z-index: 10;
    margin-top: 15em;
    position: absolute;
    right: 48%;
}
.index-read_2_inner_l_txt p{
	line-height: 2;
}

.index-product{
	width: 90%;
	max-width: 1024px;
	margin: auto;
	background: #f7f4ee
}
h2 {
	text-align: center;
	font-size: 3rem;
	margin: 0 1em;
	letter-spacing: 2px;
	font-weight: 900;
	color: #4d3f24;
	padding-top: 68px;
}
h2+p{
	text-align: center;
	margin: .2em 1em 0 1em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	color: #4d3f24;
}
.index-product_con{
	max-width: 1024px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;	
	flex-wrap: nowrap;
	margin-top: 32px;
}
.index-product_boxL,.index-product_boxR{
	width: 48%;
	height: 480px;
	background-color: #fff;
	box-shadow:0px 0px 4px 0px #dddddd;
	border-radius:3px;
	position: relative;
}
.index-product_boxL a,.index-product_boxR a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 400px 20% 1em 20%;
}
.index-product_boxL{
	background: url(../img/index_img03.jpg)no-repeat #fff;
	background-size: auto 80%;
    background-position: center center;
}
.index-product_boxR{
	background: url(../img/index_img04.jpg)no-repeat #fff;
	background-size: auto 80%;
    background-position: center center;
}
.index-shop{
	width: 100%;
}
.index-shop_read{
	text-align: center;
	margin: 2em 1em 0 1em;
	color: #4d3f24;
}
.index-shop_con{
	max-width: 700px;
	margin: auto;
	margin-top: 64px;
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.index-shop_boxR,.index-shop_boxY,.index-shop_boxA{
	width: 33%;
	text-align: center;
	position: relative;
}
.index-shop_boxR img,.index-shop_boxY img,.index-shop_boxA img{
	width: 64%;
	height: auto;
}
.index-shop_boxR a,.index-shop_boxY a,.index-shop_boxA a{
	color: #4d3f24;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	z-index: 111;
}	
.index-shop_boxR p,.index-shop_boxY p,.index-shop_boxA p{
	-moz-transform: skew(15deg);
	-webkit-transform: skew(15deg);
	transform: skew(15deg);
}
.index-shop_txt{
	margin-left: 3em;
}
.shape {
	border-right: 1px dotted #a8a296;
	-moz-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
}
.shape_nd {
	-moz-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
}
footer{
	width: 100%;
	background: #4d3f24;
}
.footer-inner{
	width: 98%;
	max-width: 1024px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 2em 1em;
}
.footer_logo {
	width: 374px;
	margin-right: 2em;
}
.footer_logo img{
	width: 374px;
}
address p {
	color: #fff;
	-webkit-flex: 1;
 	flex: 1;
}
.footer-inner nav {
	width:100%;

	background-color:#4d3f24;
	margin: 1em 0;
}
.footer-inner ul{
	display: inline-block;
}
.footer-inner li{
	display: inline-block;
	line-height: 1;
}
.footer-inner li a,.copyright li a{
	color: #fff;
}
.footer-inner li:first-child {
	padding: 0 1em;
}
.footer-inner li+li {
	border-left: 1px solid #fff;
	padding: 0 1em;
}
.copyright {
	width: 100%;
	height: 60px;
	background: #659b2c;
}
.copyright small {
	width: 98%;
	max-width: 1024px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	color: #fff;
	padding: 0 1em;
}
.copyright p {
	width: 20%;
	min-width: 200px;
	line-height: 60px;
}
.copyright ul {
	width: 70%;
	max-width: 824px;
	text-align: right;
}
.copyright li {
	display: inline-block;
	line-height: 60px;
	background: url(../img/footer_arrow.png)no-repeat;
	background-size: 13px;
	background-position: center left;
	padding-left: 2em;
}
.copyright li+li {
	margin: 0 2em;
}

}

/* tab sp 450px未満 */

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

body,html {
	width: 100%;
	min-width: 320px;
	max-width: 639px;
}
.bg_gray{
	width: 100%;
	min-width: 320px;
}
.break{
	padding-bottom: 3em;
}
.brsp::before {
	content: "\A" ;
	white-space: pre ;
}
.btn_w{
	width: 80%;
	border: 2px solid #4d3f24;
	background: #fff url(../img/btn_arrow.png)no-repeat;
	background-position: 94% 50%;
	background-size: 9px 15px;
	margin: auto;
	margin-top: 2em;
}
.btn_w a {
	background-position: 94% 50%;
	background-size: 9px 15px;
	transition: color .5s,background-color .5s;

}
.btn_w a:hover{
	background: #f0e9d9 url(../img/btn_arrow.png)no-repeat;
	background-position: 94% 50%;
	background-size: 9px 15px;
}
header {
	width:100%;
	max-width: 639px;
    min-width: 320px;
	height: 392px;
	position: relative;
}
.headimg {
    height: 300px;
	position: absolute;
	top:92px;
	background: #eee;
}
.headlogo {
    height: 300px;
	background-position: 50% 25%;
	position: absolute;
	top:92px;	
	z-index: 100;
}
.headtxt {
    height: 300px;
	font-size: 1.8rem;
	z-index: 100;
	padding-top: 11em;
    padding-left: 1em;
    padding-right: 1em;
}
header>nav {
	width:100%;
	background-color: #fff;
	position: absolute;
	top:0;
}
.gnav{
	display: none;
}
.gnav_sp{
	min-width: 320px;
	width: 100%;
	height: 92px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.4);
}
h1 {
	width: 60%;
	height: 46px;
	padding: .5em 1em;

}
h1 img {
	width: auto;
	height: 30px;
}
h2 {
	font-size: 2rem;
	font-weight: 900;
	padding-top: 2em;
}
h2+p{
	font-size: 1.4rem;
}
.gnav_contact{
	width: 40%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #d76a27;
	z-index: 999;
}
.gnav_contact a{
	color: #fff;
}
.gnav_sp ul{
	width: 100%;
	min-width: 320px;
	display: flex;
	border-top: 1px dotted #4d3f24;
	z-index: 999;
}
.gnav_sp ul li{
	width: 25%;
	height: 46px;
	display: block;
	line-height: 1.4;
}
.gnav_sp ul li a{
	display: block;
	height: 46px;
	padding: .5em 0;
}
.gnav_sp li+li{
	border-left: 1px dotted #4d3f24;
}

.gnav_act{
	padding: 0;
	display: block;
}
.gnav_act a{
	color: #4d3f24;
	position: static;
	text-decoration: none;
	font-size: 1.1rem;
	letter-spacing: 0;
}
.gnav_act a::after{
	position: static;
	background: none;
}
.gnav_act a:active{
	background-color:rgba(138,129,111,0.2);
}
.btn_org {
	width: 100%;
	line-height: 40px;
	background: #d76a27;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 2px;	
}
.index-read_1,.index-read_2{
	width: 100%;
    min-width: 320px;
	height: auto;
	display: block;
	overflow: hidden;
	padding-bottom: 3em;
}
.index-read_1 h3,.index-read_2 h3{
	width: 100%;
	min-width: 320px;
	height: auto;
	position: static;
	background: #4d3f24;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 1px;
	z-index: 9;
	padding:.8em 1em;
}
.index-read_1 h3::after,.index-read_2 h3::after{
	width: 0;
}
.index-read_1_inner_l,.index-read_2_inner_l{
	width: 100%;
	height: 10em;
	background-position: center;
	background-size: cover;
    position: static;
}
.index-read_2_inner_l{
	background-image: url(../img/index_img02.jpg);
	background-repeat: no-repeat;
	transform:none;
}
.index-read_1_inner_r,.index-read_2_inner_r{
	width: 100%;
	height: auto;
	background: #fff;
	position: static;
	transform: none;
	z-index: 8;
}

.index-read_1_inner_r_txt,.index-read_2_inner_l_txt{
	width: 100%;
    min-width: 300px;
	margin-top: 1em;
	padding: 0 1em;
	z-index: 10;
	position: static;
}
.index-read_1_inner_r_txt p,.index-read_2_inner_l_txt p{
	line-height: 2;
}

.index-product_con{
	width: 100%;
	margin: auto;
	flex-wrap: wrap;
	margin-top: 32px;
}
.index-product_boxL,.index-product_boxR{
	width: 100%;
	height: 240px;
	margin-bottom: 1em;
}
.index-product_boxL a,.index-product_boxR a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 188px 10% 1em 10%;
}
.index-product_boxL,.index-product_boxR{
	background-size: auto 100%;
    background-position: center center;
}
.index-product_boxL{
	background-image: url(../img/index_img03.jpg)no-repeat #fff;

}
.index-product_boxR{
	background-image: url(../img/index_img04.jpg)no-repeat #fff;
}
.index-shop{
	width: 100%;
}
.index-shop_read{
	text-align: center;
	margin: 2em 1em 0 1em;
	color: #4d3f24;
}
.index-shop_con{
	width: 95%;
	max-width: 700px;
	margin: auto;
	margin-top: 2em;
	margin-bottom: 1em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.index-shop_boxR,.index-shop_boxY,.index-shop_boxA{
	width: 33%;
	text-align: center;
	position: relative;
}
.index-shop_boxR img,.index-shop_boxY img,.index-shop_boxA img{
	width: 64%;
	height: auto;
}
.index-shop_boxR a,.index-shop_boxY a,.index-shop_boxA a{
	color: #4d3f24;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	z-index: 111;
}	
.index-shop_boxR p,.index-shop_boxY p,.index-shop_boxA p{
	-moz-transform:none;
	-webkit-transform: none;
	transform: none;
}
.index-shop_boxY img{
	margin: .5em 0 -.5em;
}
.index-shop_txt{
	margin-left: 0;
}
.shape {
	border-right: none;
	-moz-transform:none;
	-webkit-transform: none;
	transform: none;
}
.shape_nd {
	-moz-transform:none;
	-webkit-transform: none;
	transform: none;
}
footer{
	width: 100%;
	background: #4d3f24;
}
.footer-inner{
	width: 100%;
	padding:0;
}
.footer_logo {
	width:100%;
	margin: 1.4em 1em .8em;
}
.footer_logo img{
	width:60%;
	height: auto;
}
address p {
	margin: 0 1em 1em;
}
.footer-inner nav {
	width:100%;
	margin:  0;
}
.footer-inner ul{
	width:100%;
}

.footer-inner li{
	width:100%;
	display: block;
	line-height: 3;
	border-bottom: solid 1px #8a816f;
}
.footer-inner li:first-child{
	border-top: solid 1px #8a816f;
}
.footer-inner li a,.copyright li a{
	display: block;
	color: #fff;
}
.footer-inner li:first-child {
	padding: 0 1em;
}
.footer-inner li+li {
	border-left: none;
	padding: 0 1em;
}
.copyright {
	width: 100%;
	height: auto;
	background: #659b2c;
}
.copyright small {
	width: 100%;
	max-width: 1024px;
	display: flex;
	flex-wrap: wrap-reverse;
	margin: auto;
	color: #fff;
	padding: 0;
}
.copyright p {
	width: 100%;
	line-height: 3;
	text-align: right;
	padding: 0 1em;
}
.copyright ul {
	width: 100%;
	max-width: 824px;
	text-align: right;
	background: #4d3f24;
}
.copyright li {
	display: block;
	text-align: left;
	line-height: 3;
	background: none;
	background-size: 0;
	padding-left: 0;
	padding: 0 1em;
	border-top: solid 1px #8a816f;
}
.copyright li:first-child {
	border-top: none;
}
.copyright li+li {
	margin: 0;
}

}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -2000px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2000px 0;
    }
}