@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : banquet__mice.css
 author     : Ability Consultant
 style info : MICE
=================================================================== */
.con_opt .con_int .box_int, .con_opt .box_opt, .con_opt .box_opt h4, .con_opt .box_ite, .con_opt .box_ite h4, .con_opt .com_last, .con_opt .txt_int, .con_oth .box_oth {
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1159px) {
  .con_opt .con_int .box_int, .con_opt .box_opt, .con_opt .box_opt h4, .con_opt .box_ite, .con_opt .box_ite h4, .con_opt .com_last, .con_opt .txt_int, .con_oth .box_oth {
    width: 91.66667%;
  }
}

.con_opt .menu > li:after, .con_opt .menu2 > li:after {
  content: "";
  display: table;
  clear: both;
}

/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ページリンク
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(none);
    transform: translate3d(none);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(none);
    transform: translate3d(none);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(none);
    -ms-transform: translate3d(none);
    -webkit-transform: translate3d(none);
    transform: translate3d(none);
  }
}
/* -----------------------------------------------------------
	gan_pnav
----------------------------------------------------------- */
#gan_pnav li:first-child + * + * + * + * + * + * + * a {
  background: #fff;
}

/* -----------------------------------------------------------
	con_link
----------------------------------------------------------- */
.con_link {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_link {
    margin-bottom: 3%;
  }
}
.con_link .box_link {
  margin-top: 35px;
  letter-spacing: -.4em;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link {
    margin-top: 4%;
  }
}
.con_link .box_link li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 33.33333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #c5c3ba;
  padding: .3em 0 0;
}
.con_link .box_link li:first-child {
  border-left: none;
}
.con_link .box_link li a {
  font-size: 124%;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  display: block;
}
.mouse .con_link .box_link li a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_link .box_link li a:hover, .touch .con_link .box_link li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_link .box_link li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_link .box_link li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_link .box_link li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_link .box_link li a:after {
    font-size: 150%;
    margin-left: 0;
    line-height: 1;
  }
}
@media print {
  .con_link .box_link li a:after {
    font-size: 150%;
    margin-left: 0;
    line-height: 1;
  }
}
.ie8 .con_link .box_link li a:after {
  font-size: 150%;
  margin-left: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li {
    width: 49%;
    /* float: left; */
    border-left: 1px solid #c5c3ba;
    border-top: none;
    padding: .5em 1%;
  }
  .con_link .box_link li:first-child {
    border-top: none;
  }
}

