@charset "utf-8";
#header{
  /* background:rgba(30,30,30,0); */
  -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#header.fixed{
  background:rgba(30,30,30,1);
  -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* top */
/*
#top{
  background: url(../images/top_bk.jpg) center bottom no-repeat;
	background-size: cover;
	margin-bottom: 0;
	position: relative;
}
 */
#top{
  background-size: cover;
  width:100%;
	margin-bottom: 0;
	position: relative;
  background-position:50% 100%;
  background-repeat:no-repeat;
}
#top h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 35%;
  max-width: 460px;
}
#top .txt01,
#top .txt02,
#top .txt03{
  position: absolute;
}
#top h2 img,
#top .txt01 img,
#top .txt02 img,
#top .txt03 img{
  width: 100%;
}

#top .txt01{
  right: 11%;
  top: 19%;
  width: 8%;
  max-width: 178px;
}
#top .txt02{
  left: 11%;
  bottom: 12%;
  width: 15%;
  max-width: 250px;
}
#top .txt03{
  bottom: 12%;
  right: 14%;
  width: 13%;
  max-width: 251px;
}
/* form */
#form{
  background:#332f00;
  height:80px;
}
#form .form{
  width: 1320px;
  margin: 0 auto;
}

#form .form h2{
  font-size: 20px;
  color: #fff;
  font-family: 'Spectral', serif;
  float:left;
  line-height: 80px;
  margin-right: 20px;
}
#form .form form{
  width: 1130px;
  float: left;
  height: 40px;
  margin-top: 17px;
}
#form .form form span{
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  color: #fff;
  font-family :YuMincho, 'Yu Mincho', serif;
  font-size:16px;
}
#form .form form span:nth-last-of-type(1){
  margin-right: 0;
}



#form .form form i{
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
}
#form .form form select,
#form .form form .dynDate input{
  height: 40px;
  width: 60px;
  text-align:-webkit-center;
  text-align:center;
  font-size: 16px;
  border: 0;
  border-radius: 3px;
  -webkit-appearance: none;
	-moz-appearance: none;
  -ms-appearance: none;
	appearance: none;
  position: relative;
  cursor: pointer;
}
_:-ms-input-placeholder, :root #form .form{
  width: 1340px;
}

select::-ms-expand {
    display: none;
}

Date input{
  height: 40px;
  width: 60px;
  text-align:-webkit-center;
  text-align:center;
  font-size: 16px;
  border: 0;
  border-radius: 3px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  position: relative;
  cursor: pointer;
}
@supports (-ms-ime-align: auto){
  #form .form {
    width: 1340px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #form .form form select{
    text-align:-webkit-right;
    text-align:right;
    padding-left: 25px;
  }
}
#form .form form .bookingNights:after,
#form .form form .bookingRooms:after{
  font-family: FontAwesome;
  content:"\f0d7";
  position: absolute;
  color:#000;
  top: 50%;
  margin-top: -8px;
  left: 45px;
}

#form .form form .dynPersons:after{
  font-family: FontAwesome;
  content:"\f0d7";
  position: absolute;
  color:#000;
  top: 50%;
  margin-top: -8px;
  right: 80px;
}
#form .form form .undecided{
  display: inline-block!important;
}

#form .form form .undecided ul{
  width: 200px;
  display: inline-block;
}

#form .form form .undecided ul li:nth-of-type(1){
  margin-bottom: 5px;
}

#form .form form .dynSubmit{
  display: inline-block!important;
}

/*Radio Check*/
#form .undecided input[type=checkbox] {
  display: none;
}

#form .undecided label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 0 0 0;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  text-indent: 20px;
}

#form .undecided label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  content: '';
}

#form .undecided label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#form .undecided input[type=checkbox]:checked + label:before {
  opacity: 1;
}

#form .form button{
  background: #ab8b10;
  border: 0;
  color: #fff;
  border-radius: 5px;
  width: 165px;
  height: 40px;
  margin-left: 20px;
}
#form .form button p{
  display:inline-block;
  font-family :YuGothic,'Yu Gothic', sans-serif;
  position: relative;
  font-weight: bold;
}
#form .form button p:before{
  font-family: FontAwesome;
  content:"\f002";
}
/* plan */
#plan{
  width:100%;
  padding:40px 0;
}

