@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
    margin: 0 auto 158px;
}

.pageTitle {
	background-image: url(../img/tour/page_title_bg.jpg);
}

#conts .sec01 > .txt{
	margin-bottom: 98px;
}

#conts .sec01 li:first-child{
	border-top: none;
	padding-top: 0;
}

#conts .sec01 li{
	padding: 44px 0 48px;
	border-top: 1px solid #c7c7c7;
}

#conts .sec01 li .mb15{
	margin-bottom: 15px;
}

#conts .sec01 li .ttl{
	font-weight: bold;
	font-size: 2.0rem;
	margin-bottom: 38px;
}

#conts .sec01 .comPhotoBox .rPhoto{
	margin-left: 43px;
	text-align: right;
}

#conts .sec01 .view iframe{
	width: 100%;
	height: 400px;
}

@media all and (max-width: 767px) {
	#conts{
		margin: 0 20px;
	}
	
	.pageTitle {
		background-image: url(../img/tour/sp_page_title_bg.jpg);
	}
	#conts .sec01 > .txt{
		margin-bottom: 47px;
	}

	#conts .sec01 li{
		padding: 46px 0 40px;
	}

	#conts .sec01 li .mb15{
		margin-bottom: 0;
		margin-right: 7px;
	}

	#conts .sec01 li .ttl{
		font-size: 1.9rem;
		text-align:center;
		margin-bottom: 34px;
	}

	#conts .sec01 .comPhotoBox {
		margin-bottom: 0;
	}
	
	#conts .sec01 .comPhotoBox .rPhoto{
		margin-left: 0;
		width: auto;
		display: flex;
		justify-content: center;
		margin-bottom: 24px;
	}
	
	#conts .sec01 .comPhotoBox .rPhoto img{
		width: 45%;
		height: inherit;
	}
	#conts .sec01 .view iframe{
		height: 200px;
	}

}
	
	