@charset "UTF-8";
/* mixin
*********************************************************************/
/* media query */
/* SP縦から */
/* SP横から */
/* フルワイド */
#page_top {
  bottom: 140px !important;
}
@media all and (max-width: 500px) {
  #page_top {
    bottom: 110px !important;
  }
}

.topbg {
  width: 100%;
  height: 95vh;
  background-image: url("../img/info3/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/info3/top_bg_sp.jpg");
  }
}
.topbg .top_titlebox {
  max-width: 880px;
  height: 85vh;
  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: -100px auto 0;
  padding: 10px;
}
@media all and (max-width: 500px) {
  .topbg .top_title2box {
    margin-top: 0;
  }
}
.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: 80px;
  text-align: center;
}
@media all and (max-width: 800px) {
  #intro {
    padding-top: 50px;
  }
}
#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;
}
@media all and (max-width: 500px) {
  #intro ul {
    margin-top: 30px;
  }
}
#intro ul li {
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 10px;
  margin-bottom: 10px;
  max-width: 340px;
}
@media all and (max-width: 500px) {
  #intro ul li {
    width: calc(100% / 2);
    padding: 5px;
    margin-bottom: 5px;
  }
}
#intro ul li a img {
  transition: all .3s ease-out;
}
#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.atami {
  background-image: url("../img/info3/atami_top_bg.jpg");
}
.img-ttl.nasu {
  background-image: url("../img/info3/nasu_top_bg.jpg");
}
.img-ttl.shizunami {
  background-image: url("../img/info3/shizunami_top_bg.jpg");
}
.img-ttl.nanki {
  background-image: url("../img/info3/nanki_top_bg.jpg");
}
.img-ttl.kyoto {
  background-image: url("../img/info3/kyoto_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 {
  transition: all .3s ease-out;
}
.btnArea ul li a img:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
}

#workcation .ttl {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 20px;
  padding: 10px;
}
#workcation .bg_workcation {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #bfcae9 5px, #bfcae9 7px);
  margin-top: -400px;
  padding-top: 400px;
  padding-bottom: 200px;
}
@media all and (max-width: 1600px) {
  #workcation .bg_workcation {
    margin-top: -25vw;
    padding-top: 25vw;
  }
}
@media all and (max-width: 1000px) {
  #workcation .bg_workcation {
    margin-top: -60vw;
    padding-top: 60vw;
    padding-bottom: 140px;
  }
}
