@charset "UTF-8";
/* CSS Document */

body{
	width:100%;
	height:100%;
	font-family:'Noto Sans JP','Sawarabi Gothic', 'Sawarabi Mincho','Great Vibes', cursive,'Dancing Script', cursive,'Fredericka the Great', cursive;
	
	font-size:1rem;
}



a:link,
a:active,
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	opacity:0.6;
	
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -150px;
  text-align: center;
  color: #fff;
  z-index: 2;
}




#main{
	width: 100%;

	
    -webkit-overflow-scrolling: touch;
}
#mainvisual{
	height: 100vh;
	position: relative;
	
}
#mainvisual:before{
	content: "";
	display: block;
	width: 100%;
	position: fixed;
	height: 100vh;
	background:url(../img/top_img.jpg)no-repeat center center;
	background-size: cover;
	top:0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
h1{
	font-family: 'Playball', cursive;
	width: 45%;
	height: auto;
	color:rgba(208,38,38,1.00);
	text-align: center;
	font-size: 5em;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	bottom: 0;
	margin:auto;
	
}

#mainvisual p a{
	color:#fff;
}
#mainvisual p.topmain_img img{
	width: 100%;
	height: auto;
	opacity: 0.5;
}

	#consept{
		width: 45%;
		min-width: 550px;
		margin: 0 auto;
		
	}
#consept h2{
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#consept p{
	color: #fff;
	margin-bottom: 50px;
	line-height: 2.5rem;
}



#main .itemb .menu{
	width:60%;
	margin:80px auto 80px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;

}

#main .itemb .menu p a{
	display: block;
	color: rgba(208,38,38,1.00);

}
/*フェードイン*/
.topmain_img,
.fade_left,
.fade_bottom,
.fade_right{
    
    animation-duration: 3s;
	animation-delay:1s;
}
.topmain_img{animation-name: fadein;}
.fade_left{animation-name: fadeleft;}
.fade_right{animation-name: faderight;}
.fade_bottom{animation-name: fadebottom;}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadebottom {
from {
    opacity: 0;
    transform: translateY(-50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeleft {
	
	from {
    opacity: 0;
    transform: translateX(-120px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes faderight {
	
	from {
    opacity: 0;
    transform: translateX(120px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.ver_rogo{
	text-align: center;
	margin: 30px auto 50px;
	opacity: 0.45;
	
}
.ver_rogo img{
	width: 150px;
	height: auto;
}
p.sign{
	width: 200px;
	height:auto;
	margin: 0 0 0 auto;
}
p.sign img{
	width:100%;
	height:auto;
	
}
/*===========================================PC設定===========================================*/
@media print, screen and (min-width:768px){
	
	#owner{


	}
	#owner h2{
		color:#fff;
		font-size: 2.5em;
		font-family: 'Playball', cursive;
		text-align: center;
		margin: 400px auto 0;
	}
	.o_flexbox{
		width: 50%;
		min-width: 500px;
		max-width: 700px;
		margin:120px auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	p.o_leftbox{
		width: 35%;
	}
	p.o_flexbox img{
		width: 100%;
		height: auto;
	}
	
	#owner h3{
		font-family:'Sawarabi Mincho';
		color:#fff;
		font-size: 1.8em;
		padding: 0 0 15px;
		border-bottom: 1px solid #fff;
		margin: 0 0 30px;
	}
	.owner_box{
		width: 58%;
	}
	.owner_box p{
		border: 1px solid #fff;
		
		padding: 15px 10px;
		text-align: center;
	}
	.owner_box p a{
		display: block;
		color:#fff;
	}	
	
	
#main .itemb .menu .menu_box{
		width:120px;
		height:120px;
		text-align: center;
		line-height: 120px;
		padding:20px;
		border: 1px rgba(208,38,38,1.00) solid;
		margin: 20px;
		transform: rotate(45deg);
}
#main .itemb .menu p{
		text-align: center;
		transform: rotate(-45deg);
}	
	
	
	
}/*==========END=================================PC設定======================END=====================*/

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






}



/*===========================================SP設定===========================================*/
@media print, screen and (max-width:767px){
	#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -110px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
	#loader img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	#main .itemb .menu{
	width:90%;
	margin:50px auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}
#main .itemb .menu .menu_box{
		width:100%;
		height:60px;
		line-height: 60px;
		text-align: center;
		padding:1%;
		margin: 20px auto;
		border:1px solid rgba(208,38,38,1.00);
		border-radius: 0%;
		color:#000;
	}
	#main .itemb .menu p a{
		color:rgba(208,38,38,1.00);
	}	
	
h1{width: 80%;text-align: center;font-size: 4em}	

.ver_rogo img{
	width: 30%;
	height: auto;
}
/*コンセプト--------------------------*/
	#consept{
		width: 88%;
		min-width: 88%;
		margin: 0 auto;	
	}	
	p.sign{
	width: 65%;
	height:auto;
	margin: 0 0 0 auto;
}
/*オーナー--------------------------*/
	
		#owner{


	}
	#owner h2{
		color:#fff;
		font-size: 2.5em;
		font-family: 'Playball', cursive;
		text-align: center;
		margin: 120px auto 60px;
	}
	p.o_leftbox{
		width: 90%;
		margin: 0 auto 30px;
	}
	p.o_leftbox img{
		width: 100%;
		height: auto;
	}
	
	#owner h3{
		font-family:'Sawarabi Mincho';
		color:#fff;
		font-size: 1.8em;
		padding: 0 0 15px;
		border-bottom: 1px solid #fff;
		margin: 0 0 30px;
	}
	.owner_box{
		width: 90%;
		margin: 0 auto 80px;
	}
	.owner_box p{
		border: 1px solid #fff;
		padding: 15px 10px;
		text-align: center;
	}
	.owner_box p a{
		display: block;
		color:#fff;
	}	
	
	
	
	
	
}/*===================================//END========SP設定===========================================*/
