@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%;
  }
}

/* strHeader
----------------------------------------------- */
.strHeader {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  .strHeader {
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.strHeader:before,
.strHeader:after {
  content: "";
  display: table;
}

.strHeader:after {
  clear: both;
}

.strHeader .logo {
  float: left;
}

@media screen and (max-width: 768px) {
  .strHeader .logo {
    float: none;
  }
  .strHeader .logo img {
    zoom: 0.5;
  }
}

.strHeader .subnavi {
  font-size: 12px;
  float: right;
  margin-top: -2px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .strHeader .subnavi {
    display: none;
  }
}

.strHeader .subnavi > li {
  display: inline-block;
  margin-left: 10px;
}

.strHeader .subnavi > li:first-child {
  margin-left: 0;
}

.strHeader .subnavi > li.info {
  background: url(../img/head-ic-snow.gif) no-repeat left center;
}

.strHeader .subnavi > li.question {
  background: url(../img/head-ic-faq.gif) no-repeat left center;
}

.strHeader .subnavi > li.company {
  background: url(../img/head-ic-com.gif) no-repeat left center;
}

.strHeader .subnavi > li > a {
  line-height: 19px;
  display: inline-block;
  padding-left: 21px;
}

.strHeader h1 {
  font-size: 10px;
  font-weight: normal;
  float: right;
  padding: 7px 18px;
  border-radius: 4px;
  background-color: #ececec;
}

@media screen and (max-width: 768px) {
  .strHeader h1 {
    margin-top: 10px;
    float: none;
    padding: 7px;
  }
}

.strHeader h1 .txtPinkB {
  font-weight: bold;
  color: #ff0096;
}

.strHeader h1 .txtPinkB a {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .page-top__link {
    text-align: right;
    padding-right: 20px;
    margin-top: 20px;
  }
  .page-top__link a {
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-decoration: none;
  }
}

.footer {
  background: #525252;
  padding: 40px 0px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0px 0px;
  }
}

.footer__menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .footer__menu {
    margin-bottom: 0px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .footer__menu li {
    width: 100%;
  }
}

.footer__menu li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer__menu li a {
    box-sizing: border-box;
    display: block;
    padding: 15px 20px;
    position: relative;
  }
  .footer__menu li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
}

.footer__menu li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .footer__menu li + li {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .footer__flex {
    background: rgba(0, 0, 0, 0.2);
    flex-direction: column;
    padding: 15px 0px;
  }
}

.footer__copy {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer__copy span + span {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.63636;
  }
  .footer__copy span {
    display: block;
  }
  .footer__copy span + span {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer__banner.flex__item--right {
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
}

.outer__inner {
  width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .outer__inner {
    width: 100%;
    box-sizing: border-box;
  }
}

.content {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .content {
    margin-bottom: 30px;
  }
}

.content__head {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  color: #3cb8fa;
  position: relative;
}

@media screen and (max-width: 768px) {
  .content__head {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
}

.content__head > p {
  display: inline-block;
  background: #3cb8fa;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  padding: 10px 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  position: relative;
}

.content__head > p:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #3cb8fa transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
}

@media screen and (max-width: 768px) {
  .content__head > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 5px 15px;
    margin-bottom: 15px;
  }
}

.loop-list a {
  display: block;
  text-decoration: none;
}

.loop-list--01 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .loop-list--01 {
    flex-direction: column;
  }
}

.loop-list--01 li {
  width: 320px;
  padding: 20px 20px 20px 0px;
}

@media screen and (max-width: 768px) {
  .loop-list--01 li {
    width: 100%;
  }
}

.loop-list--01 li + li {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .loop-list--01 li + li {
    padding-left: 0px;
    padding-top: 20px;
    border-left: none;
    border-top: 1px solid #ccc;
  }
}

.loop-list--01__photo {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .loop-list--01__photo {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .loop-list--01__photo img {
    width: 100%;
    height: auto;
  }
}

.loop-list--02 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .loop-list--02 {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.loop-list--02 li {
  width: 184px;
  padding: 20px 15px 20px 0px;
}

@media screen and (max-width: 768px) {
  .loop-list--02 li {
    width: 50%;
    box-sizing: border-box;
    padding: 0;
  }
  .loop-list--02 li:nth-child(odd) {
    padding: 10px;
    border-right: 1px solid #ccc;
  }
  .loop-list--02 li:nth-child(even) {
    padding: 10px;
    margin-left: auto;
  }
}

.loop-list--02 li + li {
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .loop-list--02 li + li {
    padding-left: 0px;
    border-left: none;
  }
}

@media screen and (max-width: 768px) {
  .loop-list--02 li + li + li {
    border-top: 1px solid #ccc;
  }
}

.tab-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tab-list li {
  display: table-cell;
}

.tab-list li a {
  display: block;
  text-align: center;
  color: #111;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 15px 0px;
  text-decoration: none;
  font-weight: bold;
}

.tab-list li a:hover {
  color: #1678d8;
}

@media screen and (max-width: 768px) {
  .tab-list li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 10px 0px;
  }
}

.tab-list li .tab-list--current {
  position: relative;
  color: #1678d8;
}

.tab-list li .tab-list--current:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 5px;
  background: #1678d8;
  content: "";
}

