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

 file name  : restaurant.css
 author     : Ability Consultant
 style info : restaurant
=================================================================== */
.con_main .box_info, .con_style, .con_style .btn_s {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .con_main .box_info, .con_style, .con_style .btn_s {
    width: 95%;
  }
}
@media print {
  .con_main .box_info, .con_style, .con_style .btn_s {
    width: 95%;
  }
}
.ie8 .con_main .box_info, .con_main .ie8 .box_info, .ie8 .con_style, .ie8 .con_style .btn_s, .con_style .ie8 .btn_s {
  width: 95%;
}

.con_main .box_info:after, .con_style .box_style:after, .con_res:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_slide * {
  outline: none;
}

.slick-dots {
  margin-top: 10px;
}
.slick-dots li {
  border: 1px solid #a8a8a8;
  border-radius: 50%;
}

.txt {
  line-height: 1.8;
}

.st_high {
  text-align: center;
  font-weight: normal;
}
.st_high span {
  display: block;
}
.st_high span.en {
  font-size: 358%;
  color: #48412d;
  font-family: "Oswald", sans-serif;
  color: #48412d;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_high span.en {
    font-size: 358%;
  }
}
@media only screen and (max-width: 767px) {
  .st_high span.en {
    font-size: 258%;
  }
}
.st_high span.en em {
  color: #e05f0a;
}
.st_high span.jp {
  font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_high span.jp {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .st_high span.jp {
    font-size: 115%;
  }
}

.btn_s {
  text-align: center;
}
.btn_s.white a {
  display: inline-block;
  width: 100%;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: transparent;
  border: 1px solid #000;
  color: #000 !important;
  max-width: 500px;
}
.btn_s.white a span {
  padding: 1em;
}
.btn_s.white a:hover {
  background: #000;
  border-color: #000;
  color: #fff !important;
}
.btn_s.white a span {
  display: block;
}
.btn_s.white a:after {
  content: "→";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn_s.white a:hover:after {
  right: 0.5em;
}
.note_important {
  font-size: 100%;
  background: white;
  width: auto;
  max-width: 50em;
  padding: 1.5em;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .note_important {
    font-size: 86%;
    line-height: 1.5;
  }
}
.note_important strong {
  font-size: 120%;
  text-align: center;
  display: block;
}
.note_important a {
  text-decoration: underline;
}
.note_important a:hover {
  text-decoration: none;
}
.note_important em {
  text-align: right;
  display: block;
}
/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  margin: 60px 0 135px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main {
    margin: 40px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    margin: 30px 0 40px;
  }
}
.con_main .box_slide {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_slide {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide {
    margin-bottom: 30px;
  }
}
.con_main .box_info .info {
  float: left;
  width: 31.25%;
}
@media only screen and (max-width: 1024px) {
  .con_main .box_info .info {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_info .info {
    width: 100%;
    margin: 0 0 1em;
  }
}
.con_main .box_info .info h3 {
  font-weight: normal;
  font-size: 172%;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_info .info h3 {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_info .info h3 {
    font-size: 143%;
  }
}
.con_main .box_info .box_table {
  float: right;
  width: 47.65625%;
  margin-right: 2.34375%;
}
@media only screen and (max-width: 1024px) {
  .con_main .box_info .box_table {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_info .box_table {
    width: 100%;
  }
}
.con_main .box_info .box_table table {
  width: 100%;
  border-top: 1px solid #e7e5d8;
}
.con_main .box_info .box_table table tr {
  border-bottom: 1px solid #e7e5d8;
}

/* -----------------------------------------------------------
	con_style
----------------------------------------------------------- */
.con_style {
  max-width: 1590px;
  margin-bottom: 230px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style {
    margin-bottom: 50px;
  }
}
.con_style h3 {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style h3 {
    margin-bottom: 20px;
  }
}
.con_style .box_style {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style .box_style {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_style {
    margin-bottom: 20px;
  }
}
.con_style .box_style .box_info {
  float: left;
  width: 49.68553%;
}
@media only screen and (max-width: 1024px) {
  .con_style .box_style .box_info {
    width: 100%;
    margin: 0 0 1em;
  }
}
.con_style .box_style .box_info .photo {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style .box_style .box_info .photo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_style .box_info .photo {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_style .box_style .box_info .photo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_style .box_info .photo {
    display: block;
  }
}
.con_style .box_style .box_info .pic {
  display: none;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style .box_style .box_info .pic {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_style .box_info .pic {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_style .box_style .box_info .pic {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .box_style .box_info .pic {
    display: none;
  }
}
.con_style .box_style .box_info .txt {
  padding: 0 2.5%;
}
.con_style .box_style .box_info .txt:last-child {
  margin-top: 20px;
}
.con_style .box_style .box_info:last-child {
  float: right;
}
.con_style .btn_s {
  padding-top: 40px;
  max-width: 1430px;
  background: transparent url(../images/common/bg_line.jpg) repeat-x left top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_style .btn_s {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_style .btn_s {
    padding-top: 20px;
  }
}

/* -----------------------------------------------------------
	con_res
----------------------------------------------------------- */
.con_res {
  position: relative;
  margin-bottom: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res {
    margin-bottom: 50px;
  }
}
.con_res > .box_slide {
  position: relative;
  float: left;
  width: 50%;
  margin-left: 3.75%;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .con_res > .box_slide {
    display: none;
  }
}
.con_res > .box_slide .slick-dots {
  text-align: right;
}
.con_res .box_info {
  position: absolute;
  right: 0;
  width: 50%;
  padding: 125px 0 200px;
  top: -60px;
  background: #f8f7f0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_info {
    padding: 20px 2.5% 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_info {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1500px) {
  .con_res .box_info {
    padding: 50px 2.5% 50px;
  }
}
@media print {
  .con_res .box_info {
    padding: 50px 2.5% 50px;
  }
}
.ie8 .con_res .box_info {
  padding: 50px 2.5% 50px;
}
@media only screen and (max-width: 1024px) {
  .con_res .box_info {
    padding: 30px 2.5% 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_res .box_info {
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_info {
    width: 100%;
    position: static;
  }
}
.con_res .box_info .info {
  max-width: 680px;
  margin-left: 18%;
}
@media only screen and (max-width: 1024px) {
  .con_res .box_info .info {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_info .info {
    width: 100%;
    margin: 0;
    padding: 0 2.5%;
  }
}
.con_res .box_info .info h3 {
  margin-bottom: 150px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_info .info h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_info .info h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_info .info h3 {
    text-align: center;
  }
}
.con_res .box_info .info .txt {
  margin-bottom: 3%;
}
.con_res .box_info .info .box_slide {
  margin: 0 0 1em;
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_res .box_info .info .box_slide {
    display: block;
  }
}
