@charset "utf-8";
/* CSS Document */

/*=====================
common
=====================*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
html {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 10px;
  color: #000;
}
body {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.page {
  padding-top : 180px;
  margin-bottom: 360px;
}
.container {
  width: 1284px;
  margin: 0 auto;
}
.container_mini {
  max-width: 1007px;
  margin: 0 auto;
}
.block {
  margin-top: 150px;
}
.fix_linkArea {
  position: fixed;
  right: 0;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.fix_linkArea div {
  background: #fff;
}
.fix_linkArea div + div {
  margin-top: 10%;
}
.breadList {
  margin-bottom: 100px;
}
.breadList li {
  display: inline-block;
  vertical-align: middle;
}
.breadList li + li::before {
  content: ">";
  margin-right: 1rem;
}

@media all and (max-width: 768px) {
html {
  font-size: 2vw;
}
body {
  font-size: 1.6rem;
}
.container {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
}
.page {
  padding-top : 150px;
  margin-bottom: 25%;
}
.block {
  margin-top: 15%;
}
.breadList {
  margin-bottom: 10%
}
.fix_linkArea {
  width: 12%;
  max-width: 88px;
}
.fix_linkArea .toContact {
  display: none;
}
.fix_linkArea .toBlog {
  margin-top: 0;
}
}
/*=====================
button
=====================*/
.btn_common {
  display: block;
  margin: 0 auto;
  width: 300px;
  background-color: #1b0609;
  border-radius: 30px;
  text-align: center;
}
.btn_common a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  padding: 17px 0;
}
.btn_mini {
    display: block;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
}
.btn_mini.red {
    background-color: #b31515;

}
.btn_mini a{
    display: block;
  font-size: 1.4rem;
  color: #fff;
  padding: 10px 0;
}
.btn_box {
  max-width: 230px;
  display: block;
  text-align: center;
}
.btn_box a {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  padding: 5px 0;
  box-sizing: border-box;
}
.btn_model {
  display: block;
  max-width: 550px;
  background: #f56d01;
  text-align: center;
  margin: 0 auto;
}
.btn_model a {
  display: block;
  color: #140202;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
}
.btn_model a::before {
  content: "";
  display: inline-block;
  background: url(../img/common/home_icon.png) no-repeat center center / cover;
  height: 64px;
  width: 63px;
  vertical-align: middle;
  margin-right: 16px;
}
.btn_model a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 22px solid #140202;
  margin-left: 16px;
}
.btn_long {
  text-align: center;
  background: #fff;
  margin: 0 auto;
}
.btn_long a {
  color: #fff;
  display: inline-block;
  background-color: #1b0609;
  border-radius: 30px;
  padding: 17px 30px;
}
.btn_inquiry {
  max-width: 620px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.btn_inquiry a {
  padding: 28px 0;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  background: #000;
}
.btn_list {
  max-width: 320px;
  background: #7d7d7d;
  margin: 0 auto;
  text-align: center;
}
.btn_list a {
  color: #fff;
  display: block;
  padding: 15px 0;
}
.btn_mini {
  max-width: 220px;
}
.btn_wh {
  background-color: #888584;
}
.btn_og {
  background: #f56d01;
}

@media all and (max-width: 768px) {
  .btn_common {
    max-width: 220px;
  }
    .btn_common a{
      padding: 10px 0;
  }
.btn_inquiry a {
  padding: 14px 0;
}
.btn_list {
  width: 90%;
}
.btn_long {
}
.btn_model a {
  font-size: 2rem;
}
.btn_model a::before {
  height: 33px;
  width: 32px;
  margin-right: 1%;
}
.btn_model a::after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 11px solid #140202;
  margin-left: 1%;
}
}
/*=====================
headding
=====================*/
.headding {
  display: table;
  margin: 0 auto;
  color: #140202;
  font-size: 3.4rem;
  font-weight: bold;
  border-bottom: 6px solid #140202;
  padding-bottom: 1.2%;
  margin-bottom: 100px;
  line-height: 1;
}
.headding_sub {
  color: #140202;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.headding_mini {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.headding_border {
  position: relative;
  text-align: center;
}
.headding_border span {
  font-size: 2rem;
  font-weight: bold;
  color: #140202;
  background: #fff;
  z-index: 1;
  padding: 0 1%;
}
.headding_border::before {
  content: "";
  display: block;
  border-top: solid 1px #140202;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

@media all and (max-width: 768px) {
.headding {
  margin-bottom: 8%;
  font-size: 3rem;
  border-bottom: 4px solid #140202;
}
.headding_sub {
  margin-bottom: 6%;
}
.headding_mini {
  margin-bottom: 5%;
}
}
/*=====================
header
=====================*/
header {
  position: relative;
}
.header_inner {
  position: fixed;
  z-index: 9999;
  width: 100%;
  min-width: 1280px;
  background-color: rgba(31,20,14,0.9);
}
.header_logo {
  float: left;
  width: 11%;
  padding: 25px 0 28px 2%;
}
.header_nav {
  float: right;
  padding-right: 1.3%;
  font-size: 0;
}
.header_nav > li {
  display: inline-block;
}
.header_nav > li > a, .header_nav > li > span {
  display: block;
  padding: 30px 20px;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.header_rightSp {
  display: none;
}
.header_nav > li:hover .header_nav_sub {
  visibility: visible;
  opacity: 1;
}
.header_nav > li:last-child .header_nav_sub {
  right: 0;
}
.header_nav_sub {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease-in-out;
  white-space: nowrap;
  background-color: rgba(31,20,14,0.9);
}
.header_nav_sub li a {
  display: block;
  padding: 15px 20px;
  font-size: 1.4rem;
  color: #fff;
}

@media all and (max-width: 768px) {
.header_inner {
  min-width: auto;
}
.header_inner.open {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
.header_logo {
  width: 40%;
  padding-top: 36px;
  padding-left: 4%;
}
.header_nav {
  position: absolute;
  top: -2000px;
  padding: 0;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  width: 100%;
  z-index: 9999;
}
.header_nav li {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #1b0609;
}
.header_nav_sub li:first-child {
  border-top: 1px dotted #1b0609;
}
.header_nav_sub li:last-child {
  border-bottom: none;
}
.header_nav_sub {
  position: static;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.header_nav_sub li {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px dotted #1b0609;
}
.header_nav > li:hover .header_nav_sub {
  opacity: 1;
  transform: none;
}
.header_nav li a, .header_nav li span {
  color: #1b0609;
  padding: 5%;
}
.header_nav_sub li a {
  padding: 3%;
}
#js-spNavi.open .header_nav {
  top: 0;
  -moz-transform: translateY(90px);
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
}
.header_rightSp {
  display: block;
  float: right;
}
.header_contact {
  float: left;
  border-right: 1px solid #583925;
  border-left: 1px solid #583925;
}
.header_contact a {
  display: block;
  padding: 29.5px 23px;
}
#navToggle {
  float: left;
  padding: 20px 23px;
  cursor: pointer;
}
#navToggle div {
  position: relative;
  width: 48px;
  height: 50px;
}
#navToggle b {
  font-size: 13px;
  color: #fff;
  line-height: 1;
}
#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out
}
#navToggle span:nth-child(2) {
  top: 27px;
}
#navToggle span:nth-child(3) {
  top: 37px;
}
#navToggle span:last-child {
  top: 47px;
}
#js-spNavi.open #navToggle span:nth-child(2) {
  top: 37px;
  transform: rotate(45deg);
}
#js-spNavi.open #navToggle span:nth-child(3) {
  opacity: 0;
}
#js-spNavi.open #navToggle span:last-child {
  top: 37px;
  transform: rotate(-45deg);
}
}

