/*共通＿＿＿＿＿＿＿＿＿＿＿*/


/*header＿＿＿＿＿＿＿＿＿*/

#head-wrap{
    width: 100%;
    position: relative;
    text-align: left;
    padding: 5px 1%;
    /*margin-bottom: 5px;   */
	line-height: 1;

}
.header-logo{
    float: left;
    width: 15%;
    margin-right: 2%;
    margin-left: 1%;
    margin-top: 4px;
}
.header-logo img{
    max-width: 160px;
    width: 100%;
	vertical-align: middle;
}
.headlist{
    float: right;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 5px;
    max-width: 1000px;
}
.headlist li{
    /*display: inline-block;*/
    white-space: nowrap;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-bottom: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
}
.headlist li a{
    display: block;
    font-weight: normal;
}
.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;
    color: #FFFFFF;
    text-align: center;
       background-image: url(../assets_performance-reform/head-deco1.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 8% auto;
}
.head-covid a{
    font-size: 95%;
    padding: 5px;
    line-height: 1;
}
.head-covid a:hover{
opacity: 1;
}
.head-beaux{
    max-width: 160px;
    width: 17%;
}
.head-reno{
    max-width: 160px;
    width: 17%;
}
.head-contact{
    max-width: 160px;
    width: 18%;
}
.head-tel{
    max-width: 130px;
        width: 15%;
}





/*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-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
#page-top span{
    display: block;
    position: relative;
}
#page-top span::before {
    content:  '';
    width: 12px;
    height: 12px;
    display:  block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(-45deg);
    position:  absolute;
    top: -9px;
    /*bottom:  0;*/
    left:  0;
    right:  0;
    margin:  auto;
}

#fixed-nav{
    position: fixed;
    right: 0%;
    bottom: 8vh;
    z-index: 100;
    text-align: center;
}
#fixed-nav li{
    margin-bottom: 5px;
    background-color: #FFFFFF;
}
#fixed-nav a{
    display: block;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 35px;
    padding-bottom: 10px;
    /*background-color: #FFFFFF;*/
    position: relative;
    line-height: 1;
    white-space: nowrap;
    color: #FFFFFF;
}
#fixed-nav a:hover{
   /* color: #000000;	*/
}
.fixed-contact{
    border: 2px solid #923D3E;
}
.fixed-tel{
    border: 2px solid #3B4453;
}
#fixed-nav a::before{
	content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    background-size: cover;
    bottom: 6px;
    left: 5px;
}
.fixed-contact a{
    background-color: #AF292B;    /*border: 2px solid #923D3E;*/
}
.fixed-contact a::before{
   	background-image: url("../assets_performance-reform/c-icon-mail2.gif");
}
.fixed-tel a{
    background-color: #31496f;    /*border: 2px solid #3B4453;*/
}
.fixed-tel a::before{
    	background-image: url("../assets_performance-reform/c-icon-tel2.gif");
}

.reno-footer{
    padding-top: 60px;
    margin-top: 0px;
    padding-bottom: 100px;
    text-align: center;
}

.footer-contact{
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    width: 90%;
    background-color: #F5EED0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
}
.footer-contact li{
    width: 50%;
    float: left;
	padding: 30px 5%;
}
.footer-contact-box1{
    position: relative;
}
.footer-contact-box1::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 84%;
    position: absolute;
    bottom: 8%;
    right: 0%;
    border-right: 1px solid #ccc;
}

.footer-contact-icon{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.footer-txt{
    font-weight: bolder;
    margin-bottom: 20px;
}
.footer-tel{
    margin: auto;
    width: 90%;
}



.footer-bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
.footer-bnrs li{
    margin-bottom: 20px;
    width: 25.3%;
    /*float: left;*/
    margin-right: 4%;
    margin-left: 4%;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;


}
.footer-bnrs li a {
    display: block;
    width: 100%;
}


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

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

/*共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.flex{
display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.title{
font-weight: bold;
font-size: 170%;
position: relative;
letter-spacing: .3rem;
margin-bottom: 20px;
line-height: 1.5;
}


.cp-txt{
text-align: left;
margin-top: 10px;
margin-bottom: 20px;
}
.col2-ul {
display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col2-ul > li{
    width: 47.5%;
margin-right: 5%;
float: left;
margin-bottom: 30px;
}
.col2-ul > li:nth-child(2n) {
    margin-right: 0%;
    float: right;
}
.col3-ul {
display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col3-ul > li{
    margin-bottom: 20px;
    width: 32%;
    float: left;
    margin-right: 2%;
}
.col3-ul > li .cp-txt{
/*font-size: 1rem;*/
}
.col3-ul > li:nth-child(3n) {
    margin-right: 0%;
}
.col4-ul {

}
.col4-ul > li{
    margin-bottom: 20px;
    width: calc(94% / 4);
    float: left;
    margin-right: 2%;

}
.col4-ul > li:nth-child(4n) {
    margin-right: 0%;
}

