@charset "utf-8";

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}

* {
	font-family: "Shippori Mincho B1", serif;
	font-family: "Cinzel", serif;
	color: #0F0F0F;
}
strong { font-family: "Shippori Mincho B1", serif;}

.nav-link:hover {
    color: #c2baa3;
}

.colorBlue { color: #0080ff; }
a {
	text-decoration: none;
	color: #0F0F0F;
}

a:hover {
	/*text-decoration: underline;*/
	text-decoration-color: #484848;
}

.fa, .fas, .fab, .far {
    color: #c2baa3;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}
.midashi-11 {
	font-size: 11px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 11 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}

.red{
	font-weight: bold;
    margin-top: 20px;
    margin-left: 7px;
    border: #c2baa3 1px solid;
    color: #c2baa3;
    padding: 0px 7px;
    line-height: 19px;
    font-size: 12px;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/*---------------------------------------------*/
/* reset
============================================== */
ul,ol { padding-left: 0!important;
list-style-type: none;}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	background: rgba(255,255,255,0.01)!important;
}
.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-logo-bar p {
		font-size: 110%;
	margin: 0;
	line-height: 1.4em;
	}
.header-logo-bar a img {
	width: 100px;
	padding-right: 10px;
}
.nav-item .nav-link {
	font-size: 130%;
	font-size: 20px;
}
.top-naviimg a img {
	width: 100%;
}
.top-naviimg a {
	color: #000;
	font-size: 140%;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.header-comments {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 5px;
/*	background-color: rgba(255,255,255,.6)!important;*/
}
.header-comments h1 {
	margin: 0;
	font-size: 12px;
}
.navbar{
	background-color: rgba(255,255,255,.0)!important;
}

.sukashi-logo {
	width: 100%;
	max-width: 300px;
}


.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
}

li.nav-item {
    margin: 0 20px;
}

ul.sns-Navi {
    display: inline-flex;
}

@media screen and (max-width: 1200px) {
.gnavi {
    background-color: rgba(255, 255, 255, .6) !important;
}
}

@media screen and (max-width: 767.98px) {
	.header-logo-bar a img {
		width: 50px;
	}
	
	.header-logo-bar a {
		font-size: 18px;
	}
	.navbar-toggler {
		font-size: 1rem!important;
	}
	.top-naviimg a img {
		height: 30px;
		width: auto;
	}
	.header-comments {
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.header-comments p {
		margin: 0;
		font-size: 9px;
	}
	
	.gnavi {
    background-color: rgba(255, 255, 255, .6) !important;
}
}

.navbar .navbar-collapse{
    flex-grow: 0;
}

.nav-item a.active {
	display: block;
	color: rgba(6,83,178,1.00);
}
.nav-item:nth-of-type(1) .nav-link.active {
	color: #F33216!important;
}
.nav-item:nth-of-type(2) .nav-link.active {
	color: #0653b2!important;
}

p.top-small {
	font-size: 0.6rem;
	padding: 0; margin: 0px auto 5px auto;
}

/*---------------------------------------------*/
/* main-contents
============================================== */
.main-contents {
	box-sizing: border-box;
	margin: 1em auto;
}

#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
	#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
	}
}
#main-contents-left table tr td {
 	padding: 1rem 0.5rem;
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-collapse: collapse;
}
#main-contents-left table tr td a {
	margin: 0; padding: 0; display: block;
	cursor: pointer;
}

#main-contents-left table tr td a:hover {
	opacity: 0.5;
}
#main-contents-left table tr td p {
	margin: 0; padding: 0;
}

#main-contents-left table tr td.active {
	background-color: #ccc;
}
#main-contents-left ul li {
	background-color: #eee;
	border: 0.5px solid #aaa;
	border-top: none;
	padding: 0 0 1rem 0;
}
#main-contents-left ul {
	width: 210px;
}
#main-contents-left ul li table {
	margin: 0 0 0 auto;
}
li.left-title {
	background-color: #aaa; color: #fff; padding: 1rem;
}

li.left-title p {
	color: #fff; margin: 0;
}

.bottom-space { height: 100px; }


/*---------------------------------------------*/
/* main-bar
============================================== */
.top-main-bar { /* 共通 */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}


.top-main-bar::after {
	content: '';
	background-color: rgba(0,0,0,0.30);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}
.top-main-bar p {
	font-size: 140%;
	margin: 0 auto;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	z-index: 5;
}



@media screen and (max-width: 767.98px) {
	.top-main-bar {
		height: 200px!important;
	}
	

}

.recruit-push {border: 1px solid #484848; padding: 0.75em; margin: 0;}


/*---------------------------------------------*/
/* Carousel
============================================== */
.carousel-bgcolor {
	background-color: #f2f2f2;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%!important;
}

/*.carousel-inner .car-01 img::after {
	content: url("../images/doctor.jpg");
	background-repeat: no-repeat;
	background-size: cover;	
}*/


/*---------------------------------------------*/

/* index.html

============================================== */

#top-concept h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#top-concept h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 35%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'THOUGHT';
    margin: auto;
	line-height: 30px;
}

section#top-concept {
    background: url("../image/concept.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

#top-concept .text{
	padding: 40px 0;
}

#top-concept .concept_box {
    padding: 30px;
    background-color: rgb(255, 255, 255, 0.8);
}

#top-concept a.btn_06 {
     display: flex;
    height: 50px;
    color: #333;
    font-size: 14px;
    position: relative;
    width: 30%;
    margin-top: 30px;
}
#top-concept a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -1px;
  transition-duration: 0.2s;
	letter-spacing: 0.2em;
}
#top-concept a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

#top-concept a.btn_06 span:hover {
    opacity: 0.5;
}

