@import url(https://fonts.googleapis.com/css?family=Gudea:400italic);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url('https://fonts.googleapis.com/css?family=Anaheim|Cantarell|Cormorant+Garamond|Josefin+Slab|Julius+Sans+One|Montserrat|Nixie+One|Quicksand|Raleway:300,400');
/* 
    font-family: 'Raleway', sans-serif;

    font-family: 'Quicksand', sans-serif;

    font-family: 'Julius Sans One', sans-serif;

    font-family: 'Nixie One', cursive;

    font-family: 'Anaheim', sans-serif;

    font-family: 'Montserrat', sans-serif;

    font-family: 'Cantarell', sans-serif;

    font-family: 'Cormorant Garamond', serif;

    font-family: 'Josefin Slab', serif;
*/
body {
  background-color: #fff !important;
  color: #333;
  font-family: 'Ubuntu', sans-serif;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #000;
}
a {
  color: #009dd9;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
/* ----- header & footer ----- */
header {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  padding: 0;
  background-size: cover;
  background-position: center;
  margin-top: 0px;
  max-width: 740px;
  margin: 0 auto 50px auto;
}
header #hamburger {
  display: none !important;
}
header #header-name {
  color: #000 !important;
  font-size: 52px;
  padding: 6px 12px;
  text-transform: uppercase;
  z-index: 999;
  position: relative;
}
header .catitiletop {
  color: #000 !important;
  font-size: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #666;
  padding: 0 0 10px 0;
  width: auto;
  margin: 0 auto;
  letter-spacing: 5px;
  display: inline-block;
}
header #header-logo {
  z-index: 999;
  position: relative;
}
header #header-logo img {
  max-height: 220px;
}
header #header-name:hover {
  opacity: 0.65;
}
header #header-description {
  font-size: 16px;
  z-index: 999;
  position: relative;
  font-family: "Cormorant Garamond", "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", Times, serif !important;
  color: #333 !important;
}
header #header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (min-width: 993px) {
  #primary-menu {
    background-color: #fff;
    width: 100% !important;
    z-index: 999;
    display: block;
    top: 0;
    margin: 0 0 100px 0;
  }
  #content-holder {
    margin: 0 auto;
  }
}
#primary-menu ul {
  position: relative;
  clear: left;
  float: right;
  right: 50%;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#primary-menu li {
  position: relative;
  float: left;
  left: 50%;
  padding: 16px 26px;
  font-size: 16px;
  display: block;
}
#primary-menu li:nth-child(8) {
  display: none;
}
#primary-menu li a {
  color: #242424;
  text-transform: uppercase;
  /*font-family: awsomefont, sans-serif;----------------------------------------------*/
  font-family: 'Quicksand', sans-serif;
}
#primary-menu li a:hover {
  text-decoration: underline;
  transition: color 0.2s ease;
}
#primary-menu .sub-menu {
  display: none;
  background-color: #222;
  float: none;
  right: auto;
  position: absolute;
  left: -1px;
  z-index: 9999;
  top: 50px;
  padding: 3px 26px 8px 26px;
}
#primary-menu .sub-menu li {
  float: none;
  border: 0;
  position: static;
  right: 0;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  padding: 0;
}
#primary-menu .sub-menu li a {
  padding: 4px 0;
  width: 100%;
  display: block;
  text-transform: none;
  color: #999;
  font-weight: normal;
}
#primary-menu .menu-item-has-children:hover a {
  color: #fff;
}
#primary-menu .menu-item-has-children:hover .sub-menu li a:hover {
  color: #009dd9;
}
footer {
  margin-top: 50px;
  padding-top: 50px;
}
footer .menu li {
  display: inline;
  margin-right: 50px;
}
footer .menu li:last-child {
  margin-right: 0px;
}
footer .menu li a {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
}
footer .menu li a:hover {
  text-decoration: underline;
}
footer .container {
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 740px;
}
#footer-meta {
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
}
#footer-meta p a {
  color: #333;
}
/* ----- widgets ----- */
.widget {
  margin-bottom: 45px;
}
.widget h4 {
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 2px solid;
  text-transform: uppercase;
  display: inline-block;
}
.widget img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.widget p {
  line-height: 21px;
}
.widget ul {
  padding: 0;
}
.widget li {
  list-style: none;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.widget select {
  max-width: 100%;
  min-width: 200px;
}
.widget_search #s {
  width: 70%;
}
.widget_search label {
  display: none;
}
.widget_recent_entries .post-date {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.widget_calendar table {
  width: 100%;
  text-align: center;
}
.widget_calendar table th {
  background-color: #444;
  color: #999;
  padding: 8px 6px;
}
.widget_calendar table td {
  border: 1px solid #eee;
  padding: 8px 6px;
  background-color: #fff;
}
.widget_calendar table #prev, .widget_calendar table #next, .widget_calendar table tfoot .pad {
  border: 0;
  border-left: 1px solid #eee;
}
.widget_calendar table tfoot td {
  background-color: #f7f7f7;
}
.widget_calendar caption {
  background-color: #e9e9e9;
  padding: 10px;
}
.widget_tag_cloud a {
  font-size: 13px !important;
  background-color: #444;
  color: #fff;
  display: inline-block;
  padding: 5px 8px;
  margin: 0 6px 6px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget_tag_cloud a:hover {
  color: #009dd9;
}
.widget .children, .widget .sub-menu {
  margin-top: 12px;
}
.widget .children li, .widget .sub-menu li {
  list-style: disc;
  border: 0;
  margin-left: 24px;
  padding: 0;
}
#sidebar-widgets {
  padding-top: 15px;
}
#sidebar-widgets .widget li {
  border-color: #ddd;
}
#sidebar-widgets .widget h4 {
  border-color: #009dd9;
}
#footer-widgets {
  width: 100%;
  background-color: #fff;
}
#footer-widgets .col-md-4 {
  padding-top: 30px;
}
#footer-widgets .widget {
  color: #999;
}
#footer-widgets .widget h4 {
  border-color: #fff;
  color: #fff;
}
#footer-widgets .widget li {
  border-color: #333;
}
#footer-widgets .widget a {
  color: #999;
}
#footer-widgets .widget a:hover {
  color: #009dd9;
}
.copyrightbox {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bottomlogoinfooter #header-name {
  font-size: 3.5em;
  text-transform: uppercase;
}
.bottomsearchform {
  width: 300px;
  margin: 30px auto;
}
.bottomsearchform #s {
  width: 230px;
}
.bottomsearchform input#searchsubmit {
  font-family: FontAwesome;
  color: #fff;
  margin: 7px 0 0 18px;
  padding: 0;
}
/* ----- post teasers ----- */
#teaser-holder {
  visibility: hidden;
  max-width: 100%;
}
.teaser {
  background-color: #fff;
  margin: 0 0px 30px 0px;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 33.333333333%;
  min-height: 575px !important;
}
.masonry-brick .teaser {
  padding: 0 5px !important;
  margin: 0 auto;
}
.teaser img {
  width: 100% !important;
  height: 158px !important;
}
.teaser, .teaser .attachment-featured-teaser {
  width: 33.333333333% /*358px*/ ;
}
.teaser .attachment-featured-teaser {
  height: auto;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.teaser-comment-total {
  float: right;
  color: #aaa;
  font-size: 10px;
  font-family: arial, sans-serif;
  text-align: center;
  margin-top: 4px;
  width: 24px;
  height: 23px;
  background: transparent url('/web/20181116004633im_/https://echiwa.jp/wp-content/themes/griffin/assets/img/icon-comments-sm.png') 0 2px no-repeat;
}
.teaser-title {
  padding-right: 50px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: 20px;
}
.teaser-title a {
  color: #000;
  text-align: left !important;
}
.teaser-title a:hover {
  color: #009dd9;
  transition: color 0.2s ease;
}
.teaser-text {
  padding: 10px;
  line-height: 22px;
}
.teaser-more {
  border-bottom: 2px solid #009dd9;
  padding-bottom: 3px;
  font-weight: 700;
}
.teaser-footer {
  background-color: #f7f7f7;
  padding: 10px 15px;
  color: #999;
  border-top: 1px solid #f1f1f1;
  margin: 30px 0 0 0;
}
.teaser-footer img {
  margin-right: 6px;
}
.teaser-footer p {
  margin: 0;
  font-size: 13px;
}
.teaser-footer span {
  position: relative;
  top: 2px;
}
.sticky h3 {
  line-height: 35px;
}
.sticky h3 span {
  color: #009dd9;
  font-size: 16px;
  margin-right: 12px;
  border: 2px solid #009dd9;
  padding: 3px 6px;
  position: relative;
  top: -2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.pager {
  width: 100%;
  float: left;
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
.pager .page-numbers {
  border: 1px solid #ccc;
  padding: 3px 10px;
  color: #aaa;
}
.pager a.page-numbers:hover {
  background-color: #ccc;
  color: #009dd9;
}
.pager .current {
  font-weight: bold;
  background-color: #ccc;
  color: #fff;
}
.pager .next, .pager .prev {
  border: 0;
}
.pager .next span, .pager .prev span {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.pager a.next:hover, .pager a.prev:hover {
  background-color: transparent;
}
.search-results h1 {
  /*margin-top: 30px;
	margin: 0 0 0 10px;*/ ;
}
.search-results #teaser-holder {
  margin-top: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* ----- posts & pages ----- */
article {
  line-height: 1.75em;
  font-size: 17px;
  background-color: #fff;
  margin-bottom: 45px;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/ ;
}
article h1 {
  font-size: 42px;
}
article h2 {
  font-size: 37px;
}
article h3 {
  font-size: 32px;
}
article h4 {
  font-size: 27px;
}
article h5 {
  font-size: 22px;
}
article h6 {
  font-size: 17px;
}
article p, article ul, article ol {
  margin-bottom: 25px;
  font-family: "Cormorant Garamond", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
}
article ul, article ol {
  padding: 0;
  margin-left: 16px;
}
article ul ul, article ol ol {
  margin-bottom: 0;
}
article li {
  margin-bottom: 12px;
}
article a {
  text-decoration: underline;
}
article img {
  display: inline-block;
  height: auto;
  width: 100%;
  margin: 40px auto;
}
article blockquote {
  text-align: center;
  font-size: 18px;
  color: #999;
}
article blockquote cite {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #777;
}
article table {
  margin-bottom: 25px;
}
article table td, article table th {
  border: 1px solid #ddd;
  padding: 3px 6px;
}
article dl {
  margin-bottom: 25px;
}
article dt {
  font-weight: bold;
}
article dd {
  margin: 0 0 12px 0;
}
article .alignleft {
  float: left;
  margin: 0 20px 12px 0;
}
article .alignright {
  float: right;
  margin: 0 0 12px 20px;
}
article .aligncenter {
  margin: 0 auto 25px auto;
}
article .wp-caption-text, .gallery-caption {
  font-size: 15px;
  margin-top: 0;
  text-decoration: italic;
}
article .wp-audio-shortcode {
  margin-bottom: 30px;
}
article #post-content {
  /*padding: 30px;*/ ;
}
article #post-title {
  line-height: 48px;
  margin-bottom: 30px;
  font-family: 'Quicksand', sans-serif;
  font-size: 35px;
}
article #post-comment-total {
  float: right;
  font-size: 15px;
  text-align: center;
  color: #aaa;
  width: 32px;
  height: 30px;
  margin-top: 10px;
  background: transparent url('/web/20181116004633im_/https://echiwa.jp/wp-content/themes/griffin/assets/img/icon-comments-lg.png') 0 2px no-repeat;
}
article #post-tags a {
  background-color: #444;
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 0 8px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
article #post-links {
  margin: 0 30px 30px 30px;
}
article #post-links a {
  border: 1px solid #ccc;
  padding: 3px 8px;
  color: #aaa;
  text-decoration: none;
  font-size: 15px;
}
article #post-links a:hover {
  background-color: #ccc;
  color: #009dd9;
}
article #post-footer {
  background-color: #f7f7f7;
  padding: 30px;
  color: #999;
  border-top: 1px solid #f1f1f1;
}
article #post-footer p {
  margin: 0;
  font-size: 15px;
}
article #post-footer .avatar {
  margin-right: 10px;
}
article #post-nav {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}
article #post-nav p {
  color: #999;
  margin-bottom: 6px;
  font-size: 12px;
  font-style: italic;
}
article #post-nav span {
  font-size: 24px;
  color: #bbb;
  position: relative;
  top: 2px;
}
article #post-nav-prev {
  float: left;
  width: 50%;
}
article #post-nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
article .attachment-featured-full {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* ----- comments ----- */
#comments h4 {
  font-size: 22px;
  margin-bottom: 30px;
}
#comments .comment-list {
  padding: 0;
}
#comments .comment-list li {
  list-style: none;
  margin-bottom: 45px;
  clear: both;
  float: left;
}
#comments .comment-list .children {
  margin-left: 15px;
}
#comments .comment-list .children li {
  margin: 45px 0 0 0;
}
#comments .comment-list .pingback {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 15px;
}
#comments .comment {
  width: 100%;
}
#comments .comment-avatar {
  margin-right: 15px;
  float: left;
}
#comments .comment-author {
  text-transform: uppercase;
  font-weight: bold;
}
#comments .bypostauthor .comment-author {
  color: #009dd9;
}
#comments .comment-meta {
  margin: 0 0 3px 0;
}
#comments .comment-meta a {
  text-transform: uppercase;
  font-size: 12px;
}
#comments .comment-date {
  color: #999;
  font-style: italic;
  margin: 0 15px 0 5px;
}
#comments .comment-text {
  float: left;
  width: 90%;
}
#comments .comment-body p {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
  color: #555;
}
#comments #commentform label, #comments .form-allowed-tags {
  display: none;
}
#comments .no-comments {
  clear: both;
}
/* ----- form elements ----- */
input[type=text], input[type=email], input[type=password], input[type=search], textarea {
  border: none !important;
  font-size: 14px;
  color: #222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #e6e6e6;
  width: 130px;
}
input[type=submit], input[type=reset] {
  background-color: #e6e6e6;
  border: 0;
  color: #fff;
  padding: 5px 14px;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input[type=password] {
  width: 50%;
}
.screen-reader-text {
  display: none;
}
/* ----- spinner ----- */
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
/*@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    };
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    };
}*/
@media only screen and (min-width: 768px) {
  .teaser a {
    display: block;
    max-width: 358px !important;
    max-height: 240px !important;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
}
@media (max-width:768px) {
  #primary-menu #menu-item-114 {
    display: block !important;
  }
  #topsnsbuttons {
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  header {
    padding: 0;
    margin-bottom: 45px;
  }
  header #header-name {
    font-size: 22px;
  }
  header #hamburger {
    display: block;
    position: absolute;
    top: 15px;
    margin-right: 30px;
    float: right;
    z-index: 9999;
    border: 1px solid #eee;
    background-color: #eee;
    width: 30px;
    right: 0;
    padding: 4px 4px 0 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  header #hamburger span {
    height: 3px;
    width: 100%;
    background-color: #333;
    margin-bottom: 4px;
    display: block;
  }
  #primary-menu {
    bottom: inherit;
    top: 0;
  }
  #primary-menu ul {
    float: none;
    clear: none;
    text-align: left;
    left: 0;
  }
  #content-holder {
    padding: 0;
  }
  .teaser {
    width: 100%;
    padding: 0 5px !important;
    margin: 0 auto;
  }
  .teaser .attachment-featured-teaser {
    width: 90%;
  }
  .teaser-title {
    padding-right: 0;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .teaser img {
    width: 100% !important;
    height: auto !important;
  }
  .paddingright10:nth-child(1) {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .paddingright10:nth-child(2) {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .paddingright10:nth-child(3) {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .paddingright10 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.clearboth {
  clear: both;
}
.pagetopimg {
  width: 100%;
  /*max-height: 700px;*/
  height: 100%;
  overflow: hidden;
  max-width: 740px;
}
.toptitleh1 {
  position: relative;
  z-index: 200;
  top: 100px;
  color: #fff;
  margin: 0px auto;
}
.imgboxbypage {
  position: relative;
}
/*top section img*/
.toppage_secimg {
  position: relative;
  text-align: center;
  margin: 100px 0 !important;
}
.topsec_title {
  position: absolute;
  top: 0px;
  left: 20px;
  font-size: 50px;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em #000 !important;
}
#slider_180, #slider_201, #slider_199, #slider_203, #slider_205 {
  margin-top: 0 !important;
}
.topthumbs img {
  width: 100% !important;
  max-height: 158px;
}
.border1pxgray {
  /*border: 1px solid #ccc;*/
  height: 575px;
}
.border1pxgray h2, .border1pxgray h4, .border1pxgray h5, .border1pxgray p {
  padding: 0;
}
.border1pxgray h2 {
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 1.3;
}
.topthumbs {
  width: 100% !important;
  max-width: 358px;
}
.toptilebox {
  /*background: #FCFAFA;*/
  padding: 0 0 15px 0 !important;
}
.singlepagecontainer {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
.singlepagecontainer p {
  margin: 10px 0;
  line-height: 1.4em;
  font-family: "Cormorant Garamond", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 16px;
  color: #000;
}
.singlepagecontainer p img, .singlepagecontainer div img {
  width: 100%;
  height: 100%;
  margin: 30px 0;
}
#topsns .ssba div {
  text-align: right !important;
}
#pagetopsns {
  margin: 0 0 40px 0;
}
#pagetopsns .ssba div {
  text-align: center !important;
}
.categorypageheadermargin {
  margin-bottom: 20px !important;
  margin-top: 50px;
}
#topsearchbox {
  border: 1px solid #ccc;
  width: 318px;
  margin: 50px auto 0 auto;
}
#topsearchbox form .screen-reader-text {
  width: 200px;
}
#searchheader {
  max-height: 800px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}
