@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : banquet.css
 author     : Ability Consultant
 style info : 宴会・会議
=================================================================== */
@font-face {
  font-family: 'Beautiful-ES';
  src: url(../css/fonts/Beautiful-ES.woff) format("woff"), url(../css/fonts/Beautiful-ES.ttf) format("opentype");
}
#gnav #g_ban a:after {
  left: 0 !important;
  width: 100% !important;
}

/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  margin-top: 80px;
}
.con_int .cat_int {
  margin-bottom: 20px;
  font-weight: 100;
  font-size: 185%;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  text-align: center;
}
.con_int .txt {
  text-align: center;
  line-height: 2.5em;
}

/* -----------------------------------------------------------
	con_nav
----------------------------------------------------------- */
.con_nav {
  background-color: #fff;
  margin: 80px 0;
}
.con_nav ul {
  width: 526px;
  margin: 0 auto;
  overflow: hidden;
}
.con_nav ul li {
  padding: 26px 0;
  width: 174px;
  float: left;
}
.con_nav ul li:first-child a:before {
  background: url(../banquet/images/nav2-on.png) center center no-repeat;
}
.con_nav ul li:nth-child(2) a:before {
  background: url(../banquet/images/nav3-on.png) center center no-repeat;
}
.con_nav ul li:nth-child(3) a:before {
  background: url(../banquet/images/nav5-on.png) center center no-repeat;
}
.con_nav ul li a {
  display: block;
  position: relative;
}
.con_nav ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.con_nav ul li a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* -----------------------------------------------------------
	con_ban
