html body * {
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.cf:after, .category #cat_box_list .auto_height .cat_box .cat_body .prof:after, .tax-area #cat_box_list .auto_height .cat_box .cat_body .prof:after, .page #cat_box_list .auto_height .cat_box .cat_body .prof:after {
  content: "";
  display: block;
  clear: both; }

a img:hover {
  opacity: 0.9; }

main li {
  font-size: 2em;
  color: #333; }

p {
  font-size: 16px;
  line-height: 1.8;
  color: #333; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

a.link_btn {
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 10px;
  position: relative;
  border: 2px solid #333; }
  a.link_btn:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -3px; }
  a.link_btn:hover {
    border: 2px solid #333;
    background: #fff;
    color: #333;
    text-decoration: none; }
    a.link_btn:hover:after {
      border-color: #333; }

#site-navigation {
  border-top: 4px solid #333;
  margin-bottom: 0;
  background: url(../img/lightpaperfibers_@2X.png) repeat;
  background-size: 500px 300px;
  border-bottom: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.navbar .site-title .navbar-brand {
  padding: 5px 0 0; }
  .navbar .site-title .navbar-brand img {
    max-width: 215px; }
.navbar #bs-example-navbar-collapse-1 li a {
  font-size: 1.3em;
  padding-left: 10px;
  padding-right: 10px; }
.navbar .navbar-nav {
  float: right; }

.nav-tabs {
  margin-left: 0;
  margin-bottom: 20px;
  border-bottom: #333 2px solid; }
  .nav-tabs li {
    margin-bottom: 0; }
    .nav-tabs li a {
      font-size: 16px;
      border: 2px solid #f3f3f3;
      background: #f3f3f3;
      color: #333;
      margin-right: 8px;
      border-radius: 4px 4px 0 0; }
      .nav-tabs li a:hover {
        cursor: pointer;
        background: #333;
        border: 2px solid #333;
        color: #fff; }
      .nav-tabs li a i {
        margin-right: 5px; }
    .nav-tabs li.active a {
      background: #333;
      border: 2px solid #333;
      color: #fff; }
      .nav-tabs li.active a:hover {
        background: #333;
        border: 2px solid #333;
        color: #fff; }

.jumbotron {
  background: url(../img/main1.jpg) repeat;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 280px;
  min-height: 500px;
  margin-bottom: 0;
  -webkit-animation: bgscroll 70s linear infinite;
  animation: bgscroll 70s linear infinite; }
  .jumbotron .container {
    position: relative; }
    .jumbotron .container h1 {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -120px;
      margin-left: -120px; }
      .jumbotron .container h1 img {
        max-width: 240px; }

@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0; }

  100% {
    background-position: -1800px 0; } }

@keyframes bgscroll {
  0% {
    background-position: 0 0; }

  100% {
    background-position: -1800px 0; } }

#concept {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  #concept h2 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 38px;
    letter-spacing: 3px;
    border-bottom: 3px solid #333;
    display: inline-block;
    margin: 0;
    padding-bottom: 5px; }
  #concept h3 {
    font-size: 28px;
    margin-bottom: 20px; }

#about {
  background: url(../img/lightpaperfibers_@2X.png) repeat;
  background-size: 500px 300px;
  text-align: center;
  padding-top: 100px; }
  #about h2 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 38px;
    letter-spacing: 3px;
    border-bottom: 3px solid #333;
    display: inline-block;
    margin: 0;
    padding-bottom: 5px; }
  #about h3 {
    font-size: 28px;
    margin-bottom: 20px; }
  #about #cat_box {
    margin-bottom: 100px; }
    #about #cat_box a img:hover {
      opacity: 0.9; }

#imagebox1 .imgbox {
  padding: 0; }
  #imagebox1 .imgbox img {
    width: 100%; }

#support {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  #support h2 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 38px;
    letter-spacing: 3px;
    border-bottom: 3px solid #333;
    display: inline-block;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 50px; }

#footlogo {
  padding: 50px 0;
  border-top: 2px solid #333;
  background: url(../img/lightpaperfibers_@2X.png) repeat;
  background-size: 500px 300px; }
  #footlogo h2 {
    margin: 0; }
    #footlogo h2 img {
      max-width: 115px; }
  #footlogo ul {
    text-align: center;
    float: none; }
    #footlogo ul li {
      list-style: none;
      display: inline-block;
      margin-right: 10px;
      float: none; }
      #footlogo ul li a {
        color: #333;
        font-size: 14px; }

footer#colophon {
  padding: 50px 0;
  background: #333; }
  footer#colophon p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 2; }

.category .page_title, .tax-area .page_title, .page .page_title {
  background: url(../img/img_cattitle_study.jpg) center no-repeat;
  background-size: cover; }
  .category .page_title h1, .tax-area .page_title h1, .page .page_title h1 {
    font-size: 28px;
    margin: 0;
    line-height: 240px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }
.category #cat_copy, .tax-area #cat_copy, .page #cat_copy {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px; }
  .category #cat_copy h2, .tax-area #cat_copy h2, .page #cat_copy h2 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 38px;
    letter-spacing: 3px;
    border-bottom: 3px solid #333;
    display: inline-block;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 50px; }
  .category #cat_copy p, .tax-area #cat_copy p, .page #cat_copy p {
    line-height: 1.8; }
.category #cat_box_list .auto_height, .tax-area #cat_box_list .auto_height, .page #cat_box_list .auto_height {
  margin-bottom: 30px; }
  .category #cat_box_list .auto_height .cat_box, .tax-area #cat_box_list .auto_height .cat_box, .page #cat_box_list .auto_height .cat_box {
    background: url(../img/ricepaper_v3_@2X.png) repeat;
    background-size: 250px 250px;
    border: 2px solid #333;
    height: 100%;
    border-radius: 5px; }
    .category #cat_box_list .auto_height .cat_box .cat_head img:hover, .tax-area #cat_box_list .auto_height .cat_box .cat_head img:hover, .page #cat_box_list .auto_height .cat_box .cat_head img:hover {
      opacity: 0.8; }
    .category #cat_box_list .auto_height .cat_box .cat_body, .tax-area #cat_box_list .auto_height .cat_box .cat_body, .page #cat_box_list .auto_height .cat_box .cat_body {
      padding: 15px; }
      .category #cat_box_list .auto_height .cat_box .cat_body h2, .tax-area #cat_box_list .auto_height .cat_box .cat_body h2, .page #cat_box_list .auto_height .cat_box .cat_body h2 {
        color: #333;
        margin: 0;
        word-wrap: break-all;
        font-size: 18px;
        margin-bottom: 10px; }
        .category #cat_box_list .auto_height .cat_box .cat_body h2 span, .tax-area #cat_box_list .auto_height .cat_box .cat_body h2 span, .page #cat_box_list .auto_height .cat_box .cat_body h2 span {
          background: linear-gradient(transparent 50%, #ffff66 50%); }
      .category #cat_box_list .auto_height .cat_box .cat_body .area, .tax-area #cat_box_list .auto_height .cat_box .cat_body .area, .page #cat_box_list .auto_height .cat_box .cat_body .area {
        margin-bottom: 10px;
        display: inline-block;
        padding: 3px 10px;
        color: #fff;
        line-height: 1.3;
        background: #FF5D26;
        border-radius: 3px; }
      .category #cat_box_list .auto_height .cat_box .cat_body p, .tax-area #cat_box_list .auto_height .cat_box .cat_body p, .page #cat_box_list .auto_height .cat_box .cat_body p {
        word-break: break-word;
        margin-bottom: 0;
        line-height: 1.8; }
      .category #cat_box_list .auto_height .cat_box .cat_body .prof, .tax-area #cat_box_list .auto_height .cat_box .cat_body .prof, .page #cat_box_list .auto_height .cat_box .cat_body .prof {
        margin-top: 15px; }
        .category #cat_box_list .auto_height .cat_box .cat_body .prof .avatar, .tax-area #cat_box_list .auto_height .cat_box .cat_body .prof .avatar, .page #cat_box_list .auto_height .cat_box .cat_body .prof .avatar {
          border-radius: 50%;
          border: 2px solid #333;
          float: left; }
        .category #cat_box_list .auto_height .cat_box .cat_body .prof .name, .tax-area #cat_box_list .auto_height .cat_box .cat_body .prof .name, .page #cat_box_list .auto_height .cat_box .cat_body .prof .name {
          float: left;
          margin-left: 10px;
          margin-bottom: 0; }
          .category #cat_box_list .auto_height .cat_box .cat_body .prof .name dt, .tax-area #cat_box_list .auto_height .cat_box .cat_body .prof .name dt, .page #cat_box_list .auto_height .cat_box .cat_body .prof .name dt {
            line-height: 1.8;
            font-size: 18px;
            font-weight: bold; }
          .category #cat_box_list .auto_height .cat_box .cat_body .prof .name dd, .tax-area #cat_box_list .auto_height .cat_box .cat_body .prof .name dd, .page #cat_box_list .auto_height .cat_box .cat_body .prof .name dd {
            margin: 0;
            font-size: 14px; }

.page-id-424.page .page_title {
  background: url(../img/img_cattitle_play.jpg) center no-repeat; }

.page-id-290.page .page_title {
  background: url(../img/img_head-machine.jpg) center no-repeat; }

.page .normal {
  padding: 80px 0; }

.category #area {
  margin-top: 50px;
  margin-bottom: 100px; }
  .category #area a {
    text-align: center;
    background: #FF5D26;
    color: #fff;
    display: block;
    padding: 30px;
    font-size: 22px;
    border-radius: 5px; }
    .category #area a:hover {
      text-decoration: none;
      background: #fff;
      color: #333; }

.category-join .page_title {
  background: url(../img/img_cattitle_eat.jpg) center no-repeat;
  background-size: cover; }
.category-join .site-main {
  background: url(../img/eat-back.jpg) no-repeat;
  background-size: cover; }