#top-concept .text p {
    padding: 0;
    margin: 0.2rem;
    line-height: 45px;
}


#top-features h2 {
   position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.6rem;
}
#top-features h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 42%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'ABOUT';
    margin: auto;
	line-height: 26px;
}

#top-features .imagesBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px auto 50px;
}

#top-features .images {
    width: calc((100% / 2));
    padding: 100px 50px;
}

.kodawari{
	text-align: start;
    font-size: 20px;
    letter-spacing: 0.16em;
    line-height: 23px;
	margin-bottom: 15px;
    color: white;
}

.left {
    text-align: left;
}

#top-features .images:hover {
    opacity: 0.6;
    transition: 0.8s;
}


#top-features {
	padding: 30px;
}


section#top-news {
    background: #f8f7f2;
	padding: 30px;
}

#top-lineup h2 {
   position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#top-lineup h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 13%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'Product line-up';
    margin: auto;
	line-height: 34px;
}

#top-lineup a.btn_06 {
   display: flex;
    height: 50px;
    color: #333;
    font-size: 14px;
    position: relative;
    width: 30%;
}
#top-lineup a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -1px;
  transition-duration: 0.2s;
	letter-spacing: 0.2em;
}
#top-lineup a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

#top-lineup a.btn_06 span:hover {
    opacity: 0.5;
}


.line-up {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

a.product {
    width: 30%;
}

a.product:hover {
    opacity: 0.5;
}

a.product p {
    margin-top: 30px;
    text-align: center;
}




section#top-lineup {
    padding: 30px 0 70px;
}

#top-news h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#top-news h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 28%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'NEWS';
    margin: auto;
	line-height: 26px;
}

#top-features a.btn_06 {
   display: flex;
    height: 50px;
    color: #333;
    font-size: 14px;
    position: relative;
    width: 30%;
    margin-top: 30px;
}
#top-features a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -1px;
  transition-duration: 0.2s;
	letter-spacing: 0.2em;
}
#top-features a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

#top-features a.btn_06 span:hover {
    opacity: 0.5;
}

#top-features .text{
	padding-bottom: 40px;
}

.SNS-URL {
    margin: 30px auto 50px;
}


section#top-news p {
    padding: 0;
    text-align: left;
}

.SNS-news {
    width: 50%;
    margin: auto;
}

.SNSbox {
    display: flex;
}

.newsbox {
    margin-bottom: 30px;
    border-bottom: 1px dotted #000000;
}

#top-news a:hover {
    opacity: 0.5;
}

#top-work h2 {
   position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#top-work h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 27%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'WORKS';
    margin: auto;
	line-height: 34px;
}

#top-work a.btn_06 {
   display: flex;
    height: 50px;
    color: #333;
    font-size: 14px;
    position: relative;
    width: 30%;
}
#top-work a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -1px;
  transition-duration: 0.2s;
	letter-spacing: 0.2em;
}
#top-work a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

#top-work a.btn_06 span:hover {
    opacity: 0.5;
}

section#top-work {
    padding: 40px 0 70px;
    background: #f8f7f2;
}

.borderr {
    border-left: 1px solid #0f0f0f;
    padding: 2px 0;
}

.kodawari01 {
    background: url("../image/Kodawari01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 230px;
}

.kodawari02 {
    background: url("../image/Kodawari02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 230px;
}

.kodawari03 {
    background: url("../image/Kodawari03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 230px;
}

.kodawari04 {
    background: url("../image/Kodawari04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 230px;
}


#top-modelHouse h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#top-modelHouse h2:before {
  position: absolute;
    bottom: -1.5rem;
    left: 28%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'MODEL HOUSE';
    margin: auto;
	line-height: 26px;
}

.list-anchor {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-anchor li {
    width: 235px;
    margin: 4px 30px;
}

.list-anchor li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 13px 10px 11px;
    border: solid 1px #333;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: all 0.2s;
}

.list-anchor li a:before {
    content: "";
    border-bottom: solid 10px #333;
    border-left: solid 10px transparent;
    position: absolute;
    right: 3px;
    bottom: 3px;
    transition: all 0.2s;
}

.list-anchor li a:hover{
    opacity: 0.5;
}

section#top-modelHouse {
    padding: 40px 0 20px;
}

.line45{
    line-height: 45px;
    font-size: 1rem;
    font-weight: 100;
}


.pc-sp {
    display: block;
    text-align: center;
}

.sp-pc{
    display: none;
}

p.borderr.BORDER {
    display: block;
}

@media screen and (max-width: 767px) {
    h2 {
    font-size: 22px;
}
    
	#top-concept a.btn_06 {
		width: 100%;
}
	
	#top-features a.btn_06 {
		width: 100%;
}
	
	#top-work a.btn_06 {
    width: 100%;
}
    
    #top-lineup a.btn_06 {
    width: 100%;
}
	
	#top-features .imagesBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px auto;
    flex-direction: column;
}
	
	#top-features .images {
    	width: 100%;
		margin: 10px auto;
}
	
	#top-concept .text p {
    padding: 0;
    margin: 0.2rem;
    line-height: 35px;
}
	
	
	#top-concept h2:before {
    left: 34%;
}
	
	#top-features h2 {
    font-size: 22px;
}
    
    #top-features h2:before {
    left: 35%;
}
	
	#top-work h2:before {
    left: 22%;
}
    
    .list-anchor li {
    width: 100%;
    margin: 10px 0;
}
    
    .SNS-news {
    width: 100%;
    margin: auto;
}
    
    #top-lineup h2:before {
    left: 5%;
}
    #top-concept h2 {
    font-size: 22px;
}
    h4 {
    font-size: 20px;
    line-height: 32px;
}
    
    .pc-sp {
        display: none;
}

