@charset "UTF-8";

/*IEブラウザー,safariブラウザー以外*/

body {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸ M-PRO","HGMaruGothicMPRO" ;
	
}

ul{
	padding-inline-start:0;
	margin-block-start: 0;
	margin-block-end: 0;
}

a {
	text-decoration:none;
}

.All_wrap{
	width:100%;
}

.All_contens{
	height:auto;
	padding:0 0 200px 0;
	background-image:url(../images/body_bg.png);
	background-repeat:repeat-x;
	background-size:cover;
	max-width:792px;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
}

.p_relative{
	position:relative;
	z-index:10;
}

.bg_white{
	background-color:white;
}

.Mborder_minus1{
	margin-bottom:-3px;
}

.Mborder_minus2{
	margin-bottom:-4px;
}

#content-wrapper{
	width:98.5%;
	margin:0 auto;
	margin-bottom: 30px;
}
.All_contens > img{
	height:auto;
	width:100%;
}

.All_contens > div.title img{
	height:auto;
	width:74%;
	padding:0 13.35% 0;
}
.All_contens > div.title{
    text-align: center;
    background-color: #fff;
}
.bx-top-filler{
	padding:10px;
}
.bx-wrapper {
    background-color: transparent;
    margin: 0 auto !important;
    border: none !important;
    box-shadow: none;
	overflow:hidden;
}

.bx-wrapper img {
    display: block;
    margin: 0px auto;
}

.gloval_menu{
	/*height:40px;*/
	background-color:#c294c2;
	font-weight:bold;
	text-align:center;
	/*line-height:0.6;
	overflow:hidden;*/
	padding: 7px 0;
}

.gloval_menu a{
	text-decoration:none;
	color:black;	
}


.border-R{
	border-right:1px solid black;
}

.border-L{
	border-left:1px solid black;
}

.gloval_menu li{
	/*display:inline;*/
	padding:0 15px;
	list-style-type:none;
}

.gloval_menu ul{
	margin-top:4px;
	display: flex;
    width: 95%;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
}

.gloval_menu a:hover{
	opacity:0.5;
}
.top-video  {
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
	
}
.top-video video {
    width: 100%;
    max-width: 578px;
}
.top-video loading{
	max-width:578px;
	max-height:289px;
}

.information{
	display:block;
	color:black;
	margin:0 auto 20px;
	max-width:578px;
	width:100%;
}
.information > img{
	width:auto;
}
.information  .info-bar{
	width:100%;
}
.text{
	color:black;
	padding:4px 15px;
	font-size:14px;
}

.information li:after{
	display:block;
	content:"";
	clear:both;
}

.information a:hover{
	opacity:0.5;
}

.infor_container{
	max-width:575px;
	width:auto;
	height:auto; /*93px;*/
	background-color:rgba(255,255,255,0.6);
	padding:3px;
	margin: -4px 0px 0px 0px;
}
.infor_container .loading{
	text-align:center;
	margin:30px 0;
}
.infor_container li{
	list-style-type:none;
}

.red_date{
	width:67px;
	background-color:#c20c23;
	color:white;
	padding:6px 8px;
	margin-bottom:3px;
	font-size:12px;
}

.blue_date{
	width:67px;
	background-color:#026eb8;
	color:white;
	padding:6px 8px;
	margin-bottom:3px;
	font-size:12px;
}


.dantai_info{
	display:block;
	margin:0 auto;
	max-width:578px;
	width:auto;
}

.dantai_info  .dantai-info-bar{
	width:100%;
}

.dantai_info li:after{
	display:block;
	content:"";
	clear:both;
}

.dantai_info a:hover{
	opacity:0.5;
}


.dantai_menu{
	height:auto; /*159px;*/
	padding: 0 0 20px 0;
	max-width:727px;
	width: 100%;
	margin:20px auto 0;
	background-color:rgba(255,255,255,0.6);
	font-weight:bold;
	text-align:center;
	line-height:1.2;
	overflow:hidden;
}

.dantai_menu_title{
	margin-top:22px;
	margin-bottom:20px;
	font-size:26px;
}

.dantai_menu li{
	/*display:inline;
	padding:0 15px;*/
	list-style-type:none;
	z-index:100;
	width: 22%;
   margin: 0;
   padding: 1%;
   font-size: 0.9em;
}