@media all and (max-width: 374px) {
.header_contact a {
  padding: 29.5px 16px;
}
#navToggle {
  padding: 20px 16px;
}
}
/*=====================
footer
=====================*/
footer {
  position: relative;
  padding-top: 70px;
  background-color: #1b0609;
}
.toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.footer_inner {
  color: #fff;
}
.footer_inner a {
  color: #fff;
}
.footer_inner a:hover {
  text-decoration: underline;
}
.footer_serviceNavi {
}
.footer_serviceNavi-Left {
  display: flex;
}
.footer_serviceNavi-Right {
  display: flex;
  margin-top: 30px;
}
.footer_serviceNavi_box {
  width: 20%;
  border-left: 2px dashed #fff;
  box-sizing: border-box;
  display: block;
}
.footer_serviceNavi_box dt, .footer_serviceNavi_box dd {
  display: block;
}
.footer_serviceNavi_box:last-child {
  border-right: 2px dashed #fff;
}
.footer_serviceNavi_box a, .footer_serviceNavi_box span {
  padding: 16px 0 16px 30px;
  display: block;
}
.footer_serviceNavi_box dd a {
  font-size: 1.4rem;
}
.footer_serviceNavi_box dd a::before {
  content: "・";
  display: inline-block;
}
.footer_otherNavi {
  padding-top: 140px;
  padding-bottom: 60px;
  text-align: center;
}
.footer_otherNavi li {
  display: inline-block;
}
.footer_otherNavi > li > a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0 20px;
}
.footer_otherNavi_sub {
  display: inline-block;
  padding: 0 20px;
}
.footer_otherNavi_sub a {
  font-size: 1.3rem;
  padding-right: 10px;
}
.footer_bottom {
  padding: 55px 0 95px;
  background: #0a0100;
  text-align: center;
}
.footer_copy {
  margin-top: 24px;
  color: #fff;
  font-size: 1.2rem;
}

@media all and (max-width: 768px) {
footer {
  padding-top: 35px;
}
.toTop {
  width: 50px;
  bottom: 5px;
  right: 5px;
}
.footer_serviceNavi {
  display: block;
}
.footer_otherNavi {
  padding-top: 14%;
  padding-bottom: 6%;
}
.footer_otherNavi > li > a {
  padding: 0 5px;
  box-sizing: border-box;
}
.footer_serviceNavi_box {
  width: 100%;
  border-left: none;
}
.footer_serviceNavi_box dd > a {
  text-indent: -0.7rem;
  padding-left: 0.7rem;
}
.footer_serviceNavi-Left .footer_serviceNavi_box:first-child {
  width: 100%;
  border-left: none;
  border-right: none;
}
.footer_serviceNavi_box:last-child {
  border-right: none;
}
.footer_serviceNavi-Left .footer_serviceNavi_box:nth-child(2) {
  width: 100%;
  border-left: 0;
}
.footer_serviceNavi-Left {
  float: left;
  display: block;
  width: 48%;
  box-sizing: border-box;
  border-right: 2px dashed #fff;
  margin-right: 4%;
}
.footer_serviceNavi-Right {
  float: right;
  display: block;
  width: 48%;
  margin-top: 0;
}
.footer_serviceNavi_box a, .footer_serviceNavi_box span {
  padding: 8px 5px 8px 0;
}
.footer_bottom {
  padding: 45px 0 30px;
}
}
/*===============================
スライドショーslick.css上書き用
===============================*/
.slider_wrap {
  max-width: 1220px;
  margin-left: 64px;
}
#js-slider li .imgArea {
  display: inline-block;
  position: relative;
}
#js-slider li .imgArea a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  opacity: 0;
  transition: .4s ease-in-out;
  border: 1px solid transparent
}
#js-slider li .imgArea a:hover {
  border: 10px solid rgba(245, 109, 1, 0.8);
  opacity: 1;
}
#js-slider li .slide_text {
  display: block;
  margin-top: 15px;
}
#js-slider .slick-prev, #js-slider .slick-next {
  width: 31px;
  height: 123px;
}
#js-slider .slick-prev {
  background: url(../img/common/arr_iconLeft.png) no-repeat center center;
  left: -45px;
  z-index: 1;
}
#js-slider .slick-next {
  background: url(../img/common/arr_iconRight.png) no-repeat center center;
  right: 20px;
}
#js-slider .slick-prev:before, #js-slider .slick-next:before {
  color: transparent;
}

@media all and (max-width: 768px) {
#js-slider li {
  text-align: center;
}
#js-slider .slick-prev {
  left: 0px;
}
#js-slider .slick-next {
  right: 0px;
}
}
/*=====================================
for model
======================================*/
.model {
  margin-top: 105px;
  margin-bottom: 130px;
}
.model_intoro {
  margin-top: 60px;
}
.model_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  font-size: 1.4rem;
}
.model_list li {
  position: relative;
  width: 400px;
  margin-right: 42px;
  margin-bottom: 100px;
}
.model_list li:nth-child(3n) {
  margin-right: 0;
}
.model_list li a {
  display: block;
}
.model_list li figure {
  overflow: hidden;
}
.model_list li figure img {
  width: 100%;
  height: auto;
  -moz-transition: -moz-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: all .7s ease;
}
/*.model_list li a:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}*/
.model_list li figcaption {
  padding: 28px 0 10px;
  font-weight: bold;
  font-size: 2rem;
}
.model_list span {
  font-size: 2rem;
}
.model_list span::before {
  display: inline-block;
  content: ">>";
}
.model_list .category {
  position: absolute;
  width: 175px;
  top: -12px;
  left: 0;
  color: #fff;
  padding: 8px 0 8px 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.model_list .category.cat_custom {
  background: #f56d01;
}
.model_list .category.cat_design {
  background: #140202;
}
.pager {
}
.pager ul {
  position: relative;
  left: 50%;
  float: left;
}
.pager ul li {
  position: relative;
  left: -50%;
  float: left;
  margin-bottom: 5px;
  text-align: center;
}
.pager ul li a, .pager ul li span {
  display: block;
  font-size: 14px;
  padding: 20.5px 22px;
  background: #eee;
  margin: 0 5px;
  line-height: 1;
  box-sizing: border-box;
}
.pager ul li.active span {
  background: #BCBCBC;
}
.pager ul .back a, .pager ul .next a {
  width: 198px;
}
.pager ul .back a::before {
  display: inline-block;
  content: "<<";
}
.pager ul .next a::after {
  display: inline-block;
  content: ">>";
}

@media all and (max-width: 768px) {
.model_list {
  padding-top: 0;
}
.model_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 8%;
}
.model_list li:nth-child(3n) {
  margin-right: 4%;
}
.model_list li:nth-child(2n) {
  margin-right: 0;
}
.model_list .category {
  width: 50%;
  padding: 4%;
}
.model_list li figcaption {
  padding: 28px 0 10px;
  font-weight: bold;
  font-size: 2rem;
}
.model_list li figcaption {
  padding: 3%;
  font-weight: bold;
  font-size: 1.6rem;
}
.model_list span {
  font-size: 1.4rem;
  display: block;
  text-align: right;
}
.pager ul {
  left: 0;
}
.pager ul li {
  left: 0%;
}
.pager ul li a, .pager ul li span {
  padding: 10px 12px;
}
.pager ul .back a, .pager ul .next a {
  width: 100px;
}
}
/*=====================================
for model-detail
======================================*/
.modelConcept {
  text-align: center;
  margin: 0 52px;
}
.modelConcept > .title {
  display: inline-block;
  margin-bottom: 50px;
  box-sizing: border-box;
  border: 2px solid #140202;
  padding: 5px 30px;
  font-size: 3.2rem;
  font-weight: bold;
}
#js-propertySlider {
  margin: 0 52px 20px;
}
#js-propertySlider .slick-slide img {
  margin: 0 auto;
  max-height: 650px;
  display: block;
}
#js-propertySliderNav {
  margin: 0 42px;
}
#js-propertySliderNav .slick-track {
  margin-left: 0;
}
#js-propertySliderNav li {
  margin: 0 10px;
  cursor: pointer;
  transition: 0.4s;
}
#js-propertySliderNav .slick-track.fix {
  transform: translate3d(0px, 0px, 0px)!important;
}
#js-propertySliderNav li.slick-current {
  opacity: 0.7;
}
.detailTextArea {
  margin: 30px 52px 50px;
}
.detailTextArea .detailBox {
  float: left;
  width: 55%;
  margin-bottom: 80px;
}
.detailTextArea .detailBox .label {
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 10px;
  letter-spacing: 0.1;
}
.detailTextArea .detailBox .title {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 30px;
}
.detailTextArea .detailBox .text {
  margin-top: 45px;
  font-size: 1.6rem;
}
.detailTextArea .dataBox {
  float: right;
  width: 480px;
}
.detailTextArea .dataBox .title {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.detailTextArea .dataBox .houseData dl {
  box-sizing: border-box;
  border: 2px solid #140202;
  padding: 6px 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  width: 100%;
}
.detailTextArea .dataBox .houseData dl dt {
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.detailTextArea .dataBox .houseData dl dd {
  vertical-align: top;
  width: 50%;
}
.detailTextArea .dataBox .otherData {
  background: #eee;
  margin-top: 47px;
  padding: 15px 20px 10px;
}
.detailTextArea .dataBox .otherData dl {
  font-size: 1.6rem;
  width: 100%;
}
.detailTextArea .dataBox .otherData dl dt {
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.detailTextArea .dataBox .otherData dl dd {
  width: 50%;
  vertical-align: top;
}
.detailTextArea .link {
  width: 270px;
  background: #7d7d7d;
  text-align: center;
  margin: 8% auto 0;
}
.detailTextArea .link a {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 8px 0;
}
#js-propertySlider .slick-arrow {
  width: 65px;
  height: 65px;
  background: rgba(20, 2, 2, 0.9);
  z-index: 1;
}
#js-propertySlider .slick-next {
  right: -50px;
}
#js-propertySlider .slick-prev {
  left: -50px;
}
#js-propertySlider .slick-next:before, #js-propertySlider .slick-prev:before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  font-size: 0;
}
#js-propertySlider .slick-next:before {
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: -6px;
}
#js-propertySlider .slick-prev:before {
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: -6px;
}

