@charset "UTF-8";
/* 立山黒部アルペンルート */
/*----------------------------
** mixin
----------------------------*/
/*----------------------------
** variable
----------------------------*/
#wrap{
    /*font-family: Helvetica, Arial,  Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;*/
}
section + section {
  margin-top: 2em;
}

.toTop {
  display: none;
  text-align: right;
  padding: 20px 0;
}

.toTop a {
  color: #333;
  font-size: 1.3rem;
}

.toTop a:hover {
  opacity: 0.7;
}

.pageTop {
  display: none;
  position: fixed;
  right: 20px;
  z-index: 15;
}

@media (min-width: 1121px) {
 /* .pageTop {
    right: calc(((100% - 1120px) / 2) + 20px);
  }*/
}

.pageTop a {
  display: block;
  width: 40px;
  padding: 3px 0 16px;
  background: #f1a500;
  border-radius: 10px;
  transition: opacity .3s ease-out;
}

.pageTop a:before {
  content: '';
  display: block;
  width: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 11px 12px;
  border-color: transparent transparent #fff transparent;
}
@media (min-width: 750px) {
  .pageTop a {
    width: 62px;
    padding: 2px 0 24px;
  }

  .pageTop a:before {
    border-width: 18px 15px;
  }
}

.pageTop a:hover {
  opacity: .7;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 1s;
}

/*----------------------------
** 全体
----------------------------*/
.contentsWrapper {
  margin: 0 auto;
  background-color: #fbf6ef;
  background-repeat: repeat;
  padding-top: 12px;
}

.txt_ft01 {
  font-size: 13px;
  text-align: center;
  padding: 20px 0;
}

@media print, screen and (max-width: 767px) {
  .txt_ft01 {
    padding-bottom: 80px;
  }
}

@media (min-width: 820px) {
  .txt_ft01 .tab-br {
    display: none;
  }
}

/*----------------------------
** アルペンルートとは
----------------------------*/
#about {
  text-align: center;
  padding: 3em 0 0 0;
}

#about h2, #highlight h2, #belongings h2, #courses h2 {
  font-size: 2.2rem;
  text-align: center;
  margin: 1em auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about h2::before, #about h2::after,
#highlight h2::before, #highlight h2::after,
#belongings h2::before, #belongings h2::after,
#courses h2::before, #courses h2::after {
  content: "";
  height: 1px;
  flex-grow: 0.15;
  background-color: #323232;
}
#about h2::before, #highlight h2::before, #belongings h2::before, #courses h2::before {
  margin-right: 2rem;
}
#about h2::after, #highlight h2::after, #belongings h2:after, #courses h2::after {
  margin-left: 2rem;
}
#about h2 + .txt {
  text-align: center;
}

#about .mapArea {
  position: relative;
  margin-top: 50px;
}

#about .mapArea h3 {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #5cb5ae;
  padding: 0.3em 2.5em;
  white-space: nowrap;
  border-radius: 20px;
  font-size: 1.4rem;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  position: absolute;
  /*top: -1.5em;*/
  text-align: center;
    z-index: 2;
}

#about .mapArea h3::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_stit01.svg);
  background-size: 100% auto;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}

#about .mapArea h3::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_stit01.svg);
  background-size: 100% auto;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

#about .mapArea .map {
  max-width: 972px;
  margin: 0 auto;
  text-align: center;
}

#about .recommended {
  display: flex;
  flex-wrap: nowrap;
  margin: 30px auto;
  justify-content: space-between;
}

#about .recommended > li {
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 10px;
}

#about .recommended > li h3 .emphasis {
  color: #24817a;
  font-weight: bold;
  font-size: 2.3rem;
}

#about .recommended > li p .emphasis {
  color: #3ea46c;
  font-size: 1.6rem;
  font-weight: bold;
}

#about .recommended > li p .supplement {
  font-size: 1.1rem;
}

#about .recommended > li:nth-of-type(1):before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 50px;
  z-index: 5;
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url(../img/stit_point01.png);
}

#about .recommended > li:nth-of-type(2):before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 50px;
  z-index: 5;
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url(../img/stit_point02.png);
}

#about .recommended > li:nth-of-type(3):before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 50px;
  z-index: 5;
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url(../img/stit_point03.png);
}
#about .recommended .point_ul {
  text-align: center;
  padding: 15px 0;
}
#about .recommended .point_ul li {
  background-color: #eaf5f3;
  padding: 5px;
}
#about .recommended .point_ul li + li {
  margin-top: 5px;
}

#about .recommended > li li .emphasis {
  color: #24817a;
  font-size: 1.6rem;
  font-weight: bold;
}

#about .recommended > li li .supplement {
  font-size: 1.1rem;
}

#about .recommended > li li .-txt01 {
  font-size: 1.6rem;
}

/*----------------------------
** 見どころスポット
----------------------------*/
#highlight {
  text-align: center;
  padding: 3em 0 0 0;
}

#highlight h2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}


#highlight .sliderContainer {
  position: relative;
  border-radius: 20px 20px 0 0;
  padding: 0 10px;
}

#highlight .sliderContainer .spotSlider li {
  width: 100%;
}

#highlight .sliderContainer .spotSlider li h3 {
  color: #5ab7e3;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}

#highlight .sliderContainer .spotSlider li .txt {
  text-align: left;
}

#highlight .sliderContainer #spotArrows .slick-prev {
  position: absolute;
  width: 10%;
  top: 25%;
  left: -0.5em;
  overflow: visible;
  cursor: pointer;
}

