@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
html.wf-active {
    visibility: visible;
}
body {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
p, .default {
    font-size: 17px;
	line-height: 170%;
    text-align: justify;
    color: #222;
    letter-spacing: 0.02em;
}
li, th, td {
    font-size: 17px;
	line-height: 160%;
    font-weight: normal;
    text-align: justify;
    color: #222;
    letter-spacing: 0.02em;
}
table, ul, ol {
    width: 100%;
    text-align: left;
	list-style: none;
    border-collapse: collapse;
}
.clr_sub {
    color:#fa8796;
}

/* 空床情報のテーブル） */
.table_information_availability th {
	font-size: 15px;
    line-height: 150%;
    font-weight: bold;
	text-align: center;
	padding: 10px 5px;
    color: #fa8796;
    background-color: #fef0f5;
    border: solid 1px #ddd;
    font-feature-settings: "palt";
}
.table_information_availability th.th01 {
    font-size: 16px;
    line-height: 130%;
    text-align: left;
    color: #222;
    background-color: #fff;
    padding: 0 0 15px;
    border: 0;
}
.table_information_availability th.th02 {
    background-color: #fce6eb;
}
.table_information_availability td {
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    width: 22%;
	padding: 10px 5px;
    border: solid 1px #ddd;
    font-feature-settings: "palt";
}
.table_information_availability td.td01 {
    font-size: 15px;
    line-height: 130%;
    background-color: #fce6eb;
}
@media screen and (min-width: 768px){
.table_information_availability th {
	font-size: 16px;
}
.table_information_availability td {
    font-size: 19px;
}
.table_information_availability td.td01 {
    font-size: 16px;
    line-height: 140%;
}
}
@media screen and (min-width: 1000px){
.table_information_news a:hover {
    color: #fa8796;
}
}

/* ######## 1px以上 ######## */
.yesSP499 {
    display: none !important;
}
.yesPC499 {
	display: block !important;
}
/* ######## 499px以下 ######## */
@media screen and (max-width: 499px){
.yesSP499 {
    display: block !important;
}
.yesPC499 {
    display: none !important;
}
}