* {
	margin:0;
	padding:0;
}
html {
	max-width: 980px;
	margin: 0 auto;
	font-size: 16px;
}

img {
	width: 100%;
}
a { 
	text-decoration: none;/*green wavy underline;*/
	color: #000;
}
a:visited {
	color: #000;
}
.shop-box > a:hover {
	opacity: 0.9;
	translate: 0.3px 1.2px;
	transition-property: all;
	transition-duration: 0.2s;
	transition-delay: 0;
}
header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
    justify-content: space-between;
	width: 100%;
}

.name {
	width: 35%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
    justify-content: start;
}
.logo-img{
	width:40%;
	align-items: center;
	vertical-align: middle;
}
.word {
	width:65%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
    justify-content: center;
	font-weight: 800;
	font-size: 0.9rem;
}
.logo-word {
	width: 100%;
}
header > nav {
	width: 60%;
	font-weight: 600;
}
nav > ul {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}
#MV {
	border-top: 1rem solid rgb(241, 96, 43) ;
}
.swiper-pagination {
	background-color:rgb(241, 96, 43);
}
.swiper-pagination-bullet {
	background-color: #fff;
	translate: 0 -0.25rem;
}
.swiper-pagination-bullet-active {
	/*background-color: #000;*/
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
	height: 1rem;
}

.lineargrd {
	background:repeating-linear-gradient(
	-40deg,
	rgb(241, 96, 43),
	rgb(241, 96, 43) 30px,
	rgb(180, 66, 0) 0,
	rgb(180, 66, 0) 60px
	);
	/*animation-name: gradient;
  	animation-duration: 2s;
  	animation-iteration-count:infinite;*/
	background-size: 200%;
	animation: gradient 45s ease-in infinite;
	transition-property: all;
	animation-fill-mode: backwards;
}
@keyframes gradient {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
}

section {
	width: 100%;
	text-align: center;
}
section > h2 {
	width: 30%;
	margin: 2rem auto 1rem;
	line-height: 3rem;
	border-radius: 3rem;
}
#shop {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
}
.shop-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
}
.shop-box {
	width: 44%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	border: 1px solid #999;
	margin-bottom: 1.5rem;
}
.shop-box > h3 {
	font-size: 2rem;
}
.shop-box  p {
	font-size: 1.5rem;
	font-weight: 800;
}
.orange {
	color: coral;
}

.shop-button {
	font-weight: normal !important;
	background-color: rgb(244, 104, 53);
	color: #fff;
	line-height: 2.5rem;
	padding: 0 1rem;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	box-shadow: 1px 1px 5px #999;
}
#business {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
}
.business-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.business-box {
	width: 47%;
	margin-bottom: 2rem;
	overflow: hidden;
	transition-property: all;
	transition-delay: 0;
	animation-duration: 3s;
	animation-timing-function: ease-out;
}
.business-box img{
	transition:all 0.3s;
	/*transition-property: all;
	transition-delay: 0;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;*/
	scale: 1;
}
.business-box img:hover{
	scale: 1.05;
	opacity: 0.7;
}
#greeting {
	margin-bottom: 2rem;
	
}
.greeting-img {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	
	justify-content: start;
}

.greeting-left {
	width: 25%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: start;
}
.greeting-name1 {
	width: 60%;
	height: 5.5rem;
	text-align: right;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: end;
	font-weight: bold;
}
.greeting-name1 > p{
	line-height: 1.8rem;
	padding-right: 0.5rem;
	font-size: 1.2rem;
}
.greeting-name2{
	width: 100%;
	text-align: right;
}
.greeting-name2 > p{
	font-size: 2rem;
	margin-right: 0.8rem;
}
.greeting-right {
	width: 75%;
	height: 100%;
}

.greeting-sentence {
	position: relative;
	margin: 0 auto;
	width: 80%;
}
.greeting-sentence > article{
	width: 90%;
	margin: 2rem auto 0;
	background-color: #eee;
	padding: 1rem 0;
}
.greeting-sentence > article > p {
	width: 95%;
	margin: 0 1rem;
	line-height: 3rem;
	text-align: left;
	/*opacity: 0.1;
	translate: 0 10rem;*/
	transition-property: all;
	transition-duration: 1.8s;
	transition-delay: 0;
}
.faderise{
	opacity: 1.0 !important;
	translate: 0 0rem !important;
}

.greeting-sentence > .background { 
	position: absolute;
	top: -3rem; right: 0;
	width: 62%;
	height: 34rem;
	z-index: -1;
}
.greeting-container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: start;
}


footer {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: end;
}
footer > nav {
	margin-bottom: 1rem;
	font-weight: bolder;
}
footer > .footer-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
footer .name {
	width: 55%;
}
footer .address {
	width: 45%;
	font-size: 0.8rem;
}

@media (max-width:900px) {
	section > h2 {
		width: 80%;
	}

	.greeting-sentence > article > p {
		margin: 0 auto;
		line-height:1.5;
		text-align: center;
		letter-spacing: 0.1rem;
	}

	.shop-button {
		line-height: 2rem;
	}
	p.shop-button {
		font-size: 0.8rem !important;
	}
	.shop-box > h3 {
		font-size: 1rem;
	}
	.shop-box p {
		font-size: 1rem;
	}

}