#highlight .sliderContainer #spotArrows .slick-prev:hover {
  opacity: 0.7;
}

#highlight .sliderContainer #spotArrows .slick-next {
  position: absolute;
  width: 10%;
  top: 25%;
  right: -0.5em;
  overflow: visible;
  cursor: pointer;
}

#highlight .sliderContainer #spotArrows .slick-next:hover {
  opacity: 0.7;
}

/*----------------------------
** 人気ホテル
----------------------------*/
#popularHotels {
  padding: 0 10px;
  text-align: center;
}

#popularHotels h2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 1em auto;
  line-height: 1.2;
}

#popularHotels h2::before {
  content: '';
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_hotel01.svg);
  left: -1.5em;
}

#popularHotels h2 span {
  font-size: 1.1rem;
}

#popularHotels .tab {
  display: flex;
  flex-wrap: nowrap;
}

#popularHotels .tab li {
  font-size: 1.8rem;
  font-weight: bold;
  width: 49%;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  color: #5f2401;
  cursor: pointer;
  background-color: #f2c784;
}

#popularHotels .tab li._on {
  background-color: #f8dbae;
}

#popularHotels .tab li + li {
  margin-left: auto;
}

#popularHotels .tabContents {
  padding: 1em;
  text-align: left;
  position: relative;
  border-radius: 0 0 20px 20px;
  background-color: #f8dbae;
}

#popularHotels .tabContents .hotelSliderContainer {
  position: relative;
}

#popularHotels .tabContents .hotelSliderContainer .hotelSlider .slick-list {
  border-radius: 10px;
  overflow: hidden;
}

#popularHotels .tabContents .hotelSliderContainer .hotelArrows .slick-prev {
  position: absolute;
  width: 10%;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

#popularHotels .tabContents .hotelSliderContainer .hotelArrows .slick-prev:hover {
  opacity: 0.7;
}

#popularHotels .tabContents .hotelSliderContainer .hotelArrows .slick-next {
  position: absolute;
  width: 10%;
  right: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

#popularHotels .tabContents .hotelSliderContainer .hotelArrows .slick-next:hover {
  opacity: 0.7;
}

#popularHotels .tabContents .txt {
  margin: 2em auto;
}

#popularHotels .tabContents .stit_htl01 {
  font-size: 1.8rem;
  text-align: center;
  color: #333;
  vertical-align: text-bottom;
}

#popularHotels .tabContents .stit_htl01::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icon_hotel02.svg") center center no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: text-bottom;
}

#popularHotels .tabContents .subTxt01 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
}

#popularHotels .tabContents .subTxt01 span {
  display: inline-block;
  background-color: #fff;
  line-height: 1.1;
  border-radius: 100px;
  padding: 5px 15px 3px;
  color: #333;
}

#popularHotels .tabContents .subTxt02 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #e92;
  line-height: 1.1;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  padding: 5px;
  color: #fff;
}

#popularHotels .tabContents .wrap_htl01 {
  background-color: rgba(255, 255, 255, 0.33);
  margin-bottom: 30px;
  border-radius: 5px;
}

#popularHotels .tabContents .wrap_htl01._type02 {
  border-radius: 0 0 5px 5px / 0 0 5px 5px;
}

#popularHotels .tabContents .wrap_htl01._type02 .stit_htl02 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative;
}

#popularHotels .tabContents .wrap_htl01._type02 .stit_htl02 div {
  display: inline-block;
}

#popularHotels .tabContents .wrap_htl01._type02 .stit_htl02::before {
  content: '';
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url("../img/icon_kansha01.svg") center center no-repeat;
  background-size: contain;
  margin-right: 10px;
}

#popularHotels .tabContents .wrap_htl01._type02 .ul_htl01 li {
  padding: 25px 15px 25px 80px;
  font-size: 1.4rem;
  text-align: left;
}

#popularHotels .tabContents .wrap_htl01._type02 .ul_htl01 li:nth-of-type(1) {
  background: url("../img/icon_kansha02.svg") 15px 15px no-repeat;
  background-size: 40px auto;
}

#popularHotels .tabContents .wrap_htl01._type02 .ul_htl01 li:nth-of-type(2) {
  background: url("../img/icon_kansha03.svg") 15px 15px no-repeat;
  background-size: 40px auto;
}