.dantai_menu ul{
	margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.dantai_menu a{
	text-decoration:none;
	padding:0 2%;
	color:black;	
}

.dantai_menu a:hover{
	opacity:0.5;	
}

.dantai_menu_list{
	display: inline-block;
    /* margin: 0 auto; */
    width: 90%;
}
.dantai_menu_title-L,
.dantai_menu_title-R{
	display:inline;
}

.pictures{
	height:auto;
	max-width:770px;
	width:100%;
	margin:30px auto 0;
	 display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


.pictures:after{
	display:block;
	content:"";
	clear:both;
}

.pictures_img{
	width:170px;
	padding:0 1%;
}

.pictures_img > img:nth-child(1){
	box-shadow:4px 4px 10px black;
}

.tape{
	position:relative;
	z-index:10;
	right:0;
	bottom:9.7em;
	left:2.5em;
}

.float_L{
	float:left;
}

.tape_rotate1{
	transform:rotate(4deg) translate3d(0, 0, 0);
}

.tape_rotate2{
	transform:rotate(-4deg) translate3d(0, 0, 0);
}

.recruit{
	max-width:705px;
	width:100%;
	margin:0 auto;
}
.recruit img{
	width:100%;
}
.footer{
	font-weight:bold;
	text-align:center;
	position:absolute;
	bottom:0;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	height: 205px;
   width: 100%;
}
.footer .filler{
	height:130px;
}
.footer .ftext{
	background-color: #c59535;
   padding: 15px;
}
.footer a{
	text-decoration:none;
	color:black;
}

.footer a:hover{
	opacity:0.5;
}

.footer li{
	/*display:inline;*/
	padding:0 15px;
	list-style-type:none;
}

.footer ul{
	margin-bottom:10px;
	display: flex;
	justify-content: center;
   align-items: center;
}

.footer span{
	font-size:20px;
}


/*IEブラウザーのみ*/

@media all and (-ms-high-contrast: none) {
	
	
	.gloval_menu ul{
		margin-top:13px;
		margin-left:-6px;
}
	
	.infor_container{
		width:581px;
		height:93px;
		background-color:rgba(255,255,255,0.6);
		padding:0px;
		margin: -20px 0px 0px 0px;
}
	
	.text{
	color:black;
	padding:6px 15px;
	font-size:14px;
}
	
	.red_date + .text:hover{
		opacity:0.5;
	}
	.red_date:hover + .text{
		opacity:0.5;
	}
	
	.blue_date + .text:hover{
	opacity:0.5;	
}
	.blue_date:hover + .text{
	opacity:0.5;	
}

	
	ul {
		padding-inline-start:0;
		margin-block-start: 0;
		margin-block-end: 0;
		padding:3px;
	}
	
}

@media screen and (max-width: 500px){
	.All_contens > div.title{
		text-align: center;
		background-color: #fff;
		padding:10px 0;
	}
	.All_contens > div.title img{
    height: auto;
    width: 98%;
    padding: 0 1% 0;
     }
    .float_L{
	  float:none;
    }


}
@media screen and (max-width: 340px){
	.gloval_menu{
	 padding:0;
	 border-top: 1px solid #000;
	}
	.gloval_menu ul{
	 flex-direction: column;
	 width:100%;
	}
	.gloval_menu ul li{
	 border-bottom: 1px solid #000;
	 width: 100%;
    padding: 0;
	}
	.gloval_menu ul li a div{
	 padding:12px 0;
	 width:100%;
	}	
	.border-R{
	 border:none;
	}
	.dantai_menu_title div{
	 display:block;
	}
	.dantai_menu ul {
	 flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    }
	.dantai_menu ul li{
	 width:100%;
	 border:none;
	}
	.pictures{
	 justify-content: center;
	}
	
	.footer ul{
	 flex-direction: column;
	 margin-bottom: 20px;
	}
	.footer ul li{
	 padding:5px 0;
	}
}


/*safariブラウザーのみ*/

_::-webkit-full-page-media, _:future, :root .gloval_menu ul {
		margin-top:13px;
		margin-left:-6px;
}

_::-webkit-full-page-media, _:future, :root .gloval_menu li {
	padding:0 12px;
}

_::-webkit-full-page-media, _:future, :root .text {
	color:black;
	padding:5px 15px;
	font-size:14px;
}

/* オーバーレイ */
.overlay {
  /* 位置を固定 */
  position: fixed;
  top: 0;
  left: 0;
  /* 画面いっぱいに広がるようにする */
  width: 100%;
  height: 100vh;
  /* rgbaを使って60%の黒いオーバーレイにする */
  background: rgba(0, 0, 0, 0.6);  
  /* デフォルトでは見えないようにする */
  opacity: 0;
  visibility: hidden;
  /* 表示する際の変化の所要時間 */
  transition: .3s;
   z-index:200;

}

/* activeクラスのついたオーバーレイ */
.overlay.active {
  /* activeクラスがついたときにオーバーレイを表示する */
  opacity: 1;
  visibility: visible;
}

/* モーダルウィンドウ */
.modal {
  max-width: 800px;
  width: 85%;
  padding: 15px 20px;
  background: #fff;
  border-radius: 20px;
  /* 位置の調整(真ん中に表示) */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* デフォルトでは非表示にしておく */
  opacity: 0;
  visibility: hidden;
  /* 表示の変化にかかる時間 */
  transition: .3s;
  z-index:201;
}

/* activeクラスのついたモーダルウィンドウ */
.modal.active {
  opacity: 1;
  visibility: visible;
}

/* モーダルウィンドウ内の閉じるボタン */
.modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
}

.modal h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
   border-bottom: 1px solid #ff8cce;
}

.modal p {
  font-size: 1.2em;
}


/******** Loading ********/
@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, 
  rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, 
  rgba(0, 0, 51, 0.3) 0 1.5em 0 0, 
  rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, 
  rgba(0, 0, 51, 0.3) -1.5em 0 0 0, 
  rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, 
  rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, 
  rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, 
  rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, 
  rgba(0, 0, 51, 0.3) 0 1.5em 0 0, 
  rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, 
  rgba(0, 0, 51, 0.3) -1.5em 0 0 0, 
  rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, 
  rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, 
  rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, 
  rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, 
  rgba(0, 0, 51, 0.3) 0 1.5em 0 0, 
  rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, 
  rgba(0, 0, 51, 0.3) -1.5em 0 0 0, 
  rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, 
  rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, 
  rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}




