@charset "utf-8";

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

.child .large-title .ruby {
    font-size: 1.5rem;
}

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

.child .middle-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

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

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


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

.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;
}



/* works -------------------- */

.composition-box {
	background-color: rgba(91, 176, 22, 0.15);
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 20px;
}

.composition-title {
	font-weight: 500;
	text-align: center;
	border-bottom: 1px dashed rgba(91, 176, 22, 0.8);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

.works-item .works-img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.works-item .works-img,
.works-txt .chapter-title {
    text-align: center;
}

.works-item figcaption{
    padding-bottom: 8px;
}

.works-item img{
   width: 100%;
   border-radius: 4px;
}

.works-item .works-txt {
	margin-top: 1.5rem;
    margin-bottom: 2em;
}

.works-item .works-title {
    font-size: 1.5rem;
    margin-bottom: 1em;
    font-weight: 400;
    /*display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;*/
}

.works-item .sub-title {
    font-size: 1.5rem;
    font-weight: 400;
}


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

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

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

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

.exhi-info {
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
}

.exhi-info.bunka {
    width: 80px;
}

.exhi-info.nihonhaku {
    width: 120px;
}


/* その他 -------------------- */
/*
.omake {
	margin: 30px 0 45px;
}
*/
.more--small {
	font-size: .65em;
}

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

.outline {
	border: 1px solid rgba(220, 220, 220, 1);
}


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

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


}

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

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

	.inner-anchor-list {
		padding: 0px 0 0;
	}

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

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

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

}

/* iPad (768px) */

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

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

	.omake {
		font-size: 1.1rem;
	}

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

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

	/* works -------------------- */

	.composition-box {
		margin: 0 0 45px;
		padding: 30px;
	}

	.works-item .works-txt {
		width: calc(70% - 40px);
	}
	 
	.works-item .works-img {
		width: 30%;
		margin: 0;
	}

	/*.works-item:last-child .works-txt {
		width: calc(55% - 40px);
	}
	 
	.works-item:last-child .works-img {
		width: 45%;
		margin: 0;
	}*/

	.works-item .works-title,
	.works-item .sub-title {
		font-size: 1.8rem;
	}
	
}

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

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

	/* .works -------------------- */
	 
	.works-item .works-txt {
		width: calc(70% - 40px);
		margin-top: 0;
	}
	 
	.works-item .works-img {
		width: 30%;
		margin: 0;
	}
	 
	.works-item .works-title {
		text-align: left;
		/*justify-content: flex-start;
		flex-direction: row;
		gap: 15px;*/
	}

	.child .middle-title {
	    margin-bottom: 20px;
	}

	.omake  {
		font-size: 1.25rem;
	}

}

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

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

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

	/* works -------------------- */

	.works-item .works-title,
	.works-item .sub-title {
		font-size: 2.0rem;
	}

	.common-table dd {
		width: 79%;
	}

}

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

}
