@charset "utf-8";

/* fv */
video{
	width: 100%;
	height: auto;
}
.fvWrapper{
	display: none;
}
.containerTop{
	padding-top: 80px;
}

@media screen and (max-width:800px) { 
	video{
		object-fit: cover;
	}
	.fvWrapper{
		display: block;
		margin-top: 80px;
	}
	#top_carousel{
		display: none;
	}
	.containerTop{
		padding-top: 0px;
	}
}

/* carousel */
#top_carousel {
	width: 100%;
	overflow: hidden;
	height: 400px;
	position: relative;
}
#top_carousel_container {
	max-width: 1000px;
	width: 100%;
	height: 400px;
	margin: auto;
	overflow: show;
	position: relative;
}
#top_carousel_container_inner {
	display: flex;
	position: absolute;
	background-color: #000;
}
#top_carousel_container_inner a{
	min-width: 1000px;
	transition: opacity 300ms 0s ease;
	opacity: .7;
}
#top_carousel_container_inner a.in{
	opacity: 1;
}
.fair_carousel_container_banner {
	display: block;
}
#top_carousel_container_inner img{
	width: 100%;
}
#top_carousel_control {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 1120px;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
}
#top_carousel_control>div {
	transition: opacity 300ms 0s ease;
	margin-top: -31px;
}
#top_carousel_control>div:hover {
	opacity: .7;
}
#top_carousel_control_prev {
	position: absolute;
	left: 10px;
	cursor: pointer;
}
#top_carousel_control_next {
	position: absolute;
	right: 10px;
	cursor: pointer;
}
#top_carousel_pager {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#top_carousel_pager>div {
	display: inline-block;
	width: 19px;
	height: 19px;
	background-image: url(../images/common/pager.png);
	margin: 0 5px;
	cursor: pointer;
	transition: opacity 300ms 0s ease;
}
#top_carousel_pager>div:hover:not(.in) {
	opacity: .7;
}
#top_carousel_pager>div.in {
	background-image: url(../images/common/pager_in.png);
}
.video_slideshow{
	pointer-events: none;
}
.video_slideshowIn{
	min-width: 1000px;
	height: 400px;
}
.video_slideshow video{
	width: 100%;
	height: 400px;
}

@media screen and (max-width: 1000px){

	#top_carousel_container_inner a{
		min-width: auto;
	}
	.video_slideshow{
		width: 100vw;
	}
	.video_slideshowIn{
		min-width: auto;
		width: 100vw;
		height: 60vw;
	}
	.video_slideshow video{
		width: 100vw;
		height: 60vw;
	}

}

/* info */
#top_information {
	height: 45px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#top_information_inner{
	max-width: 1000px;
	width: 100%;
	padding: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#top_information_inner>a {
	display: block;
	text-decoration: none;
	color: #000;
	height: 45px;
}
#top_information_inner>a>div {
	display: inline-block;
}
.top_information_date {
	color: #C9161D;
	padding-right: 30px;
	font-size: 16px;
}
.top_information_category {
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	margin-right: 10px;
	font-size: 14px;
}
.top_information_category_お知らせ {
	background-color: #80C495;
}
.top_information_category_メニュー {
	background-color: #E98A76;
}
.top_information_category_新店舗情報 {
	background-color: #6FBCDE;
}
.top_information_title {
	color: #000;
	font-size: 12px;
}
#top_information_inner>a:hover .top_information_title {
	text-decoration: underline;
}

/* menu */
#top_menu {
	background-color: #F6D0C9;
	overflow: hidden;
	padding: 60px 45px 70px;
	box-sizing: border-box;
}
#top_menu_area {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 60px;
}
#top_menu_area:after {
	content: '';
	display: block;
	clear: both;
  }