.sp-pc{
    display: block;
    text-align: center;
}
    
    .line-up {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    flex-wrap: wrap;
}
    
    a.product {
    width: 48%;
    margin: 10px auto;
}
    
    p.borderr.BORDER {
    display: none;
}
    
}



/*---------------------------------------------*/

/* Footer

============================================== */

#footer {
  border-top: 2px solid #484848;
  position: relative;
  margin-top: 200px;
}

#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
	opacity: 0.55;
	color: #0F0F0F;
}
#footer .primary {
    padding-top: 40px;
}
#footer .primary .flex {
  display: flex;
}
#footer .primary .flex .left{
  width: 30%;
}
#footer .primary .flex .right{
  display: flex;
    width: 70%;
	justify-content: flex-end;
}
#footer .secondary {
  padding: 20px;
}

.sitemap ul li {
    margin: 10px;
    padding: 10px;
}

.sp-conversion {
    display: none;
}



#footer #copyright p, #footer #copyright a {
    color: #0F0F0F;
	font-size: 1rem;
	font-family: "Shippori Mincho B1", serif;
}


#page-company #footer {
    border-top: 2px solid #484848;
    position: relative;
    margin-top: 0;
}




@media screen and (min-width: 768px) and (max-width:1024px) {
	#footer .primary .flex .left {
    width: 70%;
}
	
	#footer .primary .flex .right {
    display: flex;
    width: 50%;
    flex-direction: column;
}
	
	

}

@media screen and (max-width: 767px) {
    #footer {
    margin-top: 100px;
}
  #footer .primary {
    padding: 20px 4px 60px;
    background: white;
  }
  #footer .primary .flex {
    display: block;
  }
  #footer .primary .flex .left{
    width: 100%;
  }
  #footer .primary .flex .right{
    width: 100%;
    display: block;
    margin: 30px auto;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
  }
	
	.sp-conversion {
		display: block;
        background-color: #fff;
        position: fixed;
        bottom: -1.5%;
        left: 0;
        padding: 15px 0;
        width: 100%;
}
	
	.sp-conversion-list {
    border-spacing: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    padding-left: 0 !important;
}
	
	.sp-conversion-list li {
    display: table-cell;
    text-align: center;
}
	
	.sp-conversion-list li a {
    border-radius: 3px;
    display: block;
    font-size: 12px;
    text-shadow: none;
    text-decoration: none;
    padding: 10px;
    font-family: 'Noto Sans JP';
}
	
	
}

/* logo */

#footer .logo {
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */

.address {
    margin: 10px 20px;
    padding: 0;
    text-align: left;
}

.freedial {
    margin: 30px 20px;
    padding: 0;
    text-align: left;
    font-family: "EB Garamond", serif;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.06em;
    line-height: 12px;
    color: #333;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 14px;
    margin: 10px auto;
    padding: 0;
    text-align: left;
  }
	
	.freedial {
    margin: 30px auto;
    padding: 0;
    text-align: left;
    font-family: "EB Garamond", serif;
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.06em;
    line-height: 12px;
    color: #333;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}
}

/* navi */

.navi-section {
	display: flex;
    flex-direction: column;
    margin-left: 40px;
    line-height: 2.5rem;
}
#footer .parent {
    padding: 0;
    margin: 0;
    text-align: left;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin: 0;
}



@media screen and (max-width: 767px) {
  .navi-section {
      display: flex;
      width: 100%;
      margin: 0;
}
#footer .parent {
  font-size: 12px;
  margin: 0 0 10px;
}
  #footer .navi {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
  }
  #footer .navi li {
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: 20px;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}



@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

/* copyright */

#footer .copyright {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
  }
}





/*---------------------------------------------*/
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {

	
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
	img.footer-logo {
		width: 25px;
	}

.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */



/* h1～h6
============================================== */
.h-udline {
	letter-spacing: 0.1em;
	margin: 10px 0 15px 0;
	padding: 10px 0 10px  20px;
	border-left: 3px solid #0080FF;
	font-weight: bold;
	width: 100%;
}

.h-udline p {
	font-size: 50%;
	letter-spacing: 0;
	font-weight: normal;
	margin: 5px 0 5px 0;
	color: #666;
}

/*スマホ*/
@media screen and (min-width: 320px) and (max-width:767.98px) {

	.h-udlineGray {
		border-bottom: 2px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
		border-left: none;
	}
}

/*tablet*/
@media screen and (min-width: 768px)  {

	
	.h-udlineGray {
		border-bottom: 1px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
	}
	
	.h2-sideline {
		color: #484848;
		font-size: 1.2em;
		display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	
	.h2-sideline::before, .h2-sideline::after {
	  border-top: 1px solid #484848;
	  content: "";
	  width: 25vw; 
	}
	.h2-sideline::before {
	  margin-right: 1em; 
	}
	.h2-sideline::after {
	  margin-left: 1em; 
	}
}


#News {
	font-size: 0.8em;
}

.news-link {
	text-decoration: none;
}
.news-link:hover {
	cursor: pointer;
	color: #3b74a6;
	text-decoration: underline!important;
}
.News-content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	border-bottom: 1px solid #333333;
	margin-bottom: 0.25em;
}

.News-days p, .News-daysEN p {
	margin: 0;
}
.News-days {
	width: 18em;
	display: flex; align-items: center; justify-content: space-between; padding-right: 2em; 
}
.News-daysEN {
	width: 15em;
	display: flex; align-items: center; justify-content: space-between; padding-right: 2em; 
}
@media screen and (max-width: 767.98px) {
		.News-content {
			flex-direction: column;
		}
		.News-days {
			width: 100%;
			max-width: 250px;
		}
		.News-daysEN {
			width: 100%;
			max-width: 190px;
		}
	}


#itemLineup-frame p.EN {
	height: 6rem;
}



