@charset "UTF-8";
/* ======= 共通部分 ======= */
/* 全体 */
body {
  font-size: 16px;
  color: #3C3C3C;
  line-height: 30px; }
  body a {
    color: #3C3C3C;
    text-decoration: none; }
    body a:hover {
      opacity: 0.7; }

/* 背景色 */
.bg_blue {
  background-color: #172665; }

.bg_light_blue {
  background-color: #E0ECFA; }

.bg_light_orange {
  background-color: #ffe4c4; }

.bg_light_green {
  background-color: #e0ebaf; }


.bg_light_yellow {
  background-color: #ffffe0; }

/* 見出し */
.head_ttl-01 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative; }
@media (max-width: 767px) {
 .head_ttl-01 {
  font-size: 22px;
	}
}
  .head_ttl-01::after {
    content: '';
    background-color: #3C3C3C;
    display: block;
    width: 43px;
    height: 4px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%); }

.important_ttl{
  font-size: 20px;
  font-weight: bold;
  color:#fff;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  border-left: solid 5px #172665;/*左線*/
  background-color:rgba(23, 38, 101, 0.65);	
}
.blue{
  color:#172665;
}
.red{
	color:#c9171e;
}
/* ボタン */
.btn-red {
  background-color: #c9171e;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 0.8em 1.5em;
  border: none; }
  .btn-red:hover {
    background-color: #183689;
    text-decoration: none;
    opacity: 0.8;
    color: #fff; }

.sub_ttl-01 {
  text-align: center;
  font-size: 18px; }
.sub_ttl-02 {
  text-align: center;
  font-size: 16px; 
font-weight:normal;
}


/* エフェクト */
.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 900ms; }
  .effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0); }

/* #page-header */
@media (max-width: 767px) {
  #page-header .header-logo img {
    width: 200px;
    height: auto; } }

@media (max-width: 991px) {
  #page-header .nav-item {
    text-align: center; } }

#page-header .nav-item a {
  font-size: 18px;
  font-weight: bold; }
  @media (max-width: 991px) {
    #page-header .nav-item a {
      padding-top: 1em;
      padding-bottom: 1em; } }

@media (max-width: 991px) {
  #page-header .nav-item div.nav-link {
    padding-bottom: 2em; } }

#page-header .nav-link {
  padding-right: 0;
  padding-left: 2em; }
  @media (max-width: 991px) {
    #page-header .nav-link {
      padding-left: 0em; } }

#page-header .navbar-toggler {
  border-color: #717171; }
  #page-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(113,113,113,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

/* #page_contact */
#page_contact {
  background-color: #172665;
  padding-top: 100px;
  padding-bottom: 29px; }
  @media (max-width: 767px) {
    #page_contact {
      padding-top: 50px;
      padding-bottom: 0px; } }
  #page_contact h2 {
    margin-bottom: 70px; }

/* #fixed-footer */
#fixed-footer .col-6 {
  padding-left: 0;
  padding-right: 0; }
  #fixed-footer .col-6 .btn {
    font-size: 16px; }
    #fixed-footer .col-6 .btn::after {
      content: none; }

