﻿@charset "UTF-8";


 /*========================================
   news  pc 
 ========================================*/


#news-header {
    background-image: url(../img/news_bg.jpg);
    border-bottom: 3px solid #95c34a;
}



.page-header {
    width: 100%;
    height: 310px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 120px;
    position: relative;
}



.page-header:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
    content:"";
    background: url(../../../cmn/img/dot.png) 0 0 repeat;
    z-index: 0;
}


.sub-container {

    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    z-index: 1;

}



.sub-container h1 {
   color: #492c19;
   text-align: center;
   padding: 0 20px;
   text-shadow: 0px 0px 20px rgba(255,255,255,0.97);

}



.sub-container h1 span {
  display: block;
  line-height: 2em;
}


.mv-l{
    font-size: 47px;
    font-weight: bold;
    letter-spacing: -0.03em;
    position: relative;
}



.mv-s{
   font-size: 22px;
   font-weight: normal;
  letter-spacing: 0.02em;

}




.sub-container2{
   width: 960px;
   margin: 0 auto;

}




/* sec 1 */ 

#newslist  p img {
  max-width: 960px;
    width: 100%;
}



.listbox {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 80px;
}


.listbox ul li {
    margin-bottom: 5px;
    text-align: left;
    position: relative;
}


.listbox ul li a {
    color: #492c19;
}




/* sec 2*/ 

#newsview  p img {
  max-width: 960px!important;
  max-height: 1000px !important;

}



.viewbox {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 80px;
}


.viewbox ul li {
    margin-bottom: 5px;
    text-align: left;
    position: relative;
}


.viewbox ul li a {
    color: #492c19;
}


.viewbox .viewheader .date {
     color: #969696;
    font-size: 1em;
    font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    -webkit-font-smoothing: antialiased;
   
}



.viewheader {
    
    padding: 40px 20px;
    border-top: 2px solid #755c47;
    border-bottom: 1px solid #ded4c1;
    text-align: center;
}


.viewheader h2 {
    font-size: 18px;
    padding: 0 50px;
    line-height: 1.5em;
    margin-top: 0px;
   
}

.viewheader h2 span{
    vertical-align: middle;
   
}


.viewdate {
     color: #969696;
    font-size: 1em;
    font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    -webkit-font-smoothing: antialiased;
   
}



.viewcenter {
    padding: 40px 20px;
    border-bottom: 1px solid #492c19;
    text-align: left;
}

.viewcenter p {
    margin-top: 20px;
}


.viewft{
    margin-top: 20px;
   text-align: center; 
}




 /*========================================
     news   sp 
 ========================================*/





 /* 768 px */
@media screen and (max-width: 768px){

.sub-container {
    width: 90%;
}


.page-header {
    height: 200px;
    padding-top: 100px;
}


.page-header:before{
   height: 200px;
}


.sub-container h1 span {
    line-height: 1.3em;
}

.mv-l {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.03em;
    position: relative;
}

.mv-s {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.02em;
}




.sub-container2 {
   width: 90%;
}



/* s01 */

.news {
  margin-bottom: 80px;
}
.newsbg h1 img {
    max-width: 90%;
}

.subtxt02 {
    text-align: left;
    margin-top: 20px;
    line-height: 2.2em;
    font-size: 13px;
}

.listbox ul li a {
    color: #492c19;
    line-height: 1.7em;
    letter-spacing: -0.01em;
}


.listbox {
    margin-top: 60px;
}



#newsview  p img {
  width: 100%;

}



.viewbox {
    margin-top: 40px;
}

.viewheader {
    padding: 10px 0px;

}

.viewheader h2 {
   padding: 10px;
}


.viewdate {
    font-size: 13px;
    padding-bottom: 0px;
}



}




 /* 480 px */

@media screen and (max-width: 480px){


.viewheader h2 {
    font-size: 18px;
    
}




.viewcenter {
    padding: 10px 10px;
    border-bottom: 1px solid #492c19;
    text-align: left;
}



.viewcenter p {
    font-size: 14px;
}



}