@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */
.page .entry-title{
	display: none;
}

#main .post, #main .page {
  margin-bottom: 0px;
}

.entry-content {
  margin-bottom: 0px;
}

#footer {
  width: 100%;
  background-color: #fff;
  color: #000;
}

#footer-in {
  width: 100%;
  margin: 0;
}

.footer-left {
  width: 30%;
  padding: 0px;
}

.footer-center {
  width: 40%;
}

.footer-right {
  width: 30%;
}

.footer-center .menu-item {
	float: left;
	margin: 80px 10px 10px 10px;
}

.footer-right .widget_media_image{
	float: right;
	margin: 80px 10px 10px 10px;
}

#footer a {
  color: #000;
}

#copyright {
	padding-top: 0px;
}

#breadcrumb {
  margin-bottom: 0px;
}

/*　「Simplicity2」用　Contact Form 7のテーブル化レスポンシブ調整　*/
.table-res-form {
    width: 100%;
}

.table-res-form th.empty {
    background:none;
}
.table-res-form tr {
    border-top: 1px #D3DEF1 solid;
}

.table-res-form th {
    width: 20%;
	font-weight: normal;
	font-size: 14px;
    text-align: right;
    padding-right: 0.5em;
}

.table-res-form td {
    text-align: left;
}

.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.1em 0.1em 0.1em;
    background: red;
    border-radius: 2px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
    .table-res-form th, .table-res-form td {
        width: auto;
        display: block;
    }
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
    .table-res-form .empty {
        display: none;
    }
        .table-res-form tr:last-child {
            border-top: none;
}
        .table-res-form input[type="submit"]{
            margin-top:-1em;
}
}
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.2em;
    margin-bottom: 0.5em;
    width: 100%;
}
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    background: #000000;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}

/*　Google fonts追加　*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');