/***************************************************************
Home
***************************************************************/

/***************************************************************
News
***************************************************************/
.news-box {
  width: 90%;
  margin: 0 auto 30px;
  max-width: 800px;

}
.news-box h3 {
  background: #009885;
  color: #FFF;
  padding: 8px;
  width: 150px;
  text-align: center;
}
.news-box ul {
  background: #FFF;
  border: 1px solid #24944D;
  padding: 10px;
}
.news-box li {
  box-sizing: border-box;
  border-bottom: 1px dotted #E0E0E0;
  display: table;
  padding: 5px 0 5px 5px;
  margin: 0 0 10px 0;
  width: 100%;
}
.news-box li .date,
.news-box li .news-title {
  display: table-cell;
}
.news-box li:last-child {
  margin: 0;
}
.news-box .date {
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  margin: 0 15px 0 0;
  padding: 5px;
  text-align: center;
  filter: dropshadow(color=#848484,offX= 0,offY=-1)
    dropshadow(color=#848484,offX= 1,offY= 0)
    dropshadow(color=#848484,offX= 0,offY= 1)
    dropshadow(color=#848484,offX=-1,offY= 0);
  text-shadow: #848484 1px 1px 0px, #848484 -1px 1px 0px, #848484 1px -1px 0px, #848484 -1px -1px 0px;
  width: 100px;
}
.news-box .news-title {
  padding: 0 0 0 15px;
}
.news-title > div > p:first-of-type {
  margin-top: 1em;
}
/***************************************************************
下層ページ
***************************************************************/
#toppage
{
  max-width: 1600px;
  margin: 50px auto 0 auto;
  padding: 0 0 50px 0;
  box-sizing: border-box;
  background: #D0EAE9;
}
/*--------------------------------------------------------------
見出し（固定しているヘッダーの高さ分調整）
--------------------------------------------------------------*/
#lower #subtitle h2
{
  max-width: 1600px;
  box-sizing: border-box;
  margin: 71px auto 0 auto;
  padding: 100px 0;
  background: #EBE3D6;
  color: #190B07;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px; 
  text-align: center;
}
/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/
/* 背景
--------------------------------------------------------------*/
#toppage #about-beginner .background
{
  padding: 30px 0;
  background: #FFF;
}

/* テーブル
--------------------------------------------------------------*/
#toppage #about-beginner .content {
  padding: 0 10px;
  box-sizing: border-box;
}
#toppage #about-beginner .content .table-1
{
  display: table;
  width: 99%;
  box-sizing: border-box;
  margin: 0 auto;
}
#toppage #about-beginner .content .table-1 .left
{
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
#toppage #about-beginner .content .table-1 .left .image img
{
  display: block;
  width: 100%;
}
#toppage #about-beginner .content .table-1 .right
{
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
#toppage #about-beginner .content .table-1 .right .subtitle h2
{
  background: url("/image.php?id=8");
  background-repeat: no-repeat;
  background-size: 20px 22px;
  background-position: 0;
  color: #190B07;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
}
#toppage #about-beginner .content .table-1 .right .text p
{
  margin: 10px 0 0 0;
  color: #59493f;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}
#toppage #about-beginner .content .table-1 .right .text p br
{
  display: none;
}
#toppage #about-beginner .content .table-1 .right .link
{
  margin: 10px 0 0 0;
  text-align: right;
}
#toppage #about-beginner .content .table-1 .right .link a
{
  display: inline-block;
  padding: 10px 20px;
  background: #B29A74;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  box-shadow: 2px 2px 2px #B29A74;
  text-decoration: none;
}
/* テーブル-2
--------------------------------------------------------------*/
#toppage #about-beginner .content .table-2
{
  display: table;
  width: 99%;
  box-sizing: border-box;
  margin: 20px auto 0 auto;
}
#toppage #about-beginner .content .table-2 .left
{
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  padding: 0 20px 0 0;
}
#toppage #about-beginner .content .table-2 .left .subtitle h2
{
  background: url("/image.php?id=10");
  background-repeat: no-repeat;
  background-size: 20px 22px;
  background-position:  0;
  color: #190B07;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
}
#toppage #about-beginner .content .table-2 .left .text p
{
  margin: 10px 0 0 0;
  color: #59493f;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}
#toppage #about-beginner .content .table-2 .left .text p br
{
  display: none;
}
#toppage #about-beginner .content .table-2 .right
{
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
#toppage #about-beginner .content .table-2 .left .link
{
  margin: 10px 0 0 0;
  text-align: left;
}
#toppage #about-beginner .content .table-2 .left .link a
{
  display: inline-block;
  padding: 10px 20px;
  background: #B29A74;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  box-shadow: 2px 2px 2px #B29A74;
  text-decoration: none;
}
#toppage #about-beginner .content .table-2 .right .image img
{
  display: block;
  width: 100%;
}
/***************************************************************
Price
***************************************************************/
#top-price {
  width: 95%;
  max-width: 800px;
  margin: 30px auto 0;
  background: #fffceb;
  padding: 20px 8px;
  border: 1px solid #009885;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
}
#top-price li {
  line-height: 1.7;
  margin: 0 0 .5em 0;
}
#top-price .end {
  margin: 0 0 0 0;
  font-size: 14px;
}
#top-price li:first-of-type {
  border-bottom: 1px solid #009885;
  color: #009885;
  display: inline-block;
  font-weight: bold;
}
#top-price .price {
  font-size: 18px;
}
#top-price .price span {
  font-size: 16px;
}
/***************************************************************
バナー
***************************************************************/
/*--------------------------------------------------------------
余白
--------------------------------------------------------------*/
#toppage #banner
{
  width: 99%;
  margin: 50px auto 0 auto;
  font-size: 0;
}
/*--------------------------------------------------------------
画像
--------------------------------------------------------------*/
#toppage #banner p
{
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
}
#toppage #banner p:nth-of-type(odd)
{
  padding: 0 5px 0 0;
}
#toppage #banner p:nth-of-type(even)
{
  padding: 0 0 0 5px;
}
#toppage #banner p:nth-of-type(n+3)
{
  margin: 10px 0 0 0;
}
#toppage #banner p a
{
  display: block;
  border-color: #190B07;
  border-style: solid;
  border-width: 2px;
  text-decoration: none;
}
#toppage #banner p a:hover
{
  opacity: 0.8;
}
#toppage #banner p a span:nth-of-type(1)
{
  display: block;
  background: #190B07;
  padding: 5px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
}
#toppage #banner p a span:nth-of-type(2) img
{
  display: block;
  width: 100%;
}
#toppage #banner p a span:nth-of-type(3)
{
  display: block;
  padding: 5px;
  background: #fff;
  color: #59493f;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}
/* サイドバー
--------------------------------------------------------------*/
#lower #content #side
{
  display: none;
}

/*基本情報*/
#lower #content #side .basic
{
  display: none;
}
/*線*/
#lower #content #side .basic .border
{
  display: none;
}
/*ご予約・お問い合わせはお気軽に*/
#lower #content #side .basic .text p:nth-of-type(1)
{
  display: none;
}
#lower #content #side .basic .text p:nth-of-type(2)
{
  display: none;
}
#lower #content #side .basic .text p:nth-of-type(2) i
{
  display: none;
}
/*診療時間*/
#lower #content #side .basic .time h3
{
  display: none;
}
#lower #content #side .basic .time p
{
  display: none;
}
#lower #content #side .basic .time p:nth-of-type(2)
{
  display: none;
}
#lower #content #side .basic .time p span
{
  display: none;
}
/*休診日*/
#lower #content #side .basic .holiday h3
{
  display: none;
}
#lower #content #side .basic .holiday p
{
  display: none;
}
/*アクセス*/
#lower #content #side .basic .access h3
{
  display: none;
}
#lower #content #side .basic .access p:nth-of-type(1)
{
  display: none;
}
#lower #content #side .basic .access p:nth-of-type(2)
{
  display: none;
}
#lower #content #side .basic .access p:nth-of-type(2) a
{
  display: none;
}
#lower #content #side .basic .access p:nth-of-type(2) a:hover
{
  display: none;
}

/*当院について*/
#lower #content #side .about
{
  display: none;
}
#lower #content #side .about h3
{
  display: none;
}
#lower #content #side .about p
{
  display: none;
}
#lower #content #side .about p:nth-of-type(n+2)
{
  display: none;
}
#lower #content #side .about p i
{
  display: none;
}
#lower #content #side .about p a
{
  display: none;
}
#lower #content #side .about p a:hover
{
  display: none;
}