/*
Theme Name: MINIMUM ver1.1
Theme URI: MINI
Author: NA
Author URI: NA
Description: NA
Version: 1.0.0
*/

@charset "utf-8";


/* 全体 */
header {}

NAV {}

body {
  background-color: #fdfdfd;
}

.content__area {}

.side {}

footer {
  background: #efefef;
}


.header__contents-logo img {
  height: 24px;
}



/* END 全体 */


/*SP・タブレット・PC共通-----------------------------------------------------------------------*/

/* RAYOUT -----------------------------------------------*/
header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  padding-left: 2%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .161);
}

.header__contents {
  width: 100%;
  height: 65px;
  align-items: center;
  display: table-cell;
  vertical-align: middle;
}

/* CONTENTS */
.content__area {
  width: 100%;
}

.content__area__inner {
  padding: 0 2%;
  width: 96%;
  margin: 0 auto;
}

.content__area__inner img {
  height: auto;
}

/* ぱんくず */
.breadcrumb a {
  color: #009DF7;
}

.home .breadcrumb {
  display: none;
}

/*side*/
.side {
  width: 100%;
}

.side__title,
.sidebar_title {
  font-weight: bold;
  display: block;
  background: #4c4745;
  margin: 1rem 0 0 0;
  padding: 1rem;
  color: #fff;
  line-height: 1.2 !important;
}



/*SP・タブレット--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1180px) {

  /* ぱんくず */
  .breadcrumb {
    padding: .5rem .5rem .6rem .5rem;
    margin-bottom: 1rem;
    overflow-x: auto;
    background: #efefef;
  }

  .breadcrumb .breadcrumb__inner {
    width: 1080px;
  }

  .breadcrumb .breadcrumb__inner li {
    margin-right: .5rem;
    font-size: .7rem;
    display: inline;
    list-style: none;
  }

  .breadcrumb .breadcrumb__inner li:after {
    font-family: 'Material Icons';
    content: '\e5e1';
    vertical-align: middle;
    padding-left: .5rem;
    color: #555;
    font-size: .9rem;
    padding-top: 0.2rem;
    r
  }

  .breadcrumb .breadcrumb__inner li:last-child::after {
    content: none;
  }

  .top__bg {
    margin-bottom: 2rem;
  }

  .top__bg__contents {
    width: 100%;
    margin: 0 auto;
  }

  /* ハンバーガーメニュー */
  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 65px;
    width: 65px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .menu__content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
  }

  .menu__content ul {
    padding: 70px 10px 0;
  }

  .menu__content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }

  .menu__content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  .menu__content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  .menu__content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  #menu-btn-check:checked~.menu__content {
    left: 0;
  }

  /*side*/
  .side {
    width: 96%;
    margin: 0 2%;
  }

  .side__ad {
    text-align: center !important;
  }


}

/*投稿LOOP*/
.postloop__contents {}


.postloop__contents .first-post {
  width: 100%;
}

.postloop__contents .first-post img {
  margin-bottom: .5rem !important;
}

.postloop__contents .first-post p {
  font-size: 1rem;
  font-weight: bold;
  color: #313131;
  margin-bottom: .5rem !important;
}

.postloop__contents .other-posts p {
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2;
  color: #313131;
  margin-bottom: .5rem !important;
}

.postloop__contents .other-posts {
  width: 100%;
}

.postloop__contents .other-posts img {
  margin-right: .5rem;
  margin-bottom: 1rem !important;
  width: 40% !important;
}

.other-posts__contents {
  display: -webkit-flex;
  display: flex;
}

/*footer*/
footer {
  display: block;
}

.footer__bg2 {
  background: #313131;
}

.footer__bg3 {
  background: #000;
}

.footer__contents {
  max-width: 100%;
  margin-top: .5rem;
  padding: .5rem;
}

.footer__contents2 {
  max-width: 100%;
  margin: 0 auto;
  padding: .5rem;
}

.footer__contents3 {
  max-width: 100%;
  margin: 0 auto;
  padding: .5rem;
}

.footer__contents2 span {
  color: #fff;
  font-size: .9rem;
  margin-bottom: .3rem;
  display: block;
}

.footer__contents2 ul {}

.footer__contents2 ul li {
  color: #fff;
  font-size: .8rem;
  margin-bottom: .3rem;
}

