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

/* ------------------------------------- 
 *	トップページ
 * ------------------------------------- */

.topimg {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}
.gryBlk-top {
    margin: 0 auto;
    padding: 15px 0 0;
    background-color: #f6f2ed;
}

/* 釣行レポート */
.repttl {
	margin: 0;
	padding: 0;
	background-image: url(../img/top/repttl-back.png);
	background-repeat: repeat-x;
}
.repttl h2 {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
	
#fsgBlk {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.fsgBox {
    margin: 0 20px 15px 0;
    padding: 0;
    width: 235px;
    background-color: #FFFFFF;
}
.fsgBox:nth-of-type(4n) {
    margin: 0 0 15px;
    padding: 0;
    width: 235px;
    background-color: #FFFFFF;
}
.fsgBox h2 {
	margin: 0;
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	width: 225px;
}
.fsgBox ul {
    margin: 10px;
    padding: 0;
	list-style: none;
}
.fsgBox li {
    margin: 0;
    padding: 0;
}
.fsgBox img {
    margin: 0;
    padding: 0;
	width: 235px;
	height: 175px;
	object-fit: cover;
}
.fsgBox h2 em {
	margin: 0;
	padding: 0;
	font-style: normal;
}
.fsgBox h2 em:nth-of-type(n+2):after {
    content: "　";
    }
.fsgBox .report {display: none;}
	
.fsgBox span:nth-of-type(2) {display: none;}
.fsgBox span:nth-of-type(3) {display: none;}
.fsgBox span:nth-of-type(4) {display: none;}
.fsgBox span:nth-of-type(5) {display: none;}
.fsgBox span:nth-of-type(6) {display: none;}
.fsgBox span:nth-of-type(7) {display: none;}
.fsgBox span:nth-of-type(8) {display: none;}
.fsgBox span:nth-of-type(9) {display: none;}
.fsgBox span:nth-of-type(10) {display: none;}
.fsgBox span:nth-of-type(11) {display: none;}
.fsgBox span:nth-of-type(12) {display: none;}
.fsgBox span:nth-of-type(13) {display: none;}
.fsgBox span:nth-of-type(14) {display: none;}
.fsgBox span:nth-of-type(15) {display: none;}
.fsgBox span:nth-of-type(16) {display: none;}
.fsgBox span:nth-of-type(17) {display: none;}
.fsgBox span:nth-of-type(18) {display: none;}
.fsgBox span:nth-of-type(19) {display: none;}
.fsgBox span:nth-of-type(20) {display: none;}
	
.ichiranBtn {
	width: 1000px;
    margin: 10px auto 50px;
    padding: 0 20px;
	float: right;
}
.ichiranBtn p {
	padding: 0;
	margin: 0;
}
.ichiranBtn p a:link {
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px 0;
	width: 180px;
	text-align: center;
}
.ichiranBtn p a:visited  {
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px 0;
}
.ichiranBtn p a:hover {
	display: block;
	background-color: #2F8317;
	color: #FFFFFF;
	padding: 5px 0;
}
	
	
/* 1枚画像 */
.oneImg {
	margin: 0;
	padding: 0;
}
.oneImg p {
    padding: 0;
    margin: 15px 0;
}

