
/* プランページ作成 */
#contents .pankuzu02 .container {
    text-align: left;
}
#contents .pankuzu02 {
	margin-top: 20px;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #f4ad5c;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #f4ad5c;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
      margin-bottom: 30px;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
.plan_price{
  width: 100%;
  border-spacing: 0;
  text-align: center;
}

.plan_price th{
  border-bottom: solid 2px #ddd;
  padding: 10px 0;
	font-size: 20px;
}

.plan_price td{
  border-bottom: solid 2px #ddd;
  text-align: center;
  padding: 10px 0;
}
.plan_price .room_area {
  color: #e42966;
  font-size: 17px;
  font-weight: 700;
}
.plan_price .room_price {
  margin-left: 3px;
  margin-right: 8px;
  font-size: 26px;
}
.plan_price .room_price span {
  font-size: 14px;
}
td.roomlabel span {
	color: #52c2d0;
	display: inline-block;
	margin: 1%;
	padding: 1%;
	letter-spacing: 0.1em;
	border: 1px solid #52c2d0;
	background: #fff;
	font-size: 12px;
}
td.roomlabel {
	text-align: left;
    padding-left: 14px;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .plan_price {
    margin: auto;
  }
  .plan_price th,
  .plan_price td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .plan_price th {

  }
}
.plan_02 th {
 width: 25%;
}
.plan_02 .roomlabel {
    width: 30%;
}
.plan_02 .room_area {
  color:#494949;
}
.plan_02 .room_price {
  color: #e42966;
}
.plan_02 .room_price span {
  color:#494949;
}
.planform_btn {
  display: block;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    background: #009b74;
    border: 1px solid #009b74;
    width: 85%;
    margin: 3% auto 0;
}
.planform_btn:hover {
  background: #fff;
  color: #009b74;
  border: 1px solid #009b74;
}
.plan_02 th p {
  font-weight: bold;
  margin-bottom: 3%;
}
.line_step {
  display: inline-block;
    margin: 20px auto;
    background: #f4ad5c;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}
ul.line_factory {
    display: flex;
    margin: 45px auto;
    width: 80%;
    justify-content: space-between;
}
ul.line_factory li {
    background: #009b74;
    padding: 3px 5px;
    width: 48%;
    text-align: center;
    border-radius: 10px;
}
ul.line_factory li a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
  .plan_02 th {
    width: 100%;
  }
  .plan_02 .roomlabel {
    width: 100%;
  }
  .plan_02 .room_price {
    padding-bottom: 10%;
  }
  .plan_02 th p {
    font-weight: bold;
    margin-bottom: 3%;
  }
}
/* 20220405 */
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
