@charset "UTF-8";

/*----------------------------------------------------------------------------------------*
 *	共通の記述
 *----------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------- second 共通 */
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}
.breadcrumb li:not(:last-of-type)::after {
	content: "＞";
	margin: 0 10px;
}
h1 {
	font-weight: 700;
	line-height: 1.4;
}
h2:not(.normal) {
	position: relative;
	font-weight: 700;
}
h2:not(.normal)::before {
	content: '';
	position: absolute;
	background: #00b0f0;
}
h2.green::before {
	background: #8cd460;
}
#kv p {
	margin: 0;
}
sup.history {
	vertical-align: super;
	font-size: 75%;
	}
span.fs-s {
	font-size: 90%;
}
/*-------------------------------------------------------------- permanent */
body#permanent section#contents-area .tabs {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	list-style-type: none;
}
body#permanent section#contents-area .tabs li {
	width: 50%;
	line-height: 1;
}
body#permanent section#contents-area .tab-button {
	width: 100%;
	display: inline-block;
	vertical-align: baseline;
	background-color: #fff;
	text-align: center;
	color: #000;
	font-weight: 700;
	cursor: pointer;
	border: none;
	outline: none;
}
body#permanent section#contents-area .tab-button.active {
	background-color: #72cff9;
	color: #fff;
}
body#permanent section#contents-area .tab-content .content {
	display: none;
	transition: opacity 0.5s;
}
body#permanent section#contents-area .tab-content .content.active {
	display: block;
	opacity: 1;
	transition: opacity 0.5s;
}
body#permanent section#contents-area .info_area p {
	margin: 0;
}
body#permanent section#contents-area .guide {
	border: 1px solid #d9d9d9;
}
body#permanent section#contents-area .slider-area {
	position: relative;
	line-height: 1;
}
body#permanent section#contents-area .slider-area p {
	margin: 0;
}
body#permanent section#contents-area .slider,
body#permanent section#contents-area .slider-thumbnail {
	overflow: hidden;
}
body#permanent section#contents-area .slider .swiper-slide {
	position: relative;
}
body#permanent section#contents-area .slider .swiper-slide .text {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	line-height: 1.4;
	color: #fff;
}

/*-------------------------------------------------------------- special */
body#special section#kv .display {
	background-color: #9a003d;
}
body#special section#kv .display > p {
	color: #fff;
}
body#special section#kv .display > p:nth-of-type(1) {
	font-weight: 700;
}
body#special section#kv .display div {
	background-color: #fff;
}
body#special section#kv .display div p {
	font-weight: 700;
}
body#special section#contents-area .overflow {
	overflow-x: auto;
	overflow-y: hidden;
}
body#special section#contents-area .tabs {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	list-style-type: none;
}
body#special section#contents-area .tabs li {
	white-space: nowrap;
}
body#special section#contents-area .tab-button {
	display: inline-block;
	vertical-align: baseline;
	background-color: transparent;
	text-align: center;
	color: #d9d9d9;
	font-weight: 700;
	cursor: pointer;
	border: none;
	outline: none;
}
body#special section#contents-area .tab-button.active {
	position: relative;
	color: #00b0f0;
}
body#special section#contents-area .tab-button.active:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	background: #00b0f0;
	left: 0;
}
body#special section#contents-area .tab-content .content {
	display: none;
	transition: opacity 0.5s;
}
body#special section#contents-area .tab-content .content.active {
	display: block;
	opacity: 1;
	transition: opacity 0.5s;
}
body#special section#contents-area .tab-content .content ul {
	margin: 0;
	list-style-type: none;
}
body#special section#contents-area .tab-content .content ul li {
	border-bottom: 2px solid #d9d9d9;
}
body#special section#contents-area .tab-content .content ul li a {
	display: block;
	box-sizing: border-box;
	color: #000;
}
body#special section#contents-area .tab-content .content ul li.nowon a {
	background: transparent url('../img/nowon.jpg') no-repeat center top;
	border: 3px solid #63af33;
	border-radius: 30px;
}
body#special section#contents-area .tab-content .content ul p {
	margin: 0;
}
body#special section#contents-area .tab-content .content ul p:nth-of-type(2) {
	font-weight: 700;
}
body#special section#contents-area .tab-content .content ul p:last-child {
	text-align: right;
}