.tab-list li + li {
  border-left: 1px solid #ccc;
}

.visual {
  background: url(../img/bg_orion01.png) no-repeat center top;
  background-size: cover;
  height: 570px;
  position: relative;
}

.visual__title {
  width: 1029px;
  height: 175px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -514px;
}

.visual__image {
  width: 812px;
  height: 464px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -406px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .visual {
    height: 285px;
  }
  .visual__title {
    width: 90%;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -45%;
  }
  .visual__title img {
    width: 100%;
    height: auto;
  }
  .visual__image {
    width: 90%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45%;
  }
  .visual__image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

/*パン屑*/
.breadcrumb {
  padding: 20px 50px;

}

@media screen and (min-width: 769px) {
  .breadcrumb {
    padding: 20px 10px;
	width: 960px;
	margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px;
  }
}

.breadcrumb .breadcrumb-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.breadcrumb .breadcrumb-list__item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.breadcrumb .breadcrumb-list__item a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: #1678d8;
  text-decoration: none;
}

.breadcrumb .breadcrumb-list__item a:hover {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-list li + li {
  padding-left: 20px;
}

.breadcrumb .breadcrumb-list li + li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 1px #7f7f7f;
  border-right: solid 1px #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

/*検索*/
.search {
  background: #eee;
  padding: 30px 0px;
}

@media screen and (max-width: 768px) {
  .search {
    padding: 15px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

.search__head {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #01a5fc;
  margin-bottom: 25px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .search__head {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
}

.search__body {
  margin: 0 auto;
  width: 920px;
}

@media screen and (max-width: 768px) {
  .search__body {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.search__group {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .search__group {
    flex-direction: column;
    padding: 10px;
  }
}

.search__group #planList {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .search__group #planList {
    display: block;
    width: 100%;
  }
}

.search__group #planList dt {
  width: 70px;
  color: #01a5fc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .search__group #planList dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.search__group #planList dd {
  width: calc( 100% - 70px);
}

@media screen and (max-width: 768px) {
  .search__group #planList dd {
    width: 100%;
    display: block;
  }
}

.search__group #planList .plan-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.search__group #planList .plan-list input {
  display: none;
}

.search__group #planList .plan-list li {
  min-width: 120px;
}

.search__group #planList .plan-list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  white-space: nowrap;
  color: #111;
  font-weight: bold;
}

.search__group #planList .plan-list li.active a {
  color: #fff;
  background: #01a5fc;
}

.search__group #planList .plan-list li + li {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .search__group #planList .plan-list li {
    width: 48.5%;
  }
  .search__group #planList .plan-list li + li {
    margin-left: 0;
  }
  .search__group #planList .plan-list li + li + li {
    margin-top: 10px;
  }
}

.search__group #startarea, .search__group #area, .search__group #skiarea {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .search__group #startarea, .search__group #area, .search__group #skiarea {
    display: block;
    width: 100%;
  }
}

.search__group #startarea dt, .search__group #area dt, .search__group #skiarea dt {
  width: 70px;
  color: #01a5fc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .search__group #startarea dt, .search__group #area dt, .search__group #skiarea dt {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}

.search__group #startarea dd, .search__group #area dd, .search__group #skiarea dd {
  width: calc( 100% - 70px);
}

@media screen and (max-width: 768px) {
  .search__group #startarea dd, .search__group #area dd, .search__group #skiarea dd {
    display: block;
    width: 100%;
  }
}

.search__group #startarea select, .search__group #area select, .search__group #skiarea select {
  width: 200px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .search__group #startarea select, .search__group #area select, .search__group #skiarea select {
    display: block;
    width: 100%;
  }
}

.search__group #skiarea select {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .search__group #skiarea select {
    width: 100%;
  }
}

.search__group dl + dl {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .search__group dl + dl {
    margin-top: 15px;
    margin-left: 0;
  }
}

.search__group #departureDate {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .search__group #departureDate {
    display: block;
    width: 100%;
  }
}

.search__group #departureDate dt {
  width: 70px;
  color: #01a5fc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .search__group #departureDate dt {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}

