@charset "utf-8";


/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/

body {
    color: #111;
    text-align: center;
    background: url("../images/bg.jpg") repeat center top;
}

.switch {}

a {
    color: #111;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a:hover {
    color: #999;
    text-decoration: none;
}

/*
14px→88%;
16px→100%;
18px→112%;
20px→125%;

*/

.collection_link {
    max-width: 880px;
    margin: 0 auto 50px;
}

/*------------------------------ responsive ------------------------------*/
@media all and (max-width:768px) {
    body {
        font-size: 88%;
    }
}






/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/

header {
    height: 185px;
    padding: 25px 3% 0;
    overflow: hidden;
}

header div {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

header div h1 {
    padding-top: 10px;
    margin-bottom: 18px;
}

header div p.menu {
    display: none;
}

header div ul.gnav {
    display: block;
}

header div ul.gnav li {
    float: left;
}

header div ul.gnav li:nth-child(1) {
    display: none;
}

header div ul.gnav li:nth-child(2) {
    width: 16%;
    text-align: left;
}

header div ul.gnav li:nth-child(3) {
    width: 18%;
}

header div ul.gnav li:nth-child(4) {
    width: 8%;
}

header div ul.gnav li:nth-child(5) {
    width: 13%;
}

header div ul.gnav li:nth-child(6) {
    width: 8%;
}

header div ul.gnav li:nth-child(7) {
    width: 18%;
}

header div ul.gnav li:nth-child(8) {
    width: 19%;
    text-align: right;
}

header div ul.gnav li a {
    display: block;
    line-height: 40px;
}

header div ul.gnav li ul {
    display: none;
}

header div dl.lang {
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    font-size: 13px;
}

header div dl.lang dt {
    line-height: 30px;
    background: #fff;
    border: 1px solid #707070;
}

header div dl.lang dd {
    display: none;
}

header div dl.lang:hover dd {
    display: block;
}

header div dl.lang dd a {
    display: block;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    background: rgba(0, 0, 0, .7);
}

header div dl.lang dd a:hover {
    background: rgba(0, 0, 0, .9);
}

header div dl.fsize {
    position: absolute;
    right: 160px;
    top: 3px;
    font-size: 13px;
    line-height: 26px;
}

header div dl.fsize dt {
    float: left;
    margin-right: .5em;
}

header div dl.fsize dd {
    float: left;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 100%;
    margin-left: .5em;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

header div dl.fsize dd:hover,
header div dl.fsize dd.active {
    color: #fff;
    background: #707070;
}

header div p.close {
    display: none;
}

/*------------------------------ responsive ------------------------------*/
@media all and (max-width:1000px) {
    header {
        padding: 25px 1% 0;
    }

    header div ul.gnav li {
        width: 14.28571428571429% !important;
        text-align: center !important;
    }

    header div ul.gnav li a {
        line-height: 40px;
    }

    header div ul.gnav li:nth-child(2) a,
    header div ul.gnav li:nth-child(3) a,
    header div ul.gnav li:nth-child(7) a,
    header div ul.gnav li:nth-child(8) a {
        line-height: 1.3;
    }

    header div dl.lang {
        top: -15px;
    }

    header div dl.fsize {
        top: -12px;
    }
}

@media all and (max-width:768px) {
    header {
        height: 65px;
        padding: 0;
        overflow: visible;
    }

    header div {
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
    }

    header div h1 {
        padding: 5px 0;
        margin-bottom: 0;
        text-align: left;
        position: relative;
        background: url("../images/bg.jpg") repeat center top;
        z-index: 99999;
    }

    header div h1 img {
        width: auto;
        height: 55px;
    }

    header div p.menu {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        height: 65px;
        background: url("../images/menu.png") no-repeat right -5px top -5px;
        background-size: 100% auto;
        z-index: 999999;
        cursor: pointer;
    }

    header.open div p.menu {
        background: url("../images/menu.png") no-repeat right -5px bottom -10px;
        background-size: 100% auto;
    }

    header nav {
        position: absolute;
        top: -1500px;
        width: 100%;
        background: #0a0a0a;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 9999;
    }

    header.open nav {
        -webkit-transform: translateY(1565px);
        transform: translateY(1565px);
    }

    header div ul.gnav {
        display: block;
    }

    header div ul.gnav li {
        float: none;
        display: block !important;
        width: auto !important;
        text-align: left !important;
        border-bottom: 1px solid #707070;
    }

    header div ul.gnav li a {
        display: block;
        color: #fff;
        padding: 0 20px;
        line-height: 60px !important;
    }

    header div ul.gnav li.ac p {
        position: relative;
    }

    header div ul.gnav li.ac p span.acicon {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 60px;
        background: url(../images/plusminus.svg) no-repeat right 20px top;
        cursor: pointer;
    }

    header div ul.gnav li.ac p span.acicon.open {
        background: url(../images/plusminus.svg) no-repeat right 20px bottom;
    }

    header div ul.gnav li ul {
        display: none;
        overflow: hidden;
    }

    header div ul.gnav li ul li {
        border-top: 1px solid #707070;
        border-bottom: none;
        background: #272727;
    }

    header div ul.gnav li:nth-child(2) ul li,
    header div ul.gnav li:nth-child(3) ul li,
    header div ul.gnav li:nth-child(5) ul li,
    header div ul.gnav li:nth-child(6) ul li {
        float: left;
        width: 50% !important;
    }

    header div ul.gnav li:nth-child(2) ul li:nth-child(odd),
    header div ul.gnav li:nth-child(3) ul li:nth-child(odd),
    header div ul.gnav li:nth-child(5) ul li:nth-child(odd),
    header div ul.gnav li:nth-child(6) ul li:nth-child(odd) {
        border-right: 1px solid #707070;
    }

    header div ul.gnav li ul li a {
        display: block;
    }

    header div dl.lang {
        position: static;
        width: auto;
        font-size: 16px;
    }

    header div dl.lang dt {
        color: #fff;
        text-align: left;
        padding-left: 20px;
        line-height: 60px;
        background: url(../images/plusminus.svg) no-repeat right 20px top;
        cursor: pointer;
        border: none;
        border-bottom: 1px solid #707070;
    }

    header div dl.lang dt.open {
        background: url(../images/plusminus.svg) no-repeat right 20px bottom;
    }

    header div dl.lang dd {
        display: none;
    }

    header div dl.lang:hover dd {
        display: none;
    }

    header div dl.lang dd a {
        float: left;
        width: 50%;
        color: #fff;
        line-height: 60px;
        padding: 0 15px;
        background: #272727;
        border-bottom: 1px solid #707070;
    }

    header div dl.lang dd a:nth-child(odd) {
        border-right: 1px solid #707070;
    }

    header div dl.lang dd a:hover {
        background: rgba(0, 0, 0, .9);
    }

    header div dl.fsize {
        display: none;
    }

    header div p.close {
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 60px;
    }
}






/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

#contents {
    clear: both;
    text-align: left;
    padding-bottom: 80px;
}

.wrap {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
}

/* page-title */
.page-title {
    color: #fff;
    font-size: 250%;
    font-weight: normal;
    text-align: center;
    padding: 55px 0;
    margin-bottom: 10px;
}

/* title */
.title {
    font-size: 200%;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #707070;
}

/* title2 */
.title2 {
    font-size: 150%;
    font-weight: normal;
    padding: 15px 5px 15px 40px;
    background: #F7F5EC;
    position: relative;
}

.title2:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #a1a1a1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.title2 small {
    font-size: 75%;
}

/* title3 */
.title3 {
    font-size: 163%;
    font-weight: normal;
}

