@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Parent 2.8.7
Template:   cocoon-master
Version:    1.0.8
*/
body {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* レイアウト
------------------------------------------------------ */
.wrap {
  width: 1100px;
}

@media screen and (max-width: 1120px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
}

.content-in {
  flex-wrap: nowrap;
}

@media screen and (max-width: 834px) {
  .mofutan-app .content-in {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1260px) {
  .main,
  .sidebar {
    margin: 0;
  }
}

@media screen and (max-width: 834px) {
  main.main, div.sidebar {
    padding: 0;
  }
}

.main {
  width: 780px;
  padding: 0;
  border: none;
}

@media screen and (max-width: 1120px) {
  .main {
    width: auto;
    padding-right: 10px;
  }
}

.sidebar {
  flex: none;
  width: 300px;
  padding: 0;
  border: none;
}

@media screen and (max-width: 1120px) {
  .sidebar {
    margin-left: 10px;
  }
}

/* テキストが短いときはセンター */
.short-text-center {
  text-align: center;
}

.short-text-center > span {
  display: inline-block;
  text-align: left;
}

/* ヘッダー
------------------------------------------------------ */
.header-container {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .header-container {
    padding-top: 2vw;
    padding-bottom: 4vw;
  }
}

.header-in {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.header-in__sns-link {
  flex: 1 0;
  flex-basis: calc(100% / 3);
}

@media screen and (max-width: 639px) {
  .header-in__sns-link {
    display: none;
  }
}

.header-in__sns-link ul {
  display: flex;
  margin: 0;
  padding-left: 0;
}

.header-in__sns-link ul li {
  display: block;
  margin-right: 10px;
}

.header-in__sns-link img {
  vertical-align: bottom;
}

.header-in .logo-header {
  flex: 1 0;
  flex-basis: calc(100% / 3);
  padding: 0 20px;
}

@media screen and (max-width: 639px) {
  .header-in .logo-header {
    width: auto;
    margin: auto;
    padding: 10px 0;
  }
}

.header-in .logo-header img {
  vertical-align: bottom;
}

.header-in .search-box {
  flex: 1 0;
  flex-basis: calc(100% / 3);
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 639px) {
  .header-in .search-box {
    display: none;
  }
}

.header-in .search-box .search-edit {
  width: 100%;
  max-width: 250px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  border-radius: 22px;
}

.header-in .search-box .search-edit:focus {
  outline: none;
}

.header-in.cf::after {
  display: none;
}

.header-newest-post {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}

@media screen and (max-width: 767px) {
  .header-newest-post {
    flex-direction: column;
  }
}

.header-newest-post > a {
  flex: none;
  width: 50%;
  padding: 0;
  margin: 0;
}

.header-newest-post > a:nth-of-type(1) {
  padding-right: 10px;
}

.header-newest-post > a:nth-of-type(2) {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .header-newest-post > a {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.header-newest-post .carousel-entry-card {
  position: relative;
  padding-top: 67.4%;
  border-radius: 6px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .header-newest-post .carousel-entry-card {
    height: 50vw;
    padding-top: 0;
  }
}

.header-newest-post .carousel-entry-card .carousel-entry-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 7%, rgba(0, 0, 0, 0.35) 22%, rgba(0, 0, 0, 0.4) 28%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.header-newest-post .carousel-entry-card-thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .header-newest-post .carousel-entry-card-thumb {
    position: static;
  }
}

.header-newest-post .carousel-entry-card-title {
  max-height: calc(16px * 1.8 * 3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.header-newest-post .card-thumb img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.header-newest-post .cat-label {
  display: none;
}

/* フッター
------------------------------------------------------ */
#footer {
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 112px;
  }
}

#footer .footer-bottom-logo,
#footer .footer-bottom-content {
  float: none;
}

#footer .footer-bottom-content {
  display: flex;
  justify-content: center;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  #footer .footer-bottom-content {
    display: block;
    line-height: 2;
    text-align: center;
  }
}

#footer .footer-bottom-content .copyright {
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  #footer .footer-bottom-content .copyright {
    margin-top: 14px;
  }
}

#footer .footer-bottom-logo {
  position: static;
  bottom: auto;
}

#footer .footer-bottom-logo img {
  height: auto;
  vertical-align: bottom;
}

#footer .footer-bottom-logo .logo-image {
  max-width: none;
}

#footer .footer-bottom-logo .site-name-text {
  padding-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  #footer .footer-bottom-logo .site-name-text {
    padding-bottom: 12px;
  }
}

#navi-footer .navi-footer-in > .menu-footer {
  justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
  #navi-footer .navi-footer-in > .menu-footer {
    justify-content: center;
  }
}

