@import "https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap";
.ta_c {
  text-align: center;
}
_:lang(x)::-ms-backdrop,
body {
  font-family: segoe ui, Meiryo, sans-serif;
}
.hana-font {
  font-family: hina mincho, serif;
}
@media screen and (max-width: 1000px) {
  .button {
    width: 100%;
    font-size: 3.8vw;
  }
}
.recommend-block-link .button {
  position: relative;
  color: #5eaa39 !important;
  border: #5eaa39 solid 2px;
  border-radius: 50px;
  padding: 10px;
  width: 80%;
  display: block;
  margin: 0 auto;
  font-weight: 600;
}
.recommend-block-link .button:hover {
  opacity: 1 !important;
  color: #fff !important;
}
@media screen and (max-width: 1000px) {
  .recommend-block-link .button {
    width: 100%;
  }
}
.button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  -webkit-mask-image: url(../images/shiretoko/icon-arrow.svg);
  mask-image: url(../images/shiretoko/icon-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #5eaa39;
  top: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.button.arrow-left::after {
  left: 23px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}
.button.arrow-right::after {
  right: 23px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.button:hover {
  background-color: #5eaa39;
  color: #fff;
}
.button:hover::after {
  background-color: #fff;
}
h2.title {
  text-align: center;
  position: relative;
  padding: 2.8em 2em 1.5em;
  font-size: 42px;
  color: #5eaa39;
}
@media screen and (max-width: 1000px) {
  h2.title {
    font-size: 6vw;
    padding: 13vw 8vw 8vw;
  }
}
h2.title span {
  width: 100%;
  position: relative;
}
h2.title span::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 60px;
  background-image: url(../images/shiretoko/illust04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.5em;
  left: -4.5em;
}
@media screen and (max-width: 1000px) {
  h2.title span::before {
    width: 5.6vw;
    height: 5vw;
    left: -10vw;
    display: none;
  }
}
h2.title span::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 60px;
  background-image: url(../images/shiretoko/illust04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.5em;
  right: -2.5em;
}
@media screen and (max-width: 1000px) {
  h2.title span::after {
    width: 5.6vw;
    height: 5vw;
    right: -32vw;
    display: none;
  }
}
h2.title::before {
  content: "";
  position: absolute;
  width: 107px;
  height: 44px;
  background-image: url(../images/shiretoko/illust03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1000px) {
  h2.title::before {
    width: 8.9vw;
    height: 3.6vw;
  }
}
h2.title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #999;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1000px) {
  h2.title::after {
    width: 2.5vw;
    height: 1px;
  }
}
.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fcf9ed;
}
.mv img {
  width: 100%;
}
.mv .mv-photo {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.mv .mv-photo.photo1 {
  width: 355px;
  height: 355px;
  background-image: url(../images/shiretoko/mv-photo1@x2.png);
  top: -40px;
  left: -60px;
}
@media screen and (max-width: 1000px) {
  .mv .mv-photo.photo1 {
    width: 40vw;
    height: 40vw;
    top: -7vw;
    left: -8vw;
  }
}
.mv .mv-photo.photo2 {
  width: 326px;
  height: 326px;
  background-image: url(../images/shiretoko/mv-photo2@x2.png);
  top: -85px;
  right: -40px;
}
@media screen and (max-width: 1000px) {
  .mv .mv-photo.photo2 {
    width: 40vw;
    height: 40vw;
    top: -10vw;
    right: -7vw;
  }
}
.mv .mv-photo.photo3 {
  width: 330px;
  height: 330px;
  background-image: url(../images/shiretoko/mv-photo3@x2.png);
  bottom: -40px;
  right: -60px;
}
@media screen and (max-width: 1000px) {
  .mv .mv-photo.photo3 {
    width: 40vw;
    height: 40vw;
    bottom: -7vw;
    right: -8vw;
  }
}
.mv .inner {
  width: 1200px;
  height: 650px;
  background-image: url(../images/shiretoko/mv-illust@x2.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .mv .inner {
    width: 100%;
  }
}
.mv .inner .mv-title {
  width: 850px;
  height: 350px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../images/shiretoko/mv-title@x2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .mv .inner .mv-title {
    width: 90%;
  }
}
.meet {
  width: 100%;
  background-color: #fcf9ed;
  position: relative;
  overflow: hidden;
  background-image: url(../images/shiretoko/illust09_2.svg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto;
}
.meet::before {
  content: "";
  position: absolute;
  width: 245px;
  height: 210px;
  top: -30px;
  left: -15px;
  background-image: url(../images/shiretoko/illust01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .meet::before {
    width: 20vw;
    height: 17vw;
    top: -2.5vw;
    left: -1.25vw;
  }
}
.meet::after {
  content: "";
  position: absolute;
  width: 245px;
  height: 210px;
  top: -30px;
  right: -15px;
  background-image: url(../images/shiretoko/illust02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .meet::after {
    width: 20vw;
    height: 17vw;
    top: -2.5vw;
    right: -1.25vw;
  }
}
.meet .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .meet .inner {
    width: 100%;
  }
}
.meet .inner .meet-main-block {
  width: 1000px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .meet .inner .meet-main-block {
    width: 86vw;
    margin: 0 auto;
  }
}
.meet .inner .meet-main-block::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 87px;
  background-image: url(../images/shiretoko/illust05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 264px;
  left: -103px;
}
@media screen and (max-width: 1000px) {
  .meet .inner .meet-main-block::before {
    width: 10vw;
    height: 7.25vw;
    top: 33.6vw;
    left: -9vw;
  }
}
.meet .inner .meet-main-block::after {
  content: "";
  position: absolute;
  width: 151px;
  height: 67px;
  background-image: url(../images/shiretoko/illust06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 74px;
  right: -136px;
}
@media screen and (max-width: 1000px) {
  .meet .inner .meet-main-block::after {
    width: 10vw;
    height: 4.43vw;
    top: 7.2vw;
    right: -9vw;
  }
}
.meet .inner .meet-main-block .meet-info {
  position: absolute;
  width: 260px;
  height: 260px;
  background-color: #fff;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px 0 0;
  background-image: url(../images/shiretoko/illust10@x2.png);
  background-size: 93px;
  background-position: center 110px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .meet .inner .meet-main-block .meet-info {
    width: 31.6vw;
    height: 31.6vw;
    padding: 0.5em;
    background-size: 10.36vw;
    background-position: center;
  }
}
.meet .inner .meet-main-block .meet-info .title {
  font-size: 28px;
  color: #5eaa39;
  margin-bottom: 110px;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .meet .inner .meet-main-block .meet-info .title {
    font-size: 1.5vw;
    margin-bottom: 12.432vw;
  }
}
.meet .inner .meet-main-block .meet-info p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .meet .inner .meet-main-block .meet-info p {
    font-size: 1vw;
  }
}
.meet .inner .meet-row {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 50px 0 100px;
}
@media screen and (max-width: 1000px) {
  .meet .inner .meet-row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 25px 100px;
  }
}
.meet .inner .meet-row .meet-block {
  width: 460px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .meet .inner .meet-row .meet-block {
    width: 100%;
    margin-bottom: 15vw;
  }
}
.meet-block h3.title {
  text-align: center;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 28px;
  color: #5eaa39;
  line-height: 1.2;
  position: relative;
}
.meet-block h3.title span {
  font-size: 20px;
  color: #938168;
  width: 56px;
  height: 61px;
  margin: 0 auto 15px;
  background-image: url(../images/shiretoko/illust07.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.meet-block h3.title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 43px;
  background-image: url(../images/shiretoko/illust08.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: -55px;
}
.meet-block h3.title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 43px;
  background-image: url(../images/shiretoko/illust08.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: -55px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.meet-block-youtube iframe {
  width: 100%;
  height: 260px;
}
.meet-block-twitter,
.meet-block-inst {
  width: 100%;
  max-width: 460px;
  max-height: 550px;
  border: 3px solid #5eaa39;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  overflow-y: scroll;
}
.meet-block-inst .recommend-block-link {
  padding: 0;
}
.meet-block-inst .recommend-block-link .button,
.meet-block-twitter .recommend-block-link .button {
  width: 100%;
  margin-top: 12px;
}
.meet-block .banners .banner {
  width: 100%;
  height: 70px;
  background-color: #fff;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #000;
  text-decoration: none;
}
.meet-block .banners .banner {
  border: 1px solid #16181c;
}
.meet-block .banners .banner::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  -webkit-mask-image: url(../images/shiretoko/icon-arrow.svg);
  mask-image: url(../images/shiretoko/icon-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #5eaa39;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid red;
  z-index: 100;
}
.meet-block .banners .banner.item1 .text {
  font-family: times new roman, yumincho, hiragino mincho pron, yu mincho, ms pmincho, serif;
  text-align: center;
}
.meet-block .banners .banner.item1 .text p {
  font-size: 14px;
}
.meet-block .banners .banner.item1 .text p.title {
  font-size: 24px;
  margin-bottom: 0.3em;
}
.meet-block .banners .banner.item2 img {
  width: 314px;
}
@media screen and (max-width: 1000px) {
  .meet-block .banners .banner.item2 img {
    width: calc(100vw - 140px);
  }
}
.meet-block .banners .banner.item3 {
  background-color: #06a543;
  border-color: #06a543;
}
.meet-block .banners .banner.item3 img {
  width: 353px;
}
@media screen and (max-width: 1000px) {
  .meet-block .banners .banner.item3 img {
    width: calc(100vw - 140px);
  }
}
.meet-block .banners .banner.item3::after {
  background-color: #fff;
}
.recommend-plan {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.recommend-plan::before {
  content: "";
  position: absolute;
  width: 245px;
  height: 210px;
  top: -30px;
  left: -15px;
  background-image: url(../images/shiretoko/illust01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .recommend-plan::before {
    width: 20vw;
    height: 17vw;
    top: -2.5vw;
    left: -1.25vw;
  }
}
.recommend-plan::after {
  content: "";
  position: absolute;
  width: 245px;
  height: 210px;
  top: -30px;
  right: -15px;
  background-image: url(../images/shiretoko/illust02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .recommend-plan::after {
    width: 20vw;
    height: 17vw;
    top: -2.5vw;
    right: -1.25vw;
  }
}
.recommend-plan .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .recommend-plan .inner {
    width: 98vw;
  }
}
.recommend-plan .inner .recommend-plan-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 20px 0 70px;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .recommend-plan .inner .recommend-plan-blocks {
    padding: 0;
  }
}
.recommend-plan .inner .recommend-plan-blocks .block {
  width: 475px;
  height: 830px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 56px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1000px) {
  .recommend-plan .inner .recommend-plan-blocks .block {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    width: 90%;
    margin: 4vw auto;
    height: auto;
  }
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-title {
  width: 100%;
  height: 148px;
  padding: 20px 0 0 35px;
  position: relative;
  overflow: hidden;
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #5eaa39;
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-title h3.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #5eaa39;
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-title h3.title.small {
  font-size: 20px;
  line-height: 1.4;
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-title h3.title span {
  font-size: 18px;
  color: #000;
  display: block;
}
@media screen and (max-width: 1000px) {
  .recommend-plan .inner .recommend-plan-blocks .block .recommend-block-title {
    height: auto;
    padding: 6vw 4vw 4vw 8vw;
  }
  .recommend-plan .inner .recommend-plan-blocks .block .recommend-block-title h3.title span {
    font-size: 4vw;
  }
  .recommend-plan .inner .recommend-plan-blocks .block .recommend-block-title h3.title.small {
    font-size: 4.2vw;
  }
  .recommend-plan .inner .recommend-plan-blocks .block .recommend-block-title h3.title {
    font-size: 5vw;
  }
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-image,
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-image iframe,
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-image .slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  background-color: #ccc;
}
@media screen and (max-width: 1000px) {
  .recommend-plan .inner .recommend-plan-blocks .block .recommend-block-image,
  .recommend-plan .inner .recommend-plan-blocks .block .recommend-block-image iframe,
  .recommend-plan .inner .recommend-plan-blocks .block .recommend-block-image .slide img {
    height: 55.076vw;
  }
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-image.slider {
  position: relative;
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-image.slider .slick-arrow {
  position: absolute;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #5eaa39;
  background-image: url(../images/shiretoko/icon-chevron.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  border: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 50;
  cursor: pointer;
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-image.slider .slick-arrow.slick-prev {
  right: -17px;
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-image.slider .slick-arrow.slick-next {
  left: -17px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-text {
  padding: 20px 35px 45px;
  overflow: hidden;
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-text .text-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
  color: #5eaa39;
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-text .text-heading span {
  font-size: 16px;
  color: #fff;
  padding: 0.3em 0.5em;
  background-color: #5eaa39;
  border-radius: 2px;
  margin-right: 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .recommend-plan .inner .recommend-plan-blocks .block .recommend-block-text .text-heading span {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 1000px) {
  .recommend-plan .inner .recommend-plan-blocks .block .recommend-block-text .text-heading {
    font-size: 3.9vw;
  }
}
.recommend-plan .inner .recommend-plan-blocks .block .recommend-block-text p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .recommend-plan .inner .recommend-plan-blocks .block .recommend-block-text p {
    font-size: 3.8vw;
  }
}
.recommend-block-link {
  text-align: center;
  padding: 0 20px 20px;
}
.back-block {
  width: 100%;
  background-color: #5eaa39;
  text-align: center;
  padding: 30px 0;
}
.back-block .button {
  position: relative;
  background: #fff;
  width: 400px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50px;
  color: #5eaa39 !important;
  font-weight: 600;
}
.back-block .button:hover {
  opacity: 1 !important;
}
.button.arrow-left:hover:after {
  background-color: #5eaa39;
  left: 16px;
}
@media screen and (max-width: 1000px) {
  .back-block .button {
    width: 80%;
  }
}
.slider {
  overflow: visible !important;
}
.slick-prev {
  left: auto !important;
}
.nolink {
  position: relative;
}
.nolink::after {
  content: "2譛井ｸ頑流雋ｩ螢ｲ蜀埼幕";
  position: absolute;
  top: -10px;
  bottom: 10px;
  left: 35px;
  right: 35px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}
.nolink a {
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .nolink::after {
    left: 10px;
    right: 10px;
    font-size: 3.9vw;
  }
}
.comingsoon {
  position: relative;
}
.comingsoon::after {
  content: "貅門ｙ荳ｭ";
  position: absolute;
  top: -10px;
  bottom: 10px;
  left: 35px;
  right: 35px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}
.comingsoon a {
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .comingsoon::after {
    left: 10px;
    right: 10px;
    font-size: 3.9vw;
  }
}
.meet-block .cflex {
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .meet-block .cflex .meet-block-inst {
    margin-bottom: 8vw;
  }
}
html,
body {
  padding: 0;
  margin: 0;
}
p {
  line-height: 1.6;
}
.top_info .inner {
  max-width: 1000px;
  padding: 80px 20px;
  margin: 0 auto;
  text-align: center;
}
.top_info_logo {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
p.read {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-top: 20px;
  line-height: 1.8;
}
p.read strong {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  z-index: 1;
}
.yellow_line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  bottom: 5px;
  left: 0;
  background-color: #f8e040;
  z-index: -1;
}
#wKind.area {
  position: relative;
  background: url(../images/shiretoko/bg_brown.jpg) repeat;
}
#wKind.area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background: url("../images/shiretoko/bg_top.png") no-repeat bottom center/100% 100px;
}
#wKind.area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
  background: url("../images/shiretoko/bg_top.png") no-repeat bottom center/100% 100px;
}
#wKind.area .inner {
  position: relative;
  max-width: 1000px;
  padding: 160px 0 220px;
  margin: 0 auto;
}
.content_box {
  padding: 0 0 60px;
  position: relative;
  background-color: #fff;
  margin-top: 100px;
  text-align: center;
}
.content_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  top: -60px;
  left: 0;
  background: url("../images/shiretoko/box_bg_top.png") no-repeat bottom center/cover;
}
.content_box h2 {
  position: relative;
  display: inline-block;
  color: #6f4d3e;
  font-size: 38px;
  min-width: 600px;
  padding: 10px 40px;
  font-family: hina mincho, serif;
  font-weight: 300;
  border-bottom: 2px solid #6f4d3e;
}
.content_box h2::before {
  position: absolute;
  content: "";
  width: 49px;
  height: 60px;
  bottom: 20px;
  left: -40px;
  background: url("../images/shiretoko/h2_before.svg") no-repeat bottom center/cover;
}
.content_box h2::after {
  position: absolute;
  content: "";
  width: 49px;
  height: 60px;
  bottom: 20px;
  right: -40px;
  background: url("../images/shiretoko/h2_after.svg") no-repeat bottom center/cover;
}
#local .inner > h3 {
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  #local .inner > h3 {
    margin-bottom: 40px;
  }
}
.area_img {
  margin-top: 0;
}
.ser_plan h3 {
  margin-bottom: 60px;
}
.enjoy .inner {
  position: relative;
  max-width: 1000px;
  padding: 100px 20px 80px;
  margin: 0 auto;
  text-align: center;
}
.enjoy_link ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.enjoy_link ul li {
  width: 31%;
  background: url("../images/shiretoko/enjoy_link_bg01.svg") no-repeat left/100% 100%;
  margin-bottom: 30px;
}
.enjoy_link ul li:nth-of-type(even) {
  background: url("../images/shiretoko/enjoy_link_bg02.svg") no-repeat left/100% 100%;
}
.enjoy_link ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 54px;
}
.enjoy h3 {
  position: relative;
  display: inline-block;
  color: #6f4d3e;
  font-size: 32px;
  padding: 30px 50px 20px;
  font-family: hina mincho, serif;
  font-weight: 300;
}
.enjoy h3::before {
  position: absolute;
  content: "";
  width: 65px;
  height: 38px;
  top: 0;
  left: 0;
  background: url("../images/shiretoko/h3_before.svg") no-repeat bottom center/cover;
}
.enjoy h3::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #6f4d3e;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.enjoy .enjoy_title {
  max-width: 355px;
  margin: 60px auto 40px;
}
.enjoy_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.enjoy_list ul li {
  width: 48%;
  text-align: left;
  margin-bottom: 20px;
}
.enjoy_list ul li h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}
.enjoy_list ul li h4 span {
  background-color: #bfb86a;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 20px;
  font-weight: 600;
}
.enjoy_list.p_winter ul li h4 span {
  background-color: #f4d9ae;
}
.enjoy_list ul li p {
  font-size: 16px;
  margin-top: 20px;
}
.groumet {
  padding: 120px 0 180px;
  background: url("../images/shiretoko/bg_brown2.jpg") no-repeat center/100% 100%;
}
.groumet_list {
  padding: 0 20px;
  text-align: left;
}
.groumet_list ul {
  justify-content: center;
}
.groumet_list ul li {
  margin: 15px;
}
.groumet_list ul li h4 {
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
}
.groumet_list ul li h4 span strong {
  font-size: 18px;
  display: block;
  line-height: 1;
}
.groumet_list ul li h4 span.groumet_list_icon {
  min-width: 45px;
  max-width: 45px;
  margin-right: 5px;
}
.groumet_list ul li img {
  width: 100%;
}
.groumet_list ul li p {
  margin-top: 10px;
  font-size: 16px;
}
.groumet_list ul li .subttl {
  font-size: 12px;
  text-align: center;
  margin-top: 0;
}
.groumet_list ul li.gro_list04 .subttl {
  font-size: 11px;
}
@media (max-width: 1000px) {
  .groumet_list ul li.gro_list04 .subttl {
    font-size: 2.5vw;
  }
}
.enjoy_info {
  margin-top: 20px;
}
.enjoy_info p {
  font-size: 14px !important;
  font-weight: 700;
  margin-top: 5px !important;
}
.enjoy_info p span {
  color: #faba01;
}
.groumet_list .slick-prev,
.groumet_list .slick-next,
.stay_list .slick-prev,
.stay_list .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px !important;
  height: 25px !important;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: 0 0;
  z-index: 10;
}
.groumet_list .slick-prev,
.stay_list .slick-prev {
  top: 38%;
  left: -10px !important;
}
.groumet_list .slick-next,
.stay_list .slick-next {
  top: 38%;
  right: -6px !important;
}
.stay_list .slick-prev,
.stay_list .slick-next {
  top: 50%;
}
.groumet_list .slick-prev:before,
.groumet_list .slick-next:before,
.stay_list .slick-prev:before,
.stay_list .slick-next:before {
  display: block;
  font-family: slick;
  content: "" !important;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 25px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
}
.groumet_list .slick-prev:before,
.stay_list .slick-prev:before {
  transform: rotate(45deg);
}
.groumet_list .slick-next:before,
.stay_list .slick-next:before {
  transform: rotate(225deg);
}
.groumet .content_box {
  margin-top: 180px;
}
.groumet .groumet_img {
  position: relative;
  margin-top: 40px;
}
.plan .inner,
.stay .inner {
  padding: 100px 20px;
}
.local_list {
  display: flex;
  justify-content: space-between;
}
.local_list .local_list01,
.local_list .local_list02 {
  width: 48%;
}
@media (max-width: 1000px) {
  .local_list .local_list01,
  .local_list .local_list02 {
    margin-bottom: 80px;
  }
}
.sita {
  height: 34px;
  background: url("../images/shiretoko/sita.svg") no-repeat center/contain;
  margin-bottom: 30px;
}
.local_list h4 {
  font-size: 20px;
  font-weight: 700;
}
.local_list h4 span {
  position: relative;
  padding-bottom: 10px;
}
.local_list .local_list01 .txt1 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.local_list .local_list01 .txt2 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.stay_list {
  margin-top: 60px;
}
.stay_list li img {
  width: 100%;
  padding: 0 40px;
}
.stay_list .enjoy_link {
  margin-top: 30px;
}
.stay_list .enjoy_link ul {
  justify-content: center;
}
.stay_list .enjoy_link ul li {
  margin: 10px;
}
.stay_list_txt {
  padding: 20px 40px;
  text-align: left;
}
.stay_list_txt h4 {
  position: relative;
  font-size: 20px;
  line-height: 49px;
  margin: 0;
  padding-left: 40px;
  font-weight: 700;
}
.stay_list_txt h4::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 49px;
  left: 0;
  top: 0;
  background: url("../images/shiretoko/icon_hotel.png") no-repeat top center/cover;
}
.stay_list_txt p {
  margin-top: 10px;
}
.stay_list_room2 {
  display: flex;
  justify-content: space-between;
}
.stay_list_room2 li {
  width: 48%;
}
.stay_list_room2 .enjoy_link ul {
  width: 100%;
  flex-flow: column;
  justify-content: center;
}
.stay_list_room2 .enjoy_link ul li {
  width: 312px;
  margin: 10px auto;
}
.stay_list .stay_list_room2 li img {
  width: 100%;
  padding: 0;
}
.stay_list .stay_list_room2 .stay_list_txt {
  padding: 20px 0;
}
.stay_list .stay_list_room2 .stay_list_txt h4 {
  font-size: 18px;
  line-height: 25px;
  padding-left: 25px;
}
.stay_list .stay_list_room2 .stay_list_txt h4::before {
  width: 15px;
  height: 25px;
  background: url("../images/shiretoko/icon_hotel.png") no-repeat top center/cover;
}
.absolute_img01 {
  position: absolute;
  top: -50px;
  left: -40px;
  width: 141px;
  z-index: 100;
}
.absolute_img02 {
  position: absolute;
  top: -80px;
  right: -40px;
  width: 229px;
  z-index: 100;
}
.absolute_img03 {
  position: absolute;
  top: 38%;
  right: -90px;
  width: 249px;
  z-index: 100;
}
.absolute_img04 {
  position: absolute;
  bottom: 90px;
  left: -80px;
  width: 439px;
  z-index: 100;
}
.absolute_img05 {
  position: absolute;
  top: -190px;
  left: -40px;
  width: 164px;
  z-index: 100;
}
.absolute_img06 {
  position: absolute;
  top: -400px;
  right: -40px;
  width: 387px;
  z-index: 100;
}
.absolute_img07 {
  position: absolute;
  bottom: -200px;
  right: -100px;
  width: 384px;
  z-index: 100;
}
.absolute_img08 {
  position: absolute;
  top: -50px;
  left: -100px;
  width: 263px;
  z-index: 100;
}
.absolute_img09 {
  position: absolute;
  bottom: -40px;
  right: -100px;
  width: 226px;
  z-index: 100;
}
.absolute_img10 {
  position: absolute;
  top: 28%;
  right: -29px;
  width: 197px;
  z-index: 100;
}
.absolute_img11 {
  position: absolute;
  bottom: 14%;
  left: -40px;
  width: 157px;
  z-index: 100;
}
.plan_title {
  background-color: #6dbecc;
  text-align: center;
}
.plan_title .inner {
  padding: 20px;
}
.plan_title img {
  max-width: 400px;
}
.plan_box {
  background-color: #e2f2f5;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #wKind.area .inner {
    padding: 100px 0 170px;
  }
  #wKind.area .inner .content_box {
    padding: 0 15px 25px;
  }
  #wKind.area .inner .content_box .read {
    text-align: left;
  }
  p.read strong {
    font-size: 22px;
  }
  .content_box h2 {
    font-size: 24px;
    min-width: 80%;
    padding: 10px 20px;
  }
  .content_box h2::before {
    width: 30px;
    height: 40px;
    bottom: 20px;
    left: -20px;
  }
  .content_box h2::after {
    width: 30px;
    height: 40px;
    bottom: 20px;
    right: -20px;
  }
  .absolute_img01 {
    top: -50px;
    left: 10px;
    width: 120px;
  }
  .absolute_img02 {
    top: -30px;
    right: 10px;
    width: 130px;
  }
  .absolute_img03 {
    top: 45%;
    right: 1.5vw;
    width: 22vw;
  }
  .absolute_img04 {
    bottom: 30px;
    left: 10px;
    width: 220px;
  }
  .absolute_img05 {
    top: -70px;
    left: 10px;
    width: 80px;
  }
  .absolute_img06 {
    top: -130px;
    right: 10px;
    width: 190px;
  }
  .absolute_img07 {
    bottom: -170px;
    right: 0;
    width: 240px;
  }
  .absolute_img08 {
    position: absolute;
    top: -30px;
    left: -10px;
    width: 130px;
    z-index: 100;
  }
  .absolute_img09 {
    position: absolute;
    bottom: -40px;
    right: 10px;
    width: 126px;
    z-index: 100;
  }
  .absolute_img10 {
    position: absolute;
    top: 28%;
    right: -10px;
    width: 97px;
    z-index: 100;
  }
  .absolute_img11 {
    position: absolute;
    bottom: 14%;
    left: -5px;
    width: 57px;
    z-index: 100;
  }
  .enjoy .inner {
    padding: 20px;
  }
  .plan_title .inner {
    padding: 80px 20px 60px;
  }
  .enjoy .read {
    text-align: left;
  }
  .content_box::before {
    width: 100%;
    background: url(../images/shiretoko/box_bg_top.png) no-repeat bottom center/100%;
  }
  .enjoy_link ul,
  .enjoy_list ul,
  .local_list,
  .stay_list_room2 {
    flex-flow: column;
  }
  .enjoy_link ul li,
  .enjoy_list ul li,
  .local_list .local_list01,
  .local_list .local_list02,
  .stay_list_room2 li {
    width: 100%;
  }
  .enjoy h3 {
    font-size: 26px;
    padding: 10px 30px;
  }
  .enjoy h3::before {
    width: 50px;
    height: 32px;
    top: -10px;
    left: 10px;
  }
  .groumet .content_box {
    margin-top: 100px;
  }
  .stay_list_room2 li {
    margin-bottom: 80px;
  }
  .stay_list li img {
    padding: 0;
  }
  .stay_list_txt {
    padding: 20px 0;
  }
  .stay_list .enjoy_link ul li {
    margin: 0 0 20px;
  }
  .stay_list_room2 .enjoy_link ul li {
    width: 100%;
    margin: 10px auto;
  }
  .content_box {
    margin-top: 60px;
  }
  .plan_title img {
    max-width: 65%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.all_area {
  padding-top: 60px;
  text-align: left;
}
.all_area.last {
  padding-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .all_area.last {
    padding-bottom: 45px;
  }
}
.all_area.ty02 {
  background: #e5f1fc;
}
.all_area.ty03 {
  background: #e9f3ea;
}
@media screen and (max-width: 1000px) {
  .all_area {
    padding-top: 30px;
  }
}
.all_box {
  margin: 0 auto;
}
.day_tit {
  border-bottom: #6dbecc 3px solid;
}
.day_tit span {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  font-family: "m plus rounded 1c", sans-serif;
  background: #6dbecc;
  color: #fff;
  padding: 10px 35px 7px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .day_tit span {
    padding: 7px 32px 4px;
    font-size: 25px;
  }
}
.day_tit.ty02 {
  border-bottom: #0073e3 3px solid;
}
.day_tit.ty02 span {
  background: #0073e3;
}
.day_tit.ty03 {
  border-bottom: #28872b 3px solid;
}
.day_tit.ty03 span {
  background: #28872b;
}
.day_area {
  margin: 30px 0;
}
@media screen and (max-width: 1000px) {
  .day_area {
    margin: 15px 0;
  }
}
.day_con {
  position: relative;
  z-index: 0;
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.day_con::before {
  position: absolute;
  content: "";
  top: 0;
  left: 60px;
  width: 100%;
  height: 100%;
  border-left: 5px dotted #958d8b;
}
@media screen and (max-width: 1000px) {
  .day_con {
    padding: 10px 0;
  }
}
.day_img {
  margin-left: 42px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.day_img img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .day_img img {
    width: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .day_img {
    margin-left: 45px;
  }
}
.day_time {
  font-size: 25px;
  margin-left: 15px;
  font-family: "m plus rounded 1c", sans-serif;
  font-weight: 700;
}
.day_time.base {
  font-family: 貂ｸ繧ｴ繧ｷ繝�け菴�, YuGothic, 貂ｸ繧ｴ繧ｷ繝�け, yu gothic, sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .day_time.base {
    font-size: 16px;
  }
}
.day_time em {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .day_time em {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .day_time {
    font-size: 20px;
    margin-left: 10px;
  }
}
.day_box_in {
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 25px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .day_box_in {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.day_zam {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .day_zam:first-child {
    margin-bottom: 10px;
  }
  .day_zam:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .day_zam {
    align-items: flex-start;
  }
}
.day_town {
  background: #0060b3;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  padding: 5px 0;
  min-width: 104px;
  text-align: center;
  font-weight: 700;
}
.day_town.co00 {
  background: #00ad2d;
}
.day_town.co02 {
  background: #41baff;
}
.day_town.co03 {
  background: #e8768a;
}
.day_town.co04 {
  background: #b871ba;
}
.day_town.co05 {
  background: #ea7921;
}
.day_town.co06 {
  background: #9cc61b;
}
.day_town.co07 {
  background: #4ec7a1;
}
.day_town.co08 {
  background: #f3bf00;
}
@media screen and (max-width: 1000px) {
  .day_town {
    font-size: 14px;
    padding: 2px 0;
    margin-top: 3px;
    min-width: 86px;
  }
}
.day_air {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-family: "m plus rounded 1c", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}
.day_air.ml {
  margin-left: 0;
}
.day_air em {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .day_air em {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .day_air {
    font-size: 4.4vw;
    margin-left: 10px;
  }
}
.day_hour {
  font-size: 16px;
  margin-left: 20px;
  border: 1px solid #ccc;
  padding: 2px 10px;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .day_hour {
    font-size: 15px;
    margin-left: 0;
    padding: 0 10px;
  }
}
.day_car {
  font-size: 16px;
  margin-left: 20px;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .day_car.ml {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .day_car {
    font-size: 15px;
    margin-right: auto;
    margin-left: 10px;
  }
}
.int_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 60px !important;
}
.int_list li {
  margin-right: 2%;
  margin-bottom: 30px;
}
.int_list li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .int_list li:nth-child(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .int_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .int_list li:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .int_list li {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .int_list {
    margin-top: 30px !important;
  }
}
.int_img img {
  max-width: 100%;
  width: 100%;
}
.int_img_link {
  display: block;
  text-decoration: none;
}
.int_txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.plan_box .groumet_list_icon {
  display: inline-block;
  width: 45px;
  vertical-align: middle;
  margin-right: 5px;
}
.plan_box .day_car .groumet_list_icon {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
  margin-right: 2px;
}
.white_box {
  padding: 20px 40px;
  background-color: #fff;
  text-align: left;
  border-radius: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .day_air {
    white-space: wrap;
  }
  .int_list {
    flex-flow: column;
  }
  .int_list li {
    width: 100%;
    margin-top: 20px;
  }
  .white_box {
    padding: 20px;
    font-size: 15px;
  }
}
#maincontents .td_ul {
  text-decoration: underline;
}
#maincontents .c_blue {
  color: #0065d6;
}
#maincontents a.c_blue {
  color: #0065d6;
}
.pe_none {
  pointer-events: none;
}
.recommend-plan.no-flag::before,
.recommend-plan.no-flag::after {
  display: none;
}
#ichioshi .enjoy {
  text-align: center;
}
#ichioshi .enjoy h3 {
  margin-bottom: 60px;
}
.recommend-plan #ichioshi .block {
  height: auto;
}
#maincontents #ichioshi h3.title {
  font-weight: 700;
}
