@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #fff;
  color: #222;
}

.tora {
  padding: 18.6666666667vw 0 0;
  background: #f7f7f7;
}
.tora__mv {
  padding: 2.6666666667vw 5.3333333333vw;
  box-sizing: border-box;
  background: url(../images/tora/mv_sp.jpg) no-repeat center top;
  height: 165.3333333333vw;
  background-size: cover;
  position: relative;
}
.tora__mv--slidearea {
  width: calc(100% + 5.33333vw);
}
.tora__mv--slidearea .slick-prev:before,
.tora__mv--slidearea .slick-next:before {
  color: #000;
}
.tora__mv--slid {
  max-width: 1024px;
  margin: 0 auto;
}
.tora__mv--slidebox {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 2.1333333333vw;
  padding: 4.8vw;
  max-width: 64vw;
  margin-right: 4.2666666667vw;
  box-sizing: border-box;
}
.tora__aslide {
  text-decoration: none;
  color: inherit;
}
.tora__mv--slidehead {
  display: flex;
}
.tora__mv--slideimg {
  border-radius: 10.6666666667vw;
  width: 18.1333333333vw;
  height: 18.1333333333vw;
  overflow: hidden;
}
.tora__mv--slideimg img {
  border-radius: 10.6666666667vw;
  width: 100%;
}
.tora__mv--slideimg > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tora__mv--sliderec {
  margin-left: auto;
  position: relative;
  font-size: 3.7333333333vw;
  line-height: 1;
}
.tora__mv--sliderec::after {
  content: "";
  margin-left: 1.3333333333vw;
  vertical-align: bottom;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../images/tora/icon_star.png);
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.tora__mv--slidecontent {
  margin-top: 3.2vw;
}
.tora__mv--skiname {
  font-size: 4vw;
  line-height: 5.3333333333vw;
  margin-top: 3.2vw;
  font-weight: 600;
}
.tora__mv--skidetail {
  font-size: 3.7333333333vw;
  line-height: 4.8vw;
  margin-top: 1.3333333333vw;
}
.tora__mv--skiprice {
  font-size: 6.9333333333vw;
  line-height: 7.4666666667vw;
  margin-top: 1.3333333333vw;
  font-weight: 600;
  color: #835baa;
  font-family: "Jost", sans-serif;
}
.tora__mv--slidefooter {
  margin-top: 3.2vw;
}
.tora__catch {
  margin-top: 16.6666666667vw;
  margin-bottom: 58.6666666667vw;
}
.tora__firsttxt_wrap {
  text-align: center;
}
.tora__firsttxt img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tora__firsttxt img.pc {
  display: none;
}
.tora__firsttxt span {
  display: block;
  padding: 1.3333333333vw 4.5333333333vw 1.3333333333vw;
  color: #835baa;
  background-color: #ffffff;
  font-size: 8.5333333333vw;
  font-weight: 800;
}
.tora__sectxt_wrap {
  text-align: left;
}
.tora__sectxt {
  display: block;
  padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw;
  color: #835baa;
  background-color: #ffffff;
}
.tora__sectxt p {
  font-size: 3.2vw;
  font-weight: 800;
}
.tora__sectxt + .tora__sectxt {
  margin-top: 2.6666666667vw 0 2.6666666667vw 5.3333333333vw;
}
.tora__content {
  padding: 10.6666666667vw 0;
}
.tora__content--grey {
  padding-top: 37.3333333333vw;
  background: #e9e5ed;
}
.tora__content--white {
  padding-top: 17.0666666667vw;
  background: #ffffff;
}
.tora__content--grey2 {
  padding-top: 17.0666666667vw;
  background: #f5f5f5;
}
.tora__content--bg {
  padding-top: 17.0666666667vw;
  background: url(../images/tora/bg_sp.png) no-repeat center top;
  background-size: cover;
}
.tora__head {
  text-align: center;
  font-size: 6.4vw;
  line-height: 8.5333333333vw;
  font-weight: bold;
}
.tora__ttl--white {
  color: #ffffff;
}
.tora__planwrap {
  padding: 0 5.3333333333vw;
  margin-top: 10.6666666667vw;
}
.tora__planbox {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 2.1333333333vw;
  text-align: center;
  position: relative;
}
.tora__planbox + .tora__planbox {
  margin-top: 9.6vw;
}
.tora__planttl {
  background-color: #835baa;
  color: #ffffff;
  font-size: 4.2666666667vw;
  line-height: 7.4666666667vw;
  display: inline-block;
  padding: 1.6vw 4.2666666667vw;
  border-radius: 100px;
  position: absolute;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
}
.tora__planimg {
  margin: 13.3333333333vw auto 0;
  width: 50%;
}
.tora__planimg img {
  width: 100%;
}
.tora__plantxtbox {
  margin-top: 6.6666666667vw;
  margin-bottom: 9.3333333333vw;
}
.tora__plantxtbox p:nth-child(1) {
  font-size: 4vw;
  line-height: 5.3333333333vw;
}
.tora__plantxtbox p:nth-child(2) {
  font-size: 5.3333333333vw;
  line-height: 7.4666666667vw;
  font-weight: 600;
}
.tora__footer {
  margin-top: 7.4666666667vw;
  padding: 0 5.3333333333vw;
  text-align: center;
}
.tora__planboxmsg {
  font-size: 4.2666666667vw;
  line-height: 6.4vw;
  padding: 4.2666666667vw 4.2666666667vw;
  font-weight: 600;
}
.tora__planboxmsg .red {
  color: #d73724;
}
.tora__container--ski {
  margin-top: 7.4666666667vw;
}
.tora__container--tour {
  margin-top: 7.4666666667vw;
}
.tora__ttlsub {
  font-size: 5.3333333333vw;
  line-height: 7.4666666667vw;
}
.tora__ttlsub.type-a {
  display: block;
}
.tora__ttl--snow {
  position: relative;
  margin-top: 2.4vw;
}
.tora__ttl--snow:before {
  margin-right: 5.3333333333vw;
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../images/tora/icon__snow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.tora__ttl--snow:after {
  margin-left: 5.3333333333vw;
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../images/tora/icon__snow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.tora__ttl--snow.bg-on {
  display: inline-block;
  /*background-color: #fff;*/
  padding: 1.3333333333vw 5.3333333333vw;
}
.tora__ttl--snow.bg-on::before {
  left: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tora__ttl--snow.bg-on::after {
  right: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tora__tab-area {
  margin: 0 auto;
}
.tora__skiplanbox {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 3.2vw;
  padding: 4.8vw;
  box-sizing: border-box;
  margin-top: 5.3333333333vw;
}
.tora__skiplanbox + .tora__skiplanbox {
  margin-top: 5.3333333333vw;
}
.tora__skiimg img {
  width: 100%;
  height: 47.2vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.0666666667vw;
}
.tora__spref {
  margin-top: 3.2vw;
  font-size: 4.2666666667vw;
  line-height: 5.8666666667vw;
}
.tora__sname {
  margin-top: 1.3333333333vw;
}
.tora__sname a {
  font-size: 4.8vw;
  line-height: 6.4vw;
  font-weight: 600;
}
.tora__sflex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.3333333333vw;
}
.tora__scourse {
  font-size: 4vw;
  line-height: 4.8vw;
  /*margin-right: 4vw;*/
  width: calc(50% - 10px);
}
.tora__scourse--num {
  font-weight: 600;
}
.tora__samount-of-snow {
  font-size: 4vw;
  line-height: 4.8vw;
}
.tora__samount-of-snow--num {
  font-weight: 600;
}
.tora__stest {
  font-size: 4vw;
  line-height: 4.8vw;
}
.tora__star + .tora__star {
  margin-left: 1.3333333333vw;
}
.tora__skifooter {
  text-align: center;
}
.tora__skibtn {
  text-align: center;
  text-decoration: none;
  padding: 2.4vw;
  display: block;
  background: #835baa;
  box-shadow: inset 0px -0.8vw 0px rgba(0, 0, 0, 0.16);
  border-radius: 1.6vw;
  margin-top: 4vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  line-height: 6.4vw;
}
.tora__dividearea {
  padding: 10.6666666667vw 4vw;
  background: #ffffff;
}
.tora__right--h2 {
  border-left: 1.0666666667vw solid #a589c0;
  padding-left: 2.6666666667vw;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 600;
}
.tora__right--ttl {
  margin-top: 6.6666666667vw;
  font-size: 4.8vw;
  line-height: 1.2;
}
.tora__right--img {
  margin-top: 6.6666666667vw;
}
.tora__right--img img {
  width: 100%;
}
.tora__right--txt {
  margin-top: 6.6666666667vw;
  font-size: 4vw;
}
.tora__right--txt p + p {
  margin-top: 4.2666666667vw;
}
.tora_tourboxwrap {
  margin-top: 4.8vw;
}
.tora__tourbox {
  padding: 4.6153846154vw;
  border: 1px solid #d4d4d4;
  border-radius: 3.2vw;
  background-color: #ffffff;
  margin-bottom: 5.3333333333vw;
}
.tora__tourttl {
  margin-top: 3.2vw;
}
.tora__tourttl a {
  color: inherit;
  font-size: 4.8vw;
}
.tora__tourtype {
  font-weight: 300;
  font-size: 4vw;
  margin-top: 2.1333333333vw;
  line-height: 1.2;
}
.tora__tourtag {
  display: flex;
  margin-top: 2.1333333333vw;
}
.tora__tourtag li {
  margin-right: 1.3333333333vw;
}
.tora__tourlist {
  padding: 1.0666666667vw 3.2vw;
  border: 1px solid #e5e5e5;
  border-radius: 6.4vw;
  font-weight: 400;
  font-size: 3.2vw;
}
.tora__tourtxt {
  font-weight: 300;
  font-size: 3.2vw;
  line-height: 1.2;
  margin-top: 2.1333333333vw;
}
.tora__price {
  font-style: normal;
  font-weight: 600;
  font-size: 6.4666666667vw;
  line-height: 1.2;
  color: #d73724;
  margin-top: 3.2vw;
}
.tora__imgcontainer {
  position: relative;
}
.tora__tourthumb {
  position: absolute;
  bottom: 2.6666666667vw;
  width: 100%;
  padding: 0 2.6666666667vw;
  box-sizing: border-box;
  left: 42%;
}
.tora__thumbimg {
  margin-right: 1.3333333333vw;
  width: 12.8vw !important;
}
.tora__thumbimg img {
  border: 1px solid #ffffff;
  border-radius: 1.0666666667vw;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tora__mainimg > img {
  width: 100%;
  border-radius: 1.0666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.tora__container {
  padding: 0 5.3333333333vw;
}
.tora__searchwrap {
  margin: 6.6666666667vw auto 0;
  width: 100%;
  background: #ffffff;
  border-radius: 3.2vw;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 3.2vw 6.6666666667vw -1.3333333333vw rgba(0, 0, 0, 0.08), 0px 1.3333333333vw 2.6666666667vw -1.6vw rgba(0, 0, 0, 0.08);
}
.tora__searchwrap .search-content {
  width: 100%;
}
.tora__searchwrap .search-inner {
  padding: 5.3333333333vw 4vw;
}
.tora__searchwrap .search-label {
  padding-left: 10.9333333333vw;
  font-weight: normal;
}
.tora__searchwrap .mv-search__item {
  margin-top: 4vw;
  margin-bottom: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  border-bottom: 1px solid #e5e5e5;
}
.tora__searchwrap .search-select {
  border: none;
}
.tora__searchwrap .search-select select {
  font-size: 4.2666666667vw;
  line-height: 5.8666666667vw;
  padding-left: 10.9333333333vw;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #222;
}
.tora__searchwrap .search-select::after {
  top: 25%;
}
.tora__searchwrap .search-select::before {
  display: block;
  position: absolute;
  top: -3%;
  left: 2.4154589372vw;
  width: 5.6vw;
  height: 5.6vw;
  background: url(../images/tora/icon_car.png) no-repeat center top;
  background-size: 5.6vw 5.6vw;
  content: "";
}
.tora__searchwrap ._galende .search-select::before {
  background: url(../images/tora/icon_ski.png) no-repeat center top;
  background-size: 5.6vw 3.4666666667vw;
  width: 5.6vw;
  height: 5.6vw;
}
.tora__searchwrap ._calendar .search-select::before {
  background: url(../images/tora/icon_when.png) no-repeat center top;
  width: 5.6vw;
  height: 5.6vw;
  background-size: 5.6vw 5.6vw;
}
.tora__searchwrap ._dept .search-select::before {
  background: url(../images/tora/icon_where.png) no-repeat center top;
  width: 5.6vw;
  height: 5.6vw;
  background-size: 4vw 5.8666666667vw;
}
.tora__searchwrap .datepicker {
  font-size: 4.2666666667vw;
  line-height: 8.5333333333vw;
  margin-left: 10.9333333333vw;
  color: #29241d;
}
.tora__searchwrap ._submit {
  margin-top: 5.3333333333vw;
}
.tora__searchwrap .search--txt {
  font-size: 3.7333333333vw;
}
.tora__searchwrap .search--img {
  width: 4vw;
  margin-left: 4vw;
}
.tora__searchwrap .search-submit {
  background: #835baa;
  box-shadow: inset 0px -0.8vw 0px rgba(0, 0, 0, 0.16);
  border-radius: 1.6vw;
}
.tora__tab-button-outer {
  display: none;
}
.tora__select_menu--container {
  margin: 0 4.2666666667vw;
}
.tora__select_menu--container > p {
  font-size: 3.7333333333vw;
  line-height: 1;
}
.tora__select_menu--container + .tora__select_menu--container {
  margin-top: 3.2vw;
}
.tora__select_label {
  position: relative;
}
.tora__select_label::after {
  display: block;
  position: absolute;
  top: 80%;
  right: 3.2vw;
  width: 1.690821256vw;
  width: 1.6vw;
  height: 1.6vw;
  margin-top: -0.5333333333vw;
  border-top: solid 2px #001e33;
  border-right: solid 2px #001e33;
  transform: rotate(135deg);
  content: "";
}
.tora__select_label--span {
  color: #001f3c;
  font-size: 3.7333333333vw;
}
.tora__select_menu {
  position: relative;
  margin-top: 1.3333333333vw;
  border: 0.5333333333vw solid #001f3c;
  border-radius: 1.6vw;
  width: 100%;
  padding: 0 10.1333333333vw 0 3.7333333333vw;
  height: 12vw;
  box-sizing: border-box;
  font-size: 4vw;
  font-weight: 600;
  background: #fff;
  color: #222;
}
.tora__faq {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 8vw;
  padding-right: 4.5333333333vw;
}
.tora__faq::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(../images/tora/icon_faq.png) no-repeat center top;
  background-size: 5.3333333333vw 5.3333333333vw;
  content: "";
}
.tora__acinner {
  display: none;
}
.tora__faqtxt {
  font-size: 4.2666666667vw;
  position: relative;
}
.tora__answer {
  display: block;
  padding-left: 8vw;
  position: relative;
  line-height: 1.5;
  margin-top: 2.6666666667vw;
}
.tora__answertxt {
  font-size: 3.7333333333vw;
}
.tora__accordionwrap {
  margin-top: 7.4666666667vw;
}
.tora__accordion_box {
  background-color: #ffffff;
  padding: 4.8vw 5.3333333333vw;
  position: relative;
  border-radius: 3.2vw;
  margin-bottom: 5.3333333333vw;
}
.tora__aside--area {
  display: none;
}
.tora__ibox {
  position: absolute;
  top: 0;
  right: -20px;
  border: 1px solid;
  padding: 3px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.tora__ibox:before, .tora__ibox:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.tora__ibox:before {
  border-top: 1px solid #29241d;
  width: 13px;
  height: 0;
  top: 0;
  bottom: 0;
  left: 4px;
}
.tora__ibox:after {
  border-left: 1px solid #29241d;
  width: 0;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
  height: 13px;
  right: 10px;
}
.tora__ibox.open:after {
  height: 0;
}
.tora .breadcrumb {
  padding: 0 2.6666666667vw 2.6666666667vw 0;
}
.tora .breadcrumb--page {
  padding: 0 2.6666666667vw;
}
.tora .breadcrumb__list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  white-space: nowrap;
  overflow-x: scroll;
}
.tora .breadcrumb__item a {
  font-size: 3.2vw;
  text-decoration: none;
  color: #29241d;
}
.tora .breadcrumb__item + .tora .breadcrumb__item {
  margin-left: 2.1333333333vw;
}
	
/*20260206追加*/
	.recommend{
		margin-bottom: 100px;
	}
	.recommend ul{
		display: block
	}
	.recommend li{
		text-align: center;
		padding: 20px 0 ;
		
	}
	.recommend_img{
		width: 100%;
	}
	.recommend_txt{
		margin-top: 10px;
	}

/* スマホ用の修正（画面幅768px以下の場合） */
@media screen and (max-width: 768px) {
  /* 1. スライドエリアを画面幅に収める */
  .tora__mv--slidearea {
    width: 100% !important;
    overflow: hidden; /* はみ出しを強制カット */
  }

  /* 2. 矢印ボタンを画面の内側に入れる（または非表示にする） */
  .slick-prev {
    left: 5px !important; /* -25pxからプラスの値へ */
    z-index: 1;
  }
  .slick-next {
    right: 5px !important; /* -25pxからプラスの値へ */
    z-index: 1;
  }

  /* 3. 念のため全体の横揺れを防止 */
  body {
    overflow-x: hidden;
  }
}


@media (min-width: 560px) {
  .tora {
    padding: 11.6666666667vw 0 0;
  }
  .tora__mv {
    padding: 1.6666666667vw 3.3333333333vw;
    height: 103.3333333333vw;
  }
  .tora__mv--slidearea {
    width: calc(100% + 3.3333333333vw);
  }
  .tora__mv--slidebox {
    border-radius: 1.3333333333vw;
    padding: 3vw;
    max-width: 40vw;
    margin-right: 2.6666666667vw;
  }
  .tora__mv--slideimg {
    border-radius: 6.6666666667vw;
    width: 11.3333333333vw;
    height: 11.3333333333vw;
  }
  .tora__mv--slideimg img {
    border-radius: 6.6666666667vw;
  }
  .tora__mv--sliderec {
    font-size: 2.3333333333vw;
  }
  .tora__mv--sliderec::after {
    margin-left: 0.8333333333vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .tora__mv--slidecontent {
    margin-top: 2vw;
  }
  .tora__mv--skiname {
    font-size: 2.5vw;
    line-height: 3.3333333333vw;
    margin-top: 2vw;
  }
  .tora__mv--skidetail {
    font-size: 2.3333333333vw;
    line-height: 3vw;
    margin-top: 0.8333333333vw;
  }
  .tora__mv--skiprice {
    font-size: 4.3333333333vw;
    line-height: 4.6666666667vw;
    margin-top: 0.8333333333vw;
  }
  .tora__mv--slidefooter {
    margin-top: 2vw;
  }
  .tora__catch {
    margin-top: 1.6666666667vw;
    margin-bottom: 36.6666666667vw;
  }
  .tora__firsttxt span {
    padding: 0.8333333333vw 2.8333333333vw 0.8333333333vw;
    font-size: 5.3333333333vw;
  }
  .tora__sectxt {
    padding: 0.8333333333vw 1.6666666667vw 0.8333333333vw;
  }
  .tora__sectxt p {
    font-size: 2vw;
    font-weight: 800;
  }
  .tora__sectxt + .tora__sectxt {
    margin-top: 1.6666666667vw 0 1.6666666667vw 3.3333333333vw;
  }
  .tora__content {
    padding: 6.6666666667vw 0;
  }
  .tora__content--grey {
    padding-top: 23.3333333333vw;
  }
  .tora__content--white {
    padding-top: 10.6666666667vw;
  }
  .tora__content--grey2 {
    padding-top: 10.6666666667vw;
  }
  .tora__content--bg {
    padding-top: 10.6666666667vw;
  }
  .tora__head {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  .tora__planwrap {
    padding: 0 3.3333333333vw;
    margin-top: 6.6666666667vw;
  }
  .tora__planbox {
    border-radius: 1.3333333333vw;
  }
  .tora__planbox + .tora__planbox {
    margin-top: 6vw;
  }
  .tora__planttl {
    background-color: #835baa;
    font-size: 2.6666666667vw;
    line-height: 4.6666666667vw;
    padding: 1vw 2.6666666667vw;
  }
  .tora__planimg {
    margin: 8.3333333333vw auto 0;
  }
  .tora__plantxtbox {
    margin-top: 4.1666666667vw;
    margin-bottom: 5.8333333333vw;
  }
  .tora__plantxtbox p:nth-child(1) {
    font-size: 2.5vw;
    line-height: 3.3333333333vw;
  }
  .tora__plantxtbox p:nth-child(2) {
    font-size: 3.3333333333vw;
    line-height: 4.6666666667vw;
    font-weight: 600;
  }
  .tora__footer {
    margin-top: 4.6666666667vw;
    padding: 0 3.3333333333vw;
  }
  .tora__planboxmsg {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
  .tora__container--ski {
    margin-top: 4.6666666667vw;
  }
  .tora__container--tour {
    margin-top: 4.6666666667vw;
  }
  .tora__ttlsub {
    font-size: 3.3333333333vw;
    line-height: 4.6666666667vw;
  }
  .tora__ttl--snow {
    margin-top: 1.5vw;
  }
  .tora__ttl--snow:before {
    margin-right: 3.3333333333vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .tora__ttl--snow:after {
    margin-left: 3.3333333333vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .tora__skiplanbox {
    width: 100%;
    border-radius: 2vw;
    padding: 3vw;
    margin-top: 3.3333333333vw;
  }
  .tora__skiplanbox + .tora__skiplanbox {
    margin-top: 3.3333333333vw;
  }
  .tora__skiimg img {
    height: 29.5vw;
    border-radius: 0.6666666667vw;
  }
  .tora__spref {
    margin-top: 2vw;
    font-size: 2.6666666667vw;
    line-height: 3.6666666667vw;
  }
  .tora__sname {
    margin-top: 0.8333333333vw;
	font-weight: bold;
	font-size: 2rem;
  }
  .tora__sname a {
    font-size: 3vw;
    line-height: 4vw;
  }
  .tora__sflex {
    margin-top: 0.8333333333vw;
  }
  .tora__scourse {
    font-size: 2.5vw;
    line-height: 3vw;
    /*margin-right: 2.5vw;*/
  }
  .tora__samount-of-snow {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .tora__stest {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .tora__star + .tora__star {
    margin-left: 0.8333333333vw;
  }
  .tora__skibtn {
    padding: 1.5vw;
    box-shadow: inset 0px -0.5vw 0px rgba(0, 0, 0, 0.16);
    border-radius: 1vw;
    margin-top: 2.5vw;
    font-size: 2.3333333333vw;
    line-height: 4vw;
  }
  .tora__dividearea {
    padding: 6.6666666667vw 2.5vw;
  }
  .tora__right--h2 {
    border-left: 0.6666666667vw solid #a589c0;
    padding-left: 1.6666666667vw;
  }
  .tora__right--ttl {
    margin-top: 4.1666666667vw;
    font-size: 3vw;
  }
  .tora__right--img {
    margin-top: 4.1666666667vw;
  }
  .tora__right--txt {
    margin-top: 4.1666666667vw;
    font-size: 2.5vw;
  }
  .tora__right--txt p + p {
    margin-top: 2.6666666667vw;
  }
  .tora_tourboxwrap {
    margin-top: 3vw;
  }
  .tora__tourbox {
    padding: 4.6153846154vw;
    border-radius: 2vw;
    margin-bottom: 3.3333333333vw;
  }
  .tora__tourttl {
    margin-top: 2vw;
  }
  .tora__tourttl a {
    font-size: 3vw;
  }
  .tora__tourtype {
    font-size: 2.5vw;
    margin-top: 1.3333333333vw;
  }
  .tora__tourtag {
    margin-top: 1.3333333333vw;
  }
  .tora__tourtag li {
    margin-right: 0.8333333333vw;
  }
  .tora__tourlist {
    padding: 0.6666666667vw 2vw;
    border-radius: 4vw;
    font-size: 2vw;
  }
  .tora__tourtxt {
    font-size: 2vw;
    margin-top: 1.3333333333vw;
  }
  .tora__price {
    font-size: 4.6666666667vw;
    margin-top: 2vw;
  }
  .tora__tourthumb {
    bottom: 1.6666666667vw;
    padding: 0 1.6666666667vw;
  }
  .tora__thumbimg {
    margin-right: 0.8333333333vw;
    width: 8vw !important;
  }
  .tora__thumbimg img {
    border-radius: 0.6666666667vw;
  }
  .tora__mainimg > img {
    border-radius: 0.6666666667vw;
  }
  .tora__container {
    padding: 0 3.3333333333vw;
  }
  .tora__searchwrap {
    margin: 4.1666666667vw auto 0;
    border-radius: 2vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 2vw 4.1666666667vw -0.8333333333vw rgba(0, 0, 0, 0.08), 0px 0.8333333333vw 1.6666666667vw -1vw rgba(0, 0, 0, 0.08);
  }
  .tora__searchwrap .search-inner {
    padding: 3.3333333333vw 2.5vw;
  }
  .tora__searchwrap .search-label {
    padding-left: 6.8333333333vw;
    background: #fff;
  }
  .tora__searchwrap .mv-search__item {
    margin-top: 2.5vw;
    margin-bottom: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
  }
  .tora__searchwrap .search-select {
    border: none;
  }
  .tora__searchwrap .search-select select {
    font-size: 2.6666666667vw;
    line-height: 3.6666666667vw;
    padding-left: 6.8333333333vw;
    background: #fff;
    color: #222;
  }
  .tora__searchwrap .search-select::after {
    top: 25%;
  }
  .tora__searchwrap .search-select::before {
    width: 3.5vw;
    height: 3.5vw;
    background-size: 3.5vw 3vw;
  }
  .tora__searchwrap ._galende .search-select::before {
    background-size: 3.5vw 2.1666666667vw;
    width: 3.5vw;
    height: 3.5vw;
  }
  .tora__searchwrap ._calendar .search-select::before {
    width: 3.5vw;
    height: 3.5vw;
    background-size: 3.5vw 3.5vw;
  }
  .tora__searchwrap ._dept .search-select::before {
    width: 3.5vw;
    height: 3.5vw;
    background-size: 2.5vw 3.3333333333vw;
  }
  .tora__searchwrap .datepicker {
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
    margin-left: 6.8333333333vw;
  }
  .tora__searchwrap ._submit {
    margin-top: 3.3333333333vw;
  }
  .tora__searchwrap .search--txt {
    font-size: 2.3333333333vw;
  }
  .tora__searchwrap .search--img {
    width: 2.5vw;
    margin-left: 2.5vw;
  }
  .tora__searchwrap .search-submit {
    box-shadow: inset 0px -0.5vw 0px rgba(0, 0, 0, 0.16);
  }
  .tora__select_menu--container {
    margin: 0 2.6666666667vw;
  }
  .tora__select_menu--container > p {
    font-size: 2.3333333333vw;
  }
  .tora__select_menu--container + .tora__select_menu--container {
    margin-top: 2vw;
  }
  .tora__select_menu {
    margin-top: 0.8333333333vw;
    border: 0.3333333333vw solid #001f3c;
    border-radius: 1vw;
    padding: 0 6.3333333333vw 0 2.3333333333vw;
    height: 7.5vw;
    font-size: 2.5vw;
    background-color: #fff;
    color: #222;
  }
  .tora__faq {
    padding-left: 5vw;
    padding-right: 2.8333333333vw;
  }
  .tora__faq::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    background-size: 3.3333333333vw 3.3333333333vw;
  }
  .tora__faqtxt {
    font-size: 2.6666666667vw;
  }
  .tora__answer {
    padding-left: 5vw;
    margin-top: 1.6666666667vw;
  }
  .tora__answertxt {
    font-size: 2.3333333333vw;
  }
  .tora__accordionwrap {
    margin-top: 4.6666666667vw;
  }
  .tora__accordion_box {
    padding: 3vw 3.3333333333vw;
    border-radius: 2vw;
    margin-bottom: 3.3333333333vw;
  }
  .tora__aside--area {
    display: none;
  }
  .tora .breadcrumb {
    padding: 0 1.6666666667vw 1.6666666667vw 0;
  }
  .tora .breadcrumb--page {
    padding: 0 1.6666666667vw;
  }
  .tora .breadcrumb__item a {
    font-size: 2vw;
  }
  .tora .breadcrumb__item + .tora .breadcrumb__item {
    margin-left: 1.3333333333vw;
  }
}
@media (min-width: 960px) {
  .tora {
    padding: 75px 0 0;
  }
  .tora__mv {
    background: url("../images/tora/mv_pc.jpg") no-repeat center top;
    padding: 0;
    height: 650px;
    background-size: cover;
  }
  .tora__mv--slidearea {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .tora__mv--slidebox {
    border-radius: 8px;
    padding: 18px;
    max-width: 240px;
    margin-right: 16px;
  }
  .tora__mv--slideimg {
    border-radius: 40px;
    width: 68px;
    height: 68px;
  }
  .tora__mv--slideimg img {
    border-radius: 40px;
  }
  .tora__mv--sliderec {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
  .tora__mv--sliderec::after {
    margin-left: 5px;
    width: 20px;
    height: 20px;
  }
  .tora__mv--slidecontent {
    margin-top: 12px;
  }
  .tora__mv--skiname {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-top: 12px;
  }
  .tora__mv--skidetail {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    margin-top: 5px;
  }
  .tora__mv--skiprice {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.0769230769;
    margin-top: 5px;
  }
  .tora__mv--slidefooter {
    margin-top: 12px;
  }
  .tora__mv--slidefooter .tora__skibtn {
    width: 100%;
    box-sizing: border-box;
  }
  .tora__catch {
    margin-top: 30px;
    margin-bottom: 110px;
  }
  .tora__firsttxt {
    width: 1240px;
    margin: 0 auto;
  }
  .tora__firsttxt img {
    width: 730px;
    height: auto;
  }
  .tora__firsttxt img.pc {
    display: block;
	/*margin: 0 auto;*/
  }
  .tora__firsttxt img.sp {
    display: none;
  }
  .tora__firsttxt span {
    padding: 0.5555555556vw 1.8888888889vw 0.5555555556vw;
    font-size: 3.5555555556vw;
  }
  .tora__sectxt {
    padding: 0.5555555556vw 1.1111111111vw 0.5555555556vw;
  }
  .tora__sectxt p {
    font-size: 1.3333333333vw;
    font-weight: 800;
  }
  .tora__sectxt + .tora__sectxt {
    margin-top: 1.1111111111vw 0 1.1111111111vw 2.2222222222vw;
  }
  .tora__content {
    padding: 40px 0 80px;
  }
  .tora__content--grey {
    padding-top: 120px;
  }
  .tora__content--white {
    padding-top: 64px;
  }
  .tora__content--grey2 {
    padding-top: 64px;
  }
  .tora__content--bg {
    padding-top: 64px;
  }
  .tora__head {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin: 0 0 32px;
  }
  .tora__ttl {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
  .tora__ttl br {
    display: none;
  }
  .tora__ttl--white {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
  }
  .tora__ttl--white br {
    display: none;
  }
  .tora__planwrap {
    padding: 0 20px;
    max-width: 1024px;
    margin: 40px auto 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .tora__planbox {
    border-radius: 8px;
    width: 32%;
  }
  .tora__planbox + .tora__planbox {
    margin-top: 0;
  }
  .tora__planttl {
    background-color: #835baa;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 6px 16px;
  }
  .tora__planimg {
    margin: 50px auto 0;
  }
  .tora__plantxtbox {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .tora__plantxtbox p:nth-child(1) {
    font-size: 15px;
    line-height: 20px;
  }
  .tora__plantxtbox p:nth-child(2) {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .tora__footer {
    max-width: 1024px;
    margin: 24px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tora__footer .tora__planbox {
    width: 100%;
  }
  .tora__planboxmsg {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    padding: 16px;
  }
  .tora__planboxmsg p .pc {
    display: none;
  }
  .tora__container--ski {
    margin-top: 28px;
  }
  .tora__container--tour {
    margin-top: 28px;
  }
  .tora__ttlsub {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .tora__ttl--snow {
    margin-top: 9px;
  }
  .tora__ttl--snow:before {
    margin-right: 20px;
    width: 20px;
    height: 20px;
  }
  .tora__ttl--snow:after {
    margin-left: 20px;
    width: 20px;
    height: 20px;
  }
  .tora__ttl--snow.bg-on {
    display: inline-block;
    background: none;
    padding: 0;
  }
  .tora__ttl--snow.bg-on::before {
    left: -30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .tora__ttl--snow.bg-on::after {
    right: -30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .tora__skiplanbox {
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
  }
  .tora__skiplanbox + .tora__skiplanbox {
    margin-top: 20px;
  }
  .tora__skiimg img {
    height: 177px;
    border-radius: 4px;
  }
  .tora__spref {
    margin-top: 1.3333333333vw;
    font-size: 1.7777777778vw;
    line-height: 2.4444444444vw;
  }
  .tora__sname {
    margin-top: 0.5555555556vw;
  }
  .tora__sname a {
    font-size: 2vw;
    line-height: 2.6666666667vw;
  }
  .tora__sflex {
    margin-top: 0.5555555556vw;
  }
  .tora__scourse {
    font-size: 1.6666666667vw;
    line-height: 2vw;
    /*margin-right: 1.6666666667vw;*/
  }
  .tora__samount-of-snow {
    font-size: 1.6666666667vw;
    line-height: 2vw;
  }
  .tora__stest {
    font-size: 1.6666666667vw;
    line-height: 2vw;
  }
  .tora__star + .tora__star {
    margin-left: 0.5555555556vw;
  }
  .tora__skibtn {
    padding: 10px 5px;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .tora__dividearea {
    padding: 100px 0;
    max-width: 1024px;
    margin: 0 auto;
  }
  .tora__divideinner {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .tora__right--area {
    width: 630px;
  }
  .tora__right--h2 {
    border-left: 4px solid #a589c0;
    padding-left: 10px;
  }
  .tora__right--ttl {
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .tora__right--img {
    margin-top: 25px;
  }
  .tora__right--txt {
    margin-top: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .tora__right--txt p + p {
    margin-top: 16px;
  }
  .tora__aside--area {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    width: calc(100% - 670px);
    margin-left: auto;
    top: 0;
  }
  .tora__aside--inner {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
  }
  .tora__aside--inner ol {
    margin-bottom: 16px;
  }
  .tora__aside--inner ol li {
    margin-bottom: 16px;
  }
  .tora__aside--inner ol li ol {
    margin-top: 16px;
  }
  .tora__aside--inner ol li a {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .tora_tourboxwrap {
    margin-top: 18px;
  }
  .tora__tourbox {
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .tora__tourttl {
    margin-top: 12px;
  }
  .tora__tourttl a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
  }
  .tora__tourtype {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3888888889;
    margin-top: 8px;
	font-weight: bold;
  }
  .tora__tourtag {
    margin-top: 8px;
  }
  .tora__tourtag li {
    margin-right: 5px;
  }
  .tora__tourlist {
    padding: 4px 12px;
    border-radius: 24px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
  .tora__tourtxt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 8px;
  }
  .tora__price {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    margin-top: 12px;
  }
  .tora__tourthumb {
    bottom: 10px;
    padding: 0 10px;
  }
  .tora__thumbimg {
    margin-right: 5px;
    width: 48px !important;
  }
  .tora__thumbimg img {
    border-radius: 4px;
  }
  .tora__mainimg > img {
    border-radius: 4px;
  }
  .tora__tab-button-outer {
    display: block;
  }
  .tora__tab-button-inner2, .tora__tab-button-inner {
    max-width: 1024px;
    margin: 0 auto;
    border: 2px solid #001f3c;
    padding: 32px 36px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
  }
  .tora__tab-button-inner {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .tora__tab-button-inner > p {
    width: 144px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .tora__tab-button-inner > ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 154px);
    margin-left: auto;
  }
  .tora__tab-button-inner > ul li {
    margin: 0 12px 12px 0;
  }
  .tora__tab-button-inner > ul li a {
    padding: 0 36px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
  }
  .tora__tab-button-inner > ul li a:hover {
    background: #a589c0;
    color: #fff;
    border-color: #a589c0;
  }
  .tora__tab-button-inner > ul li a.is-target {
    border: none;
    background: #a589c0;
    border-color: #a589c0;
  }
  .tora__tab-button {
    display: flex;
    align-items: center;
  }
  .tora__tab-button-wrap {
    display: flex;
    align-items: center;
  }
  .tora__tab-button-wrap > p {
    width: 144px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .tora__tab-button-wrap > ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 154px);
    margin-left: auto;
  }
  .tora__tab-button-wrap > ul li {
    margin: 0 12px 12px 0;
  }
  .tora__tab-button-wrap > ul li a {
    padding: 0 36px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
  }
  .tora__tab-button-wrap > ul li a:hover {
    background: #a589c0;
    color: #fff;
    border-color: #a589c0;
  }
  .tora__tab-button-wrap > ul li a.is-target {
    border: none;
    background: #a589c0;
    border-color: #a589c0;
  }
  .tora__tab-button-wrap + .tora__tab-button-wrap {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dotted #ccc;
  }
  .tora__tab-area {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .tora__skiplanbox {
    box-sizing: border-box;
    padding: 18px;
    flex-basis: 32%;
  }
  .tora__skiplanbox .tora__skibtn {
    width: 100%;
    margin: 12px 0 0;
    box-sizing: border-box;
  }
  .tora__spref {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .tora__sname a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-weight: 600;
    color: #000;
    text-decoration: none;
  }
  .tora__scourse, .tora__samount-of-snow, .tora__stest {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .tora__scourse--num, .tora__samount-of-snow--num {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
  }
  .tora__star {
    width: 15px;
  }
  .tora__star img {
    width: 15px;
    height: auto;
    vertical-align: bottom;
  }
  .tora__star + .tora__star {
    margin-left: 0;
  }
  .tora__container {
    padding: 0 20px;
  }
  .tora__searchwrap {
    max-width: 1024px;
    margin: 25px auto 0;
    border-radius: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 12px 25px -5px rgba(0, 0, 0, 0.08), 0px 5px 10px -6px rgba(0, 0, 0, 0.08);
  }
  .tora__searchwrap .search-inner {
    padding: 20px 15px;
  }
  .tora__searchwrap .mv-search__list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .tora__searchwrap .search-label {
    padding-left: 40px;
    white-space: nowrap;
  }
  .tora__searchwrap .mv-search__item {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 10px;
    box-sizing: border-box;
    width: calc((100% - 56px) / 4);
    border-bottom: none;
    border-right: 1px solid #ccc;
    position: relative;
  }
  .tora__searchwrap .mv-search__item + .mv-search__item {
    padding-left: 10px;
  }
  .tora__searchwrap .search-select {
    border: none;
  }
  .tora__searchwrap .search-select select {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    padding-left: 40px;
  }
  .tora__searchwrap .search-select::after {
    top: 25%;
  }
  .tora__searchwrap .search-select::before {
    left: 0;
    top: 0;
    width: 21px;
    height: 23px;
    background-size: 21px auto;
    background-position: center;
  }
  .tora__searchwrap ._galende .search-select::before {
    width: 26px;
    height: 23px;
    background-size: 26px auto;
    background-position: center;
  }
  .tora__searchwrap ._calendar .search-select::before {
    width: 21px;
    height: 23px;
    background-size: 21px auto;
    background-position: center;
  }
  .tora__searchwrap ._dept .search-select::before {
    width: 16px;
    height: 23px;
    background-size: 16px auto;
  }
  .tora__searchwrap .datepicker {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin-left: 35px;
  }
  .tora__searchwrap ._submit {
    margin-top: 0;
    width: 56px;
  }
  .tora__searchwrap .search--txt {
    display: none;
  }
  .tora__searchwrap .search--img {
    width: 25px;
    margin-left: 0;
  }
  .tora__searchwrap .search-submit {
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.16);
  }
  .tora__select_menu--container {
    display: none;
  }
  .tora__faq {
    padding-left: 30px;
    padding-right: 17px;
  }
  .tora__faq::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .tora__faqtxt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1111111111;
  }
  .tora__answer {
    padding-left: 30px;
    margin-top: 10px;
  }
  .tora__answertxt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .tora__accordionwrap {
    max-width: 1024px;
    margin: 28px auto 0;
  }
  .tora__accordion_box {
    padding: 18px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .tora__ibox {
    top: 0;
    right: -6px;
    border: 1px solid;
    width: 13px;
    height: 13px;
  }
  .tora__ibox:before {
    width: 9px;
    left: 5px;
  }
  .tora__ibox:after {
    height: 9px;
    left: 9px;
  }
  .tora .breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px 10px 0;
  }
  .tora .breadcrumb--page {
    padding: 0 10px;
  }
  .tora .breadcrumb__item a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .tora .breadcrumb__item + .tora .breadcrumb__item {
    margin-left: 8px;
  }
  .tora__tourbox {
    max-width: 1024px;
    margin: 0 auto 24px;
    box-sizing: border-box;
  }
  .tora__tourboxin {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .tora__imgcontainer {
    width: 340px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .tora__tourcontent {
    width: calc(100% - 360px);
    margin-left: auto;
  }
  .tora__tourslide {
    width: 268px;
  }
  .tora__tourslide img {
    width: 100%;
    height: auto;
  }
  .tora__tourthumb {
    width: 72px;
    position: static;
  }
  .tora__thumbimg {
    margin: 0;
  }
  .tora__thumbimg img {
    border: none;
  }
  .tora__tourfooter {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .tora__tourfooter br.pc {
    display: none;
  }
  .tora__price {
    font-family: "Jost";
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
  }
  .tora__skibtn {
    width: 140px;
    margin-left: auto;
  }
  .tora__skibtn.info {
    width: 400px;
  }
	
/*20260206追加*/
	.recommend{
		margin-bottom: 100px;
	}
	.recommend ul{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	.recommend li{
		text-align: center;
		padding: 0 50px;
	}
	.recommend_img{
		width: 360px;
	}
	.recommend_img:hover{
		opacity: 0.6;
	}
	.recommend_txt{
		margin-top: 20px;
	}
}/*# sourceMappingURL=tora.css.map */

html, body { overflow-x: hidden; }