@charset "UTF-8";
/*
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/
/* My Minimal WordPress Styling comes here */
/* This is a small security for too long strings titles */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
body {
  word-wrap: break-word; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px; }

.wp-caption.aligncenter {
  margin-bottom: 10px; }

.wp-caption img[class*="wp-image-"] {
  display: block; }

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px; }

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em; }

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.gallery dd {
  margin: 0; }

.gallery-caption {
  display: block; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Content */
.main-content-inner {
  padding-bottom: 1.5em; }

.hentry {
  margin: 0 0 1.5em; }

.sticky {
  display: block; }

.bypostauthor {
  display: block; }

/* Clearing */
.clear {
  clear: both; }

/* Navigation */
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:active > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em; }

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
  padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  display: none; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/
.entry-meta {
  clear: both; }

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */
/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/
/* Hey, if you don't need my comments anymore, just delete me! :)  */
/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
  display: inline; }

body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, form, input, textarea, pre {
  margin: 0;
  padding: 0; }

strong {
  display: block; }

body {
  color: #000; }

ul, li {
  list-style-type: none; }

table, img {
  border: 0; }

hr {
  display: none;
  clear: both; }

em {
  font-style: normal; }

address {
  font-style: normal; }

* {
  line-height: 1.1; }

img {
  vertical-align: bottom; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.color1 {
  color: #30425D; }

header {
  padding-bottom: 10px; }
  header .head-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 15px; }
    header .head-top a {
      display: block;
      text-decoration: none; }
    header .head-top a.logo img, header .head-top a.logo p {
      display: inline-block;
      vertical-align: baseline; }
    header .head-top a.logo img {
      margin-right: 10px; }
    header .head-top a.logo p {
      line-height: 1.3; }
    @media screen and (max-width: 1070px) {
      header .head-top a.logo img, header .head-top a.logo p {
        display: block; }
      header .head-top a.logo img {
        margin-bottom: 10px; } }
    header .head-top .hcontact {
      display: flex;
      align-items: flex-end; }
      header .head-top .hcontact dd {
        display: inline-block;
        margin-right: 1em; }
      header .head-top .hcontact dd:last-child {
        margin-right: 0; }
      header .head-top .hcontact a.tell-num {
        color: #30425D; }
        header .head-top .hcontact a.tell-num strong {
          display: inline;
          font-size: 200%;
          font-weight: bold; }
      header .head-top .hcontact a.cbtn {
        background: #30425D;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        padding: 1em; }
        header .head-top .hcontact a.cbtn i {
          margin-right: 1em; }
        header .head-top .hcontact a.cbtn:hover {
          background: #243247; }
    header .head-top .button-toggle {
      display: none; }
    @media screen and (max-width: 1199px) {
      header .head-top a.logo p {
        display: none; } }
  header .site-menu {
    background: #fff;
    padding-bottom: 5px; }
    header .site-menu .site-menu-list {
      display: flex;
      justify-content: space-between; }
      header .site-menu .site-menu-list li {
        width: calc(100% / 6);
        border-right: 1px solid #C5C5C5; }
        header .site-menu .site-menu-list li:first-child {
          border-left: 1px solid #C5C5C5; }
        header .site-menu .site-menu-list li a {
          position: relative;
          display: block;
          width: 100%;
          text-decoration: none;
          padding: 15px 0; }
          header .site-menu .site-menu-list li a:after, header .site-menu .site-menu-list li a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            background: #243247;
            width: 0;
            height: 3px;
            transition: .3s; }
          header .site-menu .site-menu-list li a:after {
            left: auto;
            right: 50%; }
          header .site-menu .site-menu-list li a.current:before, header .site-menu .site-menu-list li a.current:after, header .site-menu .site-menu-list li a:hover:before, header .site-menu .site-menu-list li a:hover:after {
            width: 50%; }
          header .site-menu .site-menu-list li a.current:before, header .site-menu .site-menu-list li a:hover:before {
            left: 0; }
          header .site-menu .site-menu-list li a.current:after, header .site-menu .site-menu-list li a:hover:after {
            right: 0; }
  @media screen and (max-width: 767px) {
    header .head-top {
      align-items: center;
      padding: 15px; }
      header .head-top a.logo img {
        margin: 0; }
    header .menu-trigger,
    header .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
    header .menu-trigger {
      position: relative;
      width: 50px;
      height: 44px; }
    header .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #30425D;
      border-radius: 4px; }
    header .menu-trigger span:nth-of-type(1) {
      top: 0; }
    header .menu-trigger span:nth-of-type(2) {
      top: 20px; }
    header .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
    header .menu-trigger span:nth-of-type(2) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    header .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(20px) rotate(-315deg) scale(0.8);
      transform: translateY(20px) rotate(-315deg) scale(0.8); }
    header .menu-trigger.active span:nth-of-type(2) {
      width: 60px;
      height: 60px;
      background-color: transparent;
      border: 3px solid #fff;
      border-radius: 50%; }
    header .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-20px) rotate(315deg) scale(0.8);
      transform: translateY(-20px) rotate(315deg) scale(0.8); }
    header .site-menu {
      padding: 0; }
    header .site-menu-list-sp {
      display: none; }
      header .site-menu-list-sp li {
        text-align: left;
        border-bottom: 1px solid #C5C5C5; }
        header .site-menu-list-sp li a {
          display: block;
          text-decoration: none;
          padding: 20px; } }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.color1 {
  color: #30425D; }

/* --------------------
		clear
-------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: block; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0; }

.clearB {
  clear: both; }

/* --------------------
		float settings
-------------------- */
.floatR {
  float: right; }

.floatL {
  float: left; }

/* --------------------
		link settings
--------------------
 */
a {
  color: #000;
  text-decoration: underline;
  overflow: hidden;
  outline: none; }

a:visited {
  color: #000;
  text-decoration: underline; }

a:hover {
  color: #000;
  text-decoration: none; }

a:active {
  color: #000;
  text-decoration: none; }

*:focus {
  outline: none; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

div {
  box-sizing: border-box; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

.img-responsive {
  display: block;
  max-width: 100%; }
  .img-responsive.center {
    margin-right: auto;
    margin-left: auto; }

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none; } }
@media screen and (min-width: 1px) and (max-width: 767px) {
  .hidden-pc {
    display: block; } }

@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block; } }
@media screen and (min-width: 1px) and (max-width: 767px) {
  .hidden-sp {
    display: none; } }

body, h1, h2, h3, h4, h5, h6 {
  font-size: 16px; }
  @media screen and (min-width: 1px) and (max-width: 991px) {
    body, h1, h2, h3, h4, h5, h6 {
      font-size: 15px; } }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    body, h1, h2, h3, h4, h5, h6 {
      font-size: 14px; } }

.txt {
  font-size: 100%;
  line-height: 1.6; }
  .txt--ss {
    font-size: 75%;
    line-height: 1.6; }
  .txt--s {
    font-size: 87.5%;
    line-height: 1.6; }
  .txt--l {
    font-size: 112.5%;
    line-height: 1.6; }
  .txt--ll {
    font-size: 125%;
    line-height: 1.6; }
  .txt.bold {
    font-weight: bold; }
  .txt.red {
    color: #E63232; }
  .txt strong {
    line-height: 1.6; }

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/* --------------------
		margin settings
-------------------- */
.mrgB05 {
  margin-bottom: 0.3125em; }

.mrgB10 {
  margin-bottom: 0.625em; }

.mrgB15 {
  margin-bottom: 0.9375em; }

.mrgB20 {
  margin-bottom: 1.25em; }

.mrgB25 {
  margin-bottom: 1.5625em; }

.mrgB30 {
  margin-bottom: 1.875em; }

.mrgB35 {
  margin-bottom: 2.1875em; }

.mrgB40 {
  margin-bottom: 2.5em; }

.mrgB45 {
  margin-bottom: 2.8125em; }

.mrgB50 {
  margin-bottom: 3.125em; }

.mrgB55 {
  margin-bottom: 3.4375em; }

.mrgB60 {
  margin-bottom: 3.75em; }

@media screen and (min-width: 1px) and (max-width: 767px) {
  .xs-mrgB05 {
    margin-bottom: 5px; }

  .xs-mrgB10 {
    margin-bottom: 10px; }

  .xs-mrgB15 {
    margin-bottom: 15px; }

  .xs-mrgB20 {
    margin-bottom: 20px; }

  .xs-mrgB25 {
    margin-bottom: 25px; }

  .xs-mrgB30 {
    margin-bottom: 30px; } }
.sintyaku-list .sintyaku-box {
  display: inline-block;
  width: calc(33% - 20px);
  border-radius: 5px;
  margin-right: 30px;
  margin-bottom: 2.5rem;
  vertical-align: top; }
  .sintyaku-list .sintyaku-box:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 991px) {
    .sintyaku-list .sintyaku-box {
      width: calc(50% - 18px); }
      .sintyaku-list .sintyaku-box:nth-child(3n) {
        margin-right: 30px; }
      .sintyaku-list .sintyaku-box:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .sintyaku-list .sintyaku-box {
      width: 100%;
      margin-right: 0; }
      .sintyaku-list .sintyaku-box:nth-child(3n) {
        margin-right: 0; } }
.sintyaku-list h1.syubetsu {
  background: #21A99B;
  background-size: 370px;
  font-size: 125%;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px; }
  @media screen and (max-width: 1199px) {
    .sintyaku-list h1.syubetsu {
      font-size: 113%; } }
  .sintyaku-list h1.syubetsu .s-label, .sintyaku-list h1.syubetsu span {
    vertical-align: middle; }
  .sintyaku-list h1.syubetsu .s-label {
    width: 67px;
    margin-right: 10px; }
    .sintyaku-list h1.syubetsu .s-label.buy {
      display: none; }
.sintyaku-list .cont-img {
  background: #fff;
  border: 2px solid #21A99B;
  border-top: 0;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.5);
  padding: 10px 2rem; }
  @media screen and (max-width: 640px) {
    .sintyaku-list .cont-img {
      text-align: center; } }
