@charset "utf-8";

/* promo
────────────────────────────── */
/*#promo .header-bg {
	background-image: url("../images/pic_promo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	background-attachment: fixed;
}

@media only screen and (max-width: 768px) {
	 #promo .header-bg{
		 background-image: url(../images/pic_promo_sp.jpg);
		 
	 }
}*/

#promo .header-bg {
	background-image: url("../images/pic_promo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
#promo .header-bg  {background:none} /*PC用の背景はオフ*/
body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/pic_promo_sp.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  }
}

/* about
────────────────────────────── */
#about {
	margin:6rem auto;
}
#about .inn{
	width: 700px;
	max-width: 100%;
	margin: auto;
}
@media screen and (max-width: 768px){
	#about {
	background-color: #fff;
	margin:0;
}
	#about .inn{
	max-width: 100%;
	margin: auto;
	padding: 3rem 2rem;
}
}
/* main
────────────────────────────── */
#main {
	margin-bottom: 0;
}
#main ul {
	padding: 6rem 0;
}
#main .inn{
	width: 800px;
	max-width: 100%;
	margin:0 auto;
}
#main .flexWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main ul li {
	width: 38.5rem;
	margin-bottom: 3rem;
	flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: center;
}
#main ul li img{
	margin-bottom: 2rem;
	width: 38.5rem;
}
#main ul li h2 {
	margin-bottom: 2rem;
}
#main ul li p{
	height: calc( 100% - 37.9rem );
}
#main ul li .btn {
	margin-top: 2rem;
	display: inline-block;
	max-width: 18rem;
	text-align: left;
	border: 0.1rem solid #937A24;
	font-size: 16px;
	color:#937A24;
	text-decoration: none;
	font-weight: bold;
	padding: 0.8rem 1.6rem;
	border-radius: 0.4rem;
	transition: .4s;
}
#main ul li .btn:hover {
  background-color: #937A24;
  color: #FFF;
}
@media screen and (max-width: 768px){
	#main ul{
		padding: 3rem 0 0;
	}
	#main ul li img{
	width: 100%
}
#main ul {
	padding: ;
}
#main .inn{
	width: 100%;
	padding: 0 2rem;
}
#main ul li {
	width: 100%;
	margin-bottom: 3rem;
}
#main ul li p{
	height:auto;
}
}
/* footer
────────────────────────────── */
footer {
	background-color: #fff;
}