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

#hero {
    position: relative;
 display: block;


   
}
#hero h1{
    display: block;
    width: 100%;
    max-width: 1000px;
    position: absolute;
    right: 30px;
    bottom: 60px;
    font-family: 'inter',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: right;
	z-index: 100;
	font-size: 400%;
    font-weight: bold;
    color: #c30234;
	}




.hero-img {
    display: block;
    width: 100%;
}

.hero-img img, .hero-text img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
    #hero h1{
        font-size: 250%;
        bottom: 30px;
    }
    .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: 'inter',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
	z-index: 100;
	font-size: 200%;
	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{
    color: #ce1c2a;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.6;
	z-index: 100;
    text-align: left;
	
	}
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) {

    
    .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 {
    margin: 60px 0 60px 0;
}
#about .text{
    font-size: 120%;
    line-height: 1.9;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    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: center;
    color: #666;
    font-size: 100%;
}
#photo .inner{
    text-align: left; 
    
}
}
