/* CSS Document */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 700ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#whiteMainBox_fit {
	
	color: #000;
	background: #f9f5e2;
	padding: 1px 0 100px 0;
	
}

#whiteMainBox_fit h3 {
	text-align: center;
}

#whiteMainBox_fit img {
	max-width: 100%;
}

#top {
	width: 100%;
}

#top h1 {
	display: block;
	position: relative;
}
#top h1:before {
	padding-top: 45%;
	content:  " ";
	display: block;
	width: 100%;
}

#top h1 img {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -o-object-fit: cover;
    object-fit: cover;
}

#message {
	width: 100%;
}

.bg_skw {
	background: url("pics/bg_skw.png") -50px  -50px no-repeat;
}

.bg_getto {
	background: url("pics/bg_getto.png") 100% 100% no-repeat;
}

#messagebox {
	width: 800px;
	margin: 0px auto 100px auto;
	padding: 100px 0 100px 0; 
	text-align: center;
	font-size: 1.5rem;
}

#messagebox h2 {
	margin-bottom: 40px;
}

#messagebox p.can img {
	width: 450px;
	margin: 30px 0 30px 30px;
}



div.bg_wavetop {
	width: 100%;
	background: url("pics/wave_top.png") 50% -10% repeat-x;
	height: 100px;
	margin-top: -200px;
	background-size: auto 100px;
}

div.bg_brown {
	width: 100%;
	background: #ccb89a;
}

div.bg_wavebot {
	width: 100%;
	background: url("pics/wave_bot.png") 50% 100% repeat-x;
	height: 100px;
	background-size: auto 100px;
}

div#taste {
	width: 1000px;
	margin: 0px auto;
	padding: 50px 0 100px 0;
	text-align: center;
}

div#taste p {
	font-size: 1.5rem;
}

div#taste h3 {
	margin: 50px auto;
	width: 800px;
}

div#taste ul {
	display: flex;
	align-items: flex-start;
	list-style: none;
	margin: auto;
	width: 90%;
	justify-content: space-between;
}

div#taste ul li {
	width: 30%;
	font-size: 1.1rem;
}

div#taste ul li img { margin-bottom: 20px; }

div#taste ul li h4 {
	font-size: 1.5rem;
}

div#taste ul li h4 span {
	display: block;
	font-size: 1.2rem;
	color: #107300;
}

div#sozai {
	width: 1000px;
	margin: 100px auto;
	padding-bottom: 200px;
}

div#sozai h3 {
	margin: 30px auto 0 auto;
	width: 500px;
}

div#sozai div.sozaibox h4 {
	background: #000;
	padding: 5px;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

div.sozaibox {
	margin: 50px auto 100px auto;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

div.sozaibox div.img {
	width: 35%;
	border: 3px solid #000;
}


div.sozaibox div.text {
	width: 60%;
	font-size: 1.1rem;
	line-height: 1.8;
}

div.sozaibox div.text p {
	margin-bottom: 30px;
}

div.howtobox {
	display: flex;
	align-items:center;
	justify-content: space-between;
	width: 1100px;
	margin: auto;
	font-size: 1.2rem;
}

#whiteMainBox_fit h3.howtotitle {
	width: 400px;
	margin: auto;
	padding: 50px 0 0 0;
}
div.howtobox div.img {
	width: 35%;
}

div.howtobox div.text {
	width: 60%;
}

div.howtobox div.text p {
	margin-bottom: 30px;
	line-height: 1.8;
}

ul.howtoimg {
	width: 1100px;
	margin: 50px auto 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	list-style: none;
}

ul.howtoimg li {
	width: 30%;	
	font-size: 1rem;
	text-align: center;
	padding-bottom: 50px;	
}

ul.howtoimg li img {
	display: block;
	margin-bottom: 10px;
	border: 3px solid #000;
	box-sizing: border-box;
}

div#paring {
	width: 900px;
	margin: 100px auto 40px auto;
	font-size: 1.2rem;
	text-align: center;
}

div#paring h3 {
	width: 400px;
	margin: 20px auto;
}

div#paringimg {
	width: 96%;
	position: relative;
	margin: auto;
}

div#paringimg img:nth-of-type(1) {
	width: 50%;
	height: auto;
}

div#paringimg img:nth-of-type(2) {
	width: 50%;
	height: auto;
}

div#paringimg img:nth-of-type(3) {
	width: 30%;
	position: absolute;
	margin: auto;
	left: 0;
	top: -30px;
	right: 0;
}

div#comment {
	width: 1000px;
	margin: 0px auto;
	padding: 100px 0 0px 0;
	display: flex;
	align-items:center;
	justify-content: space-between;
}

div#comment div.img {
	width:  32%;
	text-align: center;
	font-size: 0.9rem;
}

div#comment div.img img {
	border:  5px solid #000;
	border-radius: 100vh;
	margin-bottom: 10px;
}
div#comment div.text {
	width: 63%;
	font-size: 1.2rem;
}
div#comment div.text h4 {
	margin-bottom: 20px;
}

div#comment div.text p {
	margin-bottom: 30px;
}

div#about {
	width: 900px;
	margin: 50px auto 0px auto;
	border: 4px solid #000;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f9f5e2;
}

div#about div.img {
	width: 20%;
}

div#about div.text {
	width: 75%;
	line-height: 2;
}


