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

 file name  : summer.css
 author     : Ability Consultant
 style info : 夏特集
=================================================================== */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
.con_sea .box_sea, .con_act .box_calendar, .con_act .box_act, .con_angel .box_st, .con_angel .box_about, .con_angel .box_angel, .con_gourmet .wrap, .con_access .box_access, .con_plan .wrap {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_sea .box_sea, .con_act .box_calendar, .con_act .box_act, .con_angel .box_st, .con_angel .box_about, .con_angel .box_angel, .con_gourmet .wrap, .con_access .box_access, .con_plan .wrap {
    padding: 0 20px;
  }
}
@media print {
  .con_sea .box_sea, .con_act .box_calendar, .con_act .box_act, .con_angel .box_st, .con_angel .box_about, .con_angel .box_angel, .con_gourmet .wrap, .con_access .box_access, .con_plan .wrap {
    padding: 0 20px;
  }
}
.ie8 .con_sea .box_sea, .con_sea .ie8 .box_sea, .ie8 .con_act .box_calendar, .con_act .ie8 .box_calendar, .ie8 .con_act .box_act, .con_act .ie8 .box_act, .ie8 .con_angel .box_st, .con_angel .ie8 .box_st, .ie8 .con_angel .box_about, .con_angel .ie8 .box_about, .ie8 .con_angel .box_angel, .con_angel .ie8 .box_angel, .ie8 .con_gourmet .wrap, .con_gourmet .ie8 .wrap, .ie8 .con_access .box_access, .con_access .ie8 .box_access, .ie8 .con_plan .wrap, .con_plan .ie8 .wrap {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .con_sea .box_sea, .con_act .box_calendar, .con_act .box_act, .con_angel .box_st, .con_angel .box_about, .con_angel .box_angel, .con_gourmet .wrap, .con_access .box_access, .con_plan .wrap {
    width: 95%;
  }
}

.con_sea .box_sea:after, .con_act .box_calendar:after, .con_act .box_act:after, .con_angel:after, .con_angel .box_angel:after, .con_gourmet .wrap:after, .con_access .box_access:after, .con_plan .wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	.con_pgtitle　ページタイトル
----------------------------------------------------------- */
.con_pgtitle {
  background-image: url(../../special/summer/images/bg_title.jpg);
}