.search__group #departureDate select {
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
}

@media screen and (min-width: 769px) {
  .search__group #departureDate select.sizeL {
    width: 105px;
  }
  .search__group #departureDate select.sizeS {
    width: 85px;
  }
}

@media screen and (max-width: 768px) {
  .search__group #departureDate select {
    width: 100%;
    margin-bottom: 10px;
  }
}

.search__group #departureDate img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .search__group #departureDate img {
    display: none;
  }
}

.search__group #people {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .search__group #people {
    display: block;
    width: 100%;
  }
}

.search__group #people dt {
  width: 70px;
  color: #01a5fc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .search__group #people dt {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}

.search__group #people select {
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
}

@media screen and (min-width: 769px) {
  .search__group #people select.sizeL {
    width: 105px;
  }
  .search__group #people select.sizeS {
    width: 85px;
  }
}

@media screen and (max-width: 768px) {
  .search__group #people select {
    width: 100%;
    margin-bottom: 10px;
  }
}

.search__group #stay {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .search__group #stay {
    display: block;
    width: 100%;
  }
}

.search__group #stay dt {
  width: 70px;
  color: #01a5fc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .search__group #stay dt {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}

.search__group #stay dd .radio-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.search__group #stay dd .radio-list li + li {
  margin-left: 15px;
}

.search .button {
  text-align: center;
}

.search .button input {
  width: 490px;
  height: 60px;
  background: #3cb8fa;
  display: block;
  margin: 0 auto;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 768px) {
  .search .button input {
    margin-top: 15px;
    width: 100%;
  }
}

/*お知らせ*/
.news {
  padding: 80px 0px;
  width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 40px 0px;
    width: 100%;
  }
}

.news__head {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .news__head {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0 10px;
  }
}

.news__category, .news__category--01, .news__category--02 {
  min-width: 125px;
  height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .news__category, .news__category--01, .news__category--02 {
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14286;
  }
}

.news__category--01 {
  background: #4072fe;
}

.news__category--02 {
  background: #3cb8fa;
}

.news__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 15px;
}

.news__title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #1678d8;
}

.news-list {
  border-top: 1px solid #ccc;
}

.news-list li {
  border-bottom: 1px solid #ccc;
}

.news-list li a {
  display: block;
  padding: 20px 0px;
  text-decoration: none;
  color: #555;
}

@media screen and (max-width: 768px) {
  .news-list li a {
    padding: 10px;
  }
}

.news-list li a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .news-list li a > div {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}

.news-list__head {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .news-list__head {
    margin-bottom: 10px;
  }
}

/*オススメツアー*/
.recommend-tour .content__head {
  background: url(/bigs-ski/img/bg_head_recommend.png) no-repeat center center;
}

.recommend-tour .loop-list--01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .recommend-tour .loop-list--01 {
    margin-bottom: 15px;
  }
}

.recommend-tour__title {
  color: #1678d8;
  /*font-size: 16px;*/
  font-size: 1.6rem;
  line-height: 1.44444;
  font-weight: bold;
  margin-bottom: 25px;
}