/* 左右2枚画像 */
.twoImg {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
.twoImg p {
    padding: 0;
    margin: 0 0 15px;
}	
	
/* インフォメーション */
.topNews {
    margin: 0;
    padding: 0;
}
.info {
    width: 100%;
    padding: 0 0 30px;
    float: left;
}
.info h2 {
	padding: 0;
	margin: 0;
	background-color: #00b350;
}
.info em {
    margin: 0 15px 0 0;
    font-style: normal;
    display: block;
}
.infoSrl {
    /*height: 620px;*/
	overflow: auto;
}
.info article {
	padding: 10px ;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #000000;
	background-color: #FFFFFF;
}
.info article p {
	padding: 0;
    margin: 25px 0 0 0;
}
.info article p img {
  width: 100px;
  height: 80px;
  object-fit: cover; /* この一行を追加するだけ！ */
}	
.info article dl {
	padding: 0;
	margin: 0;
	width: 80%;
}
.info article dt {
	padding: 0;
	margin: 0;
}
.info article dd {
	padding: 0 10px 0 0;
	margin: 0;
}
.info article .check {display: none;}
.info article .each_store {display: none;}
.info article .news {
	background-color: #00d961;
	color: #FFFFFF;
    font-weight: bold;
}
.info article .sale {
	background-color: #ff0000;
	color: #FFFFFF;
    font-weight: bold;
}
.info article .event {
	background-color: #0157EF;
	color: #FFFFFF;
    font-weight: bold;
}
.info article .restock {
	background-color: #ff6767;
	color: #FFFFFF;
    font-weight: bold;
}
.info article .newstock {
	background-color: #ff00c6;
	color: #ffffff;
    font-weight: bold;
}
.info article .recommend {
	background-color: #ffba00;
	color: #ffffff;
    font-weight: bold;
}
.info article .bargain {
	background-color: #ef0101;
	color: #ffffff;
    font-weight: bold;
}
.info article .all_store { background-color: #000000;color: #ffffff;font-weight: bold;}
.info article .toyonaka { background-color: #000000;color: #ffffff;font-weight: bold;}
.info article .ikaruga { background-color: #000000;color: #ffffff;font-weight: bold;}
.info article .tawaramoto { background-color: #000000;color: #ffffff;font-weight: bold;}
.info article .takatsuki { background-color: #000000;color: #ffffff;font-weight: bold;}
.info article .minamiosaka { background-color: #000000;color: #ffffff;font-weight: bold;}
.info article .koumyouike { background-color: #000000;color: #ffffff;font-weight: bold;}
	
.info article span {
    text-align: center;
    width: 31%;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 3px 0;
}
.catch {
    width: 490px;
    padding: 0 0 30px;
    float: right;
}

	
/* 各店のお知らせ */
.redttl {
	margin: 0;
	padding: 0;
	background-image: url(../img/top/redttl-back.png);
	background-repeat: repeat-x;
}
.redttl h2 {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
#rcoItem {
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.rcoItemBox {
    margin: 0 35px 10px 0;
    padding: 0 15px;
    width: 280px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 5px solid #000000;
}
.rcoItemBox:nth-of-type(3n) {
    margin: 0 0 10px;
    padding: 0 15px;
    width: 280px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 5px solid #000000;
}
.rcoItemBox ul {
    margin: 0;
    padding: 0;
	max-width: 290px;
    display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
	list-style: none;
}
.rcoItemBox span {
    margin: 0 0.13em 5px;
    padding: 0;
}
.rcoItemBox li img {
	width: 280px;
	height: 300px;
	object-fit: cover;
}
.rcoItemBox li span {
    font-size: 12px;
}
.rcoItemBox li a:link {
    color: #0c8802;
    text-decoration: none;
	font-weight: bold;
}
.rcoItemBox li a:visited {
	color: #0c8802;
    text-decoration: none;
	font-weight: bold;
}
.rcoItemBox li a:hover {
    color: #0fcd00;
    text-decoration: none;
	font-weight: bold;
}
	
.rcoItemBox p {
    margin: 5px 0;
    padding: 0;
}
    
.rcoItemBox .each_store {display: none;}
.rcoItemBox .genre {display: none;}
.rcoItemBox .newstock { background-color: #ff00c6;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .restock { background-color: #ff6767;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .sale { background-color: #ff0000;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .event { background-color: #0157EF;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .recommend { background-color: #ffba00;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .news { background-color: #00d961;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .bargain { background-color: #ef0101;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
	
.rcoItemBox .all_store { background-color: #000000;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .toyonaka {	background-color: #000000;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .ikaruga {	background-color: #000000;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .tawaramoto { background-color: #000000;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .takatsuki { background-color: #000000;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .minamiosaka { background-color: #000000;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
.rcoItemBox .koumyouike { background-color: #000000;color: #ffffff;width: 90px;text-align: center;display: block;font-weight: bold;}
	
/* スライダー */
.sliderArea {
    background: #fff;
    overflow: hidden;
}
.sliderWide {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
}
.sliderWide .slick-arrow {
    opacity: 0;
    transition-duration: 0.3s;
}
.sliderWide:hover .slick-arrow {
    opacity: 1;
}
.slider {
	max-width: 1136px;
    margin: 0 auto;
    padding: 0;
}
.slider .slick-list {
    overflow: visible;
}
.slider .slick-track {}
.slider .slick-slide {
    padding: 0 10px;
    opacity: .5;
    transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
    opacity: 1;
}
.slider .slick-slide a {
    display: block;
}
.slider .slick-slide a:hover {
    display: block;
    opacity: .7;
}
.slider img {
    height: auto;
    width: 100%;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-dots {
    bottom: -33px;
}
    
}