/*フォント指定用*/
.f_mincho{
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.f_garamond{
font-family: 'Cormorant Garamond', serif;
}

/*
.owl-carousel a.item{
	display:block;
	border:4px solid #A9894A;
	padding:5px;
}
*/

/*ボタン共通*/
.btn-brown{
	background:#462E32;
	color:#fff !important;
	border-color:#fff;
}
.btn-brown:hover{
	background:#fff;
	color:#462E32 !important;
}

/*トップに戻るボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #ef3f40;
  opacity: 0.6;
  border-radius: 50%;
  z-index:9999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*客室*/

#roomindex.d-flex div{
	border-right: 1px solid currentColor;
}

#roomindex.d-flex div:last-child {
	border-right: none;
}

@media (max-width: 992px) {
	#roomindex.d-flex{
		display:block !important;
	}

	#roomindex.d-flex div{
		border-right: none;
	}
	#roomindex.d-flex div a{
		background:#A9894A;
		padding:6px;
		margin-bottom:5px;
		color:#fff !important;
		display:block;
	}
}

/*約款*/
#terms h2{
	text-align:center;
	font-size:2rem;
	border-bottom:1px solid #ccc;
	margin:50px 0;
	padding-bottom:15px;
}
#terms h3{
	font-size:1.5rem;
	margin:30px 0 20px;
}
#terms h4{
	font-size:0.8rem;
	margin:15px 0 10px;
}
#terms h5{
	font-size:0.8rem;
	margin:15px 0 0px;
}
#terms th,
#terms td{
	font-size:0.8rem;
}
#terms p,
#terms li{
	font-size:0.8rem;
}

#terms p{
	padding-left:2em;
}

#terms ol.inlist{
  padding:0 0 0 2em;
  margin:0;
}
 
#terms ol.inlist li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
#terms ol.inlist li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
