/* 二十四節気 トップ */

/* common setting */

/* 画像リンク */
#main a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha( opacity=70 )";
}

/* common setting END */


/* PCレイアウト */
/*-------------------------------------------------------------------------------------------*/


/* main */
#main {
    overflow:hidden;
}

#contents {
    width:100%;
    min-height:700px;
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
    margin:0 auto 40px;
    padding:0;
}
#contents_inner {
    width:950px;
    margin:0 auto;
    padding-top:30px;
    text-align:left;
}

#contents h2 {
    margin-bottom:55px;
}

/* lead text */
#contents .lead {
    margin-bottom:60px;
    text-align:left;
    font-size:16px;
    line-height:32px;
    font-weight:bold;
}
#contents .lead span {
    background:rgba(255,255,255,0.75);
    padding:2px 15px;
    font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-weight:bold;
    color:#000000;
}
#contents .lead span.vi {
    display:none;
}
#contents .lead br.tb {
    display:none;
}

/* seasons nav */
#seasonsNav {
    background:#ffffff;
    margin:0 0 40px;
    padding:18px 7px;
    border-radius:5px;
}

.season {
    float:left;
    margin:0 8px;
}
.season h4 {
    width:218px;
    margin:0;
    text-align:left;
}
.season ul {
    width:218px;
    margin:0;
    padding:0;
    text-align:left;
}
.season ul li {
    display:block;
    float:left;
    width:28px;
    height:50px;
    margin:0 7px 0 0;
}
.season ul li:first-child {
    margin:0 7px 0 1px;
}
.season ul li:last-child {
    margin:0;
}
.season h4 img,.season ul li img {
    max-width:100%;
    height:auto;
}



/* 949px以下 */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 949px) {

img, object, embed, video {
    max-width:100%;
    height:auto;
}

#main {
    min-height:inherit;
}

/* contents */
#contents_inner {
    width:96%;
}

#contents h2 {
    width:65%;
}
#contents h2 img {
}

/* lead text */
#contents .lead {
    margin-bottom:20px;
}
#contents .lead span.vi {
    display:inline-block;
    background:none;
    width:15px;
    padding:2px 0;
}
#contents .lead br.tb {
    display:inline-block;
}


/* seasons nav */
#seasonsNav {
    padding:18px 1%;
}

.season {
    width:23%;
    margin:0 1%;
}
.season h4 {
    width:100%;
}
.season h4 img {
    max-width:100%;
    height:auto;
}
.season ul {
    width:100%;
}
.season ul li {
    width:14.1%;
    height:auto;
    margin:0 3% 0 0;
}
.season ul li:first-child {
    margin:0 3% 0 0;
}


}
/*-------------------------------------------------------------------------------------------*/
/* 949px以下 END */



/* 640px以下 */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {


/* main */
#main {
    position:relative;
}

/* contents */
#contents {
    background-size:contain;
    text-align:center;
}
#contents_inner {
    padding:2% 0 0;
}

#contents h2 {
    width:100%;
    margin-bottom:60%;
    margin-bottom:60%;
}

/* lead text */
#contents .lead {
    margin-bottom:30px;
    font-size:14px;
    line-height:20px;
}
#contents .lead span {
    background:none;
    padding:0;
}
#contents .lead span.vi {
    display:none;
}
#contents .lead br.tb {
    display:none;
}


/* seasons nav */
#seasonsNav {
    background:none;
    margin:0;
    padding:0 2%;
    border-radius:none;
}
.season {
    float:none;
    width:96%;
    margin:0 auto 20px;
    padding:0;
}
.season img {
    max-width:100%;
    height:auto;
}
.season h4 {
    text-align:center;
}
.season ul {
    text-align:center;
}







}
/*-------------------------------------------------------------------------------------------*/
/* 640px以下 END */





