@charset "utf-8";

/* ******************************************
	General
****************************************** */

#top-motion {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 144 / 105.5;
	overflow: hidden;
	}
	#top-motion #top-bg {
		position: absolute;
		top: 17.06%;
		left: 0;
		aspect-ratio: 144 / 77;
		width: 100%;
		opacity: 0;
		animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
		}
		@keyframes fadeIn {
			0% {
				opacity: 0;
			}
			100% {
				opacity: 1;
			}
		}
	#top-motion #top-left {
		position: absolute;
		top: 11.85%;
		left: 17.57%;
		aspect-ratio: 43 / 64;
		width: 29.86%;
		opacity: 0;
		animation: slideInLeft 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2.5s forwards;
		}
		@keyframes slideInLeft {
			0% {
				transform: translateY(180px);
				opacity: 0;
			}
			100% {
				transform: translateY(0);
			}
			40%,100% {
				opacity: 1;
			}
		}
	#top-motion #top-center {
		position: absolute;
		bottom: 0;
		left: 49.65%;
		aspect-ratio: 43 / 64;
		width: 29.86%;
		opacity: 0;
		animation: slideInCenter 1.5s cubic-bezier(0.25, 1, 0.5, 1) 3.5s forwards;
		}
		@keyframes slideInCenter {
			0% {
				transform: translateY(-180px);
				opacity: 0;
			}
			100% {
				transform: translateY(0);
			}
			40%,100% {
				opacity: 1;
			}
		}
	#top-motion #top-right {
		position: absolute;
		top: 0;
		right: 0;
		aspect-ratio: 26.5 / 64;
		width: 18.40%;
		opacity: 0;
		animation: slideInRight 1.5s cubic-bezier(0.25, 1, 0.5, 1) 4.5s forwards;
		}
		@keyframes slideInRight {
			0% {
				transform: translateY(180px);
				opacity: 0;
			}
			100% {
				transform: translateY(0);
			}
			40%,100% {
				opacity: 1;
			}
		}
	#top-motion #top-text {
		position: absolute;
		top: 36.96%;
		right: 0;
		aspect-ratio: 99 / 30.5;
		width: 68.75%;
		opacity: 0;
		animation: slideInText 1.5s cubic-bezier(0.25, 1, 0.5, 1) 6s forwards;
		}
		@keyframes slideInText {
			0% {
				opacity: 0;
			}
			100% {
				opacity: 1;
			}
		}

/* *******************
	top_slider
******************* */
#top_slider {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	position: relative;
	animation: fade-in 3s;
	animation-fill-mode: forwards;
}
@keyframes fade-in {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
		}
	}

#top_slider .slider {
	width: 100%;
	line-height: 0.1em;
}
#top_slider .slider img {
}

#top_slider .contact {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	border-radius: 160px 160px 0 0;
	left: 2.5%;
	bottom: 6.8vw;
	width: 180px;
	font-size: 14px;
	line-height: 1.35em;
}
#top_slider .contact a {
	color: #fff;
	background-color: #000;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
	width: 180px;
	height: 180px;
	position: relative;
	margin-bottom: 10px;
	display: block;
	transition: 0.8s;
}
#top_slider .contact a::before {
	content: '';
	background-image: url(../images/common/ico_shop.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 40px;
	position: relative;
	top: 35px;
}
#top_slider .contact a span {
	display: block;
	width: 100%;
	position: absolute;
	top: 85px;
	font-size: 22px;
	line-height: 1.35em;
}
#top_slider .contact a:hover {
	background-color: #8DB521;
}

#top_slider .contact .mame {
	width:80px;
	margin: 15px auto;
}
#top_slider .qute_1 {
	position: absolute;
	width: 325px;
	max-width: 30%;
	left: -2%;
	bottom: -4vw;
}
#top_slider .qute_2 {
	position: absolute;
	width: 180px;
	max-width: 25%;
	right: 3%;
	bottom: -9vw;
}

@media screen and (max-width:768px) {
	#top_slider .contact {
		padding: 5px;
		border-radius: 120px 120px 0 0;
		bottom: 6vw;
		width: 120px;
		font-size: 11px;
	}
	#top_slider .contact a {
		font-size: 16px;
		width: 120px;
		height: 120px;
	}
	#top_slider .contact a::before {
		height: 30px;
		top: 20px;
	}
	#top_slider .contact a span {
		top: 53px;
		font-size: 16px;
	}

	#top_slider .qute_1 {
		width: 275px;
		bottom: -7vw;
	}
	#top_slider .qute_2 {
		width: 100px;
		bottom: -12vw;
	}
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
	#top_slider {
		padding-bottom: 20vw;
	}
	#top_slider .contact {
		bottom: -20vw;
	}
	#top_slider .qute_1 {
		width: 35%;
		left: 15px;
		bottom: -100px;
	}
	#top_slider .qute_2 {
		width: 30%;
		right: 15px;
		bottom: -50px;
	}
}




/* *******************
	top_concept
******************* */
#top_concept {
	position: relative;
	padding-bottom: 20vw;
}
#top_concept p {
	font-size: 22px;
	line-height: 2em;
	margin-bottom: 25px;
}
#top_concept .pickup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#top_concept .pickup picture {
	width: 25%;
	aspect-ratio: 36/30;
	overflow: hidden;
}
#top_concept .pickup picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_concept .qute_3 {
	position: absolute;
	width: 165px;
	max-width: 15%;
	line-height: 0.1em;
	left: 5%;
	bottom: 15px;
}
#top_concept .qute_4 {
	position: absolute;
	width: 360px;
	max-width: 25%;
	line-height: 0.1em;
	right: 2.5%;
	bottom: 0;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#top_concept .pickup picture {
		width: 50%;
	}
}
@media screen and (max-width:450px) {
	#top_concept {
		padding-top: 30vw;
	}
	#top_concept p {
		font-size: 18px;
	}
}






