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

* {
  margin: 0;
  padding: 0;
}

.main-image {
  padding-top: 120px;
  margin-bottom: -18px;
}

.loghouse-cottage {
  text-align: center;
  font-size: 16px;
  font-family: "Zen Old Mincho", sans-serif;
  background-color: rgb(191, 233, 219);
  margin: 0 auto;
}

.loghouse-cottage h1 {
  @media (width <= 800px) {
    margin: 0 auto;
    text-align: center;
  }
}

h2 {
  text-align: center;
  padding-top: 50px;
}

/* ログハウス・コテージのボタングループのグリッド上の3つ*/
.btn-group01 {
  margin-top: 2%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
}

.btn-10,
.btn-11,
.btn-12,
.btn-13,
.btn-14 {
  width: 50%;
  height: auto;
}

/* ログハウス・コテージのボタングループ上の3つ */

/* ログハウス・コテージのボタングループ下の3つ */
.btn-group02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 10px;
  place-items: center;
  margin-top: 3%;
}

.btn-map {
  width: 50%;
  height: auto;
}
/* ログハウス・コテージのボタングループ下の3つ */

/* ログハウス・コテージのボタンのstyle */
a.btn-10,
.btn-11,
.btn-12,
.btn-13,
.btn-14 {
  display: block;
  text-align: center;
  /* vertical-align: middle; */
  text-decoration: none;
  width: 190px;
  margin: auto;
  padding: 0.5rem 2rem;

  border: 2px solid #27acd9;
  background: #27acd9;
  color: #fff;
  border-radius: 90vh;
  transition: 0.5s;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 1px;
}
a.btn-10:hover {
  color: #27acd9;
  background: #fff;
}
/* ログハウス・コテージのボタンのstyle */

/* マップのボタンスタイル */
a.btn-map {
  display: block;
  text-align: center;
  /* vertical-align: middle; */
  text-decoration: none;
  width: 200px;
  margin: auto;
  padding: 0.5rem 2rem;

  border: 2px solid #e7893b;
  background: #e7893b;
  color: #fff;
  border-radius: 90vh;
  transition: 0.5s;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 1px;
}
a.btn-map:hover {
  color: #868d8f;
  background: #fff;
}
/* マップのボタンスタイル */

/* ログハウス画像 */
.log-img,
.cote-img {
  margin: 0 auto;
  width: 50%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}

.cote-img2 {
  margin: 0 auto;
  width: 50%;
  height: auto;
}

/* ログハウス・コテージ */
/* .log-group01{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  place-items: center;
}

.log01{ 
  width: 50%;
  height: auto;
  margin-left: 90%;
  margin-top: 10%;
}

.log02{  
  width: 50%;
  height: auto;
   margin-top: 10%;
  
}

.log03 {  
  width: 50%;
  height: auto;
 margin-right: 90%;
  margin-top: 10%;
}


.log-group02{
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
 place-items: center;
}

.log04{ 
  width: 35%;
  height: auto;
  margin-top: 10%;
  margin-left: 65%;
}

.log05{  
  width: 35%;
  height: auto;
  margin-top: 10%;
  margin-right: 60%;
  
} */

.bihin:before {
  content: url(../images/accommodation/tv.svg);

  @media (width <= 800px) {
    text-align: center;
  }
}

.bihin {
  text-align: center;
  margin-top: 5%;
  font-size: 28px;

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

.bihin-text {
  text-align: center;
}

.map02 {
  width: 50%;
  height: auto;
  margin: 0 auto;
  margin-top: 5%;
}

/* 松原壮 */

.matubara {
  width: 38%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 3%;
}

.matubara-text {
  text-align: center;
  padding-bottom: 2%;
}

/* テント泊希望のかたはこちらからボタン */
a.btn01 {
  display: block;
  text-align: center;

  /* vertical-align: middle; */
  text-decoration: none;
  width: 230px;
  margin: auto;
  padding: 0.5rem 2rem;

  border: 2px solid #27acd9;
  background: #27acd9;
  color: #fff;
  border-radius: 90vh;
  transition: 0.5s;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 1px;
}
a.btn01:hover {
  color: #27acd9;
  background: #fff;
}

/* ご利用にあたって */
.wakusen01 {
  position: absolute;
  border: 1px solid #fa4f4f;
  border-radius: 10px;
  width: 700px;
  height: 250px;
  top: 11550px;
  left: 23%;

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

h3 {
  font-family: "Zen Old Mincho", sans-serif;
  text-align: center;
  margin-top: 5%;
  font-size: 25px;
}

.checkin:before {
  content: url(../images/accommodation/001.svg);
  margin-right: 3%;
}

.checkout:before {
  content: url(../images/accommodation/002.svg);
  margin-right: 3%;
}

.checkin {
  color: #fa4f4f;
  margin-top: 5%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.checkout {
  color: #fa4f4f;
  margin-top: 5%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.check {
  text-align: center;
}

/* 宿泊施設をご利用の方へ */

.wakusen02 {
  position: absolute;
  border: 1px solid #fa4f4f;
  border-radius: 10px;
  width: 700px;
  height: 350px;
  top: 11900px;
  left: 23%;

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

.goriyou-chuui {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 3%;
}

.cancel {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fa4f4f;
  margin-top: 2%;
}

/* その他の注意事項 */

.sonota-h4 {
  margin-top: 6%;
}

.wakusen03 {
  position: absolute;
  border: 1px solid #fa4f4f;
  border-radius: 10px;
  width: 700px;
  height: 1000px;
  top: 12350px;
  left: 23%;

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

h4 {
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 23px;
  margin-top: 5%;
}

/* BBQについて */
.chuui-text {
  text-align: center;
  margin-top: 3%;
}

/* 電話・メールでお問い合わせくださいエリア */
.btn-group {
  display: grid;
  grid-template-rows: 100px;
  grid-template-columns: 50% 50%;
}

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

  display: 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-top: 15%;
  margin-left: 300px;
  font-size: 18px;
  letter-spacing: 3px;

  @media (width <= 800px) {
    margin: 0 auto;
    height: 40px;
    margin-top: 5%;
  }
}

a.tel-btn:hover {
  color: #27acd9;
  background: #fff;

  @media (width <= 800px) {
    margin: 0 auto;
  }
}
/* 電話ボタン */

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

  display: 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-top: 15%;
  margin-right: 300px;
  font-size: 18px;

  @media (width <= 800px) {
    margin: 0 auto;
    height: 40px;
    margin-top: 5%;
  }
}
a.mail-btn:hover {
  color: #27acd9;
  background: #fff;

  @media (width <= 800px) {
    margin: 0 auto;
  }
}
/* メールボタン */

.okigaruni {
  text-align: center;
  margin-top: 8%;
  margin-bottom: 16%;
}
