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

 file name  : restaurant_common.css
 author     : Ability Consultant
 style info : レストラン下層　共通
=================================================================== */
.con_search .st_rest, .con_rest_det .box_slider, .con_menu .box_btn, .con_info_det {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search .st_rest, .con_rest_det .box_slider, .con_menu .box_btn, .con_info_det {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .st_rest, .con_rest_det .box_slider, .con_menu .box_btn, .con_info_det {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 767px) {
  #topicpath li:nth-child(3) {
    padding-left: 2em;
    text-indent: -2em;
  }
}

/* -----------------------------------------------------------
	con_search
----------------------------------------------------------- */
.con_search {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-top: 12%;
  }
}
.con_search .st_rest {
  text-align: center;
  color: #fff;
  padding: 25px 0;
  background: #e39575;
}
@media only screen and (max-width: 767px) {
  .con_search .st_rest {
    padding: 4% 0;
  }
}
.con_search .st_rest #svgRest {
  fill: #fff;
  -moz-transition: fill 1s;
  -o-transition: fill 1s;
  -webkit-transition: fill 1s;
  transition: fill 1s;
  width: 40px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_search .st_rest #svgRest {
    width: auto;
    height: 0.8em;
  }
}
.con_search .st_rest em {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 129%;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .06em;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
}
@media only screen and (max-width: 767px) {
  .con_search .st_rest em {
    font-size: 115%;
  }
}
.con_search #tc-widget {
  display: block !important;
  padding: 20px 0 50px;
  background: #f6f6f0;
}
@media only screen and (max-width: 767px) {
  .con_search #tc-widget {
    padding: 4% 0 6%;
  }
}
.con_search #tc-widget .tc-wrap .tc-body .tc-content .tc-shop label select {
  background: #fff;
}

