/*
 Theme Name:   Twenty Sixteen Child
 Template:     twentysixteen
*/

body {
    background: transparent;
    font-size: 14px;
    line-height: 1.8em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.widget {
    border-top: 4px solid #734b34;
}
.bg-content {
    background-color: #FFFFFF;	
}
.sidebar {
    margin-bottom: 3.5em;
    padding: 0;
}
.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
    margin-right: 0;
    margin-left: 0;
}
@media screen and (min-width: 44.375em){
.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 0;
}
}
@media screen and (min-width: 56.875em){
.site-content {
    padding: 4.5455% 0;
}
}
@media screen and (min-width: 61.5625em){
.entry-title {
    font-size: 2.6em;
    text-align: center;
}
body:not(.search-results) article:not(.type-page) .entry-footer {
    float: none;
    width: 100%;
}
body:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    width: 100%;
}	
}
.entry-title {
    text-align: center;
    font-weight: normal;
}
#wp-calendar th, #wp-calendar td,.entry-content th,.entry-content td {
    display: table-cell;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
table {
    margin-bottom: 0;
}
.titleWrap {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 0px;
}
.data {
    margin-left: 20px;
}
.title {
    margin-left: 20px;
}
@media only screen and (max-width: 600px) {
.data {
    margin-left: 0;
    display: block;
    margin-top: 15px;
}
.title {
    margin-left: 0;
	display: block;
}
}
.tx-center {
    text-align: center;
}
.btn-animation-02 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #734b34;
  border: 2px solid #734b34;
  font-size: 16px;
  color: #734b34;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
	left: 50%
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}
ul, ol {
    margin: 0;
    padding: 0;
}
h2 {
    margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}
}
p {
    margin: 0;
}
.mb20 {
    margin-bottom: 20px;
}
.mailContact a {
    width: 300px;
}