/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* --------------------------------------------------
  Theme Style
  
  0.rest
  1.cmn
  2.header and nav
  3.footer
  4.section
  5.page
  
 -------------------------------------------------- */
/* --------------------------------------------------
  0.reset  
 -------------------------------------------------- */
body {
  position: relative;
  font-family: "Sawarabi Gothic",sans-serif; 
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* --------------------------------------------------
  1.cmn 
 -------------------------------------------------- */
.story {
  padding: 50px 0 !important;
  background: url(../img/story_bg.png) repeat center bottom;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .story {
    background: url(../img/story_bg@2x.png) repeat center bottom;
  }
}
.story h3 {
  position: relative;
  background-color: #fff;
  border: 1px solid #3FA93A;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 15px;
  color: #3FA93A !important;
}
.story h4 {
  margin: 3px 0;
  padding: 0;
  margin-top: 10px;
}
.story a {
  color: #333333;
}
.cta {
  padding: 30px 0;
  background-color: #3FA93A;
  color: #fff;
}
.cta p {
  margin-bottom: 0;
  font-size: 120%;
  padding-top: 5px;
}
.cta p.tel {
  font-size: 160%;
  letter-spacing: .01em;
  padding-top: 0;
}
.cta a {
  color: #fff;
}
.cta a:hover {
  text-decoration: underline;
}
.cta a.btn {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .cta {
    text-align: center;
  }
  .cta .btn {
    margin: 5px 0;
    padding: 10px 0;
  }
  .cta .tel {
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 3px 8px;
    padding: 10px 0 !important;
  }
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: rgba(160, 160, 160, 0.7);
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
/* --------------------------------------------------
  2.header and nav  
 -------------------------------------------------- */
header .navbar-global {
  padding: 3px 0;
  font-size: 80%;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
}
header .navbar-global p {
  margin: 0;
}
header .navbar-global ul li {
  display: inline;
  margin-right: 10px;
  color: #777777;
}
header .navbar-global ul li a {
  color: #444;
}
header .navbar-main {
  padding: 10px 0;
  background: url(../img/nav_bg.png) no-repeat center bottom;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  header .navbar-main {
    background: url(../img/nav_bg@2x.png) no-repeat center bottom;
    background-size: 4252px 86px;
  }
  header .navbar-main h1 {
    padding-top: 5px;
  }
}
header .navbar-main .col-xs-2 {
  padding-right: 0;
}
header .navbar-main .container {
  padding: 0 !important;
}
header .navbar-main h1 {
  margin: 0;
}
header .navbar-main ul {
  font-size: 80%;
  padding-top: 10px;
}
header .navbar-main ul li {
  display: inline;
  margin-right: 10px;
}
header .navbar-navi {
  background-color: #3FA93A;
  font-size: 90%;
  box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.2);
}
header .navbar-navi .sub-nav {
  margin: 5px 0;
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
header .navbar-navi .sub-nav div {
  padding: 10px 0;
}
header .navbar-navi .sub-nav a {
  color: #fff;
}
header .navbar-navi .sub-nav a:hover {
  color: #333;
}
header .navbar-navi .sub-g-nav {
  line-height: 2em;
  padding:5px 0;
  margin: 5px 0;
  color: #fff;
}
header .navbar-navi .sub-g-nav a {
  color: #fff;
  font-size: 90%;
}
@media screen and (min-width: 768px) {
  header .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
/* --------------------------------------------------
  3.footer  
-------------------------------------------------- */
footer {
  background: url(../img/footer_bg.png) no-repeat center bottom;
  background-color: #F7F7F7;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  footer {
    background: url(../img/footer_bg@2x.png) no-repeat center bottom;
    background-size: cover;
    background-color: #F7F7F7;
  }
}
footer .footer-link h3 {
  font-size: 85%;
  font-weight: bold;
}
footer .footer-link li {
  font-size: 80%;
  margin-bottom: 3px;
}
footer h2 img {
  width: 80%;
  height: auto;
}
footer address {
  font-size: 90%;
  color: #777777;
}
footer .credit {
  margin-top: 20px;
  color: #777777;
  font-size: 80%;
}
/* --------------------------------------------------
  4.section  
-------------------------------------------------- */
.cover {
  min-height: 400px;
  padding: 40px 0;
  margin-bottom: 30px;
}
.cover h1 {
  font-size: 220%;
  margin-bottom: 30px;
  text-align: center;
}
.cover p.lead {
  text-align: center;
  font-size: 100%;
  line-height: 1.7em;
}
.contents {
  padding-top: 136px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding-top: 70px;
  }
}
.contents section {
  padding: 45px 0;
}
#top .contents section {
  padding: 15px;
}
.contents section h3 {
  font-size: 140%;
  color: #777777;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 992px) {
  .contents section a.btn {
    margin-bottom: 10px;
  }
}
.contents section img {
  margin-bottom: 10px;
}
.contents section a img {
  margin-bottom: 0;
}
.contents section p {
  line-height: 1.65em;
}
.page .contents .cover {
  text-shadow: 0px 0px 9px black;
  position: relative;
}
.page .contents .cover:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(overlays/05.png) repeat;
}
.page .contents .cover h1,
.page .contents .cover p {
  position: relative;
  z-index: 100;
  color: #fff;
}
.page .contents .cover h1 {
  margin-top: 80px;
  margin-bottom: 70px;
  letter-spacing: .12em;
}
.page .contents .cover h1 span {
  padding: 10px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .page .contents .cover h1 {
    font-size: 150%;
  }
}
.page .contents .cover p {
  padding: 0 20px;
}
.page .contents h2 {
  font-size: 180%;
  padding: .5em .75em;
  background-color: #288cf6;
  border-left: 12px solid #3FA93A;
  line-height: 1.5em;
  border-radius: 3px;
  color: #fff;
}
.page .contents h2.center {
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  margin-bottom: 30px;
}
.page .contents h2 small {
  color: #fff;
}
.page .contents .tel {
  font-size: 160%;
  font-weight: bold;
}
.page .contents .tel a {
  color: #333333;
}
.page .contents .tel a:hover,
.page .contents .tel a:active {
  color: #333333;
  text-decoration: underline;
}
.page .contents .tel:hover,
.page .contents .tel:active {
  color: #333333;
  text-decoration: underline;
}
/* --------------------------------------------------
  5.page
 -------------------------------------------------- */
