@charset "utf-8";
@import url(/css/common.css);

* {
  margin: 0;
  padding: 0;
}

/* メインイメージのアニメーション */
.img-frame {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .img-frame {
    width: 100%;
    height: 500px;
  }
}

.img-01,
.img-02,
.img-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-01 {
  background-image: url("../images/index/main.jpg");
  animation: slide-animation-01 24s infinite;
}
.img-02 {
  background-image: url("../images/index/main01.jpg");
  animation: slide-animation-02 24s infinite;
}
.img-03 {
  background-image: url("../images/index/main02.jpg");
  animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
/* メインイメージのアニメーション */

/* ビューポイント↓ */
.viewpoint-title {
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 12px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.viewpoint {
  display: grid;
  background-image: url(../images/index/nihonn-tizu.png);
  background-repeat: no-repeat;
  position: relative;

  background-size: 130%;
  background-position: 0% 70%;
  grid-template-rows: 500px 500px;
  grid-template-columns: 40% 60%;

  @media (width <= 800px) {
    display: block;
  }
}

.viewpoint01 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 140%;
  height: auto;

  @media (width <= 800px) {
    width: 70%;
    height: auto;
    margin-bottom: 10px;
  }
}

.viewpoint02 {
  grid-row: 1/3;
  grid-column: 1/3;
  margin-top: 350px;
  margin-left: 200px;
  width: 40%;
  height: auto;
  z-index: 10;

  @media (width <= 800px) {
    width: 70%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 10px;
  }
}

.viewpoint-prtext {
  grid-row: 1/3;
  grid-column: 2/3;
  margin-left: 270px;
  padding-top: 250px;
  z-index: 10;

  @media (width <= 800px) {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 300px;
  }
}

/* 富山imageのエリア */
.toyama-img {
  display: grid;
  grid-template-rows: 400px;
  grid-template-columns: 25% 25% 25% 25%;
  position: absolute;
  top: 1600px;
  left: 100px;

  @media (width <= 800px) {
    margin: 0 auto;
    margin-top: 200px;
  }
}

.toyama-img01 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 60%;
  height: auto;
}

.toyama-img02 {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 70%;
  height: auto;
  z-index: 10;
}

.toyama-img03 {
  grid-row: 1/2;
  grid-column: 3/4;
  width: 70%;
  height: auto;
  z-index: 10;
}

.toyama-img04 {
  grid-row: 1/2;
  grid-column: 4/5;
  width: 60%;
  height: auto;
  z-index: 10;
}

/* ビューポイント↑ */

/* BBQ↓ テキストとテキスト右の写真のところ */
.bbq {
  display: grid;
  grid-template-rows: 350px;
  grid-template-columns: 50% 50%;

  @media (width <= 800px) {
    display: block;
    text-align: center;
    width: 80%;
    height: auto;
  }
}

.bbq-title {
  grid-row: 1/2;
  grid-column: 1/2;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 16px;
  line-height: 2;
  padding-top: 50px;
  margin-left: 200px;
  text-align: center;
}

.bbq-title p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  padding-top: 50px;
}

.bbq-title img {
  width: 50%;
  height: auto;
  padding-top: 50px;
}

.bbq1 {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 40%;
  height: auto;
  margin-left: 100px;
  margin-top: 50px;

  @media (width <= 800px) {
    display: block;
    text-align: center;
    width: 50%;
    height: auto;
  }
}

/* 下の２つのバーベキュー写真のところ↓ */
.bbq-02 {
  display: grid;
  grid-template-rows: 350px;
  grid-template-columns: 50% 50%;

  @media (width <= 800px) {
    display: flexbox;

    width: 100%;
    height: auto;
  }
}

.bbq2 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 60%;
  height: auto;
  margin-left: 220px;
  margin-top: 50px;
  @media (width <= 800px) {
    display: block;
    text-align: center;
    width: 60%;
    height: auto;
  }
}

.bbq3 {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 45%;
  height: auto;
  margin-left: 60px;
  margin-top: 30px;

  @media (width <= 800px) {
    display: block;
    text-align: center;
    width: 60%;
    height: auto;
  }
}
/* 下の２つのバーベキュー写真のところ↑ */

/* ログハウス・コテージ↓ */
.sub-main-cote-ji {
  margin-top: 100px;
}

.cote-ji-01 {
  display: grid;
  grid-template-rows: 350px;
  grid-template-columns: 50% 50%;

  @media (width <= 800px) {
    display: flexbox;

    width: 100%;
    height: auto;
  }
}

.room01 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 40%;
  height: auto;
  margin-left: 300px;
  margin-top: 30px;
}

.room02 {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 40%;
  height: auto;
  margin-top: 30px;
  margin-left: 50px;
}

.cote-ji-title {
  font-family: "Zen Old Mincho", sans-serif;
  text-align: center;
  padding-bottom: 50px;
}

