@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;
}
.box_season .slick-h .slick-dots {
  display: none; /*スライドさせない時に使用*/
}
@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, #dinner_buffet, #breakfast
----------------------------------------------------------- */
.con_intro {
  margin-top: 40px;
}
.con_intro .box_int .wrp_st h3,
#dinner_buffet h3,
#breakfast h3 {
  text-align: center;
}
.con_intro .box_int .wrp_st h3 em,
#dinner_buffet h3 em,
#breakfast h3 em {
  text-align: center;
  color: #005b98;
  letter-spacing: 5px;
}
.con_intro .box_int .wrp_st h3 span,
#dinner_buffet h3 span,
#breakfast h3 span {
  letter-spacing: 2px;
}
.con_intro .box_int .wrp_st .int_tit {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_st h3,
  #dinner_buffet h3,
  #breakfast h3 {
    line-height: 25px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .con_intro .box_int .wrp_st h3 em,
  #dinner_buffet h3 em,
  #breakfast h3 em {
    font-size: 250%;
  }
  .con_intro .box_int .wrp_st h3 span,
  #dinner_buffet h3 span,
  #breakfast h3 span {
    font-size: 115%;
  }
  .con_intro .box_int .wrp_st .int_tit {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .slick-sp .slick-next {
    top: 96%;
    right: 29%;
    z-index: 20;
  }
  .slick-sp .slick-prev {
    top: 96%;
    left: 29%;
    z-index: 20;
  }
  .slick-sp .slick-dots {
    bottom: 10px;
  }
  .con_intro .box_int .txt {
    width: 90%;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 25px auto 35px;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_st h3,
  #dinner_buffet h3,
  #breakfast h3 {
    line-height: 23px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .con_intro .box_int .wrp_st h3 em,
  #dinner_buffet h3 em,
  #breakfast h3 em {
    font-size: 260%;
  }
  .con_intro .box_int .wrp_st h3 span,
  #dinner_buffet h3 span,
  #breakfast h3 span {
    font-size: 150%;
  }
  .con_intro .box_int .wrp_st .int_tit {
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
  .con_intro .box_int .txt {
    width: 100%;
    font-size: 115%;
    text-align: center;
    margin: 40px auto 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .con_intro .box_int .wrp_st h3,
  #dinner_buffet h3,
  #breakfast h3 {
    line-height: 28px;
    margin-bottom: 30px;
  }
  .con_intro .box_int .wrp_st h3 em,
  #dinner_buffet h3 em,
  #breakfast h3 em {
    font-size: 340%;
  }
  .con_intro .box_int .wrp_st h3 span,
  #dinner_buffet h3 span,
  #breakfast h3 span {
    font-size: 150%;
  }
  .con_intro .box_int .wrp_st .int_tit {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .con_intro .box_int .txt {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin: 40px auto 45px;
  }
}
@media only screen and (min-width: 1440px) {
}
/* -----------------------------------------------------------
	.p_link
----------------------------------------------------------- */
.p_link {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 70px;
}
.p_link p {
  border: 1px solid #999;
  width: 47%;
  text-align: center;
  padding: 7px 0;
}
.p_link p a {
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p_link {
    width: 90%;
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p_link {
    width: 50%;
    margin: 0 auto 50px;
  }
  .p_link p {
    font-size: 115%;
  }
  .p_link p:hover {
    background-color: #005b98;
    color: #fff;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .p_link p a:hover {
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1101px) {
  .p_link {
    font-size: 16px;
    width: 40%;
    margin: 0 auto 90px;
    font-size: 120%;
  }
  .p_link p:hover {
    background-color: #005b98;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .p_link p a:hover {
    color: #fff;
    text-decoration: none;
  }
}
/* -----------------------------------------------------------
	.con_buffet h4
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #dinner_buffet h4,
  #breakfast h4 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-align: center;
  }
  #dinner_buffet h4.center,
  #breakfast h4.center {
    text-align: center;
    margin-bottom: 20px;
  }
  #dinner_buffet h4.center:first-letter,
  #breakfast h4.center:first-letter {
    background-image: url("../meal/images/220308/deco_circle.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding: 5px 0 0 13px;
  }
  #dinner_buffet h4.left:first-letter,
  #breakfast h4.left:first-letter {
    color: #005b98;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #dinner_buffet h4,
  #breakfast h4 {
    font-size: 27px;
    letter-spacing: 2px;
  }
  #dinner_buffet h4.center {
    text-align: center;
    margin-bottom: 20px;
  }
  #dinner_buffet h4.left:first-letter,
  #breakfast h4.left:first-letter {
    color: #005b98;
  }
  #dinner_buffet h4.center:first-letter,
  #breakfast h4.center:first-letter {
    background-image: url("../meal/images/220308/deco_circle.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding: 10px 0px 0 20px;
  }
}
@media only screen and (min-width: 1101px) {
  #dinner_buffet h4,
  #breakfast h4 {
    font-size: 33px;
    letter-spacing: 5px;
    margin-bottom: 12px;
  }
  #dinner_buffet h4.center,
  #breakfast h4.center {
    text-align: center;
    margin-bottom: 20px;
  }
  #dinner_buffet h4.left:first-letter,
  #breakfast h4.left:first-letter {
    color: #005b98;
  }
  #dinner_buffet h4.center:first-letter,
  #breakfast h4.center:first-letter {
    background-image: url("../meal/images/220308/deco_circle.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding: 10px 0px 0 20px;
  }
}
/* -----------------------------------------------------------
	con_buffet
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .livekitchen {
    font-size: 93%;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #e5eff4 50%, #e5eff4 100%);
    padding-bottom: 25px;
  }
  .con_buffet .txt_read {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .livekitchen {
    font-size: 190%;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #e5eff4 50%, #e5eff4 100%);
    padding-bottom: 30px;
  }
  .con_buffet .txt_read {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1101px) {
  .livekitchen {
    font-size: 117%;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #e5eff4 50%, #e5eff4 100%);
  }
  .livekitchen .txt_read {
    padding-bottom: 50px;
  }
  .con_buffet .txt_read {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* -----------------------------------------------------------
  slick
----------------------------------------------------------- */
.slick-slide img {
  width: 100%;
}

/* -----------------------------------------------------------
  .box_season
----------------------------------------------------------- */
.box_season {
  background-color: #f9f9f9;
  padding: 35px 0 30px;
  box-shadow: -4px 3px 6px 0 #ccc;
}
.box_season .season_before .inner {
  background-color: #fff;
}
/* .box_season .season_before .inner .limit {
  background-color: #00acb5;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  border-radius: 25px;
} */
/* .box_season #season_after { */
.box_season #spring_festa,
.box_season #summer_festa,
.box_season #autumn_festa,
.box_season #winter_festa {
  padding: 5px;
  margin: -5px;
}
/* .box_season .season_after .inner .limit {
  background-color: #f9bb00;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  border-radius: 25px;
} */

.box_season .season_before .inner {
  background-color: #fff;
}
.box_season .season_before .inner .season_plan,
.box_season .season_after .inner .season_plan {
  text-align: center;
}

.box_season .season_before .inner .season_plan a {
  color: #d36804;
  text-decoration: none;
  border: 1px solid #d36804;
  background-color: #fff;
  display: block;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

.box_season .season_before .inner .season_plan a {
  color: #d36804;
  text-decoration: none;
  border: 1px solid #d36804;
  background-color: #fff;
  display: block;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

.box_season .season_before .inner .season_plan a:hover {
  color: #fff;
  background-color: #d36804;
}

.box_season .season_after .inner .season_plan a:hover {
  color: #fff;
  background-color: #d36804;
}

.box_season .season_before .inner .season_plan a {
  color: #d36804;
  border: 1px solid #d36804;
  background-color: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

.box_season .season_after .inner .season_plan a {
  color: #d36804;
  border: 1px solid #d36804;
  background-color: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

.box_season .season_before .inner .season_plan a:hover {
  color: #fff;
  background-color: #d36804;
}
.box_season .season_after .inner .season_plan a:hover {
  color: #fff;
  background-color: #d36804;
}

/* .box_season .season_before .inner .limit {
  background-color: #00acb5;
  text-align: center;
  padding: 3px 0;
  border-radius: 25px;
}
.box_season .season_after .inner .limit {
  background-color: #00acb5;
  text-align: center;
  padding: 3px 0;
  border-radius: 25px;
} */
.box_season .season_after .inner {
  background-color: #fff;
}

.box_season .season_before .inner .limit {
  color: #fff;
  background-color: #d36804;
  text-align: center;
  padding: 3px 0;
  border-radius: 25px;
}
.box_season .season_after .inner .limit {
  color: #fff;
  background-color: #d36804;
  text-align: center;
  padding: 3px 0;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .box_season {
    padding: 45px 0 30px;
    margin-bottom: 70px;
  }
  .box_season .slick-h {
    width: 90%;
    margin: auto;
  }
  .box_season .slick-h .slick-next {
    top: 95%;
    right: 33%;
    z-index: 20;
  }
  .box_season .slick-h .slick-prev {
    top: 95%;
    left: 33%;
    z-index: 20;
  }
  .box_season .slick-h .slick-dots {
    bottom: 7px;
  }
  .box_season .season_before .inner .limit {
    width: 55%;
    margin-bottom: 15px;
  }
  .box_season .season_before .inner {
    width: 83%;
    margin: 0 auto 30px;
    padding: 30px 4%;
  }
  .box_season .season_before .inner .season_tit {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 25px 0 10px;
  }
  .box_season .season_before .inner .season_plan,
  .box_season .season_after .inner .season_plan {
    margin-top: 15px;
    font-size: 14px;
  }
  .box_season .season_before .inner .season_plan a,
  .box_season .season_after .inner .season_plan a {
    padding: 7px 0;
  }
  .box_season .season_after .inner .limit {
    width: 55%;
    margin-bottom: 15px;
  }
  .box_season .season_after .inner {
    width: 83%;
    margin: 0 auto 30px;
    padding: 30px 4%;
  }
  .box_season .season_after .inner .season_tit {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 25px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .box_season {
    position: relative;
    margin-bottom: 70px;
    background-image: url("../meal/images/220308/bg_stripe.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  .slick-h {
    width: 60%;
  }
  .box_season .slick-h .slick-next {
    top: 91%;
    right: 33%;
    z-index: 20;
  }
  .box_season .slick-h .slick-prev {
    top: 91%;
    left: 33%;
    z-index: 20;
  }
  .box_season .slick-h .slick-dots {
    bottom: 20px;
  }
  .box_season .season_before .inner {
    position: absolute;
    width: 40%;
    padding: 15px 20px;
    top: 66px;
    right: 20px;
  }
  .box_season .season_before .inner > img {
    width: 220px;
  }
  .box_season .season_before .inner .limit {
    width: 47%;
    margin-bottom: 7px;
  }
  .box_season .season_before .inner .season_tit {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 10px 0 5px;
  }
  .box_season .season_after .inner {
    position: absolute;
    width: 40%;
    padding: 15px 20px;
    top: 690px;
    right: 20px;
  }
  .box_season .season_after .inner > img {
    width: 220px;
  }
  .box_season .season_after .inner .limit {
    width: 47%;
    margin-bottom: 7px;
  }
  .box_season .season_after .inner .season_tit {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 10px 0 5px;
  }
  .box_season .season_before .inner .season_plan,
  .box_season .season_after .inner .season_plan {
    margin-top: 15px;
    font-size: 117.188%;
  }
  .box_season .season_before .inner .season_plan a,
  .box_season .season_after .inner .season_plan a {
    font-size: 13px;
    padding: 4px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .box_season {
    margin-bottom: 80px;
  }
  .slick-h {
    width: 620px;
    margin-left: 100px;
  }
  .box_season .slick-h .slick-next {
    top: 94%;
    right: 38%;
    z-index: 20;
  }
  .box_season .slick-h .slick-prev {
    top: 94%;
    left: 38%;
    z-index: 20;
  }
  .box_season .slick-h .slick-dots {
    bottom: 20px;
  }
  .box_season .season_before .inner {
    width: 33%;
    padding: 30px 50px 30px 40px;
    top: 65px;
    right: 20px;
  }
  .box_season .season_before .inner > img {
    width: 300px;
  }
  .box_season .season_before .inner .limit {
    width: 36%;
    margin-bottom: 7px;
  }
  .box_season .season_before .inner .season_tit {
    font-size: 180%;
    margin: 20px 0 5px;
  }
  .box_season .season_before .inner .season_txt {
    font-size: 120%;
  }
  .box_season .season_after .inner {
    width: 33%;
    padding: 30px 50px 30px 40px;
    top: 847px;
    right: 20px;
  }
  .box_season .season_after .inner > img {
    width: 300px;
  }
  .box_season .season_after .inner .limit {
    width: 36%;
    margin-bottom: 7px;
  }
  .box_season .season_after .inner .season_tit {
    font-size: 180%;
    margin: 20px 0 5px;
  }
  .box_season .season_after .inner .season_txt {
    font-size: 120%;
  }
  .box_season .season_before .inner .season_plan a,
  .box_season .season_after .inner .season_plan a {
    font-size: 105%;
    padding: 7px 0;
  }
}
@media only screen and (min-width: 1101px) {
  .box_season .season_before .inner {
    width: 33%;
    padding: 30px 50px 35px 40px;
    top: 39px;
    right: 150px;
  }
  .box_season .season_before .inner > img {
    width: 325px;
  }
  .box_season .season_after .inner {
    width: 33%;
    padding: 30px 50px 35px 40px;
    top: 870px;
    right: 150px;
  }
  .box_season .season_after .inner > img {
    width: 325px;
  }
}
@media only screen and (min-width: 1440px) {
  .slick-h {
    width: 620px;
    margin-left: 20%;
  }
  .box_season .season_before .inner {
    width: 23%;
    padding: 30px 50px 30px 40px;
    top: 60px;
    right: 22%;
  }
  .box_season .season_after .inner {
    width: 23%;
    padding: 30px 50px 30px 40px;
    top: 874px;
    right: 22%;
  }
}
/* -----------------------------------------------------------
  .spring_sweets_box
----------------------------------------------------------- */
@media only screen and (min-width: 0px) {
  h4.spring_sweets_title {
    text-align: center;
    margin: 0 0 15px;
  }
  h4.spring_sweets_title em {
    font-size: 1.8rem;
  }
  .spring_sweets_box ul li {
    margin: 0 auto 35px;
    width: 90%;
  }
  .winter_sweets_box ul li {
    margin: 0 auto 35px;
    width: 90%;
  }
  .spring_sweets_box ul li img {
    width: 100%;
  }
  .winter_sweets_box ul li img {
    width: 100%;
  }
  .spring_sweets_box ul li p {
    line-height: 1.5rem;
    text-align: center;
    padding: 7px 0 0;
  }
  .winter_sweets_box ul li p {
    line-height: 1.5rem;
    text-align: center;
    padding: 7px 0 0;
  }
  .spring_sweets_box ul li p {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .winter_sweets_box ul li p {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .sweets_note {
    color: #cc3333;
    padding: 10px;
    border: #cc3333 1px solid;
    width: 85%;
    margin: 10px auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  .spring_sweets_box {
    margin: 70px 0 0;
  }
  .winter_sweets_box {
    margin: 0px 0 0;
  }
  .spring_sweets_box ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .winter_sweets_box ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .spring_sweets_box ul li {
    width: 30%;
  }
  .winter_sweets_box ul li {
    width: 32%;
  }
  .spring_sweets_box ul li p {
    font-size: 1rem;
  }
  .winter_sweets_box ul li p {
    font-size: 1rem;
  }
  .sweets_note {
    width: 650px;
    font-size: 120%;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .spring_sweets_box ul {
    width: 1100px;
    margin: 0 auto;
  }
  .winter_sweets_box ul {
    width: 1100px;
    margin: 0 auto;
  }
  .spring_sweets_box ul li {
    width: auto;
  }
  .winter_sweets_box ul li {
    width: auto;
  }
  .spring_sweets_box ul li p {
    font-size: 1.2rem;
  }
  .winter_sweets_box ul li p {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------------------
  .livekitchen
----------------------------------------------------------- */
.livekitchen .txt_read {
  text-align: center;
}
.slick-1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .livekitchen {
    margin-bottom: 70px;
  }
  .livekitchen .slick-1 {
    margin-bottom: 20px;
  }
  .livekitchen .slick-1 .slick-next {
    top: 95%;
    right: 33%;
    z-index: 20;
  }
  .livekitchen .slick-1 .slick-prev {
    top: 95%;
    left: 33%;
    z-index: 20;
  }
  .livekitchen .slick-1 .slick-dots {
    bottom: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .livekitchen {
    margin-bottom: 70px;
  }
  .livekitchen .slick-1 {
    width: 80%;
    margin: 0 auto 20px;
  }
  .livekitchen .slick-1 figure {
    width: 100%;
    height: 260px;
  }
  .livekitchen .slick-1 img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: 0 73%;
  }
  .livekitchen .slick-1 .slick-next {
    top: 96%;
    right: 40%;
    z-index: 20;
  }
  .livekitchen .slick-1 .slick-prev {
    top: 96%;
    left: 40%;
    z-index: 20;
  }
  .livekitchen .slick-1 .slick-dots {
    bottom: 10px;
  }
  .livekitchen .txt_read {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .livekitchen {
    margin-bottom: 80px;
  }
  .livekitchen .slick-1 figure {
    width: 1100px;
    height: 380px;
  }
  .livekitchen .slick-1 img {
    width: 1100px;
    height: 380px;
    object-fit: cover;
  }
  .livekitchen .slick-1 .slick-next {
    top: 97%;
    right: 43%;
    z-index: 20;
  }
  .livekitchen .slick-1 .slick-prev {
    top: 97%;
    left: 43%;
    z-index: 20;
  }
  .livekitchen .slick-1 .slick-dots {
    bottom: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .livekitchen .slick-1 {
    width: 1100px;
  }
  .livekitchen .slick-1 figure {
    width: 1100px;
    height: 380px;
  }
  .livekitchen .slick-1 img {
    width: 1100px;
    height: 380px;
    object-fit: cover;
    object-position: 0 73%;
  }
}
/* -----------------------------------------------------------
  .variety
----------------------------------------------------------- */
.variety .img_on {
  color: #e5eff4;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .variety {
    width: 90%;
    margin: auto;
    margin-bottom: 90px;
  }
  .variety .main_img {
    position: relative;
  }
  .variety .img_on {
    bottom: -18px;
    font-size: 40px;
    left: 10px;
  }
  .variety .inner {
    margin: 20px 0;
  }
  .variety .slick-2 figure {
    margin-right: 10px;
  }
  .variety .slick-2 figure:last-child {
    margin-right: 0;
  }
  .variety .slick-2 .slick-prev:before,
  .variety .slick-2 .slick-next:before {
    color: #000;
  }
  .variety .slick-2 .slick-next {
    top: 125%;
    right: 1%;
    z-index: 20;
  }
  .variety .slick-2 .slick-prev {
    top: 125%;
    left: 1%;
    z-index: 20;
  }
  .variety .slick-2 .slick-dots {
    bottom: -30px;
  }
  .variety .slick-2 .slick-dots li button:before {
    color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .variety {
    width: 90%;
    height: 290px;
    margin: auto;
    margin-bottom: 70px;
    overflow: hidden;
    position: relative;
  }
  .variety .main_img {
    width: 55%;
    position: relative;
    float: left;
  }
  .variety .img_on {
    bottom: -24px;
    font-size: 55px;
    left: 10px;
  }
  .variety .inner {
    width: 42%;
    float: right;
    margin: 20px 0;
  }
  .variety .slick-2 {
    position: absolute;
    width: 410px;
    z-index: 3;
    right: 0;
    bottom: 0;
  }
  .variety .slick-2 figure {
    margin-right: 10px;
  }
  .variety .slick-2 figure:last-child {
    margin-right: 0;
  }
  .variety .slick-2 .slick-prev:before,
  .variety .slick-2 .slick-next:before {
    color: #000;
  }
  .variety .slick-2 .slick-next {
    top: 133%;
    right: 19%;
    z-index: 20;
  }
  .variety .slick-2 .slick-prev {
    top: 133%;
    left: 19%;
    z-index: 20;
  }
  .variety .slick-2 .slick-dots {
    bottom: -31px;
  }
  .variety .slick-2 .slick-dots li button:before {
    color: #000;
  }
}
@media only screen and (min-width: 1024px) {
  .variety {
    height: 370px;
  }
  .variety .slick-2 {
    width: 600px;
  }
}
@media only screen and (min-width: 1101px) {
  .variety {
    width: 83%;
    height: 450px;
    margin-bottom: 80px;
  }
  .variety .main_img {
    width: auto;
  }
  .variety .inner {
    width: 38%;
    float: right;
    margin: 20px 40px 0 0;
  }
  .variety .slick-2 {
    width: 800px;
  }
  .variety .slick-2 .slick-next {
    top: 116%;
    right: 34%;
    z-index: 20;
  }
  .variety .slick-2 .slick-prev {
    top: 116%;
    left: 34%;
    z-index: 20;
  }
  .variety .slick-2 .slick-dots {
    bottom: -32px;
  }
}
@media only screen and (min-width: 1440px) {
  .variety {
    width: 1100px;
    height: 450px;
    margin-bottom: 80px;
  }
}
/* -----------------------------------------------------------
  .kidscorner
----------------------------------------------------------- */
.kidscorner > h4 {
  text-align: center;
}
#dinner_buffet .kidscorner h4.left:first-letter {
  color: #ff7c1c;
}
.kidscorner .main_img img {
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .kidscorner {
    width: 90%;
    margin: 0 auto 90px;
  }
  .kidscorner > h4 {
    margin-bottom: 30px;
  }
  .kidscorner .main_img {
    width: 100%;
    margin: 30px auto 20px;
    position: relative;
  }
  .kidscorner .main_img .kids_deco .top_l em {
    position: absolute;
    color: #ff7c1c;
    top: -19px;
    font-size: 25px;
    left: -12px;
    transform: rotate(-20deg);
    line-height: 0.8;
  }
  .kidscorner .main_img .kids_deco .top_r img {
    width: 40%;
    position: absolute;
    top: -30px;
    right: -7px;
  }
  .kidscorner .main_img .kids_deco .bottom_l img {
    position: absolute;
    bottom: -10px;
    left: -21px;
    width: 20%;
  }
  .kidscorner .main_img .kids_deco .bottom_r img {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 27%;
  }
  .kidscorner .txt_read {
    width: 85%;
    margin: 0 auto 20px;
  }
  .kidscorner ul {
    display: flex;
    justify-content: space-between;
  }
  .kidscorner ul li img {
    width: 105px;
  }
  .bg_wave {
    width: 100%;
    height: 117px;
    background-image: url(../meal/images/220308/deco_wave_p.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -130px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .kidscorner {
    width: 90%;
    margin: 0 auto 70px;
  }
  .kidscorner > h4 {
    margin-bottom: 30px;
  }
  .kidscorner .main_img {
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
  }
  .kidscorner .main_img > img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
  .kidscorner .main_img .kids_deco .top_l em {
    position: absolute;
    color: #ff7c1c;
    top: -27px;
    font-size: 35px;
    left: -20px;
    transform: rotate(-27deg);
    line-height: 1;
  }
  .kidscorner .main_img .kids_deco .top_r img {
    width: 170px;
    position: absolute;
    top: -20px;
    right: 0;
  }
  .kidscorner .main_img .kids_deco .bottom_l img {
    position: absolute;
    bottom: -20px;
    left: -40px;
    width: 20%;
  }
  .kidscorner .main_img .kids_deco .bottom_r img {
    position: absolute;
    bottom: -20px;
    right: -30px;
    width: 22%;
  }
  .kidscorner .txt_read {
    width: 85%;
    margin: 0 auto 20px;
  }
  .kidscorner ul {
    display: flex;
    justify-content: center;
  }
  .kidscorner ul li img {
    width: 160px;
  }
  .kidscorner ul li:nth-child(2) {
    margin: 0 15px;
  }
  .bg_wave {
    width: 100%;
    height: 245px;
    background-image: url(../meal/images/220308/deco_wave_p.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -220px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .kidscorner .main_img > img {
    height: 380px;
  }
  .bg_wave {
    height: 315px;
    margin-top: -290px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1101px) {
  .kidscorner .main_img {
    width: 1100px;
  }
  .kidscorner .main_img .kids_deco .top_l em {
    position: absolute;
    top: -23px;
    font-size: 55px;
    left: -20px;
    transform: rotate(-20deg);
    line-height: 0.8;
  }
  .kidscorner .main_img .kids_deco .top_r img {
    position: absolute;
    top: -30px;
    right: 35px;
    width: auto;
  }
  .kidscorner .main_img .kids_deco .bottom_l img {
    position: absolute;
    bottom: -20px;
    left: -40px;
    width: auto;
  }
  .kidscorner .main_img .kids_deco .bottom_r img {
    position: absolute;
    bottom: -20px;
    right: -30px;
    width: auto;
  }
  .kidscorner .txt_read {
    text-align: center;
    margin: 0 auto 40px;
  }
  .kidscorner ul li img {
    width: auto;
  }
  .bg_wave {
    height: 415px;
    margin-top: -350px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .bg_wave {
    height: 585px;
    margin-top: -500px;
  }
}
/* -----------------------------------------------------------
  .sweets_corner
----------------------------------------------------------- */
.sweets_corner .main_img {
  position: relative;
}
.sweets_corner .main_img .img_on {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sweets_corner {
    margin-bottom: 70px;
  }
  .sweets_corner .main_img {
    width: 83%;
    margin-left: 5%;
    box-shadow: 25px 25px 0px 0 #e5eff4;
    border-radius: 5px;
    margin-bottom: 45px;
  }
  .sweets_corner .inner {
    width: 88%;
    margin: 0 auto 25px;
  }
  .sweets_corner .main_img .img_on {
    color: #e5eff4;
    font-size: 40px;
    right: 10px;
    bottom: -18px;
  }
  .sweets_corner ul {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .sweets_corner ul li {
    width: 165px;
  }
}
@media only screen and (min-width: 768px) {
  .sweets_corner {
    width: 90%;
    height: 330px;
    margin: 0 auto 70px;
    position: relative;
  }
  .sweets_corner h4 {
    margin-bottom: 10px;
  }
  .sweets_corner .main_img {
    width: 46%;
    margin-left: 5%;
    box-shadow: 25px 25px 0px 0 #e5eff4;
    border-radius: 5px;
    margin-bottom: 45px;
    float: left;
  }
  .sweets_corner .inner {
    width: 45%;
    float: left;
  }
  .sweets_corner .main_img .img_on {
    color: #e5eff4;
    font-size: 55px;
    right: 10px;
    bottom: -24px;
  }
  .sweets_corner ul {
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
  }
  .sweets_corner ul li {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .sweets_corner {
    height: 370px;
  }
  .sweets_corner ul {
    width: 57%;
  }
  .sweets_corner ul li {
    width: auto;
  }
}
@media only screen and (min-width: 1101px) {
  .sweets_corner {
    width: 970px;
    height: 420px;
    margin: 0 auto 100px;
  }
  .sweets_corner .main_img {
    width: auto;
    margin-left: 5%;
    box-shadow: 55px 55px 0 0 #e5eff4;
    border-radius: 10px;
    margin-bottom: 45px;
    float: left;
  }
  .sweets_corner .inner {
    width: 36%;
    float: left;
    margin: 10px 0 0 20px;
  }
  .sweets_corner .main_img .img_on {
    font-size: 55px;
    right: 10px;
    bottom: -25px;
  }
  .sweets_corner ul {
    width: 54%;
  }
  .sweets_corner ul li {
    width: auto;
  }
}
/* -----------------------------------------------------------
  .drinkbar
----------------------------------------------------------- */
.drinkbar .main_img {
  position: relative;
}
.drinkbar .main_img .img_on {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .drinkbar {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .drinkbar .main_img {
    order: 2;
    width: 83%;
    margin-left: 12%;
    box-shadow: -25px 25px 0px 0 #e5eff4;
    border-radius: 5px;
    margin-bottom: 45px;
  }
  .drinkbar .inner {
    order: 1;
    width: 88%;
    margin: 0 auto 30px;
  }
  .drinkbar .main_img .img_on {
    color: #e5eff4;
    font-size: 40px;
    left: 10px;
    bottom: -18px;
  }
  .drinkbar ul {
    order: 3;
    width: 90%;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
    right: 0;
  }
  .drinkbar ul li {
    width: 165px;
  }
}
@media only screen and (min-width: 768px) {
  .drinkbar {
    width: 90%;
    height: 350px;
    margin: 0 auto 60px;
    position: relative;
  }
  .drinkbar h4 {
    margin-bottom: 10px;
  }
  .drinkbar .main_img {
    width: 46%;
    margin-left: 5%;
    box-shadow: -25px 25px 0px 0 #e5eff4;
    border-radius: 5px;
    margin-bottom: 45px;
    float: left;
  }
  .drinkbar .inner {
    width: 45%;
    float: right;
  }
  .drinkbar .main_img .img_on {
    color: #e5eff4;
    font-size: 55px;
    left: 10px;
    bottom: -24px;
  }
  .drinkbar ul {
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .drinkbar ul li {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .drinkbar {
    height: 380px;
    margin: 0 auto 120px;
  }
  .drinkbar ul {
    width: 57%;
  }
  .drinkbar ul li {
    width: auto;
  }
}
@media only screen and (min-width: 1101px) {
  .drinkbar {
    width: 1080px;
    height: 420px;
    margin: 0 auto 150px;
  }
  .drinkbar .main_img {
    width: auto;
    margin-left: 5%;
    box-shadow: -55px 55px 0 0 #e5eff4;
    border-radius: 10px;
    margin-bottom: 45px;
    float: left;
  }
  .drinkbar .inner {
    width: 35%;
    float: left;
    margin: 10px 0 0 40px;
  }
  .drinkbar .main_img .img_on {
    font-size: 55px;
    right: 10px;
    bottom: -25px;
  }
  .drinkbar ul {
    width: 48%;
    right: 55px;
  }
  .drinkbar ul li {
    width: auto;
  }
}
/* -----------------------------------------------------------
  #breakfast
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #breakfast .slick-f .slick-next {
    top: 95%;
    right: 24%;
    z-index: 20;
  }
  #breakfast .slick-f .slick-prev {
    top: 95%;
    left: 24%;
    z-index: 20;
  }
  #breakfast .slick-f .slick-dots {
    bottom: 7px;
  }
  .bf_concept {
    width: 86%;
    margin: 0 auto 40px;
  }
  .bf_concept .bf_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  #breakfast .slick-f {
    width: 100%;
    height: 260px;
  }
  #breakfast .slick-f img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
  #breakfast .slick-f .slick-next {
    top: 95%;
    right: 36%;
    z-index: 20;
  }
  #breakfast .slick-f .slick-prev {
    top: 95%;
    left: 36%;
    z-index: 20;
  }
  #breakfast .slick-f .slick-dots {
    bottom: 10px;
  }
  .bf_concept {
    width: 90%;
    margin: 0 auto 40px;
  }
  .bf_concept .bf_tit {
    font-size: 20px;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
  }
  .bf_concept .bf_txt {
    font-size: 16px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  #breakfast .slick-f {
    width: 100%;
    height: 380px;
    margin-bottom: 50px;
  }
  #breakfast .slick-f img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1101px) {
  #breakfast .slick-f {
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
  }
  #breakfast .slick-f img {
    height: 500px;
  }
  #breakfast .slick-f .slick-next {
    top: 98%;
    right: 45%;
    z-index: 20;
  }
  #breakfast .slick-f .slick-prev {
    top: 98%;
    left: 45%;
    z-index: 20;
  }
  #breakfast .slick-f .slick-dots {
    bottom: 10px;
  }
  .bf_concept {
    width: 70%;
    margin: 0 auto 80px;
  }
  .bf_concept .bf_tit {
    margin-right: 45px;
  }
}
/* -----------------------------------------------------------
  .pickup
----------------------------------------------------------- */
.pickup {
  background-color: #f9f9f9;
}
.pickup h4 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pickup {
    padding: 25px 0 5px;
    margin-bottom: 10px;
  }
  .pickup .main_img {
    width: 90%;
    margin: auto;
  }
  .pickup .txt_read {
    width: 85%;
    margin: 20px auto 50px;
  }
}
@media only screen and (min-width: 768px) {
  .pickup {
    padding: 50px 0 30px;
    margin-bottom: 70px;
  }
  .pickup h4 {
    margin-bottom: 20px;
  }
  .pickup .main_img {
    width: 87%;
    margin: auto;
  }
  .pickup .txt_read {
    text-align: center;
    width: 90%;
    margin: 40px auto 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .pickup .main_img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1440px) {
  .pickup .main_img {
    width: 1100px;
  }
  .pickup .main_img img {
    width: 1100px;
    height: 380px;
    object-fit: cover;
  }
}
/* =================
  .insta_slide
================= */
.insta_slide {
  position: relative;
}
.insta_slide p {
  position: absolute;
}
.insta_slide .wrap .slideshow1 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .insta_slide p {
    z-index: 2;
    width: 40%;
    top: -25px;
    left: 20px;
  }
  .insta_slide .slider1,
  .insta_slide .slider2 {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .insta_slide p {
    z-index: 2;
    width: 200px;
    top: -39px;
    left: 20%;
  }
  .insta_slide .slider1,
  .insta_slide .slider2 {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .bf_concept {
    width: 50%;
    margin: 0 auto 80px;
  }
  .bf_concept .bf_tit {
    font-size: 27px;
  }
}
/* -----------------------------------------------------------
  .frenchtoast
----------------------------------------------------------- */
.frenchtoast ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .frenchtoast {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto 70px;
  }
  .frenchtoast .main_img {
    order: 2;
    margin-bottom: 11px;
  }
  .frenchtoast .inner {
    order: 1;
    margin: 20px 0 25px;
  }
  .frenchtoast ul {
    order: 3;
    right: 0;
  }
  .frenchtoast ul li {
    width: 163px;
  }
}
@media only screen and (min-width: 768px) {
  .frenchtoast {
    width: 90%;
    height: 345px;
    margin: 0 auto 70px;
    position: relative;
  }
  .frenchtoast .main_img {
    float: left;
    width: 52%;
  }
  .frenchtoast .inner {
    float: right;
    width: 43%;
    margin: 10px 0 15px;
  }
  .frenchtoast ul {
    width: 54%;
    margin: auto;
    right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .frenchtoast ul li {
    width: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  .frenchtoast {
    height: 400px;
  }
  .frenchtoast ul {
    width: 57%;
  }
  .frenchtoast ul li {
    width: auto;
  }
}
@media only screen and (min-width: 1101px) {
  .frenchtoast {
    width: 1100px;
    height: 470px;
    margin: 0 auto 70px;
    position: relative;
    overflow: hidden;
  }
  .frenchtoast h4 {
    margin-bottom: 10px;
  }
  .frenchtoast .main_img {
    float: left;
    width: auto;
  }
  .frenchtoast .inner {
    float: right;
    width: 39%;
    margin: 10px 10px 15px 0;
  }
  .frenchtoast ul {
    width: 48.5%;
    margin: auto;
    right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .frenchtoast ul li {
    width: auto;
  }
}
/* -----------------------------------------------------------
  .standard_menu
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .standard_menu {
    width: 90%;
    margin: 0 auto 70px;
  }
  .standard_menu h4 {
    margin-bottom: 10px;
  }
  .standard_menu .inner {
    margin-bottom: 20px;
  }
  .standard_menu .main_img {
    display: flex;
    margin-bottom: 15px;
  }
  .standard_menu .main_img li:first-child {
    margin-right: 5px;
  }
  .standard_menu .menu_gallery {
    display: flex;
  }
  .standard_menu .menu_gallery li {
    margin-right: 1px;
  }
  .standard_menu .menu_gallery li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .standard_menu {
    width: 90%;
    margin: auto;
    overflow: hidden;
  }
  .standard_menu h4 {
    margin-bottom: 10px;
  }
  .standard_menu .inner {
    float: left;
    width: 40%;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .standard_menu .main_img {
    display: flex;
    margin-bottom: 10px;
  }
  .standard_menu .main_img li:first-child {
    margin-right: 5px;
  }
  .standard_menu .menu_gallery {
    display: flex;
  }
  .standard_menu .menu_gallery li {
    margin-right: 5px;
  }
  .standard_menu .menu_gallery li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1101px) {
  .standard_menu {
    width: 1100px;
    margin-bottom: 150px;
  }
  .standard_menu .inner {
    width: 33%;
    margin: 10px 0 0 20px;
  }
  .standard_menu .main_img {
    display: flex;
    float: right;
    margin-bottom: 20px;
  }
  .standard_menu .main_img li:first-child {
    margin-right: 10px;
  }
  .standard_menu .menu_gallery {
    display: flex;
    float: left;
  }
  .standard_menu .menu_gallery li {
    margin-right: 10px;
  }
  .standard_menu .menu_gallery li:last-child {
    margin-right: 0;
  }
}

/* -----------------------------------------------------------
	.con_meal
----------------------------------------------------------- */
.con_meal .box_meal {
  position: relative;
  z-index: 1;
  margin: 95px 0 80px;
}

@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:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: -1;
  width: 50%;
  height: 0;
  padding-bottom: 610px;
  background: #e5eff4;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal:after {
    bottom: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal:after {
    bottom: -1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal:after {
    padding-bottom: 560px;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal:after {
    padding-bottom: 120%;
  }
}

.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 .ic {
  position: absolute;
  left: 7.1875%;
  top: -55px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .wrp_img .ic {
    left: 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .wrp_img .ic {
    top: -35px;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .wrp_img .ic {
    top: -1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .wrp_img .ic {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .wrp_img .ic {
    width: 14.60526%;
  }
}

.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: -0.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: 0.8em;
    height: 0.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 .wrp_meal .inner {
  max-width: 1350px;
  width: 95%;
  margin: auto;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 75px 6.25% 4.6875% 4.375%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: -5.625% 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner {
    padding: 60px 3.18182% 45px 4.09091%;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .inner {
    padding: 3em 1em 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner {
    margin: -50px 0 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .inner {
    margin: -1.5em auto 0;
  }
}

@media only screen and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner {
    max-width: 800px;
  }
}

@media only screen and (min-width: 768px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media print {
  .con_meal .box_meal .wrp_meal .inner .wrp_st {
    text-align: center;
  }
}

.ie8 .con_meal .box_meal .wrp_meal .inner .wrp_st {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st {
    text-align: center;
    margin-bottom: 1.5em;
  }
}

.con_meal .box_meal .wrp_meal .inner .wrp_st [class^="ic"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0.2em 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 1;
}

@media only screen and (min-width: 1101px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st [class^="ic"] {
    font-size: 139%;
  }
}

@media print {
  .con_meal .box_meal .wrp_meal .inner .wrp_st [class^="ic"] {
    font-size: 139%;
  }
}

.ie8 .con_meal .box_meal .wrp_meal .inner .wrp_st [class^="ic"] {
  font-size: 139%;
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st [class^="ic"] {
    font-size: 131%;
  }
}

@media print {
  .con_meal .box_meal .wrp_meal .inner .wrp_st [class^="ic"] {
    font-size: 131%;
  }
}

.ie8 .con_meal .box_meal .wrp_meal .inner .wrp_st [class^="ic"] {
  font-size: 131%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st [class^="ic"] {
    font-size: 124%;
  }
}

.con_meal .box_meal .wrp_meal .inner .wrp_st .ic1 {
  background: #4b6fb9;
}

.con_meal .box_meal .wrp_meal .inner .wrp_st .ic2 {
  background: #4f9d82;
}

.con_meal .box_meal .wrp_meal .inner .wrp_st h4 {
  margin-top: 10px;
  font-size: 231%;
  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: 0.16em;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st h4 {
    margin-top: 0.4em;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st h4 {
    font-size: 224%;
  }
}

@media print {
  .con_meal .box_meal .wrp_meal .inner .wrp_st h4 {
    font-size: 224%;
  }
}

.ie8 .con_meal .box_meal .wrp_meal .inner .wrp_st h4 {
  font-size: 224%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st h4 {
    font-size: 200%;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st h4 {
    font-size: 154%;
    letter-spacing: 0.08em;
  }
}

.con_meal .box_meal .wrp_meal .inner .wrp_st h4 span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 80%;
  margin: 0 0.5em 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st h4 span {
    margin: 0 0.4em 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st h4 span {
    margin: 0 0.5em 0 0;
  }
}

.con_meal .box_meal .wrp_meal .inner .wrp_st .en {
  margin-top: 10px;
  color: #a4a4a4;
  font-size: 147%;
  font-family: "Didact Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.34em;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st .en {
    margin-top: 0.5em;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st .en {
    font-size: 139%;
  }
}

@media print {
  .con_meal .box_meal .wrp_meal .inner .wrp_st .en {
    font-size: 139%;
  }
}

.ie8 .con_meal .box_meal .wrp_meal .inner .wrp_st .en {
  font-size: 139%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st .en {
    font-size: 131%;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_st .en {
    font-size: 108%;
  }
}

@media only screen and (min-width: 768px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt {
    float: left;
    width: 48%;
  }
}

@media print {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt {
    float: left;
    width: 48%;
  }
}

.ie8 .con_meal .box_meal .wrp_meal .inner .wrp_txt {
  float: left;
  width: 48%;
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt {
    width: 45%;
    margin-right: 2%;
  }
}

@media print {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt {
    width: 45%;
    margin-right: 2%;
  }
}

.ie8 .con_meal .box_meal .wrp_meal .inner .wrp_txt {
  width: 45%;
  margin-right: 2%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt {
    width: 45%;
    margin-right: 2%;
  }
}
.con_meal .box_meal .wrp_meal .inner .wrp_txt .sst {
  margin-bottom: 15px;
  color: #005b98;
  font-size: 200%;
  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: 0.16em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt .sst {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt .sst {
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt .sst {
    font-size: 193%;
  }
}

@media print {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt .sst {
    font-size: 193%;
  }
}

.ie8 .con_meal .box_meal .wrp_meal .inner .wrp_txt .sst {
  font-size: 193%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt .sst {
    font-size: 170%;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt .sst {
    font-size: 124%;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 768px) {
  .con_meal .box_meal .wrp_meal .inner .wrp_txt .txt {
    font-size: 124%;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}

@media print {
  .con_meal .box_meal .wrp_meal .inner .txt {
    font-size: 124%;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}

.ie8 .con_meal .box_meal .wrp_meal .inner .txt {
  font-size: 124%;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .wrp_meal .inner .txt {
    font-size: 116%;
  }
}
.con_meal .box_meal .wrp_meal .inner .tbl .sst {
  margin-bottom: 10px;
  color: #005b98;
  font-size: 139%;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .tbl {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_meal .box_meal .tbl {
    margin: 2em 0;
  }
}

.con_meal .box_meal .tbl .sst {
  margin-bottom: 10px;
  color: #005b98;
  font-size: 139%;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .tbl .sst {
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .tbl .sst {
    font-size: 131%;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .tbl .sst {
    font-size: 116%;
  }
}

.con_meal .box_meal .tbl .att {
  margin-top: 0.5em;
}

@media only screen and (min-width: 1101px) {
  .con_meal .box_meal .tbl {
    width: 50%;
    float: right;
  }
  .con_meal .box_meal .tbl .att {
    font-size: 116%;
  }
}

@media print {
  .con_meal .box_meal .tbl .att {
    font-size: 116%;
  }
}

.ie8 .con_meal .box_meal .tbl .att {
  font-size: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_meal .box_meal .tbl .att {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .tbl .att {
    font-size: 100%;
  }
}

.con_meal .box_meal .btn {
  margin: auto;
  position: relative;
  z-index: 1;
  margin-top: -2.1875%;
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .btn {
    width: 100%;
  }
}

.con_meal .box_meal .btn a,
.con_meal .box_meal .btn > span {
  position: relative;
  display: block;
  padding: 20px 1em;
  border: 1px solid #005b98;
  background: #005b98;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 124%;
  color: #fff;
  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_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: 0.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 .box_meal .btn a i,
.con_meal .box_meal .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: #fff;
  -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_meal .box_meal .btn a i,
  .con_meal .box_meal .btn > span i {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .btn a i,
  .con_meal .box_meal .btn > span i {
    margin-left: 0.8em;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .btn a i,
  .con_meal .box_meal .btn > span i {
    width: 0.8em;
  }
}

.con_meal .box_meal .btn a i:before,
.con_meal .box_meal .btn > span i:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -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_meal .box_meal .btn a i:before,
  .con_meal .box_meal .btn > span i:before {
    margin-top: -0.2em;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .btn a i:before,
  .con_meal .box_meal .btn > span i:before {
    width: 0.4em;
    height: 0.4em;
  }
}

.con_meal .box_meal .btn a:hover,
.con_meal .box_meal .btn > span:hover {
  background: #00436f;
}

.con_meal .box_meal .btn a:hover i,
.con_meal .box_meal .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_meal .box_meal .btn {
    margin-top: -2.72727%;
  }
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .btn {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1400px) {
  .con_meal .box_meal .btn {
    margin-top: -1.42857%;
  }
}

@media print {
  .con_meal .box_meal .btn {
    margin-top: -1.42857%;
  }
}

.ie8 .con_meal .box_meal .btn {
  margin-top: -1.42857%;
}

@media only screen and (min-width: 768px) {
  .con_meal .box_meal .btn {
    width: 350px;
  }
}

@media print {
  .con_meal .box_meal .btn {
    width: 350px;
  }
}

.ie8 .con_meal .box_meal .btn {
  width: 350px;
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal .btn {
    width: 95%;
  }
}

.con_meal .box_meal.even:after {
  left: auto;
  right: 0;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.con_meal .box_meal.even .wrp_meal .inner {
  margin: -5.625% auto 0 0;
}

@media only screen and (max-width: 767px) {
  .con_meal .box_meal.even .wrp_meal .inner {
    margin: -1.5em auto 0;
  }
}

/* -----------------------------------------------------------
	.con_safe
----------------------------------------------------------- */
.con_safe {
  margin-top: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_safe {
    margin-top: 10.45455%;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe {
    margin-top: 3.5em;
  }
}

.con_safe h3 {
  margin-bottom: 30px;
  text-align: center;
  color: #005b98;
  font-size: 231%;
  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: 0.06em;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_safe h3 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe h3 {
    margin-bottom: 0.8em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_safe h3 {
    font-size: 216%;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe h3 {
    font-size: 154%;
  }
}

.con_safe h3:after,
.wa_box 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_safe h3:after,
  .wa_box h3:after {
    margin: 0.5em auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe h3:after,
  .wa_box h3:after {
    width: 1em;
    height: 0.63em;
  }
}

@media only screen and (min-width: 768px) {
  .con_safe .txt_read {
    text-align: center;
    font-size: 124%;
    letter-spacing: 0.04em;
  }
}

@media print {
  .con_safe .txt_read {
    text-align: center;
    font-size: 124%;
    letter-spacing: 0.04em;
  }
}

.ie8 .con_safe .txt_read {
  text-align: center;
  font-size: 124%;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_safe .txt_read {
    font-size: 116%;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe .txt_read {
    font-size: 108%;
  }
}

.con_safe .box_saf {
  position: relative;
  padding-bottom: 4.94792%;
  margin-top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_safe .box_saf {
    padding-bottom: 8.63636%;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe .box_saf {
    padding-bottom: 2em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_safe .box_saf {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe .box_saf {
    margin-top: 2em;
  }
}

.con_safe .box_saf:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 68.49315%;
  background: #e5eff4;
}

@media only screen and (max-width: 767px) {
  .con_safe .box_saf .wrp_saf {
    margin-bottom: 40px;
  }
  .con_safe .box_saf:after {
    height: 90%;
  }
}

.con_safe .box_saf .wrp_saf {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .con_safe .box_saf {
    display: flex;
    justify-content: center;
  }
  .con_safe .box_saf .wrp_saf {
    width: 27%;
  }
  .con_safe .box_saf .wrp_saf:first-child {
    margin-right: 2%;
  }
}

@media print {
  .con_safe .box_saf .wrp_saf .wrp_img {
    width: 90%;
  }
}

.ie8 .con_safe .box_saf .wrp_saf .wrp_img {
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .con_safe .box_saf .wrp_saf .wrp_txt {
    width: 100%;
  }
}

@media print {
  .con_safe .box_saf .wrp_saf .wrp_txt {
    width: 100%;
  }
}

.ie8 .con_safe .box_saf .wrp_saf .wrp_txt {
  width: 100%;
}

.con_safe .box_saf .wrp_saf .wrp_txt .inner {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner {
    margin: 1.5em;
  }
}

.con_safe .box_saf .wrp_saf .wrp_txt .inner .st {
  margin-bottom: 15px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner .st {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner .st {
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 768px) {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner .st {
    font-size: 185%;
    letter-spacing: 0.06em;
  }
}

@media print {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner .st {
    font-size: 185%;
    letter-spacing: 0.06em;
  }
}

.ie8 .con_safe .box_saf .wrp_saf .wrp_txt .inner .st {
  font-size: 185%;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner .st {
    font-size: 154%;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner .st {
    font-size: 22px;
    letter-spacing: 0.02em;
  }
}

@media only screen and (min-width: 768px) {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner .txt {
    font-size: 124%;
    letter-spacing: 0.04em;
    max-width: 570px;
    margin: auto;
  }
}

@media print {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner .txt {
    font-size: 124%;
    letter-spacing: 0.04em;
    max-width: 570px;
    margin: auto;
  }
}

.ie8 .con_safe .box_saf .wrp_saf .wrp_txt .inner .txt {
  font-size: 124%;
  letter-spacing: 0.04em;
  max-width: 570px;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner .txt {
    font-size: 116%;
  }
}

@media only screen and (max-width: 767px) {
  .con_safe .box_saf .wrp_saf .wrp_txt .inner .txt {
    font-size: 108%;
  }
}
/* -----------------------------------------------------------
	.wa_box
----------------------------------------------------------- */
.wa_box {
  margin: 115px 0;
}

.wa_box h3 {
  margin-bottom: 20 px;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 0.2em;
}
.wa_box h3 span {
  font-size: 80%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  letter-spacing: 2px;
}
.wa_box .txt_read {
  text-align: center;
  font-size: 124%;
  letter-spacing: 0.04em;
  margin: 20px 0 40px;
  margin: 30px 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wa_box h3 {
    margin-bottom: 25px;
  }
  .wa_box ul {
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .wa_box ul li {
    width: 340px;
  }
  .wa_box ul li .menu_tit {
    font-size: 108%;
    margin-bottom: 20px;
  }
  .wa_box .btn_menu {
    margin-bottom: 20px;
  }
  .wa_box .btn_menu a {
    text-align: center;
    background-color: #d2b568;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 2% 0;
    border-radius: 5px;
  }
  .wa_box .btn_plan a {
    text-align: center;
    background-color: #00436f;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 2% 0;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .wa_box h3 {
    margin-bottom: 1em;
  }
  .wa_box h3 span {
    font-size: 60%;
  }
  .wa_box .menu_tit {
    font-size: 110%;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .wa_box .txt_read {
    font-size: 100%;
    text-align: left;
    width: 90%;
    margin: 20px auto 20px;
  }
  .wa_box ul {
    width: 90%;
    margin: 0 auto;
  }
  .wa_box .btn_menu {
    margin-bottom: 15px;
  }
  .wa_box .btn_menu a {
    text-align: center;
    background-color: #d2b568;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4% 0;
    font-size: 110%;
    border-radius: 5px;
  }
  .wa_box .btn_plan a {
    text-align: center;
    background-color: #00436f;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4% 0;
    font-size: 110%;
    border-radius: 5px;
  }
}

@media only screen and (min-width: 1101px) {
  .wa_box h3 {
    font-size: 162%;
  }
  .wa_box h3 em {
    display: block;
    font-size: 150%;
    margin-top: 0.2em;
  }

  .wa_box .menu_tit {
    font-size: 160%;
    margin: 10px 0;
  }
  .wa_box ul {
    width: 1000px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-around;
  }
  .wa_box ul li:first-child {
    width: 70%;
  }
  .wa_box ul li:nth-child(even) {
    position: relative;
  }
  .wa_box .wplan_btn {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 20px;
  }
  .wa_box .btn_menu {
    margin-bottom: 15px;
  }
  .wa_box .btn_menu a {
    font-size: 120%;
    text-align: center;
    background-color: #d2b568;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 2% 0;
    border-radius: 5px;
  }
  .wa_box .btn_plan a {
    font-size: 120%;
    text-align: center;
    background-color: #00436f;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 2% 0;
    border-radius: 5px;
  }
}

.wa_box img {
  margin-bottom: 20px;
}
.wa_box .btn_menu a:hover,
.wa_box .btn_plan a:hover {
  opacity: 0.75;
}

@media print {
  .wa_box h3 {
    font-size: 162%;
  }
}

.ie8 .wa_box h3 {
  font-size: 162%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .wa_box h3 {
    font-size: 139%;
  }
}

@media only screen and (max-width: 767px) {
  .wa_box h3 {
    font-size: 154%;
  }
  .wa_box h3 em {
    display: block;
    font-size: 110%;
    margin-top: 0.2em;
  }
}
.wa_box .variety {
  width: 1100px;
  padding: 40px 0;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.wa_box .variety:last-child {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .wa_box .variety {
    width: 95%;
  }
}
/* -----------------------------------------------------------
	.con_daytrip
----------------------------------------------------------- */
.con_daytrip {
  position: relative;
  padding: 55px 0;
  margin-top: 105px;
}

@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;
  }
}

@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%;
  }
}

.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: 0.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: 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: 0.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: 0.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: 0.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: 0.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: 0.4em;
    height: 0.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;
}
/* -----------------------------------------------------------
	.con_declaration
----------------------------------------------------------- */
.con_declaration {
  width: 95%;
  max-width: 1600px;
  margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration {
    margin-top: 10.90909%;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration {
    margin-top: 3.5em;
  }
}

.con_declaration h3 {
  margin-bottom: 35px;
  text-align: center;
  color: #005b98;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration h3 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration h3 {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 1101px) {
  .con_declaration h3 {
    font-size: 162%;
  }
}

@media print {
  .con_declaration h3 {
    font-size: 162%;
  }
}

.ie8 .con_declaration h3 {
  font-size: 162%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration h3 {
    font-size: 139%;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration h3 {
    font-size: 108%;
  }
}

.con_declaration h3 em {
  display: block;
  font-size: 162%;
  margin-top: 0.2em;
}

.con_declaration .txt_read {
  letter-spacing: 0.08em;
  line-height: 1.68;
}

@media only screen and (min-width: 768px) {
  .con_declaration .txt_read {
    text-align: center;
    font-size: 124%;
  }
}

@media print {
  .con_declaration .txt_read {
    text-align: center;
    font-size: 124%;
  }
}

.ie8 .con_declaration .txt_read {
  text-align: center;
  font-size: 124%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration .txt_read {
    font-size: 116%;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration .txt_read {
    font-size: 100%;
  }
}

.con_declaration .box_dec {
  padding: 70px 6.25%;
  border: 4px solid #bfcbda;
  margin-top: 55px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration .box_dec {
    padding: 45px 3.75%;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec {
    padding: 1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration .box_dec {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec {
    margin-top: 1.5em;
  }
}

@media only screen and (min-width: 768px) {
  .con_declaration .box_dec > ul {
    letter-spacing: -0.4em;
    text-align: center;
  }
}

@media print {
  .con_declaration .box_dec > ul {
    letter-spacing: -0.4em;
    text-align: center;
  }
}

.ie8 .con_declaration .box_dec > ul {
  letter-spacing: -0.4em;
  text-align: center;
}

.con_declaration .box_dec > ul + ul {
  margin-top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration .box_dec > ul + ul {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec > ul + ul {
    margin-top: 2em;
  }
}

.con_declaration .box_dec > ul > li {
  margin: 0 0 0 2.85714%;
  width: 22.85714%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration .box_dec > ul > li {
    margin: 0 0 0 2%;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec > ul > li {
    margin: 2em 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration .box_dec > ul > li {
    width: 23.5%;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec > ul > li {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .con_declaration .box_dec > ul > li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
  }
}

@media print {
  .con_declaration .box_dec > ul > li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
  }
}

.ie8 .con_declaration .box_dec > ul > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  text-align: left;
}

.con_declaration .box_dec > ul > li:first-child {
  margin: 0;
}

.con_declaration .box_dec > ul > li .wrp_img {
  width: 90%;
  padding: 30px 0;
  margin: auto;
  background: #00afd5;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0.3em;
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec > ul > li .wrp_img {
    width: 52.63158%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration .box_dec > ul > li .wrp_img {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec > ul > li .wrp_img {
    padding: 1.5em 0;
  }
}

.con_declaration .box_dec > ul > li .wrp_img img {
  width: 48.14815%;
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec > ul > li .wrp_img img {
    width: 32.5%;
  }
}

.con_declaration .box_dec > ul > li .wrp_txt {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration .box_dec > ul > li .wrp_txt {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec > ul > li .wrp_txt {
    margin-top: 0.8em;
  }
}

.con_declaration .box_dec > ul > li .wrp_txt .st {
  margin-bottom: 25px;
  text-align: center;
  color: #005b98;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration .box_dec > ul > li .wrp_txt .st {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec > ul > li .wrp_txt .st {
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 1101px) {
  .con_declaration .box_dec > ul > li .wrp_txt .st {
    font-size: 139%;
  }
}

@media print {
  .con_declaration .box_dec > ul > li .wrp_txt .st {
    font-size: 139%;
  }
}

.ie8 .con_declaration .box_dec > ul > li .wrp_txt .st {
  font-size: 139%;
}

@media only screen and (min-width: 1101px) and (max-width: 1450px) {
  .con_declaration .box_dec > ul > li .wrp_txt .st {
    font-size: 131%;
  }
}

@media print {
  .con_declaration .box_dec > ul > li .wrp_txt .st {
    font-size: 131%;
  }
}

.ie8 .con_declaration .box_dec > ul > li .wrp_txt .st {
  font-size: 131%;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
  .con_declaration .box_dec > ul > li .wrp_txt .st {
    font-size: 131%;
  }
  .con_declaration .box_dec > ul > li .wrp_txt .st br {
    display: none;
  }
}

@media print {
  .con_declaration .box_dec > ul > li .wrp_txt .st {
    font-size: 131%;
  }
  .con_declaration .box_dec > ul > li .wrp_txt .st br {
    display: none;
  }
}

.ie8 .con_declaration .box_dec > ul > li .wrp_txt .st {
  font-size: 131%;
}

.ie8 .con_declaration .box_dec > ul > li .wrp_txt .st br {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_declaration .box_dec > ul > li .wrp_txt .st {
    font-size: 124%;
  }
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec > ul > li .wrp_txt .st {
    font-size: 116%;
  }
}

.con_declaration .box_dec > ul > li .wrp_txt ul li {
  position: relative;
  padding-left: 0.8em;
  box-sizing: border-box;
  line-height: 1.42;
}

@media only screen and (min-width: 768px) {
  .con_declaration .box_dec > ul > li .wrp_txt ul li {
    font-size: 108%;
    letter-spacing: 0.04em;
  }
}

@media print {
  .con_declaration .box_dec > ul > li .wrp_txt ul li {
    font-size: 108%;
    letter-spacing: 0.04em;
  }
}

.ie8 .con_declaration .box_dec > ul > li .wrp_txt ul li {
  font-size: 108%;
  letter-spacing: 0.04em;
}

.con_declaration .box_dec > ul > li .wrp_txt ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.4em;
  height: 0.4em;
  background: #005b98;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
  .con_declaration .box_dec > ul > li .wrp_txt ul li br {
    display: none;
  }
}

@media print {
  .con_declaration .box_dec > ul > li .wrp_txt ul li br {
    display: none;
  }
}

.ie8 .con_declaration .box_dec > ul > li .wrp_txt ul li br {
  display: none;
}

.con_declaration .box_dec > ul > li .wrp_txt ul li + li {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .con_declaration .box_dec > ul > li .wrp_txt ul li + li {
    margin-top: 0.5em;
  }
}

.con_declaration .box_dec > ul > li .wrp_txt .att {
  margin-top: 1em;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 768px) {
  .con_declaration .box_dec > ul > li .wrp_txt .att {
    font-size: 108%;
  }
}

@media print {
  .con_declaration .box_dec > ul > li .wrp_txt .att {
    font-size: 108%;
  }
}

.ie8 .con_declaration .box_dec > ul > li .wrp_txt .att {
  font-size: 108%;
}

/*# sourceMappingURL=../maps/meal.css.map */
