@charset "UTF-8";
.intro {
	margin-bottom: 285px;
}
.intro_inner {}
.intro_title {
	max-width: 981px;
	margin: 0 auto 94px;
}
.intro_title > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.intro_text {
	text-align: center;
	font-size: 112.5%;
	line-height: 2.43;
}
.reason {
	margin-bottom: 403px;
	padding-left: 35px;
	padding-right: 35px;
}
.reason_inner {
	max-width: 1378px;
}
.reason_image {
	position: relative;
	z-index: 1;
	margin-bottom: 405px;
	max-width: 2430px;
	margin-left: auto;
	margin-right: auto;
}
.reason_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.reason_image_text {
	position: absolute;
	z-index: 10;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 17.73%;
	max-width: 431px;
}
.reason_image_text > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.reason_title {
	margin-bottom: 42px;
}
.reason_title > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.reason_text {
	text-align: center;
}
.reason_text::after {
	content: "";
	display: block;
	width: 31px;
	height: 1px;
	background-color: #000;
	margin: 47px auto 0;
}
.recipe {
	padding: 0 35px;
	margin-bottom: 458px;
}
.recipe_bg {
	position: relative;
	z-index: 1;
}
.recipe_bg > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.recipe_inner {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 59px;
}
.recipe_dList {
	list-style: none;
	font-size: 87.5%;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 21px;
}
.recipe_dList > dt {}
.recipe_dList > dd {
	display: flex;
	justify-content: center;
	align-items: center;
}
.recipe_dList > dd::before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #999;
	margin-right: 20px;
}
.recipe_dList > dd::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #999;
	margin-left: 20px;
}
.recipe_link {
	width: 400px;
}
.recipe_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 87.5%;
	background-color: #000;
	color: #fff;
	line-height: 1.43;
	padding: 16px 10px;
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 1px solid #000;
}
.recipe_link > a::before {
	content: "";
}
.recipe_link > a::after {
	content: "";
}
.recipe_link > a > b {
	display: flex;
	font-weight: normal;
	align-items: center;
	justify-content: center;
}
.recipe_link > a > b > .icon {
	display: block;
	font-size: 90%;
	margin-left: 4px;
	top: .1em;
}
.info {
	margin-bottom: 458px;
}
.info:last-child {
	margin-bottom: 0;
}
.info_inner {
	max-width: 1839px;
}
.info_title {
	max-width: 1114px;
	margin: 0 auto 61px;
}
.info_title > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.info_text {
	text-align: center;
}
.info_image {
	margin-top: 157px;
}
.info_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.info_link {
	max-width: 720px;
	margin: 82px auto 0;
}
.info_link > a {
	font-size: 136%;
	padding: 32px 10px;
	height: auto;
}
.info_link > a::before {
	content: "";
}
.info_link > a::after {
	content: "";
}
.shop {
	max-width: 1366px;
	margin: 132px auto 225px;
	display: flex;
	flex-wrap: wrap;
}
.shop_item {
	width: 28.6%;
	margin-left: 7.1%;
	text-align: center;
	border-top: 1px solid #999;
	padding: 46px 0;
	line-height: 1.5;
}
.shop_item:nth-child(3n+1) {
	margin-left: 0;
}
.shop_item:nth-child(n+4) {
	border-bottom: 1px solid #999;
}
.shop_headline {
	font-size: inherit;
	font-weight: inherit;
}
.shop_headline::after {
	content: "";
	width: 10px;
	height: 2px;
	background-color: #666;
	display: block;
	margin: 22px auto 17px;
}
.shop_addr {}
.shop_telLink {}
.shop_telLink > a {
	display: block;
    text-decoration: underline;
    text-decoration-color: #ccc;
	color: inherit;
}
.shop_telLink > a::before {
	content: "";
}
.shop_telLink > a::after {
	content: "";
}
.shop_open {}
.shop_holiday {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}
.shop_holiday > dt {
	margin-right: 0.6em;
}
.shop_holiday > dd {}
.shop_park {}
.company {
	margin-top: 210px;
}
.video-wrap {
	position: relative;
}
@media screen and (min-width: 768px) {
	.video-wrap {
		margin: -4vw 0 4vw;
	}
}
@media screen and (max-width:767px) {
	.video-wrap {
		margin-bottom: 6.6vw;
	}
}
.video-wrap video {
	display: block;
	vertical-align: bottom
}
@media screen and (min-width: 768px) {
	.video-wrap video {
		max-width: 57vw;
		height: auto;
	}
}
@media screen and (max-width:767px) {
	.video-wrap video {
		width: 100%;
		height: auto;
	}
}
.video-wrap #mute {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.video-wrap .audio {
	position: absolute;
    opacity: .5;
    display: none;
    width: 18px;
}
@media screen and (min-width: 768px) {
	.video-wrap .audio {
		top: 10px;
	    right: 10px;
	}
}
@media screen and (max-width:767px) {
	.video-wrap .audio {
		bottom: 24px;
	    right: 6px;
	}
}