.sintyaku-list .cont-img.trade-status-warn {
  background-color: #ccc; }
.sintyaku-list .cont-txt {
  background: #fff;
  border: 2px solid #21A99B;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  padding: 1rem;
  padding-bottom: 1.5rem; }
  .sintyaku-list .cont-txt p.sales-point {
    font-weight: bold;
    margin-bottom: 1rem; }
  .sintyaku-list .cont-txt .status {
    background: #F6F6F6;
    padding: 10px;
    margin-bottom: 10px; }
    .sintyaku-list .cont-txt .status table th, .sintyaku-list .cont-txt .status table td {
      vertical-align: top;
      padding-bottom: 10px; }
    .sintyaku-list .cont-txt .status table th {
      border-right: 1px solid rgba(51, 51, 51, 0.5);
      font-weight: normal;
      padding-right: 10px;
      white-space: nowrap; }
    .sintyaku-list .cont-txt .status table td {
      padding-left: 10px; }
      .sintyaku-list .cont-txt .status table td p.price {
        font-weight: bold;
        color: #E12700; }
        .sintyaku-list .cont-txt .status table td p.price span {
          font-size: 131.3%; }
  .sintyaku-list .cont-txt .trade-status {
    font-size: 131%;
    font-weight: bold;
    text-align: center; }
  .sintyaku-list .cont-txt a.s-btn {
    display: block;
    float: right;
    background-color: #21A99B;
    background-image: url(../img/right.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: .3s; }
    .sintyaku-list .cont-txt a.s-btn:hover {
      opacity: .7; }
.sintyaku-list .cont-txt.trade-status-warn {
  background-color: #ccc; }
.sintyaku-list .sintyaku-box.bukken-buy h1.syubetsu {
  background: #E27483;
  background-size: 500px; }
.sintyaku-list .sintyaku-box.bukken-buy .cont-img {
  border: 2px solid #E27483;
  border-top: 0;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.5); }
.sintyaku-list .sintyaku-box.bukken-buy .cont-txt {
  border: 2px solid #E27483;
  border-top: 0; }
.sintyaku-list .sintyaku-box.bukken-buy a.s-btn {
  background-color: #E27483; }
  .sintyaku-list .sintyaku-box.bukken-buy a.s-btn:hover {
    opacity: .7; }
.sintyaku-list .sintyaku-box.bukken-buy .s-label {
  width: 67px;
  margin-right: 10px; }
  .sintyaku-list .sintyaku-box.bukken-buy .s-label.rent {
    display: none; }
  .sintyaku-list .sintyaku-box.bukken-buy .s-label.buy {
    display: inline-block; }

.osusume-list .osusume-box {
  display: inline-block;
  width: calc(33% - 20px);
  border-radius: 5px;
  margin-right: 30px;
  margin-bottom: 2.5rem;
  vertical-align: top; }
  .osusume-list .osusume-box:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 991px) {
    .osusume-list .osusume-box {
      width: calc(50% - 18px); }
      .osusume-list .osusume-box:nth-child(3n) {
        margin-right: 30px; }
      .osusume-list .osusume-box:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .osusume-list .osusume-box {
      width: 100%;
      margin-right: 0; }
      .osusume-list .osusume-box:nth-child(3n) {
        margin-right: 0; } }
.osusume-list h1.syubetsu {
  background: #21A99B;
  background-size: 370px;
  font-size: 125%;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px; }
  @media screen and (max-width: 1199px) {
    .osusume-list h1.syubetsu {
      font-size: 113%; } }
  .osusume-list h1.syubetsu .s-label, .osusume-list h1.syubetsu span {
    vertical-align: middle; }
  .osusume-list h1.syubetsu .s-label {
    width: 67px;
    margin-right: 10px; }
    .osusume-list h1.syubetsu .s-label.buy {
      display: none; }
.osusume-list .cont-img {
  background: #fff;
  border: 2px solid #21A99B;
  border-top: 0;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.5);
  padding: 10px 2rem; }
  @media screen and (max-width: 640px) {
    .osusume-list .cont-img {
      text-align: center; } }
.osusume-list .cont-img.trade-status-warn {
  background-color: #ccc; }
.osusume-list .cont-txt {
  background: #fff;
  border: 2px solid #21A99B;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  padding: 1rem;
  padding-bottom: 1.5rem; }
  .osusume-list .cont-txt p.sales-point {
    font-weight: bold;
    margin-bottom: 1rem; }
  .osusume-list .cont-txt .status {
    background: #F6F6F6;
    padding: 10px;
    margin-bottom: 10px; }
    .osusume-list .cont-txt .status table th, .osusume-list .cont-txt .status table td {
      vertical-align: top;
      padding-bottom: 10px; }
    .osusume-list .cont-txt .status table th {
      border-right: 1px solid rgba(51, 51, 51, 0.5);
      font-weight: normal;
      padding-right: 10px;
      white-space: nowrap; }
    .osusume-list .cont-txt .status table td {
      padding-left: 10px; }
      .osusume-list .cont-txt .status table td p.price {
        font-weight: bold;
        color: red; }
        .osusume-list .cont-txt .status table td p.price span {
          font-size: 131.3%; }
  .osusume-list .cont-txt .trade-status {
    font-size: 131%;
    font-weight: bold;
    text-align: center; }
  .osusume-list .cont-txt a.s-btn {
    display: block;
    float: right;
    background-color: #21A99B;
    background-image: url(../img/right.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: .3s; }
    .osusume-list .cont-txt a.s-btn:hover {
      opacity: .7; }
.osusume-list .cont-txt.trade-status-warn {
  background-color: #ccc; }
.osusume-list .osusume-box.bukken-buy h1.syubetsu {
  background: #E27483;
  background-size: 500px; }
.osusume-list .osusume-box.bukken-buy .cont-img {
  border: 2px solid #E27483;
  border-top: 0;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.5); }
.osusume-list .osusume-box.bukken-buy .cont-txt {
  border: 2px solid #E27483;
  border-top: 0; }
.osusume-list .osusume-box.bukken-buy a.s-btn {
  background-color: #E27483; }
  .osusume-list .osusume-box.bukken-buy a.s-btn:hover {
    opacity: .7; }
.osusume-list .osusume-box.bukken-buy .s-label {
  width: 67px;
  margin-right: 10px; }
  .osusume-list .osusume-box.bukken-buy .s-label.rent {
    display: none; }
  .osusume-list .osusume-box.bukken-buy .s-label.buy {
    display: inline-block; }

.ichiran-link {
  display: block;
  margin-bottom: 100px; }

section.blog {
  padding-bottom: 4rem; }
  section.blog .post-cont {
    border: 1px solid #707070;
    border-radius: 3px;
    margin-bottom: 4rem; }
    section.blog .post-cont .post-title {
      background: #f8f8f8;
      padding: 10px 1rem; }
      section.blog .post-cont .post-title h3 {
        font-weight: bold;
        margin-bottom: 5px; }
    section.blog .post-cont .cont {
      padding: 1rem; }
    section.blog .post-cont blockquote {
      border: 0;
      padding: 0; }

.np-btn {
  display: table;
  width: 100%;
  margin-bottom: 4rem; }
  .np-btn .item {
    display: table-cell;
    text-align: left;
    width: 200px;
    transition: 0.8s; }
    .np-btn .item.two {
      text-align: center; }
    .np-btn .item.three {
      text-align: right; }
    .np-btn .item a {
      background: #30425D;
      color: #fff;
      border-radius: 3px;
      padding: 10px 20px;
      text-decoration: none;
      transition: 0.5s; }
      .np-btn .item a:hover {
        background: #000;
        color: #fff;
        transition: 0.5s; }
      @media screen and (max-width: 375px) {
        .np-btn .item a {
          padding: 10px; } }

.post-sidebar {
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 2rem; }
  .post-sidebar .side-item {
    margin-bottom: 2em; }
    .post-sidebar .side-item:last-child {
      margin-bottom: 0; }
    .post-sidebar .side-item h2.side-title {
      font-weight: bold;
      color: #333;
      margin-bottom: 0.5em; }
    .post-sidebar .side-item .post-title {
      margin-bottom: 1em; }
    .post-sidebar .side-item .category-list ul li {
      margin-bottom: 1em; }
  .post-sidebar ul.a-month {
    margin-top: 5px; }
    .post-sidebar ul.a-month li.mnum {
      margin-left: 27px; }
  .post-sidebar a {
    color: #000;
    text-decoration: none; }
    .post-sidebar a:hover {
      color: #63647A;
      text-decoration: underline;
      cursor: pointer; }

.archive {
  margin-bottom: 100px; }
  .archive .page-item {
    padding: 4rem 15px; }
  .archive .post-item-list .post-excerpt {
    margin-bottom: 1.5rem; }
    .archive .post-item-list .post-excerpt:last-child {
      margin-bottom: 0; }
  .archive .post-item-list a {
    text-decoration: none; }
  .archive .post-item-list .post-item {
    display: flex;
    border-bottom: 1px solid #F5F5F5;
    transition: .3s; }
    .archive .post-item-list .post-item figure {
      position: relative;
      overflow: hidden;
      display: block;
      width: 120px;
      padding-top: 11.1111%;
      background: #f5f5f5;
      margin-right: 20px; }
      .archive .post-item-list .post-item figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        transition: 0.2s opacity ease; }
    .archive .post-item-list .post-item img.no-image {
      margin-right: 20px; }
    .archive .post-item-list .post-item:hover {
      opacity: .6; }
  .archive .post-item-list .link-btn-set {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    .archive .post-item-list .link-btn-set .link-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: url(../img/arrow-black-left.svg) 5% center no-repeat;
      width: 170px;
      height: 45px;
      border: 2px solid #333;
      font-weight: bold;
      text-decoration: none;
      transition: .3s; }
      .archive .post-item-list .link-btn-set .link-btn a:hover {
        background: url(../img/arrow-black-left.svg) 10% center no-repeat; }
    .archive .post-item-list .link-btn-set .link-btn.Next a {
      background: url(../img/arrow-black.svg) 95% center no-repeat;
      text-align: right; }
    .archive .post-item-list .link-btn-set .link-btn.Next a:hover {
      background: url(../img/arrow-black.svg) 90% center no-repeat; }
  @media screen and (min-width: 1px) and (max-width: 575px) {
    .archive .post-item-list .post-item figure, .archive .post-item-list .post-item img {
      display: none; }
    .archive .post-item-list .post-item .post-spec {
      flex-direction: column;
      align-items: flex-start; }
      .archive .post-item-list .post-item .post-spec .date {
        margin-bottom: 5px; } }

.page-template-page-all_news .post-item-box, .page-template-page-event .post-item-box {
  border-bottom: 1px solid rgba(74, 71, 64, 0.5); }
  .page-template-page-all_news .post-item-box .post-item, .page-template-page-event .post-item-box .post-item {
    display: flex;
    align-items: center;
    height: 95px; }
    .page-template-page-all_news .post-item-box .post-item img, .page-template-page-event .post-item-box .post-item img {
      width: 39px;
      align-items: flex-start;
      margin-right: 1.5em; }
    .page-template-page-all_news .post-item-box .post-item .post-about, .page-template-page-event .post-item-box .post-item .post-about {
      width: 90%; }
      .page-template-page-all_news .post-item-box .post-item .post-about .date, .page-template-page-event .post-item-box .post-item .post-about .date {
        display: block; }
      .page-template-page-all_news .post-item-box .post-item .post-about h2, .page-template-page-event .post-item-box .post-item .post-about h2 {
        font-size: 125%; }
    .page-template-page-all_news .post-item-box .post-item a, .page-template-page-event .post-item-box .post-item a {
      text-decoration: none; }
    .page-template-page-all_news .post-item-box .post-item a:hover, .page-template-page-event .post-item-box .post-item a:hover {
      text-decoration: underline; }
.page-template-page-all_news .pagenation, .page-template-page-event .pagenation {
  position: relative;
  height: 22px;
  margin: 4rem 0; }
  .page-template-page-all_news .pagenation .pagerPrev, .page-template-page-all_news .pagenation .pagerNext, .page-template-page-event .pagenation .pagerPrev, .page-template-page-event .pagenation .pagerNext {
    position: absolute;
    background: #4E4A43;
    border-radius: 3px;
    padding: 10px 20px;
    transition: .5s; }
    .page-template-page-all_news .pagenation .pagerPrev:hover, .page-template-page-all_news .pagenation .pagerNext:hover, .page-template-page-event .pagenation .pagerPrev:hover, .page-template-page-event .pagenation .pagerNext:hover {
      background: #292724; }
  .page-template-page-all_news .pagenation .pagerPrev, .page-template-page-event .pagenation .pagerPrev {
    left: 0; }
  .page-template-page-all_news .pagenation .pagerNext, .page-template-page-event .pagenation .pagerNext {
    right: 0; }
  .page-template-page-all_news .pagenation a, .page-template-page-event .pagenation a {
    color: #fff;
    text-decoration: none; }
    .page-template-page-all_news .pagenation a span, .page-template-page-event .pagenation a span {
      font-size: 125%; }

.col-centered {
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin: 0 auto; }

/* Extra Small */
@media (max-width: 767px) {
  .pull-xs-left {
    float: left; }

  .pull-xs-right {
    float: right; } }
/* Small */
@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left; }

  .pull-sm-right {
    float: right; } }
/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-md-left {
    float: left; }

  .pull-md-right {
    float: right; } }
/* Large */
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left; }

  .pull-lg-right {
    float: right; } }
