@charset "utf-8";

/* large-title -------------------- */

#title .large-title {
	font-weight: 400;
}

/* middle-title -------------------- */


.middle-title {
	margin-bottom: 10px;
}

#profile .middle-title {
    text-align: center;
	margin-top: 30px;
}


/* small-title -------------------- */

.small-title {
	font-size: 1.5rem;
    margin: 0 0 10px;
}

/* inner-anchor-list -------------------- */

.inner-anchor-list li {
    margin-top: 0;
}


/* contents -------------------- */

#advance-ticket .advance-ticket-inner {
	background-color: rgba(91,176,22,0.15);
	border-radius: 2px;
	margin: 0 0 45px;
	padding: 30px ;
}

#advance-ticket .common-table dl:last-child {
    border-bottom: none;
}

#advance-ticket .common-table a,
#exhi-info .common-table a{
    display: inline;
}

#points .points-item {
	margin-bottom: 5em;
}

#points .points-item:last-child {
	margin-bottom: 0;
}

#points .points-title {
    margin-bottom: 1em;
	font-size: 2rem;
    font-weight: 400;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0.5em;
    border-bottom: 3px dotted rgba(91,176,22,0.2);
}

#points .points-title .innerttl {
    padding: 8px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 0 15px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: rgba(91,176,22,0.8);
    color: #fff;
}

.txt-wrap,
.image-wrap {
	margin-bottom: 30px;
}

.item-list {
	margin-bottom: 30px;
}

.item__img {
	margin-bottom: 20px;
}

.points-item:last-of-type .item-list {
	margin-bottom: 20px;
}

.atogaki {
	background-color: rgba(91, 176, 22, 0.15);
	border-radius: 4px;
    padding: 30px;
}

.atogaki p {
	margin-top: 20px;
}

.atogaki p:first-child {
	margin-top: 0px;
}

#profile .ruby {
    font-size: 1.5rem;
}


/* 観覧料 -------------------- */

.inner-table-wrap .admission-fees {
	table-layout: fixed;
	width: 100%;
	max-width: 700px;
}

.inner-table-wrap .admission-fees,
.inner-table-wrap .admission-fees td {
	border: 1px solid rgba(0,0,0,.1);
	border-collapse: collapse;
}

.inner-table-wrap .admission-fees td {
	padding: 5px;
	text-align: right;
}

.inner-table-wrap .admission-fees .heading {
	text-align: center;
	line-height: 1.2;
	padding: 10px 5px;
}

.inner-table-wrap p {
	padding: 15px 0;
	border-top: none;
}

.inner-table-wrap p:last-of-type,
.line_none dl {
    border-top: dashed 1px rgba(0,0,0,.1);
}

.inner-table-wrap span{
	font-weight: 400;
}

/* logo -------------------- */

.exhi-info-img {
    width: 18px;
    vertical-align: middle;
}

/* project -------------------- */

.project-item {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

/*.project-item:first-child {
    border-bottom: dashed 1px rgba(0,0,0,.1);
    padding-bottom: 30px;
}:*/

.project-img {
	border-radius: 4px;
}

.project-txt {
	margin-bottom: 20px;
}

.project-txt a {
	margin-top: 10px;
}


/* 色々 -------------------- */

.ib {
	display: inline-block;
}

figure {
    line-height: 1.7;
}

img {
	border-radius: 4px;
}

.more--small {
	font-size: .65em;
}

.omake {
	padding: 0;
	text-align: right;
	font-size: 0.9rem;
	display: block;
	margin: 0px 0 45px;
}

.copy{
    text-align: center;
}

.right {
	text-align: right;
}

.exhibition-detail .common-table .pdf-list li a {
    padding: 0px;
}
.normal-exhibition .common-table dl .inner-table-wrap dd {
    text-align: left;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

@media screen and (min-width: 541px) {
	.item-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
	}

	/* project -------------------- */

	.project-item .project-txt {
		width: calc(80% - 40px);
		margin-bottom: 0;
	}

	.project-item .project-img {
		width: 20%;
	}


}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

/* iPad (768px) */

@media screen and (min-width: 768px) {

	.small-title {
        font-size: 1.8rem;
    }

	.item-list {
		grid-template-columns: repeat(2, 1fr);
	}

	#points .points-title {
		font-size: 2.4rem;
	}

	.omake {
		font-size: 1.1rem;
	}

}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 960px) {
	
	.inner-table-wrap .admission-fees .heading {
		line-height: 1.8;
	}

	#points .points-title {
		text-align: left;
        justify-content: flex-start;
        flex-direction: row;
        padding-bottom: .65em;
	}

	#points .points-title .innerttl {
		margin: 0 15px 0px 0;
	}

	.profile-wrap figure {
        width: 25%;
    }

	.profile-wrap .profile-txt {
        width: calc(75% - 40px);
        margin-left: 40px;
    }

	.project-item {
		margin-bottom: 60px;
	}

	.omake {
		font-size: 1.25rem;
	}


}

@media screen and (min-width: 1100px) {

	.small-title {
        font-size: 2.0rem;
    }
}

@media screen and (min-width: 1281px) {




}