/* -----------------------------------------------------------
	con_rest_det
----------------------------------------------------------- */
.con_rest_det {
  margin: 125px auto 95px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_rest_det {
    margin: 10% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_det {
    margin: 12% auto;
  }
}
.con_rest_det h3 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_rest_det h3 img {
    max-width: 10em;
  }
}
.con_rest_det .st {
  text-align: center;
  font-size: 129%;
  letter-spacing: .5em;
  margin: 25px 0 20px;
}
@media only screen and (max-width: 767px) {
  .con_rest_det .st {
    margin: 4% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_det .st {
    letter-spacing: .1em;
    font-size: 115%;
  }
}
.con_rest_det .box_cate {
  overflow: hidden;
  display: table;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_cate {
    margin-bottom: 4%;
  }
}
.con_rest_det .box_cate li {
  display: table-cell;
  font-size: 93%;
  letter-spacing: .04em;
  padding: 0 1.2em;
  border-top: 1px solid #d2ccc5;
  border-bottom: 1px solid #d2ccc5;
  border-right: 1px solid #d2ccc5;
}
.con_rest_det .box_cate li:first-child {
  border-left: 1px solid #d2ccc5;
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_cate li {
    padding: 0 .4em;
  }
}
.con_rest_det .box_slider {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_slider {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_slider {
    width: 100%;
  }
  .con_rest_det .box_slider .photo {
    overflow: hidden;
  }
  .con_rest_det .box_slider .photo img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
.con_rest_det .box_slider .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_slider .slick-list {
    overflow: hidden;
  }
}
.con_rest_det .box_slider .slick-list .slick-track .photo {
  position: relative;
}
.con_rest_det .box_slider .slick-list .slick-track .photo:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.con_rest_det .box_slider .slick-list .slick-track .slick-active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.con_rest_det .box_slider .slick-arrow {
  position: absolute;
  height: 0;
  overflow: hidden;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_slider .slick-arrow {
    width: 10%;
    max-width: 50px;
  }
}
.con_rest_det .box_slider .slick-prev {
  cursor: pointer;
  background: url(../images/common/ic_slick_arr.png) no-repeat center;
  background-size: 100% auto;
  left: 0;
}
.con_rest_det .box_slider .slick-prev::before {
  content: "";
}
.con_rest_det .box_slider .slick-next {
  cursor: pointer;
  background: url(../images/common/ic_slick_arr.png) no-repeat center;
  background-size: 100% auto;
  -moz-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
  right: 0;
}
.con_rest_det .box_slider .slick-next::before {
  content: "";
}
.con_rest_det .box_thum {
  margin: 0 auto;
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_thum {
    width: 100%;
  }
}
.con_rest_det .box_thum .slick-list {
  padding: 0 !important;
}
.con_rest_det .box_thum .slick-list .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.con_rest_det .box_thum .slick-list .slick-track .slick-current {
  cursor: default;
}
.con_rest_det .box_thum .slick-list .slick-track .slick-current:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.con_rest_det .box_thum .slick-list .slick-track .slick-current:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.con_rest_det .box_thum .photo {
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  float: none;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  max-width: 120px;
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_thum .photo {
    margin: 0 0.2em;
    max-width: none;
    width: 3.8em !important;
  }
}
.con_rest_det .box_thum .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #a18250;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.con_rest_det .box_thum .photo:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.con_rest_det .box_txt {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
@media only screen and (max-width: 1099px) {
  .con_rest_det .box_txt {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_txt {
    width: 91.66667%;
  }
}
.con_rest_det .box_txt .sst {
  font-size: 129%;
  letter-spacing: .18em;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_txt .sst {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_txt .sst {
    font-size: 115%;
  }
}
.con_rest_det .box_txt .txt {
  line-height: 2;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_txt .txt {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_det .box_txt .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_menu
----------------------------------------------------------- */
.con_menu {
  background: url(../images/common/bg_gray.jpg) repeat 0 0;
  position: relative;
  padding: 60px 0 70px;
  overflow: hidden;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu {
    margin-bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu {
    margin-bottom: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu {
    padding: 10% 0;
  }
}
.con_menu:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
  width: 0;
  height: 0;
  border-width: 0 0 900px 1920px;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.6) transparent;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .con_menu:before {
    width: 100%;
    height: 100%;
    left: -100%;
    margin-left: 0;
  }
}
.con_menu h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.con_menu h3 em {
  display: block;
  line-height: 1;
  color: #a18450;
  letter-spacing: .02em;
  font-family: 'EB Garamond', serif;
  font-size: 515%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 em {
    font-size: 429%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 em {
    font-size: 265%;
  }
}
.con_menu h3 span {
  display: block;
  font-size: 129%;
  letter-spacing: .5em;
  margin-top: 0.5em;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 span {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 span {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 {
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 em {
    letter-spacing: -.02em;
  }
}
.con_menu .box_menu {
  max-width: 1425px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu {
    width: 91.66667%;
  }
}
.con_menu .box_menu .menu_list {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_list {
    width: 100%;
  }
}
.con_menu .box_menu .menu_list a {
  display: block;
  text-decoration: none;
  padding: 20px 4.80702%;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  -webkit-transition: background 1s;
  transition: background 1s;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_list a {
    padding: 2.5% 2% 4%;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_menu .box_menu .menu_list a:hover {
  background: #fff;
}
.con_menu .box_menu .menu_list a .photo {
  width: 100%;
  padding-top: 66.77019%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_list a .photo {
    margin-bottom: 2%;
  }
}
.con_menu .box_menu .menu_list a .photo img {
  position: absolute;
  top: 0;
  left: 0;
}
.con_menu .box_menu .menu_list a .box_txt {
  width: 100%;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .menu_list a .box_txt {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_list a .box_txt {
    margin-top: 0;
  }
}
.con_menu .box_menu .menu_list a .box_txt .cate {
  background: #bebaa6;
  color: #fff;
  text-align: center;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_list a .box_txt .cate {
    font-size: 86%;
  }
}
.con_menu .box_menu .menu_list a .box_txt .st {
  margin: 1em 0;
  font-family: 'Noto Serif JP', serif;
  word-wrap: break-word;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_list a .box_txt .st {
    margin: .3em 0 0.5em;
    font-size: 100%;
  }
}
.con_menu .box_menu .menu_list a .box_txt .txt_price {
  padding-top: 1em;
  color: #ac7f6d;
  text-align: center;
  border-top: 1px solid #d8d8d8;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_list a .box_txt .txt_price {
    padding-top: 0.5em;
  }
}
.con_menu .box_menu .menu_list a .box_txt .txt_price span {
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .menu_list a .box_txt .txt_price span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_list a .box_txt .txt_price span {
    font-size: 93%;
  }
}
.con_menu .box_menu .menu_list a .box_txt .txt_price span em {
  font-size: 188%;
  font-family: 'Lusitana', serif;
  display: inline-block;
  margin: 0 0.25em;
  letter-spacing: .04em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .menu_list a .box_txt .txt_price span em {
    font-size: 172%;
    margin: 0;
  }
}
.con_menu .box_menu .menu_list a .box_txt .tax {
  text-align: center;
  margin-top: 10px;
}
.con_menu .box_menu .menu_list a .box_txt .tax span {
  display: inline-block;
  border: 1px solid #d2ccc5;
  font-size: 86%;
  line-height: 1;
  padding: .3em .5em;
}
.con_menu .box_menu .slick-prev, .con_menu .box_menu .slick-next {
  font-size: 200%;
  font-family: 'Lusitana', serif;
  color: #a18450;
  width: auto;
  height: auto;
  line-height: 1;
  top: auto;
  bottom: -80px;
  z-index: 1;
}
.con_menu .box_menu .slick-prev:before, .con_menu .box_menu .slick-next:before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .slick-prev, .con_menu .box_menu .slick-next {
    font-size: 158%;
    bottom: -1.8em;
  }
}
.con_menu .box_menu .slick-prev {
  left: 45%;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .slick-prev {
    left: 30%;
  }
}
.con_menu .box_menu .slick-next {
  right: 45%;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .slick-next {
    right: 30%;
  }
}
.con_menu .box_slider {
  max-width: 1825px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_slider {
    width: 91.66667%;
  }
}
.con_menu #menu_slider {
  width: 363px;
  margin: auto;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider {
    width: 100%;
  }
}
.con_menu #menu_slider .slick-list {
  overflow: visible;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slick-list {
    margin-bottom: 8%;
    overflow: hidden;
  }
}
.con_menu #menu_slider .slide {
  width: 363px;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slide {
    width: 100%;
  }
}
.con_menu #menu_slider .slide a {
  display: block;
  text-decoration: none;
  padding: 20px 5.45479%;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  -webkit-transition: background 1s;
  transition: background 1s;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slide a {
    padding: 2.5%;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_menu #menu_slider .slide a:hover {
  background: #fff;
}
.con_menu #menu_slider .slide a .photo {
  width: 322px;
  padding-top: 66.77019%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slide a .photo {
    width: 100%;
  }
}
.con_menu #menu_slider .slide a .photo img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slide a .box_txt {
    width: 100%;
    margin-top: 3%;
  }
}
.con_menu #menu_slider .slide a .box_txt .st {
  margin: 1em 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slide a .box_txt .st {
    margin: 0 0 0.5em;
    font-size: 100%;
  }
}
.con_menu #menu_slider .slide a .box_txt .txt_price {
  padding-top: 1em;
  color: #ac7f6d;
  text-align: center;
  border-top: 1px solid #d8d8d8;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slide a .box_txt .txt_price {
    padding-top: 0.5em;
  }
}
.con_menu #menu_slider .slide a .box_txt .txt_price span {
  font-size: 115%;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu #menu_slider .slide a .box_txt .txt_price span {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slide a .box_txt .txt_price span {
    font-size: 93%;
  }
}
.con_menu #menu_slider .slide a .box_txt .txt_price span em {
  font-size: 188%;
  font-family: 'EB Garamond', serif;
  display: inline-block;
  margin: 0 0.25em;
  letter-spacing: .04em;
}
.con_menu #menu_slider .slick-dots {
  line-height: 1;
  bottom: -60px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slick-dots {
    bottom: -1.8em;
  }
}
.con_menu #menu_slider .slick-dots li {
  width: auto;
  height: auto;
  font-size: 108%;
  font-family: 'Lusitana', serif;
  color: #8b7e6f;
  letter-spacing: .06em;
  margin: 0 .5em;
  padding: 0;
  -moz-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  -webkit-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