/* title4 */
.title4 {
    font-size: 112%;
    padding: 5px 15px;
    background: #EBEBEB;
}

/* title5 */
.title5 {
    font-size: 175%;
}

/* btn */
a.btnmore {
    display: inline-block;
    font-size: 125%;
    line-height: 1.4;
    text-align: center;
    padding: 20px 60px 20px 50px;
    background: url("../images/icon-right.svg") no-repeat right 10px center #fff;
    border: 1px solid #707070;
}

a.btnmore.long {
    padding: 10px 60px;
    width: 330px;
}

a.btndetail {
    text-decoration: underline;
}

a.btndetail:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url("../images/icon-right.svg") no-repeat right center;
    margin-left: 10px;
}

/* anchor */
#anchor {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

#anchor li {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px 5px;
    font-size: 125%;
    background: #fff;
    border: 1px solid #707070;
}

@media all and (max-width:768px) {
    a.btnmore {
        font-size: 112%;
        padding: 20px 30px 20px 25px;
    }
}

/* pan */
ul#pan {
    clear: both;
    overflow: hidden;
    margin-bottom: 55px;
}

ul#pan li {
    float: left;
    margin-left: 5px;
}

ul#pan li:first-child {
    margin-left: 0;
}

ul#pan li:before {
    content: ">";
    margin-right: 5px;
    display: inline-block;
}

ul#pan li:first-child:before {
    content: none;
}

ul#pan li a {
    text-decoration: underline;
}

rt {
    font-size: 60%;
}

/*------------------------------ responsive ------------------------------*/
@media all and (max-width:768px) {
    #contents {
        padding-bottom: 25px;
    }

    /* page-title */
    .page-title {
        font-size: 200%;
        padding: 35px 0;
        margin-bottom: 5px;
    }

    /* title */
    .title {
        font-size: 175%;
    }

    /* title2 */
    .title2 {
        font-size: 138%;
        padding: 10px 5px 10px 30px;
    }

    /* title3 */
    .title3 {
        font-size: 150%;
    }

    /* title5 */
    .title5 {
        font-size: 150%;
    }

    /* btn */
    a.btnmore {
        display: block;
    }

    a.btnmore.long {
        padding: 10px 10px 10px 0;
        width: 100%;
    }

    a.btnmore.language {
        display: inline-block;
        padding: 10px 60px 10px 50px;
    }

    /* pan */
    ul#pan {
        margin-bottom: 25px;
    }
}






/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/

footer {
    clear: both;
    color: #fff;
    padding: 40px 3% 20px;
    background: #0a0a0a;
    position: relative;
}

footer a {
    color: #fff;
}

footer .pagetop {
    position: absolute;
    right: 0;
    top: 0;
}

footer .pagetop a {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    padding: 0 20px;
    background: #484848;
}

footer ul.gnav {
    max-width: 1000px;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}

footer ul.gnav>li {
    float: left;
    text-align: left;
}

footer ul.gnav>li:nth-child(1) {
    display: none;
}

footer ul.gnav>li:nth-child(2) {
    width: 21%;
}

footer ul.gnav>li:nth-child(3) {
    width: 21%;
}

footer ul.gnav>li:nth-child(4) {
    position: absolute;
    left: 21%;
    top: 110px;
    width: 21%;
}

footer ul.gnav>li:nth-child(5) {
    width: 16%;
}

footer ul.gnav>li:nth-child(6) {
    width: 16%;
}

footer ul.gnav>li:nth-child(7) {
    width: 26%;
    margin-bottom: 10px;
}

footer ul.gnav>li:nth-child(8) {
    width: 26%;
}

footer ul.gnav>li a {
    display: inline-block;
    font-weight: bold;
    line-height: 2.2;
}

footer ul.gnav>li a:hover {
    opacity: .7;
}

footer ul.gnav>li>ul li {}

footer ul.gnav>li>ul li a {
    font-size: 14px;
    font-weight: normal;
}

footer dl.lang {
    clear: both;
    max-width: 1000px;
    margin: 0 auto 40px;
    font-size: 14px;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
    overflow: hidden;
}

footer dl.lang dt {
    float: left;
    margin-right: 2em;
}

footer dl.lang dd {
    overflow: hidden;
}

footer dl.lang dd a {
    display: inline-block;
}

footer dl.lang dd a:hover {
    color: #666;
}

footer dl.lang dd a:after {
    content: "｜";
    color: #fff !important;
}

footer dl.lang dd a:last-child:after {
    content: none;
}

footer dl.about {
    clear: left;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: left;
    position: relative;
}

footer dl.about dt {
    font-size: 20px;
}

footer dl.about dd:last-child {
    position: absolute;
    left: 350px;
    top: 2px;
    font-size: 14px;
}

footer p.copy {
    clear: both;
    font-size: 10px;
    font-weight: bold;
    padding: 0 3%;
}

/*------------------------------ responsive ------------------------------*/
@media all and (max-width:1000px) {
    footer ul.gnav>li a {
        font-size: 15px;
    }
}

@media all and (max-width:768px) {
    footer {
        padding: 0 0 20px;
        position: static;
    }

    footer .pagetop {
        position: static;
    }

    footer .pagetop a {
        font-weight: bold;
        line-height: 60px;
        background: #484848;
    }

    footer ul.gnav {
        margin: 0;
        position: static;
        overflow: visible;
    }

    footer ul.gnav>li {
        float: none;
        display: block !important;
        width: auto !important;
        position: static !important;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #707070;
    }

    footer ul.gnav>li.ac p {
        position: relative;
    }

    footer ul.gnav>li.ac p span.acicon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 60px;
        background: url(../images/plusminus.svg) no-repeat right 20px top;
        cursor: pointer;
    }

    footer ul.gnav>li.ac p span.acicon.open {
        background: url(../images/plusminus.svg) no-repeat right 20px bottom;
    }

    footer ul.gnav>li a {
        display: block;
        font-size: 16px;
        font-weight: normal;
        line-height: 60px;
        padding: 0 20px;
    }

    footer ul.gnav>li>ul {
        display: none;
        overflow: hidden;
    }

    footer ul.gnav>li>ul li {
        border-bottom: none;
        border-top: 1px solid #707070;
        background: #272727;
    }

    footer ul.gnav>li>ul li a {
        font-size: 16px;
        font-weight: normal;
    }

    footer ul.gnav>li:nth-child(2) ul li,
    footer ul.gnav>li:nth-child(3) ul li,
    footer ul.gnav>li:nth-child(5) ul li,
    footer ul.gnav>li:nth-child(6) ul li {
        float: left;
        width: 50% !important;
    }

    footer ul.gnav>li:nth-child(2) ul li:nth-child(odd),
    footer ul.gnav>li:nth-child(3) ul li:nth-child(odd),
    footer ul.gnav>li:nth-child(5) ul li:nth-child(odd),
    footer ul.gnav>li:nth-child(6) ul li:nth-child(odd) {
        border-right: 1px solid #707070;
    }

    footer dl.lang {
        margin: 0 auto 30px;
        font-size: 16px;
        padding-bottom: 0;
        border-bottom: none;
    }

    footer dl.lang dt {
        float: none;
        margin-right: 0;
        color: #fff;
        text-align: left;
        padding-left: 20px;
        line-height: 60px;
        background: url(../images/plusminus.svg) no-repeat right 20px top;
        cursor: pointer;
        border-bottom: 1px solid #707070;
    }

    footer dl.lang dt.open {
        background: url(../images/plusminus.svg) no-repeat right 20px bottom;
    }

    footer dl.lang dd {
        display: none;
    }

    footer dl.lang dd a {
        display: block;
        float: left;
        width: 50%;
        color: #fff;
        line-height: 60px;
        text-align: center;
        padding: 0 15px;
        background: #272727;
        border-bottom: 1px solid #707070;
    }

    footer dl.lang dd a:nth-child(odd) {
        border-right: 1px solid #707070;
    }

    footer dl.lang dd a:after {
        content: none;
    }

    footer dl.about {
        clear: both;
        max-width: 1000px;
        margin: 0 5% 40px;
        text-align: left;
        position: static;
    }

    footer dl.about dt {
        font-size: 20px;
    }

    footer dl.about dd:last-child {
        position: static;
        padding-top: 20px;
    }
}





