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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_season .wrp_slide .box_copy .txt01 span.ic:after, .con_information .con_inner:after, .con_information .wrp_banner ul:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main .box_main {
  display: block;
  position: absolute;
  top: 12.99907%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .con_main .box_main {
    top: 50%;
    overflow: hidden;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-65%);
  }
}
.con_main .box_slide {
  position: relative;
  z-index: 1;
}
.con_main .box_slide .slide {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}
.con_main .box_slide .slide:first-child {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .con_main .box_slide .slide {
    height: calc(100vh - 100px);
  }
}
@media print {
  .con_main .box_slide .slide {
    height: calc(100vh - 100px);
  }
}
.ie8 .con_main .box_slide .slide {
  height: calc(100vh - 100px);
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide {
    height: calc(100vh - 70px);
  }
}
.con_main .box_slide.slick-slider .slide {
  display: block !important;
}
.con_main .box_slide.slick-slider.narrow_monitor iframe {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100vh;
  width: 177.77778vh;
  transform: translateX(-50%);
}
.con_main .box_slide.slick-slider.wide_monitor iframe {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 177.77778vh;
  width: 100%;
}
.con_main .box_information {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  width: 45%;
}
@media only screen and (min-width: 1025px) {
  .con_main .box_information {
    max-width: 560px;
  }
}
@media print {
  .con_main .box_information {
    max-width: 560px;
  }
}
.ie8 .con_main .box_information {
  max-width: 560px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_information {
    left: 20px;
    bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_information {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .con_main .box_information ul {
    display: flex;
    justify-content: space-between;
  }
}
@media print {
  .con_main .box_information ul {
    display: flex;
    justify-content: space-between;
  }
}
.ie8 .con_main .box_information ul {
  display: flex;
  justify-content: space-between;
}
.con_main .box_information ul li.bn {
  height: 77px;
}
@media only screen and (min-width: 1025px) {
  .con_main .box_information ul li.bn {
    width: 186px;
  }
}
@media print {
  .con_main .box_information ul li.bn {
    width: 186px;
  }
}
.ie8 .con_main .box_information ul li.bn {
  width: 186px;
}
.con_main .box_information ul li.news {
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1025px) {
  .con_main .box_information ul li.news {
    min-height: 77px;
    max-width: calc(100% - 186px - 15px);
    width: 100%;
  }
}
@media print {
  .con_main .box_information ul li.news {
    min-height: 77px;
    max-width: calc(100% - 186px - 15px);
    width: 100%;
  }
}
.ie8 .con_main .box_information ul li.news {
  min-height: 77px;
  max-width: calc(100% - 186px - 15px);
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_main .box_information ul li.news {
    width: 100%;
    margin-top: 10px;
  }
}
.con_main .box_information ul li.news a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1em 25px 1em 20px;
}
.con_main .box_information ul li.news a i {
  position: absolute;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  font-size: 107%;
}
.con_main .box_information ul li.news div {
  color: #fff;
  font-size: 88%;
}
.con_main .btn_scroll {
  display: table;
  position: absolute;
  z-index: 2;
  bottom: 8%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1260px) {
  .con_main .btn_scroll {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
    -ms-transform: translateX(-50%) scale(0.8, 0.8);
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }
}
@media print {
  .con_main .btn_scroll {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
    -ms-transform: translateX(-50%) scale(0.8, 0.8);
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
  }
}
.ie8 .con_main .btn_scroll {
  -moz-transform: translateX(-50%) scale(0.8, 0.8);
  -ms-transform: translateX(-50%) scale(0.8, 0.8);
  -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  transform: translateX(-50%) scale(0.8, 0.8);
}
@media only screen and (max-width: 767px) {
  .con_main .btn_scroll {
    bottom: 80px;
  }
}
.con_main .btn_scroll:hover {
  bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .con_main .btn_scroll:hover {
    bottom: 70px;
  }
}
.con_main .btn_scroll a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  width: 82px;
  height: 82px;
  color: #fff !important;
  text-align: center;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1.2;
}
.con_main .btn_scroll a span {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.con_main .btn_scroll a i {
  font-size: 16px;
}
.con_main #btn_ytPlay_popup {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
  width: 68px;
  height: 54px;
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 2;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .con_main #btn_ytPlay_popup {
    width: 4.5em;
    height: 3.57353em;
    bottom: 33%;
  }
}
.con_main #btn_ytPlay_popup img {
  position: absolute;
  top: 0;
  left: 0;
}
.con_main #btn_ytPlay_popup .btn_youtube1, .con_main #btn_ytPlay_popup .btn_youtube2 {
  transition: .2s opacity ease-in-out;
}
.con_main #btn_ytPlay_popup .btn_youtube2 {
  opacity: 0;
}
.con_main #btn_ytPlay_popup:hover .btn_youtube1 {
  opacity: 0;
}
.con_main #btn_ytPlay_popup:hover .btn_youtube2 {
  opacity: 1;
}
.con_main .slick-dots {
  z-index: 2;
}

.mfp_full_custom .mfp-content {
  max-width: 90% !important;
  max-height: 90% !important;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: auto;
  top: auto;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 9px;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px;
  }
}
.slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  color: transparent;
  background: #fff;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li.slick-active button {
  background: #000;
}

