@charset "UTF-8";


#main-content .content-body .map{ width: 1112px; margin: 60px auto 0; }
#main-content .content-body .gallery{ margin-top: 80px; }
#main-content .content-body .gallery .ttl{ font-size: 24px; line-height: 1.5; font-weight: normal; text-align: center; color: #231815; }
#main-content .content-body .gallery .split-view{ display: flex; display: -ms-flex; justify-content: space-between; max-width: 1112px; margin: 50px auto 0; }
#main-content .content-body .gallery .split-view .gallery-map{ width: 44.964%; }
#main-content .content-body .gallery .split-view .gallery-map img{ width: 100%; height: auto; }
#main-content .content-body .gallery .split-view .txt-body{ width: 50%; }
#main-content .content-body .gallery .split-view .txt-body .head{ text-align: center; font-size: 20px; line-height: 1.5; color: #563f26; border-bottom: 1px solid #aaaaaa; padding-bottom: 10px; margin-bottom: 10px; }
#main-content .content-body .gallery .split-view .txt-body .head~.head{ margin-top: 20px; }
#main-content .content-body .gallery .split-view .txt-body .address{ font-size: 28px; line-height: 1.5; color: #563f26; text-align: center; border: 1px solid #563f26; margin-top: 20px; padding: 5px 0; }
#main-content .content-body .navi{ max-width: 390px; margin: 50px auto 0; }
#main-content .content-body .navi a{ display: block; font-size: 16px; line-height: 1.5; color: #ffffff; background: linear-gradient(to right, #aaaaaa 0%, #777777 100%); text-decoration: none; padding: 22px 0; border-radius: 34px; }



/*--レスポンシブ追加プロパティ--------------------------------------*/
@media screen and (max-width: 1112px){ /*1112px以下のcss*/
	#main-content .content-body .map{ width: 940px; }
}
@media screen and (max-width: 768px){ /*768px以下のcss*/
	#main-content .content-body .map{ width: auto; margin-top: 7%; }
	#main-content .content-body .gallery{ margin-top: 10%; }
	#main-content .content-body .gallery .ttl{ font-size: 20px; }
	#main-content .content-body .gallery .split-view{ display: block; margin-top: 5%; }
	#main-content .content-body .gallery .split-view .gallery-map{ width: 100%; }
	#main-content .content-body .gallery .split-view .txt-body{ width: 100%; margin-top: 5%; }
	#main-content .content-body .gallery .split-view .txt-body .head{ font-size: 18px; padding-bottom: 5px; margin-bottom: 5px; }
	#main-content .content-body .gallery .split-view .txt-body .head~.head{ margin-top: 7%; }
	#main-content .content-body .gallery .split-view .txt-body .address{ font-size: 24px; margin-top: 7%; padding: 5px 0; }
	#main-content .content-body .navi{ margin-top: 10%; }
}
@media screen and (max-width: 480px){ /*480px以下のcss*/
}



