@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/* 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;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 3.5vw;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

.pc-only {
  display: none !important;
}

/* ---------- .bread ---------- */
.bread {
 display: none;
}


/* ---------- .mainVisual_over ---------- */
.mainVisual_over {
  display: block;
  position: relative;
}
.mainVisual_over .mv_txt_wrap01 {
  position: absolute;
  z-index: 10;
  top: 51.5vw;
  left: 47vw;
  color: #125266;
  text-align: center;
  font-weight: bold;
}
.mainVisual_over .mv_txt01 {
  font-size: 3vw;
  line-height: 1.5;
  margin-bottom: 1vw;
  color: #4a5255;
}
.mainVisual_over .mv_txt02 {
  font-size: 4vw;
  line-height: 1.2;
  color: #125266;
}
.mainVisual_over .mv_txt02 span {
  color: #ff0101;
}


/* ---------- .mainVisual ---------- */
.mainVisual {
  width: 100%;
}
.mainVisual img {
  width: 100%;
}


/* ---------- #tour ---------- */
.tour_title_txt {
  font-size: 4.5vw;
  font-weight: bold;
  color: #fff;
  background: #fe98a0;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
}
.tour_title_txt::after {
  content: '';
  position: absolute;
  top: 13vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5vw 5vw 0 5vw;
  border-color: #fe98a1 transparent transparent transparent;
}
.tour_title_txt p {
  position: relative;
  padding: 3vw 0 3.5vw;
}
.tour_title_txt p::before,
.tour_title_txt p::after {
  content: '';
  display: inline-block;
  position: relative;
  background: url('../img/tour_icon.png') no-repeat 0 0;
  background-size: 100%;
  width: 6vw;
  height: 6vw;
  top: 1vw;
}
.tour_title_txt p::before {
  left: -1.5vw;
}
#tour {
  background: #fffeef;
  box-shadow: 0 0 3vw rgba(0,0,0,0.2);
}
#tour #tour_inner {
  display: block;
  margin: 0 auto 5vw;
  padding: 6vw 2vw;
  position: relative;
}
#tour ul.tour_list a {
  text-decoration: none;
  display: inline-block;
}
#tour .tour_list li {
  display: inline-block;
  width: 49%;
  background: #f4f4f4;
  position: relative;
  margin-bottom: 4vw;
  padding: 2vw;
  box-sizing: border-box;
}
#tour .tour_list li:nth-of-type(2n) {
  margin-right: 2%;
}
#tour .tour_list li:first-of-type {
  width: 100%;
}
#tour .tour_list li.ribbon_morning::before {
  content: '';
  display: inline-block;
  background: url('../img/ribbon_morning.png') no-repeat 0 0;
  background-size: 100%;
  width: 15vw;
  height: 10vw;
  position: absolute;
  top: 1vw;
  left: 0;
  z-index: 10;
}
#tour .tour_list li.ribbon_night::before {
  content: '';
  display: inline-block;
  background: url('../img/ribbon_night.png') no-repeat 0 0;
  background-size: 100%;
  width: 15vw;
  height: 10vw;
  position: absolute;
  top: 1vw;
  left: 0;
  z-index: 10;
}
#tour .tour_list img {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#tour .tour_list p:first-of-type {
  display: block;
  font-size: 3vw;
  color: #333333;
  padding: 2vw;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  line-height: 1.5;
	font-weight: bold;
}
#tour .tour_list p:last-of-type {
  display: block;
  font-size: 4vw;
  font-weight: bold;
  color: #fa115e;
  text-align: right;
  margin: 2vw;
}#tour .tour_list li:first-of-type {
  padding: 2vw;
}
#tour .tour_list li:first-of-type img {
  display: inline-block;
  width: 44%;
  margin: 0;
  float: left;
}
#tour .tour_list li:first-of-type p:first-of-type {
  display: inline-block;
  width: 54%;
  vertical-align: top;
  float: right;
  box-sizing: border-box;
}
#tour .tour_list li:first-of-type p:last-of-type {
  display: inline-block;
  width: 54%;
  vertical-align: top;
  margin: 0;
  padding: 2vw;
  float: right;
  box-sizing: border-box;
}


/* ---------- #ski_list ---------- */

/*追記*/
#ss_bn{
display: block;
padding:20px 0 30px;
	text-align: center;
}
#ss_bn img{
	width:90%;
	height:auto;
background-clip: padding-box;
border: 4px solid #fdd000;
border-radius: 5px;
transition: all 0.3s linear;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
/*//追記*/