@media all and (max-width: 768px) {
.modelConcept {
  text-align: center;
  margin: 0;
}
.modelConcept > .title {
  margin-bottom: 8%;
  border: 2px solid #140202;
  padding: 2% 0%;
}
#js-propertySlider {
  margin: 0 0 2%;
}
#js-propertySliderNav {
  margin: 0;
}
#js-propertySliderNav li {
  margin-right: 1%;
  margin-left: 0;
}
.detailTextArea {
  margin: 8% 2% 5%;
}
.detailTextArea .detailBox {
  float: none;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.detailTextArea .detailBox .title {
  font-weight: bold;
  margin-top: 30px;
}
.detailTextArea .detailBox .text {
  margin-top: 6%;
  text-align: left;
}
.detailTextArea .dataBox {
  float: none;
  width: 100%;
  margin-top: 5%;
}
.detailTextArea .dataBox .title {
}
.detailTextArea .dataBox .houseData dl {
  padding: 2%;
  margin-bottom: 5%;
}
.detailTextArea .dataBox .otherData {
  margin-top: 8%;
  padding: 2%;
}
#js-propertySlider .slick-arrow {
  width: 30px;
  height: 30px;
}
#js-propertySlider .slick-next {
  right: -3%;
}
#js-propertySlider .slick-prev {
  left: -3%;
}
}
/*=====================================
for condominum-list
======================================*/
.cdm_mv .text {
  text-align: center;
  margin-top: 50px;
}
.cdm_detail {
  margin: 95px 52px 0;
}
.cdm_detail .gallary li {
  float: left;
  width: 380px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cdm_detail .gallary li:nth-child(3n) {
  margin-right: 0;
}
.cdm_list {
  margin: 100px 52px 0;
}
.cdm_list .box {
  margin-bottom: 95px;
}
.cdm_list .box .imgArea {
  position: relative;
}
.cdm_list .box .textArea {
  padding-top: 2.5%;
  text-align: center;
}
.cdm_list .box .imgArea span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  opacity: 0;
  transition: .4s ease-in-out;
  border: 1px solid transparent;
}
.cdm_list .box a:hover .imgArea span {
  border: 7px solid rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.cdm_list .box .textArea .text {
  font-size: 1.6rem;
}
.cdm_list .box .textArea .title {
  font-size: 2rem;
  font-weight: bold;
}
.cdm_map {
  margin: 100px 42px 0;
}

@media all and (max-width: 768px) {
.cdm_detail {
  margin: 6% 0;
}
.cdm_detail .gallary li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.cdm_list {
  margin: 10% 0;
}
.cdm_list .box {
  margin-bottom: 9.5%;
}
.cdm_map {
  margin: 0;
}
}
/*=====================================
for condominum
======================================*/
.manimg img {
  width: 100%;
}
.manimg {
  margin-bottom: 50px;
}
.cdmConcept {
  margin-top: 50px;
}
.concept_icon {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 180px;
  box-sizing: border-box;
  border: 3px solid #140202;
  padding: 18px 0;
  vertical-align: top;
}
.concept_text {
  display: inline-block;
  width: 83%;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-left: 30px;
}
.spec_table {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto 40px;
}
.spec_table th {
  font-weight: 600;
  width: 20%;
  padding: 18px 18px 18px 50px;
  box-sizing: border-box;
}
.spec_table td {
  width: 80%;
  padding: 18px 18px 18px 50px;
  box-sizing: border-box;
}
.spec_table tr:nth-child(odd) {
  background: #eee;
}
.gallery_wrap {
  margin: 0 4%;
}
.gallery_imgBox {
  float: left;
  text-align: center;
}
.gallery_imgBox + .gallery_imgBox {
  margin-left: 2%;
}
.gallery_imgArea {
  position: relative;
}
.gallery_imgArea + .gallery_imgArea {
  margin-top: 8%;
}
.loupe_icon {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background: rgba(14,02,02,0.7);
  background: url(../img/model/loupe_icon.png) no-repeat center center rgba(14,02,02,0.8);
}
.floor_wrap {
  margin: 0 10%;
}
.floor_imgBox {
  width: 48%;
  float: left;
  margin-bottom: 2%;
  text-align: center;
}
.floor_imgBox:nth-child(2n) {
  margin-left: 4%;
}
.floor_imgArea {
  display: inline-block;
  position: relative;
}
.addressMap > .gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.addressMap > .gmap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location_wrap {
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}
.location_box {
  width: 48.5%;
  display: inline-block;
}
.location_box:nth-child(2) {
  margin-left: 2%;
}
.location_caption {
  margin-top: 15px;
}
.customBanner_box {
  max-width: 1000px;
  margin: 0 auto;
  border: 3px solid #140202;
  padding: 56px 43px;
  box-sizing: border-box;
}
.customBanner_title {
  max-width: 500px;
  display: inline-block;
  border-bottom: 4px solid #140202;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.customBanner_imgArea {
  float: right;
}
.customBanner_textArea {
  max-width: 500px;
}
.customBanner_text {
  margin: 40px 0 30px;
}
.customBanner_textArea .btn_common {
  margin: 0;
  width: 237px;
}
.sns_linkArea {
  margin-top: 120px;
  text-align: center;
  margin-bottom: 5%;
}
.sns_linkArea ul {
  display: inline-block;
}
.sns_linkArea ul li {
  float: left;
}
.sns_linkArea ul li + li {
  margin-left: 20px;
}
.sns_linkArea ul li a {
  display: block;
}
.cdm_slider .btn_common {
  margin-top: 5%;
}
.cdm_slider + .btn_model {
  margin-top: 11%
}

@media all and (max-width: 768px) {
.concept {
  margin-top: 30px;
}
.concept_icon {
  width: 100%;
  padding: 10px 0;
}
.concept_icon br {
  display: none;
}
.concept_text {
  width: 100%;
  margin-left: 0;
}
.gallery_imgBox {
  float: none;
  margin: 0 auto 4%;
  text-align: center;
}
.gallery_imgArea {
  display: inline-block;
}
.gallery_imgBox + .gallery_imgBox {
  margin: 0 auto 4%;
}
.gallery_imgArea + .gallery_imgArea {
  margin-top: 4%;
}
.floor_wrap {
  margin: 0 4%;
}
.spec_table {
  font-size: 1.6rem;
}
.spec_table th {
  padding: 15px 2%;
}
.spec_table td {
  padding: 15px 2%;
}
.location_wrap {
  margin: 0;
}
.customBanner_title {
  display: block;
  max-width: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: none;
  text-align: center;
}
.customBanner_box {
  padding: 30px 20px;
}
.customBanner_imgArea {
  float: none;
  text-align: center;
}
.customBanner_textArea {
  max-width: none;
}
.customBanner_text {
  margin: 20px 0 15px;
  font-size: 1.75rem;
}
.customBanner_textArea .btn_common {
  margin: 0 auto;
}
.slider_wrap {
  margin-left: 0px;
}
.sns_linkArea {
  margin-top: 40px;
}
#js-slider li {
  text-align: center;
}
#js-slider .slick-prev {
  left: 0px;
}
#js-slider .slick-next {
  right: 0px;
}
}
/*=====================================
for sell
======================================*/
.serch {
  background: #eee;
}
.serchInner {
  padding: 45px 54px 15px;
}
.serch_regions .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.serch_regions .title::before {
  content: "";
  display: inline-block;
  background: #000;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.serch_regions {
  display: flex;
  flex-wrap: wrap;
}
.serch_regions > li {
  margin-bottom: 30px;
  width: 50%;
}
.serch_regions .list li {
  display: inline-block;
}
.serch_regions .list li + li::before {
  display: inline-block;
  content: "/";
  padding: 0 8px;
}
.serch_regions .list li {
  display: inline-block;
  padding: 3px 0;
}
/*.serch_regions .list li a {
	display: inline-block;
	padding: 3px 8px;
}*/
.propertyList {
  margin: 100px 52px 145px;
}
.propertyBox {
  border: 1px solid #eee;
  padding: 50px;
  margin-bottom: 50px;
}
.propertyBoxInner {
  display: table;
  width: 100%;
}
.propertyBox .imgArea {
  display: table-cell;
  vertical-align: top;
  width: 350px;
}
.propertyBox .textArea {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 43px;
}
.propertyBox .textArea .guideLabel{
      display: inline-block;
    vertical-align: middle;
    border: 3px solid #f56d01;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 2px 1.9%;
    margin-left: 3.5%;
}
.propertyBox .textArea .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.propertyBox .textArea .detail {
  font-size: 1.8rem;
  margin-top: 20px;
}
.propertyBox .textArea .detail .price {
  margin-top: 14px;
  margin-bottom: 8px;
}
.propertyBox .textArea .detail .price span {
  font-size: 2.4rem;
  font-weight: bold;
}
.propertyBox .textArea .btn_box {
  float: right;
}

