@charset "UTF-8";
/*01 HTMLリセット*/
body {
    margin: 0;
    padding: 0;
    font-family: "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
    font-size: 87.5%;
    color: #675047;
}

div,
form,
h1, h2, h3, h4,
ul, li,
dl, dt, dd,
p {
    margin: 0;
    padding: 0;
    line-height: 2em;
}

p, dt, dd {
    text-align: justify;
    text-justify: distribute;
}

a img, img {
    border: 0;
}

li {
    list-style-type: none;
}

* {
    transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -moz-transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -webkit-transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -o-transition: color 200ms, background 200ms, border 200ms, opacity 300ms
}

.f_yum {
    font-family: "游明朝", "Yu Mincho";
}

.f-red{
    color: #ff2828;
}


/*02 共通用基本設定*/
h1 {
}

h2 {
}

h3 {
}

h4 {
}

.clr {
    clear: both;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.alignL {
    text-align: left;
}

.alignR {
    text-align: right;
}

.alignC {
    clear: both;
    text-align: center;
}

.mt-7r {
    margin-top: 7%;
}

.mt-10r {
    margin-top: 10%;
}

.f-s128r {
    font-size: 128.571%;
}
.f-s300r {
    font-size: 300%;
}

.b-w150 {
    width: 150px;
}

.b-w100r{
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}
.p-b0{
    padding-bottom: 0!important;
}
.p-l95{
    padding-left: 95px;
}

.w_1010{
	display: none;
}
.w_800{
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}

.w_1000{
	margin: 0 3%;
	padding: 5% 5% 7%;
	background-color: white;
}

	.w_400{
		display: none;
	}

.for_SP,
.for_890{
	display: none;
}


/*03 レーヤアウト*/
#Wrap {
}

#Contents {
}

address {
    font-size: 71.428%;
    font-style: normal;
    margin-top: 10px;
}


.btn {
    border: #675047 solid 1px;
    height: 38px;
    line-height: 38px;
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #675047;
}

.btn:hover {
    background-color: #675047;
    color: white;
}

.btn:before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    margin-top: -3px;
    width: 26px;
    height: 6px;
    background: url(../img/common/ico_arrow03.png) no-repeat center center;
    background-size: 100% auto;
}

.btn:hover:before {
    background-image: url(../img/common/ico_arrow04.png);
}

.btn.ico_email:before {
    display: none !important;
}

.btn.ico_email span {
    display: inline-block;
    padding-left: 18px;
    background: url(../img/common/ico_email02.png) no-repeat left center;
    background-size: 22px auto;
}

.btn.ico_email:hover span {
    background-image: url(../img/common/ico_email04.png);
}

.btn-more {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-bottom: #675047 solid 1px;
    color: #675047;
    text-decoration: none;
    display: block;
    margin-top: 40px;
    text-align: center;
}

.btn-more:hover {
    background-color: #675047;
    color: white;
}

/*css追加分*/
.btn.city:before {
    display: none !important;
}

.btn.city span {
    display: inline-block;
    padding-left: 15px;
    background-size: 22px auto;
}


.btn.SUUMO:before {
    display: none !important;
}

.btn.SUUMO span {
    display: inline-block;
    padding-left: 4px;
    background-size: 22px auto;
}



.btn.yoyaku:before {
    display: none !important;
}

.btn.yoyaku span {
    display: block;
    background-size: 22px auto;
}
/*ここまで*/


/*04 ヘッダー関連*/
#Header {
    position: relative;
}

#Header img {
    display: block;
    width: 100%;
    height: auto;
}

.header-slogan {
    position: absolute;
    height: 83%;
    max-height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 200%;
    color: white;
	text-align: center;
}

.header-slogan img{
	width: 70% !important;
}

.header-sns {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -62px;
	z-index: 9;
}

.header-sns a {
    display: block;
    margin-bottom: 30px;
}

.header-sns a:last-child {
    margin-bottom: 0;
}

.header-sns a:hover{	
filter: alpha(opacity=60);	
-moz-opacity: 0.6;	
opacity: 0.6;	
}

header {
    width: 1200px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -600px;
    z-index: 999;
}

.home-header {
    top: 50px;
}

.home-logo {
    width: 10.333%;
    float: left;
}

.logo {
    width: 15%;
    float: left;
    margin-top: -10px;
}

nav {
    width: 83%;
    background-color: white;
    position: relative;
    border-radius: 10px 0 0 10px;
    float: right;
}

nav .nav-email {
    width: 70px;
    height: 70px;
    background: #3c3f67 url(../img/common/ico_email01.png) no-repeat center center;
    display: block;
    position: absolute;
    right: 70px;
    top: 0;
    text-indent: -9999px;
}

nav .nav-inquiry {
    width: 70px;
    height: 70px;
    background: #3c3f67 url(../img/common/ico_inquiry.png) no-repeat center center;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

nav .nav-email:hover {
    background-color: #675047;
}

nav .nav-inquiry:hover {
    background-color: #675047;
}

/*css追加分*/
/*.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}*/
/*ここまで*/

nav .btn-menu {
    display: none;
}


nav ul {
    margin-right: 140px;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*css追加分*/
.nav-sp{
	display: none;
}
/*ここまで*/

nav li {
    height: 100%;
    line-height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #675047;
    text-decoration: none;
}

nav li:hover a {
    color: white;
}

nav li:hover {
    background-color: #675047;
}

/*05 コンテンツ関連　*/
.home-concept {
    height: 420px;
    background: #E7DDC2 url(../img/common/bg01.png) no-repeat center center;
    position: relative;
}

.home-concept p {
    font-size: 157.142%;
    text-align: center;
    padding-top: 80px;
    line-height: 2em;
    font-weight: bold;
}

.home-concept .btn {
    width: 158px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

.home-concept-txt {
    position: absolute;
    width: 33.333%;
    background-color: #675047;
    color: #e3d9be;
    right: 0;
    top: 0;
    border-radius: 0 0 0 10px;
}

.home-concept-txt p {
    padding: 11px 20px;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
}

.home-modelhouse {
    margin-top: -4%;
    position: relative;
}

.home-modelhouse img {
    display: block;
    max-width: 100%;
    height: auto;
}

.home-modelhouse-show {
    width: 66.667%;
    position: relative;
    z-index: 9;
}

.home-modelhouse-show .swiper {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.home-modelhouse-show .swiper-pagination {
    width: 100%;
}

.home-modelhouse-show img {
    display: block;
    width: 100%;
    height: auto;
}

.home-modelhouse-show .swiper-pagination-bullet {
    background-color: white;
    border: #675047 solid 1px;
    opacity: 1;
    margin: 20px 20px 0 20px;
}

.home-modelhouse-show .swiper-pagination-bullet-active {
    background-color: #675047;
}

.home-modelhouse-slogan {
    width: 41.667%;
    height: 250px;
    background-color: #89987B;
    position: absolute;
    bottom: -5%;
    right: 0;
    text-align: center;
}

.home-modelhouse-slogan .sub-box {
    float: right;
    margin-right: 30px;
    margin-top: 115px;
}

.home-modelhouse-slogan p {
    writing-mode: vertical-rl;
    display: block;
    font-size: 157.142%;
    font-weight: bold;
    position: absolute;
    top: -50%;
    left: 40%;
}

.btn-modelhouse {
    clear: both;
    margin: 100px auto 0 auto;
    max-width: 540px;
}

.btn-modelhouse a {
    display: block;
    width: 100%;
}

.btn-modelhouse a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.btn-modelhouse img {
    display: block;
    width: 100%;
    height: auto;
}

.btn-modelhouse .btn-more {
    display: none;
}

.home-event {
    position: relative;
    margin-top: 75px;
}

.home-event .sub-box {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.home-event:before {
    position: absolute;
    content: "";
    height: 420px;
    width: 100%;
    background-color: #D0C7B8;
    z-index: -1;
    left: 0;
    top: 23px;
}

.home-event .btn-more {
    margin-left: auto;
    margin-right: auto;
}

.home-event-show {
    position: relative;
}

.home-event-show .swiper-button-prev {
    left: auto !important;
    right: 60px;
}

.home-event-show dl {
    padding: 30px 25px 20px 25px;
}

.home-event-show .swiper-wrapper div.swiper-slide:nth-child(3n-1) {
    background-color: #CFC186;
}

.home-event-show .swiper-wrapper div.swiper-slide:nth-child(3n-2) {
    background-color: #A8C8C7;
}

.home-event-show .swiper-wrapper div.swiper-slide:nth-child(3n) {
    background-color: #ACA6B4;
}

.home-event-show dt {
    font-size: 142.857%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.home-event-show dt:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #675047;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-event-pic {
    position: relative;

}

.home-event-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.home-event-date {
    width: 80%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px 0 0 20px;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: -20px;
    text-align: center;
}


.home-event .swiper {
    overflow: hidden;
}

.home-event .swiper-slide {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.home-event .swiper-button-next,
.home-event .swiper-button-prev {
    width: 40px;
    height: 40px !important;
    background: url(../img/common/ico_arrow01.png) no-repeat center center;
    border: #675047 solid 1px;
    border-radius: 100%;
    top: 0;
}

.home-event .swiper-button-next {
    background-image: url(../img/common/ico_arrow02.png);
}

.home-event .swiper-button-next:hover,
.home-event .swiper-button-prev:hover {
    background: #675047 url(../img/common/ico_arrow01_o.png) no-repeat center center;
}

.home-event .swiper-button-next:hover {
    background: #675047 url(../img/common/ico_arrow02_o.png) no-repeat center center;
}

.home-event .swiper-button-next:after,
.home-event .swiper-button-prev:after {
    display: none;
}

/*css追加分*/
.home-event .sub-box dl a {
    color: #675047;
}
.home-event .sub-box dl a:hover{
	text-decoration: underline;
}

.home-event-show .btn01{
    width: 100%;
}

.home-event-show .btn01 img{
    width: 100%;
}
/*ここまで*/

.home-work {
    margin-top: 100px;
    background: #859594 url(../img/common/bg_top.gif) no-repeat top center;
    background-size: 100% 150px;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}

.home-work ul {
    width: 100%;
    padding-top: 50px;
}

.home-work li {
    width: 48.333%;
    float: left;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.home-work li:last-child {
    float: right;
    border-radius: 10px 0 0 10px;
}

.home-work li img {
    display: block;
    width: 100%;
    height: auto;
}

.home-work li a {
    display: block;
}

.home-work li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.home-work .btn-more {
    margin-left: auto;
    margin-right: auto;
}

.home-work h2 img {
    display: block;
    margin: 0 auto;
}

.home-work-slogan {
    writing-mode: vertical-rl;
    display: block;
    font-size: 157.142%;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: -100px;
    margin-left: -400px;
    letter-spacing: 0.2em;
}

.home-work_btn-voice {
    position: absolute;
    top: -100px;
    right: 20px;
}

.home-news {
    position: relative;
}

.home-news:before {
    content: "";
    position: absolute;
    height: 100%;
    line-height: 100%;
    right: 50%;
    top: 0;
    width: 50%;
    background-color: #675047;
}

.sub-home-news {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: white;
    position: relative;
    z-index: 1;
}

.home-news-ttl {
    width: 31.667%;
    background-color: #675047;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.home-news-ttl .sub-box {
    margin-right: 100px;
}

.home-news-ttl .sub-box h2 img {
    margin: 0 auto;
    display: block;
}

.home-news-ttl .btn-more {
    color: #d0c7b8;
    background-color: #675047;
    border-bottom: #d0c7b8 solid 1px;
    margin-top: 30px;

}

.home-news-ttl .btn-more:hover {
    color: #675047;
    background-color: #d0c7b8;
}

.home-news-list {
    width: 68.333%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
}

.home-news-list ul {
    margin-left: 100px;
}

.home-news-list li {
    clear: both;
    padding: 8px 0;
}

.home-news-list li a {
    color: #675047;
    text-decoration: none;
}

.home-news-list li a:hover {
    text-decoration: underline;
}

.home-news-list .btn-more {
    display: none;
}

.home-news-list_date {
    float: left;
}

.home-news-list_txt {
    padding-left: 105px;
}

.home-company {
    background-image: url(../img/top/img07.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.home-company .sub-box {
    width: 1200px;
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.home-company h2 img {
    display: block;
    margin: 0 auto;
}

.home-company-slogan {
    width: 60%;
    font-size: 157.142%;
    color: white;
    font-weight: bold;
}

.home-company-btn {
    width: 35%;
}

.home-company-btn ul {
    padding-top: 45px;
}

.home-company-btn li {
    width: 47.619%;
    float: left;
}

.home-company-btn li:last-child {
    float: right;
}

.home-company-btn .btn {
    color: #675047;
    background-color: white;
    border: white solid 1px;
    text-indent: 20px;
}

.home-company-btn .btn:hover {
    color: white;
    background-color: #675047;
    border: #675047 solid 1px;
}

.home-link {
    max-width: 1200px;
    margin: 40px auto 0 auto;
	text-align: center;
}

.home-link ul {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.home-link li {
    width: 22%;
	margin-left: 2%;
}

.home-link li:first-of-type {
	margin-left: 0;
}




.home-link a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.home-link a img {
    display: block;
    width: 100%;
    height: auto;
}

.home-googlemap {
    margin-top: 65px;
}

.home-googlemap iframe {
    height: 400px;
    width: 100%;
    border: none;
    display: block;
}

#PageTtl {
    margin-top: 140px;
    position: relative;
    padding-bottom: 80px;
}

#PageTtl h2 {
    width: 300px;
    left: 50%;
    margin-left: -150px;
    bottom: 0;
    position: absolute;
}

#PageTtl h2 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pagettl-show {
    background-image: url(../img/common/page_top.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 260px;
}

.pagettl-show div {
    background: url(../img/common/bg_page_top.png) no-repeat left -3px;
    background-size: 100% 97px;
    height: 100%;
}

/*css追加分*/
#Works .pagettl-show {
    background-image: url(../img/common/page_top_works.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 260px;
}

#Works .pagettl-show div {
    background: url(../img/common/bg_page_top.png) no-repeat left -3px;
    background-size: 100% 97px;
    height: 100%;
}
/*ここまで*/


#Event {
    padding-top: 40px;
    position: relative;
    margin-top: 75px;
}

#Event:before {
    position: absolute;
    content: "";
    height: 490px;
    width: 100%;
    background-color: #e3d9be;
    z-index: -1;
    left: 0;
    top: 0;
}

.event-show h3 {
    font-size: 185%;
    padding-bottom: 20px;
}

.event-show .sub-box {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}


.event-show .btn-more {
    margin-left: auto;
    margin-right: auto;
}

.event-list ul {
    width: 1000px;
    margin: 0 auto;
}

.event-list li {
    width: 30%;
    margin-right: 5%;
    padding-top: 5%;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

.event-list li:nth-child(3n+0) {
    margin-right: 0;
}

.event-list .sub-event-list {
    padding-top: 0;
}

.event-pagenum {
    padding-top: 6%;
    padding-bottom: 6%;
}

.event-pagenum ul {
    text-align: center;
}

.event-pagenum li {
    display: inline-block;
    margin: 0 4px;
}

.event-pagenum li span,
.event-pagenum li a {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 120%;
    text-decoration: none;
    color: #675047;
}

.event-pagenum li a {
    border: #675047 solid 1px;
}

.event-pagenum li a:hover {
    background-color: #675047;
    color: white;
}

/*css追加分*/
#Event .sub-box dl a {
    color: #675047;
}
#Event .sub-box dl a:hover{
	text-decoration: underline;
}

#Event .sub-event-list dl a {
    color: #675047;
}
#Event .sub-event-list dl a:hover{
	text-decoration: underline;
}
/*ここまで*/

/*css追加分*/
.sub-event-list .btn01{
    width: 100%;
}

.sub-event-list .btn01 img{
    width: 100%;
}

#Event .swiper-slide h3 {
    font-size: 185%;
    padding-bottom: 20px;
}

#Event .swiper-slide {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
/*ここまで*/

.sub-event-list {
    position: relative;
    padding-top: 75px;
}

.sub-event-list .swiper-button-prev {
    left: auto !important;
    right: 60px;
}

.sub-event-list dl {
    padding: 30px 25px 20px 25px;
}

.sub-event-list div.swiper-slide:nth-child(3n-1) {
    background-color: #CFC186;
}

.sub-event-list div.swiper-slide:nth-child(3n-2) {
    background-color: #A8C8C7;
}

.sub-event-list div.swiper-slide:nth-child(3n) {
    background-color: #ACA6B4;
}

.sub-event-list li:nth-child(3n-1) dl {
    background-color: #CFC186;
}

.sub-event-list li:nth-child(3n-2) dl {
    background-color: #A8C8C7;
}

.sub-event-list li:nth-child(3n) dl {
    background-color: #ACA6B4;
}

.sub-event-list dt {
    font-size: 142.857%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.sub-event-list dt:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #675047;
    position: absolute;
    left: 0;
    bottom: 0;
}

.event-show-pic {
    position: relative;
}

.event-show-pic img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px 10px 0 0;
}

.event-show-date {
    width: 80%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px 0 0 20px;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: -20px;
    text-align: center;
    z-index: 1;
}


.event-show .swiper {
    overflow: hidden;
}

.event-show .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.event-show .swiper-button-next,
.event-show .swiper-button-prev {
    width: 40px;
    height: 40px !important;
    background: url(../img/common/ico_arrow01.png) no-repeat center center;
    border: #675047 solid 1px;
    border-radius: 100%;
    top: -10px;
}

.event-show .swiper-button-next {
    background-image: url(../img/common/ico_arrow02.png);
}

.event-show .swiper-button-next:hover,
.event-show .swiper-button-prev:hover {
    background: #675047 url(../img/common/ico_arrow01_o.png) no-repeat center center;
}

.event-show .swiper-button-next:hover {
    background: #675047 url(../img/common/ico_arrow02_o.png) no-repeat center center;
}

.event-show .swiper-button-next:after,
.event-show .swiper-button-prev:after {
    display: none;
}


#Outline {
    margin-top: 75px;
}