#popularHotels .tabContents .wrap_htl01._type02 .ul_htl01 li:nth-of-type(3) {
  background: url("../img/icon_kansha04.svg") 15px 15px no-repeat;
  background-size: 40px auto;
  border-bottom: none;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 {
  display: flex;
  flex-flow: row wrap;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 li {
  box-sizing: border-box;
  padding: 15px 15px 15px 75px;
  width: 100%;
  border-bottom: 1px dotted #e9b058;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-last-child(1) {
  border-bottom: none;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-of-type(1) {
  background: url("../img/icon_tizi01.svg") 15px 15px no-repeat;
  background-size: 40px auto;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-of-type(2) {
  background: url("../img/icon_tizi02.svg") 15px 15px no-repeat;
  background-size: 50px auto;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-of-type(3) {
  background: url("../img/icon_tizi03.svg") 15px 15px no-repeat;
  background-size: 40px auto;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-of-type(4) {
  background: url("../img/icon_tizi04.svg") 15px 15px no-repeat;
  background-size: 50px auto;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 li h4 {
  display: inline-block;
  padding: 0 5px;
  line-height: 1.2;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 3px solid #e2e504;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 li p {
  font-size: 1.4rem;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 li p span {
  display: inline-block;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl01 li p.txt01 {
  font-size: 1.2rem;
  color: #666;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl02 {
  display: flex;
  flex-flow: row wrap;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl02 li {
  box-sizing: border-box;
  padding: 15px 15px 15px 75px;
  width: 100%;
  border-bottom: 1px dotted #e9b058;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl02 li:nth-last-child(1) {
  border-bottom: none;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl02 li:nth-of-type(1) {
  background: url("../img/icon_tizi05.svg") 15px 15px no-repeat;
  background-size: 40px auto;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl02 li:nth-of-type(2) {
  background: url("../img/icon_tizi06.svg") 15px 15px no-repeat;
  background-size: 50px auto;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl02 li h4 {
  display: inline-block;
  padding: 0 5px;
  line-height: 1.2;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 3px solid #e2e504;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl02 li p {
  font-size: 1.4rem;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl02 li p span {
  display: inline-block;
}

#popularHotels .tabContents .wrap_htl01 .ol_htl02 li p.txt01 {
  font-size: 1.2rem;
  color: #666;
}

#popularHotels .tabContents .wrap_htl01 .stit_htl02 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.2;
  padding: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #e9b058;
}

#popularHotels .tabContents .wrap_htl01 .stit_htl02 span {
  display: inline-block;
}

#popularHotels .tabContents .wrap_htl01 .stit_htl02 span._txt01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: 3px solid #e2e504;
  padding: 0 5px;
}

#popularHotels .tabContents .wrap_htl01 .stit_htl02 span._txt02 {
  font-size: 1.4rem;
  font-weight: bold;
}

#popularHotels .tabContents .wrap_htl01 .ul_htl01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#popularHotels .tabContents .wrap_htl01 .ul_htl01 li {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 1.6rem;
  border-bottom: 1px dotted #e9b058;
}

#popularHotels .tabContents .wrap_htl01 .ul_htl01 li:last-of-type {
  border-right: none;
}

#popularHotels .tabContents .wrap_htl01 .ul_htl01 li span {
  display: inline-block;
}

#popularHotels .tabContents .wrap_htl01 .ul_htl01 li span._txt01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: 3px solid #dfd700;
  padding: 0 5px;
}

#popularHotels .courseList {
  text-align: center;
}

#popularHotels .courseList .courseContainer {

  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 2em 1em 1em 1em;
  position: relative;
}

#popularHotels .courseList .courseContainer .noCourse {
  text-align: center;
}

#popularHotels .courseList .courseContainer h3 {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #df992c;
  padding: 0.3em 3em;
  white-space: nowrap;
  border-radius: 20px;
  font-size: 1.4rem;
  margin: 0 auto;
  color: #fff;
  font-weight: normal;
  position: absolute;
  top: -1em;
  text-align: center;
}

#popularHotels .courseList .courseContainer h3::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_stit01.svg);
  background-size: 100% auto;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}

#popularHotels .courseList .courseContainer h3::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_stit01.svg);
  background-size: 100% auto;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

#popularHotels .courseList .courseContainer .course .planNo {
  display: inline-block;
  background-color: #498739;
  padding: 0.3em 0.5em;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 5px;
  margin-right: 5px;
}

#popularHotels .courseList .courseContainer .course h4 {
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0.4em;
}

#popularHotels .courseList .courseContainer .course h4 a {
  color: #3ea46c;
  text-decoration: underline;
  font-size: 1.6rem;
}

#popularHotels .courseList .courseContainer .course .morePlan a {
  color: #3ea46c;
  text-decoration: underline;
}

#popularHotels .courseList .courseContainer .course .price {
  color: #ab951d;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

#popularHotels .courseList .courseContainer .course + .course {
  margin-top: 2em;
}

/*----------------------------
** 服装と持ち物
----------------------------*/


#belongings {
  text-align: center;
  padding: 3em 0 0 0;
}

#belongings h2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}

#belongings .belongingsArea {
  padding: 0 1em;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
}

#belongings .belongingsArea li {
  width: 100%;
}


#belongings .belongingsArea li .illust {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
}

#belongings .belongingsArea li .illust .dressImg {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}

#belongings .belongingsArea li .illust h3 {
  display: inline-block;
  background-color: #e79898;
  color: #fff;
  padding: 0.1em 0;
  border-radius: 20px;
  font-size: 1.8rem;
  font-weight: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5%;
  width: 40%;
}

#belongings .belongingsArea li .b_txt {
  display: flex;
  align-items: center;
  text-align: center;
  max-height: 160px;
  background-color: #f7e6df;
  padding: 20px;
  font-size: 1.5rem;
  
}

#belongings .belongingsArea li + li {
  margin-top: 3em;
}

#belongings .season {
  max-width: 1200px;
  width: 100%;
  margin-top: 3em;
  text-align: left;
}

#belongings .season tr {
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 1em;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#belongings .season tr:first-of-type {
  background: none;
  display: none;
}

#belongings .season tr:last-child {
  background: none;
}

#belongings .season tr th {
  display: block;
  width: 100%;
  padding: 0 0.5em;
}

#belongings .season tr td {
  display: block;
  width: 100%;
  padding: 1em 0.5em;
}

#belongings .season .spring th {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  width: 25%;
}

#belongings .season .spring th span {
  color: #49b58a;
  font-size: 3rem;
  font-weight: bold;
}

#belongings .season .spring td:nth-of-type(1) {
  background-image: url(../img/bg_spring_temp.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 25%;
}

