@charset "utf-8";
/* CSS Document */

#modal_class {
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 999;
	animation: ugoki 1s;
}
@keyframes ugoki{
    0%{
        opacity: 0;
    }  
    100%{
        opacity: 1;
    }
}
#modal_class.hidden {
	display: none;
}
#modal_close {
	position: absolute;
	top:0px;
	right: 0px;
	padding: 5px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	margin: 10px;
	cursor: pointer;
}
#modal_close_no {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	margin: 10px;
	cursor: pointer;
}
#modal_class div.modal_box {
	position: absolute;
	width: 50%;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	background: #fff;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	overflow-y: auto;
    overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
}


#modal_class div.modal_box div.modal_img {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
#modal_class div.modal_box div.modal_text {
	width: 100%;
	max-width: 400px;
	padding: 10px;
	margin: 0 auto;
}
#modal_class div.modal_box div.modal_text div.modal_text_00 {
	font-size: 16px;
	text-align: left;
	padding: 5px;
}
#modal_class div.modal_box div.modal_text div.modal_text_01 {
	background: #FFCC27;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
}



/* --スライダー---*/

.slider2 {
	width: 100%;
	margin: 106px auto 20px;
}
.slick-slide img {
	width: 100%;
	height: auto;
	padding: 1px 0.5px;
	background-color: #412C2C;
}
.mypattern{
width: 100%;
}
.mypattern .slick-slide{
margin: 0;
}
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(100%);
  -moz-filter: opacity(100%);
  -o-filter: opacity(100%);
  -ms-filter: opacity(100%);
  filter: opacity(100%);
  transition: 0.2s linear;
}
.h2_cath {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
}

/* --リモート研修会---*/

.content{
    margin: 0 auto;
    width: 100%;
	max-width:960px;
}