@media all and (max-width: 768px) {
.serchInner {
  padding: 4%;
}
.serch_regions {
  display: block;
}
.serch_regions > li {
  margin-bottom: 15px;
  width: 100%;
}
.serch_regions > li:last-child {
  margin-bottom: 0;
}
.propertyList {
  margin: 10% 0 14%;
}
.propertyBox {
  padding: 3%;
  margin-bottom: 5%;
}
.propertyBox .imgArea {
  width: 40%;
}
.propertyBox .textArea {
  padding-top: 1%;
  padding-left: 3%;
  width: 57%;
}
.propertyBox .textArea .btn_box {
}
}
/*=====================================
for sell-detail
======================================*/

.propertyHead {
  text-align: center;
  margin-bottom: 45px;
  margin-left: 52px;
  margin-right: 52px
}
.propertyHead .headding_mini {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.propertyHead .guideLabel {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #f56d01;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2px 1.9%;
  margin-left: 3.5%;
}
.propertyHead .type {
  font-size: 1.8rem;
  margin-top: 2%;
}
.propertyHead .text {
  font-size: 1.4rem;
  margin-top: 40px;
}
.propertyDetail {
  width: 1000px;
  margin: 115px auto 0;
}
.propertyDetail .head {
  background: #eee;
  padding: 30px;
  margin-bottom: 3%;
}
.propertyDetail .head dl {
  float: left;
  width: 60%;
  display: block;
}
.propertyDetail .head dl dt {
  display: inline-block;
  font-weight: bold;
  width: 24%;
  padding: 1% 0;
}
.propertyDetail .head dl dt.nonewline {
  width: 100%;
}
.propertyDetail .head dl dt::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  content: "";
  vertical-align: middle;
  margin-right: 1rem;
}
.propertyDetail .head .price {
  float: right;
  width: 40%;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: right;
}
.propertyDetail .inner dl {
  width: 100%;
  padding: 15px 15px 15px 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  background: #eee;
}
.propertyDetail .inner dl:nth-child(-n + 12) {
  width: 50%;
  float: left;
}
.propertyDetail .inner dl dt {
  width: 220px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 33px;
  padding-right: 15px;
}
.propertyDetail .inner dl:nth-child(3), .propertyDetail .inner dl:nth-child(4n), .propertyDetail .inner dl:nth-child(7), .propertyDetail .inner dl:nth-child(11), .propertyDetail .inner dl:last-child {
  background: #fff;
}
/*.propertyDetail .inner .left{
	float: left;
	width: 49.7%;
}
.propertyDetail .inner .right{
	float: right;
	width: 49.7%;
}*/
.staffComment {
  max-width: 1000px;
  margin: 120px auto 0;
}
.staffComment .box {
  background: #fff2e9;
  width: 100%;
  padding: 30px 35px;
  box-sizing: border-box;
}
.staffComment .box .imgArea {
  vertical-align: top;
  width: 200px;
  padding-right: 30px;
}
.staffComment .box .imgArea img {
  border-radius: 50%;
  border: 3px solid #fff;
}
.staffComment .box .textArea {
  vertical-align: top;
  font-size: 1.4rem;
  padding-top: 20px;
}
.propertyInquiryArea {
  margin-top: 85px;
  text-align: center;
}
.propertyInquiryArea .tel {
  font-size: 2.8rem;
  font-weight: bold;
  color: #140202;
  line-height: 1;
  margin-top: 22px;
}
.propertyInquiryArea .tel + div {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
.propertyHead {
  margin-bottom: 4.5%;
  margin-left: 0;
  margin-right: 0;
}
.propertyHead .headding_mini {
  font-size: 5vw;
}
.propertyHead .guideLabel {
  font-size: 3vw;
  margin-left: 2.5%;
}
.propertyHead .text {
  font-size: 1.4rem;
  margin-top: 4%;
}
.propertyDetail .head {
  padding: 3%;
}
.propertyDetail .head dl {
  float: none;
  width: 100%;
}
.propertyDetail .head dl dt {
  display: inline-block;
  font-weight: bold;
  width: auto;
  padding: 1% 0;
  margin-right: 3%;
}
.propertyDetail .head dl dt:first-child {
  margin-right: 0;
}
.propertyDetail .head dl dt::before {
  width: 5px;
  height: 5px;
  margin-right: 0.5rem;
}
.propertyDetail .head .price {
  float: right;
  width: 100%;
  text-align: left;
}
.propertyDetail {
  width: 100%;
  margin-top: 10%;
}
.propertyDetail .inner dl {
  padding: 3% 3% 3% 0;
}
.propertyDetail .inner dl:nth-child(-n + 12) {
  width: 100%;
  float: none;
}
.propertyDetail .inner dl:nth-child(odd) {
  background: #eee;
}
.propertyDetail .inner dl:nth-child(even) {
  background: #fff;
}
.propertyDetail .inner dl dt {
  width: 37%;
  padding-left: 3%;
  padding-right: 3%;
}
.staffComment {
  margin: 12% auto 0;
}
.staffComment .box {
  width: 100%;
  padding: 3%;
}
.staffComment .box .imgArea {
  width: 30%;
  padding-right: 3%;
}
.staffComment .box .textArea {
  padding-top: 2%;
}
.propertyInquiryArea {
  margin-top: 8%;
}
.propertyInquiryArea .tel + div {
  margin-bottom: 3%;
}
}
/*=====================================
for idea
======================================*/
.ideaWrap {
  background: url(../img/idea/idea_bg_01.png) no-repeat top center /contain, url(../img/idea/idea_bg_02.png) no-repeat bottom center / contain;
}
.ideaWrap .inner {
  padding-top: 130px;
  padding-bottom: 300px;
}
.ideaWrap .inner .catchBox {
  text-align: center;
}
.ideaWrap .inner .catchBox .image {
}
.ideaWrap .inner .catchBox .text {
  margin-top: 80px;
  color: #140202;
  font-weight: bold;
  font-size: 4.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-shadow: 0px 0px 30px #fff;
  margin-right: -1em;
}
.ideaWrap .inner .intoro {
  margin-top: 100px;
  text-align: center;
}
.ideaWrap .inner .intoro .title {
  color: #140202;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 60px;
}
.ideaWrap .inner .intoro .text {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.ideaWrap .inner .gallery {
  max-width: 1008px;
  margin: 60px auto 0;
}
.ideaWrap .inner .gallery dl {
  padding-bottom: 16px;
}
.ideaWrap .inner .gallery dl dt {
  padding-right: 16px;
}
.ideaWrap .inner .gallery dl:nth-child(2) dt {
  padding-right: 12px;
}

@media all and (max-width: 768px) {
.ideaWrap .inner {
  padding-top: 10%;
  padding-bottom: 28%;
}
.ideaWrap .inner .catchBox .image {
  width: 30%;
  margin: 0 auto;
}
.ideaWrap .inner .catchBox .text {
  margin-top: 6%;
  font-size: 2.8rem;
}
.ideaWrap .inner .intoro {
  margin-top: 1%;
}
.ideaWrap .inner .intoro .title {
  font-size: 1.75rem;
  margin-bottom: 4%;
}
.ideaWrap .inner .intoro .text {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 3%;
}
.ideaWrap .inner .gallery {
  margin-top: 6%;
  width: 96%;
}
.ideaWrap .inner .gallery dl {
  padding-bottom: 2%;
}
.ideaWrap .inner .gallery dl dt {
  padding-right: 1%;
}
.ideaWrap .inner .gallery dl dd {
  padding-left: 1%;
}
.ideaWrap .inner .gallery dl:nth-child(2) dt {
  padding-right: 0%;
}
}
/*=====================================
for reform
======================================*/
.reform_intoro .text {
  text-align: center;
}
.reform_intoro .case {
  text-align: center;
  margin-top: 120px;
}
.reform_intoro .case .title {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #140202;
  color: #140202;
  display: inline-block;
  margin-bottom: 70px;
}
.reform_intoro .case .box {
  float: left;
  width: 48%;
  position: relative;
}
.reform_intoro .case .box:first-child {
  margin-right: 4%;
}
.reform_intoro .case .box:first-child::after {
  position: absolute;
  top: 50%;
  right: -45px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 40px solid #140202;
  margin-top: -20px;
}
.reform_intoro .case .box::before {
  position: absolute;
  left: 50%;
  top: -5%;
}
.reform_intoro .case .box:first-child::before {
  content: url(../img/reform/case_title_01.png);
  margin-left: -55px;
}
.reform_intoro .case .box:nth-child(2)::before {
  content: url(../img/reform/case_title_02.png);
  margin-left: -46px;
}
.stepFlow {
  margin-top: 10%;
}
.stepFlow .inner {
  width: 1284px;
  margin: -25px auto;
  position: relative;
}
.stepFlow .stepBox {
  position: relative;
  min-width: 1285px;
  padding-bottom: 170px;
}
.stepFlow .stepBox dl dt {
  width: 25%;
  vertical-align: top;
  padding-bottom: 3%;
}
.stepFlow .stepBox dl dd {
  width: 70%;
  font-size: 2rem;
  line-height: 2.5;
  vertical-align: top;
  padding-left: 5%;
  padding-top: 5%;
}
.stepFlow .stepBox dl dd ul li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.stepFlow .stepBox .title {
  font-size: 7.4rem;
  color: #140202;
  font-weight: bold;
  border-bottom: 9px solid #140202;
  line-height: 1.2;
}
.stepFlow .stepBox .sub {
  font-size: 3rem;
  color: #140202;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
.stepFlow .stepBox .sub + p {
  font-size: 1.4rem;
}
.stepBoxBg {
  width: 100%;
  height: 360px;
}
.reformPage .stepFlow .step1 dl dd {
  background: url(../img/reform/step_bg_01.jpg) no-repeat bottom right;
}
.reformPage .stepFlow .step2 dl dd {
  background: url(../img/reform/step_bg_02.jpg) no-repeat bottom right;
}

@media all and (max-width: 768px) {
.reform_intoro .text {
  font-size: 1.4rem;
}
.reform_intoro .case {
  margin-top: 12%;
}
.reform_intoro .case .title {
  margin-bottom: 7%;
}
.reform_intoro .case .box:first-child::after {
  position: absolute;
  top: 50%;
  right: -13px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #140202;
  margin-top: -6px;
}
.stepFlow .stepBox {
  min-width: auto;
  padding-bottom: 17%;
}
.stepBoxBg {
  height: 130px;
}
.stepFlow .inner {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
}
.stepFlow .stepBox dl {
  margin-top: -10px;
}
.stepFlow .stepBox dl dt {
  width: 25%;
  padding-bottom: 0;
}
.stepFlow .stepBox dl dd {
  width: 73%;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 2%;
  padding-top: 4%;
  background: none!important;
}
.stepFlow .stepBox .title {
  font-size: 2.3rem;
  border-bottom: 5px solid #140202;
}
.stepFlow .stepBox .sub {
  font-size: 1.3rem;
  margin-top: 1%;
}
}
/*=====================================
for order-flow
======================================*/
.orderFlowPage .stepFlow .step1 dl dd {
  background: url(../img/reform/step_bg_01.jpg) no-repeat bottom right;
}
.orderFlowPage .stepFlow .step2 dl dd {
  background: url(../img/reform/step_bg_02.jpg) no-repeat bottom right;
}
.orderFlowPage .stepFlow .step5 dl dd:last-child {
  background: url(../img/reform/step_bg_03.jpg) no-repeat bottom right;
}
.orderFlowPage .stepFlow .step6 dl dd:last-child {
  padding-bottom: 200px;
  background: url(../img/reform/step_bg_04.jpg) no-repeat bottom right;
}
.smileBox {
  margin: 0 auto;
  font-size: 0;
  width: 80%;
}
.smileBox .imageArea {
  width: 21%;
  background: #231915;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 4%;
  display: inline-block;
  vertical-align: middle;
}
.smileBox .textArea {
  width: 74%;
  padding-left: 4%;
  display: inline-block;
  vertical-align: middle;
}
.smileBox .textArea .title {
  color: #140202;
  font-weight: bold;
  font-size: 7.4rem;
  border-bottom: 9px solid #140202;
}
.smileBox .textArea .text {
  font-size: 2rem;
  margin-top: 6%;
}

@media all and (max-width: 768px) {
.orderFlowPage .stepFlow .step6 dl dd:last-child {
  padding-bottom: 0;
}
.smileBox {
  margin: 0;
  width: 100%;
}
.smileBox .textArea {
  padding-left: 2%;
}
.smileBox .textArea .title {
  font-size: 3.3rem;
  border-bottom: 5px solid #140202;
}
.smileBox .imageArea {
  width: 25%;
}
.smileBox .textArea {
  width: 72%;
}
.smileBox .textArea .text {
  font-size: 1.8rem;
}
}
/*=====================
privacy
=====================*/
.privacy section {
  margin-top: 4%;
}
.privacy section h3 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2%;
}
.privacy section p {
  margin-left: 6%;
}
.privacy section ol {
  margin-top: 2%;
  margin-left: 10%;
}
/*=====================================
for order-base
======================================*/
.orderBasePage .headding {
  margin-bottom: 15%;
}
.articleBox {
  margin-top: 14%;
}
.articleBox .sub {
  margin-top: 4%;
  margin-bottom: 8%;
  text-align: center;
}
.articleBox .box {
  padding: 0 47px;
  margin-bottom: 5%;
}
.articleBox .box .imgArea {
  float: left;
}
.articleBox .box .textArea {
  float: right;
  width: 580px;
  padding-left: 10px;
}
.articleBox .box .textArea .title {
  font-size: 2rem;
  font-weight: bold;
}
.articleBox .box .textArea .text {
  margin-top: 3%;
}
.articleBox .box .textArea .description {
  background: #eee;
  padding: 5.264%;
}
.articleBox .box .textArea .description .title {
  text-align: center;
  font-size: 1.8rem;
}
.articleBox .box .textArea .text + .description {
  margin-top: 9%;
}
.articleBox .box .textArea .list {
  margin-top: 3%;
  margin-left: -0.5rem;
}
.articleBox .box .textArea .list li {
  margin-top: 1.5rem;
}
.articleBox .box .textArea .list li::before {
  content: "・";
  display: inline-block;
  vertical-align: middle;
}
.characterList {
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  margin-left: 47px;
  margin-right: 47px;
  padding-bottom: 6%;
}
.characterList .box {
  display: block;
  padding-top: 6%;
}
.characterList .box dt {
  display: block;
  float: right;
}
.characterList .box img {
  border-radius: 50%;
}
.characterList .box dd {
  display: block;
  float: left;
  width: 550px;
}
.characterList .box dd .title {
  display: inline-block;
  font-size: 2.2rem;
  color: #140202;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 0;
  border-bottom: 5px solid #140202;
}
.characterList .box dd .text {
  margin-top: 3%;
}

@media all and (max-width: 768px) {
.articleBox .box {
  padding: 0;
}
.articleBox .sub {
  text-align: left;
}
.articleBox .box .imgArea {
  float: none;
  text-align: center;
  padding-bottom: 3%;
}
.articleBox .box .textArea {
  float: none;
  width: 100%;
  padding: 0;
}
.articleBox .box .textArea .description {
  margin-right: 3%;
  margin-left: 3%;
}
.characterList {
  margin-left: 0;
  margin-right: 0;
}
.characterList .box dt {
  float: none;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 3%;
}
.characterList .box dd {
  float: none;
  width: 100%;
  text-align: center;
}
.characterList .box dd .text {
  text-align: left;
}
}
/*=====================================
for order-comfort 
======================================*/
.articleBox .box .gallary {
  float: left;
}
.articleBox .box .gallary li {
  margin-bottom: 44px;
}
.articleBox .box .textArea .text + dl {
  margin-top: 11%;
}
.articleBox .box .textArea dl {
  display: block;
  margin-bottom: 7%;
}
.articleBox .box .textArea dl dt {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
.articleBox .box .textArea dl dt::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #000;
  vertical-align: middle;
  margin-right: 5px;
}
.articleBox .box .textArea dl dd {
  display: block;
}
.articleBox .box .textArea dl dd .inner {
  float: left;
  width: 50%;
}
.articleBox .box .textArea dl dd .inner ol li {
  padding-left: 1rem;
  line-height: 1.7;
}
.articleBox .box .textArea dl dd > ul {
  margin: 5% 0;
}
.articleBox .box .textArea dl dd > ul li {
  padding-left: 1rem;
  text-indent: -1.5rem;
}
.articleBox .box .textArea dl dd > ul li::before {
  content: "・";
}
.columBox {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 5px solid #140202;
  background: url(../img/order/colum_icon.png) no-repeat top left;
  padding: 7% 5%;
}
.columBox .columHeader {
  padding-left: 2%;
}
.columBox .columHeader .sub span {
  display: inline-block;
  font-size: 3.2rem;
  color: #140202;
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: 5px solid #140202;
  line-height: 1.3;
}
.columBox .columHeader .title {
  font-size: 3rem;
  font-weight: bold;
  color: #140202;
  display: inline-block;
  margin-top: 1.5%;
}
.columBox .columHeader .text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #140202;
  float: left;
  width: 76.804%;
  letter-spacing: 0.1rem;
}
.columBox .columHeader .imgArea {
  width: 23.196%;
  float: right;
  margin-top: -7%;
}
.columBox dl, .columBox dt, .columBox dd {
  display: block;
}
.columBox dl {
  margin-bottom: 6%;
}
.columBox dl:last-child {
  margin-bottom: 0;
}
.columBox dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2rem;
  border-left: 3px solid #140202;
}
.columBox dl dd {
  padding-left: 2rem;
  margin-top: 1%;
}

