@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: 16px;
  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%;
  }
}

.sp-only {
  display: none !important;
}



/* ---------- .bread ---------- */
.bread {
  max-width: 100%;
  background: #f6fafd;
  margin: 0 auto;
}
.bread ul {
  display: block;
  width: 1080px;
  margin: 0 auto;
}
.bread li {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin: 17px auto 13px;
}
.bread li:last-child::after {
  content: '';
}
.bread li a {
  color: #26aaff;
  text-decoration: none;
}


/* ---------- .mainVisual ---------- */
.mainVisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
}
.mainVisual h2 {
  position: relative;
  left: 50%;
  margin-left: -1000px;
  height: 0;
  padding: 0;
}
.mainVisual_over {
  display: block;
  margin: 0 auto;
  width: 1080px;
  position: relative;
}
.mainVisual_over img {
  position: absolute;
  top: 80px;
  right: 33px;
  z-index: 10;
}
.mainVisual_over .mv_txt_wrap01 {
  position: absolute;
  z-index: 10;
  top: 292px;
  left: 315px;
  color: #125266;
  text-align: center;
  font-weight: bold;
}
.mainVisual_over .mv_txt01 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #4a5255;
}
.mainVisual_over .mv_txt02 {
  font-size: 22px;
  color: #125266;
}
.mainVisual_over .mv_txt02 span {
  margin-left: 20px;
  color: #ff0101;
}


/* ---------- #tour ---------- */
.tour_title_txt {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background: #fe98a0;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.tour_title_txt::after {
  content: '';
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #fe98a1 transparent transparent transparent;
}
.tour_title_txt p {
  position: relative;
}
.tour_title_txt p::before,
.tour_title_txt p::after {
  position: relative;
  content: url('../img/tour_icon.png');
  top: 3px;
}
.tour_title_txt p::before {
  left: -10px;
}
#tour {
  background: #fffeef;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
#tour #tour_inner {
  display: block;
  width: 1080px;
  margin: 0 auto 40px;
  padding: 40px 15px;
  position: relative;
}
#tour ul.tour_list {
  text-align: center;
}
#tour ul.tour_list a {
  text-decoration: none;
  display: inline-block;
}
#tour .tour_list li {
  display: inline-block;
  width: 200px;
  background: #f4f4f4;
  margin-right: 20px;
  position: relative;
}
#tour ul.tour_list li:hover {
  background: #e0e0e0;
}
#tour ul.tour_list li:hover img,
#tour ul.tour_list li:hover p,
#tour .tour_list li:hover::before,
#tour .tour_list li:hover::after {
  opacity: 0.7;
}
#tour ul.tour_list li,
#tour ul.tour_list li img,
#tour ul.tour_list li p,
#tour .tour_list li::before,
#tour .tour_list li::after {
  transition: 0.5s;
}
#tour .tour_list li.ribbon_morning::before {
  content: url('../img/ribbon_morning.png');
  position: absolute;
  top: 6px;
  left: 0px;
  z-index: 10;
}
#tour .tour_list li.ribbon_night::before {
  content: url('../img/ribbon_night.png');
  position: absolute;
  top: 6px;
  left: 0px;
  z-index: 10;
}
#tour .tour_list li:last-child {
  margin-right: 0;
}
#tour .tour_list img {
  display: block;
  width: auto;
  margin: 9px auto 0;
}
#tour .tour_list p:first-of-type {
  display: block;
  font-size: 14px;
  line-height: 1.5;
	font-weight: bold;
  color: #333333;
  margin: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}
#tour .tour_list p:last-of-type {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fa115e;
  text-align: right;
  margin: 9px;
}


/* ---------- #ski_list ---------- */
#ski_list {
  display: block;
  width: 1080px;
  margin: 0 auto 50px;
}

/*追記*/
#ss_bn{
display: block;
padding:50px 0;
}
#ss_bn img{
border-radius: 5px;
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);
}
/*//追記*/

