@charset "UTF-8";
/* mixin
*********************************************************************/
/* media query */
/* SP縦から */
/* SP横から */
/* フルワイド */
.topbg {
  width: 100%;
  height: 90vh;
  background-image: url("../img/info2/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/info2/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: center;
    align-items: center;
    margin-top: 50px; }
    #intro ul li {
      width: calc(100% / 3 - 20px);
      margin-bottom: 20px;
      max-width: 340px; }
      @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; }
  #intro .spacer {
    width: 100%; }
    @media all and (max-width: 500px) {
      #intro .spacer {
        display: none; } }

.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.urabandai {
    background-image: url("../img/info2/uraban_top_bg.jpg"); }
  .img-ttl.madarao {
    background-image: url("../img/info2/madarao_top_bg.jpg"); }
  .img-ttl.karuizawa {
    background-image: url("../img/info2/karuizawa_top_bg.jpg"); }
  .img-ttl.katsuura {
    background-image: url("../img/info2/katsuura_top_bg.jpg"); }
  .img-ttl.arima {
    background-image: url("../img/info2/arima_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; }

#onsen .ttl {
  width: 100%;
  margin: 0 auto 30px;
  padding: 10px;
  position: relative;
  clear: both; }
  #onsen .ttl .top_titlebox {
    top: -50px;
    left: 0;
    right: 0;
    z-index: 3;
    position: absolute; }
    #onsen .ttl .top_titlebox h2 {
      display: block;
      max-height: 480px; }
  #onsen .ttl .blank {
    margin-top: 430px; }
    @media all and (max-width: 800px) {
      #onsen .ttl .blank {
        margin-top: 200px; } }
    @media all and (max-width: 500px) {
      #onsen .ttl .blank {
        margin-top: 80px; } }

.onsen-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media all and (max-width: 500px) {
    .onsen-info {
      display: block; } }
  .onsen-info::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 20px); }
  .onsen-info .box {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    margin: 10px;
    background-color: #fff; }
    @media all and (max-width: 500px) {
      .onsen-info .box {
        width: calc(100% - 20px);
        display: block; } }
    .onsen-info .box h3 {
      padding: 10px;
      background-color: #F2CBD8;
      background-image: url("../img/info2/info_bg.png");
      background-repeat: repeat;
      letter-spacing: 2px; }
    .onsen-info .box h4 {
      padding: 10px; }
    .onsen-info .box img.main {
      max-width: 100%;
      margin: 0 auto; }
    .onsen-info .box .ttx {
      padding: 20px;
      text-align: left; }
      .onsen-info .box .ttx p.t1 {
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px dotted #666; }
      .onsen-info .box .ttx table {
        width: 100%; }
        .onsen-info .box .ttx table th, .onsen-info .box .ttx table td {
          padding: 3px; }
        .onsen-info .box .ttx table th {
          width: 55px;
          color: #DA6B91;
          font-size: 80%;
          text-align: left; }
        .onsen-info .box .ttx table td {
          font-size: 90%;
          text-align: left; }
    .onsen-info .box .ttxl {
      width: 100%;
      padding: 10px;
      background-color: #DA6B91;
      border-bottom: 1px solid #fff;
      color: #fff;
      display: block;
      margin-top: auto; }
      .onsen-info .box .ttxl:hover {
        background-color: #E08CAC; }

.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; }