#Outline h3 {
    font-size: 185.714%;
    text-align: center;
    padding-bottom: 50px;
}

#Outline h3 img {
    display: block;
    margin: 2% auto 0 auto;
}

.outline-greetings {
    background-color: #92b0bc;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.outline-greetings:after {
    content: "";
    width: 100%;
    height: 480px;
    background-color: #b2c698;
    position: absolute;
    left: 0;
    top: 0;
}

.outline-greetings img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.outline-greetings .sub-box {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
}

.outline-greetings p {
    text-align: center;
}

.outline-greetings-box {
    padding: 35px;
    background-color: white;
    margin-top: 15%;
}

.outline-greetings-box .pic {
    width: 29%;
    float: left;
}

/*css追加分*/
.outline-greetings-box .pic02 {
    width: 20%;
    float: right;
	margin-top: -16%;
}
/*ここまで*/

.outline-greetings-box .pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.outline-greetings-box dl {
    padding-left: 28%;
    padding-top: 10px;
}

.outline-greetings-box dt {
    font-size: 142.857%;
    padding-bottom: 20px;
}

.outline-greetings-box dd {
    position: relative;
    padding-left: 15px;
}

.outline-greetings-box dd:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #675047;
    position: absolute;
    left: 0;
    top: 0.6em;
    border-radius: 50%;
}

.outline-list {
    padding-top: 7%;
    width: 1000px;
    margin: 0 auto;
}

.outline-list ul {
    border-top: #675047 solid 1px;
}

.outline-list li {
    clear: both;
    border-bottom: #675047 solid 1px;
    padding: 20px 10px;
}

.outline-list li .sttl {
    width: 220px;
    float: left;
}

.outline-list li .txt {
    padding-left: 230px;
}

.outline-googlemap iframe {
    height: 400px;
    width: 100%;
    border: none;
    display: block;
}

.outline-traffic {
    margin-top: 7%;
    padding: 50px 0 7% 15px;
    background-color: #b2c698;
}

.outline-traffic .pic {
    width: 50%;
    float: right;
}

.outline-traffic-txt {
    width: 50%;
    float: left;
}

.outline-traffic-txt .sub-box {
    width: 470px;
    float: right;
    padding-right: 30px;
}

.outline-job {
    margin-top: 10%;
    background-color: #92b0bc;
    position: relative;
	margin-bottom: 50px;
}

.outline-job:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: white;
}

.outline-job h3 {
    position: relative;
    z-index: 1;
}

.outline-job ul {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
}

.outline-job li {
    width: 100%;
    float: left;
    margin-right: 5%;
    margin-bottom: 40px;
}

.outline-job li:nth-child(3n+0) {
    margin-right: 0;
}

.outline-job li dl {
    border: #675047 solid 1px;
    background-color: white;
    min-height: 150px;
    padding: 10px;
}

.outline-job li dt {
    display: inline-block;
    padding: 4px 15px;
    background-color: #675047;
    color: white;
    border-radius: 30px;
}

.outline-job li dd {
    padding-top: 8px;
    padding-left: 10px;
	text-align: center;
}

/*css追加分*/
.outline-profile{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.outline-profile .profile-grid{
	width: 100%;
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
	margin-bottom: 50px;
}

.outline-profile .profile-grid .item{
	display: flex;
	flex-direction: column;
	margin: 5%;
}

.outline-profile .profile-grid .item img{
	width: 60%;
	margin: 0 auto;
}

#Outline h4{
	font-size: 120%;
	display: flex;
  	align-items: center;
  	justify-content: center;
	margin-bottom: 2%;
}
#Outline h4:before, #Outline h4:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
#Outline h4:before {
  margin-right: 1em;
}
#Outline h4:after {
  margin-left: 1em;
}

/*ここまで*/


#WorksMenu {
    width: 1200px;
    margin: 75px auto 0 auto;
}

#WorksMenu li {
    position: relative;
    margin-bottom: 10%;
}

#WorksMenu li .item {
    position: absolute;
    width: 340px;
    height: 340px;
    left: 30px;
    bottom: -70px;
    z-index: 9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#WorksMenu li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

#WorksMenu li h3 {
    text-align: center;
    font-size: 200%;
    font-weight: normal;
}

#WorksMenu li p {
    text-align: center;
    padding-bottom: 15px;
}

#WorksMenu li:nth-child(1) .item {
    background-color: #b2c698;
}

#WorksMenu li:nth-child(2) .item {
    background-color: #92b0bc;
    left: auto;
    right: 30px;
}

#WorksMenu li:nth-child(3) .item {
    background-color: #cfc186;
}

#WorksMenu li .btn-more {
    margin-top: 20px !important;
}

#WorksDetail {
    background-color: #92b0bc;
    margin-top: 75px;
    position: relative;
    overflow: hidden;
}

#WorksDetail:after {
    content: "";
    height: 480px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #b2c698;
    z-index: 0;
}

.works-page-head {
    position: relative;
    z-index: 1;
}

/*css追加分*/
/*.works-page-head-02 {
    position: relative;
    z-index: 1;
}

.works-page-head-03 {
    position: relative;
    z-index: 1;
}*/
/*ここまで*/

.works-page-head .ttl {
    width: 33.333%;
    min-height: 280px;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.works-page-head .ttl img {
    margin: 0 auto;
}

.works-page-head h3 {
    font-size: 200%;
    font-weight: normal;
}

.works-page-head p {
    text-align: center;
    padding-bottom: 15px;
}

#two-stories .works-page-head .pic {
    width: 66.667%;
    float: right;
    background-image: url(../img/works/show01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

/*css追加分*/
#one-story .works-page-head .pic {
    width: 66.667%;
    float: right;
    background-image: url(../img/works/show02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#general-architecture .works-page-head .pic {
    width: 66.667%;
    float: right;
    background-image: url(../img/works/show03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
/*ここまで*/

.works-case-list {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 100px auto 0 auto;
    padding-bottom: 100px;
}

.works-case-list li {
    width: 30%;
    margin-right: 5%;
    float: left;
    margin-bottom: 50px;
}

.works-case-list li:nth-child(3n+0) {
    margin-right: 0;
}

.works-case-list li .pic {
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.works-case-list li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.works-case-list li .sttl {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    color: #675047;
    font-size: 157.143%;
    padding: 15px 2%;
    width: 96%;
    text-align: center;
}

.works-case-list li img {
    display: block;
    width: 100%;
    height: auto;
}

.works-case-list li p {
    line-height: 1.5em;
    text-align: center;
}

.works-link {
    padding-top: 100px;
    width: 760px;
    margin: 0 auto;
}

.works-link li {
    border-radius: 10px;
    overflow: hidden;
    width: 47.368%;
    float: left;
}

.works-link li:last-child {
    float: right;
}

.works-link li a {
    color: #675047;
    text-decoration: none;
    display: block;
    padding: 15px 10px;
    line-height: 1.5em;
    text-align: center;
}

.works-link li a.bgc01 {
    background-color: #92B0BC;
}

.works-link li a.bgc02 {
    background-color: #CFC186;
}

.works-link li a.bgc03 {
    background-color: #B2C698;
}

.works-link li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.works-link li img {
    display: block;
    margin: 10px auto;
}

.works-link li .sttl {
    font-size: 185.714%;
    padding-top: 5px;
    display: block;
}

.works-link.styleB {
    width: 1000px;
}

.works-link.styleB li {
    width: 31.665%;
    float: left;
    margin-right: 2.5%;
}

.works-link.styleB li a {
    padding-top: 50px;
    padding-bottom: 30px;
}

.works-link.styleB li:last-child {
    margin-right: 0;
}

.works-link.styleB li .sttl {
    padding-top: 15px;
}


#Bunjyou {
    width: 1200px;
    margin: 0 auto;
}

.bunjyou-box {
    padding-top: 80px;
    padding-bottom: 50px;
}

.bunjyou-pic {
    width: 50%;
    padding-bottom: 60px;
}

.bunjyou-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.bunjyou-info {
    width: 50%;
    padding-bottom: 60px;
}

.bunjyou-info.floatR .sub-box {
    padding-left: 48px;
    padding-right: 100px;
}

.bunjyou-info.floatL .sub-box {
    padding-left: 100px;
    padding-right: 48px;
}

.bunjyou-info h3 {
    font-size: 200%;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: 20px;
}

.bunjyou-info table {
    border-right: #675047 solid 1px;
    border-bottom: #675047 solid 1px;
    width: 100%;
    font-size: 142.857%;
	margin-top: 5%;
}

.bunjyou-info th {
    background-color: #E3D9BE;
    border-left: #675047 solid 1px;
    border-top: #675047 solid 1px;
    text-align: center;
    font-weight: normal;
    padding: 8px 0;
    width: 160px;
}

.bunjyou-info td {
    border-left: #675047 solid 1px;
    border-top: #675047 solid 1px;
    padding: 8px 20px;
}

.bunjyou-nearby {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    border-top: #675047 solid 1px;
    border-bottom: #675047 solid 1px;
    padding: 20px 0;
}

.bunjyou-nearby dt {
    font-size: 157.142%;
    padding-bottom: 5px;
}
.bunjyou-yoyaku {
        font-size: 200%;
				font-weight:500;
    }

/*css追加分*/
.bunjyou-label {
}

.bunjyou-label li {
    background-color: #92B0BC;
    font-size: 60%;
    color: white;
    height: 20px;
    line-height: 20px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.bunjyou-detail .bunjyou-label {
    width: 57.303%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
}

.bunjyou-detail .bunjyou-label li {
    width: 43.49%;
    height: 35px;
    background-color: initial;
    color: #675047;
    font-size: 71.428%;
    margin: 0 1.412% 1.5% 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

.bunjyou-detail .bunjyou-label li span {
    height: 35px;
    border: #675047 solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5em;
}

.bunjyou-detail .bunjyou-label li:last-child {
    margin-right: 0;
}

.bunjyou-detail .bunjyou-label li a{
	color: #000000;
	text-decoration: none;
}

.bunjyou-detail .bunjyou-label li a:hover{
	text-decoration: underline;
}

/*ここまで*/

/*css追加分*/
.bunjyou-box .bunjyou-container {
    width: 100.303%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.bunjyou-box .bunjyou-container li {
    width: 22.49%;
    margin: 0 1.412% 1.5% 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
/*ここまで*/

/*css追加分*/
.bunjyou-box .btn-contact {
    font-size: 120%;
    border: #d0c7b8 solid 1px;
    color: #d0c7b8;
    background-color: #675047;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.bunjyou-box .btn-contact:hover {
    background-color: white;
    color: #675047;
}
/*ここまで*/

/*css追加分*/
.bunjyou-box .btn-map {
    font-size: 120%;
    border: #d0c7b8 solid 1px;
    color: #d0c7b8;
    background-color: #675047;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    margin-bottom: 5%;
}

.bunjyou-box .btn-map:hover {
    background-color: white;
    color: #675047;
}

.bunjyou-box .btn-map span{
    background: url(../img/common/ico_map01.png) no-repeat left center;
    padding: 5px 0 5px 40px;
}

.bunjyou-box .btn-map span:hover{
    background: url(../img/common/ico_map02.png) no-repeat left center;
    padding: 5px 0 5px 40px;
}

.bunjyou-box .newmark li img{
    float:right;
}
/*ここまで*/

/*css追加分*/
.pricedown li {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #FF0004;
    float: right;
    margin-bottom: 10px;
    margin-left: 5px;
    border-radius: 50%;
}

.pricedown li span{
    position: absolute;
    font-size: 150%;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 150%;
    color: white;
    transform: translate(-50%, -50%);
}


.cyuko-pricedown li {
    position: relative;
    width: 90px;
    height: 90px;
    background-color: #FF0004;
    float: right;
    margin-left: 150px;
    border-radius: 50%;
}

.cyuko-pricedown li span{
    position: absolute;
    font-size: 65%;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 150%;
    color: white;
    transform: translate(-50%, -50%);
}

.bunjyou-detail .cyuko-pricedown li span{
    font-size: 115%;
}

.cyuko-yoyaku {
        font-size: 200%;
				font-weight:500;
    }
/*ここまで*/


/*youtubeリンク*/
	.youtube{
		width: 100%;
		height: auto;
  		aspect-ratio: 16 / 9;
		margin:0 auto;
		}
	.youtube iframe {
  	width: 100%;
  	height: 100%;
		}
/*youtubeリンク*/


#ModelHouse {
    background-color: #92B0BC;
    margin-top: 75px;
    position: relative;
    padding-bottom: 160px;
    overflow: hidden;
}

#ModelHouse:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 920px;
    background-color: #B2C698;
}

#ModelHouse img {
    display: block;
    max-width: 100%;
    height: auto;
	margin: 0 auto;
}

#ModelHouse .btn-modelhouse {
    max-width: 540px;
    margin: 0 auto;
    display: block;
}

#ModelHouse .btn-modelhouse:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.sub-model-house {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.model-house-txt {
    padding-top: 20px;
}

.model-house-txt dt,
.hudousan-detail_ttl {
    font-size: 200%;
}

.model-house-list {
    padding: 60px 0;
}

.model-house-list li {
    width: 45.7%;
    float: left;
    padding-bottom: 25px;
}

.model-house-list li a {
    display: block;
}

.model-house-list li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.model-house-list li:nth-child(even) {
    float: right;
}

.model-house-list li p {
    line-height: 1.7em;
    padding-top: 10px;
}




.model-house-deta{
    background-color: white;
    padding: 15px 50px;
    margin-bottom: 100px;
}

.model-house-deta .model-house-info{
	display: flex;
	margin: 0;
	justify-content: space-between;
	align-items: center;
}

.model-house-info li {
    padding: 8px 0;
    width: 48%;
	display: flex;

}

.model-house-info li .ttl{
	width: 90px;
    font-weight: bold;
}

.model-house-info li .ttl_btn a{
	border: #675047 solid 1px;
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #675047;
	padding: 8px 12px;
	cursor: pointer;
}

.model-house-info li .ttl_btn a:hover{
	border: #fff solid 1px;
	background-color: #675047;
    color: #fff;
}





/*css追加分*/
.model-house-label {
}

.model-house-label li {
    background-color: #92B0BC;
    font-size: 60%;
    color: white;
    height: 20px;
    line-height: 20px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.model-house-txt .model-house-label {
    width: 57.303%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
}

.model-house-txt .model-house-label li {
    width: 43.49%;
    height: 35px;
    background-color: initial;
    color: #675047;
    font-size: 71.428%;
    margin: 0 1.412% 1.5% 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

.model-house-txt .model-house-label li span {
    height: 35px;
    border: #675047 solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5em;
}

.model-house-txt .model-house-label li:last-child {
    margin-right: 0;
}

.model-house-txt .model-house-label li a{
	color: #675047;
	text-decoration: none;
}

.model-house-txt .model-house-label li a:hover{
	text-decoration: underline;
}

/*ここまで*/

#Hudousan {
    background-color: #92B0BC;
    position: relative;
    margin-top: 75px;
    padding-top: 20px;
    padding-bottom: 100px;
    overflow: hidden;
}

#Hudousan:after {
    content: "";
    background-color: #B2C698;
    height: 920px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

#Hudousan h3 {
    font-size: 200%;
    font-weight: normal;
    padding-bottom: 10px;
}

#Hudousan h4 {
    font-size: 150%;
		font-weight:bold;
}

#Hudousan a.btn {
    text-indent: 15px;
}

#Hudousan a.btn.SUUMO {
    text-indent: 5px;
}


