@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*--variable--*/
/*--mixin--*/
/* Scss Document */
@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
  padding: 5px;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  /*margin-top: -1px;*/
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

@media screen and (min-width: 768px) {
  .modal-video-body {
    width: 80%;
    padding: 0;
  }

  .modal-video-close-btn {
    right: -35px;
  }
}
.wrap_main01 {
  /* tab sp */
  /* spot slide sp */
  /*sub title sp*/
  /*season sp*/
  /* course sp */
    font-family: Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;
}
.tab-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5px;
}
.tab-sec input {
  display: none;
}
.tab-sec input:checked + label {
  background: #ede4dd;
}
.tab-sec input:not(:disabled):not(:checked) + label {
  cursor: pointer;
}
.tab-sec label {
  text-align: center;
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.4rem;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  padding: 10px 0;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.tab-sec label span {
  display: none;
}
.tab-sec label:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ede4dd), to(#f7cdc9));
  background: linear-gradient(to bottom, #ede4dd 30%, #f7cdc9 100%);
  margin-left: 0;
}
.tab-sec label:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ede4dd), to(#cee1b3));
  background: linear-gradient(to bottom, #ede4dd 30%, #cee1b3 100%);
}
.tab-sec label:nth-of-type(3) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ede4dd), to(#ffc687));
  background: linear-gradient(to bottom, #ede4dd 30%, #ffc687 100%);
}
.tab-sec label:nth-of-type(4) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ede4dd), to(#bec7e3));
  background: linear-gradient(to bottom, #ede4dd 30%, #bec7e3 100%);
}
.tab-sec input:disabled + label {
  background: #c9c9c9;
}
.tab-sec input:disabled + label::after {
  content: "Coming Soon";
  color: #aaa;
  display: block;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  /*text-shadow: 
    rgba(0,0,0,0.6) 1px 1px 3px, rgba(0,0,0,0.6) -1px 1px 3px,
    rgba(0,0,0,0.6) 1px -1px 3px, rgba(0,0,0,0.6) -1px -1px 3px;*/
  background: rgba(0, 0, 0, 0.5);
}
.tab-sec .tab-cnt {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  width: 100%;
  display: none;
  /*visibility:hidden;
  height:0;*/
  position: relative;
}
.tab-sec #spring:checked ~ #spring_cnt,
.tab-sec #summer:checked ~ #summer_cnt,
.tab-sec #autumn:checked ~ #autumn_cnt,
.tab-sec #winter:checked ~ #winter_cnt {
  display: block;
}
.season-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
    margin: 0
}
.spot-slide {
  padding-top: 14.8%;
  opacity: 0;
  background: #ede4dd;
}
.spot-slide.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.spot-slide .slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
   /*-ms-flex-flow: column;
    flex-flow: column;*/
  z-index: 1;
}
.spot-slide .slide-item .slide-inner {
  padding: 10px 10px 25px;
}
.spot-slide .slide-item .slide-inner h3 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  background: url("/med/feature/canada/cmn/images/atmn/ico_spot_b.png") no-repeat center left;
  background-size: 12.5px 18.5px;
  padding-left: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  font-weight: normal;
    margin: 0;
}
.spot-slide .slide-item .slide-inner .txt01 {
  padding-top: 10px;
}
#main .spot-slide .slide-item .ph01 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.spot-slide .slide-arrow {
  position: absolute;
  width: 28px;
  height: 50px;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
}
.spot-slide .slide-arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.spot-slide .slide-arrow.prev-arrow {
  left: 0;
}
.spot-slide .slide-arrow.prev-arrow::before {
  -webkit-transform: translateX(0.4rem) rotate(-135deg);
          transform: translateX(0.4rem) rotate(-135deg);
}
.spot-slide .slide-arrow.next-arrow {
  right: 0;
}
.spot-slide .slide-arrow.next-arrow::before {
  -webkit-transform: translateX(-0.4rem) rotate(45deg);
          transform: translateX(-0.4rem) rotate(45deg);
}
.spot-slide .slide-arrow {
  background: rgba(255, 255, 255, 0.7);
  margin-top: 42.7%;
  top: 0;
}
.spot-slide .slide-arrow::before {
  border-color: #000000;
}
.thumb-slide {
  display: none;
}
.table-sec {
  background: #ede4dd;
}
.table-sec .tit01 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 2.4rem;
  padding: 25px 0;
  font-weight: normal;
    margin: 0;
}
.table-sec .tit01 span {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 1.3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .table-sec .tit01 {
    font-size: 3.6rem;
    padding: 45px 0 25px;
  }
  .table-sec .tit01 span {
    font-size: 2rem;
    line-height: 1;
  }
}
.table-sec .ac-trigger.active span.ac-btn::after {
  width: 0;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}
.table-sec .ac-tit {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.table-sec span.ac-btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.table-sec span.ac-btn::before, .table-sec span.ac-btn::after {
  content: "";
  width: 19px;
  height: 1px;
  display: inline-block;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.table-sec span.ac-btn::after {
  content: "";
  width: 19px;
  height: 1px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #000000;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}
@media screen and (min-width: 768px) {
  .table-sec .ac-tit {
    cursor: auto;
    position: relative;
    user-select: auto;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -webkit-user-select: auto;
  }
  .table-sec span.ac-btn {
    display: none;
  }
}
.table-sec .tit01 {
  color: #000000;
}
.wrap_main01 #spring_cnt .table-sec .tit01 span {
  color: #f96652;
}
.wrap_main01 #summer_cnt .table-sec .tit01 span {
  color: #1ca78e;
}
.wrap_main01 #autumn_cnt .map-sec {
  background: url("/med/feature/canada/cmn/images/atmn/map_bg01_sp.jpg") no-repeat top center #248ffc;
  background-size: 100% auto;
}
.wrap_main01 #autumn_cnt .map-sec .tit01 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 2.4rem;
  padding: 25px 0;
  font-weight: normal;
    margin: 0;
}
.wrap_main01 #autumn_cnt .map-sec .tit01 span {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 1.3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .wrap_main01 #autumn_cnt .map-sec .tit01 {
    font-size: 3.6rem;
    padding: 45px 0 25px;
  }
  .wrap_main01 #autumn_cnt .map-sec .tit01 span {
    font-size: 2rem;
    line-height: 1;
  }
}
.wrap_main01 #autumn_cnt .map-sec .ac-trigger.active span.ac-btn::after {
  width: 0;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}
