@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');
@import url("reset.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');


body{background-color: #606060;}

*{
  box-sizing: border-box;
	font-family: 'Noto Sans TC', serif;
}

#bttop {
	width:100px;
	height:100px;
	background-image: url(img/bttop.png);
	background-repeat: no-repeat;

	position: fixed;
    right: 50px;
    bottom: 70px;
    cursor: pointer;
}

#bttop:hover{
	background-image: url(img/bttop-1.png);
}




/* --------------------------------

　　　T O P  T O P  T O P

--------------------------------- */



.WRAPPER{
  width:100%;
  margin:0 auto;
	box-shadow: 
		0 3px 30px 1px rgba(0, 0, 0, 0.7), 
		-50px -50px 30px 5px rgba(90, 90, 90, 0.2);
  background-color: #fef7f2;
    
  background-image: url(img/top-1.png), url(img/bg_b.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, 100%;
}


.TOP{

	width:100%;
	padding-top:67%;
}



  .TOPB{
    width:100%;
    border-radius: 15px;
    padding:20px 20px;
    margin-bottom:20px; }
.TOPB img{
  width:100%;
}
  .TOPB h3{
    font-size:clamp(1.6rem, 2vw, 1.8rem);
    font-family: 'Noto Serif TC', serif;
    padding-bottom:10px;}
  .TOPB p{
    font-size:  clamp(1rem, 2vw, 1.2rem);
    line-height:1.6; }


.b1{
    background-image: url(img/bg11.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #947c65;
    background-size: contain;
    color:#ffffff; }
.b2{
    background-image: url(img/bg21.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #f5f4f0;
        background-size: contain;
    color:#77301d;  }  
.b3{
    background-image: url(img/bg31.png);
    background-repeat: no-repeat;
    background-position: right top;
        background-size: contain;
    background-color: #d6eace;  }
.b4{
    background-image: url(img/bg41.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #473e36;
        background-size: contain;
    color:#ffffff;  }
.b5{
    background-image: url(img/bg51.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #96a695;
        background-size: contain;
    color:#ffffff;  }
.b6{
    background-image: url(img/bg61.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #b0dcd5;
        background-size: contain;
  } 



.INFO{
  width:100%; 
  padding:20px 20px;
  
}


.INFO P{
  margin-bottom:15px;
  font-size:  clamp(1rem, 2vw, 1.2rem);
  line-height:1.8;
}


.WORD{
  width:100%;
  padding-top:40%;
}


.bl_btn{
  font-family: 'Noto Sans TC', serif;
  font-size:  clamp(1rem, 2vw, 1.2rem);
  display:inline-block;
	background-color:#d9bdae;
  color:#67564f;
  text-decoration:none;
  font-weight: bold;
  padding: 15px 25px;
  margin-top:20px;
  margin-bottom:40px;
  border-radius: 30px;
  letter-spacing: 1px;
  box-shadow: 3px 3px 10px 0px #000000;
}

.bl_btn:hover{
	background-color:#1d6b5c;
  color:#ffffff;;
	border:solid 1px #1d6b5c;
  letter-spacing: 1px;
/*  text-shadow: 1px 1px 7px #ffffff;*/
  box-shadow: none;
}




/* --------------------------
  
  　　　　底　部　版　權
  
-----------------------------*/



.FOOTER{
	width:100%;
	background-color:#68362a;
	padding-block:25px;
	text-align:center;
}
.FOOTER a {
	text-decoration:none;
  color:#feb345;
}

.FOOTER a:hover {
	font-weight:bold;
}

.FOOTER p{
	font-size:15px;
	text-decoration:none;
	line-height:1.6;
	text-align:center;
  font-family: ;
  color:#ffffff;
}


  /* ------------------------
  
  　　　　　大　螢　幕
  
  ---------------------------*/

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


    .TOP{
      width:100%;
      padding-top:60%;
    }

    .INFO{    padding:50px;}

    .WORD{
      width:100%;
      padding-top:20px; }

  }




  /* ------------------------
  
  　　　　　B i g g e r
  
  ---------------------------*/

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

    .WRAPPER{
      max-width:1100px;
      margin:0 auto;
      box-shadow: 
        0 3px 30px 1px rgba(0, 0, 0, 0.7), 
        -50px -50px 30px 5px rgba(90, 90, 90, 0.2);
        
    background-image: url(img/top.png), url(img/bg_b.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100%, 100%;
    }



  }