.btn {
  color: #fff;
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 0.7em 1em 0.7em 4em;
  border-radius: 0;
  border: none; }
  @media (max-width: 991px) {
    .btn {
      padding: 0.7em 1em 0.7em 2em; } }
  @media (max-width: 767px) {
    .btn {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .btn::after {
    content: '';
    background: url(../image/btn_arrow.png) center center/contain no-repeat;
    width: 35px;
    height: 11px;
    display: inline-block;
    margin-left: 2em; }
  .btn:hover {
    text-decoration: none;
    color: #fff; }

.btn_blue {
  background-color: #172665; }

.btn_black {
  background-color: #000; }

/* #page-footer */
@media (max-width: 991px) {
  footer {
    padding-bottom: 45px; } }

footer #page-footer {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 24px; }

/* ======= コンテンツ ======= */
.home #mv {
  width: 100%;
  height: 80vh; }
  @media (min-width: 768px) {
    .home #mv {
      background: url(../image/mv-pc.png) center center/cover no-repeat; } }
  @media (max-width: 767px) {
    .home #mv {
      background: url(../image/mv-sp.png) center center/cover no-repeat; } }
  @media (min-width: 768px) {
    .home #mv .mv-text-wrap {
      margin-top: 5em; } }
  .home #mv .mv-text {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 70px;
    margin-bottom: 0.6em; }
    @media (max-width: 767px) {
      .home #mv .mv-text {
        font-size: 35px;
        line-height: 45px; } }
  .home #mv .btn-red {
    background-color: #B74041;
    color: #fff;
    border-radius: 30px;
    padding: 0.8em 1.5em; }
    .home #mv .btn-red:hover {
      background-color: #183689;
      text-decoration: none;
      opacity: 0.8; }

.home #hello {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .home #hello {
      padding-top: 60px;
      padding-bottom: 60px; } }

.home #information {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .home #information {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .home #information h2 {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .home #information h2 {
        margin-bottom: 30px; } }
  .home #information iframe {
    border: #aaa 1px solid; }

.home #shop-information {
  padding-top: 80px; }
  @media (min-width: 768px) {
    .home #shop-information {
      background-color: #172665;
      padding-top: 80px; } }
  .home #shop-information .bg_light_blue {
    padding-top: 75px;
    padding-bottom: 75px; }
    @media (max-width: 767px) {
      .home #shop-information .bg_light_blue {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .home #shop-information .bg-white {
    padding-top: 75px;
    padding-bottom: 75px; }
    @media (max-width: 767px) {
      .home #shop-information .bg-white {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .home #shop-information h2 {
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .home #shop-information h2 {
        margin-bottom: 30px; } }
  .home #shop-information h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1em; }
  @media (max-width: 767px) {
    .home #shop-information .shop-imformation-img-01 {
      margin-bottom: 30px; } }
  .home #shop-information .shop-information-detail {
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px; }
    .home #shop-information .shop-information-detail .row {
      border-bottom: #3C3C3C 1px solid; }
    .home #shop-information .shop-information-detail .col-5, .home #shop-information .shop-information-detail .col-7 {
      padding-top: 0.8em;
      margin-bottom: 0.8em; }
  @media (max-width: 767px) {
    .home #shop-information .imformation-img-01 {
      margin-bottom: 30px; } }

.home #price {
  padding-top: 84px;
  margin-top: -84px; }
  .home #price .price_ttl {
    color: #fff;
    background: url(../image/price-ttl-bg.png) center center/cover no-repeat;
    padding-top: 120px;
    padding-bottom: 120px; }
    @media (max-width: 767px) {
      .home #price .price_ttl {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .home #price .price_ttl .head_ttl-01::after {
      background-color: #fff; }
    .home #price .price_ttl .price_ttl-text {
      text-align: center;
      font-size: 16px; }
	
}
  .home #price .container {
    padding-top: 75px;
    padding-bottom: 200px; }
    @media (max-width: 767px) {
      .home #price .container {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .home #price .other.price-box {
    margin-bottom: 0; }
  .home #price .price-box {
    margin-bottom: 75px; }
    @media (max-width: 767px) {
      .home #price .price-box {
        margin-bottom: 60px; } }
    .home #price .price-box h3 {
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        .home #price .price-box h3 {
		  margin-bottom: 25px; } }
    .home #price .price-box table {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      width: 100%; }
      @media (max-width: 767px) {
        .home #price .price-box table {
          font-size: 14px;
          line-height: 18px; } }
      .home #price .price-box table th span {
        font-size: 16px; }
        @media (max-width: 767px) {
          .home #price .price-box table th span {
            font-size: 12px; } }
      .home #price .price-box table td, .home #price .price-box table th {
        padding-top: 1em;
        padding-bottom: 1em;
        border-right: #707070 1px solid;
        border-bottom: #707070 1px solid;}
      .home #price .price-box table .bg_blue {
        color: #fff;
        font-weight: bold;
        background-color: rgba(23, 38, 101, 0.65);
        border-right: #fff 1px solid;
        border-bottom: #fff 1px solid; }
    @media (max-width: 767px) {
      .home #price .price-box {
        width: 100%; }

 }
  @media (min-width: 768px) {
    .home #price .day {
      width: 169px; } }
  @media (min-width: 768px) {
    .home #price .ski .item {
      width: 190px; } }
  @media (min-width: 768px) {
    .home #price .snowboard .item {
      width: 240px; } }
  @media (min-width: 768px) {
    .home #price .accessories .item {
      width: 132px; } }
  @media (min-width: 768px) {
    .home #price .other .item {
      width: 480px; } }

