/******************************************* ファーストビュー ******************************************/
section.first-view
{
    box-sizing: border-box;
    display: flex;
    height: 470px;
    justify-content: center;
    margin: auto;
    max-width: 1280px;
    padding-bottom: 90px;
    position: relative;
    text-align: center;
    width: 100%;
}
section.first-view .slide
{
    height: 100%;
    max-width: 800px;
    width: 100%;
}
section.first-view .slide > div
{
    position: relative;
}
section.first-view .slide .photo
{
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 470px;
    justify-content: center;
    position: relative;
    width: 100%;
}
section.first-view .slide .photo > span
{
    bottom: 10px;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    left: 10px;
    position: absolute;
}
section.first-view .slide img
{
    bottom: 40px;
    position: absolute;
    right: 0;
}
section.first-view .contents
{
    box-sizing: border-box;
    margin: 70px 40px 0 60px; 
    position: relative;
    text-align: left;
    width: 360px;
}
section.first-view .contents > img
{
    margin-bottom: 10px;
    width: 100%;
}
section.first-view .term-title,
section.first-view .term-value
{
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
section.first-view .term-title
{
    background: #f4f2ed;
    padding: 1px;
}
section.first-view .term-value
{
    padding: 4px;
}


section.first-view .contents > .description
{
    font-weight: 700;
    position: absolute;
    top: 230px;
}
section.first-view .contents > .description .term
{
    font-size: 0.8em;
    letter-spacing: 1px;
    padding: 10px 0 0 40px;
    position: relative;
}

section.first-view .welcome
{
    bottom: 0;
    left: 130px;
    position: absolute;
}





/******************************************* 共通 ******************************************/
section.world,
section.nenpu,
section.moreinfo
{
    box-sizing: border-box;
    margin: 90px auto 0;
}
section.world > h2,
section.nenpu > h2
{
    margin: 0;
    padding: 0;
    text-align: center;
}
section.world > h2 span,
section.nenpu > h2 span
{
    display: none;
}
section.world .contents-wrapper,
section.nenpu .contents-wrapper,
section.moreinfo .contents-wrapper
{
    box-sizing: border-box;
    margin: 50px auto 0;
    max-width: 880px;
    min-width: 880px;
    padding: 0 60px;
}





/******************************************* 高知県立牧野植物園 ******************************************/
section.world .contents
{
    display: flex;
}
section.world .contents
{
    align-items: center;
    display: flex;
    margin: auto;
}
section.world .contents > div
{
    position: relative;
}
section.world .contents > div:first-of-type > span
{
    bottom: -20px;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
    left: 0;
    position: absolute;
}
section.world .contents img
{
    box-sizing: border-box;
    margin-right: 60px;
    width: 340px;
}
section.world .contents div.subtitle
{
    font-size: 1.8em;
}
section.world .contents div.description
{
    line-height: 2;
    margin-top: 50px;
}






/******************************************* 略年譜 ******************************************/
section.nenpu .contents-wrapper
{
}
section.nenpu .contents
{
    box-sizing: border-box;
    list-style: none;
    margin: auto;
    padding: 0;
}
section.nenpu .contents li
{
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    line-height: 2;
    padding: 40px;
}
section.nenpu .contents li:nth-of-type(2n)
{
    background: #f4f2ed;
}
section.nenpu .contents li > div:first-of-type
{
    color: #2E693A;
}
section.nenpu .contents li > div:last-of-type
{
    width: 430px;
}






/******************************************* 秘話等 ******************************************/
section.moreinto .contents-wrapper
{
    background-color: #f4f2ed;
    background-image: url('../images/background.jpg');
    margin-top: 90px;
    max-width: 100%;
}
section.moreinto .contents
{
    box-sizing: border-box;
    margin: auto;
    padding: 90px 0;
    width: 760px;
}
section.moreinto .contents .article
{
    background: #fff;
    border: 1px solid #056b34;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 40px;
    padding: 40px;
    width: 100%;
}
section.moreinto .contents .article > img
{
    margin: 0 40px 0 0;
}
section.moreinto .contents .article .article__imagebox,
section.moreinto .contents .article:nth-of-type(2) > img
{
    margin: 0 0 0 40px;
}
section.moreinto .contents .article h4
{
    color: #2E693A;
    font-size: 1.6em;
    line-height: 1;
    margin: 0;
    paddinf: 0;
}
section.moreinto .contents .article .description
{
    line-height: 2;
    margin-top: 40px;
}
section.moreinto .contents .article span
{
    color: #000;
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
    margin: 20px 0 0 0;
}

section.moreinto .contents .article.favorite
{
    background: none;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.moreinto .contents .article.favorite > div
{
    background: #fff;
    border: 1px solid #c73a2d;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 40px;
    width: calc(50% - 20px);
}
section.moreinto .contents .article.favorite > div:first-of-type
{
    align-items: center;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
}
section.moreinto .contents .article.favorite h4
{
    color: #c73a2d;
}
section.moreinto .contents .article.favorite .description
{
    margin-top: 10px;
}