#ski_list ul {
  display: none;
}
#ski_list h3 {
  text-align: center;
  margin-bottom: 7vw;
}
#ski_list h3 p {
  display: inline-block;
  font-size: 7vw;
  font-weight: bold;
  text-align: center;
  color: #f47c86;
  padding: 10vw 12vw 0;
  background: url(../img/ski_list_txt01.png) no-repeat 19vw 1vw;
  background-size: 30vw;
}


/* ---------- .ski_info ----------- */
.ski_info {
  display: block;
  width: 96vw;
  margin: 0 auto 10vw;
  padding: 2vw;
  background: #f2f2f2;
  border: 0.2vw solid #efefef;
  border-radius: 0.6vw;
  box-sizing: border-box;
}
.mainCont .ski_info:last-of-type {
  margin: 0 auto 3vw;
}
.ski_info h3 {
  font-size: 5vw;
  font-weight: bold;
  margin: 1vw;
  color: #3e5058;
}
.ski_info h3 .prefecture {
  display: inline-block;
  position: relative;
  top: -1vw;
  font-size: 2vw;
  color: #fff;
  margin: 0 4vw 0 1vw;
  padding: 4vw 2vw;
  background: #79b3cd;
}
.ski_info > div {
  background: #fff;
  padding: 1.5vw;
}
.ski_info .detail {
  display: block;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3vw;
}
.ski_info .detail + p {
  color: #333333;
  font-size: 3vw;
  padding: 0 1vw;
  line-height: 1.5;
}
.ski_info .detail div {
  display: inline-block;
  /*width: 50%;*/
	width: 49%;
  padding: 2vw;
  box-sizing: border-box;
  vertical-align: top;
}
.ski_info .detail div:first-of-type {
  border-right: 1px solid #e6e6e6;
}
.ski_info .detail div p {
  display: inline-block;
}
.ski_info .detail div p:first-of-type {
  font-size: 3.5vw;
  display: block;
  text-align: center;
  background: #79b3cd;
  margin: 0 auto;
  padding: 1.5vw 4vw;
  position: relative;
  border-radius: 6vw;
}
.ski_info .detail div p:last-of-type {
  width: 100%;
  text-align: center;
  font-size: 2.5vw;
  color: #79b3cd;
  padding-top: 2vw;
  position: relative;
  left: 1vw;
}
.ski_info .detail div p:last-of-type span {
  color: #ff5b68;
  font-size: 4vw;
  position: relative;
  top: 0.5vw;
  vertical-align: bottom;
}
.ski_info .detail .period p:last-of-type {
  font-size: 3.5vw;
  position: relative;
  top: 0.9vw;
}
.ski_info .bus_btn {
  display: block;
  margin-top: 3vw;
}
.ski_info .bus_btn a {
  display: block;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
  margin: 0 1vw 1.5vw;
  padding: 2vw 0;
  border-radius: 1.5vw;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.ski_info .bus_btn .btn_pink {
  background: #fe98a0;
}
.ski_info .bus_btn .btn_blue {
  background: #89a9ea;
}
.ski_info .bus_btn .btn_green {
  background: #8fd67b;
}
.ski_info .bus_btn .btn_d-green {
  background: #339933;
}
.ski_info .bus_btn .btn_orange {
  background: #cc6600;
}


.ski_info .bus_btn a:before {
  display: block;
  content: '';
  position: absolute;
  top: 5.2vw;
  right: 3.6vw;
  width: 1vw;
  height: 1vw;
  border-top: 0.4vw solid #fff;
  border-right: 0.4vw solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
  transition: 0.5s;
}
.ski_info .bus_btn a:after {
  display: block;
  content: '';
  position: absolute;
  top: 4vw;
  right: 2vw;
  width: 4vw;
  height: 4vw;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.5s;
}
.ski_info .bus_btn a span {
  display: inline-block;
  font-size: 4vw;
  margin-top: 1.5vw;
}

.ski_txt_area {
  font-size: 3vw;
  line-height: 1.5;
  width: 94vw;
  color: #6b6b6b;
  display: block;
  margin: 0 auto 10vw;
}

.return_top {
  display: block;
  text-decoration: none;
  width: 94vw;
  margin: 0 auto 10vw;
  font-size: 3.5vw;
  color: #26aaff;
  text-align: right;
}


.txt_info{	
	margin: 10px auto 50px auto;
	padding: 80px 0;
	width: 90%;
	text-align: center;
	border: 2px solid #FF6063;
	font-size:18px;
}