h3 {
  text-align: center;
  margin-bottom: 30px;
}
#ski_list h3 p {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #f47c86;
  padding: 50px 60px 0;
  background: url(../img/ski_list_txt01.png) no-repeat 97px 0px;
}
#ski_list ul {
  text-align: center;
  padding: 0 15px;
}
#ski_list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 5px;
  border-left: 5px dotted #dcdcdc;
}
#ski_list li:last-of-type {
  border-right: 5px dotted #dcdcdc;
}
#ski_list li a {
  display: inline-block;
  width: 194px;
  height: 70px;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  transition: 0.5s;
  position: relative;
}
#ski_list li a:hover {
  background: #fef9af;
}
#ski_list li p {
  color: #333333;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* ---------- .ski_info ----------- */
.ski_info {
  display: block;
  width: 1080px;
  margin: 0 auto 50px;
  padding: 8px;
  background: #f2f2f2;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-sizing: border-box;
}
.ski_info h3 {
  font-size: 28px;
  font-weight: bold;
  color: #3e5058;
  margin: 10px 0 7px;
}
.ski_info h3 .prefecture {
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 14px;
  color: #fff;
  margin: 0 15px 0 10px;
  padding: 25px 9px;
  background: #79b3cd;
}
.ski_info > div {
  background: #fff;
  padding: 15px;
}
.ski_info .detail {
  display: block;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.ski_info .detail + p {
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
}
.ski_info .detail div {
  display: inline-block;
  border: 2px solid #e6e6e6;
  border-radius: 20px;
}
.ski_info .detail .snow {
  margin-right: 20px;
}
.ski_info .detail div p {
  display: inline-block;
  height: 35px;
  vertical-align: top;
}
.ski_info .detail div p:first-of-type {
  font-size: 15px;
  background: #79b3cd;
  line-height: 2.3;
 /* padding: 0 30px;*/
	 padding: 0 20px;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.ski_info .detail div p:last-of-type {
  line-height: 1.3;
  font-size: 18px;
  color: #79b3cd;
}
.ski_info .detail .snow p:last-of-type {
  text-align: center;
  line-height: 1.3;
  width: 370px;
}
.ski_info .detail .period p:last-of-type {
  text-align: center;
  line-height: 1.9;
  width: 370px;
}
.ski_info .detail div p:last-of-type span {
  color: #ff5b68;
  font-size: 24px;
  position: relative;
  top: 2px;
}
.ski_info > p {
  font-size: 15px;
  margin-top: 15px;
}
.ski_info .bus_btn {
  display: block;
  margin-top: 20px;
}
.ski_info .bus_btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  border-radius: 6px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
  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_btn03 a {
  width: 31.5%;
  margin-right: 1.25%;
}
.ski_info .bus_btn02 a {
  width: 48%;
  margin-right: 2%;
}
.ski_info .bus_btn01 a {
  display: block;
  width: 50%;
  margin: 0 auto !important;
}
.ski_info .bus_btn .btn_pink:hover {
  background: #fa848e;
}
.ski_info .bus_btn .btn_blue:hover {
  background: #648fe7;
}
.ski_info .bus_btn .btn_green:hover {
  background: #71c659;
}
.ski_info .bus_btn .btn_d-green:hover {
  background: #71c659;
}
.ski_info .bus_btn a:last-of-type {
  margin-right: 0;
}
.ski_info .bus_btn a:before {
  display: block;
  content: '';
  position: absolute;
  top: 33px;
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
.ski_info .bus_btn a:after {
  display: block;
  content: '';
  position: absolute;
  top: 25px;
  right: 8px;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.5s;
}
.ski_info .bus_btn a span {
  display: inline-block;
  font-size: 22px;
  margin-top: 5px;
}

.ski_txt_area {
  font-size: 15px;
  color: #6b6b6b;
  display: block;
  width: 1080px;
  margin: 0 auto 50px;
}

.return_top {
  display: block;
  text-decoration: none;
  width: 1080px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #26aaff;
  text-align: right;
}
.return_top:hover {
  text-decoration: underline;
}


.txt_info{	
	margin: 60px auto 100px auto;
	padding: 150px 0;
	width: 80%;
	max-width: 1080px;
	text-align: center;
	border: 2px solid #FF6063;
	font-size:22px;
}