@charset "Shift_JIS";
body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #f4eddd;
	margin: 0px;
	padding: 0px;
}
#container {
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/*固定枠*/
#subContents {
	background-color: #000;
	float: left;
	height: auto;
	width: 275px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
/*固定枠の文字枠*/
#sabContents_navi {
	padding-top: 50px;
	padding-left: 30px;
	width: 245px;
	height: auto;
	padding-bottom: 40px;
}
/*HELLO ALSON*/
#sab_C_logo {
	width: 275px;
	float: left;
	background-color: #FFF;
	padding-top: 20px;
}
/*リンク*/
a {
	color: #6CF;
	text-decoration: none;
}
/*固定枠・ご予約・お問い合わせ*/
.sabC_tel {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	font-size: 14pt;
}
/*固定枠・電話番号*/
.sabC_tel2 {
	color: #FFF;
	font-size: 25pt;
	line-height: 40px;
}
/*固定枠・電話番号・リンク*/
.sabC_tel2 a {
	color: #FFF;
	text-decoration: none;
}
.sabC_tel2 a:visited {
	color: #FFF;
	text-decoration: none;
}
.sabC_tel2 a:hover {
	color: #6CF;
	text-decoration: none;
}
/*固定枠・住所*/
.sabC_tel3 {
	font-size: 10.5pt;
	color: #FFF;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*メイン枠*/
#main {
	clear: right;
	width: 1000px;
	padding-top: 80px;
	text-align: center;
	float: right;
}
/*メインのタイトル*/
#main_title {
	clear: both;
	padding-top: 150px;
}
/*メイン・3カラム・左*/
#main2 {
	text-align: center;
	width: 332px;
	padding-top: 66px;
	float: left;
}
/*メイン・3カラム・右*/
#main3 {
	float: right;
	width: 332px;
	padding-top: 67px;
	text-align: center;
}
/*メイン・3カラム・真ん中*/
#main4 {
	width: 333px;
	float: right;
	padding-top: 70px;
	text-align: center;
}
p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 11pt;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#pagetop {
	text-align: right;
	width: 1000px;
	height: auto;
	clear: both;
}
#sabnavi {
	width: 1000px;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 50px;
	margin-bottom: 40px;
	border-top-width: 0.5mm;
	border-bottom-width: 0.5mm;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	text-align: center;
}

/*スライダー枠*/
#movie {
	height: 519px;
	width: 685px;
	padding-left: 40px;
	float: left;
	padding-top: 40px;
}
/*メニュー枠*/
#navi {
	float: right;
	width: 1000px;
	height: auto;
	text-align: center;
}
#ihashi_navi {
	width: 230px;
	background-color: #604C3F;
	float: left;
	text-align: left;
	padding-left: 50px;
	padding-top: 30px;
	height: 85px;
}
#ihashi_navi_text {
	float: right;
	width: 290px;
	background-color: #000;
	height: 105px;
	padding-top: 10px;
}
#ihashi_navi2 {
	float: right;
	width: 410px;
	background-color: #604C3F;
	text-align: left;
	padding-top: 30px;
	padding-left: 20px;
	height: 85px;
}
/*メニューボタン*/
#Image4,#Image5,#Image6,#Image7,#Image8 {
	margin-left: 35.7px;
}
#Image10 {
	margin-right: 25.8px;
	margin-left: 25.8px;
}
/*トップ戻るボタン*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
/*フッター*/
#footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-bottom: 15px;
}
/*サイドナビ*/
#sabnavi a #Image36,#Image37,#Image38,#Image39,#Image40,#Image41,#Image42,#Image43 {
	margin-left: 49px;
}