#plan .plan{
  width: 1100px;
  margin: 0 auto;
}
#plan .plan #slide_plan{
  width: 1100px;
}
#plan .plan #slide_plan li{
  width: 100%;
  max-width: 352px;
  margin: 0 21px;
  font-weight: bold;
}
#plan .plan #slide_plan li .img{
  height: 200px;
  overflow: hidden;
  background-color: #eee;
}
#plan .plan #slide_plan li li{
  margin: 0;
}
#plan .plan #slide_plan li img{
  vertical-align: bottom;
  width: 100%;
}
#plan .plan #slide_plan li:nth-last-of-type(1){
  margin-right: 0;
}

#plan .plan #slide_plan li h2{
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-family :YuMincho, 'Yu Mincho', serif;
  box-sizing: border-box;
  background: #332f00;
  padding: 15px 10px;
  line-height: 1.4;
  height: 78px;
}
#plan .plan li .planning{
  margin-top: 15px;
}
#plan .plan li .planning li{
  text-align: center;
  margin: 0 auto;
  width: 80%;
  font-family :YuMincho, 'Yu Mincho', serif;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}

#plan .plan li .planning li .bg{
  font-size: 20px;
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
}
#plan .plantug{
  width: 1100px;
  margin: 0 auto;
  height: 110px;
  box-sizing: border-box;
  background:#e7e3dd;
}

#plan .plantug .boxL{
  color: #f2f2f2;
  font-family :YuMincho, 'Yu Mincho', serif;
  height: 110px;
  background:#332f00;
  line-height: 1.3;
  letter-spacing: 2px;
  padding:30px 15px;
  box-sizing:border-box;
}
#plan .plantug .boxL h2{
  font-size: 18px;
  padding-left:50px;
  position: relative;
  line-height: 50px;
}
#plan .plantug .boxL h2:after{
  content:"\f040";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 40px;
  margin-top: -27px;
  top: 50%;
}
#plan .plantug .boxR{
  width:835px;
  box-sizing: border-box;
  height: 110px;
}
#plan .plantug .boxR ul{
  width: 100%;
  margin-top:20px;
  padding-right: 20px;
}
#plan .plantug .boxR li{
  font-size: 15px;
  letter-spacing: 1px;
  padding: 5px 0;
  font-family :YuMincho, 'Yu Mincho', serif;
  border-bottom: 1px dashed #b4ab98;
  line-height: 1.4;
}
#plan .slick-prev{
  left: -40px;
  top:125px;
}

#plan .slick-next{
  right: -40px;
  top:125px;
}
/* concept */
#concept{
  width:100%;
  background:url('../images/concept_bk.jpg');
  padding:80px 0;
}
#concept .concept{
  width: 1200px;
  margin: 0 auto;
}

#concept .concept .title{
  text-align: center;
}

#concept .concept .contop h2{
  font-size: 28px;
  font-family :YuMincho, 'Yu Mincho', serif;
  letter-spacing: 4px;
  color: #fff;
  line-height: 56px;
}
#concept .concept .contop .boxR{
  width: 840px;
}
#concept .concept .contop .boxR p{
  font-size: 16px;
  font-family :YuMincho, 'Yu Mincho', serif;
  line-height: 1.8;
  color: #fff;

}
#concept .concept .conbtm{
  margin-top: 60px;
}
#concept .concept .conbtm .boxL{
  width: 620px;
  color:#fff;
}
#concept .concept .conbtm .boxL h3{
  font-family :YuMincho, 'Yu Mincho', serif;
  font-size: 20px;
  line-height: 0.6;
}
#concept .concept .conbtm .boxL h3 span{
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  font-weight: 500;
}
#concept .concept .conbtm .boxL h3 .pointbg{
  font-size: 60px;
  margin-right: 30px;
  margin-left: 10px;
}

#concept .concept .conbtm .boxL h3 i{
  font-size: 30px;
  width: 35px;
  text-align: center;
  margin-right: 10px;
}
#concept .concept .conbtm .boxL p{
  font-size:15px;
  font-family :YuMincho, 'Yu Mincho', serif;
  line-height: 1.6;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #534a3e;
}
#concept .concept .conbtm .boxR{
  width: 540px;
}
#concept .concept .conbtm .mordal{
  width: 540px;
}
#concept .btn_clear a{
  border:1px solid #9f864c;
	color:#9f864c;
}

