﻿/*---------------------------------------
	common
----------------------------------------*/
/*color*/
.bg {
  background-color: #fff;
}

.bg01 {
  background-color: #f4f4f4;
}

/*margin*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt140 {
  margin-top: 140px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mt100 {
    margin-top: 80px;
  }
  .mt120 {
    margin-top: 100px;
  }
}

.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.sub section {
  max-width: unset;
  width: 100%;
}

.sub .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1%;
  padding-top: 110px;
}

@media only screen and (max-width: 599px) {
  .sub .inner {
    padding: 0 5%;
    padding-top: 50px;
  }
}

.sub .inner .dot li {
  list-style: disc;
  margin-left: 20px;
}

.sub .inner p {
/*
  line-height: 3.6rem;
*/
  text-align: left;
}

.sub .inner .tex_cen {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sub .inner .tex_cen {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .sub .sub .inner {
    padding: 60px 0;
  }
  .sub .sub .wd30 li.box {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub .sub .wd30 li.box:last-child {
    margin-bottom: 0;
  }
  .sub .sub .wd50 .box {
    width: 100%;
  }
  .sub .sub .wd50 dd {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .sub .wd50 li {
    margin-bottom: 20px;
  }
  .sub .sub .wd50 li:last-child {
    margin-bottom: 0;
  }
  .sub .sub .wd70 .box {
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .sub .wd70 .s_box {
    width: 100%;
  }
}

/*main vis*/
.sub_mainvis {
  background: #fff;
  position: relative;
  height: 370px;
  border-bottom: 1px solid #222;
}

.sub_mainvis h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 5.2rem;
  text-align: center;
  font-weight: bold;
}

.sub_mainvis h2 span {
  font-size: 20px;
  font-family: 'KoHo', sans-serif;
}

@media only screen and (max-width: 1040px) {
  .sub_mainvis {
    height: 250px;
  }
  .sub_mainvis h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .sub_mainvis {
    height: 200px;
  }
  .sub_mainvis h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 496px) {
  .sub_mainvis {
    height: 150px;
  }
  .sub_mainvis h2 {
    font-size: 25px;
  }
}

.bcList {
  font-size: 14px;
  padding: 8px 0;
  width: 100%;
  text-align: right;
}

.bcList {
  font-size: 14px;
  padding: 8px 0;
  width: 100%;
  text-align: right;
}

.bcList .entry-breadcrumbs {
	max-width: 1040px;
	width: 90%;
	margin: 0 auto;
	text-align: right!important;
}

/*
.bcList ul {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.bcList ul li {
  display: inline;
  list-style: none;
}

.bcList ul li a {
  padding-right: 15px;
  padding-left: 15px;
}

.bcList ul li em {
  font-weight: bold;
  font-style: normal;
}

.bcList ul li:after {
  content: ">";
}

.bcList ul li:last-child {
  padding-left: 5px;
}

.bcList ul li:last-child:after {
  display: none;
}
*/

.black {
  color: #222 !important;
}

.flexA, .flexB, .flexC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexB {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*img 2 row*/
.wd50 li {
  width: 48%;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wd50 li {
    width: 100%;
  }
}

.wd50 li img {
  width: 90%;
}

/*margin 0 auto*/
.m0at {
  margin: 0 auto;
}

/*---------------------------------------
	concept
----------------------------------------*/
.concept_midashi {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .concept_midashi {
    margin-bottom: 10px;
  }
}

.sub .section__ttl {

  font-size: 3.2rem;
/*
  font-size: 2.2rem;
*/
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .sub .section__ttl {
    margin-bottom: 30px;
  }
}

.sub .section__ttl .font-en {
  margin-bottom: 30px;
  white-space: normal;
}

@media only screen and (max-width: 767px) {
  .sub .section__ttl .font-en {
    margin-bottom: 20px;
  }
}

.subcon {
  padding-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .subcon {
    padding-bottom: 60px;
  }
}

.concept-philosophy p {
  margin-top:0.5em;
  font-weight: bold;
  font-size: 3.6rem;
}

@media only screen and (max-width: 767px) {
  .concept-philosophy p {
    line-height: 4.3rem !important;
    font-size: 2.8rem;
  }
}

.sub-prefab {
  background-color: #f4f4f4;
}

.sub-world img {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .sub-world .subcon__list-txt .midashi {
    font-size: 2.6rem !important;
    text-align: center;
  }
}

.subcon__list .life__img {
  width: 24%;
}

@media only screen and (max-width: 767px) {
  .subcon__list .life__img {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.subcon__list-txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  width: 72%;
}

@media only screen and (max-width: 767px) {
  .subcon__list-txt {
    width: 100%;
  }
}

.subcon__list-txt .midashi {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.8 !important;
}

.sub-world .flex, .sub-2011 .flex {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-2011 {
  background-color: #f4f4f4;
}

.sub-2011 .subcon__list-txt .midashi {
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 767px) {
  .sub-2011 .subcon__list-txt .midashi {
    text-align: center;
    font-size: 2.8rem;
  }
}

.sub-2011 .subcon__list .life__img {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .sub-2011 .subcon__list .life__img {
    width: 100%;
  }
}

.sub-2011 .subcon__list-txt {
  width: 64%;
}

@media only screen and (max-width: 767px) {
  .sub-2011 .subcon__list-txt {
    width: 100%;
  }
}

.sub-cal {
  background-color: #f4f4f4;
}

.sub-cal .midashi {
  font-size: 3rem !important;
  line-height: 1.8 !important;
}

@media only screen and (max-width: 767px) {
  .sub-cal .midashi {
    font-size: 3rem !important;
    line-height: 1.4 !important;
  }
}

.sub-logo img {
  width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}

.sub-logo .midashi {
  font-size: 2.8rem !important;
}

.sub-logo .after {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
}

/*---------------------------------------
	bedroom
----------------------------------------*/
.sub-bedroom h4 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

.sub-bedroom p {
  text-align: center !important;
}

.sub-bedroom .flexB img {
  width: 80%;
}

.bedroom_midashi {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .bedroom_midashi {
    margin-bottom: 10px;
  }
}

/*---------------------------------------
	bedroom detail01
----------------------------------------*/
.sub-bedroom-detail .subcon-sub .qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.sub-bedroom-detail .subcon-sub .qa-list dl:first-child {
  border-top: 1px solid #000;
}

.sub-bedroom-detail .subcon-sub .qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.sub-bedroom-detail .subcon-sub .qa-list .open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sub-bedroom-detail .subcon-sub .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-size: 18px;
}

.sub-bedroom-detail .subcon-sub .qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #5f6a4d;
}

.sub-bedroom-detail .subcon-sub .qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  color: #5f6a4d;
}

.sub-bedroom-detail .subcon-sub .qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}

.sub-bedroom-detail .subcon-sub .qa-list dl dd p {
  margin: 30px 0 0;
}

.sub-bedroom-detail .subcon-sub .qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sub-bedroom-detail .subcon-sub .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .sub-bedroom-detail .subcon-sub .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .sub-bedroom-detail .subcon-sub .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .sub-bedroom-detail .subcon-sub .qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }
  .sub-bedroom-detail .subcon-sub .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
  }
  .sub-bedroom-detail .subcon-sub .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .sub-bedroom-detail .subcon-sub .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .sub-bedroom-detail .subcon-sub .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