.category-play .page_title {
  background: url(../img/img_cattitle_play.jpg) center no-repeat;
  background-size: cover; }

.single #main #single_post {
  padding-top: 100px;
  padding-bottom: 100px; }
  .single #main #single_post h1 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold; }
  .single #main #single_post h2.heading {
    background: #f3f3f3;
    border-bottom: 2px solid #333;
    color: #333;
    padding: 10px;
    margin-top: 30px; }
  .single #main #single_post p {
    margin-bottom: 5px;
    line-height: 2; }
  .single #main #single_post .profit {
    margin-top: 10px;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border: 2px dashed #333;
    border-radius: 3px;
    box-shadow: 0 0 0 5px #fff, 0 0 5px 6px rgba(0, 0, 0, 0.3); }
    .single #main #single_post .profit h2 {
      font-weight: bold;
      display: inline-block;
      margin: 0 0 10px;
      background: linear-gradient(transparent 40%, #ffff66 40%); }
    .single #main #single_post .profit strong {
      font-weight: bold; }
  .single #main #single_post table {
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px; }
    .single #main #single_post table tr th {
      border: 1px solid #ccc;
      padding: 5px 10px;
      background: #f3f3f3;
      font-weight: normal; }
    .single #main #single_post table tr td {
      border: 1px solid #ccc;
      padding: 5px 10px; }
  .single #main #single_post .menu table tr th {
    width: 70%; }

.page #page-content table {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px; }
  .page #page-content table tr th {
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #f3f3f3;
    font-weight: normal; }
  .page #page-content table tr td {
    border: 1px solid #ccc;
    padding: 5px 10px; }

#comments .comment-form-url {
  display: none; }
#comments .comment-form-email {
  display: none; }
#comments .comment-list {
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  border: 2px solid #333;
  padding: 10px;
  background: #fff;
  border-radius: 4px; }
  #comments .comment-list > li {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #comments .comment-list ul.children {
    list-style: none;
    margin-left: 0; }

/*-- 加盟店募集 --*/
.page-template-page-store-collection .page_title {
  background: url(../img/img_head-store-collection.jpg) center bottom no-repeat; }
.page-template-page-store-collection .site-main {
  background: url(../img/coll-back.jpg) no-repeat;
  background-size: cover; }
.page-template-page-store-collection #collection-main {
  overflow: hidden;
  position: relative;
  padding: 80px 0; }
  .page-template-page-store-collection #collection-main .main-visual {
    display: block;
    margin: 0 auto; }
  .page-template-page-store-collection #collection-main .contact {
    background: #333;
    color: #fff;
    position: relative;
    z-index: 100;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    top: -30px;
    border: 2px solid #333; }
    .page-template-page-store-collection #collection-main .contact a {
      color: #fff; }
    .page-template-page-store-collection #collection-main .contact:hover {
      background: #fff;
      border: 2px solid #333; }
      .page-template-page-store-collection #collection-main .contact:hover a {
        color: #333;
        text-decoration: none; }
  .page-template-page-store-collection #collection-main .point-img1 {
    position: absolute;
    left: 10%;
    top: 0;
    animation-duration: 3s; }
  .page-template-page-store-collection #collection-main .point-img2 {
    position: absolute;
    right: 10%;
    top: 0;
    animation-duration: 4s; }
  .page-template-page-store-collection #collection-main .point-img3 {
    position: absolute;
    left: 10%;
    bottom: 0;
    animation-duration: 2.5s; }
  .page-template-page-store-collection #collection-main .point-img4 {
    position: absolute;
    right: 10%;
    bottom: 0;
    animation-duration: 4.5s; }

.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  /* fuwafuwaっていうアニメーションをしてね！ */
  -webkit-animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2.5s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease; }

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, -20px); }

  100% {
    -webkit-transform: translate(0, 0); } }

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0); }

  50% {
    -moz-transform: translate(0, -20px); }

  100% {
    -moz-transform: translate(0, 0); } }

.modal-content {
  border: 2px solid #333; }
  .modal-content .modal-header {
    padding-bottom: 0; }
  .modal-content .modal-body {
    padding-top: 0; }
    .modal-content .modal-body h2 {
      margin: 0;
      font-weight: bold;
      font-size: 18px; }
    .modal-content .modal-body p {
      line-height: 1.8;
      font-size: 16px; }

form label {
  font-weight: normal;
  font-size: 1em;
  text-align: center; }
form input[type="text"], form input[type="email"], form input[type="url"], form input[type="password"], form input[type="search"], form input[type="number"], form input[type="tel"], form input[type="range"], form input[type="date"], form input[type="month"], form input[type="week"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="color"], form textarea {
  font-size: 1em;
  padding: 10px;
  background: #eee;
  margin-top: 5px;
  border: none;
  max-width: 100%; }
form input[type="submit"] {
  font-size: 1em;
  padding: 20px 10px;
  text-align: center;
  background: #333;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  width: 300px;
  max-width: 100%; }