.menu_sizer, .menu_item {
	width: 16.66%;
}
.menu_item {
	height: 352px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.menu_item:nth-of-type(16){
	display: none;
}

@media screen and (min-width:1526px) and ( max-width:1830px){
	.menu_item:nth-of-type(16){
		display: block;
	}
}
.w2 {
    width: 33.32%;
}
.h2 {
	height: 704px;
}
.menu_item>div {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	box-sizing: border-box;
}
.menu_item>a.menu {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	box-sizing: border-box;
	background: url(../images/common/bg_yellow.jpg) center top no-repeat;
	background-size: 100% 100%;
	border: 2px solid #fff;
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
}
.menu_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 300ms 0s ease;
}
.w2 .menu_bg{
	background-position: center 73%;
}
.menu_item>a.menu:hover .menu_bg {
	transform: scale(1.05);
}
.menu_ribon {
	width: 254px;
	height: 74px;
	display: flex;
	background-image: url(../images/top/ribon.png);
	z-index: 1;
	position: relative;
}
.menu_item>a.menu:hover .menu_ribon {
	background-image: url(../images/top/ribon_hover.png);
}
.menu_ribon_icon {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_ribon_icon img {
	display: block;
}
.menu_ribon_title {
	width: 160px;
	height: 74px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
	color: #68391E;
	font-size: 12px;
}
.menu_ribon_title br{
	display: none;
}

/* fair */
#fair {
	background-image: url(../images/top/fair_bg.jpg);
	background-size: cover;
	background-position: left top;
	padding: 10px;
	color: #fff;
}
#fair>div {
	width: 100%;
	height: 100%;
	background-color: #284328;
	border: 2px solid #000;
	box-sizing: border-box;
	background-image: url(../images/top/fair_bg_tl.png), url(../images/top/fair_bg_tr.png), url(../images/top/fair_bg_bl.png), url(../images/top/fair_bg_br.png);
	background-repeat: no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	padding: 50px 30px 0;
	position: relative;
}
#fair_container {
	position: relative;
	width: 100%;
	max-width: 490px;
	margin: 0 auto 25px;
}
#fair_carousel {
	width: 100%;
	border: 2px solid #fff;
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
#fair_carousel_inner {
	display: flex;
	position: absolute;
	background-color: #000;
}
#fair_carousel img{
	width: 100%;
}
.fair_carousel_banner {
	display: block;
}
#fair_icon_new {
	position: absolute;
	top: -20px;
	left: -20px;
}
#fair_pager {
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#fair_pager>div {
	display: inline-block;
	width: 19px;
	height: 19px;
	background-image: url(../images/common/pager.png);
	margin: 0 5px;
	cursor: pointer;
	transition: opacity 300ms 0s ease;
}
#fair_pager>div:hover:not(.in) {
	opacity: .7;
}
#fair_pager>div.in {
	background-image: url(../images/common/pager_in.png);
}
#fair_title {
	color: #ff0;
	/* font-size: 20px; */
	font-size: 18px;
	max-width: 490px;
	margin: 0 auto 4px;
	line-height: 1.3;
}
#fair_bar {
	max-width: 490px;
	margin: 0 auto 10px;
	overflow: hidden;
}
#fair_data {
	max-width: 490px;
	margin: 0 auto 10px;
	font-size: 16px;
}
#fair_comment {
	max-width: 490px;
	margin: 0 auto;
	line-height: 1.3;
	font-size: 16px;
}
#fair_btn {
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 265px;
	height: 65px;
}
#fair_btn_a {
	display: block;
	width: 100%;
	color: #68391E;
	text-decoration: none;
	line-height: 60px;
	background-image: url(../images/top/fair_btn.png);
	font-size: 20px;
}
#fair_btn_a:hover {
	background-image: url(../images/top/fair_btn_hover.png);
	color: #fff;
}
#top_menu_btn  {
	width: 265px;
	margin: auto;
}

