@charset "UTF-8";
/* CSS Document */

.panel_banner {
	width: calc(100% - 100px);
	padding: 75px 50px 66px 50px;
	height: calc(815px - 141px);
}

.banner {
	width: 1000px;
	/*min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;*/
}

.description {
	width: 200px;
	height: 650px;
	background: url(../img/slider_discripstion.png?v=1) no-repeat right;
	background-position: 75px 11px
}

/* ==================================================
panel banner slider
===================================================== */
.slider {
	width: 100%;
	max-width: 1000px;
	height: 674px;
	overflow: hidden;
	position: relative;
}

.slider .slider-items-container {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	transition: transform 0.35s ease-in-out;
}

.slider .slider-items-container img {
	width: 100vw;
	max-width: 1000px;
	display: block;
}

.slider .controls {
	position: absolute;
	top: 40%;
	z-index: 999;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slider .controls a {
	background: #2a2a2a;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
	padding: 15px 20px;
}

.slider .controls a:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

.slider .dots {
	width: 100%;
	padding: 12px 0px;
	display: flex;
}

.slider .dots .dot {
	background: #cfcec2;
	margin: 0px 5px;
	color: transparent;
	border-radius: 6px;
	height: 6px;
	width: 6px;
	cursor: pointer;
}

.slider .dots .dot.active {
	background: #000000;
}

/* ==================================================
panel shop
===================================================== */
.panel_shop {
	width: calc(100% - 220px);
	margin: 0 110px 80px 110px;
	height: 326px;
	border: 12px solid #E7E7E7;
}

.shop_field {
	width: calc(478px - 26px);
	height: calc(100% - 26px);
	padding: 13px;
}

.shop_description {
	width: 100%;
	height: 264px;
	background: url(../img/shop_description.png) no-repeat center;
}

.shop_description_text {
	width: 100%;
	height: calc(100% - 180px);
	line-height: 32px;
	padding-top: 180px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.6px;
}

.shop_link {
	margin: 0 auto;
	height: 36px;
	margin-top: -10px;
}

.shop_banner {
	width: calc(579px - 26px);
	height: calc(100% - 26px);
	padding: 13px;
	background: url(../img/shop_image.png) no-repeat left;
}

/* ==================================================
panel info
===================================================== */
.panel_info {
	margin-top: 63px;
	width: 1200px;
	margin-bottom: 71px;
}

.info_title_field {
	width: 100%;
	height: 79px;
}

.info_title {
	width: 496px;
	height: 100%;
	margin-left: 262px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3.2px;
	line-height: 25px;
}

.info_link {
	background-position: top left;
	margin-top: -6px;
}

.info_list {
	width: calc(100% - 91px);
	margin-left: 91px;
	height: 9vw;
}

.date {
	width: 101px;
	height: 20px;
}

.tag {
	width: 89px;
	height: 20px;
	border: 1px solid #7A7A7A;
	text-align: center;
	line-height: 20px;
}

.detail {
	margin-left: 30px;
	width: 769px;
	word-break: break-all;
}

/* ==================================================
panel cafe
===================================================== */
.panel_cafe {
	width: 100%;
	height: 420px;
	display: flex;
	justify-content: center;
}

.cafe_left {
	width: 701px;
	height: 100%;
	background: url(../img/nowana.png) no-repeat top left;
}

.l_btn {
	position: relative;
	top: 135px;
	right: 148px;
}

.cafe_right {
	width: 599px;
	height: 100%;
	background: url(../img/line_place.png) no-repeat top left;
}

.r_btn {
	position: relative;
	top: 140px;
	right: 0px;
	width: 139px;
	height: 25px;
	cursor: pointer;
}

.r_btn:hover {
	border-bottom: 1px solid black;
}

/* ==================================================
panel guide
===================================================== */
.panel_guide {
	width: 100%;
	height: 665px;
	background: url(../img/guide.png) no-repeat center;
}

.panel_guide_line {
	width: 1078px;
}

/* ==================================================
panel menu
===================================================== */
.panel_menu {
	width: 940px;
	padding-top: 127px;
	height: 430px;
	margin: 0 auto;
}

.menu_kirimugi,
.menu_umen,
.menu_shikaku {
	width: 313px;
	height: 430px;
	cursor: pointer;
}

.menu_kirimugi {
	background: url(../img/kirimugi.png) no-repeat top;
}

.menu_umen {
	background: url(../img/umen.png) no-repeat top;
}

.menu_shikaku {
	background: url(../img/shikaku.png) no-repeat top;
}

/* ==================================================
resposive
===================================================== */
@media (min-width: 1024px) and (max-width: 1324px) {
	.panel_banner {
		float: left;
		width: calc(100% - 94px);
		padding: 47px;
		height: auto;

	}

	.banner {
		width: 78%;
	}

	.description {
		width: 22%;
		height: 40vw;
		margin-top: 11px;
		background: url(../img/slider_discripstion.png?v=1) no-repeat center;
		aspect-ratio: 121 / 475;
		background-size: contain;
		background-position: 55px 0px;
	}

	/* ==================================================
	panel banner slider
	===================================================== */

	.slider {
		height: auto;
	}

	.slider .slider-items-container img {
		width: 70vw;
	}

	.slider .controls a {
		font-size: 5vw;
		padding: 10px 15px;
	}

	/* ==================================================
	panel shop
	===================================================== */
	.panel_shop {
		clear: both;
		width: calc(100% - 200px);
		margin: 0 100px 80px 100px;
		height: 326px;
		border: 12px solid #E7E7E7;
	}

	.shop_field {
		width: calc(45% - 26px);
		height: calc(100% - 26px);
		padding: 13px;
	}

	.shop_description {
		width: 100%;
		height: 264px;
		background: url(../img/shop_description.png) no-repeat center;
	}

	.shop_description_text {
		width: 100%;
		height: calc(100% - 180px);
		line-height: 32px;
		padding-top: 180px;
		text-align: center;
		font-size: 1.3vw;
		font-weight: bold;
		letter-spacing: 1.6px;
	}

	.shop_link {
		margin: 0 auto;
		height: 36px;
		margin-top: -10px;
	}

	/*
	.shop_banner {
		width: calc(55% - 26px);
		height: calc(100% - 26px);
		padding: 0px;
		margin: 13px;
		background: url(../img/shop_image.png) no-repeat left;
		background-size: cover;
	}
	*/
	.shop_banner {
		width: calc(55% - 26px);
		height: calc(100% - 26px);
		padding: 0px;
		margin: 13px;
		aspect-ratio: 113 / 60;
		background: url(../img/shop_image.png) no-repeat left;
		background-size: contain;
	}
	/* ==================================================
	panel info
	===================================================== */
	.marginlr50 {
		width: calc(100% - 80px);
		margin: 0 40px;
	}

	.panel_info {
		margin-top: 63px;
		margin-bottom: 71px;
	}

	.info_title_field {
		width: 100%;
		height: 79px;
	}

	.info_title {
		height: 100%;
		margin: auto;
		margin-left: 13vw;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 3.2px;
		line-height: 25px;
	}

	.info_link {
		background-position: top left;
		margin-top: -6px;
	}

	.info_list {
		width: calc(100% - 8.8vw);
		margin-left: 8.8vw;
		height: 18vw;
	}

	.date {
		width: 101px;
		height: 20px;
	}

	.tag {
		width: 89px;
		height: 20px;
		border: 1px solid #7A7A7A;
		text-align: center;
		line-height: 20px;
	}

	.detail {
		margin-left: 30px;
		width: 50vw;
		word-break: break-all;
	}

	/* ==================================================
	panel cafe
	===================================================== */
	.panel_cafe {
		width: 100%;
		height: 420px;
		display: flex;
		justify-content: center;
	}

	.cafe_left {
		width: 49%;
		height: auto;
		aspect-ratio: 59 / 30;
		background: url(../img/nowana.png) no-repeat top left;
		background-size: contain;
	}

	.l_btn {
		position: relative;
		top: 46%;
		right: 5.5%;
	}

	.cafe_right {
		float: right;
		width: 49%;
		height: auto;
		aspect-ratio: 99 / 50;
		background: url(../img/line_place.png) no-repeat top left;
		background-size: contain;
	}

	.r_btn {
		position: relative;
		top: 47%;
		right: 0px;
		width: 10vw;
		height: 25px;
		cursor: pointer;
	}

	.r_btn:hover {
		border-bottom: 1px solid black;
	}

	/* ==================================================
	panel guide
	===================================================== */
	.panel_guide {
		width: 100%;
		height: 665px;
		aspect-ratio: 609 / 254;
		background: url(../img/guide.png) no-repeat center;
		background-size: contain;
	}

	.panel_guide_line {
		width: 1078px;
	}
}

/* ==================================================
sp index
===================================================== */
@media only screen and (max-width: 768px) {
	.panel_banner {
		float: left;
		width: 100%;
		padding: 27px 0px;
		height: auto;
	}

	.banner {
		width: 100%;
	}

	.description {
		float: left;
		width: 100%;
		height: auto;
		margin: 20px 0px;
		background: url(../img/sp/slider_discripstion.png?v=1) no-repeat center;
		aspect-ratio: 57 / 14;
		background-size: contain;
	}

	/* ==================================================
	panel banner slider
	===================================================== */
	.slider {
		height: auto;
	}

	.slider .controls a {
		font-size: 32px;
		padding: 5px 10px;
	}

	/* ==================================================
	panel shop
	===================================================== */
	.panel_shop {
		clear: both;
		float: left;
		width: calc(100% - 24px);
		margin: 0;
		height: auto;
	}

	.shop_field {
		width: 100%;
		margin-top: 50px;
		height: auto;
		padding: 0px;
	}

	.shop_description {
		width: 100%;
		height: auto;
		aspect-ratio: 113 / 45;
		background-size: contain;
	}

	.shop_description_text {
		width: 100%;
		height: auto;
		line-height: 5vw;
		padding-top: 26vw;
		text-align: center;
		font-size: 3.6vw;
		font-weight: normal;
		letter-spacing: 1.6px;
	}

	.shop_link {
		height: 10vw;
		margin: 1.8vw auto;
		background-size: contain;
	}

	.shop_banner {
		float: left;
		width: 100%;
		height: auto;
		padding: 0px;
		aspect-ratio: 113/ 60;
		background-size: contain;
		background-position: center;
	}


	/* ==================================================
	panel info
	===================================================== */
	.marginlr50 {
		clear: both;
		float: left;
		width: 100%;
		margin: 50px 0px;
	}

	.panel_info {
		clear: both;
		float: left;
		width: 100%;
		margin: 20px 0px;
	}

	.info_title_field {
		width: 100%;
		height: 79px;
	}

	.info_title {
		width: 85%;
		height: auto;
		margin-left: 0px;
		font-size: 4.6vw;
		letter-spacing: 1.2px;
		line-height: normal;
	}

	.info_link {
		width: 15%;
		background-size: contain;
		margin-top: 5px;
	}

	.info_list {
		float: left;
		width: calc(100% - 20px);
		margin: 20px 10px;
		height: auto;
		font-size: 2.9vw;
	}

	.date {
		width: auto;
		height: auto;
	}

	.tag {
		width: 16vw;
		height: 4vw;
		margin-left: 30px;
		border: 1px solid #7A7A7A;
		text-align: center;
		line-height: 4vw;
	}

	.detail {
		margin: 15px 0px;
		width: 100%;
	}

	/* ==================================================
	panel cafe
	===================================================== */
	.panel_cafe {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
	}

	.sp_cafe_left,
	.sp_cafe_right {
		width: 48%;
	}

	.nowana_img {
		background: url(../img/sp/nowana_img.png) no-repeat bottom center;
	}

	.tamaruya_img {
		background: url(../img/sp/line_place_img.png) no-repeat bottom center;
	}

	.sp_cafe_img {
		width: 100%;
		height: 250px;
		background-size: contain;
	}

	.insta_name {
		background: url(../img/sp/line_place_name.png) no-repeat center;
	}

	.sp_cafe_btn {
		width: 100%;
		height: 26px;
		margin: 15px 0px;
		background-size: contain;
	}

	.line_qr {
		background: url(../img/sp/nowana_qr.png) no-repeat top center;
	}

	.insta_qr {
		background: url(../img/sp/line_place_qr.png) no-repeat top center;
	}

	.sp_cafe_qr {
		width: 100%;
		height: 100px;
		background-size: contain;
	}

	/* ==================================================
	panel guide
	===================================================== */
	.panel_guide_line {
		width: 100%;
		margin: 25px 0px;
	}

	.sp_panel_guide {
		clear: both;
		width: calc(100% - 20px);
		margin: 0px 10px;
		height: auto;
	}

	.sp_guide_title {
		font-size: 6vw;
		letter-spacing: 1.8px;
		padding: 20px 0px;
		font-weight: bold;
	}

	.sp_guide_text {
		font-size: 3.2vw;
		letter-spacing: 1.8px;
		line-height: 6.6vw;
	}

	.sp_guide_img {
		width: 100%;
		height: auto;
		aspect-ratio: 262 / 158;
		background: url(../img/sp/guide.png) no-repeat center;
		background-size: contain;
		margin: 50px 0px;
	}

	/* ==================================================
	panel menu //Other parts are in base.css
	===================================================== */
	.panel_menu {
		clear: both;
		float: left;
		width: calc(100% - 40px);
		height: auto;
		margin: 0px 20px;
		padding-top: 40px;
	}
}