@charset "UTF-8";
/* CSS Document */
/*===========================================共通設定===========================================*/
body{
	font-family:'Kiwi Maru','Noto Sans JP';
	-webkit-text-size-adjust: 100%;
}
	
	.small_text{
		font-size: 0.8em;
		text-align: center;
		margin: 0 0 30px;
		font-family: 'Kiwi Maru', cursive;
	}
	.b_text{
		font-weight: 600;
	}



h2{
	font-family: 'Kalam', cursive;
	text-align: center;
	font-size: 3em;
	font-weight: 200;
}

	.fixed{
    position:fixed;
    top:0;
    width: 100%;
    z-index: 10000;
}



/*メインビジュアル====*/

#topimg h1{
		color:#fff;
		position: absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		font-family: 'Source Serif Pro', serif;
		font-weight: 200;
}

#menu{
	background: #fff;
}
/*PC　about===*/	
	#info{
		background: #080D2B;
		color:#fff;
		font-family: 'Kiwi Maru', cursive;
		font-weight: 200;
		line-height:2em;
		text-align: center;
	}

	#about{
	background:#EAE6E1;
}
	#access{
		background:#0B1137;
	}
	.copy{
		text-align: center;
		padding: 20px 0;
		background:#0B1137;
		margin: 30px 0 0;
		color:#eee;
	}
#staff{
	background:url("../img/bg_01.jpg")repeat;
	padding: 50px 0;
}
/*===========================================PC設定===========================================*/
@media print, screen and (min-width:1025px){
	
	.sp{display: none;}
#topimg{
	position: relative;
	width: 100%;
}
	.a_text{
		width: 50%;
		margin:40px auto 80px;
		max-width: 550px;
		line-height:2.8em;
		text-align: center;
		font-family: 'Kiwi Maru';
	}

	.bold{
		font-weight: 600;
		font-size: 1.1em;
	}
	
	/*メインビジュアル====*/
	#topimg{
	display: block;
	width:100vw;
	height:100vh;
	background: url("../img/top_img.jpg")no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
	#topimg h1{
		width: 35%;
	}
	#topimg h1 img{
		width: 100%;
		height: auto;
}
	h2.img_h2{
		width: 350px;
		margin: 0 auto 30px;
	}
	h2.img_h2 img{
		width: 100%;
	}
/*PC　menu===*/
	nav{
		width: 100%;
		background: #0B1137;
		padding: 15px 0;
	}

	ul.navmenu{
		width: 70%;
		max-width:1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;

	}

	ul.navmenu li{
		width:200px;
	}
	ul.navmenu li img{
		width: 80%;
	}
	ul.navmenu li a{
		color:#fff;
	display: block;
	}
	ul.navmenu li:hover{
		opacity: 0.5;
	}
	
/*PC　about===*/	
	#about{
	padding: 40px 0;
}
	h2{
		padding: 80px 0 20px;
	}
	#info h2{
		padding: 30px 0  40px;
	}
	#info{
		padding: 50px 0;
	}
	

/*PC　menu===*/

	input{display: none;}
	.spmenu_title{
		pointer-events: none;
		font-family: 'Kiwi Maru', serif;
	}
	.menu_block{
		width: 80%;
		max-width:1000px;
		margin:50px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.menu_box{
		box-sizing: content-box;
		width:calc(100% / 3.5);
		margin:0 10px 50px 0;
	}
	.menu_box h3{
		font-size: 1.3em;
		padding: 0 0 10px;
		border-bottom: dotted 1px #000;
		font-weight: 600;
	}
	.menu_box ul{
		margin: 20px 0 0;
	}
	.menu_box ul li{
		margin: 0 0 10px;
		line-height: 1.5em;
	}
	
	
/*PC　access===*/	
	#access{
		padding: 80px 0;
		color:#fff;
	}	
	#access h2{
		padding: 0 0 40px;
	}
	.access_block{
		display: flex;
		flex-wrap: nowrap;
		justify-content:center; 
		margin: 0 0 30px;
	}
	.access_box{
		width: 40%;
		box-sizing: content-box;
		padding: 8% 1% 0 5%;
		line-height: 2em;
		font-size: 1em;
	}
	.access_box table{
		width: 100%;
		font-weight: 200;
	}
	.access_box table tr{
		border-bottom: dotted 1px #959595;
		height: 60px;
		line-height: 60px;
	}
	.access_img{
		width: 60%;
	
	}
	.access_img img{
		display: block;
		width: 100%;
		height:auto;
	}
	#access iframe{
		width: 100%;
		display: block;
		margin: 0 auto;
		filter: grayscale(100%);
		height: 400px;
	}
/*PC　スタッフ募集===*/	

	#staff .bg{
		width: 100%;
		background: #080D2B;
	}
		#staff h3{
		color: #D02525;
		font-size: 1.5em;
		margin: 0 0 20px;
			font-family: 'Kiwi Maru', serif;
	}
	#staff p span.bigtext{
		width: 400px;
		display: block;
		margin: 30px auto 60px;
		text-align: center;	
		line-height: 2em;
		font-size: 1.5em;
		background: #D02525;
		padding: 10px;
	}
	#staff div{
		text-align: center;
		width: 600px;
		margin:0 auto;
		background: #fff;
		padding: 50px 0;
	}
		#staff p a{
		color:#fff;
	}
