body{
  padding-top: 10rem;
  max-height: 100%;
  box-sizing: border-box;
}
.content_box{
  width: 114rem;
  margin: auto ;
  /* margin: 100px auto 0; */
  transform-origin: top;
}
.tag_box span{
  width: 22.8rem;
  height: 4.7rem;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
  color: #fdc88e;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/pc/tag_btn_bg.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.tag_box span.selected{
  background: url(../img/pc/tag_btn_selected.png) no-repeat;
}
.guest_box{
  width: 84rem;
  margin: initial !important;
}
.guest_con{
  width: 17.8rem;
  margin-bottom: 3rem;
  align-self: baseline;
}
.guest_con img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide{
  display: grid;
  grid-template-columns: repeat(4,17.7rem);
  justify-content: space-between;
}
.sw{
  position: relative;
}
div.lbtn{
  background: url(../img/pc/lbtn.png) no-repeat !important;
  width: 1.9rem;
  height: 3.7rem;
  z-index: 999 !important;
  left: -5rem;
}
div.rbtn {
  background: url(../img/pc/rbtn.png) no-repeat !important;
  width: 1.9rem;
  height: 3.7rem;
  z-index: 999 !important;
  right: -5rem;
}
.search_box{
  text-align: center;
}
.search_btn{
  width: 32.3rem;
  height: 5.8rem;
  background: url(../img/pc/tag_btn_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 5rem auto;
  position: relative;
}
.search_icon{
  width: 3.6rem;
  height: 3.8rem;
  top: 1.2rem;
  left: 4rem;
  position: absolute;
  background: url(../img/pc/search_icon.png) no-repeat;
  cursor: pointer;
  z-index: 99;
}
.search_box input {
  background: transparent;
  border: none;
  color: #fdc88e;
  box-sizing: border-box;
  width: 100%;
  font-size: 2.5rem;
  text-align: center;
  height: 100%;
  font-weight: bold;
  text-indent: 2.4rem;
}
input::-webkit-input-placeholder{
 	color: #fdc88e;
 	text-align: center;
  font-size: 2.5rem;
	font-weight: bold;	
 }