div#about div.text p a {
	display: block;
	margin: 40px 0 0 auto;
	background: #000;
	color: #fff;
	width: 300px;
	padding: 20px;
	text-align: center;
	
}

#fukidashi {
	position: absolute;
	width: 100%;
	top: 0;
}

#fukidashi img {
	position: absolute;
	width: 50px;
}

#fukidashi img:nth-of-type(1) {
	top: 700px;
	right: 80px;
}


#fukidashi img:nth-of-type(2) {
	top: 1500px;
	left: 80px;
}


#fukidashi img:nth-of-type(3) {
	top: 4800px;
	right: 80px;
}



@media screen and (min-width: 0px) and (max-width: 480px) {
	#top h1:before {
		padding: 0;
	}
	#top h1 img {
	  position: static;
		transform: none;
	}

#messagebox {
  width: 90%;
	font-size: 1.2rem;
}
	
#messagebox h2 {
  margin-bottom: 10px;
}	
#messagebox p.can img {
  width: 65%;
  margin: 10px 0 30px 30px;
}	
	
.bg_skw, .bg_getto {
  background-size: 50%;
}	
	
#fukidashi img {
  position: absolute;
  width: 8%;
}
	
#fukidashi img:nth-of-type(1) {
	top: 1100px;
	left: 5%;
}


#fukidashi img:nth-of-type(2) {
	top: 2400px;
	right: 7%;
	left: inherit;
	display: none;
}


#fukidashi img:nth-of-type(3) {
	top: 4200px;
	right: 5%;
	left: inherit;
	display: none;
}
	

div#taste {
  width: 90%;
	padding: 0px 0 0 0;
}
	
div#taste p {
  font-size: 1rem;
}	
	
div#taste h3 {
  margin: 10px auto 10px auto;
  width: 100%;
}	
div#taste ul li h4 {
  font-size: 1.3rem;
}	
	
div#taste ul {
  display: block;
	width: 100%;
	margin: auto;
}
	
	div#taste ul li {
		width: 100%;
		display: flex;
		text-align: left;
		align-items: center;
		justify-content: space-between;
		font-size: 1rem;
		padding-bottom: 10px;
	}	
	
	div#taste ul li img {
		width: 30%;
	}
	
	div#taste ul li div {
		width: 65%;
	}
	

	div#sozai {
	  width: 90%;
	  margin: 10px auto 100px auto;
	  padding-bottom: 200px;
	}

	div#sozai h3 {
	  margin: 0px auto 0 auto;
	  width: 100%;
	}	
	
	div.sozaibox {
		display: block;
		margin: 0px auto 20px auto;
	}
	
div.sozaibox div.img {
  width: 100%;
  border: 3px solid #000;
  box-sizing: border-box;	
}	
div.sozaibox div.text p {
  margin-bottom: 10px;
}	
div.sozaibox div.text {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
}	
	
div#sozai div.sozaibox h4 {
	margin-bottom: 10px;
	font-size: 1.1rem;
}
	

#whiteMainBox_fit h3.howtotitle {
  width: 60%;
  margin: auto;
  padding: 20px 0 0 0;

}	
	
div.howtobox {
  display: block;
  width: 90%;
  font-size: 1rem;
}
	
	div.howtobox div.img {
  		width: 60%;
		margin: 0 15% 0 25%;
	}
	
div.howtobox div.text {
  width: 100%;
}
	
ul.howtoimg {
  width: 90%;
  margin: 20px auto 0 auto;
	display: block;

}
	
	ul.howtoimg li {
		 box-sizing: border-box;
		font-size: 0.9rem;
		
		width:  100%;
	}
	
div#paring {
  width: 90%;
  margin: 50px auto 40px auto;
  font-size: 1rem;
  text-align: center;
}	
	
div#paring h3 {
  width: 60%;
  margin: 10px auto;
}
	
div#paringimg {
  width: 90%;
  position: relative;
  margin: auto;
}

div#paringimg img:nth-of-type(1) {
	width: 100%;
	height: auto;
}

div#paringimg img:nth-of-type(2) {
	width: 100%;
	height: auto;
}
	
div#paringimg img:nth-of-type(3) {
  width: 60%;
  position: absolute;
  margin: auto 15% auto auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
	
	
div#comment {
  width: 90%;
  margin: 0px auto;
  display: block;
	padding: 50px 0 0 0;
}
	
div#comment div.img {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px auto;
	box-sizing: border-box;
}
	
div#comment div.img img {
	width: 40%;
	}
div#comment div.text {
  width: 100%;
	margin-bottom: 20px;
	font-size: 1rem;
}
	
div#comment div.text h4 {
  margin-bottom: 0px;
}	
	
div#comment div.text p {
  margin-bottom: 20px;
}	
	

div#about {
  width: 90%;
  margin: 50px auto 0px auto;
  border: 4px solid #000;
  padding: 5%;
  display: block;
	box-sizing: border-box;
}

div#about div.img {
  width: 30%;
	margin: auto;
}

div#about div.text {
  width: 100%;
	line-height: 1.6;
}

	
div#about div.text p a {
  display: block;
  margin: 20px auto;
  background: #000;
  color: #fff;
  width: 80%;
  padding: 20px;
  text-align: center;
}	
	
	
	
	
	
	
	
	

}