.con_menu #menu_slider .slick-dots li.slick-active {
  font-size: 143%;
}
.con_menu #menu_slider .slick-prev, .con_menu #menu_slider .slick-next {
  font-size: 200%;
  font-family: 'Lusitana', serif;
  color: #a18450;
  width: auto;
  height: auto;
  line-height: 1;
  top: auto;
  bottom: -80px;
  z-index: 1;
}
.con_menu #menu_slider .slick-prev:before, .con_menu #menu_slider .slick-next:before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slick-prev, .con_menu #menu_slider .slick-next {
    bottom: -1.8em;
    font-size: 158%;
  }
}
.con_menu #menu_slider .slick-prev {
  left: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slick-prev {
    left: 30%;
  }
}
.con_menu #menu_slider .slick-next {
  right: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_menu #menu_slider .slick-next {
    right: 30%;
  }
}
.con_menu .btn {
  width: 304px;
  margin: 70px auto 0;
}
.con_menu .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: .8em 0;
  position: relative;
  background: #a18450;
  font-family: 'Noto Serif JP', serif;
}
.con_menu .btn a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8d6f01;
  -moz-transition: width 0.4s ease-out 0s;
  -o-transition: width 0.4s ease-out 0s;
  -webkit-transition: width 0.4s ease-out;
  -webkit-transition-delay: 0s;
  transition: width 0.4s ease-out 0s;
}
.con_menu .btn a span {
  position: relative;
  z-index: 1;
  color: #fff;
}
.con_menu .btn a span:after {
  content: "";
  width: 22px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0 0 .5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow01%22%20data-name%3D%22arrow01%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.35%208.52%22%3E%3Cpolygon%20points%3D%2231.31%200%2032.94%207.01%200%207.01%200%208.52%2040.35%208.52%2031.31%200%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 22px 5px;
}
@media only screen and (max-width: 767px) {
  .con_menu .btn a span:after {
    width: 1em;
    height: 0.22em;
    background-size: 1em 0.22em;
  }
}
.con_menu .btn a:hover:after {
  width: 100%;
}
.con_menu .btn a {
  background: #e39575;
}
.con_menu .btn a:after {
  background: #d67952;
}
@media only screen and (max-width: 767px) {
  .con_menu .btn {
    width: 91.66667%;
    margin: 12% auto 0;
  }
}
.con_menu .box_btn {
  text-align: center;
  letter-spacing: -.4em;
  margin-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_btn {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_btn {
    margin-top: 6%;
  }
}
.con_menu .box_btn p {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 1.81818%;
}
.con_menu .box_btn p a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: .8em 0;
  position: relative;
  background: #a18450;
  font-family: 'Noto Serif JP', serif;
}
.con_menu .box_btn p a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8d6f01;
  -moz-transition: width 0.4s ease-out 0s;
  -o-transition: width 0.4s ease-out 0s;
  -webkit-transition: width 0.4s ease-out;
  -webkit-transition-delay: 0s;
  transition: width 0.4s ease-out 0s;
}
.con_menu .box_btn p a span {
  position: relative;
  z-index: 1;
  color: #fff;
}
.con_menu .box_btn p a span:after {
  content: "";
  width: 22px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0 0 .5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow01%22%20data-name%3D%22arrow01%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.35%208.52%22%3E%3Cpolygon%20points%3D%2231.31%200%2032.94%207.01%200%207.01%200%208.52%2040.35%208.52%2031.31%200%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 22px 5px;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_btn p a span:after {
    width: 1em;
    height: 0.22em;
    background-size: 1em 0.22em;
  }
}
.con_menu .box_btn p a:hover:after {
  width: 100%;
}
.con_menu .box_btn p a {
  background: #e39575;
}
.con_menu .box_btn p a:after {
  background: #d67952;
}
.con_menu .box_btn p:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_btn p a {
    padding: .8em .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_btn p {
    width: 100%;
    margin-top: 2%;
  }
}
.con_menu .box_btn p.pdf a span:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .3em;
}
@media only screen and (min-width: 1100px) {
  .con_menu .box_btn.four p {
    width: 23.63636%;
  }
}
@media print {
  .con_menu .box_btn.four p {
    width: 23.63636%;
  }
}
.ie8 .con_menu .box_btn.four p {
  width: 23.63636%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_btn.four p a {
    padding: 0.8em;
  }
}
@media only screen and (min-width: 1100px) {
  .con_menu .box_btn.fif p {
    width: 18%;
  }
}
@media print {
  .con_menu .box_btn.fif p {
    width: 18%;
  }
}
.ie8 .con_menu .box_btn.fif p {
  width: 18%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_btn.fif p {
    width: 30%;
    margin-bottom: 2%;
  }
}