/*---------------------------------------------*/

/* company

============================================== */

div#company {
    padding-top: 150px;
}

#company h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#company h1:before {
    position: absolute;
    bottom: -1.5rem;
    left: 12%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'company';
    margin: auto;
	line-height: 30px;
}

/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
    max-width: 282px;
    height: auto;
    padding-bottom: 27px;
    padding-top: 31px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    color: #9f9f9f;
}

table#table01 {
    margin: 50px auto 10px;
    width: 80%;
}

#about p.text {
    padding: 0;
    text-align: left;
    width: 80%;
    margin: auto;
}

#Access h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 100px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#Access h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 20%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'access';
    margin: auto;
	line-height: 30px;
}

.map {
    margin: 50px auto 10px;
    width: 80%;
	padding: 0;
	display: flex;
}

.googlemap_right {
    margin-left: 50px;
}


.googlemap_right p.text {
    padding: 0;
    text-align: left;
    margin-bottom: 50px;
}

.googlemap_left {
    display: flex;
    flex-direction: column;
}

.googlemap_left iframe {
    width: 550px;
    height: 300px;
    margin-bottom: 10px;
}


#after_maintenance h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 0;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#after_maintenance h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 25%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'aftermaintenance';
    margin: auto;
	line-height: 30px;
}

#after_maintenance p {
    line-height: 40px;
}

section#after_maintenance {
    padding: 60px 0 200px;
    background: #f8f7f2;
    margin: 70px auto 0;
}

div#hosyou {
    width: 80%;
    margin: 0 auto;
}


div#hosyou h4 {
    margin-bottom: 30px;
    color: #c2baa3;
}

#hosyou p {
    line-height: 40px;
    border-bottom: #e2e2e2 2px solid;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

#after_maintenance .title p {
    width: 80%;
    margin: 50px auto;
}

div#mainte {
    width: 80%;
    margin: 100px auto 0;
}


div#mainte h4 {
    margin-bottom: 30px;
    color: #c2baa3;
}

#mainte p {
    line-height: 40px;
    border-bottom: #e2e2e2 2px solid;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

div.box {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    flex-direction: column;
}

ul.sabbox {
    display: flex;
}

ul.sabbox li {
    margin-right: 30px;
}

li.left {
    width: 20%;
}

li.right {
    width: 80%;
}

@media screen and (max-width:991.98px) {
.map {
    display: flex;
    flex-direction: column;
}

	.googlemap_right {
    margin: 30px 0;
}
	
	.googlemap_left iframe {
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
}
    
    table#table01 {
    width: 100%;
}
    
    div#hosyou {
    width: 100%;
}
    
    #after_maintenance .title p {
    width: 100%;
    margin: 50px auto;
}
    
    div#mainte {
    width: 100%;
}
    
    li.left {
    width: 35%;
}
    
    li.right {
    width: 70%;
}
    
    ul.sabbox li {
    margin-right: 15px;
}
}



@media screen and (max-width: 767.98px) {
.map {
    display: flex;
    flex-direction: column;
}
	
	.googlemap_right {
    margin: 30px 0;
}
	
	.googlemap_left iframe {
    width: 100%;
    height: 238px;
}
    
    .map {
    width: 100%;
}
    
    
   

}

@media only screen and (max-width: 575.50px) {
    #after_maintenance h2:before {
    left: 4%;
}

}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
    
     ul.sabbox {
    display: flex;
    flex-direction: column;
}
    
        li.left {
        width: 100%;
    }
    
     li.right {
    width: 100%;
}
    
    #about p.text {
    width: 100%;
}
    
    
}


/*---------------------------------------------*/

/* flowchart

============================================== */

div#flowchart {
    padding-top: 150px;
}

#flowchart h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#flowchart h1:before {
    position: absolute;
    bottom: -1.5rem;
    left: 29%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'flowchart';
    margin: auto;
	line-height: 30px;
}

.jbox-workflow__group {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 50px;
    z-index: 0;
}

.jbox-workflow__panel {
    position: relative;
    padding: 20px;
    margin: 0 0 1rem;
}

.jbox-workflow__panel__header {
    display: flex;
    position: relative;
    margin: 0 0 1em;
    width: 100%;
}

.jbox-workflow__step {
    color: #c2baa3;
    display: inline-block;
    font-family: 'Trirong', serif;
    font-weight: bold;
    font-size: 50px;
    padding-top: 12px;
    line-height: 1;
}


.jbox-workflow__step::before {
    color: #c2baa3;
    content: 'Step';
    font-size: 16px;
    position: absolute;
    top: 0;
}


.jbox-content .jbox-workflow__title {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 14px 0 0 2em;
    width: 100%;
}

    .jbox-workflow__content {
        margin-left: 30px;
        padding-left: 70px;
        border-left: 1px solid #ccc;
        overflow: hidden;
    }

.jbox-workflow__content p {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.jbox-workflow__group__comment {
    background-color: /*rgba(0,0,0,.5)*/ #8fc323;
}

.jbox-workflow__group__comment::after {
    border-top: 20px solid /*rgba(0,0,0,.5)*/ #8fc323;
}

.jbox-workflow__group__comment {
    color: #fff;
    width: 40px;
    -webkit-flex: 0 0 40px;
    flex: 0 0 40px;
    font-size: 16px;
    white-space: nowrap;
    margin: 0;
    background-color: rgba(194, 186, 163, .6);
    position: relative;
    padding: 1.5em 0;
}

.jbox-workflow__group__comment::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background-color: #fff;
    width: 0;
    height: 0;
    border-top: 20px solid rgba(194, 186, 163, .6);
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
}

.tate{
    text-align: center;
    padding: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
}