#Hudousan a.btn.b-w150.floatR {
    background-color: white;
}

#Hudousan a.btn.b-w150.floatR:hover {
    background-color: #675047;
}

.sub-hudousan {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
}

.hudousan-box {
    background-color: white;
    padding: 30px 50px 35px 50px;
    margin-bottom: 75px;
}

.hudousan-box img {
    display: block;
    width: 100%;
    height: auto;
}

/*css追加分(NEWマーク)*/
.hudousan-box .newmark{
	
}

.hudousan-ttl {
    font-size: 200%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.hudousan-point {
    padding: 5px 0 5px 130px;
    border-top: #675047 solid 1px;
    border-bottom: #675047 solid 1px;
    margin-bottom: 30px;
    position: relative;
}

.hudousan-point:before {
    content: "POINT";
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    line-height: 30px;
    border: #675047 solid 1px;
    border-radius: 50px;
    padding: 0 20px 0 45px;
    margin-top: -16px;
    background: url(../img/common/ico07.png) no-repeat 13px center;
}

.hudousan-pic {
    width: 31.778%;
    float: left;
}

/*css追加分*/
.hudousan-pic-sp{
    display: none;
}

.hudousan-pic .detail{
	width: 25%!important;
	margin-right: 30px;
}

/*ここまで*/

.hudousan-info {
    width: 64.667%;
    float: right;
}

.hudousan-info table {
    border-right: #675047 solid 1px;
    border-bottom: #675047 solid 1px;
    width: 100%;
    margin-bottom: 10px;
}

.hudousan-info th {
    background-color: #E3D9BE;
    border-left: #675047 solid 1px;
    border-top: #675047 solid 1px;
    text-align: center;
    font-weight: normal;
    padding: 1px 0;
    width: 100px;
}

.hudousan-info td {
    border-left: #675047 solid 1px;
    border-top: #675047 solid 1px;
    padding: 1px 10px 1px 15px;
}


.hudousan-label li {
    background-color: #92B0BC;
    font-size: 60%;
    color: white;
    height: 20px;
    line-height: 20px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.hudousan-btn {
    display: flex;
    justify-content: flex-start;
}

.hudousan-btn .btn {
    width: 200px;
}

.hudousan-btn .btn.ico_email {
    width: 127px;
    margin-right: 15px;
}

/*css追加分*/
.hudousan-btn .btn.city {
    width: 100px;
    margin-right: 15px;
}

.hudousan-btn .btn.SUUMO {
    width: 82px;
    margin-right: 15px;
}



.hudousan-btn .btn.yoyaku {
    width: 170px;
    margin-right: 15px;
}
/*ここまで*/

/*css追加分*/
.sub-hudousan .btn-map {
    font-size: 120%;
    border: #d0c7b8 solid 1px;
    color: #d0c7b8;
    background-color: #675047;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    margin-bottom: 5%;
}

.sub-hudousan .btn-map:hover {
    background-color: white;
    color: #675047;
}

.sub-hudousan .btn-map span{
    background: url(../img/common/ico_map01.png) no-repeat left center;
    padding: 5px 0 5px 40px;
}

.sub-hudousan .btn-map span:hover{
    background: url(../img/common/ico_map02.png) no-repeat left center;
    padding: 5px 0 5px 40px;
}
/*ここまで*/

.hudousan-detail-info dl {
    float: left;
}

.hudousan-detail-info dt {
    font-size: 200%;
}

.hudousan-detail-info dd {
    margin-bottom: 15px;
}

.hudousan-detail-info dd:last-child {
    margin-bottom: 0;
}

.hudousan-detail-info dd .sttl {
    display: block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    color: white;
    text-align: center;
    background-color: #92B0BC;
    float: left;
}

.hudousan-detail-info dd p {
    padding-left: 100px;
}

.hudousan-detail-info_btn {
    width: 226px;
    float: right;
    margin-top: 40px;
}

.hudousan-detail-info_btn a {
    height: 57px;
    line-height: 57px;
    display: block;
    border: #675047 solid 1px;
    color: #675047;
    text-decoration: none;
    text-align: center;
}

.hudousan-detail-info_btn a:hover {
    background-color: #675047;
    color: white;
}

.hudousan-detail-info_btn a.ico_email {
    margin-bottom: 15px;
    font-size: 123.214%;
}

.hudousan-detail-info_btn a.ico_email span {
    background: url(../img/common/ico_email02.png) no-repeat left center;
    background-size: 24px auto;
    padding-left: 40px;
}

.hudousan-detail-info_btn a.ico_email:hover span {
    background-image: url(../img/common/ico_email04.png);
}

.hudousan-detail-info_btn a.ico_tel {
    font-size: 160%;
}

.hudousan-detail-info_btn a.ico_tel span {
    background: url(../img/common/ico_tel02.png) no-repeat left center;
    background-size: 21px auto;
    padding-left: 25px;
}

.hudousan-detail-info_btn a.ico_tel:hover span {
    background-image: url(../img/common/ico_tel03.png);
}

.hudousan-detail .hudousan-pic,
.hudousan-detail .hudousan-info {
    float: none;
    width: auto;
}

.hudousan-detail .hudousan-pic {
    padding-bottom: 30px;
}

.hudousan-detail .hudousan-pic .floatL {
    width: 57.303%;
}

.hudousan-detail .hudousan-pic .floatR {
    width: 40.225%;
}

.hudousan-detail .hudousan-pic ul {
    padding-top: 7px;
}

.hudousan-detail .hudousan-pic li {
    width: 31.285%;
    float: left;
    margin-right: 3.072%;
    margin-bottom: 4%;
}

.hudousan-detail .hudousan-pic li:last-child {
    margin-right: 0;
}

.hudousan-detail .hudousan-info th {
    width: 150px;
}

.hudousan-detail .hudousan-point {
    padding: 60px 0 18px 0;
}

.hudousan-detail .hudousan-point:before {
    top: 20px;
    margin-top: 0;
}

.hudousan-detail .hudousan-label {
    width: 57.303%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
}

.hudousan-detail .hudousan-label li {
    width: 15.49%;
    height: 35px;
    background-color: initial;
    color: #675047;
    font-size: 71.428%;
    margin: 0 1.412% 1.5% 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

.hudousan-detail .hudousan-label li span {
    height: 35px;
    border: #675047 solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5em;
}

/*css追加分*/
.hudousan-detail .hudousan-label li a{
	color: #000000;
	text-decoration: none;
}

.hudousan-detail .hudousan-label li a:hover{
	text-decoration: underline;
}
/*ここまで*/

.hudousan-detail .hudousan-label li:last-child {
    margin-right: 0;
}

.hudousan-detail .btn.b-w150 {
    background-color: white;
    margin: 0 auto;
}

.hudousan-detail .btn.b-w150:hover {
    background-color: #675047;
}

.hudousan-detail .btn-modelhouse {
    display: block;
}

.hudousan-detail .btn-modelhouse:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#Voice {
    background-color: #92B0BC;
    position: relative;
    margin-top: 75px;
    padding-top: 30px;
    padding-bottom: 100px;
    overflow: hidden;
}

#Voice:after {
    content: "";
    background-color: #B2C698;
    height: 1310px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

#Voice h3 {
    font-size: 200%;
    font-weight: normal;
    padding-bottom: 10px;
}

.sub-voice {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.voice-nav {
    text-align: center;
    width: 100%;
}

.voice-nav li {
    display: inline-block;
    border-right: #675047 solid 1px;
}

.voice-nav li:last-child {
    border-right: none;
}

.voice-nav li a {
    font-size: 200%;
    color: #675047;
    text-decoration: none;
    padding: 15px 30px;
    display: block;
}

.voice-nav li a span {
    padding-right: 50px;
    background: url(../img/common/ico_arrow05.png) no-repeat right center;
}

.voice-nav li a:hover {
    text-decoration: underline;
}

.voice-show {
    width: 100%;
    margin: 40px auto 0 auto;
}

.voice-show .pic {
    width: 88.3%;
    height: auto;
    display: block;
}

.voice-show-sttl {
    width: 43%;
    background-color: #675047;
    color: white;
    padding: 140px 0 20px 0;
    float: right;
    margin-top: -120px;
}

.voice-show-sttl strong {
    display: block;
    padding: 0 50px 7px 50px;
    font-size: 200%;
    font-weight: normal;
}

.voice-show-sttl p {
    padding: 0 50px;
}

.voice-show dl {
    clear: both;
    padding-top: 30px;
}

.voice-show dt {
    text-align: center;
    font-size: 200%;
    padding-bottom: 10px;
}

.voice-show dd {
    text-align: center;
}

.voice-list {
    width: 100%;
    margin: 80px auto 0 auto;
}

.voice-list li {
    background-color: #3c3f67;
    width: 28.4%;
    float: left;
    margin-right: 7.4%;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.voice-list li:last-child {
    margin-right: 0;
}

.voice-list li .sub-box {
    width: 78.521%;
    margin: 0 auto;
}

.voice-list li .sttl {
    min-height: 120px;
    font-size: 200%;
    line-height: 1.5em;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
}

.voice-list li img {
    margin-bottom: 35px;
    display: block;
    width: 100%;
    height: auto;
}

.voice-chat {
    padding: 20px 10% 80px 10%;
    background-color: white;
    margin-top: 70px;
}

.voice-chat_ttl {
    font-size: 200%;
    text-align: center;
}

.voice-chat_ttl span {
    padding: 20px 0 20px 50px;
    background: url(../img/common/ico08.png) no-repeat left center;
}

.voice-chat dl {
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.voice-chat dt {
    width: 68px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 10px;
}

.voice-chat dt img {
    display: block;
    width: 100%;
    height: auto;
}

.voice-chat dd {
    color: white;
    padding: 15px 30px;
    border-radius: 15px;
    position: relative;
}

.katsura-chat-box dd {
    background-color: #3c3f67;
    margin-right: 80px;
    margin-left: 100px;
}

.katsura-chat-box dd:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: -18px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 18px solid #3c3f67;
    border-bottom: 6px solid transparent;
}

.user-chat-box dt {
    left: auto;
    right: 0;
}

.user-chat-box dd {
    background-color: #675047;
    margin-left: 80px;
    margin-right: 100px;
}

.user-chat-box dd:before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: -18px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 18px solid #675047;
    border-bottom: 6px solid transparent;
}

.voice-chat-pic {
    margin-top: 30px;
    margin-right: 80px;
}

#Technostructure {
    background-color: #92B0BC;
    position: relative;
    margin-top: 75px;
    padding-bottom: 100px;
    overflow: hidden;
}

#Technostructure:after {
    content: "";
    background-color: #B2C698;
    height: 1565px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

#Technostructure img {
    display: block;
}

.technostructure-boxA {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 60px;
    margin-bottom: 80px;
}

.technostructure-boxA img {
    width: 59.583%;
    padding-left: 40.417%;
}

.technostructure-boxA dl {
    width: 37%;
    padding: 40px 8%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
}

.technostructure-boxB {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 150px;
}

