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

/* //////////////////////////////////リセットCSS
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*//////////////////////////////////リセットCSS*/

body {
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    -webkit-text-size-adjust: 100%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

#wrapper {
    background: url(../../images/16th_anniversary/common/bg_top.jpg) no-repeat center top, url(../../images/16th_anniversary/common/16th_bg.jpg) repeat-y center 1172px #fff;
    width: 100%;
    min-width: 1080px;
    margin: 0 auto;
    /* background-attachment: fixed; */
}

a.opac:hover {
    opacity: 0.7;
}

/*//////////メインビジュアル//////////*/

#main {
    width: 100%;
    height: 781px;
    min-width: 1080px;
    background: url(../../images/16th_anniversary/common/main.png) no-repeat center top;
}

/*//////////フッター//////////*/

#footer {
    background: #fbffe6;
    background: url("/images/16th_anniversary/common/footer-bg.jpg") repeat center top #fbffe6;
    width: 100%;
    text-align: center;
    padding: 40px 0 30px;
}

#footer h3 {
    margin-bottom: 30px;
}

#footer p {
    text-align: center;
    font-size: 20px;
    color: #000;
}

#footer ul.btn-list {
    text-align: center;
    width: 1080px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

#footer ul.btn-list li {
    margin-right: 7px;
    margin-bottom: 20px;
}

#footer ul.btn-list li:last-child {
    margin-right: 0px;
}

#contents-wrap .inner .btn-back {
    margin-top: 60px;
}


/* タイトル */
#contents-wrap .inner .ttl  {
    margin: 0 0 0 -6px;
}
/* 日にち */
#contents-wrap .inner .day {
    margin: 30px 0 30px 0;
}

/* utility */
#contents-wrap .inner .u-mt30 {
    margin-top: 30px;
}
#contents-wrap .inner .u-mb30 {
    margin-bottom: 30px;
}
#contents-wrap .inner .u-mt60 {
    margin-top: 60px;
}
#contents-wrap .inner .u-mb60 {
    margin-bottom: 60px;
}