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

.inner{
	width: 95%;
	max-width: 1120px;
}
.mv {
	position: relative;
}

.mv [class^="icon-"] {
	cursor: pointer;
	position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    background: #0055b4;
    line-height: 80px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}

.mv .prev {
	left: 10%;
}

.mv .next {
	right: 10%;
}

.mv img{
	width: 100%;
	max-width: 100%;
	height:auto;
}

.mv .slick-dotted.slick-slider {
    margin: 0;
    padding-bottom: 35px;
}

.mv .slick-slide a {
	display: block;
	position: relative;
}

.mv .slick-slide a .text-area {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.3s;
}

.mv .slick-slide.slick-center a .text-area {
	opacity: 1;
	transition-delay: 0.6s;
}

.mv .slick-dots {
	height: 5px;
	bottom: 0;
}

.mv .slick-dots li {
	height: 5px;
	width: 100px;
	margin: 0 10px;
	vertical-align: top;
}

.mv .slick-dots li button {
	background: #d6d6d6;
    height: 100%;
	width: 100%;
	padding: 0;
}

.mv .slick-dots li.slick-active button {
	background: #0055b4;
}

.mv .slick-dots li button:before {
	display: none;
}

.pc{

}
.sp{
	display: none;
}

/*-- w-header top --*/
.w-header.top .navface{
	display: block;
}
.w-header.top{
	height:auto;
}
.w-header.top header{
	position:static;
	z-index:0;
}


/*-- reform --*/

.reform {
	margin: 67px 0 0;
}

.reform .title-area {
	width: 714px;
	margin: 0 auto 14px;
	background: url(../images/index/bg_reform_title.png) top center no-repeat;
	background-size: contain;
}

.reform .title-area h2 {
	text-align: center;
	margin-bottom: 12px;
}

.reform .title-area p {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
}

.reform .contents-area {
	position: relative;
	padding: 52px 67px 0 97px;
}

.reform .contents-area .reform-list a {
	position: absolute;
	width: 124px;
	height: 124px;
	display: flex;
	background: #00c6ff;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	overflow: visible;
}

.reform .contents-area .reform-list a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 46px 13px 0 13px;
	border-color: #00c8ff transparent transparent transparent;
	position: absolute;
}


.reform .contents-area .reform-list a.roof {
	top: 0;
	right: 187px;
}

.reform .contents-area .reform-list a.roof:after,
.reform .contents-area .reform-list a.interior:after,
.reform .contents-area .reform-list a.entrance:after {
	bottom: 2px;
	left: -4px;
	transform: rotate(61deg);
}

.reform .contents-area .reform-list a.eco {
	top: 120px;
	left: 118px;
}

.reform .contents-area .reform-list a.eco:after {
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
}

.reform .contents-area .reform-list a.bath {
	bottom: 59px;
	left: 26px;
}

.reform .contents-area .reform-list a.bath:after,
.reform .contents-area .reform-list a.kitchen:after {
	transform: rotate(-70deg);
	bottom: 24px;
	right: -14px;
}

.reform .contents-area .reform-list a.interior {
	bottom: 74px;
	left: 340px;
}

.reform .contents-area .reform-list a.kitchen {
	bottom: 47px;
	right: 326px;
}

.reform .contents-area .reform-list a.entrance {
	bottom: 116px;
	right: 38px;
}

.reform .contents-area .reform-list a .icon-photo {
	width: 50px;
	height: 50px;
	background: #0055b4;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
    right: -18px;
    top: -8px;
	position: absolute;
	
}

.reform .contents-area .reform-list a .icon-photo:before {
	content: "";
	display: block;
	width: 24px;
	height: 18px;
	background: url(../images/index/icon_modal.png) center center no-repeat;
	background-size: contain;
}

.reform .contents-area .reform-list a div {
	line-height: 1.2;
}

#top .modaal-content-container {
	padding: 0;
	display: flex;
}

#top .modaal-content-container > figure {
	width: 60%;
}

#top .modaal-content-container > .text-area {
	width: 40%;
	padding: 40px 4.5%;
}

#top .modaal-content-container > .text-area .icon {
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #ffc600;
	color: #fff;
	font-weight: 700;
	display: none;
}

#top .modaal-content-container > .text-area .title-area {
	margin: 16px 0 30px;
	text-align: center;
}