/* news */
#top_news {
	background: url(../images/top/news_bg.jpg) #fafbf6 center bottom no-repeat;
	padding: 40px 0 60px;
	background-size: 100% auto;
}
#top_news_head {
	background-image: url(../images/top/news_title.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 80px;
	text-align: center;
	font-size: 14px;
	width: 90%;
	margin: 0 auto 58px;
}
#top_news_window {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 60px;
}
#top_news_window_tab {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	position: relative;
}
#top_news_window_tab>li {
	background-image: url(../images/common/bg_red.jpg);
	background-size: cover;
	border-radius: 10px 10px 0 0;
	max-width: 180px;
	width: 25%;
	height: 43px;
	padding: 4px 4px 0;
	line-height: 43px;
	text-align: center;
	color: #fff;
	margin: 0 5px;
	font-size: 18px;
	cursor: pointer;
}
#top_news_window_tab>li.on>div {
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 100%;
	color: #C9161D;
}
#top_news_window_body {
	background-image: url(../images/common/bg_red.jpg);
	background-size: cover;
	background-size: cover;
	border-radius: 10px;
	padding: 4px;
	box-sizing: border-box;
	margin: -4px 0 0 0;
}
#top_news_window_body>div {
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 50px 40px;
}
#top_news_window_body_list {
	margin-bottom: 30px;
}
#top_news_window_body_list li {
	padding: 25px 0;
	border-bottom: 1px solid #DED3AB;
}
#top_news_window_body_list li:first-child{
	padding-top: 0;
}
#top_news_window_body_list a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	color: #000;
	position: relative;
}
#top_news_window_body_list a>div {
	display: block;
	box-sizing: border-box;
}
.top_news_date {
	font-size: 16px;
	min-width: 110px;
}
.top_news_category {
	color: #fff;
	padding: 5px;
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	min-width: 110px;
	margin-right: 20px;
}
.top_news_title {
	color: #000;
	margin-right: 80px;
	line-height: 1.5;
}
.top_news_new {
	width: 76px;
	height: 47px;
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#top_news_window_body_list a:hover .top_news_title {
	text-decoration: underline;
}
#top_news_jollyox {
	text-align: center;
}
#top_news_jollyox>div {
	background-color: #000;
	border-radius: 12px;
	max-width: 1000px;
	width: 90%;
	margin: auto;
}
#top_news_jollyox a {
	transition: opacity 300ms 0s ease;
}
#top_news_jollyox a:hover {
	opacity: .85;
}
#top_news_jollyox img {
	width: 100%;
}
#top_news_window_btn  {
	width: 265px;
	margin: auto;
}
#fair_container .youtube{
	margin-bottom: 25px;
}
#fair_container .youtube video{
	max-width: 100%;
	width: 100%;
}

/* menu */
@media screen and (max-width: 1830px) {
	.menu_sizer, .menu_item {
		width: 20%;
	}
	.w2 {
		width: 40%;
	}
}
@media screen and (max-width: 1525px) {
	.menu_sizer, .menu_item {
		width: 25%;
	}
	.w2 {
		width: 50%;
	}
}
@media screen and (max-width: 1220px) {
	.menu_sizer, .menu_item {
		width: 33.33%;
	}
	.w2 {
		width: 66.66%;
	}
}

