@charset "UTF-8";
@import url("/build/css/maternity/app.css");
/*--------------------

Theme Name:   LION MEDIA Child
Description:  「LION MEDIA」の子テーマ
Template:     lionmedia
Version:      1.2

--------------------*/
/*/////////////////////////////////////////////////
//CSS for Mamany blog
/////////////////////////////////////////////////*/
/**

 MIX IN

**/
/**

COMMON

**/
html {
  line-height: normal; }

body {
  font-family: 'Josefin Sans', 'Noto Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
  font-weight: 500;
  background: #fef3f0;
  list-style: none; }

.l-header .container, .l-wrapper {
  width: 100%;
  max-width: none; }

.l-main {
  padding-left: 5%;
  padding-right: 5%;
  background: #fff;
  font-size: 1rem; }

.container {
  width: auto; }

@media only screen and (min-width: 1054px) {
  header .container, .fsearch .container, footer .container {
    width: 1060px; } }

@media only screen and (max-width: 767px) {
  .l-main {
    width: 100%; } }

.l-main.index {
  background: #fef3f0; }

.l-sidebar {
  padding-right: 5%;
  max-width: 400px; }

@media only screen and (max-width: 767px) {
  .l-sidebar {
    padding-right: 10px;
    padding-top: 30px; } }

/**

TITLE

**/
.content {
  font-size: 14px; }
  .content h2 {
    color: #000; }
  .content h2:after {
    content: "";
    display: block;
    background-color: #fba7a0;
    width: 40px;
    height: 4px;
    margin-top: 20px; }
  .content h3 {
    color: #fba7a0; }

/**

HEADER

**/
.l-header {
  background: #fef3f0 !important;
  padding-left: 2%;
  padding-right: 2%; }
  .l-header .siteTitle {
    height: 60px;
    margin-top: 10px; }
  .l-header .siteTitle__img {
    max-height: 60px; }
  .l-header .menuNavi__link {
    color: #fba7a0;
    font-size: 1.6rem; }

.t-light .menuNavi__link-current, .t-light .menuNavi__link-current:hover {
  background: #fef3f0 !important;
  color: #fba7a0; }

.t-light .menuNavi__link:hover {
  background: #fff; }

@media only screen and (max-width: 767px) {
  .menuNavi {
    margin-top: 10px; } }

.key {
  padding-top: 40px; }

/**

    BREAD CRUMB

    **/
.breadcrumb {
  background: #f7f6f0; }

/**

    gMENU

    **/
.t-light .l-extra {
  background: #fff;
  border-top: 1px solid #fba7a0;
  border-bottom: none; }

.t-light .globalNavi__list .page_item, .t-light .globalNavi__list .menu-item {
  color: #fba7a0;
  border-color: #fba7a0; }

.t-light .searchNavi__item {
  line-height: 1.4; }

/**

    SIDE

    **/
/*WIDGET AREA*/
.widget .searchBox .searchBox__form {
  background: #fff; }

.widget .heading.heading-widget, .widget .heading.heading-footer {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.widget .heading.heading-widget::after {
  border-bottom: 1px solid #fef3f0; }

.widget ul li {
  border-top: none;
  line-height: 1; }

.widget .rankListWidget .dateList.dateList-widget {
  display: none; }

.widget .imgListWidget__borderBox:before {
  height: 0; }

.widget .imgListWidget__borderBox:after {
  width: 0; }

.widget .imgListWidget__borderBox > span:before {
  height: 0; }

.widget .imgListWidget__borderBox > span:after {
  height: 0; }

.widget .imgListWidget__borderBox:hover:before {
  -webkit-animation: leftAnim 1s linear 0s infinite;
  animation: leftAnim 1s linear 0s infinite; }

.widget .imgListWidget__borderBox:hover:after {
  -webkit-animation: bottomAnim 1s linear .5s infinite;
  animation: bottomAnim 1s linear .5s infinite; }

.widget .imgListWidget__borderBox > span:hover:before {
  -webkit-animation: rightAnim 1s linear 0s infinite;
  animation: rightAnim 1s linear 0s infinite; }

.widget .imgListWidget__borderBox > span:hover:after {
  -webkit-animation: topAnim 1s linear .5s infinite;
  animation: topAnim 1s linear .5s infinite; }

.btn {
  overflow: inherit !important; }

/**

    FOOTER

    **/
.rankingBox {
  background: #fff; }
  .rankingBox .heading.heading-primary {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px; }

.rankingBox__list {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto; }

.t-light .l-footer {
  background-image: url("/blog/wp-content/themes/lionmedia/img/bg_foot.jpg");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center center; }

.t-light .heading.heading-footer::after {
  border-color: #fef3f0; }

.pagetop__link, .pagetop__link:hover {
  font-size: 1rem; }

/*BANNER*/
.bnr {
  text-decoration: none; }

.bnr:hover {
  opacity: 0.75; }

.content.bnr a:hover, .content .bnr a:hover {
  border-color: #fff !important; }

.round {
  border-radius: 5px; }

.widgetFoot__contents .bnr {
  margin-bottom: 40px; }

/*TAg CLOUD*/
.tagcloud .tag-cloud-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  background: #fff;
  padding: 10px 15px; }

/*COPY RIGHT*/
.l-footer .copySns__copy {
  text-align: center;
  width: 100%;
  color: #fba7a0; }

.l-footer .copySns__copy a {
  color: #fba7a0; }

.t-light .copySns {
  border-color: #ffd4d9;
  margin-top: 0; }

.copySns::after {
  display: none; }

@media only screen and (max-width: 767px) {
  .copySns {
    margin: 10px auto 0 auto; } }

/*WIDGET AREA*/
.widgetFoot__contents.left {
  width: 50%; }

.widgetFoot__contents.right {
  width: 50%;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .widgetFoot__contents.left, .widgetFoot__contents.right {
    width: 100%;
    padding-right: 0; } }

.l-footer .heading.heading-footer::after, .l-footer .heading.heading-footer::before {
  border-bottom: none; }

/*SNS*/
.foot-sns {
  padding: 0 0 40px; }
  .foot-sns .ttl {
    text-align: center;
    margin-bottom: 10px; }
  .foot-sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    width: 150px;
    margin-right: auto;
    margin-left: auto; }
    .foot-sns ul li img {
      width: 30px;
      height: auto;
      margin: 0 10px; }
    .foot-sns ul li:hover {
      opacity: 0.75; }

/*ABOUT SITE*/
.about-site ul {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.6;
  list-style: none; }
  .about-site ul li:last-child {
    width: 30%; }
  .about-site ul li:first-child {
    width: 60%;
    text-align: center;
    padding: 0 5%; }
    .about-site ul li:first-child img {
      width: 80%;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
    .about-site ul li:first-child p {
      padding: 25px 0 0 0;
      font-size: 12px; }
      .about-site ul li:first-child p a {
        color: #fff;
        border-radius: 50px;
        margin: 15px 0;
        padding: 15px 30px;
        display: inline-block;
        background: #7fb8ff; }

.l-footer .about-site ul {
  margin-bottom: 40px; }
  .l-footer .about-site ul li:first-child {
    width: 50%; }
  .l-footer .about-site ul li:last-child {
    width: 40%;
    text-align: center;
    padding: 0; }
    .l-footer .about-site ul li:last-child img {
      width: 100%;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
    .l-footer .about-site ul li:last-child p {
      padding: 25px 0 0 15px;
      font-size: 12px; }
      .l-footer .about-site ul li:last-child p a {
        color: #fff;
        border-radius: 50px;
        margin: 15px 0;
        padding: 15px 30px;
        display: inline-block;
        background: #7fb8ff; }

@media only screen and (max-width: 400px) {
  .about-site ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    .about-site ul li:last-child, .about-site ul li:first-child {
      width: 100% !important; }
    .about-site ul li:first-child img {
      width: 70%;
      margin-bottom: 20px; }
    .about-site ul li:last-child {
      border-radius: 5px;
      padding: 10px;
      margin-bottom: 40px; }
      .about-site ul li:last-child p {
        padding: 5px 0 0 0; } }

/**

    INDEX

    **/
/*LOOP*/
.l-main .archive .archiveItem {
  background: #fff;
  border-radius: 0 0 10px 10px;
  border-top: #ffd4d9 1px solid; }
  .l-main .archive .archiveItem .dataBox {
    padding: 0 10px 10px 10px; }
    .l-main .archive .archiveItem .dataBox .dateList__item {
      font-size: 1.1rem;
      color: #fba7a0 !important; }
    .l-main .archive .archiveItem .dataBox .archiveItem__text {
      font-size: 1.2rem; }

@media only screen and (max-width: 400px) {
  .l-main .archiveItem {
    width: 100%;
    margin: 0 10px 20px 10px; }
  .l-main .archiveItem__text {
    display: block; } }

/*PAGER*/
.pager {
  border-top: dotted 1px #ffd4d9;
  color: #fba7a0; }
  .pager a.page-numbers,
  .pager span.page-numbers.current {
    color: #fba7a0;
    border: #fba7a0 1px solid;
    background: #fff; }
  .pager a.page-numbers:hover,
  .pager span.page-numbers.current {
    color: #fff;
    background: #fba7a0; }

/**

    SINGLE

    **/
.l-main-single {
  background: #fff; }

.l-main aside, .l-main section, .l-main article {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.l-main.single {
  /*padding-top: 0px;*/ }

.socialList__item {
  height: 40px;
  line-height: 40px; }

/*TITLE*/
.singleTitle::before {
  content: '';
  background-color: #fba7a0;
  background-image: none; }

.singleTitle {
  padding: 70px 0 30px 0; }

.dateList.dateList-singleTitle {
  background: none;
  padding: 0; }

.dateList.dateList-singleTitle a, .dateList__item, .dateList__item a:hover {
  color: #fff !important;
  font-weight: bold !important; }

/*目次*/
.content .outline {
  border: none;
  background: #f7f6f0;
  width: 70%; }
  .content .outline .outline__title {
    font-weight: bold; }
  .content .outline label.outline__switch::before {
    background: #fff; }
  .content .outline .outline__number {
    display: none; }
  .content .outline a.outline__link {
    color: #fba7a0 !important; }

@media only screen and (max-width: 400px) {
  .content .outline {
    width: 100%; } }

/*PROFILE*/
.profile .profile__imgArea {
  float: left;
  width: 150px; }
  .profile .profile__imgArea img {
    width: 150px;
    height: 150px; }

.profile .profile__contents {
  width: calc(100% - 170px);
  float: right;
  padding: 20px 0; }

.profile .profile__group {
  margin-bottom: 10px; }

.profile .profile__description {
  color: #7f7f7f;
  font-size: 1.2rem; }

@media only screen and (max-width: 400px) {
  .profile .profile__imgArea {
    float: none;
    width: 100%;
    text-align: center; }
  .profile .profile__contents {
    width: 100%;
    float: none;
    padding: 20px 0; }
  .profile .profile__name, .profile .profile__group {
    text-align: center; } }

/*REALATED*/
.related .heading.heading-primary {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  /*border-bottom: 1px solid #ed7483;*/
  /*display: inline-block;*/
  /*margin-right: auto;*/
  /*margin-left: auto;*/ }

.related .related__list .related__item .related__title {
  color: #000; }
  .related .related__list .related__item .related__title span {
    color: #fba7a0; }

.related .related__list .related__item .related__contents {
  color: #7f7f7f;
  font-size: 1.2rem; }

/**

    ARCHIVE

    **/
.archiveTitle .heading-first {
  font-size: 3rem; }

/**

    RANKING PAGE

    **/
.rankingPage__contents .dateList.dateList-archive {
  color: #fba7a0 !important;
  display: none; }

/**

    simple-area-search

     **/
.simple-area-search ul.simple-area-search-box li {
  margin-bottom: 20px; }

/**
    footer
     */
.flist-pc li {
  margin-top: 10px;
  margin-bottom: 10px; }

/**
BLOG TOP
 */
.blog_top .archive-list {
  margin-top: 40px;
  margin-bottom: 40px; }
  .blog_top .archive-list .ttl {
    text-align: center;
    margin-bottom: 40px; }
  .blog_top .archive-list .read {
    margin-bottom: 40px;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%; }
  .blog_top .archive-list .flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  @media only screen and (max-width: 1054px) {
    .blog_top .archive-list .read {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
    .blog_top .archive-list .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* image */
.content img {
    max-width: 100%;
    height: auto;
}