#concept .btn_clear a:hover{
  background: #9f864c;
  color:#fff;
}
/* room */
#room{
  width:100%;
  margin:0 auto;
  padding-top:30px;
}
#room .room{
  position:relative;
}
#room li{
  margin-left:15px;
  margin-right:15px;

}
#room .room_txt{
  position: absolute;
  z-index: 1;
  right: 30%;
  bottom: 50px;
  color: #fff;
  width: 240px;
}

#room .room_txt .btn_clear{
  margin-top: 25px;
  width: 140px;
  height: 30px;
  padding: 0px;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  border: 1px solid #fff;
}
#room .room_txt .btn_clear:hover{
  background:#fff;
  color: #000;
  -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#room .room_txt h2{
  font-size: 40px;
  font-weight: 500;
  font-family: 'EB Garamond', serif;
  margin-bottom: 20px;
  color: #fff;
}
#room .room_txt .txt{
  font-size: 16px;
  line-height: 1.6;
  font-family :YuMincho, 'Yu Mincho', serif;
  color: #fff;
}

#room #slide_room .slick-prev{
  left: 20%;
}

#room #slide_room .slick-next{
  right:20%;
}
/* news */
#news{
  width:100%;
  margin:0 auto;
  padding:80px 0;
  background:#f4f4f4;
}
#news .fltbox{
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

#news .fltbox .boxL .head01{
  margin-bottom: 25px;
  padding-top: 20%;
}
#news .fltbox .boxL .btn_clear a{
  margin-top: 25px;
  width: 140px;
  height: 30px;
  padding: 0px;
  font-size: 13px;
  line-height: 30px;
}
#news .fltbox .boxL .btn_clear a i{
  font-size: 16px;
}
#news .fltbox .boxR{
  width: 700px;
}
#news .fltbox .boxR ul li{
  border-top:1px dashed #c7c0af;
}
#news .fltbox .boxR ul li:nth-last-of-type(1){
  border-bottom:1px dashed #c7c0af;
}
#news .fltbox .boxR ul li a{
  display: flex;
  padding: 20px 10px;

}
#news .fltbox .boxR ul li .day{
  font-size: 18px;
  font-family: 'Spectral', serif;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
}
#news .fltbox .boxR ul li .tug{
  width: 90px;
  height: 24px;
  text-align: center;
  font-size: 13px;
  font-family :YuGothic,'Yu Gothic', sans-serif;
  color: #fff;
  background: #b1a180;
  font-weight: bold;
  line-height: 24px;
  margin-right: 15px;
  margin-left: 15px;
}

#news .fltbox .boxR ul li .txt{
  width: 470px;
  font-size: 16px;
  font-family :YuMincho, 'Yu Mincho', serif;
  line-height: 1.4;
}
/* spot */
#spot{
  width:100%;
  margin:0 auto;
  padding:80px 0;
}
#spot ul{
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  font-size: 0;
}
#spot ul li{
  width: calc(100%/3);
  max-width: 250px;
  display: inline-block;
  vertical-align: top;
  margin-right: 66px;
}
#spot ul li:nth-last-of-type(1){
  margin-right: 0;
}
#spot ul li .img{
  text-align: center;
}
#spot ul li  h3{
  font-size: 18px;
	color: #a38b4c;
	text-align: center;
	margin: 15px auto;
	letter-spacing: -1px;
}
#spot ul li .txt{
  font-size: 15px;
	font-weight: 500;
	font-family :YuMincho, 'Yu Mincho', serif;
	line-height: 1.5;
}
/* gallery */
#gallery{
  width:100%;
  background:url('../images/gallery_bk.jpg');
  padding:80px 0;
}
#gallery ul{
  width: 100%;
  max-width: 1600px;
  font-size: 0;
  margin: 0 auto;
}
#gallery ul li{
  width: 25%;
  max-width: 400px;
  display: inline-block;
}
#gallery ul li img{
  width: 100%;
}
/*----------------------------------------------------
☆footer
----------------------------------------------------*/

.modal-content {
display:none;
}


/*190507追加*/
#plan .plantug .boxR li {
	line-height: 58px;
	border-bottom: unset;
}

/*200109追加*/
@media only screen and (min-width: 769px){
	.nopc {
		display: none !important;}
}