#Flowchart a.btn_06 {
   display: flex;
    height: 50px;
    color: #333;
    font-size: 14px;
    position: relative;
    width: 40%;
}
#Flowchart a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -1px;
  transition-duration: 0.2s;
	letter-spacing: 0.2em;
}
#Flowchart a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

#Flowchart a.btn_06 span:hover {
    opacity: 0.5;
}


#Flowchartt a.btn_06 {
   display: flex;
    height: 50px;
    color: #333;
    font-size: 14px;
    position: relative;
    width: 65%;
}
#Flowchartt a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -1px;
  transition-duration: 0.2s;
	letter-spacing: 0.2em;
}
#Flowchartt a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

#Flowchartt a.btn_06 span:hover {
    opacity: 0.5;
}


@media screen and (max-width: 767.98px) {
.jbox-workflow__content {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    overflow: hidden;
}
    
    .jbox-workflow__panel {
    padding: 10px;
}
    
    .jbox-workflow__panel__header {
    width: 100%;
}
    
    .jbox-workflow__content p {
    width: 100%;
}
    
    #Flowchart a.btn_06 {
    width: 50%;
}

    #Flowchart a.btn_06 span {
    left: 0px;
}
    

    #Flowchartt a.btn_06 span {
    left: 0px;
}


}


@media screen and (max-width:575.98px) {


    .jbox-workflow__panel {
        padding: 10px 20px 20px 10px;
    }
    
        .jbox-workflow__step {
        font-size: 32px;
    }
    
    .jbox-workflow__step::before {
        font-size: 12px;
    }
    
        .jbox-content .jbox-workflow__title {
        font-size: 14px;
    }
    
    .jbox-workflow__content {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    overflow: hidden;
}
    
        #Flowchart a.btn_06 {
        width: 100%;
    }
    
    .jbox-workflow__group__comment {
    font-size: 12px;
}
    
    #Flowchartt a.btn_06 {
    width: 100%;
}
}



/*---------------------------------------------*/

/* concept

============================================== */



section#concept {
    background: url("../image/concept.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

#concept .text{
	padding: 40px 0;
}

#concept .concept_box {
    padding: 100px 0;
    background-color: rgb(255, 255, 255, 0);
}

#concept a.btn_06 {
     display: flex;
    height: 50px;
    color: #333;
    font-size: 14px;
    position: relative;
    width: 30%;
    margin-top: 30px;
}
#concept a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -1px;
  transition-duration: 0.2s;
	letter-spacing: 0.2em;
}
#concept a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

#concept a.btn_06 span:hover {
    opacity: 0.5;
}

#concept .text p {
    padding: 0;
    margin: 0.2rem;
    line-height: 45px;
}


#function h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
	margin-top: 50px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 22px;
}

section#function {
    background: #f8f7f2;
    padding: 40px 0 74px;
}

#comfortable h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 70px;
	margin-top: 50px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 22px;
}

#material h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 50px;
    letter-spacing: 0.2em;
    font-weight: normal;
    font-size: 22px;
}

.listbox {
    width: 92%;
    margin: 0 auto;
    max-width: 960px;
}

.list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.list01 {
    width: 48%;
}

.list01 h6 {
    text-align: justify;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 33px;
    color: #000;
    margin-bottom: 11px;
}

.list01 p {
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 26px;
}


.list01 img {
    width: 100%;
    height: auto;
}

section#material p {
    line-height: 35px;
}


section#material {
    background: #f8f7f2;
    padding: 40px 0 74px;
}


#ZEH h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 50px;
    letter-spacing: 0.2em;
    font-weight: normal;
    font-size: 22px;
}

section#ZEH .text p {
    line-height: 35px;
    margin-bottom: 0;
}



/* ボックスのスタイル */

.ZEHcontainer {
    width: 92%;
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    margin: auto;
}

.ZEHbox {
    flex: 1 1 calc(33.333% - 40px);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 25px;
}

/* ボックスの見出し */
.ZEHbox h3 {
    margin-top: 0;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.2em;
    font-weight: normal;
    font-size: 20px;
}

/* ボックスのパラグラフ */
.ZEHbox p {
    color: #666;
    margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .ZEHbox {
        flex: 1 1 100%;
    }
    
    .ZEHcontainer {
    max-width: 540px;
    width: 100%;
    padding: 12px;
}
}

/* ここまで */

.numbered-header-flex {
    margin-bottom: 9px;
    display: flex;
}

.numbered-header-flex .numbered-header {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 29px;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

.numbered-header-flex .numbered-header::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #cfcfcf;
}

.numbered-header-flex .numbered-header-num {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 29px;
}

.meritcontainer {
    max-width: 960px;
    display: flex;
    gap: 20px;
    padding: 20px;
    margin: 30px auto;
    justify-content: space-between;
    width: 92%;
}

.merit_image {
    margin: auto 0;
}


.merit_syosai {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .merit_image img {
        width: 100%;
    }

@media screen and (max-width: 993px) {
    .listbox {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
}
    
    .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-direction: column;
}
    
    .list01 {
    width: 100%;
    margin-bottom: 21px;
}
    
    section#function {
    padding: 40px 4px 74px;
}

section#comfortable {
    padding: 0 4px;
}
    
    .meritcontainer {
            max-width: 960px;
        display: flex;
        gap: 20px;
        padding: 20px;
        margin: 30px auto;
        justify-content: space-between;
        width: 92%;
}

    .merit_image img {
    width: 300px;
}

}

@media screen and (max-width: 767.98px) {
    .meritcontainer {
        display: flex;
        gap: 20px;
        margin: 30px auto;
        justify-content: space-between;
        flex-direction: column;
        max-width: 540px;
        width: 100%;
        padding: 12px;
    }
    
        .merit_image img {
        width: 100%;
    }
    }

