/*
 Theme Name:   astra-child
 Description:  astra-childTheme
 Template:     astra
*/



/*--　Hタグデザイン
------------------------------------*/

.tategaki {
    writing-mode: vertical-rl;
}


/*--　メニュー固定
------------------------------------*/
.menu-up {
  position: fixed;
  width: 100%;
  top: 1;
  z-index: 1000;
	
}


/*--　文字のふちどりぼかし
------------------------------------*/
.blur {
    text-shadow:
            2px 2px 2px #FFFFFF, -2px -2px 2px #FFFFFF,
           -2px 2px 2px #FFFFFF,  2px -2px 2px #FFFFFF,
            2px 0px 2px #FFFFFF, -2px -0px 2px #FFFFFF,
            0px 2px 2px #FFFFFF,  0px -2px 2px #FFFFFF;
}

.blur2 {
    text-shadow:
            1px 1px 1px #FFFFFF, -1px -1px 1px #FFFFFF,
           -1px 1px 1px #FFFFFF,  1px -1px 1px #FFFFFF,
            1px 0px 1px #FFFFFF, -1px -0px 1px #FFFFFF,
            0px 1px 1px #FFFFFF,  0px -1px 1px #FFFFFF;
}


/*　１日の流れ　テーブル
 ---------------------------------------------------------*/
table.chart {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 90% !important;
  table-layout: fixed;
}

table.chart tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table.chart th,
table.chart td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table.chart th {
  font-size: .85em;
  color:#FFF;
}
table.chart thead tr{
  background-color: #167F92;
  color:#fff;
}
table.chart tbody th {
    background: #78bbc7;
    color: #000;
}
.txt{
   text-align: center;
   font-size: .85em;
}
table.chart th.wide{
   width:20% !important;
   text-align: center;
   font-size: .85em;
}

span.f8{
   font-size: 0.8em !important;
}
.price{
  text-align: center;
  color: #167F92;
  font-weight: bold;
}
.cen {
  text-align: center !important;
  font-size: 1em;
}
.non{
  background:#fff
}



@media screen and (max-width: 697px) {
  table.chart {
    border: 0;
    width:100%
  }
  table.chart th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  table.chart thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.chart tr {
    display: block;
    margin-bottom: .85em;
  }
  table.chart td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .9em;
    text-align: center;
    position: relative;
    padding: .625em;
    border-right: none;
    width:100%
  }
  
  table.chart td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 0;
    color: #167F92;
  }
  table.chart td:last-child {
    border-bottom: 0;
  }

  table.chart th {
    background-color: #78bbc7 !important;
    color: #000;
    font-weight: bold;
  }
}



/*--　ショートステイ　テーブル
------------------------------------*/
.shorttb {
	border: none !important;
	background-color: #FFFFFF;
}

.shorttb th,
.shorttb tr,
.shorttb td {
	border-right: none !important;
	font-size: 1em !important;
}

.shorttb th {
	border-right: 1px solid #C0C0C0 !important;
}

.shorttb th,
.shorttb td {
	border-bottom: 1px solid #C0C0C0 !important;
}

@media screen and (max-width: 1024px) {
.shorttb th,
.shorttb td {
	font-size: 0.9em !important;
    padding: 5px;
	}
}

@media screen and (max-width: 697px) {
.shorttb th,
.shorttb td {
    width: 100%;
	display: block;
	text-align: center;
	}
	
.shorttb th {
	border-right: none !important;
background-color: #ECF1DC !important;
    color: #000;
    font-weight: bold;
  }

.shorttb tr.non {
    display: none !important;
  }

}





/*--　会社概要
------------------------------------*/
.tb-about {
    border: none !important;
	background-color: #FFFFFF !important;
}
.tb-about th, .tb-about td {
    border-right: none !important;
	text-align: left;
}

.tb-about {
border-collapse: collapse;
width: 100%;
max-width: 800px;
}
.tb-about th, .tb-about td {
border-bottom: 2px solid #c1c7c6;
padding: 1em;
}
.tb-about th {
border-bottom: 2px solid #4d9bc1;;
font-weight: bold;
text-align: center;
width: 20%;
min-width: 4em;
}

@media screen and (max-width: 697px) {
.tb-about th {
    width: 100%;
	padding: 0.8em;
	padding-top: 2em;
	text-align: left;
	display: inline-block;
}
.tb-about td {
    width: 100%;
	text-align: left;
    border-bottom: 1px dotted #4d9bc1;;
	display: inline-block;
}
}



/*--　お問い合わせ　レイアウト
------------------------------------*/
span.wpcf7-list-item {
display: block !important;
}



/*--　reCaptcha 非表示 設定
------------------------------------*/

.grecaptcha-badge { visibility: hidden; }




/*--　表示・非表示 設定
------------------------------------*/
.toggle { display: none !important; }
.sm { display: none !important;}
.pc { display: block !important; }
@media screen and (max-width: 697px) {
.sm { display: block !important; }
.pc { display: none !important; }
}