.contact #contact #important {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .contact #contact #important {
      padding-top: 60px;
      padding-bottom: 60px; } }

.contact #contact .important-box {
  width: 100%;
  height: 400px;
  overflow: auto;
  border: #707070 1px solid;
  padding: 1em; }
  @media (max-width: 767px) {
    .contact #contact .important-box {
      height: 300px; } }
  .contact #contact .important-box .impotant-h3 {
    padding: 0.5em;
    background-color: rgba(23, 38, 101, 0.65);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.8em; }
  .contact #contact .important-box .impotant-h4 {
    color: #69739B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.8em; }
  .contact #contact .important-box .kakomiPink {
    color: #B74041;
    font-weight: bold; }

.contact #contact #form {
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .contact #contact #form {
      padding-bottom: 60px; } }
  .contact #contact #form .form-row {
    margin-left: 0;
    margin-right: 0; }
  .contact #contact #form .form-row > .col, .contact #contact #form .form-row > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px; }
  .contact #contact #form label {
    margin: 0; }
  .contact #contact #form .required {
    font-size: 14px;
    background-color: #f16b6b;
    color: #fff;
    padding: 0.2em 0.4em;
    border-radius: 5px;
    margin-left: 1em; }
  .contact #contact #form .applicant {
    text-align: center;
    font-weight: bold;
    padding-top: 0.6em;
    padding-bottom: 0.4em;
    background-color: #172665;
    color: #fff; }
  .contact #contact #form .form-head {
    font-weight: bold;
    padding-top: 0.9em;
    padding-bottom: 0.7em;
    background-color: rgba(23, 38, 101, 0.65);
    color: #fff; }
    @media (min-width: 768px) {
      .contact #contact #form .form-head {
        border-bottom: #fff 1px solid; } }
  .contact #contact #form .form-detail {
    padding-top: 0.7em;
    padding-bottom: 0.7em; }
    @media (min-width: 768px) {
      .contact #contact #form .form-detail {
        border-top: #707070 1px solid;
        border-right: #707070 1px solid; } }
    @media (max-width: 767px) {
      .contact #contact #form .form-detail {
        border-left: #707070 1px solid;
        border-right: #707070 1px solid;
        border-bottom: #707070 1px solid; } }
  @media (min-width: 768px) {
    .contact #contact #form .form-detail-last {
      border-bottom: #707070 1px solid; } }
  .contact #contact #form .small {
    line-height: 1.6; }
  .contact #contact #form .small.hosoku {
    color: #888; }
  .contact #contact #form textarea {
    height: 150px; }
  .contact #contact #form #datepicker {
    position: relative; }
  .contact #contact #form .fa-calendar-alt {
    color: #aaa;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%); }
  .contact #contact #form .item-box {
    padding: 1em 0.5em; }
  .contact #contact #form .bg_light_glay {
    background-color: #f5f5f5; }

/*# sourceMappingURL=style.css.map */
