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

#ls{
	width: 960px;
	margin: 0px auto;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.6;
}

#ls img{
	vertical-align: bottom;
}

#ls .btnArea{
    text-align: center;
}

#ls .btnArea span{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

#ls .c-red{
    color: #d30000;
    font-weight: bold;
}

#ls .c-blue{
    color: #4893c6;
    font-weight: bold;
}

#ls .ls-h2{
    text-align: center;
    font-weight: bold;
    font-size: 46px;
    color: #222;
    line-height: 1.3;
}

#ls .ls-h2:before{
    content: url("../images/local-specialty/ico-h2.png");
    display: block;
    height: 90px;
    margin-bottom: 20px;
}

.ls-about{
    margin-top: 100px;
}

.ls-about-box{

}

.ls-about-img{
    text-align: center;
    margin-top: 20px;
}

.ls-about-txt{
    margin-top: 20px;
}

.ls-media{
    margin-top: 100px;
}

.ls-media-box{

}

.ls-media-img{
    text-align: center;
    margin-top: 20px;
}

.ls-media-txt{
    margin-top: 20px;
}



.ls-reason{
    margin-top: 100px;
}

.ls-reason-box{
    display: table;
    padding: 20px;
    background-color: #d9f8ff;
    width: 100%;
    box-sizing: border-box;
}

.ls-reason-img{
    display: table-cell;
    width: 350px;
    position: relative;
    vertical-align: middle;
}

.ls-reason-img i{
    position: absolute;
    top: -50px;
}

.ls-reason-txt{
    display: table-cell;
    padding-left: 20px;
    width: 548px;
    vertical-align: middle;
}

.ls-reason-txt h3{
    color: #e20c0c;
    font-size: 32px;;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ls-point{
    margin-top: 100px;
}

.ls-point-box li{
    float: left;
    width: 300px;
    margin-right:  30px;
}

.ls-point-box li:last-child{
    margin-right: 0px;
}

.ls-point-txt{
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
}

.ls-point-txt em{
    font-size: 16px;
    font-style: normal;
}

.ls-item{
    margin-top: 100px;
}

.ls-item-top{
    display: table;
    padding: 20px 20px 0;
}

.ls-item-img{
    display: table-cell;
    vertical-align: top;
}

.ls-item-txt{
    display: table-cell;
    vertical-align: top;
    width: 476px;
    padding-left: 30px;
}

.ls-item-list .ls-item-txt dl{
    display: table;
    width: 100%;
    margin-top: 10px;
}

.ls-item-list .ls-item-txt dl dt{
    display: table-cell;
    color: #fff;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}

.ls-item-list .ls-item-txt dl dd em{
    font-weight: bold;
    color: #d30000;
    font-size: 36px;
    font-style: normal;
}

.ls-item-list .ls-item-txt dl dd{
    display: table-cell;
    padding: 10px;
}

.ls-item-list .ls-item-txt dl dd span{
    font-size: 12px;
}

.ls-item-bottom{
    margin-top: 20px;
    padding: 0 20px 20px;
}

.ls-item-point{
    border-radius: 10px;
    padding: 20px 20px 20px 100px;
}


.ls-item-box__gourmand{
    border: 2px solid #2569b5;
    box-sizing: border-box;
}

.ls-item-box__gourmand h3{
    background-color: #2569b5;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 5px;
}

.ls-item-box__gourmand dt{
    background-color: #2569b5;
}

.ls-item-box__gourmand .ls-item-point{
    background-image: url("../images/local-specialty/ico-item03.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #edf6ff;
}


.ani {
	animation: ani 2s infinite;
}

@keyframes ani {
	0% {
		transform: translate(0px, 2px);
	}
	5% {
		transform: translate(0px, -2px);
	}
	10% {
		transform: translate(0px, 2px);
	}
	15% {
		transform: translate(0px, -2px);
	}
	20% {
		transform: translate(0px, 2px);
	}
	25% {
		transform: translate(0px, -2px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}