@charset "UTF-8";
/*
Theme Name: mocobox-life
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*=0 global
-------------------------------------------------------------*/
body {
  font-size: 86%;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.5;
  color: #2d2d2d; }

div, section {
  box-sizing: border-box; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

a {
  color: #2d2d2d;
  text-decoration: none; }

/*=1 heading
-------------------------------------------------------------*/
/*=2 basic structure
-------------------------------------------------------------*/
#wrapper {
  border-top: 6px #e50012 solid; }

#header {
  padding-top: 25px;
  margin-bottom: 30px; }
  #header .inner {
    position: relative; }
    #header .inner #searchBox {
      position: absolute;
      top: -25px;
      right: 0;
      background: #e50012;
      padding: 0.5em 1em 0.7em;
      -moz-border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0;
      border-radius: 0 0 5px 5px; }
      #header .inner #searchBox p {
        display: table;
        overflow: hidden;
        *zoom: 1; }
        #header .inner #searchBox p input {
          display: table-cell;
          vertical-align: middle; }
        #header .inner #searchBox p input[type="text"] {
          width: 80%;
          padding: 0.5em;
          box-sizing: border-box;
          border: 0;
          float: left; }
        #header .inner #searchBox p input[type="submit"] {
          width: 20%;
          background-image: url(img/btn-search.png);
          background-repeat: no-repeat;
          background-position: center right;
          background-color: #e50012;
          background-size: 70%;
          border: 0;
          padding: 0.5em 0;
          cursor: pointer; }
    #header .inner #hNav {
      position: absolute;
      top: -8px;
      right: 240px;
      font-size: 90%; }
      #header .inner #hNav ul {
        text-align: right; }
        #header .inner #hNav ul li {
          display: inline;
          background: url(img/arr.png) no-repeat center left;
          padding-left: 1em;
          margin-left: 1.5em; }
    #header .inner .catch {
      color: #c60010;
      font-size: 130%;
      position: absolute;
      bottom: 0;
      right: 0; }
      #header .inner .catch span:before {
        content: '|';
        margin: 0 0.5rem; }

#container {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 90px; }
  #container #primary {
    width: 67%;
    float: right;
    margin-left: 3%; }
    #container #primary p {
      margin-bottom: 1em; }
  #container #secondary {
    width: 30%; }
    #container #secondary .scdBox {
      margin-top: 30px; }
      #container #secondary .scdBox:first-child {
        margin-top: 0; }
      #container #secondary .scdBox .head {
        background: #c60010;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px;
        border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 120%;
        padding: 0.6em 1em; }
    #container #secondary #categories ul li {
      border-top: 1px #e0e0e0 dotted;
      background: url(img/arr.png) no-repeat center left; }
      #container #secondary #categories ul li:first-child {
        border-top: 0;
        padding-top: 0; }
      #container #secondary #categories ul li a {
        display: block;
        padding: 1em 0 1em 1.5em; }
    #container #secondary #latestEntries dl,
    #container #secondary #popularPosts dl {
      position: relative;
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px dotted #ccc;
      display: table;
      width: 100%; }
      #container #secondary #latestEntries dl a,
      #container #secondary #popularPosts dl a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute; }
      #container #secondary #latestEntries dl dt, #container #secondary #latestEntries dl dd,
      #container #secondary #popularPosts dl dt,
      #container #secondary #popularPosts dl dd {
        display: table-cell;
        vertical-align: middle; }
      #container #secondary #latestEntries dl dt,
      #container #secondary #popularPosts dl dt {
        width: 25%;
        padding-right: 3%; }
        #container #secondary #latestEntries dl dt img,
        #container #secondary #popularPosts dl dt img {
          width: 100%; }
      #container #secondary #latestEntries dl dd span,
      #container #secondary #popularPosts dl dd span {
        font-size: 11px;
        color: #c60010; }
    #container #secondary #latestEntries .wpp-list dl:first-child,
    #container #secondary #latestEntries .head + dl,
    #container #secondary #popularPosts .wpp-list dl:first-child,
    #container #secondary #popularPosts .head + dl {
      padding-top: 0;
      border-top: 0; }

#adBox {
  background: #e0e0e0;
  padding: 15px 0 15px 15px; }

#adBox-m {
  display: none; }

#footer {
  background: #e50012;
  margin-top: 30px; }
  #footer #fNav {
    display: none; }
  #footer .copy {
    text-align: center;
    color: #fff;
    font-size: 90%;
    padding: 3em 0; }

