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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_wine .box_wine ul, .con_food .box_img {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .con_wine .box_wine ul, .con_food .box_img {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	loading
----------------------------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #FFF;
  z-index: 6000;
  width: 100%;
  height: 100%;
}
#loading > div {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: -15px;
}
#loading > div #percent {
  font-family: "Cinzel", "Times New Roman", serif;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
}
#loading > div p {
  text-align: center;
  margin-bottom: .5em;
}

/* -----------------------------------------------------------
	.con_gallery
----------------------------------------------------------- */
.con_gallery {
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .con_gallery {
    padding: 6px 0;
  }
}
.con_gallery:before, .con_gallery:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background: url(../images/home/bg_gal.png) repeat-x top left;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_gallery:before, .con_gallery:after {
    height: 6px;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.con_gallery:before {
  top: 0px;
}
.con_gallery:after {
  bottom: 0px;
}
@media only screen and (min-width: 1101px) {
  .con_gallery {
    height: 300px;
  }
}
@media print {
  .con_gallery {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_gallery {
    height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery {
    height: 140px;
  }
}
.con_gallery ul {
  overflow: hidden;
  width: 100%;
  height: 0;
}
@media only screen and (min-width: 1101px) {
  .con_gallery ul li {
    width: 485px;
  }
}
@media print {
  .con_gallery ul li {
    width: 485px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_gallery ul li {
    width: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery ul li {
    width: 226px;
  }
}

/* -----------------------------------------------------------
	.con_wine
----------------------------------------------------------- */
.con_wine {
  padding-top: 95px;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_wine {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine {
    padding-bottom: 1em;
  }
}
.con_wine:before {
  content: '';
  background: url(../images/home/img_d5.png) no-repeat top left;
  display: block;
  position: absolute;
  left: 11.05%;
  top: 0;
  width: 14.0%;
  height: 0;
  padding-bottom: 11.95%;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .con_wine:after {
    content: '';
    background: url(../images/home/img_d8.png) no-repeat top left;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15.4%;
    height: 0;
    padding-bottom: 13%;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media print {
  .con_wine:after {
    content: '';
    background: url(../images/home/img_d8.png) no-repeat top left;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15.4%;
    height: 0;
    padding-bottom: 13%;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_wine h3 {
  text-align: center;
  font-size: 285%;
  color: #62203d;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_wine h3 {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine h3 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine h3 .sub {
    font-size: 90%;
  }
}
.con_wine h3 span {
  font-family: "Cinzel", "Times New Roman", serif;
  padding: 0 .1em;
}
.con_wine h3 .txt {
  display: block;
  font-size: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_wine h3 .txt {
    font-size: 54%;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine h3 .txt {
    font-size: 70%;
    margin-top: .5em;
  }
}
.con_wine .box_wine {
  margin-top: 55px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_wine .box_wine {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine {
    margin-top: 2em;
  }
}
.con_wine .box_wine:before {
  content: '';
  background: url(../images/home/img_d6.png) no-repeat top right;
  display: block;
  position: absolute;
  right: 0;
  top: 9.35%;
  width: 12.8%;
  max-width: 187px;
  height: 0;
  padding-bottom: 17.25%;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.con_wine .box_wine:after {
  content: '';
  background: url(../images/home/img_d7.png) no-repeat top right;
  display: block;
  position: absolute;
  left: 8.15%;
  bottom: 0;
  width: 14.5%;
  max-width: 290px;
  height: 0;
  padding-bottom: 14.55%;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.con_wine .box_wine h4 {
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #964553;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 1em;
  width: 95%;
}
.con_wine .box_wine h4:before {
  content: '';
  width: 38px;
  height: 40px;
  background: url(../images/common/ic_st1.png) no-repeat top center;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_wine .box_wine h4:before {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine h4:before {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine h4:before {
    width: 2em;
    height: 2.1em;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_wine .box_wine .txt_lead {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine .txt_lead {
    line-height: 1.5;
    text-align: left;
    width: 95%;
    position: relative;
    z-index: 10;
  }
}
.con_wine .box_wine ul {
  text-align: center;
  letter-spacing: -.4em;
  margin-top: 55px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_wine .box_wine ul {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul {
    margin-top: 0.5em;
  }
}
.con_wine .box_wine ul li {
  width: 28.72727%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 5.90909%;
  counter-increment: cnt;
  position: relative;
  vertical-align: top;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_wine .box_wine ul li {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_wine .box_wine ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .con_wine .box_wine ul li:nth-child(+n+4):before {
    top: -.5em;
  }
  .con_wine .box_wine ul li:nth-child(+n+7):before {
    top: 0;
  }
}
@media print {
  .con_wine .box_wine ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .con_wine .box_wine ul li:nth-child(+n+4):before {
    top: -.5em;
  }
  .con_wine .box_wine ul li:nth-child(+n+7):before {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_wine .box_wine ul li {
    width: 48%;
    margin-left: 4%;
    max-width: 316px;
  }
  .con_wine .box_wine ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li {
    margin-left: 4%;
    width: 48%;
    max-width: 316px;
  }
  .con_wine .box_wine ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.con_wine .box_wine ul li:before {
  display: marker;
  content: "0" counter(cnt);
  position: absolute;
  top: 0;
  left: 28.48101%;
  font-size: 770%;
  color: #f2eeef;
  font-family: "Cinzel", "Times New Roman", serif;
  z-index: 0;
  line-height: 1;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_wine .box_wine ul li:before {
    font-size: 616%;
    letter-spacing: normal;
  }
  .ie .con_wine .box_wine ul li:before {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li:before {
    left: 0;
    top: 35%;
    font-size: 385%;
  }
  .ie .con_wine .box_wine ul li:before {
    font-size: 12%;
  }
}
.con_wine .box_wine ul li .wrp_img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
  letter-spacing: normal;
  width: 22.78481%;
  margin-right: 7.59494%;
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li .wrp_img {
    display: block;
    width: 25%;
    margin: 0 auto .5em;
  }
}
.con_wine .box_wine ul li .wrp_txt {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
  letter-spacing: normal;
  width: 69.62025%;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li .wrp_txt {
    width: 100%;
  }
}
.con_wine .box_wine ul li .wrp_txt > * {
  position: relative;
  z-index: 10;
}
.con_wine .box_wine ul li .wrp_txt .name_jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #62341e;
  text-align: left;
  font-size: 108%;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li .wrp_txt .name_jp {
    line-height: 1.4;
    font-size: 93%;
  }
}
.con_wine .box_wine ul li .wrp_txt .name_jp span {
  font-size: 86%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li .wrp_txt .name_jp span {
    font-size: 100%;
  }
}
.con_wine .box_wine ul li .wrp_txt .name_en {
  display: table;
  width: 100%;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li .wrp_txt .name_en {
    margin-top: 0.5em;
  }
}
.con_wine .box_wine ul li .wrp_txt .name_en span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Cinzel", "Times New Roman", serif;
  color: #a99a70;
  font-size: 93%;
  padding: .7em 0;
  border-top: 1px solid #a99a70;
  border-bottom: 1px solid #a99a70;
  text-align: center;
  line-height: 1;
}
.con_wine .box_wine ul li .wrp_txt .txt {
  color: #62341e;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 93%;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li .wrp_txt .txt {
    margin-top: 0.5em;
  }
}
.con_wine .box_wine ul li .wrp_txt .use {
  padding-bottom: 8px;
  margin-top: 20px;
  text-align: right;
  background: url(../images/common/bg_line2.png) repeat-x bottom right;
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li .wrp_txt .use {
    margin-top: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_wine .box_wine ul li .wrp_txt .use {
    padding-bottom: .2em;
  }
  .con_wine .box_wine ul li .wrp_txt .use img {
    width: 50%;
  }
}

/* -----------------------------------------------------------
	.con_food
----------------------------------------------------------- */
.con_food {
  position: relative;
  padding: 50px 0 180px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_food {
    padding: 30px 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food {
    padding: 1.5em 0 2em;
  }
}
.con_food:before {
  content: '';
  width: 100%;
  height: 500px;
  display: block;
  position: absolute;
  background: url(../images/home/bg_slow.png) no-repeat top center;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_food:before {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 0;
    padding-bottom: 91.25%;
  }
}
@media only screen and (min-width: 768px) {
  .con_food:after {
    content: '';
    width: 199px;
    height: 301px;
    background: url(../images/home/img_d10.jpg) no-repeat top left;
    display: block;
    right: 0;
    position: absolute;
    top: 40.43746%;
    width: 9.95%;
    height: 0;
    padding-bottom: 15.05%;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media print {
  .con_food:after {
    content: '';
    width: 199px;
    height: 301px;
    background: url(../images/home/img_d10.jpg) no-repeat top left;
    display: block;
    right: 0;
    position: absolute;
    top: 40.43746%;
    width: 9.95%;
    height: 0;
    padding-bottom: 15.05%;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_food > * {
  position: relative;
  z-index: 10;
}
.con_food h3 {
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #964553;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 1em;
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .con_food h3 img {
    width: 79.34783%;
    display: block;
    margin: 0 auto;
  }
}
.con_food h3:before {
  content: '';
  width: 38px;
  height: 40px;
  background: url(../images/common/ic_st1.png) no-repeat top center;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_food h3:before {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food h3:before {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_food h3:before {
    width: 2em;
    height: 2.1em;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_food .txt_lead {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  font-size: 100%;
  line-height: 1.8;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_food .txt_lead {
    line-height: 1.6;
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
}
.con_food .box_img {
  margin-top: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_food .box_img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_img {
    margin-top: 1em;
  }
}
.con_food .box_img #obj_slider {
  margin-bottom: 0;
  padding-bottom: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_food .box_img #obj_slider {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_img #obj_slider {
    padding-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_img .slick-slide {
    overflow: hidden;
  }
  .con_food .box_img .slick-slide img {
    position: relative;
    width: 160%;
    max-width: none;
    margin-left: -30%;
  }
}
.con_food .box_img .slick-dots {
  bottom: 0;
  z-index: 4000;
}
.con_food .box_img .slick-dots li {
  width: .9em;
  height: .9em;
  background: transparent;
  -moz-transition: background 300ms, border 300ms;
  -o-transition: background 300ms, border 300ms;
  -webkit-transition: background 300ms, border 300ms;
  transition: background 300ms, border 300ms;
  border: 1px solid #ababab;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 8px;
}
.con_food .box_img .slick-dots li.slick-active, .con_food .box_img .slick-dots li:hover {
  background: #d5d5d5;
  border-color: #d5d5d5;
}
.con_food .box_img .slick-dots li:first-child {
  margin-left: 0;
}
.con_food .box_img .slick-dots li button {
  width: 100%;
  height: 100%;
}
.con_food .box_img .slick-dots li button:before {
  display: none;
}
@media only screen and (min-width: 1101px) {
  .con_food .box_img:before {
    content: '';
    width: 240px;
    height: 261px;
    background: url(../images/home/img_d9.jpg) no-repeat top left;
    display: block;
    bottom: -10px;
    left: -187px;
    position: absolute;
  }
}
@media print {
  .con_food .box_img:before {
    content: '';
    width: 240px;
    height: 261px;
    background: url(../images/home/img_d9.jpg) no-repeat top left;
    display: block;
    bottom: -10px;
    left: -187px;
    position: absolute;
  }
}
.con_food .box_txt {
  padding-top: 45px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_food .box_txt {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_txt {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_food .box_txt:before {
    content: '';
    height: 0;
    background: url(../images/home/img_d13.jpg) no-repeat top left;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    position: absolute;
    bottom: -100px;
    right: 28.64583%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1101px) {
  .con_food .box_txt:before {
    width: 200px;
    height: 132px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_food .box_txt:before {
    max-width: 200px;
    width: 18.18182%;
    padding-bottom: 12%;
    bottom: -8em;
  }
}

@media print {
  .con_food .box_txt:before {
    content: '';
    height: 0;
    background: url(../images/home/img_d13.jpg) no-repeat top left;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    position: absolute;
    bottom: -100px;
    right: 28.64583%;
  }
}
@media print {
  .con_food .box_txt:before {
    width: 200px;
    height: 132px;
  }
}
.con_food .box_txt:after {
  content: '';
  width: 91px;
  height: 1px;
  background: #b2b295;
  display: block;
  margin: 0 auto;
  margin-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_food .box_txt:after {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_txt:after {
    margin-top: 1.5em;
  }
}
.con_food .box_txt .st {
  font-size: 139%;
  font-family: "Cinzel", "Times New Roman", serif;
  text-align: center;
  letter-spacing: .05em;
  color: #888161;
}
.con_food .box_txt .st:before {
  content: '';
  width: 172px;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: url(../images/common/ic_st2.png) no-repeat top center;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_food .box_txt .st:before {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_txt .st:before {
    margin-bottom: 0.5em;
  }
}
.con_food .box_txt ul {
  position: relative;
}
.con_food .box_txt ul li {
  font-size: 100%;
  letter-spacing: .1em;
  color: #4e4e4e;
  text-align: center;
  margin-top: 1.6em;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_food .box_txt ul li {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_txt ul li {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_food .box_txt ul li {
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_txt ul li {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .con_food .box_txt ul:before {
    content: '';
    width: 15.26042%;
    height: 0;
    padding-bottom: 19.0625%;
    background: url(../images/home/img_d11.jpg) no-repeat top left;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    position: absolute;
    left: 6.5%;
    top: 17.54386%;
  }
}
@media print {
  .con_food .box_txt ul:before {
    content: '';
    width: 15.26042%;
    height: 0;
    padding-bottom: 19.0625%;
    background: url(../images/home/img_d11.jpg) no-repeat top left;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    position: absolute;
    left: 6.5%;
    top: 17.54386%;
  }
}
@media only screen and (min-width: 768px) {
  .con_food .box_txt ul:after {
    content: '';
    width: 26%;
    height: 0;
    padding-bottom: 24%;
    background: url(../images/home/img_d12.jpg) no-repeat top left;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    position: absolute;
    right: 0;
    top: 40.35088%;
  }
}
@media print {
  .con_food .box_txt ul:after {
    content: '';
    width: 26%;
    height: 0;
    padding-bottom: 24%;
    background: url(../images/home/img_d12.jpg) no-repeat top left;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    position: absolute;
    right: 0;
    top: 40.35088%;
  }
}
.con_food .box_txt .txt_att {
  text-align: center;
  font-size: 93%;
  margin-top: 2em;
  letter-spacing: .1em;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .con_food .box_txt .txt_att {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_txt .txt_att {
    text-align: left;
    width: 93%;
    margin: 2em auto 0;
    letter-spacing: normal;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* -----------------------------------------------------------
	.con_package
----------------------------------------------------------- */
.con_package {
  background: url(../images/common/bg1.png) repeat top left;
  padding-top: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_package {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_package:before {
    content: '';
    width: 18.3%;
    height: 0;
    padding-bottom: 58.3871%;
    background: url(../images/home/img_dec14.png) no-repeat top left;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 14.51613%;
    left: 2.55%;
  }
}
@media print {
  .con_package:before {
    content: '';
    width: 18.3%;
    height: 0;
    padding-bottom: 58.3871%;
    background: url(../images/home/img_dec14.png) no-repeat top left;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 14.51613%;
    left: 2.55%;
  }
}
@media only screen and (min-width: 768px) {
  .con_package:after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    background: url(../images/home/bg_pac.png) no-repeat top center;
  }
}
@media print {
  .con_package:after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    background: url(../images/home/bg_pac.png) no-repeat top center;
  }
}
.con_package h3 {
  color: #FFF;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-align: center;
  border-bottom: 1px solid #ad5e6b;
  max-width: 1040px;
  margin: 0 auto;
  width: 95%;
  font-size: 185%;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_package h3 {
    padding-bottom: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package h3 {
    padding-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_package h3 {
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package h3 {
    font-size: 139%;
  }
}
.con_package h3:before {
  content: '';
  width: 38px;
  height: 40px;
  background: url(../images/common/ic_st3.png) no-repeat top center;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_package h3:before {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package h3:before {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package h3:before {
    width: 2em;
    height: 2.1em;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.con_package .box_pac {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  letter-spacing: -.4em;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_package .box_pac {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac {
    padding-bottom: 2em;
  }
}
.con_package .box_pac .wrp_img {
  width: 41.34615%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-right: 4.32692%;
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .wrp_img {
    width: 100%;
    display: block;
    margin: 0 auto .5em;
    max-width: 430px;
  }
}
.con_package .box_pac .wrp_txt {
  width: 53.84615%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .wrp_txt {
    width: 100%;
    text-align: center;
  }
}
.con_package .box_pac .wrp_txt h4 {
  color: #FFF;
  color: #d1c0a5;
  font-size: 154%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .wrp_txt h4 {
    font-size: 131%;
    text-align: left;
  }
}
.con_package .box_pac .wrp_txt .txt {
  color: #FFF;
  font-size: 100%;
  line-height: 1.8;
  margin-top: 1.5em;
  margin-top: 1.5em;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_package .box_pac .wrp_txt .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .wrp_txt .txt {
    margin-top: 0.5em;
  }
}
.con_package .box_pac .wrp_txt .btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_package .box_pac .wrp_txt .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .wrp_txt .btn {
    margin-top: 1em;
  }
}
.con_package .box_pac .wrp_txt .btn a {
  background: #bc6473;
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 1em 2.5em;
  font-size: 108%;
  line-height: 1;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.con_package .box_pac .wrp_txt .btn a:before, .con_package .box_pac .wrp_txt .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_package .box_pac .wrp_txt .btn a > * {
  vertical-align: middle;
  display: inline;
}
.con_package .box_pac .wrp_txt .btn a:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_package .box_pac .wrp_txt .btn a {
    padding: 1em 2em;
    margin: 0 auto;
  }
}
.con_package .box_pac .wrp_txt .btn a:hover {
  background: #a54858;
}

/* -----------------------------------------------------------
	.con_tel
----------------------------------------------------------- */
.con_tel {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_tel {
    margin-top: 1.5em;
  }
}
.con_tel .st:before, .con_tel .st:after {
  font-family: "Times New Roman", serif;
  font-size: 277%;
  color: #b29d52;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1;
  padding-bottom: .2em;
}
@media only screen and (max-width: 767px) {
  .con_tel .st:before, .con_tel .st:after {
    font-size: 385%;
    text-align: center;
  }
  .ie .con_tel .st:before, .ie .con_tel .st:after {
    font-size: 30%;
  }
}
.con_tel .st:before {
  content: '{';
  padding-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_tel .st:before {
    padding-right: 0.1em;
  }
}
.con_tel .st:after {
  content: '}';
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_tel .st:after {
    padding-left: 0.1em;
  }
}
.con_tel .st span {
  color: #4e4e4e;
  font-weight: bold;
  font-size: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_tel .st span {
    width: 80%;
  }
}
.con_tel .st span em {
  color: #b29d52;
  font-size: 124%;
}
.con_tel .end {
  background: #FA8258;
  display: inline-block;
  color: #fff !important;
  padding: 4px 15px 0 20px;
  margin: 5px 0;
  font-size: 124%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .con_tel .end {
    font-size: 108%;
    text-align: center;
    width: 95%;
    padding: .5em 0;
  }
}
.con_tel .txt {
  color: #964553;
  font-family: "Times New Roman", serif;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_tel .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_tel .txt {
    margin-top: 0.5em;
  }
}
.con_tel .txt a, .con_tel .txt span {
  font-size: 270%;
  color: #964553;
  margin: 0 .2em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_tel .txt a, .con_tel .txt span {
    font-size: 231%;
    margin: .2em auto 0;
    display: block;
  }
}
.con_tel .txt a em, .con_tel .txt span em {
  font-size: 58%;
}
@media only screen and (max-width: 767px) {
  .con_tel .txt a {
    text-decoration: underline;
  }
}
.con_tel .btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_tel .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tel .btn {
    margin-top: 1em;
  }
}
.con_tel .btn a {
  border: 1px solid #462515;
  color: #462515;
  display: block;
  text-decoration: none;
  padding: 1em 2.5em;
  font-size: 108%;
  line-height: 1;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  -moz-transition: background 300ms, color 300ms;
  -o-transition: background 300ms, color 300ms;
  -webkit-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
}
.con_tel .btn a:before, .con_tel .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_tel .btn a > * {
  vertical-align: middle;
  display: inline;
}
.con_tel .btn a:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_tel .btn a {
    padding: 1em 1.5em;
    margin: 0 auto;
  }
}
.con_tel .btn a:hover {
  background: #462515;
  color: #FFF;
}

/* -----------------------------------------------------------
	.con_sns
----------------------------------------------------------- */
.con_sns {
  margin: 0 auto;
  width: 95%;
  max-width: 980px;
  position: relative;
  padding: 23px 0 35px;
  text-align: center;
  margin-top: 60px;
  letter-spacing: -.4em;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_sns {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sns {
    padding: 1.5em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_sns {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sns {
    margin-top: 2em;
  }
}
.con_sns:before, .con_sns:after {
  content: '';
  width: 100%;
  height: 4px;
  background: url(../images/common/bg_line2.png) repeat-x top left;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.con_sns:before {
  top: 0;
}
.con_sns:after {
  bottom: 0;
}
.con_sns li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 35.5814%;
  margin-top: .5em;
  max-width: 306px;
}
@media only screen and (min-width: 768px) {
  .con_sns li {
    margin-left: 1.04651%;
  }
  .con_sns li:first-child {
    margin-left: 0;
  }
}
@media print {
  .con_sns li {
    margin-left: 1.04651%;
  }
  .con_sns li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sns li {
    width: 90%;
    max-width: 330px;
  }
  .con_sns li:first-child {
    margin-top: 0;
  }
}
.con_sns li.fb a {
  background: #3b5a9a;
}
.con_sns li.tw a {
  background: #55acee;
}
.con_sns li.ln a {
  background: #00c300;
}
.con_sns li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 1em;
  line-height: 1;
  font-size: 131%;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
@media only screen and (max-width: 767px) {
  .con_sns li a {
    font-size: 108%;
  }
}
.con_sns li a i {
  padding-right: .5em;
  font-size: 118%;
}
