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



/*------------------
  ページタイトル
-------------------*/
.page_title {
    background-image: url(../img/blueberry/title_img_blueberry.jpg);
}
.page_title h1 {
    color: #868686;
}
.out_header .pc h1 img {
    max-width: 260px;
}
/*------------------
 メイン
-------------------*/ 
.main_contents .inner {
    text-align: center;
}
.main_contents .inner img {
    max-width: 600px;
    width: 100%;
    height: auto;
}
/*------------------
 各セクション
-------------------*/ 
.main_contents .inner .wrapper {
    display: flex;
    justify-content: space-between;
}
.main_contents .inner .wrapper .img {
    width: 40%;
}
.main_contents .inner .txt {
    text-align: left;
    width: 56%;
}
.main_contents .inner .txt > div:nth-child(1) {
    margin-top: 1rem;
}
.main_contents .inner .txt dt {
    font-weight: bold;
}
.main_contents .inner  .txt dd {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}
#autumn .main_contents .shosen_ji .inner {
    padding: 0rem 1rem;
}
/*------------------
read
-------------------*/ 
.main_contents .inner .read .wrapper .img {
    width: 49%;
}
.main_contents .inner .read .txt {
    width: 100%;
    margin: 0px auto 20px;
}
/*スマホ対応*/  
@media screen and (max-width:501px) {
.page_title h1 {
    color: #fff;
}
.main_contents .inner .wrapper {
    display: block;
}
.main_contents .inner .read .wrapper .img {
    width: 100%;
    margin-bottom: 1rem;
}
.main_contents .inner .wrapper .img {
    width: 100%;
    margin-bottom: 1rem;
}
}











