@charset "UTF-8";
/*
Theme Name: lovemynature
Text Domain: lovemynature
Version: 2647

/************************************
** 本文部分
************************************/
.content-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main {
  width: 860px;
  padding: 0 29px;
  border: 1px solid transparent;
  border-radius: var(--cocoon-basic-border-radius);
  position: relative;
  z-index: 0;
}

.no-sidebar .content .main {
  margin: 0;
  width: 100%;
}

.no-scrollable-main .main {
  height: 100%;
}

.main-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: 2em;
}

/* インナーを囲む */
.wrap {
  width: 1256px;
  margin: 0 auto;
}

/*エントリー・アーカイブの見出し*/
.entry-title,
.archive-title {
  font-size: 26px;
  margin: 4em 0 2em;
  line-height: 1.3;
  font-weight: bold;
}

.entry-title { margin: 1em 0 2em;}

.archive-title span {
  margin-right: 10px;
}

.entry-content {
  margin-top: 1em;
  margin-bottom: 3em;
}
/************************************
** 日付関係のスタイル
************************************/
.entry-date {
  margin-left: 3px;
}

.date-tags {
  line-height: 0.8;
  text-align: right;
  margin-bottom: 1em;
}

.post-date,
.post-update,
.post-author,
.amp-back {
  margin-right: 8px;
}

.blogcard {
  padding: 0 2%;
  border-radius: var(--cocoon-basic-border-radius);
  line-height: 1.6;
  position: relative;
  border: 1px solid #b6b6b6;
}

.blogcard-thumbnail {
  float: left;
  margin-top: 3px;
  width: 160px;
}
.blogcard-thumbnail img {
  width: 100%;
}

.blogcard-content {
  margin-left: 170px;
  max-height: 140px;
  min-height: 100px;
  overflow: hidden;
}

.blogcard-title {
  font-weight: bold;
  margin-bottom: 0.4em;
}

.blogcard-snippet {
  font-size: 0.8em;
}

.blogcard-footer {
  clear: both;
  font-size: 16px;
  /* padding-top: 0.6%; */
}

.blogcard-site {
  display: flex;
  align-content: revert;
  justify-content: flex-end;
}

.blogcard-date {
  float: right;
  display: flex;
  align-content: center;
}

.blogcard-favicon {
  margin-right: 4px;
  margin-top: 2px;
}

img.blogcard-favicon-image {
  border: 0;
  box-shadow: none;
}

/************************************
** ブログカードのサムネイルスタイル
************************************/
.ib-right .blogcard-thumbnail,
.eb-right .blogcard-thumbnail {
  float: right;
  margin-left: 1.6%;
  margin-right: 0;
}
.ib-right .blogcard-content,
.eb-right .blogcard-content {
  margin-left: 0;
  margin-right: 170px;
}

.nwa .blogcard-wrap {
  width: 100%;
}
.nwa .blogcard-thumbnail {
  width: 120px;
}
.nwa .blogcard-title {
  font-size: 0.9em;
  margin-bottom: 0;
}
.nwa .blogcard-snippet {
  font-size: 12px;
}
.nwa .blogcard-content {
  margin-left: 130px;
  margin-right: 0;
  max-height: 120px;
  min-height: 70px;
  font-size: 0.9em;
  line-height: 1.2;
}
.nwa .blogcard-footer {
  font-size: 14px;
}
.nwa .ib-right .blogcard-content,
.nwa .eb-right .blogcard-content {
  margin-right: 31.6%;
  margin-left: 0;
}

.blogcard-type br {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .main-scroll {
    position: static;
    top: auto;
  }

  .logo {
    height: 100%;
  }
}
.publisher {
  display: none;
}

#wpadminbar {
  font-size: 13px;
}

.wp-caption {
  margin: 1em 0;
}

.fz-12px {
  font-size: 12px;
}

.fz-13px {
  font-size: 13px;
}

.fz-14px {
  font-size: 14px;
}

.fz-15px {
  font-size: 15px;
}

.fz-16px {
  font-size: 16px;
}

.fz-17px {
  font-size: 17px;
}

.fz-18px {
  font-size: 18px;
}

.fz-19px {
  font-size: 19px;
}

.fz-20px {
  font-size: 20px;
}

.fz-21px {
  font-size: 21px;
}

.fz-22px {
  font-size: 22px;
}

.fz-24px {
  font-size: 24px;
}

