@charset "UTF-8";
/*////////////////////////////////////////////////////

  変数、mixin、プレースホルダー 定義　適宜変更・追加すること

////////////////////////////////////////////////////*/
.slick {
  display: block;
  width: 100%;
  position: relative;
}
.slick-list {
  overflow: hidden;
}
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slick-slide img {
  width: 100%;
  height: auto;
}

.area-mv-01 {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.area-mv-01_img {
  position: relative;
  z-index: 1;
}
.area-mv-01_img img {
  width: 100%;
  height: auto;
}
.area-mv-01_logo {
  position: relative;
  width: 27.4666666667vw;
  height: 27.2vw;
  margin: -21.3333333333vw auto 20px;
  z-index: 2;
}
@media print, screen and (min-width: 1025px) {
  .area-mv-01_logo {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-top: 0;
    margin-left: -123px;
    margin-bottom: -83px;
    width: 247px;
    height: 245px;
  }
}
.area-mv-01_logo img {
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}
.area-mv-01_txt {
  position: relative;
  z-index: 3;
  font-family: "Noto Serif Japanese", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  color: #222;
  font-size: clamp(14px, 3.8933333333vw, 18px);
}
@media print, screen and (min-width: 1025px) {
  .area-mv-01_txt {
    position: absolute;
    top: 50%;
    right: 2.7777777778vw;
    margin-top: -200px;
    width: 340px;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("../img/bg_kv_txt.png") 0 0 no-repeat;
    font-size: 18px;
  }
}

.area-slide-01 {
  position: relative;
  z-index: 1;
  margin-top: 5.3333333333vw;
  background: url(/25th/img/img_summer_01.jpg), #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-position: top right;
  background-size: contain;
}
@media print, screen and (min-width: 1025px) {
  .area-slide-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.7777777778vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media only screen and (max-width: 767px) {
  .area-slide-01 {
    background-position: bottom right;
  }
}
.area-slide-01_slide {
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .area-slide-01_slide {
    width: 61.7%;
  }
}
.area-slide-01_slide_wp {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area-slide-01_slide_wp > img {
  width: 100%;
}
.area-slide-01_slide_thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 1025px) {
  .area-slide-01_slide_thumbs {
    position: absolute;
    margin-top: 0;
    left: calc(1.3888888889vw + 10px);
    bottom: calc(1.3888888889vw + 10px);
  }
}
.area-slide-01_slide_thumbs > div {
  width: 16vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  background-color: #000;
  cursor: pointer;
}
@media print, screen and (min-width: 1025px) {
  .area-slide-01_slide_thumbs > div {
    width: 60px;
  }
}
.area-slide-01_slide_thumbs > div:nth-child(n+2) {
  margin-left: 2.6666666667vw;
}
@media print, screen and (min-width: 1025px) {
  .area-slide-01_slide_thumbs > div:nth-child(n+2) {
    margin-left: 10px;
  }
}
.area-slide-01_slide_thumbs > div img {
  opacity: 0.6;
  width: 100%;
  height: auto;
}
.area-slide-01_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 52px 5.3333333333vw;
}
@media print, screen and (min-width: 1025px) {
  .area-slide-01_txt {
    width: 38.3%;
    padding: 20px 2.7777777778vw;
  }
}
.area-slide-01_txt_tit {
  text-align: center;
  font-family: "Noto Serif Japanese", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #463100;
  font-size: clamp(19px, 5.6vw, 30px);
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 1025px) {
  .area-slide-01_txt_tit {
    text-align: left;
    font-size: 2.0833333333vw;
  }
}
.area-slide-01_txt_txt {
  color: #463100;
  line-height: 1.5;
  font-family: "Noto Serif Japanese", serif;
  font-weight: 400;
  font-size: 14px;
  font-size: clamp(14px, 3.7333333333vw, 18px);
}
@media print, screen and (min-width: 1025px) {
  .area-slide-01_txt_txt {
    font-size: 21px;
    font-size: clamp(14px, 0.9722222222vw, 18px);
  }
}

/* CSS information ///////////////////////////////////////////////////

	.contents内レスポンシブ

////////////////////////////////////////////////////////////////////*/
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
a {
  color: #473100;
}

.PC a:hover {
  color: #473100;
  text-decoration: none;
}

#container {
  font-size: 14px;
  background: -webkit-repeating-linear-gradient(315deg, #d6f2fe 0, #d6f2fe 40px, #fff 40px, #fff 80px);
  background: repeating-linear-gradient(135deg, #d6f2fe 0, #d6f2fe 40px, #fff 40px, #fff 80px);
}

@media (max-width: 768px) {
  #container {
    min-width: 100%;
  }
}
.contents {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  background: -webkit-repeating-linear-gradient(315deg, #d6f2fe 0, #d6f2fe 40px, #fff 40px, #fff 80px);
  background: repeating-linear-gradient(135deg, #d6f2fe 0, #d6f2fe 40px, #fff 40px, #fff 80px);
}

.sec-plans-01 {
  position: relative;
  margin: 0 5.3333333333vw;
}
@media print, screen and (min-width: 1025px) {
  .sec-plans-01 {
    margin: 0 2.7777777778vw;
  }
}

/* tab-menu */
.mod-tab-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mod-tab-menu-01 {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #fff;
  cursor: pointer;
}
.mod-tab-menu-01:nth-child(n+2) {
  border-left: 1px solid #fff;
}
.mod-tab-menu-01:nth-last-child(n+2):after {
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#7ecbf8), to(#fff));
  background: -webkit-linear-gradient(top, #7ecbf8, #fff);
  background: linear-gradient(to bottom, #7ecbf8, #fff);
}
.mod-tab-menu-01.active {
  outline: 1px solid #52b5ed;
  outline-offset: -10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .mod-tab-menu-01.active {
    outline: none;
  }
}

.mod-tab-menu-01.active .box-category-01, .PC .mod-tab-menu-01:hover .box-category-01 {
  padding-top: 95px;
  top: -7px;
}

.mod-tab-menu-01:first-child.active .box-category-01, .PC .mod-tab-menu-01:first-child:hover .box-category-01 {
  padding-top: 80px;
  top: -7px;
}

.mod-menu-cir01 {
  display: inline-block;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

.mod-tab-menu-01:nth-child(1) .mod-menu-cir01 {
  background: url(../img/img_tab_menu_01.jpg) center center no-repeat;
  background-size: 200px;
}

.mod-tab-menu-01:nth-child(2) .mod-menu-cir01 {
  background: url(../img/img_tab_menu_02.jpg) center center no-repeat;
  background-size: 200px;
}

.mod-tab-menu-01:nth-child(3) .mod-menu-cir01 {
  background: url(../img/img_tab_menu_03.jpg?v1.1) center center no-repeat;
  background-size: 200px;
}

.mod-tab-menu-01:nth-child(4) .mod-menu-cir01 {
  background: url(../img/img_tab_menu_04.jpg?v1.1) center center no-repeat;
  background-size: 200px;
}

.mod-tab-menu-01:nth-child(5) .mod-menu-cir01 {
  background: url(../img/img_tab_menu_05.jpg) center center no-repeat;
  background-size: 200px;
}

.box-category-01 {
  width: 210px;
  height: 210px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 150px;
  left: -7px;
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Noto Serif Japanese", serif;
  font-weight: 400;
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  .box-category-01 {
    font-size: 16px;
  }
}

.mod-tab-menu-01:first-child .box-category-01 {
  padding-top: 80px;
  top: -7px;
}

.box-category-01:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .box-category-01 img {
    margin-left: 0;
  }
}

/* category-color */
.color-all {
  background-color: rgba(23, 15, 0, 0.3);
}

.color-stay,
.color-dining,
.color-event,
.color-wedding {
  background-color: #52b5ed;
}

.PC .mod-tab-menu-01.active .color-all, .PC .mod-tab-menu-01:hover .color-all {
  background-color: rgba(23, 15, 0, 0.6);
}

.PC .mod-tab-menu-01.active .color-stay, .PC .mod-tab-menu-01:hover .color-stay {
  /*background-color: rgba(37, 103, 193, 0.9);*/
  background-color: #52b5ed;
}

.PC .mod-tab-menu-01.active .color-dining, .PC .mod-tab-menu-01:hover .color-dining {
  /*background-color: rgba(255, 114, 0, 0.9); */
  background-color: #52b5ed;
}

.PC .mod-tab-menu-01.active .color-event, .PC .mod-tab-menu-01:hover .color-event {
  /*background-color: rgba(61, 133, 64, 0.9); */
  background-color: #52b5ed;
}

.PC .mod-tab-menu-01.active .color-wedding, .PC .mod-tab-menu-01:hover .color-wedding {
  /*background-color: rgba(255, 53, 96, 0.9); */
  background-color: #52b5ed;
}

@media (max-width: 768px) {
  .mod-tab-menu-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px !important;
    border: #fff 2px solid;
    background: rgba(255, 255, 255, 0.6);
  }
  .contents ul li.mod-tab-menu-01 {
    padding: 0 1px !important;
    height: 50px;
    border: none;
    background-image: none !important;
  }
  .contents ul li.mod-tab-menu-01:first-child {
    width: 100%;
    height: 60px;
  }
  .mod-tab-menu-01:nth-child(n+2) {
    width: 50%;
    margin-top: 2px !important;
  }
  .mod-menu-cir01 {
    display: table;
    width: 100%;
    height: 50px;
    border: 3px solid transparent;
    border-radius: 6px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
    position: static;
  }
  .mod-tab-menu-01:first-child .mod-menu-cir01 {
    height: 60px;
  }
  .mod-tab-menu-01:nth-child(n+1) .mod-menu-cir01 {
    background: none;
  }
  .active .mod-menu-cir01 {
    border: 3px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  }
  .box-category-01 {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height: auto;
    padding: 0px;
    position: static;
  }
  .box-category-01:after {
    display: none;
  }
  .mod-tab-menu-01:nth-child(n+1) .box-category-01, .mod-tab-menu-01:nth-child(n+1).active .box-category-01 {
    padding-top: 0px;
  }
  .color-all {
    /*    background-color: #000;
        background-image: -webkit-linear-gradient(top, #0050b6, rgba(0, 80, 182, 0.5));
        background-image: -moz-linear-gradient(top, #0050b6, rgba(0, 80, 182, 0.5));
        background-image: -ms-linear-gradient(top, #0050b6, rgba(0, 80, 182, 0.5));
        background-image: -o-linear-gradient(top, #0050b6, rgba(0, 80, 182, 0.5));
        background-image: linear-gradient(top, #0050b6, rgba(0, 80, 182, 0.5)); */
    background-color: #fff;
    border: 2px solid #52b5ed;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 400;
  }
  .color-all span {
    position: relative;
    z-index: 2;
    color: #52b5ed;
  }
}
@media print and (max-width: 768px), screen and (max-width: 768px) and (min-width: 1025px) {
  .color-all span {
    color: baseColor01;
  }
}
/* tab-body */
.mod-tab-body-01 {
  padding: 0;
}

.sec-tab-body-01 .tab-body-in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sec-tab-body-01 .tab-body-in {
    margin: calc(2.7777777778vw - 5px) -5px -5px;
  }
}

.tab-body-in {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .mod-tab-body-01 {
    margin-top: 20px;
  }
  .sec-tab-body-01.active, .sec-tab-body-01 .tab-body-in {
    display: block;
    min-height: auto;
  }
}
/* box-plan */
.box-plan-01 {
  width: 20%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box-plan-01 .wp-comingsoon {
  position: relative;
}
.box-plan-01 .wp-comingsoon:after {
  content: "";
  display: block;
  background: url(../img/txt_comingsoon.png) center center no-repeat;
  background-size: cover;
  width: 116px;
  height: 11.5px;
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 50%;
  margin-left: -58px;
}
@media print, screen and (min-width: 1025px) {
  .box-plan-01 .wp-comingsoon:after {
    left: 20px;
    bottom: 20px;
    margin: 0;
    width: calc(100% - 40px);
    height: 40px;
    border-radius: 3px;
    background-color: #eee;
    background-size: 116px 11.5px;
  }
}

.box-plan-01 a, .box-plan-01 > span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* box-plan-01 幅調整↓↓ */
@media (max-width: 1600px) {
  .box-plan-01 {
    width: 25%;
  }
}
@media (max-width: 1260px) {
  .box-plan-01 {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .box-plan-01 {
    width: 100%;
  }
}
/* box-plan-01 幅調整↑↑ */
.box-img-01 {
  position: relative;
}

.box-img-01:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  pointer-events: none;
  position: absolute;
  z-index: 3;
  background-size: cover;
  top: 5px;
  left: 5px;
}
@media print, screen and (min-width: 1025px) {
  .box-img-01:before {
    top: 165px;
    left: auto;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    bottom: 0;
    right: 10px;
  }
}

.stay .box-img-01:before {
  background-image: url(../img/cat_stay.png);
}

.dining .box-img-01:before {
  background-image: url(../img/cat_dining.png);
}

.event .box-img-01:before {
  background-image: url(../img/cat_event.png);
}

.wedding .box-img-01:before {
  background-image: url(../img/cat_wedding.png);
}

.box-img-01 img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}

.box-img-01:after {
  content: "";
  display: block;
  z-index: 2;
  width: 100%;
  height: 30px;
  background: url(../img/img_wave_01.png) 0 0 no-repeat;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.PC .box-plan-01:hover .box-img-01:after {
  background: url(../img/img_wave_01.png) 100% 0 no-repeat;
}

.PC .box-plan-01:hover .end .box-img-01:after {
  background: url(../img/img_wave_01.png) 0% 0 no-repeat;
}

.img-wp-01 {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 100%;
}

.img-wp-01:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 10px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.PC .box-plan-01:hover .img-wp-01:after {
  border: 20px solid rgba(255, 255, 255, 0.6);
  border-bottom: none;
}

.PC .box-plan-01:hover .end .img-wp-01:after {
  border: 10px solid rgba(255, 255, 255, 0.3);
}

.end {
  pointer-events: none;
}

/* box-plan-01 にクラスを追加↑↑ */
@media (max-width: 768px) {
  .box-img-01:after {
    display: none;
  }
  .img-wp-01:after {
    display: none;
  }
}
.box-txt-01 {
  padding: 10px 20px 70px 20px;
  line-height: 1.7;
  font-size: 12px;
}

.txt-date-01 {
  color: #70591d;
  margin-top: 8px;
}

.txt-em-01 {
  color: #ff0000;
  margin-top: 3px;
  font-size: 12px;
}

.ttl-plan-01 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}

.btn-more-01 {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 20px;
  left: 0px;
}

.btn-in-01 {
  display: table;
  width: 100%;
  height: 40px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#83d2ff), to(#e4f5ff));
  background: -webkit-linear-gradient(top, #83d2ff, #e4f5ff);
  background: linear-gradient(to bottom, #83d2ff, #e4f5ff);
}
.btn-in-01 span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: transparent;
}
.btn-in-01 span img {
  width: 111px;
  height: auto;
  color: #473100;
  padding-top: 5px;
}

.PC .box-plan-01:hover .btn-in-01 span {
  background-color: #fff;
  border: solid 1px #0a86ee;
}

.PC .box-plan-01:hover .end .btn-in-01 span {
  background: none;
  background-color: #fff;
}
.PC .box-plan-01:hover .end .btn-in-01 span img {
  display: inline-block;
}

.box-empty-01 {
  text-align: center;
  width: 100%;
}

.box-empty-in {
  width: 40%;
  margin: 100px auto 0;
  padding: 40px;
  background-color: #fff;
  border: 1px solid rgba(0, 130, 203, 0.5);
  color: #000;
}

@media (max-width: 768px) {
  .box-plan-01 {
    padding: 0;
  }
  .box-plan-01 a {
    display: table;
    height: auto;
  }
}
@media (max-width: 768px) {
  .box-txt-01, .box-img-01 {
    display: table-cell;
    padding: 20px 20px 40px;
  }
  .box-img-01 {
    width: 40%;
    padding-right: 15px;
  }
  .box-txt-01 {
    vertical-align: middle;
    padding-left: 0;
    font-size: 12px;
    line-height: 1.4;
  }
  .ttl-plan-01 {
    margin-top: 5px;
    font-size: 14px;
  }
  .txt-date-01 {
    font-size: 11px;
  }
  .txt-date-02 {
    display: none;
  }
  .btn-more-01 {
    bottom: 5px;
    padding: 0;
  }
  .btn-in-01 {
    background-image: none;
    background: none;
    border: 0;
  }
  .box-empty-in {
    margin-top: 0;
  }
}
/* さらに読み込み */
.PC .btn-load-01 {
  display: none;
}

@media (max-width: 768px) {
  .btn-load-01 {
    margin: 20px 10px;
    padding: 20px;
    border: 1px solid #fff;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.5)));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
  }
}
.effect {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.effect.is-active {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.mod-tab-menu-wrap .effect02 {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.mod-tab-menu-wrap .effect02.is-active {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.mod-tab-menu-wrap .effect02:first-child.is-active {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.mod-tab-menu-wrap .effect02:nth-child(2).is-active {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.mod-tab-menu-wrap .effect02:nth-child(3).is-active {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.mod-tab-menu-wrap .effect02:nth-child(4).is-active {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.mod-tab-menu-wrap .effect02:nth-child(5).is-active {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.note {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 90%;
  display: inline-block;
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  #footertxt {
    font-size: 12px;
  }
}
.ico-end {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -125px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.ico-end-wp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 406px;
  background: url(/event/summer/img/bg_end.png);
  display: block;
  z-index: 8;
}

@media only screen and (max-width: 767px) {
  .ico-end-wp {
    min-height: 135px;
  }
}
.box-slide-wp {
  width: 100%;
  height: 550px;
  display: table;
  background: url(/event/spring/img/img_bg_01.jpg);
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}

@media only screen and (max-width: 767px) {
  .box-slide-wp {
    height: 300px;
  }
}
.box-slide-01 {
  display: table-cell;
  width: 60%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .box-slide-01 {
    display: block;
    width: 100%;
    height: auto;
  }
}
.box-slide-02 {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  height: 100%;
  background: url(/event/spring/img/img_sakura_01.png), url(/event/spring/img/img_sakura_02.png), #fff;
  background-position: top left, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 100%;
}

@media only screen and (max-width: 767px) {
  .box-slide-02 {
    vertical-align: middle;
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.ttl-slide {
  font-size: 20px;
  font-weight: bold;
  margin: 0px auto;
  color: #52b5ed;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .ttl-slide {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */