@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 .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;
}

.slick-dots {
  bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .slick-dots {
    bottom: 15px;
  }
}

@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_jap .box_jap .wrp_jap .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: -38%;
  }
  #contents .con_title h2 {
    text-shadow: 0.2em 0 1em rgba(0, 0, 0, 0.5), 0 0.2em 1em rgba(0, 0, 0, 0.5), -0.2em 0 1em rgba(0, 0, 0, 0.5), 0 -0.2em 1em rgba(0, 0, 0, 0.5);
  }
  #contents .con_title > h2 {
    top: 60%;
  }
  #contents .con_title > h2 em {
    line-height: 0;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  margin-top: 40px;
}
.con_intro .box_int .wrp_st h3 {
  text-align: center;
}
.con_intro .box_int .wrp_st h3 em {
  text-align: center;
  color: #005b98;
  letter-spacing: 5px;
}
.con_intro .box_int .wrp_st h3 span {
  letter-spacing: 2px;
}
.con_intro .box_int .int_tit {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_st h3 {
    line-height: 25px;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .con_intro .box_int .wrp_st h3 em {
    font-size: 250%;
  }
  .con_intro .box_int .wrp_st h3 span {
    font-size: 125%;
  }
  .con_intro .box_int .int_tit {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .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%;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 0 auto;
  }
  .con_intro .box_int .box_concept {
    background-image: url("/meal/japanese/images/common/bg_concept_s.png");
    background-repeat: no-repeat;
    padding: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_st h3 {
    line-height: 23px;
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .con_intro .box_int .wrp_st h3 em {
    font-size: 260%;
  }
  .con_intro .box_int .wrp_st h3 span {
    font-size: 150%;
  }
  .con_intro .box_int .box_concept {
    background-image: url("/meal/japanese/images/common/bg_concept.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 0 50px;
    margin-bottom: 30px;
  }
  .con_intro .box_int .int_tit {
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  .con_intro .box_int .txt {
    width: 100%;
    font-size: 115%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .con_intro .box_int .wrp_st h3 {
    line-height: 28px;
    margin-bottom: 0;
  }
  .con_intro .box_int .wrp_st h3 em {
    font-size: 340%;
  }
  .con_intro .box_int .wrp_st h3 span {
    font-size: 150%;
  }
  .con_intro .box_int .box_concept {
    padding: 60px 0 70px;
  }
  .con_intro .box_int .int_tit {
    font-size: 25px;
  }
  .con_intro .box_int .txt {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1101px) {
  .con_intro .box_int .box_concept {
    background-size: cover;
    background-position: center;
    padding: 70px 0 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .con_intro .box_int .box_concept {
    background-size: cover;
    background-position: center;
    padding: 58px 0 137px;
    margin: 0 0 0;
  }
}
/* -----------------------------------------------------------
	#j_charm
----------------------------------------------------------- */
#j_charm {
  overflow: hidden;
}

#j_charm h4:first-letter {
  color: #005b98;
}
@media only screen and (max-width: 767px) {
  #j_charm > ul {
    width: 90%;
    margin: 0 auto;
  }
  #j_charm h4 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #j_charm ul .box_charm {
    margin-bottom: 40px;
  }
  #j_charm ul .box_charm > ul {
    position: relative;
  }
  #j_charm ul .box_charm ul li:nth-child(2) {
    font-size: 14px;
    line-height: 1.6;
    margin: 20px auto 60px;
    width: 95%;
  }
  #j_charm ul .box_charm:nth-child(odd) ul li:last-child {
    width: 220px;
    position: absolute;
    right: 0;
    bottom: -30px;
    margin: 0 calc(35% - 50vw);
  }
  #j_charm ul .box_charm:nth-child(even) ul li:last-child {
    width: 220px;
    position: absolute;
    left: 0;
    bottom: -30px;
    margin: 0 calc(35% - 50vw);
  }
}
@media only screen and (min-width: 768px) {
  #j_charm > ul {
    width: 90%;
    margin: 0 auto;
  }
  #j_charm h4 {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #j_charm ul .box_charm > ul {
    position: relative;
  }
  #j_charm ul .box_charm ul li:nth-child(2) {
    width: 70%;
    font-size: 16px;
  }
  #j_charm ul .box_charm:nth-child(odd) > ul {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }
  #j_charm ul .box_charm:nth-child(even) > ul {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 60px;
  }
  #j_charm ul .box_charm ul li:nth-child(2) {
    font-size: 15px;
  }
  #j_charm ul .box_charm:nth-child(odd) > ul li:nth-child(2) {
    margin: 0 0 0 2%;
  }
  #j_charm ul .box_charm:nth-child(even) > ul li:nth-child(2) {
    margin: 0 2% 0 0;
  }
  #j_charm ul .box_charm:nth-child(odd) ul li:last-child {
    width: 220px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 calc(43% - 50vw);
  }
  #j_charm ul .box_charm:nth-child(even) ul li:last-child {
    width: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 calc(43% - 50vw);
  }
}
@media only screen and (min-width: 1024px) {
  #j_charm h4 {
    margin-bottom: 20px;
  }
  #j_charm ul .box_charm ul li:nth-child(2) {
    width: 30%;
  }
  #j_charm ul .box_charm:nth-child(odd) ul li:last-child,
  #j_charm ul .box_charm:nth-child(even) ul li:last-child {
    width: 300px;
  }
}
@media only screen and (min-width: 1101px) {
  #j_charm h4 {
    font-size: 33px;
    letter-spacing: 3px;
  }
  #j_charm ul .box_charm ul li:nth-child(2) {
    width: 30%;
    font-size: 16px;
  }
  #j_charm ul .box_charm:nth-child(odd) > ul li:nth-child(2) {
    margin: 0 0 0 5%;
  }
  #j_charm ul .box_charm:nth-child(even) > ul li:nth-child(2) {
    margin: 0 5% 0 0;
  }
  #j_charm ul .box_charm:nth-child(odd) ul li:last-child,
  #j_charm ul .box_charm:nth-child(even) ul li:last-child {
    width: 400px;
  }
}
@media only screen and (min-width: 1440px) {
  #j_charm h4 {
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
  #j_charm > ul {
    width: 1300px;
    margin: 0 auto 150px;
  }
  #j_charm ul .box_charm ul li:nth-child(2) {
    width: 28%;
  }
  #j_charm ul .box_charm:nth-child(odd) > ul {
    margin-bottom: 70px;
  }
  #j_charm ul .box_charm:nth-child(odd) > ul li:nth-child(2) {
    margin: 0 0 0 80px;
  }
  #j_charm ul .box_charm:nth-child(even) > ul li:nth-child(2) {
    margin: 0 80px 0 0;
  }
  #j_charm ul .box_charm:nth-child(odd) ul li:last-child,
  #j_charm ul .box_charm:nth-child(even) ul li:last-child {
    width: 500px;
  }
}
/* -----------------------------------------------------------
	.link_box
----------------------------------------------------------- */
#jap .link_box {
  font-family: "Noto Serif JP", serif;
  margin: 20px 0 40px;
}
#jap .link_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#jap .link_box ul li {
  text-align: center;
  width: 45%;
  margin-bottom: 10px;
  padding: 5px 0 10px;
  border-left: 1px solid #e5eff4;
}
#jap .link_box ul li:nth-child(even) {
  border-right: 1px solid #e5eff4;
}
#jap .link_box ul li a:hover {
  text-decoration: none;
}
#jap .link_box ul li a:hover i {
  -webkit-transform: translateY(0.3em);
  -moz-transform: translateY(0.3em);
  -ms-transform: translateY(0.3em);
  -o-transform: translateY(0.3em);
  transform: translateY(0.3em);
}
#jap .link_box ul li a i {
  position: relative;
  display: block;
  width: 1px;
  margin: 10px auto 0;
  background: #005b98;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