/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	detail page settings
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
	/
----------------------------------------------------------------------------------------*/

/* top-cont1 */
#top-cont1 {
    text-align: center;
    margin-bottom: 40px;
}

#top-cont1 li {
    padding: 0 10px 10px;
}

#top-cont1 li img {
    box-shadow: 5px 5px 7px -5px #666;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 2px solid #c6c6c6;
    outline: none;
    background: transparent;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #c6c6c6;
}

/* top-cont2 */
#top-cont2 {
    line-height: 1.4;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 40px;
    background: #fff;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

#top-cont2 strong {
    display: inline-block;
    font-size: 150%;
    font-weight: normal;
}

/* top-cont3 */
#top-cont3 {
    float: left;
    width: 60%;
    text-align: left;
    margin-bottom: 80px;
}

#top-cont3 h2.title {
    font-size: 163%;
    margin-bottom: 15px;
}

#top-cont3 div {
    height: 470px;
    overflow: auto;
}

#top-cont3 article {
    clear: both;
    border-bottom: 1px dotted #ccc;
}

#top-cont3 article dt {
    font-size: 88%;
}

#top-cont3 article dd {
    line-height: 1.4;
    padding-left: 2em;
}

#top-cont3 article a:hover {
    text-decoration: underline;
}

#top-cont3 article.closed,
#top-cont3 article {
    display: block;
    padding: 15px 10px;
}

#top-cont3 article.closed {
    font-weight: bold;
}

#top-cont3 article.closed dt {
    font-size: 100%;
}

#top-cont3 article.closed dd {
    color: #8e2222;
}

#top-cont3 p {
    clear: both;
    text-align: right;
}

#top-cont3 p a {
    display: inline-block;
    line-height: 50px;
    padding-right: 30px;
    background: url('../images/icon-right.svg') no-repeat right center;
}

/* top-cont4 */
#top-cont4 {
    float: right;
    width: 35%;
    text-align: left;
    margin-bottom: 80px;
}

#top-cont4 h2.title {
    font-size: 163%;
    margin-bottom: 15px;
    position: relative;
}

/* #top-cont4 h2.title a {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 38px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #707070;
}

#top-cont4 h2.title a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-twitter.svg") no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#top-cont4 h2.title a:hover:before {
    opacity: .6;
}

#top-cont4 div {
    height: 470px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
} */

/* top-cont5 */
#top-cont5 {
    clear: both;
    text-align: left;
    margin-bottom: 70px;
}

#top-cont5 h2 {
    font-size: 250%;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

#top-cont5 div {
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

#top-cont5 div article {
    float: left;
    width: 28.3%;
    margin-right: 7.55%;
    margin-bottom: 20px;
}

#top-cont5 div article:nth-child(3n) {
    margin-right: 0;
}

#top-cont5 div article a {
    display: block;
}

#top-cont5 div article a figure {
    margin-bottom: 10px;
}

#top-cont5 div article a p.status {
    margin-bottom: 10px;
}

#top-cont5 div article a p.status span {
    display: inline-block;
    min-width: 6.5em;
    color: #fff;
    font-size: 88%;
    font-weight: bold;
    text-align: center;
    padding: 0 .5em;
    background: #000;
    margin: 0 5px 2px 0;
}

#top-cont5 div article a p.status span.red {
    background: #800202;
}

#top-cont5 div article a p.status span.gray {
    background: #727272;
}

#top-cont5 div article a p.event {
    font-size: 125%;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

#top-cont5 div article a p.date {
    font-size: 88%;
}

#top-cont5 p.btn {
    text-align: center;
}

/* top-cont6 */
#top-cont6 {
    clear: both;
    text-align: left;
}

#top-cont6 div.box {
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

#top-cont6 div.box div {
    display: block;
    position: absolute;
    left: 0;
    top: 10%;
    line-height: 1.4;
    text-align: left;
    padding: 30px 50px 50px 10%;
    background: #fff;
}

#top-cont6 div a p {
    font-size: 125%;
    line-height: 1.4;
    margin-bottom: 20px;
}

#top-cont6 div a h2 {
    font-size: 250%;
    margin-bottom: 20px;
}

#top-cont6 div a dl dt {
    font-size: 88%;
    font-weight: bold;
    margin-bottom: 5px;
}

#top-cont6 div a dl dd {
    font-size: 125%;
    font-weight: bold;
}

#top-cont6 ul {
    clear: both;
    display: flex;
    flex-flow: wrap;
}

#top-cont6 ul li {
    width: 33.1%;
    margin-right: .2%;
    margin-bottom: 10px;
}

#top-cont6 ul li:nth-child(3n) {
    margin-right: 0;
}

#top-cont6 ul li a {
    display: block;
}

#top-cont6 ul li span {
    display: block;
    color: #fff;
    font-size: 150%;
    text-align: left;
    padding: 10px 20px;
    background: #0a0a0a;
}

/*------------------------------ responsive ------------------------------*/
@media all and (max-width:1000px) {
    #top-cont6 ul li {
        width: 33%;
        margin-right: .5%;
    }

    #top-cont6 ul li:nth-child(3n) {
        margin-right: 0;
    }

    #top-cont6 ul li span {
        font-size: 125%;
    }
}

@media all and (min-width:768px) {
    .slick-slide img.sponly {
        display: none !important;
    }
}

@media all and (max-width:768px) {
    .slick-slide img.pconly {
        display: none !important;
    }

    /* top-cont2 */
    #top-cont2 {
        margin-bottom: 40px;
    }

    #top-cont2 strong {
        display: block;
        font-size: 18px;
        margin-bottom: 3px;
    }

    /* top-cont3 */
    #top-cont3 {
        float: none;
        width: auto;
        margin-bottom: 40px;
    }

    #top-cont3 article.closed dd {
        padding-left: 0;
    }

    /* top-cont4 */
    #top-cont4 {
        float: none;
        width: auto;
        margin-bottom: 40px;
    }

    #top-cont4 h2.title a {
        right: 0;
        top: 0;
        font-size: 14px;
        line-height: 34px;
        padding: 0 15px;
        background: #fff;
        border: 1px solid #707070;
    }

    /* top-cont5 */
    #top-cont5 {
        clear: both;
        margin-bottom: 50px;
    }

    #top-cont5 h2 {
        font-size: 200%;
        margin-bottom: 20px;
    }

    #top-cont5 div {
        padding: 0;
        margin-bottom: 15px;
        border-top: 1px dotted #ccc;
    }

    #top-cont5 div article {
        clear: both;
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 0;
        border-bottom: 1px dotted #ccc;
        padding: 15px 0;
        overflow: hidden;
    }

    #top-cont5 div article a {
        display: block;
    }

    #top-cont5 div article a figure {
        float: left;
        width: 28%;
        margin-right: 15px;
        margin-bottom: 0;
    }

    /* top-cont6 */
    #top-cont6 div.box {
        margin-bottom: 0;
    }

    #top-cont6 div.box p {
        padding: 0 5%;
        margin-bottom: 0;
    }

    #top-cont6 div.box h2 {
        font-size: 200%;
        padding: 0 5%;
        margin-bottom: 10px;
    }

    #top-cont6 div.box div {
        position: static;
        padding: 10px 3%;
        background: #fff;
    }

    #top-cont6 ul {
        padding-top: 30px;
        background: #fff;
    }

    #top-cont6 ul li {
        width: 49.75%;
        margin-right: .5%;
        margin-bottom: 10px;
    }

    #top-cont6 ul li:nth-child(3n) {
        margin-right: .5%;
    }

    #top-cont6 ul li:nth-child(2n) {
        margin-right: 0;
    }

    #top-cont6 ul li span {
        font-size: 100%;
        padding: 10px 15px;
    }
}