@media screen and (max-width: 1000px) {
  #header {
    padding-top: 3%; }
    #header .inner .logo {
      margin-bottom: 1em; }
    #header .inner #searchBox {
      position: static;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 0.7em;
      margin-bottom: 1em; }
      #header .inner #searchBox p {
        width: 100%; }
        #header .inner #searchBox p input[type="text"] {
          width: 90%; }
        #header .inner #searchBox p input[type="submit"] {
          width: 10%;
          background-position: center;
          background-size: auto 100%; }
    #header .inner #hNav {
      top: 12%;
      right: 0;
      font-size: 90%; }
    #header .inner .catch {
      position: static;
      text-align: center; }
      #header .inner .catch span {
        display: block; }
        #header .inner .catch span:before {
          display: none; }

  #adBox {
    display: none; } }
@media screen and (max-width: 768px) {
  #header {
    margin-bottom: 3%; }
    #header .inner .logo {
      width: 42%;
      margin: 0 auto 1em; }
      #header .inner .logo a img {
        width: 100%;
        height: auto; }
    #header .inner #hNav {
      display: none; }
    #header .inner .catch {
      position: static;
      text-align: center; }

  #container #primary {
    width: 100%;
    float: none;
    margin: 0 0 30px 0; }
  #container #secondary {
    width: 100%; }

  #footer #fNav {
    display: block;
    background: #fff;
    font-size: 90%;
    padding: 1em;
    border-top: 1px #e0e0e0 solid; }
    #footer #fNav ul {
      text-align: center; }
      #footer #fNav ul li {
        display: inline; }
        #footer #fNav ul li a {
          padding-left: 1em; }
          #footer #fNav ul li a:before {
            content: '|';
            padding-right: 1em; }
        #footer #fNav ul li:first-child a {
          padding-left: 0; }
          #footer #fNav ul li:first-child a:before {
            content: '';
            padding-right: 0; } }
@media screen and (max-width: 468px) {
  #header .inner #searchBox p input[type="submit"] {
    background-position: center right; }
  #header .inner .logo {
    width: 100%; } }
/*=3 navigation
-------------------------------------------------------------*/
#gNav ul li {
  margin-top: 15px; }
  #gNav ul li:first-child {
    margin-top: 0; }

#gNav-m {
  display: none; }

@media screen and (max-width: 1000px) {
  #gNav ul li img {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 768px) {
  #gNav ul {
    overflow: hidden;
    *zoom: 1; }
    #gNav ul li {
      float: left;
      width: 48.5%;
      margin: 0 3% 3% 0; }
      #gNav ul li:nth-child(2n) {
        margin-right: 0; }

  #gNav-m {
    display: block;
    margin-bottom: 1em; }
    #gNav-m p {
      border: 1px #ccc solid;
      border-radius: 5px;
      padding: 0.5em;
      text-align: center;
      background-image: url(img/icon-catMenu.png);
      background-repeat: no-repeat;
      background-position: 2% center;
      background-size: auto 40%;
      cursor: pointer; }
      #gNav-m p:hover {
        opacity: 0.7; }
    #gNav-m ul {
      display: none; }
      #gNav-m ul li {
        list-style-type: none;
        border-top: 1px #e0e0e0 dotted;
        padding-top: 0.7em;
        margin-top: 0.7em; }
        #gNav-m ul li:first-child {
          border-top: 0;
          padding-top: 0; }
        #gNav-m ul li a {
          display: block; }
          #gNav-m ul li a:before {
            content: '';
            padding-right: 0.4em;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            background-image: url(img/icon-cat.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; } }
/*=4 commonClass,commonID
-------------------------------------------------------------*/
.inner {
  width: 1000px;
  margin: 0 auto; }

.toTop {
  position: fixed;
  bottom: 150px;
  right: 100px; }

.pcnone {
  display: none; }

.randomBnr {
  text-align: center; }

.new-icon {
  font-size: 64%;
  background: #ff0000;
  color: #fff;
  padding: 2px 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

@media screen and (max-width: 768px) {
  .mbnone {
    display: none; }

  .pcnone {
    display: block; } }
.catIcon {
  color: #fff;
  padding: 0.2em 0.5em;
  background: #e50012; }
  .catIcon a {
    color: #fff; }

@media screen and (max-width: 1000px) {
  .inner {
    width: 94%; } }
@media screen and (max-width: 767px) {
  .toTop {
    opacity: 0;
    z-index: -9999; } }
/*------------------------------------------------------------*/
/*top
/*------------------------------------------------------------*/
.bx-wrapper {
  border: 3px #e0e0e0 solid; }
  .bx-wrapper .slidePosts a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; }
  .bx-wrapper .slidePosts .caption {
    width: 100%;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    padding: 15px; }
    .bx-wrapper .slidePosts .caption p {
      font-size: 90%; }
      .bx-wrapper .slidePosts .caption p .catIcon {
        margin-right: 1em; }
  .bx-wrapper .slidePosts .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 75% 0 0;
    background-size: cover;
    background-position: center; }

@media screen and (max-width: 768px) {
  .bx-wrapper .slidePosts .caption {
    font-size: 90%;
    padding: 1em; }
    .bx-wrapper .slidePosts .caption p {
      margin-bottom: 0.6em !important; } }
/*posts
/*------------------------------------------------------------*/
#posts {
  margin-bottom: 30px; }
  #posts .post {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    border: 1px #e0e0e0 solid;
    padding: 15px;
    margin-top: 30px; }
    #posts .post:first-child {
      margin-top: 0; }
    #posts .post a.boxlink {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #posts .post .image {
      width: 160px;
      float: left;
      margin-right: 15px; }
      #posts .post .image img {
        width: 100%;
        height: auto; }
    #posts .post .text {
      width: 460px;
      float: right; }
      #posts .post .text .cat-desc {
        color: #e50012; }
      #posts .post .text h1 {
        font-size: 140%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px #e0e0e0 solid; }
      #posts .post .text .data {
        text-align: right;
        font-size: 90%; }
        #posts .post .text .data span {
          margin-left: 1em; }
      #posts .post .text a.readmore {
        color: #e50012; }

