@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : events_special_dinner.css
 author     : Ability Consultant
 style info : イベント
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.btn_tab, .con_events_tale .box_tale .layout_primary_2t, .con_events_tale .box_tale .layout_primary_2 {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

/*Animate */
html.lower #contents .con_pgtitle .en {
  text-transform: none;
}

.box_slide, .box_innslide {
  margin: 5em auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_slide, .box_innslide {
    margin: 4em auto;
  }
}
@media only screen and (max-width: 767px) {
  .box_slide, .box_innslide {
    margin: 2em auto;
  }
}
.box_slide .slick-slide, .box_innslide .slick-slide {
  outline: none;
}
.box_slide .slick-slide img, .box_innslide .slick-slide img {
  margin: 0 auto;
}
.box_slide .slider, .box_innslide .slider {
  position: relative;
}
.box_slide .slick-arrow, .box_innslide .slick-arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .box_slide .slick-arrow, .box_innslide .slick-arrow {
    top: 45%;
  }
}
.box_slide .slick-arrow:after, .box_innslide .slick-arrow:after {
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  position: absolute;
  top: 0;
  z-index: 1;
}
.box_slide .slick-arrow.slick-prev, .box_innslide .slick-arrow.slick-prev {
  left: -1.5%;
}
@media only screen and (max-width: 1024px) {
  .box_slide .slick-arrow.slick-prev, .box_innslide .slick-arrow.slick-prev {
    left: 0;
  }
}
.box_slide .slick-arrow.slick-prev:after, .box_innslide .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0;
}
.box_slide .slick-arrow.slick-next, .box_innslide .slick-arrow.slick-next {
  right: -1.5%;
}
@media only screen and (max-width: 1024px) {
  .box_slide .slick-arrow.slick-next, .box_innslide .slick-arrow.slick-next {
    right: 0;
  }
}
.box_slide .slick-arrow.slick-next:after, .box_innslide .slick-arrow.slick-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}

.btn_tab {
  width: 95%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .btn_tab:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #707070;
  }
}
@media print {
  .btn_tab:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #707070;
  }
}
.ie8 .btn_tab:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #707070;
}
.btn_tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .btn_tab > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  .btn_tab > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ie8 .btn_tab > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_tab > ul li a {
  display: block;
  text-decoration: none;
  border: 1px solid #707070;
  border-left: 0;
  border-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.8em 0.5em;
  height: 100%;
  line-height: 1.4em;
  display: grid;
  place-items: center center;
}
@media only screen and (max-width: 767px) {
  .btn_tab > ul li a {
    padding: 1em 0.3em;
  }
}
.btn_tab > ul li a.is-active {
  background-color: #000;
  color: #fff;
}
.btn_tab > ul li a:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: calc(100% / 7);
    text-align: center;
  }
  .btn_tab > ul li:nth-child(7n+1) {
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(-n+7) {
    border-top: 1px solid #707070;
  }
}
@media print {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: calc(100% / 7);
    text-align: center;
  }
  .btn_tab > ul li:nth-child(7n+1) {
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(-n+7) {
    border-top: 1px solid #707070;
  }
}
.ie8 .btn_tab > ul {
  width: 100%;
}
.ie8 .btn_tab > ul li {
  width: calc(100% / 7);
  text-align: center;
}
.ie8 .btn_tab > ul li:nth-child(7n+1) {
  border-left: 1px solid #707070;
}
.ie8 .btn_tab > ul li:nth-child(-n+7) {
  border-top: 1px solid #707070;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: 33.333%;
    text-align: center;
  }
  .btn_tab > ul li:nth-child(3n+1) {
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(-n+3) {
    border-top: 1px solid #707070;
  }
}
@media only screen and (max-width: 767px) {
  .btn_tab > ul {
    width: 100%;
  }
  .btn_tab > ul li {
    width: 50%;
    text-align: center;
  }
  .btn_tab > ul li:nth-child(2n+1) {
    border-left: 1px solid #707070;
  }
  .btn_tab > ul li:nth-child(-n+2) {
    border-top: 1px solid #707070;
  }
}

