#sec_mainimg{
	background-position:center center;
	background-size:cover;
	height:300px;
}

#sec_mainimg.mainimg_room{
	background-image:url("https://www.hotel-sardonyx.com/ueno/rakuten/assets/images/room/mainimg.jpg");
	background-repeat:no-repeat;
}
#sec_mainimg.mainimg_breakfast{
	background-image:url("https://www.hotel-sardonyx.com/ueno/rakuten/assets/images/breakfast/mainimg.jpg");
	background-repeat:no-repeat;
}
#sec_mainimg.mainimg_access{
	background-image:url("https://www.hotel-sardonyx.com/ueno/rakuten/assets/images/access/mainimg.jpg");
	background-repeat:no-repeat;
}
#sec_mainimg.mainimg_service{
	background-image:url("https://www.hotel-sardonyx.com/ueno/rakuten/assets/images/service/mainimg.jpg");
	background-repeat:no-repeat;
}
#sec_mainimg.mainimg_faq{
	background-image:url("https://www.hotel-sardonyx.com/ueno/rakuten/assets/images/faq/mainimg.jpg");
	background-repeat:no-repeat;
}
#sec_mainimg.mainimg_covid{
	background-image:url("https://www.hotel-sardonyx.com/ueno/rakuten/assets/images/covid/mainimg.jpg");
	background-repeat:no-repeat;
}

#sec_topcontents{
	padding:35px 0;
}

.sec_in{
	padding:60px 40px 40px;
	max-width:500px;
}

.sec_in2{
	padding:60px 30px 40px;
	max-width:500px;
}
.sec_in3{
	padding:0 0 40px;
	text-align:center;
}

@media (max-width: 767px) {
	.sec_in{
		padding:30px 30px;
	}
	.sec_in2{
		padding:20px 20px;
	}
	.sec_in3{
		padding:0px 0px 20px;
	}
}

.sec_in h3{
	color:#B29400;
	font-size:24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	margin-bottom:10px;
}

.sec_in h3.bdbtm{
	color:#B29400;
	font-size:26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	margin-bottom:10px;
	border-bottom:1px solid #B29400;
	padding-bottom:8px;
}

.sec_in2 h3,
.sec_in3 h3{
	color:#B29400;
	font-size:26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	margin-bottom:10px;
}

.sec_in2 h3.bdbtm,
.sec_in3 h3.bdbtm{
	color:#B29400;
	font-size:22px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	margin-bottom:10px;
	border-bottom:1px solid #B29400;
	padding-bottom:8px;
}

.sec_in h4{
	color:#333;
	line-height:1.6em;
	font-size:24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	margin-bottom:20px;
}
.sec_in p.exp_box{
	line-height:2em !important;
}

.sec_in.from_l{
	float:left;
}
.sec_in.from_r{
	float:right;
}

/*--------------------------------------------*/
/*rooms*/
/*--------------------------------------------*/

.equip_exp {
background: #D5D1BE;
align-items: center;
text-align: center;
padding: 20px;
font-size:120%;
/*position:absolute;
bottom:10px;
left:0px;
right:0px;*/
}

#sec_info{
	padding:0 0 80px;
}

/*サムネイル切替ギャラリー*/
.gallery_img_box{
	position:relative;
}

.thumb_img{
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
	margin:0 auto;
	width:500px;
	z-index:99;
}
.thumb_img img{
	width:120px;
	border:1px solid #fff;
	cursor:zoom-in;
	margin-right:5px;
}
.thumb_img img:last-child{
	margin-right:0;
}

.thumb_img_b{
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
	margin:0 auto;
	width:250px;
	z-index:99;
}
.thumb_img_b img{
	width:120px;
	border:1px solid #fff;
	cursor:zoom-in;
	margin-right:5px;
}
.thumb_img_b img:last-child{
	margin-right:0;
}

.featured_img img{
	width: 100%;
  height: 600px;
  object-fit: cover;
}

@media (max-width: 767px) {
	.featured_img{
		text-align:center;
		overflow:hidden;
	}
	.featured_img img.img-responsive{
		max-width:120% !important;
	}
	.featured_img img{
  height: 300px;
/*
		width:120%;
		margin:0 auto;
*/
	}
	.thumb_img{
		position:relative;
		margin:0 auto;
		width:100%;
		bottom:0;
	}
	.thumb_img img{
		width:25%;
		border:0;
		margin:0 !important;
		padding:0 !important;
		border-right:1px solid #FFF;
		border-top:1px solid #FFF;
		box-sizing:border-box;
	}
	.thumb_img img:last-child{
		border-right:0 !important;
	}
	.thumb_img_b{
		position:relative;
		margin:0 auto;
		width:100%;
		bottom:0;
	}
	.thumb_img_b img{
		width:25%;
		border:0;
		margin:0 !important;
		padding:0 !important;
		border-right:1px solid #FFF;
		border-top:1px solid #FFF;
		box-sizing:border-box;
	}
	.thumb_img_b img:last-child{
		border-right:0 !important;
	}
}