.l-left{
margin: 0 2%;
width: 46%;
float: left;
}
.l-right{
margin: 0 2%;
width: 46%;
float: right;
}
.full-width img {
width: 100%;
}

.flex-center{
display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
-ms-justify-content: center;
    -webkit-justify-content: center;
justify-content: center;
}
/*ボタン*/
.btn{
    display: block;
    text-align: center;
    padding: 23px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0px auto;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .3s;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    max-width: 500px;
    min-width: 300px;
    border: 1px dotted #83696A;
    width: 70%;
	background-color: #Eccbae;
	letter-spacing: 0.1rem;
	font-size: 	110%;
}
.hover1:hover{
    transition: 0.3s;
    background-color: #B3967F;
    color: #FFFFFF;
}
.btn-s{
    width: 75%;
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 #ccc;
border-right: solid 2px #ccc;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 20%;
left: -0px;
}

.btn img{
margin-right: 8px;
width: 20px;
position: absolute;
left: -23px;
bottom: -3px;
}




.font-black{
color: #000;
}
.font-white{
color: #fff;
}
.font-brown{
color: #c9a063;
}


.bg-white{
background-color: #fff;
}
.bg-brown{
background-color: #c9a063;
}

.roundimg img {
    border-radius: 10px;
}
.lh0{
line-height: 0;
}
.contents{
padding: 60px 0%;
margin: 50px 0px;
}
.lh-wide{
line-height: 2.5;
}

.relative{
position: relative;
}
.tate{
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}
.padding-box{
  padding: 80px 5%;
}
.padding-block{
padding-top: 80px;
padding-bottom: 80px;
}
.block{
margin-top: 100px;
margin-bottom: 100px;
}



.scale11 img {
transition: all .3s;
}
.scale11:hover img {
-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
    transform: scale(1.1);
transition: all .3s;

}
.op1:hover{
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}


.ofhidden{
overflow: hidden;
}
.ofxhidden{
overflow-x: hidden;
}


/*＿＿＿＿＿＿＿＿共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.breadcrumbs {
width: 100%;
/*margin-bottom: 30px;*/
text-align: left;
background-color: #fff;
}
.breadcrumbs ul {
padding: 12px;
width: 96%;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
font-size: 90%;
}
.breadcrumbs ul li {
   display: inline-block;
  padding-right: 20px;
  padding-left: 10px;
position: relative;
}
.breadcrumbs ul li:after {
    padding: 2px 2px;
    content: '';
    width: 11px;
    height: 11px;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 2px solid #4f4f4f;
    border-right: 2px solid #4F4F4F;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 0;
    margin-top: 0px;
}
.breadcrumbs ul li:last-child:after {
    border-top: 0px;
    border-right: 0px;
}


.block-title{
color: #000000;
font-size: 130%;
margin-top: 20px;
margin-bottom: 60px;
letter-spacing: 0.3rem;

}
.eng-title{
    color: #C8A062;
    font-size: 200%;
	letter-spacing: 2px;
	line-height: 1;
    margin-bottom: 50px;
}





