@charset "utf-8";
#becalm_article {
	margin: 0px auto;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
}
#ba_header h1 {
	margin: 30px auto 40px;
	width: 90%;
}
#ba_header #bah_caption {
	margin: 50px auto 40px;
	width: 80%;
	text-align: left;
}
#ba_header #bah_caption p {
	line-height: 2em;
	margin-bottom: 2em;
}
#ba_header #bah_caption p .break {
	display: none;
}
#ba_contents h2 {
	margin: auto auto 30px;
	width: 80%;
}
#bac_information , #bac_access , #bac_reservation , #bac_news{
	padding-bottom: 60px;
	margin: 0px auto;
	width: 90%;
}
#bac_information table {
	margin: 0px auto;
	border-top: 1px dashed #000;
	width: 100%;
}

#bac_information table tr th {
	width: 25%;
	border-bottom: 1px dashed #000;
	padding: 1em 0em;
	text-align: center;
	vertical-align: middle;
}
#bac_information table tr td {
	border-bottom: 1px dashed #000;
	padding: 1em;
	text-align: left;
}
#bac_access #baca_map {
	margin: auto;
	height: 300px;
	width: 100%;
}
#bac_calendar span {
	color: #99804E;
	font-size: 1.5em;
}
#bac_reservation .button {
	margin-bottom: 20px;
}

#bac_news ul#feed {
	font-size: 1em;
	line-height: 3em;
	text-align: left;
}
#bac_news ul#feed li{
	border-bottom: 1px dotted #CCCCCC;
	list-style-type: none;
}


/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media print, screen and (min-width: 769px) { 
/* モバイルレイアウト : 480 px およびそれ以下. */

#becalm_article {
	margin: 0px auto;
	width: 1080px;
	font-size: 11pt;
	line-height: 1.5em;
	text-align: center;
}
#ba_contents {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
}
#ba_header h1 {
	margin: 30px auto 40px;
	width: 480px;
}
#ba_header #bah_caption {
	margin: 60px auto 60px;
	width: 780px;
	text-align: center;
}
#ba_header #bah_caption p {
	font-size: 14pt;
}
#ba_header #bah_caption .image {
	margin: auto;
	width: 480px;
}

#ba_header #bah_caption p .break {
	display: inline;
}
#ba_contents h2 {
	width: 280px;
}

#bac_information , #bac_access , #bac_reservation , #bac_news{
	padding-bottom: 0px;
	margin: 0px 20px;
	width: 420px;
	float: left;
	height: 400px;
}
#bac_information table {
	width: 420px;
}

#bac_information table tr th {
	width: 80px;
}
#bac_information table tr td {
	text-align: left;
}
#bac_access #baca_map {
	margin: auto;
	height: 280px;
	width: 420px;
}
}