@media screen and (max-width:575.98px) {
#concept .text p {
    padding: 0;
    margin: 0.2rem;
    line-height: 20px;
    font-size: 14px;
}
    
    #function h1 {
    font-size: 18px;
}
    
    section#function p {
    font-size: 14px;
}
    
    #comfortable h2 {
    font-size: 18px;
}
    
    section#comfortable p {
    font-size: 14px;
}
    
    
}



/*---------------------------------------------*/

/* modelhouse

============================================== */

div#modelhouse {
    padding-top: 150px;
}

#modelhouse h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#modelhouse h1:before {
    position: absolute;
    bottom: -1.5rem;
    left: 28%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'model house';
    margin: auto;
	line-height: 30px;
}


#modelhousebox h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 100px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#modelhousebox h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 16%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'gallery';
    margin: auto;
	line-height: 30px;
}

section#modelhousebox {
    margin: 0 auto 50px;
}


section#modelhousebox h4 {
    font-weight: normal;
    margin-bottom: 15px;
}

section#modelhouse_top {
    margin: 50px auto;
    line-height: 40px;
}

section#modelhouse_top img {
    width: 80%;
}

ul.Facilitybox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

.Facilitybox li {
    width: calc((100% - 5%) / 4);
    height: auto;
    padding: 10px;
    border: #c2baa3 2px solid;
}

#gaiyo .col-12 {
    flex: 0 0 auto;
    width: 100%;
    margin: auto;
}

#gaiyo .form-naiyou {
    width: 75%;
    padding: 15px 45px;
}

div#gaiyo {
    margin-bottom: 26px;
}


#page-modelhouse div#Access .map {
    margin: 32px auto 0;
    width: auto;
    padding: 0;
    display: flex;
}

#page-modelhouse div.form-line:first-child {
    border-top: none;
}

.box2-7 {
	margin: 8em auto 0;
	padding:2em;/*内側の余白*/
	border: 2px solid #eee;	
	position: relative;
	z-index: 0;
}
.box2-7:before {
	border-top: 3px solid #c2baa3;
    border-left: 3px solid #c2baa3;
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    z-index: 1;
}


#application p {
    line-height: 2rem;
    margin: 20px;
}


.QR {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 0 auto;
}

.QRbox {
    margin: 1.5rem 0;
}

.QRbox a:hover{
    opacity: 0.5;
}

#application a.btn_06.sa.sa--up.show {
    /* color: aquamarine; */
    border: 2px solid #eee;
    padding: 1rem 4rem;
}

#application a.btn_06.sa.sa--up.show:hover {
    opacity: 0.5;
    color: #0F0F0F;
}

@media screen and (max-width: 1400px) {
.QR {
    width: 80%;
}

}

@media screen and (min-width: 768px) and (max-width:1200px) {
ul.Facilitybox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 14px;
}
    
    .Facilitybox li {
    width: calc((100% - 2%) / 2);
    height: auto;
    padding: 10px;
    border: #c2baa3 2px solid;
    margin: 10px 0;
}
    
       .QR {
        display: flex;
        width: 70%;
        margin: 0 auto;
        flex-direction: row;
        text-align: center;
    }
    
    .QRbox span {
    display: none;
}
}


@media screen and (max-width: 767.98px) {
    section#modelhouse_top img {
    width: 100%;
}
    
    ul.Facilitybox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
}
    
    
    .Facilitybox li {
    width: 100%;
    height: auto;
    padding: 10px;
    border: #c2baa3 2px solid;
    margin: 5px 0;
}
    
    #gaiyo .form-naiyou {
        width: 75%;
        padding: 15px 10px;
        font-size: 16px;
    }
    
    #gaiyo .form-koumoku {
        width: 25%;
        padding: 15px 10px;
    }
    
    .QR {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
        text-align: center;
}
    
    .QRbox span {
    display: none;
}
    
}


/*---------------------------------------------*/

/* lineup

============================================== */

div#lineup {
    padding-top: 150px;
}

#lineup h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#lineup h1:before {
    position: absolute;
    bottom: -1.5rem;
    left: 34%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'lineup';
    margin: auto;
	line-height: 30px;
}

#page-lineup .line-up {
    display: flex;
    justify-content: space-between;
    padding: 0;
	height: 40px;
}

#KOMOREBI h2{
    border-bottom: bisque 2px solid;
}

#KOMOREBI h3 {
    margin: 30px auto;
    font-size: 4rem;
    letter-spacing: 0.3rem;
}

#KOMOREBI .images-KOMOREBI {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#KOMOREBI p.images {
    width: 48%;
    background: bisque;
    text-align: center;
    padding: 0 0 5px 0;
}

.images span {
    font-size: 25px;
}

#KOMOREBI h4 span {
    font-size: 50px;
}

#KOMOREBI h4 {
    text-align: center;
    margin: 20px auto 40px;
}

.KOMOREBI-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

p.sabbox {
    width: 48%;
}

.syosai {
    display: flex;
    justify-content: space-between;
    margin: auto 50px;
}

.syosai.junban {
    display: flex;
    flex-direction: row-reverse;
    margin: 30px;
}

ul.Syosai {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

ul.Syosai li p {
    color: black;
    font-size: 20px;
    border: 1px solid #000;
    padding: 10px 50px;
    width: 300px;
    text-align: center;
    font-weight: bold;
}

.KOMOREBIMain {
    margin: 80px auto 0;
}



#SUMIKA{
    margin-top: 80px;
}

#SUMIKA h2{
    border-bottom: #b0c4de 2px solid;
}

#SUMIKA h3 {
    margin: 30px auto 0;
    font-size: 4rem;
    letter-spacing: 0.3rem;
}

span.font16 {
    font-size: 30px;
    margin-left: 20px;
}