@media all and (max-width:500px) {

    /* top-cont1 */
    #top-cont1 li {
        padding: 0;
    }

    #top-cont1 li img {
        box-shadow: none;
    }
}






/*---------------------------------------------------------------------------------------
	about/
----------------------------------------------------------------------------------------*/

/* about-title */
.page-title.about-title {
    background: url(../images/about/about-title-bg.jpg) no-repeat center top;
    background-size: cover;
}

@media all and (max-width:768px) {
    .page-title.about-title {
        background: url(../images/about/about-title-bg.jpg) no-repeat center top;
        background-size: auto 100%;
    }
}

/* list-link */
ul.list-link {
    clear: both;
    overflow: hidden;
}

ul.list-link li {
    float: left;
    width: 48%;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    background-size: 17px auto;
}

ul.list-link li:nth-child(2n) {
    float: right;
}

ul.list-link li a {
    display: table;
    width: 100%;
    background: url(../images/icon-right.svg) no-repeat right 20px center #fff;
}

ul.list-link li div {
    display: table-cell;
    width: 48%;
    padding: 10px 30px 10px 10px;
}

ul.list-link.w30p li div {
    width: 30%;
}

ul.list-link li p {
    font-size: 150%;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    padding-right: 8%;
}

ul.list-link li p small {
    font-size: 70%;
}

ul.list-link.w30p li p {
    font-size: 138%;
}

@media all and (max-width:768px) {
    ul.list-link li {
        width: 49%;
        margin-bottom: 10px;
    }

    ul.list-link li p {
        font-size: 125%;
        padding-right: 11%;
    }

    ul.list-link li a {
        background: url(../images/icon-right.svg) no-repeat right 10px center #fff;
    }

    ul.list-link.w30p li p {
        font-size: 112%;
    }
}

@media all and (max-width:640px) {
    ul.list-link li {
        width: 100%;
    }

    ul.list-link li div {
        width: 48%;
        padding: 5px 15px 5px 5px;
    }
}

/* contact */
.contact dl {
    margin-bottom: 25px;
}

.contact dl dt {
    font-size: 150%;
    font-weight: bold;
}

@media all and (max-width:768px) {
    .contact dl {
        margin-bottom: 15px;
    }

    .contact dl dt {
        font-size: 125%;
    }
}






/*---------------------------------------------------------------------------------------
	history/
----------------------------------------------------------------------------------------*/

/* history-imgleft history-imgright */
.history-imgleft,
.history-imgright {
    padding: 50px 0 40px;
}

.history-imgleft {
    background: #EBE9E1;
}

.history-imgleft .wrap,
.history-imgright .wrap {
    clear: both;
    overflow: hidden;
}

.history-imgleft .wrap p,
.history-imgright .wrap p {
    font-size: 112%;
    width: 64%;
}

.history-imgleft .wrap p {
    float: right;
}

.history-imgright .wrap p {
    float: left;
}

.history-imgleft .wrap figure,
.history-imgright .wrap figure {
    font-size: 88%;
    width: 28%;
    text-align: center;
}

.history-imgleft .wrap figure {
    float: left;
}

.history-imgright .wrap figure {
    float: right;
}

.history-imgleft .wrap figure img,
.history-imgright .wrap figure img {
    margin-bottom: 5px;
}

@media all and (max-width:768px) {

    .history-imgleft,
    .history-imgright {
        padding: 25px 0 20px;
    }
}

