@charset "UTF-8";
/*
Theme Name: renovation-2019
*/
/* all display
-------------------------------------------------- */
.wrap {
  width: 1120px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------
* フォント設定
---------------------------------------- */
.red {color: #cd0000;}
.orange {color: #fa6300;}
.blue {color: #254ba8;}
.green {color: #4ea52b;}


/* ----------------------------------------
* all
---------------------------------------- */
html {
}
body {
  color: #000;
  text-align: center;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #ad9674;
  text-decoration: underline;
}
a.btn {
  display: block;
  width: 100%;
  background: #fff;
  line-height: 1;
  padding: 2.5rem 1em;
  margin: 0 auto;
}
a.btn_white {
  max-width: 40rem;
}
a.btn_border {
  max-width: 40rem;
  border: solid 1px #372b24;
}
a.btn_renov45 {
  padding: 1.45rem 1em;
}
a.btn_renov45 img {
  width: 149px;
}
a.btn span {
  line-height: 1;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
a.btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
a.btn span:before {
  content:'';
  display: block;
  width: 12px;
  height: 10px;
  background: url(img/btn-arrow-b.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
a.btn_black span:before {
  content:'';
  display: block;
  width: 12px;
  height: 10px;
  background: url(img/btn-arrow-w.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.btn_nolink {
  color: #000;
  background: #eee;
  line-height: 1;
  padding: 2.5rem 1em;
  margin: 0 auto;
  max-width: 40rem;
  border: 1px solid #372b24;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #3B4552;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 999;
}
#header .wrap {
  position: relative;
}
#header .logo {
  width: 207px;
  float: left;
  margin-right: 9rem;
}
body.home #header .logo {
  display:none;
}
#header .kousya_logo {
  width: 170px;
  float: right;
}

/* ----------------------------------------
* footer
---------------------------------------- */

#footer {
  width: 100%;
  background: #f5f2f2;
}
#footer .logo {
  width: 240px;
  margin: 0 auto 4rem;
}
#footer .kousya_logo {
  width: 233px;
  margin: 4rem auto 2rem;
}
#footer .wrap {
}
.footer-01 {
  padding: 6rem 0;
}
.footer-01 .gr6 {
  padding: 0 5px;
}
.footer-01 .tel {
}
.footer-01 .tel span {
  font-weight: bold;
  padding-left: 1.8rem;
  position: relative;
}
.footer-01 .tel span:before {
  content:'';
  display: block;
  width: 13px;
  height: 14px;
  background: url(img/tel-ico.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer-02 {
  background: #372b24;
  padding: 2rem 0;
}
.footer-02 .footer-copy {
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 4rem;
  right: 50px;
  color: #fff;
}
body.page-id-919 .pagetop {
  right: 65px;
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #2b2b2b;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  opacity: .8;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb-area {
  background: #372b24;
}
.breadcrumb-area .wrap {
  padding: 10px 0;
}
.breadcrumb-area .fa {
  display: none;
}
.breadcrumb {
  margin: 0;
  margin-left: 30px;
  overflow: hidden;
  font-size: 0.813em;
  padding: 0;
  line-height: 22px;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
  color: #fff;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */
#header #gnav {
  margin: 0;
  float: left;
  width: auto;
}
#footer #gnav {
  margin: 0 auto 4rem;
  width: auto;
}
#gnav ul {
}
#gnav ul li {
  display: inline-block;
  margin: 0 4.8rem 0 0;
}
#gnav ul li:last-child {
  margin: 0;
}
#gnav ul li a {
  position:relative;
  color: #372b24;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  display: block;
}
#gnav ul li a:hover, #gnav ul li.current-menu-item a  {
  text-decoration: none;
}
#gnav ul li a:hover::after, #gnav ul li.current-menu-item a:after  {
  content:'';
  display:block;
  border-bottom: solid 1px #372b24;
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
}
#header.menu-active #menu-item-975 a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content:'';
  margin-top: 3.2rem;
  width: 12px;
  height: 17px;
  background: url(img/btn-arrow-top-w.png) no-repeat bottom center;
}
body.home #header.menu-active #menu-item-975 a:before  {
  margin-top: 1.3rem;
}
#header-nav-btn,
#gnav-sp {
  display: none;
}

#header .nav_voice {
  width: 100%;
  max-width: 1040px;
  position: absolute;
  top: 100%;
  margin-top: 3rem;
  display: none;
  opacity: 0;
  transition: transform 1s;
}
#header.menu-active .nav_voice {
  display: block;
  opacity: 1;
}
#header .nav_voice .inner {
  background: #fff;
  padding: 4rem 4rem 0;
  position: relative;
}
#header .nav_voice .inner:before {

}
#header .resident {
  padding-right: 1rem;
}
#header .creator {
  padding-left: 1rem;
}
#header .nav_voice .gr6 .row .gr6:first-child {
  border-right: solid 1px #fff;
}
#header .nav_voice .gr6 .row .gr6:last-child {
  border-left: solid 1px #fff;
}
#header .nav_voice .cat {
  width: 100%;
  background: #372b24;
  padding: 0.4rem 0;
  margin-bottom: 2px;
}
#header .nav_voice .cat a {
  color: #fff;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