/*PC　sns===*/	
	#footer{
		padding: 30px 0 50px;
	}
	ul.share{
		width: 500px;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
	}
	#footer ul li{
		height: 40px;
		line-height: 40px;
		
	}
	#footer ul li a{
		color:#000;
	}
	
	#footer ul li img{
		width:40px;
		height: auto;
		margin: 0 10px 0 0;
	}
	
/*PCfooter===*/
	footer h2{
		color:#000;
		padding: 30px 0 ;
	}
	footer{
	width: 100%;
	margin: 20px auto;
	background: #eee;
	padding: 30px 0 0;
	color:#fff;
}
	
	
}/*===========================================PC設定終了============================================*/


/*===========================================タブレット===========================================*/
@media (min-width: 768px) and (max-width: 1024px) { 

	.a_text{
		width: 80%;
		margin:40px auto 80px;
		max-width: 550px;
		line-height:2.8em;
		text-align: center;
		font-family: 'Kiwi Maru';
	}	
	
/*メインビジュアル====*/
	#topimg{
	display: block;
	width:auto;
	height:100vh;
	background: url("../img/top_img.jpg")no-repeat;
	background-position: center center;
	background-size: cover;
}

	#topimg h1{
		width: 35%;
	}
	#topimg h1 img{
		width: 100%;
		height: auto;
}
	h2.img_h2{
		width: 350px;
		margin: 0 auto 30px;
	}
	h2.img_h2 img{
		width: 100%;
	}
	
	.bold{
		font-weight: 600;
		font-size: 1.1em;
	}
	
/*PC　menu===*/
	nav{
		width: 100%;
		background: #0B1137;
		padding: 15px 0;
	}

	ul.navmenu{
		width: 70%;
		max-width:1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;

	}

	ul.navmenu li{
		width:200px;
	}
	ul.navmenu li img{
		width: 80%;
	}
	ul.navmenu li a{
		color:#fff;
	display: block;
	}
	ul.navmenu li:hover{
		opacity: 0.5;
	}
	
/*PC　about===*/	
	#about{
	padding: 40px 0;
}
	h2{
		padding: 80px 0 20px;
	}
	#info h2{
		padding: 30px 0  40px;
	}
	#info{
		padding: 50px 0;
	}
	

/*PC　menu===*/

	input{display: none;}
	.spmenu_title{
		pointer-events: none;
		font-family: 'Kiwi Maru', serif;
	}
	.menu_block{
		width: 80%;
		max-width:1000px;
		margin:50px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.menu_box{
		box-sizing: content-box;
		width:calc(100% / 3.5);
		margin:0 10px 50px 0;
	}
	.menu_box h3{
		font-size: 1.3em;
		padding: 0 0 10px;
		border-bottom: dotted 1px #000;
		font-weight: 600;
	}
	.menu_box ul{
		margin: 20px 0 0;
	}
	.menu_box ul li{
		margin: 0 0 10px;
		line-height: 1.5em;
	}
	
	
/*PC　access===*/	
	#access{
		padding: 80px 0;
		color:#fff;
	}	
	#access h2{
		padding: 0 0 40px;
	}
	.access_block{
		display: flex;
		flex-wrap: nowrap;
		justify-content:center; 
		margin: 0 0 30px;
	}
	.access_box{
		width: 40%;
		box-sizing: content-box;
		padding: 8% 1% 0 5%;
		line-height: 2em;
		font-size: 1em;
	}
	.access_box table{
		width: 100%;
		font-weight: 200;
	}
	.access_box table tr{
		border-bottom: dotted 1px #959595;
		height: 60px;
		line-height: 60px;
	}
	.access_img{
		width: 60%;
	
	}
	.access_img img{
		display: block;
		width: 100%;
		height:auto;
	}
	#access iframe{
		width: 100%;
		display: block;
		margin: 0 auto;
		filter: grayscale(100%);
		height: 400px;
	}
/*PC　スタッフ募集===*/	

	#staff .bg{
		width: 100%;
		background: #080D2B;
	}
		#staff h3{
		color: #D02525;
		font-size: 1.5em;
		margin: 0 0 20px;
			font-family: 'Kiwi Maru', serif;
	}
	#staff p span.bigtext{
		width: 400px;
		display: block;
		margin: 30px auto 60px;
		text-align: center;	
		line-height: 2em;
		font-size: 1.5em;
		background: #D02525;
		padding: 10px;
	}
	#staff div{
		text-align: center;
		width: 600px;
		margin:0 auto;
		background: #fff;
		padding: 50px 0;
	}
		#staff p a{
		color:#fff;
	}
/*PC　sns===*/	
	#footer{
		padding: 30px 0 50px;
	}
	ul.share{
		width: 500px;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
	}
	#footer ul li{
		height: 40px;
		line-height: 40px;
		
	}
	#footer ul li a{
		color:#000;
	}
	
	#footer ul li img{
		width:40px;
		height: auto;
		margin: 0 10px 0 0;
	}
	