/* -----------------------------------------------------------
	con_info_det ご案内
----------------------------------------------------------- */
.con_info_det h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
.con_info_det h3 em {
  display: block;
  line-height: 1;
  color: #a18450;
  letter-spacing: .02em;
  font-family: 'EB Garamond', serif;
  font-size: 515%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_info_det h3 em {
    font-size: 429%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det h3 em {
    font-size: 265%;
  }
}
.con_info_det h3 span {
  display: block;
  font-size: 129%;
  letter-spacing: .5em;
  margin-top: 0.5em;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_info_det h3 span {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det h3 span {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_info_det h3 {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det h3 {
    margin-bottom: 6%;
  }
}
.con_info_det .box_info {
  overflow: hidden;
}
@media only screen and (max-width: 1099px) {
  .con_info_det .box_info {
    margin-top: 5%;
  }
  .con_info_det .box_info:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_info {
    margin-top: 8%;
  }
}
.con_info_det .box_info .photo {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_info .photo {
    width: 100%;
  }
  .con_info_det .box_info .photo img {
    width: 100%;
  }
}
.con_info_det .box_info h4 {
  letter-spacing: .06em;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1099px) {
  .con_info_det .box_info h4 {
    margin: 0 auto 1%;
  }
}
.con_info_det .box_info h4 em {
  font-family: 'EB Garamond', serif;
  font-size: 465%;
  letter-spacing: .02em;
  color: #dcdcdc;
  line-height: .8;
  display: block;
}
@media only screen and (min-width: 1100px) and (max-width: 1315px) {
  .con_info_det .box_info h4 em {
    font-size: 429%;
  }
}
@media print {
  .con_info_det .box_info h4 em {
    font-size: 429%;
  }
}
.ie8 .con_info_det .box_info h4 em {
  font-size: 429%;
}
@media only screen and (max-width: 1099px) {
  .con_info_det .box_info h4 em {
    font-size: 415%;
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_info h4 em {
    font-size: 215%;
  }
}
.con_info_det .box_info h4 span {
  font-size: 129%;
  letter-spacing: .08em;
  line-height: 1.6;
  display: block;
  margin-top: .3em;
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_info h4 span {
    font-size: 115%;
    display: inline;
  }
}
.con_info_det .box_info .det_info {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1100px) and (max-width: 1315px) {
  .con_info_det .box_info .det_info {
    width: 44.27083%;
  }
}
@media print {
  .con_info_det .box_info .det_info {
    width: 44.27083%;
  }
}
.ie8 .con_info_det .box_info .det_info {
  width: 44.27083%;
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_info .det_info {
    width: 100%;
    margin: 2% auto 0;
  }
}
.con_info_det .box_info .det_info .txt {
  font-family: 'Noto Serif JP', serif;
}
.con_info_det .box_info .det_info table {
  width: 100%;
  margin-top: 15px;
}
.con_info_det .box_info .det_info table th {
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_info_det .box_info .det_info table td {
    width: 84%;
  }
}
.con_info_det .box_info .det_info ul {
  margin-top: .5em;
}
.con_info_det .box_info .det_info ul li {
  font-size: 93%;
  line-height: 1.3;
}
.con_info_det .box_info .det_info .name {
  font-family: 'Noto Serif JP', serif;
  text-align: right;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_info_det .box_info .det_info .name {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_info .det_info .name {
    margin-top: 5%;
  }
}
.con_info_det .box_info .btn {
  width: 270px;
  margin-top: 25px;
}
.con_info_det .box_info .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: .8em 0;
  position: relative;
  border: 1px solid #4b4b4b;
  font-family: 'Noto Serif JP', serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_info_det .box_info .btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #4b4b4b;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.con_info_det .box_info .btn a span:after {
  content: "";
  width: 22px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0 0 .5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow01%22%20data-name%3D%22arrow01%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.35%208.52%22%3E%3Cpolygon%20points%3D%2231.31%200%2032.94%207.01%200%207.01%200%208.52%2040.35%208.52%2031.31%200%22%20fill%3D%22%23231815%22%2F%3E%3C%2Fsvg%3E");
  background-size: 22px 5px;
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_info .btn a span:after {
    width: 1em;
    height: 0.22em;
    background-size: 1em 0.22em;
  }
}
.con_info_det .box_info .btn:hover a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_info .btn {
    width: 91.66667%;
    margin: 3% auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_info_det .info01 .photo {
    float: right;
  }
}
@media print {
  .con_info_det .info01 .photo {
    float: right;
  }
}
.ie8 .con_info_det .info01 .photo {
  float: right;
}
.con_info_det .info01 .det_info {
  float: right;
  margin-top: 6.25%;
  padding-right: 3.18182%;
}
@media only screen and (min-width: 768px) and (max-width: 1315px) {
  .con_info_det .info01 .det_info {
    margin-top: 1.04167%;
    padding-bottom: 1.04167%;
  }
}
@media print {
  .con_info_det .info01 .det_info {
    margin-top: 1.04167%;
    padding-bottom: 1.04167%;
  }
}
.ie8 .con_info_det .info01 .det_info {
  margin-top: 1.04167%;
  padding-bottom: 1.04167%;
}
@media only screen and (max-width: 767px) {
  .con_info_det .info01 .det_info {
    float: none;
    margin-top: 2%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_info_det .info02 .photo {
    float: left;
  }
}
@media print {
  .con_info_det .info02 .photo {
    float: left;
  }
}
.ie8 .con_info_det .info02 .photo {
  float: left;
}
.con_info_det .info02 .det_info {
  float: left;
  margin-top: 4.6875%;
  padding-left: 3.18182%;
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .con_info_det .info02 .det_info {
    margin-top: 1.04167%;
    padding-bottom: 1.04167%;
  }
}
@media print {
  .con_info_det .info02 .det_info {
    margin-top: 1.04167%;
    padding-bottom: 1.04167%;
  }
}
.ie8 .con_info_det .info02 .det_info {
  margin-top: 1.04167%;
  padding-bottom: 1.04167%;
}
@media only screen and (max-width: 767px) {
  .con_info_det .info02 .det_info {
    float: none;
    margin-top: 2%;
    padding-left: 0;
  }
}
.con_info_det .info02 .det_info h4 em {
  margin-bottom: 0.1em;
}
@media only screen and (max-width: 767px) {
  .con_info_det .info02 .det_info h4 em {
    margin-bottom: 0;
  }
}
.con_info_det .box_rest {
  display: table;
  width: 100%;
  background: #f6f5f0;
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_info_det .box_rest {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_rest {
    margin-top: 12%;
  }
}
.con_info_det .box_rest .pho {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_info_det .box_rest .pho {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_rest .pho {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_rest .pho {
    display: block;
  }
  .con_info_det .box_rest .pho img {
    width: 100%;
  }
}
.con_info_det .box_rest .box_det {
  display: table-cell;
  vertical-align: middle;
  padding: 0 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_info_det .box_rest .box_det {
    padding: 3% 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_rest .box_det {
    padding: 4% 4% 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_rest .box_det {
    display: block;
  }
}
.con_info_det .box_rest .box_det .st {
  font-family: 'Noto Serif JP', serif;
  font-size: 115%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_rest .box_det .st {
    margin-bottom: 3%;
  }
}
.con_info_det .box_rest .box_det .tbl_basic-sp {
  width: 100%;
}
.con_info_det .box_rest .box_det .tbl_basic-sp th {
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_info_det .box_rest .box_det .tbl_basic-sp th {
    background: #fff;
  }
}
.con_info_det .box_rest .box_det ul {
  margin-top: .5em;
}
.con_info_det .box_rest .box_det ul li {
  font-size: 93%;
  line-height: 1.3;
}

/* -----------------------------------------------------------
	.con_rest_list レストランのご案内
----------------------------------------------------------- */
.con_rest_list {
  max-width: 1603px;
  margin: 0 auto;
  margin-top: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_rest_list {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_list {
    margin-top: 12%;
  }
}
@media only screen and (max-width: 1603px) {
  .con_rest_list {
    width: 95%;
  }
}
@media print {
  .con_rest_list {
    width: 95%;
  }
}
.ie8 .con_rest_list {
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .con_rest_list {
    width: 91.66667%;
  }
}
.con_rest_list h4 {
  text-align: center;
  font-weight: normal;
  font-size: 158%;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .2em;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_rest_list h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_list h4 {
    font-size: 129%;
  }
}
.con_rest_list h4:before {
  content: '／';
  display: block;
  color: #a18450;
  margin: 0 auto;
  line-height: 1;
  font-size: 64%;
}
.con_rest_list h4:before {
  content: none;
}
.con_rest_list .box_rest_list {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.con_rest_list .box_rest_list li {
  text-align: center;
  width: 18.71491%;
  margin-right: 1.55958%;
  position: relative;
  -moz-transition: background 0.4s, border-color 0.4s;
  -o-transition: background 0.4s, border-color 0.4s;
  -webkit-transition: background 0.4s, border-color 0.4s;
  transition: background 0.4s, border-color 0.4s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
}
.con_rest_list .box_rest_list li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_rest_list .box_rest_list li {
    width: 31%;
    margin-right: 3%;
  }
  .con_rest_list .box_rest_list li:nth-child(3) {
    margin-right: 0;
  }
  .con_rest_list .box_rest_list li:nth-child(n+4) {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_list .box_rest_list li {
    width: 48%;
    margin-right: 4%;
  }
  .con_rest_list .box_rest_list li:nth-child(2n) {
    margin-right: 0;
  }
  .con_rest_list .box_rest_list li:nth-child(n+3) {
    margin-top: 3%;
  }
}
.con_rest_list .box_rest_list li:after {
  content: '';
  width: 100%;
  height: 7px;
  display: block;
  margin: .5em auto 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22arrow01%22%20data-name%3D%22arrow01%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.35%208.52%22%3E%3Cpolygon%20points%3D%2231.31%200%2032.94%207.01%200%207.01%200%208.52%2040.35%208.52%2031.31%200%22%20fill%3D%22%23a18450%22%2F%3E%3C%2Fsvg%3E") no-repeat center top;
  position: absolute;
  bottom: 2em;
  left: 0;
}
@media only screen and (max-width: 1099px) {
  .con_rest_list .box_rest_list li:after {
    bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_list .box_rest_list li:after {
    background-size: 22px;
  }
}
.con_rest_list .box_rest_list li a {
  display: block;
  text-decoration: none;
  padding: 14px 13px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_rest_list .box_rest_list li a {
    padding: 2% 2% 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_list .box_rest_list li a {
    padding: 3% 3% 2em;
  }
}
.con_rest_list .box_rest_list li a .st {
  margin-top: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 115%;
  letter-spacing: -.04em;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_rest_list .box_rest_list li a .st {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_list .box_rest_list li a .st {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_list .box_rest_list li a .st {
    font-size: 93%;
  }
}
.con_rest_list .box_rest_list li:hover, .con_rest_list .box_rest_list li.active {
  background: #f6f5f0;
  border-color: #f6f5f0;
}

/* -----------------------------------------------------------
	.con_news イベント＆新着情報
----------------------------------------------------------- */
.con_news {
  margin: 110px auto 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_news {
    margin: 8% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin: 12% auto;
  }
}