.footer__contents-nav ul {
  padding: 1rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.footer__contents__links {
  max-width: 100%;
  padding: .5rem 0;
}

.footer__contents__links a {
  font-size: .8rem;
}

.footer__contents__links ul {
  margin: .2rem 0 .2rem .2rem;
}

.footer__contents__links ul li {
  font-size: .7rem;
  margin-bottom: .1rem;
}

.footer__contents__links ul li:before {
  font-family: 'Material Icons';
  content: '\e5df';
  vertical-align: middle;
}

.footer__contents__links ul li ul {
  display: inline-block;
}

.footer__contents__links ul li ul li {
  display: inline-block;
}

.footer__contents__links ul li ul li:before {
  content: none;
}

.copyright {
  display: block;
  font-size: .5rem;
  color: #fff;
}


/*PCのみ--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1024px) {

  /* RAYOUT -----------------------------------------------*/
  header {
    background: rgba(255, 255, 255, 0.8);
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .header__contents {
    max-width: 1500px;
    height: 65px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }

  #menu-btn-check {
    display: none;
  }

  /* NAV */
  .header__contents-nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    list-style: none;
  }

  .header__contents-nav ul li {
    margin-left: 30px;
    font-weight: bold;
  }

  /* ぱんくず */
  .breadcrumb {
    padding: 0 1rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    background: #efefef;

  }

  .breadcrumb .breadcrumb__inner {
    width: 1080px;
    margin: 0 auto;
    padding: .5rem 0 .6rem 0;
  }



  .breadcrumb .breadcrumb__inner li {
    margin-right: .5rem;
    font-size: .7rem;
    display: inline;
    list-style: none;
  }

  .breadcrumb .breadcrumb__inner li:after {
    font-family: 'Material Icons';
    content: '\e5e1';
    vertical-align: middle;
    padding-left: .5rem;
    color: #555;
    font-size: .9rem;
    padding-top: 0.2rem;
  }

  .breadcrumb .breadcrumb__inner li:last-child::after {
    content: none;
  }



  .top__bg {
    background: #CCCCCC;
  }

  .top__bg__contents {
    width: 1080px;
    margin: 0 auto;
  }

  .top__bg__contents img {}



  /* CONTENTS */
  .content__area {
    width: 1080px;
    margin: 3rem auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .content__area__inner {
    margin: 0;
    padding: 0 60px 30px 0;
    width: 880px;
  }

  /*side*/
  .side {
    width: 300px;
  }

  .side .sticked {
    position: sticky;
    top: 115px;
  }



  /*footer*/
  footer {
    display: block;
  }

  .footer__bg2 {
    background: #313131;
  }

  .footer__bg3 {
    background: #000;
  }

  .footer__contents {
    max-width: 1080px;
    margin: 1rem auto;
  }

  .footer__contents2 {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1rem 0;
  }

  .footer__contents3 {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1rem 0;
  }

  .footer__contents2 span {
    color: #fff;
    font-size: .9rem;
    margin-bottom: .3rem;
    display: block;
  }

  .footer__contents2 ul {
    display: -webkit-flex;
    display: flex;
  }

  .footer__contents2 ul li {
    color: #fff;
    font-size: .8rem;
  }

  .footer__contents-nav ul {
    padding: 1rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }

  .footer__contents__links {
    max-width: 1080px;
    padding: 1rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .footer__contents__links a {
    font-size: .8rem;
  }

  .footer__contents__links ul {
    margin: .2rem 0 .2rem .2rem;
  }

  .footer__contents__links ul li {
    font-size: .7rem;
    margin-bottom: .1rem;
  }

  .footer__contents__links ul li:before {
    font-family: 'Material Icons';
    content: '\e5df';
    vertical-align: middle;
  }

  .footer__contents__links ul li ul {
    display: inline-block;
  }

  .footer__contents__links ul li ul li {
    display: inline-block;
  }

  .footer__contents__links ul li ul li:before {
    content: none;
  }

  .copyright {
    display: block;
    font-size: .5rem;
    color: #fff;
  }

  /* widget-----------------------------------------------*/

  /*popular posts*/
  .popular-posts {}

  .popular-posts a {
    font-size: .85rem;
  }

  /*Recent Posts*/
  .rpwwt-widget {}

  .rpwwt-widget a {
    font-size: .85rem;
  }

  .rpwwt-widget ul li {
    margin-bottom: 1rem !important;
  }

  .rpwwt-widget ul li img {
    margin: 0 1rem 0 0 !important;
  }

  /*投稿LOOP*/
  .postloop__contents {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }


  .postloop__contents .first-post {
    width: 50%;
  }

  .postloop__contents .first-post img {
    margin-bottom: .5rem !important;
  }

  .postloop__contents .first-post p {
    font-size: 1rem;
    font-weight: bold;
    color: #313131;
  }

  .postloop__contents .other-posts p {
    font-size: .8em;
    font-weight: 700;
    line-height: 1.2;
    color: #313131;
    margin-bottom: .5rem !important;
  }

  .postloop__contents .other-posts {
    width: 47%;
  }

  .postloop__contents .other-posts img {
    margin-right: .5rem;
    margin-bottom: 1rem !important;
    width: 40% !important;
  }

  .other-posts__contents {
    display: -webkit-flex;
    display: flex;
  }

}