.fz-28px {
  font-size: 28px;
}

.fz-32px {
  font-size: 32px;
}

.fz-36px {
  font-size: 36px;
}

.fz-40px {
  font-size: 40px;
}

.fz-44px {
  font-size: 44px;
}

.fz-48px {
  font-size: 48px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.entry-category, .post-date,
.post-update,
.post-author,
.amp-back {
  padding: 2px;
  display: inline;
  font-size: 0.7em;
}
/************************************
** 投稿ナビ
************************************/
.pager-post-navi {
  margin: 38px 0;
  display: flex;
  flex-direction: column;
}
.pager-post-navi a {
  padding: 10px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  font-size: 0.8em;
}
.pager-post-navi a .iconfont {
  font-size: 1.8em;
  color: var(--cocoon-thin-color);
  padding: 8px;
}
.pager-post-navi a figure {
  min-width: 120px;
  max-width: 120px;
}
.pager-post-navi a.prev-post {
  flex-direction: row;
  padding-left: 5px;
}
.pager-post-navi a.prev-post .prev-post-title {
  margin-left: 10px;
}
.pager-post-navi a.next-post {
  flex-direction: row-reverse;
  padding-right: 5px;
}
.pager-post-navi a.next-post .next-post-title {
  margin-right: 10px;
}
.pager-post-navi a.prev-next-home {
  justify-content: center;
  font-size: 50px;
  text-align: center;
  color: var(--cocoon-middle-thickness-color);
}

.post-navi-square a {
  height: auto;
}

.post-navi-default.post-navi-border a {
  border-top: 1px solid var(--cocoon-basic-border-color);
  border-bottom: 1px solid var(--cocoon-basic-border-color);
}
.post-navi-default.post-navi-border .next-post {
  border-top-width: 0px;
}
.post-navi-default.post-navi-border .next-post:first-child {
  border-top-width: 1px;
}

.pager-post-navi.post-navi-square {
  flex-direction: row;
}
.pager-post-navi.post-navi-square a {
  width: 50%;
}

.post-navi-square.post-navi-border a {
  border: 1px solid var(--cocoon-basic-border-color);
}
.post-navi-square.post-navi-border a:last-child {
  border-left-width: 0px;
}

canvas, iframe, video,
.fb_iframe_widget,
.fb_iframe_widget span {
  max-width: 100%;
}

.overflow-container {
  overflow-y: scroll;
}

.aspect-ratio {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.aspect-ratio--object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

/*!動画の最大幅を指定する*/
.video-container,
.instagram-container,
.facebook-container {
  max-width: 640px;
  margin: 30px 0;
}

/*!動画の大きさを調整*/
.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/*!Instagramの大きさを調整*/
.instagram-container .instagram,
.facebook-container .facebook {
  position: relative;
  padding-bottom: 120%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/*!動画を囲んでいるdiv目一杯に広げる*/
.video iframe,
.video object,
.video embed,
.instagram iframe,
.instagram object,
.instagram embed,
.facebook iframe,
.facebook object,
.facebook embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!Twitterビデオの最小幅を上書き変更*/
.twitter-video {
  min-width: 200px !important;
}

.instagram-media {
  position: static !important;
  min-width: 280px !important;
}
/************************************
** 入力フォーム
************************************/
input[type="search"] {
  width: auto;
  flex-grow: 1;
}

.wp-block-search__button {
  width: 60px;
  border-radius: var(--cocoon-basic-border-radius);
  border: 1px solid var(--cocoon-basic-border-color);
  cursor: pointer;
}

option {
  padding: 12px;
}

input[type='submit'],
#bbp_reply_submit,
.bp-login-widget-register-link a {
  padding: 11px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

input[type='submit'] {
  -webkit-appearance: none;
  border: 1px solid var(--cocoon-thin-color);
  background-color: #f5f8fa;
  color: #333;
}

.bp-login-widget-register-link {
  display: block;
  margin-top: 10px;
}
.bp-login-widget-register-link a {
  color: var(--cocoon-text-color);
  text-decoration: none;
  display: block;
  text-align: center;
  border: 1px solid #777;
  padding: 6px;
  border-radius: var(--cocoon-badge-border-radius);
}
.bp-login-widget-register-link a:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}

.widget.buddypress #bp-login-widget-form input#bp-login-widget-submit {
  margin: 0;
}

#wp-comment-cookies-consent {
  margin-right: 5px;
}