﻿
/*hero
----------------------------------------------------------------------------------------------------*/

#hero {
 display: flex;
flex-wrap: wrap;

   
}

.hero-text {
   display: flex;
     width: 40%;
    background-color: #fff;
    box-sizing: border-box;
    
}


.hero-img {
    display: flex;
    width: 60%;
}

.hero-img img, .hero-text img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
.hero-text {
	display: none;
}
    .hero-img {
    display: block;
    width: 100%;
}

}
/*catecory
----------------------------------------------------------------------------------------------------*/
#category {
width:100%;
	max-width:1500px;
	margin-right: auto;
	margin-left: auto; 
	overflow: hidden;
    margin-top: 80px;
    margin-bottom: 80px;
}

#category .col2 {
   float: left;
     width: 44%;
     box-sizing: border-box;
    margin: 0 3%; 
}

#category .col2 img{
    width: 100%;
    height: auto;
    display: block;
}
#category .col2 p{
	padding: 20px 0;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #fff;
	font-weight: bold;
	
}
#category .col2 a:hover{
    text-decoration: none;
     opacity: 0.7;
}
#category .col2 a:hover > img,#category .col2 a:hover > p{
     opacity: 0.7;
}

.bdr-outdoor{
	border-top: 8px solid #E6B644;
}
.bdr-indoor{
	border-top: 8px solid #5488c1;
}
#category .col2 p span{
    font-size: 70%;
    
    font-weight: normal;
}
@media only screen and (max-width: 768px) {
    #category {

    margin-top: 50px;
    margin-bottom: 50px;
}
    #category .col2 {
     width: 46%;
    margin: 0 2%;
        padding: 20px 0 0 0;
}
    #category .col2 p{
        font-size: 90%;
        line-height: 1.3;
        padding: 20px 0 10px 0;
    
    }


}
/*
section
----------------------------------------------------------------------------------------------------*/
section{
	width:100%;
	margin-right: auto;
	margin-left: auto; 
	overflow: hidden;

}
#other, #recom{
    background-color: #fff;
padding-top: 60px;
    padding-bottom: 60px;

}
.inner{
    width : 85%;
    max-width: 1200px;
    text-align: center;
	margin-right: auto;
	margin-left: auto;  
}
.top-img{
    display: block;
    max-width: 1200px;
    margin: 0 auto;

}
.main_text{
    margin-left: 15%;
	margin-right: 15%;
	color: #000000;
	line-height: 25px;
	margin-top: 0px;
	display: block;
	font-size: 90%;
}

.btn_detail{
	width: 60%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 30px;
	}
	
.btn_detail a{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border: 2px solid #ce1c2a;
	color: #ce1c2a;
	margin-bottom: 30px;
	display: block;
	}


h2{
    font-family: 'lato',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
	z-index: 100;
	font-size: 160%;
	text-align: center;
    font-weight: bold;
	}
h2 span{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 70%;
    padding-top: 18px;
    display: block;
    font-weight: normal;
}

h3{
    font-size: 120%;
    line-height: 0.8;
	z-index: 100;
	
	}
h4{
	clear: both;
	color: #ce1c2a;
	font-size: 100%;
	padding-left: 0px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: bold;
	}
@media only screen and (max-width: 768px) {
h1 {
	text-align: left!important;
}
    .inner{
    width : 95%;
}

			}



/*movie
----------------------------------------------------------------------------------------------------*/
#movie{
    padding-top: 60px;
    padding-bottom: 90px;
}
.movie {
 display: flex;
flex-wrap: wrap;

   
}

.movie div {
   display: flex;
     width: 40%;
    background-color: #fff;
    box-sizing: border-box;
     margin: 0 5%; 
}


.movie div img, .movie div img{
    width: 100%;
    height: auto;
    object-fit: cover;
}





	/*
about
----------------------------------------------------------------------------------------------------*/
#about .text{
    font-size: 100%;
    line-height: 1.9;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #666;
}
#about img{
    width: 100%;
    height: auto;
    
}


#photo{
    width: 100%;
    background-color: #fff;
    padding: 50px 0 50px 0;
    
}
#photo img{
    width: 100%;
}

@media only screen and (max-width: 1024px) {
  
#about .text{
    line-height: 1.9;
    width: 94%;
    margin-left: 3%;
    margin-right:3%;
    text-align: left;
    color: #666;
}
#photo .inner{
    text-align: left; 
    
}
}
    		/*
Green products
----------------------------------------------------------------------------------------------------*/
#other p{
    text-align: center;  
}
#other h2{
    text-align: center!important;
    
}
.col2_gp {
	width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
}
.col2_gp .left {
	float: left;
	width: 20%;
	box-sizing: border-box;
    padding: 0 20px 20px 20px;
    margin-left: 5%;
    margin-right: 5%;
		}
.col2_gp .right {
	float: left;
	width: 70%;
	box-sizing: border-box;
    padding: 0 20px 20px 20px;
    line-height: 1.8;
  
		}

.col2_gp .right p{
      text-align: left!important;
}
.col2_gp img {	
	width: 100%;
	height:auto;
		}


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

.col2_gp .left {
	float: none;
	width: 100%;
	box-sizing: border-box;
    padding: 0;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
		}
    .col2_gp img{
	width: 40%;
        margin-bottom: 30px;

		}
.col2_gp .right {
	float: none;
	width: 100%;
	box-sizing: border-box;
    padding: 0;
		}
    }