@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/* サイドバーを消す設定 */
#header-in, #navi-in, #body-in, #footer-in{
	width: 1200px;
}

#main {
	width: 1200px;
	border: none;
}

#sidebar {
	width: 0px;
}

/* 固定ページのタイトルを非表示にする設定 */
.page .entry-title{
	display: none;
}

/* グローバルナビの文字調整 */
#navi ul {
  text-align: center;
}

#navi ul li {
  width: 150px;
}

/* 投稿日の上下に入る枠線を消去 */
.page .post-meta {
  display: none;
}

/* ヘッダーに電話番号を入れる設定 */
#h-top {
    position: relative;
}

#h-top #inquiry {
    position: absolute;
    right: 55px;
    bottom: 80px;
    width: 350px;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}

#h-top #inquiry2 {
    position: absolute;
    right: 20px;
    bottom: 80px;
    width: 250px;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}

#h-top #phone1 {
    position: absolute;
    right: 35px;
    bottom: 45px;
    width: 350px;
	font-size: small;
	color: #5d5c5b;
}

#h-top #phone2 {
    position: absolute;
    right: 35px;
    bottom: 0;
    width: 350px;
	font-size: x-large;
	font-weight: bold;
	color: #3f210f
}

#h-top #s {
    margin-bottom: 30px;
}

/************************************
** フッター(footer)
************************************/

#footer {
  clear: both;
/*  background-color: #000;
  color: #fff; */
  padding: 5px;
}

#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 5%;
}

.footer-left,
.footer-center,
.footer-right{
  box-sizing: border-box;
  padding: 10px;
}

.footer-left {
  float: left;
  width: 1%;
}

.footer-center {
  float: left;
  width: 98%;
  text-align: center;
}

.footer-right {
  float: right;
  width: 1%;
}

#footer-widget {
  color: #cfcfcf;
}

#footer-widget ul{
  list-style:none;
  padding-left:1em;
}

#footer-widget li {
  font-size: 14px;
}

#footer a {
  color: #000000;
}

#footer h3{
  color:#fff;
  font-size: 16px;
}

/************************************
** フッターナビメニュー
************************************/

#footer-navi ul{
  text-align: center;
  font-size: 20px;
  top: 0;
  padding-left: 0;
}

#footer-navi ul li {
  display: inline;
  list-style: outside none none;
}

#footer-navi ul li::before {
    content: "|";
    padding: 0 0.6em;
}

#footer-navi ul li:first-child::before{
  content: "";
  padding: 0;
}

#footer-navi ul .sub-menu{
  display: none;
}

#footer-link {
text-decoration:none;
}
