@charset "UTF-8";
/* Scss Document */
.parallaxPic {
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
@media screen and (min-width: 767.9px) {
  .parallaxPic {
    height: 670px;
  }
}

/*=============================================================
 TOPページ設定
=============================================================*/
.home section {
  position: relative;
}
.home-kv {
  background-color: #fff;
}
.home-kv-pic {
  text-align: left;
}
.home-kv-pic img {
  /*height: 100vh;*/
  object-fit: cover;
}
@media screen and (min-width: 767.9px) {
  .home-kv-pic img {
    width: 50%;
    max-height: 800px;
  }
}
.home-kv .block {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767.9px) {
  .home-kv .block .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767.9px) {
  .home-kv .block .inner .container {
    height: 100%;
  }
}
@media screen and (min-width: 767.9px) {
  .home-kv .block .inner .container .col2 {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }
}
.home-kv .block .inner .container .col2-item.left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .home-kv .block .inner .container .col2-item.left {
    display: none;
  }
}
@media screen and (min-width: 767.9px) {
  .home-kv .block .inner .container .col2-item.left p {
    margin-top: -40vh;
    margin-right: 70px;
  }
}
@media screen and (min-width: 767.9px) {
  .home-kv .block .inner .container .col2-item.left p img {
    width: 230px;
    height: auto;
  }
}
.home-kv .block .inner .container .col2-item.right {
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .home-kv .block .inner .container .col2-item.right {
    padding: 80px 0 0 0;
  }
}
@media screen and (min-width: 767.9px) {
  .home-kv .block .inner .container .col2-item.right {
    padding-left: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.home-kv .block .inner .container .col2-item.right header {
  margin-bottom: 30px;
}
@media screen and (min-width: 767.9px) {
  .home-kv .block .inner .container .col2-item.right header {
    margin-top: 150px;
  }
}
.home-kv .block .inner .container .col2-item.right header .tit {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.9px) {
  .home-kv .block .inner .container .col2-item.right header .tit {
    font-size: 5vw;
  }
}
.home-kv .block .inner .container .col2-item.right header .lead {
  font-size: 17px;
  font-weight: 900;
}
@media screen and (max-width: 767.9px) {
  .home-kv .block .inner .container .col2-item.right header .lead {
    font-size: 4vw;
  }
}
@media screen and (min-width: 767.9px) {
  .home-kv .block .inner .container .col2-item.right header .lead {
    line-height: 1;
  }
}
.home-kv .block .inner .container .col2-item.right p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .home-kv .block .inner .container .col2-item.right p {
    line-height: 2;
  }
}
.home-kv .block2 {
  margin-top: 50px;
}
@media screen and (min-width: 767.9px) {
  .home-kv .block2 .col2 {
    display: grid;
    gap: 0px;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
  }
}
.home-kv .block2 .col2-item.left {
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .home-kv .block2 .col2-item.left {
    margin-top: 50px;
  }
}
@media screen and (min-width: 767.9px) {
  .home-kv .block2 .col2-item.left {
    order: 1;
  }
}
.home-kv .block2 .col2-item.left .tit {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .home-kv .block2 .col2-item.left .tit {
    font-size: 4vw;
  }
}
.home-kv .block2 .col2-item.left p {
  line-height: 2;
}
.home-kv .block2 .col2-item.right {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767.9px) {
  .home-kv .block2 .col2-item.right {
    gap: 10px;
  }
}
@media screen and (min-width: 767.9px) {
  .home-kv .block2 .col2-item.right {
    order: 2;
  }
}
.home-news {
  background-color: #fff;
}
.home-news .block {
  padding-top: 80px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767.9px) {
  .home-news .block {
    margin-top: 55px;
    margin-bottom: 55px;
    padding-top: 50px;
    border-top: 1px solid #707070;
    text-align: left;
  }
}
.home-news .block .container {
  width: auto;
  display: inline-block;
}
@media screen and (min-width: 767.9px) {
  .home-news dl {
    display: grid;
    gap: 0.8em 60px;
    grid-template-columns: auto 1fr;
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .home-news dl dt {
    margin-top: 30px;
    margin-bottom: 0.5em;
  }
}
.home .com-stayle .block {
  /*padding-top: 80px;*/
  background-color: #fff;
}
.home .com-stayle .kv {
  margin-bottom: 80px;
}
.home .com-stayle .kv img {
  width: 100%;
  height: auto;
  max-height: 670px;
  object-fit: cover;
}
.home .com-stayle header {
  margin-bottom: 20px;
  text-align: left;
}
.home .com-stayle header .tit {
  font-size: 20px;
  font-weight: 900;
}
.home .com-stayle header .lead {
  font-weight: 900;
}
@media screen and (min-width: 767.9px) {
  .home .com-stayle .col2 {
    display: grid;
    gap: 20px 9vw;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.home .com-stayle .col2-item.left {
  text-align: left;
}
@media screen and (min-width: 767.9px) {
  .home .com-stayle .col2-item.left {
    order: 1;
  }
}
.home .com-stayle .col2-item.left p {
  margin-bottom: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .home .com-stayle .col2-item.left p {
    margin-bottom: 40px;
  }
}
.home .com-stayle .col2-item.left p:last-child {
  margin: 0;
}
.home .com-stayle .col2-item.left p a {
  color: #003385;
}
.home .com-stayle .col2-item.left p.more {
  font-size: 14px;
}
@media screen and (min-width: 767.9px) {
  .home .com-stayle .col2-item.right {
    order: 2;
  }
}
.home .com-stayle .col2-item.right p {
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .home .com-stayle .col2-item.right p {
    margin-top: 10px;
  }
}
.home .com-stayle .col2-item.right p:first-child {
  margin-top: 0;
}
.home .com-stayle .col2-item.right ul {
  display: grid;
  gap: 0 70px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767.9px) {
  .home .com-stayle .col2-item.right ul {
    gap: 0 10px;
  }
}
.home-fisherman.com-stayle {
  padding-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .home-fisherman.com-stayle .col2-item.right {
    width: 70%;
    margin: 0 0 40px auto;
  }
}
.home-fisherman.com-stayle .col2:nth-of-type(2) {
  margin: 20px 0;
}
@media screen and (max-width: 767.9px) {
  .home-fisherman.com-stayle .col2:nth-of-type(2) {
    margin: 30px 0;
  }
}
@media screen and (min-width: 767.9px) {
  .home-fisherman.com-stayle .col2:nth-of-type(2) .col2-item.left {
    order: 2;
  }
}
@media screen and (min-width: 767.9px) {
  .home-fisherman.com-stayle .col2:nth-of-type(2) .col2-item.right {
    order: 1;
  }
}
.home-nature.com-stayle {
  padding-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .home-nature.com-stayle .col2-item.right {
    width: 70%;
    margin: 0 0 40px auto;
  }
}
.home-food.com-stayle {
  padding-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .home-food.com-stayle .col2-item.right {
    width: 70%;
    margin: 0 0 40px auto;
  }
}
.home-stay.com-stayle {
  padding-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .home-stay.com-stayle .col2-item.right {
    width: 70%;
    margin: 0 0 40px auto;
  }
}
.home-access {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .home-access {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767.9px) {
  .home-access .col2-item.right {
    width: 100%;
    margin: 0 0 40px auto;
  }
}/*# sourceMappingURL=style_home.css.map */