/*!
Theme Name: CUCURU
Theme URI:
Description: theme for CUCURU
Version: 1.0.1
*/
/*!
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  color: #525252;
  background-color: #fff8f1;
  min-width: 1000px;
  line-height: 1.4;
  font-size: 16px; }

/* Yu Gothic for Windows */
@font-face {
  font-family: MyYuGothic;
  font-weight: normal;
  src: local(YuGothic-Medium), local("Yu Gothic Medium"); }
@font-face {
  font-family: MyYuGothicBold;
  font-weight: bold;
  src: local(YuGothic-Bold), local("Yu Gothic"); }
body {
  font-family: sans-serif; }

body[data-os^="Windows"] {
  font-family: Meiryo, sans-serif; }

body[data-os="Windows 10"] {
  font-family: MyYuGothic, Meiryo, sans-serif; }

body[data-os^="Mac OS"] {
  font-family: YuGothic, sans-serif; }

body[data-os^="iOS"] {
  font-family: sans-serif; }

body[data-os^="Android"] {
  font-family: Roboto, sans-serif; }

body[data-os^="Android 4"],
body[data-os^="Android 5"] {
  font-family: Roboto, MotoyaLCedar, sans-serif; }

a:link,
a:visited {
  color: #525252;
  text-decoration: none; }

a:hover,
a:active {
  color: #525252;
  text-decoration: underline; }

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

