@charset "UTF-8";
/*
Theme Name: waffle
Author: Z.com byGMO
Author URI: https://cloud.z.com/jp/en/wp/
Description: waffle is child theme of twenty fifteen base functionality is took over parent has and additional features are installed especially background color and text color on sidebar.
Template: twentyfifteen
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: waffle
*/
@import url(//fonts.googleapis.com/css?family=Architects+Daughter);

html,body{
    font-size: 12px;
}
body {
  background-size: cover;
}
body.custom-background {
  background-size: cover;
}
body:before {
  background: none;
}
#page {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", sans-serif;
  font-weight: lighter;
}
.content a:hover {
  color: #4aa0c8 !important;
}
.sidebar a:hover {
  color: #e0ffff !important;
}
.content a:hover {
  color: #4aa0c8 !important;
}

.sidebar {
  height: 100%;
}
.sidebar .sidebar-inner {
  height: 100%;
}
.sidebar .sidebar-inner .secondary {
  background: none;
  margin-bottom: 30px;
}

.site-content {
  color: #333333 !important;
}
.site-content .entry-content h2 {
  color: #996d16;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  font-family: 'Architects Daughter', cursive;
}
.site-content .entry-content p, .taxonomy-description p {
  color: #333333;
  font-size: 1.5rem;
}
.site-content .entry-content li {
  color: #333333;
  font-size: 1.5rem;
  margin-left: 50px;
}
.site-content .comments-area {
  background-color: rgba(247, 241, 221, 0.7);
}
.site-content .comments-area .comment-reply-title,
.site-content .comments-area .comments-title,
.site-content .comments-area .comment-content > p {
  color: #333333;
}
.site-content .navigation {
  background-color: rgba(247, 241, 221, 0.7);
}
.site-content .navigation .nav-previous, .site-content .navigation .nav-next {
  background-color: rgba(247, 241, 221, 0.7);
}
.site-content .entry-footer {
  background: none;
}
.site-content .entry-footer .posted-on {
  border-left: 5px solid #726851;
  padding: 5px 0 5px 25px;
}
.wp-caption-text {
  font-size: 10px;
  font-size: 1rem;
}
/*

    Main navigation

*/
.main-navigation ul {
  border-top: 1px solid #E0FFFF;
  border-bottom: 1px solid #E0FFFF;
  /*border-color: rgba( 255, 255, 255, 0.1);*/
  zoom: 1;
}
/*
.main-navigation ul li {
  float: left;
  border: none;
  font-size: 13px;
}
*/
.main-navigation ul li a {
  display: block;
  box-sizing: border-box;
  padding: 5px 5px;
  font-weight: normal;
}
.main-navigation ul .current-menu-item > a {
  font-weight: 700;
  color: #ffe0ff;
}
.main-navigation ul li ul li a {
  color: #ffffe0;
  font-size: 1.5rem;
}
.main-navigation ul:before, .main-navigation ul:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.main-navigation ul:after {
  clear: both;
}

/*

    Widget Area

*/

.site-branding {
    text-align: center;
}
.widget {
  color: #ffffff;
}
.widget-area .widget_search .search-field {
  background-color: #E0FFFF;
}
.widget-area .widget ul:not(.menu, .children) {
    list-style: disc outside none; 
    margin-left: 0; 
    padding-left: 0;
}
.widget-area .widget ul:not(.menu) li {
  padding: 1px 0 1px 0;
  border-top: none;
}
.widget-area .widget ul:not(.menu) li a {
  font-size: 1.067rem;
  line-height: 1rem;
    list-style-position: outside;
    padding-left: 1em;
}
.widget-area .widget ul.menu {
  list-style: none;
  padding: 10px 0;
  zoom: 1;
}
.widget-area .widget ul.menu li {
  float: left;
  padding: 0;
  border: none;
  line-height: 0;
}
.widget-area .widget ul.menu li a {
  display: block;
  color: #E0FFFF;
  font-size: 1.200rem;
  padding: 10px 5px;
}
.widget-area .widget ul.menu:before, .widget-area .widget ul.menu:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.widget-area .widget ul.menu:after {
  clear: both;
}
.widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children {
    margin: 0 0 0 1em;
    padding-top: 0;
}
.widget-area .widget .textwidget > p {
  font-weight: lighter;
  font-size: 1.333rem;
}
.widget-area .widget .textwidget > p > a:hover {
  border-bottom: none;
}
.widget-area .widget .widget-title {
  font-size: 1.200rem;
  padding-bottom: 10px;
}
.widget button, .widget input, .widget select, .widget textarea, .sidebar-inner input, .paypal-donations input {
  background: rgba(255, 224, 255, 0);
  border: 0px;
}
/*
.entry-content input {
  background: rgba(208, 80, 100, 0.8);
  border: 0px;
}
*/
.entry-content input.clear {
  background: rgba(255, 224, 255, 0);
  border: 0px;
}
.contact-form input[type=email], .contact-form input[type=text] {
  background: rgba(255, 255, 255, 0.8);
  border: 2px;
    width: 300px;
    max-width: 98%;
    margin-bottom: 13px;
}
.current-menu-item.menu-item-has-children ul, .current-menu-ancestor.menu-item-has-children ul {
   display: block;
}
.social-navigation li {
  margin-right: 5px;
}
.social-navigation a:before {
  font-size: 80px;
}
.main-navigation .current-menu-ancestor > a {
    font-weight: normal;
}
.content-area .page-header {
  color: #4aa0c8;
  background: rgba(247, 241, 221, 0.9);
  border: 1px solid #726851;
}
.content-area .site-main {
  padding-bottom: 10px;
}
.content-area .site-main .hentry {
  background: rgba(224, 255, 255, 0.8);
  border: 1px solid #726851;
}
.content-area .site-main .entry-title, .page-title {
  color: #507999;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Architects Daughter', cursive;
    margin-bottom: .6em;
}
@media screen and (min-width: 77.5em)
.entry-title, .widecolumn h2 {
    line-height: 1.1;
}
.content-area .site-main .entry-title a:hover {
  color: #4aa0c8;
}
.content-area .site-main .page-content {
  background: rgba(247, 241, 221, 0.9);
  border: 1px solid #726851;
}

.site-footer {
  background: none;
  box-shadow: none;
  padding: 0 0 20px 0;
}
.site-footer .site-info {
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 38.75em) {
  .sidebar-inner .main-navigation {
    padding-top: 30px;
  }
  .sidebar-inner .secondary {
    background: none !important;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 59.6875em) {
  .site-header {
    background: none !important;
    margin: 20% 0 15% 0;
  }

  .sidebar-inner .secondary {
    background: none !important;
  }
  .sidebar-inner .secondary .main-navigation ul {
    border-color: #E0FFFF;
  }
}