<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
  color: #341d15;
  font-size: small;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.6em;
  background: transparent url("../images/common/bg_yasu.png") left top repeat;
}
body a {
  color: #887a41;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: underline;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
  background-color: #666;
}

.box_l {
  float: left;
}

.box_r {
  float: right;
}

.txt_red {
  color: #F00;
}

/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
  overflow: hidden;
  clear: both;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  position: relative;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
  overflow: hidden;
  clear: both;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  background: transparent url("../images/header/bg_hea.png") center top no-repeat;
  position: absolute;
  top: 0;
  z-index: 100;
  height: 134px;
}
#header .con_header {
  width: 960px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
#header .con_header .box_logo {
  float: left;
  width: 715px;
}
#header .con_header .box_logo h1 {
  margin-top: 28px;
  width: 258px;
  float: left;
}
#header .con_header .box_logo strong {
  display: block;
  font-weight: normal;
  line-height: 12px;
  margin: 45px 0 0 35px;
  float: left;
}
#header .con_header .box_tel {
  float: right;
  width: 237px;
}
#header .con_header .box_tel .tel {
  margin-top: 33px;
}

/* #gnav 	グローバルナビ
----------------------------------------------------------- */
.gnav {
  clear: both;
  overflow: hidden;
  height: 70px;
  position: relative;
  z-index: 4;
}
.gnav ul {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.gnav ul li {
  float: left;
  height: 70px;
}
.gnav ul li a {
  font-size: 12px;
  line-height: 18px;
  display: block;
  padding: 70px 0 0 0;
  overflow: hidden;
}

.gnav ul li.gnav_abo a {
  background: url(../images/header/gnav.png) 0 0 no-repeat;
  width: 100px;
}
.gnav ul li.gnav_abo a:hover, .gnav ul li.gnav_abo a.active {
  background-position: 0 -70px;
}
.gnav ul li.gnav_sty a {
  background: url(../images/header/gnav.png) -100px 0 no-repeat;
  width: 130px;
}
.gnav ul li.gnav_sty a:hover, .gnav ul li.gnav_sty a.active {
  background-position: -100px -70px;
}
.gnav ul li.gnav_ban a {
  background: url(../images/header/gnav.png) -230px 0 no-repeat;
  width: 130px;
}
.gnav ul li.gnav_ban a:hover, .gnav ul li.gnav_ban a.active {
  background-position: -230px -70px;
}
.gnav ul li.gnav_cui a {
  background: url(../images/header/gnav.png) -360px 0 no-repeat;
  width: 135px;
}
.gnav ul li.gnav_cui a:hover, .gnav ul li.gnav_cui a.active {
  background-position: -360px -70px;
}
.gnav ul li.gnav_dre a {
  background: url(../images/header/gnav.png) -495px 0 no-repeat;
  width: 125px;
}
.gnav ul li.gnav_dre a:hover, .gnav ul li.gnav_dre a.active {
  background-position: -495px -70px;
}
.gnav ul li.gnav_pla a {
  background: url(../images/header/gnav.png) -620px 0 no-repeat;
  width: 170px;
}
.gnav ul li.gnav_pla a:hover, .gnav ul li.gnav_pla a.active {
  background-position: -620px -70px;
}
.gnav ul li.gnav_fair a {
  background: url(../images/header/gnav.png) -790px 0 no-repeat;
  width: 170px;
}
.gnav ul li.gnav_fair a:hover, .gnav ul li.gnav_fair a.active {
  background-position: -790px -70px;
}

#concept .gnav ul li.gnav_abo a {
  background-position: 0 -70px;
}

#style .gnav ul li.gnav_sty a {
  background-position: -100px -70px;
}

#banquet .gnav ul li.gnav_ban a {
  background-position: -230px -70px;
}

#cuisine .gnav ul li.gnav_cui a {
  background-position: -360px -70px;
}

#privilege .gnav ul li.gnav_dre a {
  background-position: -495px -70px;
}

#plan .gnav ul li.gnav_pla a {
  background-position: -620px -70px;
}

#fair .gnav ul li.gnav_fair a {
  background-position: -790px -70px;
}

/* フィックス設定 */
#fixnav {
  position: fixed;
  width: 100%;
  z-index: 100;
  margin-left: -50%;
  left: 50%;
  background-color: #FFF;
}

/* #hnav 	ヘッダーナビ
----------------------------------------------------------- */
.wrp_hnav {
  height: 31px;
  clear: both;
  overflow: hidden;
  width: 100%;
  background: transparent url("../images/header/bg_hnav.png") left top repeat-x;
}

.hnav {
  height: 31px;
  overflow: hidden;
  width: 1033px;
  margin: 0 auto;
  padding-left: 167px;
  position: relative;
  z-index: 4;
  background: transparent url("../images/header/bg_hnav.png") left top repeat-x;
}
.hnav .img_tel {
  width: 398px;
  float: left;
  margin-right: 22px;
}
.hnav .con_hnav {
  float: left;
  width: 461 px;
}
.hnav .con_hnav li {
  float: left;
}

/* #side 	サイドナビ
----------------------------------------------------------- */
#side {
  position: fixed;
  width: 40px;
  top: 145px;
  right: 0;
  z-index: 10;
}
#side #snav img {
  vertical-align: bottom;
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 960px;
  position: relative;
}