#navi-footer .navi-footer-in > .menu-footer a {
  padding: 0 1em;
  font-size: 12px;
}

#navi-footer .navi-footer-in > .menu-footer li {
  border-left: none;
}

#navi-footer .navi-footer-in > .menu-footer li:last-child {
  margin-right: 2em;
  padding-right: 1em;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1023px) {
  #navi-footer .navi-footer-in > .menu-footer li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}

/* リスト
------------------------------------------------------ */
#list .list-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

#list .list-title img {
  display: block;
  margin: 0 auto 50px;
}

.a-wrap {
  padding: 1% 0;
}

.entry-card-thumb {
  width: 340px;
  height: 210px;
  margin-top: 0;
  border-radius: 6px;
}

@media screen and (max-width: 1023px) {
  .entry-card-thumb {
    width: 38%;
    height: 20vw;
  }
}

.entry-card-thumb .entry-card-thumb-image {
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.entry-card-content {
  display: flex;
  flex-direction: column;
  height: 210px;
  margin-left: 360px;
  padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .entry-card-content {
    height: auto;
    margin-left: 40%;
  }
}

.entry-card-content .entry-card-title {
  margin-bottom: auto;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .entry-card-content .entry-card-title {
    margin-bottom: .5em;
  }
}

.cat-label {
  display: none;
}

.entry-card-snippet {
  color: #aaa;
  font-size: 12px;
  line-height: 1.58;
}

.post-date::before {
  content: none;
}

.entry-card-meta {
  display: flex;
  flex-flow: row wrap;
  position: static;
  margin-top: 10px;
}

.entry-card-meta .e-card-info {
  display: block;
  color: #aaa;
}

.entry-card-meta .e-card-info > * {
  font-size: 12px;
}

.entry-card-meta .entry-card-categorys {
  order: -1;
  display: block;
  margin-right: 12px;
}

.entry-category {
  display: block;
  padding: 0 10px;
  background-color: #e88088;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  border-radius: 10px;
}

.entry-category::before {
  content: none;
}

.entry-category:nth-child(n+2) {
  display: none;
}

/* ページネーション
------------------------------------------------------ */
.pagination {
  position: relative;
}

.pagination .current {
  border-color: #e88088;
  background-color: #e88088;
  color: #fff;
}

.page-numbers {
  width: 34px;
  height: 34px;
  border-color: #ddd;
  border-radius: 6px;
  color: #aaa;
  font-weight: bold;
  font-size: 12px;
  line-height: 34px;
}

.page-numbers.dots {
  border: none;
  background-color: transparent;
}

.page-numbers.prev, .page-numbers.next {
  position: absolute;
  top: 0;
  border: none;
  color: #ccc;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page-numbers.prev, .page-numbers.next {
    position: static;
  }
}

.page-numbers.prev {
  left: 0;
}

.page-numbers.next {
  right: 0;
}

.pager-prev-next a {
  width: 45%;
}

.pager-prev-next a span {
  height: 45px;
  line-height: 45px;
  background-color: #e88088;
  color: #fff;
}

/* パンくず
------------------------------------------------------ */
.breadcrumb div[class^="breadcrumb-"] > span.fa {
  display: none;
}

.breadcrumb {
  color: #aaa;
  font-size: 12px;
  letter-spacing: .04em;
}

.breadcrumb a {
  color: #aaa;
}

.breadcrumb.sbp-main-before {
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1120px) {
  .breadcrumb.sbp-main-before {
    padding: 0;
  }
}

.breadcrumb.sbp-main-before + .content {
  margin-top: 30px;
}

/* その他共通
------------------------------------------------------ */
.app-banner {
  max-width: 480px;
  margin: auto;
  text-align: center;
}

.app-banner img {
  vertical-align: bottom;
}

.article-header {
  display: flex;
  flex-direction: column;
}

.article-header .eye-catch-wrap {
  order: -1;
  justify-content: center;
}

