@charset "UTF-8";
html {
  border-top: 3px solid #AD9061;
}

body {
  background: none;
}

a {
  color: #BF5052;
}
a:hover {
}
.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_views a {
  color: #5e6265;
  text-decoration: none;
  padding-left: 36px;
  display: block;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_views a:hover {
  color: #BF5052;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}

/*------------------------------
--------------------------------
header
--------------------------------
--------------------------------*/

#header {
  background: url(./img/header_bg.jpg) repeat-x left top;
}
@media screen and (max-width: 1200px) {
  /* phone */
    #header .wrap {
      background: url(./img/Actual_results.png) no-repeat right center;
    }
  /* phone end */
}
@media screen and (max-width: 991px) {
    #header .wrap {
      background: none;
    }
}
#header #logo a {
  display:block;
  height: 80px;
  width: 346px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(//happy-flower.jp.net/design/happyflower1/common/logo.png) no-repeat left top;
}

@media screen and (max-width: 991px) {
  /* phone */
  #header-menu-tog {
    margin-top: 26px;
  }
  /* phone end */
}
@media screen and (max-width: 767px) {
  /* phone */
  #header #logo a {
    width: 250px;
    height: 60px;
    background-size: 100%;
  }
  #header-menu-tog {
    margin-top: 16px;
  }
  /* phone end */
}

#header #header-sns {
  display: none;
}

#gnav {
    border-top: 1px #EDCD98 solid;
    border-bottom: 1px #EDCD98 solid;
}
#gnav li a {
    border-top: 1px #EDCD98 solid;
    padding: 13px 0;
    color: #78551F;
}

#gnav li a:hover {
  border-top: 1px #BF5052 solid;
}
#gnav li.current-menu-item a {
    border-top: 2px #BF5052 solid;
}
/*------------------------------
--------------------------------
side
--------------------------------
--------------------------------*/
.widget_search.side-widget {
  border: none;
  padding: inherit;
}
.side-widget {
    margin-bottom: 20px;
    padding-bottom: 40px;
    line-height: 1.6;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.side-widget .side-title {
  background: #AD9061;
  border: 2px solid #DBC7A7;
  color: #fff;
  /*font-weight: bold;*/
  padding: 0px 10px 2px;
  position: relative;
}
.side-widget .side-title:after {
  content:  url(./img/Rose.png);
  position: absolute;
  right: -7px;
  top: -10px;
}
.side-widget ul li {
  padding: 16px 2px;
  border-bottom: 1px dotted #AD9061;
}

.side-inner .outlink-wrap {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
.side-inner .outlink-wrap a,
.side-inner .outlink-wrap a img {
  display: block;
  width: 100%;
  max-width: 290px;
  margin: auto;
}
.side-inner .outlink-wrap a span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

/*------------------------------
--------------------------------
content
--------------------------------
--------------------------------*/
.post-content p, .post-content pre {
    margin: 0 0 1.6em;
    line-height: 1.6;
}

.post-meta {
  border: none;
  margin-bottom: 0;
}
.post-meta li {
  color: #AC9060;
}
.post-title {
  border-bottom: 1px  dotted #AD9061;
  color: #503814;
  line-height: 1.3;
  padding-bottom: 5px;
}
.post-title a {
  color: #503814;
}

.post-loop-wrap article {
  ;margin-bottom: 30px;
}
.post-footer ul li i {
  color: #BF5052;
}
/*fab*/
.ts-fab-wrapper {
  margin-top: 4em;
}
.post-content .ts-fab-wrapper {
  display: none;
}

.ts-fab-list li.active a {
    background-color: #78551F;
    color: #fff;
    border-color: #78551F;
}
.ts-fab-tab {
    border-color: #78551F;
}
.post-share .post-share-title {
  background-color: #AD9061;
}
.ts-fab-text h4 {
  color: #503814;
}

form input[type="submit"], form button {
  background-color: #503814;
}
/*------------------------------
--------------------------------
footer
--------------------------------
--------------------------------*/
.footer-contact {
  background: url(./img/footer_bg.gif) repeat left top;.heteml.jp
  border-top: 1px solid #DBC7A7;
  text-align: center;
}
.footer-contact p {
  display: inline-block;
  padding: 0 8px;
}
@media screen and (max-width: 991px) {
    .footer-contact p {
      display: block;
      padding-bottom: 15px;
    }
}


.footer-02 {
  background: #AD9061;
  border-top: 1px solid #DBC7A7;
  text-align: center;
  color: #fff;
}
.footer-02 .footer-copy {
  text-align: center;
}
#footer .wrap {
  padding: 30px 0 40px;
}
#footer .footer-02  .wrap {
  padding: 3px 0;
}