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

 file name  : restaurant.css
 author     : Ability Consultant
 style info : レストラン
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_news .box_news {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .con_news .box_news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 .con_news .box_news, .con_news .ie8 .box_news {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_news .box_news {
    width: 95%;
  }
}

/*Animate */
.deco {
  width: 100%;
  position: relative;
}
.deco:after {
  content: "";
  background: url(../images/common/bg_yarorigi.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: -125px;
  width: 424px;
  height: 242px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -5;
}
@media only screen and (max-width: 767px) {
  .deco:after {
    width: 9em;
    height: 5em;
    background-size: contain;
    bottom: -2.5em;
  }
}

/* -----------------------------------------------------------
	con_about
----------------------------------------------------------- */
.con_about {
  padding: 40px 0 1.5em;
  position: relative;
  margin-bottom: 157px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about {
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_about {
    padding: 1em 0 1em;
  }
}
.con_about::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background: #006f67;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about::after {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about::after {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_about {
    margin-bottom: 4em;
  }
}
.con_about .box_about {
  width: 1600px;
  max-width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_about .box_about .box_img {
  width: 54%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_about .box_img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .box_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .box_img {
    margin-bottom: 1em;
  }
}
.con_about .box_about .box_txt {
  width: 41.25%;
  padding-right: 2.3125%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_about .box_txt {
    width: 53%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .box_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_about .box_txt {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .box_txt {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .con_about .box_about .box_txt {
    padding-right: 0;
  }
}
@media print {
  .con_about .box_about .box_txt {
    padding-right: 0;
  }
}
.ie8 .con_about .box_about .box_txt {
  padding-right: 0;
}
.con_about .box_about .box_txt .txt_st {
  font-size: 188%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_about .box_txt .txt_st {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .box_txt .txt_st {
    font-size: 138%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_about .box_txt .txt_st {
    margin-bottom: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .box_txt .txt_st {
    margin-bottom: 0.7em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .con_about .box_about .box_txt .txt_st {
    font-size: 144%;
    margin-bottom: .4em;
  }
}
@media print {
  .con_about .box_about .box_txt .txt_st {
    font-size: 144%;
    margin-bottom: .4em;
  }
}
.ie8 .con_about .box_about .box_txt .txt_st {
  font-size: 144%;
  margin-bottom: .4em;
}
.con_about .box_about .box_txt .txt_st span {
  display: block;
  font-size: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_about .box_txt .txt_st span {
    font-size: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .box_txt .txt_st span {
    font-size: 73%;
  }
}
.con_about .box_about .box_txt .tbl_basic {
  color: #fff;
}
.con_about .box_about .box_txt .tbl_basic tr th, .con_about .box_about .box_txt .tbl_basic tr td {
  vertical-align: top;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_about .box_txt .tbl_basic tr th, .con_about .box_about .box_txt .tbl_basic tr td {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .box_txt .tbl_basic tr th, .con_about .box_about .box_txt .tbl_basic tr td {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .con_about .box_about .box_txt .tbl_basic tr th, .con_about .box_about .box_txt .tbl_basic tr td {
    font-size: 88%;
  }
}
@media print {
  .con_about .box_about .box_txt .tbl_basic tr th, .con_about .box_about .box_txt .tbl_basic tr td {
    font-size: 88%;
  }
}
.ie8 .con_about .box_about .box_txt .tbl_basic tr th, .ie8 .con_about .box_about .box_txt .tbl_basic tr td {
  font-size: 88%;
}
.con_about .box_about .box_txt .tbl_basic tr th a, .con_about .box_about .box_txt .tbl_basic tr td a {
  color: #fff;
}
.con_about .box_about .box_txt .tbl_basic tr:nth-child(odd) th, .con_about .box_about .box_txt .tbl_basic tr:nth-child(odd) td {
  background: #207971;
}
.con_about .box_about .box_txt .tbl_basic tr th {
  width: 25%;
  padding: 1em 1em 1em 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_about .box_txt .tbl_basic tr th {
    width: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .box_txt .tbl_basic tr th {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_about .box_txt .tbl_basic tr th {
    padding: 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .box_txt .tbl_basic tr th {
    padding: 1em 1em;
  }
}

/* -----------------------------------------------------------
	con_concept
----------------------------------------------------------- */
.con_concept {
  padding: 147px 0 0;
  width: 1920px;
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    padding: 4em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    padding: 3em 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    margin-bottom: 3em;
  }
}
.con_concept .box_head {
  text-align: center;
  margin-bottom: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_head {
    margin-bottom: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_head {
    margin-bottom: 1em;
  }
}
.con_concept .box_head .img_logo {
  margin-bottom: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_head .img_logo {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_head .img_logo {
    margin-bottom: 1em;
  }
}
.con_concept .box_head .img_logo img {
  max-width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_head .img_logo img {
    max-width: 14em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_head .img_logo img {
    max-width: 11em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_head .img_banner {
    overflow: hidden;
  }
  .con_concept .box_head .img_banner img {
    position: relative;
    width: 170%;
    max-width: none;
    margin-left: -35%;
  }
  .con_concept .box_head .img_banner img {
    margin-left: 0;
  }
}
.con_concept .box_txt {
  width: 1180px;
  max-width: 95%;
  margin: auto;
  text-align: center;
}
.con_concept .box_txt .txt_st {
  font-size: 225%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_txt .txt_st {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_txt .txt_st {
    font-size: 144%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_txt .txt_st {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_txt .txt_st {
    margin-bottom: 0.5em;
  }
}
.con_concept .box_txt .txt_des {
  font-size: 94%;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_txt .txt_des {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_txt .txt_des {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_txt .txt_des {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_layout
----------------------------------------------------------- */
.con_layout {
  width: 1920px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 130px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout {
    margin-bottom: 4em;
  }
}
.con_layout .box_head {
  margin-bottom: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_head {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_head {
    margin-bottom: 1.5em;
  }
}
.con_layout .box_inner {
  width: 1600px;
  max-width: 100%;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner {
    max-width: 95%;
    margin: auto !important;
  }
}
.con_layout .box_inner::before {
  content: '';
  width: 60%;
  height: 87%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #006f67;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner::before {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner::before {
    width: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .con_layout .box_inner::before {
    width: 50%;
  }
}
@media print {
  .con_layout .box_inner::before {
    width: 50%;
  }
}
.ie8 .con_layout .box_inner::before {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner::before {
    height: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner::before {
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner::before {
    display: none;
  }
}
.con_layout .box_inner .wrap_slider {
  width: 69.75%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner .wrap_slider {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .wrap_slider {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .con_layout .box_inner .wrap_slider {
    width: 58%;
  }
}
@media print {
  .con_layout .box_inner .wrap_slider {
    width: 58%;
  }
}
.ie8 .con_layout .box_inner .wrap_slider {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .wrap_slider {
    margin-bottom: 1.3em;
  }
}
.con_layout .box_inner .wrap_slider .box_slide {
  position: relative;
  width: 81.54657%;
  padding: 0 4.84914%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner .wrap_slider .box_slide {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .wrap_slider .box_slide {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .wrap_slider .box_slide {
    padding: 0;
  }
}
.con_layout .box_inner .wrap_slider .box_slide .slide_layout {
  position: relative;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout {
    margin-bottom: 0.5em;
  }
}
.con_layout .box_inner .wrap_slider .box_slide .slide_layout .slide {
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slide {
    overflow: hidden;
  }
}
.con_layout .box_inner .wrap_slider .box_slide .slide_layout .slide img {
  width: 100%;
}
.con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev,
.con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next {
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  color: #fff;
  background: #000;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev,
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next {
    width: 34px;
    height: 0;
    padding-top: 66px;
  }
}
@media print {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev,
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next {
    width: 34px;
    height: 0;
    padding-top: 66px;
  }
}
.ie8 .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev, .ie8
.con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next {
  width: 34px;
  height: 0;
  padding-top: 66px;
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev,
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next {
    width: 24px;
  }
}
.con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev.slick-disabled,
.con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next.slick-disabled {
  display: none !important;
}
.con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev {
  left: -55px;
}
@media only screen and (min-width: 1025px) {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev {
    background: url(../images/common/arrow_prev.png) 0 0 no-repeat;
  }
}
@media print {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev {
    background: url(../images/common/arrow_prev.png) 0 0 no-repeat;
  }
}
.ie8 .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev {
  background: url(../images/common/arrow_prev.png) 0 0 no-repeat;
}
@media only screen and (max-width: 1024px) {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev {
    left: 0;
  }
}
.con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next {
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next {
    background: url(../images/common/arrow_next.png) 0 0 no-repeat;
    right: -55px;
  }
}
@media print {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next {
    background: url(../images/common/arrow_next.png) 0 0 no-repeat;
    right: -55px;
  }
}
.ie8 .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next {
  background: url(../images/common/arrow_next.png) 0 0 no-repeat;
  right: -55px;
}
@media only screen and (max-width: 1024px) {
  .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next {
    right: 0;
  }
}
.con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-prev:hover, .con_layout .box_inner .wrap_slider .box_slide .slide_layout .slick-next:hover {
  opacity: .5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.con_layout .box_inner .wrap_slider .box_slide .slider-nav .thumb {
  outline: none;
  opacity: 1;
  position: relative;
}
.con_layout .box_inner .wrap_slider .box_slide .slider-nav .thumb:hover {
  cursor: pointer;
}
.con_layout .box_inner .wrap_slider .box_slide .slider-nav .thumb:nth-child(6n) {
  margin-right: 0;
}
.con_layout .box_inner .wrap_slider .box_slide .slider-nav .thumb::after {
  content: '';
  display: none;
  width: 95%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 2.5%;
}
.con_layout .box_inner .wrap_slider .box_slide .slider-nav .thumb img {
  width: 95%;
  margin: 0 auto;
}
.con_layout .box_inner .wrap_slider .box_slide .slider-nav .thumb.slick-current {
  opacity: 1;
}
.con_layout .box_inner .wrap_slider .box_slide .slider-nav .thumb.slick-current::after {
  display: block;
}
.con_layout .box_inner .box_txt {
  width: 30.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner .box_txt {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .box_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .con_layout .box_inner .box_txt {
    width: 40%;
  }
}
@media print {
  .con_layout .box_inner .box_txt {
    width: 40%;
  }
}
.ie8 .con_layout .box_inner .box_txt {
  width: 40%;
}
.con_layout .box_inner .box_txt .tl_basic {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner .box_txt .tl_basic {
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .box_txt .tl_basic {
    margin-bottom: 1em;
  }
}
.con_layout .box_inner .box_txt .txt_des {
  font-size: 100%;
  color: #555;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner .box_txt .txt_des {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .box_txt .txt_des {
    font-size: 94%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .con_layout .box_inner .box_txt .txt_des {
    font-size: 88%;
    line-height: 2;
  }
}
@media print {
  .con_layout .box_inner .box_txt .txt_des {
    font-size: 88%;
    line-height: 2;
  }
}
.ie8 .con_layout .box_inner .box_txt .txt_des {
  font-size: 88%;
  line-height: 2;
}
.con_layout .box_inner .box_txt .tbl_basic {
  margin-top: 1.5em;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner .box_txt .tbl_basic {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .box_txt .tbl_basic {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner .box_txt .tbl_basic {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .box_txt .tbl_basic {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .con_layout .box_inner .box_txt .tbl_basic {
    font-size: 88%;
  }
}
@media print {
  .con_layout .box_inner .box_txt .tbl_basic {
    font-size: 88%;
  }
}
.ie8 .con_layout .box_inner .box_txt .tbl_basic {
  font-size: 88%;
}
.con_layout .box_inner .box_txt .btn_basic {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout .box_inner .box_txt .btn_basic {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout .box_inner .box_txt .btn_basic {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_layout .box_inner .box_txt .btn_basic {
    max-width: 260px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media print {
  .con_layout .box_inner .box_txt .btn_basic {
    max-width: 260px;
    margin-left: 0;
    margin-right: auto;
  }
}
.ie8 .con_layout .box_inner .box_txt .btn_basic {
  max-width: 260px;
  margin-left: 0;
  margin-right: auto;
}
.con_layout.left .box_inner {
  margin-left: 0;
  margin-right: auto;
}
.con_layout.left .box_inner::before {
  left: 0;
}
.con_layout.left .box_inner .wrap_slider .box_slide {
  margin-left: auto;
}
.con_layout.left .box_inner .box_txt {
  padding: 0 1.25% 2em 3.4375%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout.left .box_inner .box_txt {
    padding: 0 1.25% 0 3.4375%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout.left .box_inner .box_txt {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .con_layout.left .box_inner .box_txt {
    padding: 0 1.25% 0 3.4375%;
  }
}
@media print {
  .con_layout.left .box_inner .box_txt {
    padding: 0 1.25% 0 3.4375%;
  }
}
.ie8 .con_layout.left .box_inner .box_txt {
  padding: 0 1.25% 0 3.4375%;
}
.con_layout.left::after {
  right: 0;
  top: -4.6em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout.left::after {
    right: -0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout.left::after {
    right: -0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout.left::after {
    top: -4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout.left::after {
    top: -3em;
  }
}
.con_layout.right .box_inner {
  margin-right: 0;
  margin-left: auto;
}
.con_layout.right .box_inner::before {
  right: 0;
}
.con_layout.right .box_inner .wrap_slider .wrap_slider .box_slide {
  margin-right: auto;
}
.con_layout.right .box_inner .box_txt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0 3.4375% 2em 1.25%;
}
@media only screen and (max-width: 767px) {
  .con_layout.right .box_inner .box_txt {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_layout.right .box_inner .box_txt {
    padding: 0 3.4375% 0 1.25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_layout.right .box_inner .box_txt {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .con_layout.right .box_inner .box_txt {
    padding: 0 3.4375% 0 1.25%;
  }
}
@media print {
  .con_layout.right .box_inner .box_txt {
    padding: 0 3.4375% 0 1.25%;
  }
}
.ie8 .con_layout.right .box_inner .box_txt {
  padding: 0 3.4375% 0 1.25%;
}
.con_layout.right::after {
  left: 0;
  top: -8em;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
@media only screen and (max-width: 767px) {
  .con_layout.right::after {
    top: -2em;
  }
}

.tst {
  display: block;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 60px 0;
  margin-bottom: 72px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .con_news .box_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ie8 .con_news .box_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_news .box_news .box_title {
  width: 16.12903%;
  margin-right: 7.66129%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .box_title {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .box_title {
    vertical-align: top;
    width: 25%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
  }
}
.con_news .box_news .box_title h3 {
  font-family: "Cinzel", serif;
  font-size: 300%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .box_title h3 {
    font-size: 225%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title h3 {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title h3 {
    float: left;
  }
}
.con_news .box_news .box_title h3 span {
  color: #00675e;
}
.con_news .box_news .box_title .txt_lnk {
  width: 162px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .box_title .txt_lnk {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title .txt_lnk {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title .txt_lnk {
    margin-top: .2em;
    float: right;
  }
}
.con_news .box_news .list_news {
  width: 76.20968%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .list_news {
    width: 70%;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news {
    margin-top: 1.3em;
    width: 100%;
  }
}
.con_news .box_news .list_news li {
  letter-spacing: -.4em;
}
.con_news .box_news .list_news li .day {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.1746%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li .day {
    display: block;
    margin-right: 0;
  }
}
.con_news .box_news .list_news li a .txt {
  text-decoration: underline;
  vertical-align: middle;
  letter-spacing: normal;
  display: inline-block;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .list_news li a .txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li a .txt {
    font-size: 88%;
  }
}
.con_news .box_news .list_news li:nth-child(n+2) {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li:nth-child(n+2) {
    margin-top: 1em;
  }
}

/* -----------------------------------------------------------
	con_privaterooms
----------------------------------------------------------- */
.con_privaterooms {
  position: relative;
  max-width: 1440px;
  margin: 190px auto 90px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_privaterooms {
    margin: 6em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_privaterooms {
    margin: 4em auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_privaterooms {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_privaterooms {
    padding-bottom: 0;
  }
}
.con_privaterooms .photo {
  margin: auto;
  max-width: 1280px;
}
@media only screen and (min-width: 768px) {
  .con_privaterooms .photo img {
    width: 100%;
  }
}
@media print {
  .con_privaterooms .photo img {
    width: 100%;
  }
}
.ie8 .con_privaterooms .photo img {
  width: 100%;
}
.con_privaterooms .box_det {
  position: absolute;
  background: #fff;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_privaterooms .box_det {
    padding: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_privaterooms .box_det {
    padding: 4%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_privaterooms .box_det {
    position: static;
    width: 100%;
  }
}
.con_privaterooms .box_det .st_basic {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_privaterooms .box_det .st_basic {
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_privaterooms .box_det .st_basic {
    margin-bottom: 1.5em;
  }
}
.con_privaterooms .box_det .txt {
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_privaterooms .box_det .txt {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .con_privaterooms .box_det .txt {
    line-height: normal;
  }
}
.con_privaterooms .box_det .btn_basic {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_privaterooms .box_det .btn_basic {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_privaterooms .box_det .btn_basic {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_privaterooms .box_det .btn_basic {
    max-width: 260px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media print {
  .con_privaterooms .box_det .btn_basic {
    max-width: 260px;
    margin-left: 0;
    margin-right: auto;
  }
}
.ie8 .con_privaterooms .box_det .btn_basic {
  max-width: 260px;
  margin-left: 0;
  margin-right: auto;
}
