@media all and (max-width:640px) {


#head-wrap{
    width: 100%;
    position: relative;
    text-align: left;
    padding: 5px 1.5%;
    margin-bottom: 5px;
	line-height: 1;
}
.header-logo{
    float: left;
    width: 30%;
    margin-right: 2%;
    margin-left: 2%;
}
.header-logo img{
    max-width: 240px;
    width: 100%;
	vertical-align: middle;
}
.headlist{
    float: none;
    width: 81%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

	display: none;



    margin-top: 8px;
}
.headlist li{
    /*display: inline-block;*/
    white-space: nowrap;
   margin-left: 1%;
  margin-right: 1%;
    float: left;
    margin-bottom: 15px;

}
.headlist li a{
display: block;

}

.headlist li a:hover{
    color: #EFFB7A;
    font-weight: bold;
    transition: all .1s;
}
.head-covid{
    font-weight: bold;
    min-width: 200px;
    width: 22%;
    background-color: #00a0e9;
    text-align: center;
    color: #FFFFFF;
    font-size: 105%;
    background-image: url(../img2/head-deco1.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 8% auto;
}
.head-covid a:hover{
opacity: 1;
}
.head-beaux{
    min-width: 160px;
    /*padding-top: 5px;*/
    width: 17%;
}
.head-reno{
    min-width: 160px;
    /*padding-top: 5px;*/
    width: 17%;
}
.head-contact{
    min-width: 160px;
    width: 18%;
}

.head-tel{
    min-width: 220px;
        width: 27%;
}



/*ハンバーガーメニュー*/
#gloval-nav{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #F5EEDD;
    transform: translateX(100%);
    transition: all 0.4s;
    width: 100%;
    height: 100vh;
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}
#gloval-nav.active{
	transform: translateY(0%); /* X縺ｫ縺吶ｋ縺ｨ讓ｪ縺九ｉ Y縺ｯ邵ｦ */
	transform: translate(0);
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	}
.toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置 */
    right: 5px;
    top: 5px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
    background-color: #624C3F;
    border-radius: 10px;
}

.toggle span {
	display: block;
	position: absolute;
	width: 37px;

	border-bottom: 3px solid #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 9px;
}

.toggle span:nth-child(1) {
    top: 10px;
}

.toggle span:nth-child(2) {
    top: 20px;
}
.toggle span:nth-child(3) {
    top: 30px;
}

.toggle.active span:nth-child(1) {
    top: 23px;
    left: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sp-head{
    text-align: center;
    margin-top: 20px;
}
.header-logo-sp{
    margin: auto;
    width: 35%;
}
.gloval-navlist{
    margin-top: 30px;
}
.gloval-navlist li{
    display: inline-block;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 65%;
    font-size: 110%;
}
.gloval-navlist li a{
    padding: 7px 5px;
    display: block;
    background-color: #FFFFFF;
}



/*SPナビゲーション*/

.hanmenu {
	color: #FFFFFF;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	font-size: 10px;
	letter-spacing: 1px;

	bottom: 2px;
border-bottom: 0px!important;
}

#page-top{
bottom: 40px;
}

/*	fixed-nav*/
#fixed-nav{
    /* position: fixed;*/
    left: 0%;
    bottom: 0vh;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#fixed-nav li{
    margin-bottom: 0px;
    display: inline-block;   /* background-color: #FFFFFF;*/
    /* float: left; */
    /* width: 50%; */
    width: 100%;
}
#fixed-nav a{
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
  /*  font-size: 95%;*/
}
/*.fixed-contact{
    border: 2px solid #923D3E;
}
.fixed-tel{
    border: 2px solid #3B4453;
}*/
#fixed-nav a::before{
	/*content: '';
    display: inline-block;

    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    background-size: cover;    */
	bottom: 6px;
	left: 4px;
	width: 22px;
    height: 22px;
}
/*.fixed-contact a{

}
.fixed-contact a::before{
   	background-image: url("../img2/c-icon-mail.gif");
}
.fixed-tel a{

}
.fixed-tel a::before{
    	background-image: url("../img2/c-icon-tel.gif");
}*/





/*<!--footer-->*/
/*#page-top{
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 9999;
	font-size: 75%;
}
#page-top a{
    display: block;
    background-color: #c8a062;
    border-radius: 5px;
    color: #FFFFFF;
	padding: 5px;
}*/


.reno-footer{
    padding-top: 40px;
    padding-bottom: 60px;
}