.wrap_main01 #autumn_cnt .map-sec .ac-tit {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.wrap_main01 #autumn_cnt .map-sec span.ac-btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.wrap_main01 #autumn_cnt .map-sec span.ac-btn::before, .wrap_main01 #autumn_cnt .map-sec span.ac-btn::after {
  content: "";
  width: 19px;
  height: 1px;
  display: inline-block;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.wrap_main01 #autumn_cnt .map-sec span.ac-btn::after {
  content: "";
  width: 19px;
  height: 1px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #000000;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}
@media screen and (min-width: 768px) {
  .wrap_main01 #autumn_cnt .map-sec .ac-tit {
    cursor: auto;
    position: relative;
    user-select: auto;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -webkit-user-select: auto;
  }
  .wrap_main01 #autumn_cnt .map-sec span.ac-btn {
    display: none;
  }
}
.wrap_main01 #autumn_cnt .map-sec .tit01 {
  color: #FFFFFF;
}
.wrap_main01 #autumn_cnt .map-sec .tit01 span {
  color: #cdbfb4;
}
.wrap_main01 #autumn_cnt .map-sec .map-wrapper {
  padding: 0 10px 25px;
}
.wrap_main01 #autumn_cnt .map-sec .map-wrapper .txt01 {
  margin-bottom: 10px;
}
.wrap_main01 #autumn_cnt .table-sec .tit01 span {
  color: #e14f12;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper {
  padding: 0 10px 25px;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper table {
  width: 100%;
  font-size: 1.4rem;
  color: #000000;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper th {
  background: #f1a733;
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
  border-right: 1px solid #c2862a;
  vertical-align: middle;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper td {
  text-align: center;
  background: #ffffff;
  vertical-align: middle;
  border-right: 1px dotted #bbbbbb;
  padding: 8px 4px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
    height: 80px;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper td:first-child {
  border-right: 1px solid #bbbbbb;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper th:last-child, .wrap_main01 #autumn_cnt .table-sec .table-wrapper td:last-child {
  border: none;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper tr:nth-child(even) td {
  background: #f9f2ea;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper td:first-child, .wrap_main01 #autumn_cnt .table-sec .table-wrapper th:first-child {
  width: 50%;
  padding: 10px;
  text-align: left;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper table:last-child th {
  display: none;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper thead tr:first-child th {
  padding: 10px 5px;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper thead tr:last-child th {
  padding: 5px;
  line-height: 1.2;
}
.wrap_main01 #autumn_cnt .table-sec .table-wrapper .maple {
  display: inline-block;
  width: 80%;
  height: auto;
  max-width: 51px;
  max-height: 55px;
}
.wrap_main01 #winter_cnt .bnr-sec {
  background: #ede4dd;
  padding: 0 10px;
  padding-bottom: 30px;
}
.wrap_main01 #winter_cnt .bnr-sec .bnr01 {
  margin: 0 auto;
}
.wrap_main01 #winter_cnt .bnr-sec .bnr01:hover img {
  -webkit-animation: flash 1.5s;
          animation: flash 1.5s;
  cursor: pointer;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.wrap_main01 #winter_cnt .desc-sec01 {
  background: #103444;
  color: #FFFFFF;
}
.wrap_main01 #winter_cnt .desc-sec01 .ac-trigger.active span.ac-btn::after {
  width: 0;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}
.wrap_main01 #winter_cnt .desc-sec01 .ac-tit {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.wrap_main01 #winter_cnt .desc-sec01 span.ac-btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.wrap_main01 #winter_cnt .desc-sec01 span.ac-btn::before, .wrap_main01 #winter_cnt .desc-sec01 span.ac-btn::after {
  content: "";
  width: 19px;
  height: 1px;
  display: inline-block;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.wrap_main01 #winter_cnt .desc-sec01 span.ac-btn::after {
  content: "";
  width: 19px;
  height: 1px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #000000;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}
@media screen and (min-width: 768px) {
  .wrap_main01 #winter_cnt .desc-sec01 .ac-tit {
    cursor: auto;
    position: relative;
    user-select: auto;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -webkit-user-select: auto;
  }
  .wrap_main01 #winter_cnt .desc-sec01 span.ac-btn {
    display: none;
  }
}
.wrap_main01 #winter_cnt .desc-sec01 span.ac-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wrap_main01 #winter_cnt .desc-sec01 span.ac-btn::before, .wrap_main01 #winter_cnt .desc-sec01 span.ac-btn::after {
  background: #ffffff;
}
.wrap_main01 #winter_cnt .desc-sec01 span.ac-btn::after {
  background: #ffffff;
}
.wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 2.4rem;
}
.wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01 {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 199, 167, 0.4)), to(#103444));
  background: linear-gradient(to bottom, rgba(14, 199, 167, 0.4) 0%, #103444 100%);
}
.wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01 .tit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01 .tit-inner span {
  display: block;
  line-height: 1.3;
}
.wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01 .tit-inner span.small {
  font-size: 1.4rem;
}
.wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01 .tit-inner span.break {
  display: inline-block;
}
.wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01::before {
  content: "";
  width: 38.5px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url("/med/feature/canada/cmn/images/wntr/tit_deco01.svg") no-repeat center center;
  margin-right: 0.5rem;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01::after {
  content: "";
  width: 38.5px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url("/med/feature/canada/cmn/images/wntr/tit_deco02.svg") no-repeat center center;
  margin-left: 0.5rem;
  background-size: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrap_main01 #winter_cnt .desc-sec01 .cnt-wrapper .cnt_inner {
  padding: 0 10px;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .tit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
/*.wrap_main01 #winter_cnt .desc-sec01:first-of-type .tit-wrapper::after {
  content: "";
  display: block;
  height: 0;
  padding: 0;
  background: url("/med/feature/canada/cmn/images/wntr/canada_aurora_map.png") no-repeat center bottom transparent;
  background-size: 100%;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}*/
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .tit-wrapper.tit-map::after {
  padding-top: 40.11%;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt {
  margin-top: 30px;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-child {
  padding-bottom: 30px;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt .tit01 {
  font-family: "Noto Serif JP", serif;
  color: #ddca7e;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 13px;
  position: relative;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt .tit01::before, .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt .tit01::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0f6162;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt .tit01::after {
  bottom: -3px;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt .txt01 {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #FFFFFF;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt .txt01 strong {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  text-align: center;
  display: block;
  color: #b7e9da;
  line-height: 1.7;
  margin-bottom: 10px;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt .txt01 strong span {
  display: inline-block;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type .tit01 {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type .pic01 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 53.3%;
  margin: 0 auto 20px;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type .txt01 {
  margin-bottom: 10px;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table {
  font-size: 1.2rem;
  width: 100%;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table span {
  display: inline-block;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table th, .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  width: 12%;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table th {
  background: #124c5b;
  font-weight: normal;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table tr:nth-child(odd) td {
  background: #20676b;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table tr:nth-child(even) td {
  background: #2e7a7e;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table th:first-child {
  font-weight: bold;
  text-align: left;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table td:first-child {
  color: #ffeda4;
  text-align: left;
}
.wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table th:first-child, .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table td:first-child {
  width: 40%;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .txt-inner {
  padding: 0 0 30px;
  margin: 0 auto;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .txt-inner h4 {
  font-size: 2rem;
  color: #ddca7e;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .txt-inner p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slide-arrow {
  position: absolute;
  width: 28px;
  height: 50px;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slide-arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slide-arrow.prev-arrow {
  left: 0;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slide-arrow.prev-arrow::before {
  -webkit-transform: translateX(0.4rem) rotate(-135deg);
          transform: translateX(0.4rem) rotate(-135deg);
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slide-arrow.next-arrow {
  right: 0;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slide-arrow.next-arrow::before {
  -webkit-transform: translateX(-0.4rem) rotate(45deg);
          transform: translateX(-0.4rem) rotate(45deg);
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slide-arrow {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slide-arrow::before {
  border-color: #ffffff;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slide-arrow.prev-arrow {
  left: -10px;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slide-arrow.next-arrow {
  right: -10px;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slick-dots {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
  text-align: center;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slick-dots li button:hover,
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slick-dots li button:focus {
  outline: none;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slick-dots li button:hover:before,
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slick-dots li button:focus:before {
  opacity: 0.8;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slick-dots li button:before {
  line-height: 10px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide .slick-dots li.slick-active button:before {
  opacity: 0.6;
  color: white;
}
.crs-sec {
  padding: 0 5px 25px;
}
.crs-sec .tit01 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 2.4rem;
  padding: 25px 0;
  font-weight: normal;
}
.crs-sec .tit01 span {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 1.3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .crs-sec .tit01 {
    font-size: 3.6rem;
    padding: 45px 0 25px;
  }
  .crs-sec .tit01 span {
    font-size: 2rem;
    line-height: 1;
  }
}
.crs-sec .tit01 {
  color: #000000;
}
.crs-sec .tit01 span {
  color: #e14f12;
}
/*.crs-sec .ul_course01 li {
  border-bottom: 1px solid #cccccc;
  padding: 10px 10px;
}
.crs-sec .ul_course01 li + li {
  padding: 15px 10px 10px;
}
.crs-sec .ul_course01 li:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}*/
.crs-sec .ul_course01 li > div:not([class]) {
  width: 100%;
}
.crs-sec .ul_course01 .crs_num01 {
  color: #000000;
  display: inline-block;
	height: 100%;
  padding: 3px 8px;
  border: 1px solid #666666;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.crs-sec .ul_course01 .crs_tit01 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 8px;
margin-top: 0;
}
.crs-sec .ul_course01 .crs_eda01 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.crs-sec .ul_course01 .crs_txt01 {
  font-size: 1.2rem;
}
.crs-sec .ul_course01 .crs_price01 {
  font-size: 2rem;
  color: #f61717;
  font-weight: bold;
}
.crs-sec .caution01 {
  font-size: 1.2rem;
  padding: 0 10px;
}
.crs-sec .txt_lastupdate01 {
  text-align: right;
  font-size: 1.2rem;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .wrap_main01 {
    /*tab pc*/
    /*spot slide pc*/
    /*season pc*/
    /*course pc*/
  }
  .tab-sec {
    padding: 0;
  }
  .tab-sec input:checked + label {
    top: -10px;
  }
  .tab-sec input:checked + label::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #ede4dd;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: -1;
  }
  .tab-sec input:not(:disabled):not(:checked) + label:hover {
    opacity: 0.7;
  }
  .tab-sec label {
    font-size: 2.6rem;
    padding: 10px 0 15px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .tab-sec label span {
    display: block;
    font-size: 1.4rem;
    font-family: "Saira Extra Condensed", sans-serif;
    line-height: 1;
  }
  .tab-sec label:nth-of-type(1) span {
    color: #f96652;
  }
  .tab-sec label:nth-of-type(2) span {
    color: #1ca78e;
  }
  .tab-sec label:nth-of-type(3) span {
    color: #e14f12;
  }
  .tab-sec label:nth-of-type(4) span {
    color: #536aab;
  }
  .tab-sec input:disabled + label::after {
    font-size: 1.2rem;
  }
  .spot-slide-wrapper {
    background: #ede4dd;
  }
  .spot-slide {
    padding-top: 7.946%;
  }
  .spot-slide .slide-item {
    position: relative;
  }
  .spot-slide .slide-item .slide-inner {
    position: absolute;
    bottom: 11.1%;
    left: 0;
    padding: 0;
    /*width: 560px;*/
    width: 650px;
    color: #FFFFFF;
    z-index: 10;
    text-shadow: black 1px 1px 8px, black -1px 1px 8px, black 1px -1px 8px, black -1px -1px 8px;
  }
  .spot-slide .slide-item .slide-inner h3 {
    font-size: 3.33vw;
    /*3.0rem/device-width*/
    font-family: "Noto Serif JP", serif;
    background: url("/med/feature/canada/cmn/images/atmn/ico_spot_w.png") no-repeat top left 7%;
    background-size: contain;
    padding-left: 16%;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #ffffff;
    line-height: 1.4;
  }
  .spot-slide .slide-item .slide-inner .txt01 {
    padding-top: 10px;
    color: #FFFFFF;
    padding-left: 8.92%;
  }
  .spot-slide .slide-item .ph01 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: relative;
    height: 0;
    padding-top: 48.2%;
  }
  .spot-slide .slide-item .ph01 img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .spot-slide .slide-item .ph01::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(33%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 33%);
    z-index: 5;
  }
  .thumb-slide {
    display: block;
    margin: 0 auto;
    padding-bottom: 3.125%;
    width: 60.7%;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
    opacity: 0;
    /*fixed thumbs (three or less)*/
  }
  .thumb-slide.slick-initialized {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .thumb-slide .slide-item {
    width: 33.3%;
    position: relative;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin: 0 5px;
  }
  .thumb-slide .slide-item::before {
    content: "";
    width: calc( 100% - 16px );
    height: calc( 100% - 16px );
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .thumb-slide .slide-item > span {
    font-family: "Noto Serif JP", serif;
    font-size: 1.7vw;
    position: absolute;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc( 100% - 16px );
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    line-height: 1.2;
  }
  .thumb-slide .slide-item > span span {
    display: inline-block;
  }
  .thumb-slide .slide-item:hover::before {
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    background: rgba(255, 255, 255, 0.9);
  }
  .thumb-slide .slide-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    margin: auto 0;
    -webkit-transform: translate(0, 35%);
            transform: translate(0, 35%);
  }
  .thumb-slide .slide-arrow:hover {
    opacity: 0.5;
  }
  .thumb-slide .slide-arrow::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    /*      position:absolute;
          top:0;
          bottom:0;
          margin:auto;*/
  }
  .thumb-slide .slide-arrow.prev-arrow {
    left: 0;
  }
  .thumb-slide .slide-arrow.prev-arrow::before {
    -webkit-transform: translateX(-20px) rotate(-135deg);
            transform: translateX(-20px) rotate(-135deg);
  }
  .thumb-slide .slide-arrow.next-arrow {
    right: 0;
  }
  .thumb-slide .slide-arrow.next-arrow::before {
    -webkit-transform: translateX(20px) rotate(45deg);
            transform: translateX(20px) rotate(45deg);
  }
  .thumb-slide.fixed-thumbs {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap_main01 #spring_cnt .spot-slide-wrapper {
    background: url("/med/feature/canada/cmn/images/sprng/deco_btm.png") no-repeat center bottom;
    background-size: contain;
  }
  .wrap_main01 #summer_cnt .spot-slide-wrapper {
    background: url("/med/feature/canada/cmn/images/smmr/deco_btm.png") no-repeat center bottom;
    background-size: contain;
  }
  .wrap_main01 #autumn_cnt .spot-slide-wrapper {
    background: url("/med/feature/canada/cmn/images/atmn/deco_btm.png") no-repeat center bottom;
    background-size: contain;
  }
  .wrap_main01 #autumn_cnt .map-sec {
    background: url("/med/feature/canada/cmn/images/atmn/map_bg01_pc.jpg") no-repeat top center #248ffc;
    background-size: 100% auto;
  }
  .wrap_main01 #autumn_cnt .map-sec .map-wrapper {
    padding: 0 15px 25px;
  }
  .wrap_main01 #autumn_cnt .map-sec .map-wrapper .txt01 {
    margin-bottom: 25px;
    text-align: center;
  }
  .wrap_main01 #autumn_cnt .map-sec .map-wrapper .txt01 span {
    display: inline-block;
  }
  .wrap_main01 #autumn_cnt .map-sec .map-wrapper .pic01 {
    max-width: 828px;
    margin: 0 auto;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper {
    padding: 0 10px 60px;
    margin: 0 auto;
    max-width: 1020px;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper table {
    font-size: 1.6rem;
    width: 50%;
    display: table-cell;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper td {
    padding: 15px 5px;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper td:first-child, .wrap_main01 #autumn_cnt .table-sec .table-wrapper th:first-child {
    padding: 14px 20px;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper table:first-child th:last-child {
    border-right: 1px solid #c2862a;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper table:first-child td:last-child {
    border-right: 1px solid #bbbbbb;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper table:last-child th {
    display: table-cell;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper thead tr:first-child th {
    padding: 10px 0;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper thead tr:last-child th {
    padding: 8px 8px;
  }
  .wrap_main01 #autumn_cnt .table-sec .table-wrapper .maple {
    max-width: 38px;
    max-height: 42px;
  }
  .wrap_main01 #winter_cnt .spot-slide-wrapper {
    background: url("/med/feature/canada/cmn/images/wntr/deco_btm.png") no-repeat center bottom;
    background-size: contain;
  }
  .wrap_main01 #winter_cnt .bnr-sec {
    padding: 0 10px;
    padding-bottom: 60px;
  }
  .wrap_main01 #winter_cnt .bnr-sec .bnr01 {
    max-width: 818px;
    background: #fff;
  }
  .wrap_main01 #winter_cnt .bnr-sec .bnr01:hover img {
    -webkit-animation: flash 1.5s;
            animation: flash 1.5s;
    cursor: pointer;
  }
 /* @-webkit-keyframes flash {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes flash {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }*/
  .wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 199, 167, 0.4)), to(#103444));
    background: linear-gradient(to bottom, rgba(14, 199, 167, 0.4) 0%, #103444 100%);
  }
  .wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01 {
    font-size: 4.44vw;
    /*4.0rem/device-width*/
    padding: 60px 0 50px;
    background: transparent;
  }
  .wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01 .tit-inner span.small {
    font-size: 2vw;
    /*1.8rem/device-width*/
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .tit-wrapper .tit01 .cnt_inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type {
    position: relative;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type::before, .wrap_main01 #winter_cnt .desc-sec01:first-of-type::after {
    content: "";
    position: absolute;
    background: url("/med/feature/canada/cmn/images/wntr/aurora_deco01.svg") no-repeat left top;
    background-size: contain;
    width: 40px;
    height: 40px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type::before {
    left: 16px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type::after {
    right: 16px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type::before, .wrap_main01 #winter_cnt .desc-sec01:first-of-type::after {
    top: 16px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .tit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 20px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .tit-wrapper.tit-map::after {
    padding-top: 20.07%;
    width: 50%;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .tit-wrapper .tit01 {
    width: 50%;
		margin: 0 auto;
    background: transparent;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt {
    margin-top: 60px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-child {
    padding-bottom: 60px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt .tit01 {
    font-size: 3rem;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt .txt01 {
    font-size: 1.6rem;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt .txt01 strong {
    font-size: 1.8rem;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type .tit01 {
    width: 100%;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type .pic01 {
    width: 25%;
    margin: 0;
    margin-right: 30px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type .txt01 {
    margin-bottom: 30px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type .txt-inner {
    width: calc( 75% - 30px );
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table {
    font-size: 1.6rem;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table th, .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table td {
    padding: 5px;
    width: 14%;
  }
  .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table th:first-child, .wrap_main01 #winter_cnt .desc-sec01:first-of-type .cnt-wrapper .txt-cnt:last-of-type table td:first-child {
    width: 30%;
    padding-left: 1.6rem;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type {
    position: relative;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type::before, .wrap_main01 #winter_cnt .desc-sec01:last-of-type::after {
    content: "";
    position: absolute;
    background: url("/med/feature/canada/cmn/images/wntr/aurora_deco01.svg") no-repeat left top;
    background-size: contain;
    width: 40px;
    height: 40px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type::before {
    left: 16px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type::after {
    right: 16px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type::before, .wrap_main01 #winter_cnt .desc-sec01:last-of-type::after {
    bottom: 16px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type .tit-wrapper .tit01 .tit-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type .cnt-wrapper {
    padding-bottom: 50px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt + .txt-cnt {
    margin-top: 50px;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .city-slide {
    width: 45%;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .txt-inner {
    padding: 0;
    margin-left: 50px;
    width: 55%;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .txt-inner h4 {
    font-size: 3rem;
  }
  .wrap_main01 #winter_cnt .desc-sec01:last-of-type .txt-cnt .txt-inner p {
    font-size: 1.6rem;
  }
  .crs-sec {
    padding: 0 10px 30px;
    max-width: 1020px;
    margin: 0 auto;
  }
  .crs-sec .ul_course01 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*padding: 30px 10px;*/
  }
  /*.crs-sec .ul_course01 li + li {
    padding: 30px 10px;
  }
  .crs-sec .ul_course01 li + li:last-child {
    padding-bottom: 60px;
  }*/
  .crs-sec .ul_course01 .crs_num01 {
    padding: 5px 10px;
    border: 1px solid #666666;
    font-size: 1.6rem;
    width: 110px;
    text-align: center;
  }
  .crs-sec .ul_course01 .crs_tit01 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: 2.5%;
    width: calc( 100% - 110px );
  }
  .crs-sec .ul_course01 .crs_eda01 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: calc(2.5% + 110px);
    /*float:left;*/
    width: 100%;
  }
  .crs-sec .ul_course01 .crs_txt01 {
    font-size: 1.3rem;
    padding-left: calc(2.5% + 110px);
    /*float:left;*/
    width: 100%;
  }
  .crs-sec .ul_course01 .crs_price01 {
    font-size: 2.4rem;
    padding-left: calc(2.5% + 110px);
    /*float:left;*/
    width: 100%;
  }
  .crs-sec .caution01 {
    font-size: 1.2rem;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  .crs-sec .txt_lastupdate01 {
    text-align: right;
    font-size: 1.3rem;
    padding: 0 15px;
  }
}
.noCourse {
    text-align: center;
    font-size: 1.6rem;
    background-color: #eee;
    color: #111;
    padding: 30px 15px;
    margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
    .pcOnly{
        display: none;
    }
.wrap_main01 #autumn_cnt .map-sec .map-wrapper .pic01 {
    width: 100%;
    margin: 0 auto;
    }
    .wrap_main01 #autumn_cnt .map-sec .map-wrapper .pic01 img{
    width: 100%;
    }
   .tab-cnt .spot-slide .slide-item {
  display: flex !important;
}
}
/*微調整*/
@media screen and (min-width: 900px) {
  .spot-slide .slide-item .slide-inner h3 {
    font-size: 3rem;
  }
  .wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01 {
    font-size: 4rem;
  }
  .wrap_main01 #winter_cnt .desc-sec01 .tit-wrapper .tit01 .tit-inner span.small {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1120px) {
  .thumb-slide .slide-item > span {
    font-size: 2rem;
  }
}


/*btn_wrap
=======================*/
.btn_wrap {
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin-top: 20px;
}
.btn_wrap p {
  margin: 40px 0;
}

.btn_wrap p .info_btn,
.btn_wrap p .movie_btn {
  color: #fff;
  background-color: #2594a1;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 15px 50px 15px 80px;
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: 2px 5px 5px gray;
  position: relative;
}
.btn_wrap p .info_btn::before {
  position: absolute;
  content: "";
  background: url("/med/feature/canada/cmn/images/icn_info.webp") no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 25px;
  z-index: 5;
  transform: translateY(-50%);
}

.btn_wrap p .movie_btn::before {
  position: absolute;
  content: "";
  background: url("/med/feature/canada/cmn/images/icn_movie.webp") no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.btn_wrap p .info_btn::after,
.btn_wrap p .movie_btn::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.btn_wrap p .info_btn::after {
  top: 46%;
  right: 25px;
  transform: translateY(-46%) rotate(45deg);
}
.btn_wrap p .movie_btn::after {
  top: 43%;
  right: 25px;
  transform: translateY(-43%) rotate(135deg);
}

@media screen and (min-width:768px) {
  .btn_wrap p .info_btn:hover,
  .btn_wrap p .movie_btn:hover {
    color: #2594a1;
    background: #fff;
    border: 3px solid #2594a1;
    box-shadow: none;
    transition: 0.2s ease all;
    
  }
  .btn_wrap p .info_btn:hover::before {
    background: url("/med/feature/canada/cmn/images/icn_info_h.webp") no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    transition: 0.2s ease all;
  }
  .btn_wrap p .movie_btn:hover::before {
    background: url("/med/feature/canada/cmn/images/icn_movie_h.webp") no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    transition: 0.2s ease all;
  }
  .btn_wrap p .info_btn:hover::after, 
  .btn_wrap p .movie_btn:hover::after {
    border-top: solid 3px #2594a1;
    border-right: solid 3px #2594a1;
    top: 48%;
    transition: 0.2s ease all;
  }
}
@media screen and (max-width:767.98px) {
  .btn_wrap {
    flex-flow: column;
    margin-top: 30px;
  }
  .btn_wrap p {
    margin: 20px 0;
  }
  .btn_wrap p .info_btn,
  .btn_wrap p .movie_btn {
    font-size: 1.5rem;
    padding: 10px 25px 10px 35px;
    border: 2px solid #fff;
    display: inline-block;
    width: 90%;
  }
  .btn_wrap p .info_btn::before, 
  .btn_wrap p .movie_btn::before {
    width: 20px;
    height: 20px;
    left: 8px;
  }
  .btn_wrap p .info_btn::after,
  .btn_wrap p .movie_btn::after {
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .btn_wrap p .info_btn::after {
    top: 45%;
    right: 11px;
    transform: translateY(-45%) rotate(45deg);
  }
  .btn_wrap p .movie_btn::after {
    top: 45%;
    right: 11px;
    transform: translateY(-45%) rotate(135deg);
  }
}
@media screen and (max-width:767.98px) {
  .btn_wrap p .info_btn,
  .btn_wrap p .movie_btn {
    font-size: 1.3rem;
  }

}
/*=====================*/


/*popup
=======================*/
input {
  display: none;
}

#overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bg_gray {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
div[id^="window"] {
  width: 60%;
  padding: 10px;
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
}
#btn_cloth {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth:hover {
  opacity: 0.7;
}
#btn_cloth span, #btn_cloth span::before {
  display: block;
  height: 3px;
  width: 25px;
  background: #585858;
}
#btn_cloth span {
  transform: rotate(45deg);
}
#btn_cloth span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#popup01:checked ~ #overlay {
  visibility: visible;
}
#popup01:checked ~ #overlay #window01 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
#msg a {
  display: inline-block;
  color: #fff;
  background: #CE5D8B;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  text-decoration: none;
}
#msg a:hover {
  opacity: 0.7;
}
#msg .popBox {
  padding: 20px;
}
#msg .pop_tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#msg .pop_tit {}
#msg .national_flag {
  background: #7b91a9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: 100px;
}
#msg .national_flag p {
  height: 40px;
  width: auto;
}
#msg .pop_tit_Main p:first-child {
  /*max-width: 160px;*/
  line-height: 0;
}
#msg .pop_tit_Main p:last-child {
  line-height: 1.4;
}
@media screen and (max-width:767.98px) {
	#msg .pop_tit_Main p:last-child {
		line-height: normal;
	}
}
#msg .pop_tit_Main p:first-child {
  /*max-width: 160px;
  line-height: 0;*/
}
#msg .pop_tit_Main p img {
	max-height: 30px;
}
#msg .pop_tit_Main {
  padding-left: 10px;
  font-size: 3rem;
  font-weight: bold;
}
#msg .pop_cont {
  padding: 20px 0;
}
#msg .pop_cont li {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
  gap: 10px;
}
#msg .pop_cont li .item_tit {
  font-size: 2rem;
  border: 1px #dddddd solid;
  color: #333333;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#msg .pop_cont li .item_cont {
  padding-top: 5px;
  font-size: 1.5rem;
  color: #333333;
}
.outlet_various {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
#msg .pop_cont .outlet_various li {
  width: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 2px;
}
.outlet_various li p {
  font-size: 1.5rem;
}
.outlet_various li p:last-child {
  display: block;
  width: 100%;
}
.outlet_various li {
  opacity: 0.3;
}
.outlet_various li.select {
  opacity: 1;
}

@media screen and (max-width:767px) {
  div[id^="window"] {
    width: 95%;
    padding: 5px;
    top: 5%;
  }
  #msg .popBox {
    padding: 5px;
  }
  #msg .pop_cont {
    padding: 0;
  }
  #msg .pop_tit_Main {
    font-size: 2rem;
  }
  #msg .pop_cont li .item_tit {
    font-size: 1.5rem;
    width: 100%;
    height: auto;
    padding: 3px 0;
  }
  #msg .pop_cont li {
    flex-wrap: wrap;
    padding-top: 5px;
    gap: 0;
  }
  #msg .pop_cont li .item_cont {
    font-size: 1.2rem;
  }
  .outlet_various li p {
    font-size: 1rem;
    letter-spacing: -1px;
  }
  /*#msg .pop_cont li .item_cont br {
    display: none;
  }*/
  #msg .national_flag {
    padding: 10px 0;
  }
  #btn_cloth {
    top: 0;
    right: 0;
  }
}
/*=====================*/


/*mv-sec
=======================*/
.mv-sec {
  margin-bottom: 100px;
}
.mv-sec .tit01 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 2.4rem;
  padding: 25px 0;
  font-weight: normal;
}
.mv-sec .tit01 span {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 1.3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .mv-sec .tit01 {
    font-size: 3.6rem;
    padding: 45px 0 25px;
  }
  .mv-sec .tit01 span {
    font-size: 2rem;
    line-height: 1;
  }
}
.mv-sec .tit01 {
  color: #000000;
}
.mv-sec .tit01 span {
  color: #e14f12;
}
.movie_box {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .movie_box .mv_01 + .mv_01 {
    margin-left: 20px;
  }
  .mv-sec .mv_an {
    text-align: center;
    margin: 30px 0;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .movie_box {
    flex-flow: column;
    align-items: center;
    margin: 0 20px;
  }
  .movie_box .mv_01 + .mv_01 {
    margin-top: 20px;
  }
  .mv-sec .mv_an {
    margin: 15px 0;
    font-size: 1.2rem;
    padding: 0 15px;
  }
}
/*=====================*/


/*-----------*/
/*.txt_link{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0 20px 10px;
    position: relative;
    bottom: 0;
    margin-top: 10px;
}
.txt_link a{
    text-decoration: underline;
}
.txt_link a:hover{
    text-decoration: none;
}
@media screen and (max-width:767px) {
    .txt_link a{
        font-size: 1.3rem;
    }
    .txt_link{
    padding: 0 5px 2px;
    
}
}*/

.wrap_main01 #autumn_cnt .table-sec .table-wrapper table tr{
    height: auto !important;
}


/*pick up
=======================*/
.assist-banner {
  position: fixed;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  transition: right .8s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 9997;
}
.assist-banner__inner {
  overflow: hidden;
  background: #fff;
}
.assist-banner__pickup {
  display: flex;
  position: absolute;
  left: 0;
  justify-content: center;
  width: 100%;
}
.assist-banner__pickup__inner {
  border-radius: 50px;
  background: #fc0;
}
.assist-banner__pickup__inner:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fc0 transparent transparent;
  content: "";
}
button:not([disabled]), input[type=submit] {
	cursor: pointer;
}
.assist-banner__block {
  display: flex;
}
.assist-banner__close {
  top: -5px;
  right: -5px;
  width: 26px;
  height: 26px;
}
.assist-banner__img {
  flex-shrink: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
/*.assist-banner__detail {
	font-weight: bold;
}*/
.assist-banner__detail .smaller {
  font-size: 1.1rem;
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}
.assist-banner__title {
	transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.assist-banner__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  border-radius: 0 0 0 5px;
  outline: none;
  background: #ba0c1e;
  text-indent: -9999px;
  cursor: pointer;
}
.assist-banner__close:after, .assist-banner__close:before {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  content: "";
}
.assist-banner__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.assist-banner__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .assist-banner.is-show {
    right: 22px;
  }
  .assist-banner {
    right: -320px;
    bottom: 230px;
    width: 320px;
    border: 5px solid #ba0c1e;
    border-radius: 5px 0 5px 5px;
  }
  .assist-banner__inner {
    padding: 12px 15px 12px 12px;
  }
	.assist-banner__pickup__inner {
		padding: 0 18px;
	}
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
	.assist-banner__close {
    top: -5px;
    right: -5px;
    width: 26px;
    height: 26px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 6px;
    width: 14px;
  }
	.assist-banner__pickup {
		top: -25px;
  }
	.assist-banner__img {
    width: 100px;
    margin-right: 18px;
  }
  .assist-banner__detail {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
	.assist-banner__title {
		font-weight: 700;
		letter-spacing: -1px;
    line-height: 1.2;
	}
}

@media screen and (max-width:767.98px) {
	.assist-banner.is-show {
		right: 15px;
    bottom: 80px;
  }
  .assist-banner {
    right: calc(-100% + 30px);
    bottom: 5px;
    width: calc(100% - 30px);
    border: 4px solid #ba0c1e;
  }
  .assist-banner__inner {
    padding: 10px 33px 10px 10px;
	}
	.assist-banner__pickup {
		top: -17px;
  }
	.assist-banner__pickup__inner {
    padding: 2px 15px 1px;
    font-size: 1.1rem;
  }
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
  .assist-banner__close {
    top: -4px;
    right: -4px;
    width: 35px;
    height: 35px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 10px;
    width: 15px;
  }
	.assist-banner__close:after, .assist-banner__close:before {
    display: block;
    position: absolute;
    height: 1px;
    background: #fff;
    content: "";
	}
	.assist-banner__img {
    width: 82px;
    margin-right: 11px;
  }
	.assist-banner__detail {
    margin-top: 5px;
    font-size: 1.2rem;
  }
	.assist-banner__detail span {
    font-size: 1.1rem;
	}
  .assist-banner__title {
    font-size: 1.5rem;
    font-weight: 700;
		line-height: 1.4;
  }
}
/*=====================*/



/*courseArea
=======================*/
.courseArea {
	/*margin-top: 100px;*/
	padding-top: 35px;
	background: #F4EFE6;
}
.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.courseArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.courseArea h2 span {
	position: relative;
}
.courseArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.courseArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.course_note{
    font-size: 1.4rem;
    text-align: center;
    color: #707070;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    margin-top: 10px;
}
.course_note span{
    text-align: center;
    color: #fff;
    padding: 3px 12px;
    font-size: 1.3rem;
    background: rgb(0 0 0 / .5);
    border-radius: 30px;
}
@media screen and (max-width:767.98px) {
	.courseArea {
		margin-top: 50px;
	}
	.courseArea h2 {
		overflow: hidden;
	}
	.courseArea h2 span {
		font-size: 2rem;
	}
	.courseArea h2 span::before,
	.courseArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.courseArea h2 span::before {
		left: -370%;
	}
	.courseArea h2 span::after {
		right: -370%;
	}
    .course_note{
    display: inline-block;
        margin: 10px 10px 0;
        line-height: 1.4;
}
    .course_note span{
        display: inline-block;
    padding: 3px 12px;
    font-size: 1rem;
        margin-top: -2px;
}
}

/*---areaMenu---*/
.areaMenu {
	position: sticky;
	top: 0;
	margin-top: 30px;
	background: #d5b47f;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
	z-index: 10;
}
.areaMenu ul {
	display: flex;
	max-width: 1160px;
	margin: 0 auto;
}
.areaMenu li {
	width: 100%;
	text-align: center;
}
.areaMenu li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font-size: 1.8rem;
}
.areaMenu li a:hover{
	color: #52473a;
}
.areaMenu li a span {
	position: relative;
	padding-left: 10px;
}
.areaMenu li a span::after {
	position: absolute;
	content: '';
	top: 45%;
	left: -8px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-45%) rotate(45deg);
}
.areaMenu li a:hover span::after{
	border-right: 2px solid #52473a;
	border-bottom: 2px solid #52473a;
}
@media (min-width: 768px) {
	.areaMenu li a {
		position: relative;
		overflow: hidden;
		transition: 0.2s ease all;
	}
	.areaMenu li a:hover {
		background: #fff;
		opacity: .8;
		transition: 0.2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.areaMenu ul {
		justify-content: center;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.areaMenu li {
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
	}
	.areaMenu li a {
		position: relative;
		padding: 10px 20px 10px 25px;
		font-size: 1.4rem;
	}
	.areaMenu li:first-of-type a::after {
		position: absolute;
		content: '';
		width: 1000%;
		height: 1px;
		bottom: 0;
		left: -100%;
		background: #a9a9a9;
	}
	.areaMenu li a span {
		padding-left: 0;
	}
	.areaMenu li a span::after {
		top: 35%;
    left: -15px;
    width: 8px;
    height: 8px;
		transform: translateY(-35%) rotate(45deg);
	}
}

/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 74px;
}
.areaBlock:first-of-type {
	margin-top: 52px;
}
.areaBlock h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	text-align: center;
	background: #d5b47f;
    color: #fff;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.courseItem {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.courseItem:nth-of-type(3n) {
	margin-right: 0;
}
.courseItem:nth-of-type(n+4) {
	margin-top: 30px;
}
.courseItem a {
  display: block;
	width: 100%;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin-bottom: 10px;
	padding: 3px 12px!important;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}
.course__card__tagBox ul li + li {
	margin-left: 10px;
}
.tabi_ic_pc {
  background: url("/med/feature/canada/cmn/images/logo/logo_tabimonogatari.webp") no-repeat!important;
  background-size: contain!important;
  width: 50px!important;
  height: 20px!important;
}
.look_ic_pc {
  background: url("/med/feature/canada/cmn/images/logo/logo_look.webp") no-repeat!important;
  background-size: contain!important;
  width: 50px!important;
  height: 20px!important;
}
 .course__card__tagBox ul .log_bg {
 background: #fff;
 }

.course__card__img__caption {
  position: absolute;
	right: 12px;
  bottom: 9px;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}
.course__card__codeArea__box .tabi_ic_sp img, 
.course__card__codeArea__box .look_ic_sp img {
  height: 22px;
  width: auto;
  margin-left: 5px;
}
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}
.course__card__title {
  margin-top: 8px;
	color: #000000;

  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #707070;
	text-align: right;
}
.course__card__price {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	padding-top: 52%;
	background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 0 auto;
	font-size: 1.6rem;
}

@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 47px;
	}
	.areaBlock h3 {
		padding: 8px 0;
		font-size: 1.7rem;
	}
	.courseItemsBox {
		display: block;
		margin-top: 24px;
		padding: 0 10px;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.course__card {
		display: flex;
		background: #fff;
	}
	main [class*="course__card__head"] {
		/*padding-top: 0;*/
		padding-left: 34%;
    height: auto;
	}
	main [class*="js_rweb2404_img_"]::after {
		background-size: cover;
	}
	main [class*="bgContain js_rweb2404_img_"]::after {
		background-size: contain!important;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	.course__card__tagBox {
		position: static;
	}
	.course__card__tagBox ul {
		margin-top: 8px
	}
	.course__card__tagBox ul li {
		margin: 0 0 5px;
		padding: 2px 7px;
		font-size: 1rem;
	}
	.course__card__tagBox ul li + li {
		margin-left: 5px;
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}

	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.course__card__area {
		text-align: left;
	}
	.course__card__area__label {
		min-width: 60px;
		font-size: 1rem;
	}
	.course__card__title {
		font-size: 1.5rem;
	}
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
	}
}
[class$="-course__card__body"] {
  position: relative;
}
main .look_img {
  content: "";
  display: block;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-color: #C1C1C1;
  background-position: center
}
@media only screen and (min-width:768px) {
  main .look_img .course__card__img__caption {
    right: 3%;
  } 
}
@media screen and (max-width: 767.98px) {
  main .look_img {
    left: 0;
    width: 100%;
    background-position: center;
  }
  main .look_img .course__card__img__caption {
    bottom: 2%;
  } 
}

/*=====================*/

@media screen and (min-width:768px) {
  .tabi_ic_sp,
  .look_ic_sp {
    display: none;
  }
}
@media screen and (max-width:767.98px) {

  .course__card__tagBox ul li:first-of-type {
    display: none;
  }
}