.header .fixed-header {
  background-color: #5e6572; }
  .header .fixed-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
.header .inner {
  margin: 0 auto;
  width: 1000px; }
.header .header-logo,
.header .header-nav,
.header .header-misc {
  display: table-cell;
  vertical-align: middle; }
.header .header-logo {
  width: 130px; }
  .header .header-logo a, .header .header-logo img {
    display: block;
    width: 130px; }
.header .header-nav {
  width: 760px; }
  .header .header-nav li {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .header .header-nav li:hover a {
      color: #e5bda7;
      text-decoration: none; }
    .header .header-nav li:hover .sub-menu {
      display: block; }
      .header .header-nav li:hover .sub-menu a {
        color: #ebecef;
        background-color: #757d8c; }
        .header .header-nav li:hover .sub-menu a:hover, .header .header-nav li:hover .sub-menu a:active {
          color: #e5bda7;
          background-color: #5e6572; }
    .header .header-nav li a {
      padding: 31px 12px;
      display: block;
      color: #ebecef;
      font-size: 13px; }
  .header .header-nav .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 2;
    display: none; }
    .header .header-nav .sub-menu a {
      padding: 11px;
      width: 200px; }
.header .header-misc {
  width: 110px; }
  .header .header-misc .header-social {
    display: inline-block;
    vertical-align: middle; }
    .header .header-misc .header-social .header-social-twitter,
    .header .header-misc .header-social .header-social-facebook {
      margin-right: 25px;
      display: inline-block;
      vertical-align: middle; }
      .header .header-misc .header-social .header-social-twitter span,
      .header .header-misc .header-social .header-social-facebook span {
        display: none; }
      .header .header-misc .header-social .header-social-twitter a,
      .header .header-misc .header-social .header-social-facebook a {
        color: #fff; }
        .header .header-misc .header-social .header-social-twitter a:hover, .header .header-misc .header-social .header-social-twitter a:active,
        .header .header-misc .header-social .header-social-facebook a:hover,
        .header .header-misc .header-social .header-social-facebook a:active {
          color: #e5bda7; }
        .header .header-misc .header-social .header-social-twitter a::after,
        .header .header-misc .header-social .header-social-facebook a::after {
          display: inline-block;
          font-family: fontawesome; }
    .header .header-misc .header-social .header-social-twitter a::after {
      content: '\f099';
      display: inline-block; }
    .header .header-misc .header-social .header-social-facebook a::after {
      content: '\f09a';
      display: inline-block; }
  .header .header-misc .header-search {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .header .header-misc .header-search form {
      display: none; }
    .header .header-misc .header-search input[type="text"] {
      position: absolute;
      top: 50%;
      right: 100%;
      margin-right: 10px;
      margin-top: -18px;
      padding: 10px;
      border: 0;
      width: 220px; }
    .header .header-misc .header-search .header-search-toggle {
      cursor: pointer; }
      .header .header-misc .header-search .header-search-toggle span {
        display: none; }
      .header .header-misc .header-search .header-search-toggle::after {
        content: '\f002';
        font-family: fontawesome;
        display: inline-block;
        color: #fff; }
      .header .header-misc .header-search .header-search-toggle:hover::after, .header .header-misc .header-search .header-search-toggle:active::after {
        color: #e5bda7; }

.content {
  margin: 0 auto;
  width: 1000px; }
  .content::after {
    content: '';
    display: block;
    clear: both; }
  .content .content-heading {
    margin-bottom: 10px;
    color: #525252;
    font-size: 34px; }
    .content .content-heading:first-letter {
      color: #e3bba5; }
    .content .content-heading span {
      padding-left: 10px;
      font-size: 15px; }
  .content .content-heading-sub {
    margin-bottom: 10px;
    color: #525252;
    font-size: 30px; }
    .content .content-heading-sub:first-letter {
      color: #e3bba5; }
    .content .content-heading-sub span {
      padding-left: 10px;
      font-size: 14px; }

.topicpath {
  padding: 20px 0;
  font-size: 10px;
  color: #999; }
  .topicpath a {
    color: #999; }

.next-link {
  padding-bottom: 200px;
  width: 0;
  height: 0;
  overflow: hidden; }

.main {
  float: left;
  width: 680px; }

.icon-pr {
  position: absolute;
  top: 0;
  left: 0;
  padding: 37px 37px 0 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url(images/icon-pr.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 5; }

.sidebar {
  padding-top: 54px;
  float: right;
  width: 300px; }
  .sidebar.fixed {
    position: fixed; }
  .sidebar .sidebar-block {
    margin-bottom: 24px; }
    .sidebar .sidebar-block:last-child {
      margin-bottom: 30px; }
    .sidebar .sidebar-block .sidebar-heading {
      color: #525252;
      font-size: 26px; }
      .sidebar .sidebar-block .sidebar-heading:first-letter {
        color: #e3bba5; }
      .sidebar .sidebar-block .sidebar-heading span {
        padding-left: 8px;
        font-size: 12px; }
    .sidebar .sidebar-block .sidebar-curators ul {
      display: table;
      display: block\9;
      word-spacing: -1em;
      width: 300px; }
    .sidebar .sidebar-block .sidebar-curators li {
      margin-top: 16px;
      margin-left: 10px;
      display: inline-block;
      vertical-align: top;
      word-spacing: normal;
      width: 90px; }
      .sidebar .sidebar-block .sidebar-curators li a {
        display: block; }
      .sidebar .sidebar-block .sidebar-curators li .image {
        margin: 0 auto;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        overflow: hidden; }
        .sidebar .sidebar-block .sidebar-curators li .image img {
          display: block; }
      .sidebar .sidebar-block .sidebar-curators li .name {
        padding-top: 5px;
        color: #525252;
        font-size: 14px;
        text-align: center; }
      .sidebar .sidebar-block .sidebar-curators li .profile {
        margin-top: 3px;
        font-size: 12px; }
    .sidebar .sidebar-block .sidebar-curators .sidebar-curators-more {
      margin-top: 14px; }
      .sidebar .sidebar-block .sidebar-curators .sidebar-curators-more a {
        padding: 17px 0;
        border: 1px solid #e5bda7;
        color: #e5bda7;
        display: block;
        font-size: 15px;
        text-align: center; }
        .sidebar .sidebar-block .sidebar-curators .sidebar-curators-more a:hover, .sidebar .sidebar-block .sidebar-curators .sidebar-curators-more a:active {
          text-decoration: none;
          opacity: .75; }
        .sidebar .sidebar-block .sidebar-curators .sidebar-curators-more a span::after {
          content: '\f105';
          font-family: fontawesome;
          margin-top: -2px;
          padding-left: 20px;
          display: inline-block;
          vertical-align: middle; }
    .sidebar .sidebar-block .sidebar-list li {
      margin-top: 20px; }
      .sidebar .sidebar-block .sidebar-list li:first-child {
        margin-top: 10px; }
      .sidebar .sidebar-block .sidebar-list li a {
        display: block;
        position: relative;
        z-index: 1; }
        .sidebar .sidebar-block .sidebar-list li a::after {
          content: '';
          display: block;
          clear: both; }
        .sidebar .sidebar-block .sidebar-list li a .rank {
          border: 2px solid #fff;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          line-height: 20px;
          color: #fff;
          background-color: #e5bda7;
          position: absolute;
          top: -7px;
          left: -7px;
          z-index: 5;
          font-size: 14px;
          font-style: italic;
          text-align: center; }
        .sidebar .sidebar-block .sidebar-list li a .image {
          padding-right: 10px;
          float: left;
          width: 70px;
          height: 60px;
          overflow: hidden;
          position: relative;
          z-index: 1; }
          .sidebar .sidebar-block .sidebar-list li a .image img {
            display: block;
            max-width: 100%;
            height: auto; }
        .sidebar .sidebar-block .sidebar-list li a .title {
          overflow: hidden;
          font-size: 13px;
          font-weight: bold; }
    .sidebar .sidebar-block .sidebar-nav {
      background-color: #5e6572;
      position: relative;
      z-index: 1; }
      .sidebar .sidebar-block .sidebar-nav::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background-color: #fff;
        z-index: 2; }
      .sidebar .sidebar-block .sidebar-nav ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
      .sidebar .sidebar-block .sidebar-nav li {
        width: 150px;
        font-size: 12px; }
        .sidebar .sidebar-block .sidebar-nav li .anchor {
          position: relative;
          display: block;
          height: 100%;
          z-index: 1; }
        .sidebar .sidebar-block .sidebar-nav li a {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-bottom: 1px solid #fff;
          padding: 8px;
          position: relative;
          display: block;
          height: 100%;
          color: #fff;
          background-color: #5e6572;
          text-align: center; }
          .sidebar .sidebar-block .sidebar-nav li a:hover, .sidebar .sidebar-block .sidebar-nav li a:active {
            background-color: #757d8c;
            text-decoration: none; }
    .sidebar .sidebar-block .sidebar-copyright {
      margin-top: -1px;
      padding: 8px;
      border-top: 1px solid #fff;
      color: #fff;
      background-color: #5e6572;
      font-size: 10px;
      text-align: center;
      position: relative;
      z-index: 2; }
  .sidebar .twitter-timeline,
  .sidebar .fb_iframe_widget {
    height: 500px; }

.featured-posts {
  margin-bottom: 40px; }
  .featured-posts ul {
    margin: 0 auto;
    width: 1200px; }
    .featured-posts ul::after {
      content: '';
      display: block;
      clear: both; }
  .featured-posts li {
    width: 600px;
    overflow: hidden; }
    .featured-posts li:nth-child(1) {
      float: left;
      height: 400px; }
    .featured-posts li:nth-child(2), .featured-posts li:nth-child(3) {
      float: right;
      height: 200px; }
    .featured-posts li a, .featured-posts li img {
      display: block; }
    .featured-posts li .image {
      position: relative;
      z-index: 1; }
    .featured-posts li a {
      position: relative;
      z-index: 1; }
      .featured-posts li a::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #3a2510;
        opacity: .2;
        z-index: 2; }
      .featured-posts li a:hover::after, .featured-posts li a:active::after {
        opacity: 0; }
      .featured-posts li a:hover .title, .featured-posts li a:active .title {
        text-decoration: underline; }
    .featured-posts li .text {
      padding: 0 20px;
      color: #fff;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      position: absolute;
      right: 0;
      left: 0;
      bottom: 20px;
      z-index: 3; }
      .featured-posts li .text .date {
        font-size: 10px; }
      .featured-posts li .text .title {
        font-size: 22px; }
      .featured-posts li .text .meta {
        font-size: 10px; }
        .featured-posts li .text .meta::after {
          content: '';
          display: block;
          clear: both; }
        .featured-posts li .text .meta .category {
          float: left; }
        .featured-posts li .text .meta .author {
          float: right; }

.home-ad-above {
  margin: 40px auto 24px;
  max-width: 1000px; }

.stack-list .next-post-link {
  margin-top: 10px;
  padding-bottom: 25px;
  text-align: center; }
  .stack-list .next-post-link a {
    padding: 14px 83px;
    border: 1px solid #e5bda7;
    color: #e5bda7;
    display: inline-block;
    font-size: 15px;
    text-align: center; }
    .stack-list .next-post-link a span::after {
      content: '>';
      padding-left: 16px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -6px; }

.archive-title {
  font-size: 30px; }
  .archive-title span {
    padding-left: 10px;
    font-size: 14px; }

.archive-description {
  margin: 10px 0 20px;
  font-size: 15px; }

.stack-list {
  margin-bottom: 20px; }
  .infinite:nth-child(n+2) .stack-list {
    margin-bottom: 0; }
  .stack-list li {
    margin-top: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    display: table;
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1; }
    .stack-list li .icon-pr {
      top: 10px;
      left: 10px; }
    .stack-list li .image,
    .stack-list li .text {
      display: table-cell;
      vertical-align: top; }
    .stack-list li .image {
      width: 130px;
      position: relative;
      z-index: 1; }
      .stack-list li .image a {
        display: block; }
        .stack-list li .image a:hover img, .stack-list li .image a:active img {
          opacity: .4; }
      .stack-list li .image img {
        display: block; }
    .stack-list li .text {
      padding: 8px 0 8px 10px;
      overflow: hidden;
      position: relative; }
      .stack-list li .text .date {
        padding-bottom: 6px;
        color: #999;
        font-size: 10px; }
      .stack-list li .text .title {
        margin-bottom: 1em;
        font-size: 15px;
        font-weight: bold; }
      .stack-list li .text .post-meta {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 10px; }

.column3-list {
  margin-bottom: 20px; }
  .column3-list ul {
    /*
    		margin-left: -4px;
    		display: table;
    		display: block\9;
    		width: 684px;
    		word-spacing: -1em;
    */
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .column3-list li {
    margin: 4px 0 0 4px;
    /*
    		display: inline-block;
    		vertical-align: top;
    		word-spacing: normal;
    */
    width: 224px;
    background-color: #fff;
    position: relative; }
    .column3-list li:nth-of-type(3n+1) {
      margin-left: 0; }
    .column3-list li .image {
      position: relative;
      z-index: 1; }
      .column3-list li .image a {
        display: block; }
        .column3-list li .image a:hover img, .column3-list li .image a:active img {
          opacity: .4; }
      .column3-list li .image img {
        display: block; }
    .column3-list li .text {
      padding: 10px 10px 1.4em;
      position: relative; }
      .column3-list li .text .title {
        margin-bottom: 4px;
        font-size: 15px;
        font-weight: bold; }
      .column3-list li .text .post-meta {
        position: absolute;
        bottom: 10px;
        right: 10px;
        left: 10px; }

.column4-list ul {
  margin-left: -13px;
  display: table;
  display: block\9;
  word-spacing: -1em;
  width: 693px; }
.column4-list li {
  margin-bottom: 16px;
  margin-left: 13px;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 160px; }
  .column4-list li .image a, .column4-list li .image img {
    display: block; }
  .column4-list li .image a:hover img, .column4-list li .image a:active img {
    opacity: .75; }
  .column4-list li .text {
    margin-top: 5px; }
    .column4-list li .text .title {
      font-size: 15px; }
    .column4-list li .text .sponsor {
      margin-top: 5px;
      color: #999;
      font-size: 10px; }

.post-meta::after {
  content: '';
  display: block;
  clear: both; }
.post-meta .category {
  float: left;
  font-size: 10px; }
  .post-meta .category a {
    color: #e4bda9; }
    .post-meta .category a::after {
      content: ',';
      margin-right: 4px;
      display: inline-block;
      vertical-align: middle; }
    .post-meta .category a:last-child::after {
      display: none; }
.post-meta .author {
  float: right;
  font-size: 10px; }
  .post-meta .author a {
    color: #999; }

.tags a {
  margin-right: 5px;
  color: #e3bba5;
  font-size: 10px; }

.post-tags {
  margin-top: 25px;
  margin-bottom: 25px; }
  .post-tags .post-tags-list ul::after {
    content: '';
    display: block;
    clear: both; }
  .post-tags .post-tags-list li {
    margin-right: 10px;
    float: left; }
    .post-tags .post-tags-list li a {
      padding: 8px 20px;
      border: 1px solid #f1dfd7;
      display: block;
      background-color: #fff8f1;
      font-size: 12px; }
      .post-tags .post-tags-list li a:hover, .post-tags .post-tags-list li a:active {
        text-decoration: none;
        opacity: .75; }
      .post-tags .post-tags-list li a span::before {
        content: '\f02b';
        font-family: fontawesome;
        padding-right: 3px;
        display: inline-block;
        vertical-align: middle; }

.pickup-block {
  margin-bottom: 20px; }
  .pickup-block ul {
    margin-left: 0;
    width: 680px; }
  .pickup-block li {
    margin-left: 10px;
    width: 220px;
    background-color: transparent; }
    .pickup-block li .text {
      margin-top: 5px;
      padding: 0 0 1.5em;
      position: relative; }
      .pickup-block li .text .post-meta {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0; }
    .pickup-block li:first-child, .pickup-block li:nth-of-type(3n+1) {
      margin-left: 0; }

.curators-block {
  padding: 20px 30px;
  background-color: #fff; }

.single .curators-premium {
  font-size: 16px; }
  .single .curators-premium ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .single .curators-premium li {
    margin-top: 25px;
    margin-bottom: 0;
    list-style-type: none; }
    .single .curators-premium li .image a, .single .curators-premium li .image img {
      display: block;
      margin: 0 auto; }
    .single .curators-premium li .text {
      margin-top: 18px; }
      .single .curators-premium li .text .name {
        margin: 0; }
        .single .curators-premium li .text .name a {
          color: #e3bba5; }
      .single .curators-premium li .text .short-info {
        margin-top: 10px;
        margin-bottom: 0; }

.single .curators {
  margin-top: 25px; }
  .single .curators ul {
    display: table;
    display: block\9;
    width: 620px;
    margin: 0; }
  .single .curators li {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
    width: 300px;
    list-style-type: none; }
    .single .curators li::after {
      content: '';
      display: block;
      clear: both; }
    .single .curators li:nth-child(even) {
      margin-right: 0; }
    .single .curators li .image {
      margin-right: 10px;
      float: left;
      width: 100px; }
      .single .curators li .image a, .single .curators li .image img {
        display: block; }
      .single .curators li .image a:hover img, .single .curators li .image a:active img {
        opacity: .75; }
      .single .curators li .image img {
        max-width: 100%;
        height: auto; }
    .single .curators li .text {
      overflow: hidden; }
      .single .curators li .text .name {
        font-size: 16px;
        margin: 0; }
        .single .curators li .text .name a {
          color: #e3bba5; }
      .single .curators li .text .short-info {
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 12px; }

.curator-image {
  text-align: center; }
  .curator-image img {
    margin: 0 auto; }

.shop-search-conditions {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff; }
  .shop-search-conditions .shop-search-condition-block .shop-search-condition-header {
    margin-bottom: 10px;
    padding: 15px 30px;
    border-bottom: 1px solid #5e6572;
    font-weight: 18px;
    cursor: pointer;
    position: relative; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-header::before, .shop-search-conditions .shop-search-condition-block .shop-search-condition-header::after {
      font-family: fontawesome;
      position: absolute;
      top: 50%;
      margin-top: -.5em;
      line-height: 1; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-header::before {
      left: 0;
      content: '\f002'; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-header::after {
      right: 0;
      content: '\f13a'; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-header.is-open::after {
      content: '\f139'; }
  .shop-search-conditions .shop-search-condition-block .shop-search-condition-body {
    padding: 10px 0 20px;
    display: none; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-body table {
      width: 100%; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-body th, .shop-search-conditions .shop-search-condition-block .shop-search-condition-body td {
      padding: 16px;
      border-bottom: 4px solid #fff;
      vertical-align: top;
      font-size: 15px;
      text-align: left; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-body th {
      width: 90px;
      background-color: #fff8f1;
      font-weight: bold; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-body td .shop-area-city {
      display: inline-block;
      vertical-align: top;
      width: 25%; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-body td .shop-area-ward {
      margin-bottom: 1em;
      padding-top: .5em;
      display: block;
      width: 100%; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-body td ul {
      display: table;
      display: block\9;
      word-spacing: -1em;
      width: 100%; }
    .shop-search-conditions .shop-search-condition-block .shop-search-condition-body td li {
      display: inline-block;
      vertical-align: middle;
      word-spacing: normal; }
      .shop-search-conditions .shop-search-condition-block .shop-search-condition-body td li::after {
        content: '/';
        margin: 0 4px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px; }
      .shop-search-conditions .shop-search-condition-block .shop-search-condition-body td li:last-child::after {
        display: none; }

.area-title {
  font-size: 34px; }

.snap-list .infinite:nth-child(n+2) ul {
  margin-top: 0; }
.snap-list ul {
  margin-top: 12px;
  margin-left: -19px;
  display: table;
  display: block\9;
  word-spacing: -1em;
  width: 699px; }
.snap-list li {
  margin-left: 19px;
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 214px; }
  .snap-list li .text {
    margin-top: 4px;
    text-align: center; }
.snap-list .nav-next {
  display: none; }

.search-reslut-0 {
  padding: 20px 10px;
  font-size: 14px; }

.single {
  padding: 20px 30px;
  background-color: #fff;
  word-break: break-all; }

.single-header {
  padding: 20px 30px;
  background-color: #fff; }
  .single-header .single-title {
    font-size: 30px; }
  .single-header .single-post-meta {
    margin-top: 5px;
    display: table;
    width: 100%;
    color: #999; }
    .single-header .single-post-meta .single-post-meta-primary,
    .single-header .single-post-meta .single-post-meta-secondary {
      display: table-cell;
      vertical-align: middle; }
    .single-header .single-post-meta .single-post-meta-secondary {
      text-align: right; }
    .single-header .single-post-meta .category,
    .single-header .single-post-meta .date,
    .single-header .single-post-meta .author {
      margin-right: 20px;
      display: inline-block;
      vertical-align: middle;
      font-size: 10px; }
    .single-header .single-post-meta .category a {
      color: #e3bba5; }
      .single-header .single-post-meta .category a::after {
        content: ', ';
        display: inline-block;
        vertical-align: middle; }
      .single-header .single-post-meta .category a:last-child::after {
        display: none; }
    .single-header .single-post-meta .author a {
      color: #999; }
    .single-header .single-post-meta .icon-pr-single {
      border: 1px solid #e5bda7;
      padding: 6px 18px;
      display: inline-block;
      vertical-align: middle;
      color: #e5bda7;
      background-color: #fff8f1;
      line-height: 1;
      font-size: 10px;
      text-align: center; }
    .single-header .single-post-meta .media-name {
      margin-left: 10px;
      display: inline-block;
      vertical-align: middle; }
      .single-header .single-post-meta .media-name img {
        display: block; }

.single-footer {
  padding-bottom: 35px;
  background-color: #fff; }

.content-footer-social ul {
  display: table;
  display: block\9;
  word-spacing: -1em;
  width: 100%;
  text-align: center; }
.content-footer-social li {
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal; }
  .content-footer-social li a {
    display: block;
    width: 52px;
    height: 52px;
    background-image: url(images/sns-sprite.png);
    background-repeat: no-repeat; }
  .content-footer-social li.twitter a {
    background-position: 0 -34px; }
  .content-footer-social li.facebook a {
    background-position: -52px -34px; }
  .content-footer-social li.line a {
    background-position: -104px -34px; }
  .content-footer-social li span {
    display: none; }

.recommend,
.related {
  margin-top: 25px; }

.curator-title {
  margin-bottom: 40px;
  font-size: 30px;
  display: none; }

.curator-block {
  margin-bottom: 25px;
  padding: 20px 30px 50px;
  background-color: #fff; }
  .curator-block a {
    color: #e3bba5; }
  .curator-block .curator-image img {
    display: block; }
  .curator-block .curator-name {
    margin-top: 15px;
    display: none; }
  .curator-block .curator-info {
    margin-top: 15px; }
    .curator-block .curator-info p {
      margin-bottom: 1em; }
  .curator-block .curator-link {
    margin-top: 1em; }

.single-content-shop .shop-map {
  width: 620px;
  height: 300px; }

.snap-event {
  margin-top: 35px; }

.notfound {
  padding: 20px 20px 40px;
  background-color: #fff; }
  .notfound .notfound-heading {
    font-size: 30px; }
  .notfound .notfound-text {
    margin-top: 24px;
    font-size: 16px; }
    .notfound .notfound-text p {
      margin-bottom: 1em; }
  .notfound .notfound-return a {
    margin: 40px auto 0;
    padding: 14px 0;
    display: block;
    width: 300px;
    color: #fff;
    background-color: #5e6572;
    font-size: 15px;
    text-align: center; }
    .notfound .notfound-return a:hover, .notfound .notfound-return a:active {
      text-decoration: none;
      opacity: .75; }
    .notfound .notfound-return a span::after {
      content: '\f105';
      font-family: fontawesome;
      padding-left: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -2px; }

.main .widget-mad {
  margin-top: 25px;
  margin-bottom: 25px; }

.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
  clear: both; }
.single h1 {
  font-size: 24px; }
.single h2 {
  font-size: 18px; }
.single h3 {
  font-size: 16px; }
.single h4 {
  font-size: 14px; }
.single h5 {
  font-size: 12px; }
.single h6 {
  font-size: 11px; }
.single h1 {
  margin: 18px 0;
  padding: 8px 0 8px 20px;
  border-left: 4px solid #e3bba5; }
.single h2 {
  margin: 18px 0;
  padding: 8px 0 8px 20px;
  border-left: 4px solid #e3bba5; }
.single h3, .single h4 {
  margin-bottom: 16px; }
.single h5, .single h6 {
  margin-bottom: 20px; }
.single p {
  margin-bottom: 1.5em; }
.single a:link, .single a:visited {
  color: #e3bba5;
  text-decoration: none; }
.single a:hover, .single a:active {
  color: #e3bba5;
  text-decoration: underline; }
.single strong, .single b {
  font-weight: bold; }
.single em {
  font-style: italic; }
.single ul, .single ol {
  margin: 0 0 1em 1.4em;
  padding: 0; }
  .single ul ul, .single ul ol, .single ol ul, .single ol ol {
    margin-bottom: 0; }
  .single ul li, .single ol li {
    margin-bottom: .5em; }
.single ul li {
  list-style-type: disc; }
.single ol li {
  list-style-type: decimal; }
.single dl {
  margin-bottom: 1.4em; }
  .single dl dt {
    font-weight: bold; }
.single table {
  margin-bottom: 1.5em;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%; }
.single th,
.single td {
  padding: 13px 20px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 100%;
  text-align: left; }
.single th {
  background-color: #fff8f1;
  font-weight: bold; }
.single blockquote {
  margin: 20px 0 50px;
  padding: 25px 2.5em 0;
  position: relative; }
  .single blockquote::before, .single blockquote::after {
    position: absolute;
    color: #aaa;
    font-family: fontawesome;
    font-size: 2em; }
  .single blockquote::before {
    content: '\f10e';
    top: 0;
    right: 0; }
  .single blockquote::after {
    content: '\f10d';
    left: 0;
    bottom: 0; }
  .single blockquote > * {
    margin-bottom: 25px; }
.single pre {
  margin: 20px 0 50px;
  padding: 25px 20px;
  border: 1px solid #cfcfcf;
  overflow-x: scroll; }
.single .wp-caption {
  margin-bottom: 1.6em;
  padding: 0;
  /*max-width: 100% !important;*/
  font-size: 16px; }
  .single .wp-caption.aligncenter {
    margin-bottom: 2em; }
  .single .wp-caption img {
    /*margin: 0;*/
    display: block; }
.single p.wp-caption-text {
  margin: 0;
  padding-top: 4px;
  color: #9c9f9c;
  font-style: italic;
  font-size: 12px; }
.single .alignleft {
  display: inline;
  float: left;
  margin-right: 20px; }
.single .alignright {
  display: inline;
  float: right;
  margin-left: 20px; }
.single .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.single img.alignleft,
.single img.alignright,
.single img.aligncenter {
  margin-bottom: 2em; }
.single iframe {
  max-width: 100%; }
.single .shoplink a {
  margin: 30px auto;
  padding: 13px 0;
  display: block;
  vertical-align: top;
  width: 300px;
  color: #fff;
  background-color: #5e6572;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px; }
  .single .shoplink a:hover, .single .shoplink a:active {
    text-decoration: none;
    opacity: .75; }
  .single .shoplink a span::after {
    content: '\f105';
    font-family: fontawesome;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px; }
.single .external .external-title {
  margin-bottom: 8px;
  font-weight: bold; }
.single .external a:link, .single .external a:visited {
  color: #525252;
  text-decoration: none; }
.single .external a:hover, .single .external a:active {
  color: #525252;
  text-decoration: underline; }

.trunk8 {
  display: block; }

h1, h2, h3 {
  font-weight: bold; }

.single img {
  display: block;
  margin: 0 auto; }

.sidebar .sidebar-block .sidebar-heading span.pr_parent_mark {
  border: 1px solid #e5bda7;
  padding: 6px 15px;
  display: inline-block;
  vertical-align: middle;
  color: #e5bda7;
  background-color: #fff8f1;
  line-height: 1;
  font-size: 10px;
  text-align: center;
  margin-left: 5px; }

/*# sourceMappingURL=style.css.map */