.technostructure-boxB img {
    width: 59.667%;
    padding-right: 40.333%;
}

.technostructure-boxB dl {
    width: 44%;
    padding: 40px 8%;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: 57px;
}

.technostructure-boxC {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 90px;
}

.technostructure-boxC img {
    width: 41.667%;
    padding-left: 58.333%;
}

.technostructure-boxC dl {
    width: 56.5%;
    padding: 40px 8%;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
}

.technostructure-boxD {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 130px;
}

.technostructure-boxD img {
    width: 74.75%;
    padding-right: 25.25%;
}

.technostructure-boxD dl {
    width: 39%;
    padding: 40px 8%;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.technostructure-boxA dt,
.technostructure-boxB dt,
.technostructure-boxC dt,
.technostructure-boxD dt {
    font-size: 200%;
    padding-bottom: 20px;
}

.technostructure-boxE {
    background-image: url(../img/technostructure/bg01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    color: white;
    padding: 40px 20px;
    margin-bottom: 90px;
}
.technostructure-boxE h3{
    text-align: center;
    padding-bottom: 20px;
    font-size: 200%;
    font-weight: normal;
}
.technostructure-boxE p{
    text-align: center;
}
.technostructure-boxE ul{
    width: 1000px;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.technostructure-boxE li{
    width: 50%;
    text-align: center;
    padding-top: 45px;
    border-right: white solid 1px;
}
.technostructure-boxE li:last-child{
    border-right: none;
}
.technostructure-boxE li .ttl{
    display: inline-block;
    padding: 3px 20px;
    background-color: white;
    color: #3c3f67;
}
.technostructure-boxE li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
}
.technostructure-boxE li strong{
    display: block;
    text-align: center;
}

.technostructure-boxF{
    background: url(../img/technostructure/bg02.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 40px 20px 110px 20px;
}
.technostructure-boxF h3{
    text-align: center;
    padding-bottom: 20px;
    font-size: 200%;
    font-weight: normal;
    color: white;
}
.technostructure-boxF img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.technostructure-boxF ul{
    width: 800px;
    margin: 60px auto 0 auto;
}
.technostructure-boxF li{
    width: 37.5%;
    float: left;
}
.technostructure-boxF li:last-child{
    float: right;
}
.technostructure-boxF li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.technostructure-boxF li strong{
    font-size: 142.857%;
    display: block;
    padding-bottom: 10px;
}
.technostructure-boxF li p{
    line-height: 1.7em;
}






/*長期保証ページ（始まり）*/
#choukihosyou {
    background-color: #92B0BC;
    position: relative;
    margin-top: 75px;
    padding-bottom: 100px;
    overflow: hidden;
}

#choukihosyou:after {
    content: "";
    background-color: #B2C698;
    height: 40%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

#choukihosyou p{
    font-size: 100%;
    text-align: center;
    padding-top: 20px;
}

#choukihosyou ul li{
    float: left;
    width: 200px;
    height: 100px;
}

#choukihosyou li{
    display: block;
    background-color: #7e6853;
    color: white;
    font-size: 150%;
    margin: 20px 20px;
    padding: 20px;
}


#choukihosyou img {
    display: block;
}

.choukihosyou-boxA {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 6%;
    margin-bottom: 3%;
}

.choukihosyou-boxA img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
	width: 60%;
    height: auto;
}

.choukihosyou-boxA dl {
    width: 37%;
    padding: 40px 8%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
}

.choukihosyou-boxB {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 20px;
}

.choukihosyou-boxB img {
    width: 59.667%;
    padding-right: 40.333%;
}

.choukihosyou-boxB dt img {
    float: left;
    width: 43px;
    height: 40px;
    padding-top:10px;
    padding-right: 8px;
}

.choukihosyou-boxB dl {
    width: 32%;
    padding: 40px 20% 40px 5%;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: -50px;
}

.choukihosyou-boxC {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 90px;
}

.choukihosyou-boxC ul{
    display: flex;
    justify-content: center;
}

.choukihosyou-boxC ul li{
    margin: auto;
    display: block;
    background-color: #7e6853;
    color: white;
    font-size: 150%;
    margin: 20px 20px;
    padding: 20px;
    margin-bottom: 90px;
}

.choukihosyou-boxC img {
    width: 59.667%;
    padding-left: 40.333%;
}

.choukihosyou-boxC dt img {
    float: left;
    width: 35px;
    height: 35px;
    padding-top:10px;
    padding-left: 0px;
    padding-right: 10px;
}

.choukihosyou-boxC dl {
    width: 32%;
    padding: 40px 5% 40px 20%;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 62%;
}

.choukihosyou-boxD {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 130px;
}

.choukihosyou-boxD img {
    width: 74.75%;
    padding-right: 25.25%;
}

.choukihosyou-boxD dl {
    width: 39%;
    padding: 40px 8%;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.choukihosyou-boxA dt,
.choukihosyou-boxB dt,
.choukihosyou-boxC dt,
.choukihosyou-boxD dt {
    font-size: 200%;
    padding-bottom: 20px;
}

.choukihosyou-boxE {
    background-image: url(../img/choukihosyou/bg01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    color: white;
    padding: 40px 20px;
    margin-bottom: 150px;
	position: relative;
	z-index: 1;
}
.choukihosyou-boxE h3{
    text-align: center;
    padding-bottom: 20px;
    font-size: 200%;
    font-weight: normal;
}
.choukihosyou-boxE p{
    text-align: center;
}
.choukihosyou-boxE ul{
    width: 1000px;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.choukihosyou-boxE li{
    width: 50%;
    text-align: center;
    padding-top: 45px;
    border-right: white solid 1px;
}
.choukihosyou-boxE li:last-child{
    border-right: none;
}
.choukihosyou-boxE li .ttl{
    display: inline-block;
    padding: 3px 20px;
    background-color: white;
    color: #3c3f67;
}
.choukihosyou-boxE img{
    display: block;
    max-width: 100%;
	width: 61%;
    height: auto;
    margin: 40px auto;
}
.choukihosyou-boxE li strong{
    display: block;
    text-align: center;
}

.choukihosyou-boxF{
    background: url(../img/choukihosyou/bg02.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 40px 20px 50px 20px;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    color: white;
}
.choukihosyou-boxF p{
    text-align: center;
    margin-bottom: 20px;
}
.choukihosyou-boxF h3{
    text-align: center;
    padding-bottom: 20px;
    font-size: 200%;
    font-weight: normal;
    color: white;
}
.choukihosyou-boxF img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.choukihosyou-boxF ul{
    width: 800px;
    margin: 60px auto 0 auto;
}
.choukihosyou-boxF li{
    width: 37.5%;
    float: left;
}
.choukihosyou-boxF li:last-child{
    float: right;
}
.choukihosyou-boxF li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.choukihosyou-boxF li strong{
    font-size: 142.857%;
    display: block;
    padding-bottom: 10px;
}
.choukihosyou-boxF li p{
    line-height: 1.7em;
}

.choukihosyou-boxG{
    margin-bottom: 50px;
}

.choukihosyou-boxG h3{
    padding-bottom: 10px;
    font-size: 200%;
    font-weight: normal;
    position: relative;
    display: table;
    padding: 0 55px;
    text-align: center;
	margin: 0 auto;
}

.choukihosyou-boxG h3:before,
.choukihosyou-boxG h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #7e6853;
}

.choukihosyou-boxG h3:before {
    left: 0;
}

.choukihosyou-boxG h3:after {
    right: 0;
}

.choukihosyou-boxG .hosyouhani{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}

.choukihosyou-boxG .box{
    background-color: #7e6853;
    color: white;
    font-size: 190%;
    height: auto;
    padding:1% 4%;
    margin: 0px 10px;
    text-align: center;
}

.choukihosyou-boxH{
    height: 100px;
}

.choukihosyou-boxH p{
    font-size: 150%;
    text-align: center;
    padding-top: 20px;
}

/*長期保証ページ（終わり）*/






#Riform {
    background-color: #96b4c0;
    margin-top: 75px;
}

.riform-news {
    background-color: #b6ca9c;
    padding: 30px 0 60px 0;
}

.riform-news .sub-box {
    width: 1000px;
    margin: 0 auto;
}

.riform-news h3 {
    font-size: 200%;
    font-weight: normal;
}

.riform-news ul {
    border-top: #675047 solid 1px;
    margin-top: 10px;
}

.riform-news li {
    padding: 20px 3% 15px 3%;
    border-bottom: #675047 solid 1px;
}

.riform-news li .riform-news-date {
    float: left;
    width: 23%;
    font-size: 114.285%;
}

.riform-news li p {
    float: left;
    width: 40%;
}

.riform-news li a {
    display: block;
    float: left;
    width: 150px;
    text-indent: 1em;
    background-color: white;
    margin-left: 20px;
    margin-top: -5px;
}

.riform-box {
    padding: 30px 0 70px 0;
    width: 1000px;
    margin: 0 auto;
}

.riform-box h3 {
    font-size: 200%;
    font-weight: normal;
    padding-bottom: 30px;
}

.riform-box ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 55px;
}

.riform-box img {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.riform-box li {
    text-align: center;
    line-height: 1.5em;
    width: 30%;
}

.riform-box ul.styleB {
    justify-content: space-between;
}


#HouseBuilding {
    background-color: #96b4C0;
    position: relative;
    margin-top: 75px;
    padding-bottom: 120px;
}

#HouseBuilding:after {
    content: "";
    position: absolute;
    background-color: #b6ca9c;
    width: 100%;
    height: 67vw;
    top: 2px;
    left: 0;
}

#HouseBuilding:before {
    content: "";
    position: absolute;
    background-color: white;
    width: 100%;
    height: 90px;
    top: -2px;
    left: 0;
    z-index: 1;
}

.sub-house-building {
    position: relative;
    z-index: 2;
}

.house-building-box {
    width: 100%;
    padding-bottom: 85px;
}

.house-building-box .btn {
    width: 150px;
    background-color: white;
    text-indent: 1em;
}

.house-building-box .btn:hover {
    background-color: #675047;
}

.house-building-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.house-building-sttl {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.house-building-sttl p {
    font-size: 200%;
    line-height: 1.3em;
}

.house-building-box_txt {
    width: 35.25%;
    float: right;
}

.house-building-box_txt .sub-box {
    width: 324px;
    text-align: left;
    writing-mode: vertical-rl;
}

.house-building-box_txt h3 {
    font-size: 428.571%;
    font-weight: normal;
}

.house-building-box_txt p {
    font-size: 200%;
}

.house-building-pic.floatL {
    width: 64.75%;
}

.house-building-pic.floatR {
    width: 68.333%;
}

.house-building-pic.floatL .house-building-sttl {
    width: 680px;
    float: right;
}

.house-building-pic.floatR .house-building-sttl {
    width: 720px;
}

.house-building-list {
    width: 1000px;
    margin: 0 auto;
}

.house-building-list li {
    width: 21.8%;
    float: left;
    margin-right: 4.266%;
    line-height: 1.5em;
}

.house-building-list li:last-child {
    margin-right: 0;
}

.house-building-list li img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.house-building-list li:nth-child(even) {
    margin-top: 60px;
}

.house-building-link {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 70px auto 0 auto;
    font-size: 200%;
    font-weight: bold;
}

.house-building-link li {
    width: 30%;
    text-align: left;
    border-right: #675047 solid 1px;
}

.house-building-link li:nth-child(2) {
    width: 40%;
    text-align: center;
}

.house-building-link li:last-child {
    text-align: right;
    border-right: none;
}

.house-building-link li a {
    color: #675047;
    text-decoration: none;
    padding: 15px 0;
    display: block;
}

.house-building-link li a:hover {
    text-decoration: underline;
}

.house-building-link li a span {
    padding-right: 50px;
    background: url(../img/common/ico_arrow05.png) no-repeat right center;
}


#Superstrong {
    background-color: #96b4C0;
    position: relative;
    overflow: hidden;
    margin-top: 75px;
    padding-bottom: 120px;
}

#Superstrong:after {
    content: "";
    position: absolute;
    background-color: #b6ca9c;
    width: 100%;
    height: 1565px;
    top: 0;
    left: 0;
}

.superstrong-main {
    position: relative;
    z-index: 1;
}

.superstrong-show {
    width: 100%;
    position: relative;
}

.superstrong-show img {
    width: 81%;
    height: auto;
    display: block;
}

.superstrong-show_txt {
    position: absolute;
    width: 55%;
    right: 0;
    top: 40%;
    background-color: white;
}

.superstrong-show_txt .sub-box {
    padding: 10% 15.3%;
}

.superstrong-show_txt h3 {
    font-size: 200%;
    line-height: 1.3em;
    font-weight: normal;
    padding-bottom: 30px;
}

.sub-superstrong {
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
    background-color: #3c3f67;
    width: 1000px;
    color: white;
    padding-bottom: 40px;
    padding-top: 30px;
}

.sub-superstrong h3 {
    font-size: 200%;
    text-align: center;
    font-weight: normal;
    padding-bottom: 20px;
}

.sub-superstrong ul {
    width: 80%;
    margin: 0 auto;
}

.sub-superstrong li {
    clear: both;
    margin-top: 40px;
}

.sub-superstrong li img {
    width: 56.25%;
    float: left;
}

.sub-superstrong li .txt {
    width: 40.25%;
    float: right;
    padding-top: 13%;
}

.sub-superstrong li:nth-child(even) img {
    float: right;
}

.sub-superstrong li:nth-child(even) .txt {
    float: left;
}

.superstrong-list {
    width: 1000px;
    margin: 90px auto 0 auto;
}

.superstrong-list {
    border-top: #675047 solid 1px;
}

.superstrong-list dt {
    font-size: 200%;
    line-height: 1.3em;
    padding: 40px 100px 30px 100px;
}

.superstrong-list dd {
    border-bottom: #675047 solid 1px;
    padding: 0 100px 40px 100px;
}



/*ご紹介キャンペーンページ（始まり）*/
#shokai {
    background-color: #92B0BC;
    position: relative;
    margin-top: 75px;
    padding-bottom: 100px;
    overflow: hidden;
}

#shokai:after {
    content: "";
    background-color: rgb(178, 198, 152);
    height: 2450px;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
}

#shokai h3{
	font-size: 200%;
	line-height: 1.5;
	font-weight: normal;
}

#shokai dl dt{
	font-size: 200%;
	padding-bottom: 20px;
}

#shokai .btn-contact{
	margin-top: 20px;
}

#shokai .btn-contact a{
	font-size: 120%;
    border: #d0c7b8 solid 1px;
    color: #d0c7b8;
    background-color: #675047;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    text-decoration: none;
	cursor: pointer;
}

#shokai .btn-contact a:hover{
	background-color: white;
    color: #675047;
}

 

.shokai-boxA {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 6%;
    margin-bottom: 3%;
}

.shokai-boxA img {
    display: block;
    
        width: 59.667%;
    padding-left: 40.333%;
}

