@charset "UTF-8";
/*===================================
plan
===================================*/
.content_Wrap{
background: rgba(172, 141, 86, 0.17);
}

.mv_Wrap {
position: relative;
background: url(../img/mv.jpg) no-repeat center center / 100% 100%;
color: #fff;
padding: 50px 0;
text-align: center;
}
.mv_Wrap .main_ttl{

}
.mv_Wrap .main_ttl h2{
position: relative;
color: #fff;
font-family: "Noto Serif JP", serif;
font-size: clamp(22px,2.67vw,32px);
letter-spacing: 0.3em;
padding-bottom: 0.6em;
}
.mv_Wrap .main_ttl h2::before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%,0);
width: 60px;
height: 1px;
background: #fff;
}
.mv_Wrap .main_ttl h2 span{
font-size: 44%;
letter-spacing: 0.12em;
}

.lead_copy {
margin: 80px auto;
}
.lead_copy h3 {
text-align: center;
color: #9c804a;
font-size: clamp(18px,2.8vw,28px);
line-height: 1.4;
}

.lead_copy p.att {
max-width: 450px;
margin: 1em auto 0;
color: #9c804a;
font-size: 11px;
line-height: 1.4;
text-align: right;
}

.lead_copy figure {
max-width: 1100px;
margin: 1em auto 0;
}


.btn_Wrap {
width: 100%;
/*margin: 0 auto 2em;*/
margin: 0 auto;
padding: 0 0 50px;
}
.btn_Wrap ul {
display: flex;
flex-wrap: wrap;
width: 94%;
max-width: 1100px;
margin: 0 auto;
gap: 30px 2.54545455%;
}
.btn_Wrap li {
width:31.63636364%;
}
.btn_Wrap a {
transition: 0.3s;
}
.btn_Wrap a:hover {
opacity: 0.5;
}


/*.madori_Wrap .print_btn .hanrei.pc{
position: absolute;
left: 65%;
top: 50%;
transform: translateY(-50%);
width: 14.90909091%;
}
.madori_Wrap .print_btn .hanrei.pc img {
width: 145px;
}
.madori_Wrap .print_btn .hanrei.pc p {
    white-space: nowrap;
    margin-top: 10px;
    line-height: 1.3;
    font-size: 15px;
}*/
.hanrei {
    display: block;
    text-align: center;
    margin: 40px auto 0;
}
.hanrei img {
    display: block;
width: 145px;
margin: 0 auto;
}
.hanrei p {
    white-space: nowrap;
    margin-top: 10px;
    line-height: 1.3;
    font-size: 15px;
}

.request-more {
display: flex;
justify-content: space-between;
width: 90%;
max-width: 320px;
background: #990000;
margin: 3em auto 0;
padding: 1em ;
}
.request-more a {
color: #fff;
font-size: 14px;
letter-spacing: 0.08em;
transition: 0.3s;
}
.request-more a.more {
position: relative;
padding-right: 1em;
}
.request-more a.more::before {
content: "";
position: absolute;
bottom: -0.4em;
left: 55%;
width: 45%;
height: 1px;
background: #fff;
}
.request-more a.more::after {
content: "";
position: absolute;
bottom: -0.1em;
left: 91%;
width: 10px;
height: 1px;
transform: rotate(40deg);
background: #fff;
}
.request-more a:hover {
opacity: 0.5;
}

.reqLink_Wrap {
    margin: 3em auto 0;
}
.reqLink_Wrap .viewMore--btn_box {
    background: #990000;
}


/* common */
figure {
	position: relative;
}
.content_Wrap a {
	color:inherit;
}

.cap_Txt02 {
    position: absolute;
    font-size: 10px;
    bottom: 55px;
    letter-spacing: 0.1em;
}
.cap_W {
  color: #fff;
}
.cap_ShaB {
  text-shadow: 0 0 5px #000;
}
.taR { text-align: right; }
.wh_notes {
	font-size: 10px;
	color: #fff;
}
.txt .c-notes {
	font-size: 11px;
	line-height: 1.214625;
	margin-top: 0.5em;
}

[class^="sec0"] {
	margin-bottom: 100px;
	margin-top: -150px;
	padding-top: 150px;
}

