
.main_title {
	background-color: #515151;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
	letter-spacing: 1rem;
	font-weight: bold;
}
.sub_title {
	background-color: #F7931E;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

.main_title p {
	font-size: 22px;
	text-align: center;
	font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.sub_title p {
	font-size: 16px;
	text-align: center;
	font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
}


.sisetu_item {
	box-shadow: 0px 0px 8px rgba(127,127,127,0.5),0px 0px 8px rgba(127,127,127,0.5);
	border-radius: 10px;
	padding: 14px 13px 27px 15px;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 8px;
}
.sisetu_title {
	font-size: 15px;
	color: #ffffff;
	background-color: #515151;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 14px;
}
.sisetu_img img {
	object-fit: cover;
	width: 100%;
	max-width: 213px;
}
.sisetu_cont {
	width: 125px;
	font-size: 13px;
	padding-left: 8px;
}
.sisetu_cont p {
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 424px) {
	.sisetu_cont {
		width: 100%;
		margin-top: 10px;
	}
}


.info_list th {
	background: #F7931E;
	color: #ffffff;
	text-align: center;
	font-weight: initial;
	padding: 4px;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
.info_list td {
	padding: 6px 4px;
	text-align: center;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
.list_tp {
	width: 169px;
}
.list_fe {
	width: 169px;
}
.list_bf {
	width: 227px;
}
.info_list .odd.list_tp,
.info_list .odd.list_bf {
	background-color: #F7E3CD;
}
.info_list .odd.list_fe {
	background-color: #F9F2E8;
}
.info_list .evn.list_tp,
.info_list .evn.list_bf {
	background-color: #F7ECE1;
}
.info_list .evn.list_fe {
	background-color: #F9F7F4;
}

/*
@media screen and (max-width: 640px) {
  .info_list {
    width: 80%;
  } 
  .info_list th {
    display: none;
  }
  .info_list tr,
  .info_list td{
    display: block;
    width: 100%;
    position: relative;
  }
  .info_list td:first-child:before {
    content: "タイプ";
    background: #F7931E;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .info_list tr {
    margin-bottom: 40px;
  }
}
*/

.fee_about,
.fee_note {
	max-width: 567px;
}
.fee_about p {
	margin: 0;
	padding: 0;
}

.room_wrap {
	max-width: 567px;
	margin-top: 10px;
}
.room_item {
	margin-top: 20px;
	margin-right: 8px;
}
.room_title {
	background-color: #515151;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	line-height: 23px;
}

.biko_item {
	max-width: 558px;
}
.biko_title {
	background-color: #7F7F7F;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
}
.biko_cont {
	box-shadow: 0px 0px 8px rgba(127,127,127,0.5),0px 0px 8px rgba(127,127,127,0.5);
	background-color: #ffffff;
	color: #333333;
	text-align: center;
}
.biko_cont p {
	margin: 0;
	padding: 4px;
}


.room_biko_wrap {
	display: flex;
	align-items: center;
	width: 346px;
	box-shadow: 0px 0px 8px rgba(127,127,127,0.5),0px 0px 8px rgba(127,127,127,0.5);
	border-radius: 10px;
	padding: 15px 14px 23px 15px;
	margin-top: 14px;
	/*
	max-width: 567px;
	*/
}
.room_biko_item {
	width: 100%;
	margin-right: 8px;
	margin-bottom: 10px;
}
.room_biko_title {
	background-color: #515151;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	line-height: 23px;
}
.room_biko_img {
	text-align: center;
	margin-top: 5px;
}
.room_biko_cont {
	margin-top: 5px;
}
.room_biko_cont p {
	margin: 0;
	padding: 0;
}

