@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : dining.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_dining .intro, .con_dining .category_nav, .con_dining .con_breakfast, .con_dining .con_dinner, .con_dining .con_dinner .box_txt, .con_dining .con_cafeteria {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1260px) {
  .con_dining .intro, .con_dining .category_nav, .con_dining .con_breakfast, .con_dining .con_dinner, .con_dining .con_dinner .box_txt, .con_dining .con_cafeteria {
    width: 95%;
  }
}
@media print {
  .con_dining .intro, .con_dining .category_nav, .con_dining .con_breakfast, .con_dining .con_dinner, .con_dining .con_dinner .box_txt, .con_dining .con_cafeteria {
    width: 95%;
  }
}
.ie8 .con_dining .intro, .con_dining .ie8 .intro, .ie8 .con_dining .category_nav, .con_dining .ie8 .category_nav, .ie8 .con_dining .con_breakfast, .con_dining .ie8 .con_breakfast, .ie8 .con_dining .con_dinner, .con_dining .ie8 .con_dinner, .ie8 .con_dining .con_dinner .box_txt, .con_dining .con_dinner .ie8 .box_txt, .ie8 .con_dining .con_cafeteria, .con_dining .ie8 .con_cafeteria {
  width: 95%;
}

.con_dining .category_nav ul:after, .con_dining .con_breakfast .box_txt:after, .con_dining .con_breakfast .box_oranka:after, .con_dining .con_dinner .box_txt:after, .con_dining .con_cafeteria .box_child:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  background-image: url(../dining/images/img_title.jpg);
}
@media only screen and (max-width: 767px) {
  .con_title {
    background-image: url(../dining/images/img_title-sp.jpg);
  }
}