#top h2 {
  font-size: 120%;
  letter-spacing: .2em;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
  background-color: #3FA93A;
 	padding: .5em .75em;
	border-radius: 6px 6px 0 0;
  color:#fff;
}
#top h2 span {
}
#top h2.white span {

}
#top .cover {
  min-height: 400px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #top .cover {
    min-height: 200px;
  }
}
#top .ticker {
  padding: 15px 0 10px 0;
  min-height: 30px;
  background-color: #3FA93A;
  color: #fff;
}
#top .ticker div {
  margin-bottom: 5px;
}
#top .ticker h3 {
  font-size: 100%;
  color: #3FA93A;
  background-color: #fff;
  display: inline;
  padding: 3px 5px;
  margin: 0 10px 5px 0;
  float: left;
}
#top .ticker h4 {
  font-size: 100%;
  float: left;
  display: inline;
  margin: 0 5px 0 0;
  padding: 3px 5px;
  font-weight: bold;
}
#top .ticker p {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  font-size: 80%;
}
#top .ticker p span {
  font-size: 150%;
}
#top .ticker p.update {
  padding-top: 5px;
  font-size: 90%;
  opacity: .8;
}
#top .ticker .traffic p {
  font-size: 100%;
}
#top .news {
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #top .news .col {
    margin-bottom: 30px;
  }
}
#top .news .inner {
  background-color: #fff;
  padding: 10px;
}
#top .news .camera img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 5px 0;
}
#top .news .camera p {
  margin-bottom: 0;
  color: #777777;
}
#top .news .condition table {
  font-size: 90%;
  margin-bottom: 5px;
}
#top .news .condition table i {
  font-size: 130%;
}
#top .news .topics ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
#top .news .topics ul li a {
  color: #333333;
}
#top .pickup {
  padding-top: 5px !important;
}
@media screen and (max-width: 768px) {
  #top .pickup .col {
    margin-bottom: 30px;
  }
}
#top .pickup div div img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#top .top-bg {
  background: url(../img/bg/top_bg.jpg) no-repeat center top;
}
#top .pickup div div h3 {
  font-size: 95%;
  margin: 0;
  padding: 0;
  color: #fff;
  width: 100%;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  background-color: #3FA93A;
}
#top .pickup div div h3:hover {
  text-decoration: none;
}
#top .pickup div div h3 a:hover {
  text-decoration: none;
}
#top .point div img {
  display: block;
  max-width: 100%;
  height: auto;
}
#top .point p {
  margin: 5px 0;
}
#top .social {
  background: url(../img/bg/snow.png) repeat center bottom fixed;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #top .social {
    background: url(../img/bg/snow@2x.png) repeat center bottom fixed;
  }
}
#top .social h3 {
  font-size: 180%;
}
#top .social h3 small {
  margin-left: 10px;
  font-size: 60%;
}
#top .social .blogentry {
  padding-top: 10px;
}
#top .social .blogentry ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
#top .social .blogentry ul li span {
  font-size: 80%;
  color: #777777;
}
#top .access .col {
  margin-bottom: 8px;
}
#top .banner .container div div {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}
#top .banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
#cource .cover {
  background: url(../img/cover/cource.jpg) no-repeat center center;
  background-size: cover;
}
#cource .map {
  font-size: 85%;
}
#cource .map h2 {
  font-size: 180%;
}
#cource .map th,
#cource .map td {
  font-size: 80%;
}
#cource .map .gelandetable .name {
  width: 40%;
}
#cource .map .lifttable .no {
  width: 5%;
}
#cource .map .lifttable .name {
  width: 20%;
}
#cource .map .lifttable td span {
  font-size: 70%;
}
#cource .map .icontable td {
  border: none;
}
#recommend .cover {
  background: url(../img/cover/recommend.jpg) no-repeat center center;
  background-size: cover;
}
#recommend #heart .head {
  background: url(../img/recommend/heart_bg.jpg) no-repeat center center;
  background-size: cover;
  border-top: 16px solid #ec739e;
}
#recommend #long .head {
  background: url(../img/recommend/long_bg.jpg) no-repeat center center;
  background-size: cover;
  border-top: 16px solid #f4d25b;
}
#recommend #heart .head,
#recommend #long .head {
  position: relative;
  min-height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  text-shadow: 0px 0px 2px white;
}
#recommend #heart .head:before,
#recommend #long .head:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#recommend #heart .head h2,
#recommend #long .head h2 {
  font-weight: bold;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  z-index: 200;
}
#recommend #heart .head h3,
#recommend #long .head h3 {
  margin-top: 30px;
  position: relative;
  color: #333;
  text-align: left;
  z-index: 200;
}
#recommend #heart .head p,
#recommend #long .head p {
  position: relative;
  margin-top: 20px;
  text-align: left;
  z-index: 200;
}
#recommend #heart .head ul,
#recommend #long .head ul {
  position: relative;
  z-index: 200;
  color: #333;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.3);
  padding-top: 10px;
  border-top: 1px dotted #222;
  padding: 10px 10px 0 10px;
}
#recommend #heart .head ul li,
#recommend #long .head ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #222;
}
#recommend #heart .point h3,
#recommend #long .point h3 {
  margin-bottom: 30px;
}
#recommend #heart .point p,
#recommend #long .point p {
  margin: 0 2px;
}
#park .cover {
  background: url(../img/cover/park.jpg) no-repeat center center;
  background-size: cover;
}
#park .curving h2 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  margin-bottom: 30px;
}
#park .curving .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
#snowtrekking .cover {
  background: url(../img/cover/snowtrekking.jpg) no-repeat center center;
  background-size: cover;
}
#quality .cover {
  background: url(../img/cover/quality.jpg) no-repeat center center;
  background-size: cover;
}
#quality .staffvoice h2 + p {
  margin-bottom: 40px;
}
#quality .staffvoice .row {
  margin-bottom: 50px;
}
#quality .staffvoice .row .pull-left {
  margin-right: 10px;
}
#quality .staffvoice .row p + div {
  margin-top: 20px;
}
#quality .staffvoice .row h4 {
  font-size: 110%;
}
#information section {
  margin-bottom: 10px;
  padding: 10px 0;
}
#information .cover {
  background: url(../img/cover/information.jpg) no-repeat center center;
  background-size: cover;
}
#ticket .cover {
  background: url(../img/cover/ticket.jpg) no-repeat center center;
  background-size: cover;
}
#ticket section {
  padding: 10px 0;
  margin: 0;
}
#ticket .alert {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #ticket table {
    font-size: 90%;
  }
}
#ticket table tr td:nth-child(5) {
  font-size: 85%;
}
#ticket .pack table tr td:nth-child(2),
#ticket .pack table tr td:nth-child(6) {
  font-size: 85%;
}
#ticket .pack table tr td:nth-child(5) {
  font-size: 100%;
}
#ticket .well p {
  margin-bottom: 0;
}
#campaign .cover {
  background: url(../img/cover/campaign.jpg) no-repeat center center;
  background-size: cover;
}
#campaign section .well p {
  margin-bottom: 0;
}
#campaign section td b {
  font-size: 130%;
}
#campaign .share {
  text-align: 20px;
}
#rental .cover {
  background: url(../img/cover/rental.jpg) no-repeat center center;
  background-size: cover;
}
#rental section {
  padding: 10px 0;
  margin: 0;
}
#rental .alert {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #rental table {
    font-size: 90%;
  }
}
#rental table tr td:nth-child(6) {
  font-size: 85%;
}
#rental .well p {
  margin-bottom: 0;
}
#rental .salomon table {
  margin-bottom: 30px;
  font-size: 95%;
}
#rental .salomon .well img {
  margin-top: 10px;
}
#rental .salomon .well b {
  font-size: 130%;
}
#skischool .cover {
  background: url(../img/cover/skischool.jpg) no-repeat center center;
  background-size: cover;
}
#skischool .classtable table {
  margin-bottom: 5px;
}
#skischool .schooltest {
  background-color: #e9ffee;
}
#skischool .schooltest h2 {
  border-color: #0fab12;
  background-color: #4ecf50;
  color: #fff;
}
#skischool .schooltest h2 small {
  color: #fff;
}
#snowboardschool .cover {
  background: url(../img/cover/snowboardschool.jpg) no-repeat center center;
  background-size: cover;
}
#snowboardschool table {
  margin-bottom: 5px;
}
#snowboardschool .schooltest {
  background-color: #e9ffee;
}
#snowboardschool .schooltest h2 {
  border-color: #0fab12;
  background-color: #4ecf50;
  color: #fff;
}
#snowboardschool .schooltest h2 small {
  color: #fff;
}
#facility .cover {
  background: url(../img/cover/facility.jpg) no-repeat center center;
  background-size: cover;
}
#facility table {
  margin-bottom: 5px;
  font-size: 95%;
}
#kidspark .cover {
  background: url(../img/cover/kidspark.jpg) no-repeat center center;
  background-size: cover;
}
#kidspark table {
  margin-bottom: 5px;
  font-size: 95%;
}
#kidspark .atraction .row > div {
  margin-bottom: 30px;
}
#liftdebut .cover {
  background: url(../img/cover/liftdebut.jpg) no-repeat center center;
  background-size: cover;
}
#liftdebut table {
  margin-bottom: 5px;
}
#liftdebut .row > div {
  margin-bottom: 30px;
}
#snowactivity .cover {
  background: url(../img/cover/snowactivity.jpg) no-repeat center center;
  background-size: cover;
}
#snowactivity table {
  margin-bottom: 5px;
  font-size: 95%;
}
#snowactivity .row {
  margin-bottom: 30px;
}
#kidsclub .cover {
  background: url(../img/cover/kidsclub.jpg) no-repeat center center;
  background-size: cover;
}
#kidsclub table {
  margin-bottom: 5px;
  font-size: 95%;
}
#kidsclub .row {
  margin-bottom: 30px;
}
#hotel .cover {
  background: url(../img/cover/hotel.jpg) no-repeat center center;
  background-size: cover;
}
#hotel .row div.col {
  margin-bottom: 30px;
}
#spa .cover {
  background: url(../img/cover/spa.jpg) no-repeat center center;
  background-size: cover;
}
#spa .row div.col {
  margin-bottom: 30px;
}
#area .cover {
  background: url(../img/cover/area.jpg) no-repeat center center;
  background-size: cover;
}
#area .row div.col {
  margin-bottom: 30px;
}
#access .cover {
  background: url(../img/cover/access.jpg) no-repeat center center;
  background-size: cover;
}
#access .pcapa {
  font-size: 130%;
  font-weight: bold;
}
#access #car iframe {
  max-width: 100%;
}
#access #car h4 + p {
  margin-bottom: 20px;
}
#access #train table {
  font-size: 90%;
}
#access #train table td:nth-child(6) {
  font-size: 90%;
}
#access #train .bus {
  text-align: center;
}
#access #tour a img {
  margin-bottom: 0;
}