/*PCfooter===*/
	footer h2{
		color:#000;
		padding: 30px 0 ;
	}
	footer{
	width: 100%;
	margin: 20px auto;
	background: #eee;
	padding: 30px 0 0;
	color:#fff;
}

}/*===========================================タブレット終了===========================================*/



/*===========================================SP設定===========================================*/
@media print, screen and (max-width:767px){	

	.pc{display: none;}
#topimg{
	position: relative;
	overflow:hidden;
	height:100vh;
}	
	h2.img_h2{
		width: 80%;
		margin: 0 auto 30px;
	}
	h2.img_h2 img{
		width: 100%;
	}
	.text_white{
		color:#fff;
	}
	#info a,access_box a{
		text-decoration:none;
	}
	.a_text{
		width: 88%;
		margin:40px auto 50px;
		line-height:2em;
		text-align: left;
		font-family: 'Kiwi Maru', serif;
	}
	.sp_tel{
		width: 80%;
		margin:20px auto;
		border:solid 1px #fff;
		height: 50px;
		line-height: 50px;
		background: #fff;
	}
	.sp_tel a{
		color:#000;
	}

#topimg{
	width:100%;
	height:500px;
	background: url("../img/top_imgsp.jpg")no-repeat;
	background-position: center center;
	background-size:100% auto;
}
	#topimg h1{
		width: 80%;
	}
	#topimg h1 img{
		width: 100%;
		height: auto;
}
	/*SP　about===*/	
	#about{
	padding: 20px 0;
	font-family: 'Kiwi Maru', serif;
}
	h2{
		padding: 80px 0 20px;
	}
	#info h2{
		padding: 30px 0  40px;
	}
	
	#info{
		padding: 40px 0;
		font-family: 'Kiwi Maru', serif;
	}
/*-----------sp--------アコーディオンメニュー----------------*/

	label.spmenu_title {
		width:80%;
		margin: 0 auto;
		padding : 1rem;
		text-align: center;
		color:#000;
		font-size:1.5rem;
		border: 1px solid rgba(93,68,49,1);
		background:#fff;
		cursor :pointer;
		transition: all 0.5s;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		font-family: 'Kiwi Maru', serif;
}
	
	label.spmenu_title h3{
		width:100%;
		margin: 0 auto;
		background-size:contain;
		font-size:0.8em;
	}
	input{display: none;}

.cssacc:checked + .ac_show{
	height: auto;
	padding: 5px;
	opacity: 1;
}
.ac_show{
		width:80%;
		margin:3% auto;
		margin-bottom:5px;
		font-size:1rem;
		line-height:1.5rem;
		padding:0;
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}
	
	#menu{
	padding: 0 0 40px;
}
	/*SP　access===*/	
	#access{
		padding: 20px 0;
		color:#fff;
	}
	#access h2{
		padding: 40px 0 20px;
	}
	.access_block{
		width: 95%;
		margin: 0 auto;
	}
	.access_block table{
		width: 95%;
		margin: 0 auto 20px;
		box-sizing: content-box;
	}
	.access_block table tr{
		border-bottom: dotted 1px #959595;
		height: 50px;
		line-height: 50px;
	}
	.access_img img{
		display:block;
		width: 100%;
		height: auto;
	}
	.b_text{
		padding-right: 2%;
		font-size: 0.9em;
	}
	.c_text{
		padding-left: 2%;
		font-size: 0.85em;
	}
	#access iframe{
		width: 95%;
		display: block;
		margin:10px auto 20px;
		filter: grayscale(100%);
		height: 300px;
	}
	/*sp　スタッフ募集===*/
	#staff .bg{
		width: 100%;
		background: #080D2B;
		padding: 0 0 30px;
	}
		#staff div{
		text-align: center;
		width: 90%;
		margin:0 auto;
		background: #fff;
		padding: 50px 0 10px;
	}
	#staff h3{
		color: #D02525;
		font-size: 1.8em;
		margin: 0 0 20px;
		font-family: 'Kiwi Maru', serif;
	}
	#staff p{
		margin: 0 10px 0;
		line-height: 1.5em;
	}
	#staff p span.bigtext{
		width: 80%;
		display: block;
		margin: 30px auto 60px;
		text-align: center;	
		line-height: 2em;
		font-size: 1.5em;
		background: #D02525;
		padding: 10px;
	}
	#staff p a{
		color:#fff;
	}



/*sp　sns===*/	
/*SPfooter===*/
	footer h2{
		color:#000;
		padding: 30px 0 ;
	}
	footer{
	background: #fff;
	padding: 30px 0 50px;
	color:#fff;
}
	ul.share{
		width:80%;
		margin: 0 auto;
		box-sizing: content-box;
	}
	#footer ul li{
		height: 40px;
		line-height: 40px;
		padding: 10px 0;
		border-bottom: dotted 1px #000;
	}
	#footer ul li a{
		color:#000;
		display: block;
		width: 100%;
	}
	
	#footer ul li img{
		width:40px;
		height: auto;
		margin: 0 10px 0 0;
	}
	

	

	
}/*===========================================SP設定終了============================================*/