#SUMIKA .sabbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#SUMIKA .SUMIKA-48 {
    width: 48%;
    margin: auto 0;
}

h4.SUMIKA-48 {
    font-size: 48px;
    line-height: 4rem;
}

.SUMIKA {
    margin-top: 60px;
}

.SUMIKA-main {
    width: 48%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}

#SUMIKA ul.Syosai {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto; 
    flex-direction: row;
}

.SUMIKAmain {
    display: flex;
    flex-direction: row-reverse;
}

#SUMIKA ul.Syosai li p {
    color: black;
    font-size: 20px;
    border: 1px solid #000;
    padding: 10px 50px;
    width: 280px;
    text-align: center;
    font-weight: bold;
}

h4.SUMIKA-48 span {
    font-size: 23px;
    margin: 0;
}


.KOMOREBIMain h5 {
    border-bottom: bisque 2px solid;
    width: 10%;
}

h5.SUMIKA {
    border-bottom: #b0c4de 2px solid;
    width: 10%;
}

div#PRICE .mainbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.SUMIKAprice.p-left {
    width: 70%;
    margin: auto 0;
}

.SUMIKAprice.p-right {
    width: 24%;
}

#TYPE .mainbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
}

#TYPE .sabbox {
    display: flex;
    justify-content: space-between;
    width: calc((100% - 10%) / 4);
    flex-direction: column;
}

#TYPE p.syosaibox {
    font-weight: bold;
    font-size: 20px;
}

#TYPE p.border {
    border: solid 1px #ccc;
    padding: 10px;
}

#pattern .mainbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
}

#pattern .sabbox {
    display: flex;
    justify-content: flex-start;
    width: calc((100% - 10%) / 4);
    flex-direction: column;
}

#pattern p.syosaibox {
    font-weight: bold;
    font-size: 20px;
}

#pattern p.border {
    border: solid 1px #ccc;
    padding: 10px;
}


#Firthhouse h2 {
    margin-top: 50px;
    border-bottom: #E50012 2px solid;
}

#Firthhouse h4.sa.sa--up.show {
    margin: 30px auto;
}

ul.housebox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

li.housesabbox {
    width: calc((100% - 6%) / 3);
    border: #eee 1px solid;
    padding: 15px;
    margin: 10px 0;
}

.housemainbox{
    margin-top: 60px;
}

h5.SUMIKA.wid10 {
    width: 15%;
}


@media screen and (min-width: 768px) and (max-width:1200px) {

#KOMOREBI h3 {
    margin: 30px auto;
    font-size: 3rem;
    letter-spacing: 0.3rem;
}
    
    #SUMIKA h3 {
    margin: 30px auto 0;
    font-size: 3rem;
    letter-spacing: 0.3rem;
}
    
    h5.SUMIKA {
    border-bottom: #b0c4de 2px solid;
    width: 15%;
}
    
    h4.SUMIKA-48 {
    font-size: 30px;
    line-height: 3rem;
}
	
	ul.Syosai li p {
    width: 228px;
	font-size: 18px;
		padding: 10px 25px;
}

	
	#SUMIKA ul.Syosai {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
	
	div#PRICE .mainbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column-reverse;
}
	
	.SUMIKAprice.p-left {
    width: 100%;
    margin: auto 0;
}
	
	.SUMIKAprice.p-right {
    display: none;
}
	
	#TYPE .mainbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
    flex-wrap: wrap;
}
	
	#TYPE .sabbox {
    display: flex;
    justify-content: space-between;
    width: calc((100% - 10%) / 2);
    flex-direction: column;
    margin: 20px 0;
}
	
	#pattern .mainbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
    flex-wrap: wrap;
}
	
	
	#pattern .sabbox {
    display: flex;
    justify-content: flex-start;
    width: calc((100% - 10%) / 2);
    flex-direction: column;
    margin: 20px 0;
}
    
    h5.SUMIKA.wid10 {
    width: 22%;
}

}



@media screen and (max-width: 767.98px) {
	
	#KOMOREBI h3 {
    font-size: 2rem;
}
	
	#KOMOREBI h4 span {
    font-size: 40px;
}
	
	.KOMOREBI-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
	
	p.sabbox {
    width: 100%;
}

	.syosai {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
	
	.syosai.junban {
    display: flex;
    flex-direction: row;
    margin: 30px 0;
}
	
	ul.Syosai {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
}
	ul.Syosai li p {
    color: black;
    font-size: 20px;
    border: 1px solid #000;
    padding: 10px 50px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
	
	.KOMOREBIMain h5 {
    width: 25%;
}
	
	#SUMIKA h3 {
    margin: 30px auto 0;
    font-size: 2rem;
    letter-spacing: 0.3rem;
}
	
	span.font16 {
    font-size: 16px;
    margin-left: 10px;
}
	
	#SUMIKA h5.sa.sa--up.show {
    font-size: 14px;
    margin-top: 10px;
}
	
	h5.SUMIKA {
    width: 25%;
}
	#SUMIKA .sabbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
	
	#SUMIKA .SUMIKA-48 {
    width: 100%;
    margin: auto 0;
}
	
	h4.SUMIKA-48 {
    font-size: 23px;
    line-height: 2rem;
}
	
	.SUMIKA-main {
    width: 100%;
}
	
	    #SUMIKA ul.Syosai li p {
        width: 200px;
        padding: 10px 25px;
    }
	
	h4.SUMIKA-48 span {
    font-size: 16px;
    margin: 0;
}
	
	
	div#PRICE .mainbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column-reverse;
}
	
	.SUMIKAprice.p-left {
    width: 100%;
    margin: auto 0;
}
	
	.SUMIKAprice.p-right {
    width: 50%;
    margin: 20px auto;
}
	
	#TYPE .mainbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
    flex-wrap: wrap;
    flex-direction: row;
}
	
	#TYPE .sabbox {
        display: flex;
        justify-content: space-between;
        width: calc((100% - 10%) / 2);
        flex-direction: column;
        flex-wrap: wrap;
    }
	
	#pattern .mainbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
    flex-direction: column;
}
    
    ul.housebox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}
	
	li.housesabbox {
    width: 100%;
    border: #eee 1px solid;
    padding: 15px;
    margin: 10px 0;
}
	h5.SUMIKA.wid10 {
    width: 40%;
}


}

