@charset "UTF-8";
/* sets the base font to 10px for easier math */
@font-face {
  font-family: 'mplus-1p-regular';
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mplus-1p-heavy';
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mplus-1p-bold';
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*----------------------------------------------------
  ショップページへボタン
----------------------------------------------------*/
.shopIndexLink {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  text-align: center;
  line-height: 1.4;
}
.shopIndexLink a {
  background-color: #005bac;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  display: block;
  padding: 10px 10px 10px 30px;
}
.shopIndexLink a:before {
  content: "▶︎";
  position: absolute;
  left: 8px;
  top: 24px;
  font-size: 12px;
}

/*----------------------------------------------------
  ブログ archive.php
----------------------------------------------------*/
.wrap {
  padding: 70px 0 0;
}
.wrap .contents.archive h2 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 24px;
}
.wrap .contents.archive h2 + p {
  line-height: 24px;
}
.wrap .contents.archive article {
  border-top: 1px dashed #ececec;
  padding: 60px 0 0;
  margin: 60px 0 0;
}
.wrap .contents.archive article .post-head p {
  float: left;
  text-align: left;
}
.wrap .contents.archive article .post-head ul {
  float: left;
  padding: 12px 0 0;
}
.wrap .contents.archive article .post-body {
  min-height: 1px;
  position: relative;
  background-color: #fff;
  padding: 0;
}
.wrap .contents.archive article .post-body:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap .contents.archive article .post-body p.image {
  position: relative;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  float: left;
  width: 440px;
  height: 285px;
  margin: 0;
  overflow: hidden;
}
.wrap .contents.archive article .post-body p.image img {
  position: absolute;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
.wrap .contents.archive article .post-body div.content {
  float: left;
  width: 495px;
  padding: 0 0 0 45px;
}
.wrap .contents.archive article .post-body div.content a.more {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*----------------------------------------------------
  ブログ 共通
----------------------------------------------------*/
.wrap {
  /* トット・ガーデン */
}
.wrap.tot-garden .contents p.lead span {
  background-color: #ebf4e2;
}
.wrap .contents {
  padding-top: 0;
}
.wrap .contents p.lead {
  text-align: center;
  margin: 0 0 24px;
}
.wrap .contents p.lead span {
  display: inline-block;
  text-align: center;
  background-color: #eaf6fd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}
.wrap .contents p.lead span a {
  text-decoration: none;
  padding: 10px 32px;
  display: block;
}
.wrap .contents p.lead + p, .wrap .contents .page-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px;
}
.wrap .contents .post-head {
  min-height: 1px;
  margin: 0 0 16px;
}
.wrap .contents .post-head:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap .contents .post-head p {
  line-height: 24px;
  float: right;
  text-align: right;
}
.wrap .contents .post-head ul {
  display: inline-block;
}
.wrap .contents .post-head ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.wrap .contents .post-head ul li.fb a {
  background-color: #0068b7;
}
.wrap .contents .post-head ul li.tw a {
  background-color: #7ecef4;
}
.wrap .contents .post-head ul li a {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 0 12px;
  width: 90px;
  text-decoration: none;
}
.wrap .contents .post-head ul li a:after {
  content: "▶︎";
  font-size: 10px;
  font-size: 1rem;
  float: right;
}
.wrap .contents .post-body {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 50px;
  line-height: 24px;
}
.wrap .contents .blognavi {
  min-height: 1px;
  margin: 80px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.wrap .contents .blognavi:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap .contents .blognavi p {
  display: inline-block;
}
.wrap .contents .blognavi p a {
  text-decoration: none;
}
.wrap .contents .blognavi p.previous {
  float: left;
}
.wrap .contents .blognavi p.previous a:before {
  content: "◀︎";
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 4px 0 0;
  vertical-align: middle;
  color: #ccc;
}
.wrap .contents .blognavi p.next {
  float: right;
}
.wrap .contents .blognavi p.next a:after {
  content: "▶︎";
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 0 0 4px;
  vertical-align: middle;
  color: #ccc;
}
.wrap .sidebar .widget-area {
  margin: 0 0 24px;
}
.wrap .sidebar .widget-area p {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #f7f5f3;
  font-weight: bold;
  padding: 0 12px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 16px;
}
.wrap .sidebar .widget-area ul li {
  min-height: 1px;
  line-height: 20px;
  margin: 0 0 8px;
  /*
  &.cat-item{
    a{
      &:before{
        content: "▶︎▶︎";
        @include font-size( 1.0);
        padding: 0 0 0 4px;
        vertical-align: middle;
        color:#aaa;
        padding: 0 4px 0 0;
      }
    }
  }*/
}
.wrap .sidebar .widget-area ul li:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap .sidebar .widget-area ul li .post-date {
  color: #aaa;
  display: block;
}
.wrap .sidebar .widget-area ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}
.wrap .sidebar .widget-area #calendar_wrap #wp-calendar {
  width: 100%;
}
.wrap .sidebar .widget-area #calendar_wrap #wp-calendar caption {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 8px;
}
.wrap .sidebar .widget-area #calendar_wrap #wp-calendar thead th {
  text-align: center;
  padding: 8px;
}
.wrap .sidebar .widget-area #calendar_wrap #wp-calendar tbody td {
  text-align: center;
  padding: 8px;
}
.wrap .sidebar .widget-area #calendar_wrap #wp-calendar tbody td#today {
  background-color: #eaf6fd;
}
.wrap .sidebar .widget-area #calendar_wrap #wp-calendar tfoot td {
  padding: 8px 0 0;
}
.wrap .sidebar .widget-area #calendar_wrap #wp-calendar tfoot td#next {
  text-align: right;
}