.sub-bedroom-detail img {
  width: auto !important;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

#point {
  background-color: #f4f4f4;
}

#point .midashi {
  font-weight: bold;
  font-size: 2rem;
}

#flame dl.flame-flex,
#mattress dl.flame-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#flame dl.flame-flex dt {
  width: 40%;
}
#mattress dl.flame-flex dt {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #flame dl.flame-flex dt,
  #mattress dl.flame-flex dt {
    width: 100%;
    order:1;
  }
}

#flame dl.flame-flex dd {
  width: 57%;
}
#mattress dl.flame-flex dd {
  width: 57%;
}

@media screen and (max-width: 767px) {
  #flame dl.flame-flex dd {
    width: 100%;
    order:2;
  }
  #mattress dl.flame-flex dd {
    width: 100%;
    order:2;
  }
}

#flame dl.flame-flex dd .ttl,
#mattress dl.flame-flex dd .ttl {
  font-size: 2rem;
  font-weight: bold;
}

#flame dl.flame-flex dd hr,
#mattress dl.flame-flex dd hr {
  border-bottom: 1px solid #9c9c9c;
  padding: 0px 0px;
  background: none;
  border-top: none;
  margin-bottom: 20px;
}

/*---------------------------------------
	shop_XXX
----------------------------------------*/
.sub-shop .midashi {
  font-weight: bold;
  font-size: 3.2rem;
}

