@charset "utf-8";
/* CSS Document */
/* ---------------------------
all
------------------------------ */
body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
article img {
  vertical-align: bottom;
	max-width: 100%;
}

article p {
  margin-bottom: 1em;
  line-height: 1.8;
  letter-spacing: .2rem;
}
article p.mb0 {
  margin-bottom: 0 !important;
}
article {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  /*fadein*/
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  /*background-color: #f4f1e8;*/
	background-color: #FFFDFB;
  text-align: justify;
}

section{
	max-width: 100%;
}
/*スクロールでフェードイン*/
.fadeIn {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  visibility: visible !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animation {
  visibility: hidden;
}

.sp_only {
  display: none;
}

.pc_only {
	display: block;
}

@media  (max-width: 768px) {
	.sp_only {
  display: block!important;
}

.pc_only {
	display: none;
}
}

/* text 
--------------------*/

.text_wh{
	color: antiquewhite;
}

.text_dk{
	color: #350000;
}
.sec-title{
	/*font-family: toppan-bunkyu-midashi-min-st, serif;*/
	font-family: "Fondamento", cursive;
	font-style: italic;
  font-weight: 900;
  font-size: 3.2rem;
	font-size: clamp(1.8rem, 1.291rem + 2.2vw, 3.2rem);
  letter-spacing: .25rem;
	position: relative;
	width: 320px;
	margin: 50px auto 100px;
  color: #A16C66;
  text-align: center;
  vertical-align: middle;
  filter: drop-shadow(3px 3px 4px rgba(34, 23, 20, .2));
}

.ttl_lgt{
	color: #DBAAA7;
}

.sec-title::before{
	position: absolute;
	content: '';
	background-image: url("../img/ttl_deco.png");
	width: 100px;
	height: 50px;
	left:50%;
	transform: translateX(-50%);
	top:-85%;
}

.ttl_lgt::before{
	background-image: url("../img/ttl_deco_lgt.png");
}

.sec-title span{
	display: block;
	font-size: 1.6rem;
	font-size: clamp(1.3rem, 1.191rem + 0.5vw, 1.6rem);
	letter-spacing: .5rem;
	text-align: center;
		font-family: toppan-bunkyu-midashi-min-st, serif;
	font-style: normal;
}

@media (max-width: 768px) {
  .section-title {
    position: static;
    margin-bottom: 70px;
    text-align: center;
  }
}
/* box 
--------------------*/
.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 15vh auto;
}
.wrapper.no_margin {
  margin: 0 auto;
}
.wrapper.no_width {
  max-width: 100%;
}
.text_area {
  max-width: 600px;
  margin: 50px auto;
  text-align: justify;
}
@media (max-width: 768px) {
  .wrapper {
    margin: 12vh auto;
   /* text-align: center;*/
  }
  .text_area {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* title
--------------------*/
#wrap_title {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(158, 137, 133,0.05) 0%, rgba(64, 40, 36,0.6) 85%, rgba(64, 40, 36,0.75) 100%), url("../img/topimg.jpg");
    background-size: cover;
    background-position: center;
    width: 100vw;
  position: relative;
}
.title {
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.7rem;
  letter-spacing: 0.15rem;
  line-height: 1.5rem;
  color: transparent;
  writing-mode: vertical-rl;
  margin-top: -80px;
	display: inline-block;
  position: absolute;
  bottom: 3%;
  left: 50%;
  filter: drop-shadow(3px 3px 4px rgba(34, 23, 20, .4));
  transform: translate(-50%, -50%)!important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.title img.sp_only{
	width: 180px;
}
/*.title span {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0em;
}*/
.eachTextAnime span {
  opacity: 0;
  color: #fff;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 3s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#wrap_title a {
  display: inline-block;
  position: absolute;
  left: 3%;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 230px;
  overflow: hidden;
  color: #fff;
  font-size: 1.3rem;
  font-family: essonnes-text, serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: .2em;
  /*text-transform: uppercase;*/
  text-decoration: none;
  writing-mode: vertical-lr;
}
#wrap_title a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 220px;
  background: #fff;
}
#wrap_title a::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media (max-width: 768px) {
	#wrap_title {
  background: linear-gradient(180deg, rgba(141,133,121,0.05) 0%, rgba(64,52,36,0.6) 80%, rgba(64,52,36,0.75) 100%), url("../img/topimg_sp.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		height: auto;
		min-height: 750px;
	}
	
   .title {
  bottom: 8%;
  left: inherit;
	right: 2%;
	   transform: none!important;
	   /*  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
}
}

@media (max-width: 460px) {
	#wrap_title {
		min-height: 650px;
	}
}
/* 共通設定
___________________*/
#wrap_photos, #wrap_camera, #wrap_details {
  position: relative;
  padding-left: 35px;
}
@media (max-width: 768px) {
  #wrap_photos, #wrap_camera, #wrap_details {
    padding-left: 0;
  }
}

