/***************************************************************
Home
***************************************************************/
/*--------------------------------------------------------------
余白（固定しているヘッダーの高さ分調整）
--------------------------------------------------------------*/
#toppage
{
  max-width: 1600px;
  margin: 162px auto 0 auto;
  padding: 0 0 100px 0;
  box-sizing: border-box;
  background: #D0EAE9;
}

/***************************************************************
News
***************************************************************/
.news-box {
  max-width: 800px;
  margin: 0px auto 30px;

}
.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;
  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;
}
/***************************************************************
Staff&Treatment
***************************************************************/
/*--------------------------------------------------------------
相対位置
--------------------------------------------------------------*/
#toppage #about-beginner
{
  position: relative;
}
/*--------------------------------------------------------------
背景画像
--------------------------------------------------------------*/
#toppage #about-beginner .background
{
  padding: 30px 0;
  background: #FFF;
}

/* テーブル-1
--------------------------------------------------------------*/
#toppage #about-beginner .content .table-1
{
  display: table;
  width: 80%;
  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 100px;
}
#toppage #about-beginner .content .table-1 .right .subtitle h2
{
  background: url("/image.php?id=8");
  background-repeat: no-repeat;
  background-size: 40px 42px;
  background-position: 0;
  color: #5d5d5d;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 40px;
}
#toppage #about-beginner .content .table-1 .right .text p
{
  margin: 20px 0 0 0;
  color: #59493f;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}
#toppage #about-beginner .content .table-1 .right .link
{
  margin: 20px 0 0 0;
}
#toppage #about-beginner .content .table-1 .right .link a
{
  display: inline-block;
  padding: 10px 40px;
  background: #B29A74;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  box-shadow: 2px 2px 2px #B29A74;
  text-decoration: none;
}
/* テーブル-2
--------------------------------------------------------------*/
#toppage #about-beginner .content .table-2
{
  display: table;
  width: 80%;
  box-sizing: border-box;
  margin: 50px auto 0 auto;
}
#toppage #about-beginner .content .table-2 .left
{
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  padding: 0 100px 0 0;
}
#toppage #about-beginner .content .table-2 .left .subtitle h2
{
  background: url("/image.php?id=10");
  background-repeat: no-repeat;
  background-size: 40px 42px;
  background-position:  0;
  color: #5d5d5d;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 40px;
}
#toppage #about-beginner .content .table-2 .left .text p
{
  margin: 20px 0 0 0;
  color: #59493f;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}
#toppage #about-beginner .content .table-2 .right
{
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
#toppage #about-beginner .content .table-2 .left .link
{
  margin: 20px 0 0 0;
  text-align: right;
}
#toppage #about-beginner .content .table-2 .left .link a
{
  display: inline-block;
  padding: 10px 40px;
  background: #B29A74;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  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 {
  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: 80%;
  margin: 100px 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 50px 0 0;
}
#toppage #banner p:nth-of-type(even)
{
  padding: 0 0 0 50px;
}
#toppage #banner p:nth-of-type(n+3)
{
  margin: 20px 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: 20px 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: 20px;
  background: #fff;
  color: #59493f;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}