/*****************************************
dgreen style css
*****************************************/

/*=======================================
common
========================================*/
/*font
_______________________________________*/
*{
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}
body{
  background-color: #fafbf6;
  box-sizing: border-box;
  position: relative;
  color: #1c311c;
}
a,a:hover,a:valid,a:visited,a:active{
  color: #1c311c;
}
h2{
  font-size: 24px;
  font-weight: 500;
  color: #565d23;
  margin: 0 0 30px;
}
main{
  position: relative;
}
.totop, .totop:hover, .totop:valid, .totop:visited, .totop:active{
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  bottom: 20px;
  right: 20px;
  background: #72783b;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  float: right;
  font-size: 13px;
  border-radius: 50%;
  position: sticky;
  margin: 0 0 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  padding: 12px 0 0 2px;
  box-sizing: border-box;
}
.clear{
  clear: both;
}
.cc-revoke{
  left: 5px !important;
  font-size: 14px !important;
}
/*pc*/
@media all and (min-width:768px) {
  .sp{
    display: none;
  }
}
/*sp*/
@media all and (max-width:767px) {
  .pc{
    display: none;
  }
}
/*img
_______________________________________*/
.section-img{
  margin: 0 0 40px;
}
.section-img img{
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.contents{
  max-width: 900px;
  width: 100%;
  margin: 0 auto 120px;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
/*pc*/
@media all and (min-width:768px) {
  .section-img img{
    height: 370px;
  }
}
/*sp*/
@media all and (max-width:767px) {
  .section-img img{
    height: 190px;
  }
}

/*=======================================
header
========================================*/
/* See "luxbar.min.css" for CSS in the header */


/*=======================================
main-img
========================================*/
/* #main-img
_______________________________________*/
#main-img{
  background-image: url(../img/main_img.jpg);
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#main-img h1{
  position: absolute;
  top: 50%;
  margin: -1% 0 0;
  left: 10%;
  width: 100%;
}
#main-img h1 img{
  width: 100%;
}

#nav-wrap{

}
#nav-wrap ul{
  list-style: none;
  background: #71783b;
  padding: 10px 0;
}

#nav-wrap ul li a{
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  padding: 0 0 0 22px;
}
#nav-wrap ul li a:hover{
  text-decoration: underline;
}

#nav-wrap ul li a::before{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #f9fbf6;
  top: 6px;
}


/*pc*/
@media all and (min-width:768px) {
  #nav-wrap ul{
    text-align: center;
  }
  #nav-wrap ul li{
    display: inline-block;
    margin: 0 16px 0;
  }
  #main-img h1{
    max-width: 36vw;
  }
}
/*sp*/
@media all and (max-width:767px) {
  #nav-wrap ul li{
    margin: 0 16px 0;
  }
  #main-img{
    background-position: 15%;
  }
  #main-img h1{
    max-width: 80vw;
  }
}
/*=======================================
松阪茶とは
========================================*/
#about-matusaka-tea{
  width: 100vw;
  overflow: hidden;
}

.catch{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 70px 0 70px;
  padding: 0 10px;
}

.matusaka-tea{
  margin: 0 auto 65px;
}
.matusaka-tea .text{
  max-width: 560px;
}
.matusaka-tea .text h2{}
.matusaka-tea .text p{}

.matusaka-tea .img{
  position: absolute;
  z-index: -1;
}
.matusaka-tea .img img{
  width: 100%;
}

/*pc*/
@media all and (min-width:768px) {
  .catch{
    font-size: 46px;
  }
  .matusaka-tea .text{
    width: 65%;
  }
  .matusaka-tea .img{
    top: 2%;
    right: -16%;
    width: 49%;
  }
}
/*sp*/
@media all and (max-width:767px) {
  .catch{
    font-size: 30px;
  }
  .matusaka-tea .text{
    width: 100%;
  }
  .matusaka-tea .img{
    bottom: -50px;
    right: -24%;
    width: 86%;
  }
}

/*=======================================
松阪市茶業組合の活動
========================================*/
#activities{}

.union-member-link{
  background: #71783b;
  max-width: 570px;
  height: 90px;
  width: 100%;
  display: block;
  margin: 60px auto 0;
  text-align: center;
  padding: 20px 0px 22px;
  box-sizing: border-box;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 2px solid #71783b;
}
.union-member-link:hover{
  color: #71783b;
  background: #fff;
}

/*pc*/
@media all and (min-width:768px) {
  #activities .img-wrap{
    display: flex;
    justify-content: space-between;
    margin: 30px 0 40px;
  }
  #activities .img-wrap img{
    vertical-align: bottom;
    width: 34%;
    max-width: 285px;
  }
}
/*sp*/
@media all and (max-width:767px) {
  #activities .img-wrap{
    margin: 30px 0 40px;
  }
  #activities .img-wrap img{
    vertical-align: bottom;
    width: 100%;
    margin: 0 0 10px;
  }
}

/*=======================================
header
========================================*/
.member{
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.member:first-of-type{
  border-top: 1px solid #d0d0d0;
  padding: 30px 0 30px;
}
.member h3{
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: bold;
  color: #575d23;
}
.cat{
  margin: 0 0 10px;
}
.about-cat{
  margin: 50px 0 50px;
}

.cat span,.about-cat span{
  padding: 5px 15px 3px;
  margin-right: 6px;
  border-radius: 3px;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  font-size: 13px;
}
.hp{
  background: #72783b;
  color: #fff;
}
.shop{
  background: #4f7ea9;
  color: #fff;
}
.etc{
  background: #ce8410;
  color: #fff;
}
.addr{}
.tel{}
.url{}

#activities-member .contents{
  margin: 0 auto 20px;
}

/*pc*/
@media all and (min-width:768px) {
.member{}
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/*sp*/
@media all and (max-width:767px) {
.member{}
}

/*=======================================
header
========================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:768px) {}
/*sp*/
@media all and (max-width:767px) {}


/*=======================================
header
========================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:768px) {}
/*sp*/
@media all and (max-width:767px) {}

/*=======================================
footer
========================================*/
.copyright{
  background: #71783b;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 4px 0 4px;
}


/*pc*/
@media all and (min-width:768px) {}
/*sp*/
@media all and (max-width:767px) {}