.cote-ji-text {
  text-align: center;
}

.cote-ji-link img {
  width: 20%;
  height: auto;
  margin-top: 50px;
  margin-left: 500px;
}

.room03 {
  width: 42%;
  height: auto;
  margin: auto;
}

.juzitu {
  width: 21%;
  height: auto;
  margin: auto;
  padding-top: 10px;
}

.security {
  width: 50%;
  height: auto;
  margin: auto;
  padding-top: 10px;
}

.security-text {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}
/* ログハウス・コテージ↑ */

/* お問い合わせとお知らせエリアの背景グラデーション */
.gradation {
  background: #fefafa;
  background: linear-gradient(
    180deg,
    rgba(254, 250, 250, 1) 0%,
    rgba(183, 235, 177, 1) 50%,
    rgb(247, 255, 184) 100%
  );
}

/* お問い合わせ・営業日カレンダ↓ */
.otoiawase-title {
  font-family: "Zen Old Mincho", sans-serif;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.calendar {
  display: grid;
  grid-template-rows: 350px;
  grid-template-columns: 1fr 1fr;
  @media (width <=800px) {
    grid-template-columns: 1fr;
  }
}

.calendar06 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 50%;
  height: auto;
  margin-left: 300px;
  margin-top: 10px;
}

.calendar07 {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 50%;
  height: auto;
  margin-top: 10px;
}

.tyuuizikou-01 {
  text-align: center;
  margin-top: 5%;
  padding-top: 30px;
  font-size: 14px;
  padding-bottom: 30px;
}

.tyuuizikou-02 {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  padding-bottom: 50px;
}

/* 電話ボタン・メールボタングループのグリッド */
.btn-group {
  display: grid;
  /* grid-template-rows: 100px; */
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  @media (width <= 800px) {
    grid-template-columns: 1fr;
  }
}

/* 電話ボタン */
a.tel-btn {
  grid-row: 1/2;
  grid-column: 1/2;

  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 140px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #27acd9;
  background: #27acd9;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  margin-bottom: 70px;
  margin-left: 300px;
  font-size: 18px;
  letter-spacing: 3px;
  @media (width <= 800px) {
    /* display: block;
    max-width: 150px;
    font-size: 12px;
    margin-right: 0; */
    grid-template-columns: 1fr;
  }
}

a.tel-btn:hover {
  color: #27acd9;
  background: #fff;
}
/* 電話ボタン */

/* メールボタン */
a.mail-btn {
  grid-row: 1/2;
  grid-column: 2/3;

  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 140px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #27acd9;
  background: #27acd9;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  margin-bottom: 70px;
  margin-right: 300px;
  font-size: 18px;
  @media (width <= 800px) {
    /* display: block;
    max-width: 150px;
    font-size: 12px;
    margin-right: 0; */
    grid-template-columns: 1fr;
  }
}

a.mail-btn:hover {
  color: #27acd9;
  background: #fff;
}
/* メールボタン */
.time {
  @media (width <= 800px) {
    man-width: 200px;
    text-align: center;
  }
}

.time p {
  text-align: center;
  margin-bottom: 300px;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  /* @madida (width <= 800px){
    man-width: 200px;
    text-align: center;
  } */
}
/* お問い合わせ・営業日カレンダ↑ */

/* お知らせ */
.osirase-area-logo {
  width: 25%;
  height: auto;
  margin-top: -10%;
  margin-left: 220px;
  @media (width <= 800px) {
    display: none;
  }
}

.ojisannwaku {
  position: relative;
  width: 50%;
  height: auto;
  margin: auto;
  @media (width <= 800px) {
    display: none;
  }
}

/* ニュースエリア */
.news03 {
  width: 100%;
  height: auto;
}

.news-area {
  position: absolute;
  left: 35%;
  margin-top: -2%;
  @media (width <= 800px) {
    max-width: 700px;
    align-items: center;
  }
}

.news-list {
  position: absolute;
  bottom: 90px;
  width: 470px;
  list-style: none outside;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #929090;
  padding: 20px 20px;
  font-size: 15px;
}
.news-list .item:first-child a {
  border-top: 1px solid #929090;
}
.news-list .item .date {
  margin: 0;
  min-width: 150px;
  font-size: 15px;
  color: #6b6b6b;
  padding: 0 35px 0 32px;
}

.news-list .item .saisin {
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
  font-family: "Zen Old Mincho", sans-serif;
}

.news-list .item .title {
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title {
  color: rgb(100, 197, 201);
}

@media screen and (max-width: 800px) {
  .news-list .item a {
    flex-wrap: wrap;
  }
  .news-list .item .date {
    min-width: 100px;
  }
  .news-list .item .title {
    margin-top: 10px;
  }
}

/* ニュースエリアの画像たち */
.camp-png {
  width: 10%;
  height: auto;
}