@media all and (max-width: 768px) {
.articleBox .box .gallary {
  float: none;
  padding-top: 5%;
  padding-bottom: 5%;
}
.articleBox .box .gallary li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0;
}
.articleBox .box .gallary li:nth-child(3n) {
  margin-right: 0;
}
.columBox {
  background-size: 20%;
}
.columBox .columHeader .imgArea {
  margin-top: 0;
}
.columBox .columHeader .sub span {
  font-size: 2.4rem;
}
.columBox .columHeader .title {
  font-size: 2.23rem;
  margin-bottom: 1.5%;
}
.columBox .columHeader .text {
  font-size: 1.6rem;
  margin-bottom: 5%;
}
}
/*=====================================
for order-safe
======================================*/
.articleSafe {
  margin-bottom: 7%;
}
.articleSafe .sub {
  text-align: center;
}
.articleSafe .box {
  margin-top: 3%;
}
.articleSafe .box .imageArea {
  float: left;
}
.articleSafe .box .textArea {
  float: right;
  width: 850px;
}
.articleSafe .box .textArea .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1%;
}
.articleSafe .box .textArea .title {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 3px solid #000;
  display: inline-block;
  margin-bottom: 5%;
}
.articleSafe .box .textArea dl, .articleSafe .box .textArea dl dd, .articleSafe .box .textArea dl dt {
  display: block;
}
.articleSafe .box .textArea dl {
  margin-bottom: 2%;
}
.articleSafe .box .textArea dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1%;
}
.articleSafe .box .textArea .text + dl {
  margin-top: 3%;
}
.sysSafe .box .imageArea {
  padding-top: 3%;
}
.inspectionFlow {
  min-width: 1285px;
}
.inspectionFlow .textBox {
  font-size: 2rem;
  border: 1px solid #000;
  font-weight: bold;
  max-width: 920px;
  margin: 0 auto 7%;
  text-align: center;
  padding: 1%;
}
.inspectionFlow .textBox br {
  display: none;
}
.inspectionFlow .wrap_bg {
  background: url(../img/order/inspection_bg.jpg) center center;
  background-size: cover;
}
.inspectionFlow .inner {
  text-align: center;
  padding-top: 9%;
  padding-bottom: 10%;
}
.inspectionFlow .inner .title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 4%;
}
.inspectionFlow .inner .list {
  margin: 0 auto;
  max-width: 500px;
}
.inspectionFlow .inner .list li {
  background: #140202;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  padding: 1.9%;
  margin-bottom: 88px;
  position: relative;
}
.inspectionFlow .inner .list li::after {
  position: absolute;
  bottom: -65px;
  left: 50%;
  display: inline-block;
  content: "";
  border-top: 33px solid #140202;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  margin-left: -16.5px;
}
.inspectionFlow .inner .list li:last-child::after {
  display: none;
}
.inspectionFlow .inner .list li:last-child {
  margin-bottom: 0;
}
.articleJio {
  margin-top: 10%;
}
.articleJio .box .imageArea {
  float: left;
  padding-top: 30px;
  padding-left: 90px;
}
.articleJio .box .textArea {
  float: right;
  width: 860px;
}
.articleJio .box .textArea .text {
  font-size: 1.8rem;
  font-weight: bold;
}
.articleJio .box .textArea .caution {
  margin-top: 5%;
}