#header .nav_voice .creator .cat a {
  padding-left: 22px;
}
#header .nav_voice .resident .cat a {
  padding-left: 26px;
}
#header .nav_voice .cat a:before {
  content:'';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .nav_voice .creator .cat a:before {
  width: 18px;
  height: 18px;
  background: url(img/cat-ico-mic.png) no-repeat center left;
}
#header .nav_voice .resident .cat a:before {
  width: 18px;
  height: 18px;
  background: url(img/cat-ico-fukidashi.png) no-repeat center left;
}
#mout_layer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
#header.menu-active #mout_layer {
  display: block;
}

/* ----------------------------------------
* mv
---------------------------------------- */
#mv {
  width: 100%;
  overflow:hidden;
  position:relative;
}
#mv  img {
  width: 100%;
}
#mv .layer {
  width: 100%;
  height: 100%;
  background: url(img/mv-layer_pc.png) no-repeat top right;
  position: absolute;
  top: 0;
  right: 40%;
}
#mv .wrap {
  text-align: center;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%,-30%);
}
#mv h1, #mv .ttl {
  font-size: 5rem;
  color: #372b24;
  line-height: 1;
  font-weight: bold;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

body.home #mv {
  width: 100%;
  max-height: 100vh;
  overflow:hidden;
  position:relative;
}
body.home #mv .layer {
  position: absolute;
  top: 0;
  right: 38%;
}
body.home #mv .wrap {
  text-align: left;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%,-35%);
}
body.home #mv .wrap h1 {
  max-width: 476px;
  width: 35%;
}
body.home #mv .wrap .ttl {
  width: 100%;
  margin-bottom: 1rem;
}
body.home #mv .wrap span {
  display:block;
  width: 76%;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
}

/* ----------------------------------------
* frontpage
---------------------------------------- */

body.home #content {
}
body.home #main {
}
body.home .wrap {
}
#front_news {
  padding: 3.5rem 0;
}
#front_news .flexslider{
  margin: 0 auto;
  text-align: left;
}
#front_news li a {
  font-size: 1.25em;
  line-height: 1;
  position: relative;
}
#front_news li a .txt {
  margin-left: 0;
}
#front_news li a:hover {
  text-decoration: none;
}
#front_news li a .new {
  background: #372b24;
  color: #fff;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem 0.3rem;
  margin-right: 1em;
}
#front_news li a:hover .txt:after {
  content:'';
  display:block;
  border-bottom: solid 1px #000;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#front_hojyo {
  background: url(img/index/area-hojyo-bg_pc.jpg) no-repeat center center;
  background-size: cover;
  padding: 7rem 0;
}
#front_hojyo h3 {
  font-size: 2.25em;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 2rem;
}
#front_hojyo p {
  color: #fff;
}

#front_event {
  padding: 8rem 0;
  background: #fff;
}

#front_event .event_text {
  width: 50%;
	float:left;
}
#front_event .event_img {
  width: 50%;
  float: right;
  padding-left: 3rem;
}
#front_event h2 {
  color: #372b24;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 40px;
  font-weight: bold;
}

#front_event h3 {
  color: #372b24;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-size: 1.7em;
  line-height: 1.5;
  text-align: left;
  margin: 1rem auto 2rem;
  font-weight: bold;
}

#front_event p {
  margin-bottom: 0;
  text-align: left;
}

#front_event .event_btn {
	margin-top: 5rem
}


#front_timelapse {
  padding: 8rem 0;
  background: #f5f2f2;
}
#front_timelapse .gr8 {
  width: 57.69%;
}
#front_timelapse .gr4 {
  width: 42.31%;
  padding-left: 3rem;
  float: right;
}
#front_timelapse h2 {
  color: #372b24;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
  margin: -1rem auto 1rem;
  font-weight: bold;
}
#front_timelapse .graf {
  max-width: 410px;
  margin-bottom: 4rem;
  text-align: left;
}
#front_timelapse p {
  margin-bottom: 0;
  text-align: left;
}

#front_oshiete {
  padding: 8rem 0 16rem;
}
#front_oshiete h2 {
  color: #372b24;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1;
  text-align: center;
  margin: 0 auto 4rem;
}
#front_oshiete .wrap {
  height: 80rem;
  overflow: auto;
}
/*スクロールバーの横幅指定*/
#front_oshiete .wrap::-webkit-scrollbar {
    width: 2rem;
}
/*スクロールバーの背景色・角丸指定*/
#front_oshiete .wrap::-webkit-scrollbar-track {
  border-radius: 0;
	background: #e6e5e5;
}
/*スクロールバーの色・角丸指定*/
#front_oshiete .wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
	background:#999999;
}
#front_oshiete article {
  padding-bottom: 6rem;
}
#front_oshiete .left {
  padding-right: 1.5rem;
}
#front_oshiete .right {
  padding-left: 1.5rem;
}
#front_oshiete .date {
  padding: 0 0 1.5rem;
  text-align: left;
}
#front_oshiete .date .mark {
  color: #fff;
  padding: 0.3em 1em;
  line-height: 1;
  background: #372b24;
  border-radius: 1em;
  margin-right: 1em;
  position: relative;
}
#front_oshiete .date .mark:after {
  content:'';
  background: url(img/btn-arrow-under.png)no-repeat top center;
  background-size: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#front_oshiete p {
  text-align: left;
  line-height: 2;
}

/* ----------------------------------------
* about
---------------------------------------- */