h3.roomname {
/*
  display: inline-block;
  position: relative;
*/
  margin-top:20px;
  padding-top:10px;
display: inline-block;
border-top:1px solid #ccc;
font-size:1.6em;
}
/*
h3.roomname:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px; 
  display: inline-block;
  width: 50px;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #666666;
}
*/


/*--------------------------------------------*/
/*access*/
/*--------------------------------------------*/

#accessmap1{
	background:#f3eee8;
}


.tbl_spot{
	margin-top:20px;
}
.tbl_spot tr{
	height:80px;
}
.tbl_spot th{
	padding:0 0 0 0;
	vertical-align:top;
}
.tbl_spot td{
	padding:4px 0 0 8px;
	text-align:left;
	vertical-align:top;
}
.tbl_spot td h5{
	margin:0 0 3px !important;
	border-bottom:1px dotted #A6A6A6;
}
.tbl_spot td p{
	font-size:84%;
}
.mapbikou{
	font-size:2rem;
	line-height:1.8em;
}

@media (max-width: 767px) {
	#accessmap1 .container{
		padding-right:0px;
		padding-left:0px;
	}
	#accessmap1 .accessmap1_in{
		padding:5px;
	}
	#accessmap1 .accessmap1_in .col-md-4,
	#accessmap1 .accessmap1_in .col-md-8{
/*
		padding-right:0px;
		padding-left:0px;
*/
	}
	#accessmap1 .tbl_spot{
		width:100%;
	}
	.mapbikou{
		font-size:1.5rem;
		line-height:1.5em;
	}
}

a.btn_map {
  display: block;
  width: 300px;
  text-align: center;
  background-color: #B29400;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  margin:0 auto;
}

a.btn_map:before {
  font-family: "Font Awesome 5 Free";
font-weight: 900;
  content: "\f105";/* 好きなフォントアイコンを　*/
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -14px;
}

a.btn_map:hover {
  opacity: 0.8;
}


.accessinfo_cover{
	background:#fff;
	border:1px solid #ccc;
}

ul.accessinfo{
/*
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
*/
  padding: 0.5em 0 0.5em 1.5em;
}

ul.accessinfo li{
  line-height: 1.5;
  padding: 0.5em 0;
}

ol.access_step li{
	list-style-type: decimal-leading-zero !important;
  line-height: 1.5;
  padding: 0.5em 0;
margin-left:2em;
}


ul.park_bikou li{
  line-height: 1.5;
  padding: 0.5em 0;
}

/*--------------------------------------------*/
/*service*/
/*--------------------------------------------*/

.sv_box h4{
	padding:8px 0;
	border-top:1px solid #B29400;
	border-bottom:1px solid #B29400;
	margin:8px 0;
	font-size:16px;
}
.sv_box p{
	padding:0px 0 15px;
}

/*--------------------------------------------*/
/*faq*/
/*--------------------------------------------*/

.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs .nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  border-color: transparent;
}

.tabs .nav-bar .indicator {
  content: '';
  position: absolute;
  display: block;
  bottom: -2px;
  height: 3px;
  background-color: #B29400;
  transition: left 0.4s ease-in-out, right 0.2s ease-in-out;
}

.tabs .nav-bar .indicator.transition-reverse {
  transition: left 0.2s ease-in-out, right 0.4s ease-in-out;
}

.tabs .nav-bar.nav-bar-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tabs .nav-bar.nav-bar-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs .nav-bar .nav-bar-item {
  padding: 1rem 2.5rem;
  line-height: 1rem;
  display: inline-block;
  font-weight: 600;
font-size:120%;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

@media (max-width: 35.99em) {
  .tabs .nav-bar .nav-bar-item {
    padding: 1rem 1.25rem;
  }
}

.tabs .nav-bar .nav-bar-item.active {
  color: #B29400;
}

.tabs .tab-contents {
  margin-top: 30px;
  position: relative;
}

.tab-contents .tab_ttl{
	border-left:4px solid #B29400;
	padding-left:15px;
	font-size:120%;
}


.faq_bikou{
	border:1px solid #666;
	background:#f0e68c;
	padding:10px;
}

#sec_checklist{
	padding:100px 0 150px;
}
#sec_checklist h4{
	margin:40px 0 20px;
color: #B29400;
}

#sec_checklist ul{
	padding-left:2em;
}
#sec_checklist ul li{
	list-style-type:disc;
}