@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;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #343333;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
.pc-only {
  display: none !important;
}
/*------------------------------------
以下このコンテンツ用
--------------------------------------*/
a {
  text-decoration: none;
}
a:link {
  color: #343333;
}
a:visited {
  color: #343333;
}
strong {
  font-weight: bold;
}
#faircontent {
  width: 100%;
}
#faircontent p {
  margin-bottom: 1em;
  line-height: 1.4;
}
#faircontent p:last-child {
  margin-bottom: 0;
}
#faircontent img {
  width: 100%;
  height: auto;
}
.inner {
  padding: 0 4.5vw;
}

/* 共通 */
.heading1 {
  margin: 0 0 3vw;
  padding: 0vw 0 3vw;
  background: url(../img/title_bg01_sp.png) no-repeat center 0px;
  background-size: contain;
  font-weight: bold;
  font-size: 5vw;
  line-height: 1.25;
  text-align: center;
}
.heading1 span {
  font-size: 3.5vw;
  line-height: 1;
}
.heading2 {
  margin: 0 0 3vw;
  padding: 2vw 0 2.75vw;
  background: url(../img/title_bg01_sp.png) no-repeat center 0px;
  background-size: contain;
  font-weight: bold;
  font-size: 5vw;
  line-height: 1;
  text-align: center;
}
.heading2 span {
  font-size: 3.5vw;
  color: #fff;
}
.heading3 {
  padding: 4vw 0 3vw;
}
.txtstyle1 {
  color: #1d3d62;
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
}
.notice {
  color: #ff0101;
  font-size: 3vw;
  text-align: center;
}
.btn01 a {
  display: block;
  margin: 0 auto;
  width: 98%;
  padding: 3.75vw 0 3.75vw;
  background: url(../img/btn01_sp.png) no-repeat center 0px;
  background-size: contain;
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
  color: #fff;
  line-height: 1.3;
}
.plantxt1 {
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.plantxt2 {
  padding: 1vw 0 5vw 14vw;
  margin-bottom: -6vw !important;
  background: url(../img/planlead.png) no-repeat 0px 0px;
  background-size: 13vw auto;
  color: #4f4f4f;
  font-weight: bold;
  font-size: 3.5vw;
}

/* ---------- .bread ---------- */
#faircontent .bread {
  max-width: 100%;
  background: #eaeaea;
  margin: 0 auto;
}
#faircontent .bread ul {
  overflow-x: auto;
  white-space: nowrap;
}
#faircontent .bread li {
  display: inline-block;
  font-size: 3vw;
  vertical-align: middle;
  line-height: 2.5;
}
#faircontent .bread ul li a {
    text-decoration: underline;
}

/* キービジュアル */
#kv {
  background: url(../img/kv_sp.png) no-repeat center 0px;
  background-size: cover;
  width: 100%;
  height: 47vw;
  margin: 0 0 0vw;
}
#kv h2  {
  padding: 9vw 4vw 0;
}

/* グローバルナビ */
#gnav {
  margin: 0 0 5vw;
}
#gnav ul {
  overflow: hidden;
}
#gnav ul li {
  float: left;
  width: 42.96875%;
}
#gnav ul li:nth-child(1) {
  width: 14.0625%;
}
#gnav ul li a img {
  display: block;
}
#gnav ul li .submenu {
  display: none;
}

/* コンテンツ */
#top_plan {
  padding: 0 0 5vw;
  background-color: #f1f1f1;
}
#top_plan h3 {
  background-color: #fff;
}

#top_school {
  padding: 5vw 0 15vw;
  background: url(../img/school_bg_sp.jpg) #f1f1f1 no-repeat center 0px;
  background-size: cover;
}

#top_tour_flow {
  margin: -5vw 0 0;
  padding: 0vw 0 0vw;
  background: url(../img/bg01.png) no-repeat 2vw 37vw;
  background-size: 19vw auto;
}
#top_tour_flow .heading2 {
  margin: 0 0 0;
}
#top_tour_flow .section_inner {;
  padding: 0vw 0 7vw;
  background: #f1f1f1;
}

#top_related_article {
  margin: 0 0 0;
  padding: 0vw 0 5vw;
  background: #f1f1f1;
}
#top_related_article .articlelist a {
  display: flex;
  justify-content: space-between;
  margin: 4vw 0 0;
}
#top_related_article .articlelist a .articlelist_img {
  box-sizing: border-box;
  width: 42%;
}
#top_related_article .articlelist a .articlelist_txt {
  box-sizing: border-box;
  width: 55%;
  line-height: 1.1;
}
#top_related_article .articlelist a .articlelist_txt dt {
  margin: 0 0 0.5vw;
  color: #1d3046;
  font-weight: bold;
  font-size: 3vw;
}
#top_related_article .articlelist a .articlelist_txt dd {
  font-size: 3vw;
}

/* 下層キービジュアル */
#kv_under {
  background: url(../img/kv_under_sp.png) no-repeat center 0px;
  background-size: cover;
  width: 100%;
  height: 48vw;
  margin: 0 0 0vw;
  padding: 1px 0 0;
}
#kv_under h2  {
  width: 48vw;
  padding: 1.5vw 0vw 1vw;
  margin: 39vw auto 0;
  background: #ffff00;
  border-radius: 1vw;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
}