#about_good {
  padding: 16rem 0 0;
}
#about_good .wrap {
  position: relative;
}
#about_good .nikoichi {
  width: 402px;
  position: absolute;
  right: 0;
  top: 18rem;
}
#about_good h2 {
  font-size: 2.5em;
  line-height: 1.5;
  color:#372b24;
  margin-bottom: 6rem;
}
#about_good .gooddesign {
  width: 520px;
}
#about_good p {
  font-size: 1.25em;
}
#about_good h5 {
  font-size: 1.75em;
}
#about_good .text_area {
  text-align: left;
}
#about_photo {
  padding: 16rem 0 0;
}
#about_photo .bg {
  position: relative;
}
#about_photo .wrap {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
}
#about_photo .area {
  height: 100%;
  position: relative;
  text-align: left;
}
#about_photo .first {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
}
#about_photo .second {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  margin-bottom: 0;
}
#about_jissi {
  padding: 16rem 0 12rem;
}
#about_jissi .wrap {
  width: 1124px;
}
#about_jissi .row {
  margin-bottom: 4rem;
}
#about_jissi .ttl{
  text-align: left;
}
#about_jissi .fl, #about_jissi .fr {
  width: 50%;
  float:left;
  border-right: solid 1px #fff;
}

/* ----------------------------------------
* RENT PLAN
---------------------------------------- */

#rent_link {
  background: #f5f2f2;
}
#rent_link .row {
  padding: 2rem 0;
  display: table;
  width: 100%;
}
#rent_link .row.dotted {
  background: url(img/rent-plan/line-dotted.png) repeat-x bottom;
}
#rent_link .gr9 {
  display: table-cell;
  text-align: left;
  float: none;
}
#rent_link .gr3 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#rent_link .gr3 span {
  font-size: 1.125em;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  color:#372b24;
}
.rent_area {
  padding: 8rem 0;
}
.rent_area .mv_area {
  width: 100%;
  padding: 4rem 0 3.4rem;
  text-align: left;
}
.rent_area .mv_area h2 {
  color: #372b24;
  font-size: 2.75em;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 3rem;
}
.rent_area .mv_area h2 span{
  font-size: 1.3rem;
  display: block;
}
.rent_area .mv_area p {
  width: 460px;
  margin-bottom: 3rem;
}
.rent_area .mv_area .add {
  width: 460px;
  padding: 2rem;
  background: rgba(132, 79, 49, 0.1);
  font-weight: bold;
  line-height: 1;
}
.rent_area .mv_area.mv_chayamadai {
  background: url(img/rent-plan/area-chayamadai-mv_pc.jpg) no-repeat center right;
}
.rent_area .mv_area.mv_kourimii {
  background: url(img/rent-plan/area-kourimii-mv_pc.jpg) no-repeat center right;
}
.rent_area .mv_area.mv_kourimii-b {
  background: url(img/rent-plan/area-kourimii-b-mv_pc.jpg) no-repeat center right;
}
.rent_area .mv_area.mv_kourimii-c {
  background: url(img/rent-plan/area-kourimii-c-mv_pc.jpg) no-repeat center right;
}
.rent_area .plan_area {
  width: 900px;
  text-align: left;
  padding: 4rem 0;
  margin: 0 auto;
}
.rent_area .plan_area h3 {
  font-size: 2.375em;
  margin-bottom: 4rem;
}
.rent_area .plan_area h3 span {
  font-size: 3.4rem;
  line-height: 1;
  color: #fff;
  background: #625249;
  padding: 0.6rem 1rem;
  margin-right: 3rem;
}
.rent_area .plan_area p {
  padding-top: 4rem;
}
.rent_area .plan_area .floor {

}
.verticalmenu {
  position: fixed;
  top: 100px;
  right: 0;
}
.verticalmenu li {
  margin-bottom: 2rem;
}
.rent_area .brown_area {
  width: 100%;
  color: #fff;
  background: #372b24;
  font-weight: bold;
  font-size: 2.15em;
  text-align: center;
  line-height: 1.5;
  padding: 2rem 1rem;
  margin-bottom: 6.5rem;
}
.rent_area .renkei {
  margin-top: 5em;
}
.rent_area .mb8 {
  margin-bottom: 8rem;
}
.rent_area .mb12 {
  margin-bottom: 12rem;
}
.rent_area .mb0 {
  margin-bottom: 0;
}
.rent_area .chaya_1 {
  border-bottom: solid 1px #dedede;
  margin-bottom: 4rem;
  padding-bottom: 8rem;
}

/* ----------------------------------------
* blog_list
---------------------------------------- */

#blog_cat {
  background: #f5f2f2;
  padding: 2rem 0;
}
#blog_cat .wrap {
  width: 1140px;
}
#blog_cat .gr6 {
  padding: 0 1rem;
}
#blog_list {
  padding: 8rem 0 13rem;
}
#blog_list h3 {
  font-size: 1.625em;
  margin: 0 auto 4rem;
}
#blog_list .row {
  margin-bottom: 5rem;
}
#blog_list .row li {
  float: left;
  width: 30%;
  margin-right: 5%;
}
#blog_list .row li:nth-child(3n) {
  margin-right: 0;
}
#blog_list .row li:nth-child(3n+1) {
  clear: both;
}
body.single #blog_list .row li:nth-child(4n) {
  display: none;
}
#blog_list .row li .cat {
  background: #372b24;
  padding: 0.4rem 0;
  margin-bottom: 2rem;
}
#blog_list .row li .cat a {
  color: #fff;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