.company_cols {
	display: flex;
	justify-content: space-between;
}
.company_col {}
.company_col-no1 {
	width: 630px;
}
.company_dList {
	list-style: none;
	margin-bottom: 21px;
}
.company_dList > dt {}
.company_dList > dd {
	font-size: 125%;
}
.company_addr {
	font-size: 125%;
	line-height: 1.6;
}
.company_telLink {
	font-size: 125%;
	line-height: 1.6;
}
.company_telLink > a {
	display: block;
    text-decoration: underline;
    text-decoration-color: #ccc;
	color: inherit;
}
.company_telLink > a::before {
	content: "";
}
.company_telLink > a::after {
	content: "";
}
.company_open {
	font-size: 125%;
	line-height: 1.6;
}
.company_open > b {
	display: block;
	font-weight: inherit;
}
.company_open > small {
	display: block;
	font-size: 80%;
}
.company_list {
	list-style: none;
	max-width: 388px;
	margin-top: 55px;
}
.company_list > li {
	margin-top: 9px;
}
.company_list > li:first-child {
	margin-top: 0;
}
.company_list > li:last-child {}
.company_list > li:nth-child(2n+1) {}
.company_list > li:nth-child(n+3) {}
.company_list > li > a {}
.company_list > li > a::before {
	content: "";
}
.company_list > li > a::after {
	content: "";
}
.company_col-no2 {
	width: calc(100% - 650px);
	position: relative;
	z-index: 1;
}
.company_map {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.company_map > iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}
.vis {
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
	z-index: 1;
	margin-bottom: 290px;
}
.vis_title {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20.1%;
	max-width: 489px;
	pointer-events: none;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}
