@charset "UTF-8";

.viewmore {
	margin:20px 0 20px !important;
	padding:10px 0 !important;
	text-align: center;
	font-color:#fff !important;
	background-color: #d8d8d8 !important;
	border:solid 1px #989898;
}

.viewmore02 {
	margin:0 0 20px !important;
	padding:10px 0 !important;
	text-align: center;
	font-color:#fff !important;
	background-color: #d8d8d8 !important;
	border:solid 1px #989898;
}


details[open] .open {
    display: none ;
	animation: fadeIn 2.0s ease-in-out !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* Transparent */
    transform: translateY(-100px) !important; 
    /* translateX(+100px)：右から表示 */
    /* translateX(-100px)：左から表示 */
    /* translateY(+100px)：下から表示 */
    /* translateY(-100px)：上から表示 */

  }
  100% {
    opacity: 1 !important;
    transform: none !important;
  }
}

details:not([open]) .close {
    display: none ;
	animation: fadeIn 2.0s ease-in-out;
}



@media (max-width: 800px) {
#staff-size{
	padding-top:55% !important;
	margin-top:-55% !important;
}
}



/* 動画（PC）*/
@media (min-width: 801px) {
iframe{
	width:750px;
	height:422px;
}
}

/* 動画（SP） 
@media (max-width: 800px) {
iframe{
　width:100vw;
}
}*/
