@charset "utf-8";
/******************************************************

        PCサイト用

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


#main {
    position: relative;
    overflow: hidden;
}
#main::before {
    content: url(../images/base/2color-back.png);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 100%;
    min-width: 2330px;
    transform: translateX(-50%);
}


/******************************************************/
/* intro  */
/******************************************************/
#intro {
    padding: 52px 0 0;
}
#intro h2 {
    border-top: 6px solid #387d39;
    border-bottom: 6px solid #d80c18;
    padding: 12px 0 14px 0;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    display: table;
    margin: 0 auto 36px;
}
#intro h3 {
    font-size: 6.6rem;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 36px;
    text-align: center;
}
#intro p {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 36px;
    text-align: center;
}
#intro ul.imgs {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 180px;
    width: 100%;
}
#intro ul.imgs li {
    width: 50%;
    box-sizing: border-box;
}
#intro ul.imgs li:nth-of-type(2n+1) {
    padding-right: 20px;
}
#intro ul.imgs li:nth-of-type(2n) {
    padding-left: 20px;
}
#intro ul.imgs li img {
    width: 100%;
    height: auto;
}
#intro ul.nav {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 180px auto 190px;
}
#intro ul.nav li {
    margin: 0 10px;
}
#intro ul.nav li img {
    max-width: 490px;
    width: 100%;
    height: auto;
}


/******************************************************/
/* news  */
/******************************************************/
#news {
    position: relative;
    margin-bottom: 85px;
}
#news .inbox {
    width: 1000px;
    padding: 0 50px;
    margin: auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#news h2 {
    width: 1000px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #387d39;
    margin-bottom: 38px;
}
#news h2 img {
    margin-bottom: 20px;
}
#news h4{
	width: auto;
	height: 40px;
	text-align: center;
	font-size: 18px;
	color: #06c755;
}
#news h4 img {
	width: auto;
	margin-left: 25px;
	margin-right: 25px;
	
}
#news .inbox {
    display: flex;
    width: 1000px;
    padding: 0;
    margin: auto;
}
#news .lbox {
    width: 590px;
    margin-right: 30px;
}

#news .lbox .rss_area {
    background: url(../images/base/dotted.png) repeat-x left top;
    padding-top: 5px;
    width: 590px;
    margin: auto;
    position: relative;
}
#news .lbox ul {
    margin-bottom: 30px;
}
#news .lbox ul li {
    background: url(../images/base/dotted.png) repeat-x left bottom;
    padding: 9px 0 12px;
    line-height: 1.3;
    margin-bottom: 12px;
	font-size:1.6rem;
}
#news .lbox ul li span {
    display: block;
    color: #888;
    font-weight: bold;
	margin-bottom: 4px;
}
#news .lbox ul li a {
    color: #333;
    text-decoration: underline;
}

	
#news .rbox {
    width: 380px;
}
#news .rbox .sns {
}
#news .rbox .sns li {
    margin-bottom: 20px;
}
#news .rbox .sns li a {
    color: #ffffff;
    text-decoration: none;
    width: 380px;
	height: 90px;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
}
#news .rbox .sns #sns_facebook {
    background: #3b579d;
}
#news .rbox .sns #sns_tabelog {
    background: #fa9c00;
}
#news .rbox .sns #sns_instagram {
    background: #f02160;
}
#news .rbox .sns #sns_line {
    background: #06c755;
	height: 120px;
}
#news .rbox .sns li a .img {
    width: 120px;
}
#news .rbox .sns li a strong {
    font-weight: 400;
}
#news .rbox .sns li a strong span{
    font-size: 1.6rem;
}



}