.recommend-tour__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.recommend-tour__category {
  background: #3cb8fa;
  padding: 10px;
  /*font-size: 16px;*/
  /*font-size: 1.6rem;*/
	font-size: 13px;
  line-height: 1;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.recommend-tour__price {
  margin-left: auto;
  color: #fa3c3c;
 /* font-size: 18px;*/
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}

.recommend-tour__excerpt {
  color: #111;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-top: 15px;
}

/*こだわりスキーツアー*/
.particular .content__head {
  background: url(/bigs-ski/img/bg_head_particular.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  .particular .content__head {
    background: none;
  }
}

.particular__list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .particular__list {
    flex-direction: column;
  }
}

.particular__list a {
  text-decoration: none;
}

.particular-list {
  width: 1000px;
  margin: 0 auto;
	
  /*
	&__item+&__item{
		margin-top: 25px;
	}
*/
}

@media screen and (max-width: 768px) {
  .particular-list {
    width: 100%;
  }
}

.particular-list__item {
  width: 480px;
	margin-bottom: 30px;
}

.particular-list__item:nth-child(even) {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .particular-list__item {
    width: 100%;
  }
}

.particular-list__photo {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .particular-list__photo {
    margin-bottom: 5px;
  }
  .particular-list__photo img {
    width: 100%;
    height: auto;
  }
}

.particular-list__title {
  /*color: #111;*/
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
	text-decoration: underline;
	color:#1678d8;
}
.particular-list__title:hover{
	text-decoration: none;
}

@media screen and (max-width: 768px) {
  .particular-list__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

.particular-list p {
  color: #111;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .particular-list p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

/*ツアー出発地一覧*/
.departure .content__head {
  background: url(/bigs-ski/img/bg_head_departure.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  .departure .content__head {
    background: none;
  }
}

.departure .content__tab {
  width: 1000px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .departure .content__tab {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.departure .content__tab-wrap {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .departure .content__tab-wrap {
    width: 100%;
  }
}

.departure .content__pannel {
  display: none;
}

.departure-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: streach;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .departure-list {
    flex-direction: column;
  }
}

.departure-list li {
  width: 240px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .departure-list li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    margin-right: 0px;
  }
}

.departure-list li:nth-child(4n) {
  margin-right: 0;
}

.departure-list li a {
  display: block;
  padding: 0 0 10px 30px;
  position: relative;
  color: #111;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .departure-list li a {
    padding: 0 0 10px 30px;
  }
}

.departure-list li a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #3cb8fa;
  border-right: solid 2px #3cb8fa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.departure-list li a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.departure-list__icon--01 {
  margin-right: 20px;
  width: 60px;
  text-align: center;
}

.departure-list__icon--01 p {
  margin-top: 5px;
  color: #4006c2;
  text-align: center;
}

.departure-list__icon--01 img {
  width: 30px;
  height: 23px;
  vertical-align: bottom;
}

.departure-list__icon--02 {
  width: 60px;
  text-align: center;
  margin-right: 20px;
}

.departure-list__icon--02 p {
  margin-top: 5px;
  color: #fe9c3c;
}

.departure-list__icon--02 img {
  width: 54px;
  height: 30px;
  vertical-align: bottom;
}

/*スキー場・ゲレンデ一覧*/
.slope {
  background: #f4f4f4;
  padding: 40px 0px;
}

.slope .content__head {
  background: url(/bigs-ski/img/bg_head_slope.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  .slope .content__head {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .slope {
    padding: 20px 0px;
  }
}

.slope-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .slope-list {
    width: 100%;
    flex-direction: column;
  }
}

.slope-list li {
  width: 320px;
  border-bottom: 1px solid #ccc;
  margin-right: 15px;
  margin-bottom: 25px;
}

.slope-list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .slope-list li {
    width: 100%;
  }
}

.slope-list li a {
  display: block;
  padding-bottom: 20px;
  color: #1678d8;
  position: relative;
  padding-left: 30px;
  text-decoration: none;
  font-weight: bold;
}

.slope-list li a span {
  color: #555;
  margin-right: 10px;
}

.slope-list li a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 7px;
  height: 7px;
  margin-top: -14px;
  border-top: solid 2px #3cb8fa;
  border-right: solid 2px #3cb8fa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

/*ランキング*/
.ranking .content__head {
  background: url(/bigs-ski/img/bg_head_ranking.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  .ranking .content__head {
    background: none;
  }
}

.ranking__deviation + .ranking__deviation {
  margin-top: 55px;
  padding-top: 55px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .ranking__deviation + .ranking__deviation {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.ranking-list {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .ranking-list {
    width: 100%;
    flex-direction: column;
  }
}

.ranking-list__item {
  width: 320px;
}

@media screen and (max-width: 768px) {
  .ranking-list__item {
    width: 100%;
  }
}

.ranking-list__item a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .ranking-list__item + .ranking-list__item {
    margin-top: 10px;
  }
}

.ranking-list__icon {
  text-align: center;
  margin-bottom: 10px;
}

.ranking-list__photo {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .ranking-list__photo {
    margin-bottom: 15px;
  }
  .ranking-list__photo img {
    width: 100%;
    height: auto;
  }
}

.ranking-list__title {
  color: #1678d8;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ranking-list__title {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.ranking-list p {
  color: #111;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .ranking-list p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

/*スキーツアーおすすめ記事*/
.article .content__head {
  background: url(/bigs-ski/img/bg_head_article.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  .article .content__head {
    background: none;
  }
}

.article-list {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .article-list {
    width: 100%;
  }
}

.article-list__item {
  width: 240px;
  margin: 0 13px 30px 0px;
}

@media screen and (max-width: 768px) {
  .article-list__item {
    width: 50%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
  }
  .article-list__item:nth-child(even) {
    margin-left: auto;
  }
}

.article-list__item:nth-child(4n) {
  margin-right: 0;
}

.article-list__item a {
  text-decoration: none;
}

.article-list__photo {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .article-list__photo {
    margin-bottom: 10px;
  }
  .article-list__photo img {
    width: 100%;
    height: auto;
  }
}

.article-list__title {
  margin-bottom: 20px;
  color: #1678d8;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .article-list__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.article-list p {
  color: #111;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}