.app-link,
.comment-form-link {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

.app-link a,
.comment-form-link a {
  display: inline-block;
  width: 300px;
  height: 50px;
  border-radius: 25px;
  background-color: #e88088;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
}

.comment-form-link a {
  background-color: #eee;
  color: #333;
}

/* 記事メイン
------------------------------------------------------ */
.article-header,
.entry-content {
  width: 640px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .article-header,
  .entry-content {
    width: auto;
  }
}

.article-header .entry-title {
  margin-top: 5.4%;
  margin-bottom: 7.8%;
  line-height: 1.46;
  letter-spacing: .04em;
}

@media screen and (max-width: 480px) {
  .article-header .entry-title {
    padding: 0;
  }
}

.article-header .date-tags {
  display: none;
}

.entry-content {
  margin-top: 6.4%;
  letter-spacing: .04em;
}

/* 画像
------------------------------ */
.wp-caption {
  border-color: transparent;
  background-color: transparent;
}

.wp-caption .wp-caption-text {
  margin: 0 5px;
  font-size: 10px;
  line-height: 1.3;
  text-align: left;
}

/* シェアボタン
------------------------------------------------------ */
.sns-share_wrap {
  display: flex;
}

@media screen and (max-width: 834px) {
  .sns-share_wrap {
    margin-bottom: 2em;
  }
}

.sns-share_wrap .sns-share .sns-buttons {
  justify-content: flex-start;
  column-gap: 0;
  margin-top: 0;
}

.sns-share_wrap .sns-share .sns-buttons a {
  display: flex;
  justify-content: flex-start;
  width: 20px;
  height: 20px;
  margin-right: 35px !important;
  border: none;
}

@media screen and (max-width: 834px) {
  .sns-share_wrap .sns-share .sns-buttons a {
    font-size: 18px;
  }
}

.sns-share_wrap .sns-share .sns-buttons a .button-caption {
  display: none;
}

/* コメントカウント */
.sns-share_wrap .comment-count {
  font-weight: bold;
  font-size: 12px;
}

.sns-share_wrap .comment-count a {
  color: #e88088;
}

.sns-share_wrap .comment-count::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-right: .3em;
  background: url(images/icon_comment.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.ss-bottom .sns-share-message {
  display: none;
}

.ss-bottom .sns-share-buttons {
  justify-content: space-between;
}

.ss-bottom .sns-buttons a {
  width: 23%;
  height: 50px;
  border-radius: 25px;
  border-width: 2px;
  border-color: #eee !important;
}

@media screen and (max-width: 639px) {
  .ss-bottom .sns-buttons a {
    width: 48%;
    height: 40px;
  }
}

.ss-bottom .sns-buttons a .button-caption {
  font-size: 12px;
}

/* 関連記事
------------------------------------------------------ */
#related-entries .related-entry-heading,
#related-entries-2 .related-entry-heading {
  text-align: center;
}

/* 関連記事リスト
------------------------------ */
.rect-vartical-card-4 .related-entry-card-wrap {
  width: 23%;
}

@media screen and (max-width: 767px) {
  .rect-vartical-card-4 .related-entry-card-wrap {
    width: 47%;
  }
}

@media screen and (max-width: 356px) {
  .rect-vartical-card-4 .related-entry-card-wrap {
    width: 100%;
  }
}

.rect-vartical-card .related-entry-card-wrap {
  padding: 0;
}

.rect-vartical-card .related-entry-card .related-entry-card-content {
  padding-bottom: 0;
}

.rect-vartical-card .related-entry-card .related-entry-card-title {
  font-size: 13px;
  line-height: 1.5;
}

.rect-vartical-card .related-entry-card .related-entry-card-thumb img {
  border-radius: 6px;
}

/* コメント
------------------------------------------------------ */
#comment-area .comment-title {
  text-align: center;
}

/* コメントリスト
------------------------------ */
#comment-area .commets-list {
  counter-reset: num;
}

#comment-area .commets-list li {
  margin-bottom: 10px;
  padding: 20px 24px;
  border: 2px solid #eee;
  border-radius: 6px;
}

#comment-area .commets-list li .comment-body {
  margin-bottom: 0;
}

#comment-area .commets-list li .comment-meta > div {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
}

#comment-area .commets-list li .comment-meta .comment-author {
  margin-right: .5em;
  font-weight: bold;
}

#comment-area .commets-list li .comment-meta .comment-author ::before {
  counter-increment: num;
  content: counter(num) ".";
  display: inline-block;
}

#comment-area .commets-list li .comment-content {
  font-size: 20px;
  line-height: 1.5;
}

#comment-area .commets-list li .comment-content p {
  margin: .6em 0;
  line-height: 1.5;
}

/* コメントフォーム
------------------------------ */
#respond {
  padding: 27px;
  background-color: #f5f5f5;
  border-radius: 6px;
}

#respond .comment-reply-title {
  text-align: center;
}

#commentform {
  display: flex;
  flex-direction: column;
}

#commentform > p {
  margin: 1.2em 0;
}

#commentform input[type="text"],
#commentform textarea {
  border: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-family: inherit;
  border-radius: 6px;
}

#commentform input[type="text"] {
  font-weight: bold;
  font-size: 12px;
}

#commentform input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}

#commentform input[type="text"]::placeholder {
  color: #aaa;
}

@media screen and (max-width: 767px) {
  #commentform input[type="text"] {
    font-size: 16px;
  }
}

