@charset "utf-8";



/* レイアウト
--------------------------------------------------*/
.l-content{
  box-shadow: 0 0 2rem rgba(0,0,0,0.05);
  position: relative;
  z-index: 5;
}

/* PC */
@media print,only screen and (min-width: 768px){	
	.l-content{
    background-color: rgba(255,255,255,0.9);
		max-width: 50rem;  
    box-sizing: border-box;
    padding-bottom: 0;
		margin: 10rem auto 0!important;
	}
}

/* SP */
@media screen and (max-width: 767px){
	.l-content{
    background-color: rgba(255,255,255,0.8);
    padding-bottom: 0;
    margin: 0 3.5rem;
	}
}

/* 小見出し
--------------------------------------------------*/

.-gpc .home-detail__title{
  background: url("../images/shared/title-bg-gpc.svg") center bottom no-repeat;
}

/* 画像
--------------------------------------------------*/

.gpc_img{
	width: 100%;
	text-align: center;
}

.gpc_img img{
	border-radius: 10px;
}

.gpc_img a{
	transition: opacity 0.3s ease;
}

.gpc_img a:hover{
	opacity: 0.7;
}

/* PC */
@media print,only screen and (min-width: 768px){	
	
	.gpc_img{
		margin-bottom: 8rem;
	}
}

/* SP */
@media screen and (max-width: 767px){
	
	.gpc_img{
		margin-bottom: 5rem;
	}
}


/* コース詳細
--------------------------------------------------*/
.home-detail{
  border-bottom: 1px #e5e5e5 solid;
}

/* PC */
@media print,only screen and (min-width: 768px){   
  .home-detail{
    padding: 5rem 3rem 0 3rem;
  }
}

/* SP */
@media screen and (max-width: 767px){ 
  .home-detail{
    padding: 6rem 3rem 0 3rem;
  }
}