@charset "utf-8";
/* CSS Document */
.footer_1 {
    background-color: #615500;
    color: #FFFFFF;
}
.t1 {
    background-image: url(../img/title_1.png);
    background-repeat: no-repeat;
    padding-top: 15%;
    padding-left: 35%;
    padding-bottom: 5%;
    width: 100%;
}
.t2 {
    background-image: url(../img/title_1.png);
    background-repeat: no-repeat;
    padding-top: 15%;
    padding-left: 35%;
    padding-bottom: 5%;
    width: 100%;
}
.nn1 {
    font-size: 16px;
    font-weight: bold;
}
.nn2 {
    font-size: 14px;
}
.nn3 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: right;
    margin-top: 10%;
}
.nn4 {
    margin-top: 0%;
    margin-bottom: 5%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.img_1{
    background-image: url(../img/n1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 30vh;
    background-size: contain;
}
.img_2{
    background-image: url(../img/n2.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 30vh;
    background-size: contain;
}
.img_3{
    background-image: url(../img/n3.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 30vh;
    background-size: contain;
}
.image1{
    float: left;
	margin-top: 7px;
    margin-right: 5px;
}
.product_title_1{
	font-size: 18px;
    font-weight: bold;
}
.product_title_2{
    font-size: 18px;
    font-weight: bold;
    color: #625600;
}
p{ margin:0 auto} 

@media only screen and (min-width: 481px) {
.t1 {
    background-image: url(../img/title_1.png);
    background-repeat: no-repeat;
    padding-top: 18%;
    padding-left: 35%;
    padding-bottom: 5%;
    width: 100%;
}
.t2 {
    background-image: url(../img/title_1.png);
    background-repeat: no-repeat;
    padding-top: 8%;
    padding-left: 18%;
    padding-bottom: 5%;
    width: 100%;
}	
.img_1{
    background-image: url(../img/n1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 10vh;
    background-size: contain;
}
.img_2{
    background-image: url(../img/n2.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 10vh;
    background-size: contain;
}
.img_3{
    background-image: url(../img/n3.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 10vh;
    background-size: contain;
}
}

@media only screen and (min-width: 769px) {
.t1 {
    background-image: url(../img/title_1.png);
    background-repeat: no-repeat;
    padding-top: 12%;
    padding-left: 25%;
    padding-bottom: 5%;
    width: 100%;
}
.t2 {
    background-image: url(../img/title_1.png);
    background-repeat: no-repeat;
    padding-top: 6%;
    padding-left: 12%;
    padding-bottom: 5%;
    width: 100%;
}
.img_1{
    background-image: url(../img/n1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 15vh;
    background-size: contain;
}
.img_2{
    background-image: url(../img/n2.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 15vh;
    background-size: contain;
}
.img_3{
    background-image: url(../img/n3.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 15vh;
    background-size: contain;
}
}
.cat{
    background-image: url(../img/cat1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 30vh;
    background-size: contain;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	-webkit-animation-name: tail;
	-moz-animation-name: tail;
	-ms-animation-name: tail;
	-o-animation-name: tail;
	animation-iteration-count: infinite;
	animation-direction: normal;
	opacity: 1;
}
.cat:hover{	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	opacity: 0.5;
}
@keyframes tail {
  0%   {background-image: url(../img/cat1.png);}
  20%   {background-image: url(../img/cat2.png);}
  50% {background-image: url(../img/cat3.png);}
  80%   {background-image: url(../img/cat2.png);}
  100%   {background-image: url(../img/cat1.png);}
}
.phantom{	
	opacity: 1;
}
.phantom:hover{	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	opacity: 0.8;
}
.product_1{
    display: block;
    position: relative;
    z-index: 1;
}
.product_2{
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    background-color: rgba(184,149,0,0.74);
    padding-top: 50%;
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 50%;
}
.product_2:hover{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    opacity: 1;
}