/*----------- #intro --------------*/

#intro{
	background-color: #A16C66;
}

#intro .intro_text{
	width: 96%;
	margin: auto;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 100px;
}

.intro_text p {
    font-size: 1.8rem;
    letter-spacing: 0.25em;
    line-height: 2.8em;
    height: 75vh;
}

.vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: initial;
}

@media (max-width: 640px) {
	.vertical{
		 -ms-writing-mode: lr-tb;
   writing-mode: horizontal-tb;

	}
	
	.intro_text p{
				line-height: 2.35;
		height: auto;
		padding-bottom: 100px;
	}
}

/* lead
___________________*/
.bgwrap01{
	width: 100%;
	background: rgb(161, 108, 102);
background: linear-gradient(180deg, rgba(161, 108, 102,1) 0%, rgba(107, 85, 83,1) 100%);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
}

#wrap_lead {
	width: 100%;
/*	margin: 0 auto;*/
}

#wrap_lead h2 {
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.6rem, 1.345rem + 1.27vw, 2.3rem);
	font-weight: normal;
}

#wrap_lead h2 span {
	display: inline-block;
}

#wrap_lead p {
	line-height: 2;
}

#wrap_lead img {
	width: 100%;
	height: auto;
}

#wrap_lead .lead_box_01 {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: 5%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1em;
	padding-bottom: 150px;
}
#wrap_lead .lead_box_01 img{
	flex-basis: 65%;
	max-width: 750px;
}
#wrap_lead .lead_box_01 .text {
	height: 100%;
	padding: 50px 30px;
	background: #D6C5C4;
}

#wrap_lead .lead_box_02 {
	width: 90%;
	max-width: 1200px;
	display: flex;
	
	justify-content: space-between;
	gap: 1em;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 150px;
}

#wrap_lead .lead_box_02 figure {
	width: 75%;
	height: 100%;
}

#wrap_lead .lead_box_02 figure .text {
	padding: 30px 50px;
	/*width: 65%;*/
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	background: #D6C5C4;
}

#wrap_lead .lead_box_02 figure .text p{
	
}

#wrap_lead .lead_box_02 ul {
	width: 29%;
	text-align: right;
}

#wrap_lead .lead_box_02 ul li {
	margin-bottom: 1em;
}

#wrap_lead .lead_box_02 img{
		max-height: 470px;
}


#wrap_lead .lead_box_03 {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 200px;
}
#wrap_lead .lead_box_03 ul{
	display: flex;
	flex-wrap: nowrap;
	gap: 1em;
}

#wrap_lead .lead_box_03 .text{
	background: #D6C5C4;
	padding: 50px 80px;
}

@media (max-width: 1150px) {
	#wrap_lead .lead_box_01{
		width: 100%;
	}
}

@media (max-width: 1080px) {
	#wrap_lead .lead_box_01 img {
    flex-basis: 50%;
    max-width: 580px;
}
}