----------------------------------------------------------- */
.con_ban .box_fen .st {
  letter-spacing: .4em;
  font-weight: 100;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
.con_ban .box_fen .st .en {
  font-family: 'Tangerine', cursive;
  font-size: 200%;
  display: block;
}
.con_ban .box_fen .st .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 262%;
}
.con_ban .box_fen .st .jp .sam {
  font-size: 71%;
  line-height: 1.5;
}
.con_ban .box_fen .box_txt {
  margin-top: 28px;
}
.con_ban .box_fen .box_txt .catch {
  font-size: 170%;
  color: #8d7c53;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: .08em;
}
.con_ban .box_fen .box_txt .txt {
  line-height: 2em;
}
.con_ban .box_fen .box_data {
  margin-top: 60px;
  padding: 35px 33px;
  background-color: #fff;
  overflow: hidden;
}
.con_ban .box_fen .box_data h4 {
  font-weight: 100;
  letter-spacing: -.4em;
  margin-bottom: 18px;
}
.con_ban .box_fen .box_data h4 .en {
  font-family: 'Tangerine', cursive;
}
.con_ban .box_fen .box_data h4 .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_ban .box_fen .box_data h4 em, .con_ban .box_fen .box_data h4 span {
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: middle;
}
.con_ban .box_fen .box_data h4 em {
  font-size: 277%;
  line-height: 1.2;
}
.con_ban .box_fen .box_data h4 span {
  font-size: 108%;
  padding: 0 1.4em;
  margin-left: 1em;
  position: relative;
}
.con_ban .box_fen .box_data h4 span:before, .con_ban .box_fen .box_data h4 span:after {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1px;
  content: "";
  background: #333;
}
.con_ban .box_fen .box_data h4 span:before {
  left: 0;
}
.con_ban .box_fen .box_data h4 span:after {
  right: 0;
}
.con_ban .box_fen .box_data h4.sst2 {
  margin-top: 15px;
  display: inline-block;
}
.con_ban .box_fen .box_data .photo {
  width: 779px;
  margin: 0 auto;
}
.con_ban .box_fen .box_data .txt {
  margin-bottom: 20px;
}
.con_ban .box_fen .box_data .tbl_basic {
  width: 554px;
  float: left;
}
.con_ban .box_fen .box_data .tbl_basic tr th {
  border-right: 1px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  width: 110px;
  text-align: center;
  padding: .6em 0;
  font-weight: 100;
}
.con_ban .box_fen .box_data .tbl_basic tr th.line {
  border-right: 0;
}
.con_ban .box_fen .box_data .tbl_basic tr td {
  border-right: 1px solid #d8d8d8;
  padding: .70em 0;
  width: 110px;
  text-align: center;
}
.con_ban .box_fen .box_data .tbl_basic tr td.line {
  border-right: 0;
}
.con_ban .box_fen .box_data .pho_roo {
  width: 300px;
  float: right;
}
.con_ban .box_sho {
  margin-top: 80px;
  overflow: hidden;
}
.con_ban .box_sho .st {
  font-weight: 100;
  font-size: 200%;
  text-align: center;
  margin-bottom: 30px;
}
.con_ban .box_sho .st .en {
  font-family: 'Tangerine', cursive;
}
.con_ban .box_sho .st .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_ban .box_sho .st em, .con_ban .box_sho .st span {
  letter-spacing: .1em;
  display: block;
}
.con_ban .box_sho .st em {
  letter-spacing: .2em;
  font-size: 131%;
  line-height: 1.4;
}
.con_ban .box_sho .data_sho {
  margin-top: 35px;
  overflow: hidden;
}
.con_ban .box_sho .data_sho .box_data {
  width: 495px;
  float: left;
}
.con_ban .box_sho .data_sho .box_data .catch {
  font-size: 170%;
  color: #8d7c53;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: .08em;
}
.con_ban .box_sho .data_sho .box_data .txt {
  letter-spacing: .09em;
}
.con_ban .box_sho .data_sho .box_data .txt span {
  border-bottom: 2px solid #bdb09c;
}
.con_ban .box_sho .data_sho .box_data .tbl_basic {
  margin-top: 41px;
}
.con_ban .box_sho .data_sho .box_data .tbl_basic tr th {
  width: 120px;
}
.con_ban .box_sho .data_sho .box_data .tbl_basic tr td {
  width: 324px;
}
.con_ban .box_sho .data_sho .photo {
  width: 390px;
  float: right;
}
.con_ban .box_mee {
  margin-top: 80px;
}
.con_ban .box_mee .st {
  font-weight: 100;
  font-size: 200%;
  text-align: center;
  margin-bottom: 30px;
}
.con_ban .box_mee .st .en {
  font-family: 'Tangerine', cursive;
}
.con_ban .box_mee .st .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_ban .box_mee .st em, .con_ban .box_mee .st span {
  letter-spacing: .1em;
  display: block;
}
.con_ban .box_mee .st em {
  letter-spacing: .2em;
  font-size: 131%;
  line-height: 1.4;
}
.con_ban .box_mee .catch {
  font-size: 170%;
  color: #8d7c53;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-weight: normal;
  margin: 30px 0 15px 0;
  letter-spacing: .08em;
}
.con_ban .box_mee .box_data {
  margin-top: 43px;
  padding: 38px 33px;
  background-color: #fff;
}
.con_ban .box_mee .box_data h4 {
  font-weight: 100;
  letter-spacing: -.4em;
  margin-bottom: 30px;
}
.con_ban .box_mee .box_data h4 .en {
  font-family: 'Tangerine', cursive;
}
.con_ban .box_mee .box_data h4 .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_ban .box_mee .box_data h4 em, .con_ban .box_mee .box_data h4 span {
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: middle;
}
.con_ban .box_mee .box_data h4 em {
  font-size: 277%;
  line-height: 1.2;
}
.con_ban .box_mee .box_data h4 span {
  font-size: 108%;
  padding: 0 1.4em;
  margin-left: 1em;
  position: relative;
}
.con_ban .box_mee .box_data h4 span:before, .con_ban .box_mee .box_data h4 span:after {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1px;
  content: "";
  background: #333;
}
.con_ban .box_mee .box_data h4 span:before {
  left: 0;
}
.con_ban .box_mee .box_data h4 span:after {
  right: 0;
}
.con_ban .box_mee .box_data .photo {
  width: 642px;
  margin: 0 auto;
}
.con_ban .box_mee .box_data .tbl_basic {
  margin-top: 40px;
}
.con_ban .box_mee .box_data .tbl_basic tr th {
  border-right: 1px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  width: 220px;
  text-align: center;
  padding: .6em 0;
  font-weight: 100;
}
.con_ban .box_mee .box_data .tbl_basic tr td {
  border-right: 1px solid #d8d8d8;
  padding: .65em 0;
  width: 220px;
  text-align: center;
}
.con_ban .box_mee .box_data .tbl_basic tr .line {
  border-right: 0;
}
.con_ban .box_con {
  margin-top: 80px;
}
.con_ban .box_con .st {
  font-weight: 100;
  font-size: 200%;
  text-align: center;
  margin-bottom: 30px;
}
.con_ban .box_con .st .en {
  font-family: 'Tangerine', cursive;
}
.con_ban .box_con .st .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_ban .box_con .st em, .con_ban .box_con .st span {
  letter-spacing: .1em;
  display: block;
}
.con_ban .box_con .st em {
  letter-spacing: .2em;
  font-size: 131%;
  line-height: 1.4;
}
.con_ban .box_con .catch {
  font-size: 170%;
  color: #8d7c53;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-weight: normal;
  margin: 30px 0 15px 0;
  letter-spacing: .08em;
}
.con_ban .box_con .box_data {
  margin-top: 43px;
  padding: 38px 33px;
  background-color: #fff;
}
.con_ban .box_con .box_data h4 {
  font-weight: 100;
  letter-spacing: -.4em;
  margin-bottom: 30px;
}
.con_ban .box_con .box_data h4 .en {
  font-family: 'Tangerine', cursive;
}
.con_ban .box_con .box_data h4 .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_ban .box_con .box_data h4 em, .con_ban .box_con .box_data h4 span {
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: middle;
}
.con_ban .box_con .box_data h4 em {
  font-size: 277%;
  line-height: 1.2;
}
.con_ban .box_con .box_data h4 span {
  font-size: 108%;
  padding: 0 1.4em;
  margin-left: 1em;
  position: relative;
}
.con_ban .box_con .box_data h4 span:before, .con_ban .box_con .box_data h4 span:after {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1px;
  content: "";
  background: #333;
}
.con_ban .box_con .box_data h4 span:before {
  left: 0;
}
.con_ban .box_con .box_data h4 span:after {
  right: 0;
}
.con_ban .box_con .box_data .photo {
  width: 870px;
  margin: 0 auto;
}
.con_ban .box_con .box_data .tbl_basic {
  margin-top: 40px;
}
.con_ban .box_con .box_data .tbl_basic tr th {
  border-right: 1px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  width: 180px;
  text-align: center;
  padding: .6em 0;
  font-weight: 100;
}
.con_ban .box_con .box_data .tbl_basic tr td {
  border-right: 1px solid #d8d8d8;
  padding: .65em 0;
  width: 180px;
  text-align: center;
}
.con_ban .box_con .box_data .tbl_basic tr .line {
  border-right: 0;
}

