/*--
    Common Css
--*/
body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font-family: "Josefin Sans", sans-serif;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px; }

h1 {
  font-size: 44px;
  line-height: 56px; }

h2 {
  font-size: 30px;
  line-height: 35px; }

h3 {
  font-size: 23px;
  line-height: 25px; }

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

p {
  font-size: 18px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 25px;
  margin: 0px; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

ul {
  padding: 0;
  margin: 0;}

ul.attention {
padding: 10px;
font-size: 110%;
  list-style: disc; 
}

ul.attention li {
padding: 10px; 
font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
  
a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }


.mt-100 {
  margin-top: 20px; }

.bg-1 {
  background-image: url(../images/call-to-action.jpg); }

.bg-opacity {
  position: relative; }
  .bg-opacity:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none; }

a,
a:active,
a:focus,
a:active {
  text-decoration: none; }

.jpfont {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 90%;}
.section {
  padding: 50px 0; }

/*--
    custom heading
--*/
.text-center {
  text-align: center; }

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px; }
  
  .heading h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 48px;
    line-height: 40px; }
    
  .heading h3 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px; }
    
  .heading p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300; }
    

.heading-kaso {
  text-align: center;
  color: #777777;
  padding-bottom: 20px; }
  
  .heading-kaso h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 48px;
    line-height: 40px; }
    
  .heading-kaso h3 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px; }
    
  .heading-kaso p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300; }
    

.Powder {
color: #FFFFFF;
padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}
.subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px; }


.pricebox {
  padding: 1rem 2rem;
  border: 1px solid #666363;
}
.pricebox2 {
  padding: 1rem 2rem;
  border: 1px solid #666363;
  background-color: #f5f5f5;
}

.btn {

 }

.btn-main {
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #000000;
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%); }
  .btn-main:hover, .btn-main:focus {
    background-color: #272525;
    color: #fff; }

.btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold; }

.tab-content {
    border-bottom: 1px solid #5555;
    padding-top: 10px;
    padding-bottom: 20px;
	margin-bottom: 10px;
}

.block {
    height: 620px;
}

/* FAQ */
    .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "▶"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }
    
    .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    padding: 15px;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-body {
    padding: 15px;
}

.panel-default {
margin-top: 5px;
    border-color: #ddd;
}

/* snowboard table*/

table.theday {
width: 100%;
}