/* -----------------------------------------------------------
    con_main
----------------------------------------------------------- */
.con_main {
  width: 100%;
  position: relative;
}
.con_main .bg_img {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  height: 969px;
  position: relative;
  background: url(../../special/summer/images/img_main.png) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .bg_img {
    height: 860px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .bg_img {
    height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_main .bg_img {
    background-size: 170%;
  }
}
.con_main .box_nav {
  position: absolute;
  width: 100%;
  bottom: 200px;
  left: 0;
  bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_nav {
    bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_nav {
    bottom: auto;
  }
}
.con_main .box_nav .wrap {
  max-width: 1160px;
  margin: auto;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: #6c6c6c 0px 0px 6px;
          box-shadow: #6c6c6c 0px 0px 6px;
}
.con_main .box_nav .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_main .box_nav .wrap ul li {
  width: calc(100%/5);
  background: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#ffffff));
  background: linear-gradient(to top, #ececec, #ffffff);
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: AnimatedLinearGradient 2s ease infinite;
          animation: AnimatedLinearGradient 2s ease infinite;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_nav .wrap ul li {
    width: calc(100%/5);
  }
  .con_main .box_nav .wrap ul li.plan {
    width: 100%;
  }
}
.con_main .box_nav .wrap ul li:first-child {
  border-left: none;
}
.con_main .box_nav .wrap ul li:last-child {
  border-right: none;
}
.con_main .box_nav .wrap ul li:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#ffffff));
  background: linear-gradient(to top, #e2e2e2, #ffffff);
}
.con_main .box_nav .wrap ul li.plan {
  background: -webkit-gradient(linear, left bottom, left top, from(#f2bf0c), to(#f2d40c));
  background: linear-gradient(to top, #f2bf0c, #f2d40c);
}
.con_main .box_nav .wrap ul li.plan:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f2d40c), to(#f2bf0c));
  background: linear-gradient(to top, #f2d40c, #f2bf0c);
}
.con_main .box_nav .wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 1.5em 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_nav .wrap ul li a {
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_nav .wrap ul li a {
    padding: 0;
  }
}

.box_attention {
  padding: 1em;
  color: red;
  background-color: #fff;
}

/* -----------------------------------------------------------
    con_sea
----------------------------------------------------------- */
.con_sea {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sea {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sea {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sea {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sea {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .con_sea .box_sea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print {
  .con_sea .box_sea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ie8 .con_sea .box_sea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_sea .box_sea .wrap .col {
  margin-bottom: 30px;
}
.con_sea .box_sea .wrap .col:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .con_sea .box_sea .wrap .col {
    width: 47.45763%;
    margin: 0;
  }
}
@media print {
  .con_sea .box_sea .wrap .col {
    width: 47.45763%;
    margin: 0;
  }
}
.ie8 .con_sea .box_sea .wrap .col {
  width: 47.45763%;
  margin: 0;
}
.con_sea .box_sea .wrap .col h4 {
  position: relative;
  margin-bottom: 20px;
  padding: 12px 30px;
  border-top: 1px solid #e2e0e0;
  border-bottom: 1px solid #e2e0e0;
  font-size: 120%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sea .box_sea .wrap .col h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sea .box_sea .wrap .col h4 {
    margin-bottom: 10px;
  }
}
.con_sea .box_sea .wrap .col h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 3px;
  background: #038daa;
}
.con_sea .box_sea .wrap .col h4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 3px;
  margin-top: 3px;
  background: #96bbda;
}
.con_sea .box_sea .wrap .col .img {
  width: 100%;
}
.con_sea .box_sea .wrap .col .img img {
  width: 100%;
}
.con_sea .box_sea .wrap .col .box_info {
  padding: 20px 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sea .box_sea .wrap .col .box_info {
    padding: 20px 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sea .box_sea .wrap .col .box_info {
    padding: 15px 0.5em;
  }
}
.con_sea .box_sea .wrap .col .box_info .tit {
  margin-bottom: 15px;
  color: #038daa;
  font-size: 107%;
}
.con_sea .box_sea .wrap .col .box_info .txt {
  margin-bottom: 15px;
}
.con_sea .box_sea .wrap .col .box_info .txt_lnk {
  margin-bottom: 20px;
}
.con_sea .box_sea .wrap .col .box_info .info dl {
  width: 100%;
  display: table;
  border-bottom: 1px dotted #96bbda;
}
.con_sea .box_sea .wrap .col .box_info .info dl:first-child {
  border-top: 1px dotted #96bbda;
}
.con_sea .box_sea .wrap .col .box_info .info dl > * {
  display: table-cell;
  padding: 10px 8px;
}
.con_sea .box_sea .wrap .col .box_info .info dl dt {
  width: 100px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sea .box_sea .wrap .col .box_info .info dl dt {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sea .box_sea .wrap .col .box_info .info dl dt {
    width: 80px;
  }
}

/* -----------------------------------------------------------
    con_act
----------------------------------------------------------- */
.con_act {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_act {
    margin-bottom: 40px;
  }
}
.con_act .box_calendar {
  margin-bottom: 20px;
}
.con_act .box_calendar h3 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act .box_calendar h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_act .box_calendar h3 {
    margin-bottom: 10px;
  }
}
.con_act .box_calendar h4 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act .box_calendar h4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_act .box_calendar h4 {
    margin-bottom: 20px;
  }
}
.con_act .box_calendar span.lobby {
  color: #6ab51c;
}
.con_act .box_calendar span.hotel {
  color: #ef2e6d;
}
.con_act .box_calendar span.other {
  color: #36b1dd;
}
.con_act .box_calendar .location {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .con_act .box_calendar .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  .con_act .box_calendar .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ie8 .con_act .box_calendar .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_act .box_calendar .location .tit {
  padding: 10px 35px;
  padding: 10px 35px;
  color: #fff;
  background: #515151;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act .box_calendar .location .tit {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_act .box_calendar .location .tit {
    padding: 10px 15px;
  }
}
.con_act .box_calendar .location .det {
  padding: 10px 45px;
  border: 1px solid #515151;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act .box_calendar .location .det {
    padding: 10px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_act .box_calendar .location .det {
    padding: 10px 15px;
  }
}
.con_act .box_calendar .location .det li {
  display: inline-block;
  margin-right: 20px;
}
.con_act .box_calendar .location .det li:last-child {
  margin-right: 0;
}
.con_act .box_calendar .calendar {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act .box_calendar .calendar {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_act .box_calendar .calendar {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_act .box_calendar .calendar {
    overflow: auto;
  }
}
.con_act .box_calendar .calendar .month {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 25px 6px 15px;
  border-left: 5px solid #038daa;
  font-size: 134%;
  background: #f5f5f5;
}
.con_act .box_calendar .calendar .month span {
  font-size: 70%;
}
.con_act .box_calendar .calendar table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_act .box_calendar .calendar table {
    width: 1080px;
    max-width: none;
  }
}
.con_act .box_calendar .calendar table thead tr th {
  width: calc(100%/7);
  text-align: center;
  padding: 5px;
}
.con_act .box_calendar .calendar table thead tr th.sun {
  color: #bf000c;
}
.con_act .box_calendar .calendar table thead tr th.sat {
  color: #0b24bf;
}
.con_act .box_calendar .calendar table tbody tr td {
  border: 1px solid #ccc;
  vertical-align: top;
}
.con_act .box_calendar .calendar table tbody tr td .day {
  padding: 4px 10px;
  color: #fff;
  background: #78b2bd;
  text-align: center;
}
.con_act .box_calendar .calendar table tbody tr td .ev {
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 74%;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act .box_calendar .calendar table tbody tr td .ev {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_act .box_calendar .calendar table tbody tr td .ev {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 1199px) {
  .con_act .box_calendar .calendar table tbody tr td .ev {
    font-size: 67%;
  }
}
@media print {
  .con_act .box_calendar .calendar table tbody tr td .ev {
    font-size: 67%;
  }
}
.ie8 .con_act .box_calendar .calendar table tbody tr td .ev {
  font-size: 67%;
}
@media only screen and (max-width: 767px) {
  .con_act .box_calendar .calendar table tbody tr td .ev {
    font-size: 67%;
  }
}
.con_act .box_calendar .calendar table tbody tr td .ev > p span {
  font-size: 73%;
}
.con_act .box_calendar .calendar table tbody tr td .ev .none {
  text-align: center;
}
.con_act .box_act h4 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act .box_act h4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_act .box_act h4 {
    margin-bottom: 20px;
  }
}
.con_act .box_act .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_act .box_act .wrap .col {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act .box_act .wrap .col {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_act .box_act .wrap .col {
    margin-bottom: 3.5%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_act .box_act .wrap .col {
    width: calc(100%/4);
  }
}
@media print {
  .con_act .box_act .wrap .col {
    width: calc(100%/4);
  }
}
.ie8 .con_act .box_act .wrap .col {
  width: calc(100%/4);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act .box_act .wrap .col {
    width: calc(100%/2);
  }
}
.con_act .box_act .wrap .col h5 {
  position: relative;
  margin-bottom: 15px;
  padding: 4px 5px 4px 18px;
  font-size: 120%;
  font-weight: normal;
  border-top: 1px solid #96bbda;
  border-bottom: 1px solid #96bbda;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_act .box_act .wrap .col h5:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 65%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #038daa;
}
.con_act .box_act .wrap .col h5 span {
  width: 100%;
  display: block;
  font-size: 78%;
}
.con_act .box_act .wrap .col h5.lng {
  font-size: 100%;
}
.con_act .box_act .wrap .col .img {
  width: 100%;
}
.con_act .box_act .wrap .col .img img {
  width: 100%;
}
.con_act .box_act .wrap .col .detail {
  padding: 1em 0.5em;
}
.con_act .box_act .wrap .col .detail .txt {
  margin-bottom: 10px;
}
.con_act .box_act .wrap .col .detail .info dl {
  width: 100%;
  display: table;
  border-bottom: 1px dotted #96bbda;
}
.con_act .box_act .wrap .col .detail .info dl:first-child {
  border-top: 1px dotted #96bbda;
}
.con_act .box_act .wrap .col .detail .info dl > * {
  display: table-cell;
  padding: 6px;
}
.con_act .box_act .wrap .col .detail .info dl dt {
  width: 60px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_act .box_act .wrap .col .detail .info dl dt {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_act .box_act .wrap .col .detail .info dl dt {
    width: 60px;
  }
}
.con_act .box_act .wrap .col .detail .info dl .soon {
  text-align: center;
}
.con_act .box_act .wrap .col .detail .btn {
  margin-top: 8px;
}

/* -----------------------------------------------------------
    con_angel
----------------------------------------------------------- */
.con_angel {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
  background: url(../../special/summer/images/st_angel.png) no-repeat top right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_angel {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_angel {
    margin-bottom: 40px;
  }
}
.con_angel .box_st {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_angel .box_st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .con_angel .box_st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .con_angel .box_st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_angel .box_st h3 {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_angel .box_st h3 img {
    display: block;
    max-width: none;
  }
}
@media print {
  .con_angel .box_st h3 img {
    display: block;
    max-width: none;
  }
}
.ie8 .con_angel .box_st h3 img {
  display: block;
  max-width: none;
}
.con_angel .box_st .angel_txt {
  position: relative;
  width: 100%;
  margin: auto;
  bottom: 20px;
  color: #0e576d;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_angel .box_st .angel_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_angel .box_st .angel_txt {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .con_angel .box_st .angel_txt {
    position: absolute;
    padding-left: 60px;
    bottom: 175px;
    letter-spacing: .15em;
    line-height: 1.6;
  }
}
@media print {
  .con_angel .box_st .angel_txt {
    position: absolute;
    padding-left: 60px;
    bottom: 175px;
    letter-spacing: .15em;
    line-height: 1.6;
  }
}
.ie8 .con_angel .box_st .angel_txt {
  position: absolute;
  padding-left: 60px;
  bottom: 175px;
  letter-spacing: .15em;
  line-height: 1.6;
}
.con_angel .box_about {
  margin-top: -160px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_angel .box_about {
    margin-top: -170px;
  }
}
@media only screen and (max-width: 767px) {
  .con_angel .box_about {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_angel .box_about {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_angel .box_about {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .con_angel .box_about .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .con_angel .box_about .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ie8 .con_angel .box_about .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_angel .box_about .wrap .box {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_angel .box_about .wrap .box:nth-child(1) {
    margin-top: 20px;
  }
  .con_angel .box_about .wrap .box:nth-child(2) {
    margin-top: 95px;
  }
  .con_angel .box_about .wrap .box:nth-child(3) {
    margin-top: 0px;
  }
}
@media print {
  .con_angel .box_about .wrap .box:nth-child(1) {
    margin-top: 20px;
  }
  .con_angel .box_about .wrap .box:nth-child(2) {
    margin-top: 95px;
  }
  .con_angel .box_about .wrap .box:nth-child(3) {
    margin-top: 0px;
  }
}
.ie8 .con_angel .box_about .wrap .box:nth-child(1) {
  margin-top: 20px;
}
.ie8 .con_angel .box_about .wrap .box:nth-child(2) {
  margin-top: 95px;
}
.ie8 .con_angel .box_about .wrap .box:nth-child(3) {
  margin-top: 0px;
}
@media only screen and (min-width: 1025px) {
  .con_angel .box_about .wrap .box {
    width: calc(100%/3);
  }
}
@media print {
  .con_angel .box_about .wrap .box {
    width: calc(100%/3);
  }
}
.ie8 .con_angel .box_about .wrap .box {
  width: calc(100%/3);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_angel .box_about .wrap .box {
    width: calc(100%/2);
  }
  .con_angel .box_about .wrap .box:nth-child(3) {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_angel .box_about .wrap .box {
    margin-bottom: 5%;
  }
}
.con_angel .box_about .wrap .box .ema {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_angel .box_about .wrap .box .ema .ema_img {
  width: 30%;
}
.con_angel .box_about .wrap .box .ema .ema_box {
  width: 70%;
  padding-left: 10px;
  text-align: left;
}
.con_angel .box_about .wrap .box .ema .ema_box .tit {
  margin-bottom: 8px;
  color: #fe8c05;
  font-size: 107%;
}
@media only screen and (max-width: 1199px) {
  .con_angel .box_about .wrap .box .ema .ema_box .tit {
    font-size: 100%;
  }
}
@media print {
  .con_angel .box_about .wrap .box .ema .ema_box .tit {
    font-size: 100%;
  }
}
.ie8 .con_angel .box_about .wrap .box .ema .ema_box .tit {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_angel .box_about .wrap .box .ema .ema_box .tit {
    font-size: 94%;
  }
}
.con_angel .box_about .wrap .box .ema .ema_box .txt {
  font-size: 100%;
}
@media only screen and (max-width: 1199px) {
  .con_angel .box_about .wrap .box .ema .ema_box .txt {
    font-size: 94%;
  }
}
@media print {
  .con_angel .box_about .wrap .box .ema .ema_box .txt {
    font-size: 94%;
  }
}
.ie8 .con_angel .box_about .wrap .box .ema .ema_box .txt {
  font-size: 94%;
}
@media only screen and (max-width: 767px) {
  .con_angel .box_about .wrap .box .ema .ema_box .txt {
    font-size: 87%;
  }
}
.con_angel .box_about .wrap .box .ema .ema_box .txt a {
  display: block;
  font-size: 90%;
  text-decoration: underline;
}
.con_angel .box_about .wrap .box .ema .ema_box .txt a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .con_angel .box_angel .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print {
  .con_angel .box_angel .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ie8 .con_angel .box_angel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .con_angel .box_angel .wrap .col {
    width: 47.45763%;
  }
}
@media print {
  .con_angel .box_angel .wrap .col {
    width: 47.45763%;
  }
}
.ie8 .con_angel .box_angel .wrap .col {
  width: 47.45763%;
}
.con_angel .box_angel .wrap .col h4 {
  position: relative;
  margin-bottom: 20px;
  padding: 12px 30px;
  border-top: 1px solid #e2e0e0;
  border-bottom: 1px solid #e2e0e0;
  font-size: 120%;
  font-weight: normal;
}
.con_angel .box_angel .wrap .col h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 3px;
  background: #038daa;
}
.con_angel .box_angel .wrap .col h4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 3px;
  margin-top: 3px;
  background: #96bbda;
}
.con_angel .box_angel .wrap .col .txt_main {
  margin-bottom: 8px;
  font-size: 100%;
}
.con_angel .box_angel .wrap .col .img {
  width: 100%;
}
.con_angel .box_angel .wrap .col .img img {
  width: 100%;
}
.con_angel .box_angel .wrap .col .box_info {
  padding: 20px 1em;
}
.con_angel .box_angel .wrap .col .box_info .tit {
  margin-bottom: 15px;
  color: #038daa;
  font-size: 107%;
}
.con_angel .box_angel .wrap .col .box_info .txt {
  margin-bottom: 15px;
}
.con_angel .box_angel .wrap .col .box_info .txt_lnk {
  margin-bottom: 20px;
}
.con_angel .box_angel .wrap .col .box_info .info dl {
  width: 100%;
  display: table;
  border-bottom: 1px dotted #96bbda;
}
.con_angel .box_angel .wrap .col .box_info .info dl:first-child {
  border-top: 1px dotted #96bbda;
}
.con_angel .box_angel .wrap .col .box_info .info dl > * {
  display: table-cell;
  padding: 10px 8px;
}
.con_angel .box_angel .wrap .col .box_info .info dl dt {
  width: 100px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_angel .box_angel .wrap .col .box_info .info dl dt {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_angel .box_angel .wrap .col .box_info .info dl dt {
    width: 80px;
  }
}

/* -----------------------------------------------------------
    con_gourmet
----------------------------------------------------------- */
.con_gourmet {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gourmet {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gourmet {
    margin-bottom: 40px;
  }
}
.con_gourmet .wrap h3 {
  margin-bottom: 20px;
}
.con_gourmet .wrap .box_simachan {
  margin: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gourmet .wrap .box_simachan {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_gourmet .wrap .box_simachan {
    margin: 30px 0;
  }
}
.con_gourmet .wrap .box_simachan .txt {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gourmet .wrap .box_simachan .txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gourmet .wrap .box_simachan .txt {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .con_gourmet .wrap .box_simachan .txt {
    text-align: center;
  }
}
@media print {
  .con_gourmet .wrap .box_simachan .txt {
    text-align: center;
  }
}
.ie8 .con_gourmet .wrap .box_simachan .txt {
  text-align: center;
}
.con_gourmet .wrap .box_gourmet {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_gourmet .wrap .box_gourmet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print {
  .con_gourmet .wrap .box_gourmet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ie8 .con_gourmet .wrap .box_gourmet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.con_gourmet .wrap .box_gourmet .ic {
  position: absolute;
  width: 146px;
  height: 146px;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gourmet .wrap .box_gourmet .ic {
    width: 96px;
    height: 96px;
  }
}
.con_gourmet .wrap .box_gourmet .col {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gourmet .wrap .box_gourmet .col {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_gourmet .wrap .box_gourmet .col {
    margin-bottom: 30px;
  }
}
.con_gourmet .wrap .box_gourmet .col:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .con_gourmet .wrap .box_gourmet .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print {
  .con_gourmet .wrap .box_gourmet .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ie8 .con_gourmet .wrap .box_gourmet .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .con_gourmet .wrap .box_gourmet .col .img {
    width: 100%;
    max-width: 580px;
  }
}
@media print {
  .con_gourmet .wrap .box_gourmet .col .img {
    width: 100%;
    max-width: 580px;
  }
}
.ie8 .con_gourmet .wrap .box_gourmet .col .img {
  width: 100%;
  max-width: 580px;
}
.con_gourmet .wrap .box_gourmet .col .img img {
  width: 100%;
}
.con_gourmet .wrap .box_gourmet .col .detail {
  padding: 15px 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gourmet .wrap .box_gourmet .col .detail {
    padding: 15px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_gourmet .wrap .box_gourmet .col .detail {
    padding: 15px 10px 0;
  }
}
.con_gourmet .wrap .box_gourmet .col .detail .btn {
  margin-top: 15px;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .con_gourmet .wrap .box_gourmet .col .detail .btn {
    max-width: 380px;
  }
}
@media print {
  .con_gourmet .wrap .box_gourmet .col .detail .btn {
    max-width: 380px;
  }
}
.ie8 .con_gourmet .wrap .box_gourmet .col .detail .btn {
  max-width: 380px;
}

/* -----------------------------------------------------------
    con_access
----------------------------------------------------------- */
.con_access {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
    margin-bottom: 40px;
  }
}
.con_access .box_access h4 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_access h4 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_access h4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_access .route_img {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .con_access .box_access .route_img img {
    width: 800px;
    max-width: none;
  }
}
.con_access .box_access .att_txt {
  margin-top: 2px;
  color: #a4a4a4;
  font-size: 74%;
  text-align: right;
}

/* -----------------------------------------------------------
    con_plan
----------------------------------------------------------- */
.con_plan {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan {
    margin-bottom: 60px;
  }
}
.con_plan .wrap h4 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrap h4 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrap h4 {
    margin-bottom: 30px;
  }
}
.con_plan .wrap .box_plan {
  max-width: 1020px;
  margin: 0 auto 10px;
  position: relative;
  border: 10px solid #dae7ee;
  border-width: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrap .box_plan {
    border-width: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrap .box_plan {
    border-width: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .con_plan .wrap .box_plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print {
  .con_plan .wrap .box_plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ie8 .con_plan .wrap .box_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.con_plan .wrap .box_plan:hover {
  opacity: .7;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.con_plan .wrap .box_plan a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_plan .wrap .box_plan .img {
    width: 41.17647%;
  }
}
@media print {
  .con_plan .wrap .box_plan .img {
    width: 41.17647%;
  }
}
.ie8 .con_plan .wrap .box_plan .img {
  width: 41.17647%;
}
.con_plan .wrap .box_plan .img img {
  width: 100%;
}
.con_plan .wrap .box_plan .detail {
  padding: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrap .box_plan .detail {
    padding: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrap .box_plan .detail {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_plan .wrap .box_plan .detail {
    width: 58.82353%;
  }
}
@media print {
  .con_plan .wrap .box_plan .detail {
    width: 58.82353%;
  }
}
.ie8 .con_plan .wrap .box_plan .detail {
  width: 58.82353%;
}
.con_plan .wrap .box_plan .detail h5 {
  margin-bottom: 20px;
  font-size: 120%;
  color: #038daa;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrap .box_plan .detail h5 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrap .box_plan .detail h5 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .con_plan .wrap .box_plan .detail h5 {
    font-size: 114%;
  }
}
@media print {
  .con_plan .wrap .box_plan .detail h5 {
    font-size: 114%;
  }
}
.ie8 .con_plan .wrap .box_plan .detail h5 {
  font-size: 114%;
}
@media only screen and (max-width: 767px) {
  .con_plan .wrap .box_plan .detail h5 {
    font-size: 107%;
  }
}
.con_plan .wrap .box_plan .detail .price {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrap .box_plan .detail .price {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrap .box_plan .detail .price {
    margin-bottom: 10px;
  }
}
.con_plan .wrap .box_plan .detail .price > * {
  padding: 6px 12px;
  border: 1px solid #a29369;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .wrap .box_plan .detail .price > * {
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .wrap .box_plan .detail .price > * {
    padding: 4px 8px;
  }
}
.con_plan .wrap .box_plan .detail .price dt {
  color: #fff;
  background: #a29369;
  text-align: center;
}
.con_plan .wrap .box_plan .detail .price dd {
  color: #a29369;
  float: right;
  font-weight: bold;
}
.con_plan .wrap .box_plan .detail .price .txt {
  text-align: left;
  margin-bottom: 20px;
}
.con_plan .wrap .box_plan .detail .link {
  clear: both;
  float: right;
  display: inline-block;
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 87%;
  color: #fff;
  background: #038daa;
}
@media only screen and (max-width: 1024px) {
  .con_plan .wrap .box_plan .detail .link {
    display: none;
  }
}
