@charset "UTF-8";

/* ==================================================
KOKUGIKAN
================================================== */
#kokugikanArea {
	padding: 0 3%;
}

#kokugikanArea .areaTtl {
	margin-bottom: 40px;
	padding: 0 10%;
}

#kokugikanArea .areaTtl img {
}

#kokugikanArea .pageLead {
	margin-bottom: 70px;
	color: #fff;
	text-align: center;
}

/* .update 
------------------------------ */
.update {
	width: 100%;
	text-align: center;
}

.update dt {
}

.update dt a {
	background: #000;
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 900;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding:  12px 35px 12px 10px;
	/*! letter-spacing: 0.08em; */
	border-radius: 100px;
	transition: all 0.4s ease-out 0s;
}

.update dt a:hover {
	opacity: 0.7;
}

.update dt a::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 16px;
	width: 9px;
	height: 9px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
}

.update dt a::before {
	content: "";
	position: absolute;
	top: calc(50% - 11px);
	right: 10px;
	width: 22px;
	height: 22px;
	border-radius: 30px;
	background: #fff;
	transform: rotate(45deg);
}

.update dt a b {
	background: #fff;
	border-radius: 3px;
	color: #000;
	padding: 2px 4px 2px 6px;
	font-size: 110%;
	margin-right: 8px;
}

.update dt a em {
}

@media screen and (min-width: 641px) and (max-width: 800px) {
	.update dt a {
		flex-direction: column;
	}
	.update dt a b {
		width: 100px;
		margin: 0 auto 8px;
	}
	.update dt a em {
		font-size: 85%;
	}
}

.update dd {
	margin-top: 15px;
	position: relative;
	padding: 0 60px 0 5px;
}

.update dd::after {
	content: "";
	width: 50px;
	height: 50px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	position: absolute;
	top: calc(50% - 25px);
	right: 5px;
	z-index: 2;
}

.update dd:not(:first-child) {
}

.update dd .time {
	padding: 10px 5px 5px 5px;
	color: #fff;
	border-right: 2px solid #fff;
}

.update dd .txt {
	padding: 0px 5px 10px 5px;
	font-size: 1.8rem;
	font-weight: 900;
	color: #fff;
	border-right: 2px solid #fff;
}

.update .Lv0 {
	background: #e5e5e5;
	letter-spacing: 0;
}

.update .Lv0::after {
	background-image: url("../img/kokugikan/level0.png");
}

.update .Lv0 .time {
	color: #000;
	font-size: 1.4rem;
	padding-bottom: 2px;
}

.update .Lv0 .txt {
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
}

.update .Lv1 {
	background: #1dade5;
}

.update .Lv1::after {
	background-image: url("../img/kokugikan/level1.png");
}

.update .Lv1 .time {
}

.update .Lv1 .txt {
}

.update .Lv2 {
	background: #eb9f16;
}

.update .Lv2::after {
	background-image: url("../img/kokugikan/level2.png");
}

.update .Lv2 .time {
}

.update .Lv2 .txt {
}

.update .Lv3 {
	background: #eb2828;
}

.update .Lv3::after {
	background-image: url("../img/kokugikan/level3.png");
}

.update .Lv3 .time {
}

.update .Lv3 .txt {
}

/**/
.info-1F {
}

.info-B1 {
}


@media screen and (max-width: 640px) {
.update {
}

.update dt {
}

.update dt a {
}

.update dt a:hover {
}

.update dt a::after {
}

.update dt a::before {
}

.update dt a b {
}

.update dt a em {
}

.update dd {
}

.update dd::after {
}

.update dd:not(:first-child) {
}

.update dd .time {
}

.update dd .txt {
	font-size: 1.7rem;
}

.update .Lv1 {
}

.update .Lv1::after {
}

.update .Lv1 .time {
}

.update .Lv1 .txt {
}

.update .Lv2 {
}

.update .Lv2::after {
}

.update .Lv2 .time {
}

.update .Lv2 .txt {
}

.update .Lv3 {
}

.update .Lv3::after {
}

.update .Lv3 .time {
}

.update .Lv3 .txt {
}

/**/
.info-1F {
}

.info-B1 {
}
}


/* .infoSet
------------------------------ */
.infoSet {
	border: 2px solid #000;
	background: #d2de34;
	padding: 9px;
	max-width: 900px;
	margin: 0 auto 80px;
	position: relative;
}

.infoSet h2 {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	text-align: center;
}

.infoSet h2 img {
}