#blog_list .row li .creator a {
  padding-left: 22px;
}
#blog_list .row li .resident a {
  padding-left: 26px;
}
#blog_list .row li .cat a:before {
  content:'';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#blog_list .row li .creator a:before {
  width: 18px;
  height: 18px;
  background: url(img/cat-ico-mic.png) no-repeat center left;
}
#blog_list .row li .resident a:before {
  width: 18px;
  height: 18px;
  background: url(img/cat-ico-fukidashi.png) no-repeat center left;
}
#blog_list .row li p {
  text-align: left;
}
.wp-pagenavi {}
.wp-pagenavi .pages, .wp-pagenavi .last {
  display:none;
}
.current {
  background: #372b24;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #372b24;
    padding: 0.5rem 1rem;
    margin: 3px;
}

/* ----------------------------------------
* blog-detail
---------------------------------------- */

.post-content {
  padding: 7rem 0 0;
  text-align: left;
}
.post-title {
  font-size: 1.625em;
  line-height: 2;
  margin-bottom: 7rem;
}
.post-content .cat-box {
  margin: 0 0 4rem;
  width: 100%;
  text-align: center;
}
.post-content .cat-box img {
  width: 100%;
}
.post-content .cat-box .cat {
  background: #372b24;
  padding: 1rem 0;
}
.post-content .cat-box .cat span {
  color: #fff;
  position: relative;
  font-size: 1.4em;
  line-height: 1;
  font-weight: bold;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.post-content .cat-box .creator span {
  padding-left: 22px;
}
.post-content .cat-box .resident span {
  padding-left: 26px;
}
.post-content .cat-box .cat span:before {
  content:'';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.post-content .cat-box .creator span:before {
  width: 18px;
  height: 18px;
  background: url(img/cat-ico-mic.png) no-repeat center left;
}
.post-content .cat-box .resident span:before {
  width: 18px;
  height: 18px;
  background: url(img/cat-ico-fukidashi.png) no-repeat center left;
}
.post-content h2{
  font-size: 1.625em;
  line-height: 1.5;
  background: #f5f2f2;
  padding: 1rem 1.2em;
  width: 100%;
  border-left: 0.285em #000 solid;
  margin: 1rem auto 5rem;
}
.post-content h3 {
  font-size: 1.375em;
  padding: 1rem 0;
  margin: 1rem auto 4rem;
  border-bottom: 3px #ad9674 solid;
  line-height: 1em;
}
.post-content h4 {
  font-size: 1.125em;
  color: #343434;
  background: #f5f2f2;
  padding: 0.66em 1.2em;
  margin: 1rem auto 4rem;
  width: 100%;
  border-left: 3px #ad9674 solid;
}
.post-content h5 {
  font-size: 1.125em;
  margin:1rem 0 3rem;
}
.post-content h6 {
  margin:1rem 0 3rem;
}
.post-content hr {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  clear: both;
}
.post-content img {
  margin-bottom: 2em;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin-bottom: 2em;
}
.post-content p.small {
  color: #959595;
  font-size: 0.75em;
}
.post-content a.btn {
  text-align: center;
}
.post-content ul {
  list-style: none;
}
.post-content ul li {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}
.post-content ul li ul li {
  font-weight: normal;
}
.post-content ul li:before {
  content:'';
  display: inline-block;
  background: #ad9674;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.post-content ul li ul li:before {
  content:'';
  display: inline-block;
  background: #fff;
  width: 6px;
  height: 6px;
  border: solid 2px #ad9674;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul,
.post-content ol {
}
.post-content li > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0px;
}
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.post-content table {
  border: 1px #dadada solid;
  width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #dadada solid 1px;
}
.post-content table th {
  background: #f5f2f2;
  font-weight: bold;
  text-align: center;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.post-content .row {
  margin: 1rem 0 4rem;
}
.post-content .gr1,
.post-content .gr2,
.post-content .gr3,
.post-content .gr4,
.post-content .gr5,
.post-content .gr6,
.post-content .gr7,
.post-content .gr8,
.post-content .gr9,
.post-content .gr10,
.post-content .gr11,
.post-content .gr12,
.post-content .gld-sub,
.post-content .gld-main,
.post-content .gr1-5 {
  padding: 0 1%;
}
.post-content .paging {
  padding-top: 4rem;
}
.post-content .paging .next a {
  float: right;
  color: #fff;
  background: #372b24;
  padding: 1rem 2rem;
}
.post-content .paging .prev a {
  float: left;
  color: #fff;
  background: #372b24;
  padding: 1rem 2rem;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */

@media screen and ( min-width: 1500px ){
  body.home #mv .wrap h1 {
    width: 100%;
  }
  #front_hojyo {
    background: url(img/index/area-hojyo-bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  #front_about .bg img {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  /* laptop */
  .wrap {
    width: 100%;
    padding: 0 5.3%;
  }
  #about_jissi .wrap {
    width: 100%;
    padding: 0 5.3%;
  }
  #blog_cat .wrap {
    width: 100%;
    padding: 0 5.3%;
  }
  #header .logo {
    margin-right: 4rem;
  }
  .verticalmenu {
    display: none;
  }
  /* laptop end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  #header .kousya_logo {
    display:none
  }
  .dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
  }

  /* tablet end */
}

@media screen and (max-width: 767px) {
  /* phone */
  a.btn {
    padding: 2rem 1em;
    margin: 0 auto;
  }
  a.btn span {
    padding-left: 2.5rem;
  }
  a.btn_renov45 {
    padding: 1.2rem 1em;
  }
  a.btn_renov45 img {
    width: 37.3%;
  }
  /*
  --------------------------------
  * header
  ---------------------------------------- */
  #header {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
  }
  #header .logo {
    display: block;
    float: left;
    width: 31.2%;
    z-index:9999;
    margin: 1.3rem 0 1rem;
  }
  body.home #header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0);
  }
  body.home #header .logo {
    display: none;
  }

  /* ----------------------------------------
  * footer
  ---------------------------------------- */

  #footer {
    width: 100%;
    background: #f5f2f2;
  }
  #footer .logo {
    width: 48.6%;
    margin: 0 auto 2rem;
  }
  #footer .kousya_logo {
    width: 40%;
    margin: 2rem auto 0.5rem;
  }
  #footer .wrap {
  }
  .footer-01 {
    padding: 4rem 0;
  }
  .footer-01 .gr6 {
    padding: 0 0 0.5rem;
  }
  .footer-01 a.btn span {
    display: block;
  }
  .footer-01 .tel {
  }
  .footer-01 .tel span {
    font-weight: bold;
    padding-left: 1.8rem;
    position: relative;
    font-size:0.875em;
  }
  .footer-01 .tel span:before {
    content:'';
    display: block;
    width: 13px;
    height: 14px;
    background: url(img/tel-ico.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .footer-02 {
    background: #372b24;
    padding: 2rem 0;
  }
  .footer-02 .footer-copy {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
  }

  /* ----------------------------------------
  * pagetop
  ---------------------------------------- */
  .pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 13.3%;
    color: #fff;
  }
  body.page-id-919 .pagetop {
    right: 0;
  }
  .pagetop span {
    display: block;
    border-radius: 25px;
    background: #2b2b2b;
    width: 13.33%;
    height: auto;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    opacity: .8;
  }

  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  .breadcrumb-area {
    background: #372b24;
  }
  .breadcrumb-area .wrap {
    padding: 0.5em 5.3%;
  }

  .breadcrumb {
    margin: 0;
    margin-left: -10px;
    overflow: hidden;
    font-size: 0.813em;
    padding: 0;
    line-height: 22px;
  }
  .breadcrumb li {
    float: left;
    margin-left: 10px;
    color: #fff;
    text-align: left;
  }
  .breadcrumb li a {
    text-decoration: none;
    color: #fff;
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }

  /* ----------------------------------------
  * gloval nav & primary nav
  ---------------------------------------- */
  #header #gnav {
    display:none;
  }
  #footer #gnav {
    margin: 0 auto 3rem;
    width: auto;
  }
  #gnav ul {
  }
  #gnav ul li {
    display: inline-block;
    margin: 0 0.7rem;
  }
  #gnav ul li:last-child {
    margin: 0 0.7rem;
  }
  #gnav ul li a {
    position:relative;
    color: #372b24;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: 700;
    font-size: 1em;
    display: block;
  }
  #gnav ul li a:hover, #gnav ul li.current-menu-item a  {
    text-decoration: none;
  }
  #gnav ul li a:hover::after, #gnav ul li.current-menu-item a:after  {
    content:'';
    display:block;
    border-bottom: solid 1px #372b24;
    width: 60%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%);
  }
  #header-nav-btn {
    display: block;
    width: 15%;
    z-index:9999;
    padding: 1.7rem 0 1.7rem;
    float: right;
  }
  #header-nav-btn img {
    width: 56%;
    float: right;
  }
  #header #header-nav-btn .close, #header.active #header-nav-btn .open {
    display: none!important;
  }
  #header.active #header-nav-btn .close {
    display: block!important;
  }
  body.home #header.active .logo {
    display: block;
  }
  #header.active {
    position: fixed;
  }
  body.home #header.active {
    position: fixed;
    background: #fff;
  }
  #gnav-sp {
    display: none;
    z-index: 100;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 3rem 0 2rem;
  }
  body.home #gnav-sp {
    padding: 2rem 0;
  }
  #gnav-sp ul {
    margin-bottom: 0;
  }
  #gnav-sp li {
    margin-bottom: 1em;
  }
  #gnav-sp li a {
    color: #372b24;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: 700;
    font-size: 1em;
  }
  #gnav-sp li a:hover {
    text-decoration: none;
  }
  #gnav-sp li.menu-item-975 a {
    pointer-events: none;
  }
  #gnav-sp .btn {
    background: #f5f2f2;
    margin-bottom: 0.5rem;
  }
  #gnav-sp a.btn span {
    display: block;
  }
  #gnav-sp #header-cont-content {
    margin-bottom: 2rem;
  }
  #gnav-sp .sp_voice {
    width: 110.6%;
    margin: 0 0 0 -5.3%;
    display: none;
    opacity: 0;
    transition: transform 1s;
  }
  #gnav-sp.sp-active .sp_voice {
    display: block;
    opacity: 1;
  }
  #gnav-sp .sp_voice .inner {
    background: #f5f2f2;
    padding: 2rem 2rem 0;
    position: relative;
  }
  #gnav-sp .sp_voice .inner:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  content:'';
  width: 10px;
  height: 11px;
  background: url(img/btn-arrow-top-g.png) no-repeat bottom center;
  background-size: 100%;
  }
  #gnav-sp .sp_voice .gr6 {
    width: 50%;
  }
  #gnav-sp .resident {
    padding-right: 0.5rem;
  }
  #gnav-sp .creator {
    padding-left: 0.5rem;
  }
  #gnav-sp .sp_voice .cat {
    width: 100%;
  }
  #gnav-sp .sp_voice .cat a img {
    vertical-align: bottom;
  }
  #gnav-sp .sp_voice .more {
    width: 100%:auto;
    display:block;
    text-align: center;
    padding: 0.5em 15%;
  }

  #header .nav_voice {
    display: none!important;
  }

  /* ----------------------------------------
  * mv
  ---------------------------------------- */
  #mv {
    width: 100%;
    overflow:hidden;
    position:relative;
  }
  #mv  img {
    width: 100%;
  }
  #mv .layer {
    width: 100%;
    height: 100%;
    background: url(img/mv-layer_sp.png) no-repeat top right;
    position: absolute;
    top: 0;
    right: 13.33%;
  }
  #mv .wrap {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-30%);
  }
  #mv h1, .ttl {
    font-size: 4rem;
    color: #372b24;
    line-height: 1;
    font-weight: bold;
  }

  body.home #mv {
    width: 100%;
    overflow:hidden;
    position:relative;
  }
  body.home #mv .layer {
    position: absolute;
    top: 0;
    right: 13.33%;
  }
  body.home #mv .wrap {
    text-align: left;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-40%);
  }
  body.home #mv .wrap h1 {
    max-width: 476px;
    width: 71.04%;
  }
  body.home #mv .wrap .ttl {
    width: 100%;
    margin-bottom: 1rem;
  }
  body.home #mv .wrap span {
    display:block;
    width: 82.35%;
  }

  /* ----------------------------------------
  * content
  ---------------------------------------- */
  #content {
  }

  /* ----------------------------------------
  * frontpage
  ---------------------------------------- */

  body.home #content {
  }
  body.home #main {
  }
  body.home .wrap {
  }
  #front_news {
    padding: 2rem 0;
  }
  #front_news li {
    text-align: left;
  }
  #front_news li a {
    font-size: 1em;
    line-height: 1.4;
    position: relative;
    padding: 0;
    text-align: left;
  }
  #front_news li a .txt {
    margin: 0;
    display: block;
    text-align: left;
    margin: 0 5.3%;
  }
  #front_news li a:hover {
    text-decoration: none;
  }
  #front_news li a .new {
    background: #372b24;
    color: #fff;
    padding: 0.3rem 0.7rem 0.2rem;
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
    font-size: 0.875em;
    margin: 0 5.3% 1rem;
  }
  #front_news li:hover a .txt:after {
    content:'';
    display:block;
    border-bottom: solid 1px #000;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #front_hojyo {
    background: url(img/index/area-hojyo-bg_sp.jpg) no-repeat center center;
    background-size: 100%;
    padding: 5rem 0 7rem;
  }
  #front_hojyo h3 {
    font-size: 1.375em;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  #front_hojyo p {
    color: #fff;
    line-height: 1.5;
    font-size: 1em;
  }
	