.shokai-boxA dl {
    width: 35%;
    padding: 40px 4% 40px 18%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
}

.shokai-boxA dt{
	line-height: 1.5;
	font-size: 200%;
}

.shokai-boxA dd{
	line-height: 1.8;
	padding-bottom: 10px;
}

.shokai-boxA dd:nth-of-type(3){
	padding-bottom: 0px;
}


.shokai_boxB{
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 0px;
	max-width: 1000px;
	margin: 0 auto 6%;
}

.shokai_boxB h3,.shokai_boxD h3,.shokai_boxE h3{
	text-align: center;

}

.shokai_boxB .tokuten_area{
	margin: 4% 2% 0;
	padding: 3% 5%;
	background-color: white;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	gap:5.8%;
}

.shokai_boxB .tokuten_area:nth-of-type(1){
	margin-top: 3%;
}

.shokai_boxB .tokuten_area .pic{
	width: 25%;
}

.shokai_boxB .tokuten_area .text{
	width: 75%;
}

#shokai .shokai_boxB .tokuten_area .text dt{
	font-size: 150%;
	padding-bottom: 0px;
}

#shokai .shokai_boxB .tokuten_area .text dd{
	margin-top: 3px;
}

#shokai .shokai_boxB .tokuten_area .text dd .border,
#shokai .shokai_boxD .flow_box ul li .border{
	background: linear-gradient(transparent 50%, #ffef54 50%);
	font-weight: bold;
	font-size: 120%;
}

#shokai .shokai_boxB .tokuten_area .text dd .big1,
#shokai .shokai_boxD .flow_box ul li .big1{
	font-size: 140%;
}

#shokai .shokai_boxB .tokuten_area .text dd .big2,
#shokai .shokai_boxD .flow_box ul li .big2{
	font-size: 200%;
}


.shokai_boxC{
	background-image: url( "../img/refer/bg01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    color: white;
    padding: 80px 20px;
    margin-bottom: 80px;
	position: relative;
	z-index: 1;
}


.shokai_boxC h3{
	text-align: center;
    padding-bottom: 20px;
    font-weight: normal;
}


.shokai_boxC .case{
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(200px,1fr) ) ;
	grid-gap: 3%;
	place-content: center;
	place-items: center;
}


.shokai_boxD{
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 0px;
	margin: 0 auto 80px;
	max-width: 1000px;
}

.shokai_boxD .flow_box{
	border: 1px solid #675047;
	margin: 20px auto;
	padding: 30px 2%;
}

.shokai_boxD .flow_box dl,.shokai_boxD .flow_box dd,.shokai_boxD .flow_box dt{
	text-align: center;
}

.shokai_boxD .flow_box dt{
	padding-bottom: 10px;
}

.shokai_boxD .flow_box ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:30px;
	text-align: left;
	padding-top: 15px;
}

.shokai_boxD .flow_box ul li .flow_subtitle{
	font-size: 120%;
}

.shokai_boxD .arrow{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.shokai_boxD .arrow img{
	max-width: 50px;
}


.shokai_boxE{
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 0px;
	max-width: 1000px;
	margin: 0 auto 3%;
}

.shokai_boxE ul{
	padding: 20px 4% 0;
	max-width: 650px;
	margin: 0 auto;
}

.shokai_boxE ul li{
	list-style: disc;
	padding-bottom: 20px;
}

.shokai_boxE ul li:nth-of-type(7){
	padding-bottom: 10px;
}





/*ここまで*/



/*Inquiry*/
#Inquiry{
    background-color: #92B0BC;
    margin-top: 75px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

#Inquiry:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 480px;
    background-color: #B2C698;
}

#Inquiry img {
    display: block;
    max-width: 100%;
    height: auto;
}

#Inquiry .inquiry-list{
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#Inquiry .inquiry-list h2{
	text-align: center;
	font-size: 180%;
	line-height: 1.5;
	margin: 8% 0 3%;
}

#Inquiry .inquiry-list h2 .small{
	display: block;
	font-size: 60%;
}

#Inquiry .sub-box{
    padding: 20px 12%;
}
#Inquiry .sub-box table{
    width: 100%;
    border-bottom: #675047 solid 1px;
    margin: 20px 0;
}
#Inquiry .sub-box .line-no th,
#Inquiry .sub-box .line-no td{
    padding-top: 0;
    border-top: none;
}
#Inquiry .sub-box th{
    padding-left: 11.184%;
    width: 45.394%;
    border-top: #675047 solid 1px;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: top;
	line-height: 1.8;
}

#Inquiry .sub-box th .hosoku{
	display: block;
}

#Inquiry .sub-box td{
    padding-right: 11.184%;
    border-top: #675047 solid 1px;
    padding-top: 25px;
    padding-bottom: 25px;
}
#Inquiry .sub-box td p{
    padding-bottom: 10px;
}

#Inquiry .box-txt{
    border: #777777 solid 1px;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#Inquiry textarea.box-txt{
    display: block;
}
#Inquiry a{
    color: #675047;
}
#Inquiry a:hover{
    text-decoration: none;
}
#Inquiry .btn-submit{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #675047;
    border-radius: 7px;
    border: none;
    color: white;
    font-size: 110%;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
#Inquiry .btn-submit:hover{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
/*ここまで*/

/*PRIVACY、SITEMAP、STAFF*/
#PrivacyPolicy{
    background-color: #92B0BC;
    margin-top: 75px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

#PrivacyPolicy:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 656px;
    background-color: #B2C698;
}

#PrivacyPolicy .article{
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
#PrivacyPolicy .sub-box{
    padding: 20px 12%;
}
#PrivacyPolicy p{
    line-height: 2.4em;
}
#PrivacyPolicy ul{
    padding-top: 30px;
}
#PrivacyPolicy ul.num-list li{
    list-style-type: decimal;
    margin-left: 20px;
}
#PrivacyPolicy dt{
    line-height: 2.4em;
    font-size: 128.571%;
    font-weight: bold;
    padding-top: 30px;
}



#Sitemap{
    background-color: #92B0BC;
    margin-top: 75px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

#Sitemap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 486px;
    background-color: #B2C698;
}

#Sitemap .sitemap-list{
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
    padding: 3.5% 0;
    background-color: #FFFFFF;
    font-size: 171.428%;
    font-weight: bold;
}
#Sitemap .sitemap-list a{
    line-height: 1.5em;
    color: #675047;
    text-decoration: none;
}
#Sitemap .sitemap-list a:hover{
    text-decoration: underline;
}
#Sitemap .sitemap-list small{
    font-size: 58.333%;
    display: inline-block;
}
#Sitemap .sitemap-list small a{
    display: block;
    position: relative;
    margin-left: 15px;
}
#Sitemap .sitemap-list small a:before{
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    background-color: #b6ca9c;
    left: -15px;
    top: 0.5em;
}
#Sitemap .sitemap-list ul{
    margin-left: 12%;
    margin-right: 12%;
    border-bottom: #675047 solid 1px;
}
#Sitemap .sitemap-list li{
    line-height: 1.5em;
    text-align: center;
    padding-top: 7%;
    padding-bottom: 7%;
    border-top: #675047 solid 1px;
}


#Staff{
    background-color: #92B0BC;
    margin-top: 75px;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
}

#Staff:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 828px;
    background-color: #B2C698;
}

#Staff .sub-box{
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto;
}
#Staff .staff-box{
    background-color: #FFFFFF;
    padding: 30px 12%;
    margin-top: 7%;
}
#Staff .staff-box img{
    display: block;
    max-width: 100%;
    height: auto;
}
#Staff .staff-box dt{
    border-bottom: #675047 solid 1px;
    padding-bottom: 10px;
}
#Staff .staff-box dd{
    padding-top: 10px;
}
#Staff .staff-photo{
    width: 174px;
}
#Staff .staff-name{
    display: block;
    font-size: 171.428%;
}
#Staff .pic-left .staff-photo{
    float: left;
}
#Staff .pic-left dl{
    padding-left: 200px;
}
#Staff .pic-right .staff-photo{
    float: right;
}
#Staff .pic-right dl{
    padding-right: 200px;
}
/*ここまで*/

.bottom-contact {
    text-align: center;
    padding: 120px 0 0 0;
}

.bottom-contact h2 {
    margin-bottom: 20px;
}

.bottom-contact img {
    display: block;
    margin: 0 auto;
}

.bottom-contact p {
    text-align: center;
}

.bottom-contact ul {
    width: 760px;
    margin: 20px auto 0 auto;
}

.bottom-contact li {
    width: 47.368%;
    float: left;
}

.bottom-contact li:last-child {
    float: left;
}

.bottom-contact li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 98px;
    border: #675047 solid 1px;
    color: #675047;
    text-decoration: none;
}

.bottom-contact li a:hover {
    background-color: #675047;
    color: white;
}

.bottom-contact .ico_tel span {
    display: block;
    background: url(../img/common/ico_tel02.png) no-repeat left center;
    padding: 5px 0 5px 30px;
    font-size: 200%;
}

.bottom-contact .ico_tel:hover span {
    background: url(../img/common/ico_tel03.png) no-repeat left center;
}

.bottom-contact .btn-contact {
    font-size: 120%;
	width: 95%;
	float: right;
}

.bottom-contact .btn-contact span {
    background: url(../img/common/ico_email02.png) no-repeat left center;
    padding: 5px 0 5px 40px;
}

.bottom-contact a.btn-contact:hover span {
    background: url(../img/common/ico_email04.png) no-repeat left center;
}

/*css追加分*/
.bottom-contact .btn-line {
    font-size: 120%;
	clear: both;
	margin-top: 20px;
}

.bottom-contact .btn-line span {
    background: url(../img/common/ico_line.png) no-repeat left center;
    padding: 5px 5px 5px 30px;
}

.bottom-contact .btn-Instagram {
    font-size: 120%;
	clear: both;
	margin-top: 20px;
}

.bottom-contact .btn-Instagram span {
    background: url(../img/common/ico_Instagram.png) no-repeat left center;
    padding: 5px 5px 5px 50px;
}

.bottom-contact a.btn-Instagram:hover span {
    background: url(../img/common/ico_Instagram02.png) no-repeat left center;
}




.bottom-contact .btn-Instagram02 {
    font-size: 120%;
	float: right;
	margin-top: 20px;
	width: 95%;
}

.bottom-contact .btn-Instagram02 span {
    background: url(../img/common/ico_Instagram.png) no-repeat left center;
    padding: 5px 5px 5px 50px;
}

.bottom-contact a.btn-Instagram02:hover span {
    background: url(../img/common/ico_Instagram02.png) no-repeat left center;
}
/*ここまで*/

footer {
    background-color: #675047;
    margin-top: 140px;
    position: relative;
    color: #d0c7b8;
}

footer:before {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    background-color: #3c3f67;
    height: 100%;
}

footer a {
    color: #d0c7b8;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

.sub-footer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-contact {
    width: 31.667%;
    float: right;
    padding: 45px 0;
    text-align: center;
}

.footer-contact h2 {
    text-align: center;
    width: 120px;
    padding-bottom: 10px;
    border-bottom: #d0c7b8 solid 1px;
    margin: 0 auto;
}

.footer-contact h2 img {
    display: block;
    margin: 0 auto;
}

.footer-contact a {
    text-decoration: none;
    display: block;
    margin-top: 25px;
}

.footer-contact .ico_tel span {
    background: url(../img/common/ico_tel01.png) no-repeat left center;
    padding: 5px 0 5px 30px;
    font-size: 200%;
}

.footer-contact a.ico_tel:hover span {
    background: url(../img/common/ico_tel03.png) no-repeat left center;
}

.footer-contact .btn-contact {
    font-size: 120%;
    border: #d0c7b8 solid 1px;
    color: #d0c7b8;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.footer-contact .btn-contact:hover {
    background-color: white;
    color: #675047;
}

.footer-contact .btn-contact span {
    background: url(../img/common/ico_email03.png) no-repeat left center;
    padding: 5px 0 5px 40px;
}

.footer-contact a.btn-contact:hover span {
    background: url(../img/common/ico_email02.png) no-repeat left center;
}

/*css追加分*/
.footer-contact .btn-line {
    display: none;
}

.footer-contact .btn-Instagram {
    display: none;
}


.footer-contact .btn-Instagram02 {
    display: none;
}
/*ここまで*/

#Footer {
    width: 68.333%;
    float: left;
    background-color: #3c3f67;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    padding-top: 50px;
}

#Footer .footer-logo {
    width: 260px;
    float: left;
    font-size: 85.714%;
    margin-bottom: 50px;
    border-right: #d0c7b8 solid 1px;
}

#Footer .footer-logo img {
    display: block;
    margin: 0 auto;
}

#Footer .footer-logo p {
    text-align: center;
    padding-top: 10px;
}

#Footer .footer-sns {
    width: 88px;
    margin: 35px auto 0 auto;
}

#Footer .footer-sns a {
    display: block;
}

#Footer .footer-sns a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#Footer .footer-sns li {
    width: 20px;
    margin-right: 14px;
    float: left;
}

#Footer .footer-sns li:last-child {
    margin-right: 0;
}

#Footer .sub-box {
    margin-left: 260px;
    padding-left: 35px;
}

#Footer .sub-box a:hover {
    text-decoration: underline;
}

#Footer p {
    line-height: 2em;
}

#Footer .footer-info {
    padding-bottom: 40px;
}



@media all and (max-width: 1225px) {
	.choukihosyou-boxC dl {
    bottom: 44%;
}
}



