@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	article {
		width: 100%;
		padding: 40px 10px;
	}
	
	section{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 120px;
	}
	
	section p.color{
		font-size: 20px;
		font-size: 2.2rem;
		text-align: center;
		color: #B28247;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	
	section h2{
		font-size: 34px;
		font-size: 3.4rem;
		text-align: center;
		color: #3E3A39;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	
	section h2 + p.f_min{
		font-size: 16px;
		font-size: 1.6rem;
		color: #3E3A39;
		line-height: 1.5;
		margin-bottom: 40px;
		letter-spacing: -0.01em;
	}
	
	section a.youtube{
		width: 100%;
		max-width: 784px;
		display: block;
		margin: 0 auto 100px;
	}
	
	section h3{
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 8px;
	}
	
	section h4{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	section h5{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	section div.scroll-table {
		width: 100%;
		margin-bottom: 30px;
	}
	
	section#gallery_box {
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
	}
	
	section#gallery_box h3{
		width: 312px;
		margin: 0 auto 20px;
	}
	
	section#gallery_box ul.gallery{
		width: 100%;
		margin: 0 auto 80px;
		line-height: 0;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#gallery_box ul.gallery li{
		width: 24%;
		margin: 0;
		line-height: 0;
		list-style: none;
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	article {
		width: 92.5%;
		margin: 0 auto;
		padding: 40px 0;
	}
	
	section{
		width: 100%;
		margin: 0 auto 40px;
	}
	
	section p.color{
		font-size: 16px;
		font-size: 1.6em;
		text-align: center;
		color: #B28247;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	
	section h2{
		font-size: 20px;
		font-size: 2.0rem;
		text-align: center;
		color: #3E3A39;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	
	section h2 + p.f_min{
		font-size: 14px;
		font-size: 1.4rem;
		color: #3E3A39;
		line-height: 1.6;
		margin-bottom: 40px;
	}
	
	section a.youtube{
		width: 80%;
		max-width: 400px;
		display: block;
		margin: 0 auto 60px;
	}
	
	section h3{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 8px;
	}
	
	section h4{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	section h5{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.2;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	section div.scroll-table {
		overflow: auto;
		white-space: nowrap;
		margin-bottom: 20px;
	}
	
	section div.scroll-table div{
		width: 768px;
	}
	
	section#gallery_box {
		width: 100%;
		margin: 0 auto 40px;
	}
	
	section#gallery_box h3{
		width: 218px;
		margin: 0 auto 15px;
	}
	
	section#gallery_box ul.gallery{
		width: 100%;
		margin: 0 auto;
		line-height: 0;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#gallery_box ul.gallery li{
		width: 32%;
		margin: 0;
		line-height: 0;
		list-style: none;
		margin-bottom: 10px;
	}
}

@media print, screen and (max-width: 480px){
	
}