body {
  padding-top: 3em;
  font-family: "M PLUS 1p";
}

img {
  max-width: 100%;
}

section {
  padding-top: 6rem;
  padding-bottom: 1rem;
}

li {
  list-style: none;
}


/*==================================================
デザイン装飾css
===================================*/
.bg-be {
  background: #fef6e1;
}

.lf-gbr {
  border-left: 5px solid #4e7f0e;
  padding-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#top-slide {
  margin-top: 4rem;
}

.navbar {
  background-image: url(../images/hoshizora.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-toggler {
  background: #fff;
}

.navbar-collapse>ul {
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-collapse>ul>li {
  border-bottom: 1px dotted #ccc;
}

/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
.slick-slide>img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

.slick-slide01>img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

.slick-slide02>img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery {
  margin: 0 0 5px 0;
}

.gallery li {
  list-style: none;
}

.gallery01 {
  margin: 0 0 5px 0;
}

.gallery01 li {
  list-style: none;
}

.gallery02 {
  margin: 0 0 5px 0;
}

.gallery02 li {
  list-style: none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;
  /*矢印の色*/
  border-right: 2px solid #ccc;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 25% !important;
  list-style: none;
}

.choice-btn li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
  transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}


.choice-btn01 li {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 25% !important;
  list-style: none;
}

.choice-btn01 li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

.choice-btn01 li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn01 .slick-track {
  transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.choice-btn02 li {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 25% !important;
  list-style: none;
}

.choice-btn02 li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

.choice-btn02 li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn02 .slick-track {
  transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

/*テーブル装飾*/
table {
  width: 100%;
  border-collapse: collapse;
}

table tr {
  border-bottom: solid 2px white;
}

table tr:last-child {
  border-bottom: none;
}

table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

/*テーブル装飾ここまで*/

#top-headertext {
  background: url(../images/hoshizora4.png);
  background-size: 30%;
  background-position: right top;
  background-repeat: no-repeat;
}

#room-section {
  background: url(../images/hoshizora3.png);
  background-size: 30%;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 0;
}

.name-room {
  text-align: center;
  background-image: url(../images/room_title2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 15px;
  padding-bottom: 15px;
}

.room-text {
  padding-bottom: 50px;
}

#dome {
  background: url(../images/hoshizora2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top 0px;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2em;
}

dl dt {
  width: 25%;
}

dl dd {
  width: 75%;
  border-left: 5px solid #6c854c;
  padding-left: 2rem;
}

#meal {
  background: url(../images/hoshizora3-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top 0px;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

#activity {
  padding-top: 0%;
}

.h4-style {
  position: relative;
  padding: 1em 2em;
  text-align: center;
}

.h4-style:before,
.h4-style:after {
  position: absolute;
  content: '';
}

.h4-style:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.h4-style:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.h4-style i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.h4-style span {
  position: relative;
  z-index: 1;
}


@media screen and (min-width: 993px) {
  .fixed-top {
    top: -1px;
  }

  .navbar {
    padding: 25px;
  }

  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navbar-collapse>ul {
    background: none;
  }

  .nav-link {
    color: #fff !important;
  }


  #room-section {
    padding-top: 150px;
  }

  #meal {
    background-size: cover;
  }

  #meal>div>h2 {
    margin-top: 5em;
  }

  .nav-button a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 210px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }

  .nav-button a:hover {
    background: #313131;
    color: #FFF;
  }

  .nav-button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }

  .button003 a:hover:after {
    border-color: #FFF;
  }

  #activity {
    padding-top: 6rem;
  }
}

/*フッタ設定*/

footer {
  background-image: url(https://hoshizora-resort.com/images/fooder.png);
  background-color: #3d488b;
  background-size: cover;

}

footer .container {
  color: black;
  ptop: 100px;
  padding-top: 100px;
}

p.f_contact {
  font-size: 1.5em;
  font-weight: 900;
}

p.f_address {
  margin-top: 3px;
  margin-bottom: 3px;
}

.f_logo img {
  width: 229px;
}