@media (max-width: 960px) {
	#wrap_lead .lead_box_01 img {
    flex-basis: 40%;
    max-width: 420px;
}
	
	#wrap_lead .lead_box_02{
		width: 94%;
	}
}

@media (max-width: 768px) {
	#wrap_lead .lead_box_01{
		width: 96%;
		max-width: 640px;
		flex-wrap: wrap;
		margin-right: 0;
	}
	#wrap_lead .lead_box_01 img{
		flex-basis: 100%;
		max-width: 640px;	
	}	
}

@media (max-width: 640px) {
	.sec-title::before{
		top: -95%;
	}
	#wrap_lead .lead_box_02{
		flex-wrap: wrap-reverse;
	}
	#wrap_lead .lead_box_02 ul{
		width: 100%;
		display: flex;
		gap: 1em;
		align-items: flex-end;
	}
	
	#wrap_lead .lead_box_02 li{
		width: 50%;
	}
	
	#wrap_lead .lead_box_02 figure{
		width: 100%;
	}
	#wrap_lead .lead_box_03 .text{
		padding: 30px 50px;
	}
}

@media (max-width: 400px) {
	#wrap_lead .lead_box_01,
	#wrap_lead .lead_box_02,
	#wrap_lead .lead_box_03{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		padding-bottom: 0;
	}
	
	#wrap_lead .lead_box_01 .text,
	#wrap_lead .lead_box_02 figure .text,
	#wrap_lead .lead_box_03 .text{
		padding: 30px 20px;
	}
}

.bgwrap02{
	width: 100%;
	background: rgb(161, 108, 102);
background: linear-gradient(180deg, rgba(107, 85, 83,1) 0%, rgba(254, 245, 245,1) 100%);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
}

/* plan
--------------------*/

#wrap_plan .wrapper {
	width: 96%;
	max-width: 1080px;
	margin: auto;
}

#wrap_plan h3{
	font-size: 1.45em;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1.6;
}

/* photos
--------------------*/
#wrap_photos{
	padding-top: 50px;
	margin-top: 0;
}
/* モーダルウィンドウ */
#photo_list {
  display: -webkit-box;
  display: -ms-box-thumbnail;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  margin-bottom: 150px;
}
#photo_list .item {
  width: 15.3%;
  box-sizing: border-box;
}

.fancybox-skin{
	background: #EFE7DF!important;
	padding: 10px!important;
}

@media screen and (max-width:768px) {
	#wrap_photos p {
    padding-left: 10px;
    padding-right: 10px;
  }
  #photo_list {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px 10px;
  }
  #photo_list .item {
    width: 100px;
  }
}



/* areamap
--------------------*/
#wrap_areamap {
  position: relative;
	/*background: rgba(255,255,255,0.8);*/
	background: #EADEDD;
	padding-bottom: 80px;
	padding-top: 100px;
}

#wrap_areamap .wrapper{
	width: 96%;
	margin: auto;
}

.swiper-container h3 {
  color: #fff;
  text-align: center;
  font-family: 'Josefin Sans', 'sans-serif';
  text-transform: uppercase;
  margin-top: 3rem;
  font-size: 3rem;
  letter-spacing: .3rem;
  font-weight: 500;
}
/* 全体のスタイル */
.swiper-container {
  width: 100%;
  margin-top: 60px!important;
  margin-bottom: 30px;
}
.swiper-wrapper {
  width: 100%;
}
/* 全スライド共通スタイル */

  .swiper-slide {
	  display: flex;
    position: relative;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    background-color: #A16C66;
	  min-height: 380px;
  }

.swiper-slide >*{
	width: 30%;
	flex: 1 1 auto;
}