.sub-wrapper{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.indent{
padding-left:1em;
text-indent:-1em;
}

.bold{
font-weight: bold;
}

.ls-wide{
    letter-spacing: 0.4rem;
text-indent: 0.4rem;
}
.common-dl{
width: 96%;
margin: 0 2%;
text-align: left;
}
.common-dl dt{
width: 25%;
float: left;
padding: 10px 3% 10px 0%;
clear: both;
overflow: hidden;

}
.common-dl dd{
    text-align: left;
width: 75%;
float: right;
padding: 10px 3%;
}






/*<!--.move animation______-->*/
.mvbefore01{
	transition: .8s;
	opacity:0;
}
.mv01{
	transition: .8s;
	opacity:1;
}

.mvbefore02odd{
	opacity:0;
	transition: .8s;
	transform: translate(200px, 0px);
	-webkit-transform: translate(200px,0px);
}
.mv02odd{
	opacity:1;
	transition: .8s;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.mvbefore02{
	opacity:0;
	transition: .8s;
	transform: translate(-200px, 0px);
	-webkit-transform: translate(-200px,0px);
}
.mv02{
	opacity:1;
	transition: .8s;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/*トップページ＿＿＿＿＿＿＿＿＿＿*/
.first-view {
    width: 100%;
}
.mainimg{
    position: relative;
	z-index: 1;
}
.catchcopy{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 3vw;
    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;
    -ms-writing-mode: vertical-rl;

}
.catchcopy p{
	text-shadow: 1px 3px 5px rgba(0,0,0,0.9);

}
.movetxt{
    display: block;
}
.movetxt span {
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}


.copy{
    color: white;
    text-align: center;
    letter-spacing: 2px;
    background-color: #F4EDDD;
	padding-bottom: 80px;
	margin-bottom: 30px;
}
.copy1{
background-color: #C8A062;
	padding: 30px 0;
	font-size: 160%;
}
.copy2{
    padding: 30px 0;
    font-size: 120%;
    background-color: #F8F8F0;
    position: relative;
}
.copy2::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 150px;
    background-image: url(../assets_performance-reform/scroll.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    background-size: contain;
    top: 0;
    left: 48%;
    margin-top: 80px;
}
.copy h2{
    font-weight: normal;
	font-size: 100%;
}

.greenhp-bnr{
    margin-bottom: 130px;
}
.greenhp-bnr img{
	width: 80%;
    margin: auto;
    max-width: 900px;
}


.works-list{
    margin: 60px 0;
}
.works-list:nth-child(2n){
-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.works-img{
    width: 57%;
    float: left;
}
.works-txt{
    width: 43%;
    float: right;
    text-align: left;
}
.works-list:nth-child(2n) .works-img{
        float: right;
}
.works-list:nth-child(2n) .works-txt{
    float: left;
}
.works-copy{
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
    margin-left: -30px;
	padding: 7px 15px;
	display: inline-block;
}
.works-copy-award{
    color: #FFF100;
    position: relative;
    padding-left: 40px;
}
.works-copy-award::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../assets_performance-reform/c-crown.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    background-size: contain;
    bottom: 4px;
    left: 0%;

}
.works-copy-normal{
    color: #FFFFFF;
    background-color: #C9A063;
}
.works-list h3{
    font-size: 105%;
    margin-bottom: 10px;
}
#reno-works .btn{
    margin-top: 120px;
}
.works-copy-award{
    color: #FFF100;
    position: relative;
    padding-left: 40px;
}
.works-copy-award::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../assets_performance-reform/c-crown.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    background-size: contain;
    bottom: 4px;
    left: 0%;

}

#contest{
    background-color: #FFFDE5;
    padding-top: 100px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 60px;
}
.contest h2{
    position: relative;
    padding-top: 30px;
}
.contest-award img{
    width: 50px;
    height: auto;
}
.contest-bnr img{
    width: 90%;
    margin: 0px auto;
    max-width: 900px;
}
.contest-history{
    margin-top: 60px;
    text-align: left;
    font-size: 80%;
}
.contest-history dl{
    margin-bottom: 20px;
	word-wrap: break-word;
}
.contest-year{
    color: #B28247;
}

.oss-img{
    margin: auto;
    width: 60%;
    max-width: 100px;
}
.oss-ul{
    margin-bottom: 60px;
}
.oss-li{
    padding: 0 1%;
    text-align: center;
    position: relative;
}
.oss-li::before{
    content: '';
    display: inline-block;
    width: 30%;
    height: 30px;
    background-image: url("../assets_performance-reform/oss-arrow.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    background-size: contain;
    bottom: 100px;
    right: -15%;

}
.oss-li:last-child::before{
    background-image: none;
}
.oss-num{
    font-weight: bold;
    font-size: 160%;
    margin-bottom: 10px;
}
.oss-li-txt{
    margin-bottom: 30px;
}
.marker1{
    background-color: #F4EDDD;
    padding-left: 3px;
	padding-right: 3px;
}
.oss-img{
    margin: auto;
    width: 60%;
    max-width: 100px;
}
.btn2{
    color: #FFFFFF;
    border-radius: 30px;
    background-color: #CF4D40;
    line-height: 1;
    padding: 20px;
    border: 3px solid #cf4d40;
    letter-spacing: 0.2rem;
    max-width: 600px;
}
.hover2:hover{
    color: #C53E40;
    background-color: #FFFFFF;
	letter-spacing: 0.3rem;
	border: 3px solid #cf4d40;
}

#staff{
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #F4EDDD;
}