.footer-contact{
    /*margin-top: 0px;
    margin-right: auto;
    margin-left: auto;*/
    margin-bottom: 40px;
    width: 75%;
    /*background-color: #F5EED0;*/
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;*/
	display: block;
}
.footer-contact li{
    width: 100%;
    float: none;
	padding: 15px 5%;
}
.footer-contact-box1{
    position: relative;
}
.footer-contact-box1::before{
    /*content: '';
    display: inline-block;*/
    width: 90%;
    height: 1px;
      bottom: 0%;
    right: 4%;
	border-right: 0px;
    border-bottom: 1px solid #ccc;
}

.footer-contact-icon{
    width: 40%;
      margin-bottom: 10px;
}
.footer-contact-box1 .footer-contact-icon{
    width: 25%;
}
.footer-txt{
     margin-bottom: 10px;
}
.footer-tel{
    margin: auto;
    width: 80%;
}


.footer-bnrs {


    margin-bottom: 40px;

}
.footer-bnrs li{
    margin-bottom: 30px;
    width: 40%;
    float: left;
    margin-left: auto;
    margin-right: auto;
}


.footer-copyright {
    font-size: 80%;

    text-align: center;
    color: #9A9A9A;
}



/*共通　＿＿＿＿＿＿＿＿＿＿＿＿＿＿　*/
.flex{

}
.title{
	font-size: 125%;
	letter-spacing: .1rem;
	margin-bottom: 20px;
	line-height: 1.5;
}

.cp-txt{
	margin-top: 10px;
}
.list-img{
	margin-bottom: 10px;
}

.col2-ul {
	width: 88%;
	margin-right: auto;
    margin-left: auto;
}
.col2-ul > li{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
    float: none;
}
.col2-ul > li:nth-child(2n) {
    margin-right: 0;
    float: none;
}
.col2-ul > li:last-child {
    margin-bottom: 0;
}
.col3-ul {
	width: 85%;
	margin-right: auto;
    margin-left: auto;
}
.col3-ul > li{
	margin-bottom: 30px;
	width: 100%;
	float: none;
	margin-right: auto;
}
.col3-ul > li:nth-child(3n) {
   margin-right: auto;
}
.col3-ul > li:last-child {
   margin-bottom: 0;
}
.col4-ul {
	width: 92%;
	margin-right: auto;
    margin-left: auto;
}
.col4-ul > li{
    margin-bottom: 10px;
    width: 48%;
    margin-right: 4%;
}
.col4-ul > li:nth-child(4n) {
    margin-right: 4%;
}
.col4-ul > li:nth-child(2n) {
    margin-right: 0;
}
.l-left{
	margin: 0px auto 15px;
	width: 90%;
	float: none;
}
.l-right{
	margin: 0px auto 15px;
	width: 90%;
	float: none;
	}
.full-width img {
	/*width: 100%;*/
}
.contents-title{
	margin: 0px auto 20px;
	max-width: 95%;
}
/*<!--btn-->*/
.btn{
	padding: 13px;
	width: 70%;
	max-width: 300px;
	min-width: 160px;

}
.btn-s{
    width: 70%;
	min-width: 100px;
	padding: 10px;
	border-radius: 20px;
}
.btn span{
 	position: relative;
	padding-left: 25px;
}
.btn span:before {
	padding: 2px 2px;
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 20%;
	left: -0px;
}
.btn img{
	width: 18px;
	left: -20px;
}

.contents{
	padding: 20px 0%;
	margin: 10px 0px;
}
.lh-wide{
	line-height: 1.8;
}

.block{
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 2%;
	padding-right: 2%;
}






/*common*/

.breadcrumbs {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
}
.breadcrumbs a{

}
.breadcrumbs ul {

	padding: 0px;
	width: 100%;

}
.breadcrumbs ul li {
margin-top: 5px;
   /*display: inline-block;
  padding-right: 20px;
  -left: 10px;
	position: relative;*/
	font-size: 90%;
}
.breadcrumbs ul li:after {
top: 20%;
    width: 10px;
    height: 10px;
}
.breadcrumbs ul li:last-child:after {

}

.block-title{
font-size: 130%;
margin-bottom: 20px;
letter-spacing: 0.2rem;

}
.eng-title{
    font-size: 150%;
	letter-spacing: 2px;

}