@media all and (max-width: 768px) {
.articleSafe .box .textArea {
  float: none;
  width: 100%;
}
.articleSafe .box .imageArea {
  float: none;
  text-align: center;
  padding-top: 0;
  padding-bottom: 5%;
}
.articleSafe .box .imageArea img {
  max-width: 80%;
}
.articleSafe .box .textArea {
  float: none;
  width: 100%;
}
.inspectionFlow {
  min-width: auto;
}
.inspectionFlow .textBox {
  max-width: 88%;
}
.inspectionFlow .inner .list {
  max-width: 78%;
}
.inspectionFlow .inner .list li {
  margin-bottom: 40px;
}
.inspectionFlow .inner .list li::after {
  bottom: -31px;
  border-top: 20px solid #140202;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  margin-left: -15px;
}
.articleJio .box .imageArea {
  padding-top: 0;
  padding-left: 0;
  width: 30%;
}
.articleJio .box .textArea {
  width: 65%;
}
}
/*=====================================
for inquiry
======================================*/
.inquiry_text {
  text-align: center;
}
.inquiry_text .tel {
  font-weight: bold;
  font-size: 1.6rem;
}
.inquiry_text .notice {
  margin-top: 1.5%;
}
.inquiryPage span.caution {
  color: #f35601
}
.form_wrap {
  margin: 50px 52px 0;
}
.contactForm {
  width: 100%;
}
.contactForm tr {
  border-top: 1px solid #7d7d7d;
  font-size: 1.6rem;
}
.contactForm tr:last-child {
  border-bottom: 1px solid #7d7d7d;
}
.contactForm th {
  font-weight: bold;
  width: 30%;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 0 25px 18px;
}
.contactForm td {
  padding: 25px 0;
  vertical-align: top;
}
.contactForm input, .contactForm textarea, .contactForm select {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1% 0.5%;
  background: #f2f2f0;
  border: 1px solid #e1e1e0;
  box-sizing: border-box;
}
.contactForm .long {
  width: 95%;
}
.contactForm .addressList {
  margin-top: 1rem;
}
.form_wrap .link {
  text-align: center;
  margin-top: 6%;
}
.form_wrap .link a {
  text-decoration: underline;
}
.form_wrap .buttonArea {
  text-align: center;
}
.form_wrap .buttonArea button {
  color: #fff;
  font-size: 2.6rem;
  background: #140202;
  width: 620px;
  padding: 2.5% 0;
  border: none;
  margin-top: 4.8%;
  cursor: pointer;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.form_wrap .buttonArea button:hover {
  opacity: 0.8;
}
.contactForm .userInfoTitel {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  padding-top: 4.24%;
}

@media all and (max-width: 768px) {
.form_wrap {
  margin: 5% 0 0;
}
.contactForm th {
  padding: 3% 0;
  width: 100%;
  display: block;
}
.contactForm td {
  padding: 0 0 4% 0;
  display: block;
}
.contactForm .other th br {
  display: none;
}
.contactForm .long {
  width: 100%;
}
.form_wrap .buttonArea button {
  width: 94%;
}
}
/*=====================================
for company
======================================*/
.companyInfo .box {
  float: left;
  width: 620px;
}
.companyInfo .box + .box {
  margin-left: 44px;
}
.companyInfo .box table {
  width: 100%;
}
.companyInfo .box table tr {
  width: 100%;
  border-bottom: 1px solid #000;
}
.companyInfo .box table tr:last-child {
  border-bottom: none;
}
.companyInfo .box table tr th {
  width: 26%;
  background: #eee;
  font-weight: bold;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
  padding: 3.2%
}
.companyInfo .box table tr td {
  vertical-align: middle;
  box-sizing: border-box;
  padding: 3.2%;
}
.companyInfo .box table tr td ul li {
  line-height: 1.7;
}

@media all and (max-width: 768px) {
.companyInfo .box {
  float: none;
  width: 100%;
}
.companyInfo .box + .box {
  margin-left: 0;
  margin-top: 5%;
}
.companyInfo .box table {
  border: 1px solid #000;
}
}
/*=====================================
for staff
======================================*/
.staffPage .intoro {
  text-align: center;
}
.staffList {
  margin-top: 5%;
}
.staffBox a {
  display: block;
}
.staffBox {
  float: left;
  width: 400px;
  margin-right: 42px;
  margin-bottom: 5%;
}
.staffBox:nth-child(3n) {
  margin-right: 0;
}
.staffBox .imageArea {
  background: #cadae4;
  max-height: 250px;
  overflow: hidden;
}
.staffBox .imageArea img {
  display: block;
  margin: 0 auto;
}
.staffBox .textArea {
  text-align: center;
  margin-top: 4%;
}
.staffBox .textArea .title {
  font-size: 2rem;
  font-weight: bold;
}
.staffBox .textArea .name {
  margin-top: 2%;
  font-size: 2rem;
}
.staffBox_modal {
  max-width: 1200px;
  margin: 0 auto;
}
.staffBox_modal {
  width: 1175px;
  margin: 0 auto;
  background: #2f251f;
  height: 649px;
}
.staffBox_modal .imageArea {
  width: 520px;
  float: left;
}
.staffBox_modal .textArea {
  width: 655px;
  float: left;
  color: #fff;
  box-sizing: border-box;
  padding: 6% 3%;
  background: #2f251f;
}
.staffBox_modal .textArea .position {
  font-size: 1.6rem;
}
.staffBox_modal .textArea .name {
  font-size: 3.4rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-top: 2%;
  padding-bottom: 2%;
}
.staffBox_modal .textArea .name span {
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  display: inline-block;
  margin-left: 15px;
}
.staffBox_modal .textArea .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 6%;
}
.staffBox_modal .textArea .text {
  font-size: 1.6rem;
  margin-top: 5%;
}
.staffBox_modal .imageArea img {
  width: 100%;
}
.lity-wrap {
  top: 90px!important;
  overflow-y: scroll;
}
.lity-close {
  position: absolute!important;
  top: 15px!important;
  right: 15px!important;
  background: url(../img/staff/close_btn.png) no-repeat center center!important;
  /*	background-size: cover!important;*/
  border: #535353 1px solid!important;
  width: 70px!important;
  height: 70px!important;
  text-shadow: none!important;
  color: transparent!important;
}