/* *******************
	top_menu
******************* */
#top_menu {
	background-image: url(../images/common/bk_solamame.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top_menu h2 {
	letter-spacing: 3px;
}
#top_menu .flex {
	justify-content: flex-start;
	align-items: center;
}
#top_menu .flex picture {
	width: 52%;
	aspect-ratio: 1/1;
	overflow: hidden;
	margin: 0;
}
#top_menu .flex picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_menu .flex .document {
	width: calc(52% - 120px);
	background-color: rgba(255,255,255,.9);
	text-align: left;
	padding: 60px;
	position: absolute;
	right: 0;
}

@media screen and (max-width:1024px) {
	#top_menu .flex picture {
		width: 100%;
	}
	#top_menu .flex .document {
		width: calc(100% - 100px);
		padding: 50px;
		position: relative;
		right: unset;
	}
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}






/* *******************
	top_kituske
******************* */
#top_kituske {
	padding: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#top_kituske h2 {
	color: #8DB521;
	/*text-shadow:0 0 5px #8DB521,0 0 5px #8DB521,0 0 5px #8DB521;*/
}
#top_kituske .wrap {
	position: absolute;
	max-width: 500px;
	padding: 30px 20px;
	background-color: rgba(255,255,255,.8);
}
#top_kituske  .wrap p {
	color: #000;
}
#top_kituske .btn_more a {
	background-color: rgba(255,255,255,.8);
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#top_kituske picture {
		aspect-ratio: 1/1;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		position: relative;
	}
	#top_kituske picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 90% 50%;
	}
}
@media screen and (max-width:450px) {
}


/* *******************
	top_news
******************* */
#top_news {}
#top_news h2 {
	font-size: 78px;
}
#top_news h2::before {
	content: '';
	display: inline-block;
	width: 190px;
	height: 55px;
	background-image: url(../images/common/logo_m.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#top_news ul {
  padding: 0;
  margin: 0;
  text-align: left;
	font-size: 21px;
	line-height: 1.2em;
	list-style: none;
}
#top_news ul li {
  padding: 12px 8px;
  margin: 0;
	margin-bottom: 7px;
  border: 1px solid #000;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: 0.5s;
}
#top_news ul li::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 22px;
	background-image: url(../images/common/ico_mame_g.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 5px 7px 0 12px;
}
#top_news ul li .update {
	margin-left: 7px;
	white-space: nowrap;
}
#top_news ul li .cate {
  border: 1px solid #000;
	font-size: 16px;
	display: inline-block;
	margin: 0 10px;
	padding: 2px 5px;
	white-space: nowrap;
}
#top_news ul li a {
	margin: 5px 0;
}
#top_news ul li:hover {
	background-color: rgba(141,181,33,.3);
	transition: 0.5s;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:450px) {
	#top_news ul {
		font-size: 18px;
	}
	#top_news ul li .update {
		font-size: 16px;
	}
	#top_news ul li .cate {
		font-size: 16px;
	}
}



/* *******************
	top_blog
******************* */
#top_blog {}
#top_blog ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#top_blog ul::after {
display: block;
content:"";
width: 30%;
}
#top_blog ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	width: 30%;
	border: 3px solid #8DB521;
	border-radius: 3px;
	line-height: 1.3em;
}
#top_blog ul li a {
	display: block;
	position: relative;
	text-align: left;
}
#top_blog ul li picture {
	display: block;
	width: 100%;
	aspect-ratio: 6/4;
	overflow: hidden;
	margin: 0;
	margin-bottom: 10px;
}
#top_blog ul li picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_blog ul li .cate {
  border: 1px solid #000;
	background-color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 2px 10px;
	position: absolute;
	top: 7px;
	right: 7px;
}
#top_blog ul li .update {
	padding: 0 5px 5px;
}
#top_blog ul li p {
	padding: 0 5px 5px;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#top_blog ul li {
		width: 46%;
	}
}
@media screen and (max-width:450px) {
	#top_blog ul li {
		width: 100%;
	}
}




/* *******************
	top_info
******************* */
#top_info {}
#top_info .flex {
}
#top_info .flex ul {
	width: 45%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
#top_info .flex h3 {
	margin-bottom: 20px;
}
#top_info .flex ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
#top_info .flex ul li address i {
	margin-right: 5px;
}
#top_info .flex ul li .tel {
	font-size: 30px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 8px;
	display: block;
}
#top_info .flex ul li .tel::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/common/ico_tel_bk.svg);
	background-position: center center;
	background-size: contain;
	margin-right: 5px;
}
#top_info .flex ul li dl {
	padding: 0;
	margin: 0;
}
#top_info .flex ul li dl dt {
	padding: 0;
	margin: 0;
}
#top_info .flex ul li dl dd {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#top_info .flex picture {
	width: 45%;
}


@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#top_info .flex ul {
		width: 100%;
		margin-bottom: 25px;
	}
	#top_info .flex picture {
		width: 100%;
	}
}
@media screen and (max-width:450px) {
}




/* *******************
	top_schedule
******************* */
#top_schedule {
	border-top: 1px solid #000;
}


@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}