.sub-wrapper{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.ls-wide{
    letter-spacing: 0.3rem;
	text-indent:0.2rem;
}
.common-dl{
	width: 100%;
	margin: auto auto 10px;
}
.common-dl dt{
	width: 100%;
	float: none;
	padding: 0px 0% 0px;

}
.common-dl dd{
    	width: 100%;
	float: none;
	padding: 0px 0%;
}



/*page-->*/

.first-view {
    /*width: 100%;*/
}
.mainimg{

}
.catchcopy{
   /* position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
    font-size: 6vw;
    /*color: #FFFFFF;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justfy-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: left;
    line-height: 2.2;
    font-weight: bold;

	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/

}

.copy{
    /*color: #260E03;
    text-align: center;
    letter-spacing: 2px;*/
    /*background-color: #FEFDFA;*/
	padding-bottom: 60px;
	margin-bottom: 0px;
	letter-spacing: 0.1rem;
}
.copy1{
/*background-color: #F5EEDD;*/
	padding: 15px 0;
	font-size: 125%;
}
.copy2{
    padding: 20px 0;
    font-size: 100%;

}
.copy2::before{
    /*content: '';
    display: inline-block;*/
    width: 25px;
    height: 80px;
	margin-top: 60px;
    /*background-image: url(../img2/scroll.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    background-size: contain;
    top: 0;
    left: 48%;
    */
}

.greenhp-bnr{
    margin-bottom: 40px;
    margin-top: 0px!important;
}
.greenhp-bnr img{
	width: 80%;

}


.works-list{
    margin: 30px 0;
}
.works-list:nth-child(2n){

}
.works-img{
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.works-txt{
    width: 100%;
    float: none;
    text-align: left;
}
.works-list:nth-child(2n) .works-img{
        float: nonet;
}
.works-list:nth-child(2n) .works-txt{
    float: none;
}
.works-copy{
     transform: rotate(-0deg);
    margin-bottom: 10px;
        margin-left: 0px;
	padding: 4px 10px;
}
.works-copy-award{
    /*color: #FFF100;
    position: relative;
   */
	padding-left: 32px;
}
.works-copy-award::before{
    width: 25px;
    height: 25px;
        bottom: 2px;
    left: 0%;
}
.works-copy-normal{
    }
.works-list h3{
    /*font-size: 105%;
    margin-bottom: 10px;*/
}
#reno-works .btn{
    margin-top: 40px;
}


#contest{
    padding-top: 30px;
    padding-bottom: 20px;
}
.contest h2{
    position: relative;
    padding-top: 30px;
}
.contest-award img{
    width: 30px;
    height: auto;
}
.contest-bnr img{
    width: 96%;
}
.contest-history{
    margin-top: 30px;
    font-size: 90%;
}
.contest-history .col3-ul{
    width: 96%;
}
.contest-history dl{
    margin-bottom: 13px;
	word-wrap: break-word;
}
.contest-history dd{
word-wrap: break-word!important;
}
.contest-history li{
    margin-bottom: 0px;
}

.oss-ul{
    margin-bottom: 30px;
}
.oss-li{
    padding: 0 1%;
    text-align: center;
    position: relative;
}
.oss-li::before{
    /*content: '';
    display: inline-block;
	position: absolute;*/
    width: 15px;
    height: 15px;
    background-image: none;

    bottom: -30px;
    right: 46%;

    border: 12px solid transparent;
    border-top-color: #B0B0B0;
}
.oss-li:last-child::before{
    background-image: none;
	border: 0;
}
.oss-num{
    font-weight: bold;
    font-size: 160%;
    margin-bottom: 0px;
}
.oss-li-txt{
    margin-bottom: 10px;
}
.marker1{
    background-color: #F4EDDD;
    padding-left: 3px;
	padding-right: 3px;
}
.oss-img{
    width: 40%;
    padding-bottom: 10px;
}
.btn2{
    border-radius: 30px;
    padding: 15px;
    border: 3px solid #cf4d40;
    letter-spacing: 0.2rem;

}
.hover2:hover{
    color: #C53E40;
    background-color: #FFFFFF;
	letter-spacing: 0.3rem;
	border: 3px solid #cf4d40;
}

#process{
    padding-top: 40px;
    padding-bottom: 30px;
    /*background-color: #F4EDDD;*/
}