#belongings .season .spring td:nth-of-type(2) {
  width: 50%;
}

#belongings .season .spring td:nth-of-type(3) {
  width: 100%;
}

#belongings .season .summer th {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  width: 25%;
  margin-top: 1em;
}

#belongings .season .summer th span {
  color: #ed6b6b;
  font-size: 3rem;
  font-weight: bold;
}

#belongings .season .summer td:nth-of-type(1) {
  background-image: url(../img/bg_summer_temp.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 25%;
}

#belongings .season .summer td:nth-of-type(2) {
  width: 50%;
}

#belongings .season .summer td:nth-of-type(3) {
  width: 100%;
}

#belongings .season .autumn th {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  width: 25%;
  margin-top: 1em;
}

#belongings .season .autumn th span {
  color: #ee9b47;
  font-size: 3rem;
  font-weight: bold;
}

#belongings .season .autumn td:nth-of-type(1) {
  background-image: url(../img/bg_autumn_temp.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 25%;
}

#belongings .season .autumn td:nth-of-type(2) {
  width: 50%;
}

#belongings .season .autumn td:nth-of-type(3) {
  width: 100%;
}

#belongings .season .winter th {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  width: 25%;
  margin-top: 1em;
}

#belongings .season .winter th span {
  color: #50b1d2;
  font-size: 3rem;
  font-weight: bold;
}

#belongings .season .winter td:nth-of-type(1) {
  background-image: url(../img/bg_winter_temp.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 25%;
}

#belongings .season .winter td:nth-of-type(2) {
  width: 50%;
}

#belongings .season .winter td:nth-of-type(3) {
  width: 100%;
}
/*----------------------------
** コース一覧
----------------------------*/
#courses {
  background-color: #f6f0e7;
  padding: 3em 0 0 0;
}

#courses h2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}