/*-------------------------------------------------------------- online */
body#online section#caution {
	border: 3px solid #000;
}
body#online section#caution p:nth-of-type(1) {
	margin: 0;
	font-weight: 700;
	color: #f00;
	text-align: center;
}
body#online section#archives ul {
	margin: 0;
	list-style-type: none;
}
body#online section#archives ul li {
	border-bottom: 2px solid #d9d9d9;
}
body#online section#archives ul p {
	margin: 0;
}
body#online section#archives ul p:nth-of-type(3) {
	font-weight: 700;
	margin: 0;
}
body#online section#archives ul p:nth-of-type(5) {
	text-align: right;
}
body#online section#archives ul a {
	color: #000;
}

/*-------------------------------------------------------------- publications */
body#publications section#contents-area .overflow {
	overflow-x: auto;
	overflow-y: hidden;
}
body#publications section#contents-area .tabs {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	list-style-type: none;
}
body#publications section#contents-area .tabs li {
	white-space: nowrap;
}
body#publications section#contents-area .tab-button {
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	text-align: center;
	color: #d9d9d9;
	font-weight: 700;
	cursor: pointer;
	border: none;
	outline: none;
}
body#publications section#contents-area .tab-button.active {
	position: relative;
	color: #00b0f0;
}
body#publications section#contents-area .tab-button.active:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	background: #00b0f0;
	left: 0;
}
body#publications section#contents-area .tab-content .content {
	display: none;
	transition: opacity 0.5s;
}
body#publications section#contents-area .tab-content .content.active {
	display: block;
	opacity: 1;
	transition: opacity 0.5s;
}
body#publications section#contents-area .booklet-list {
	margin: 0;
	list-style-type: none;
}
body#publications section#contents-area .booklet-list li {
	border-bottom: 2px solid #d9d9d9;
}
body#publications section#contents-area .booklet-list p {
	margin: 0;
}
body#publications section#contents-area .booklet-list p:nth-of-type(1) {
	text-align: center;
}
body#publications section#contents-area .booklet-list p:nth-of-type(2) {
	font-weight: 700;
}
body#publications section#contents-area .historical-list {
	list-style-type: none;
	text-indent: -1em;
	margin: 0 0 0 1em;
}
body#publications section#contents-area .historical-list li:nth-of-type(n+2) {
	margin-top: 1em;
}
body#publications section#contents-area .memorial-list {
	margin: 0;
	list-style-type: none;
}
body#publications section#contents-area .memorial-list li {
	border-bottom: 2px solid #d9d9d9;
}
body#publications section#contents-area .memorial-list p:nth-of-type(1) {
	text-align: center;
}
body#publications section#contents-area .leaflet_block p {
	margin: 0;
	background: #7f7f7f;
	color: #fff;
}
body#publications section#contents-area .leaflet_block ul {
	margin: 0;
	list-style-type: none;
}
body#publications section#contents-area .leaflet_block ul li {
	line-height: 1;
}

/*-------------------------------------------------------------- episode */

/*-------------------------------------------------------------- chronology */
body#chronology #kv p:nth-of-type(2) {
	margin: 1em auto;
}
/*===== Vertical Timeline =====*/
body#chronology #conference-timeline {
	background: #9a003d;
 	font-weight: 400;
}
body#chronology #conference-timeline .wrap {
	position: relative;
	margin: 0 auto;
}
body#chronology #conference-timeline h2 {
	text-align: center;
	font-weight: 900;
	color: #fff;
}
body#chronology #conference-timeline .timeline-start,
body#chronology #conference-timeline .timeline-end {
	position: relative;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	background: #fff;
	color: #9A003D;
	text-align: center;
	z-index: 1;
}
body#chronology #conference-timeline .conference-center-line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	background: #fff;
}
body#chronology .timeline-article {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
body#chronology .timeline-article p {
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #fff;
	position: relative;
	padding-left: 1em;
	text-indent: -1em;
}
body#chronology .timeline-article .content-left-container {
	float: left;
}
body#chronology .timeline-article .content-right-container {
	float: right;
}
body#chronology .timeline-article .content-left {
	padding-left: 60px;
}
body#chronology .timeline-article .top {
	margin: 0;
	padding-top: 0;
}

body#chronology .timeline-article .photo {
	margin: 2em auto 0;
}
body#chronology .timeline-article .ad-1964 {
	margin-bottom: 4em !important;
}
body#chronology .timeline-article .ad-vertical {
	margin-bottom: 5.2em !important;
	width: 130px !important;
}
body#chronology .timeline-article ul.flex-photo {
	margin: 2em 0 0;
	padding: 0;
	list-style: none;
}
body#chronology .timeline-article ul.flex-photo li.double-photo {
	margin: 2em 0 0;
}
body#chronology .timeline-article .meta-date {
	position: absolute;
	top: 0;
	color: #fff;
	background: #9A003D;
}
body#chronology .timeline-article .meta-date .date {
	display: block;
	font-weight: 900;
	text-align: center;
}