/*----------------------------------------------------
  ブログ single.php
----------------------------------------------------*/
.single .wrap.tot-garden .contents .post-body {
  background-color: #ebf4e2;
}
.single .wrap .contents h1 {
  color: #005bac;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 24px;
}
.single .wrap .contents p.date {
  text-align: center;
  margin: 0 0 24px;
}
.single .wrap .contents p.date span {
  display: inline-block;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: bold;
  padding: 0 8px;
}
.single .wrap .contents .post-head p {
  display: inline-block;
  float: right;
}
.single .wrap .contents .post-body {
  background-color: #eaf6fd;
}
.single .wrap .contents .post-body p, .single .wrap .contents .post-body ul, .single .wrap .contents .post-body ol {
  margin-bottom: 2em;
}
.single .wrap .contents .post-body p:first-child, .single .wrap .contents .post-body ul:first-child, .single .wrap .contents .post-body ol:first-child {
  margin-bottom: 2em;
}
.single .wrap .contents .post-body ul li {
  list-style: disc inside;
  text-indent: 1.5em;
}
.single .wrap .contents .post-body ol li {
  list-style: decimal inside;
  text-indent: 1.5em;
}
.single .wrap .contents .post-body strong {
  font-weight: bold;
}
.single .wrap .contents .post-body em {
  font-style: italic;
}
.single .wrap .contents .post-body img {
  max-width: 100% !important;
  height: auto !important;
}
.single .wrap .contents .post-body .aligncenter {
  display: block;
  margin: auto;
}
.single .wrap .contents .post-body a {
  word-break: break-all;
}