.period {
  margin-bottom: 1em;
}
.period span {
  padding: 0.5em 1em;
  background: #EDF3EC;
}
@media only screen and (max-width: 767px) {
  .period span {
    padding: 0.5em 0.8em;
  }
}

html.lower #contents .con_intro {
  padding: 0;
  /* 50px を 0 に上書きして打ち消す */
}

.con_events_tale {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale {
    margin-bottom: 100px;
  }
}
.con_events_tale .st_b {
  position: relative;
  background: #EFF6F8;
  padding: 3em;
  margin-bottom: 6em;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .st_b {
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .st_b {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .st_b {
    margin-bottom: 3em;
  }
}
.con_events_tale .st_b:after {
  content: "";
  background: #5ea4bf;
  width: 1px;
  height: 65px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease-in-out 0.35s;
  transition: all 0.35s ease-in-out 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .st_b:after {
    height: 40px;
    bottom: -20px;
  }
}
.con_events_tale .tbl_basic {
  margin-bottom: 1em;
}
.con_events_tale .tbl_basic.tbl_col1 {
  margin-bottom: 0;
}
.con_events_tale .tbl_basic.tbl_col1 th,
.con_events_tale .tbl_basic.tbl_col1 td {
  padding: .5rem 0 !important;
  display: block;
  width: 100%;
}
.con_events_tale .tbl_basic.tbl_col1 td .tbl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_events_tale .tbl_basic.tbl_col1 td .tbl_flex .box_img {
  margin: 1em 0;
  width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .tbl_basic.tbl_col1 td .tbl_flex .box_img {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic.tbl_col1 td .tbl_flex .box_img {
    width: 100%;
  }
}
.con_events_tale .tbl_basic.tbl_col1 td .tbl_flex .box_txt {
  margin: 1em 0;
  width: 67.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .tbl_basic.tbl_col1 td .tbl_flex .box_txt {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic.tbl_col1 td .tbl_flex .box_txt {
    width: 100%;
  }
}
.con_events_tale .tbl_basic.tbl_col1 td .tbl_flex .box_txt .price {
  margin: 1em .5em;
  text-align: right !important;
}
.con_events_tale .tbl_basic.tbl_col1 th {
  text-align: center;
}
.con_events_tale .tbl_basic.border_top_none tr:first-child {
  border-top: none;
}
.con_events_tale .tbl_basic.border_top_none tr th {
  text-align: center;
  width: 32.5%;
}
.con_events_tale .tbl_basic tr th {
  width: 24%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .tbl_basic tr th {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr th {
    width: 25%;
  }
}
.con_events_tale .tbl_basic tr td {
  line-height: 1.6;
  text-align: left !important;
}
@media only screen and (min-width: 1025px) {
  .con_events_tale .tbl_basic tr td {
    padding-left: 1em !important;
  }
}
@media print {
  .con_events_tale .tbl_basic tr td {
    padding-left: 1em !important;
  }
}
.ie8 .con_events_tale .tbl_basic tr td {
  padding-left: 1em !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .tbl_basic tr td {
    padding-left: 1em !important;
  }
}
.con_events_tale .tbl_basic tr td dt {
  float: left;
}
@media only screen and (min-width: 768px) {
  .con_events_tale .tbl_basic tr td .tbl_price1 {
    padding-left: 20em;
  }
}
@media print {
  .con_events_tale .tbl_basic tr td .tbl_price1 {
    padding-left: 20em;
  }
}
.ie8 .con_events_tale .tbl_basic tr td .tbl_price1 {
  padding-left: 20em;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr td .tbl_price1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_events_tale .tbl_basic tr td .tbl_price2 {
    padding-left: 20.5em;
  }
}
@media print {
  .con_events_tale .tbl_basic tr td .tbl_price2 {
    padding-left: 20.5em;
  }
}
.ie8 .con_events_tale .tbl_basic tr td .tbl_price2 {
  padding-left: 20.5em;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr td .tbl_price2 {
    padding-left: 0;
  }
}
.con_events_tale .tbl_basic tr td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_events_tale .tbl_basic tr td ul li {
  list-style-type: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .5em;
  position: relative;
  width: 100%;
}
.con_events_tale .tbl_basic tr td ul li:last-child {
  margin-bottom: 0;
}
.con_events_tale .tbl_basic tr td ul li span {
  display: inline-block;
  margin-right: 1em;
}
.con_events_tale .tbl_basic tr td ul.dinner li span {
  width: 9em;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr td ul.dinner li span {
    width: 8em;
  }
}
.con_events_tale .tbl_basic tr td ul.dinner li span.price {
  text-align: right;
  width: 5em;
}
.con_events_tale .tbl_basic tr td ul.marine li span.person {
  width: 9em;
}
@media only screen and (min-width: 1025px) {
  .con_events_tale .tbl_basic tr td ul.marine li span.price {
    text-align: right;
    width: 5em;
  }
}
@media print {
  .con_events_tale .tbl_basic tr td ul.marine li span.price {
    text-align: right;
    width: 5em;
  }
}
.ie8 .con_events_tale .tbl_basic tr td ul.marine li span.price {
  text-align: right;
  width: 5em;
}
.con_events_tale .tbl_basic tr td ul.joc li span {
  width: 13em;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr td ul.joc li span {
    width: 100%;
  }
}
.con_events_tale .tbl_basic tr td ul.spa4th li span.time {
  width: 3.25em;
}
.con_events_tale .tbl_basic tr td ul.spa4th li span.price {
  width: auto;
}
.con_events_tale .tbl_basic tr td ul.hwk li span {
  width: 10em;
}
.con_events_tale .tbl_basic tr td ul.shiroux li span {
  width: 13em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .tbl_basic tr td ul.shiroux li span {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr td ul.shiroux li span {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_events_tale .tbl_basic tr td ul.shiroux li span.price {
    text-align: right;
    width: 5em;
  }
}
@media print {
  .con_events_tale .tbl_basic tr td ul.shiroux li span.price {
    text-align: right;
    width: 5em;
  }
}
.ie8 .con_events_tale .tbl_basic tr td ul.shiroux li span.price {
  text-align: right;
  width: 5em;
}
.con_events_tale .tbl_basic tr td ul.spectra li span {
  width: 14em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .tbl_basic tr td ul.spectra li span {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr td ul.spectra li span {
    width: 14em;
  }
}
.con_events_tale .tbl_basic tr td ul.brunch li span {
  width: 9em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .tbl_basic tr td ul.brunch li span {
    width: 10em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr td ul.brunch li span {
    width: 9em;
  }
}
.con_events_tale .tbl_basic tr td ul.cocktails li span {
  width: 11em;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr td ul.cocktails li span {
    width: 12em;
  }
}
.con_events_tale .tbl_basic tr td ul.malasada li span {
  width: 9em;
}
.con_events_tale .tbl_basic tr td ul.lemonade li span {
  width: 16em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .tbl_basic tr td ul.lemonade li span {
    width: 11em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr td ul.lemonade li span {
    width: 14em;
  }
}
.con_events_tale .tbl_basic tr td ul.spa li span {
  width: 4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .tbl_basic tr td ul.spa li span {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .tbl_basic tr td ul.spa li span {
    width: 100%;
  }
}
.con_events_tale .tbl_basic tr td .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .tbl_basic tr th, .con_events_tale .tbl_basic tr td {
    font-size: 90%;
  }
}
.con_events_tale .box_att .att_txt {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.con_events_tale .link {
  text-decoration: underline !important;
}
.con_events_tale .box_tale {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale {
    margin-bottom: 60px;
  }
}
.con_events_tale .box_tale .st_blue {
  color: #5ea4bf;
  margin-bottom: 2em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .st_blue {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .st_blue {
    margin-bottom: 1.5em;
  }
}
.con_events_tale .box_tale .st_blue .en {
  display: block;
  font-weight: normal;
  font-family: "Playfair Display", serif;
  font-size: 170%;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: .5em;
}
@media only screen and (max-width: 1024px) {
  .con_events_tale .box_tale .st_blue .en {
    font-size: 150%;
  }
}
.con_events_tale .box_tale .st_blue .jp {
  display: block;
  font-family: "Playfair Display", serif;
  letter-spacing: .4em;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .con_events_tale .box_tale .st_blue .jp {
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .st_blue .jp {
    font-size: 82%;
    letter-spacing: .2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_events_tale .box_tale .st_blue.st_blue_l {
    text-align: center;
  }
}
@media print {
  .con_events_tale .box_tale .st_blue.st_blue_l {
    text-align: center;
  }
}
.ie8 .con_events_tale .box_tale .st_blue.st_blue_l {
  text-align: center;
}
.con_events_tale .box_tale .frame {
  text-align: center;
  margin: .5em auto 0;
  color: #fff;
}
.con_events_tale .box_tale .frame span {
  padding: .3em .8em;
  font-size: 90%;
  background: #5ea4bf;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .con_events_tale .box_tale .frame.frame_l {
    text-align: left;
  }
}
@media print {
  .con_events_tale .box_tale .frame.frame_l {
    text-align: left;
  }
}
.ie8 .con_events_tale .box_tale .frame.frame_l {
  text-align: left;
}
.con_events_tale .box_tale .layout_primary_2c .box_innslide {
  width: 38%;
  margin: 0 5% 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2c .box_innslide {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2c .box_innslide {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2c .box_innslide {
    margin: 0 3% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2c .box_innslide {
    margin: 0 auto;
  }
}
.con_events_tale .box_tale .layout_primary_2c .box_innslide img {
  width: 100%;
}
.con_events_tale .box_tale .layout_primary_2c .i img {
  width: 100%;
}
.con_events_tale .box_tale .layout_primary_2c .layout_primary {
  margin: 0 auto;
}
.con_events_tale .box_tale .layout_primary_2c .layout_primary .tit .en {
  display: block;
  font-weight: normal;
  font-family: "Playfair Display", serif;
  font-size: 170%;
  overflow-wrap: break-word;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2c .layout_primary .tit .en {
    font-size: 150%;
  }
}
.con_events_tale .box_tale .layout_primary_2c .layout_primary .tit .jp {
  display: block;
  font-family: "Playfair Display", serif;
  letter-spacing: .4em;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2c .layout_primary .tit .jp {
    font-size: 88%;
    letter-spacing: .2em;
  }
}
.con_events_tale .box_tale .layout_primary_2c .layout_primary .txt {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2c .layout_primary .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2c .layout_primary .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2c .layout_primary .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2c .layout_primary .txt {
    margin-bottom: 1em;
  }
}
.con_events_tale .box_tale .layout_primary_2c .layout_primary .inn_list .list:nth-of-type(n+2) {
  margin-top: .7em;
}
.con_events_tale .box_tale .layout_primary_2c .layout_primary .inn_list .list .t > a {
  color: #5ea4bf;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
  word-break: break-all;
}
.con_events_tale .box_tale .layout_primary_2c .layout_primary .inn_list .list .t > a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .con_events_tale .box_tale .layout_primary_2c.w100 {
    width: 100%;
  }
}
@media print {
  .con_events_tale .box_tale .layout_primary_2c.w100 {
    width: 100%;
  }
}
.ie8 .con_events_tale .box_tale .layout_primary_2c.w100 {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2c.w100 {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2c {
    display: block;
    padding-top: 0;
  }
  .con_events_tale .box_tale .layout_primary_2c .i {
    width: 90%;
    margin: 0 auto;
  }
  .con_events_tale .box_tale .layout_primary_2c .layout_primary {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 3em;
  }
}
.con_events_tale .box_tale .layout_primary_2t {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2t {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2t {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2t {
    display: block;
  }
}
.con_events_tale .box_tale .layout_primary_2t.one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_events_tale .box_tale .layout_primary_2t .box_t {
  width: 47%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2t .box_t {
    width: 80%;
    margin: 0 auto 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2t .box_t {
    width: 100%;
    margin-bottom: 3em;
  }
}
.con_events_tale .box_tale .layout_primary_2t .box_t .txt {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2t .box_t .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2t .box_t .txt {
    margin-bottom: 1em;
  }
}
.con_events_tale .box_tale .layout_primary_2 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2 {
    display: block;
  }
}
.con_events_tale .box_tale .layout_primary_2 .box_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 48%;
}
.con_events_tale .box_tale .layout_primary_2 .box_2 .st_blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 1em auto;
}
.con_events_tale .box_tale .layout_primary_2 .box_2 .box_slide {
  width: 100%;
}
.con_events_tale .box_tale .layout_primary_2 .box_2 .box_slide .slick-arrow {
  top: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2 .box_2 .box_slide .slick-arrow {
    top: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2 .box_2 .box_slide .slick-arrow {
    top: 45%;
  }
}
.con_events_tale .box_tale .layout_primary_2 .box_2 .i {
  margin: 0 auto;
}
.con_events_tale .box_tale .layout_primary_2 .box_2 .i img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2 .box_2 {
    width: 100%;
    margin-bottom: 4em;
  }
  .con_events_tale .box_tale .layout_primary_2 .box_2 .i {
    width: 90%;
  }
}
.con_events_tale .box_tale .layout_primary_2 .box_2 .box_t {
  margin-top: 1em;
}
.con_events_tale .box_tale .layout_primary_2 .box_2 .txt {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .layout_primary_2 .box_2 .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .layout_primary_2 .box_2 .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_events_tale .box_tale .layout_primary_2 .box_2 .tbl_h2 {
    display: block;
    margin: .8em 0;
  }
}
@media print {
  .con_events_tale .box_tale .layout_primary_2 .box_2 .tbl_h2 {
    display: block;
    margin: .8em 0;
  }
}
.ie8 .con_events_tale .box_tale .layout_primary_2 .box_2 .tbl_h2 {
  display: block;
  margin: .8em 0;
}
.con_events_tale .box_tale .box_reserv {
  width: 85%;
  margin: 60px auto 0;
  border: 3px solid #5ea4bf;
  padding: 2em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .box_reserv {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .box_reserv {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .box_reserv {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .box_reserv {
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .box_reserv {
    padding: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .box_reserv {
    padding: 2em 1em;
  }
}
.con_events_tale .box_tale .box_reserv .st_basic {
  font-size: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .box_reserv .st_basic {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .box_reserv .st_basic {
    font-size: 90%;
  }
}
.con_events_tale .box_tale .box_reserv .btn_basic {
  margin-top: 1em;
}
.con_events_tale .box_tale .box_reserv .btn_basic > a.wl {
  max-width: 400px;
}
.con_events_tale .box_tale .box_reserv .btn_basic > a span {
  z-index: 1;
}
.con_events_tale .box_tale .box_reserv .tel {
  color: #5ea4bf;
  font-size: 180%;
  margin-top: .8em;
}
.con_events_tale .box_tale .box_reserv .tel span {
  display: inline-block;
  font-size: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_events_tale .box_tale .box_reserv .tel {
    margin-top: .5em;
  }
}
.con_events_tale .box_tale .box_reserv .tel a {
  color: #5ea4bf;
}
@media only screen and (min-width: 768px) {
  .con_events_tale .box_tale .box_reserv .tel a {
    pointer-events: none;
    cursor: default;
  }
}
@media print {
  .con_events_tale .box_tale .box_reserv .tel a {
    pointer-events: none;
    cursor: default;
  }
}
.ie8 .con_events_tale .box_tale .box_reserv .tel a {
  pointer-events: none;
  cursor: default;
}
.con_events_tale .box_tale .box_reserv span {
  line-height: 1.2;
  display: block;
}
.con_events_tale .box_tale .box_reserv .btn_s {
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 85%;
}
.con_events_tale .box_tale .box_reserv .box_btn_r {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .box_reserv .box_btn_r {
    margin: 0;
    width: 100%;
  }
  .con_events_tale .box_tale .box_reserv .box_btn_r .btn_basic {
    width: 100%;
  }
}
.con_events_tale .box_tale .box_reserv .box_btn_r a {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .box_reserv .box_btn_r a {
    width: 100%;
  }
}
.con_events_tale .box_tale .box_reserv.qr p a {
  color: #5ea4bf;
}
.con_events_tale .box_tale .box_reserv.qr .i {
  margin-top: 1em;
}
.con_events_tale .box_tale .box_reserv.qr .tel {
  margin-top: 0;
}
.con_events_tale .box_tale .box_slide {
  margin: 0;
  width: 38%;
  margin-right: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .box_slide {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .box_slide {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .box_slide {
    width: 42%;
    margin-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .box_slide {
    width: 90%;
    margin: 0 auto;
  }
}
.con_events_tale .box_tale .box_slide .i {
  margin-right: 0;
}
.con_events_tale .box_tale .box_slide .slick-arrow {
  top: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .box_slide .slick-arrow {
    top: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .box_slide .slick-arrow {
    top: 45%;
  }
}
.con_events_tale .box_tale .box_slide.slide_wrap .slick-arrow {
  top: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_tale .box_slide.slide_wrap .slick-arrow {
    top: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .box_slide.slide_wrap .slick-arrow {
    top: 45%;
  }
}
.con_events_tale .box_tale .wrp_slide {
  width: 38%;
  margin: 0 auto;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .wrp_slide {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_tale .wrp_slide {
    margin-right: auto;
  }
}
.con_events_tale .box_tale .wrp_slide .box_slide {
  width: 100%;
  margin-right: 0;
}
.con_events_tale .box_tale .wrp_slide .box_slide:nth-of-type(n+2) {
  margin-top: 2em;
}
.con_events_tale .box_tale .wrp_slide .box_slide .slick-arrow {
  top: 45%;
}
.con_events_tale .box_tale .wrp_slide.res {
  width: 100%;
}
.con_events_tale .box_logo {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.con_events_tale .box_logo .left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_logo p {
    text-align: left;
  }
}
.con_events_tale .box_logo img {
  margin-bottom: 1em;
  width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_tale .box_logo img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_logo img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_tale .box_logo img {
    text-align: center;
  }
}
.con_events_tale.midsummer .st_basic .frame {
  color: #5ea4bf;
  font-size: 150%;
  text-shadow: 5px 5px 5px #d7e2e6;
  font-family: "Playfair Display", serif;
}
.con_events_tale.midsummer .box_tale .layout_primary_2 .box_2 .box_t .st_blue .en {
  margin-bottom: 0;
  margin-top: .25em;
}
.con_events_tale.midsummer .box_tale .layout_primary_2 .box_2 .box_t .st_blue .en,
.con_events_tale.midsummer .box_tale .layout_primary_2 .box_2 .box_t .st_blue .jp,
.con_events_tale.midsummer .box_tale .layout_primary_2 .box_2 .box_t .st_blue .frame {
  display: block;
  width: 100%;
}

.tit {
  color: #5ea4bf;
  font-size: 2.5em;
  font-weight: normal;
  font-family: "Playfair Display", serif;
  font-size: 188%;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .tit {
    font-size: 1.5em;
    margin-top: 0 !important;
  }
}

.con_rev_inq {
  margin: 4em auto 0;
  width: 75%;
  text-align: center;
  padding: 2em !important;
  padding: 2em !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rev_inq {
    width: 95%;
    margin: 3em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_rev_inq {
    width: 95%;
    margin: 3em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_rev_inq {
    padding: 1em 0 !important;
  }
}
.con_rev_inq .box_restaurant {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rev_inq .box_restaurant {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rev_inq .box_restaurant {
    margin-top: 10px;
  }
}
.con_rev_inq .box_inq {
  margin: 1em auto 2em auto;
}
@media only screen and (min-width: 768px) {
  .con_rev_inq .box_inq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
  }
}
@media print {
  .con_rev_inq .box_inq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
  }
}
.ie8 .con_rev_inq .box_inq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
}
.con_rev_inq .box_inq .btn_basic {
  width: 300px;
  margin: 0 1em 1em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1394px) {
  .con_rev_inq .box_inq .btn_basic:nth-child(even) {
    margin: 1;
  }
}
@media print {
  .con_rev_inq .box_inq .btn_basic:nth-child(even) {
    margin: 1;
  }
}
.ie8 .con_rev_inq .box_inq .btn_basic:nth-child(even) {
  margin: 1;
}
@media only screen and (max-width: 767px) {
  .con_rev_inq .box_inq .btn_basic {
    margin: 1em auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_rev_inq .box_inq .btn_basic:last-child {
    margin-right: 1;
  }
}
@media print {
  .con_rev_inq .box_inq .btn_basic:last-child {
    margin-right: 1;
  }
}
.ie8 .con_rev_inq .box_inq .btn_basic:last-child {
  margin-right: 1;
}
.con_rev_inq .box_room .box_inq {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.box_note {
  color: #999;
  font-size: 85%;
  line-height: 1.6;
}
.box_note span {
  font-weight: bold;
}
.box_note ul {
  text-indent: -1em;
}
.box_note ul li {
  margin-left: 1em;
}

.con_note {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
.con_note .box_note {
  font-size: 90%;
}
.con_note .box_note p {
  margin-bottom: .5em;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 5px;
}

.box_btn_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 2em 10px 0;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .box_btn_2 {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_btn_2 {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn_2 {
    margin: 2em 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_btn_2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn_2 {
    width: 100%;
  }
}
.box_btn_2 .btn_s {
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 85%;
}
.box_btn_2 .btn_basic {
  display: block;
  width: 100%;
}
.box_btn_2 .btn_basic a {
  max-width: 350px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box_btn_2 .btn_basic a {
    width: 90%;
  }
}
.box_btn_2 .btn_basic a span {
  z-index: 1;
}

.box_btn_4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 1em 10px 0;
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .box_btn_4 {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_btn_4 {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn_4 {
    margin: 2em 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_btn_4 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn_4 {
    width: 100%;
  }
}
.box_btn_4 .btn_t {
  padding-block: 1.5em;
  display: block;
  margin-top: 0 !important;
}
.box_btn_4 .btn_s {
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 85%;
}
.box_btn_4 .btn_basic {
  display: block;
  width: 100%;
}
.box_btn_4 .btn_basic a {
  max-width: 270px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box_btn_4 .btn_basic a {
    width: 90%;
  }
}
.box_btn_4 .btn_basic a span {
  z-index: 1;
}

.con_contact {
  margin: 5em auto 3em;
}
.con_contact .bg {
  background: #EFF6F8;
  padding: 3em;
  margin-bottom: 4em;
}
@media only screen and (max-width: 767px) {
  .con_contact .bg {
    padding: 2em 1em;
  }
}
.con_contact h2.st_basic {
  margin-bottom: 1em;
}
.con_contact h4 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.con_contact .tbl_basic {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.con_contact .tbl_basic tr th {
  width: 25%;
}
.con_contact .tbl_basic tr th span {
  font-size: 130%;
  margin: 0 .5em;
}
.con_contact .tbl_basic tr td {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_contact .tbl_basic tr td {
    padding-left: 1rem;
  }
}
.con_contact .tbl_basic tr td a {
  text-decoration: underline;
}
.con_contact .st_basic {
  margin-bottom: 0.5em;
}
.con_contact .box_tel {
  text-align: center;
  margin: 2em 1em 1em;
}
.con_contact .box_tel .tel {
  margin-top: .5em;
  font-size: 110%;
}

.Chef {
  margin-left: 30%;
}
@media only screen and (max-width: 767px) {
  .Chef {
    margin-left: 18%;
  }
}

.abs1 {
  position: relative;
  padding: 30px;
}

.inn_att_tbl {
  position: relative;
}
.inn_att_tbl .abs2 {
  font-size: 138%;
  position: absolute;
  top: 1.1em;
  left: 0;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #5ea4bf;
}
@media only screen and (max-width: 767px) {
  .inn_att_tbl > .tbl_basic th {
    width: 14% !important;
  }
}

.con_events_winter .tbl_basic.wl th {
  width: 22% !important;
}
.con_events_winter .tbl_basic td .inn_att .att_txt {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.con_events_winter .box_tale {
  margin-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_winter .box_tale {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_winter .box_tale {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .con_events_winter .layout_primary_2 {
    -webkit-box-align: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .con_events_winter .layout_primary_2 .box_2 {
    position: relative;
  }
  .con_events_winter .layout_primary_2 .box_2 .st_blue.hl {
    margin-bottom: 3.2em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .con_events_winter .layout_primary_2 .box_2 .st_blue.hl {
    margin-bottom: 2.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_events_winter .layout_primary_2 .box_2 .st_blue.hl {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_events_winter .layout_primary_2 .box_2 .box_btn_2 {
    position: absolute;
    bottom: -5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print {
  .con_events_winter .layout_primary_2 {
    -webkit-box-align: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .con_events_winter .layout_primary_2 .box_2 {
    position: relative;
  }
  .con_events_winter .layout_primary_2 .box_2 .st_blue.hl {
    margin-bottom: 3.2em;
  }
  .con_events_winter .layout_primary_2 .box_2 .box_btn_2 {
    position: absolute;
    bottom: -5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ie8 .con_events_winter .layout_primary_2 {
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
}
.ie8 .con_events_winter .layout_primary_2 .box_2 {
  position: relative;
}
.ie8 .con_events_winter .layout_primary_2 .box_2 .st_blue.hl {
  margin-bottom: 3.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ie8 .con_events_winter .layout_primary_2 .box_2 .st_blue.hl {
    margin-bottom: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_events_winter .layout_primary_2 .box_2 .st_blue.hl {
    margin-bottom: 2em;
  }
}
.ie8 .con_events_winter .layout_primary_2 .box_2 .box_btn_2 {
  position: absolute;
  bottom: -5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 1025px) {
  .con_events_winter .layout_primary_2 {
    margin-bottom: 140px !important;
  }
}
@media print {
  .con_events_winter .layout_primary_2 {
    margin-bottom: 140px !important;
  }
}
.ie8 .con_events_winter .layout_primary_2 {
  margin-bottom: 140px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_winter .layout_primary_2 {
    margin-bottom: 120px !important;
  }
}
.con_events_winter .box_reserv .telphone {
  margin-top: 1em;
  font-size: 125%;
  color: #5ea4bf;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .con_events_winter .box_reserv .telphone {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_events_winter .box_reserv .telphone {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_events_winter .box_reserv .telphone {
    font-size: 100%;
  }
}
.con_events_winter .box_reserv .telphone a, .con_events_winter .box_reserv .telphone .tel {
  display: inline-block;
  margin-top: 0;
  line-height: 1.3;
  font-size: 160%;
  color: #5ea4bf;
}
.con_events_winter .box_reserv .sub {
  font-size: 88%;
}