#jap .link_box ul li a i:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin-left: -2.5px;
  border-right: 1px solid #005b98;
  border-bottom: 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 (min-width: 768px) {
  #jap .link_box {
    font-size: 15px;
  }
  #jap .link_box ul li {
    width: 18%;
  }
  #jap .link_box ul li:nth-child(even) {
    border-right: none;
  }
  #jap .link_box ul li:last-child {
    border-right: 1px solid #e5eff4;
  }
}
@media only screen and (min-width: 1024px) {
  #jap .link_box {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 60px;
  }
  #jap .link_box ul li {
    width: 180px;
  }
}
/* -----------------------------------------------------------
	.j_course
----------------------------------------------------------- */
#j_course {
  /* background-image: url("/meal/japanese/images/230330/bg_course.png"); */
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 40px;
}
#j_course ul .box_item ul .c_menu,
#j_course ul .box_item ul .c_btn {
  font-size: 13px;
  text-align: center;
}
#j_course ul .box_item ul .c_menu a,
#j_course ul .box_item ul .c_btn a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #j_course ul .box_item {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
  #j_course ul .box_item ul li > h4 {
    font-size: 26px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 15px;
  }
  #j_course ul .box_item ul .c_tit {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: 100;
    font-size: 150%;
    line-height: 1.4;
    margin: 15px 0 10px;
  }
  #j_course ul .box_item ul .c_txt {
    /* font-size: 13px; */
    text-align: left;
    margin-bottom: 20px;
  }
  #j_course ul .box_item ul .c_menu {
    background-color: #f1f1f1;
    margin-bottom: 15px;
  }
  #j_course ul .box_item ul .c_btn {
    background-color: #00436f;
  }
  #j_course ul .box_item ul .c_btn a {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  #j_course ul .box_item {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
  #j_course ul .box_item ul li > h4 {
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 30px;
  }
  #j_course ul .box_item ul .c_tit {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 100;
    font-size: 150%;
    line-height: 1.2;
    margin: 20px 0;
  }
  #j_course ul .box_item ul .c_txt {
    width: 85%;
    text-align: center;
    font-size: 13px;
    margin: 0 auto 30px;
  }
  #j_course ul .box_item ul .c_menu {
    background-color: none;
    margin-bottom: 15px;
  }
  #j_course ul .box_item ul .c_btn {
    background-color: #00436f;
    width: 40%;
    margin: 0 auto;
  }
  #j_course ul .box_item ul .c_btn a {
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #j_course ul .box_item {
    padding: 50px 0;
  }
  #j_course ul .box_item ul li > h4 {
    font-size: 27px;
  }
  #j_course ul .box_item ul .c_tit {
    font-size: 25px;
  }
  #j_course ul .box_item ul .c_txt {
    width: 80%;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1101px) {
  #j_course ul .box_item {
    padding: 70px 0;
  }
  #j_course ul .box_item ul li > h4 {
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
  #j_course ul .box_item ul .c_tit {
    letter-spacing: 3px;
    margin: 20px 0;
  }
  #j_course ul .box_item ul .c_txt {
    width: 65%;
    margin: 0 auto 40px;
    line-height: 1.7;
  }
  #j_course ul .box_item ul .c_btn {
    font-size: 16px;
    width: 30%;
    margin: 0 auto;
  }
  #j_course ul .box_item ul .c_btn a {
    padding: 13px 0;
  }
  #j_course ul .box_item ul .c_menu {
    margin-bottom: 40px;
  }
  #j_course ul .box_item ul .c_btn a:hover {
    background-color: #014e81;
  }
}
@media only screen and (min-width: 1440px) {
  #j_course ul .box_item {
    width: 1080px;
    padding: 70px 0;
  }
  #j_course ul .box_item ul li > h4 {
    font-size: 33px;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
  #j_course ul .box_item ul .c_tit {
    margin: 20px 0;
  }
  #j_course ul .box_item ul .c_txt {
    width: 745px;
  }
  #j_course ul .box_item ul .c_menu {
    margin-bottom: 50px;
  }
  #j_course ul .box_item ul .c_btn {
    font-size: 16px;
    width: 320px;
    margin: 0 auto;
  }
  #j_course ul .box_item ul .c_btn a {
    padding: 13px 0;
  }
}
/* -----------------------------------------------------------
	.item
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #item {
    padding-top: 10px;
    /* margin-bottom: 70px; */
  }
  #item ul .item_menu {
    width: 90%;
    margin: 0 auto;
  }
  #item h4 {
    font-size: 26px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #item .c_txt {
    /* width: 90%; */
    margin: 0 auto 20px;
  }
  #item ul .item_menu ul .c_tit {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 100;
    font-size: 150%;
    line-height: 1.4;
    margin: 15px 0 10px;
  }
  #item ul .item_menu ul .c_txt {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #item {
    padding-top: 20px;
    margin-bottom: 60px;
  }
  #item > ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #item ul .item_menu {
    width: 48%;
  }
  #item h4 {
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 30px;
  }
  #item .c_txt {
    margin-bottom: 60px;
  }
  #item.popular_item .c_txt {
    margin-bottom: 20px;
  }

  #item ul .item_menu ul .c_tit {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 100;
    font-size: 150%;
    line-height: 1.2;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1101px) {
  #item .c_txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  #item > ul {
    width: 1080px;
  }
  #item h4 {
    font-size: 33px;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
  #item .c_txt {
    font-size: 16px;
    margin-bottom: 60px;
  }
  #item ul .item_menu ul .c_tit {
    font-size: 25px;
    letter-spacing: 3px;
  }
}
/* -----------------------------------------------------------
  slick
----------------------------------------------------------- */
.slick-slide img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_jap
----------------------------------------------------------- */
.con_jap .box_jap {
  position: relative;
  z-index: 1;
  padding-top: 95px;
  /* margin-bottom: 70px; */
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap {
    padding-top: 70px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap {
    padding-top: 3em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap:after {
    bottom: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap:after {
    bottom: -1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap:after {
    padding-bottom: 560px;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap:after {
    padding-bottom: 120%;
  }
}

.con_jap .box_jap + .box_jap {
  margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap + .box_jap {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap + .box_jap {
    margin-top: 4.5em;
  }
}

.con_jap .box_jap .wrp_jap {
  position: relative;
  max-width: 1600px;
  width: 95%;
  margin: auto;
}

.con_jap .box_jap .wrp_jap .wrp_img .ic {
  position: absolute;
  left: 7.1875%;
  top: -55px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .wrp_img .ic {
    left: 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .wrp_img .ic {
    top: -35px;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .wrp_img .ic {
    top: -1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .wrp_img .ic {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .wrp_img .ic {
    width: 14.60526%;
  }
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider {
  margin-bottom: 0 !important;
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider > div {
  display: none;
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider > div:first-child {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .wrp_img .obj_slider .slick-slide {
    overflow: hidden;
  }
  .con_jap .box_jap .wrp_jap .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_jap .box_jap .wrp_jap .wrp_img .obj_slider .slick-slide {
    overflow: hidden;
  }
  .con_jap .box_jap .wrp_jap .wrp_img .obj_slider .slick-slide img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}

.con_jap .box_jap .wrp_jap .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_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots {
    margin-bottom: 0.90909%;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots {
    margin-bottom: -0.7em;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1350px) {
  .con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots {
    margin-bottom: 1.5625%;
  }
}

@media print {
  .con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots {
    margin-bottom: 1.5625%;
  }
}

.ie8 .con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots {
  margin-bottom: 1.5625%;
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots > * {
  display: inline-block !important;
  vertical-align: middle;
  letter-spacing: normal;
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .obj_prev,
.con_jap .box_jap .wrp_jap .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_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .obj_prev,
  .con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .obj_next {
    font-size: 154%;
  }
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .obj_prev:hover,
.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .obj_next:hover {
  cursor: pointer;
  color: #00afd5;
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .obj_prev {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .obj_prev {
    margin-right: 1em;
  }
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .obj_next {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .obj_next {
    margin-left: 1em;
  }
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .slick-dots {
  width: auto;
  position: static;
}

.con_jap .box_jap .wrp_jap .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_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .slick-dots li {
    margin: 0 0 0 1em;
  }
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .slick-dots li:first-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .slick-dots li {
    width: 0.8em;
    height: 0.8em;
  }
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .slick-dots li button:before {
  content: none;
}

.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .slick-dots li:hover,
.con_jap .box_jap .wrp_jap .wrp_img .obj_slider .wrp_dots .slick-dots li.slick-active {
  background: #00afd5;
}

.con_jap .box_jap .wrp_jap .inner {
  max-width: 1350px;
  margin: auto;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 55px 6.25% 4.6875% 6.25%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .inner {
    padding: 60px 0 45px;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .inner {
    padding: 1em 0 1em;
  }
}

@media only screen and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .inner {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .inner {
    max-width: 800px;
  }
}

@media only screen and (min-width: 768px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_st {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media print {
  .con_jap .box_jap .wrp_jap .inner .wrp_st {
    text-align: center;
  }
}

.ie8 .con_jap .box_jap .wrp_jap .inner .wrp_st {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_st {
    text-align: center;
    margin-bottom: 1.5em;
  }
}

.con_jap .box_jap .wrp_jap .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_jap .box_jap .wrp_jap .inner .wrp_st [class^="ic"] {
    font-size: 139%;
  }
}

@media print {
  .con_jap .box_jap .wrp_jap .inner .wrp_st [class^="ic"] {
    font-size: 139%;
  }
}

.ie8 .con_jap .box_jap .wrp_jap .inner .wrp_st [class^="ic"] {
  font-size: 139%;
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_st [class^="ic"] {
    font-size: 131%;
  }
}

@media print {
  .con_jap .box_jap .wrp_jap .inner .wrp_st [class^="ic"] {
    font-size: 131%;
  }
}

.ie8 .con_jap .box_jap .wrp_jap .inner .wrp_st [class^="ic"] {
  font-size: 131%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_st [class^="ic"] {
    font-size: 124%;
  }
}

.con_jap .box_jap .wrp_jap .inner .wrp_st .ic1 {
  background: #4b6fb9;
}

.con_jap .box_jap .wrp_jap .inner .wrp_st .ic2 {
  background: #4f9d82;
}

.con_jap .box_jap .wrp_jap .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_jap .box_jap .wrp_jap .inner .wrp_st h4 {
    margin-top: 0.4em;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_st h4 {
    font-size: 224%;
  }
}

@media print {
  .con_jap .box_jap .wrp_jap .inner .wrp_st h4 {
    font-size: 224%;
  }
}

.ie8 .con_jap .box_jap .wrp_jap .inner .wrp_st h4 {
  font-size: 224%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_st h4 {
    font-size: 200%;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_st h4 {
    font-size: 154%;
    letter-spacing: 0.08em;
  }
}

.con_jap .box_jap .wrp_jap .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%;
}

.con_jap .box_jap .wrp_jap .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_jap .box_jap .wrp_jap .inner .wrp_st .en {
    margin-top: 0.5em;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_st .en {
    font-size: 139%;
  }
}

@media print {
  .con_jap .box_jap .wrp_jap .inner .wrp_st .en {
    font-size: 139%;
  }
}

.ie8 .con_jap .box_jap .wrp_jap .inner .wrp_st .en {
  font-size: 139%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_st .en {
    font-size: 131%;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_st .en {
    font-size: 108%;
  }
}

@media only screen and (min-width: 768px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt {
    float: left;
    width: 48%;
  }
}

@media print {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt {
    float: left;
    width: 48%;
  }
}

.ie8 .con_jap .box_jap .wrp_jap .inner .wrp_txt {
  float: left;
  width: 48%;
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt {
    width: 45%;
    margin-right: 2%;
  }
}

@media print {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt {
    width: 45%;
    margin-right: 2%;
  }
}

.ie8 .con_jap .box_jap .wrp_jap .inner .wrp_txt {
  width: 45%;
  margin-right: 2%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt {
    width: 45%;
    margin-right: 2%;
  }
}
.con_jap .box_jap .wrp_jap .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_jap .box_jap .wrp_jap .inner .wrp_txt .sst {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt .sst {
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt .sst {
    font-size: 193%;
  }
}

@media print {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt .sst {
    font-size: 193%;
  }
}

.ie8 .con_jap .box_jap .wrp_jap .inner .wrp_txt .sst {
  font-size: 193%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt .sst {
    font-size: 170%;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt .sst {
    font-size: 124%;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 768px) {
  .con_jap .box_jap .wrp_jap .inner .wrp_txt .txt {
    font-size: 124%;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}

@media print {
  .con_jap .box_jap .wrp_jap .inner .txt {
    font-size: 124%;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}

.ie8 .con_jap .box_jap .wrp_jap .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_jap .box_jap .wrp_jap .inner .txt {
    font-size: 116%;
  }
}
.con_jap .box_jap .wrp_jap .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_jap .box_jap .tbl {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_jap .box_jap .tbl {
    margin: 2em 0;
  }
}

.con_jap .box_jap .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_jap .box_jap .tbl .sst {
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .tbl .sst {
    font-size: 131%;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .tbl .sst {
    font-size: 116%;
  }
}

.con_jap .box_jap .tbl .att {
  margin-top: 0.5em;
}

@media only screen and (min-width: 1101px) {
  .con_jap .box_jap .tbl {
    width: 50%;
    float: right;
  }
  .con_jap .box_jap .tbl .att {
    font-size: 116%;
  }
}

@media print {
  .con_jap .box_jap .tbl .att {
    font-size: 116%;
  }
}

.ie8 .con_jap .box_jap .tbl .att {
  font-size: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .tbl .att {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .tbl .att {
    font-size: 100%;
  }
}

.con_jap .box_jap .btn {
  margin: auto;
  position: relative;
  z-index: 1;
  margin-top: -2.1875%;
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .btn {
    width: 100%;
  }
}

.con_jap .box_jap .btn a,
.con_jap .box_jap .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_jap .box_jap .btn a,
  .con_jap .box_jap .btn > span {
    padding: 0.8em 0.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_jap .box_jap .btn a,
  .con_jap .box_jap .btn > span {
    font-size: 116%;
    letter-spacing: 0.03em;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .btn a,
  .con_jap .box_jap .btn > span {
    font-size: 108%;
  }
}

.con_jap .box_jap .btn a i,
.con_jap .box_jap .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_jap .box_jap .btn a i,
  .con_jap .box_jap .btn > span i {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .btn a i,
  .con_jap .box_jap .btn > span i {
    margin-left: 0.8em;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .btn a i,
  .con_jap .box_jap .btn > span i {
    width: 0.8em;
  }
}

.con_jap .box_jap .btn a i:before,
.con_jap .box_jap .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_jap .box_jap .btn a i:before,
  .con_jap .box_jap .btn > span i:before {
    margin-top: -0.2em;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .btn a i:before,
  .con_jap .box_jap .btn > span i:before {
    width: 0.4em;
    height: 0.4em;
  }
}

.con_jap .box_jap .btn a:hover,
.con_jap .box_jap .btn > span:hover {
  background: #00436f;
}

.con_jap .box_jap .btn a:hover i,
.con_jap .box_jap .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_jap .box_jap .btn {
    margin-top: -2.72727%;
  }
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .btn {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1400px) {
  .con_jap .box_jap .btn {
    margin-top: -1.42857%;
  }
}

@media print {
  .con_jap .box_jap .btn {
    margin-top: -1.42857%;
  }
}

.ie8 .con_jap .box_jap .btn {
  margin-top: -1.42857%;
}

@media only screen and (min-width: 768px) {
  .con_jap .box_jap .btn {
    width: 350px;
  }
}

@media print {
  .con_jap .box_jap .btn {
    width: 350px;
  }
}

.ie8 .con_jap .box_jap .btn {
  width: 350px;
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap .btn {
    width: 95%;
  }
}

.con_jap .box_jap.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_jap .box_jap.even .wrp_jap .inner {
  margin: -5.625% auto 0 0;
}

@media only screen and (max-width: 767px) {
  .con_jap .box_jap.even .wrp_jap .inner {
    margin: -1.5em auto 0;
  }
}

/* -----------------------------------------------------------
	.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 */