.swiper-slide .planImg {
 /* width: 70%;
	flex-shrink:0;
	max-width: 550px;*/
	flex-grow: 2;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide .planTxt {
  /*width: 30%;*/
	flex-grow:1;
 /* font-size: 90%;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
	padding: 1.5em;
}

.swiper-slide .planTxt p {
    /*color: #7C6347;*/
	line-height: 1.8;
  }
.swiper-slide .planTtl {
  /*color: #7C6347;*/
  /*font-family: 'Lato', sans-serif;*/
  line-height: 150%;
  display: block;
  font-weight: 500;
  font-size: 2.6rem;
	margin-bottom: 20px;
		text-align: left;
}

.swiper-slide .planTtl span {
  font-family: 'Noto Sans JP', 'sans-serif';
  /*color: #fff;*/
  display: block;
  font-size: 1.4rem;
	line-height: 1.5;
}
.swiper-pagination-bullet-active {
  background: #fff;
}

.slick-next, .slick-prev {
  display: block;
  border: 1px solid #403424;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  margin-top: -30px;
}
.slick-prev {
	 left: calc(50% - 35%);
    padding-left: 7px;
}
.slick-next {
	 right: calc(50% - 35%);
    padding-right: 7px;
}
.slick-next span, .slick-prev span {
  display: inline-block;	
	width: 12px;
    height: 12px;
    transition: all 0.5s ease;
    margin-bottom: 0;
  border-right: 1px solid #403424;
  border-top: 1px solid #403424;

}
.slick-prev span {
  transform: rotate(-135deg);
}
.slick-next span {
  transform: rotate(45deg);
}
.slick-next:hover, .slick-prev:hover {
  background-color: #7C6347;
  border-color: #F0DED0;
}
.slick-next:hover span, .slick-prev:hover span {
  border-color: #F0DED0;
}
.swiper-pagination {
  color: #7C6347;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  margin-top: 3rem;
}

.suehirogari {
	width:100%;
	margin: 100px auto 80px;
	text-align: center;
}
.suehirogari p {
	margin-bottom: 20px;
	padding: 5rem auto 0;
	font-size: 1.6rem;
}

.suehirogari img{
	margin: 0 auto;
}

.suehirogari img:hover{
	opacity: 0.8;
}

@media (max-width: 1250px) {
	.swiper-slide{
		min-height: 330px;
	}
	.swiper-slide .planImg {
	flex-grow: 2;
}
.swiper-slide .planTxt {
	flex-grow: 3;
	}
}

@media (max-width: 950px) {

	.swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
	padding-bottom: 20px;
}
	
	.swiper-slide .planImg {
    width: 100%;
  }
  .swiper-slide .planTxt {
    width: 90%;
    padding: 0;
	  min-height: 230px;
  }
	.slick-next, .slick-prev {
    width: 30px;
    height: 30px;
    padding-top: 0;
    margin-top: -15px;
  }
	  .slick-prev {
     left: 5px;
  padding-left: 3px;
  }
  .slick-next {
      right: 5px;
  padding-right: 3px;
  }
	  .slick-next span, .slick-prev span {
      width: 8px;
  height: 8px;
      transition: all 0.5s ease;
  margin-bottom: 1px;
  }
	
	.swiper-pagination-fraction{
		bottom: 0;
	}
}

@media (max-width: 768px) {
	
	 .swiper-slide .planTxt {
	  min-height: 300px;
  }
}

@media (max-width: 410px) {
	 .swiper-slide .planTxt {
	  min-height: 350px;
  }
}

/* 360度カメラ 
--------------------*/
#wrap_camera {
	background: #D6C5C4;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

#wrap_camera .camera_box {
	width: 96%;
  max-width: 1080px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

#wrap_camera .setsumei h3 {
  font-weight: normal;
}

/* #amenities
--------------------*/
#amenities,#wrap_details{
	background-color: #F5F5F5;
	padding-top: 100px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 20px;
	max-width: 100%;
}

#amenityBox{
		width: 96%;
	max-width: 960px;
	margin: auto;
}
#amenities th, #amenities td {
	font-size: inherit;
}