/*----------------------------------------------------
  1280px以下のディスプレイ対応
----------------------------------------------------*/
@media screen and (max-width: 1280px) {
  .wrap .inner .contents {
    width: 700px;
    float: left;
  }
  .wrap .inner .contents.archive article .post-body p.image {
    width: 250px;
    height: 250px;
  }
  .wrap .inner .contents.archive article .post-body .content {
    float: right;
    width: 420px;
    padding: 0;
  }
  .wrap .inner .sidebar {
    width: 240px;
    float: right;
  }
}
/*----------------------------------------------------
    768px以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
    ショップページへボタン
  ----------------------------------------------------*/
  .shopIndexLink {
    right: 16px;
    bottom: 16px;
  }
  .shopIndexLink a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .shopIndexLink a:before {
    top: 20px;
  }

  /*----------------------------------------------------
    ブログ共通
  ----------------------------------------------------*/
  .wrap .inner .sidebar {
    padding: 0 20px;
    width: 100%;
  }

  /*----------------------------------------------------
    ブログ一覧
  ----------------------------------------------------*/
  .archive .wrap .inner .contents.archive p.lead, .page-template-page-blog .wrap .inner .contents.archive p.lead, .ec-blog .wrap .inner .contents.archive p.lead {
    margin: 10px 0 24px;
  }
  .archive .wrap .inner .contents.archive article, .page-template-page-blog .wrap .inner .contents.archive article, .ec-blog .wrap .inner .contents.archive article {
    margin-top: 30px;
    padding-top: 30px;
  }
  .archive .wrap .inner .contents.archive article h2, .page-template-page-blog .wrap .inner .contents.archive article h2, .ec-blog .wrap .inner .contents.archive article h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .archive .wrap .inner .contents.archive article .post-head ul, .page-template-page-blog .wrap .inner .contents.archive article .post-head ul, .ec-blog .wrap .inner .contents.archive article .post-head ul {
    text-align: center;
    display: block;
  }
  .archive .wrap .inner .contents.archive article .post-head ul li a, .page-template-page-blog .wrap .inner .contents.archive article .post-head ul li a, .ec-blog .wrap .inner .contents.archive article .post-head ul li a {
    width: 120px;
  }
  .archive .wrap .inner .contents.archive article .post-head p, .page-template-page-blog .wrap .inner .contents.archive article .post-head p, .ec-blog .wrap .inner .contents.archive article .post-head p {
    float: none;
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .archive .wrap .inner .contents.archive article .post-head p a, .page-template-page-blog .wrap .inner .contents.archive article .post-head p a, .ec-blog .wrap .inner .contents.archive article .post-head p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .archive .wrap .inner .contents.archive article .post-body p.image, .page-template-page-blog .wrap .inner .contents.archive article .post-body p.image, .ec-blog .wrap .inner .contents.archive article .post-body p.image {
    width: 50%;
    height: 150px;
  }
  .archive .wrap .inner .contents.archive article .post-body .content, .page-template-page-blog .wrap .inner .contents.archive article .post-body .content, .ec-blog .wrap .inner .contents.archive article .post-body .content {
    padding: 0 0 0 12px;
    width: 50%;
  }
  .archive .wrap .inner .contents.archive article .post-body .content .more, .page-template-page-blog .wrap .inner .contents.archive article .post-body .content .more, .ec-blog .wrap .inner .contents.archive article .post-body .content .more {
    position: relative;
    margin-top: 20px;
    text-align: right;
    display: block;
  }
  .archive .wrap .inner .contents.archive article .post-body {
    word-break: break-all;
  }


  /*----------------------------------------------------
    ブログリスト
  ----------------------------------------------------*/
  .bloglist .wrap .inner .contents h1, .totbloglist .wrap .inner .contents h1, .shopbloglist .wrap .inner .contents h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .bloglist .wrap .inner .contents {
    padding-bottom: 20px;
  }
  .bloglist .wrap .inner .contents ul li a {
    background-color: #005bac;
    text-align: center;
    line-height: 1;
    position: relative;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 16px 16px 42px;
    letter-spacing: 1px;
    border: 0;
    min-width: 250px;
  }
  .bloglist .wrap .inner .contents ul li a:before {
    content: "▶︎";
    padding: 0 1rem 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    left: 16px;
    top: 50%;
    margin: -9px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 1280px) {
  .bloglist .wrap .inner .contents ul li a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bloglist .wrap .inner .contents ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .bloglist .wrap .inner .contents ul li a:before {
    margin: -12px 0 0;
  }
  .bloglist .wrap .inner .contents ul li a br {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .shopbloglist .wrap .inner .contents div {
    width: 100%;
    margin-bottom: 30px;
  }
  .shopbloglist .wrap .inner .contents div p.area {
    float: none;
    margin: 5px auto 0;
  }
  .shopbloglist .wrap .inner .contents div ul {
    float: none;
    padding-left: 0;
  }
  .shopbloglist .wrap .inner .contents div ul li {
    margin-top: 20px;
    line-height: 1.6;
  }
  .shopbloglist .wrap .inner .contents .shoplist {
    margin-top: 0;
  }
  .shopbloglist .wrap .inner .contents .shoplist .left, .shopbloglist .wrap .inner .contents .shoplist .right {
    float: none;
    width: 100%;
    margin: 0;
  }

  /*----------------------------------------------------
    ブログ詳細
  ----------------------------------------------------*/
  .single-post {
    padding: 0;
  }
  .single-post .wrap {
    padding: 0;
  }
  .single-post .wrap .inner {
    width: 100%;
  }
  .single-post .wrap .inner .contents {
    width: 100%;
    float: none;
    padding: 50px 20px;
  }
  .single-post .wrap .inner .contents h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .single-post .wrap .inner .contents .post-head ul {
    text-align: center;
    display: block;
  }
  .single-post .wrap .inner .contents .post-head ul li a {
    width: 120px;
  }
  .single-post .wrap .inner .contents .post-head p {
    float: none;
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .single-post .wrap .inner .contents .post-head p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .single-post .wrap .inner .contents .post-body {
    padding: 20px;
  }
  .single-post .wrap .inner .contents .post-body p {
    line-height: 1.6;
  }
  .single-post .wrap .inner .contents .blognavi {
    margin-top: 40px;
  }
  .single-post .wrap .inner .contents .post-body {
    word-break: break-all;
  }
}
