@charset "utf-8";
/* 文件開頭說明 */
/* 
* Page name:Jih Nan Tea Shop.
* Copyright 2022
* Auther: Arthur Ming
* Licensed
*/

/* 目錄、區段的註解 */
/* ---------------------------*\
    Content 
\* ---------------------------*/

/* 
 * Content-----------------You are reading it!
 * Global-----------------Set commom styles
 * Layout-----------------Set grid
 * Components------------------Set components styles
*/

/* ---------------------------*\
    Global 
\* ---------------------------*/
* {
  position: relative;
  box-sizing: border-box;
}
html,
body {
  font-family: "微軟正黑體";
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}


/* ---------------------------*\
    Layout
\* ---------------------------*/
.container {
    width: 1px;
    display: block;
    margin: 0 auto;
    /* border: 1px solid black; */
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
  
  .row {
    /* border: 1px solid black; */
    margin: 0 -16px;
  }
  .row:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .col-1-2,
  .col-1-3,
  .col-1-4,
  .col-1-5,
  .col-1-6 {
    /* border: 2px solid red; */
    float: left;
    padding-right: 8px;
    height: 100%;
  }
  
  .col-1-2 {
    width: 50%;
  }
  
  .col-1-3 {
    width: 33.33333333%;
  }
  
  .col-1-4 {
    width: 25%;
  }
  
  .col-1-5 {
    width: 20%;
  }
  .col-1-6 {
    width: 16.6666666%;
  }


  .concept1{
    margin-top: 200px;
  }
  
  /* ---------------------------*\
      Components 
  \* ---------------------------*/
  
  /* btn */
  
  
  
  /* image */
  .right-image-container{
    display: inline-block;
    float: right;
    margin-top: 25px;
    /* border: 1px solid red; */
}
    .right-image{
        display: inline-block;
        vertical-align: right;
        float: right;
        width: 380px;
        height: 147px;
        /* border: 1px solid black; */
        background-image: url('../image/1x/rightmountain.png');
        background-repeat: no-repeat;
        background-size: contain;
          /* border: 1px solid red; */
    }

    .big-image-container{
       position: absolute;
       right: 0;
       top: 200px;
        width: 75%;

    }
    .big-image-container::before{
        content: '';
        display: block;
        width: 100%;
        padding-top:51% ;
        /* border: 5px solid green; */
    }

    .big-image{
        /* border: 1px solid red; */
    /* width: 200px;
    height: 150px; */
    background-image: url("../image/1x/image1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    .right-image2-container{
      display: inline-block;
      float: right;
      /* margin-top: 25px; */
    }

    .right-image2{
      display: inline-block;
      /* vertical-align: right;
      float: right; */
      width: 495px;
      height: 195px;
      /* border: 1px solid black; */
      background-image: url('../image/1x/mountain02.png');
      background-repeat: no-repeat;
      background-size: contain;
        /* border: 1px solid red; */
    }

  /* jumbotron */
  
  
  /* hero */
  

  /* navbar */
  .logo-container{
      display: inline-block;
      margin: 35px 50px;
      /* border: 1px solid red; */
  }

  .logo-image{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 147px;
    /* border: 1px solid black; */
    background-image: url("../image/2x/invalid-name@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
}
 .nav-botton{
    margin-left: 90px;
    width: 360px;
 }
.con{
    display: block;
    margin-top: 34px; 
}

.con.bottom{
    display: inline-block;
    margin-top: 230px;
    margin-right: 10px;
}

.btn1{
    font-family: 'Noto Serif TC', serif;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.69px;
    color: #444;
    border-bottom: 2px solid white;
}
.btn1:hover {
    content: "";
    border-bottom: 2px solid #698a3d;
    display: inline-block;
    margin-top: -2px;
    transition: all 0.1s;
  }

 .float-image-container {
    position: absolute;
    top: 100px;
    left: 500px;
    width:62px ;
 }
 
 .float-image{
    display: inline-block;
    vertical-align: right;
    float: right;
    width: 124px;
    height: 290px;
    /* border: 1px solid black; */

    background-repeat: no-repeat;
    background-size: contain;
      /* border: 1px solid red; */
 }


/* concept1 */
.main{
  margin-top: 75px;
  border-top: 1px solid white;
}

 .concept1-image-container{
   display: block;
 }

 .concept1-image{
  display: inline-block;
  vertical-align: top;
  width: 655px;
  height: 735px;
  /* border: 1px solid black; */
  background-image: url("../image/1x/image2.png");
  background-repeat: no-repeat;
  background-size: contain;
 }

 .info-box{
   padding-left: 30px;
   width: 500px;
 }

 .subtitle{
  margin-top: 50px;
 }

 .subtitle-image-container{
  display: inline-block;
  
}

.subtitle-image{
 display: inline-block;
 vertical-align: top;
 width: 80px;
 height: 9px;
 /* border: 1px solid black; */
 background-image: url("../image/1x/CONCEPT.png");
 background-repeat: no-repeat;
 background-size: contain;
}

.title{
  margin-top: 10px;
  font-family: 'Noto Serif TC', serif;
    font-size: 43px;
    font-weight: 465;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 6.4px;
    line-height: 1.7;
    color: #444;
    border-bottom: 2px solid white;
    margin-bottom: 20px;
}

.context-box{
width: 480px;
}
.context{
  font-family: 'Noto Serif TC', serif;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.42;
    letter-spacing: 3.69px;
    color: #444;
    text-align: justify;
}

.btn{
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  margin-top: 52px;
  font-family: 'Noto Serif TC', serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.42;
  letter-spacing: 3.69px;
  color: #777;
  text-align: justify;
  /* border-bottom: 1px solid #999; */
}


.btn:hover{
  content:'' ;
  display: block;
  border-bottom: 2px solid #698a3d;
  color: #444;
  transition: all 0.1s;
}

.right-botton2{
  float: right;
  margin-top: 200px;
  width: 495px;
  height:195px ;
  /* border: 1px solid black; */
}

/* concept2 */
.concept2{
margin-left: 100px;
margin-top: 1200px;
height: 700px;
}

.concept2inbox{
  margin-left: 100px;
}


.concept2-image-container{
  position: relative;
  margin-top: 50px;
  margin-left: 50px;
  width: 559px;
/* border: 5px solid black; */
}
.concept2-image-container::before{
   content: '';
   display: block;
   width: 100%;
   padding-top:65% ;
   /* border: 5px solid green; */
}

.concept2-image{
   /* border: 1px solid red; */
/* width: 200px;
height: 150px; */
background-image: url("../image/1x/image3.png");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.btn2{
  display: inline;
  padding-top: 50px;
  margin-left: 50px;
  float: right;
  font-family: 'Noto Serif TC', serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.42;
  letter-spacing: 3.69px;
  color: #777;
  text-align: justify;
  /* border: 1px solid black; */
}


.btn2:hover{
  content:'' ;
  display: inline;
  border-bottom: 2px solid #698a3d;
  color: #444;
  transition: all 0.1s;
}



/* teaservice */
.service{
  height: 1580px;
  width: 1500px;
  background-image: url(../image/1x/teabgc.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0; 
}

.service-info{
  width: 950px;
  height: 400px;
  /* border: 1px solid black; */
  position: absolute;
  right: 97px;
  top: 185px;
}

.service-info.col-1-3{
  padding-right: 10px;
}

.product-container {
  width:297px ;
}

.product{
  display: inline-block;
  vertical-align: right;
  height: 397px;
  width: 305px;
  /* border: 1px solid black; */
  background-repeat: no-repeat;
  background-size: cover;
    /* border: 1px solid red; */
}

.teaservice{
  float: right;
  margin: 15px;
  margin-top: 450px;
}
.teaserviceoutside{
  float: right;
  margin: 15px;
  margin-right: 90px;
  margin-top: 80px;
}

/*story*/

.bgc2-story{
  margin-top: 120px;
  height: 750px;
  width: 1500px;
  background-image: url(../image/1x/bgc2story.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0; 
  /* border: 1px solid black; */
}

.story-info{
  width: 1000px;
  height: 300px;
  /* border: 1px solid black; */
  position: absolute;
  right: 60px;
  top: 200px;
}


.diary-container{
  position: relative ;
  margin-left: 25px;

}
.diary-container::before{
   content: '';
   display: block;
   width: 100%;
   padding-top:66% ;
   /* border: 5px solid green; */
}

.diary-image{
   /* border: 1px solid red; */
/* width: 200px;
height: 150px; */
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 247px;
height: 170px;
}

.day{
  padding-top: 5px;
  font-family: 'Noto Serif TC', serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.9px;
  color: #444444;
  text-align: justify;
}

.storytitle{
  font-family: 'Noto Serif TC', serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.9px;
  color: #444444;
  text-align: justify;
  margin-top: 10px;
}

.iconbutton-container{
 display: inline-block;
  float: right;
}


.iconbutton-image{
display: inline-block;
margin-top: 15px;
margin-right: 15px;
  /* vertical-align: right;
  float: right; */
  width: 60px;
  height: 24px;
  /* border: 1px solid black; */
  background-repeat: no-repeat;
  background-size: contain;
    /* border: 1px solid red; */
}

.special .diary-image{
   /* border: 1px solid red; */
/* width: 200px;
height: 150px; */
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 272px;
height: 1;
}

.story-info .story{
  display: inline-block;
  position: relative;
  float: right;
  margin-right: 40px;
}


/*footer*/
.footer{
  background-color: #6b6b65;
  height: 330px;
}

.footer-container{
  /* border: 1px solid black; */
  margin-left: 410px;
  height: 300px;
  width: 600px;
}

.footer-container .col-1-3{
  margin-top: 30px;
}

.footer .col-1-3 .rol{
  margin: 30px;
}

.btn-footer{
  font-family: 'Noto Serif TC', serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.69px;
  color: #fff;
}
.btn-footer:hover {
  content: "";
  display: inline-block;
  color: #CCCCCC;
  transition: all 0.2s;
}

.footer-info{
  font-family: 'Noto Serif TC', serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.24px;
  color: #fff;
  white-space: nowrap;
}

.footer-info:hover{
  color: #CCCCCC;
}

.copyright{
position: absolute;
bottom: 50px;
left: 440px;
width: 327px;
height: 17px;
margin: 112px 338px 0 0;
font-family: 'Noto Serif TC', serif;
font-size: 7px;
font-weight: 400;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 0.83px;
color: #fff;
}