@charset "UTF-8";
/* mixin
*********************************************************************/
/* media query */
/* SP縦から */
/* SP横から */
/* フルワイド */
.topbg {
  width: 100%;
  height: 90vh;
  background-image: url("../img/info/top_bg_pc.jpg");
  background-position: center center;
  background-size: cover;
  z-index: 1; }
  @media all and (max-width: 800px) {
    .topbg {
      background-image: url("../img/info/top_bg_sp.jpg"); } }
  .topbg .top_titlebox {
    max-width: 880px;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px; }
    @media all and (max-width: 500px) {
      .topbg .top_titlebox {
        max-width: 100%;
        height: 70vh; } }
    .topbg .top_titlebox h1 {
      text-align: center; }
  .topbg .top_title2box {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px; }
    .topbg .top_title2box h2 {
      text-align: left; }
      .topbg .top_title2box h2 img {
        max-width: 260px; }
        @media all and (max-width: 800px) {
          .topbg .top_title2box h2 img {
            max-width: 200px; } }
        @media all and (max-width: 500px) {
          .topbg .top_title2box h2 img {
            max-width: 150px; } }

#intro {
  position: relative;
  padding-top: 160px;
  text-align: center; }
  @media all and (max-width: 800px) {
    #intro {
      padding-top: 80px; } }
  #intro h3.vol {
    font-size: 1.8rem;
    margin-bottom: 20px; }
  #intro p {
    line-height: 3; }
    @media all and (max-width: 500px) {
      #intro p {
        line-height: 2; } }
  #intro ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px; }
    #intro ul li {
      width: calc(100% / 4 - 20px); }
      @media all and (max-width: 500px) {
        #intro ul li {
          width: calc(100% / 2 - 10px);
          margin-bottom: 10px; } }
      #intro ul li a img:hover {
        transform: translateY(-2px);
        transition-duration: 0.5s; }

.img-ttl {
  width: 100%;
  height: 450px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
  z-index: 2; }
  @media all and (max-width: 800px) {
    .img-ttl {
      height: 300px; } }
  @media all and (max-width: 500px) {
    .img-ttl {
      height: 240px; } }
  .img-ttl.amagi {
    background-image: url("../img/info/amagi_top_bg.jpg"); }
  .img-ttl.hakone {
    background-image: url("../img/info/hakone_top_bg.jpg"); }
  .img-ttl.tateshina {
    background-image: url("../img/info/tateshina_top_bg.jpg"); }
  .img-ttl.hamanako {
    background-image: url("../img/info/hamana_top_bg.jpg"); }
  .img-ttl.nasu {
    background-image: url("../img/info/nasu_top_bg.jpg"); }
  .img-ttl .top_titlebox {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    position: relative; }
    .img-ttl .top_titlebox h3 {
      margin-top: 220px;
      z-index: 3;
      position: absolute; }
      @media all and (max-width: 800px) {
        .img-ttl .top_titlebox h3 {
          margin-top: 100px; } }
      @media all and (max-width: 500px) {
        .img-ttl .top_titlebox h3 {
          margin-top: 130px; } }
      .img-ttl .top_titlebox h3.right {
        right: 5px;
        text-align: right; }
        @media all and (max-width: 800px) {
          .img-ttl .top_titlebox h3.right {
            right: 20px; } }
      .img-ttl .top_titlebox h3.left {
        left: 5px;
        text-align: left; }
        @media all and (max-width: 800px) {
          .img-ttl .top_titlebox h3.left {
            left: 20px; } }
      .img-ttl .top_titlebox h3 img {
        max-width: 320px; }
        @media all and (max-width: 1367px) {
          .img-ttl .top_titlebox h3 img {
            max-width: 260px; } }
        @media all and (max-width: 800px) {
          .img-ttl .top_titlebox h3 img {
            max-width: 220px; } }
        @media all and (max-width: 500px) {
          .img-ttl .top_titlebox h3 img {
            max-width: 120px; } }

.img-box-pc {
  width: 100%;
  display: block; }
  @media all and (max-width: 800px) {
    .img-box-pc {
      display: none; } }