#commentform textarea {
  display: block;
  height: calc(6em * 1.5);
  min-height: auto;
  font-size: 16px;
  line-height: 1.6;
  resize: none;
}

#commentform input[type="submit"] {
  display: block;
  width: 180px;
  height: 50px;
  padding: 0;
  margin: auto;
  border: none;
  border-radius: 25px;
  background-color: #e88088;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  -webkit-appearance: none;
}

#commentform .comment-form-comment {
  margin-top: .5em;
  margin-bottom: 0;
}

#commentform .comment-form-author {
  order: -1;
  margin-bottom: 0;
}

#commentform .comment-form-author label {
  display: none;
}

#commentform .comment-rule {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #888;
  font-size: 10px;
  text-align: center;
}

#commentform .comment-rule a {
  color: inherit;
}

#commentform .comment-notes,
#commentform .comment-form-email,
#commentform .comment-form-url {
  display: none;
}

/* その他
------------------------------------------------------ */
.article-footer .entry-categories-tags {
  display: none;
}

.article-footer .author-info {
  display: none;
}

/* ------------------------------------------------------
 = 検索ページ
------------------------------------------------------ */
.page-search .entry-title {
  margin-bottom: 1em;
}

.page-search .mofu-search-form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.page-search input[type="search"] {
  line-height: 1.15;
  -webkit-appearance: none;
}

.page-search .form-group {
  flex: 4 1 auto;
  margin-right: 10px;
}

.page-search .search-button {
  flex: 1 0 120px;
  margin-top: 5px;
  margin-right: 10px;
  padding: 12px;
  border: none;
  border-radius: 4px;
  background-color: #e88088;
}

.page-search .search-button:hover {
  cursor: pointer;
}

.page-search .search-button svg {
  display: block;
  height: 20px;
  width: 20px;
  margin: auto;
  color: #fff;
}

/* ------------------------------------------------------
 = カテゴリー一覧
------------------------------------------------------ */
.page-category-list .category-list {
  padding-left: 0;
}

.page-category-list .category-list__item {
  list-style: none;
}

.page-category-list .category-list__item a {
  display: block;
  padding: 10px 0;
  padding-left: 0;
  color: inherit;
  text-decoration: none;
}

.page-category-list .category-list__item a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 30px;
  margin-right: 16px;
  background-color: #e2babd;
  vertical-align: middle;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.page-category-list .category-list__item a:hover::before {
  background-color: #bc6067;
}

.page-category-list .category-list__post-count {
  font-size: 14px;
}

/* ------------------------------------------------------
 = ウィジェット
------------------------------------------------------ */
.widget-sidebar {
  margin-bottom: 40px;
}

/* カテゴリー
------------------------------------------------------ */
.widget_categories h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.widget_categories ul li {
  margin-bottom: 20px;
}

.widget_categories ul li a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.widget_categories ul li a:hover {
  background-color: transparent;
}

.widget_categories ul li a:hover::before {
  background-color: #bc6067;
}

.widget_categories ul li a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 30px;
  margin-right: 16px;
  background-color: #e2babd;
  vertical-align: middle;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.widget_categories ul li a .post-count {
  font-size: 12px;
}

.widget_categories ul li a .post-count::after {
  content: "件";
}

/* ランキング
------------------------------------------------------ */
.widget.popular-posts h3 {
  background-color: transparent;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .widget.popular-posts h3 {
    margin-top: 0;
    padding-top: 0;
  }
}

.widget.popular-posts img {
  vertical-align: bottom;
}

.wpp-list-with-thumbnails {
  padding-left: 0;
  counter-reset: ranking;
}

.wpp-list-with-thumbnails li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  counter-increment: ranking;
}

.wpp-list-with-thumbnails li a {
  color: #333;
  text-decoration: none;
}

.wpp-list-with-thumbnails li a:first-child {
  position: relative;
  flex: none;
  width: 130px;
  margin-right: 10px;
}

.wpp-list-with-thumbnails li a:first-child::after {
  content: counter(ranking);
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #e88088;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}

.wpp-list-with-thumbnails li:nth-child(-n+2) a:first-child::after {
  background-color: #e2babd;
}

.wpp-list-with-thumbnails li .wpp-post-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}

.wpp-list-with-thumbnails .wpp-thumbnail {
  width: 100%;
  height: 90px;
  margin-right: 0;
  border-radius: 6px;
  object-fit: cover;
}

/* カスタムHTML
------------------------------------------------------ */
.widget_custom_html .widget-sidebar-title {
  background-color: transparent;
  text-align: center;
}

.widget_custom_html .widget-sidebar-title img {
  vertical-align: bottom;
}
/*# sourceMappingURL=style.css.map */