@charset "utf-8";

.caption_scroll {
	margin: 10px 10px;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

.category_links{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.1em;
position: relative;
margin: 35px 0 20px;
padding: 14px 30px 16px;
background: #f0f7f0;
color: #32997e;
font-size: 2.6rem;
}

#index .select3 .liBox .slider .slider-for {
    width: 100%;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/


/*/////////////PC用のCSSをここに作成してください。/////////////*/


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

#index .select3 .liBox .slider p.caption {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 10px;
}

#index .select3 .liBox .slider img {
    max-height: 17rem;
}

}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.category_links{
  margin: 30px 0 20px;
  padding: 14px 2rem 14px;
  font-size: 2rem;
  background-position: 14px center;
  background-size: 34px auto;
}
#index .select3 .liBox .slider img {
    max-height: 20rem;
}
}