@media all and (max-width: 1199px) {
    #Staff .sub-box,
    #Sitemap .sitemap-list,
    #PrivacyPolicy .article,
    #Inquiry .inquiry-list,
	header,
    .sub-home-news,
    .home-link,
    .home-company .sub-box,
    .home-event .sub-box,
    .sub-footer,
    .event-list ul,
    .event-show .sub-box,
	#Event .swiper-slide,
    .outline-greetings .sub-box,
    .outline-list,
    .outline-job ul,
    #WorksMenu,
    #Bunjyou,
    .works-link.styleB,
    .sub-model-house,
    .sub-hudousan,
    .riform-news .sub-box,
    .riform-box,
    .sub-superstrong,
    .superstrong-list,
    .house-building-list,
    .house-building-link,
    .house-building-sttl,
    .sub-voice,
    .technostructure-boxF ul{
        width: auto;
    }
	
	.for_PC{
		display: none;
	}
	
	.for_SP{
	display: block;
	}

    header {
        width: 100%;
        left: 0;
        top: 10px;
        margin-left: 0;
    }

    .home-logo {
        margin-left: 2%;
    }

    .logo {
        margin-top: 0;
        float: none;
        position: absolute;
        left: 2%;
        top: 0;
        z-index: 99;
    }

    nav {
        margin-right: 2%;
    }

    #Staff .sub-box,
    #Sitemap .sitemap-list,
    #PrivacyPolicy .article,
    #Inquiry .inquiry-list,
	.outline-list,
    .home-event .sub-box,
    .home-company .sub-box,
    .home-link,
    .sub-hudousan,
    .riform-news .sub-box,
    .riform-box,
    .sub-voice {
        margin-left: 15px;
        margin-right: 15px;
    }

    .home-work_btn-voice {
        width: 23.416%;
        top: 0;
    }

    .home-work_btn-voice img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .home-work-slogan {
        top: 0;
        left: 20px;
        margin-left: 0;
        font-size: 120%;
    }

    .pagettl-show {
        height: 21vw;
    }

    .pagettl-show div {
        background-size: 100% auto;
    }
	
	/*css追加分*/
	#Works .pagettl-show {
        height: 21vw;
    }

    #Works .pagettl-show div {
        background-size: 100% auto;
    }
	/*ここまで*/

    #PageTtl {
        margin-top: 100px;
        padding-bottom: 8%;
    }

    #PageTtl h2 {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    #PageTtl h2 img {
        width: 30%;
        margin: 0 auto;
    }

    #Event {
        padding-left: 15px;
        padding-right: 15px;
    }

    .outline-greetings:after {
        height: 50vw;
    }

    .outline-traffic-txt .sub-box {
        width: auto;
        padding-right: 15px;
    }

	/*css追加分*/
	.outline-profile{
		width: 100%;
	}
	/*ここまで*/
	
    #WorksMenu {
        margin-top: 7%;
    }

    #WorksMenu li {
        margin-bottom: 90px;
    }

    #WorksMenu li h3 {
        font-size: 150%;
    }

    #WorksDetail:after {
        height: 40vw;
    }

    #WorksDetail {
        margin-top: 6%;
    }

    .works-case-list {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10%;
        padding-bottom: 5%;
    }

    .works-case-list li {
        margin-bottom: 20px;
    }

    .works-case-list li .sttl {
        font-size: 120%;
        padding: 6px 2%;
    }

    .works-link.styleB {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bunjyou-box {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .bunjyou-pic {
        padding-bottom: 30px;
    }

    .bunjyou-info {
        padding-bottom: 30px;
    }

    .bunjyou-info.floatR .sub-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bunjyou-info.floatL .sub-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bunjyou-info h3 {
        font-size: 150%;
        padding-bottom: 10px;
    }

    .bunjyou-info table {
        font-size: 120%;
		margin-top: 2%;
    }

    .bunjyou-info th {
        padding: 3px 5px;
        width: auto;
    }

    .bunjyou-info td {
        padding: 3px 15px;
    }

    .bunjyou-nearby {
        width: 90%;
        padding: 10px 0;
    }

    .bunjyou-nearby dt {
        font-size: 130%;
        padding-bottom: 0;
    }
.bunjyou-yoyaku {
        font-size: 160%;
				font-weight:500;
    }
    #ModelHouse {
        margin-top: 7%;
        padding-bottom: 7%;
    }

    #ModelHouse:after {
        height: 82vw;
    }

    .model-house-txt {
        padding-left: 15px;
        padding-right: 15px;
    }

    .model-house-deta {
        margin-bottom: 7%;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .model-house-list {
        padding: 30px 15px;
    }

    #Hudousan {
        margin-top: 7%;
        padding-bottom: 10%;
    }

    .hudousan-box {
        padding: 5px 20px 15px 20px;
        margin-bottom: 50px;
    }

.cyuko-pricedown li {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #FF0004;
    float: right;
    margin-bottom: 30px;
    margin-left: 10px;
    border-radius: 50%;
}
	
.bunjyou-detail .cyuko-pricedown li{
    width: 50px;
    height: 50px;
	}

.cyuko-pricedown li span{
    position: absolute;
    font-size: 45%;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 150%;
    color: white;
    transform: translate(-50%, -50%);
}
	
.bunjyou-detail .cyuko-pricedown li span{
    font-size: 48%;
	}
	
.cyuko-yoyaku {
        font-size: 160%;
				font-weight:500;
    }

    #Riform {
        margin-top: 7%;
    }

    .riform-news {
        padding: 30px 0;
    }

    .riform-news h3 {
        font-size: 150%;
    }

    .riform-news li .riform-news-date {
        width: 90px;
        font-size: 100%;
    }

    .riform-news li p {
        padding-left: 100px;
        float: none;
        width: auto;
    }

    .riform-news li a.btn {
        height: 30px;
        line-height: 30px;
        clear: both;
        margin-top: 10px;
        float: right;
    }

    .riform-box {
        padding: 20px 0 20px 0;
    }

    .riform-box h3 {
        font-size: 150%;
    }

    .riform-box ul {
        margin-bottom: 20px;
    }

    .riform-box li {
        padding-left: 15px;
        padding-right: 15px;
    }

    #Superstrong {
        margin-top: 7%;
        padding-bottom: 10%;
    }

    #Superstrong:after {
        height: 750px;
    }

    .superstrong-show img {
        width: 100%;
    }

    .superstrong-show_txt {
        position: static;
        width: auto;
    }

    .superstrong-show_txt .sub-box {
        padding: 5% 7%;
    }

    .sub-superstrong {
        margin-top: 10%;
        padding-left: 7%;
        padding-right: 7%;
    }

    .sub-superstrong ul {
        width: 100%;
    }

    .superstrong-list {
        margin: 7% 15px 0 15px;
    }

    .house-building-box_txt .sub-box {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .house-building-sttl {
        margin-top: 20px;
    }

    .house-building-pic.floatL .house-building-sttl {
        width: 100%;
        float: none;
    }

    .house-building-pic.floatL .house-building-sttl p {
        padding-left: 20px;
    }

    .house-building-pic.floatR .house-building-sttl {
        width: 100%;
    }

    .house-building-pic.floatR .house-building-sttl .btn {
        margin-right: 20px;
    }

    .house-building-list,
    .house-building-link {
        margin-left: 15px;
        margin-right: 15px;
    }

    #Voice {
        margin-top: 7%;
        padding-bottom: 40px;
    }

    #Voice:after {
        height: 109vw;
    }

    .voice-list {
        margin-top: 40px;
    }

    .voice-chat {
        padding: 20px 30px 40px 30px;
    }

    .katsura-chat-box dd {
        margin-right: 0;
		margin-bottom: 60px;
    }

    .user-chat-box dd {
        margin-left: 0;
		margin-bottom: 50px;
    }


    #Technostructure{
        margin-top: 7%;
    }
    .technostructure-boxA dt,
    .technostructure-boxB dt,
    .technostructure-boxC dt,
    .technostructure-boxD dt{
        font-size: 150%;
        line-height: 1.7em;
    }
    .technostructure-boxF{
        background-size: auto 100vw;
    }
    .technostructure-boxF li{
        width: 45%;
    }
    .technostructure-boxE ul{
        width: auto;
        display: block;
        margin-top: 0;
    }
    .technostructure-boxE li{
        width: auto;
        border-right: none;
        border-bottom: white solid 1px;
        padding-bottom: 40px;
    }
    .technostructure-boxE li:last-child{
        padding-bottom: 0;
        border-bottom: none;
    }
	
	
	
	/*長期保証ページ*/
	#choukihosyou{
        margin-top: 7%;
    }
    .choukihosyou-boxA dt,
    .choukihosyou-boxB dt,
    .choukihosyou-boxC dt,
    .choukihosyou-boxD dt{
        font-size: 150%;
        line-height: 1.7em;
    }
    .choukihosyou-boxF{
        background-size: auto 100vw;
    }
    .choukihosyou-boxF li{
        width: 45%;
    }
    .choukihosyou-boxE ul{
        width: auto;
        display: block;
        margin-top: 0;
    }
    .choukihosyou-boxE li{
        width: auto;
        border-right: none;
        border-bottom: white solid 1px;
        padding-bottom: 40px;
    }
    .choukihosyou-boxE li:last-child{
        padding-bottom: 0;
        border-bottom: none;
    }
    #choukihosyou{
        padding-bottom: 7%;
    }
    .choukihosyou-boxB{
        padding-top: 0;
    }
    .choukihosyou-boxB,
    .choukihosyou-boxC{
        margin-bottom: 30px;
    }
    .choukihosyou-boxB img,
    .choukihosyou-boxC img{
        width: 100%;
        height: auto;
        padding: 0;
    }
    .choukihosyou-boxB dl,
    .choukihosyou-boxC dl{
        position: static;
        width: auto;
        padding:20px 30px;
    }
	
	.choukihosyou-boxC{
		margin-top:10%;
	}
	.choukihosyou-boxC dl {
    	bottom: 36%;
	}
	
    .choukihosyou-boxE h3,
    .choukihosyou-boxF h3{
        font-size: 150%;
    }
    .choukihosyou-boxE{
        margin-bottom: 30px;
    }

.choukihosyou-boxF{
    background: url(../img/choukihosyou/bg02.jpg) no-repeat center top;
    background-size: 80% auto;
    padding: 40px 20px 80px 20px;
    color: white;
	-webkit-background-size: cover;
}

    .choukihosyou-boxF img{
        padding: 30px 20px;
		width: 90%;
    }
    .choukihosyou-boxF ul{
        margin-top: 30px;
    }
    .choukihosyou-boxF li{
        width: auto;
        float: none;
        padding-bottom: 20px;
    }
    .choukihosyou-boxF li img{
        width: 100%;
    }

    .choukihosyou-boxG h3{
        text-align: center;
        padding-bottom: 10px;
        font-size: 200%;
        font-weight: normal;
        position: relative;
        display: table;
        padding: 0 55px;
    }
.choukihosyou-boxG h3:before,
.choukihosyou-boxG h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #7e6853;
}

.choukihosyou-boxG h3:before {
    left: 0;
}

.choukihosyou-boxG h3:after {
    right: 0;
}

		
	.choukihosyou-boxG .box{
		width: 100%;
		margin-bottom: 3%;
	}

	
	
	/*ご紹介キャンペーンページ*/
	
	
	#shokai h3{
	font-size: 180%;
}
	
	#shokai dl dt{
	font-size: 180%;
	}
	
	#shokai dl dd{
    line-height: 1.8em;
}
	
	.shokai-boxA{
		display: flex;
		flex-direction: column-reverse;
		padding-top: 0;
		margin-bottom: 60px;
	}
	
    .shokai-boxA img{
        width: 100%;
        height: auto;
        padding: 0;
    }
    .shokai-boxA dl{
        position: static;
        width: auto;
        padding:30px 30px 40px;
    }
	
	#shokai .shokai-boxA dt{
        line-height: 1.3em;
	}
	
.shokai_boxB{
	margin: 0 auto 10%;
}
	
	#shokai .shokai_boxB dl dd{
  line-height: 2em;
	}
	
	.shokai_boxE{
		margin-bottom: 6%;
	}
	
	/*ご紹介キャンペーンページ ここまで*/
	
	
    #Staff .staff-box,
    #Sitemap .sitemap-list,
    #PrivacyPolicy .sub-box,
	#Inquiry .sub-box{
        padding: 20px;
    }
    #Sitemap .sitemap-list ul{
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

}



