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

 file name  : restaurant_lower.css
 author     : Ability Consultant
 style info : 客室_下層共通
=================================================================== */
.con_lg_btn {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_lg_btn {
    width: 91.66667%;
  }
}

.con_rest, .con_point, .con_lg_btn, .con_item, .con_information, .con_link, .con_night {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .con_rest, .con_point, .con_lg_btn, .con_item, .con_information, .con_link, .con_night {
    padding: 0 5.72917%;
  }
}
@media print {
  .con_rest, .con_point, .con_lg_btn, .con_item, .con_information, .con_link, .con_night {
    padding: 0 5.72917%;
  }
}
.ie8 .con_rest, .ie8 .con_point, .ie8 .con_lg_btn, .ie8 .con_item, .ie8 .con_information, .ie8 .con_link, .ie8 .con_night {
  padding: 0 5.72917%;
}
@media only screen and (max-width: 1199px) {
  .con_rest, .con_point, .con_lg_btn, .con_item, .con_information, .con_link, .con_night {
    width: 91.66667%;
  }
}

.con_service:after, .con_night:after, .con_fd:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
h3.logo {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  h3.logo {
    margin-top: 7%;
  }
}
h3.logo span {
  display: block;
  font-size: 115%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  margin-top: .5em;
}
@media only screen and (max-width: 767px) {
  h3.logo img {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------------------------------------------
	con_rest
----------------------------------------------------------- */
.con_rest {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .con_rest {
    margin-top: 7%;
  }
}
.con_rest .box_on_slider h4.title {
  text-align: left;
}
.con_rest .box_on_slider h4.title span.jp {
  font-size: 250%;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest .box_on_slider h4.title span.jp {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest .box_on_slider h4.title span.jp {
    font-size: 215%;
  }
}
.con_rest .box_on_slider .txt {
  margin-top: 0;
}
.con_rest .box_on_slider .btn_360 {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  background: #fff;
  border: none;
  -moz-box-shadow: 0px 2px 2px 1px #e8e8e8;
  -webkit-box-shadow: 0px 2px 2px 1px #e8e8e8;
  box-shadow: 0px 2px 2px 1px #e8e8e8;
  margin-top: 20px;
}
.con_rest .box_on_slider .btn_360 button, .con_rest .box_on_slider .btn_360 a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_rest .box_on_slider .btn_360 button:after, .con_rest .box_on_slider .btn_360 a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_rest .box_on_slider .btn_360:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_rest .box_on_slider .btn_360:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_rest .box_on_slider .btn_360 {
    display: block;
    width: 100%;
  }
  .con_rest .box_on_slider .btn_360 button, .con_rest .box_on_slider .btn_360 a {
    padding: 1.2em 0;
  }
}
.con_rest .box_on_slider .btn_360 button, .con_rest .box_on_slider .btn_360 a {
  padding: 1.1em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_rest .box_on_slider .btn_360 button, .con_rest .box_on_slider .btn_360 a {
    padding: 1.2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest .box_on_slider .btn_360 {
    margin-top: 4%;
  }
}
.con_rest .box_rest {
  margin-top: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest .box_rest {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest .box_rest {
    margin-top: 7%;
  }
}
.con_rest .box_rest .photo {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .con_rest .box_rest .photo {
    margin-bottom: 5%;
  }
}
.con_rest .box_rest h5 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 179%;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest .box_rest h5 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest .box_rest h5 {
    font-size: 136%;
  }
}
.con_rest .box_rest .txt {
  margin-top: 15px;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .con_rest .box_rest .txt {
    margin-top: 2%;
  }
}
.con_rest .box_rest .txt small {
  display: block;
  margin-top: 10px;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_rest .box_rest .txt small {
    margin-top: 2%;
  }
}
.con_rest .box_rest .txt span, .con_rest .box_rest .txt em {
  font-size: 86%;
  display: inline-block;
}
.con_rest .box_rest .txt span {
  margin-top: 0.5em;
}
.con_rest .box_rest .box_det {
  margin-top: 75px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest .box_rest .box_det {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest .box_rest .box_det {
    margin-top: 7%;
  }
}
.con_rest .box_rest .box_det div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_rest .box_rest .box_det div {
    width: 100%;
    float: none;
  }
}
.con_rest .box_rest .box_det .img {
  float: right;
  width: 402px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest .box_rest .box_det .img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest .box_rest .box_det .img {
    width: 100%;
    margin-top: 5%;
  }
  .con_rest .box_rest .box_det .img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest .box_on_slider h4 {
    padding: 4% 0 2% 0;
  }
}

/* -----------------------------------------------------------
	con_chef
----------------------------------------------------------- */
.con_chef {
  width: 88.54167%;
  margin: 45px auto 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_chef {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef {
    width: 91.66667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_chef {
    margin: 45px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef {
    margin: 5% auto 0;
  }
}
.con_chef .photo {
  width: 265px;
}
@media only screen and (max-width: 767px) {
  .con_chef .photo {
    width: 50%;
  }
}
.con_chef .photo img {
  display: block;
}
.con_chef .box_chef {
  font-size: 115%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
}
.con_chef .box_chef .name {
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_chef .box_chef .name {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef .name {
    font-size: 172%;
  }
}
.con_chef .box_chef .box_txt .txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .con_chef {
    display: table;
  }
  .con_chef .photo {
    display: table-cell;
    vertical-align: middle;
  }
  .con_chef .box_chef {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: -.4em;
  }
  .con_chef .box_chef .name {
    vertical-align: middle;
    letter-spacing: normal;
    display: inline-block;
    width: 20.58824%;
    padding-left: 4.70588%;
  }
  .con_chef .box_chef .box_txt {
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    width: 64.70588%;
    max-height: 320px;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .con_chef .box_chef .name {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .con_chef .box_chef .box_txt {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4.70588%;
  }
}

@media print {
  .con_chef {
    display: table;
  }
  .con_chef .photo {
    display: table-cell;
    vertical-align: middle;
  }
  .con_chef .box_chef {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: -.4em;
  }
  .con_chef .box_chef .name {
    vertical-align: middle;
    letter-spacing: normal;
    display: inline-block;
    width: 20.58824%;
    padding-left: 4.70588%;
  }
  .con_chef .box_chef .box_txt {
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    width: 64.70588%;
    max-height: 320px;
    overflow-y: auto;
  }
}
.ie8 .con_chef {
  display: table;
}
.ie8 .con_chef .photo {
  display: table-cell;
  vertical-align: middle;
}
.ie8 .con_chef .box_chef {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -.4em;
}
.ie8 .con_chef .box_chef .name {
  vertical-align: middle;
  letter-spacing: normal;
  display: inline-block;
  width: 20.58824%;
  padding-left: 4.70588%;
}
.ie8 .con_chef .box_chef .box_txt {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  width: 64.70588%;
  max-height: 320px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ie8 .con_chef .box_chef .name {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ie8 .con_chef .box_chef .box_txt {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4.70588%;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef {
    text-align: center;
    border: 1px solid #d9d9d9;
  }
  .con_chef .photo {
    display: block;
    border: 5px solid #f1f1f1;
    margin: 8% auto 0;
  }
  .con_chef .photo img {
    width: 100%;
  }
  .con_chef .box_chef {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3%;
  }
  .con_chef .box_chef .name {
    text-align: left;
    margin: 3% 0;
  }
  .con_chef .box_chef .box_txt .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_point
----------------------------------------------------------- */
.con_point {
  margin-top: 95px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point {
    margin-top: 10%;
  }
}
.con_point li.box_point {
  float: right;
  width: 45.88235%;
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_point li.box_point {
    margin-bottom: 6%;
  }
}
.con_point li.box_point:nth-child(odd) {
  float: left;
  clear: left;
}
.con_point li.box_point .photo {
  float: left;
  width: 55.51282%;
}
.con_point li.box_point .box_txt {
  float: right;
  width: 38.46154%;
}
.con_point li.box_point .box_txt h4 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 150%;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point li.box_point .box_txt h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point li.box_point .box_txt h4 {
    font-size: 129%;
  }
}
.con_point li.box_point .box_txt .txt {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_point li.box_point .box_txt .txt {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_point li.box_point .photo {
    float: none;
    width: 100%;
  }
  .con_point li.box_point .photo img {
    width: 100%;
  }
  .con_point li.box_point .box_txt {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_point li.box_point .box_txt {
    margin-top: 3%;
  }
}

@media only screen and (max-width: 767px) {
  .con_point li.box_point {
    float: none;
    width: 100%;
  }
  .con_point li.box_point:nth-child(odd) {
    float: none;
  }
}

/* -----------------------------------------------------------
	con_rest_menu
----------------------------------------------------------- */
.con_rest_menu .box_rest_menu .con_tab ul.box_tab {
  min-width: 1px;
  width: 100%;
}
.con_rest_menu .box_rest_menu .con_panel {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest_menu .box_rest_menu .con_panel {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel {
    margin-top: 10%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu {
  margin-top: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu {
    margin-top: 25%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu:first-child {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu:first-child {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu:first-child {
    margin-top: 10%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .con_slider_menu .box_thum {
  margin-top: 10px;
  text-align: right;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .con_slider_menu .box_thum {
    margin-top: 2%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .con_slider_menu .box_thum .slider {
  cursor: pointer;
  width: 150px !important;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .con_slider_menu .box_thum .slider.slick-current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .con_slider_menu .box_thum .slider {
    width: 32% !important;
    float: left;
    margin-left: 2%;
  }
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .con_slider_menu .box_thum .slider:first-child {
    margin-left: 0;
  }
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .con_slider_menu .box_thum .slider img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .con_slider_menu {
    float: left;
    width: 50%;
  }
}
@media print {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .con_slider_menu {
    float: left;
    width: 50%;
  }
}
.ie8 .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .con_slider_menu {
  float: left;
  width: 50%;
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu {
    margin-top: 7%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu h4 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 179%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu h4 {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu h4 {
    text-align: center;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .tag {
  font-size: 86%;
  line-height: 1.5;
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .tag li {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: .5em;
  padding: .5em 1em;
  border: 1px solid #c1c1c1;
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  border-radius: 2.5em;
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .tag {
    text-align: center;
    margin-top: 2%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .txt {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .txt {
    margin-top: 3%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu table {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu table {
    margin-top: 3%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .memo {
  margin-top: 10px;
  font-size: 86%;
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .memo {
    margin-top: 2%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .box_menu_list {
  margin-top: 25px;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .box_menu_list {
    margin-top: 8%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .box_menu_list dt {
  padding: 1em;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .box_menu_list dt:after {
  content: "";
  margin-left: .5em;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -.75em;
  margin-left: 0;
  color: #555555;
  font-size: 129%;
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .box_menu_list dt.active:after {
  content: "";
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .box_menu_list dd {
  display: none;
  padding: 0 1em;
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .box_menu_list dd ul {
  padding: .8em 0;
  border-top: 1px solid #d9d9d9;
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn {
  margin-top: 15px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #64a4ae;
  background: #64a4ae;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn {
    margin-top: 3%;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn button, .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn a {
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1.8em 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn button, .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn button, .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn a {
    padding: 1em 0;
  }
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #96c1c8;
  border-radius: 100%;
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu .btn a {
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
@media only screen and (min-width: 1200px) {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu {
    float: right;
    width: 46.76471%;
  }
}
@media print {
  .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu {
    float: right;
    width: 46.76471%;
  }
}
.ie8 .con_rest_menu .box_rest_menu .con_panel .box_panel .con_menu .box_menu {
  float: right;
  width: 46.76471%;
}
.con_rest_menu .box_menu_btn {
  margin-top: 130px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rest_menu .box_menu_btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_menu_btn {
    margin-top: 10%;
  }
}
.con_rest_menu .box_menu_btn li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.con_rest_menu .box_menu_btn li a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 3;
  padding: 2em 2em;
}
.con_rest_menu .box_menu_btn li a:after {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.175em;
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: block;
}
.con_rest_menu .box_menu_btn li:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #eeeeee;
  border-radius: 100%;
}
.con_rest_menu .box_menu_btn li:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (min-width: 768px) {
  .con_rest_menu .box_menu_btn li {
    border: 20px solid #c8c8c8;
    float: left;
    width: 50%;
  }
  .con_rest_menu .box_menu_btn li:first-child {
    border-right-width: 10px;
  }
  .con_rest_menu .box_menu_btn li:first-child + * {
    border-left-width: 10px;
  }
  .con_rest_menu .box_menu_btn li.box_btn_single {
    border: 20px solid #c8c8c8;
    width: 51%;
    float: none;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .con_rest_menu .box_menu_btn li.box_btn_single {
    width: 100%;
  }
}

@media print {
  .con_rest_menu .box_menu_btn li {
    border: 20px solid #c8c8c8;
    float: left;
    width: 50%;
  }
  .con_rest_menu .box_menu_btn li:first-child {
    border-right-width: 10px;
  }
  .con_rest_menu .box_menu_btn li:first-child + * {
    border-left-width: 10px;
  }
  .con_rest_menu .box_menu_btn li.box_btn_single {
    border: 20px solid #c8c8c8;
    width: 51%;
    float: none;
    margin: auto;
  }
}
.ie8 .con_rest_menu .box_menu_btn li {
  border: 20px solid #c8c8c8;
  float: left;
  width: 50%;
}
.ie8 .con_rest_menu .box_menu_btn li:first-child {
  border-right-width: 10px;
}
.ie8 .con_rest_menu .box_menu_btn li:first-child + * {
  border-left-width: 10px;
}
.ie8 .con_rest_menu .box_menu_btn li.box_btn_single {
  border: 20px solid #c8c8c8;
  width: 51%;
  float: none;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ie8 .con_rest_menu .box_menu_btn li.box_btn_single {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rest_menu .box_menu_btn li {
    border: 1em solid #c8c8c8;
  }
  .con_rest_menu .box_menu_btn li:first-child {
    border-bottom-width: .5em;
  }
  .con_rest_menu .box_menu_btn li:first-child + * {
    border-top-width: .5em;
  }
  .con_rest_menu .box_menu_btn li a {
    padding: 2em 1em;
  }
  .con_rest_menu .box_menu_btn li.box_btn_single {
    border: 1em solid #c8c8c8;
  }
}

.con_lg_btn {
  text-align: center;
}
.con_lg_btn .box_lg_btn {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  width: 858px;
}
.con_lg_btn .box_lg_btn button, .con_lg_btn .box_lg_btn a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_lg_btn .box_lg_btn button:after, .con_lg_btn .box_lg_btn a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_lg_btn .box_lg_btn:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_lg_btn .box_lg_btn:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_lg_btn .box_lg_btn {
    display: block;
    width: 100%;
  }
  .con_lg_btn .box_lg_btn button, .con_lg_btn .box_lg_btn a {
    padding: 1.2em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_lg_btn .box_lg_btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_lg_btn .box_lg_btn {
    width: 100%;
  }
}
.con_lg_btn .box_lg_btn a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1em solid #c8c8c8;
  display: block;
  padding: 2em 2em;
}

/* -----------------------------------------------------------
	.con_item
----------------------------------------------------------- */
.con_item {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .con_item {
    margin-top: 10%;
  }
}
.con_item h4 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 215%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_item h4 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_item h4 {
    font-size: 158%;
  }
}
.con_item .box_item {
  margin-top: 45px;
  padding: 5.29412%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_item .box_item {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_item .box_item {
    padding: 8%;
  }
}
.con_item .box_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 7px solid #c8c8c8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.con_item .box_item .box_txt {
  float: left;
  width: 40.78947%;
}
.con_item .box_item .box_txt h5 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 172%;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_item .box_item .box_txt h5 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .box_txt h5 {
    font-size: 136%;
  }
}
.con_item .box_item .box_txt h5 em {
  display: block;
  font-size: 75%;
}
.con_item .box_item .box_txt .txt {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .box_txt .txt {
    margin-top: 2%;
  }
}
.con_item .box_item .box_txt table {
  margin-top: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_item .box_item .box_txt table {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_item .box_item .box_txt {
    float: none;
    width: 100%;
  }
}
.con_item .box_item .photo {
  float: right;
  width: 416px;
}
@media only screen and (max-width: 1199px) {
  .con_item .box_item .photo {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_item .box_item .photo {
    margin-top: 5%;
  }
}

/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .con_information {
    margin-top: 20%;
  }
}
.con_information h4 {
  color: #323232;
  line-height: 1.5;
}
.con_information h4 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_information h4 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information h4 .en {
    font-size: 215%;
  }
}
.con_information h4 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 136%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_information h4 .jp {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information h4 .jp {
    font-size: 108%;
  }
}
.con_information h4 .jp {
  font-size: 100%;
}
.con_information .box_infor {
  overflow: hidden;
}
.con_information .box_infor li {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_information .box_infor li {
    margin-top: 7%;
  }
}
.con_information .box_infor li h5 {
  font-size: 108%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  padding-bottom: .5em;
  border-bottom: 2px solid #d9d9d9;
}
.con_information .box_infor li table {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .con_information .box_infor li {
    float: left;
    width: 45.88235%;
    margin-left: 8.23529%;
  }
  .con_information .box_infor li:nth-child(odd) {
    margin-left: 0;
    clear: left;
  }
}
@media print {
  .con_information .box_infor li {
    float: left;
    width: 45.88235%;
    margin-left: 8.23529%;
  }
  .con_information .box_infor li:nth-child(odd) {
    margin-left: 0;
    clear: left;
  }
}
.ie8 .con_information .box_infor li {
  float: left;
  width: 45.88235%;
  margin-left: 8.23529%;
}
.ie8 .con_information .box_infor li:nth-child(odd) {
  margin-left: 0;
  clear: left;
}

/* -----------------------------------------------------------
	.con_rsv_rest
----------------------------------------------------------- */
.con_rsv_rest {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 230px 0;
  width: 88.54167%;
  margin: 150px auto 0;
  background: #d9d9d9;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rsv_rest {
    padding: 130px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rsv_rest {
    padding: 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rsv_rest {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rsv_rest {
    margin: 20% auto 0;
  }
}
.con_rsv_rest .box_rsv {
  max-width: 977px;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 40px 0 65px;
}
@media only screen and (max-width: 767px) {
  .con_rsv_rest .box_rsv {
    padding: 5% 0;
  }
}
.con_rsv_rest .box_rsv h3 {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
}
.con_rsv_rest .box_rsv h3:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_rsv_rest .box_rsv h3 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rsv_rest .box_rsv h3 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rsv_rest .box_rsv h3 .en {
    font-size: 215%;
  }
}
.con_rsv_rest .box_rsv h3 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
.con_rsv_rest .box_rsv .box_det {
  width: 90%;
  text-align: center;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_rsv_rest .box_rsv .box_det {
    margin: 5% auto 0;
  }
}
.con_rsv_rest .box_rsv .box_det .box_tel {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.con_rsv_rest .box_rsv .box_det .box_tel .txt_tel {
  display: block;
  line-height: 1;
}
.con_rsv_rest .box_rsv .box_det .box_tel .txt_tel a, .con_rsv_rest .box_rsv .box_det .box_tel .txt_tel span {
  text-decoration: none;
  font-size: 193%;
  display: inline-block;
  vertical-align: middle;
  font-family: "Times New Roman", serif;
}
.con_rsv_rest .box_rsv .box_det .box_tel .txt_tel i {
  display: inline-block;
  vertical-align: middle;
  font-size: 93%;
  border: 1px solid #ccc;
  padding: .2em;
  background: #efefef;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  margin-right: .5em;
}
.con_rsv_rest .box_rsv .box_det .box_tel .txt {
  font-size: 86%;
  display: block;
  color: #505050;
}
.con_rsv_rest .box_rsv .box_det .box_btn {
  margin-top: 0;
  overflow: hidden;
  letter-spacing: -.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rsv_rest .box_rsv .box_det .box_btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rsv_rest .box_rsv .box_det .box_btn {
    margin-top: 5%;
  }
}
.con_rsv_rest .box_rsv .box_det .box_btn li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 260px;
  margin-left: 15px;
  font-size: 93%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
}
.con_rsv_rest .box_rsv .box_det .box_btn li button, .con_rsv_rest .box_rsv .box_det .box_btn li a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_rsv_rest .box_rsv .box_det .box_btn li button:after, .con_rsv_rest .box_rsv .box_det .box_btn li a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_rsv_rest .box_rsv .box_det .box_btn li:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_rsv_rest .box_rsv .box_det .box_btn li:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_rsv_rest .box_rsv .box_det .box_btn li {
    display: block;
    width: 100%;
  }
  .con_rsv_rest .box_rsv .box_det .box_btn li button, .con_rsv_rest .box_rsv .box_det .box_btn li a {
    padding: 1.2em 0;
  }
}
.con_rsv_rest .box_rsv .box_det .box_btn li:first-child {
  background: #64a4ae;
  margin-left: 0;
}
.con_rsv_rest .box_rsv .box_det .box_btn li:first-child a {
  color: #fff;
}
.con_rsv_rest .box_rsv .box_det .box_btn li:first-child a:after {
  border-color: #fff;
}
.con_rsv_rest .box_rsv .box_det .box_btn li:first-child:before {
  background: #79cad7;
}
@media only screen and (min-width: 1200px) {
  .con_rsv_rest .box_rsv .box_det .box_btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
}
@media print {
  .con_rsv_rest .box_rsv .box_det .box_btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
}
.ie8 .con_rsv_rest .box_rsv .box_det .box_btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .con_rsv_rest .box_rsv .box_det .box_btn li {
    width: 100%;
    margin-left: 0;
  }
  .con_rsv_rest .box_rsv .box_det .box_btn li:first-child {
    margin-bottom: 2%;
  }
}

/* -----------------------------------------------------------
	con_link
----------------------------------------------------------- */
.con_link {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .con_link {
    margin-top: 10%;
  }
}
.con_link h4 {
  font-weight: 400;
  color: #323232;
  line-height: 1.5;
}
.con_link h4 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 200%;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_link h4 .en {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link h4 .en {
    font-size: 179%;
  }
}
.con_link h4 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_link h4 .jp {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link h4 .jp {
    font-size: 100%;
  }
}
.con_link h4 .en {
  font-size: 229%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_link h4 .en {
    font-size: 229%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link h4 .en {
    font-size: 193%;
  }
}
.con_link .box_link {
  overflow: hidden;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link {
    margin-top: 5%;
  }
}
.con_link .box_link li {
  float: left;
  width: 23.52941%;
  margin-left: 1.94118%;
}
.con_link .box_link li:first-child {
  margin-left: 0;
}
.con_link .box_link li a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.con_link .box_link li a .logo {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .logo {
    margin-top: 3%;
  }
}
.con_link .box_link li a h5 {
  margin-top: 10px;
  font-size: 86%;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a h5 {
    margin-top: 2%;
  }
}
.con_link .box_link li a .tag {
  margin-top: 15px;
  font-size: 86%;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .tag {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_link .box_link li a .tag {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .tag {
    font-size: 72%;
  }
}
.con_link .box_link li a .tag span {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: .5em;
  padding: .5em 1em;
  border: 1px solid #c1c1c1;
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  border-radius: 2.5em;
}
@media only screen and (min-width: 1200px) {
  .con_link .box_link li a .photo {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .con_link .box_link li a .photo img {
    display: block;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .con_link .box_link li a:hover .photo img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media print {
  .con_link .box_link li a .photo {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .con_link .box_link li a .photo img {
    display: block;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .con_link .box_link li a:hover .photo img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.ie8 .con_link .box_link li a .photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ie8 .con_link .box_link li a .photo img {
  display: block;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.ie8 .con_link .box_link li a:hover .photo img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 1199px) {
  .con_link .box_link li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 5%;
  }
  .con_link .box_link li:nth-child(odd) {
    margin-left: 0;
  }
  .con_link .box_link li a .logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------------------------------------------
	.con_service
----------------------------------------------------------- */
.con_service {
  margin: auto;
  width: 89.58333%;
  margin-top: 130px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service {
    padding-bottom: 10%;
  }
}
.con_service .box_ser {
  float: left;
  width: 480px;
}
.con_service .box_ser h4 {
  color: #323232;
  line-height: 1.5;
}
.con_service .box_ser h4 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service .box_ser h4 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser h4 .en {
    font-size: 215%;
  }
}
.con_service .box_ser h4 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 136%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service .box_ser h4 .jp {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser h4 .jp {
    font-size: 108%;
  }
}
.con_service .box_ser .txt {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser .txt {
    margin-top: 3%;
  }
}
.con_service .box_ser .btn {
  margin-top: 25px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  background: #fff;
  border: none;
  -moz-box-shadow: 0px 2px 2px 1px #e8e8e8;
  -webkit-box-shadow: 0px 2px 2px 1px #e8e8e8;
  box-shadow: 0px 2px 2px 1px #e8e8e8;
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser .btn {
    margin-top: 4%;
  }
}
.con_service .box_ser .btn button, .con_service .box_ser .btn a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_service .box_ser .btn button:after, .con_service .box_ser .btn a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_service .box_ser .btn:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_service .box_ser .btn:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser .btn {
    display: block;
    width: 100%;
  }
  .con_service .box_ser .btn button, .con_service .box_ser .btn a {
    padding: 1.2em 0;
  }
}
.con_service .box_ser .btn button, .con_service .box_ser .btn a {
  padding: 1.1em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser .btn button, .con_service .box_ser .btn a {
    padding: 1.2em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service .box_ser {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_ser {
    float: none;
    width: 100%;
  }
}
.con_service .photo {
  float: left;
  margin-left: 14.24419%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service .photo {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .photo {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service .photo {
    float: right;
    width: 50%;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .photo {
    float: none;
    width: 100%;
    margin-top: 4%;
  }
  .con_service .photo img {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_night
----------------------------------------------------------- */
.con_night {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .con_night {
    padding-top: 7%;
  }
}
.con_night .box_night {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0 80px;
  background-color: #000;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_night .box_night {
    padding: 7% 5%;
  }
}
.con_night .box_night .title {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.con_night .box_night .title:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_night .box_night .title .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_night .box_night .title .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_night .box_night .title .en {
    font-size: 215%;
  }
}
.con_night .box_night .title .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
.con_night .box_night .title .jp {
  font-size: 122%;
}
.con_night .box_night .title:before {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  content: "";
  display: block;
  margin: 0 auto .5em;
  width: 30px;
  height: 49px;
  background: url(../restaurant/images/ripple/logo_moon.png) no-repeat center bottom/100% auto;
}
.con_night .box_night .txt {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_night .box_night .txt {
    margin-top: 5%;
  }
}
.con_night .box_night .photo {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .con_night .box_night .photo {
    margin-top: 7%;
  }
}

/* -----------------------------------------------------------
	.con_fd
----------------------------------------------------------- */
.con_fd {
  margin: auto;
  width: 89.58333%;
  margin-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fd {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fd {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fd {
    margin-top: 20%;
  }
}
.con_fd h3 {
  font-size: 208%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  line-height: 1em;
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_fd h3 {
    margin-bottom: 10%;
  }
}
.con_fd .box_fd {
  overflow: hidden;
}
.con_fd .box_fd .fd_list {
  margin-bottom: 40px;
  margin-left: 2.11765%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fd .box_fd .fd_list {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fd .box_fd .fd_list {
    margin-bottom: 5%;
  }
}
.con_fd .box_fd .fd_list .txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10% 5%;
}
@media only screen and (max-width: 767px) {
  .con_fd .box_fd .fd_list .txt {
    padding: 10% 3%;
  }
}
.con_fd .box_fd .fd_list .txt dt {
  margin-bottom: 30px;
  font-weight: 100;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_fd .box_fd .fd_list .txt dt {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_fd .box_fd .fd_list .txt dt {
    font-size: 150%;
  }
}
@media print {
  .con_fd .box_fd .fd_list .txt dt {
    font-size: 150%;
  }
}
.ie8 .con_fd .box_fd .fd_list .txt dt {
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  .con_fd .box_fd .fd_list .txt dt {
    font-size: 100%;
  }
}
.con_fd .box_fd .fd_list .txt dd {
  font-size: 100%;
}
@media only screen and (min-width: 1200px) {
  .con_fd .box_fd .fd_list {
    width: 23.41176%;
  }
  .con_fd .box_fd .fd_list:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media print {
  .con_fd .box_fd .fd_list {
    width: 23.41176%;
  }
  .con_fd .box_fd .fd_list:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
  }
}
.ie8 .con_fd .box_fd .fd_list {
  width: 23.41176%;
}
.ie8 .con_fd .box_fd .fd_list:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fd .box_fd .fd_list {
    width: 31.91667%;
  }
  .con_fd .box_fd .fd_list:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_fd .box_fd .fd_list {
    width: 48%;
  }
  .con_fd .box_fd .fd_list:nth-child(odd) {
    margin-left: 0;
    clear: left;
  }
}

/* -----------------------------------------------------------
	.con_lg_btn
----------------------------------------------------------- */
.con_lg_btn {
  margin: auto;
}
.con_lg_btn .box_menu_btn li {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  background: #4d4d4d;
  width: 260px;
  margin-bottom: 0;
  background-color: #64a4ae;
  border: none;
  display: inline-block;
}
.con_lg_btn .box_menu_btn li button, .con_lg_btn .box_menu_btn li a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_lg_btn .box_menu_btn li button:after, .con_lg_btn .box_menu_btn li a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_lg_btn .box_menu_btn li:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_lg_btn .box_menu_btn li:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_lg_btn .box_menu_btn li {
    display: block;
    width: 100%;
  }
  .con_lg_btn .box_menu_btn li button, .con_lg_btn .box_menu_btn li a {
    padding: 1.2em 0;
  }
}
.con_lg_btn .box_menu_btn li button, .con_lg_btn .box_menu_btn li a {
  color: #fff;
}
.con_lg_btn .box_menu_btn li button:after, .con_lg_btn .box_menu_btn li a:after {
  border-color: #fff;
}
.con_lg_btn .box_menu_btn li:before {
  background: #8e8e8e;
}
@media only screen and (max-width: 767px) {
  .con_lg_btn .box_menu_btn li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_lg_btn .box_menu_btn li {
    margin-bottom: 2%;
  }
}
.con_lg_btn .box_menu_btn li a {
  display: block;
}
