@charset "UTF-8";

	#main{
		background-image: url("/images/fuku/background_pc.png");
		/*background-size: 100%;*/
		background-size: cover;
		background-attachment: fixed;
	}
	
	@media screen and (max-width: 768px){
		#main{
			background-image: url("/images/fuku/background_sp.png");
		}
	}

#main_2024summer{
		background-image: url("/images/fuku/background_pc_2024summer.jpg");
		/*background-size: 100%;*/
		background-size: cover;
		background-attachment: fixed;
	}
	
	@media screen and (max-width: 768px){
		#main_2024summer{
			background-image: url("/images/fuku/background_pc_2024summer.jpg");
		}
	}

	#main_2025summer{
		background-image: url("/images/fuku/background_pc_2025summer.jpg");
		/*background-size: 100%;*/
		background-size: cover;
		background-attachment: fixed;
	}


	.bk-brack{
    	background-color: #280a07;
		display: contents;
    	margin: 0 -250px;
	}
	.wrapper {
		width: 100%;
		display: block;
		text-align: center;
    	background-repeat: repeat;
		padding: 20px;
		/* background-color: #9b1d1e; */
	}
	@media screen and (min-width: 769px){
		.wrapper {
			padding: 60px;
		}
	}
	.menu-cont:first-child{
		/*background:rgba(255,255,255,0.7);*/
		background: #fff;
		padding: 30px 20px;
		margin: 0;
		/*max-width: 1266px;*/
		}
		@media screen and (min-width: 769px){
			.menu-cont:first-child{
				padding: 50px 30px;
			}
		}
	@media screen and (max-width: 765px){
		.menu-cont:first-child .columns{
			padding: 0;
		}
	}

	.reservation_cont{
		font-size: 20px;
	}
	@media screen and (min-width: 40em){
		.reservation_cont{
			font-size: 36px;
		}
	}

	.reservation_btn_flex{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}


	.web_reservation_btn{
		background: #d46636;
		padding: 4px 20px;
		font-size: 16px;
		color: #fff !important;
		border: 2px solid #deab50;
		display: inline-block;
	}
	@media screen and (min-width: 40em){
		.web_reservation_btn{
			font-size: 20px;
			border: 4px solid #fff;
		}
	}

	.shop-info{
		background: #fff;
	}
	.shop-header{
		margin-bottom: 20px;
	}

	.shop-info .shop-list.row{
		margin-left: 0;
		margin-right: 0;
	}

	.shop-list li {
		list-style: none;
		text-align: center;
		font-size: 13px;
		margin: 0 0 15px 0;
	}
	
	.shop-list li img {
		margin: 0 0 15px 0;
	}