body {
  line-height: 1.5em;
  letter-spacing: 1px;
  background-image: url("../img/bg04.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  z-index:2;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: transparent;
  padding: 10px 5px;
  overflow: hidden;
}

.btn-book{
  font-size: 14px;
  margin: 5px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.05em 0.4em;
  text-decoration: none;
  color: #000;
  transition: .4s;
  }

.btn-book:hover {
  padding-left: 0.7em;
  padding-right: 0.3em;
}

/*=======================================================
ナビゲーションメニュー
=======================================================*/
.nav-horizontal {
  text-align: center;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0px;
  background-image: linear-gradient(-90deg, #757575, #C24700);
  overflow: hidden;
  z-index: 100;
  height: 4em; /* 可視領域の高さ */
  width: 100%;
}
.nav-horizontal .mask {
  height: 6em; /* 横スクロールする理屈上の高さ */
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;  /* 慣性スクロール */
}
.nav-horizontal .list {
  display: inline-table;
  max-width: 100%;
}
.nav-horizontal .list li {
  display: table-cell;
}

.list li{
  width: 180px;
  height: 4em;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 3;
  border-left: 2px solid #fff
}

.list li:last-child{
  width: 180px;
  height: 4em;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 3;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff
}

.nav-horizontal .list a {
  width: 180px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  height: 4em;
}
.nav-horizontal .list a:hover {
  background-color: #fff;
  color: #494a41; 
}

.menu-box00{
  background: url("../img/home.png") top 10px center / 30px 30px no-repeat;
}
.menu-box00:hover{
  background: url("../img/home-hover.png") top 10px center / 30px 30px no-repeat;
}
.menu-box01{
  background: url("../img/plan.png") top 10px center / 30px 30px no-repeat;
}
.menu-box01:hover{
  background: url("../img/plan-hover.png") top 10px center / 30px 30px no-repeat;
}
.menu-box02{
  background: url("../img/food.png") top 10px center / 30px 30px no-repeat;
}
.menu-box02:hover{
  background: url("../img/food-hover.png") top 10px center / 30px 30px no-repeat;
}
.menu-box03{
  background: url("../img/facility.png") top 10px center / 30px 30px no-repeat;
}
.menu-box03:hover{
  background: url("../img/facility-hover.png") top 10px center / 30px 30px no-repeat;
}
.menu-box04{
  background: url("../img/map.png") top 10px center / 30px 30px no-repeat;
}
.menu-box04:hover{
  background: url("../img/map-hover.png") top 10px center / 30px 30px no-repeat;
}
.menu-box05{
  background: url("../img/access.png") top 10px center / 30px 30px no-repeat;
}
.menu-box05:hover{
  background: url("../img/access-hover.png") top 10px center / 30px 30px no-repeat;
}


.menu-box p{
  position: relative;
  top: 30px;
  font-weight: 700;
  font-size: 0.8em;
}

.arrow-left {
  width: 25px;
  height: 25px;
  opacity: 0.3;
  position: absolute;
  top: 1.3em;
  left: 0;
}

.arrow-right {
  width: 25px;
  height: 25px;
  opacity: 0.3;
  position: absolute;
  top: 1.3em;
  right: 0;
}


.title{
  display:inline-block;
  text-align: center;
  font-size: 1.5em;
  border-bottom: 2px solid #F57600;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.title-white{
  color: #fff;
  display:inline;
  text-align: center;
  font-size: 1.5em;
  border-bottom: 2px solid #F57600;
  padding-bottom: 5px;
}

.desc{
  width: 100%;
  line-height: 2em;
  padding: 0px 5%;
  margin-top: 25px;
  position: relative;
  z-index: 50;
  text-align: left;
}

.desc-white{
  color: #fff;
  width: 100%;
  line-height: 2em;
  padding: 0px 10%;
  margin-top: 25px;
  position: relative;
  z-index: 50;
  text-align: left;
}


.subtitle{
  width: 200px;
  display: inline-block;
  font-size: 1.2em;
  background: rgb(255, 191, 132);
  box-shadow: 0px 0px 0px 5px rgb(255, 191, 132);
  border: dashed 1px #F57600;
  padding: 0.2em 0.5em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.subtitle-white{
  color: #fff;
  width: 200px;
  display: inline-block;
  font-size: 1.2em;
  background: rgb(255, 191, 132);
  box-shadow: 0px 0px 0px 5px rgb(255, 191, 132);
  border: dashed 1px #F57600;
  padding: 0.2em 0.5em;
  margin-top: 30px;
  margin-bottom: 30px;
}
/*=======================================================
section01
=======================================================*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.pagination {
  text-align: right;
  padding: 5px 0; }

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 4px;
  background-color: #000;
  border: 1px solid #188A77;
  cursor: pointer;
  transition: all .25s linear; }

.swiper-active-switch {
  background-color: #16AC94; }

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.description{
  background: url("../img/bg02.png");
  padding-bottom: 20px;
}

.description h1{
  text-align: center;
  font-size: 3vh;
  background: #fff;
  color: #494a41;
  margin: 20px 0px;
  padding: 10px;
}

.description p{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 1px;
  padding: 40px 40px;
}

/*=======================================================
section02
=======================================================*/
#section02{
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 50;
  overflow: hidden;
}

.desc-menu {
  width: 100%;
  line-height: 2em;
  padding: 0px 10%;
  margin-top: 25px;
  position: relative;
  z-index: 50;
  text-align: left;

}

.desc-menu img {

  opacity:0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.desc-menu ol{
  list-style-type: decimal;
}

.food01{
  width: 30%;
  opacity: 0.4;
  position: absolute;
  top: 50px;
  left: -50px;
  z-index: 40;
}

.food02{
  width: 30%;
  opacity: 0.4;
  position: absolute;
  top: 150px;
  right: -50px;
  z-index: 40;
}


/*=======================================================
section03
=======================================================*/
#section03{
  background-image: transparent;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
}

/*=======================================================
section04
=======================================================*/
#section04{
  background:	#FEF7E5;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 50;
  overflow: hidden;
}

#section04 img{
  width: 100%;
}

/*=======================================================
section05
=======================================================*/
#section05{
  background:	transparent;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 50;
  overflow: hidden;
}

/*=======================================================
section06
=======================================================*/
#section06{
  background:	#FAEEC8;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 50;
  overflow: hidden;
}

/*=======================================================
section07
=======================================================*/
#section07{
  background:	#fff;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  z-index: 50;
  overflow: hidden;
  text-align: center;
}

#section07 p{
  text-align: left;
  padding: 0 3%;
}

.style01{
  border-left: 2px solid #F57600;
  border-bottom: 2px solid #F57600;
  padding-left: 10px;
  padding-bottom: 2px;
}

.style02{
  text-align: left;
  border: 2px dotted #F57600;
  padding: 20px;
  margin: 10px;
}

/*=======================================================
Footer
=======================================================*/
footer{
  background: url("../img/bg02.png");
  padding: 30px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2em;
}

footer ul{
  text-align: center;
}

footer li{
  display: inline;
  text-align: center;
  padding: 10px;
}

footer li a{
  color: rgb(103, 163, 231);
  display: inline-block;
  text-decoration: none;

}

footer li a:hover{
  color: #F57600;
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
}

.white{
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
.copyright{
  text-align: center;
  font-size: 0.7em;
}