.sub-shop img {
  width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.sub-shop .disc {
  font-weight: bold;
  text-align: center !important;
}

.sub-shop .map {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sub-shop .map {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sub-shop .section__ttl {
    margin-bottom: 10px;
  }
}

/*---------------------------------------
	company
----------------------------------------*/
table.def-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  border: 1px solid #222;
}

table.def-table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
  padding: 1.7rem;
  border-bottom: 1px solid #222;
  color: #000;
  text-align: center;
  font-size: 16px;
  background-color: #D9D9D9;
  border-right: 1px solid #222;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  table.def-table tr th {
    width: 100%;
    display: block;
    border-right: none;
    padding: 1rem 1.7rem;
  }
}

table.def-table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 76%;
  padding: 1.5rem;
  border-bottom: 1px solid #222;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  table.def-table tr td {
    width: 100%;
    display: block;
    padding: 2rem 1.5rem;
  }
}

table.def-table tr td .strong {
  font-weight: bold;
}
/*# sourceMappingURL=sub.css.map */

ul.link-guide {
  max-width:800px;
  margin:0 auto 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:0 24px;
}

ul.link-guide li {
  margin:0;
}

ul.link-guide li a {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
}

ul.link-guide li a span {
  color: #053e62;
  font-size: 13px;
}

/* guide */

@media only screen and (min-width: 767px) {

	.flow-detail-list {
		max-width:850px;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		counter-reset: flow;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: stretch;
		gap:20px;
	}
	.flow-detail-list li {
	    margin: 0;
	    width: 30%;
	    overflow: hidden;
	    border: 1px solid #dddddd;
	    border-radius: 5px;
	    padding: 10px;
	}
	.flow-detail-list li:first-child, .flow-detail-list li:nth-child(4) {
		margin-bottom: 0;
		margin-left: 0;
	}
	.flow-detail-list li::before {
	    display: block;
	    width: 3rem;
	    height: 3rem;
	    counter-increment: flow;
	    content: counter(flow);
	    float: left;
	    font-size: 20px;
	    font-size: 2rem;
	    line-height: 150%;
	    text-align: center;
	    background: #F7B149;
	    border-radius: 3rem;
	    font-weight: bold;
	    margin: 0 0.5rem 0 0;
	    color: #ffffff;
	}
	.flow-detail-list li:nth-child(n+3)::before {
		clear: both;
		float: left;
	}

	.detail_sub {
		padding: 0;
		margin: 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 180%;
	}

	.detail_sub dt {
		padding: 0;
		margin: 2px 0 0 40px;
		margin: 0.2rem 0 0 4rem;
	}

	.detail_sub dd {
		margin: 0;
	}
	.detail_sub dd img {
		margin: 0;
		width: 230px;
		height: auto;
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.flow-detail-list {
		margin: 0 0 0 0;
		padding: 0;
		list-style: none;
		counter-reset: number-flow;
		overflow: hidden;
	}
	.flow-detail-list li {
	    margin: 0 0px 20px 0px;
	    display: block;
	    overflow: hidden;
	    border: 1px solid #dddddd;
	    border-radius: 5px;
	    padding: 10px;
	}
	.flow-detail-list li:first-child, .flow-detail-list li:nth-child(4) {
	}
	.flow-detail-list li::before {
	    display: block;
	    width: 3rem;
	    height: 3rem;
	    counter-increment: number-flow;
	    content: counter(number-flow);
	    float: left;
	    font-size: 20px;
	    font-size: 2rem;
	    line-height: 150%;
	    text-align: center;
	    background: #F7B149;
	    border-radius: 3rem;
	    font-weight: bold;
	    margin: 0 0.5rem 0 0;
	    color: #ffffff;
	}
	.flow-detail-list li:nth-child(n+3)::before {
		clear: both;
		float: left;
	}

	.detail_sub {
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 180%;
	}

	.detail_sub dt {
		padding: 0;
		margin: 2px 0 0 40px;
		margin: 0.2rem 0 0 4rem;
	}

	.detail_sub dd {
		margin: 0;
	}
	.detail_sub dd img {
		margin: 0;
		height: auto;
		display: block;
	}
}


.common-item dd .ttl,
#mattress dl.flame-flex dd .ttl {
  font-size: 2rem !important;
  font-weight: bold !important;
}