@media all and (max-width: 768px) {
.staffBox {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 5%;
}
.staffBox:nth-child(3n) {
  margin-right: 4%;
}
.staffBox:nth-child(2n) {
  margin-right: 0;
}
.staffBox .textArea .title {
  font-size: 1.6rem;
}
.staffBox .textArea .title br {
  display: none;
}
.staffBox .textArea .name {
  font-size: 1.6rem;
}
.staffBox_modal {
  width: 90%;
  height: auto;
}
.staffBox_modal .imageArea {
  float: none;
  margin: 0 auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  width: 80%;
  box-sizing: border-box;
}
.staffBox_modal .textArea {
  width: 100%;
  float: none;
  padding: 6% 3%;
}
.staffBox_modal .textArea .name {
  display: block;
}
.staffBox_modal .textArea .name span {
  margin-left: 4%;
}
.lity-close {
  top: 5px!important;
  right: 6%!important;
  background: url(../img/staff/close_btn.png) no-repeat center center!important;
  background-size: 63%!important;
  width: 37px!important;
  height: 37px!important;
  text-shadow: none!important;
  color: transparent!important;
}
}
/*=====================================
for sitemap
======================================*/
.siteMapInner .box {
  width: 49%;
  float: left;
}
.siteMapInner .box + .box {
  margin-left: 2%;
}
.siteMapInner .box > ul > li {
  margin-top: 4%;
  border-bottom: 3px #f5f5f5 solid;
  font-size: 2rem;
  color: #846f6d;
}
.siteMapInner .box > ul > li:first-child {
  margin-top: 0;
}
.siteMapInner .box > ul > li > a {
  display: block;
  font-size: 2rem;
  color: #846f6d;
  text-decoration: underline;
  padding: 1% 0;
}
.siteMapInner .box > ul > li > a::before, .siteMapInner .box ul > li.sub_list::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: #e5dfdc 1px solid;
  border-radius: 2px;
  background: url(../img/common/arr_iconMini.png) center center no-repeat;
  vertical-align: sub;
  margin: 0 1.5rem 0 1rem;
}
.siteMapInner .box ul > li.sub_list {
  border-bottom: none;
}
.siteMapInner .box ul > li.sub_list ul {
  padding-left: 4rem;
  border-top: 3px #f5f5f5 solid;
  margin-top: 1%;
  padding-top: 2.4%;
}
.siteMapInner .box ul > li.sub_list li {
  display: inline-block;
}
.siteMapInner .box ul > li.sub_list a {
  display: block;
  text-decoration: underline;
  font-size: 1.4rem;
  color: #846f6d;
  padding: 2% 0;
}
.siteMapInner .box ul > li.sub_list a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url(../img/common/arr_iconMini.png) center center no-repeat;
  vertical-align: middle;
  margin: 0 1rem;
}

@media all and (max-width: 768px) {
.siteMapInner .box {
  width: 100%;
  float: none;
}
.siteMapInner .box + .box {
  margin-left: 0;
}
}
/*=====================================
for rentedList
======================================*/
.rentedListWrap {
  margin-bottom: 5%;
}
.rentedContent {
  width: 770px;
  float: left
}
.rentedContent .btn_common {
  margin-top: 20px;
}
.rentedList {
  display: flex;
  flex-wrap: wrap;
}
.rentedList .rentBox {
  width: 47.404%;
  margin-bottom: 7.8%;
}
  @-moz-document url-prefix() {
	.rentedList .rentBox {
		margin-top: 30px;
	}
}

.rentedList .rentBox:nth-child(odd) {
  margin-right: 5.19%
}
.rentedList .rentBox .imgArea {
  margin-bottom: 3%;
}
.rentedList .rentBox .textArea {
  font-size: 1.6rem;
  line-height: 1.75;
}
.rentedList .rentBox .textArea .price{
  font-size: 1.8rem;
  font-weight: bold;
}
.rentedList .rentBox .btn_box {
  margin: 4% auto 0;
}
.topicsSide {
  width: 440px;
  float: right;
}
.topicsList .box {
  width: 100%;
  margin-bottom: 11.3%;
}
.topicsList .box dd {
  vertical-align: top;
  padding-left: 4%;
}
.topicsList .box dd .date {
  line-height: 1;
}
.topicsList .box dd .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1%;
}
.topicsList .box dd .text {
  font-size: 1.6rem;
  line-height: 1.2;
}
.topicsList .box dd .link {
  font-size: 1.6rem;
  color: #f9602a;
  margin-top: 1%;
  display: block;
}
.topicsList .box dt {
  vertical-align: top;
  width: 32.3%;
}
.topicsList .btn_common {
  background: #b31515;
  max-width: 235px;
}
.topicsList .btn_common a {
  padding: 10px 0;
}
.topicsSide .bannerBlock {
  margin-top: 12%;
}
.topicsSide .bannerBlock .box.box02 {
  border: solid 6px #000;
  background: url(../img/rent/bannerBlock02.jpg) no-repeat right center;
  background-size: 50%;
}
.topicsSide .bannerBlock .box.box01 {
  border: solid 6px #f35601;
  background: url(../img/rent/bannerBlock01.jpg) no-repeat right center;
  background-size: 50%;
}
.topicsSide .bannerBlock .box a {
  padding: 8.8% 7%;
  display: block;
}
.topicsSide .bannerBlock .box .title {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 2%;
}
.topicsSide .bannerBlock .box .text {
  font-size: 1.6rem;
  text-shadow: 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff;
}
.topicsSide .bannerBlock .box .link {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.5%;
}
.topicsSide .bannerBlock .box .link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 13px;
  border-color: transparent transparent transparent #000;
  margin-left: 0.3rem;
}
.topicsSide .bannerBlock .box + .box {
  margin-top: 3.5%;
}