.process-list{
    width: 90%;
    margin: 30px auto;
    max-width: 650px;
}
.process-list li{
   /* border: 1px solid #c8a063;
   background-color: #FFFFFF;
   position: relative;
   line-height: 1;*/
    padding: 15px;

    letter-spacing: 0.1rem;
    margin-bottom: 35px;
    font-size: 110%;
}
.process-list li::after{
       border: 10px solid transparent;
          bottom: -33px;
    right: 48%;

}
.process-list li:last-child::after{
border: 0;
}
.staff-txt{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
}
#about{
    padding-top: 30px;
   /* background-color: #FFFDE5;*/
    padding-bottom: 30px;
}
#about .block-title{
    font-size: 120%;
	letter-spacing: 0.1rem;
}
.about-copy{
    font-size: 120%;
    padding: 10px;
    background-color: #FFFFFF;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}
.about-copy span{
    font-size: 130%;
}
.about-txt{
    /*font-size: 110%;
    text-align: left;*/
}
.about-txt span{
    /*color: #FFFFFF;
    background-color: #C9A063;*/
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 3px;
    margin-right: 3px;
     font-size: 110%;
}
.about-img{
    margin-top: 20px;
}
#voice{
    padding-top: 30px;
    padding-bottom: 30px;
   /* background-color: #F5EEDD;*/
    margin-top: -0px;
}
.voice-list{
    margin-top: 20px;
	width: 96%!important;
}
.voice-list li{
    width: 100%;
    margin-right: 0%;
    border-radius: 20px;
    background-color: #fff;
    padding: 15px 3%;
    border: 2px solid #DBD5C6;
    margin-top: 30px;
}
.voice-list-txt{
    /*background-image: url(../img2/voice-img1-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: right  bottom 0%;
    text-align: left;
    padding-top: 105px;
    position: relative;
    padding-left: 5%;
    padding-bottom: 40px;
    padding-right: 5%;*/

	 background-image: none;
    text-align: left;
    padding-top: 10px;
    position: relative;
    padding-left: 0%;
    padding-bottom: 0px;
    padding-right: 0%;
}
.voice-list li:nth-child(2n) .voice-list-txt{
   /* background-image: url(../img2/voice-img2-bg.png);*/
	background-image: none;
}
.voice-list-img{
    width: 50%;
    top: 0px;
    position: relative;
    float: right;
    z-index: 2;
    right: 0%;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: -50px;
}

.voice-list-img img{
    border: 4px solid #fff;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.23);
	transform: rotate( 3deg );
}
.voice-list li:nth-child(2n) .voice-list-img img{
 transform: rotate(-3deg);
}

.voice-list-name{
   /* margin-top: 5px;
    color: #FFFFFF;
    font-size: 105%;
    line-height: 1;
    padding: 5px 10px;
    background-color: #A48B78;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bolder;*/
}
.voice-list-txt p{
   /* color: #A48B78;
    font-size: 90%;*/
}

.qa-dl{
        margin-bottom: 20px;

}
.qa-dl dt{
        padding-top: 13px;
    padding-right: 3px;
    padding-left: 40px;
    padding-bottom: 13px;

    margin-bottom: 10px;
}
.qa-dl dd{
    width: 100%;
     padding-top: 10px;
    padding-right: 5px;
    padding-left: 40px;
    padding-bottom: 10px;
}
.qa-dl dt::before{
    width: 25px;
    height: 25px;
    top: 10px;
    left: 10px;
}
.qa-dl dd::before{
    width: 25px;
    height: 25px;
        top: 10px;
    left: 10px;
}

@media screen and (max-width: 768px) {
  .qa-flex {
    flex-direction: column;
  }

  .qa-image {
    width: 100%;
  }
}








}




















/*<!--tablet-->*/
@media all and (min-width:641px) and (max-width: 900px){

.header-logo{
    width: 24%;
}
.headlist{
    width: 72%;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.headlist li{
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 12px;
}
.head-covid{
    font-size: 95%;
    width: 33%;
    background-position: 98% 50%;
    background-size: 8% auto;
}
.head-beaux{
        width: 30%;
}
.head-reno{
        width: 30%;
}
.head-contact{
    width: 33%;
    margin-left: 18%!important;
    margin-top: 0px;
}
.head-tel{
          width: 28%;
}
.voice-list{
    margin-top: -30px;
}
.voice-list li{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.voice-list-txt{
    background-image: url(../img2/voice-img1-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right  bottom 0%;
    text-align: left;
    padding-top: 80px;
    position: relative;
    padding-left: 8%;
    padding-bottom: 100px;
    padding-right: 8%;
}
.voice-list li:nth-child(2n) .voice-list-txt{
    background-image: url(../img2/voice-img2-bg.png);
}
.voice-list-img{
    width: 33%;
    top: -50px;
    position: absolute;    /*float: left;*/
    z-index: 2;
	right: 5%;
}

.voice-list-img img{
    border: 4px solid #fff;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.23);
	transform: rotate( 3deg );
}
.voice-list li:nth-child(2n) .voice-list-img img{
 transform: rotate(-3deg);
}











}