/* 下層コンテンツ */
#bustour_flow {
  padding: 0 0 5vw;
  background-color: #f1f1f1;
}
#bustour_flow h3 {
  background-color: #fff;
}
#find_tour {
  padding: 0 0 5vw;
  background-color: #acc4d8;
}
#find_tour h3 {
  background-color: #f1f1f1;
}
.icondsc {
  display: flex;
  flex-wrap: wrap;
  border: 3px dashed #798793;
  padding: 2vw;
  margin: 0 0 4vw;
}
.icondsc li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 8vw;
  padding: 0 0 0 8vw;
  font-size: 2.8vw;
  font-weight: bold;
  line-height: 1.2;
}
.icondsc li:nth-child(1) {
  width: 45%;
  background: url(../img/icon_rental.png)  no-repeat left center;
  background-size: 8vw auto;
}
.icondsc li:nth-child(2) {
  width: 55%;
  display: block;
  background: url(../img/icon_globe.png)  no-repeat left center;
  background-size: 7vw auto;
}
.icondsc li:nth-child(3) {
  width: 45%;
  background: url(../img/icon_beginner_ski.png)  no-repeat left center;
  background-size: 7vw auto;
}
.icondsc li:nth-child(4) {
  width: 55%;
  background: url(../img/icon_beginner_board.png)  no-repeat left center;
  background-size: 7vw auto;
}
.icondsc li span {
  font-size: 2vw;
}


.tour_info_title {
  margin: 0 0 0;
  border-bottom: 4px solid #728b26;
}
.tour_info_title span {
  display: inline-block;
  padding: 2vw 3vw;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  background: url(../img/title_bg03.jpg)  repeat left center;
  font-weight: bold;
  font-size: 4vw;
  color: #fff;
  position: relative;
}
.tour_info_title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 91vw;
  height: 2vw;
  padding: 0vw;
  background: url(../img/title_bg03.jpg)  repeat 3vw center;
}

.tour_info_inner {
  margin: 0 0 4vw;
  padding: 2vw 3vw;
  background-color: #fff;
}

.tour_info_img {
  width: 100%;
}
.tour_info_img img {
  display: block;
  box-sizing: border-box;
  border: 7px solid #e7e7e7;
}

.tour_info_icon {
  display: flex;
  margin: 0 0 2vw;
}

.tour_info_icon li.icon_1 {
width: 26.415%;
}
.tour_info_icon li.icon_2 {
width: 17.169%;
}
.tour_info_icon li.icon_3 {
width: 28.113%;
}
.tour_info_icon li.icon_4 {
width: 28.301%;
}

.tour_info_dsc {
  padding: 0 0 1vw;
  border-bottom: 1px solid #dddddd;
}
.tour_info_dsc li {
  padding: 0 0 0 1em;
  margin: 0 0 1vw;
  line-height: 1.2;
  font-weight: bold;
  font-size: 3vw;
}
.tour_info_dsc li::before {
  content: "★";
  display: inline-block;
  vertical-align: 0.05em;
  margin: 0 0 0 -1em;
  color: #ff0054;
}

.tour_info_course {
  padding: 3vw 0 0vw;
  border-bottom: 1px solid #dddddd;
}
.tour_info_course li {
  margin: 0 0 3vw ;
  font-size: 2.8vw;
  white-space: nowrap;
}
.tour_info_course li span {
  padding: 0.75vw 1.5vw 0.75vw;
  margin: 0 1vw 0 0;
  border-radius: 1vw;
  background: #2572a3;
  font-size: 2.6vw;
  font-weight: bold;
  color: #fff;
}

.tour_info_btn {
  padding: 3vw 0 3vw;
  display: flex;
  justify-content: space-between;
}
.tour_info_btn li {
  box-sizing: border-box;
  padding: 1vw;
  border-radius: 1.5vw;
  background-color: rgb(232, 90, 12);
  box-shadow: 3px 3px 0px 0px rgba(13, 3, 7, 0.23);
}
.tour_info_btn.btnnum3 li {
  width: 32%;
}
.tour_info_btn.btnnum2 li {
  width: 49%;
}
.tour_info_btn.btnnum1 li {
  width: 100%;
}
.tour_info_btn li a {
  display: block;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 1vw;
  /*background: url(../img/arrow01.png) rgb(232, 90, 12)  no-repeat center bottom 1vw;
  background-size: 5vw auto;*/
  /*padding: 1vw 0 5vw;*/
	padding: 5vw 0 5vw;
  font-size: 3.75vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.tour_info_btn li a span {
  position: relative;
}
.tour_info_btn li a span::after {
  content: "円~";
  text-indent: -9999px;
  display: inline-block;
  width: 2.5vw;
  height: 4vw;
  /*background: url(../img/yen.png)  no-repeat center 0vw;
  background-size: contain;*/
  position: absolute;
  top: 1vw;
  right: -3vw;
  z-index: 1;
}

#pagetop {
    position: fixed;
    bottom: 1vw;
    right: 2vw;
    z-index: 100;
    width: 12vw;
}


p.price {  
  padding: 1vw 0 1vw;
  border-bottom: 1px solid #dddddd;
	line-height: 2;
	text-align: right;

}
p.price span{
	/*font-size: 1.2em;*/
	font-size: 1em;
	color: #ED0003;
	font-weight: bold;
}

.tour_info_dsc {
 
}