@media all and (max-width: 768px) {
.rentedContent {
  width: 100%;
  float: none;
  margin-bottom: 10%;
}
.topicsSide {
  width: 100%;
  float: none;
}
.rentedList .rentBox:nth-child(odd) {
  margin-right: 0%;
}
.rentedList .rentBox {
  width: 100%;
  margin-bottom: 7.8%;
  display: flex;
  flex-wrap: nowrap;
}
  @-moz-document url-prefix() {
	.rentedList .rentBox {
		margin-top: 15px;
	}
  }
.rentedList .rentBox .imgArea {
  margin-bottom: 0;
  width: 41.5%;
}
.rentedList .rentBox .textArea {
  width: 56%;
  margin-left: 2%;
  font-size: 1.4rem;
}
.rentedList .rentBox .btn_box {
  width: 68%;
}
.rentedList .rentBox .btn_box a {
  font-size: 1.5rem;
  line-height: 1;
}
.topicsList .box dt {
  width: 27%;
}
.topicsList .box dt img {
  width: 100%;
}
.topicsList .box {
  margin-bottom: 6%;
}
.topicsList .box dd .date {
  font-size: 1.4rem;
}
.topicsList .box dd .title {
  font-size: 1.6rem;
}
.topicsList .box dd .link {
  margin-top: 3%;
}
.topicsSide .bannerBlock .box .link {
  display: none;
}
.topicsSide .bannerBlock .box a {
  padding: 5% 3% 10%;
  letter-spacing: 0;
}
.topicsSide .bannerBlock .box.box02 {
  background-size: 39%;
}
.topicsSide .bannerBlock .box.box01 {
  background-size: 39%;
}
}
/*====================
blog
=====================*/
.blogPage .breadList{
  margin-bottom: 15px;
}
.headding_blog {
  margin-bottom: 60px;
}
  .headding_blog img.pc_only {
  display: block;
}
.headding_blog img.smp_only {
  display: none;
}
.blogSideBlock {
  width: 285px;
  float: left;
}
.blogContents {
  width: 950px;
  float: right;
}
.blogSideBlock .sideList .title{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  padding: 22px 0 20px 50px;
  background: #2f251f url(../img/blog/blog_category_icon.png) no-repeat left 15px center;
  margin-bottom: 10px;
}
.blogSideBlock .sideList li {
  border-bottom: 1px solid #e8e7e7;
    text-indent: -0.8rem;
    padding-left: 1.4rem;

}
.blogSideBlock .sideList li a{
  font-size: 1.4rem;
  display: block;
  padding: 15px 0;
}
.blogSideBlock .sideList li a:before{
  display: inline-block;
  content: "・";
  vertical-align: middle;
}
.blogSideBlock .sideList + .sideList {
  margin-top: 50px;
}
.blogSideBlock .link{
  margin-top: 30px;
  text-align: center;
  }
.blogContents .articleList .box{
  border: 1px solid #eee;
  display: table;
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  margin-bottom: 5.2%;
}
.blogContents .articleList .box .thumbArea {
  display: table-cell;
  width: 170px;
  vertical-align: top;
    padding-right: 20px;
  box-sizing: border-box;
}
.blogContents .articleList .box .textArea {
  display: table-cell;
  vertical-align: top;

}
.blogContents .articleList .box .thumbArea + .textArea {
  
}
.blogContents .articleList .box .textArea .date {
  display: inline-block;
}

.blogWrap .category {
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  background: #f35601;
    font-size: 1.4rem;
}
.blogContents .articleList .box .textArea .category.news{
  background: #f35601;
}
.blogContents .articleList .box .textArea .title a{
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: underline;
}
.blogContents .articleList .box .textArea .title.new:after{
  display: inline-block;
  content: "NEW";
  color: #ff0000;
  font-weight: bold;
  border: 1px solid #ff0000;
  padding: 0 2px;
  margin-left: 0.2rem;
  
}
.blogContents .articleList .box .textArea .text {
  margin-top: 1%;
}
.blogContents .articleList .box .textArea .text span a:hover{
text-decoration: underline;
}
.blog_header  {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.blog_header .title{
 font-size: 2.74rem;
font-weight: bold;
}
  
.blog_pager {
  text-align: center;
}
.blog_pager ul{
  font-size: 0;
}
.blog_pager li{
  display: inline-block;
  margin: 0 5px 10px;
  text-align: center;
  width: 38px;
}
.blog_pager li a,.blog_pager span{
  font-size: 1.4rem;
  display: block;
  padding: 13px 0;
  line-height: 1;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.blog_pager li a:hover,.blog_pager span{
  color: #fff;
  background: #2f251f;
  opacity: 1;
}
.blogBox {
  margin: 80px 0 70px;
}
.blogBox img {
  display: block;
  margin: 0 auto 30px;
}
.blogBox {
  font-size: 1.6rem;
}
.blogBox p + p{
  margin-top: 23px;
}
.control {
	padding: 6% 0;
  border-top: 1px solid #e8e7e7;
	border-bottom: 1px solid #e8e7e7;
  margin-bottom: 5.5%;
}
.prev {
	float: left;
	width: 50%;
	background: url( ../img/blog/blog_prev.jpg) no-repeat 30% 50%;
	padding-left: 15%;
	padding-right: 1%;
	box-sizing: border-box;

}
.next {
	float: right;
	width: 50%;
	background: url( ../img/blog/blog_next.jpg) no-repeat 70% 50%;
	padding-right: 15%;
	padding-left: 1%;
	box-sizing: border-box;
}
.prev a, .next a {
  display: block;
}
.control dt {
  display: block;
	font-weight: bold;
	font-size: 1.4rem;
  text-align: center;
}
.control dd {
  display: block;
  text-align: center;
}

@media all and (max-width: 768px) {
.headding_blog img.pc_only {
  display: none;
}
  .headding_blog img.smp_only {
  display: block;
}
.headding_blog {
    margin-bottom: 5.2%;
}
.blogSideBlock {
  width: 100%;
  float: none;
}
.blogContents {
  width: 100%;
  float: none;
  margin-bottom: 10%;
}
  .blogContents .articleList .box .thumbArea {
    width: 33%;
    padding-right: 2%;
  }
  .blogContents .articleList .box .thumbArea img{
    width: 100%;
  }
.blogContents .articleList .box .textArea .date {
  font-size: 1.2rem;
}
.blogContents .articleList .box .textArea .title a {
  font-size: 1.4rem;
}
.blogWrap .category {
    font-size: 1.2rem;
}
.blogContents .articleList .box .textArea .title.new:after {
    font-size: 1.2rem;
    vertical-align: text-bottom;
}
.blogContents .articleList .box .textArea .text {
  font-size: 1.2rem;
}
  .blogBox {
    margin: 8% 0 7%;
}
  .blogSideBlock .sideList .title {
    padding: 15px 0 13px 40px;
  }
  .blogSideBlock .sideList li {
    padding-left: 2rem;
    text-indent: -0.6rem;
    }
  .blogSideBlock .sideList li a {
    padding: 13px 0;
}
  .blog_pager li {
    margin: 0 1% 1%;
    width: 30px;
}
  
  .blog_pager li a,.blog_pager li span {
    padding: 11px 0;
}

.blogBox img {
width: 80%;
}
.blogBox p + p {
    margin-top: 4%;
}
}