#top .modaal-content-container > .text-area .title-area strong {
	font-size: 36px;
	font-weight: 700;
	margin-top: 12px;
	display: inline-block;
	line-height: 1.2;
}




/*-- package --*/

.package {
	margin: 70px 0 0;
}

.package .title-area {
	background: #0055b4;
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	align-items: center;
	height: 108px;
}

.package .title-area span {
	display: inline-block;
	padding: 0 44px;
	position: relative;
	font-weight: 700;
}

.package .title-area span:before,
.package .title-area span:after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 33px;
	width: 4px;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
}

.package .title-area span:before {
	left: 0;
	transform: rotate(-45deg);
}

.package .title-area span:after {
	right: 0;
	transform: rotate(45deg);
}

.package .title-area strong {
	color: #fbf038;
	font-weight: 700;
}

.package .reform-list {
	margin: 80px 0 0;
}

.package .reform-list .container {
	display: flex;
	max-width: 1040px;
}

.package .reform-list .reform-list-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30.769%;
	height: 160px;
	border-radius: 5px;
	box-shadow: 10px 0 19px rgba(0, 0, 0, 0.2);
}

.package .reform-list .reform-list-btn.detached {
	background: #fe6418;
}

.package .reform-list .reform-list-btn.apartment {
	background: #73cc43;
}

.package .reform-list .reform-list-btn.partreform {
	background: #00c6ff;
}

.package .reform-list .reform-list-btn + .reform-list-btn {
	margin-left: 3.8465%;
}

.package .reform-list .reform-list-btn:nth-of-type(2) {
	animation-delay: 0.8s;
}

.package .reform-list .reform-list-btn:nth-of-type(3) {
	animation-delay: 1.1s;
}

.package .reform-list .reform-list-btn .inner-rl-btn {
	text-align: center;
	color: #fff;
}

.package .reform-list .reform-list-btn .inner-rl-btn p {
	font-size: 20px;
	margin-top: 16px;
	font-weight: 700;
}

.package .reform-list .reform-list-btn .inner-rl-btn p i {
	margin-left: 15px;
}



/*-- reform-menu --*/

.reform-menu {
	margin: 80px 0 0;
	padding: 378px 0 0;
	margin-bottom: 100px;
	position: relative;
}

.reform-menu:after {
	content: "";
	width: 100%;
	height: 518px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/index/bg_reformmenu.png) top center no-repeat;
	background-size: cover;
}

.reform-menu .menu-box {
	background: #fff;
	padding: 25px 4.107% 0;
}

.reform-menu .menu-box .headline {
	text-align: center;
	margin-bottom: 24px;
}

.reform-menu .menu-box .headline h3 {
	font-size: 28px;
	font-weight: 700;
	position: relative;
	padding-top: 48px;
	margin-bottom: 14px;
}

.reform-menu .menu-box .headline h3:before {
	content: "";
	width: 107px;
	height: 38px;
	background: url(../images/index/img_reformmenu_title.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.reform-menu .menu-box .menu-list {
	max-width: 935px;
	margin: 0 auto;
}

.reform-menu .menu-box .menu-list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.reform-menu .menu-box .menu-list ul li {
	width: 21.38875%;
	margin-right: 4.815%;
}

.reform-menu .menu-box .menu-list ul li + li + li + li + li {
	margin-top: 46px;
}

.reform-menu .menu-box .menu-list ul li:nth-of-type(4n),
.reform-menu .menu-box .menu-list ul li:last-of-type {
	margin-right: 0;
}

.reform-menu .menu-box .menu-list ul li p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-top: 14px;
}

.reform-menu .menu-box .menu-banner {
	text-align: center;
	margin-top: 40px;
}

.reform-menu .menu-box .menu-banner .menu-banner-title {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 14px;
	position: relative;
	margin-bottom: 60px;
}

.reform-menu .menu-box .menu-banner .menu-banner-title:before,
.reform-menu .menu-box .menu-banner .menu-banner-title:after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
}

.reform-menu .menu-box .menu-banner .menu-banner-title:before {
	width: 100%;
	height: 4px;
	background: #333;
	bottom: 0;
	left: 0;
	right: 0;
}

.reform-menu .menu-box .menu-banner .menu-banner-title:after {
    width: 20px;
    height: 20px;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    transform: rotate(135deg);
    background: #fff;
    left: 0;
    right: 0;
    bottom: -9px;
}

.reform-menu .menu-box .menu-banner .menu-banner-list {
	display: flex;
	justify-content: space-between;
}