@media all and (max-width: 1010px) {
	.w_1010{
	display: block;
}
	.choukihosyou-boxC dl {
    bottom: 22%;
}
	
	.choukihosyou-boxG .hosyouhani{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
	
	.choukihosyou-boxG .box {
            width: 35%;
            margin-bottom: 2%;
        }
	
	
}


@media all and (max-width: 890px) {
	
	.for_890{
		display: block;
	}
	
	.choukihosyou-boxC dl {
    bottom: -8%;
}
	
	
	.shokai_boxC .case{
	display: flex;
	flex-wrap: wrap;
	gap:5%;
}
	
	.shokai_boxC img{
		max-width: 180px; 
	}
}



@media all and (max-width: 767px) {
    div,
    form,
    h1, h2, h3, h4,
    ul, li,
    dl, dt, dd,
    p {
        line-height: 1.5em;
    }
	
	.w_1010{
	display: none;
}

    .home-logo {
        left: 0;
        top: 0;
        float: none;
        position: absolute;
        z-index: 9;
    }

    .logo {
        width: 120px;
    }

    nav {
        width: 100%;
        position: absolute;
        background-color: initial;
    }

    nav .nav-email {
        border-radius: 10px 0 0 10px;
        right: 50px;
        z-index: 9;
        width: 50px;
        height: 50px;
        top: 5px;
    }
	
	nav .nav-inquiry {
        display: none;
    }

    nav .btn-menu {
        position: absolute;
        display: block;
        width: 50px;
        height: 50px;
        right: 0;
        top: 5px;
        z-index: 9;
        text-indent: -9999px;
        background: #3c3f67 url(../img/common/btn_menu.png) no-repeat center center;
    }

    nav .btn-menu.open {
        background-image: url(../img/common/btn_close.png);
    }

    nav ul {
        display: none;
        position: absolute;
        width: 100%;
        height: auto;
        margin: 0;
        left: 0;
        top: -20px;
        padding-top: 90px;
        background-color: white;
    }

    nav ul li {
        background-color: #3c3f67;
    }

    nav ul li:first-child {
        padding-top: 15px;
    }

    nav ul li:last-child {
        padding-bottom: 15px;
    }

    nav ul li a {
        display: block;
        padding: 10px 15px;
        text-align: center;
        font-size: 120%;
        color: white;
    }

    #PageTtl {
        margin-top: 80px;
    }

    .btn-more {
        margin-top: 20px;
    }

    .header-sns {
        margin-top: -45px;
    }

    .header-sns a {
        margin-bottom: 15px;
    }

    .header-slogan {
        font-size: 150%;
    }

    .home-concept {
        height: auto;
        padding-top: 10px;
        padding-bottom: 80px;
        background-size: auto 100%;
    }

    .home-concept p {
        font-size: 120%;
    }

    .home-concept-txt {
        width: auto;
        max-width: 300px;
    }

    .home-concept-txt p {
        padding: 6px 15px;
    }

    .home-concept .btn {
        margin-top: 20px;
    }

    .home-modelhouse {
        margin-top: 0;
    }

    .home-modelhouse-show {
        width: 72%;
    }

    .home-modelhouse-slogan {
        width: 70%;
        bottom: auto;
        top: -40px;
        height: 100px;
    }

    .home-modelhouse-slogan p {
        left: auto;
        right: 15%;
        top: auto;
        bottom: -150%;
        font-size: 120%;
    }

    .home-modelhouse-slogan .sub-box {
        margin-right: 20px;
        margin-top: -10%;
        width: 30%;
    }

    .home-modelhouse-slogan .sub-box h2 {
        position: relative;
        z-index: 99;
    }

    .home-modelhouse-slogan .sub-box .btn-more {
        display: none;
    }

    .home-modelhouse-show .swiper-pagination-bullet {
        margin: 10px 10px 0 10px;
    }

    .btn-modelhouse {
        max-width: none;
        width: 90%;
        margin-top: 40px;
    }

    .btn-modelhouse .btn-more {
        display: block;
        width: 180px;
        margin: 20px auto 0 auto;
    }

    .home-event {
        margin-top: 30px;
    }

    .home-event h2 img {
        max-width: 32%;
        height: auto;
    }

    .home-event-show dt {
        font-size: 120%;
    }

    .home-work {
        margin-top: 40px;
    }

    .home-work h2 {
        max-width: 30%;
        margin: 0 auto;
    }

    .home-work h2 img {
        display: block;
        max-width: 100%;
    }

    .sub-home-news {
        display: block;
    }

    .home-news-ttl {
        display: block;
        width: 100%;
    }

    .home-news-ttl .sub-box {
        margin-right: 0;
        padding: 20px 0;
    }

    .home-news-ttl .sub-box .btn-more {
        display: none;
    }

    .home-news-list {
        width: auto;
        padding: 15px;
    }

    .home-news-list ul {
        margin-left: 0;
    }

    .home-news-list .btn-more {
        display: block;
        margin: 0 auto;
    }

    .home-company .sub-box {
        display: block;
        min-height: auto;
        padding: 30px 0;
    }

    .home-company-slogan {
        width: auto;
        font-size: 120%;
        padding-bottom: 30px;
    }

    .home-company-slogan p {
        text-align: center;
    }

    .home-company-slogan p br {
        display: none;
    }

    .home-company-btn {
        width: auto;
        max-width: 400px;
        margin: 0 auto;
    }

    .home-company-btn ul {
        padding-top: 20px;
    }

    .home-link {
        margin-top: 20px;
    }
	
	.home-link ul {
		flex-wrap: wrap;
	}
	
	.home-link ul li{
		width: 48%;
		margin: 0 2% 2% 0;
	}
	
	.home-link ul li:nth-of-type(2),
	.home-link ul li:nth-of-type(4){
		margin-right: 0;
	}
	
	.home-link ul li:nth-of-type(3),
	.home-link ul li:nth-of-type(4){
		margin-bottom: 0;
	}

    .home-googlemap {
        margin-top: 20px;
    }

    .home-googlemap iframe {
        height: 300px;
    }

    #Event {
        margin-top: 7%;
    }

    .event-list li {
        width: 48.575%;
        margin-right: 0;
        padding-top: 20px;
    }

    .event-list li:nth-child(2n+0) {
        float: right;
    }

    .sub-event-list {
        margin-top: 40px;
        padding-top: 25px;
    }

    #Outline {
        margin-top: 7%;
    }

    #Outline h3 {
        padding-bottom: 20px;
    }

    .outline-traffic {
        padding-left: 0;
    }

    .outline-traffic .pic {
        width: 100%;
        float: none;
    }

    .outline-traffic-txt {
        width: auto;
        float: none;
    }

    .outline-traffic-txt .sub-box {
        padding-left: 15px;
    }

    .outline-list li {
        padding: 10px 5px;
    }

    .outline-list li .sttl {
        float: none;
    }

    .outline-list li .txt {
        padding-left: 0;
    }

    .outline-list.f-s128r {
        font-size: 100%;
    }

    .outline-job ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    .outline-job li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .outline-job li:nth-child(even) {
        float: right;
    }

    .outline-googlemap iframe {
        height: 300px;
    }

    .outline-greetings-box {
        padding: 15px;
    }

    .outline-greetings-box .pic {
        width: 100%;
        float: none;
    }

    .outline-greetings-box .pic img {
        margin: 0 auto;
    }
	
	/*css追加分*/
	.outline-greetings-box .pic02 {
        width: 100%;
        float: none;
		margin: 0 auto;
    }
	
	.outline-greetings-box .pic02 img {
        margin: 0 auto;
    }
	/*ここまで*/

    .outline-greetings-box dl {
        padding-left: 0;
    }

    #WorksMenu ul {
        width: 100%;
        overflow: hidden;
    }

    #WorksMenu li {
        height: 280px;
        width: 840px;
        margin-bottom: 30px;
    }

    #WorksMenu li .item {
        width: 240px;
        float: left;
        border-radius: unset;
        height: 280px;
        bottom: 0;
        top: 0;
        left: 0 !important;
        right: auto !important;
    }

    #WorksMenu li img.pic {
        height: 280px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .works-page-head .ttl {
        width: 180px;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 180px;
    }

    #two-stories .works-page-head .pic {
        width: auto;
        margin-left: 210px;
        float: none;
    }
	
	/*css追加分*/
	#one-story .works-page-head .pic {
        width: auto;
        margin-left: 210px;
        float: none;
    }
	
	#general-architecture .works-page-head .pic {
        width: auto;
        margin-left: 210px;
        float: none;
    }
	/*ここまで*/

    .works-page-head p {
        font-size: 87.5%;
    }

    .works-page-head h3 {
        font-size: 150%;
    }

    #WorksDetail:after {
        height: 300px;
    }

    .works-case-list li {
        width: 48%;
        margin-right: 0;
    }

    .works-case-list li:nth-child(even) {
        float: right;
    }

    .works-link {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }

    .works-link li {
        width: auto;
        float: none;
    }

    .works-link li:last-child {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .works-link li .sttl {
        font-size: 130%;
    }

    .works-link.styleB li a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .works-link.styleB li:last-child {
        margin-top: 0;
    }

    .works-link.styleB li .sttl {
        padding-top: 5px;
    }

    .bunjyou-pic,
    .bunjyou-info {
        width: 100%;
    }

    .bunjyou-pic {
        padding-bottom: 15px;
    }

    .bunjyou-box .floatL,
    .bunjyou-box .floatR {
        float: none !important;
		text-align: center;
    }

    .bunjyou-info table {
        font-size: 100%;
    }

    .bunjyou-info th {
        width: 140px;
    }
    .bunjyou-nearby {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
	/*css追加分*/
	.bunjyou-detail .bunjyou-label {
        width: 100%;
        display: block;
        flex-wrap: wrap;
    }

    .bunjyou-detail .bunjyou-label li {
        width: 32%;
        margin: 0 2% 2% 0;
        padding: 0;
    }

    .bunjyou-detail .bunjyou-label li:nth-child(3n+0) {
        margin-right: 0;
    }
	
	/*ここまで*/
	
	/*youtubeリンク*/
	.youtube{
		width: 100%;
  		aspect-ratio: 16 / 9;
		margin:0 auto;
		}
	.youtube iframe {
  	width: 100%;
  	height: 100%;
		}
	/*youtubeリンク*/
	
	.model-house-deta .model-house-info{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.model-house-deta .model-house-info .pc{
		display: none;
	}

    .model-house-deta {
        padding: 15px 20px;
    }

    .model-house-info li {
        width: auto;
        padding: 3px 0 8px;
    }
	
	.model-house-info li .ttl_btn{
		margin-top: 10px;
	}


	
	/*css追加分*/
	.model-house-txt .model-house-label {
        width: 100%;
        display: block;
        flex-wrap: wrap;
    }

    .model-house-txt .model-house-label li {
        width: 32%;
        margin: 0 2% 2% 0;
        padding: 0;
    }

    .model-house-txt .model-house-label li:nth-child(3n+0) {
        margin-right: 0;
    }
	
	/*ここまで*/
	
	
    .hudousan-box {
        padding-top: 15px;
    }
	
	/*css追加分(NEWマーク)*/
	.hudousan-box .newmark{
		float: right;
		width: 5%;
	}

    .hudousan-ttl {
        font-size: 150%;
        display: block;
    }

    .hudousan-ttl span {
        display: block;
        text-align: right;
    }

    .hudousan-point {
        padding: 55px 0 8px 0;
    }

    .hudousan-point:before {
        top: 12px;
        margin-top: 0;
    }
    
    /*css追加分*/
    .hudousan-pic{
        display: none;
    }
    /*ここまで*/

    .hudousan-pic-sp,
    .hudousan-info {
        display: block;
        float: none;
        width: auto;
    }

    .hudousan-info {
        margin-top: 15px;
    }

    .hudousan-info th {
        display: none;
    }

    .hudousan-info td {
        float: left;
        width: 100%;
        padding: 0;
        position: relative;
    }

    .hudousan-info td span {
        padding: 5px 10px 5px 120px;
        display: inline-block;
    }

    .hudousan-info td:before {
        content: attr(data-th);
        width: 100px;
        height: 100%;
        line-height: 2.2em;
        display: block;
        text-align: center;
        background-color: #E3D9BE;
        position: absolute;
        vertical-align: center;
    }

    .hudousan-btn {
        flex-direction: column;
    }

    .hudousan-btn .btn.ico_email {
        margin-bottom: 10px;
    }

	/*css追加分*/
	.hudousan-btn .btn.city {
        margin-bottom: 10px;
    }
	
	.hudousan-btn .btn.SUUMO {
        margin-bottom: 10px;
    }
	
	.hudousan-btn .btn.yoyaku {
        margin-bottom: 10px;
    }
	/*ここまで*/
	
    .hudousan-detail-info dl {
        float: none;
    }

    .hudousan-detail-info_btn {
        width: auto;
        float: none;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .hudousan-detail-info_btn a {
        width: 48%;
        height: 50px;
        line-height: 50px;
    }

    .hudousan-detail-info_btn a.ico_email {
        margin-bottom: 0
    }

    .hudousan-detail .hudousan-pic {
        padding-bottom: 15px;
    }

    .hudousan-detail .hudousan-pic .floatL,
    .hudousan-detail .hudousan-pic .floatR {
        width: auto;
        float: none !important;
    }

    .hudousan-detail .hudousan-pic .floatR {
        margin-top: 20px;
    }

    .hudousan-detail .hudousan-pic li {
        margin-bottom: 15px;
    }

    .hudousan-detail .hudousan-label {
        width: 100%;
        display: block;
        flex-wrap: wrap;
    }

    .hudousan-detail .hudousan-label li {
        width: 32%;
        margin: 0 2% 2% 0;
        padding: 0;
    }

    .hudousan-detail .hudousan-label li:nth-child(3n+0) {
        margin-right: 0;
    }

    .sub-superstrong ul {
        width: 100%;
    }

    .superstrong-list dt {
        padding: 30px 7% 20px 7%;
    }

    .superstrong-list dd {
        padding: 0 7% 30px 7%;
    }

    .sub-superstrong li {
        margin-top: 20px;
    }

    .sub-superstrong li img {
        width: 100%;
        height: auto;
        display: block;
        float: none !important;
    }

    .sub-superstrong li .txt {
        width: auto;
        float: none !important;
        padding-top: 20px;
    }

    #HouseBuilding {
        margin-top: 7%;
        padding-bottom: 7%;
    }

    .house-building-box_txt {
        width: auto;
        float: none;
        background-color: white;
        padding-bottom: 20px;
    }

    .house-building-box_txt h3 {
        font-size: 280%;
    }

    .house-building-box_txt p {
        font-size: 150%;
    }

    .house-building-box_txt p br {
        display: none;
    }

    .house-building-box_txt .sub-box {
        writing-mode: initial;
        height: auto;
    }

    .house-building-sttl {
        width: auto !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .house-building-pic.floatL .house-building-sttl p {
        padding-left: 0;
    }

    .house-building-pic.floatR .house-building-sttl .btn {
        margin-right: 0;
    }

    .house-building-pic.floatL,
    .house-building-pic.floatR {
        width: 100%;
        height: auto;
    }

    .house-building-box {
        padding-bottom: 40px;
    }

    .house-building-list {
        margin-left: 20px;
        margin-right: 20px;
    }

    .house-building-list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .house-building-list li:nth-child(even) {
        margin-top: 0;
        margin-right: 0;
    }

    .house-building-link {
        margin-top: 30px;
        margin-left: 5%;
        display: block;
    }

    .house-building-link li {
        width: auto !important;
        float: none !important;
        border-right: none;
    }

    .house-building-link li a {
        text-align: center;
    }

    .voice-nav li a {
        font-size: 130%;
        margin-left: auto;
        padding: 10px 20px 15px 0;
    }

    .voice-nav li:last-child a {
        padding: 10px 0 15px 20px;
    }

    .voice-nav li a span {
        background-size: auto 100%;
    }

    .voice-show {
        margin-top: 20px;
    }

    .voice-show .pic {
        width: 100%;
    }

    .voice-show-sttl {
        width: 100%;
        margin-top: 0;
        padding: 20px 0;
    }

    .voice-show-sttl strong {
        padding: 0 30px 7px 30px;
    }

    .voice-show-sttl p {
        padding: 0 30px;
    }

    .voice-list li {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .voice-list li .sttl {
        min-height: auto;
        margin-bottom: 20px;
        font-size: 150%;
    }

    .voice-show dt {
        font-size: 150%;
    }

    .voice-list li img {
        margin-bottom: 15px;
    }

    .voice-list li .sub-box {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .voice-chat_ttl {
        font-size: 150%;
    }

    .voice-chat_ttl span {
        background-size: 30px auto;
        padding-left: 40px;
    }

    .voice-chat dt {
        width: 55px;
    }

    .katsura-chat-box dd {
        margin-left: 80px;
    }

    .user-chat-box dd {
        margin-right: 80px;
    }

    .voice-chat {
        padding: 20px 15px 30px 15px;
        margin-top: 7%;
    }

    #Technostructure{
        padding-bottom: 7%;
    }
    .technostructure-boxA{
        padding-top: 0;
    }
    .technostructure-boxA,
    .technostructure-boxB,
    .technostructure-boxC,
    .technostructure-boxD{
        margin-bottom: 30px;
    }
    .technostructure-boxA img,
    .technostructure-boxB img,
    .technostructure-boxC img,
    .technostructure-boxD img{
        width: 100%;
        height: auto;
        padding: 0;
    }
    .technostructure-boxA dl,
    .technostructure-boxB dl,
    .technostructure-boxC dl,
    .technostructure-boxD dl{
        position: static;
        width: auto;
        padding:20px 30px;
    }
    .technostructure-boxE h3,
    .technostructure-boxF h3{
        font-size: 150%;
    }
    .technostructure-boxE{
        margin-bottom: 30px;
    }
    .technostructure-boxF{
        padding: 30px 20px;
    }
    .technostructure-boxF ul{
        margin-top: 30px;
    }
    .technostructure-boxF li{
        width: auto;
        float: none;
        padding-bottom: 20px;
    }
    .technostructure-boxF li img{
        width: 100%;
    }
	
	
	
	
	/*長期保証（スマホ版）*/
    #choukihosyou{
        padding-bottom: 7%;
}
	
	.choukihosyou-boxA {
		width: 100%;
        padding-top: 3%;
        margin-bottom: 3%;
	}
	
	.choukihosyou-boxA img{
		width: 90%;
	}
	
    .choukihosyou-boxB{
        padding-top: 0;
    }
    .choukihosyou-boxB,
    .choukihosyou-boxC,
    .choukihosyou-boxD{
        margin-bottom: 10px;
    }
	
	
	.choukihosyou-boxB dl {
		width: auto;
        padding: 20px 30px;
        position: static;
	}
	
	.choukihosyou-boxB dt img {
		padding-top: 0;
	}
	
	.choukihosyou-boxB img {
		width: 100%;
	}
	
	.choukihosyou-boxC dl {
		position: static;
		width: auto;
		padding: 20px 30px;
	}
	
	.choukihosyou-boxC dt img {
		padding-top: 0;
	}
	
	.choukihosyou-boxC img {
		width: 100%;
		padding-left: 0;
	}
	
    .choukihosyou-boxE h3,
    .choukihosyou-boxF h3{
        font-size: 150%;
    }
    .choukihosyou-boxE{
		padding: 25px 20px;
        margin-bottom: 0;
    }
	
	.choukihosyou-boxE h3{
		padding-bottom: 10px;
	}
	
	.choukihosyou-boxE img{
		width: 90%;
		margin: 0 auto;
	}
	
	.choukihosyou-boxE p{
		padding-top: 0!important;
		padding-bottom: 20px;
	}

    .choukihosyou-boxF{
        background: url(../img/choukihosyou/bg02.jpg) no-repeat center top;
        background-size: 100% 90%;
        padding: 0px 20px 10px 20px;
        color: white;
        margin-bottom: 0;
}

	
	.choukihosyou-boxF p{
		margin-bottom: 0;
	}
	
    .choukihosyou-boxF img{
        margin: 0 auto;
		max-width: 90%
}
	
	
	.choukihosyou-boxG {
        margin-top: 10%;
    }
	
	.choukihosyou-boxG .box {
            width: 60%;
            font-size: 150%;
        }
	
    .choukihosyou-boxG h3{
        text-align: center;
        padding-bottom: 10px;
        font-size: 200%;
        font-weight: normal;
        position: center;
        display: table;
        padding: 0 55px;
}
.choukihosyou-boxG h3:before,
.choukihosyou-boxG h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #7e6853;
}

.choukihosyou-boxG h3:before {
    left: 0;
}

.choukihosyou-boxG h3:after {
    right: 0;
}

.choukihosyou-boxH{
    padding: 0px;
}


/*長期保証（スマホ版）終*/
	
	
	#shokai h3{
	font-size: 150%;
}
	
	.shokai_boxB{
		margin: 0 auto 14%;
}
	
	.shokai_boxB .tokuten_area{
		flex-direction: column;
		gap: 0px;
        padding: 4% 7%;
		margin: 6% 2% 0;
	}
	
	.shokai_boxB .tokuten_area .pic{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 2%;
	}
	
	.shokai_boxB .tokuten_area .text{
		width: 100%;
	}
	
	.shokai_boxB .tokuten_area .text dl{
		display: flex;
		flex-direction: column;
		justify-content: center;
        align-items: center;
		text-align: left;
		
	}
	
	.shokai_boxB .tokuten_area .text dt{
		margin-bottom: 2%;
	}
	
	
	.shokai_boxC {
		margin: 0 auto 14%;
	}
		
	
	.w_1000{
        padding: 8% 5% 10%;
	}

	.shokai_boxD .flow_box ul{
		flex-direction: column;
		gap: 0;
		text-align: left;
	}
	
	.shokai_boxD .flow_box ul li{
		line-height: 1.5;
	}
	
	#shokai .btn-contact{
		margin-top: 30px;
	}
	
	#shokai .btn-contact a{
		width: 85%;
	}
	
	.shokai_boxE{
		margin: 0 auto 14%;
	}

	.shokai_boxE{
		margin-bottom: 60px;
	}
	
	.shokai_boxF ul{
		flex-direction: column;
	}
	
	.shokai_boxF ul .btn_item{
		margin-bottom: 5%;
	}
	
	
	#Inquiry{
        margin-top: 7%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #Inquiry .sub-box{
        padding: 15px;
    }
    #Inquiry .sub-box th{
        width: 96%;
        float: left;
        padding: 15px 2% 5px 2%;
    }
    #Inquiry .sub-box td{
        width: 96%;
        float: left;
        padding: 5px 2% 15px 2%;
        border-top: none;
        line-height: 2em;
    }
    #Inquiry .sub-box th .p-l95{
        padding-left: 0;
    }
    
    #PrivacyPolicy{
        margin-top: 7%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #PrivacyPolicy .sub-box{
        padding: 15px;
    }
    #PrivacyPolicy p{
        line-height: 1.8em;
    }
    #PrivacyPolicy ul,
    #PrivacyPolicy dt{
        padding-top: 20px;
    }

    #Sitemap{
        margin-top: 7%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #Sitemap .sub-box{
        padding: 15px;
    }
    #Sitemap .sitemap-list{
        font-size: 142.857%;
    }
    #Sitemap .sitemap-list small{
        font-size: 70%;
    }

    #Staff{
        margin-top: 7%;
        padding-bottom: 15px;
    }
    #Staff .staff-box{
        margin-top: 15px;
    }
    #Staff .staff-photo{
        width: 100px;
    }
    #Staff .staff-name{
        font-size: 142.857%;
    }
    #Staff .pic-left dl{
        padding-left: 0;
    }
    #Staff .pic-left dt{
        margin-left: 120px;
    }
    #Staff .pic-left .staff-photo{
        padding: 0 20px 20px 0;
    }
    #Staff .pic-right dl{
        padding-right: 0;
    }
    #Staff .pic-right dt{
        margin-right: 120px;
    }
    #Staff .pic-right .staff-photo{
        padding: 0 0 20px 20px;
    }

    .bottom-contact {
        display: none;
    }

    footer {
        margin-top: 20px;
    }

    footer:before {
        display: none;
    }

    .footer-contact {
        width: auto;
        float: none;
        padding: 20px 0;
    }

    .footer-contact .btn-contact {
        width: auto;
        max-width: 290px;
    }
	
	/*css追加分*/
	.footer-contact .btn-line {
    	font-size: 120%;
    	border: #d0c7b8 solid 1px;
    	color: #d0c7b8;
    	display: flex;
    	height: 60px;
    	justify-content: center;
    	align-items: center;
    	width: auto;
		max-width: 290px;
    	margin-left: auto;
    	margin-right: auto;
	}

	.footer-contact .btn-line:hover {
    	background-color: white;
    	color: #675047;
	}

	.footer-contact .btn-line span {
    	background: url(../img/common/ico_line.png) no-repeat left center;
    	padding: 5px 0 30px 40px;
	}
	
	
	.footer-contact .btn-Instagram {
    	font-size: 120%;
    	border: #d0c7b8 solid 1px;
    	color: #d0c7b8;
    	display: flex;
    	height: 60px;
    	justify-content: center;
    	align-items: center;
    	width: auto;
		max-width: 290px;
    	margin-left: auto;
    	margin-right: auto;
	}

	.footer-contact .btn-Instagram:hover {
    	background-color: white;
    	color: #675047;
	}

	.footer-contact .btn-Instagram span {
    	background: url(../img/common/ico_Instagram03.png) no-repeat left center;
    	padding: 5px 5px 5px 50px;
	}
	
	
	
	.footer-contact .btn-Instagram02 {
    	font-size: 120%;
    	border: #d0c7b8 solid 1px;
    	color: #d0c7b8;
    	display: flex;
    	height: 60px;
    	justify-content: center;
    	align-items: center;
    	width: auto;
		max-width: 290px;
    	margin-left: auto;
    	margin-right: auto;
	}

	.footer-contact .btn-Instagram02:hover {
    	background-color: white;
    	color: #675047;
	}

	.footer-contact .btn-Instagram02 span {
    	background: url(../img/common/ico_Instagram03.png) no-repeat left center;
    	padding: 5px 5px 5px 50px;
	}
	/*ここまで*/

    #Footer {
        margin: 0;
        padding: 20px 0;
        width: auto;
        float: none;
    }

    #Footer .sub-box {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
    }

    #Footer .footer-logo {
        width: auto;
        float: none;
        border-right: none;
        margin-bottom: 20px;
    }

    #Footer .footer-sns {
        margin-top: 20px;
    }

    #Footer .footer-info {
        padding-bottom: 20px;
        text-align: left;
    }

    #Footer p,
    #Footer address {
        text-align: center;
    }
}