.center_catch {
	margin:30px 0;
	font-size: 3.0rem;
	text-align: center !important;
	font-weight: bold;
   	letter-spacing: .05em;
}

.center_catch-small {
	margin:30px 0;
	font-size: 2.4rem;
	text-align: center !important;
	font-weight: bold;
   	letter-spacing: .05em;
}

.strong__txt {
    font-size: 2.2rem !important;
    line-height: 2.4 !important;
}
@media only screen and (max-width: 767px) {
	.strong__txt {
		font-size: 1.4rem !important;
		margin-bottom: 20px !important;
	}
}

.page-link-navi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-content: center;
  align-items: center;
  gap: 10px min(3.1vw, 40px);
  max-width: 800px;
  margin: 50px auto 100px;
}
.page-link-navi li {
  display: grid;
  place-items: center;
  border: 1px solid;
  transition: background-color 0.25s ease;
  text-align:center;
  min-height:3em;
}
@media only screen and (max-width: 767px) {
	.page-link-navi li {
	  min-height:5.4em;
	}
}
.page-link-navi li a {
  display: block;
  font-weight: bold;
  padding: 12px 10%;
  transition: color 0.25s ease;

}
.page-link-navi li:hover {
  background-color: #333;
}
.page-link-navi li:hover a {
  color: #fff;
}

.interior-icon {
	display:block;
	width:100%;
	max-width:100px;
	height:auto;
	margin:12px auto 24px;
}

a .arw-link {
	background: url(../../img/cmn/btn_arw_bk.png)no-repeat center right 60px;
	background-size: 21px 8px !important;
	transition: .5s;
}
a:hover .arw-link  {
        background-position: center right 48px;
	transition: .5s;
}

@media screen and (max-width:768px) {
	a .arw-link {
		background-size: 17px 7px !important;
		background: url(../../img/cmn/btn_arw_bk.png)no-repeat center right 26px;
	}
	a:hover .arw-link  {
	        background-position: center right 5px;
	}
}
@media screen and (max-width:599px) {
	a .arw-link {
		background-size: 17px 7px !important;
		background: url(../../img/cmn/btn_arw_bk.png)no-repeat center right 26px;
	}
	a:hover .arw-link  {
	        background-position: center right 5px;
	}

	.ttl-2line {
		font-size:2.4rem;
		line-height:1.4;
	}
	.ttl-3line {
		font-size:2.2rem;
		line-height:1.4;
	}

}

.photo-gallery {
	width:100%;
	margin:16px auto;
	padding:0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
	justify-content: center;
	gap:16px;
}
.photo-gallery img {
	width:100%;
	max-width:300px;
	height:auto;
	margin:0;
	padding:0;
}

#counter {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