.ttl {
	padding: 0 0 60px;
	text-align: center;
}
.ttl h3 {
	color: #9c804a;
	font-size: 28px;
	line-height: 1.6;
	font-family: 'Cinzel', serif !important;
  letter-spacing: 2px;
  transform: rotate(0.28deg);
  margin-bottom: 15px;
}

.small{
    font-size: 11px;
}

.ttl p {
	font-size: clamp(13px, calc(7.666666666666667px + 0.6944444444444444vw), 16px);
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.white_box {
	border:1px solid #FFF;
/*	padding: 20px 20px;*/
	padding: 30px;
	margin-bottom: 60px;
}

.txt .sttl_black {
	color:#000;
	font-size: 16.5px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin-bottom: 5px;
}
.txt p {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.item {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin-bottom: 0.3em;
}

figure + .txt,
figure + p {
	margin-top: 0.7em
}

.column_01 {
	padding: 0 0 60px;
}

.column_3,
.column_4 {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.column_3 li {
	width: calc((100% - 4%) / 3);
}
.column_3 li:nth-last-child(-n+3) {
	margin-bottom: 3%;
}
.column_4 li {
	width: calc((100% - 6%) / 4);
}

.kitchen-detail-col3{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    li:nth-child(1){
        width: calc( 458 / 2047 * 100% );
    }
    li:nth-child(2){
        width: calc( 945 / 2047 * 100% );
    }
    li:nth-child(3){
        width: calc( 453 / 2047 * 100% );
    }
}

.kitchen-detail-col3-evenly{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    li:nth-child(1){
        width: calc( 577 / 2046 * 100% );
    }
    li:nth-child(2){
        width: calc( 654 / 2046 * 100% );
    }
    li:nth-child(3){
        width: calc( 575 / 2046 * 100% );
    }
}

.kitchen-detail-col2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    li:nth-child(1){
        width: calc( 728 / 2048 * 100% );
    }
    li:nth-child(2){
        width: calc( 1204 / 2048 * 100% );
    }
}

.circle-num{
    border-radius: 50px;
    width: 18px;
    height: 18px;
    background-color: #000;
    color:#fff;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.flex-txt{
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}

.flex-pict{
    gap:calc( 34 / 945 * 100% );
}

.flex-pict + .txt {
    margin-top: 0.7em;
}


.bath-main{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    > li:nth-child(1){
        width: calc( 863 / 2045 * 100% );
    }
    > li:nth-child(2){
        width: calc( 1096 / 2045 * 100% );
        .layout{
            display: flex;
            justify-content: space-between;
            li:nth-child(1){
                width: calc( 517 / 1096 * 100% );
            }
            li:nth-child(2){
                width: calc( 524 / 1096 * 100% );
            }
        }
    }
    .mgb{
        margin-bottom: 1.5em;
    }
}

.bath-floor{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
        li:nth-child(1){
        width: calc( 1525 / 2047 * 100% );
        }
        li:nth-child(2){
        width: calc( 459 / 2047 * 100% );
        }
}

.bath-floor-sm{
    max-width: 745px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
        li:nth-child(1){
        width: calc( 930 / 1525 * 100% );
        }
        li:nth-child(2){
        width: calc( 466 / 1525 * 100% );
        }
}

.cap_down {
    bottom: -16px;
}

.bath-col4{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    li{
        width: calc( 458 / 2047 * 100% );
    }
}

.powder-main{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    > li:nth-child(1){
        width: 40%;
    }
    > li:nth-child(2){
        width: 55%;
        ul{
            display: flex;
            justify-content: space-between;
            margin-bottom: 2em;
            li{
                width: 47%;

            }
        }
    }
    .mgb{
        margin-bottom: 1em;
    }
}

.toilet-main{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    > li:nth-child(1){
        width: 40%;
    }
    > li:nth-child(2){
        width: 55%;
        ul{
            display: flex;
            justify-content: space-between;
            margin-bottom: 2em;
            li{
                width: 47%;
            }
        }
    }
    .mgb{
        margin-bottom: 2em;
    }
}



/* page_ttl */
.page_ttl {
	max-width: 200px;
	width:94%;
  height: auto;
  padding: 90px 0;
  margin: 0 auto;
}

/* tab_Area */
ul.tab_Area {
	display: flex;
	justify-content: space-between;
	padding: 0 0 100px;
}
ul.tab_Area li {
	width: calc((100% - 6%) / 4);
	text-align: center;
}
ul.tab_Area li a {
	display: block;
	background: rgb(181,160,132);
	background: linear-gradient(180deg, rgba(181,160,132,1) 0%, rgba(150,120,80,1) 100%);
	padding: 10px 0;
	border:1px solid #FFF;

	font-size: clamp(14px, calc(10.444444444444445px + 0.4629629629629629vw), 16px);
	line-height: 1.8;
	font-family: 'Cinzel', serif !important;
  letter-spacing: 2px;
  transform: rotate(0.28deg);
	color:#FFF;
	position: relative;
	transition: .3s;
}
ul.tab_Area li a::after {
	content:"";
	position: absolute;
	bottom:3px;
	right:3px;
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent #FFF #FFF transparent;
}
ul.tab_Area li a:hover {
	opacity: .5;
	transition: .3s;
}




/* kobetsu */
.sec01 {
}
.sec01 .fig_ul_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec01 .fig_ul_box > div {
	width:48.5%;
}
.sec01 .sence {
	padding: 30px 0 0;
	max-width: 150px;
	width:94%;
}
.sec01 .fig_ul_box ul {
	width:48.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec01 .fig_ul_box ul li {
	width:48.5%;
	margin-bottom: 20px;
}
.sec01 .fig_ul_box ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.sec01 .fig_ul_box ul li p {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
.sec01 .kitchen_clm {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 3%;
	margin-top: 50px;
}
.sec01 .kitchen_clm .txt {
	margin-top: 0.5em;
}
.sec01 .kitchen_clm .z-sink {
	width: 31%;
}
.sec01 .kitchen_clm .z-sink figure {
	margin-bottom: 5px;
}

.sec01 .kitchen_clm .kitchen-panel {
	width: 66%;
}
.sec01 .kitchen_clm .kitchen-panel .img {
	display: grid;
	grid-template-columns: 1fr .59fr .38fr;
	gap: 1.85185185% 0.75757576%;
}
.sec01 .kitchen_clm .kitchen-panel .img .img1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.sec01 .kitchen_clm .kitchen-panel .img .img2 {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.sec01 .kitchen_clm .kitchen-panel .img .img3 {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}
.sec01 .kitchen_clm .kitchen-panel .img .img4 {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}
.sec01 .kitchen_clm .kitchen-panel .txt {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.sec01 .kitchen_clm .kitchen-panel .txt .sttl_black {
	width: 100%;
}
.sec01 .kitchen_clm .kitchen-panel .txt p {
	width: calc((100% - 20px) / 2);
}

.sec01 .kitchen_clm .storage {
	width: 71%;
	display: grid;
	grid-template-columns: 1fr .81fr .61fr;
	grid-template-rows: auto 1fr;
	gap: 3.03951368% 1.4084507%;
}
.sec01 .kitchen_clm .storage .img1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.sec01 .kitchen_clm .storage .img2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.sec01 .kitchen_clm .storage .img3 {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}
.sec01 .kitchen_clm .storage .txt {
	grid-column: 2 / 4;
	grid-row: 2 / 3;
}

.sec02 .bath01 {
	gap: 4%;
	margin-bottom: 50px;
}
.sec02 .bath01 > figure {
	width: 50%;
}
.sec02 .bath01 ul {
	width: 46%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sec02 .bath01 ul li {
	align-items: center;
	gap: 15px;
}
.sec02 .bath01 ul li .txt {
	width: calc(100% - (34.44444444% + 15px));
}
/* .sec02 .bath01 ul li figure {
	width: 34.44444444%;
} */
/* .sec02 .bath01 ul li.clean-door {
	align-items: flex-end;
} */
 /* .sec02 .bath01 ul li.clean-door .logo {
	width: 167px;
	margin: 9% 0 18%;
} */
.sec02 .bath01 ul li {
	margin-bottom: 10px;
}
.sec02 .bath01 ul li.lack .w_100 {
	width: 100%;
}
.sec02 .bath01 ul li.lack .txt {
	width: 100%;
}
.sec02 .bath01 ul li.flex .box01 {
	width: calc((100% - 20px) / 2);
}
.sec02 .bath01 ul li figure {
	width: 100%;
}
.sec02 .bath01 ul li .txt {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.06em;
}
.sec02 .bath01 ul li.bath-panel {
    align-items: center;
    gap: 15px;
}
.sec02 .bath01 ul li.bath-panel figure {
    width: 49.54954955%;
}
.sec02 .bath01 ul li.bath-panel .txt {
    width: calc(100% -(49.54954955% + 15px));
}

.sec02 .bath02 {
	margin-bottom: 50px;
}
.sec02 .bath02 ul {
	gap: 3%;
}
.sec02 .bath02 ul .hair-catcher {
	width: 21.5%;
}
.sec02 .bath02 ul .rack {
	width: 75.5%;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}
.sec02 .bath02 .rack figure {
	height: fit-content;
}
/* .sec02 .bath02 .rack .img1 { width: 49%; }
.sec02 .bath02 .rack .img2,
.sec02 .bath02 .rack .img3 { width: 23.84%; } */
.sec02 .bath02 .rack figcaption {
	font-size: 12px;
	margin-top: 5px;
}
/* .sec02 .fig_ul_box .keep {
	width: 39.445629%;
	position: relative;

} */
/* .sec02 .fig_ul_box .keep .txt {
	position: absolute;
	top: -30px;
	left: 0;
} */
.sec02 .fig_ul_box {
	padding: 30px;
	padding-bottom: 10px;
	/* gap: 1.38592751%; */
	margin-bottom: 50px;
}
.sec02 .fig_ul_box .txt {
	width: 100%;
	margin: 0 0 10px;
}
.sec02 .fig_ul_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.sec02 .fig_ul_box ul {
	margin-bottom: 20px;
}
.sec02 .fig_ul_box ul li.keep {
	width: 28.5%;
}
.sec02 .fig_ul_box ul li.dannetsu {
	width: 69%;
	align-items: center;
	gap: 15px;
}
/* .sec02 .fig_ul_box ul li.dannetsu .box02 {
	width: 100%;
	align-items: flex-end;
	gap: 15px;
	margin-bottom: 15px;
}
.sec02 .fig_ul_box ul li.dannetsu .box03 {
	width: 100%;
	align-items: flex-start;
	gap: 15px;
}
.sec02 .fig_ul_box ul li.dannetsu .box02 figure {
	width: 100%;
}
.sec02 .fig_ul_box ul li.dannetsu .box03 figure {
	width: 88%;
	align-items: flex-start;
} */
.sec02 .fig_ul_box ul li figure {
	width: 100%;
}
.sec02 .fig_ul_box ul li .txt {
	/* width: calc(100% - (49.54954955% + 15px)); */
	width: 100%;
}
.sec02 .fig_ul_box ul li .txt .point {
	margin-top: 5%;
}
.sec02 .fig_ul_box ul .bath-item {
	width: calc((100% - 10px) / 2);
	gap: 15px;
}
.sec02 .fig_ul_box ul .bath-item.t_wrap {
	display: flex;
	flex-direction: column;
}
.sec02 .fig_ul_box ul .bath-item.t_wrap .txt_box {
	display: block;
	border: 1px #000 solid;
	padding: 15px 10px;
	text-align: center;
	line-height: 1.3;
}
.sec02 .fig_ul_box ul .bath-item.t_wrap .txt_box span {
	font-size: 78%;
}


.sec03 .powder01 {
	gap: 5%;
	margin-bottom: 50px;
}
.sec03 .powder01 .left {
	width: 52%;
}
.sec03 .powder01 .right {
	width: 43%;
}

.sec04 {
	margin-bottom: 0;
}
.sec04 .toilet01 {
	gap: 5%;
	margin-bottom: 50px;
}
.sec04 .toilet01 > figure {
	width: 50%;
}
.sec04 .toilet01 ul {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sec04 .toilet01 ul li.pre-mist {
	align-items: center;
	gap: 15px;
}
.sec04 .toilet01 ul li.pre-mist figure {
	width: 46.666667%;
}
.sec04 .toilet01 ul li.pre-mist .txt {
	width: calc(100% - (46.666667% + 15px));
}
.sec04 .fig_ul_box {
	margin-bottom: 0;
}
.sec04 .fig_ul_box .column_4 {
	margin-top: 1em;
}
.sec04 .fig_ul_box h5 {
	font-size: 15px;
	margin-bottom: 0.75em;
}

.sec04 .toilet01 ul li.pre-mist .txt p span {
	vertical-align: text-top;
	font-size: 80%;
}




/*     sp
--------------------*/
@media screen and (max-width: 767px) {
    .mv_Wrap {
    position: relative;
    background: url(../img/mv_sp.jpg) no-repeat center center / 100% 100%;
    background-size: cover;
    color: #fff;
    padding: 32% 0;
    text-align: center;
    }
    .lead_copy {
        margin: 40px auto;
    }
    .lead_copy p.att {
    max-width: 100%;
    width:80%;
    margin: 1em auto 0;
    }
    .lead_copy figure {
        margin: 1em auto 0;
    }
    .btn_Wrap {
    padding: 0 0 50px;
    }
    .btn_Wrap li {
        width: 48%;
    }

    .hanrei{
    width: 90%;
    text-align: center;
    margin: 2em auto 0;
    }
    .hanrei img {
    width: 105px;
    }
    .hanrei p {
        white-space: nowrap;
        margin-top: 7px;
        font-size: 11px;
        line-height: 1.3;
    }


	/* common */

	[class^="sec0"] {
		margin-bottom: 70px;
		margin-top: -70px;
		padding-top: 70px;
	}

	.ttl {
		padding: 0 0 30px;
	}
	.ttl h3 {
		color: #9c804a;
		font-size: 18px;
		line-height: 1.6;
		font-family: 'Cinzel', serif !important;
	  letter-spacing: 2px;
	  transform: rotate(0.28deg);
	  margin-bottom: 10px;
	}
	.ttl p {
		font-size: clamp(13px, calc(7.666666666666667px + 0.6944444444444444vw), 16px);
		line-height: 1.6;
		letter-spacing: 0.06em;
	}

	.white_box {
		padding: 15px 15px;
		margin-bottom: 30px;
	}

	.txt .sttl_black {
		font-size: 13px;
	}
	.txt p {
		font-size: 12px;
	}

	.item {
		font-size: 12px;
		margin-bottom: 0.3em;
	}

	.column_01 {
		padding: 0 0 30px;
	}
	.column_4 {
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	.column_3 li,
	.column_4 li {
		width: 100%;
		margin-bottom: 30px;
	}
	/*.column_3 li:nth-last-child(-n+2),
	.column_4 li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}*/

	.cap_Txt02 {
		position: absolute;
		font-size: 10px;
		bottom: 5px;
		letter-spacing: 0.1em;
	}


	/* page_ttl */
	.page_ttl {
    padding: 30px 0 30px;
		width: 32%;
	}

	/* tab_Area */
	ul.tab_Area {
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		padding: 0 0 50px;
	}
	ul.tab_Area li {
		width: calc((100% - 3%) / 2);
		text-align: center;
		margin-bottom: 3%;
	}


	/* kobetsu */
	.sec01 .fig_ul_box {
		flex-direction: column;
	}
	.sec01 .fig_ul_box > div {
		width:100%;
		margin-bottom: 30px;
	}
	.sec01 .sence {
		padding: 20px 0 0;
		max-width: 100%;
		width:50%;
	}
	.sec01 .fig_ul_box ul {
		width:100%;
		flex-direction: column;
	}
	.sec01 .fig_ul_box ul li {
		width:100%;
		margin-bottom: 20px;
	}
	.sec01 .fig_ul_box ul li:nth-last-child(-n+2) {
		margin-bottom: 20px;
	}
	.sec01 .fig_ul_box ul li:nth-last-child(1) {
		margin-bottom: 0px;
	}
	.sec01 .fig_ul_box ul li p {
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 0.01em;
	}

	.sec01 .kitchen_clm {
		gap: 30px 0;
		margin-top: 0;
	}
	/*.sec01 .kitchen_clm .txt {
		margin-top: 0.5em;
	}*/
	.sec01 .kitchen_clm .z-sink {
		width: 100%;
	}

	.sec01 .kitchen_clm .kitchen-panel {
		width: 100%;
	}
	.sec01 .kitchen_clm .kitchen-panel .txt {
		gap: 0;
	}
	.sec01 .kitchen_clm .kitchen-panel .txt p {
		width: 100%;
	}

	.sec01 .kitchen_clm .storage {
		width: 100%;
		display: block;
	}
	.sec01 .kitchen_clm .storage .txt {}

	.sec02 .bath01 {
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.sec02 .bath01 > figure {
		width: 100%;
	}
	.sec02 .bath01 ul {
		width: 100%;
	}
	.sec02 .bath01 ul li {
		margin-top: 30px;
		align-items: flex-start;
	}
	.sec02 .bath01 ul li .txt {
		margin-top: 0;
		width: 100%;
	}
	.sec02 .bath01 ul li.clean-door {
		align-items: flex-start;
	}
	.sec02 .bath01 ul li.clean-door .logo {
		width: 167px;
		margin: 10px 0 20px;
	}
	.sec02 .bath02 {
		margin-bottom: 30px;
	}
	.sec02 .bath02 ul {
		gap: 30px;
		flex-direction: column;
	}
	.sec02 .bath02 ul .hair-catcher {
		width: 100%;
		display: flex;
		gap: 15px;
	}
	.sec02 .bath02 ul .rack {
		width: 100%;
	}
	.sec02 .bath02 .rack .img1 {
		width: 100%;
		margin-bottom: 2%;
	}
	.sec02 .bath02 .rack .img2,
	.sec02 .bath02 .rack .img3 { width: 49%; }
	.sec02 .bath02 .rack figcaption {
		font-size: 11px;
	}
	.sec02 .fig_ul_box {
		padding: 20px 15px 0;
		display: block;
		margin-bottom: 30px;
	}
	.sec02 .fig_ul_box .txt {
		margin: 5px;
	}
	.sec02 .fig_ul_box .keep {
		width: 100%;
	}
	.sec02 .fig_ul_box .keep .txt {
		position: static;
		margin-bottom: 5px;
	}
	.sec02 .fig_ul_box ul {
		width: 100%;
		display: block;
	}
	.sec02 .fig_ul_box ul li.keep {
		width: 100%;
		margin-top: 0;
	}
	.sec02 .fig_ul_box ul li {
		display: block;
		margin-top: 15px;
	}
	.sec02 .fig_ul_box ul li figure {
		width: 100%;
	}
	.sec02 .fig_ul_box ul li.dannetsu {
		width: 100%;
	}
	.sec02 .fig_ul_box ul li .txt {
		width: 100%;
	}
	.sec02 .fig_ul_box ul li .txt .point {
		margin-top: 15px;
	}
	.sec02 .fig_ul_box ul .bath-item {
		width: 100%;
	}
	.sec03 .powder01 {
		gap: 30px;
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.sec03 .powder01 .left {
		width: 100%;
	}
	.sec03 .powder01 .right {
		width: 100%;
		display: flex;
		gap: 15px;
	}
	.sec03 .powder01 .right figure,
	.sec03 .powder01 .right .txt {
		width: calc((100% - 15px) / 2);
	}

	.sec04 {
    margin-bottom: 0;
	}
	.sec04 .toilet01 {
		gap: 30px;
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.sec04 .toilet01 > figure {
		width: 100%;
	}
	.sec04 .toilet01 ul {
		width: 100%;
		display: block;
	}
	.sec04 .toilet01 ul li.pre-mist {
		margin-top: 30px;
	}

	.sec04 .fig_ul_box .column_4 {
		margin-top: 0.5em;
	}
	.sec04 .fig_ul_box h5 {
		font-size: 13px;
		margin-bottom: 0.75em;
	}
	.sec04 .fig_ul_box .column_4 li {
		width: calc((100% - 15px) / 2);
		margin-bottom: 15px;
	}
	.sec04 .fig_ul_box .column_4 li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

    .kitchen-detail-col3 {
        display: block;

    }

    .kitchen-detail-col3 {
        li:nth-child(1) {
            width: 100%;
            margin-bottom: 30px;
        }
    }
    .kitchen-detail-col3 {
        li:nth-child(2) {
            width: 100%;
            margin-bottom: 30px;
        }
    }
    .kitchen-detail-col3 {
        li:nth-child(3) {
            width: 100%;
            margin-bottom: 30px;
        }
    }

    .kitchen-detail-col2{
        display: block;
    }

    .kitchen-detail-col2 {
        li:nth-child(1) {
            width: 100%;
            margin-bottom: 30px;
        }
    }

    .kitchen-detail-col2 {
        li:nth-child(2) {
            width: 100%;
        }
    }

    .kitchen-detail-col3-evenly{
        display: block;

    }

    .kitchen-detail-col3-evenly li:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }
    .kitchen-detail-col3-evenly li:nth-child(2) {
        width: 100%;
        margin-bottom: 30px;
    }
    .kitchen-detail-col3-evenly li:nth-child(3) {
        width: 100%;
        margin-bottom: 30px;
    }

    .bath-main{
        display: block;
        margin-bottom: 30px;
    }
    .bath-main > li:nth-child(1){
        width: 100%;
        margin-bottom: 30px;
    }
    .bath-main {
    > li:nth-child(2) {
        width: 100%;
    }
    }
    .bath-floor {
        display: block;
        margin-bottom: 30px;
    }
    .bath-floor li:nth-child(1){
        width: 100%;
        margin-bottom: 30px;
    }
    .bath-floor li:nth-child(2){
        width: 100%;
        margin-bottom: 30px;
    }
    .bath-floor-sm {
        display: block;
        margin-bottom: 30px;
            li:nth-child(1){
            width: 100%;
            margin-bottom: 30px;
            }
            li:nth-child(2){
            width: 100%;
            }
    }
    .bath-col4 {
        display: block;
        margin-bottom: 30px;
        li{
            width: 100%;
            margin-bottom: 30px;
        }
    }
    .powder-main {
        display: block;
        margin-bottom: 30px;
    }
    .powder-main > li:nth-child(1){
        width: 100%;
        margin-bottom: 30px;
    }
    .powder-main > li:nth-child(2){
        width: 100%;
        margin-bottom: 30px;
        ul{
            display: block;
            margin-bottom: 30px;
            li{
                width: 100%;
                margin-bottom: 15px;
            }
            }
    }
    .toilet-main {
        display: block;
        margin-bottom: 30px;
    }
    .toilet-main > li:nth-child(1){
        width: 100%;
        margin-bottom: 30px;
    }
    .toilet-main > li:nth-child(2){
        width: 100%;
        margin-bottom: 30px;

    }
}

.management-block{
	margin-bottom: 50px;
	.txt{
		margin-bottom: 1.5em;
	}
	.border-img{
		border:1px solid #b4b4b5;
		padding: 2em;
	}
	.border-img-white{
		background-color: #fff;
		border:none;
	}
}


.structure-col2{
	ul{
		display: flex;
		justify-content: space-between;
		/* margin-bottom: 50px; */

		li{
			width: 50%;
			border-bottom: 1px solid #b4b4b5;
			padding: 1em 2em 2.5em 2em;
		}
		li:nth-child(2n){
			border-left:1px solid #b4b4b5;
		}
	}
}

.structure-col1{
	/* margin-bottom: 50px; */
	border-bottom: 1px solid #b4b4b5;
	padding: 2em 0;
	figure{
		width: 80%;
		margin: 0 auto;
	}
}

.safety-col3{
	ul{
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
		li{
			width: 30%;
		}
	}
}

.safety-col4{
	ul{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 35px;
		margin-bottom: 50px;
		li{
		}
	}
}

.safety-col1{
	margin-bottom: 50px;
	figure{
		width: 80%;
		margin: 0 auto;
	}

}

.border-img-wrap{
	border:1px solid #b4b4b5;
	padding: 2.5em 2em;
	margin-bottom: 10px;
}
.border-img-wrap-white{
	background-color: #fff;
	border:none;
}

.ttl_big{
	font-size: 16px;
	margin-bottom: 1.5em;
	font-weight: bold;
}

.eco-col2{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	.img{
		width: 50%;
	}
	.sentence{
		width: 50%;
		padding: 0 0 0 2em;
	}
}
.eco-col2-reverse{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	flex-direction: row-reverse;
	.img{
		width: 50%;
	}
	.sentence{
		width: 50%;
		padding: 0 2em 0 0;
	}
}

.eco-col1{
	margin-bottom: 50px;
	figure{
		width: 80%;
		margin: 0 auto;
	}
}

.mgB_50_30{
	margin-bottom: 50px;
}

.img-thumbturn{
	display: flex;
	justify-content: space-between;
	aspect-ratio: 224 / 174;
	align-items: center;
	figure{
		width: 48%;
	}
}

.img-thumbturn + .txt{
    margin-top: 0.7em;
}

.cap_right_camera{
	right: 33px;
}

.aspect-structure{
		aspect-ratio: 	840 / 620;
		display: flex;
		align-items: center;
}

.eco-title{
	text-align: center;
	background-color: #4CAF50;
	margin-bottom: 0.5em;
	line-height: 1;
	padding: 0.3em 0;
	color:#feee68;
	font-weight: bold;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	border-radius: 3px;
}

.content_Wrap article {
	margin-bottom: 100px;
}

.article_ttl {
	font-size: 16px;
	padding-bottom: 0.5em;
    margin-bottom: 3.0em;
    font-weight: bold;
    border-bottom: 1px solid;
}

@media screen and (max-width:767px){



	.tab_Area li:nth-child(3) {
		a{
			letter-spacing: 0;
		}
	}

	.management-block{
		margin-bottom: 50px;
		.txt{
			margin-bottom: 1.5em;
		}

		.sp-img-wrap{
			padding: 1.0em 1.0em 1em ;
			background-color: #fff;
		}

		.border-img{
			border:1px solid #b4b4b5;
			padding: 0 0 1.5em 0;
			overflow: scroll hidden;
			img{
				height: 300px;
				width: auto;
				display: block;
			}

		}
		.border-img-white{
			background-color: #fff;
			border:none;
		}
	}



	.structure-col2{
		ul{
			display: block;

			li{
				width: 100%;
				/* border-bottom: 1px solid #b4b4b5; */
				border:none;
				padding: 0;
				margin-bottom: 2em;
			}
			li:nth-child(2n){
				/* border-left:1px solid #b4b4b5; */
				border:none;
			}
		}
	}

	.structure-col1{
		/* margin-bottom: 50px; */
		/* border-bottom: 1px solid #b4b4b5; */
		border:none;
		padding: 0 0 2em;
		figure{
			width: 100%;
			margin: 0 auto;
		}
	}

	.safety-col3{
		ul{
			display: block;
			margin-bottom: 50px;
			li{
				width: 100%;
				margin-bottom: 50px;
			}
		}
	}

	.safety-col4{
		ul{
			display: grid;
			grid-template-columns: repeat(1, 1fr);
			gap: 50px;
			margin-bottom: 50px;
		}
	}

	.safety-col1{
		margin-bottom: 50px;
		figure{
			width: 100%;
			margin: 0 auto;
		}

	}

	.border-img-wrap{
		border:1px solid #b4b4b5;
		padding: 1em 1em 1.0em 1em;
		margin-bottom: 10px;
		overflow: scroll hidden;
		figure{
			padding: 0 0 1.5em;
		}
			img{
				height: 300px;
				width: auto;
				display: block;
			}
	}
	.border-img-wrap-white{
		background-color: #fff;
		border:none;
	}

	.ttl_big{
		font-size: 14px;
		margin-bottom: 1.5em;
		font-weight: bold;
	}

	.eco-col2{
		display: block;
		margin-bottom: 50px;
		.img{
			width: 100%;
			margin-bottom: 10px;
		}
		.sentence{
			width: 100%;
			padding: 0;
		}
	}
	.eco-col2-reverse{
		display: block;
		margin-bottom: 50px;
		.img{
			width: 100%;
		}
		.sentence{
			width: 100%;
			padding: 0;
		}
	}

	.eco-col1{
		margin-bottom: 50px;
		figure{
			width: 100%;
			margin: 0 auto;
		}
	}

	.mgB_50_30{
		margin-bottom: 50px;
	}

	.img-thumbturn{
		display: flex;
		justify-content: space-between;
		aspect-ratio: 320 / 188;
		align-items: center;
		figure{
			width: 48%;
		}
	}

	.img-thumbturn + .txt{
			margin-top: 0.7em;
	}

	.cap_right_camera{
		right: 15%;
	}


	.aspect-structure{
			aspect-ratio: 	auto;
			display: flex;
			align-items: center;
	}

	.sp-auto-scroll{
		padding: 0 0 1.5em 0;
		overflow: scroll hidden;
			img{
				height: 300px;
				width: auto;
				display: block;
			}
	}

	.sp-auto-scroll-normal{
			img{
				height: 240px;
			}
	}

	.sp-auto-scroll-normal-small{
			img{
				height: 210px;
			}
	}

	.sp-auto-scroll-small{
			img{
				height: 150px;
			}
	}

	.eco-title{
		font-size: 12px;
	}

}