#searchheader img {
  width: 100%;
}
/*search form æ¤œç´¢*/
#searchboxnavtop {
  padding: 10px 26px 16px 26px !important;
  width: 250px;
}
#searchform, .searchform {
  background: #e6e6e6;
  border-radius: 10px;
  padding-left: 10px;
  height: 35px;
}
input#searchsubmit {
  font-family: FontAwesome;
  color: #fff;
  margin: 2px 0 0 5px;
}
#topsnsbuttons {
  width: 117px;
  margin: 20px auto 0 auto;
}
#topsnsbuttons ul li {
  float: left;
  padding-right: 15px;
  list-style: none;
}
#topsnsbuttons ul li:last-child {
  padding-right: 0;
}
#topsnsbuttons ul {
  padding: 0;
  margin: 0;
}
#topsnsbuttons ul li a {
  display: block;
  height: 30px;
}
#topsnsbuttons ul li a img {
  width: 18px;
}
/*search form æ¤œç´¢*/
.toparticle:nth-child(2) {
  /*height: 200px;*/ ;
}
.aboutpage .ssba, .search-results #topsns .ssba, .entry .ssba {
  display: none;
}
/*^^^^^^^^^^^^^^^^*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-circle::before {
  content: "\f111";
}
#slider {
  position: relative;
  left: 0;
  right: 0;
}
#slider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#slider img:nth-child(n+2) {
  display: none;
}
#slider_179 {
  margin: 0 0 80px 0;
}
.footernavul ul {
  padding: 0 !important;
  margin: 0 !important;
}
#content-holder {
  margin: 10px auto 0 auto;
  width: 740px;
  padding: 0 !important;
}
/*------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 0px;
  right: 5px;
  font-size: 77%;
  z-index: 40000;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 10px 0;
  text-align: center;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
/*------------------------------------------------------*/
.teaser a {
  /*display:block;
	max-width:358px;
	max-height:240px;
	overflow:hidden;
	height:100%;
	width:100%;
	text-align: center;*/
  padding: 0 0 10px 0;
  color: #060606;
  font-weight: normal;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
}
.toparticle {
  margin: 20px 0 0 0;
  font-family: "Cormorant Garamond", "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", Times, serif;
  line-height: 1.5em;
  word-wrap: break-word;
}
.read-more {
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
  display: block;
  margin: 12px 0;
  font-size: 11px;
  letter-spacing: 1px;
}
.datetoparticle {
  color: #ad0505;
  margin: 20px 0 5px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.datewriter {
  color: #ad0505;
  margin: 20px 0 5px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.heightLine {
  padding: 0 !important;
}
.bottomlogoinfooter {
  padding: 2rem 0 0 0;
}
.bottomlogoinfooter #header-name {
  text-transform: uppercase;
}
.wrapbox {
  width: 100%;
  max-width: 900px;
  margin: 100px auto 0 auto;
}
.heightLine {
  padding: 0 !important;
}
.menubtntop, .closebtn {
  display: none;
}
@media only screen and (max-width: 931px) {
  #primary-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000000000000000000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  #primary-menu ul {
    position: relative;
    top: 50px;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  #primary-menu ul li {
    position: relative;
    float: none;
    left: 50%;
    padding: 12px;
    font-size: 14px;
    display: block;
  }
  #primary-menu ul li a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: 0.3s;
    color: #fff !important;
  }
  #primary-menu ul li a:hover, #primary-menu ul li a:focus {
    color: #f1f1f1 !important;
  }
  #primary-menu .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    display: block;
    color: #fff;
  }
  #searchboxnavtop {
    padding: 10px !important;
    width: 230px;
    margin: 0 auto;
  }
  footer .menu li {
    display: block;
    margin: 30px 0 0 0;
    list-style: none;
  }
  .wrapbox {
    padding: 0 20px;
  }
  header #header-name {
    color: #000 !important;
    font-size: 52px;
    border: none;
    padding: 6px 12px;
    text-transform: uppercase;
    z-index: 999;
    position: relative;
    font-weight: normal;
    text-shadow: 1px 1px #FFF;
  }
  header #header-description {
    text-shadow: 1px 1px #fff;
  }
  #toptitlebox {
    margin: 60px 0 0 0;
  }
  #topsnsbuttons {
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  body.home main > header {
    padding: 40px 0 0 0;
  }
  .categorytoptitleletters {
    padding: 0;
  }
  .menubtntop {
    display: block;
  }
  input #searchsubmit {
    font-family: FontAwesome;
    color: #fff;
    margin: 2px 0 0 20px !important;
  }
}
.youtube-container {
  height: 0;
  margin: 30px 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.companydesc {
  text-align: left;
  padding: 20px;
  line-height: 1.5em;
  font-family: "Cormorant Garamond", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
}
.paddingbottom {
  padding-bottom: 50px !important;
}
.entry .ggmap {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.entry .ggmap iframe, .entry .ggmap object, .entry .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 993px) {
  .topthumbs {
    width: 100% !important;
    max-width: 100%;
  }
  .topthumbs img {
    width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
  }
  .border1pxgray {
    height: auto;
  }
  footer .menu li a {
    font-size: 15px;
  }
  .membertitlebox {
    display: block !important;
    text-align: center;
    margin: 0 auto;
    height: 39px;
  }
  .membertop {
    text-align: left;
  }
  input#searchsubmit {
    margin: 6px 0 0 35px !important;
    padding: 0 !important;
  }
}
.snshares {
  width: auto;
  margin-bottom: 15px;
}
.snshares ul {
  height: 25px;
}
.snshares ul li {
  list-style: none;
  float: right;
}
.snshares ul li:nth-child(2), .snshares ul li:nth-child(3) {
  margin-right: 10px;
}
.snshares ul li a, .snshares ul li a img {
  height: 25px;
  width: 25px;
}
@media only screen and (max-width: 768px) {
  #primary-menu ul li {
    position: relative;
    float: none;
    left: 0%;
    padding: 12px;
    font-size: 14px;
    display: block;
  }
  #primary-menu #menu-item-114 {
    display: block !important;
  }
  .container {
    padding: 0 !important;
  }
  article #post-content {
    padding: 5px !important;
  }
  header #header-name {
    font-size: 45px;
  }
  .bottomlogoinfooter #header-name {
    font-size: 2.5em;
  }
  header {
    padding: 0;
    margin-bottom: 10px;
  }
  #content-holder {
    margin: 0px auto 0 auto;
    width: 100% !important;
  }
  .categorypageheadermargin {
    margin-bottom: 50px !important;
    margin-top: 30px;
    padding: 0 5px;
  }
  .topthumbs {
    margin: 50px 0;
  }
  .menu {
    padding: 0 !important;
  }
  .singlepagecontainer p {
    padding: 0 20px;
  }
  .secondarytitle2 {
    font-style: italic;
    padding: 10px 0 0 0;
    text-align: center !important;
  }
  .writersnameforpost {
    float: none !important;
    text-align: center !important;
    margin: 10px 0 0 0 !important;
  }
  .otherboxes {
    max-width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .aboutpage {
    padding: 0 20px !important;
  }
  .memberdesc {
    padding: 0 0 0 10px !important;
  }
  #linenext2title {
    height: 38px !important;
    width: 100% !important;
  }
  .membertop {
    text-align: center !important;
  }
  .membertitle {
    padding: 12px 0 30px 0 !important;
    letter-spacing: 0.25em;
    text-align: center !important;
  }
  footer {
    margin-top: 0 !important;
  }
  .membertitlebox {
    display: block !important;
    text-align: center !important;
    margin: 0 auto;
  }
  input#searchsubmit {
    margin: 6px 0 0 35px !important;
    padding: 0 !important;
  }
}
.newoverpic {
  position: absolute;
  background: #F30;
  color: #fff;
  border-radius: 0 5px 5px 5px;
  width: 50px;
  text-align: center;
  padding: 5px 0 0 0;
}
.paddingright10:nth-child(3n+1) {
  padding-right: 10px;
}
.paddingright10:nth-child(3n+2) {
  padding-right: 0px;
}
.paddingright10:nth-child(3n+3) {
  padding-left: 10px;
}
.toptilebox h2 a {
  padding: 0 0 10px 0;
  color: #060606;
  ;
  font-weight: normal;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
}
.toptitlebox2 {
  border-top: 1px solid #666;
  padding: 10px 0;
  margin: 40px 0 0 0;
  text-align: left;
  color: #060606;
  font-weight: normal;
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  border-bottom: 1px solid #666;
}
.secondarytitle2 {
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 70px 0;
  padding: 5px 0 0 0;
}
.writersnameforpost {
  text-align: right;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  float: right;
}
.writersnameforpost a {
  color: #666 !important;
}
.writersnameforpost a:hover {
  text-decoration: underline;
}
.toptilebox h4 {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
.bottomlogoinfooter #header-logo img {
  width: 110px;
}
.footernavul {
  max-width: 740px;
}
#post-holder {
  padding: 0 !important;
  max-width: 740px;
  margin: 0 !important;
}
.articletitletop {
  color: #000 !important;
  font-size: 30px;
  text-transform: uppercase;
  border-bottom: 3px solid #666;
  padding: 0 0 10px 0;
  width: auto;
  margin: 0 auto;
  letter-spacing: 5px;
  display: inline-block;
}
.abusconcept, .abusconcept p {
  padding: 0 0 50px 0 !important;
  line-height: 2;
  letter-spacing: .065em;
  word-wrap: break-word;
  font-size: 16px;
}
.membertitlebox {
  display: table;
  padding: 20px 0;
}
.membertop {
  font-size: 27px;
  height: 39px;
  letter-spacing: 2px;
}
#linenext2title {
  background: url(https://web.archive.org/web/20181116004633im_/https://echiwa.jp/wp-content/uploads/2016/11/lines.gif) repeat-x center;
  vertical-align: middle;
  display: table-cell;
  height: 39px;
}
.memberpic {
  text-align: center;
}
.memberpic img {
  margin: 5px 0 0 0;
  width: 50px;
  height: 50px;
}
.memberdesc, .abusconcept, .abusconcept p {
  word-wrap: break-word;
  margin: 0;
  line-height: 1.5em;
  font-family: "Cormorant Garamond", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  letter-spacing: normal;
}
.memberbox {
  margin: 30px 0;
}
.onepersonbox {
  margin: 0 0 15px 0;
}
.graybg {
  background: #f2f2f2;
  padding: 30px 0;
  margin: 0 auto 50px 0;
  text-align: center;
  clear: both;
}
.writername {
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.membertitle {
  padding: 12px 0 0 0;
  letter-spacing: 0.25em;
}
.footeremail {
  display: inline-block;
  margin: 20px auto;
  /*border-bottom: 1px solid #ccc;*/
  padding: 0 0 10px 0;
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
  font-size: 11px;
  letter-spacing: 1px;
}
.alphabetname {
  font-weight: normal;
  font-size: 16px;
}
.relatedarticletitle {
  color: #000 !important;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #666;
  padding: 0 0 5px 0;
  width: auto;
  margin: 150px auto 0px auto !important;
  letter-spacing: 5px;
  display: inline-block;
}
.othersecondary {
  font-size: 16px;
  text-align: center;
  color: #333;
  margin: 5px auto 60px auto;
}
.otherboxes {
  max-width: 240px;
  padding-right: 10px;
}
.otherboxes h2 {
  margin-bottom: 0 !important;
}
.otherboxes h2 a {
  padding: 0 0 10px 0;
  color: #060606;
  font-weight: normal;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
}
.otherboxes h3 {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
.otherboxes:last-child {
    padding: 0 0 0 0 !important;
  }
  .otherheader {
    text-align: center !important;
  }
  @media only screen and (max-width: 551px) {
    html {
      margin-top: 0 !important;
    }
    #content-holder {
      width: 100% !important;
    }
    .categorypageheadermargin {
      margin-bottom: 50px !important;
      margin-top: 30px;
    }
    .paddingright10:nth-child(1) {
      padding-right: 5px !important;
      padding-left: 5px !important;
    }
    .paddingright10:nth-child(2) {
      padding-right: 5px !important;
      padding-left: 5px !important;
    }
    .paddingright10:nth-child(3) {
      padding-right: 5px !important;
      padding-left: 5px !important;
    }
    .paddingright10 {
      padding-right: 5px !important;
      padding-left: 5px !important;
    }
    .topthumbs {
      margin: 50px 0;
    }
    .menu {
      padding: 0 !important;
    }
    .singlepagecontainer p {
      padding: 0 10px;
    }
    .secondarytitle2 {
      font-style: italic;
      padding: 10px 0 0 0;
      text-align: center;
    }
    .writersnameforpost {
      float: none;
      text-align: center;
      margin: 10px 0 0 0;
    }
    .membertitle {
      padding: 12px 0 30px 0 !important;
      letter-spacing: 0.25em;
      text-align: center !important;
    }
  }
  .clearboth {
    clear: both;
  }
  /*
     FILE ARCHIVED ON 00:46:33 Nov 16, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:25:49 Oct 17, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
  /*
playback timings (ms):
  captures_list: 0.724
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.023
  esindex: 0.014
  cdx.remote: 108.843
  LoadShardBlock: 804.388 (3)
  PetaboxLoader3.datanode: 928.0 (5)
  load_resource: 700.883 (2)
  PetaboxLoader3.resolve: 511.683 (2)
*/