/* No gutter between columns */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0; }

.spacer5 {
  height: 5px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer10 {
  height: 10px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer15 {
  height: 15px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer20 {
  height: 20px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer25 {
  height: 25px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer30 {
  height: 30px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer35 {
  height: 35px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer40 {
  height: 40px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer45 {
  height: 45px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer50 {
  height: 50px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer100 {
  height: 100px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

.spacer200 {
  height: 200px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

html, body {
  font-family: "Roboto Condensed",  "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  color: #000000;
  background-color: #FFF !important;
  /* Custom, iPhone Retina */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */ }
  @media only screen and (min-width: 320px) {
    html, body {
      font-size: 13px; } }
  @media only screen and (min-width: 480px) {
    html, body {
      font-size: 13px; } }
  @media only screen and (min-width: 768px) {
    html, body {
      font-size: 15px; } }
  @media only screen and (min-width: 992px) {
    html, body {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    html, body {
      font-size: 16px; } }
  html .container, body .container {
    padding: 0 15px 0 15px; }
  @media (min-width: 1501px) {
    html .container-fluid, body .container-fluid {
      width: 1500px;
      padding: 0; } }
  @media (max-width: 767px) {
    html .container-fluid, body .container-fluid {
      padding: 0 15px; } }
  html .center, body .center {
    text-align: center; }

body.home .top-ttl {
  color: #42587A;
  border-bottom: 1px solid #42587A;
  padding-bottom: 10px; }
  body.home .top-ttl h2, body.home .top-ttl p {
    display: inline-block; }
  body.home .top-ttl h2 {
    font-size: 175%;
    margin-right: 10px; }
body.home section.search {
  display: flex;
  border-top: 4px solid #fff; }
  @media screen and (max-width: 767px) {
    body.home section.search {
      display: block; } }
  body.home section.search .s-box {
    background: linear-gradient(180deg, #E27483 0%, #E27483 40%, #F6F6F6 40%, #F6F6F6 100%);
    display: inline-block;
    border-right: 4px solid #fff;
    width: calc(100% / 2);
    text-align: center;
    padding: 50px; }
    body.home section.search .s-box:last-child {
      background: linear-gradient(180deg, #21A99B 0%, #21A99B 40%, #F6F6F6 40%, #F6F6F6 100%);
      border-right: 0; }
    body.home section.search .s-box .ttl {
      font-size: 150%;
      color: #fff;
      margin: 0 auto;
      margin-bottom: 30px; }
    body.home section.search .s-box ul {
      display: flex;
      flex-wrap: wrap;
      background: #fff;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      margin: 0 auto; }
      body.home section.search .s-box ul li {
        width: 50%;
        border-right: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB; }
        body.home section.search .s-box ul li a {
          display: flex;
          align-items: center;
          background-repeat: no-repeat;
          background-position: 95% center;
          transition: .5s;
          text-decoration: none;
          padding: 20px; }
          body.home section.search .s-box ul li a dd {
            width: 30px;
            margin-right: 5px; }
          body.home section.search .s-box ul li a dt {
            text-align: left; }
          body.home section.search .s-box ul li a:hover {
            background-color: rgba(219, 219, 219, 0.3); }
  @media screen and (max-width: 1100px) {
    body.home section.search {
      display: block; }
      body.home section.search .s-box {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    body.home section.search .s-box {
      padding: 15px;
      padding-bottom: 20px; }
      body.home section.search .s-box .ttl {
        margin-bottom: 15px; }
      body.home section.search .s-box ul {
        display: block; }
        body.home section.search .s-box ul li {
          width: 100%;
          border-right: 0; } }
body.home section.news {
  padding: 4em 0; }
  body.home section.news a {
    text-decoration: none; }
  body.home section.news .post-item {
    display: block; }
    body.home section.news .post-item:hover {
      transition: 0.2s opacity ease; }
      body.home section.news .post-item:hover:hover {
        opacity: 0.6; }
  body.home section.news .date {
    color: #42587A; }
  body.home section.news .img-cont {
    display: flex; }
    body.home section.news .img-cont figure {
      margin-right: 15px; }
    body.home section.news .img-cont .txt {
      flex: 1; }
  body.home section.news .more-btn {
    display: inline-block;
    border: 2px solid #42587A;
    color: #42587A;
    border-radius: 3px;
    padding: 15px 50px;
    margin: 0 auto;
    transition: .3s; }
    body.home section.news .more-btn:hover {
      background: #42587A;
      color: #fff; }
body.home section.osusume {
  background: #B3BCCA;
  padding: 4em 0; }
  body.home section.osusume .top-ttl {
    color: #fff;
    border-color: #fff; }

.sub-top-ttl {
  background: #B3BCCA;
  color: #fff;
  padding: 2.5em 0; }
  .sub-top-ttl dt {
    font-size: 125%; }

.sub-cont-ttl {
  font-size: 125%;
  font-weight: bold;
  color: #42587A;
  border-bottom: 1px solid #42587A;
  padding-bottom: 10px;
  margin-bottom: 30px; }

.page-template-page-company table {
  width: 100%; }
  .page-template-page-company table th, .page-template-page-company table td {
    padding: 15px; }
  .page-template-page-company table th {
    width: 200px;
    color: #929292; }
  .page-template-page-company table tr {
    border-bottom: 1px solid #929292; }
.page-template-page-company hr {
  display: block;
  border-top: 2px solid #eee;
  margin: 40px 0; }

.page-template-page-link ul.link-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px; }
  .page-template-page-link ul.link-list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #30425D;
    width: 16px;
    height: 16px; }

.formArea .ttl {
  font-size: 150%; }

.contact-btn {
  display: block;
  width: 500px;
  background-color: #30425D;
  border-color: transparent;
  border: 0;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  transition: .3s;
  padding: 1rem;
  margin: 10px auto; }
  .contact-btn:hover {
    opacity: 0.8; }
  @media screen and (max-width: 600px) {
    .contact-btn {
      width: 100%; } }

footer ul {
  background: #F9FAFB;
  padding: 2.5em 0;
  margin: 0; }
  footer ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #000; }
    footer ul li:last-child {
      border-right: 0; }
    footer ul li a {
      font-size: 14px;
      text-decoration: none;
      padding: 1rem; }
      footer ul li a:hover {
        text-decoration: underline; }
footer .foot-item {
  display: flex;
  color: #FFFFFF; }
  footer .foot-item .about, footer .foot-item .gmap {
    width: 50%; }
  footer .foot-item .about {
    background: #30425D;
    padding: 3em;
    padding-bottom: 4em; }
    footer .foot-item .about a {
      text-decoration: none; }
    footer .foot-item .about .foot-logo {
      margin-bottom: 1rem; }
    footer .foot-item .about .tel-fax a {
      color: #fff;
      font-size: 200%; }
    footer .foot-item .about .tel-fax a:last-child {
      font-size: 125%; }
  @media screen and (max-width: 767px) {
    footer .foot-item {
      display: block; }
      footer .foot-item .about, footer .foot-item .gmap {
        width: 100%; }
      footer .foot-item .about {
        padding: 2em; }
      footer .foot-item .gmap {
        height: 300px; } }
footer .foot-copy {
  font-size: 12px;
  color: #9CA8B9;
  padding: 20px 0; }

.single-page {
  margin: 3rem 0;
  min-height: 650px; }
  .single-page h1.page-title {
    background: #30425D;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 2rem;
    padding: 0.5rem 1rem; }
  .single-page p.post-time {
    font-weight: bold; }
  .single-page .post-navigation {
    margin-top: 4rem; }
    .single-page .post-navigation a {
      color: red; }

.scroll-top {
  display: none;
  width: 60px;
  position: fixed;
  right: 5px;
  bottom: 20%;
  z-index: 100;
  cursor: pointer;
  opacity: .8;
  transition: .3s; }
  .scroll-top:hover {
    transform: translateY(-10px); }

.post-form-area .wpcf7-mail-sent-ok {
  display: none !important; }
.post-form-area .kakunin-txt {
  color: red; }
.post-form-area .wpcf7-validation-errors {
  border: none;
  font-weight: bold;
  color: red;
  text-align: center;
  margin-top: 2rem; }
.post-form-area .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px; }
  .post-form-area .form-item.mrgbB, .post-form-area .form-item.naiyo {
    margin-bottom: 30px; }
  .post-form-area .form-item dt {
    background: #F3F3EF;
    width: 300px;
    padding: 15px; }
    .post-form-area .form-item dt .req {
      background: #30425D;
      color: #fff;
      border-radius: 2px;
      font-size: 78%;
      font-weight: normal;
      padding: 2px 7px;
      margin-left: 10px; }
    .post-form-area .form-item dt .tenpu {
      font-size: 75%;
      font-weight: normal; }
  .post-form-area .form-item dd {
    flex: 1;
    width: 100%;
    margin-left: 20px; }
    .post-form-area .form-item dd .wpcf7-form-control-wrap {
      width: 100%; }
      .post-form-area .form-item dd .wpcf7-form-control-wrap.date01, .post-form-area .form-item dd .wpcf7-form-control-wrap.date02 {
        width: auto; }
    .post-form-area .form-item dd .wpcf7-text, .post-form-area .form-item dd .wpcf7-textarea {
      width: 100%; }
    .post-form-area .form-item dd .wpcf7-text {
      border: 1px solid #A7A7A7;
      height: 35px; }
    .post-form-area .form-item dd #datepicker, .post-form-area .form-item dd #datepicker2 {
      width: 150px; }
    .post-form-area .form-item dd span.wpcf7-list-item.first {
      margin: 0; }
    .post-form-area .form-item dd span.wpcf7-list-item label {
      display: flex;
      align-items: center; }
    .post-form-area .form-item dd span.wpcf7-list-item input[type=checkbox], .post-form-area .form-item dd span.wpcf7-list-item input[type=radio] {
      width: 25px;
      height: 25px;
      margin: 0;
      margin-right: 5px; }
  @media screen and (max-width: 767px) {
    .post-form-area .form-item {
      display: block;
      margin-bottom: 20px; }
      .post-form-area .form-item dt {
        width: 100%;
        padding: 10px;
        margin-bottom: 5px; }
      .post-form-area .form-item dd {
        margin-left: 0; } }
.post-form-area .privacy-pdf {
  margin: 30px 0; }
.post-form-area .doui {
  text-align: center;
  margin-bottom: 20px; }
  .post-form-area .doui.two {
    margin-bottom: 40px; }
  .post-form-area .doui .wpcf7-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
  .post-form-area .doui input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 10px; }
.post-form-area .btn-area {
  display: flex;
  align-items: center;
  justify-content: center; }
  .post-form-area .btn-area input[type="submit"], .post-form-area .btn-area input[type="button"] {
    background: #30425D;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    padding: 20px 60px;
    transition: 1s;
    margin: 0 10px; }
    .post-form-area .btn-area input[type="submit"]:hover, .post-form-area .btn-area input[type="button"]:hover {
      opacity: .7; }
  .post-form-area .btn-area input[type="button"] {
    background: #999; }
.post-form-area .ppLink {
  margin-top: 30px; }
  .post-form-area .ppLink a {
    color: #000;
    text-decoration: underline; }
    .post-form-area .ppLink a:hover {
      text-decoration: none; }

.not-found-container {
  margin: 5rem 0; }
  .not-found-container .error-code {
    font-size: 15px; }

/* --------------------
		margin settings
-------------------- */
.mrgB05 {
  margin-bottom: 0.3125em; }

.mrgB10 {
  margin-bottom: 0.625em; }

.mrgB15 {
  margin-bottom: 0.9375em; }

.mrgB20 {
  margin-bottom: 1.25em; }

.mrgB25 {
  margin-bottom: 1.5625em; }

.mrgB30 {
  margin-bottom: 1.875em; }

.mrgB35 {
  margin-bottom: 2.1875em; }

.mrgB40 {
  margin-bottom: 2.5em; }

.mrgB45 {
  margin-bottom: 2.8125em; }

.mrgB050 {
  margin-bottom: 3.125em; }

.mrgB055 {
  margin-bottom: 3.4375em; }

.mrgB60 {
  margin-bottom: 3.75em; }

/*# sourceMappingURL=style.css.map */
