@charset "UTF-8";
.about .box .pic img{width: 90%;margin: 0 auto 6vw;}
.effect .subitem{background:#efeae1;padding:7%;margin:5vw 0 0 0;}
.effect .subitem li{margin-bottom: 6%;padding-bottom: 6%;border-bottom:1px dashed #ccc;}
.effect .subitem li:nth-last-child(1){border-bottom:none;margin-bottom:0;padding-bottom:0;}
.effect .subitem .tit{background:var(--gold);color:#fff;font-weight:bold;font-size:3.8vw;padding:1% 3%;margin-bottom:1%;}
.info .box{border:1px solid #ccc;padding:5%;font-size:95%;margin-bottom:15%;}
.info .box .tit{text-align:center;font-size:120%;border-bottom:1px solid #ccc;padding-bottom:3%;}
.info .box ul{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.info .box li{width:24%;}
.info .box li p{font-size:70%;text-align:center;}

/* ============================================= pc
================================================*/
@media screen and (min-width: 736px) { 
.subhero{background: url(../../../images/menu/skin/lizune/pc-subhero.jpg) center left -380px;padding: 220px 0;background-size: cover;}
.about .box .pic{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;max-width:1000px;margin:0 auto;}
.about .box .pic img{width:45%;margin-bottom: 20px;}
.effect .subitem{padding:40px;}
.effect .subitem{width:100%;order:3;}
.effect .subitem li{margin-bottom: 30px;padding-bottom: 20px;}
.effect .subitem .tit{font-size:18px;padding:5px 10px;}
.info .box{padding:50px;margin-bottom: 0;}
.info .box .tit{padding-bottom:20px;}
.info .box ul{-webkit-justify-content: center;justify-content: center;}
.info .box li{width:155px;margin:0 20px;}
.info .box li img{margin-bottom:10px;}
.info .box li p{font-size:14px;}
}

@media screen and (min-width: 1000px) {
}

@media screen and (min-width: 1200px) {
.subhero{background: url(../../../images/menu/skin/lizune/pc-subhero.jpg) center top;background-size: 2000px;}

}
  /* retina用 ----------------------------------------------- */ 
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) { 
.subhero{background: url(../../../images/menu/skin/lizune/pc-subhero@2x.jpg) center left -380px;background-size: cover;}
}
@media screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (min-resolution: 2dppx) { 
.subhero{background: url(../../../images/menu/skin/lizune/pc-subhero@2x.jpg) center top;background-size: 2000px;}
}