;@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
#header .con_nav .box_nav #gnav li a.meal_active:after, #header .con_nav .box_nav #fixnav li a.meal_active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.con_intro .box_int .wrp_st h3 em, #dinner_buffet h3 em, #breakfast h3 em, .main_img .img_on em {
  font-family: 'Cinzel', serif;
}
#contents h3 span, .box_int .wrp_st .int_tit {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
#contents h4 em, .season_tit em, .bf_tit em {
  font-family: 'Noto Serif JP', serif;
  font-weight: 100;
}
.con_declaration, .con_safe .txt_read, .con_daytrip .box_day {
  max-width: 1100px;
  margin: auto;
}
.slick-initialized .slick-slide {
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .con_declaration, .con_safe .txt_read, .con_safe .box_saf .wrp_saf, .con_daytrip .box_day {
    width: 95%;
  }
}
.con_meal .box_meal .wrp_meal .inner:after {
  content: "";
  display: table;
  clear: both;
}
#contents .con_title:after {
  background: -svg-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -owg-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: linear-gradient(top, rgba(47, 26, 0, 0.36) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(47, 26, 0, 0.36), transparent);
}
@media only screen and (min-width: 1101px) {
  #contents .con_title .img {
    left: 66%;
    margin-left: -1260px;
  }
  #contents .con_title h2 {
    display: flex;
    text-shadow: 10px 0 100px rgba(0, 0, 0, 0.2), 0 10px 100px rgba(0, 0, 0, 0.2), -10px 0 100px rgba(0, 0, 0, 0.2), 0 -10px 100px rgba(0, 0, 0, 0.2);
  }
}
@media print {
  #contents .con_title h2 {
    text-shadow: 10px 0 100px rgba(0, 0, 0, 0.2), 0 10px 100px rgba(0, 0, 0, 0.2), -10px 0 100px rgba(0, 0, 0, 0.2), 0 -10px 100px rgba(0, 0, 0, 0.2);
  }
}
.ie8 #contents .con_title h2 {
  text-shadow: 10px 0 100px rgba(0, 0, 0, 0.2), 0 10px 100px rgba(0, 0, 0, 0.2), -10px 0 100px rgba(0, 0, 0, 0.2), 0 -10px 100px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_title h2 {
    display: flex;
    text-shadow: 10px 0 50px rgba(0, 0, 0, 0.2), 0 10px 50px rgba(0, 0, 0, 0.2), -10px 0 50px rgba(0, 0, 0, 0.2), 0 -10px 50px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title .img img {
    width: 235%;
    margin-left: -18%;
  }
  #contents .con_title h2 {
    text-shadow: 0.2em 0 1em rgba(0, 0, 0, 0.5), 0 0.2em 1em rgba(0, 0, 0, 0.5), -0.2em 0 1em rgba(0, 0, 0, 0.5), 0 -0.2em 1em rgba(0, 0, 0, 0.5);
  }
  #contents .con_title > h2 {
    top: 60%;
  }
  #contents .con_title > h2 em {
    line-height: 0;
  }
}
/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  margin-top: 40px;
}
.con_intro .box_int .wrp_st h3 {
  text-align: center;
}
.con_intro .box_int .wrp_st h3 em {
  text-align: center;
  color: #005b98;
  letter-spacing: 5px;
}
.con_intro .box_int .wrp_st h3 span {
  letter-spacing: 2px;
}
.con_intro .box_int .wrp_st .int_tit {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_st h3 {
    line-height: 25px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .con_intro .box_int .wrp_st h3 em {
    font-size: 250%;
  }
  .con_intro .box_int .wrp_st h3 span {
    font-size: 115%;
  }
  .con_intro .box_int .wrp_st .int_tit {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .slick-sp .slick-next {
    top: 96%;
    right: 29%;
    z-index: 20;
  }
  .slick-sp .slick-prev {
    top: 96%;
    left: 29%;
    z-index: 20;
  }
   .slick-dots {
    bottom: 10px;
  }
  .con_intro .box_int .txt {
    width: 90%;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 15px auto 35px;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_st h3 {
    line-height: 23px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .con_intro .box_int .wrp_st h3 em {
    font-size: 260%;
  }
  .con_intro .box_int .wrp_st h3 span {
    font-size: 150%;
  }
  .con_intro .box_int .wrp_st .int_tit {
    font-size: 22px;
    letter-spacing: 3px;
  }
  .con_intro .box_int .txt {
    width: 100%;
    font-size: 115%;
    text-align: center;
    margin: 20px auto 30px;
  }
  .slick-dots {
    bottom: 15px;
  }
  .slick-dots li button:before {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .con_intro .box_int .wrp_st h3 {
    line-height: 28px;
    margin-bottom: 30px;
  }
  .con_intro .box_int .wrp_st h3 em {
    font-size: 340%;
  }
  .con_intro .box_int .wrp_st h3 span {
    font-size: 150%;
  }
  .con_intro .box_int .wrp_st .int_tit {
    font-size: 25px;
  }
  .con_intro .box_int .txt {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin: 20px auto 45px;
  }
}
/* -----------------------------------------------------------
  slick
----------------------------------------------------------- */
.slick-slide img {
  width: 100%;
}
/* -----------------------------------------------------------
	.con_meal
----------------------------------------------------------- */
.con_meal .box_meal {
  position: relative;
  z-index: 1;
  margin-top: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal {
    margin-top: 3em;
  }
}
.con_meal .box_meal + .box_meal {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal + .box_meal {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal + .box_meal {
    margin-top: 4.5em;
  }
}
.con_meal .box_meal .wrp_meal {
  position: relative;
  max-width: 1600px;
  width: 95%;
  margin: auto;
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider {
  margin-bottom: 0 !important;
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider > div {
  display: none;
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider > div:first-child {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .slick-slide {
    overflow: hidden;
  }
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .slick-slide img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .slick-slide {
    overflow: hidden;
  }
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .slick-slide img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  margin-bottom: 2.5%;
  display: block;
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots {
    margin-bottom: 0.90909%;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots {
    margin-bottom: -0.7em;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1350px) {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots {
    margin-bottom: 1.5625%;
  }
}
@media print {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots {
    margin-bottom: 1.5625%;
  }
}
.ie8 .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots {
  margin-bottom: 1.5625%;
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots > * {
  display: inline-block !important;
  vertical-align: middle;
  letter-spacing: normal;
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .obj_prev, .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .obj_next {
  color: #ebebeb;
  font-size: 216%;
  line-height: 1;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .obj_prev, .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .obj_next {
    font-size: 154%;
  }
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .obj_prev:hover, .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .obj_next:hover {
  cursor: pointer;
  color: #00afd5;
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .obj_prev {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .obj_prev {
    margin-right: 1em;
  }
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .obj_next {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .obj_next {
    margin-left: 1em;
  }
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .slick-dots {
  width: auto;
  position: static;
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .slick-dots li {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 0 0 20px;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .slick-dots li {
    margin: 0 0 0 1em;
  }
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .slick-dots li:first-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .slick-dots li {
    width: .8em;
    height: .8em;
  }
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .slick-dots li button:before {
  content: none;
}
.con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .slick-dots li:hover, .con_meal .box_meal .wrp_meal .wrp_img .obj_slider .wrp_dots .slick-dots li.slick-active {
  background: #00afd5;
}
.con_meal .box_meal .btn a, .con_meal .box_meal .btn > span {
  position: relative;
  display: block;
  padding: 13px 1em;
  border: 1px solid #005b98;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  letter-spacing: .05em;
  font-size: 140%;
  color: #005b98;
  -webkit-transition: color 500ms ease, background 500ms ease;
  -moz-transition: color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  transition: color 500ms ease, background 500ms ease;
}
.con_meal .box_meal .btn a:hover {
    background-color: #005b98;
    color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal .btn a, .con_meal .box_meal .btn > span {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .btn a, .con_meal .box_meal .btn > span {
    font-size: 116%;
    letter-spacing: .03em;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal .btn a, .con_meal .box_meal .btn > span {
    font-size: 108%;
  }
}
/* -----------------------------------------------------------
	.con_meal
----------------------------------------------------------- */
.con_meal .box_meal > ul .wrp_det h3 {
    font-family: 'Cinzel', serif;
    color: #005b98;
    text-align: center;
    line-height: 0.8;
}
.con_meal .box_meal > ul .int_tit {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}
.con_meal .box_meal > ul .wrp_det h3 span {
    color: #000;
}
@media only screen and (max-width: 767px) {
    .con_meal .box_meal > ul {
    display: block;
}
.con_meal .box_meal > ul .int_tit {
    text-align: center;
    font-size: 150%;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.con_meal .box_meal > ul .txt {
    font-size: 100%;
    margin-bottom: 25px;
    line-height: 1.7;
}
.con_meal .box_meal > ul .wrp_det {
    width: 90%;
    margin: 0 auto;
}
.con_meal .box_meal > ul .wrp_det h3 {
    font-size: 250%;
    margin-bottom: 20px;
}
.con_meal .box_meal > ul .wrp_det h3 span {
    font-size: 50%;
}
    .con_meal .box_meal > ul .wrp_img {
    width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.con_meal .box_meal > ul .int_tit {
    text-align: center;
    font-size: 140%;
    margin-bottom: 12px;
    }
.con_meal .box_meal > ul .txt {
    margin-bottom: 25px;
    line-height: 1.7;
    }
.con_meal .box_meal > ul .wrp_det {
    width: 500px;
    margin: 0 auto;
}
.con_meal .box_meal > ul .wrp_det h3 {
    font-size: 230%;
    line-height: 0.8;
    letter-spacing: 2px;
    margin-bottom: 20px;
    }
.con_meal .box_meal > ul .wrp_det h3 span {
    font-size: 60%;
    }
}
@media only screen and (min-width: 1101px) {
.con_meal .box_meal > ul {
    display: flex;
    align-items: center;
}
.con_meal .box_meal + .box_meal > ul {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.con_meal .box_meal > ul .wrp_det h3 {
    font-size: 340%;
    letter-spacing: 2px;
    text-align: center;
    line-height: 0.8;
    margin-bottom: 40px;
}
.con_meal .box_meal > ul .int_tit {
    font-size: 190%;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.con_meal .box_meal > ul .txt {
    font-size: 120%;
    margin-bottom: 40px;
    line-height: 1.7;
}
.con_meal .box_meal > ul .wrp_det h3 span {
    font-size: 50%;
}
.con_meal .box_meal > ul .wrp_img {
    width: 65%;
}
.con_meal .box_meal:nth-child(odd) > ul .wrp_det {
    width: 25%;
    margin-left: 3%;
}
.con_meal .box_meal:nth-child(even) > ul .wrp_det {
    width: 25%;
    margin-right: 3%;
}
}
@media only screen and (min-width: 1101px) {
.con_meal .box_meal > ul {
    display: flex;
    align-items: center;
}
.con_meal .box_meal + .box_meal > ul {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.con_meal .box_meal > ul .wrp_det h3 {
    font-size: 340%;
    letter-spacing: 2px;
    text-align: center;
    line-height: 0.8;
    margin-bottom: 40px;
}
.con_meal .box_meal > ul .int_tit {
    text-align: center;
    font-size: 190%;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.con_meal .box_meal > ul .txt {
    font-size: 120%;
    margin-bottom: 40px;
    line-height: 1.7;
}
.con_meal .box_meal > ul .wrp_det h3 span {
    font-size: 50%;
}
.con_meal .box_meal > ul .wrp_img {
    width: 65%;
}
.con_meal .box_meal:nth-child(odd) > ul .wrp_det {
    width: 24%;
    margin-left: 5%;
}
.con_meal .box_meal:nth-child(even) > ul .wrp_det {
    width: 24%;
    margin-right: 5%;
}
}
/* -----------------------------------------------------------
	.con_daytrip
----------------------------------------------------------- */
.con_daytrip {
    position: relative;
    padding: 55px 0;
    margin-top: 105px;
    overflow: hidden;
    margin-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_daytrip {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_daytrip {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_daytrip .box_day .wrp_day {
      width: 410px;
      float: left;
  }
}
@media print {
  .con_daytrip .box_day .wrp_day {
    width: 410px;
  }
}
.ie8 .con_daytrip .box_day .wrp_day {
  width: 410px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_daytrip .box_day .wrp_day {
    width: 45%;
      float: left;
  }
}
.con_daytrip .box_day .wrp_day h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_daytrip .box_day .wrp_day h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day h3 {
    margin-bottom: 1em;
  }
}
.con_daytrip .box_day .wrp_day h3:after {
  content: '';
  display: block;
  width: 30px;
  height: 19px;
  margin: 10px auto 0;
  background: url(../images/common/ic_st1.png) no-repeat left top;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day h3:after {
    margin: 0.5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day h3:after {
    width: 1.85em;
    height: 1.14em;
  }
}
.con_daytrip .box_day .wrp_day h3 span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 5px 13px;
  box-sizing: border-box;
  text-align: center;
  font-size: 216%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.28;
  border-left: 1px solid #4f9d82;
  border-right: 1px solid #4f9d82;
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day h3 span {
    padding: 0.3em 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_daytrip .box_day .wrp_day h3 span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
@media print {
  .con_daytrip .box_day .wrp_day h3 span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.ie8 .con_daytrip .box_day .wrp_day h3 span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_daytrip .box_day .wrp_day h3 span {
    font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day h3 span {
    font-size: 139%;
  }
}
@media only screen and (min-width: 768px) {
  .con_daytrip .box_day .wrp_day .img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding-bottom: 500px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_daytrip .box_day .wrp_day .img {
    padding-bottom: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .img {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px){
  .con_daytrip .box_day .wrp_day .img img {
    position: absolute;
    top: 50%;
    left: 115%;
    margin-top: -250px;
    margin-left: -500px;
    text-align: center;
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .con_daytrip .box_day .wrp_day .img img {
    position: absolute;
    top: 50%;
    left: 87%;
    margin-top: -250px;
    margin-left: -500px;
    text-align: center;
    max-width: none;
  }
}
@media only screen and (min-width: 1025px) {
  .con_daytrip .box_day .wrp_day .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -500px;
    text-align: center;
    max-width: none;
  }
}
@media print {
  .con_daytrip .box_day .wrp_day .img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding-bottom: 500px;
  }
  .con_daytrip .box_day .wrp_day .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -500px;
    text-align: center;
    max-width: none;
  }
}
.ie8 .con_daytrip .box_day .wrp_day .img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding-bottom: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_daytrip .box_day .wrp_day .img {
    padding-bottom: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_daytrip .box_day .wrp_day .img {
    padding-bottom: 0;
  }
}
.ie8 .con_daytrip .box_day .wrp_day .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -500px;
  text-align: center;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .img {
    overflow: hidden;
  }
  .con_daytrip .box_day .wrp_day .img img {
    position: relative;
    width: 110%;
    max-width: none;
    margin-left: -5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_daytrip .box_day .wrp_day .txt {
    font-size: 124%;
    line-height: 1.75;
  }
}
@media print {
  .con_daytrip .box_day .wrp_day .txt {
    font-size: 124%;
    line-height: 1.75;
  }
}
.ie8 .con_daytrip .box_day .wrp_day .txt {
  font-size: 124%;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_daytrip .box_day .wrp_day .txt {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .txt {
    margin-top: .8em;
  }
}
.con_daytrip .box_day .wrp_day .btn {
  margin: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .btn {
    width: 100%;
  }
}
.con_daytrip .box_day .wrp_day .btn a, .con_daytrip .box_day .wrp_day .btn > span {
  position: relative;
  display: block;
  padding: 20px 1em;
  border: 1px solid #005b98;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  letter-spacing: .05em;
  font-size: 124%;
  color: #005b98;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  -webkit-transition: color 500ms ease, background 500ms ease;
  -moz-transition: color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  transition: color 500ms ease, background 500ms ease;
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .btn a, .con_daytrip .box_day .wrp_day .btn > span {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_daytrip .box_day .wrp_day .btn a, .con_daytrip .box_day .wrp_day .btn > span {
    font-size: 116%;
    letter-spacing: .03em;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .btn a, .con_daytrip .box_day .wrp_day .btn > span {
    font-size: 108%;
  }
}
.con_daytrip .box_day .wrp_day .btn a i, .con_daytrip .box_day .wrp_day .btn > span i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 10px;
  height: 1px;
  margin-left: 15px;
  background: #005b98;
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: background 500ms ease, -moz-transform 500ms ease;
  -o-transition: background 500ms ease, -o-transform 500ms ease;
  transition: background 500ms ease, transform 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_daytrip .box_day .wrp_day .btn a i, .con_daytrip .box_day .wrp_day .btn > span i {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .btn a i, .con_daytrip .box_day .wrp_day .btn > span i {
    margin-left: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .btn a i, .con_daytrip .box_day .wrp_day .btn > span i {
    width: .8em;
  }
}
.con_daytrip .box_day .wrp_day .btn a i:before, .con_daytrip .box_day .wrp_day .btn > span i:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #005b98;
  border-right: 1px solid #005b98;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .btn a i:before, .con_daytrip .box_day .wrp_day .btn > span i:before {
    margin-top: -0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .btn a i:before, .con_daytrip .box_day .wrp_day .btn > span i:before {
    width: .4em;
    height: .4em;
  }
}
.con_daytrip .box_day .wrp_day .btn a:hover, .con_daytrip .box_day .wrp_day .btn > span:hover {
  background: #ebebeb;
  background: rgba(0, 91, 152, 0.1);
}
.con_daytrip .box_day .wrp_day .btn a:hover i, .con_daytrip .box_day .wrp_day .btn > span:hover i {
  -webkit-transform: translateX(0.3em);
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -o-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_daytrip .box_day .wrp_day .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_daytrip .box_day .wrp_day .btn {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_daytrip .box_day .wrp_day .btn {
    width: 285px;
  }
}
@media print {
  .con_daytrip .box_day .wrp_day .btn {
    width: 285px;
  }
}
.ie8 .con_daytrip .box_day .wrp_day .btn {
  width: 285px;
}
/*# sourceMappingURL=../maps/meal.css.map */