#front_event {
  padding: 6rem 0;
  background: #fff;
}

#front_event .event_text {
  width: 100%;
	float: none;
}
#front_event .event_img {
  width: 100%;
  float: none;
  padding-left: 0;
}
#front_event h2 {
  color: #372b24;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-size: 1.375em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 2rem;
  font-weight: bold;
}

#front_event h3 {
  color: #372b24;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: left;
  margin: 1rem auto;
  font-weight: bold;
}

#front_event p {
  margin-bottom: 2rem;
  text-align: left;
}
	
#front_event .event_btn {
	margin-top: 3rem
}	
	
	
	
	

  #front_timelapse {
    padding: 6rem 0;
    background: #f5f2f2;
  }
  #front_timelapse .gr8 {
    float: none;
    width: 100%;
  }
  #front_timelapse .gr4 {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  #front_timelapse h2 {
    font-size: 1.375em;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 2rem;
  }
  #front_timelapse .graf {
    max-width: 410px;
    margin-bottom: 2.5rem;
    text-align: left;
  }
  #front_timelapse p {
    margin-bottom: 2.5rem;
    text-align: left;
  }

  #front_oshiete {
    padding: 8rem 0;
  }
  #front_oshiete h2 {
    font-size: 1.375em;
    line-height: 1;
    text-align: center;
    margin: 0 auto 3rem;
  }
  #front_oshiete .wrap {
    width: 85%;
    height: 80rem;
    overflow: auto;
  }
  /*スクロールバーの横幅指定*/
  #front_oshiete .wrap::-webkit-scrollbar {
      width: 1rem;
  }
  /*スクロールバーの背景色・角丸指定*/
  #front_oshiete .wrap::-webkit-scrollbar-track {
    border-radius: 0;
  	background: #e6e5e5;
  }
  /*スクロールバーの色・角丸指定*/
  #front_oshiete .wrap::-webkit-scrollbar-thumb {
    border-radius: 0;
  	background:#999999;
  }
  #front_oshiete article {
    padding-bottom: 3rem;
  }
  #front_oshiete .left {
    padding: 0;
  }
  #front_oshiete .right {
    padding-left: 0;
  }
  #front_oshiete .date {
    padding: 2rem 0 1.5rem;
    text-align: left;
  }
  #front_oshiete .date .mark {
    color: #fff;
    padding: 0.3em 1em;
    line-height: 1;
    background: #372b24;
    border-radius: 1em;
    margin-right: 1em;
    position: relative;
  }
  #front_oshiete .date .mark:after {
    content:'';
    background: url(img/btn-arrow-under.png)no-repeat top center;
    background-size: 100%;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  #front_oshiete p {
    text-align: left;
    line-height: 2;
  }


  /* ----------------------------------------
  * about
  ---------------------------------------- */

  #about_good {
    padding: 4rem 0 0;
  }
  #about_good .wrap {
    position: relative;
  }
  #about_good .nikoichi {
    width: 82%;
    position: static;
    right: 0;
    top: 18rem;
    margin: 0 auto;
  }
  #about_good h2 {
    font-size: 1.25em;
    line-height: 1.5;
    color:#372b24;
    margin-bottom: 2rem;
  }
  #about_good .gooddesign {
    width: 520px;
  }
  #about_good p {
    font-size: 1em;
  }
  #about_good h5 {
    font-size: 1.1em;
	line-height: 1.5;
  }
  #about_good .text_area {
    text-align: left;
    margin-bottom: 2rem;
  }
  #about_photo {
    padding: 6rem 0 0;
  }
  #about_photo .bg {
    position: relative;
  }
  #about_photo .wrap {
    height: 100%;
    position: static;
    top: 0;
    left: 50%;
    transform:translateX(0);
  }
  #about_photo .area {
    height: 100%;
    position: relative;
    text-align: left;
  }
  #about_photo .area img {
    margin-bottom: 0.5rem;
  }
  #about_photo .area .fl {
    width: 49%;
    float: left;
  }
  #about_photo .area p {
    line-height: 1.8;
    margin-bottom: 0;
    padding-top: 1em;
  }
  #about_photo .area .fr {
    width: 50%;
    float: right;
  }
  #about_photo .first {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
	padding-right: 1em;
  }
  #about_photo .second {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
  #about_jissi {
    padding: 6rem 0;
  }
  #about_jissi .row {
    margin-bottom: 1rem;
  }
  #about_jissi .ttl{
    text-align: left;
    margin-bottom: 1rem;
  }
  #about_jissi .fl, #about_jissi .fr {
    width: 50%;
    float:left;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }

  /* ----------------------------------------
  * RENT PLAN
  ---------------------------------------- */

  #rent_link {
    background: #f5f2f2;
    padding-bottom: 1rem;
  }
  #rent_link .row {
    padding: 1rem 0;
    display: block;
    width: 100%;
  }
  #rent_link .row.dotted {
    background: url() repeat-x bottom;
    padding: 1rem 0 0;
  }
  #rent_link .gr9 {
    display: block;
    text-align: center;
    float: none;
  }
  #rent_link .gr3 {
    display: block;
    float: none;
    vertical-align: middle;
    margin-bottom: 1rem;
  }
  #rent_link .gr3 span {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.25em 0;
    color:#372b24;
  }
  #rent_link .gr4 {
    float: left;
    width: 31.3%;
    margin: 0 1%;
  }
  .rent_area {
    padding: 0 0 6rem;
    width: 100%;
    overflow:hidden;
  }
  .rent_area .wrap {
    width: 100%;
    padding: 0;
  }
  .rent_area .mv_area {
    width: 100%;
    padding: 0rem 0;
    text-align: left;
  }
  .rent_area .mv_area h2 {
    color: #372b24;
    font-size: 1.56em;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    margin: 0 5.3% 1rem;
  }
  .rent_area .mv_area h2 span{
    font-size: 1.2rem;
    display: block;
  }
  .rent_area .mv_area p {
    width: 89.4%;
    font-weight: normal;
    margin: 0 5.3% 1rem;
  }
  .rent_area .mv_area .add {
    width: 89.4%;
    padding: 1rem;
    background: rgba(132, 79, 49, 0.1);
    font-weight: bold;
    line-height: 1;
    margin: 0 5.3%;
  }
  .rent_area .mv_area.mv_chayamadai {
    background: url();
  }
  .rent_area .mv_area.mv_kourimii {
    background: url();
  }
  .rent_area .mv_area.mv_kourimii-b {
    background: url();
  }
  .rent_area .mv_area.mv_kourimii-c {
    background: url();
  }
  .rent_area .plan_area {
    width: 89.4%;
    text-align: left;
    padding: 4rem 0 0;
    margin: 0 auto;
  }
  .rent_area .plan_area h3 {
    font-size: 0.875em;
    margin-bottom: 1rem;
    padding: 0 8%;
  }
  .rent_area .plan_area h3 span {
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background: #625249;
    padding: 0.6rem 1rem;
    margin-right: 1rem;
  }
  .rent_area .plan_area p {
    padding: 1rem 8% 0;
    line-height: 1.6;
  }
  .rent_area .plan_area .floor {
    padding: 0 8%;
  }
  .rent_area a.btn {
    display: block;
    width: 80.4%;
    background: #fff;
    line-height: 1;
    padding: 2rem 0.5em;
    margin: 0 auto;
}
.rent_area .brown_area {
  width: 100%;
  color: #fff;
  background: #372b24;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.5;
  padding: 2rem 1rem;
  margin-bottom: 0;
}
.rent_area .renkei {
  margin-top: 4em;
}
.rent_area .mb12 {
  margin-bottom: 6rem;
}
.rent_area .mb0 {
  margin-bottom: 0;
}
.rent_area .chaya_1 {
  border-bottom: solid 1px #dedede;
  margin-bottom: 0;
  padding-bottom: 4rem;
}

	
.btn_nolink {
  color: #000;
  background: #eee;
  line-height: 1;
  padding: 2rem 0.5em;
  margin: 0 auto;
  width: 80.4%;
  border: 1px solid #372b24;
}
	
