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

#slider {
	position: relative;
	margin-bottom: 0;
}

.bxslider{
	line-height: 0;
}

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

@media print, screen and (min-width: 769px){
	
	.bx-wrapper {
		border: 7px solid #FFF;
		border-width: 7px 0;
	}
	
	.bxslider a{
		display: block;
		transition-duration: 0.5s;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.bxslider a:hover{
		opacity: 0.7;
	}
	
	article {
		width: 100%;
	}
	
	article div.page_title{
		width: 100%;
		background: #000;
		padding: 40px 10px 20px;
		margin-bottom: 70px;
		border-bottom: 2px solid #FFF;
		position: relative;
	}
	
	article div.page_title::after{
		width: 100%;
		height: 2px;
		content: '';
		border-bottom: 2px solid #C7161D;
		position: absolute;
		bottom: -4px;
		left: 0;
	}
	
	article div.page_title h2{
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
		color: #FFF;
	}
	
	article div.page_title h2 img{
		width: 258px;
		display: inline-block;
		margin-right: 0.5em;
	}
	
	article div.page_title h2 span{
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
	}
	
	div.contents{
		width: 100%;
		padding: 0 10px;
		margin: 0 auto;
	}
	
	section{
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
	}
	
	section ul{
		width: 100%;
		margin: 0 auto 120px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section ul li.text_block{
		width: 44.5%;
	}
	
	section ul li.text_block h3{
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: bold;
		color: #3E3A39;
		line-height: 1.3;
		border-left: 6px solid #C7161D;
		margin-bottom: 8px;
		padding-left: 10px;
	}
	
	section ul li.text_block p.en{
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.4;
		color: #9E9E9F;
		margin-bottom: 12px;
	}
	
	section ul li.text_block div.text{
		border: 1px solid #000;
		border-width: 1px 0;
		padding: 12px 0;
		margin-bottom: 20px;
	}
	
	section ul li.text_block div.text h4{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 8px;
		color: #C7161D;
	}
	
	section ul li.text_block div.text p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.7;
		color: #3E3A39;
	}
	
	section ul li.text_block div.place{
		position: relative;
	}
	
	section ul li.text_block div.place p.info{
		position: absolute;
		bottom: 10px;
		right: 0;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		z-index: 10;
	}
	
	section ul li.text_block div.place p.info span{
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	section ul li.photo_block{
		width: 52%;
	}
	
	section ul li.photo_block div{
		line-height: 0;
		margin-bottom: 12px;
	}
	
	section ul li.photo_block div:last-child{
		margin-bottom: 0;
	}

	section div.box{
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #EDEDED;
		padding: 20px;
		border: 1px dashed #404040;
		margin-bottom: 120px;
	}
	
	section div.box ul{
		margin-bottom: 0;
	}
	
	section div.box ul li.text_block{
		width: 50%;
	}
	
	section div.box ul li.text_block h3{
		letter-spacing: -0.05em;
	}
	
	section div.box ul li.text_block p{
		letter-spacing: -0.05em;
	}
	
	section div.box ul li.photo_block{
		width: 45%;
	}
	
	
}

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

@media print, screen and (max-width: 768px){
	
	.bx-wrapper {
		border: 3px solid #FFF;
		border-width: 3px 0;
	}
	
	.bxslider a{
		display: block;
		transition-duration: 0.5s;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.bxslider a:hover{
		opacity: 0.7;
	}
	
	article {
		width: 100%;
	}
	
	article div.page_title{
		width: 100%;
		background: #000;
		padding: 20px 3.75% 15px;
		margin-bottom: 40px;
		border-bottom: 2px solid #FFF;
		position: relative;
	}
	
	article div.page_title::after{
		width: 100%;
		height: 2px;
		content: '';
		border-bottom: 2px solid #C7161D;
		position: absolute;
		bottom: -4px;
		left: 0;
	}
	
	article div.page_title h2{
		width: 100%;
		margin: 0 auto;
		color: #FFF;
	}
	
	article div.page_title h2 img{
		width: 129px;
		display: inline-block;
		margin-right: 0.5em;
	}
	
	article div.page_title h2 span{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	div.contents{
		width: 92.5%;
		margin: 0 auto;
	}
	
	section{
		width: 100%;
		margin: 0 auto;
	}
	
	section ul{
		width: 100%;
		margin: 0 auto 60px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section ul li.text_block{
		width: 100%;
	}
	
	section ul li.text_block h3{
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		color: #3E3A39;
		line-height: 1.3;
		border-left: 6px solid #C7161D;
		margin-bottom: 8px;
		padding-left: 10px;
	}
	
	section ul li.text_block p.en{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		color: #9E9E9F;
		margin-bottom: 12px;
	}
	
	section ul li.text_block div.text{
		border: 1px solid #000;
		border-width: 1px 0;
		padding: 12px 0;
		margin-bottom: 20px;
	}
	
	section ul li.text_block div.text h4{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 8px;
		color: #C7161D;
	}
	
	section ul li.text_block div.text p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.7;
		color: #3E3A39;
	}
	
	section ul li.text_block div.place{
		position: relative;
	}
	
	section ul li.text_block div.place p.info{
		position: absolute;
		bottom: 10px;
		right: 0;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.5;
		z-index: 10;
	}
	
	section ul li.text_block div.place p.info span{
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	section ul li.photo_block{
		width: 80%;
		margin: 20px auto 0;
	}
	
	section ul li.photo_block div{
		line-height: 0;
		margin-bottom: 12px;
	}
	
	section ul li.photo_block div:last-child{
		margin-bottom: 0;
	}

	section div.box{
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #EDEDED;
		padding: 20px;
		border: 1px dashed #404040;
		margin-bottom: 80px;
	}
	
	section div.box ul{
		margin-bottom: 0;
	}
	
	section div.box ul li.text_block{
		width: 100%;
	}
	
	section div.box ul li.text_block h3{
		letter-spacing: -0.05em;
	}
	
	section div.box ul li.text_block p{
		letter-spacing: -0.05em;
	}
	
	section div.box ul li.photo_block{
		width: 80%;
		margin: 20px auto 0;
	}
}

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