/* -----------------------------------------------------------
	con_opt
----------------------------------------------------------- */
.con_opt {
  margin-bottom: 90px;
  /*共通部分*/
  /*イントロ*/
}
@media only screen and (max-width: 767px) {
  .con_opt {
    margin-bottom: 5%;
  }
}
.con_opt .menu > li > p {
  /* width: 70%; */
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.con_opt .menu > li > p:before {
  content: "●";
  font-size: 116%;
  color: #7c5b33;
  margin-right: .3em;
}
@media only screen and (max-width: 767px) {
  .con_opt .menu > li > p {
    width: 100%;
    margin-bottom: 1em;
  }
}
.con_opt .menu > li span {
  display: inline-block;
  float: right;
}
.con_opt .menu2 > li > p {
  width: 50%;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.con_opt .menu2 > li > p:before {
  content: "●";
  font-size: 116%;
  color: #7c5b33;
  margin-right: .3em;
}
.con_opt .menu2 > li span {
  display: inline-block;
  float: right;
}
.con_opt .con_int h3 {
  font-size: 124%;
  font-weight: 100;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_opt .con_int h3 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .con_int h3 {
    font-size: 108%;
  }
}
.con_opt .con_int h3 em {
  display: block;
  font-size: 250%;
}
@media only screen and (min-width: 768px) {
  .con_opt .con_int h3 em:before, .con_opt .con_int h3 em:after {
    display: inline-block;
    content: "";
    width: 72px;
    height: 30px;
  }
  .con_opt .con_int h3 em:before {
    background: url(../images/common/title_be.png) no-repeat center;
    margin-right: .3em;
  }
  .con_opt .con_int h3 em:after {
    background: url(../images/common/title_af.png) no-repeat center;
    margin-left: .3em;
  }
}
@media print {
  .con_opt .con_int h3 em:before, .con_opt .con_int h3 em:after {
    display: inline-block;
    content: "";
    width: 72px;
    height: 30px;
  }
  .con_opt .con_int h3 em:before {
    background: url(../images/common/title_be.png) no-repeat center;
    margin-right: .3em;
  }
  .con_opt .con_int h3 em:after {
    background: url(../images/common/title_af.png) no-repeat center;
    margin-left: .3em;
  }
}
.ie8 .con_opt .con_int h3 em:before, .ie8 .con_opt .con_int h3 em:after {
  display: inline-block;
  content: "";
  width: 72px;
  height: 30px;
}
.ie8 .con_opt .con_int h3 em:before {
  background: url(../images/common/title_be.png) no-repeat center;
  margin-right: .3em;
}
.ie8 .con_opt .con_int h3 em:after {
  background: url(../images/common/title_af.png) no-repeat center;
  margin-left: .3em;
}
@media only screen and (max-width: 767px) {
  .con_opt .con_int h3 em {
    font-size: 150%;
  }
}
.con_opt .con_int h3 span {
  display: block;
  font-weight: 600;
  line-height: 1;
  color: #7c5b33;
}
.con_opt .con_int h3 .en {
  font-family: 'Libre Baskerville',serif;
}
.con_opt .con_int h3 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_opt .con_int.wrap_opt {
  background: url(../banquet/images/option/bg_option.jpg) no-repeat center center;
  padding: 50px 0;
}
.con_opt .con_int.wrap_cat {
  background: url(../banquet/images/option/bg_cat.jpg) no-repeat center center;
  padding: 50px 0;
}
.con_opt .con_int .box_int .wrap {
  width: 50.86207%;
  margin: 0 auto;
  border: 4px solid #fff;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_opt .con_int .box_int .wrap {
    width: 90%;
  }
}
.con_opt .con_int .box_int .wrap > div {
  border: 1px solid #b4a28b;
  padding: 30px 0;
}
.con_opt .con_int .box_int .wrap > div .catch {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_opt .con_int .box_int .wrap > div .catch {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .con_int .box_int .wrap > div .catch {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .con_int .box_int .wrap > div .catch {
    margin: 1% 0;
  }
}
.con_opt .box_opt {
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt {
    margin: 2% auto 0;
  }
}
.con_opt .box_opt h4 {
  font-size: 124%;
  font-weight: 100;
  letter-spacing: -.4em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_opt .box_opt h4 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt h4 {
    font-size: 108%;
  }
}
.con_opt .box_opt h4 em {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  font-size: 163%;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt h4 em {
    font-size: 125%;
  }
}
.con_opt .box_opt h4 span {
  letter-spacing: normal;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #7c5b33;
}
.con_opt .box_opt h4 span:before, .con_opt .box_opt h4 span:after {
  content: "/";
  display: inline-block;
}
.con_opt .box_opt h4 span:before {
  margin-right: .5em;
}
.con_opt .box_opt h4 span:after {
  margin-left: .5em;
}
.con_opt .box_opt h4 .en {
  font-family: 'Libre Baskerville',serif;
}
.con_opt .box_opt h4 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt h4 {
    text-align: center;
  }
  .con_opt .box_opt h4 span, .con_opt .box_opt h4 em {
    display: block;
  }
  .con_opt .box_opt h4 em {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt h4 {
    margin-bottom: 2%;
  }
}
.con_opt .box_opt h4 em {
  font-family: 'Libre Baskerville',serif;
}
.con_opt .box_opt h4 span {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_opt .box_opt .det_opt {
  overflow: hidden;
}
.con_opt .box_opt .det_opt > li {
  width: 31.2931%;
  float: left;
  margin-left: 3.06034%;
  margin-bottom: 58px;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt .det_opt > li {
    margin-bottom: 9%;
  }
}
.con_opt .box_opt .det_opt > li .sst {
  border-bottom: 1px solid #ddd;
  margin: .5em 0 0.5em;
  padding-bottom: 11px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 170%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_opt .box_opt .det_opt > li .sst {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt .det_opt > li .sst {
    font-size: 124%;
  }
}
.con_opt .box_opt .det_opt > li:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_opt .det_opt > li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .con_opt .box_opt .det_opt > li img {
    min-width: 100%;
  }
}
.con_opt .box_ite h4 {
  font-size: 124%;
  font-weight: 100;
  letter-spacing: -.4em;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_opt .box_ite h4 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_ite h4 {
    font-size: 108%;
  }
}
.con_opt .box_ite h4 em {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  font-size: 163%;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_ite h4 em {
    font-size: 125%;
  }
}
.con_opt .box_ite h4 span {
  letter-spacing: normal;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #7c5b33;
}
.con_opt .box_ite h4 span:before, .con_opt .box_ite h4 span:after {
  content: "/";
  display: inline-block;
}
.con_opt .box_ite h4 span:before {
  margin-right: .5em;
}
.con_opt .box_ite h4 span:after {
  margin-left: .5em;
}
.con_opt .box_ite h4 .en {
  font-family: 'Libre Baskerville',serif;
}
.con_opt .box_ite h4 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_ite h4 {
    text-align: center;
  }
  .con_opt .box_ite h4 span, .con_opt .box_ite h4 em {
    display: block;
  }
  .con_opt .box_ite h4 em {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_ite h4 {
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_opt .box_ite h4 {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) and (min-width: 768px) and (max-width: 963px) {
  .con_opt .box_ite h4 {
    width: 26%;
  }
}

@media only screen and (max-width: 767px) {
  .con_opt .box_ite h4 {
    margin-bottom: 1em;
  }
}
.con_opt .box_ite h4 em {
  font-family: 'Libre Baskerville',serif;
}
.con_opt .box_ite h4 span {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_opt .box_ite .item_text {
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_ite .item_text {
    width: 100%;
    margin-left: 0;
  }
}
.con_opt .box_ite .det_ite {
  padding: 35px 36px 35px 25px;
  overflow: hidden;
  border-top: 1px solid #c7c5bc;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_ite .det_ite {
    padding: 3% 0;
  }
}
.con_opt .box_ite .det_ite .txt {
  float: left;
  width: 62.24138%;
}
.con_opt .box_ite .det_ite .txt h5 {
  font-size: 170%;
  margin-bottom: 15px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_opt .box_ite .det_ite .txt h5 {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_ite .det_ite .txt h5 {
    font-size: 124%;
  }
}
.con_opt .box_ite .det_ite .txt h5 + p {
  margin-bottom: 20px;
}
.con_opt .box_ite .det_ite .txt h5 img {
  margin-right: .3em;
}
.con_opt .box_ite .det_ite .txt .menu {
  margin-bottom: 10px;
}
.con_opt .box_ite .det_ite .txt .comment {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_ite .det_ite .txt {
    float: none;
    width: 100%;
  }
}
.con_opt .box_ite .det_ite .pict {
  float: right;
  width: 25.51724%;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .con_opt .box_ite .det_ite .pict {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_opt .box_ite .det_ite .pict {
    display: none;
  }
}
.con_opt .com_last {
  border-top: 1px solid #c7c5bc;
  text-align: left;
  padding-top: 10px !important;
}
.con_opt .txt_int {
  text-align: left;
  margin: 20px auto 34px;
}
@media only screen and (max-width: 767px) {
  .con_opt .txt_int {
    margin: 2% auto 2.5%;
  }
}

/* -----------------------------------------------------------
	con_oth
----------------------------------------------------------- */
.con_oth {
  width: 100%;
  border-bottom: 2px solid #e3e2da;
}
.con_oth .box_oth {
  letter-spacing: -.4em;
  padding-top: 55px;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_oth .box_oth {
    padding-top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth .box_oth {
    padding-top: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_oth .box_oth {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth .box_oth {
    margin-bottom: 5%;
  }
}
.con_oth .box_oth li {
  width: 32.5%;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-left: 1.2069%;
}
@media only screen and (max-width: 767px) {
  .con_oth .box_oth li {
    margin-left: 0;
  }
}
.mouse .con_oth .box_oth li {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_oth .box_oth li:hover, .touch .con_oth .box_oth li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_oth .box_oth li {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_oth .box_oth li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_oth .box_oth li {
    display: block;
    width: 100%;
    margin-bottom: 3%;
  }
}
.con_oth .box_oth li:first-child {
  margin-left: 0;
}
.con_oth .box_oth li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.con_oth .box_oth li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 1.5em 1.5em 0 0;
  border-color: transparent #716b55 #716b55 transparent;
}
.con_oth .box_oth li .photo {
  width: 100%;
}
.con_oth .box_oth li .box_txt {
  border-left: 1px solid #d0cec5;
  border-bottom: 1px solid #d0cec5;
  border-right: 1px solid #d0cec5;
  background: #fff;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_oth .box_oth li .box_txt .st {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  font-size: 154%;
  @includem min-jp;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_oth .box_oth li .box_txt .st {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth .box_oth li .box_txt .st {
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_oth .box_oth li .box_txt .st {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth .box_oth li .box_txt .st {
    font-size: 131%;
  }
}

/* -----------------------------------------------------------
	gallery（スルスル横へ動く）
----------------------------------------------------------- */
@-moz-keyframes gallery_img01 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes gallery_img01 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes gallery_img01 {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