.event	{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:3em;
	padding-bottom:2em;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.event_items	{
	width:100%;
	max-width:300px;
	margin:1.0em;
	padding:1em;
	border:#999999 1px solid;
}

/*bana*/
.vedeo_youtube {
	width: 100%;
	max-width: 920px;
	margin: 30px auto 40px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.semi_box {
	padding: 15px;
	position: relative;
	background-color: #E8E2E2;
}
.positon_box {
	position: relative;
	width: 100%;
	max-width: 420px;
	background-color: #E8E2E2;
}
.pr_box_02_vedeo {
	width: 100%;
	max-width: 300px;
	padding: 8px;
	background-color: #E8E2E2;
}
.pr_box_02_vedeo_00 {
	width: 100%;
	max-width: 440px;
	margin: 10px auto;
}
.pr_box_02_vedeo_01 {
	width: 90%;
	max-width: 400px;
	margin: 10px auto;
}
.pr_box_02_vedeo_02 {
	width: 90%;
	max-width: 400px;
	margin: 10px auto;
}
.pr_box_02_vedeo_03 {
	width: 80%;
	max-width: 450px;
	margin: 20px auto;
	text-align: left;
	font-size:14px;
}
.pr_box_02_vedeo_04 {
	width: 70%;
	max-width: 400px;
	margin: 10px auto;
}
.pr_box_02_video_img {
	width: 100%;
	max-width: 200px;
	position: absolute;
	bottom: 0;
	left: 10px;
}
.pr_box_02_video_text {
	width: 55%;
	padding-top:30px;
	padding-right: 10px;
	margin-left: auto;
}
.pr_box_01 {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pr_box_left {
	width: 100%;
	max-width: 430px;
	padding: 10px 20px;
}
.pr_box_right {
	width: 100%;
	max-width: 430px;
	padding: 10px 20px;	
}
.pr_box_02 {
	width: 100%;
	max-width: 900px;
	margin: 0px auto;
	padding: 36px;
}
.pr_box_02_b {
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
	padding: 0 0 36px;
}
.pr_box_02_b_sp {
	display: none;
}
/* --ブログRSS---*/
.blg_box	{
	width:100%;
	background:#BFA158;
}

.blg_box_content	{
	width:100%;
	max-width:960px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin:0 auto;
}

.blg_box_item	{
	width:100%;
	max-width:800px;
	height:auto;
	margin:2em 1.5em 0;
	padding:1.5em;
}

.blg_box_title	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	letter-spacing:0.08em;
	padding:0.5em 0 2em;
	text-decoration:underline;
}


/*--RSS--*/

.blg_items_sns_box {
	display:block;
	width:100%;
}

.blg_items_sns	{
	display:block;
	width:100%;
	max-width:240px;
	background-color:#FFFFFF;
	margin:1.0em auto;
	padding:1em;
	border:#999999 1px solid;
	right:0;
}
.rss_box {
	border-bottom:#fff 1px dotted;
}
.left_text_d {
	text-align:left;
	margin:0.5em;
}
.left_text {
	text-align:left;
	margin:0.5em 0 2.0em;
	padding-bottom:10px;
	border-bottom:#fff 1px dashed;
	color:  #fff;
}
.left_text_t {
	font-size:18px;
	color:#000;
	text-align:left;
	margin:0.5em;
}
.left_text_t a {
	color: #FFF;
	font-weight: bold;
}
.sns_rogo	{
	width:100%;
	max-width: 280px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin:0 auto;
	padding:1.5em;
}
.sns_rogo img {
	width: 40px;
}


/* --バナーBOX---*/

.bana_box	{
	width:100%;
	background:#DBDBDB;
	text-align:center;
}

.bana_box_content	{
	width:100%;
	max-width:960px;
	height:auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding:3.0em 0.5em;
	margin:0 auto;
}

.bana_box_item1	{
	width:100%;
	max-width:250px;
	font-size:14px;
	text-align:center;
}

.bana_box_item1 img	{
	width:100%;
	padding:3%;
}

.bana_box_item2	{
	width:100%;
	max-width:600px;
}

.bana_box_item2 img {
	width:100%;
	padding:10px 20px 20px 40px;
}

/* --受賞作品---*/
.aw_box	{
	width:100%;
	background:#fff;
	margin:0 auto;
	text-align:center;
}


.aw_box_title	{
	width:100%;
	max-width:350px;
	margin:3.0em auto;
}

.aw_box_title img	{
	width:100%;
	margin:0 auto;
	text-align:center;
}


.slider {
	width:100%;
	margin: 0 auto;
	text-align:center;
	background-color: transparent;
    border: none;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.slider img{
	width: 300px;
	display: block;
    margin: 0px auto;
}

.aw_text	{
	font-size:12px;
	margin:2px;
}

.aw_all	{
	width:100%;
	max-width:960px;
	margin:30px auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	padding-top:20px;
	padding-bottom:50px;
}
/* --アワードバナー---*/
.aw_range	{
	width: 100%;
	padding: 5px;
}
.aw_all_01	{
	width:100%;
	max-width:900px;
	margin:10px auto 30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
}

.aw_all_01_title	{
	width: 100%;
	max-width:45%;
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	margin:0 auto;
	text-align: center;
}
.aw_go	{
	border:#666666 1px solid;
	width:200px;
	padding:20px;
	text-align:center;
}

/* --リノベーション---*/

.renov_box	{
	width:100%;
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.renov_box_spece	{
	width:100%;
	margin:3.0em auto;
	padding:1.0em;
}
.renov_box img {
	margin:0;
}

.renov_title	{
	width:35%;
	min-width:100px;
	position:absolute;
	top:0;
	left:10%;
	z-index:1;
	color:#000;
	font-size:100%;
	letter-spacing:0.2em;
	line-height:1.2em;
	text-align:left;
}

.renov_text	{
	display:block;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

.renov_title img	{
	width:100%;
	margin-bottom:30px;
}

/* --平屋リノベーション---*/
.renov_h_box img {
	margin:0;
}

.renov_h_box	{
	width:100%;
	max-width:960px;
	margin: 0px auto 100px;
	position:relative;

}

.renov_h_title	{
	width:45%;
	min-width:100px;
	position:absolute;
	bottom:-3%;
	right:10%;
	z-index:1;
	letter-spacing:0.2em;
	line-height:1.2em;
	text-align:left;
}

.renov_title_text	{
	width:30%;
	min-width:100px;
	position:absolute;
	bottom:20px;
	left:10%;
	z-index:1;
	color:#fff;
	letter-spacing:0.2em;
	line-height:1.2em;
	text-align:left;
}



.lineheight {
	line-height:0;
}
/*ラストコメント*/
.coment_box {
	width: 100%;
	max-width: 950px;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	font-size: 20px;
	color: #494949;
	font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.8em;
	font-weight: 700;
	margin: 50px auto;
}
.coment_text {
	width: 100%;
	max-width: 950;
	font-size: 16px;
	font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.8em;
	font-weight: 700;
	margin: 50px auto;
	text-align: left;
}



@media screen and (max-width: 1025px) {
.slider2 {
	width: 100%;
	margin: 80px auto 20px;
}
}

@media screen and (max-width: 750px) {
	.aw_all_01_title	{
	position: absolute;
	top:5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
	max-width:300px;
	margin:5px auto;
}
#modal_class div.modal_box {
	width: 80%;
}
	
}

@media screen and (max-width: 480px) {

#modal_class div.modal_box {
	width: 90%;
	height: 100dvh;
 	overflow-y: auto;
}

	/* --ブログRSS---*/


.blg_box_item	{
	max-width:100%;
	height:auto;
	margin:0;
	padding:1.5em;
}
/* --バナーBOX---*/


.bana_box_item1	{
	width:100%;
	max-width:100%;
	font-size:14px;
	text-align:center;
}

.bana_box_item1 img	{
	width:100%;
	padding:1.0em;
}

.bana_box_item2	{
	max-width:100%;
}

.bana_box_item2 img {
	width:100%;
	padding:1.0em;
}



/* --リノベーション---*/
.bana_box_item1	{
	max-width:250px;
	margin:0 auto;
}
.event	{
 	display:-webkit-box;
 	display:-ms-flexbox;
 	display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}
.event_items	{
	width:100%;
	max-width:300px;
	margin:1.0em auto;
}
.blg_box_content	{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-flow: column;
  	        flex-flow: column;
}

.bana_box_content	{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

/* --リノベーション---*/

.renov_text	{
  display:none;
}


.renov_title_text	{
	display:none;
}

.renov_box_spece {
	display:none;
}
.coment_box {
	display: none;
}
.coment_text {
	display: none
}
.pr_box_02_video_img {
	display: none
}
.pr_box_02_video_text {
	display: none
}
.pr_box_02_b {
	display: none;
}
.pr_box_02_b_sp {
	display: block;
	width: 100%;
	max-width: 460px;
	margin: 20px auto;
	padding: 0 0 36px;

}	
}