/*-------------------------------------------------------------- about */
body#about .img-database {
	text-align: center;
}
body#about .img-database img {
	border: 1px solid #d9d9d9;
}

/*-------------------------------------------------------------- message */

/*-------------------------------------------------------------- with */
body#with .event-list {
	list-style-type: none;
}
body#with .event-list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
	margin: 0;
}
body#with .event-list > li:nth-of-type(n+2) {
	border-top: 2px solid #d9d9d9;
}
body#with .event-list > li > p {
	display: inline-block;
	width: 8em;
	padding: 0.5em 0;
	text-align: center;
	color: #fff;
}
body#with .event-list .support {
	background: #002b78;
}
body#with .event-list .cooperation {
	background: #45b700;
}
body#with .event-list .collaboration {
	background: #d792a9;
}

/*-------------------------------------------------------------- usage-guide */
body#usage-guide dd {
	margin: 0;
}

/*-------------------------------------------------------------- news */
body#news .news-list {
	list-style-type: none;
}
body#news .news-list ul {
	display: flex;
	align-items: center;
	margin: 0;
	list-style-type: none;
}
body#news .news-list ul li:nth-of-type(1) {
	width: 7em;
	margin-right: 1em;
	background-color: #999;
	color: #fff;
	text-align: center;
}
body#news .pagination {
	margin-top: 2em;
}
body#news .pagination h2 {
	display: none;
}
body#news .pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}
body#news .pagination .nav-links a:not(.next),
body#news .pagination .nav-links span {
	margin-right: 1em;
}
body#news .pagination .nav-links span {
	width: 2em;
	background: #9a003d;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
body#news .pagination .prev,
body#news .pagination .next {
	color: #999;
}
body#news .pagination a:not(.prev,.next) {
	width: 2em;
	background: #999;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

/*-------------------------------------------------------------------------------*
 *	736px以下用（SP用）の記述
 *-------------------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

/*-------------------------------------------------------------- second 共通 */
article:not(.wide) {
	padding: 5% 5% 10%;
}
.breadcrumb {
	font-size: calc(12 / 375 * 100vw);
}
h1 {
	margin: 5% 0;
	font-size: calc(22 / 375 * 100vw);
}
h1 span {
	font-size: calc(16 / 375 * 100vw);
}
h2:not(.normal) {
	margin: 10% 0 0;
	border-bottom: 2px solid #d9d9d9;
	font-size: calc(18 / 375 * 100vw);
}
h2:not(.normal)::before{
	width: 30%;
	bottom: -2px;
	height: 2px;
}

/*-------------------------------------------------------------- permanent */
body#permanent section#contents-area .tabs {
	margin-top: 5%;
	border-bottom: 2px solid #00b0f0;
}
body#permanent section#contents-area .tabs .tab-button {
	padding: 10% 5%;
	font-size: calc(14 / 375 * 100vw);
}
body#permanent section#contents-area .tabs li:nth-of-type(1) .tab-button {
	border-radius: 20px 0 0 0;
}
body#permanent section#contents-area .tabs li:nth-of-type(2) .tab-button {
	border-radius: 0 20px 0 0;
}
body#permanent section#contents-area .info_area {
	margin: 10% 0;
}
body#permanent section#contents-area .guide {
	margin: 10% 0 0;
	padding: 4%;
}
body#permanent section#contents-area .slider-area {
	margin: 10% 0;
	background-color: #000 ;
}
body#permanent section#contents-area .thumnail-area {
	display: none;
}
body#permanent section#contents-area .slider .swiper-slide {
	height: auto;
	background: rgba(0,0,0,1);
}
body#permanent section#contents-area .slider .swiper-slide .text {
	height: auto;
	font-size: calc(12 / 375 * 100vw);
}
body#permanent section#contents-area .tower .swiper-button-next,
body#permanent section#contents-area .tower .swiper-button-prev {
	top: 32%;
}
body#permanent section#contents-area .archives .swiper-button-next,
body#permanent section#contents-area .archives .swiper-button-prev {
	top: 40%;
}