@media all and (max-width:600px) {

    .history-imgleft .wrap p,
    .history-imgright .wrap p {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .history-imgleft .wrap figure,
    .history-imgright .wrap figure {
        float: none;
        width: 120px;
        margin: 0 auto;
        text-align: center;
    }
}






/*---------------------------------------------------------------------------------------
	tatemono/
----------------------------------------------------------------------------------------*/

/* tatemono-map */
.tatemono-map {
    clear: both;
    overflow: hidden;
    margin-bottom: 70px;
}

.tatemono-map p {
    float: left;
    width: 63%;
}

.tatemono-map div {
    float: right;
    width: 33%;
}

.tatemono-map div figure {
    text-align: center;
    margin-bottom: 15px;
}

.tatemono-map div figure img {
    margin-bottom: 10px;
}

@media all and (max-width:768px) {
    .tatemono-map {
        margin-bottom: 35px;
    }

    .tatemono-map div figure {
        margin-bottom: 10px;
    }

    .tatemono-map div figure img {
        margin-bottom: 5px;
    }
}

@media all and (max-width:480px) {

    .tatemono-map p,
    .tatemono-map div {
        float: none;
        width: 100%;
    }

    .tatemono-map p {
        margin-bottom: 20px;
    }
}






/*---------------------------------------------------------------------------------------
	tomonokai/
----------------------------------------------------------------------------------------*/

/* list-bd */
dl.list-bd {
    clear: both;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}

dl.list-bd:first-of-type {
    border-top: 1px dashed #ccc;
}

dl.list-bd.bd-top-none:first-of-type {
    border-top: none;
}

dl.list-bd dt,
dl.list-bd dd {
    padding: 10px 0 15px;
}

dl.list-bd dt {
    font-weight: bold;
    float: left;
    width: 140px;
    margin-right: 5px;
}

dl.list-bd dt.w85 {
    width: 85px;
}

dl.list-bd dt.w100 {
    width: 100px;
}

dl.list-bd dt.f-none {
    float: none;
    width: 100%;
    padding-bottom: 5px;
}

dl.list-bd dt span {
    font-size: 88%;
    font-weight: normal;
}

dl.list-bd dd {
    overflow: hidden;
}

dl.list-bd dd ul {
    clear: both;
    overflow: hidden;
}

dl.list-bd dd ul li {
    float: left;
    width: 50%;
}

dl.list-bd dd p a.btnmore {
    font-size: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

dl.list-bd dd ol li {
    padding-left: 2.6em;
    text-indent: -2.6em;
    margin-bottom: 1em;
}

dl.list-bd dd ul.application li {
    float: left;
    width: 50%;
    padding-left: 5%;
}

@media all and (max-width:768px) {
    dl.list-bd dt {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-bottom: 0;
    }

    dl.list-bd dt.w85,
    dl.list-bd dt.w100 {
        width: 100%;
    }

    dl.list-bd dd {
        padding-top: 5px;
    }

    dl.list-bd dd ul li {
        float: none;
        width: 100%;
    }

    dl.list-bd dd ul.application li {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
    }
}

/* tomonokai-imgleft */
.tomonokai-imgleft {
    display: table;
}

.tomonokai-imgleft figure,
.tomonokai-imgleft div {
    display: table-cell;
    vertical-align: middle;
}

.tomonokai-imgleft figure {
    padding-right: 4%;
}

.tomonokai-imgleft div p a.btnmore {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 280px;
}

@media all and (max-width:768px) {
    .tomonokai-imgleft figure {
        padding-right: 2%;
    }
}

@media all and (max-width:500px) {

    .tomonokai-imgleft,
    .tomonokai-imgleft figure,
    .tomonokai-imgleft div {
        display: block;
    }

    .tomonokai-imgleft figure {
        padding-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
}

/* tb */
table.tb {
    text-align: left;
    width: 100%;
}

table.tb caption {
    font-size: 112%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

table.tb th,
table.tb td {
    padding: 20px;
    vertical-align: middle;
    border-top: 1px dashed #707070;
    border-bottom: 1px dashed #707070;
}

table.tb th {
    font-size: 112%;
    line-height: 1.4;
    font-weight: bold;
    background: #F0EBD5;
}

table.tb th.w23p {
    width: 23%;
}

table.tb th.bg-none {
    border-top: none;
    background: none;
}

table.tb:first-of-type th.bg-none {
    border-top: 1px dashed #707070;
}

table.tb th.bg-none.bd-top {}

table.tb td {
    padding-right: 5px;
}

.yamatobunka-tb table.tb td {
    min-width: 220px;
}

table.tb td img {
    vertical-align: middle;
}

@media all and (max-width:768px) {
    table.tb caption {
        margin-bottom: 5px;
    }

    table.tb th {
        font-size: 100%;
        padding: 5px;
    }

    .binotayori table.tb th {
        width: 80px;
    }

    table.tb td {
        padding: 5px 0 5px 5px;
    }

    .yamatobunka-tb table.tb td {
        min-width: inherit;
        width: 110px;
    }
}

/* tb2 */
table.tb2 {
    text-align: left;
    width: 100%;
    border-top: 1px dashed #ccc;
}

table.tb2 caption {
    font-size: 112%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

table.tb2 th,
table.tb2 td {
    padding: 20px;
    border-bottom: 1px dashed #ccc;
}

table.tb2 th {
    font-size: 112%;
    line-height: 1.4;
    font-weight: bold;
    background: #F7F5EC;
}

table.tb2 td {
    padding-right: 5px;
    background: #fff;
}

@media all and (max-width:768px) {
    table.tb2 caption {
        margin-bottom: 5px;
    }

    table.tb2 th {
        font-size: 100%;
        padding: 5px;
        width: 25%;
    }

    dl.list-bd dd ul.application li table.tb2 th {
        width: 150px;
    }

    table.tb2 td {
        padding: 5px 0 5px 5px;
    }
}

/* tb3 */
table.tb3 {
    width: 100%;
}

table.tb3 th,
table.tb3 td {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

table.tb3 th.tb3-subt {
    font-size: 112%;
    border-top: 1px solid #000;
    border-bottom: none;
}

table.tb3 tr.bdnone th,
table.tb3 tr.bdnone td {
    border-bottom: none;
}

table.tb3 th {
    min-width: 110px;
}

@media all and (max-width:768px) {

    table.tb3 th,
    table.tb3 td {
        padding: 5px 0 5px 10px;
    }

    table.tb3 th.tb3-subt {
        padding-bottom: 0;
    }

    table.tb3 th {
        padding-left: 0;
        min-width: inherit;
    }
}






/*---------------------------------------------------------------------------------------
	bunkaen/
----------------------------------------------------------------------------------------*/

/* bunkaen */
.bunkaen {
    clear: both;
    overflow: hidden;
    margin-bottom: 55px;
}

.bunkaen .leftcol {
    float: left;
    width: 39%;
}

.bunkaen .rightcol {
    float: right;
    width: 56%;
}

/* bunkaen */
.photo-col2 {
    clear: both;
    overflow: hidden;
}

.photo-col2 figure {
    text-align: center;
    float: left;
    width: 48%;
}

.photo-col2 figure:nth-child(2n) {
    float: right;
}

.photo-col2 figure img {
    margin-bottom: 5px;
}

@media all and (max-width:768px) {
    .bunkaen {
        margin-bottom: 30px;
    }
}

@media all and (max-width:500px) {

    .bunkaen .leftcol,
    .bunkaen .rightcol {
        float: none;
        width: 100%;
    }
}

/* exhibition add.200720 */
.photo-col1 {
    clear: both;
    overflow: hidden;
}

.photo-col1 figure {
    text-align: center;
    float: none;
    width: 100%;
}

.photo-col1 figure img {
    margin-bottom: 5px;
}

/* hanagoyomi-list */
.hanagoyomi-list {
    clear: both;
    overflow: hidden;
    margin-bottom: 80px;
}

.hanagoyomi-list a {
    text-align: center;
    display: block;
    width: 20%;
    padding: 0 10px;
    float: left;
    margin-bottom: 25px;
}

.hanagoyomi-list a:nth-child(5n+1) {
    clear: left;
}

.hanagoyomi-list a figure img {
    margin-bottom: 5px;
}

@media all and (max-width:768px) {
    .hanagoyomi-list {
        margin-bottom: 40px;
    }
}

@media all and (max-width:500px) {
    .hanagoyomi-list a {
        text-align: center;
        display: block;
        width: 33.33%;
        padding: 0 5px;
        float: left;
        margin-bottom: 15px;
    }

    .hanagoyomi-list a:nth-child(5n+1) {
        clear: none;
    }

    .hanagoyomi-list a:nth-child(3n+1) {
        clear: left;
    }
}






/*---------------------------------------------------------------------------------------
	collection/
----------------------------------------------------------------------------------------*/

/* collection-title */
.page-title.collection-title {
    background: url(../images/collect/collection-title-bg.jpg) no-repeat center top;
    background-size: cover;
}

@media all and (max-width:768px) {
    .page-title.collection-title {
        background: url(../images/collect/collection-title-bg.jpg) no-repeat center top;
        background-size: auto 100%;
    }
}

/* collection */
.collection {
    clear: both;
    overflow: hidden;
}

.collection .leftcol {
    float: left;
    width: 70%;
}

.collection .leftcol article {
    border: 1px solid #ccc;
    padding: 20px 20px 15px;
    clear: both;
    overflow: hidden;
    background: #fff;
}

.collection .leftcol article figure {
    text-align: center;
    float: left;
    width: 40%;
    padding: 20px;
    background: #F1F1F1;
}

.collection .leftcol article div {
    float: right;
    width: 55%;
}

.collection .leftcol article div h5 {
    font-size: 138%;
    font-weight: normal;
}

.collection .leftcol article div ul li {
    margin-bottom: 15px;
}

.collection .leftcol article div ul li a.btnmore {
    font-size: 100%;
    width: 80%;
    padding: 15px 60px 15px 50px;
}

@media all and (max-width:768px) {
    .collection .leftcol {
        float: none;
        width: 100%;
        padding: 0 0 25px;
    }

    .collection .leftcol article {
        padding: 10px;
    }

    .collection .leftcol article figure {
        width: 45%;
        padding: 10px;
    }

    .collection .leftcol article div {
        width: 52%;
    }

    .collection .leftcol article div h5 {
        font-size: 125%;
    }

    .collection .leftcol article div ul li {
        margin-bottom: 10px;
    }

    .collection .leftcol article div ul li a.btnmore {
        width: 100%;
        padding: 10px 60px 10px 50px;
    }
}

@media all and (max-width:450px) {

    .collection .leftcol article figure,
    .collection .leftcol article div {
        float: none;
        width: 100%;
    }

    .collection .leftcol article figure {
        margin-bottom: 10px;
    }
}

/* lower */
.collection .leftcol.lower {
    border: 1px solid #ccc;
    background: #fff;
    padding: 25px 25px 55px;
}

.collection .lower dl.gallery {
    overflow: hidden;
    margin-bottom: 15px;
}

.collection .lower dl.gallery dt {
    text-align: center;
    background: #000;
    padding: 10px;
    margin-bottom: 10px;
}

.collection .lower dl.gallery dd ul {
    clear: both;
    overflow: hidden;
}

.collection .lower dl.gallery dd ul li {
    width: 19%;
    margin: 0 1.25% 10px 0;
    float: left;
    position: relative;
    height: 0;
    padding-top: 14%;
}

.collection .lower dl.gallery dd ul li:last-child {
    margin-right: 0;
}

.collection .lower dl.gallery dd ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collection .lower h3 {
    font-size: 220%;
    font-weight: normal;
    line-height: 0.8;
    margin-bottom: 30px;
}

.collection .lower h3 small {
    font-size: 40%;
}

.kokuho {
    color: #800202;
}

.bunka {
    color: #417C06;
}

@media all and (max-width:768px) {
    .collection .leftcol.lower {
        float: none;
        width: 100%;
        padding: 10px 10px 25px;
        margin-bottom: 20px;
    }

    .collection .lower dl.gallery {
        margin-bottom: 10px;
    }

    .collection .lower dl.gallery dt {
        padding: 5px;
        margin-bottom: 5px;
        position: relative;
        height: 0;
        padding-top: 72%;
    }

    .collection .lower dl.gallery dt img {
        position: absolute;
        top: 0;
        left: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .collection .lower h3 {
        font-size: 150%;
        line-height: 1.1;
        margin-bottom: 15px;
    }

    .collection .lower h3 small {
        font-size: 60%;
    }
}

/* aside */
aside {
    float: right;
    width: 24%;
}

aside dl dt {
    color: #fff;
    font-size: 125%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #646464;
}

aside dl dd a.btnmore {
    font-size: 100%;
    text-align: left;
    display: block;
    padding: 20px 30px 20px 20px;
    border: 1px solid #ccc;
    border-top: none;
}

aside dl dd a.btnmore.bd-btm-none {
    border-bottom: none;
}

aside dl dd ul li a.btnmore {
    border-top: none;
    border-bottom: none;
    padding: 10px 30px 10px 35px;
}

aside dl dd ul li:first-child a.btnmore {
    padding-top: 5px;
}

aside dl dd ul li:last-child a.btnmore {
    border-bottom: 1px solid #ccc;
}

aside dl dd p {
    padding: 17px 30px 16px 20px;
    background: #fff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.txt_red {
    color: #9C0000;
}

.txt_green {
    color: #417C06;
}

.collect_thumb {
    width: 100%;
}

@media all and (max-width:768px) {
    aside {
        float: none;
        width: 100%;
    }

    aside dl dt {
        font-size: 112%;
        height: 40px;
        line-height: 40px;
    }

    aside dl dd a.btnmore {
        padding: 15px 30px 15px 20px;
    }
}






/*---------------------------------------------------------------------------------------
	access/
----------------------------------------------------------------------------------------*/

/* access-title */
.page-title.access-title {
    background: url(../images/access/access-title-bg.jpg) no-repeat center top;
    background-size: cover;
}

@media all and (max-width:768px) {
    .page-title.access-title {
        background: url(../images/access/access-title-bg.jpg) no-repeat center top;
        background-size: auto 100%;
    }
}

/* col2 */
.col2 {
    clear: both;
    overflow: hidden;
}

.col2 .leftcol,
.col2 .rightcol {
    width: 48%;
}

.col2 .leftcol {
    float: left;
}

.col2 .rightcol {
    float: right;
}

@media all and (max-width:768px) {

    .col2 .leftcol,
    .col2 .rightcol {
        width: 100%;
    }

    .col2 .leftcol {
        float: none;
        margin-bottom: 20px;
    }

    .col2 .rightcol {
        float: none;
    }
}

/* access-timetable */
.access-timetable {
    clear: both;
    overflow: hidden;
}

.access-timetable figure {
    float: left;
    width: 58%;
}

.access-timetable dl {
    float: right;
    width: 36%;
    border: 1px solid #ccc;
    padding: 25px 20px 35px;
    background: #fff;
}

.access-timetable dl dt {
    font-size: 138%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.access-timetable dl dd p {
    font-size: 112%;
    font-weight: bold;
    margin-bottom: 10px;
}

.access-timetable dl dd p span {
    color: #ccc;
}

.access-timetable dl dd div {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.access-timetable dl dd div label {
    font-weight: bold;
    display: inline-block;
    margin: 0 50px 10px 0;
}

.access-timetable dl dd div label input[type="radio"] {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.access-timetable dl dd input[type="button"] {
    font-size: 138%;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    width: 100%;
    background: url(../images/icon-right.svg) no-repeat right 15px center #fff;
    border: 1px solid #707070;
    padding: 8px;
    cursor: pointer;
}

.access-timetable dl dd input[type="button"]:hover {
    opacity: 0.6;
}

@media all and (max-width:768px) {
    .access-timetable figure {
        float: none;
        width: 100%;
        text-align: center;
    }

    .access-timetable dl {
        float: none;
        width: 100%;
        padding: 10px 10px 15px;
        margin-bottom: 10px;
    }

    .access-timetable dl dt {
        font-size: 125%;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .access-timetable dl dd p {
        font-size: 100%;
        margin-bottom: 5px;
    }

    .access-timetable dl dd div {
        margin-bottom: 5px;
    }

    .access-timetable dl dd div label {
        margin: 0 20px 10px 0;
    }

    .access-timetable dl dd input[type="button"] {
        font-size: 125%;
        padding: 5px;
    }
}

/* tab */
ul.tabnav {
    clear: both;
}

ul.tabnav li {
    text-align: center;
    float: left;
    width: 31%;
    margin-right: 10px;
}

ul.tabnav li a {
    color: #fff;
    font-size: 125%;
    display: block;
    padding: 10px;
    background: #000;
    border-radius: 5px 5px 0 0;
}

ul.tabnav li a.active {
    color: #000;
    background: #D8D8D8;
    box-shadow: 0px 3px 4px 0px #D8D8D8;
}

.tabcontent {
    border: 5px solid #ccc;
    box-shadow: 0px 3px 4px 0px #D8D8D8;
}

.iframe-cont {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
}

.iframe-cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width:768px) {
    ul.tabnav li a {
        font-size: 112%;
        padding: 5px;
    }

    .tabcontent {
        border: 3px solid #ccc;
    }
}

/* contact-box */
dl.contact-box {
    padding: 25px 30px;
    background: #F0EBD5;
}

dl.contact-box dt {
    font-size: 112%;
    font-weight: bold;
    margin-bottom: 20px;
}

dl.contact-box dd p a {
    font-size: 138%;
    text-decoration: underline;
}

@media all and (max-width:768px) {
    dl.contact-box {
        padding: 10px 15px;
    }

    dl.contact-box dt {
        font-size: 100%;
        margin-bottom: 10px;
    }

    dl.contact-box dd p a {
        font-size: 125%;
    }
}






/*---------------------------------------------------------------------------------------
	shuppan/ goods
----------------------------------------------------------------------------------------*/

/* shuppan-title */
.page-title.shuppan-title {
    background: url(../images/shuppan/shuppan-title-bg.jpg) no-repeat center top;
    background-size: cover;
}

@media all and (max-width:768px) {
    .page-title.shuppan-title {
        background: url(../images/shuppan/shuppan-title-bg.jpg) no-repeat center top;
        background-size: auto 100%;
    }
}

/* goods-title */
.page-title.goods-title {
    background: url(../images/goods/goods-title-bg.jpg) no-repeat center top;
    background-size: cover;
}

@media all and (max-width:768px) {
    .page-title.goods-title {
        background: url(../images/goods/goods-title-bg.jpg) no-repeat center top;
        background-size: auto 100%;
    }
}

/* lower */
.lower {
    clear: both;
    overflow: hidden;
}

/* leftcol */
.lower .leftcol {
    float: left;
    width: 70%;
}

.lower .leftcol div.list {
    display: flex;
    flex-wrap: wrap;
}

.lower .leftcol div.list article {
    width: 48%;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 25px;
}

/* add 20191016 */
@media print {
    .lower .leftcol div.list {
        display: block;
        flex-wrap: nowrap;
        clear: both;
        overflow: hidden;
    }

    .lower .leftcol div.list article {
        float: left;
    }

    .lower .leftcol div.list article:nth-child(2n+1) {
        clear: left;
    }
}

.lower .leftcol div.list article:nth-child(2n) {
    margin-left: 4%;
}

.lower .leftcol div.list article p {
    text-align: left;
}

.lower .leftcol div.list article p.t-center {
    text-align: center;
}

.lower .leftcol div.list article p.product-title {
    font-size: 112%;
}

.lower .leftcol p a.btnmore {
    font-size: 112%;
    padding: 15px 60px 15px 50px;
}

@media all and (max-width:768px) {
    .lower .leftcol {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .lower .leftcol div.list article {
        width: 49%;
        padding: 10px;
        margin-bottom: 15px;
    }

    .lower .leftcol div.list article:nth-child(2n) {
        margin-left: 2%;
    }

    .lower .leftcol div.list article p.product-title {
        font-size: 112%;
    }
}

/* imgright */
.lower .imgright {
    clear: both;
    overflow: hidden;
    padding: 20px;
    background: #F1F1F1;
}

.lower .imgright div {
    float: left;
    width: 70%;
}

.lower .imgright figure {
    text-align: center;
    float: right;
    width: 27%;
}

@media all and (max-width:768px) {
    .lower .imgright {
        padding: 10px;
    }
}

@media all and (max-width:500px) {

    .lower .imgright div,
    .lower .imgright figure {
        float: none;
        width: 100%;
    }

    .lower .imgright div {
        margin-bottom: 10px;
    }
}

a.u-line {
    text-decoration: underline;
}






/*---------------------------------------------------------------------------------------
	exhibition/
----------------------------------------------------------------------------------------*/

.page-title.exhibition-title {
    background: url(../images/exhibition-title-bg.jpg) no-repeat center top;
    background-size: cover;
}

@media all and (max-width:768px) {
    .page-title.exhibition-title {
        background: url(../images/exhibition-title-bg.jpg) no-repeat center top;
        background-size: auto 100%;
    }
}

.bg-black {
    color: #fff;
    font-weight: normal;
    background: #000;
    padding: 2px 20px;
}

/* exhibition */
.exhibition-box {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 0 235px 70px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.exhibition-box figure {
    text-align: center;
    float: left;
    margin: 0 35px 10px;
    display: table;
    width: 33%;
    /* minimum width */
    *width: auto;
    /* for IE7 and below */
}

.exhibition-box figcaption {}

.exhibition-box figure img {
    margin-bottom: 10px;
}

.exhibition-box a {
    position: absolute;
    right: 0;
    bottom: 70px;
}

@media all and (max-width:768px) {
    .exhibition-box {
        text-align: center;
        padding: 0 0 30px 0;
        margin-bottom: 15px;
    }

    .exhibition-box figure {
        float: none;
        display: inline-block;
        margin: 0 15px 10px;
        width: 100%;
    }

    .exhibition-box figure img {
        margin-bottom: 5px;
    }

    .exhibition-box a {
        position: static;
        clear: both;
    }
}






/*---------------------------------------------------------------------------------------
	activity/
----------------------------------------------------------------------------------------*/

.page-title.activity-title {
    background: url(../images/activity2024/activity-title-bg.jpg) no-repeat center top;
    background-size: cover;
}

@media all and (max-width:768px) {
    .page-title.activity-title {
        background: url(../images/activity2024/activity-title-bg.jpg) no-repeat center top;
        background-size: auto 100%;
    }
}

ul.anc {
    clear: both;
    overflow: hidden;
    display: flex;
}

ul.anc li {
    text-align: center;
    width: 48%;
    background: #fff;
    border: 1px solid #707070;
    margin-left: 4%;
}

ul.anc li:first-child {
    margin-left: 0;
}

ul.anc li a {
    padding: 5px 5px 10px;
    display: block;
}

@media all and (max-width:768px) {
    ul.anc li a {
        padding: 5px;
    }
}

/* flow-side */
.flow-side {
    clear: both;
    overflow: hidden;
}

.flow-side figure {
    font-weight: bold;
    float: left;
    width: 27%;
    padding-left: 6%;
    margin-left: 3%;
    position: relative;
    box-sizing: content-box;
}

.flow-side figure:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #6a6a6a;
    margin: auto;
    top: 70px;
    left: 3%;
}

.flow-side figure:first-child {
    padding-left: 0;
    margin-left: 0;
}

.flow-side figure:first-child:before {
    content: none;
}

.flow-side figure:last-child {
    width: 28%;
}

.flow-side figure img {
    width: 100%;
    margin-bottom: 10px;
}

@media all and (max-width:768px) {
    .flow-side figure:before {
        border-width: 12px 0 12px 12px;
        top: 50px;
    }
}

/* flow */
ol.flow {
    overflow: hidden;
    margin-bottom: 30px;
}

ol.flow>li {
    border: 1px solid #ccc;
    padding: 25px 40px 25px 30px;
    clear: both;
    background: #fff;
    margin-bottom: 40px;
    position: relative;
}

ol.flow li:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -28px;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 17px 0 17px;
    border-color: #6a6a6a transparent transparent transparent;
}

ol.flow li:last-child:before {
    content: none;
}

ol.flow li:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
}

ol.flow li p.num {
    color: #fff;
    font-size: 112%;
    font-weight: bold;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    background: #919191;
    border-radius: 50px;
    float: left;
}

ol.flow li .rightcol {
    overflow: hidden;
}

ol.flow li .rightcol dl.leftcol {
    float: left;
    width: 66%;
}

ol.flow li .rightcol dl dt {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 20px;
}

ol.flow li .rightcol dl dd {
    margin-bottom: 30px;
}

ol.flow li .rightcol figure.rightcol {
    float: right;
    width: 31%;
}

ol.flow li .rightcol figure img {
    width: 100%;
    margin-bottom: 5px;
}

ol.flow li .rightcol .col3 {
    clear: both;
    overflow: hidden;
}

ol.flow li .rightcol .col3 figure {
    font-size: 88%;
    float: left;
    width: 30%;
    margin: 0 5% 20px 0;
}

ol.flow li .rightcol .col3 figure:nth-child(3n) {
    margin-right: 0;
}

ol.flow li .rightcol .col3 figure:nth-child(3n+1) {
    clear: left;
}

ol.flow li .rightcol .activity-col2 {
    clear: both;
    overflow: hidden;
}

ol.flow li .rightcol .activity-col2 figure.rightcol {
    float: left;
    width: auto;
    margin-right: 30px;
}

ol.flow li .rightcol .activity-col2 figure.rightcol img {
    margin-bottom: 10px;
}

ol.flow li .rightcol dl dd .bg-yellow {
    text-align: center;
    padding: 45px 20px;
    background: #FCF6CA;
    margin: 0 10%;
}

@media all and (max-width:768px) {
    ol.flow>li {
        padding: 15px;
        margin-bottom: 20px;
    }

    ol.flow li:before {
        bottom: -16px;
        border-width: 8px 12px 0 12px;
    }

    ol.flow li p.num {
        font-size: 100%;
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-right: 10px;
    }

    ol.flow li .rightcol dl dt {
        font-size: 100%;
        margin-bottom: 10px;
    }

    ol.flow li .rightcol dl dd {
        margin-bottom: 10px;
    }

    ol.flow li .rightcol .activity-col2 figure.rightcol {
        margin: 0 0 10px;
    }

    ol.flow li .rightcol .activity-col2 figure.rightcol img {
        margin-bottom: 5px;
    }

    ol.flow li .rightcol dl dd .bg-yellow {
        padding: 25px 10px;
        margin: 0;
    }
}

@media all and (max-width:500px) {
    ol.flow li p.num {
        float: none;
        margin-bottom: 10px;
    }

    ol.flow li .rightcol dl.leftcol,
    ol.flow li .rightcol figure.rightcol {
        float: none;
        width: 100%;
    }

    ol.flow li .rightcol figure.rightcol img {
        width: auto;
    }

    ol.flow li .rightcol .col3 figure {
        width: 48%;
        margin: 0 4% 10px 0;
    }

    ol.flow li .rightcol .col3 figure:nth-child(3n) {
        margin-right: 4%;
    }

    ol.flow li .rightcol .col3 figure:nth-child(2n) {
        margin-right: 0;
    }

    ol.flow li .rightcol .col3 figure:nth-child(3n+1) {
        clear: none;
    }

    ol.flow li .rightcol .col3 figure:nth-child(2n+1) {
        clear: left;
    }
}

/* conversation */
.conversation {
    clear: both;
    overflow: hidden;
}

.conversation figure {
    text-align: center;
    float: left;
    width: 31%;
}

.conversation figure img {
    margin-bottom: 10px;
}

.conversation div {
    float: right;
    width: 63%;
    margin-right: 3px;
}

.conversation div p {
    margin-bottom: 25px;
}

.conversation div p.person1 {
    margin-top: 55px;
}

.conversation div p:last-child {
    margin-bottom: 5px;
}

.conversation div p span {
    display: block;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 3px 6px 0px #dedede;
    position: relative;
}

.conversation div p.line2 span {
    padding: 20px 30px;
}

.conversation div p.woman,
.conversation div p.child {
    padding-right: 105px;
}

.conversation div p.woman span,
.conversation div p.child span {
    background: #FCF6CA;
}

.conversation div p span:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 23px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
}

.conversation div p.woman span:after,
.conversation div p.child span:after {
    right: -12px;
    background: url(../images/balloon-yellow.png) no-repeat right center;
}

.conversation div p.man span:after {
    left: -12px;
    background: url(../images/balloon-blue.png) no-repeat left center;
}

.conversation div p.man {
    padding-left: 105px;
}

.conversation div p.man span {
    background: #EFF9FA;
}

.conversation div p.woman {
    background: url(../images/activity/woman.png) no-repeat right center;
}

.conversation div p.child {
    background: url(../images/activity/child.png) no-repeat right center;
}

.conversation div p.man {
    background: url(../images/activity/man.png) no-repeat left center;
}

.conversation div p.woman {
    background: url(../images/activity/woman.png) no-repeat right center;
}

@media all and (max-width:768px) {
    .conversation div p.person1 {
        margin-top: 0;
    }
}

@media all and (max-width:500px) {
    .conversation figure {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .conversation figure img {
        margin-bottom: 5px;
    }

    .conversation div {
        float: none;
        width: 100%;
        margin-right: 3px;
    }
}

/* questionary */
.questionary {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 30px 0 10px;
}

.questionary dt {
    font-size: 112%;
    font-weight: bold;
    margin-bottom: 20px;
}

.questionary dd {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 15px;
}

.questionary dd:before {
    color: #ccc;
    content: "■";
    margin-right: 0.5em;
}

@media all and (max-width:768px) {
    .questionary {
        padding: 15px 0 10px;
    }

    .questionary dt {
        margin-bottom: 10px;
    }

    .questionary dd {
        margin-bottom: 5px;
    }
}

/* activity-contact */
.activity-contact {
    padding: 15px 30px;
    background: #F0EBD5;
}

.activity-contact dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.activity-contact dd {
    font-size: 138%;
}

.activity-contact dd span {
    margin-right: 40px;
}

.mb150 {
    margin-bottom: 150px;
}

@media all and (max-width:768px) {
    .activity-contact dd a {
        margin-right: 30px;
    }

    .mb150 {
        margin-bottom: 75px;
    }
}

/* activity-cont2 */
.activity-cont2 {
    text-align: center;
    clear: both;
    overflow: hidden;
}

.activity-cont2 figure {
    float: left;
    margin-right: 30px;
}

.activity-cont2 figure img {
    margin-bottom: 10px;
}

@media all and (max-width:768px) {
    .activity-cont2 figure {
        float: none;
        margin-right: 0;
        margin: 0 0 10px;
    }

    .activity-cont2 figure img {
        margin-bottom: 5px;
    }
}





/*---------------------------------------------------------------------------------------
	Colorbox/
----------------------------------------------------------------------------------------*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(../images/overlay.png) repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(../images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(../images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(../images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(../images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(../images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}






/*---------------------------------------------------------------------------------------
	foreign/
----------------------------------------------------------------------------------------*/

/* foreign-imgleft */
.foreign-imgleft {
    clear: both;
    overflow: hidden;
}

.foreign-imgleft .leftcol {
    float: left;
    width: 25%;
    max-width: 250px;
}

.foreign-imgleft .leftcol figure {
    margin-bottom: 20px;
}

.foreign-imgleft .leftcol figure img {
    margin-bottom: 5px;
}

.foreign-imgleft .rightcol {
    float: right;
    width: 74%;
}

@media all and (max-width:768px) {
    .foreign-imgleft .leftcol {
        float: none;
        width: 100%;
        max-width: inherit;
        clear: both;
        overflow: hidden;
    }

    .foreign-imgleft .leftcol figure {
        float: left;
        width: 48%;
    }

    .foreign-imgleft .leftcol figure:nth-child(2n) {
        float: right;
    }

    .foreign-imgleft .rightcol {
        float: none;
        width: 100%;
    }
}

/* foreign-photo */
.foreign-photo {
    text-align: center;
}

.foreign-photo figure {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px;
}

.foreign-photo figure.w128 {
    max-width: 128px;
}

.foreign-photo figure.w143 {
    max-width: 143px;
}

.foreign-photo figure.w161 {
    max-width: 161px;
}

.foreign-photo figure.w176 {
    max-width: 176px;
}

.foreign-photo figure.w191 {
    max-width: 191px;
}

.foreign-photo figure.w287 {
    max-width: 287px;
}

.foreign-photo figure.w466 {
    max-width: 466px;
}


/*---------------------------------------------------------------------------------------
	news/
----------------------------------------------------------------------------------------*/

.page-title.news-title {
    background: url(../images/news-title-bg.jpg) no-repeat center top;
    background-size: cover;
}

@media all and (max-width:768px) {
    .page-title.news-title {
        background: url(../images/news-title-bg.jpg) no-repeat center top;
        background-size: auto 100%;
    }
}

.news dl {
    margin-bottom: 20px;
    clear: both;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news dt {
    font-size: 14px;
    width: 8em;
    float: left;
    padding-top: 3px;
}

.news dd {
    overflow: hidden;
}

.news dd a {
    text-decoration: none;
    /*font-weight: bold;*/
}

.news dd a:hover {
    text-decoration: underline;
}

@media all and (max-width:768px) {
    .news dt {
        float: none;
    }
}