/*Preloader*/
#preloader-wrapper {
  background-color: #fff;
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.pre-loader {
  width: 400px;
  height: 400px;
  background: #f9a743;
  border-radius: 50%;
  animation: loading 6s infinite reverse linear;
  position: relative;
  font-family: "themefisher-font" !important; }
  .pre-loader:before {
    content: "\f4ae";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 180px;
    transform: translate(-50%, -50%);
    color: #fff; }

/* 表示切り替え */

.pc { display: block !important; }
.sp { display: none !important; }

.subheading {
    color: #3c3c3c;
    padding-bottom: 0px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 28px;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 
.boardbuy{
max-width: 500px;
width: 100%;

}

 /*フッター写真一覧*/
        .photogallery{
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        }
        .photoPic {
            position: relative;
            width: 23%;
            height: auto;
            margin: 1%;
            overflow: hidden;
        }
		.photo {
            position: relative;
            width: 31%;
            height: auto;
            margin: 1%;
            overflow: hidden;
        }
        .photo:before {
            content: "";
            display: block;
            padding-top: 100%;
        }
		.photoPic:before {
            content: "";
            display: block;
            padding-top: 100%;
        }
		.photoEX {
            position: relative;
            width: 23%;
            height: 120px;
            margin: 1%;
            overflow: hidden;
        }
        .photoEX:before {
            content: "";
            display: block;
            padding-top: 100%;
        }
        .inner {
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
        }
        .inner img{
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: auto;
            height: 100%;
        }
		
.subheading2 {
    color: #3c3c3c;
    padding-bottom: 0px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 24px;
	line-height: 30px;
}

.riderprofile {
    color: #3c3c3c;
    padding-bottom: 0px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 24px;
	line-height: 30px;
}

 
.rider img {
width: 100%;
max-width: 360px;
padding: 2%;
}
/* スマートフォン */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	
	.subheading2 {
    color: #3c3c3c;
    padding-bottom: 0px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
	line-height: 18px;
	text-align: center;
}

p.text-md-left {
    font-size: 90%;
    text-align: left;
}
p.smart-small {
    font-size: 90%;
}
.smartexp {
font-size: 98%;
}
.riderprofile {
    color: #3c3c3c;
    padding-bottom: 0px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.riderex {
    font-size: 12px;
	}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    font-size: 75%;
}


}

@keyframes loading {
  /*  */
  0% {
    box-shadow: inset 0 0 0 80px #f9a743; }
  8.49% {
    background: #f9a743;
    box-shadow: inset 0 0 0 160px #f9a743; }
  /* orange */
  8.5% {
    box-shadow: inset 0 0 0 0 #ff8133; }
  24.99% {
    background: #ff8133;
    box-shadow: inset 0 0 0 160px #ff8133; }
  /* yellow */
  25% {
    box-shadow: inset 0 0 0 0 #ffbe1a; }
  41.49% {
    background: #ffbe1a;
    box-shadow: inset 0 0 0 160px #ffbe1a; }
  /*  */
  41.5% {
    box-shadow: inset 0 0 0 0 #f9a743; }
  57.99% {
    background: #f9a743;
    box-shadow: inset 0 0 0 160px #f9a743; }
  /* blue */
  58% {
    box-shadow: inset 0 0 0 0 #00b5d9; }
  74.49% {
    background: #00b5d9;
    box-shadow: inset 0 0 0 160px #00b5d9; }
  /* purple */
  74.5% {
    box-shadow: inset 0 0 0 0 #9772e5; }
  90.99% {
    background: #9772e5;
    box-shadow: inset 0 0 0 160px #9772e5; }
  /*  */
  91% {
    box-shadow: inset 0 0 0 0 #f9a743; }
  100% {
    background: #f9a743;
    box-shadow: inset 0 0 0 80px #f9a743; } }


/*--Movie --*/
.sample-movie {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}
video {
  width: 100%;
  height: auto;
}
/*-
.sample-movie::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.1);
	background-image: radial-gradient(#f5f5f5 10%, transparent 1%), radial-gradient(#f5f5f5 10%, transparent 1%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
*/
.sample-movie p {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 200%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  background-color: #FFFFFF;
}

/*--
.hero-area start
--*/
.hero-area {
  justify-content: center;
  align-items: center; 
background-size: inherit;
background-position: 0 0;
	}

.small {
font-size: 80%;
text-align: center;
line-height: 15px;
}

  .hero-area h1 {
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 19px;
    margin-top: 80px;
    line-height: 1.2; }
	
  .hero-area p {
    font-size: 18px;
    line-height: 1.6; 
	color: #FFFFFF;
		
		}
  .hero-area .btn-main {
    margin-top: 30px; 
	}

/* .hero-area  */
.navigation {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 10px;
  margin: 0;
  border: 0; }
  .navigation .navbar-brand {
    display: inline-block; }
  .navigation .navbar-toggler {
    background: #fff;
    outline: none;
    border-radius: 0;
    float: right; }
    .navigation .navbar-toggler i {
      font-size: 22px; }

.logo {
  display: inline-block; }
  .logo h1 {
    color: #444;
    font-size: 25px;
    margin: 0;
    line-height: 1; }

.menu {
  margin-top: 14px; }
  .menu li {
    display: inline-block;
    margin: 0 10px; }
    .menu li a {
      color: #444;
      font-size: 14px;
      font-weight: bold; }
      .menu li a:hover, .menu li a:focus {
        background: none; }

/*--
    feature start
--*/
.feature.section {
  padding-bottom: 100px; }

.feature .feature-box {
  margin-bottom: 40px; }
  .feature .feature-box i {
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block; 
	}
	
  .feature .feature-box h4 {
    font-weight: bold;
    margin-bottom: 8px; 
	font-size: 14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
  .feature .feature-box p {
    line-height: 1.1; 
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;}

.tech {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 18px;
padding-left: 15px;
vertical-align: middle;
}
.promo-details {
  background: #f9a743; }
  .promo-details h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: left; }
  .promo-details p {
    color: #fff;
    font-size: 18px; }

/*--
    Feature-list start
--*/
.feature-list .btn-main {
  margin-top: 15px; }

/*--
  Gallery start
--*/
.gallery {
  padding-bottom: 20px; }
  .gallery .owl-item {
    overflow: hidden;
    position: relative; }
  .gallery .block {
    padding: 20px; }
 .block:hover .gallery-overlay {
      webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
 .gallery-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
    background: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    color: inherit;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .gallery .gallery-overlay .gallery-popup {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #f9a743;
      padding: 5px 10px;
      border-radius: 40px;
      width: 50px;
      height: 50px; }
      .gallery .gallery-overlay .gallery-popup i {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        display: inline-block; }

/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px; }
  .testimonials .testimonial-block i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px;
    color: #f9a743; }
  .testimonials .testimonial-block p {
    font-family: "Droid Serif", serif;
    font-size: 14px;
    color: #777; }
  .testimonials .testimonial-block .author-details {
    margin-top: 30px; }
    .testimonials .testimonial-block .author-details img {
      border-radius: 50%;
      width: 50px; }
    .testimonials .testimonial-block .author-details h4 {
      font-weight: 700;
      font-size: 20px;
      margin-top: 10px; }

/*--
    call-to-action start
--*/
.call-to-action {
  padding: 50px 0px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative; }
  .call-to-action .block h2 {
    margin-bottom: 6px;
    color: #fff;
    padding-bottom: 0; }
  .call-to-action .block p {
    padding-right: 30px;
    color: #fff; }
  .call-to-action .block .input-group {
    margin-top: 30px; }
    .call-to-action .block .input-group .btn-main {
      padding: 13px 40px; }
    .call-to-action .block .input-group input {
      height: 50px;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      border: none;
      padding-left: 15px;
      box-shadow: none; }

footer {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0px; }
  footer .footer-logo {
    color: #555; }
  footer p.copyright-text {
    font-weight: 300;
    font-size: 12px;
    color: #888;
    letter-spacing: 3px;
    margin-top: 15px; }
    footer p.copyright-text a {
      color: #282828; }
      footer p.copyright-text a:hover {
        text-decoration: none; }

@media screen and (max-width: 768px) {

.heading h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.hero-area {
    justify-content: center;
    align-items: center; 
  background-size: inherit;
  background-position: 0 0;
    }

.hero-area h1{
margin-top: 120px;
color: #FFFFFF;
}

.title {
position: absolute;
}

.located {
padding-top: 400px;
padding-left: 10px;
padding-bottom: 20px;
}
p.jpfont {
font-weight: bold;
}
.boardimg {
width: 100%;
}

.button_wrapper{
   text-align:center;
}
.heading{
padding-bottom: 20px;
}
.feature .feature-box {
    margin-bottom: 10px;
}
 .feature .feature-box h4 {
    font-weight: bold;
    margin-bottom: 8px; 
	font-size: 14px;
	line-height: 14px;
	}
.toptextbg {
background-color: rgba(255,255,255,0.4);
padding: 10px;
}	
	
}

