@charset "UTF-8";
/* CSS Document */
body{
}
/*.rectuitment.pc img{
    padding: 40px 0 60px 0;
    text-align: center;
    width: 60%;
}
.rectuitment.sp img{
    padding: 0px 0 60px 0;
    text-align: center;
    width: 100%;
}
*/
.table td{
    border-bottom:rgba(44,44,44,1.00) solid 1px;
    border-top:rgba(44,44,44,1.00) solid 1px;
    border-left:rgba(44,44,44,0.00) solid 1px;
    border-right:rgba(44,44,44,0.00) solid 1px;
    z-index: 100;
    font-size: 1.2em;
}
td:nth-child(1){
    color: rgba(0,0,0,1.00);
    background:rgba(233,255,84,0.60);
}
td:nth-child(2){
    color: rgba(0,0,0,1.00);
    background:rgba(255,255,255,0.40);
}

.year{
    font-weight: 600;
}
.title{
    font-size: 3em;
    /*color: #E9FF54;*/
    font-family: "almaq-rough",sans-serif;
}
.text{
    font-size: 1.5em;
    padding: 0 0 0 0;
    /*color: #E9FF54;*/
}
.col-md-2 img{
    border: rgba(0,0,0,1.00) 1px solid;
}

/*=========================================================================================
			2019/4/23追加
=========================================================================================*/

section .title{
    font-family: "almaq-rough",sans-serif;
    font-size: 7em;
    margin: 0px 0 0 0;
    padding: 0 0 100px 0;
    
    letter-spacing: 2px;
    color:#E9FF54;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .8);
    letter-spacing: 20px;
}

section .sub-title{
    font-family: "almaq-rough",sans-serif;
    font-size: 3em;
    margin: 0px 0 0 0;
    
    letter-spacing: 2px;
    color:rgba(255,255,255,1.00);
    text-shadow: 0 3px 2px rgba(0, 0, 0, .8);
    letter-spacing: 5px;
}
footer{
    margin-top: 150px;
}

/*＊＊＊メディアクエリ＊＊＊*/
/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
　　
　　　　　スマホ
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (min-width:0px){
section .title{
    font-family: "almaq-rough",sans-serif;
    font-size: 4em;
    margin: 0px 0 0 0;
    padding: 0 0 100px 0;
    
    letter-spacing: 2px;
    color:#E9FF54;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .8);
    letter-spacing: 5px;
}
}


/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
　　
　　　　　タブレット
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (min-width:768px){
section .title{
    font-family: "almaq-rough",sans-serif;
    font-size: 7em;
    margin: 0px 0 0 0;
    padding: 0 0 100px 0;
    
    letter-spacing: 2px;
    color:#E9FF54;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .8);
    letter-spacing: 20px;
}
}

/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
　　
　　　　　PC
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (min-width:992px){
section .title{
    font-family: "almaq-rough",sans-serif;
    font-size: 7em;
    margin: 0px 0 0 0;
    padding: 0 0 100px 0;
    
    letter-spacing: 2px;
    color:#E9FF54;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .8);
    letter-spacing: 20px;
}
}
/*＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
/*=============================================
			.box4
=============================================*/
/*マップ*/
.ggmap {
	position: relative;
	margin: 0px 0 0 0;
	padding-bottom: 0px;
	padding-top: 20px;
	height: 400px;
	overflow: hidden;
    border-bottom: rgba(233,255,84,0.90) 10px solid;
    border-top:rgba(233,255,84,0.90) 10px solid;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:400px;
}