.header-frame {
	padding: 20px 0;
	background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.logo-area {
	text-align: center;
}
.logo-area img {
	width: 280px;
	height: auto;
}
.menu-area li {
	text-align: center;
}

.footer-frame {
	padding: 20px 0;
	background-color: #000;
	text-align: center;
}

.footer-hotel-info {
  margin: 0 0 1em 0;
  font-size: 15px;
  color: #fff;
}
.footer-hotel-info__address {
  margin: 0;
  padding: 0;
}
.footer-hotel-info__address a {
    margin: 0 0 0 .5em;
    padding: .5em;
    background-color: #222;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.footer-hotel-info__address a:hover {
	background-color: #444;
}

.footer-sns {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
.footer-sns a {
    width: 50px;
    display: inline-block;
    margin: 0 .3em;
 }
.footer-sns a:hover {
	opacity: .85;
}
.footer-sns img {
	max-width: 100%;
}

#webc_con .webc_plan_list .webc_box .webc_box_head {
  padding: 20px;
}


#webc_con .webc_box .webc_box_head {
  border-bottom: none;
  font-size: 1.6rem;
}

@media screen and (max-width: 600px) {

#webc_con .webc_plan_list .webc_box .webc_box_head .webc_price {
  border-top: none;
}

#webc_con .webc_box .webc_box_head {
  font-size: 1.4rem;
}


}