/*----------------------------
** PC用css (min-width: 768px)
----------------------------*/
@media print, screen and (min-width: 768px) {
  /*----------------------------
  ** 全体
  ----------------------------*/
  .txt {
    font-size: 1.6rem;
  }
  .contentsWrapper {
    padding-top: 12px;
  }
  .contentsWrapper p {
    font-size: 16px;
  }
  /*----------------------------
  ** アルペンルートとは
  ----------------------------*/
  #about {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  #about h2 {
    font-size: 3.6rem;
  }
  #about .mapArea h3 {
    font-size: 2.6rem;
    padding: 0.1em 2.5em;
    border-radius: 25px;
    top: -5%;
  }
  #about .mapArea h3:before {
    left: 5%;
  }
  #about .mapArea h3:after {
    right: 5%;
  }
  #about .mapArea .map {
    margin-bottom: 30px;
  }
  #about .recommended {
    margin: 80px auto 50px;
  }
  #about .recommended > li {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }
  #about .recommended > li:nth-of-type(1)::before {
    width: 99px;
    height: 104px;
    top: -15%;
    left: -3%;
  }
  #about .recommended > li:nth-of-type(2)::before {
    width: 99px;
    height: 104px;
    top: -15%;
    left: -3%;
  }
  #about .recommended > li:nth-of-type(3)::before {
    width: 99px;
    height: 104px;
    top: -15%;
    left: -3%;
  }
  #about .recommended > li h3 {
    font-size: 1.8rem;
    margin: auto;
  }
  #about .recommended > li:nth-of-type(3) h3 {
    margin-top: 30px;
  }
  #about .recommended > li p .emphasis, #about .recommended > li li .emphasis {
    font-size: 1.8rem;
  }
  #about .recommended > li p .supplement, #about .recommended > li li .supplement {
    font-size: 1.2rem;
  }
  #about .recommended > li p .-txt01, #about .recommended > li li .-txt01 {
    font-size: 1.5rem;
  }
  #about .recommended > li li {
    font-size: 1.6rem;
  }
  #about .recommended .s_txt {
    font-size: 1.4rem;
  }
  /*----------------------------
  ** 見どころスポット
  ----------------------------*/
  #highlight {
    box-sizing: border-box;
    max-width: 1130px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  #highlight h2 {
    font-size: 3.6rem;
  }
  #highlight .sliderContainer {
    overflow: visible;
  }
  #highlight .sliderContainer .spotSlider li {
    margin: 0 20px;
  }
  #highlight .sliderContainer .spotSlider li h3 {
    font-size: 2.4rem;
    margin: 20px 0 15px;
  }
  #highlight .sliderContainer #spotArrows .slick-prev {
    width: 40px;
    top: 15%;
    left: -50px;
  }
  #highlight .sliderContainer #spotArrows .slick-next {
    width: 40px;
    top: 15%;
    right: -50px;
  }
  /*----------------------------
  ** 人気ホテル
  ----------------------------*/
  #popularHotels {
    box-sizing: border-box;
    max-width: 1000px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  #popularHotels h2 {
    font-size: 3.6rem;
  }
  #popularHotels h2::before {
    width: 30px;
    height: 30px;
    left: -1.5em;
  }
  #popularHotels h2 span {
    font-size: 1.4rem;
  }
  #popularHotels .tab li {
    font-size: 2.4rem;
  }
  #popularHotels .tabContents {
    padding: 30px 50px;
  }
  #popularHotels .tabContents .hotelSliderContainer .hotelArrows .slick-prev {
    width: 40px;
    left: -20px;
  }
  #popularHotels .tabContents .hotelSliderContainer .hotelArrows .slick-next {
    width: 40px;
    right: -20px;
  }
  #popularHotels .tabContents .slick-dots li {
    margin: 0 10px;
  }
  #popularHotels .tabContents .stit_htl01 {
    font-size: 3.0rem;
    text-align: center;
    color: #333;
    vertical-align: text-bottom;
  }
  #popularHotels .tabContents .stit_htl01::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/icon_hotel02.svg") center center no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  #popularHotels .tabContents .subTxt01 {
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }
  #popularHotels .tabContents .subTxt01 span {
    display: inline-block;
    background-color: #fff;
    line-height: 1.1;
    border-radius: 100px;
    padding: 8px 30px 5px;
    color: #333;
  }
  #popularHotels .tabContents .subTxt02 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background-color: #e92;
    line-height: 1.1;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    padding: 10px;
    color: #fff;
  }
  #popularHotels .tabContents .wrap_htl01 {
    background-color: rgba(255, 255, 255, 0.33);
    margin-bottom: 30px;
    border-radius: 5px;
  }
  #popularHotels .tabContents .wrap_htl01._type02 {
    border-radius: 0 0 5px 5px / 0 0 5px 5px;
  }
  #popularHotels .tabContents .wrap_htl01._type02 .stit_htl02 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    position: relative;
  }
  #popularHotels .tabContents .wrap_htl01._type02 .stit_htl02 div {
    display: inline-block;
  }
  #popularHotels .tabContents .wrap_htl01._type02 .stit_htl02::before {
    content: '';
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url("../img/icon_kansha01.svg") center center no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  #popularHotels .tabContents .wrap_htl01._type02 .ul_htl01 li {
    padding-top: 80px;
    padding: 80px 15px 20px !important;
    text-align: center;
  }
  #popularHotels .tabContents .wrap_htl01._type02 .ul_htl01 li:nth-of-type(1) {
    background: url("../img/icon_kansha02.svg") center 15px no-repeat;
    background-size: 50px auto;
  }
  #popularHotels .tabContents .wrap_htl01._type02 .ul_htl01 li:nth-of-type(2) {
    background: url("../img/icon_kansha03.svg") center 15px no-repeat;
    background-size: 50px auto;
  }
  #popularHotels .tabContents .wrap_htl01._type02 .ul_htl01 li:nth-of-type(3) {
    background: url("../img/icon_kansha04.svg") center 15px no-repeat;
    background-size: 50px auto;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 {
    display: flex;
    flex-flow: row wrap;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li {
    box-sizing: border-box;
    padding: 30px 15px 20px 120px;
    width: 50%;
    border-right: 1px dotted #e9b058;
    border-bottom: 1px dotted #e9b058;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-of-type(2n) {
    border-right: none;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-last-child(1) {
    border-bottom: none;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-last-child(2) {
    border-bottom: none;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-of-type(1) {
    background: url("../img/icon_tizi01.svg") 25px 30px no-repeat;
    background-size: 70px auto;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-of-type(2) {
    background: url("../img/icon_tizi02.svg") 15px 30px no-repeat;
    background-size: 90px auto;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-of-type(3) {
    background: url("../img/icon_tizi03.svg") 15px 30px no-repeat;
    background-size: 90px auto;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li:nth-of-type(4) {
    background: url("../img/icon_tizi04.svg") 15px 30px no-repeat;
    background-size: 90px auto;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li h4 {
    display: inline-block;
    padding: 0 5px;
    line-height: 1.2;
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 3px solid #e2e504;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li p {
    font-size: 1.6rem;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li p span {
    display: inline-block;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl01 li p.txt01 {
    font-size: 1.3rem;
    color: #666;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl02 {
    display: flex;
    flex-flow: row wrap;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl02 li {
    box-sizing: border-box;
    padding: 30px 15px 20px 120px;
    width: 50%;
    border-right: 1px dotted #e9b058;
    border-bottom: 1px dotted #e9b058;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl02 li:nth-of-type(2n) {
    border-right: none;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl02 li:nth-last-child(1) {
    border-bottom: none;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl02 li:nth-last-child(2) {
    border-bottom: none;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl02 li:nth-of-type(1) {
    background: url("../img/icon_tizi05.svg") 25px 30px no-repeat;
    background-size: 70px auto;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl02 li:nth-of-type(2) {
    background: url("../img/icon_tizi06.svg") 15px 30px no-repeat;
    background-size: 90px auto;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl02 li h4 {
    display: inline-block;
    padding: 0 5px;
    line-height: 1.2;
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 3px solid #e2e504;
  }

  #popularHotels .tabContents .wrap_htl01 .ol_htl02 li p {
    font-size: 1.6rem;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl02 li p span {
    display: inline-block;
  }
  #popularHotels .tabContents .wrap_htl01 .ol_htl02 li p.txt01 {
    font-size: 1.3rem;
    color: #666;
  }
  #popularHotels .tabContents .wrap_htl01 .stit_htl02 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.75;
    padding: 20px;
    font-weight: normal;
  }
  #popularHotels .tabContents .wrap_htl01 .stit_htl02 span {
    display: inline-block;
  }
  #popularHotels .tabContents .wrap_htl01 .stit_htl02 span._txt01 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
    border-bottom: 3px solid #e2e504;
    padding: 0 5px;
  }
  #popularHotels .tabContents .wrap_htl01 .stit_htl02 span._txt02 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #popularHotels .tabContents .wrap_htl01 .ul_htl01 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  #popularHotels .tabContents .wrap_htl01 .ul_htl01 li {
    box-sizing: border-box;
    width: calc(100% / 3);
    text-align: center;
    padding: 20px;
    font-size: 1.6rem;
    border-right: 1px dotted #e9b058;
    border-top: 1px dotted #e9b058;
  }
  #popularHotels .tabContents .wrap_htl01 .ul_htl01 li:last-of-type {
    border-right: none;
  }
  #popularHotels .tabContents .wrap_htl01 .ul_htl01 li span {
    display: inline-block;
  }
  #popularHotels .tabContents .wrap_htl01 .ul_htl01 li span._txt01 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
    border-bottom: 3px solid #dfd700;
    padding: 0 5px;
  }
  #popularHotels .courseList {
    margin-top: 130px;
  }
  #popularHotels .courseList .courseContainer {
    padding: 4em;
  }
  #popularHotels .courseList .courseContainer h3 {
    font-size: 1.8rem;
    border-radius: 25px;
  }
  #popularHotels .courseList .courseContainer h3:before {
    left: 5%;
  }
  #popularHotels .courseList .courseContainer h3:after {
    right: 5%;
  }
  #popularHotels .courseList .courseContainer .course .planNo {
    font-size: 1.6rem;
  }
  #popularHotels .courseList .courseContainer .course h4 {
    margin-top: 0.5em;
  }
  #popularHotels .courseList .courseContainer .course h4 a {
    font-size: 2.4rem;
  }
  #popularHotels .courseList .courseContainer .course .price {
    font-size: 3rem;
  }
  /*----------------------------
  ** 服装と持ち物
  ----------------------------*/
  #belongings {
    box-sizing: border-box;
    max-width: 1120px;
    width: 100%;
    margin: 50px auto;
  }
  #belongings h2 {
    font-size: 3.6rem;
  }
  #belongings .belongingsArea {
    padding: 0;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 5em;
  }
  #belongings .belongingsArea li {
    width: calc(100% / 3);
  }
  #belongings .belongingsArea li .illust h3 {
    font-size: 2.4rem;
    border-radius: 30px;
    padding: 7px 30px 5px;
    line-height: 1.1;
    width: auto;
  }
  #belongings .belongingsArea li + li {
    margin-top: 0;
    margin-left: 10px;
  }
  #belongings .season tr {
  border-bottom: 2px solid #fff;
}
#belongings .season tr:last-of-type {
  border-bottom: none;
}