/*-------------------------------------------------------------- special */
body#special section#kv .display {
	padding: 5%;
	margin-bottom: 10%;
	border-radius: 30px;
}
body#special section#kv .display > p:nth-of-type(1) {
	font-size: calc(18 / 375 * 100vw);
}
body#special section#kv .display > p:nth-of-type(2) {
	font-size: calc(12 / 375 * 100vw);
}
body#special section#kv .display div {
	margin: 5% 0;
	border-radius: 30px;
}
body#special section#kv .display div img {
	border-radius: 30px;
}
body#special section#kv .display div p:nth-of-type(2) {
	padding: 5%;
	font-size: calc(12 / 375 * 100vw);
}
body#special section#contents-area .overflow {
	padding-bottom: 5%;
	margin: 5% 0;
}
body#special section#contents-area .tabs li {
	border-bottom: 1px solid #d9d9d9;
}
body#special section#contents-area .tab-button {
	padding: 0 1em 10%;
}
body#special section#contents-area .tab-button.active:after {
	height: 2px;
	bottom: -5px;
}
body#special section#contents-area .tab-content .content ul li {
	padding-bottom: 10%;
}
body#special section#contents-area .tab-content .content ul li:nth-of-type(n+2) {
	margin-top: 15%;
}
body#special section#contents-area .tab-content .content ul li a {
	padding-bottom: 5%;
}
body#special section#contents-area .tab-content .content ul li.nowon a {
	padding-top: calc(100/375*100vw);
}
body#special section#contents-area .tab-content .content ul p:nth-of-type(n+2) {
	padding: 0 5%;
}
body#special section#contents-area .tab-content .content ul p:nth-of-type(1) {
	margin-bottom: 5%;
}
body#special section#contents-area .tab-content .content ul p:nth-of-type(3) {
	margin-bottom: 5%;
	font-size: calc(18 / 375 * 100vw);
}
body#special section#contents-area .tab-content .content ul p:last-child img {
	width: 10%;
}

/*-------------------------------------------------------------- online */
body#online section#caution {
	padding: 5%;
	margin: 10% 0;
}
body#online section#caution p:nth-of-type(1) {
	font-size: calc(18 / 375 * 100vw);
}
body#online section#archives ul li {
	padding-bottom: 10%;
}
body#online section#archives ul li:nth-of-type(n+2) {
	margin-top: 15%;
}
body#online section#archives ul p:nth-of-type(1) {
	margin-bottom: 5%;
}
body#online section#archives ul p:nth-of-type(4) {
	margin-bottom: 5%;
	font-size: calc(18 / 375 * 100vw);
}
body#online section#archives ul p:nth-of-type(5) img {
	width: 10%;
}

/*-------------------------------------------------------------- publications */
body#publications section#contents-area .overflow {
	padding-bottom: 5%;
	margin: 10% 0 5%;
}
body#publications section#contents-area .tabs li {
	border-bottom: 1px solid #d9d9d9;
}
body#publications section#contents-area .tab-button {
	padding: 0 1em 10%;
}
body#publications section#contents-area .tab-button.active:after {
	height: 2px;
	bottom: -5px;
}
body#publications section#contents-area .booklet-list li {
	margin-top: 15%;
	padding-bottom: 10%;
}
body#publications section#contents-area .booklet-list img {
	width: 50%;
}
body#publications section#contents-area .booklet-list p:nth-of-type(1) {
	margin-bottom: 5%;
}
body#publications section#contents-area .booklet-list p:nth-of-type(3) {
	margin: 5% 0;
}
body#publications section#contents-area .memorial-list li {
	margin-top: 15%;
	padding-bottom: 10%;
}
body#publications section#contents-area .memorial-list img {
	width: 50%;
}
body#publications section#contents-area .memorial-list p:nth-of-type(1) {
	margin-bottom: 5%;
}
body#publications section#contents-area .memorial-list p:nth-of-type(3) {
	margin: 5% 0;
}
body#publications section#contents-area .leaflet_block {
	margin-top: 10%;
}
body#publications section#contents-area .leaflet_block p {
	padding: 3.5%;
}
body#publications section#contents-area .leaflet_block:nth-of-type(4) ul li {
	margin: 0 auto;
	width: 50%;
}

/*-------------------------------------------------------------- episode */
body#episode section#kv p:nth-of-type(2) {
	margin: 5% 0;
	font-size: calc(18 / 375 * 100vw);
}