/* ----------------------------------------
* blog_list
---------------------------------------- */

#blog_cat {
  background: #f5f2f2;
  padding: 2rem 0 1rem;
}
#blog_cat .gr6 {
  padding: 0 0 1rem;
}
#blog_list {
  padding: 4rem 0 8rem;
}
#blog_list .row {
  margin-bottom: 5rem;
}
#blog_list .row li {
  float: left;
  width: 47.25%;
  margin-right: 0;
}
#blog_list .row li:nth-child(3n) {
  margin-right: 0;
}
#blog_list .row li:nth-child(even) {
  float: right;
}
#blog_list .row li:nth-child(3n+1) {
  clear: none;
}
#blog_list .row li:nth-child(2n+1) {
  clear: both;
}
body.single #blog_list .row li:nth-child(4n) {
  display: block;
}
#blog_list .row li .cat {
  background: #372b24;
  padding: 0.1rem 0;
  margin-bottom: 1.5rem;
}
#blog_list .row li .cat a {
  color: #fff;
  position: relative;
  padding-left: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
#blog_list .row li .cat a:before {
  content:'';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#blog_list .row li .creator a:before {
  width: 12px;
  height: 12px;
  background: url(img/cat-ico-mic.png) no-repeat center center;
  background-size: 100%;
}
#blog_list .row li .resident a:before {
  width: 12px;
  height: 12px;
  background: url(img/cat-ico-fukidashi.png) no-repeat center center;
  background-size: 100%;
}
#blog_list .row li p {
  text-align: left;
  line-height: 1.5;
}