#belongings .season td, #belongings .season th {
  border-right: 2px solid #fff;
}

#belongings .season td:last-of-type {
  border-right: none;
}

#belongings .season tr:first-of-type {
  background: none;
  display: none;
}

#belongings .season tr:last-child {
  background: none;
}

#belongings .season tr th {
  display: block;
  width: 100%;
  padding: 0 0.5em;
}

#belongings .season tr td {
  display: block;
  width: 100%;
  padding: 1em 0.5em;
}
  #belongings .season tr {
    display: table-row;
  }
  #belongings .season tr:first-child {
    display: table-row;
  }
  #belongings .season tr:first-child th {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 5px;
  }
  #belongings .season tr:first-child th:nth-of-type(1) {
    width: 13%;
  }
  #belongings .season tr:first-child th:nth-of-type(2) {
    width: 10%;
  }
  #belongings .season tr:first-child th:nth-of-type(3) {
    width: 37%;
  }
  #belongings .season tr:first-child th:nth-of-type(4) {
    width: 40%;
  }
  #belongings .season tr th {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }
  #belongings .season tr td {
    display: table-cell;
    width: auto;
    padding: 2em 0.5em;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  #belongings .season tr td span {
    font-size: 1.2rem;
  }
  #belongings .season .spring th {
    background-size: auto;
    width: auto;
  }
  #belongings .season .spring th span {
    font-size: 4rem;
  }
  #belongings .season .spring td:nth-of-type(1) {
    text-align: center;
    background-size: 90% auto;
    width: auto;
  }
  #belongings .season .spring td:nth-of-type(2) {
    width: auto;
  }
  #belongings .season .spring td:nth-of-type(3) {
    width: auto;
  }
  #belongings .season .summer th {
    background-size: auto;
    width: auto;
  }
  #belongings .season .summer th span {
    font-size: 4rem;
  }
  #belongings .season .summer td:nth-of-type(1) {
    text-align: center;
    background-size: 90% auto;
    width: auto;
  }
  #belongings .season .summer td:nth-of-type(2) {
    width: auto;
  }
  #belongings .season .summer td:nth-of-type(3) {
    width: auto;
  }
  #belongings .season .autumn th {
    background-size: auto;
    width: auto;
  }
  #belongings .season .autumn th span {
    font-size: 4rem;
  }
  #belongings .season .autumn td:nth-of-type(1) {
    text-align: center;
    background-size: 90% auto;
    width: auto;
  }
  #belongings .season .autumn td:nth-of-type(2) {
    width: auto;
  }
  #belongings .season .autumn td:nth-of-type(3) {
    width: auto;
  }
  #belongings .season .winter th {
    background-size: auto;
    width: auto;
  }
  #belongings .season .winter th span {
    font-size: 4rem;
  }
  #belongings .season .winter td:nth-of-type(1) {
    text-align: center;
    background-size: 90% auto;
    width: auto;
  }
  #belongings .season .winter td:nth-of-type(2) {
    width: auto;
  }
  #belongings .season .winter td:nth-of-type(3) {
    width: auto;
  }
  
}

.Footer{
    margin-top: 0;
}