/*-------------------------------------------------------------- chronology */
body#chronology #kv {
	padding: 5%;
}
body#chronology #conference-timeline {
	padding: 10% 0;
}
body#chronology #conference-timeline h2 {
	margin: 0 0 5%;
	font-size: 1.6rem;
}
/*===== Vertical Timeline =====*/
body#chronology #conference-timeline .timeline-start,
body#chronology #conference-timeline .timeline-end {
	width: calc(40 / 375 * 100vw);
	margin: 0;
	padding: 2% 10%;
	font-size: calc(18 / 375 * 100vw);
}
body#chronology #conference-timeline .conference-center-line {
	margin-left: 0;
	left: calc(50 / 375 * 100vw);
}
body#chronology .timeline-article .content-left-container,
body#chronology .timeline-article .content-right-container {
	margin-left: calc(110 / 375 * 100vw);
}
body#chronology .timeline-article .content-left-container {
	margin-bottom: 10%;
}
body#chronology .timeline-article .content-left,
body#chronology .timeline-article .content-right {
	padding: 4% 10% 0;
}
body#chronology .timeline-article p.ad-1,
body#chronology .timeline-article p.ad-2 {
	display: none;
}
body#chronology .timeline-article p.photo {
	width: 100%;
	text-align: center;
}
body#chronology .timeline-article .meta-date .date {
	margin-left: calc(14 / 375 * 100vw);
	font-size: calc(25 / 375 * 100vw);
}
body#chronology .timeline-article .access-point {
	background-color: #ffc8d4; 
	width: 90%; 
	margin: 0 auto 2em; 
	padding: 20px 10px; 
	border: 1px solid #a00030; 
	border-radius: 8px; 
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
body#chronology .timeline-article .access-point-title {
	text-align: center; 
	color: #800020; 
	font-size: 2rem; 
	font-weight: bold;
}
body#chronology .timeline-article .access-point-explanation {
	text-align: center; 
	color: #800020;
	padding-left: 0 !important;
	text-indent: 0 !important;
	font-size: 90%;
	margin-top: 5px;
}
body#chronology .timeline-article a {
	color: #800020 !important;
	text-decoration: underline;
}
body#chronology .timeline-article .page-back {
	color: #800020 !important;
	width: 80px;
	text-align: center;
	margin:5px auto 0;
	padding: 0;
}
body#chronology .timeline-article .page-back img{
	margin-top: 5px;
	width: 30px;
}

/*-------------------------------------------------------------- about */
body#about .btn-link {
	margin-bottom: 10%;
}
body#about table.history {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
	border: none !important;
}
body#about table.history th, td {
	padding: 6px;
	border: none !important;
	border-bottom: 1px solid #d9d9d9 !important;
}
body#about table.history th {
	background-color: #fff;
	text-align: center;
}
body#about table.history td:first-child, td:nth-child(2) {
	text-align: center;
}
/*-------------------------------------------------------------- message */

/*-------------------------------------------------------------- with */
body#with .event-list {
	margin: 15% 0;
}
body#with .event-list > li:nth-of-type(n+2) {
	padding-top: 10%;
}
body#with .event-list ul li:nth-of-type(n+2) {
	margin-left: 5%;
}

/*-------------------------------------------------------------- usage-guide */
body#usage-guide section#access .map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
body#usage-guide section#access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------------------------------------------------------------- news */
body#news .news-list {
	margin: 0;
	padding: 5%;
}
body#news .news-list > li:nth-of-type(n+2) {
	margin-top: 5%;
}
body#news .news-list ul li:nth-of-type(1) {
	font-size: calc(12 / 375 * 100vw);
}
body#news .pagination .nav-links {
	padding: 5%;
}
/* 736px以下用（SP用）の記述 end */
}


/*-------------------------------------------------------------------------------*
 *	737px以上用（PC用）の記述
 *-------------------------------------------------------------------------------*/

@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */
/*-------------------------------------------------------------- second 共通 */
article:not(.wide) {
	width: 1200px;
	margin: 0 auto;
}
.breadcrumb {
	margin-top: 10px;
}
h1 {
	margin: 20px 0;
	font-size: 2.8rem;
}
h1 span {
	font-size: 1.8rem;
}
h2:not(.normal) {
	margin: 50px 0 0;
	border-bottom: 3px solid #d9d9d9;
	font-size: 2.2rem;
}
h2:not(.normal)::before{
	width: 20%;
	bottom: -3px;
	height: 3px;
}

/*-------------------------------------------------------------- header */
header nav#gmenu > ul > li#about span {
	background: transparent url(../img/icon-about.png) no-repeat top center / 30px;
	padding: 38px 0 20px;
}
header nav#gmenu > ul > li#db span {
	background: transparent url(../img/icon-db.png) no-repeat top center / 30px;
	padding: 38px 0 20px;
}
header nav#gmenu > ul > li#history span {
	background: transparent url(../img/icon-history.png) no-repeat top center / 30px;
	padding: 48px 0 20px;
}
header nav#gmenu > ul > li#exhibition span {
	background: transparent url(../img/icon-exhibition.png) no-repeat top center / 30px;
	padding: 48px 0 20px;
}
header nav#gmenu > ul > li#publications span {
	background: transparent url(../img/icon-publications.png) no-repeat top center / 30px;
	padding: 48px 0 20px;
}
header nav#gmenu > ul > li#usage-guide span {
	background: transparent url(../img/icon-usage-guide.png) no-repeat top center / 30px;
	padding: 48px 0 20px;
}

