<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  :privilege.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	.img_main		メインイメージ
----------------------------------------------------------- */
.img_main {
  background: url(../privilege/images/img_main.jpg) no-repeat center 85px;
  width: 100%;
  height: 265px;
}

/*-----------------------------------------------------------
	con_int イントロ
-----------------------------------------------------------*/
.con_int {
  width: 960px;
  min-height: 115px;
  margin: 40px auto 0;
  background: url(../privilege/images/bg_rose.png) no-repeat 790px top;
}
.con_int .txt_catch {
  text-align: center;
}
.con_int .txt {
  text-align: center;
  margin-top: 20px;
}

/*-----------------------------------------------------------
	con_conc ご婚礼特典
-----------------------------------------------------------*/
.con_pri {
  width: 960px;
  margin: 60px auto 0;
}
.con_pri ul {
  overflow: hidden;
}
.con_pri ul .box_pri {
  margin-top: 60px;
  clear: both;
  overflow: hidden;
  padding-top: 50px;
  background: url(../privilege/images/bg_pat.png) repeat-x 0 0;
}
.con_pri ul .box_pri div {
  width: 405px;
}
.con_pri ul .box_pri div h3 {
  background: url(../privilege/images/bg_leaf.png) no-repeat 0 0;
  padding-left: 35px;
  padding-top: 33px;
}
.con_pri ul .box_pri div .txt {
  margin-top: 15px;
}
.con_pri ul .box_pri div .btn {
  margin-top: 20px;
  text-align: right;
}
.con_pri ul .box_pri div .btn a {
  display: inline-block;
  background-color: #FFF;
}
.con_pri ul .box_pri .photo {
  width: 500px;
}
.con_pri ul .box_pri .photo img {
  vertical-align: bottom;
}
.con_pri ul .box_pri#privilege01 {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
.con_pri ul .box_pri#privilege01 div, .con_pri ul .box_pri#privilege03 div {
  float: right;
}
.con_pri ul .box_pri#privilege01 .photo, .con_pri ul .box_pri#privilege03 .photo {
  float: left;
}
.con_pri ul .box_pri#privilege02 div, .con_pri ul .box_pri#privilege04 div {
  float: left;
}
.con_pri ul .box_pri#privilege02 .photo, .con_pri ul .box_pri#privilege04 .photo {
  float: right;
}

/*-----------------------------------------------------------
	con_faci ご婚礼特典
-----------------------------------------------------------*/
.con_faci {
  width: 960px;
  margin: 60px auto 0;
}
.con_faci h3 {
  margin: 0 0 30px;
  background: url(../privilege/images/bg_staut.png) repeat-x left bottom;
}
.con_faci h3 img {
  padding-bottom: 10px;
}
.con_faci ul {
  overflow: hidden;
}
.con_faci ul .box_faci {
  margin-top: 60px;
  clear: both;
  overflow: hidden;
  padding-top: 50px;
  background: url(../privilege/images/bg_pat.png) repeat-x 0 0;
}
.con_faci ul .box_faci div {
  width: 405px;
}
.con_faci ul .box_faci div h4 {
  background: url(../privilege/images/bg_leaf.png) no-repeat 0 0;
  padding-left: 55px;
  padding-top: 33px;
}
.con_faci ul .box_faci div .txt {
  margin-top: 15px;
}
.con_faci ul .box_faci div .btn {
  margin-top: 20px;
  text-align: right;
}
.con_faci ul .box_faci div .btn a {
  display: inline-block;
  background-color: #FFF;
}
.con_faci ul .box_faci .photo {
  width: 500px;
  vertical-align: bottom;
}
.con_faci ul .box_faci#angel {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
.con_faci ul .box_faci#angel div {
  float: left;
}
.con_faci ul .box_faci#angel .photo {
  float: right;
}
.con_faci ul .box_faci#hotspa div {
  float: right;
}
.con_faci ul .box_faci#hotspa .photo {
  float: left;
}
.con_faci .box_bene {
  margin-top: 80px;
}
.con_faci .box_bene h4 {
  margin: 0 0 15px;
  background: url(../privilege/images/bg_benest.png) repeat-x left bottom;
}
.con_faci .box_bene h4 img {
  padding-bottom: 10px;
}
.con_faci .box_bene h4 span {
  background: url("../privilege/images/ic_rose.png") no-repeat 2px 0;
  display: block;
  letter-spacing: 0.1em;
  padding: 0 0 0 30px;
}
</pre></body></html>