.infoSet .updateBoard {
	background: #fff;
	border: 1px solid #000;
	padding: 60px 3% 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.infoSet .updateBoard .update {
	
	width: 48.5%;
	border: 2px solid #000;
	padding: 20px 10px;
}

.infoSet .infoFoot {
	background: #fff;
	border: 1px solid #000;
	padding: 15px 3%;
	margin-top: 10px;
}

.infoSet .infoFoot a {
	display: inline-block;
	position: relative;
	transition: all 0.4s ease-out 0s;
}

.infoSet .infoFoot a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #a276b0;
	transition: all 0.2s ease-out 0s;
}

.infoSet .infoFoot a:hover {
}

.infoSet .infoFoot a:hover::after {
	opacity: 0;
}


@media screen and (max-width: 640px) {
.infoSet {
}

.infoSet h2 {
}

.infoSet h2 img {
}

.infoSet .updateBoard {
	display: block;
}

.infoSet .updateBoard .update {
	width: 100%;
}
	
.infoSet .updateBoard .update:not(:first-child) {
	margin-top: 30px;
}

.infoSet .infoFoot {
}

.infoSet .infoFoot a {
}

.infoSet .infoFoot a::after {
}

.infoSet .infoFoot a:hover {
}

.infoSet .infoFoot a:hover::after {
}
}


/* .floorBlk
------------------------------ */
.floorBlk {
	margin: 0 auto 80px;
	max-width: 900px;
	border: 2px solid #000;
	padding: 0;
	color: #fff;
}

.floorBlk h3 {
	background: #000;
	color: #fff;
	font-weight: 900;
	font-size: 2.6rem;
	text-align: center;
	padding: 10px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.floorBlk h3 b {
	font-size: 120%;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-1px);
}

.floorBlk .info {
	padding: 0 6px 10px;
}

/**/
.floorBlk .column {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 10px;
	padding: 30px 3% 40px;
	border-bottom: 2px dotted #000;
}

.floorBlk .column.type2 {
	flex-direction: row-reverse;
}

.floorBlk .column .img {
	width: 45%;
	border: 2px solid #000;
}

.floorBlk .column .img img {
}

.floorBlk .column .credit {
	width: calc(55% - 30px);
}

.floorBlk .column .credit .ttl {
	border-bottom: 2px solid #fff;
	font-size: 2.2rem;
	font-weight: 900;
	padding: 15px 0;
	margin-bottom: 15px;
	line-height: 1.4;
}

.floorBlk .column .credit .comment {
}

.floorBlk .column .credit .comment p {
	font-size: 1.4rem;
	margin-bottom: 1.2em;
	line-height: 1.7;
}

.floorBlk .column .credit .comment p b {
	font-weight: 900;
	margin: 0 3px;
	font-size: 105%;
}

.floorBlk .update {
	margin-top: 40px;
}

.floorBlk .update dt {
	border: 2px solid #fff;
	display: inline-block;
	padding: 5px 20px;
	line-height: 1;
	font-size: 1.8rem;
}

/**/
.floorBlk .map {
	background: #fff;
	padding: 30px;
}

.floorBlk .map img {
	max-width: 580px;
	width: 100%;
}


@media screen and (max-width: 640px) {
.floorBlk {
}

.floorBlk h3 {
	font-size: 2.2rem;
}

.floorBlk h3 b {
}

.floorBlk .info {
}

/**/
.floorBlk .column {
	display: block;
}

.floorBlk .column.type2 {
}

.floorBlk .column .img {
	width: 100%;
	max-width: 420px;
	margin: 0 auto 20px;
}

.floorBlk .column .img img {
}

.floorBlk .column .credit {
	width: 100%;
}

.floorBlk .column .credit .ttl {
	font-size: 1.8rem;
}

.floorBlk .column .credit .comment {
}

.floorBlk .column .credit .comment p {
}

.floorBlk .update {
	text-align: left;
}

.floorBlk .update dt {
	text-align: left;
	font-size: 1.5rem;
}

/**/
.floorBlk .map {
	padding: 20px 3%;
}

.floorBlk .map img {
}
}


/* 
------------------------------ */
.note {
	color: #d2de34;
	font-size: 94%;
}

.instaLink {
	background: #eb9f16;
	display: inline-block;
	margin: 0 3px 2px;
	border-radius: 4px;
	color: #fff !important;
	transition: all 0.4s ease-out 0s;
	text-decoration: none;
	line-height: 1.2;
	padding: 2px 5px 3px;
}

.instaLink:hover {
	opacity: 0.7;
}

.twLink {
	background: #1da1f2;
	display: inline-block;
	margin: 0 3px;
	border-radius: 4px;
	color: #fff !important;
	transition: all 0.4s ease-out 0s;
	text-decoration: none;
	line-height: 1.2;
	padding: 2px 5px;
}

.twLink:hover {
	opacity: 0.7;
}