/* ----------------------------------------
* blog-detail
---------------------------------------- */

.post-content {
  padding: 3rem 0 0;
  text-align: left;
}
.post-title {
  font-size: 1.25em;
  line-height: 2;
  margin-bottom: 3rem;
}
.post-content .cat-box {
  margin: 0 0 3rem;
  width: 100%;
  text-align: center;
}
.post-content .cat-box img {
  width: 100%;
}
.post-content .cat-box .cat {
  background: #372b24;
  padding: 1rem 0;
}
.post-content .cat-box .cat span {
  color: #fff;
  position: relative;
  padding-left: 25px;
  font-size: 0.75em;
  line-height: 1;
  font-weight: bold;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.post-content .cat-box .cat span:before {
  content:'';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.post-content .cat-box .cat .creator span:before {
  width: 12px;
  height: 12px;
  background: url(img/cat-ico-mic.png) no-repeat center center;
  background-size: 100%;
}
.post-content .cat-box .cat .resident span:before {
  width: 12px;
  height: 12px;
  background: url(img/cat-ico-fukidashi.png) no-repeat center center;
  background-size: 100%;
}
.post-content h2{
  font-size: 1.25em;
  line-height: 1.5;
  background: #f5f2f2;
  padding: 1rem 1.2em;
  width: 100%;
  border-left: 0.285em #000 solid;
  margin: 1rem auto 3rem;
}
.post-content h3 {
  font-size: 1.1875em;
  padding: 1rem 0;
  margin: 1rem auto 2rem;
  border-bottom: 3px #ad9674 solid;
  line-height: 1em;
}
.post-content h4 {
  font-size: 1.0625em;
  color: #343434;
  background: #f5f2f2;
  padding: 0.66em 1.2em;
  margin: 1rem auto 2rem;
  width: 100%;
  border-left: 3px #ad9674 solid;
}
.post-content h5 {
  font-size: 1.0625em;
  margin:1rem 0 2rem;
}
.post-content h6 {
  margin:1rem 0 2rem;
}
.post-content hr {
  border-bottom: 1px solid #dadada;
  margin: 3rem 0;
  clear: both;
}
.post-content img {
  margin-bottom: 1em;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin-bottom: 2em;
}
.post-content p.small {
  color: #959595;
  font-size: 0.75em;
}
.post-content a.btn {
  text-align: center;
}
.post-content ul {
  list-style: none;
}
.post-content ul li {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}
.post-content ul li ul li {
  font-weight: normal;
}
.post-content ul li:before {
  content:'';
  display: inline-block;
  background: #ad9674;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.post-content ul li ul li:before {
  content:'';
  display: inline-block;
  background: #fff;
  width: 6px;
  height: 6px;
  border: solid 2px #ad9674;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul,
.post-content ol {
}
.post-content li > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0px;
}
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.post-content table {
  border: 1px #dadada solid;
  width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #dadada solid 1px;
}
.post-content table th {
  background: #f5f2f2;
  font-weight: bold;
  text-align: center;
  width: 40%;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.post-content .row {
  margin: 1rem 0 2rem;
}
.post-content .gr1,
.post-content .gr2,
.post-content .gr3,
.post-content .gr4,
.post-content .gr5,
.post-content .gr6,
.post-content .gr7,
.post-content .gr8,
.post-content .gr9,
.post-content .gr10,
.post-content .gr11,
.post-content .gr12,
.post-content .gld-sub,
.post-content .gld-main,
.post-content .gr1-5 {
  padding: 0;
}

  /* phone end */
}

@media screen and (max-width: 360px) {
  /* mini */
  body {
    font-size: 1.4rem;
  }
  .footer-01 a.btn span {
    font-size: 0.875em;
  }
  #gnav-sp a.btn span {
    font-size: 0.875em;
  }
  #gnav-sp ul {
    margin-bottom: 0.5rem;
  }
  #gnav-sp ul li {
  margin-bottom: 0.5rem;
 }
 #gnav-sp, body.home #gnav-sp {
    padding: 1rem 0;
 }

  /* mini end */
}