#process{
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #F4EDDD;
}

.process-list{
    width: 90%;
    margin: 60px auto;
    max-width: 650px;
}
.process-list li{
    border: 1px solid #c8a063;
    padding: 25px;
    line-height: 1;
    background-color: #FFFFFF;
    letter-spacing: 0.3rem;
    position: relative;
    margin-bottom: 60px;
    font-size: 120%;
}
.process-list li::after{
    content: '';
    display: inline-block;
    border: 12px solid transparent;
    border-top-color: #C8a063;
    position: absolute;
    bottom: -50px;
    right: 48%;

}
.process-list li:last-child::after{
border: 0;
}
.staff-txt{
    width: 90%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;

    margin-bottom: 30px;
}

#about{
    padding-top: 100px;
    background-color: #FFFDE5;
    padding-bottom: 60px;
}
.about{

}
.about-copy{
    font-size: 120%;
    padding: 15px;
    background-color: #FFFFFF;
    letter-spacing: 0.2rem;
    color: #B28247;
    font-weight: bolder;
    line-height: 1;
    margin-bottom: 40px;
    text-align: left;
}
.about-copy span{
    font-size: 140%;
}
.about-txt{
    font-size: 110%;
    text-align: left;
}
.about-txt span{
    color: #FFFFFF;
    background-color: #C9A063;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bolder;
    font-size: 120%;
}
.about-img{
    margin-top: 40px;
}
#voice{
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #F5EEDD;
    margin-top: -100px;
}
.voice-list{
    margin-top: 110px;
}
.voice-list li{
    position: relative;
    width: 49%;
    margin-right: 2%;
}
.voice-list-txt{
    background-image: url(../assets_performance-reform/voice-img1-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background-position: right  bottom;*/
    text-align: left;
    padding-top: 80px;

    position: relative;
	padding-left: 11%;
    padding-bottom: 140px;
    padding-right: 9%;

}
.voice-list li:nth-child(2n) .voice-list-txt{
    background-image: url(../assets_performance-reform/voice-img2-bg.png);
}
.voice-list-img{
    width: 45%;
    top: -95px;
    position: absolute;    /*float: left;*/
    z-index: 2;
}

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

.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{
    text-align: left;
    margin-bottom: 30px;

}
.qa-dl dt{
    color: #B28247;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 70px;
    padding-bottom: 15px;
    position: relative;
    background-color: #FFFDE5;
    margin-bottom: 10px;
    font-weight: bold;
}
.qa-dl dd{
    width: 90%;
    margin: auto;
    position: relative;
	 padding-top: 15px;
    padding-right: 15px;
    padding-left: 60px;
    padding-bottom: 15px;
    position: relative;
}
.qa-dl dt::before{
content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../assets_performance-reform/qa-q.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    background-size: contain;
    top: 12px;
    left: 25px;
}
.qa-dl dd::before{
content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../assets_performance-reform/qa-a.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    background-size: contain;
    top: 12px;
    left: 25px;
}

.qa-flex {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.qa-text {
  flex: 1;
}

.qa-image {
  width: 400px;
  flex-shrink: 0;
}

.qa-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.anchor-link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

.anchor-link:hover {
  text-decoration: underline;
}

.qa-dl {
  scroll-margin-top: 120px; /* ヘッダー高さに合わせて調整 */
}

html {
  scroll-behavior: smooth;
}

/* h3ボタン全体 */
.works-btn {
  margin: 10px 0;
}

/* クリック範囲をh3全体に */
.works-btn a {
  display: block;
  padding: 14px 18px;
  border: 2px solid #F4EDDD;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  transition: all 0.25s ease;
  text-decoration: underline;
}

/* ホバー時（PC） */
.works-btn a:hover {
  background: #C9A063;
  color: #fff;
}

.home-illust {
  display: block;          /* 中央寄せに必須 */
  width: 250px;            /* ワイド300 */
  max-width: 100%;         /* スマホ対応 */
  margin: 0 auto;          /* センター揃え */
  height: auto;            /* 縦横比維持 */
}

@media screen and (max-width: 768px) {
  .home-illust {
    width: 200px;
  }
}





/*.qa-q{
    color: #B28247;
    font-size: 180%;
    font-weight: bold;
}
.qa-a{
    font-weight: bold;
    font-size: 180%;
    color: #C9CACA;
}*/