.img-box-sp {
  display: none; }
  @media all and (max-width: 800px) {
    .img-box-sp {
      width: 100%;
      display: block; } }
  @media all and (max-width: 800px) {
    .img-box-sp img {
      display: block;
      margin-bottom: 10px; } }

.btnArea {
  margin-bottom: 50px; }
  .btnArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px; }
    .btnArea ul li {
      width: calc(100% / 2 - 20px);
      max-width: 350px; }
      @media all and (max-width: 500px) {
        .btnArea ul li {
          width: 100%;
          margin-bottom: 10px; } }
      .btnArea ul li a img:hover {
        transform: translateY(-2px);
        transition-duration: 0.5s; }

.infoBox {
  background-color: #f3f5f7;
  padding: 40px; }
  @media all and (max-width: 800px) {
    .infoBox {
      padding: 20px 20px 10px; } }
  .infoBox h3 {
    font-size: 2rem;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
    margin-bottom: 30px; }
    @media all and (max-width: 500px) {
      .infoBox h3 {
        font-size: 1.8rem; } }
  .infoBox .p_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media all and (max-width: 500px) {
      .infoBox .p_box {
        display: block; } }
    .infoBox .p_box li {
      width: calc(100% / 2 - 20px);
      max-width: 610px; }
      @media all and (max-width: 500px) {
        .infoBox .p_box li {
          width: 100%;
          max-width: auto;
          margin-bottom: 20px; } }
      .infoBox .p_box li img {
        clear: both;
        margin: 0 auto 20px; }
      .infoBox .p_box li p {
        clear: both; }
        .infoBox .p_box li p.txt {
          text-align: left;
          line-height: 1.8; }
        .infoBox .p_box li p.link {
          text-align: right; }
  .infoBox .p_box2 {
    overflow: hidden; }
    .infoBox .p_box2 img {
      float: left;
      max-width: 710px;
      margin-right: 20px; }
      @media all and (max-width: 1000px) {
        .infoBox .p_box2 img {
          float: none;
          display: block;
          clear: both;
          width: 100%;
          max-width: auto;
          margin-right: auto;
          margin-bottom: 20px; } }
    .infoBox .p_box2 p.txt {
      text-align: left;
      line-height: 2.2; }
      @media all and (max-width: 1367px) {
        .infoBox .p_box2 p.txt {
          line-height: 1.8; } }
    .infoBox .p_box2 p.link {
      text-align: right; }

#ski .ttl {
  width: 100%;
  margin: 0 auto 30px;
  padding: 10px;
  position: relative;
  clear: both; }
  #ski .ttl h2 {
    top: -40px;
    left: 0;
    right: 0;
    z-index: 3;
    position: absolute; }
  #ski .ttl .txt {
    margin-top: 320px; }
    @media all and (max-width: 800px) {
      #ski .ttl .txt {
        margin-top: 200px; } }
    @media all and (max-width: 500px) {
      #ski .ttl .txt {
        margin-top: 80px; } }

.ski-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media all and (max-width: 500px) {
    .ski-info {
      display: block; } }
  .ski-info::after {
    content: "";
    display: block;
    width: calc(100% / 2 - 20px); }
  .ski-info .box {
    width: calc(100% / 2 - 20px);
    display: flex;
    flex-direction: column;
    margin: 10px;
    background-color: #fff; }
    @media all and (max-width: 500px) {
      .ski-info .box {
        width: calc(100% - 20px);
        display: block; } }
    .ski-info .box h3 {
      padding: 10px; }
    .ski-info .box img.main {
      max-width: 100%;
      margin: 0 auto; }
    .ski-info .box .ttx {
      padding: 20px;
      text-align: left; }
      .ski-info .box .ttx p.t1 {
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px dotted #666; }
    .ski-info .box .ttxl {
      width: 100%;
      padding: 10px;
      background-color: #0099d5;
      border-bottom: 1px solid #fff;
      color: #fff;
      display: block;
      margin-top: auto; }
      .ski-info .box .ttxl:hover {
        background-color: #40b8dd; }

.box-logo {
  width: 100%;
  margin: 10px;
  padding: 10px;
  text-align: center; }
  @media all and (max-width: 500px) {
    .box-logo {
      display: block; } }
  .box-logo img {
    max-width: 80%;
    margin: 0 auto; }