/*-------------------------------------------------------------- permanent */
body#permanent section#contents-area .tabs {
	margin-top: 50px;
	border-bottom: 3px solid #72cff9;
}
body#permanent section#contents-area .tabs .tab-button {
	padding: 30px 0;
	font-size: 2.0rem;
}
body#permanent section#contents-area .tabs li:nth-of-type(1) .tab-button {
	border-radius: 30px 0 0 0;
}
body#permanent section#contents-area .tabs li:nth-of-type(2) .tab-button {
	border-radius: 0 30px 0 0;
}
body#permanent section#contents-area .info_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0;
}
body#permanent section#contents-area .map {
	width: 500px;
}
body#permanent section#contents-area .guide {
	width: 600px;
	padding: 25px;
	box-sizing: border-box;
}
body#permanent section#contents-area .slider-area {
	width: 940px;
	margin: 50px auto;
	background-color: #d9d9d9;
}
body#permanent section#contents-area .tower .swiper-button-next,
body#permanent section#contents-area .tower .swiper-button-prev {
	top: auto;
	bottom: 40px;
}
body#permanent section#contents-area .archives .swiper-button-next,
body#permanent section#contents-area .archives .swiper-button-prev {
	top: auto;
	bottom: 35px;
}
body#permanent section#contents-area .slider-area .thumnail-area {
	padding: 20px 50px;
}
body#permanent section#contents-area .slider-thumbnail .swiper-slide {
	opacity: .5;
	transition: opacity .5s;
	padding: 0 5px;
	box-sizing: border-box;
}
body#permanent section#contents-area .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
body#permanent section#contents-area .slider .swiper-slide .text {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}

/*-------------------------------------------------------------- special */
body#special section#kv .display {
	margin-bottom: 50px;
	padding: 30px 50px;
	border-radius: 50px;
}
body#special section#kv .display > p:nth-of-type(1) {
	font-size: 2.2rem;
}
body#special section#kv .display div {
	display: flex;
	align-items: center;
	margin: 20px 0;
	border-radius: 30px;
}
body#special section#kv .display div img {
	width: 300px;
	border-radius: 30px;
}
body#special section#kv .display div p:nth-of-type(1) {
	line-height: 1;
}
body#special section#kv .display div p:nth-of-type(2) {
	padding: 30px;
	font-size: 1.6rem;
}
body#special section#kv p.special-explanation{
	margin: 1em 0 2em;
}
body#special section#contents-area .overflow {
	margin-top: 20px;
	padding-bottom: 20px;
}
body#special section#contents-area .tabs {
	border-bottom: 2px solid #d9d9d9;
}
body#special section#contents-area .tab-button {
	padding: 0 1em 10px;
	font-size: 2.4rem;
}
body#special section#contents-area .tab-button.active:after {
	height: 3px;
	bottom: -3px;
}
body#special section#contents-area .tab-content .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body#special section#contents-area .tab-content .content ul::after{
	content:"";
	display: block;
	width: 360px;
}
body#special section#contents-area .tab-content .content ul li {
	display: flex;
	flex-direction:column;
	padding-bottom: 50px;
}
body#special section#contents-area .tab-content .content ul li:nth-of-type(n+4) {
	margin-top: 75px;
}
body#special section#contents-area .tab-content .content ul li a {
	display: flex;
	flex-direction:column;
	flex-grow: 1;
	width: 360px;
	padding: 0 20px 20px;
	margin-top: 75px;
}
body#special section#contents-area .tab-content .content ul li.nowon a {
	padding-top: 75px;
	background-size: 70px;
	margin-top: 0;
}
body#special section#contents-area .tab-content .content ul li a:hover {
	color: #9a003d;
	text-decoration: none;
}
body#special section#contents-area .tab-content .content ul li a:hover img {
	opacity: 0.7;
}
body#special section#contents-area .tab-content .content ul p:nth-of-type(1) {
	margin-bottom: 30px;
}
body#special section#contents-area .tab-content .content ul p:nth-of-type(3) {
	flex-grow: 1;
	margin-bottom: 30px;
	font-size: 2.0rem;
}
body#special section#contents-area .tab-content .content ul p:nth-of-type(4) {
	flex-grow: 1;
	font-size: 1.4rem;
}
body#special section#contents-area .tab-content .content ul p:nth-of-type(5) {
	flex-grow: 1;
	margin-bottom: 15px;
	font-size: 1.4rem;
}
body#special section#contents-area .tab-content .content ul p:last-child img {
	width: 50px;
}