/* -----------------------------------------------------------
	con_dining
----------------------------------------------------------- */
.con_dining .intro {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .intro {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .intro {
    margin-bottom: 40px;
  }
}
.con_dining .intro .st_mid {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .intro .st_mid {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .intro .st_mid {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .intro p {
    text-align: left;
  }
}
.con_dining .category_nav {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .category_nav {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .category_nav {
    margin-bottom: 40px;
  }
}
.con_dining .category_nav ul {
  max-width: 780px;
  margin: auto;
}
.con_dining .category_nav ul li {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  float: left;
  font-size: 143%;
  font-weight: bold;
  width: calc(100% / 3);
  border-right: 1px dotted #75561a;
}
.con_dining .category_nav ul li:first-child {
  border-left: 1px dotted #75561a;
}
@media only screen and (max-width: 767px) {
  .con_dining .category_nav ul li {
    font-size: 115%;
  }
}
.con_dining .category_nav ul li a {
  text-decoration: none;
}
.con_dining .category_nav ul li a:hover:after {
  content: "\f3d0";
  font-family: "Ionicons";
  display: inline-block;
  position: absolute;
  bottom: 0;
  color: #75561a;
  font-size: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  line-height: 1;
}
.con_dining .con_breakfast {
  padding-top: 30px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_breakfast {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_breakfast {
    margin-bottom: 50px;
  }
}
.con_dining .con_breakfast .st_high {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_breakfast .st_high {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_breakfast .st_high {
    margin-bottom: 30px;
  }
}
.con_dining .con_breakfast .box_img {
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_dining .con_breakfast .box_img {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_breakfast .box_img .st_img {
    width: 43%;
  }
}
.con_dining .con_breakfast .box_txt {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_breakfast .box_txt {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_breakfast .box_txt {
    padding-top: 5px;
  }
}
.con_dining .con_breakfast .box_txt .box_left {
  overflow: hidden;
  float: left;
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_breakfast .box_txt .box_left {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_breakfast .box_txt .box_left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.con_dining .con_breakfast .box_txt .box_left .btn {
  margin-top: 5%;
}
@media only screen and (max-width: 1024px) {
  .con_dining .con_breakfast .box_txt .box_left .btn {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_breakfast .box_txt .box_left .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.con_dining .con_breakfast .box_txt .box_right {
  overflow: hidden;
  float: right;
  width: 61%;
}
@media only screen and (max-width: 1024px) {
  .con_dining .con_breakfast .box_txt .box_right {
    float: none;
    width: 100%;
  }
}
.con_dining .con_breakfast .box_txt .box_right .txt {
  margin-bottom: 1em;
}
.con_dining .con_breakfast .box_txt .box_right .txt .red {
  color: #c94848;
}
.con_dining .con_breakfast .box_txt .box_right .img {
  display: none;
  overflow: hidden;
  margin-bottom: 5%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_dining .con_breakfast .box_txt .box_right .img {
    display: inline-block;
  }
}
.con_dining .con_breakfast .box_txt .box_right .img li {
  float: left;
}
.con_dining .con_breakfast .box_txt .box_right .img li:last-child {
  float: right;
}
@media only screen and (max-width: 1260px) {
  .con_dining .con_breakfast .box_txt .box_right .img li {
    width: 48%;
  }
}
@media print {
  .con_dining .con_breakfast .box_txt .box_right .img li {
    width: 48%;
  }
}
.ie8 .con_dining .con_breakfast .box_txt .box_right .img li {
  width: 48%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_breakfast .box_txt .box_right .img li {
    display: inline-block;
    float: none;
    width: auto;
  }
  .con_dining .con_breakfast .box_txt .box_right .img li:first-child {
    margin-right: 3%;
  }
  .con_dining .con_breakfast .box_txt .box_right .img li:last-child {
    float: none;
  }
}
.con_dining .con_breakfast .box_txt .box_right .tbl_primary {
  width: 100%;
  margin-bottom: 0.5em;
}
.con_dining .con_breakfast .box_oranka {
  background: #FEF6D2;
  padding: 15px;
  margin-top: 20px;
}
.con_dining .con_breakfast .box_oranka h5 {
  font-size: 143%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.con_dining .con_breakfast .box_oranka dl dt {
  float: right;
  width: 26%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_breakfast .box_oranka dl dt {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_breakfast .box_oranka dl dt {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.con_dining .con_breakfast .box_oranka dl dd {
  float: left;
  width: 68%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_breakfast .box_oranka dl dd {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_breakfast .box_oranka dl dd {
    float: none;
    width: 100%;
  }
}
.con_dining .con_dinner {
  padding-top: 30px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_dinner {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_dinner {
    margin-bottom: 50px;
  }
}
.con_dining .con_dinner .st_high {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_dinner .st_high {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_dinner .st_high {
    margin-bottom: 30px;
  }
}
.con_dining .con_dinner .box_img {
  margin-bottom: 20px;
  position: relative;
}
.con_dining .con_dinner .box_img .box_slide {
  z-index: 1;
}
.con_dining .con_dinner .box_img .controller {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.con_dining .con_dinner .box_img .st_img01 {
  z-index: 4;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_dinner .box_img .st_img01 {
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_dinner .box_img .st_img01 {
    position: static;
  }
}
.con_dining .con_dinner .box_img .st_img02 {
  z-index: 4;
  position: absolute;
  top: -60px;
  right: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_dinner .box_img .st_img02 {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_dinner .box_img .st_img02 {
    position: abulute;
    top: -54px;
    right: 0;
    width: 30%;
  }
}
.con_dining .con_dinner .box_txt {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_dinner .box_txt {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_dinner .box_txt {
    padding-top: 5px;
  }
}
.con_dining .con_dinner .box_txt .box_left {
  overflow: hidden;
  float: left;
  width: 48%;
}
@media only screen and (max-width: 1024px) {
  .con_dining .con_dinner .box_txt .box_left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.con_dining .con_dinner .box_txt .box_left .txt {
  margin-bottom: 5%;
}
.con_dining .con_dinner .box_txt .box_left .txt .catch {
  font-size: 172%;
}
@media only screen and (max-width: 1024px) {
  .con_dining .con_dinner .box_txt .box_left .txt .catch {
    font-size: 136%;
  }
}
.con_dining .con_dinner .box_txt .box_left .img {
  overflow: hidden;
  margin-bottom: 5%;
  text-align: center;
}
.con_dining .con_dinner .box_txt .box_left .img li {
  float: left;
}
.con_dining .con_dinner .box_txt .box_left .img li:last-child {
  float: right;
}
@media only screen and (max-width: 1260px) {
  .con_dining .con_dinner .box_txt .box_left .img li {
    width: 48%;
  }
}
@media print {
  .con_dining .con_dinner .box_txt .box_left .img li {
    width: 48%;
  }
}
.ie8 .con_dining .con_dinner .box_txt .box_left .img li {
  width: 48%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_dinner .box_txt .box_left .img li {
    display: inline-block;
    float: none;
    width: auto;
  }
  .con_dining .con_dinner .box_txt .box_left .img li:first-child {
    margin-right: 3%;
  }
  .con_dining .con_dinner .box_txt .box_left .img li:last-child {
    float: none;
  }
}
.con_dining .con_dinner .box_txt .box_right {
  overflow: hidden;
  float: right;
  width: 48%;
}
.con_dining .con_dinner .box_txt .box_right .tbl_primary {
  width: 100%;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .con_dining .con_dinner .box_txt .box_right {
    float: none;
    width: 100%;
  }
}
.con_dining .con_dinner .btn {
  clear: left;
}
@media only screen and (max-width: 767px) {
  .con_dining .con_dinner .btn {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.con_dining .con_cafeteria {
  padding-top: 30px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_cafeteria {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_cafeteria {
    margin-bottom: 50px;
  }
}
.con_dining .con_cafeteria .st_high {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_dining .con_cafeteria .st_high {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .con_cafeteria .st_high {
    margin-bottom: 30px;
  }
}
.con_dining .con_cafeteria .box_txt {
  text-align: center;
  padding-top: 1em;
  margin-bottom: 40px;
}
.con_dining .con_cafeteria .box_child {
  width: 70%;
  margin: auto;
  background: #FEF6D2;
  padding: 15px;
}
@media only screen and (max-width: 1024px) {
  .con_dining .con_cafeteria .box_child {
    width: 100%;
  }
}
.con_dining .con_cafeteria .box_child h5 {
  font-size: 129%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.con_dining .con_cafeteria .box_child .box_left {
  float: left;
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .con_dining .con_cafeteria .box_child .box_left {
    float: none;
    width: 100%;
  }
}
.con_dining .con_cafeteria .box_child .box_right {
  float: right;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .con_dining .con_cafeteria .box_child .box_right {
    float: none;
    width: 100%;
  }
  .con_dining .con_cafeteria .box_child .box_right img {
    width: 100%;
  }
}
.con_dining .red {
  color: #c94848;
}

/*スライドドット*/
.slick-dots {
  text-align: center;
  margin-top: 10px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.slick-dots li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  text-decoration: none;
  background: #d1c2a8;
  width: 11px;
  padding-top: 11px;
  height: 0;
  overflow: hidden;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #a7894f;
}

.dots {
  display: inline-block;
  vertical-align: middle;
}
.dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.dots li a {
  display: block;
  text-decoration: none;
  width: 11px;
  padding-top: 11px;
  height: 0;
  overflow: hidden;
  background: #d3c4a7;
  border-radius: 50%;
}
.dots li a.active {
  background: #fff;
}
