@charset "UTF-8";
/* CSS Document */


.NewsDtl-header__ttl{
	margin: 250px auto 50px;
	text-align: center;
}

.NewsDtl-header__ttl h1{
	font-size: 2.5em;
	margin-bottom: .2em;
	letter-spacing: 10px;
  
	font-family: 'Cormorant Garamond', serif;
}

.NewsDtl-header__ttl-sub{
	font-size:.8em;
	letter-spacing: 5px;
}



.NewsDtl-main{

	max-width: 960px;
	left : 0;
    right: 0;
    margin: 200px auto 100px;
}


.NewsDtl-set{
margin-top: 20px;
}

.NewsDtl-set h3{
font-size: 1.2rem;
padding: 3rem 0 1.5rem;
}

.NewsDtl-set__hero{
text-align: center;
margin-bottom: 50px;
}

.NewsDtl-set__hero img{
max-width: 100%;
height: auto;

margin: 0 auto;


}

.NewsDtl-set__img img{
width: 100%;
height: 100%;
margin-bottom: 10px;
}


.NewsDtl-set__cap{
margin: 0 20px 50px 10px;
line-height: 1.5rem;
font-size: 0.85rem;
}


.NewsDtl-set__heading{
font-size: 1.5rem;
margin-bottom: 20px;
font-weight: bold;
}


.NewsDtl-set__txt{
text-align: left;
font-size: 1rem;
line-height: 2rem;
margin-bottom: 50px;
}

.NewsDtl_ttl{
 padding: 1rem 0;
    margin-bottom: 50px;
    background-image: linear-gradient(90deg, #006436 0 10%, #eeeeee 10%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom;
    color: #323232;
    font-weight: bold;
    font-size: 30px;
}




/*newsヘッダー*/

.NewsDtl__header{margin-top:50px;}
.NewsDtl__header-row{
display: flex;
width: 100%;
}

.NewsDtl__category{
  margin: 0;
  padding: 0;
}
.NewsDtl__category span{
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
}

.NewsDtl__date{
padding: 10px 20px;
  font-size: 16px;
  line-height:0.75;
  letter-spacing: 1px;
}

.NewsDtl_ttl{
 padding: 1rem 0;
    margin-bottom: 50px;
    background-image: linear-gradient(90deg, #006436 0 10%, #eeeeee 10%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom;
    color: #323232;
    font-weight: 600;
    font-size: 1.85rem;
    
    
}


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

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

.NewsDtl-header__ttl{
    height: 100vh;
	display: flex;
 	justify-content: center;
 	align-items: center;
	flex-direction: column;
	margin: 0;
}


.NewsDtl-set h3{

font-size: 1.2rem;
padding: 1rem 0 1rem;
}

.NewsDtl-set__hero{

}

.NewsDtl-set__hero img{
max-width: 90%;
height: auto;
margin-bottom: 50px;
}

.NewsDtl-set__img{
text-align: center;
}

.NewsDtl-set__img img{
max-width: 93%;
height: auto;
margin-bottom: 10px;
}


.NewsDtl-set__cap{
max-width: 90%;

}




.NewsDtl-main{
margin: 150px auto 100px;
}


.NewsDtl-set{
}

.NewsDtl-set h3{
font-size: 1.2rem;
margin: 0 20px 20px 20px;
}


.NewsDtl-set__heading{
margin: 0 20px 20px 20px;
font-size: 1.5rem
}


.NewsDtl-set__txt{
margin: 0 20px 50px 20px;
font-size: 1rem;
}




/*newsヘッダー*/

.NewsDtl__header{
width: 90%;
margin: 0 auto;
}
.NewsDtl__header-row{

display: flex;
width: 100%;
}

.NewsDtl__category{
  margin: 0;
  padding: 0;
}
.NewsDtl__category span{
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  font-size: 12px;
  line-height: 1;
}

.NewsDtl__date{
padding: 10px 20px;
  font-size: 16px;
  line-height:0.75;
  letter-spacing: 1px;
}

.NewsDtl_ttl{
 padding: 1rem 0;
    margin-bottom: 50px;
    background-image: linear-gradient(90deg, #006436 0 10%, #eeeeee 10%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom;
    color: #323232;
    font-weight: 600;
    font-size: 1.5rem;
}






}