/*-------------------------------------------------------------- online */
body#online section#caution {
	padding: 25px;
	margin: 50px 0;
}
body#online section#caution p:nth-of-type(1) {
	font-size: 2.0rem;
}
body#online section#archives ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body#online section#archives ul::after{
	content:"";
	display: block;
	width: 320px;
}
body#online section#archives ul li {
	display: flex;
	flex-direction:column;
	width: 320px;
	padding-bottom: 50px;
}
body#online section#archives ul li:nth-of-type(n+4) {
	margin-top: 75px;
}
body#online section#archives ul a {
	display: flex;
	flex-direction:column;
	flex-grow: 1;
	margin-top: 75px;
}
body#online section#archives ul a:hover {
	color: #9a003d;
	text-decoration: none;
}
body#online section#archives ul a:hover img {
	opacity: 0.7;
}
body#online section#archives ul p:nth-of-type(1) {
	margin-bottom: 30px;
}
body#online section#archives ul p:nth-of-type(4) {
	flex-grow: 1;
	margin: 30px 0;
	font-size: 1.6rem;
}
body#online section#archives ul p:nth-of-type(5) img {
	width: 50px;
}

/*-------------------------------------------------------------- publications */
body#publications section#contents-area .overflow {
	padding-bottom: 10px;
	margin: 70px 0 50px;
}
body#publications section#contents-area .tabs {
	border-bottom: 2px solid #d9d9d9;
}
body#publications section#contents-area .tab-button {
	padding: 0 1em 10px;
	font-size: 2.0rem;
}
body#publications section#contents-area .tab-button.active:after {
	height: 3px;
	bottom: -3px;
}
body#publications section#contents-area .booklet-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 100px;
}
body#publications section#contents-area .booklet-list::after{
	content:"";
	display: block;
	width: 550px;
}
body#publications section#contents-area .booklet-list li {
	display: flex;
	flex-direction:column;
	width: 550px;
	padding-bottom: 50px;
}
body#publications section#contents-area .booklet-list li:nth-of-type(n+3) {
	margin-top: 75px;
}
body#publications section#contents-area .booklet-list img {
	width: 200px;
}
body#publications section#contents-area .booklet-list p:nth-of-type(1) {
	margin-bottom: 50px;
}
body#publications section#contents-area .booklet-list p:nth-of-type(3) {
	margin: 1em 0;
}
body#publications section#contents-area .photo {
	width: 400px;
	margin: 50px auto;
}
body#publications section#contents-area .memorial-list li {
	display: flex;
	align-items: center;
	padding-bottom: 50px;
}
body#publications section#contents-area .memorial-list li:nth-of-type(n+2) {
	margin-top: 50px;
}
body#publications section#contents-area .memorial-list p:nth-of-type(1) {
	margin-right: 50px;
}
body#publications section#contents-area .memorial-list img {
	width: 200px;
}
body#publications section#contents-area .leaflet_block {
	margin-top: 100px;
}
body#publications section#contents-area .leaflet_block p {
	padding: 20px;
	font-size: 2.0rem;
}
body#publications section#contents-area .leaflet_block ul {
	display: flex;
}
body#publications section#contents-area .leaflet_block:nth-of-type(4) ul li {
	margin: 50px auto 0;
	width: 500px;
}

/*-------------------------------------------------------------- episode */
body#episode section#kv p:nth-of-type(2) {
	margin: 50px 0;
	font-size: 2.0rem;
}