.imgAnnotation_main {
	margin: 10px auto;
	font-size: 1.4rem!important;
	text-align: right;
}
@media print, screen and (max-width: 767px) {
  .imgAnnotation_main {
		font-size: 1.1rem!important;
	}
   main{
      margin-bottom: 100px;
  }
  #courses .courseBlock li .courseInner .rightbox {
    flex-flow: column;
  }
  #about h2::before, #about h2::after,
  #highlight h2::before, #highlight h2::after,
  #belongings h2::before, #belongings h2::after,
  #courses h2::before, #courses h2::after {
    flex-grow: 0.5;
  }
  #about h2 + .txt {
    font-size: 1.3rem;
    line-height: 1.38;
    margin: 0 10px;
  }
  #about .mapArea h3 {
    top: -3em;
  }
  .mapArea p img {
    max-width: 800px!important;
  }
  .sp_scroll {
    width: 600px;
    margin: 0 10px;
  }
  #about .recommended {
    flex-flow: column;
  }
  #about .recommended > li:nth-of-type(1):before, #about .recommended > li:nth-of-type(2):before, #about .recommended > li:nth-of-type(3):before {
    width: 64px;
    height: 68px;
    top: 10px;
    left: 4px;
  }
  #about .recommended > li + li {
    margin-top: 20px;
  }
  #about .recommended h3 {
    text-align: left;
    padding-left: 20%;
    font-size: 1.4rem;
    margin: 20px 0 15px;
  }
  #about .recommended > li:nth-of-type(3) h3 {
    margin: 20px 0 0;
  }
  #about .recommended .point_ul {
    padding: 10px 0;
  }
  #about .recommended > li h3 .emphasis {
    font-size: 1.6rem;
  }
  #about .recommended .point_ul li {
    font-size: 1.2rem;
  }
  #about .recommended > li li .emphasis {
    font-size: 1.3rem;
  }
  #about .recommended > li li .-txt01 {
    font-size: 1.2rem;
  }
  #about .recommended .s_txt {
    font-size: 1.05rem;
  }
  #highlight .sliderContainer {
    padding: 0 30px;
  }
  #highlight .sliderContainer #spotArrows .slick-prev {
    left: 0.5em;
  }
  #highlight .sliderContainer #spotArrows .slick-next {
    right: 0.5em;
  }
  #belongings .belongingsArea li {
    display: flex;
    height: auto!important;
    justify-content: center;
    align-items: center;
    background: #f7e6df;
    padding: 15px 10px;
  }
  #belongings .belongingsArea li .illust {
    width: 32%;
  }
  #belongings .belongingsArea li .illust .dressImg {
    position: relative;
  }
  #belongings .belongingsArea li .illust h3 {
    position: absolute;
    bottom: -25px;
  }
  #belongings .belongingsArea li .txt_box {
    width: 68%; 
  }
  #belongings .belongingsArea li + li {
    margin-top: 1em;
  }
  #belongings .belongingsArea li .b_txt {
    height: auto!important;
    padding: 0;
    font-size: 1.2rem;
    background: none;
    text-align: left;
  }
  section + section {
    margin-top: 0;
  }
  #about, #highlight, #belongings, #courses {
    padding: 2.5em 0 0 0;
  }
}
@media print, screen and (max-width: 400px) { 
  #belongings .belongingsArea li .illust h3 {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 345px) {
  .menuNav .navItem {
    font-size: 1.1rem;
  }
  .menuNav .navItem::after {
    right: 45%;
  }
  #about .recommended h3 {
    font-size: 1.3rem;
  }
  #belongings .belongingsArea li .illust h3 {
    bottom: -35px;
    font-size: 1.4rem;
  }
}


/*courseArea
=======================*/

.courseArea {
	margin-top: 100px;
	padding-top: 35px;
	background: #efefef;
}
.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%);
}

@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%;
	}
}

/*---areaMenu---*/
.areaMenu {
	position: sticky;
	top: 0;
	margin-top: 30px;
	background: #d7d7d7;
	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: #323232;
	font-size: 1.8rem;
}
.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 #323232;
	border-bottom: 2px solid #323232;
	transform: translateY(-45%) rotate(45deg);
}
@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: #d7d7d7;
}
.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;
  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: 10px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin: 0 10px 10px 0;
	padding: 3px 12px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}
.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__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.5rem;
  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;
}
.courseItemsBox .noCourseTxt_all{
    margin: 0 auto;
	font-size: 1.6rem;
    text-align: center;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
  #courses h2 {
    font-size: 3.6rem;
  }
}
@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%;
	}
	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 5px 5px 0;
		padding: 2px 7px;
		font-size: 1rem;
	}
	.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;
	}
    .courseItemsBox .noCourseTxt_all{
         font-size: 1.3rem;
		text-align: center;
    padding-bottom: 35px;
}
}
/*=====================*/

/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.selectdiv {
	position: relative;
	top: 0;
	max-width: 250px;
	width: 100%;
  margin: 35px auto;
	transition: .2s ease all;
}
select:focus {
	outline: 0;
	border: 1px solid #cc0d21;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
	transform: translateY(-50%);
	background: #323232;
	cursor: pointer;
	z-index: 10;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
	color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
	border: 1px solid #fff;
	border-radius: 5px;
  cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
	position: absolute;
	content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
	cursor: pointer;
}
.selectdiv .decoration::before {
	top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
	top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
	.selectdiv:hover select {
		border: 1px solid #cc0d21;
		transition: .2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.selectdiv {
		max-width: 205px;
	}
	.selectdiv select {
		height: 48px;
		padding: 4px 30px 0 20px;
		font-size: 1.5rem;
	}
	.selectdiv .decoration::before {
		top: 17px;
	}
	.selectdiv .decoration::after {
		top: 24px;
	}
	/*---iPhone only---*/
	.iPhone .selectdiv select {
		padding-top: 0;
	}
	/*-----------------*/
}
/*=====================*/


#belongings .table_wrap .season tr {
  border-bottom: 2px solid #fff;
}
#belongings .table_wrap .season tr:last-of-type {
  border-bottom: none;
}