@media all and (max-width: 440px) {
	
	.w_400{
		display: block;
	}
	
    .home-link li {
        width: auto;
        float: none;
        margin-bottom: 15px;
    }

    .home-link li:last-child {
        margin-bottom: 0;
    }

    .header-sns {
        margin-top: 0;
        bottom: 20px;
        top: auto;
    }

    #PageTtl {
        padding-bottom: 50px;
    }

    #PageTtl h2 {
        bottom: 0;
    }

    #PageTtl h2 img {
        width: 200px;
        margin: 0 auto;
    }

    .event-list li {
        float: none;
        width: 100%;
    }

    .outline-job li:nth-child(even),
    .outline-job li {
        width: auto;
        float: none;
    }

    .outline-job li dl {
        height: auto !important;
        min-height: auto !important;
    }

    #WorksMenu li {
        width: 720px;
        height: 240px;
    }

    #WorksMenu li .item {
        width: 200px;
        height: 240px;
    }

    #WorksMenu li img.pic {
        height: 240px;
    }

    #WorksMenu li .btn-more {
        width: 140px;
        margin: 10px auto 0 auto !important;
    }

    .works-page-head .ttl {
        width: auto;
        float: none;
        height: auto !important;
    }

    #two-stories .works-page-head .pic {
        height: 200px;
        margin-left: 0;
    }
	
	/*css追加分*/
	#one-story .works-page-head .pic {
        height: 200px;
        margin-left: 0;
    }
	
	#general-architecture .works-page-head .pic {
        height: 200px;
        margin-left: 0;
    }
	/*ここまで*/


	
	/*css追加分(NEWマーク)*/
	.hudousan-box .newmark{
		width: 11%;
	}


	/*youtubeリンク*/
.youtube{
	width: 100%;
  aspect-ratio: 16 / 9;
	margin:0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
	/*youtubeリンク*/
	
	.model-house-deta{
		margin-right: 10px;
		margin-left: 10px;
	}
	
	.model-house-info{
		padding: 0;
	}
	
	.model-house-info li{
	gap:25px;
}
	
	.model-house-info li .ttl{
		width: auto;
	}


    .works-link.styleB li {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .works-link.styleB li a {
        padding: 10px 0;
    }

    .works-link.styleB li .sttl {
        padding-top: 0;
    }

    .hudousan-detail-info_btn {
        display: block;
    }

    .hudousan-detail-info_btn a {
        width: auto;
        float: none;
        display: block;
    }

    .hudousan-detail-info_btn a.ico_tel {
        margin-top: 10px;
    }

    .technostructure-boxA dt,
    .technostructure-boxB dt,
    .technostructure-boxC dt,
    .technostructure-boxD dt{
        padding-bottom: 10px;
    }
	
	#shokai h3{
	font-size: 140%;
}
	
	.shokai_boxC img{
		max-width: 132px;
	}
	
	.shokai_boxD .flow_box dd{
		text-align: left;
		margin: 0 3%;
	}
	
	
}


/* hack css */
#Header,
.home-modelhouse,
.home-work ul,
.home-news-list li,
.home-link ul,
.bottom-contact ul,
.sub-footer,
#Footer .footer-sns,
.home-company-btn ul,
.event-list ul,
.outline-greetings-box,
.outline-traffic,
.outline-job ul,
.works-page-head,
.works-case-list ul,
.works-link,
.model-house-list,
.model-house-info,
.model-house-label,
.bunjyou-label,
.bunjyou-container,
.hudousan-box,
.hudousan-label,
.hudousan-detail .hudousan-pic,
.hudousan-detail .hudousan-pic ul,
.hudousan-detail-info,
.riform-news li,
.sub-superstrong li,
.house-building-box,
.voice-show,
.voice-list,
.voice-chat-pic,
#Staff .staff-box{
    display: inline-block;
}

#Header:after,
.home-modelhouse:after,
.home-work ul:after,
.home-news-list li:after,
.home-link ul:after,
.bottom-contact ul:after,
.sub-footer:after,
#Footer .footer-sns:after,
.home-company-btn ul:after,
.event-list ul:after,
.outline-greetings-box:after,
.outline-traffic:after,
.outline-job ul:after,
.works-page-head:after,
.works-case-list ul:after,
.works-link:after,
.model-house-list:after,
.model-house-info:after,
.model-house-label:after,
.bunjyou-label:after,
.bunjyou-container:after,
.hudousan-box:after,
.hudousan-label:after,
.hudousan-detail .hudousan-pic:after,
.hudousan-detail .hudousan-pic ul:after,
.hudousan-detail-info:after,
.riform-news li:after,
.sub-superstrong li:after,
.house-building-box:after,
.house-building-list:after,
.voice-show:after,
.voice-list:after,
.voice-chat-pic:after,
#Staff .staff-box:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

/* Hide from IE-mac \*/
* html #Header,
* html .home-modelhouse,
* html .home-work ul,
* html .home-news-list li,
* html .home-link ul,
* html .bottom-contact ul,
* html .sub-footer,
* html #Footer .footer-sns,
* html .home-company-btn ul,
* html .event-list ul,
* html .outline-greetings-box,
* html .outline-traffic,
* html .outline-job ul,
* html .works-page-head,
* html .works-case-list ul,
* html .works-link,
* html .model-house-list,
* html .model-house-info,
* html .model-house-label,
* html .bunjyou-label,
* html .bunjyou-container,
* html .hudousan-box,
* html .hudousan-label,
* html .hudousan-detail .hudousan-pic,
* html .hudousan-detail .hudousan-pic ul,
* html .hudousan-detail-info,
* html .riform-news li,
* html .sub-superstrong li,
* html .house-building-box,
* html .house-building-list,
* html .voice-show,
* html .voice-list,
* html .voice-chat-pic,
* html #Staff .staff-box{
    height: 1%;
}

#Header,
.home-modelhouse,
.home-work ul,
.home-news-list li,
.home-link ul,
.bottom-contact ul,
.sub-footer,
#Footer .footer-sns,
.home-company-btn ul,
.event-list ul,
.outline-greetings-box,
.outline-traffic,
.outline-job ul,
.works-page-head,
.works-case-list ul,
.works-link,
.model-house-list,
.model-house-info,
.model-house-label,
.bunjyou-label,
.bunjyou-container,
.hudousan-box,
.hudousan-label,
.hudousan-detail .hudousan-pic,
.hudousan-detail .hudousan-pic ul,
.hudousan-detail-info,
.riform-news li,
.sub-superstrong li,
.house-building-box,
.house-building-list,
.voice-show,
.voice-list,
.voice-chat-pic,
#Staff .staff-box{
    display: block;
}

/* End hide fromIE-mac*/