/* -----------------------------------------------------------
	con_rent
----------------------------------------------------------- */
.con_rent {
  margin-top: 60px;
  width: 850px;
  overflow: hidden;
}
.con_rent > div {
  width: 410px;
  float: left;
}
.con_rent > div h5 {
  font-weight: normal;
  line-height: 1;
  padding-left: 1.5em;
  margin-bottom: 12px;
  position: relative;
  font-size: 139%;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-bottom: 10px;
}
.con_rent > div h5:before {
  content: "";
  height: 4px;
  width: .8em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: #67795a;
}
.con_rent > div dl {
  margin-top: 5px;
}
.con_rent > div dl dt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 250px;
}
.con_rent > div dl dt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 7px;
  height: 7px;
  background: #bdb09c;
  margin-right: .5em;
}
.con_rent > div dl dd {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.con_rent > div dl dd:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 38px;
  height: 1px;
  background: #bdb09c;
  margin-right: 1.5em;
}
.con_rent .list {
  width: 375px;
  float: right;
}

/* -----------------------------------------------------------
	con_sec
----------------------------------------------------------- */
.con_sec {
  margin-top: 70px;
  background-color: #fff;
  padding: 65px 30px;
}
.con_sec h3 {
  font-weight: 100;
  font-size: 200%;
  text-align: center;
  margin-bottom: 40px;
}
.con_sec h3 .en {
  font-family: 'Tangerine', cursive;
}
.con_sec h3 .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_sec h3 em, .con_sec h3 span {
  letter-spacing: .1em;
  display: block;
}
.con_sec h3 em {
  letter-spacing: .2em;
  font-size: 131%;
  line-height: 1.4;
}
.con_sec ul {
  width: 889px;
  overflow: hidden;
}
.con_sec ul li {
  width: 435px;
  float: left;
  margin-right: 19px;
}
.con_sec ul li:last-child {
  margin-right: 0;
}
.con_sec ul li .st {
  font-size: 185%;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin: 10px 0 10px 0;
}
.con_sec ul li .btn02 {
  width: 350px;
  margin-top: 30px;
}
.con_sec ul li .btn02 a {
  display: block;
  font-size: 108%;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  cursor: pointer;
  text-align: center;
  background: url(../images/common/btn01.jpg);
  color: #fff;
  -moz-box-shadow: 0px 0px 8px 2px rgba(59, 36, 12, 0.75) inset;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(59, 36, 12, 0.75) inset;
  box-shadow: 0px 0px 8px 2px rgba(59, 36, 12, 0.75) inset;
  text-decoration: none;
  padding: 1em 0;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.con_sec ul li .btn02 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_sec ul li .btn02 a span {
  display: inline-block;
  position: relative;
}
.con_sec ul li .btn02 a span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -.75em;
  margin-left: .5em;
  -moz-transition: margin-left 0.4s;
  -o-transition: margin-left 0.4s;
  -webkit-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
  z-index: 1;
}
.con_sec ul li .btn02 a:hover {
  color: #fff;
}
.con_sec ul li .btn02 a:hover span:after {
  margin-left: 1em;
}
.con_sec ul li .btn02 a {
  color: #555555;
  background: url(../images/common/btn04.jpg);
  -moz-box-shadow: 0px 0px 8px 2px rgba(214, 198, 159, 0.75) inset;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(214, 198, 159, 0.75) inset;
  box-shadow: 0px 0px 8px 2px rgba(214, 198, 159, 0.75) inset;
}
.con_sec ul li .btn02 a:hover {
  color: #555555;
}

.pho_con {
  margin: 70px 0 100px 0;
}