@media screen and (max-width: 1000px) {
  #posts .post .image {
    width: 25%;
    margin-right: 0; }
    #posts .post .image a img {
      width: 100%;
      height: auto; }
  #posts .post .text {
    width: 72%; } }
@media screen and (max-width: 468px) {
  #posts .post .image {
    float: none;
    width: 100%;
    margin-bottom: 1em; }
  #posts .post .text {
    float: none;
    width: 100%; } }
/*list
/*------------------------------------------------------------*/
.list h2 {
  background: #c60010;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 120%;
  padding: 0.6em 1em;
  margin-bottom: 30px; }
.list #list-feature h2 {
  background: #e50012; }
.list #list-staff h2 {
  background: #ff7c42; }
.list #list-shiawase h2 {
  background: #55b1bf; }
.list #list-walk h2 {
  background: #b8c03d; }
.list #list-ganbaru h2 {
  background: #f3b100; }
.list #list-recruit h2 {
  background: #c60010; }
.list .pageNav {
  text-align: center;
  border-top: 1px #e0e0e0 solid;
  margin: 30px 0;
  padding-top: 30px; }
  .list .pageNav .current {
    color: #e50012; }
  .list .pageNav .current, .list .pageNav a {
    margin: 1em; }

/*detail
/*------------------------------------------------------------*/
.detail article {
  border: 2px #e0e0e0 solid;
  padding: 30px 15px 0;
  margin-bottom: 30px; }
  .detail article h1 {
    font-size: 180%;
    border-bottom: 1px #e0e0e0 dotted;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .detail article .data {
    font-size: 90%; }
    .detail article .data .catIcon {
      margin-left: 1em; }
  .detail article .content .thumbnail {
    margin-bottom: 1em; }
  .detail article .content h2 {
    background: #c60010;
    font-weight: bold;
    font-size: 140%;
    margin: 0 0 15px -17px;
    color: #fff;
    padding: 0.6em 1em; }
  .detail article .content h3 {
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px #e0e0e0 solid;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .detail article .content h4 {
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 0.6em;
    border-left: 5px #c60010 solid; }
  .detail article .content p {
    margin-bottom: 2em !important; }
  .detail article .content img {
    width: 60%;
    height: auto; }
    .detail article .content img.icon {
      width: auto; }
  .detail article .content .shopinfo {
    border: 2px solid #e50012;
    padding: 3%;
    margin-bottom: 2em; }
  .detail article .content .yarpp-related #related {
    font-size: 0; }
    .detail article .content .yarpp-related #related .related {
      position: relative;
      font-size: 13px;
      display: inline-block;
      vertical-align: top;
      width: 202px;
      margin-left: 15px; }
      .detail article .content .yarpp-related #related .related a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%; }
      .detail article .content .yarpp-related #related .related:first-child {
        margin-left: 0; }
      .detail article .content .yarpp-related #related .related .image {
        margin-bottom: 10px; }
        .detail article .content .yarpp-related #related .related .image img {
          width: 100%; }
      .detail article .content .yarpp-related #related .related p span {
        color: #e50012; }

@media screen and (max-width: 1000px) {
  .detail article .content img {
    max-width: 100%;
    height: auto; }
  .detail article .content .yarpp-related #related .related {
    display: table;
    width: 100%;
    margin: 1rem 0 0 0; }
    .detail article .content .yarpp-related #related .related:first-child {
      margin-top: 0; }
    .detail article .content .yarpp-related #related .related .image, .detail article .content .yarpp-related #related .related p {
      display: table-cell;
      vertical-align: middle; }
    .detail article .content .yarpp-related #related .related .image {
      width: 20%;
      margin-bottom: 0;
      padding-right: 3%; } }
@media screen and (max-width: 480px) {
  .detail article .content img {
    width: 100%; } }