/*-------------------------------------------------------------- chronology */
body#chronology #kv {
	width: 1200px;
	margin: 0 auto;
}
/*===== Vertical Timeline =====*/
body#chronology #conference-timeline {
	padding: 50px 0 100px;
}
body#chronology #conference-timeline .wrap {
	max-width: 1200px;
}
body#chronology #conference-timeline h2 {
	margin: 0 0 30px;
	font-size: 2.0rem;
}
body#chronology #conference-timeline .timeline-start,
body#chronology #conference-timeline .timeline-end {
	width: 100px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 1.8rem;
}
body#chronology #conference-timeline .conference-center-line {
	left: 50%;
	margin-left: -2px;
}
body#chronology .timeline-article .content-left-container,
body#chronology .timeline-article .content-right-container {
	width: 540px;
}
body#chronology .timeline-article .content-left,
body#chronology .timeline-article .content-right {
	padding: 60px 15px 80px;
}
body#chronology .timeline-article .ad-subtitle {
	margin: 0;
	padding: 0 15px !important;
}
body#chronology .timeline-article .only-txt  {
	padding: 60px 15px 30px !important;
}
body#chronology .timeline-article .photo {
	width: 200px;
}
body#chronology .timeline-article .photo-vertical {
	width: 100px;
}
body#chronology .timeline-article ul.flex-photo {
	display: flex;
	justify-content: space-between;
	width: 450px;
}
body#chronology .timeline-article ul.flex-photo li.double-photo {
	width: 150px;
	padding-left: 50px;
}
body#chronology .timeline-article ul.flex-photo li.wide-photo {
	width: 180px !important;
}
body#chronology .timeline-article img:hover {
	transform: scale( 2, 2 );
	transition-duration: 0.5s;
}
body#chronology .timeline-article img{
	transition-duration: 0.5s;
}
body#chronology .timeline-article p.ad-1,
body#chronology .timeline-article p.ad-2 {
	font-weight: 900;
	padding: 0 0 10px;
	border-bottom: 1px solid #fff;
	margin: 0 auto 1em;
	text-align: center;
	color: #ffc107;
	width: 450px;
}
body#chronology .timeline-article .meta-date {
	left: 50%;
	width: 80px;
	margin-left: -40px;
}
body#chronology .timeline-article .meta-date .date {
	font-size: 25px;
}
body#chronology .timeline-article a {
	color: #fff;
	text-decoration: underline;
	transition: color 0.3s;
}
body#chronology .timeline-article a:hover {
	color: #00b0f0;
}
body#chronology .timeline-article .access-point {
	background-color: #ffc8d4; 
	width: 100%; 
	margin: 0 0 2em; 
	padding: 20px 0; 
	border: 1px solid #a00030; 
	border-radius: 8px; 
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
body#chronology .timeline-article .access-point-title {
	text-align: center; 
	color: #800020; 
	font-size: 3rem; 
	font-weight: bold;
}
body#chronology .timeline-article .access-point-explanation {
	text-align: center; 
	color: #800020;
}
body#chronology .timeline-article .access-point-explanation a {
	color: #800020 !important;
}
body#chronology .timeline-article .page-back {
	color: #800020 !important;
	width: 80px;
	text-align: center;
	margin-right:1em;
	padding: 0;
	position: absolute;
	bottom: 55px;
	right: 0;
}
body#chronology .timeline-article .page-back img{
	margin-top: 5px;
	width: 40px;
}

/*-------------------------------------------------------------- about */
body#about .img-database img {
	width: 600px;
	margin-bottom: 20px;
}
body#about table.history {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
	border: none !important;
}
body#about table.history th, td {
	padding: 6px;
	border: none !important;
	border-bottom: 1px solid #d9d9d9 !important;
}
body#about table.history th {
	background-color: #fff;
	text-align: center;
}
body#about table.history td:first-child, td:nth-child(2) {
	text-align: center;
}
/*-------------------------------------------------------------- message */

/*-------------------------------------------------------------- with */
body#with .event-list {
	margin: 50px 0;
}
body#with .event-list li {
	display: flex;
	align-items: center;
}
body#with .event-list > li:nth-of-type(n+2) {
	margin-top: 50px;
	padding-top: 50px;
}
body#with .event-list ul {
	width: 500px;
	margin: 0 25px;
}
body#with .event-list ul li:nth-of-type(n+2) {
	margin-left: 20px;
}
body#with .text {
	width: 500px;
}
body#with .text p {
	margin: 0;
}
body#with .text p:nth-of-type(n+2) {
	margin-top: 1em;
}

/*-------------------------------------------------------------- usage-guide */
body#usage-guide section#access .flex {
	display: flex;
}
body#usage-guide section#access .text {
	margin-left: 50px;
}
body#usage-guide dl {
	display: table;
}
body#usage-guide dt,
body#usage-guide dd {
	display: table-cell;
}
body#usage-guide dt {
	width: 10em;
}
body#usage-guide .ad-map{
	margin-top: 0.65em;
}

/*-------------------------------------------------------------- news */
body#news .news-list {
	margin: 30px 0 0;
}
body#news .news-list > li {
	display: flex;
}
body#news .news-list > li:nth-of-type(n+2) {
	margin-top: 20px;
}
body#news .news-list ul li:nth-of-type(n+2) {
	margin-right: 1em;
}
body#news .pagination .prev:hover,
body#news .pagination .next:hover {
	color: #9a003d;
}
body#news .pagination .nav-links {
	margin-top: 30px;
}
body#news .pagination a:not(.prev,.next):hover {
	background: #9a003d;
	text-decoration: none;
}

/* 737px以上用（PC用）の記述 end */
}

/*-------------------------------------------------------------------------------*
 *	印刷用の記述
 *-------------------------------------------------------------------------------*/

@media print {
/* 印刷用の記述 */

/* 印刷用の記述 end */
}