/* #details
--------------------*/
/*#wrap_details .sec-title::before{
	left: -15%;
}*/
#wrap_details{
	padding-top: 120px;
	padding-bottom: 120px;
}
#wakugaiyoL{
	max-width: 960px;
	margin: auto;
}
#wrap_details table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  /*width: 100%;*/
  font-size: 1.6rem;
    letter-spacing: .15rem;
    line-height: 1.8;
}
#wrap_details table th, #wrap_details table td {
  border-block-end: 1px solid #DDDAD1;
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  height: 2.8em;
  text-align: justify;
}
#wrap_details table th {
  width: 15%;
  font-weight: 300;
}
@media (max-width: 768px) {
	#amenityBox, #wakugaiyoL{
		max-width: 96%;
	}
  #wrap_details table {
    width: 100%;
  }
  #wrap_details table th, #wrap_details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #wrap_details table th {
    background-color: #EADEDD;
	  font-weight: 600;
  }
	
	article #calendar .captionbox{
		width: 96%;
	}
}

@media (max-width: 480px) {
	#wrap_details .sec-title::before{
	left: 0;
}
}


/* #calendar
--------------------*/
article #calendar {
	width: 100%!important;
	max-width: none;
	background: #EFEAE9;
	padding-top: 100px;
	padding-bottom: 60px;
}

article #calendar .sec-title{
	margin-bottom: 60px!important;
}



/* inquiry 
--------------------*/

#inquiry{
	background-color: #D6C5C4;
	width: 100%!important;
	max-width: 100%;
	margin: 0;
	padding-top: 100px;
}

#inquiry .sec-title{
	margin-bottom: 50px;
}
#inquiry.wrapper {
	margin-bottom: 0;
}

#inquiryBox{
	    width: 100%;
    max-width: 960px;
    margin: 15vh auto;
}

#inquiry .howTo{
	width: 96%;
}

/*＝＝＝＝＝システム導入で追加＝＝＝＝＝*/
#visitHowTo{
	display: inherit;
}
#visitHowTo ul{
	display: flex;
	flex-wrap: nowrap;
	max-width: inherit;
	align-items: center;
	justify-content: center;
	gap: 1em;
		margin-bottom: 1.5em;
}

#visitHowTo .formbutton{
	flex-basis: auto;
	gap: 1em;
	margin-bottom: 0;
}

.how_link{
	width: 100%;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.35em;
	margin: auto;
	display: block;
}

@media (max-width: 768px) {
	#inquiryBox{
		margin: 5vh auto;
	}
	#visitHowTo ul{
		gap: 1em;
		flex-wrap: wrap;
}
	
	#visitHowTo .formbutton{
		flex-basis: 46%;
	}
}

@media (max-width: 420px) {

	#visitHowTo .formbutton{
		flex-basis: 100%;
	}
}

/*
#gmap
------------------------------ */
#gmap {
  width: 100%;
  margin: 0 auto 0;
}
/*
.pagetop
------------------------------ */

.pagetop {
  position: fixed;
  bottom: calc(4% + 60px) !important;
  right: 0;
  z-index: 97;
}

.cta_btn{
	background-color: #FF574A;
}

#cta_floating.cta_btn, .cta_floating {
    transform: translateX(13.6rem);
}

/* Google Map グーグルマップ */
section#gmap {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	/*margin-block-end: 50px;*/
}
#gmap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/*
　汎用
------------------------------ */
.fadein {
  opacity: 0;
  transform: translate(0, 5%);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
@media (max-width: 640px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
}
.display_n {
  display: none;
}
.fixed .display_n {
  display: block;
}
/* clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
}
/* 画像レイアウト*/
.bxslider {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}
.bx-viewport {
  max-width: 100%;
  max-height: 100%;
}
/* ページャー*/
.bx-pager {
  text-align: center;
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.bx-pager-item, .bx-controls-auto-item {
  display: inline-block;
}
.bx-default-pager a {
  background: #281a14;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  border-radius: 0px;
}
.bx-default-pager a:hover, .bx-default-pager a.active {
  background: #ececec;
}