/*	.topicpath		パンクズ
----------------------------------------------------------- */
#main .topicpath {
  margin-bottom: 20px;
  width: 960px;
}
#main .topicpath ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#main .topicpath ul li a {
  padding-right: 10px;
  background: url(../images/ic_topicpath.png) right 3px no-repeat;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#btn_ptop a {
  display: block;
  width: 58px;
  height: 61px;
  background: transparent url("../images/footer/bg_pagetop.png") left top no-repeat;
  text-indent: -9999px;
  margin: 0 auto;
  position: fixed;
  right: 50px;
  bottom: 25px;
  z-index: 10;
}

#footer {
  width: 100%;
  min-width: 960px;
  clear: both;
  background: transparent url("../images/common/bg_yasu.png") left top repeat;
  overflow: hidden;
  position: relative;
}
#footer .wrp_footer {
  background: transparent url("../images/footer/bg_footer.jpg") center 65px no-repeat;
  width: 100%;
  overflow: hidden;
  min-height: 810px;
}
#footer .wrp_footer .con_footer {
  width: 960px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}
#footer .wrp_footer .con_footer div {
  overflow: hidden;
}
#footer .wrp_footer .con_footer .address_area {
  clear: both;
  overflow: hidden;
  float: left;
}
#footer .wrp_footer .con_footer .address_area .address {
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}
#footer .wrp_footer .con_footer #fnav {
  overflow: hidden;
  width: 450px;
  float: right;
  margin: 8px auto 0;
}
#footer .wrp_footer .con_footer #fnav .con_fnav {
  float: left;
  width: 213px;
  /* margin-left: 32px; */
}
#footer .wrp_footer .con_footer #fnav .con_fnav:first-child {
  margin-left: 0;
}
#footer .wrp_footer .con_footer #fnav .con_fnav li {
  margin-bottom: 5px;
}
#footer .wrp_footer .con_footer #fnav .con_fnav li a {
  font-size: 10px;
  line-height: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #d08787;
  font-weight: bold;
  background: transparent url("../images/footer/ic_arrow.png") left center no-repeat;
  padding-left: 8px;
}
#footer .wrp_footer .con_footer #fnav .con_fnav.col1 {
  width: 240px;
}
#footer .wrp_footer .con_footer #fnav .con_fnav.col2 {
  width: 200px;
}
#footer .wrp_footer .con_footer #fnav .con_fnav.last {
  float: right;
}
#footer .wrp_footer .con_footer .copy {
  clear: both;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin-top: 35px;
}
#footer .bg_footer_flo {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -845px;
  background: url("../images/footer/bg_footer_flo.png") no-repeat;
  width: 571px;
  height: 175px;
  z-index: 0;
}

/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
  border: 1px solid #e1e1e1;
  border-bottom: none;
  width: 100%;
  border-collapse: collapse;
}

table.tbl_basic th,
table.tbl_basic td {
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
  border-top: none;
  text-align: left;
}

table.tbl_basic th {
  background: #f3f3f3;
  font-weight: normal;
}

table.tbl_basic td {
  background: #fff;
}

/*----------------------------------------------------
	下層ページタイトル
----------------------------------------------------*/
#pagetitle, .pagetitle {
  margin: 20px 0 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: url("../images/common/bg_title.png") no-repeat center top;
  padding-top: 62px;
}

/* -----------------------------------------------------------
	トピックパス
----------------------------------------------------------- */
#topicpath {
  width: 960px;
  margin: 25px auto 0;
  clear: both;
}
#topicpath li {
  display: inline;
  padding-right: 5px;
}
#topicpath li a {
  text-decoration: underline;
}
#topicpath li.home {
  font-weight: bold;
}

/*----------------------------------------------------
	.wrp_cont	お電話でのお問い合わせ・資料請求
----------------------------------------------------*/
.wrp_cont {
  background: url(../images/common/contactbox/bg_cont.png) repeat-x center top;
  width: 100%;
  overflow: hidden;
  padding-top: 45px;
  min-height: 185px;
  margin-top: 100px;
}
.wrp_cont .con_cont {
  width: 960px;
  margin: 0 auto;
}
.wrp_cont .con_cont div {
  text-align: center;
}
.wrp_cont .con_cont div h2 {
  margin-right: 10px;
  display: inline-block;
}
.wrp_cont .con_cont div p {
  margin-right: 10px;
  display: inline-block;
}
.wrp_cont .con_cont ul {
  overflow: hidden;
  clear: both;
  width: 885px;
  margin: 30px auto 0;
}
.wrp_cont .con_cont ul li {
  width: 275px;
  margin-right: 30px;
  float: left;
  text-align: center;
}
.wrp_cont .con_cont ul li a {
  padding: 35px 0;
  display: block;
}
.wrp_cont .con_cont ul li a img {
  vertical-align: bottom;
  padding-right: 10px;
}
.wrp_cont .con_cont ul li.btn_cont {
  background-color: #574037;
}
.wrp_cont .con_cont ul li.btn_doc {
  background-color: #a2c35c;
}
.wrp_cont .con_cont ul li.btn_vis {
  background-color: #c35c61;
  margin-right: 0;
}

#homepage .wrp_cont {
  margin-top: 0;
}
</pre></body></html>