#belongings .table_wrap .season td, #belongings .table_wrap .season th {
  border-right: 2px solid #fff;
}

#belongings .table_wrap .season td:last-of-type {
  border-right: none;
}

#belongings .table_wrap .season tr:first-of-type {
  background: none;
  display: none;
}

#belongings .table_wrap .season tr:last-child {
  background: none;
}

#belongings .table_wrap .season tr th {
  display: block;
  width: 100%;
  padding: 0 0.5em;
}

#belongings .table_wrap .season tr td {
  display: block;
  width: 100%;
  padding: 1em 0.5em;
}
  #belongings .table_wrap .season tr {
    display: table-row;
  }
  #belongings .table_wrap .season tr:first-child {
    display: table-row;
  }
  #belongings .table_wrap .season tr:first-child th {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 5px;
  }
  #belongings .table_wrap .season tr:first-child th:nth-of-type(1) {
    width: 13%;
  }
  #belongings .table_wrap .season tr:first-child th:nth-of-type(2) {
    width: 10%;
  }
  #belongings .table_wrap .season tr:first-child th:nth-of-type(3) {
    width: 37%;
  }
  #belongings .table_wrap .season tr:first-child th:nth-of-type(4) {
    width: 40%;
  }
  #belongings .table_wrap .season tr th {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }
  #belongings .table_wrap .season tr td {
    display: table-cell;
    width: auto;
    padding: 2em 0.5em;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  #belongings .table_wrap .season tr td span {
    font-size: 1.2rem;
  }
  #belongings .table_wrap .season .spring th {
    background-size: auto;
    width: auto;
    /*padding-top: 1em;*/
  }
  #belongings .table_wrap .season .spring th span {
    font-size: 4rem;
  }
  /*#belongings .season .spring td {
    padding-top: 1em;
  }*/
  #belongings .table_wrap .season .spring td:nth-of-type(1) {
    text-align: center;
    background-size: 90% auto;
    width: auto;
  }
  #belongings .table_wrap .season .spring td:nth-of-type(2) {
    width: auto;
  }
  #belongings .table_wrap .season .spring td:nth-of-type(3) {
    width: auto;
  }
  #belongings .table_wrap .season .summer th {
    background-size: auto;
    width: auto;
  }
  #belongings .table_wrap .season .summer th span {
    font-size: 4rem;
  }
  #belongings .table_wrap .season .summer td:nth-of-type(1) {
    text-align: center;
    background-size: 90% auto;
    width: auto;
  }
  #belongings .table_wrap .season .summer td:nth-of-type(2) {
    width: auto;
  }
  #belongings .table_wrap .season .summer td:nth-of-type(3) {
    width: auto;
  }
  #belongings .table_wrap .season .autumn th {
    background-size: auto;
    width: auto;
  }
  #belongings .table_wrap .season .autumn th span {
    font-size: 4rem;
  }
  #belongings .table_wrap .season .autumn td:nth-of-type(1) {
    text-align: center;
    background-size: 90% auto;
    width: auto;
  }
  #belongings .table_wrap .season .autumn td:nth-of-type(2) {
    width: auto;
  }
  #belongings .table_wrap .season .autumn td:nth-of-type(3) {
    width: auto;
  }
  #belongings .table_wrap .season .winter th {
    background-size: auto;
    width: auto;
  }
  #belongings .table_wrap .season .winter th span {
    font-size: 4rem;
  }
  #belongings .table_wrap .season .winter td:nth-of-type(1) {
    text-align: center;
    background-size: 90% auto;
    width: auto;
  }
  #belongings .table_wrap .season .winter td:nth-of-type(2) {
    width: auto;
  }
  #belongings .table_wrap .season .winter td:nth-of-type(3) {
    width: auto;
  }


@media screen and (max-width:767.98px) {
  #belongings .table_wrap .season {
    width: 900px!important;
    margin: 0 10px;
  }
  #belongings .table_wrap .season th {
    font-size: 1.1rem;
  }
  #belongings .table_wrap .season .spring th span,
  #belongings .table_wrap .season .summer th span, 
  #belongings .table_wrap .season .autumn th span, 
  #belongings .table_wrap .season .winter th span {
    font-size: 2.8rem;
  }
  #belongings .table_wrap .season tr:first-child th {
    font-size: 1.4rem;
  }
  #belongings .table_wrap .season tr td {
    font-size: 1.2rem;
    padding: 10px;
  }
  #belongings .table_wrap .season tr:first-child th:nth-of-type(1) {
    width: 13%;
  }
  #belongings .table_wrap .season tr:first-child th:nth-of-type(2) {
    width: 10%;
  }
  #belongings .table_wrap .season tr:first-child th:nth-of-type(3) {
    width: 27%;
  }
  #belongings .table_wrap .season tr:first-child th:nth-of-type(4) {
    width: 54%;
  }
}

/*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;
  }
  .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;
  }
}
/*=====================*/
