/*
  Skin Name: mixhost WPかんたんテンプレート
  Description: 限りなくシンプルなグレートーンのスキンです。
  Skin URI: https://help.mixhost.jp/hc/ja/articles/5752542287897
  Author: mixhost
  Author URI: https://mixhost.jp/
  Screenshot URI: 
  Version: 1.0.0
  Priority: 9999000000
*/

/* ヘッダロゴ */
.logo-image {
  padding: 10px 20px;
}
.logo-menu-button img {
  max-height: 30px;
}
.has-logo-button .logo-menu-button a{
  line-height: 1.4;
}

/*ヘッダロゴ横の検索窓*/
.add-header-side-contents .search-box {
  text-align: left;
  width: 100%;
  margin: 0;
  position: relative;
  display: flex;
}
.add-header-side-contents .search-edit {
  width: 100%;
  height: 3em;
  background: #fff;
}
.add-header-side-contents .search-submit {
  top: calc(50% - 18px);
  background: #fff;
  color: #aeab92;
  position: absolute;
  margin: .4em;
  cursor: pointer;
  line-height: 0;
  border: none;
  padding: 0;
}
.add-header-side-contents .search-box input::placeholder {
  font-size: .85em;
  color: #aeab92;
}

/* TOPページ記事リスト */
.list-title {
  border-style: solid;
  border-width: 1px 0;
  padding: 12px 0;
}
.list-wrap > div:first-child > .list-title:first-child {
  margin-top: 0;
}
.list-title-in:before, .list-title-in:after {
  content: none;
}
.sidebar > .widget > .widget-title {
  margin-top: 0;
}

/** スマホ スライドインナビ **/
.menu-drawer {
  padding-left: 0;
  padding-right: 0;
}
.menu-drawer > li {
  border-bottom: solid 1px #999;
}
.menu-drawer a {
  padding: 20px;
}
.menu-drawer .sub-menu > li {
  padding: 5px 0;
}
.menu-drawer .sub-menu > li > a {
  padding: 5px 0 5px 20px;
}
.menu-drawer .sub-menu > li > a:before {
  content: '―';
  display: inline-block;
  margin-right: .5em;
}
.menu-close-button {
  text-align: right;
  padding-right: 1em;
  padding-top: .5em;
}
/** パンくず **/
.breadcrumb a:hover {
  text-decoration: underline;
}
/** jetpack 人気記事 サムネサイズ **/
#sidebar .widgets-list-layout .widgets-list-layout-blavatar {
  max-width: none;
}

/** フッタ **/
#footer {
  border-top: solid 1px #666;
}
.footer-bottom {
  margin-top: 0;
}
.footer-widget + .footer-bottom {
  margin-top: 24px;
}
.footer-bottom-logo {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-bottom-logo .site-name-text, .footer-bottom-logo .site-name-text-link, .footer-bottom-logo .logo-footer {
  display: block;
}
.footer-bottom-logo img {
  height: 30px;
  display: block;
}
.menu-footer a:hover {
  text-decoration: underline;
}
.copyright {
  color: #bbb;
}
.grecaptcha-badge {
  bottom: 80px !important;
}
.wpcf7-form-control.wpcf7-submit {
  background: #666;
  color: #fff;
  border: none;
  font-size: 1rem;
}
.go-to-top-button {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, .8) !important;
  border-radius: 50%;
  box-shadow: 0px 0px 15px -5px #777777;
}


/************************************

** レスポンシブデザイン用のメディアクエリ

************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  .mobile-header-menu-buttons {
    align-items: center;
  }
  .has-logo-button .logo-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .has-logo-button .logo-menu-button .tagline {
    font-size: .8rem;
    line-height: 1.2;
    margin: .25em 0 0;
    color: #666;
    font-weight: normal;
  }
	.header-container .tagline{
		display: none;
	}
}
/*834px以下*/
@media screen and (max-width: 834px) {
  .copyright {
    font-size: .85rem;
    margin-top: 1.5em;
  }
  .grecaptcha-badge.hide {
    visibility: hidden;
    pointer-events: none;
  }
  .author-box .sns-follow-buttons a.follow-button {
    font-size: 40px;
    width: auto;
    height: auto;
    padding: .2em;
    line-height: 1;
    margin: 0 .1em .2em;
    border-radius: 10px;
  }
  .author-box .sns-follow-buttons a.follow-button > span {
    display: block;
  }
  .footer {
    padding-bottom: 0;
    width: 100%;
    overflow: hidden;
  }
  .copyright {
    margin: 0 -30px -15px;
    background: #bbb;
    color: #fff;
    padding: 6px 45px 10px;
    width: auto;
    margin-top: 1em;
    list-style: 1.25;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  .footer-bottom-logo img {
    max-height: 20px;
  }
  .go-to-top-button {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
  }
}