/* SP */
@media screen and (max-width: 800px) {

	/* carousel */
	#top_carousel_control {
		display: none;
	}
	#top_carousel_pager>div {
		width: 10px !important;
		height: 10px !important;
		background-size: 10px auto;
	}
	#top_carousel {
		width: 100%;
		overflow: hidden;
		height: 1000px !important;
		position: relative;
	}
	#top_carousel_container {
		max-width: 375px;
		width: 100%;
		height: 1000px !important;
		margin: auto;
		overflow: show;
		position: relative;
	}

	/* info */
	#top_information_inner {
    padding: 10px 5px;
	}
	#top_information , #top_information_inner>a {
		height: 78px;
	}
	.top_information_date{
		font-size: 14px;
	}
	.top_information_category{
		font-size: 12px;
		padding: 4px 20px;
	}

	/* menu */
	#top_menu {
		padding: 10px 5px 40px;
	}
	#top_menu_area {
		margin-bottom: 20px;
	}
	.menu_sizer, .menu_item {
		width: 50%;
	}
	.menu_item {
		height: 192px;
	}
	.w2 {
		width: 50%;
	}
	.h2 {
		height: 192px;
	}
	.menu_ribon {
		width: 188px;
		height: 47px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.menu_ribon_icon {
		width: 46px;
		height: 44px;
	}
	.menu_ribon_icon img {
		width: 26px;
	}
	.menu_ribon_title {
		width: 142px;
		height: 44px;
		padding: 0 10px 0 5px;
		font-size: 8px;
	}

	/* fair */
	#fair>div {
		padding: 35px 25px;
		background-size: 15%;
	}
	#menu_item_fair {
		width: 100%;
		height: 513px;
	}
	#fair_container {
		max-width: 327px;
		margin-bottom: 10px;
	}
	#top_carousel_container_inner {
		display: flex;
		position: absolute;
		top: 0;
		background-color: #000;
	}
	#fair_icon_new {
		position: absolute;
		top: -20px;
		left: -20px;
		width: 72px;
	}
	#fair_icon_new img {
		width: 100%;
	}
	#fair_pager {
		bottom: 10px;
	}
	#fair_pager>div {
		width: 10px;
		height: 10px;
		background-size: cover;
	}
	#fair_title {
		font-size: 16px;
		max-width: 327px;
	}
	#fair_bar {
		max-width: 327px;
	}
	#fair_data {
		max-width: 327px;
		font-size: 14px;
	}
	#fair_comment {
		max-width: 327px;
		font-size: 14px;
	}
	#fair_btn {
		bottom: 25px;
	}

	/* news */
	#top_news {
		background-image: none;
		background-color: #F7F4E9;
		padding: 18px 0 40px;
	}
	#top_news_window {
		width: 100%;
		padding: 0 10px;
		margin: 0 auto 40px;
		box-sizing: border-box;
	}
	#top_news_window_tab {
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin-bottom: 20px;
	}
	#top_news_window_tab>li {
		background-image: url(../images/common/bg_red.jpg);
		background-size: cover;
		border-radius: 10px;
		width: 48%;
		height: 47px;
		line-height: 41px;
		padding: 0;
		margin: 0 0 16px;
		font-size: 14px;
		border: 3px solid #fff;
		box-sizing: border-box;
		box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
	}
	#top_news_window_tab>li.on {
		background-image: url(../images/common/bg_brown.jpg);
	}
	#top_news_window_tab>li.on>div {
		background-color: none;
		border-radius: 0;
		background-color: transparent;
		color: #fff;
	}
	#top_news_window_body {
		background-image: none;
		border-radius: 0;
		padding: 0;
		margin: 0;
	}
	#top_news_window_body>div {
		background-color: transparent;
		border-radius: 0;
		padding: 0;
	}
	#top_news_window_body_list {
		margin-bottom: 30px;
	}
	#top_news_window_body_list li {
		padding: 15px 0;
		border-bottom: 1px solid #DED3AB;
	}
	#top_news_window_body_list a {
		flex-wrap: wrap;
	}
	.top_news_title {
		order: 1;
		width: 100%;
		margin-top: 10px;
		margin-right: 0;
	}
	.top_news_new {
		width: 60px;
		top: -6px;
		bottom: auto;
	}
	.top_news_new img {
		width: 100%;
	}
	#top_news_jollyox>div {
		max-width: 394px;
	}
	.top_information_title{
		margin-top: 5px;
	}
	.menu_item{
		padding: 3px;
	}
	.menu_item:nth-of-type(16){
		display: block;
	}
	#top_news_head{
		background-size: 1100px auto;
		background-position: center center;	
	}
	#fair_btn_a{
		background-size: 200px auto;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 10px 0 22px;
		line-height: normal;
	}
}

/* submenu */
#subMenuTop{
	width: 100%;
	background-color: #F9F7EF;
	padding: 50px 0 0;
}
.subMenuInner{
  display: flex;
  max-width: 1000px;
  justify-content: space-between;
  align-items: top;
  margin: 0 auto;
}
.subMenuList{
  width: 32%;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px 16px 16px 25px;
}

@media screen and (max-width: 1000px) {
  #subMenu{
    background-color: #F9F7EF;
    padding: 45px 0 25px;
  }
  .subMenuInner{
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
  }
  .subMenuList{
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 25px 20px;
    margin-bottom: 30px;
  }
}