@media screen and (max-width:575.98px) {
	
	ul.housebox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}
	
	    li.housesabbox {
        width: 100%;
        border: #eee 1px solid;
        padding: 15px;
        margin: 10px 0;
    }
	
	#TYPE .mainbox {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 50px auto 0;
        flex-wrap: wrap;
        flex-direction: column;
    }
	
	    #TYPE .sabbox {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }
	
    h5.SUMIKA.wid10 {
    width: 80%;
}
	#SUMIKA ul.Syosai {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
}
    
        #SUMIKA ul.Syosai li p {
        width: 100%;
        padding: 10px 25px;
    }
	
	
	
	
}


#PRICE table{
  border-collapse: collapse;
  width: 100%;
}
#PRICE .tb01 th,
#PRICE .tb01 td{
  padding: 10px;
  border-bottom: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
#PRICE .tb01 th {
  background: #b0c4de;
  color: #fff;
  
}
@media screen and (max-width: 640px) {
  #PRICE .tb01 {
    width: 100%;
  }
  #PRICE table.tb01 th,
  #PRICE table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  #PRICE .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}





/*---------------------------------------------*/

/* contact

============================================== */

div#contact {
    padding-top: 150px;
}

#contact h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#contact h1:before {
    position: absolute;
    bottom: -1.5rem;
    left: 25%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'contact';
    margin: auto;
	line-height: 30px;
}

#form-table, .form-line {
	display: flex; flex-direction: row; align-items: center;
	width: 100%; flex-wrap: wrap;
}
.form-line {
	border-bottom: #e2e2e2 1px solid;
	padding: 0 0.5em;
}

.form-koumoku {
	font-weight: bold;
	color: #393E46;
	width: 25%;
}

.form-naiyou {
	width: 75%;
    padding: 28px 45px;
}

.colorBlue {
    color: #929AAB !important;
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 150%;
}

.form-select{
	font-size: 16px;
}

.form-control{
	font-size: 16px;
}

.en-title {
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 180%;
    margin: 0;
    padding: 1em 0 0.5em 0;
    line-height: 1em;
}

.form-check-input[type=checkbox] {
    border-radius: 1.25em;
}

.tx-left{
	text-align: left;
	padding: 0;
}

.col-12 {
    flex: 0 0 auto;
    width: 80%;
    margin: auto;
}

.fmail {
    font-size: 16px;
    padding-right: 20px;
    margin-right: 5px;
    border: 1px solid #ced4da;
}

.select01 {
    width: 20%;
    display: inline;
}

.btn-primary {
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #000;
    background: #fff;
    padding: 10px 100px;
	letter-spacing: 0.2em;
	border: 1px solid #525252;
	font-family: "Shippori Mincho B1", serif;
}

.btn-primary:hover {
    background: #525252;
    transition-duration: 0.2s;
    color: #fff;
	opacity: 0.5;
	border: 1px solid #525252;
	font-family: "Shippori Mincho B1", serif;
	margin-top: -3px;
    height: 50px;
}

.btn {
    border-radius: 0;
}

.form-control {
    font-family: "Shippori Mincho B1", serif;
}


@media screen and (max-width: 767.98px) {
	.form-koumoku {
		width: 100%; padding: 0.75em 0 0.25em 0;
	}
	
	.form-naiyou {
		width: 100%; padding: 0 0 0.75em 0;
        font-size: 14px;
	}
	
	.btn-primary {
    padding: 10px 90px;
}
	
	.btn-primary:hover {
    height: 60px;
}
    #contact h1 {
    font-size: 22px;
}
}

@media screen and (max-width:575.98px) {
	.btn-primary {
    padding: 10px 48px;
}
	
	.btn-primary:hover {
    height: 50px;
}
}

div.form-line:first-child {
	border-top: #e2e2e2 1px solid;
}
/*---------------------------------------------*/
/* technical-data, technical-data-DL
============================================== */
.form-DL-table {
	width: 80%;
	margin: 0 auto;
	display: flex; flex-direction: row; align-items: center;
	flex-wrap: wrap;
}

.form-DL-table .form-koumoku {
	font-size: 80%;
	color: #fbaa05;
}

.form-DL-table .form-naiyou {
	width: calc( 100% - 25% - 30px);
	padding: 0.75em 0;
}

@media screen and (max-width: 767.98px) {
	.form-DL-table {
		width: 100%;
	}
	.form-DL-table .form-naiyou {
	width:100%;
}
}


i.fab {
    font-size: 30px;
}

i.fab:hover {
    color: #c2baa3;
}


/*---------------------------------------------*/

/* thankyou

============================================== */


#thankyou h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#thankyou h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 35%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'thank you';
    margin: auto;
	line-height: 30px;
}

div#thankyou {
    padding-top: 150px;
}

h4.h2-udline {
    text-align: center;
}

.thanks {
    margin-top: 100px;
}

/*---------------------------------------------*/

/* ボタンの色、変更

============================================== */
.form-check-input:checked {
    background-color: #c2baa3;
    border-color: #c2baa3;
}

.form-check-input:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}

.form-control:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}

.form-select:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}

.btn-primary:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}