.reform-menu .menu-box .menu-banner .menu-banner-list a {
	display: block;
	width: 30.769%;
}

/*-- banner-slider --*/

.banner-slider{
	background: #efefef;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}

/*.banner-slider:before{
	content: "";
	position: absolute;
	left: 5px;
	top: 40%;
	background: url(../images/index/icon_arrow-slide-left.png) no-repeat;
	background-size: cover;
	z-index: 2;
}

.banner-slider:after{
	content: "";
	position: absolute;
	right: 5px;
	top: 40%;
	background: url(../images/index/icon_arrow-slide-right.png) no-repeat;
	background-size: cover;
	z-index: 2;
}
*/
.banner-slider ul li img{
	max-width: 100%;
	height:auto;
}


.package .banners ul li{
	background: #fff;
	float: left;
	padding: 25px;
	margin-bottom: 15px;
	border-left: 6px solid #fe6067;
	font-weight: bold;
}


/*-- part-reform --*/

.part-reform-wrapper{
	width: 100%;
	background: #efefef;
}

.part-reform-inner.inner{
	margin: 0 auto;
}

.part-reform-inner h3,
.example h3,
.h3-wrapper h3,
.reformmenu h3{
	font-size: 32px;
	font-weight: bold;
}




.right-link a{
	color: #333;
	text-decoration: none;
	position: relative;
	line-height: 26px;
	
	-webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
}




.right-link a{
	color: #333;
	text-decoration: none;
	position: relative;
	line-height: 26px;
	
	-webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .h3-wrapper .right-link a:not(:target):before {
  	top:0px!important;
  }
}


.right-link a:hover{
	opacity: 0.8;
}

.right-link a:before{
	content: "";
	position: absolute;
/*	top: -5px;*/
	top:-3px;
	left: -36px;
	display: block;
	padding-right: 10px;
	width: 26px;
	height: 26px;
	background: url(../images/index/icon_arrow.png) no-repeat;
	background-size: cover;
}

.part-reform-inner ul{
	max-width: 1120px;
	margin: 0 auto;
}

.part-reform-inner ul li{
	float: left;
	text-align: center;
	position: relative;
}

.part-reform-inner ul li .icon{
	background: #fff;
	margin: 10px auto;
}

.part-reform-inner ul li .icon img{
	height: 87px;
	width: auto;
	margin: 56px 0;
}

.part-reform-inner ul li p{
	font-weight: bold;
}

.part-reform-inner ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



/*-- reformmenu --*/
.reformmenu{
	background-image: url(../images/index/bg_reformmenu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	vertical-align: middle;
	text-align: center;
	height: 660px;
	width: 100%;
}
.reformmenu .w-list{
	display: table-cell;
	vertical-align: 30px;
	text-align: center;
	position: relative;
}
.reformmenu .w-list h3{
	margin-top: 50px;
	margin-bottom: 30px;
}
.reformmenu .w-list ul{
	width: 950px;
	text-align: center;
	display: inline-block;
}
.reformmenu .w-list ul li{
	float:left;
	margin-top: 20px;
	margin-left: 5px;
}
.reformmenu .w-list ul li:nth-of-thpe(5n+1){
	margin-left: 0px;
}
.reformmenu .w-list ul li img{

}
.reformmenu .w-list ul li p{
	font-weight: bold;
}








/*-- example --*/

.example > ul > li .image,
.example > ul > li .image img{
	width: 100%;
	text-align: center;
}



.example > ul > li .image img{
	max-width: 100%;
/*	height: 100%;*/
	height:auto;
	max-height: 200px;
	width: auto;
	text-align: center;

}


.example > ul > li .tag span{
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}

.example > ul > li .tag.detached span{
	background: #0068b7;
}

.example > ul > li .tag.part-reform span{
	background: #fe6067;
}
.example > ul > li .tag.partreform span{
	background: #fe6067;
}

.example > ul > li .tag.apartment span{
	background: #06a77d;
}

.right-link-double a{
	margin-right: 70px;
}
.right-link-double a:last-child{
	margin-right: 0px;
}

/*-- bottom-link --*/

.bottom-link ul li a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bottom-link ul li a:hover{
	text-decoration: none;
}

.bottom-link ul li.bottom-link01{
	background: url(../images/index/bg_index-bottomlink01.png) no-repeat;
	background-size: contain;
}

.bottom-link ul li.bottom-link02{
	background: url(../images/index/bg_index-bottomlink02.png) no-repeat;
	background-size: contain;}

.bottom-link ul li.bottom-link03{
	background: url(../images/index/bg_index-bottomlink03.png) no-repeat;
	background-size: contain;}


/*clearfix*/

.top-link-wrapper ul:after,
.reform-inner ul:after,
.banner-slider ul:after,
.package .banners ul:after,
.part-reform-inner ul:after,
.h3-wrapper:after,
.example > ul:after,
.news ul li:after,
.bottom-link ul:after{
	content: "";
	display: block;
	clear: both;
}


.package > ul > li .bg{
	display: none;
}

@media screen and (min-width:1121px){
	
	.mv [class^="icon-"] {
		transition: 0.3s;
	}

	.mv [class^="icon-"]:hover {
		background: #3068a3;
	}

	.mv .slick-slide a {
		transition: 0.3s;
	}

	.mv .slick-slide a:hover {
		opacity: 0.7;
	}


	.inner{
		margin: 100px auto;
	}
	

	.reform-inner{
		padding: 100px 0;
	}
	
	.reform-inner h3{
		font-size: 32px;
	}
	
	.reform-inner ul li{
		margin-right: 1%;
		width: 24%;
	}

	.reform .contents-area .reform-list a,
	.reform .contents-area .reform-list a:after {
		transition: 0.3s;
	}

	.reform .contents-area .reform-list a:hover {
		background: #4cd7ff;
	}

	.reform .contents-area .reform-list a:hover:after {
		border-top-color: #4cd7ff;
	}
	
	.package .reform-list .reform-list-btn {
		transition: 0.3s;
	}

	.package .reform-list .reform-list-btn.detached:hover {
		background: #fe7b3a;
	}

	.package .reform-list .reform-list-btn.apartment:hover {
		background: #88d45f;
	}

	.package .reform-list .reform-list-btn.partreform:hover {
		background: #26ceff;
	}
	

	
}


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

	.mv [class^="icon-"] {
		line-height: 7.142vw;
		height: 7.142vw;
		width: 7.142vw;
		font-size: 2.678vw;
	}

	
	.inner{
		margin: 40px auto;
	}
	
	.reform-inner h3{
		font-size: 24px;
	}
	
	.reform-inner ul li{
		margin-right: 4%;
		width: 48%;
	}
	
	.reform-inner ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.reform-inner{
		padding: 60px 0 100px;
	}
	
	/*-- package --*/
	
	.package h3 {
		font-size: 16px;
	}
	
	.package > ul > li{
		width: 100%;
		background-color: #fe8b91;
		border-radius: 5px;
		margin: 30px 0;
		padding: 20px;
	}
	
	.package > ul > li .text-wrapper p{
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.3em;
		text-align: center;
	}
	
	.package > ul > li .text-wrapper p span{
		background: #fe6067;
		font-size: 12px;
		padding: 3px 10px;
		margin-right: 15px;
		font-weight: normal;
		line-height: 1.4em;
		vertical-align: middle;
	}
	
	.package .banners ul{
		margin: 30px 0 0;
	}
	
}

@media screen and (max-width:1120px) and (min-width: 799px){
			
	.reform-inner ul li{
		margin-right: 1%;
		width: 24%;
	}
	
	.package > ul > li .text-wrapper{
		font-size: 28px;
	}

	.reform .contents-area {
		padding: 4.642vw 5.982vw 0 8.66vw;
	}

	.reform .contents-area .reform-list a {
		width: 11.0714vw;
		height: 11.0714vw;
		font-size: 1.7857vw;
	}
	
	.reform .contents-area .reform-list a:after {
		border-width: 4.107vw 1.16vw 0 1.16vw;
	}
	
	
	.reform .contents-area .reform-list a.roof {
		right: 16.696vw;
	}
	
	.reform .contents-area .reform-list a.roof:after,
	.reform .contents-area .reform-list a.interior:after,
	.reform .contents-area .reform-list a.entrance:after {
		bottom: 0.172vw;
		left: -0.357vw;
	}
	
	.reform .contents-area .reform-list a.eco {
		top: 10.7142vw;
		left: 10.535vw;
		transition: 0.3s;
	}
	
	.reform .contents-area .reform-list a.eco:after {
		bottom: -1.785vw;
	}
	
	.reform .contents-area .reform-list a.bath {
		bottom: 5.267vw;
		left: 2.321vw;
	}
	
	.reform .contents-area .reform-list a.bath:after,
	.reform .contents-area .reform-list a.kitchen:after {
		bottom: 2.142vw;
		right: -1.25vw;
	}
	
	.reform .contents-area .reform-list a.interior {
		bottom: 6.6vw;
		left: 30.357vw;
	}
	
	.reform .contents-area .reform-list a.kitchen {
		bottom: 4.196vw;
		right: 29.1vw;
	}
	
	.reform .contents-area .reform-list a.entrance {
		bottom: 10.357vw;
		right: 3.392vw;
	}
	
	.reform .contents-area .reform-list a .icon-photo {
		width: 4.464vw;
		height: 4.464vw;
		right: -1.607vw;
		top: -0.714vw;
		
	}
	
	.reform .contents-area .reform-list a .icon-photo:before {
		width: 2.142vw;
		height: 1.607vw;
	}

}

@media screen and (max-width:1000px){
			
	#top .modaal-content-container > .text-area {
		padding: 4vw 4.5%;
	}
	
	#top .modaal-content-container > .text-area .icon {
		width: 9vw;
		height: 9vw;
	}
	
	#top .modaal-content-container > .text-area .title-area {
		font-size: 1.6vw;
		margin: 1.6vw 0 3vw;
	}
	
	#top .modaal-content-container > .text-area .title-area strong {
		font-size: 3.6vw;
		margin-top: 1.2vw;
	}

	#top .modaal-content-container > .text-area p {
		font-size: 1.6vw;
	}

}