.slick-initialized + .vis_title {
	opacity: 1;
}
.vis_title > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.vis_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.vis_slide.slick-initialized {
	opacity: 1;
}
.vis_slide_item {}
.vis_image {
	max-width: 2430px;
	margin: 0 auto;
}
.vis_image > img {
	max-width: 100%;
	height: auto;
}
.vis_image-sp {
	display: none;
}
@media screen and (max-width: 2499px) {
	.intro {
		margin-bottom: 11.4vw;
	}
	.intro_inner {}
	.intro_title {
		max-width: 39.25vw;
		margin-bottom: 3.76vw;
	}
	.intro_title > img {}
	.intro_text {}
	.reason {
		margin-bottom: 16.1vw;
	}
	.reason_inner {
		max-width: 55.1vw;
	}
	.reason_image {
		margin-bottom: 16.2vw;
	}
	.reason_image > img {}
	.reason_image_text {}
	.reason_image_text > img {}
	.reason_title {
		margin-bottom: 1.68vw;
	}
	.reason_title > img {}
	.reason_text {}
	.reason_text::after {
		width: 1.24vw;
		height: 0.04vw;
		margin-top: 1.88vw;
	}
	.recipe {
		margin-bottom: 18.3vw;
	}
	.recipe_bg {}
	.recipe_bg > img {}
	.recipe_inner {
		margin-top: 2.36vw;
	}
	.recipe_dList {
		margin-bottom: 0.84vw;
	}
	.recipe_dList > dt {}
	.recipe_dList > dd {}
	.recipe_dList > dd::before {
		width: 1.6vw;
		height: 0.08vw;
		margin-right: 0.8vw;
	}
	.recipe_dList > dd::after {
		width: 1.6vw;
		height: 0.08vw;
		margin-left: 0.8vw;
	}
	.recipe_link {
		width: 16vw;
	}
	.recipe_link > a {
		padding: 0.64vw 0.4vw;
	}
	.recipe_link > a::before {}
	.recipe_link > a::after {}
	.recipe_link > a > b {}
	.recipe_link > a > b > .icon {}
	.info {
		margin-bottom: 18.3vw;
	}
	.info:last-child {}
	.info_inner {
		max-width: 57vw;
	}
	.info_title {
		max-width: 44.58vw;
		margin-bottom: 2.44vw;
	}
	.info_title > img {}
	.info_text {}
	.info_image {
		margin-top: 6.28vw;
	}
	.info_image > img {}
	.info_link {
		max-width: 28.8vw;
		margin-top: 3.28vw;
	}
	.info_link > a {
		padding: 1.28vw 0.4vw;
	}
	.info_link > a::before {}
	.info_link > a::after {}
	.shop {
		max-width: 54.7vw;
		margin-top: 5.28vw;
		margin-bottom: 9vw;
	}
	.shop_item {
		padding-top: 1.84vw;
		padding-bottom: 1.84vw;
	}
	.shop_item:nth-child(3n+1) {}
	.shop_item:nth-child(n+4) {}
	.shop_headline {}
	.shop_headline::after {
		width: 0.4vw;
		height: 0.08vw;
		margin-top: 0.88vw;
		margin-bottom: 0.68vw;
	}
	.shop_addr {}
	.shop_telLink {}
	.shop_telLink > a {}
	.shop_telLink > a::before {}
	.shop_telLink > a::after {}
	.shop_open {}
	.shop_holiday {}
	.shop_holiday > dt {}
	.shop_holiday > dd {}
	.shop_park {}
	.company {
		margin-top: 8.4vw;
	}
	.company_cols {}
	.company_col {}
	.company_col-no1 {
		width: 25.2vw;
	}
	.company_dList {
		margin-bottom: 0.84vw;
	}
	.company_dList > dt {}
	.company_dList > dd {
		font-size: 110%;
		line-height: 1.5;
	}
	.company_addr {
		font-size: 110%;
	}
	.company_telLink {
		font-size: 110%;
	}
	.company_telLink > a {}
	.company_telLink > a::before {}
	.company_telLink > a::after {}
	.company_open {
		font-size: 110%;
	}
	.company_open > b {}
	.company_open > small {
		font-size: 70%;
	}
	.company_list {
		max-width: 15.5vw;
		margin-top: 2.2vw;
	}
	.company_list > li {
		margin-top: 0.36vw;
	}
	.company_list > li:first-child {}
	.company_list > li:last-child {}
	.company_list > li:nth-child(2n+1) {}
	.company_list > li:nth-child(n+3) {}
	.company_list > li > a {}
	.company_list > li > a::before {}
	.company_list > li > a::after {}
	.company_col-no2 {
		width: 47.5vw;
	}
	.company_map {}
	.company_map > iframe {}
	.vis {
		margin-bottom: 11.6vw;
	}
	.vis_title {}
	.slick-initialized + .vis_title {}
	.vis_title > img {}
	.vis_slide {}
	.vis_slide.slick-initialized {}
	.vis_slide_item {}
	.vis_image {}
	.vis_image > img {}
	.vis_image-sp {}
}
@media screen and (max-width: 1919px) {}
@media screen and (max-width:1499px) {
	.company_col-no1 {
		width: 41%;
	}
	.company_col-no2 {
		width: 56%;
	}
}
@media screen and (max-width: 1299px) {
	.reason {
		padding-left: 20px;
		padding-right: 20px;
	}
	.recipe {
		padding-left: 20px;
		padding-right: 20px;
	}
	.vis {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:1000px) {
	.recipe_link > a:hover {
		background-color: rgba(255, 255, 255, 0.60);
		color: #000;
	}
	.info_link > a:hover {}
	.shop_telLink > a:hover {}
	.company_telLink > a:hover {}
	.company_list > li > a:hover {}
}
@media screen and (max-width: 999px) {
	.intro {}
	.intro_inner {}
	.intro_title {}
	.intro_title > img {}
	.intro_text {
		font-size: 135%;
	}
	.reason {}
	.reason_inner {}
	.reason_image {}
	.reason_image > img {}
	.reason_image_text {}
	.reason_image_text > img {}
	.reason_title {}
	.reason_title > img {}
	.reason_text {
		font-size: 120%;
	}
	.reason::after {}
	.recipe {}
	.recipe_bg {}
	.recipe_bg > img {}
	.recipe_inner {}
	.recipe_dList {}
	.recipe_dList > dt {}
	.recipe_dList > dd {}
	.recipe_dList > dd::before {}
	.recipe_dList > dd::after {}
	.recipe_link {}
	.recipe_link > a {}
	.recipe_link > a::before {}
	.recipe_link > a::after {}
	.recipe_link > a > b {}
	.recipe_link > a > b > .icon {}
	.info {}
	.info_inner {}
	.info_title {}
	.info_title > img {}
	.info_text {
		font-size: 120%;
	}
	.info_image {}
	.info_image > img {}
	.info_link {}
	.info_link > a {}
	.info_link > a::before {}
	.info_link > a::after {}
	.shop {}
	.shop_item {}
	.shop_item:nth-child(3n+1) {}
	.shop_item:nth-child(n+4) {}
	.shop_headline {}
	.shop_headline::after {}
	.shop_addr {}
	.shop_telLink {}
	.shop_telLink > a {}
	.shop_telLink > a::before {}
	.shop_telLink > a::after {}
	.shop_open {}
	.shop_holiday {}
	.shop_holiday > dt {}
	.shop_holiday > dd {}
	.shop_park {}
	.company {}
	.company_cols {}
	.company_col {}
	.company_col-no1 {}
	.company_dList {}
	.company_dList > dt {}
	.company_dList > dd {
		font-size: 125%;
	}
	.company_addr {
		font-size: 125%;
	}
	.company_telLink {
		font-size: 125%;
	}
	.company_telLink > a {}
	.company_telLink > a::before {}
	.company_telLink > a::after {}
	.company_open {
		font-size: 125%;
	}
	.company_open > b {}
	.company_open > small {
		font-size: 80%;
	}
	.company_list {}
	.company_list > li {}
	.company_list > li:first-child {}
	.company_list > li:last-child {}
	.company_list > li:nth-child(2n+1) {}
	.company_list > li:nth-child(n+3) {}
	.company_list > li > a {}
	.company_list > li > a::before {}
	.company_list > li > a::after {}
	.company_col-no2 {}
	.company_map {}
	.company_map > iframe {}
	.vis {}
	.vis_title {}
	.vis_title > img {}
	.vis_slide {}
	.vis_slide_item {}
	.vis_image {}
	.vis_image > img {}
}
@media screen and (max-width:767px) {
	.intro {
		margin-bottom: 30.2vw;
	}
	.intro_inner {}
	.intro_title {
		max-width: 55vw;
		margin-bottom: 9.5vw;
	}
	.intro_title > img {}
	.intro_text {
		font-size: inherit;
		line-height: 2.4;
	}
	.reason {
		padding-left: 4.2vw;
		padding-right: 4.2vw;
		margin-bottom: 29.9vw;
	}
	.reason_inner {
		max-width: none;
		padding: 0 2vw;
	}
	.reason_image {
		margin-bottom: 12vw;
	}
	.reason_image > img {}
	.reason_image_text {
		width: 28%;
		bottom: 7%;
	}
	.reason_image_text > img {}
	.reason_title {
		margin-bottom: 1.3vw;
		max-width: 84vw;
		margin-left: auto;
		margin-right: auto;
	}
	.reason_title::after {
		content: "";
		display: block;
		width: 1vw;
		height: 1px;
		background-color: currentColor;
		margin: 3.7vw auto 0;
	}
	.reason_title > img {}
	.reason_text {
		line-height: 2.4;
		font-size: inherit;
	}
	.reason_text::after {
		display: none;
	}
	.recipe {
		margin-bottom: 36vw;
		padding-left: 4.2vw;
		padding-right: 4.2vw;
	}
	.recipe_bg {}
	.recipe_bg > img {}
	.recipe_inner {
		margin-top: -3vw;
		left: auto;
		right: 10vw;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.recipe_dList {
		font-size: inherit;
		line-height: 1.6;
		margin-bottom: 2vw;
	}
	.recipe_dList > dt {
		font-size: 80%;
	}
	.recipe_dList > dd {}
	.recipe_dList > dd::before {}
	.recipe_dList > dd::after {}
	.recipe_link {
		width: auto;
	}
	.recipe_link > a {
		padding: 1.14vw 1.6vw;
	}
	.recipe_link > a::before {}
	.recipe_link > a::after {}
	.recipe_link > a > b {}
	.recipe_link > a > b > .icon {}
	.info {
		margin-bottom: 33vw;
	}
	.info_inner {
		max-width: none;
	}
	.info_title {
		max-width: 81.1vw;
		margin-bottom: 9.4vw;
	}
	.info_title > img {}
	.info_text {
		line-height: 2.3;
		font-size: inherit;
	}
	.info_image {
		margin-top: 9.9vw;
		max-width: 88.6vw;
		margin-left: auto;
		margin-right: auto;
	}
	.info_image > img {}
	.info_link {
		max-width: 83vw;
		margin-top: 7vw;
	}
	.info_link > a {
		font-size: 120%;
		padding: 3.5vw .4vw;
	}
	.info_link > a::before {}
	.info_link > a::after {}
	.shop {
		max-width: 82vw;
		margin-top: 10vw;
	}
	.shop_item {
		width: 48%;
		margin-left: 4%;
		padding: 7vw 0;
		font-size: 90%;
	}
	.shop_item:nth-child(3n+1) {
		margin-left: 4%;
	}
	.shop_item:nth-child(2n+1) {
		margin-left: 0;
	}
	.shop_item:nth-child(n+4) {
		border-bottom: none;
	}
	.shop_item:nth-child(n+5) {
		border-bottom: 1px solid #999;
	}
	.shop_headline {}
	.shop_headline::after {
		width: 0.9vw;
		margin: 2.4vw auto 3.2vw;
	}
	.shop_addr {}
	.shop_telLink {}
	.shop_telLink > a {}
	.shop_telLink > a::before {}
	.shop_telLink > a::after {}
	.shop_open {}
	.shop_holiday {}
	.shop_holiday > dt {}
	.shop_holiday > dd {}
	.shop_park {}
	.company {}
	.company_cols {
		display: block;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	.company_col {
		width: auto;
	}
	.company_col-no1 {
		text-align: center;
	}
	.company_dList {
		margin-bottom: 5.8vw;
	}
	.company_dList > dt {}
	.company_dList > dd {}
	.company_addr {
		line-height: 1.8;
	}
	.company_telLink {
		line-height: 1.8;
	}
	.company_telLink > a {}
	.company_telLink > a::before {}
	.company_telLink > a::after {}
	.company_open {
		line-height: 1.8;
	}
	.company_open > b {}
	.company_open > small {}
	.company_list {
		margin: 12vw auto 0;
		max-width: none;
	}
	.company_list > li {
		margin-top: 9px;
	}
	.company_list > li:first-child {}
	.company_list > li:last-child {}
	.company_list > li:nth-child(2n+1) {}
	.company_list > li:nth-child(n+3) {}
	.company_list > li > a {
		font-size: 127%;
	}
	.company_list > li > a::before {}
	.company_list > li > a::after {}
	.company_col-no2 {
		padding-bottom: 100%;
		margin-top: 12.4vw;
	}
	.company_map {}
	.company_map > iframe {}
	.vis {
		margin-bottom: 23vw;
		padding-left: 4.2vw;
		padding-right: 4.2vw;
		padding-top: 4px;
	}
	.vis_title {
		width: 52vw;
		margin-top: -16vw;
	}
	.vis_title > img {}
	.vis_slide {}
	.vis_slide_item {}
	.vis_image {
		display: none;
	}
	.vis_image > img {}
	.vis_image-sp {
		display: block;
	}
}
