@charset "utf-8";
/* ========YOYAKUBAN LAYOUT======== */
.pc {
	display: block;
}
.sp {
	display: none;
}
.border_box {
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 5px 10px;
    margin-bottom: 20px;
}
#webc_con .webc_comment h3 {
	font-size: 1.3rem;
}
#webc_con .border_box h3 {
	margin-top: 5px;
}
#webc_con .accomodate_taxbox {
	position: relative;
	max-width: 400px;
	overflow: hidden;
}
#webc_con .accomodate_taxbox dt {
	float: left;
	clear: both;
	font-weight: normal;
	padding-left: 20px;
}
#webc_con .accomodate_taxbox dt:before {
	content: "・";
}
#webc_con .accomodate_taxbox dd {
	float: right;
}
#webc_con .webc_comment ol,
#webc_con .webc_comment ul {
	padding: 0 0 0 20px;
}
#webc_con .webc_comment ul li {
	list-style-type: none;
	font-weight: normal;
}
#webc_con .webc_comment ul li:before {
	content: "・";
}
#webc_con .plan_room .webc_zoom:before {
	background: none;
}
#webc_con .webc_btn_default {
	background: #3e3e3e;
	border: none;
	border-radius: 15px;
}
#webc_con .webc_btn_default:hover {
	background: #4e4e4e;
}
#webc_con .webc_btn_default:before {
	border: 1px solid #292929;
	border-radius: 15px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo>div>dl>dt {
	padding: 0;
	font-size: 1.2rem;
}
.webc_detail {
	display: none;
}
.webc_detail_custom {
	background: #efefef;
	padding: 10px;
	overflow: hidden;
	clear: both;
}
.webc_detail_custom dl:nth-child(2n+1) {
	clear: both;
}
.webc_detail_custom dl {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.webc_detail_custom dt {
	border: 1px solid #ccc;
	width: 150px;
	background: #fff;
	padding: 2px 10px;
	margin-bottom: 10px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 1rem;
	vertical-align: top;
	font-weight: normal;
}
.webc_detail_custom dd {
	width: calc(100% - 175px);
	padding: 3px 0;
	display: inline-block;
	box-sizing: border-box;
	font-size: 1rem;
	vertical-align: top;
	max-width: 100%;
}
.webc_room_detail {
	overflow: hidden;
}
.metabtn {
	margin-bottom: 15px;
	display: inline-block;
	background: #5e5e5e;
	color: #fff;
	border-radius: 5px;
	padding: 5px 8px;
}

@media only screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.logolink img {
	width: 20vw;
	height: auto;
	max-width: 150px;
}
.border_box {
    padding: 5px 5px;
}
#webc_con .webc_comment ol,
#webc_con .webc_comment ul {
	padding: 0 0 0 5px;
}
#webc_con .accomodate_taxbox {
	max-width: 100%;
}
#webc_con .accomodate_taxbox dt {
	float: none;
	padding-left: 0;
}
#webc_con .accomodate_taxbox dd {
	float: none;
	padding-left: 1em;
}
.webc_detail_custom dl  {
	width: 100%;
	float: none;
}
.webc_detail_custom dl dt,
.webc_detail_custom dl dd {
	display: block;
	width: auto;
}
.webc_detail_custom dl dt {
	margin-bottom: 0;
}
.webc_detail_custom dl dd {
	margin-bottom: 10px;
}



}