@media screen and (min-width: 799px){
		

	
	.package .banners ul li{
		width: 32%;
		padding: 25px;
		margin-right: 2%;
	}
	
	.package .banners ul li:nth-child(3n){
		margin-right: 0;
	}
	
	
	.part-reform-inner.inner{
		padding: 80px 0;
	}

	.h3-wrapper{
		margin-bottom: 45px;
	}

	.part-reform-inner h3,
	.example h3,
	.h3-wrapper h3{
		float: left;
	}

	.right-link{
		float: right;
	}

	.part-reform-inner ul li{
		width: 25%;
	}

	.part-reform-inner ul li .icon{
		width: 200px;
		height: 200px;
		border-radius: 100px;
	}
	
	.sp-link{
		display: none;
	}
	
	.example > ul > li{
		width: 23.5%;
		margin-right: 2%;
		float: left;
		margin-bottom: 30px;
	}



	.example > ul > li:nth-of-type(4n){
		margin-right: 0;
	}

	.example > ul > li:last-child{
		margin-right: 0;
	}


	.bottom-link ul li{
		width: 360px;
		height: 180px;
		margin-right: 20px;
		float: left;
		position: relative;
	}
	
	.bottom-link ul li a{
		padding: 80px 20px;
	}
	
	.bottom-link ul li:last-child{
		margin-right: 0;
	}

	
}


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

	.pc{
		display: none;
	}
	.sp{
		display: inherit;
	}

	.mv .slick-dotted.slick-slider {
		padding-bottom: 24px;
	}

	.mv .slick-slide.slick-active a .text-area {
		opacity: 1;
		transition-delay: 0.6s;
	}

	.mv .slick-dots li {
		height: 3px;
		width: 50px;
		margin: 0 8px;
		vertical-align: top;
	}

	.mv .slick-dots {
		height: 3px;
		bottom: 0;
	}

	/*-- reform --*/

	.reform {
		margin: 40px 0 0;
	}

	.reform .title-area {
		width: 100%;
		margin: 0 auto 30px;
	}

	.reform .title-area h2 {
		text-align: center;
		margin-bottom: 12px;
	}

	.reform .title-area h2 img {
		max-width: 234px;
	}

	.reform .title-area p {
		text-align: left;
		font-size: 14px;
	}

	.reform .contents-area {
		padding: 2.678vw 0 0;
	}

	.reform .contents-area .reform-list a {
		width: 8.928vw;
		height: 8.928vw;
		background: #0055b4;
	}

	.reform .contents-area .reform-list a:after {
		border-width: 3.214vw 1.071vw 0 1.071vw;
		border-color: #0055b4 transparent transparent transparent;
	}


	.reform .contents-area .reform-list a.roof {
		top: 0;
		right: 18.3928vw;
	}

	.reform .contents-area .reform-list a.roof:after,
	.reform .contents-area .reform-list a.interior:after,
	.reform .contents-area .reform-list a.entrance:after {
		bottom: 0.357vw;
		left: -1.25vw;
	}

	.reform .contents-area .reform-list a.eco {
		top: 11.25vw;
		left: 3.035vw;
	}

	.reform .contents-area .reform-list a.eco:after {
		bottom: -2.142vw;
	}

	.reform .contents-area .reform-list a.bath {
		bottom: 6.0714vw;
		left: 0;
	}

	.reform .contents-area .reform-list a.bath:after,
	.reform .contents-area .reform-list a.kitchen:after {
		bottom: 0.892vw;
		right: -1.428vw;
	}

	.reform .contents-area .reform-list a.interior {
		bottom: 8.928vw;
		left: 26.785vw;
	}

	.reform .contents-area .reform-list a.kitchen {
		bottom: 6.071vw;
		right: 23.928vw;
	}

	.reform .contents-area .reform-list a.entrance {
		bottom: 10.357vw;
		right: 0.535vw;
	}

	.reform .contents-area .reform-list a .icon-photo {
		background: transparent;
		width: 8.928vw;
		height: 8.928vw;
		right: 0;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.reform .contents-area .reform-list a .icon-photo:before {
		width: 4.285vw;
		height: 3.214vw;
	}

	.reform .contents-area .reform-list a div {
		display: none;
	}


	#top .modaal-content-container {
		display: block;
	}
	
	#top .modaal-content-container > figure {
		width: 100%;
	}
	
	#top .modaal-content-container > figure img {
		width: 100%;
	}

	#top .modaal-content-container > .text-area {
		width: 100%;
		padding: 20px 15px 30px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	#top .modaal-content-container > .text-area .icon {
		width: 45px;
		height: 45px;
		font-size: 11px;
	}
	
	#top .modaal-content-container > .text-area .title-area {
		margin: 0 0 0 10px;
		text-align: left;
	}
		
	#top .modaal-content-container > .text-area .title-area strong {
		font-size: 20px;
	}
	
	#top .modaal-content-container > .text-area p {
		font-size: 14px;
		margin-top: 20px;
	}




	/*-- package --*/

	.package {
		margin: 40px 0 0;
	}

	.package .title-area {
		height: auto;
		padding: 20px 0;
	}

	.package .title-area span {
		padding: 0 22px;
		line-height: 1.4;
	}

	.package .title-area span:before,
	.package .title-area span:after {
		height: 24px;
		width: 3px;
	}

	.package .reform-list {
		margin: 40px 0 0;
	}

	.package .reform-list .container {
		display: block;
	}

	.package .reform-list .reform-list-btn {
		height: auto;
		border-radius: 3px;
		box-shadow: 6px 0 8px rgba(0, 0, 0, 0.2);
		padding: 10px;
		width: 100%;
	}

	.package .reform-list .reform-list-btn + .reform-list-btn {
		margin-left: 0;
		margin-top: 10px;
	}

	.package .reform-list .reform-list-btn .inner-rl-btn figure {
		height: 25px;
		text-align: center;
	}

	.package .reform-list .reform-list-btn .inner-rl-btn figure img {
		height: 100%;
		width: auto;
	}

	.package .reform-list .reform-list-btn .inner-rl-btn p {
		font-size: 16px;
		margin-top: 8px;
	}

	.package .reform-list .reform-list-btn .inner-rl-btn p i {
		margin-left: 10px;
	}



	/*-- reform-menu --*/

	.reform-menu {
		margin: 60px 0 0;
		padding: 40px 0 0;
		margin-bottom: 60px;
	}

	.reform-menu:after {
		height: 259px;
	}

	.reform-menu .menu-box {
		max-width: 462px;
		margin: 0 auto;
	}

	.reform-menu .menu-box .headline {
		text-align: center;
		margin-bottom: 24px;
	}

	.reform-menu .menu-box .headline h3 {
		font-size: 18px;
		padding-top: 20px;
		margin-bottom: 8px;
	}

	.reform-menu .menu-box .headline h3:before {
		width: 53px;
		height: 19px;
	}

	.reform-menu .menu-box .headline p {
		font-size: 14px;
		text-align: left;
	}

	.reform-menu .menu-box .menu-list {
		max-width: 935px;
		margin: 0 auto;
	}

	.reform-menu .menu-box .menu-list ul {
		justify-content: flex-start;
	}

	.reform-menu .menu-box .menu-list ul li {
		width: 49%;
		margin-right: 2%;
	}

	.reform-menu .menu-box .menu-list ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.reform-menu .menu-box .menu-list ul li + li + li,
	.reform-menu .menu-box .menu-list ul li + li + li + li + li {
		margin-top: 23px;
	}

	.reform-menu .menu-box .menu-list ul li p {
		font-size: 16px;
		margin-top: 10px;
		text-align: left;
	}

	.reform-menu .menu-box .menu-banner {
		text-align: center;
		margin-top: 40px;
	}

	.reform-menu .menu-box .menu-banner .menu-banner-title {
		font-size: 18px;
		padding-bottom: 12px;
		line-height: 1.4;
		margin-bottom: 34px;
	}

	.reform-menu .menu-box .menu-banner .menu-banner-title:before {
		width: 100%;
		height: 4px;
		background: #333;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.reform-menu .menu-box .menu-banner .menu-banner-title:after {
		width: 12px;
		height: 12px;
		border-top-width: 3px;
		border-right-width: 3px;
		bottom: -5px;
	}

	.reform-menu .menu-box .menu-banner .menu-banner-list {
		display: block;
	}

	.reform-menu .menu-box .menu-banner .menu-banner-list a {
		display: block;
		width: 100%;
		max-width: 160px;
		margin: 0 auto;
	}

	.reform-menu .menu-box .menu-banner .menu-banner-list a + a {
		margin-top: 10px;
	}

































	
	.banner-slider{
		padding:40px 0;
	}
	
	.package .banners ul li{
		width: 48%;
		padding: 25px 10px;
		margin-right: 4%;
		line-height: 1.4em;
	}
	
	.package .banners ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.part-reform-inner.inner{
		padding: 40px 0 20px;
	}

	.right-link{
		display: none;
	}
	
	.part-reform-inner ul{
		margin: 30px 0;
	}

	.part-reform-inner ul li{
		width: 50%;
	}

	.part-reform-inner ul li .icon{
		width: 130px;
		height: 130px;
		border-radius: 65px;
	}
	
	.part-reform-inner ul li .icon img{
		height: 80px;
		padding: 10px;
		margin: 30px 0;
	}
	
	.sp-link a{
		display: block;
		border: 1px #cccccc solid;
		text-align: center;
		padding: 18px 18px 14px;
		position: relative;
		line-height: 25px;
		margin: 20px 0;
	}
	
	.sp-link a span{
		vertical-align: top;
	}
	
	.sp-link span:before{
		content: "";
		display: inline-block;
		margin-right: 15px;
		width: 25px;
		height: 25px;
		background: url(../images/index/icon_arrow.png) no-repeat;
		background-size: cover;
		vertical-align: middle;
	}
	
	.example > ul > li{
		width: 48%;
		margin: 20px 4% 20px 0;
		float: left;
	}

	.example > ul > li:nth-child(2n){
		margin-right: 0;
	}
	
	.bottom-link ul li{
		width: 260px;
		height: 130px;
		margin: 20px auto;
		position: relative;
	}
	
	.bottom-link ul li a{
		padding: 60px 20px;
	}
	
}

@media screen and (max-width: 768px){
	.w-header .navface{
		display: block;
	}
	.repair .w-header .navface{
		display: block;
	}
	.w-header.top{
		display: none;
	}

	/*-- reformmenu --*/
	.reformmenu{
		padding-bottom: 30px;
		height: auto;
		width: 100%;
	}

	.reformmenu .w-list h3{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.reformmenu .w-list ul{
		box-sizing: border-box;
		padding-right: 2%;
		padding-left: 2%;
		width:96%;
		text-align: center;
		display: inline-block;
	}
	.reformmenu .w-list ul li{
		float:left;
		text-align: center;
		margin-top: 20px;
		width: 49%;
		margin-left: 2%;
	}


	.reformmenu .w-list ul li:nth-of-type(odd){
		margin-left: 0;
	}
	.reformmenu .w-list ul li img{
		text-align: center;
		max-width: 100%;
		height:auto;
	}
	.reformmenu .w-list ul li p{
		font-size: 12px;
		width: 90%;
		height:30px;
	}



}

@media screen and (max-width: 414px){
	
	.package .banners ul li{
		font-size: 14px;
	}
	
}