/* -----------------------------------------------------------
	.con_anniversary
----------------------------------------------------------- */
.con_anniversary {
  background: url(../images/home/bg_anniversary.jpg) no-repeat top center;
  min-height: 699px;
  margin-top: 16px;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_anniversary {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_anniversary {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_anniversary {
    margin-bottom: 2em;
  }
}
.con_anniversary .con_inner {
  text-align: center;
  color: #454545;
}
.con_anniversary .st {
  letter-spacing: .06em;
  font-feature-settings: "palt";
  font-size: 213%;
  margin: 35px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_anniversary .st {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_anniversary .st {
    font-size: 132%;
  }
}
@media only screen and (max-width: 767px) {
  .con_anniversary .st {
    line-height: 1.3;
    margin: 28px 0;
  }
}
.con_anniversary ul {
  width: 100.2381%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_anniversary ul {
    width: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .con_anniversary ul {
    width: 100%;
    margin-bottom: 28px;
  }
}
.con_anniversary ul li {
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_anniversary ul li {
    width: 50%;
  }
}
.con_anniversary .txt {
  line-height: 1.875;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .con_anniversary .txt {
    font-size: 94%;
    line-height: 2;
  }
}
.con_anniversary .btn a {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  max-width: 341px;
  width: 100%;
  color: #5f5f5f;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.5em 1.5em;
  font-size: 113%;
  font-family: "Crimson Text", serif;
  position: relative;
  border: 1px solid #d5d6d6;
}
@media only screen and (max-width: 767px) {
  .con_anniversary .btn a {
    font-size: 94%;
    max-width: none;
  }
}
.con_anniversary .btn a:before {
  content: " ";
  display: block;
  width: 9px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../images/common/ic_arrow_black.png) 0 0 no-repeat;
}
.con_anniversary .btn a:hover {
  background: #292929;
  color: #fff;
}
.con_anniversary .btn a:hover:before {
  background: url(../images/common/ic_arrow_white.png) 0 0 no-repeat;
  right: 15px;
}

/* -----------------------------------------------------------
	.con_intro_top
----------------------------------------------------------- */
.con_intro_top {
  background: transparent url(../images/home/bg_intro_top.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro_top {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro_top {
    padding: 2.5em 0;
  }
}
.con_intro_top .wrp {
  width: 95%;
  margin: auto;
}
.con_intro_top .box_top {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro_top .box_top {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro_top .box_top {
    margin-bottom: 2em;
  }
}
.con_intro_top .box_top .st_title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_intro_top .box_top .st_title {
    margin-bottom: 1.5em;
  }
}
.con_intro_top .box_top .st_title .lg {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_intro_top .box_top .st_title .lg {
    margin-bottom: 1.5em;
  }
}
.con_intro_top .box_top .st_title .md {
  display: block;
  font-size: 157%;
  color: #fff;
  letter-spacing: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro_top .box_top .st_title .md {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro_top .box_top .st_title .md {
    font-size: 125%;
  }
}
.con_intro_top .box_top .txt {
  font-size: 100%;
  line-height: 2.4375;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro_top .box_top .txt {
    text-align: left;
  }
}
.con_intro_top .box_btn_bottom .btn_ghost {
  text-align: center;
}
.con_intro_top .box_btn_bottom .btn_ghost.white a {
  max-width: 320px;
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 100%;
  padding: 1em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .con_intro_top .box_btn_bottom .btn_ghost.white a {
    font-size: 88%;
  }
}
.con_intro_top .box_btn_bottom .btn_ghost.white a:before {
  content: " ";
  display: block;
  width: 9px;
  height: 7px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.con_intro_top .box_btn_bottom .btn_ghost.white a:after {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 0;
}
.con_intro_top .box_btn_bottom .btn_ghost.white a:hover:before {
  right: 15px;
}
.con_intro_top .box_btn_bottom .btn_ghost.white a:before {
  background: url(../images/common/ic_arrow_white.png) 0 0 no-repeat;
}
.con_intro_top .box_btn_bottom .btn_ghost.white a:after {
  background: #fff;
}
.con_intro_top .box_btn_bottom .btn_ghost.white a:hover {
  background: #fff;
  color: #454545 !important;
}
.con_intro_top .box_btn_bottom .btn_ghost.white a:hover:before {
  background: url(../images/common/ic_arrow_black.png) 0 0 no-repeat;
}

/* -----------------------------------------------------------
	.con_justas
----------------------------------------------------------- */
.con_justas {
  background: url("../images/home/img_justas.jpg") center center no-repeat;
  padding: 90px 5.98958%;
  color: #fff;
  margin-bottom: 84px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_justas {
    padding: 30px 1em 30px 2.60417%;
  }
}
@media only screen and (max-width: 767px) {
  .con_justas {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_justas {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_justas {
    margin-bottom: 2em;
  }
}
.con_justas .box_justas .box_info_top {
  font-size: 107%;
  margin-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_justas .box_justas .box_info_top {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_justas .box_justas .box_info_top {
    margin-bottom: 1.5em;
  }
}
.con_justas .box_justas .box_info_top .img {
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_justas .box_justas .box_info_top .img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_justas .box_justas .box_info_top .img {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_justas .box_justas .box_info_top .img img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_justas .box_justas .box_info_top .img img {
    width: 100%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .con_justas .box_justas .box_info_top .img img {
    width: 65%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_justas .box_justas .box_info_top .txt {
    line-height: 2;
  }
}
@media print {
  .con_justas .box_justas .box_info_top .txt {
    line-height: 2;
  }
}
.ie8 .con_justas .box_justas .box_info_top .txt {
  line-height: 2;
}
.con_justas .box_justas .box_info_bottom {
  font-family: "Times New Roman", serif;
}
.con_justas .box_justas .box_info_bottom .txt_fsz31 {
  font-size: 194%;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_justas .box_justas .box_info_bottom .txt_fsz31 {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_justas .box_justas .box_info_bottom .txt_fsz31 {
    font-size: 144%;
  }
}
.con_justas .box_justas .box_info_bottom .txt {
  font-size: 94%;
}

/* -----------------------------------------------------------
	.con_panorama
----------------------------------------------------------- */
.con_panorama {
  background: #000;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_panorama {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_panorama {
    padding: 2.5em 0;
  }
}
.con_panorama .wrp {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp {
    min-height: 0;
    display: block;
  }
}
.con_panorama .wrp .img_bg {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 22.5%;
}
@media only screen and (max-width: 1260px) {
  .con_panorama .wrp .img_bg {
    display: none;
  }
}
@media print {
  .con_panorama .wrp .img_bg {
    display: none;
  }
}
.ie8 .con_panorama .wrp .img_bg {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp > * {
    display: block;
    height: auto;
    width: 100% !important;
  }
}
.con_panorama .wrp .inner {
  position: relative;
  z-index: 100;
}
.con_panorama .wrp .box_content {
  text-align: center;
  padding: 0 20px;
  width: 38.125%;
  float: left;
  display: table;
}
.con_panorama .wrp .box_content > * {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1260px) {
  .con_panorama .wrp .box_content {
    font-size: 80%;
  }
}
@media print {
  .con_panorama .wrp .box_content {
    font-size: 80%;
  }
}
.ie8 .con_panorama .wrp .box_content {
  font-size: 80%;
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp .box_content {
    margin-top: 2em;
    padding: 0 2.5%;
    font-size: 100%;
  }
}
.con_panorama .wrp .box_content .inner {
  display: table;
  width: 100%;
  max-width: 475px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp .box_content .inner {
    max-width: 100%;
  }
}
.con_panorama .wrp .box_content .inner > * {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp .box_content .inner > * {
    display: block;
  }
}
.con_panorama .wrp .box_content .inner .cell_title {
  width: 110px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp .box_content .inner .cell_title {
    width: 100%;
    text-align: center;
  }
}
.con_panorama .wrp .box_content .st_panorama {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: horizontal-tb;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
  font-size: 363%;
  color: #fff;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp .box_content .st_panorama {
    writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_panorama .wrp .box_content .st_panorama {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .con_panorama .wrp .box_content .st_panorama {
    font-size: 188%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp .box_content .st_panorama {
    white-space: normal;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_panorama .wrp .box_content .st_panorama {
    margin-bottom: 1em;
  }
}
.con_panorama .wrp .box_content .txt {
  font-size: 107%;
  line-height: 2.2;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp .box_content .txt {
    line-height: 2;
    text-align: left;
  }
}
.con_panorama .wrp .box_content .img_bg_01 {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp .box_content .img_bg_01 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_panorama .wrp .box_content .img_bg_01 {
    margin-top: 1.5em;
  }
}
.con_panorama .wrp .box_content .img_bg_01 img {
  width: 116%;
  max-width: none;
}
@media only screen and (max-width: 1550px) {
  .con_panorama .wrp .box_content .img_bg_01 img {
    width: auto;
    max-width: 100%;
  }
}
@media print {
  .con_panorama .wrp .box_content .img_bg_01 img {
    width: auto;
    max-width: 100%;
  }
}
.ie8 .con_panorama .wrp .box_content .img_bg_01 img {
  width: auto;
  max-width: 100%;
}
.con_panorama .wrp .box_image {
  position: relative;
  float: right;
  width: 61.875%;
}
@media only screen and (max-width: 1024px) {
  .con_panorama .wrp .box_image {
    padding: 7% 0 0 0;
  }
}
.con_panorama .wrp .box_image .img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_panorama .wrp .box_image .img {
    margin-bottom: 10px;
  }
}
.con_panorama .wrp .box_image .box_txt {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 3em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_panorama .wrp .box_image .box_txt {
    width: 95%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.con_panorama .wrp .box_image .box_txt .st {
  font-family: "Times New Roman", serif;
  font-size: 194%;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_panorama .wrp .box_image .box_txt .st {
    font-size: 175%;
  }
}
@media only screen and (max-width: 767px) {
  .con_panorama .wrp .box_image .box_txt .st {
    font-size: 163%;
  }
}
.con_panorama .wrp .box_image .box_txt .txt {
  font-family: "Times New Roman", serif;
}

/* -----------------------------------------------------------
	.con_season
----------------------------------------------------------- */
.con_season {
  overflow: hidden;
  margin-top: 100px;
}
@media only screen and (max-width: 1260px) {
  .con_season {
    font-size: 80%;
  }
}
@media print {
  .con_season {
    font-size: 80%;
  }
}
.ie8 .con_season {
  font-size: 80%;
}
@media only screen and (max-width: 1024px) {
  .con_season {
    font-size: 100%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_season {
    margin-top: 2.5em;
  }
}
.con_season .box_content {
  float: right;
  width: 23.95833%;
}
@media only screen and (max-width: 1260px) {
  .con_season .box_content {
    width: 30%;
  }
}
@media print {
  .con_season .box_content {
    width: 30%;
  }
}
.ie8 .con_season .box_content {
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.con_season .box_content h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content h2 {
    margin-bottom: 20px;
  }
}
.con_season .box_content h2 span {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content h2 span {
    line-height: 1.4;
  }
}
.con_season .box_content h2 span.en {
  font-family: "Pinyon Script", cursive;
  font-size: 282%;
  color: #866a4c;
}
.con_season .box_content h2 span.jp em {
  display: inline-block;
  font-size: 125%;
  padding: 0 10px;
  position: relative;
}
.con_season .box_content h2 span.jp em:before, .con_season .box_content h2 span.jp em:after {
  content: "";
  display: block;
  height: 1px;
  width: 35px;
  position: absolute;
  top: 50%;
  background: #c2c0ab;
}
.con_season .box_content h2 span.jp em:before {
  left: 0;
  margin-left: -35px;
}
.con_season .box_content h2 span.jp em:after {
  right: 0;
  margin-right: -35px;
}
.con_season .box_content ul {
  border-bottom: 1px solid #cbcbcb;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul {
    background: #fff;
  }
}
.con_season .box_content ul li {
  border-top: 1px solid #cbcbcb;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li {
    float: left;
    width: 50%;
  }
  .con_season .box_content ul li:first-child {
    border-right: 1px solid #cbcbcb;
  }
}
.con_season .box_content ul li a {
  display: block;
  text-decoration: none;
  padding: 60px 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li a {
    padding: 20px 20px 1.5em;
  }
}
.con_season .box_content ul li a:hover {
  background: #fcf6e2;
}
.con_season .box_content ul li a:hover .inner:before {
  left: -10px;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li a:hover .inner:before {
    left: 50%;
    bottom: -10px;
  }
}
.con_season .box_content ul li .inner {
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 45px;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li .inner {
    padding: 0 0 15px;
  }
}
.con_season .box_content ul li .inner:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/common/ic_arrow_circle_left.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li .inner:before {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 17px;
    height: 17px;
    background-image: url(../images/common/ic_arrow_circle_bottom.png);
    background-size: cover;
  }
}
.con_season .box_content ul li .inner span {
  display: block;
  position: relative;
  line-height: 1.2;
}
.con_season .box_content ul li .inner span.ic {
  font-size: 125%;
  color: #b4b4b4;
  font-family: "Crimson Text", serif;
  font-style: italic;
  padding-left: 64px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li .inner span.ic {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_season .box_content ul li .inner span.ic .txt {
    display: none;
  }
}
@media print {
  .con_season .box_content ul li .inner span.ic .txt {
    display: none;
  }
}
.ie8 .con_season .box_content ul li .inner span.ic .txt {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li .inner span.ic .txt {
    display: inline-block;
    vertical-align: middle;
    padding-right: .5em;
    color: #454545;
  }
}
.con_season .box_content ul li .inner span.ic em {
  font-size: 225%;
  font-family: "Pinyon Script", cursive;
  color: #866a4c;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li .inner span.ic em {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
.con_season .box_content ul li .inner span.ic em:after {
  content: " ";
  display: block;
  background: #d4d4d4;
  height: 60px;
  width: 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li .inner span.ic em:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li .inner span.ic .en {
    display: none;
  }
}
.con_season .box_content ul li .inner span.jp {
  font-size: 250%;
}
@media only screen and (max-width: 1280px) {
  .con_season .box_content ul li .inner span.jp {
    font-size: 232%;
  }
}
@media print {
  .con_season .box_content ul li .inner span.jp {
    font-size: 232%;
  }
}
.ie8 .con_season .box_content ul li .inner span.jp {
  font-size: 232%;
}
@media only screen and (max-width: 1024px) {
  .con_season .box_content ul li .inner span.jp {
    display: none;
  }
}
.con_season .box_content ul li .inner span.jp em {
  font-size: 88%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_content.view_tab-sp .inner span {
    font-size: 219%;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    display: inline-block;
    margin-right: 1em;
  }
  .con_season .box_content.view_tab-sp .inner .ic {
    color: #866a4c;
  }
  .con_season .box_content.view_tab-sp .inner .ic em {
    font-size: 500%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_content.view_tab-sp .inner span {
    font-size: 100%;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    display: inline-block;
    margin-right: 1em;
  }
  .con_season .box_content.view_tab-sp .inner .ic {
    color: #866a4c;
  }
  .con_season .box_content.view_tab-sp .inner .ic em {
    font-size: 250%;
  }
}
.con_season .bn {
  text-align: center;
  margin-top: 45px;
  padding: 0 10px 45px 10px;
}
@media only screen and (max-width: 1260px) {
  .con_season .bn {
    padding: 20px;
    margin-top: 0;
  }
}
@media print {
  .con_season .bn {
    padding: 20px;
    margin-top: 0;
  }
}
.ie8 .con_season .bn {
  padding: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .con_season .bn img {
    width: 100%;
  }
}
.con_season .wrp_slide {
  overflow: hidden;
  width: 76.04167%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .con_season .wrp_slide {
    width: 70%;
  }
}
@media print {
  .con_season .wrp_slide {
    width: 70%;
  }
}
.ie8 .con_season .wrp_slide {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide {
    float: none;
    width: 100%;
  }
}
.con_season .wrp_slide .box_copy {
  position: absolute;
  bottom: 10%;
  left: 5.72917%;
  color: #221815;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide .box_copy {
    bottom: 5%;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .con_season .wrp_slide .box_copy {
    left: 2.5%;
  }
}
@media print {
  .con_season .wrp_slide .box_copy {
    left: 2.5%;
  }
}
.ie8 .con_season .wrp_slide .box_copy {
  left: 2.5%;
}
.con_season .wrp_slide .box_copy .txt01 {
  margin-bottom: 25px;
}
.con_season .wrp_slide .box_copy .txt01 span {
  display: block;
  position: relative;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide .box_copy .txt01 span {
    font-size: 80%;
  }
}
.con_season .wrp_slide .box_copy .txt01 span.ic {
  font-size: 163%;
  font-family: "Crimson Text", serif;
  font-style: italic;
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide .box_copy .txt01 span.ic {
    font-size: 125%;
    display: block;
  }
}
.con_season .wrp_slide .box_copy .txt01 span.ic em {
  font-size: 174%;
  font-family: "Pinyon Script", cursive;
  position: relative;
  margin-right: 10px;
  margin-top: 3px;
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide .box_copy .txt01 span.ic em {
    font-size: 225%;
    float: left;
    top: 0;
    left: 0;
    margin-top: -10px;
  }
}
.con_season .wrp_slide .box_copy .txt01 span.ic em:after {
  content: " ";
  display: block;
  background: #fff;
  height: 60px;
  width: 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_season .wrp_slide .box_copy .txt01 span.ic em:after {
    right: 0;
  }
}
.con_season .wrp_slide .box_copy .txt01.txt_black {
  color: #333;
}
.con_season .wrp_slide .box_copy .txt01.txt_black span.ic em:after {
  background: #918f8b;
}
.con_season .wrp_slide .box_copy .catch {
  font-size: 407%;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide .box_copy .catch {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .wrp_slide .box_copy .catch {
    margin-top: 0.5em;
  }
}
.con_season .wrp_slide .box_copy .catch.txt_black {
  color: #333;
}
.con_season .wrp_slide .box_copy .catch span {
  font-size: 32%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .wrp_slide .box_copy .catch span {
    font-size: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .wrp_slide .box_copy .catch span {
    margin-bottom: 1em;
    font-size: 47%;
  }
}
.con_season .wrp_slide .box_copy .catch em {
  font-size: 87%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .wrp_slide .box_copy .catch em {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .wrp_slide .box_copy .catch em {
    font-size: 57%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .wrp_slide .box_copy .catch img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .wrp_slide .box_copy .catch img {
    width: 317px;
  }
}
@media only screen and (max-width: 400px) {
  .con_season .wrp_slide .box_copy .catch img {
    width: 75%;
  }
}
.con_season .wrp_slide .box_copy .txt02 {
  font-size: 113%;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide .box_copy .txt02 {
    display: none;
  }
}
.con_season .wrp_slide .box_copy .txt02.txt_black {
  color: #333;
}
.con_season .wrp_slide .box_slide {
  position: relative;
  z-index: 1;
}
.con_season .wrp_slide .box_slide .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.con_season .wrp_slide .box_slide .slide.slide01 .box_copy .catch.txt_black,
.con_season .wrp_slide .box_slide .slide.slide01 .box_copy .txt01.txt_black,
.con_season .wrp_slide .box_slide .slide.slide01 .box_copy .txt02.txt_black {
  color: #fff;
}
.con_season .wrp_slide .box_slide .slide.img1 {
  background-image: url(../images/home/img_season01-pc.jpg);
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide .box_slide .slide.img1 {
    background-image: url(../images/home/img_season01-tab.jpg);
  }
}
.con_season .wrp_slide .box_slide .slide.img2 {
  background-image: url(../images/home/img_season02-pc.jpg);
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide .box_slide .slide.img2 {
    background-image: url(../images/home/img_season02-tab.jpg);
  }
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide .box_slide .slide {
    height: 1120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .wrp_slide .box_slide .slide {
    height: 35em !important;
  }
}
.con_season .wrp_slide .box_slide .slide a {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.con_season .wrp_slide .box_slide .slide a:hover .overlay-link {
  opacity: 1;
}
.con_season .wrp_slide .box_slide .slide .overlay-link {
  opacity: 0;
  background: rgba(61, 50, 42, 0.5);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_season .wrp_slide .box_slide .slide .overlay-link .ic {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 130px;
  height: 130px;
  display: table;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
}
.con_season .wrp_slide .box_slide .slide .overlay-link .ic > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
.con_season .wrp_slide .box_slide .slide .overlay-link .ic span {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  display: block;
  color: #fff;
}
.con_season .wrp_slide .box_slide .slide .overlay-link .ic i {
  font-size: 16px;
  color: #fff;
}
.con_season .wrp_slide .box_slide .slick-arrow {
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-top: 59px;
  height: 0;
  overflow: hidden;
  width: 59px;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 28px;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_season .wrp_slide .box_slide .slick-arrow {
    width: 35px;
    padding-top: 35px;
    bottom: 15px;
  }
}
.con_season .wrp_slide .box_slide .slick-arrow.slick-prev {
  background-image: url(../images/home/btn_slide_prev.png);
  right: 115px;
}
@media only screen and (max-width: 767px) {
  .con_season .wrp_slide .box_slide .slick-arrow.slick-prev {
    right: 45px;
  }
}
.con_season .wrp_slide .box_slide .slick-arrow.slick-next {
  background-image: url(../images/home/btn_slide_next.png);
  right: 44px;
}
@media only screen and (max-width: 767px) {
  .con_season .wrp_slide .box_slide .slick-arrow.slick-next {
    right: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_season .wrp_slide .box_slide .slick-slide img {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_gallery
----------------------------------------------------------- */
.con_gallery {
  max-width: 95%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .con_gallery {
    overflow: visible;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery {
    margin-top: 40px;
  }
}
.con_gallery h2 {
  float: right;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .con_gallery h2 {
    font-size: 80%;
  }
}
.con_gallery h2 span {
  display: block;
}
.con_gallery h2 span.jp {
  width: 145px;
  padding-top: 237px;
  height: 0;
  background-image: url("../images/home/st_gallery.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  line-height: 1.2;
  font-size: 313%;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .con_gallery h2 span.jp {
    height: auto;
    width: 100%;
    padding-top: 0;
    background: none !important;
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery h2 span.jp {
    font-size: 250%;
  }
}
.con_gallery h2 span.jp em {
  font-size: 50%;
}
@media only screen and (max-width: 767px) {
  .con_gallery h2 span.jp em {
    font-size: 63%;
  }
}
.con_gallery h2 span.en {
  color: #787878;
  font-family: "Crimson Text", serif;
  font-size: 125%;
}
@media only screen and (max-width: 1024px) {
  .con_gallery h2 {
    float: none;
    margin-bottom: 25px;
  }
}
.con_gallery .box_content {
  float: right;
  width: 40%;
  overflow: hidden;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .con_gallery .box_content {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
.con_gallery .box_content .txt {
  float: right;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: horizontal-tb;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  padding-right: 30px;
  line-height: 2;
  font-size: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_gallery .box_content .txt {
    writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .con_gallery .box_content .txt {
    text-align: center;
    line-height: 1.8;
    padding-right: 0;
    float: none;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_content .txt {
    text-align: left;
    display: block;
  }
}
.con_gallery .img {
  float: right;
  width: 57.7%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_gallery .img {
    float: none;
    width: 105%;
  }
}
.con_gallery .img a {
  display: block;
  text-decoration: none;
  position: relative;
}
.con_gallery .img a:after {
  content: "";
  display: block;
  background: rgba(61, 50, 42, 0.5);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.con_gallery .img a:hover:after {
  opacity: 1;
}
.con_gallery .img a:hover .hover {
  opacity: 1;
}
.con_gallery .img img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.con_gallery .img .hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -62px;
  margin-left: -62px;
  display: table;
  z-index: 3;
  font-size: 100%;
  text-align: center;
  width: 125px;
  height: 125px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .con_gallery .img .hover {
    width: 80px;
    height: 80px;
    font-size: 80%;
    margin-top: -40px;
    margin-left: -40px;
  }
}
.con_gallery .img .hover > span {
  display: table-cell;
  vertical-align: middle;
}
.con_gallery .img .hover em {
  font-family: "Crimson Text", serif;
  display: block;
}
.con_gallery .img .hover i {
  display: block;
}

/* -----------------------------------------------------------
	.con_topic
----------------------------------------------------------- */
.con_topic {
  background: url(../images/home/bg_topic.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0 60px 0;
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .con_topic {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_topic {
    margin-top: 2em;
  }
}
.con_topic .box_content {
  float: right;
  width: 40%;
  padding-right: 140px;
  padding-left: 100px;
}
@media only screen and (max-width: 1200px) {
  .con_topic .box_content {
    padding-left: 80px;
    padding-right: 2.5%;
  }
}
@media print {
  .con_topic .box_content {
    padding-left: 80px;
    padding-right: 2.5%;
  }
}
.ie8 .con_topic .box_content {
  padding-left: 80px;
  padding-right: 2.5%;
}
@media only screen and (max-width: 1024px) {
  .con_topic .box_content {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topic .box_content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.con_topic .box_content h2 {
  font-weight: normal;
  text-align: center;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .con_topic .box_content h2 {
    font-size: 80%;
  }
}
.con_topic .box_content h2 span {
  display: block;
}
.con_topic .box_content h2 span.jp {
  width: 86px;
  padding-top: 285px;
  height: 0;
  background-image: url("../images/home/st_topic.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  line-height: 1.2;
  font-size: 313%;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .con_topic .box_content h2 span.jp {
    height: auto;
    width: 100%;
    padding-top: 0;
    background: none !important;
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_topic .box_content h2 span.jp {
    font-size: 250%;
  }
}
.con_topic .box_content h2 span.jp em {
  font-size: 50%;
}
@media only screen and (max-width: 767px) {
  .con_topic .box_content h2 span.jp em {
    font-size: 63%;
  }
}
.con_topic .box_content h2 span.en {
  color: #787878;
  font-family: "Crimson Text", serif;
  font-size: 125%;
}
.con_topic .box_content h2 .jp {
  color: #fff !important;
}
.con_topic .box_content h2 .en {
  color: #fff !important;
  font-style: italic;
  position: relative;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .con_topic .box_content h2 .en {
    margin-top: 0;
  }
}
.con_topic .box_content h2 .en:before {
  content: " ";
  display: block;
  width: 75px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .con_topic .box_content h2 .en:before {
    width: 40px;
    right: 50%;
    margin-right: 4em;
    left: auto;
  }
}
.con_topic .box_content h2 .en:after {
  content: " ";
  display: block;
  width: 75px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .con_topic .box_content h2 .en:after {
    width: 40px;
    left: 50%;
    margin-left: 4em;
    right: auto;
  }
}
.con_topic .box_content .txt {
  text-align: center;
  color: #fff;
  font-size: 100%;
  margin-top: 20px;
}
.con_topic .wrp_slide {
  width: 60%;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .con_topic .wrp_slide {
    width: 95%;
    float: none;
    margin: 0 auto;
  }
}
.con_topic .wrp_slide .box_slide {
  float: right;
  width: 1045px;
}
@media only screen and (max-width: 1200px) {
  .con_topic .wrp_slide .box_slide {
    width: 100%;
    float: none;
  }
}
@media print {
  .con_topic .wrp_slide .box_slide {
    width: 100%;
    float: none;
  }
}
.ie8 .con_topic .wrp_slide .box_slide {
  width: 100%;
  float: none;
}
@media only screen and (max-width: 767px) {
  .con_topic .wrp_slide .box_slide {
    width: 90%;
    margin: 0 auto;
  }
}
.con_topic .wrp_slide .box_slide .slide {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_topic .wrp_slide .box_slide .slide {
    padding: 0;
  }
}
.con_topic .wrp_slide .box_slide .slide a {
  text-decoration: none;
  display: block;
  color: #fff !important;
}
@media only screen and (max-width: 1024px) {
  .con_topic .wrp_slide .box_slide .slide a {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topic .wrp_slide .box_slide .slide a {
    font-size: 100%;
  }
}
.con_topic .wrp_slide .box_slide .slide a .title {
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .con_topic .wrp_slide .box_slide .slide a .title {
    margin-top: 10px;
  }
}
.con_topic .wrp_slide .box_slide .slide a .btn {
  text-align: right;
  margin-top: 10px;
}
.con_topic .wrp_slide .box_slide .slide a .btn span {
  display: inline-block;
  font-family: "Crimson Text", serif;
  border-bottom: 1px solid #fff;
  padding: 0 5px;
}
@media only screen and (max-width: 1200px) {
  .con_topic .wrp_slide .box_slide .slide a img {
    width: 100%;
  }
}
@media print {
  .con_topic .wrp_slide .box_slide .slide a img {
    width: 100%;
  }
}
.ie8 .con_topic .wrp_slide .box_slide .slide a img {
  width: 100%;
}
.con_topic .wrp_slide .box_slide .slick-arrow {
  border: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  width: 45px;
  padding-top: 45px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 105px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .con_topic .wrp_slide .box_slide .slick-arrow {
    top: 20%;
    width: 6%;
    padding-top: 6%;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_topic .wrp_slide .box_slide .slick-arrow {
    width: 10%;
    padding-top: 10%;
    top: 27%;
  }
}
.con_topic .wrp_slide .box_slide .slick-arrow.slick-prev {
  display: none !important;
  background: url(../images/home/btn_slide_topic_prev.png) 0 0 no-repeat;
}
@media only screen and (max-width: 1024px) {
  .con_topic .wrp_slide .box_slide .slick-arrow.slick-prev {
    display: block !important;
    left: -1.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topic .wrp_slide .box_slide .slick-arrow.slick-prev {
    left: -5%;
  }
}
.con_topic .wrp_slide .box_slide .slick-arrow.slick-next {
  background: url(../images/home/btn_slide_topic_next.png) 0 0 no-repeat;
  right: -80px;
}
@media only screen and (max-width: 1200px) {
  .con_topic .wrp_slide .box_slide .slick-arrow.slick-next {
    right: -60px;
  }
}
@media print {
  .con_topic .wrp_slide .box_slide .slick-arrow.slick-next {
    right: -60px;
  }
}
.ie8 .con_topic .wrp_slide .box_slide .slick-arrow.slick-next {
  right: -60px;
}
@media only screen and (max-width: 1024px) {
  .con_topic .wrp_slide .box_slide .slick-arrow.slick-next {
    right: -1.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topic .wrp_slide .box_slide .slick-arrow.slick-next {
    right: -5%;
  }
}
.con_topic .wrp_slide .box_slide .slick-dots {
  margin-top: 35px;
  text-align: right;
  bottom: -60px;
}
@media only screen and (max-width: 1024px) {
  .con_topic .wrp_slide .box_slide .slick-dots {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_topic .wrp_slide .box_slide .slick-dots {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
	.bn_covid
----------------------------------------------------------- */
.bn_covid {
  width: 91.14583%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2em;
}

/* -----------------------------------------------------------
	.bn_goto
----------------------------------------------------------- */
.bn_goto {
  margin-top: 80px;
  max-width: 1260px;
  width: 91.14583%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .bn_goto {
    margin-top: 1.25em;
  }
}

/* -----------------------------------------------------------
	.con_packages
----------------------------------------------------------- */
.con_packages {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .con_packages {
    margin-top: 60px;
  }
}
.con_packages h2 {
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  position: relative;
  padding-top: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_packages h2 {
    font-size: 80%;
  }
}
.con_packages h2 span {
  display: block;
}
.con_packages h2 span.jp {
  font-size: 207%;
}
.con_packages h2 span.en {
  margin-top: 5px;
  font-size: 125%;
  font-family: "Crimson Text", serif;
  color: #787878;
  font-style: italic;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .con_packages h2 {
    padding-top: 20px;
  }
}
.con_packages h2:after {
  content: " ";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  background: #454545;
}
@media only screen and (max-width: 767px) {
  .con_packages h2 {
    margin-bottom: 20px;
  }
}
.con_packages .wrp_scene {
  margin: 50px auto 100px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .wrp_scene {
    margin: 35px auto 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene {
    margin: 1em auto 4em;
  }
}
.con_packages .wrp_scene h3 {
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_packages .wrp_scene h3 {
    font-size: 80%;
  }
}
.con_packages .wrp_scene h3 span {
  display: inline-block;
}
.con_packages .wrp_scene h3 span.jp {
  font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .wrp_scene h3 span.jp {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene h3 span.jp {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene h3 {
    margin-bottom: 20px;
  }
}
.con_packages .wrp_scene .box_plan {
  margin: auto;
}
.con_packages .wrp_scene .box_plan.plan_layout_1 {
  max-width: 350px;
}
.con_packages .wrp_scene .box_plan.plan_layout_2 {
  max-width: 700px;
}
.con_packages .wrp_scene .box_plan.plan_layout_3 {
  max-width: 1050px;
}
.con_packages .wrp_scene .box_plan.plan_layout_4 {
  max-width: 1400px;
}
.con_packages .wrp_scene .box_plan.plan_layout_5 {
  max-width: 1750px;
}
.con_packages .wrp_scene .box_plan.plan_layout_6 {
  max-width: 2100px;
}
.con_packages .wrp_scene .box_plan .slick-track {
  margin: auto;
}
.con_packages .wrp_scene .box_plan .slick-arrow {
  border: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  width: 45px;
  padding-top: 45px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 105px;
  z-index: 2;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .con_packages .wrp_scene .box_plan .slick-arrow {
    width: 6%;
    padding-top: 6%;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .box_plan .slick-arrow {
    width: 10%;
    padding-top: 10%;
  }
}
.con_packages .wrp_scene .box_plan .slick-arrow.slick-prev {
  left: -15px;
  background: url(../images/home/btn_slide_topic_prev.png) 0 0 no-repeat;
}
@media only screen and (max-width: 1260px) {
  .con_packages .wrp_scene .box_plan .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media print {
  .con_packages .wrp_scene .box_plan .slick-arrow.slick-prev {
    left: 10px;
  }
}
.ie8 .con_packages .wrp_scene .box_plan .slick-arrow.slick-prev {
  left: 10px;
}
.con_packages .wrp_scene .box_plan .slick-arrow.slick-next {
  background: url(../images/home/btn_slide_topic_next.png) 0 0 no-repeat;
  right: -15px;
}
@media only screen and (max-width: 1260px) {
  .con_packages .wrp_scene .box_plan .slick-arrow.slick-next {
    right: 10px;
  }
}
@media print {
  .con_packages .wrp_scene .box_plan .slick-arrow.slick-next {
    right: 10px;
  }
}
.ie8 .con_packages .wrp_scene .box_plan .slick-arrow.slick-next {
  right: 10px;
}
.con_packages .wrp_scene .box_plan .plan_list {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .box_plan .plan_list {
    padding: 0 0.3%;
  }
}
.con_packages .wrp_scene .box_plan .plan_list a {
  display: block;
  text-decoration: none;
}
.con_packages .wrp_scene .box_plan .plan_list a:hover .img {
  opacity: 0.7;
}
.con_packages .wrp_scene .box_plan .plan_list .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.con_packages .wrp_scene .box_plan .plan_list .img img {
  width: 100%;
}
.con_packages .wrp_scene .box_plan .plan_list .box_content {
  position: relative;
  z-index: 2;
  margin-top: -25px;
  width: 90%;
  margin-left: auto;
  padding: 15px 20px 10px;
  background: #fff;
  padding-bottom: 30px;
}
.con_packages .wrp_scene .box_plan .plan_list .box_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #fffcf3 url(../images/home/bg_shadow_plan.png) center bottom no-repeat;
}
.con_packages .wrp_scene .box_plan .plan_list .box_content h4 {
  font-weight: normal;
  font-size: 119%;
  color: #7f7453;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .wrp_scene .box_plan .plan_list .box_content h4 {
    font-size: 119%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .box_plan .plan_list .box_content h4 {
    font-size: 119%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .box_plan .plan_list .box_content h4 {
    margin-bottom: 8px;
  }
}
.con_packages .wrp_scene .box_plan .plan_list .box_content .txt {
  font-size: 94%;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .box_plan .plan_list .box_content .txt {
    font-size: 82%;
  }
}
.con_packages .wrp_scene .box_plan .plan_list .box_content .price {
  font-size: 119%;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .box_plan .plan_list .box_content .price {
    margin-top: 5px;
    text-align: right;
    line-height: 1.4;
  }
}
.con_packages .wrp_scene .box_plan .plan_list .box_content .price span {
  font-size: 64%;
}
.con_packages .wrp_scene .box_plan .plan_list .box_content .btn {
  text-align: right;
}
.con_packages .wrp_scene .box_plan .plan_list .box_content .btn span {
  display: inline-block;
  font-family: "Crimson Text", serif;
  border-bottom: 1px solid #a8914e;
  padding: 0 5px;
}
.con_packages .wrp_scene .btns {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .btns {
    margin-top: 20px;
  }
}
.con_packages .wrp_scene .btns li {
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .btns li {
    display: block;
    margin: 10px 0 0 0;
  }
}
.con_packages .wrp_scene .btns li a {
  width: 300px !important;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .btns li a {
    width: 100% !important;
  }
}
.con_packages .wrp_scene .btns li.plan a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 1em;
  font-size: 100%;
  background: #7c745b;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .btns li.plan a {
    font-size: 88%;
  }
}
.con_packages .wrp_scene .btns li.plan a:hover {
  background: #635d49;
}
.con_packages .wrp_scene .btns li.dynamic a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 1em;
  font-size: 100%;
  background: #a39e8e;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_scene .btns li.dynamic a {
    font-size: 88%;
  }
}
.con_packages .wrp_scene .btns li.dynamic a:hover {
  background: #8a8678;
}
.con_packages .wrp_member {
  background: url(../images/home/bg_member.jpg) center 0 no-repeat;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_member {
    background: none;
    padding-top: 0;
  }
}
.con_packages .wrp_member h3 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
  position: relative;
}
.con_packages .wrp_member h3 span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_member h3 {
    background: url(../images/home/bg_member.jpg) center 0 no-repeat;
    text-align: left;
    padding: 20px 20px 15px 20px;
  }
  .con_packages .wrp_member h3 span {
    display: block;
    color: #e9b669;
    font-size: 125%;
  }
}
.con_packages .wrp_member .box_intro {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.con_packages .wrp_member .box_intro .txt {
  text-align: center;
  color: #fff;
  font-size: 94%;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_member .box_intro .txt {
    color: #454545;
    text-align: left;
  }
}
.con_packages .wrp_member .box_plan {
  background: #fff url(../images/home/bg_member_shadow.jpg) left bottom repeat-x;
  max-width: 1310px;
  padding: 30px 30px 0 30px;
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_member .box_plan {
    padding: 0;
    max-width: 80%;
    background: transparent;
  }
}
.con_packages .wrp_member .box_plan ul {
  overflow: hidden;
  width: 100%;
  margin-left: -2%;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_member .box_plan ul {
    margin-left: 0;
    margin-top: -20px;
  }
}
.con_packages .wrp_member .box_plan ul li {
  width: 31.33333333%;
  margin-left: 2%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_member .box_plan ul li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: .5em;
  }
  .con_packages .wrp_member .box_plan ul li img {
    width: 100%;
  }
}
.con_packages .wrp_member .box_plan ul li a {
  display: block;
  text-align: center;
}
.con_packages .wrp_member .box_plan .btn_plan {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_member .box_plan .btn_plan {
    margin-top: 20px;
  }
}
.con_packages .wrp_member .box_plan .btn_plan a {
  max-width: 460px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #fff !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 1em;
  font-size: 100%;
  background: #b78011;
}
@media only screen and (max-width: 767px) {
  .con_packages .wrp_member .box_plan .btn_plan a {
    font-size: 88%;
  }
}
.con_packages .wrp_member .box_plan .btn_plan a:hover {
  background: #9e6e0e;
}

/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .con_information {
    margin-top: 60px;
  }
}
.con_information .con_inner {
  max-width: 1260px;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  .con_information .con_inner {
    width: 95%;
  }
}
@media print {
  .con_information .con_inner {
    width: 95%;
  }
}
.ie8 .con_information .con_inner {
  width: 95%;
}
.con_information h2 {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .con_information h2 {
    font-size: 80%;
  }
}
.con_information h2 span {
  display: inline-block;
}
.con_information h2 span {
  color: #787878;
}
.con_information h2 span.en {
  font-size: 200%;
  font-family: "Crimson Text", serif;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information h2 span.en {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information h2 span.en {
    font-size: 200%;
  }
}
.con_information h2 span.jp {
  margin-left: 0.5em;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information h2 span.jp {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information h2 span.jp {
    font-size: 100%;
  }
}
.con_information .btn_all {
  text-align: right;
  margin-top: 30px;
}
.con_information .btn_all a {
  display: inline-block;
  border-bottom: 1px solid #434343;
  text-decoration: none;
  padding-bottom: 5px;
}
.con_information .btn_all a i {
  margin-right: 0.5em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  right: 0;
}
.con_information .btn_all a:hover i {
  right: -0.2em;
}
.con_information .wrp_news {
  width: 63%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .con_information .wrp_news {
    float: none;
    width: 100%;
  }
}
.con_information .wrp_news > ul {
  border-top: 1px solid #bbbbbb;
}
.con_information .wrp_news > ul > li {
  border-bottom: 1px solid #bbbbbb;
}
.con_information .wrp_news > ul > li a {
  text-decoration: none;
  display: block;
  padding: 20px 45px 20px 25px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_information .wrp_news > ul > li a {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.con_information .wrp_news > ul > li a:after {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background: url(../images/common/ic_arrow_black.png) 0 0 no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.con_information .wrp_news > ul > li a:hover:after {
  right: 10px;
}
.con_information .wrp_news > ul > li a:hover .title {
  text-decoration: underline;
}
.con_information .wrp_news > ul > li a .cate {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_information .wrp_news > ul > li a .cate {
    margin-bottom: 10px;
  }
}
.con_information .wrp_news > ul > li a .cate li {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #e3e3e3;
  padding: 5px 10px;
  font-family: "Crimson Text", serif;
  font-size: 69%;
  text-align: center;
  min-width: 82px;
}
.con_information .wrp_news > ul > li a p.date {
  font-size: 82%;
  margin-right: 15px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_information .wrp_news > ul > li a p.date {
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.con_information .wrp_news > ul > li a p.title {
  font-size: 94%;
  overflow: hidden;
  margin-top: -0.075em;
}
@media only screen and (max-width: 767px) {
  .con_information .wrp_news > ul > li a p.title {
    margin-top: 0;
  }
}
.con_information .wrp_information {
  width: 28%;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .con_information .wrp_information {
    float: none;
    width: 100%;
    margin-top: 60px;
  }
}
.con_information .wrp_information ul {
  border-top: 1px solid #bbbbbb;
}
.con_information .wrp_information ul li {
  border-bottom: 1px solid #bbbbbb;
}
.con_information .wrp_information ul li a {
  text-decoration: none;
  display: block;
  padding: 29px 45px 29px 25px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_information .wrp_information ul li a {
    padding: 20px 45px 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .wrp_information ul li a {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.con_information .wrp_information ul li a:after {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background: url(../images/common/ic_arrow_black.png) 0 0 no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.con_information .wrp_information ul li a:hover:after {
  right: 10px;
}
.con_information .wrp_information ul li a:hover .title {
  text-decoration: underline;
}
.con_information .wrp_information ul li a p.date {
  font-size: 82%;
  margin-bottom: 5px;
}
.con_information .wrp_information ul li a p.title {
  font-size: 94%;
}
.con_information .wrp_banner {
  clear: both;
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .con_information .wrp_banner {
    margin: 0;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .wrp_banner {
    padding-top: 40px;
  }
}
.con_information .wrp_banner ul li img {
  width: 100%;
}
.con_information .wrp_banner .slick-arrow {
  border: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  width: 45px;
  padding-top: 45px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 105px;
  z-index: 2;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .con_information .wrp_banner .slick-arrow {
    width: 6%;
    padding-top: 6%;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .wrp_banner .slick-arrow {
    width: 10%;
    padding-top: 10%;
  }
}
.con_information .wrp_banner .slick-arrow.slick-prev {
  left: -80px;
  background: url(../images/home/btn_slide_topic_prev.png) 0 0 no-repeat;
}
@media only screen and (max-width: 1260px) {
  .con_information .wrp_banner .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media print {
  .con_information .wrp_banner .slick-arrow.slick-prev {
    left: 10px;
  }
}
.ie8 .con_information .wrp_banner .slick-arrow.slick-prev {
  left: 10px;
}
.con_information .wrp_banner .slick-arrow.slick-next {
  background: url(../images/home/btn_slide_topic_next.png) 0 0 no-repeat;
  right: -80px;
}
@media only screen and (max-width: 1260px) {
  .con_information .wrp_banner .slick-arrow.slick-next {
    right: 10px;
  }
}
@media print {
  .con_information .wrp_banner .slick-arrow.slick-next {
    right: 10px;
  }
}
.ie8 .con_information .wrp_banner .slick-arrow.slick-next {
  right: 10px;
}

.sticky {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}
.sticky:hover {
  opacity: 0.8;
}

.con_pickup {
  margin-top: 100px;
  margin-bottom: 120px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup {
    padding-bottom: 3em;
  }
}
.con_pickup:after {
  width: 87.5%;
  padding-top: 23.4375%;
  content: "";
  display: block;
  background: #efe9d8;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .con_pickup:after {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup:after {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup:after {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .con_pickup:after {
    padding-top: 0;
    height: 80%;
  }
}
@media print {
  .con_pickup:after {
    padding-top: 0;
    height: 80%;
  }
}
.ie8 .con_pickup:after {
  padding-top: 0;
  height: 80%;
}
@media only screen and (max-width: 767px) {
  .con_pickup:after {
    height: calc(100% - 4em);
  }
}

.box_pickup {
  display: flex;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .box_pickup {
    width: 90%;
    flex-wrap: wrap;
    margin: auto;
  }
}
.box_pickup .box_l {
  width: 420px;
  padding-left: 7.03125%;
  padding-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup .box_l {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_l {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup .box_l {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_l {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_l {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .box_pickup .box_l {
    padding-left: 40px;
  }
}
.box_pickup .box_l .text {
  margin-bottom: 40px;
  color: #454545;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup .box_l .text {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_l .text {
    margin-bottom: 1.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .box_pickup .box_l .text br {
    display: none !important;
  }
}
.box_pickup .box_l ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_l ul {
    display: none;
  }
}
.box_pickup .box_l ul li {
  width: 59px;
}
.box_pickup .box_l ul li:not(:first-child) {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_l ul li:not(:first-child) {
    margin-left: 1em;
  }
}
.box_pickup .box_l ul li a {
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  transition: .4s opacity ease-in-out;
}
.mouse .box_pickup .box_l ul li a:hover, .touch .box_pickup .box_l ul li a.touchstart {
  opacity: .7;
}
.touch .box_pickup .box_l ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .box_pickup .box_l ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.box_pickup .box_l ul li img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box_pickup h3 {
  margin-bottom: 10px;
  padding-top: 40px;
  font-weight: 400;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup h3 {
    margin-bottom: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup h3 {
    margin-bottom: 0.25em;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup h3 {
    padding-top: 0;
  }
}
.box_pickup h3:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #747474;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .box_pickup h3:before {
    content: none;
  }
}
.box_pickup h3 span {
  display: block;
  line-height: 1.4;
}
.box_pickup h3 .jp {
  font-size: 125%;
  color: #545454;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup h3 .jp {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup h3 .jp {
    font-size: 100%;
  }
}
.box_pickup h3 .en {
  font-size: 563%;
  font-family: "Pinyon Script", cursive;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup h3 .en {
    font-size: 438%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup h3 .en {
    font-size: 375%;
  }
}
.box_pickup .box_r {
  width: 92.70833%;
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_r {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .box_pickup .box_r {
    max-width: none;
  }
}
.box_pickup .box_slide {
  opacity: 0;
}
.box_pickup .box_slide.slick-initialized {
  opacity: 1;
  transition: .4s opacity ease-in-out;
}
.box_pickup .box_slide > .slide:not(:first-of-type) {
  display: none;
}
.box_pickup .box_slide .slide {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_slide .slide {
    margin-right: 0;
  }
}
.box_pickup .box_slide .slide a {
  display: block;
  text-decoration: none;
}
.box_pickup .box_slide .slide .img {
  margin-bottom: 20px;
  padding-top: 74.4186%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_slide .slide .img {
    margin-bottom: 1em;
  }
}
.box_pickup .box_slide .slide .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box_pickup .box_slide .slide .tit, .box_pickup .box_slide .slide .date {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup .box_slide .slide .tit, .box_pickup .box_slide .slide .date {
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_slide .slide .tit, .box_pickup .box_slide .slide .date {
    padding: 0;
  }
}
.box_pickup .box_slide .slide .tit {
  font-size: 113%;
  margin-bottom: 15px;
  color: #675e41;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup .box_slide .slide .tit {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_slide .slide .tit {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_slide .slide .tit {
    margin-bottom: 0.5em;
  }
}
.box_pickup .box_slide .slide .date {
  font-size: 100%;
  font-family: "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_pickup .box_slide .slide .date {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pickup .box_slide .slide .date {
    font-size: 88%;
  }
}
.box_pickup .slick-arrow {
  max-width: 3em;
  position: absolute;
  top: 12em;
  z-index: 2;
}
.box_pickup .slick-arrow.prev {
  left: -1em;
}
.box_pickup .slick-arrow.next {
  right: -1em;
}
.box_pickup .slick-dots {
  bottom: -1.5em;
}

@media only screen and (max-width: 767px) {
  #topic_slider .slick-dots {
    margin-top: 0;
    line-height: 1;
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  #plan_contents .slick-dots {
    margin-top: 0;
    line-height: 1;
    position: static;
  }
}
#plan_contents .slick-dots li:not(.slick-active) button {
  background: #a39e8e;
}

@media only screen and (max-width: 1024px) {
  .fixnav .trip {
    display: none;
  }
}
.mouse .fixnav:hover .con_trip, .mouse .fixnav:hover .con_coupon, .touch .fixnav.touchstart .con_trip, .touch .fixnav.touchstart .con_coupon {
  width: 185px;
}
.mouse .fixnav:hover .con_trip span:first-of-type, .mouse .fixnav:hover .con_coupon span:first-of-type, .touch .fixnav.touchstart .con_trip span:first-of-type, .touch .fixnav.touchstart .con_coupon span:first-of-type {
  width: 56px;
}
.mouse .fixnav:hover .con_trip span:last-of-type, .mouse .fixnav:hover .con_coupon span:last-of-type, .touch .fixnav.touchstart .con_trip span:last-of-type, .touch .fixnav.touchstart .con_coupon span:last-of-type {
  width: 129px;
}
.touch .fixnav {
  -webkit-tap-highlight-color: transparent;
}
.touch .fixnav.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.con_trip, .con_coupon {
  width: 185px;
  height: 53px;
  z-index: 1001;
}
@media only screen and (min-width: 1201px) {
  .con_trip, .con_coupon {
    margin-top: .5em;
    transition: .4s transform ease-in-out;
  }
}
@media print {
  .con_trip, .con_coupon {
    margin-top: .5em;
    transition: .4s transform ease-in-out;
  }
}
.ie8 .con_trip, .ie8 .con_coupon {
  margin-top: .5em;
  transition: .4s transform ease-in-out;
}
.con_trip a, .con_coupon a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con_trip a img, .con_coupon a img {
  width: 100%;
}
.con_trip span, .con_coupon span {
  transition: .2s width ease-in-out;
}
.con_trip span:first-of-type, .con_coupon span:first-of-type {
  width: 51px;
}
.animate .con_trip span:first-of-type, .animate .con_coupon span:first-of-type {
  width: 56px;
}
.con_trip span:last-of-type, .con_coupon span:last-of-type {
  width: 124px;
}
.animate .con_trip span:last-of-type, .animate .con_coupon span:last-of-type {
  width: 129px;
}

@media only screen and (min-width: 768px) {
  .mfp-wrap {
    font-size: 100% !important;
  }
}
@media print {
  .mfp-wrap {
    font-size: 100% !important;
  }
}
.ie8 .mfp-wrap {
  font-size: 100% !important;
}
.mfp-wrap #temporary_closed {
  display: block;
}

#temporary_closed {
  display: none;
  max-width: 800px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #temporary_closed {
    letter-spacing: 0.03em;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media print {
  #temporary_closed {
    letter-spacing: 0.03em;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ie8 #temporary_closed {
  letter-spacing: 0.03em;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #temporary_closed {
    font-size: 82%;
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
#temporary_closed .mfp-close {
  font-size: 250%;
  color: black;
  right: 0.5em;
  top: 0.5em;
}

.con_close {
  padding: 80px 80px 50px;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_close {
    padding: 4em 2em 2em;
  }
}
.con_close h3 {
  margin-bottom: 2em;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_close h3 {
    margin-bottom: 2em;
  }
}
.con_close h3 span {
  font-size: 138%;
}
.con_close .box_close {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_close .box_close {
    margin-top: 1em;
  }
}
.con_close .box_close .txt {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_close .box_close .txt {
    margin-bottom: 1em;
  }
}
.con_close .box_close .box_period {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_close .box_close .box_period {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_close .box_close .box_period {
    margin-bottom: 2em;
  }
}
.con_close .box_close .box_period .txt_date {
  font-weight: bold;
}

/*# sourceMappingURL=homepage.css.map */
