@charset "UTF-8";

iframe {
	width: 100%;
}

img {
	display: block;
	width: 100%;
	max-width: 100%;
}

a {
	display: block;
	margin: auto;
	text-decoration: none;
}

a.instagram {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	background-color: #a5c26e;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 25px;
	line-height: 1.4;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	max-width: 300px;
	margin: 0 auto;

}


a.instagram img {
	width: 23px;
	height: 23px;
}




/* tbody tr td:nth-of-type(3)>a, */

.map_after p>a {
	display: inline;
	color: inherit;
}

.map_after p>a:first-of-type {
	text-decoration: underline;
	font-size: 1.2em;
}

.map_after p>a:last-of-type {
	pointer-events: none;
}

.flex-around {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/* メイン */

main {
	overflow: hidden;
	position: relative;
}

.main {
	position: relative;
}

.img_main {
	width: 660px;
	max-width: 70vw;
	margin: auto;
}

.img_main h1 {
	padding: 40px 20px;
	margin: 0;
}

.sub,
.deco1,
.deco2,
.deco3,
.deco4,
.deco5 {
	max-width: 100%;
	position: absolute;
}

.sub img,
.deco1 img,
.deco2 img,
.deco3 img,
.deco4 img,
.deco5 {
	height: 100%;
}

.sub {
	width: 430px;
	top: 56px;
	right: calc(50% - 550px);
}

.deco1 {
	width: 330px;
	max-width: 100%;
	top: 40px;
	left: calc(50% - 480px);
}

.deco2 {
	width: 160px;
	top: 214px;
	left: calc(50% - 486px);
}

.deco3 {
	width: 234px;
	top: 138px;
	right: calc(50% - 550px);
}

.deco4 {
	width: 157px;
	top: 298px;
	right: calc(50% - 448px);
}

.deco5 {
	width: 187px;
	height: 172px;
	top: 7vw;
	left: calc(50% - 390px);
}

.img_opening_bk {
	background: #763A00;
	width: 100%;
	height: 74px;
}

.img_opening {
	margin: auto;
	height: 74px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.img_opening a {
	display: inline-block;
	margin: 0 6px;
	max-width: 42%;
}

.img_opening img {
	max-width: 100%;
	/* width: 344px; */
	/* padding: 0 10px; */
	margin: auto;
	box-sizing: border-box;
}


/* 日程 */
section.info {
	margin: 25px 1em;
}

section.date {
	margin: 25px 1em;
}

.img_day {
	width: 400px;
	max-width: 100%;
	margin-right: 16px;
}

.img_5days {
	width: 81px;
	max-width: 100%;
}

section.date p {
	font-weight: bold;
	font-size: 34px;
	margin: 16px 0 0;
	line-height: 1;
}

section.date p a {
	display: inline;
	color: #703A02;
	text-decoration: underline;
}

section.date p span {
	font-size: 16px;
}

section.date h3 {
	background: #6eb92b;
	color: #FFF;
	display: inline-block;
	padding: 2px 46px 0;
	border-radius: 10px;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 0;
}


/* マップ */

section.map {
	overflow: hidden;
}

iframe {
	margin-top: -130px;
	margin-bottom: -150px;
}

section.map_after {
	background: #FFF;
	margin: 30px;
}


/* 出店するパン屋さん */
/* .shopbox {
	background: #FFF;
	border-radius: 10px;
	padding: 4px 14px 58px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 3px 0 rgba(4, 0, 0, .2);
} */

.shopbox {
	background: #FFF;
	border-radius: 10px;
	padding: 4px 14px 58px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 3px 0 rgba(4, 0, 0, .2);
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	justify-items: center;
	gap: 0;
}

.shopbox h3 {
	line-height: 1.1;
	font-size: 18px;
	margin: 22px 0 8px;
	min-height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-wrap: anywhere;
}

.shopbox:not(:has(.cat)) h3 {
	margin: 8px 0;
}

.shopbox .cat {
	background: #8DC21F;
	color: #FFF;
	padding: 2px 10px;
	display: inline-block;
	margin-right: 7px;
	font-size: 12px;
	position: absolute;
	top: -12px;
	left: 0px;
	border-radius: 0 0 9px 0;
}

.shopday {
	flex-wrap: nowrap;
	justify-content: flex-start;
	position: absolute;
	bottom: 16px;
	width: calc(100% - 28px);
	padding-top: 10px;
	border-top: 4px dotted #C9CACA;
}

.shopday img {
	width: calc((100% / 6) - 6px) !important;
	margin-right: 7px;
	max-height: 30px;
}

.flexslider {
	background: none;
	border: none;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 120px);
}

.flex-viewport {
	overflow: visible !important;
}

.flexslider .slides {
	display: flex;
}

.flexslider .slides:after {
	content: none;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: -48px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: -48px;
}

.shopday img:last-child {
	margin-right: 0;
}

.content {
	text-align: left;
	margin-bottom: 0;
}

/* トートバッグ */
img.ecobag {
	margin: 25px auto;
	display: block;
	width: 700px;
}

/* 開催日別出店一覧 */

.dayshop h2 img {
	width: 530px;
	max-width: 100%;
	margin: auto;
}

section.dayshop {
	padding: 6px 20px 80px;
}


/*タブ切り替え全体のスタイル*/

.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	max-width: 1200px;
	margin: 0 auto;
}


/*タブのスタイル*/

.tab_item {
	width: 120px;
	max-width: calc(20% - 20px);
	height: 50px;
	margin-right: 10px;
	background-color: #DCDDDD;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab_item:hover {
	opacity: 0.75;
}


/*ラジオボタンを全て消す*/

input[name="tab_item"] {
	display: none;
}


/*タブ切り替えの中身のスタイル*/

.tab_content {
	display: none;
	padding: 24px 40px 30px;
	clear: both;
	overflow: hidden;
	background-color: #fff;
}


/*選択されているタブのコンテンツのみを表示*/

#dayfirst_time:checked~#dayfirst_time_content,
#daytwo_time:checked~#daytwo_time_content,
#daythree_time:checked~#daythree_time_content,
#dayfour_time:checked~#dayfour_time_content,
#dayfive_time:checked~#dayfive_time_content,
#daysix_time:checked~#daysix_time_content {
	display: block;
}

.tab_content_description td span::after,
p.cat span::after {
	content: "＋";
}

.tab_content_description td span:last-child::after,
p.cat span:last-child::after {
	content: "";
}

p.cat span {
	font-size: 12px;
}


/*選択されているタブのスタイルを変える*/

.tabs input:checked+.tab_item {
	background-color: #fff;
	color: #8DC21F;
}

.tab_content span {
	font-size: 18px;
}


/* テーブル */

table {
	width: 100%;
	border-spacing: 0;
	font-size: 18px;
	max-width: 1000px;
	margin: auto;
}

th {
	color: #8DC21F;
	font-size: 20px;
	border-bottom: 4px dotted #8DC21F;
	padding: 6px 4px 11px;
}

td {
	padding: 4px;
	padding: 11px 26px;
	border-bottom: 1px solid #C9CACA;
}

td br {
	display: none;
}

.shopbox p {
	text-align: left;
	margin-bottom: 12px;
	font-size: 14px;
	overflow-wrap: anywhere;
}

.shopbox>p:last-of-type:not(.content) {
	margin-top: 4px;
}

.shopbox p a,
td:nth-of-type(1) a {
	display: inline-block;
	background: #703A02;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 10px 2px;
	margin: 0 10px;
	border-radius: 10px;
}

.shopbox p a.saihoku,
td:nth-of-type(1) a.saihoku {
	background: #4D9F36;
}

.shopbox p a.instagram,
td:nth-of-type(1) a.instagram {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.shopbox p a.saihoku {
	margin-top: 4px;
}

.shopbox p a.instagram {
	margin-top: 4px;
}

.shopbox p a {
	margin-left: 0;
}

.shopbox p a:hover,
td:nth-of-type(1) a:hover {
	opacity: .7;
}

tbody tr:first-of-type td {
	padding-top: 14px;
}

tbody tr td:first-of-type {
	text-align: left;
}

.bread span {
	/* background: #E83828; */
	background: darkorange;
	color: #FFF;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	padding: 1px 4px;
	z-index: 1;
	border-radius: 6px 0 0 0;
}

.bread_2 span {
	right: inherit;
	bottom: inherit;
	top: 0;
	left: 0;
	border-radius: 0 0 6px 0;
}

.shopbox .bread {
	overflow: hidden;
	border-radius: 6px;
}

.shopbox .spicy {
	/* border: 2px solid #E83828; */
	border: 2px solid darkorange;
}

.shopbox .bread:nth-of-type(2) {
	position: absolute;
	width: 146px;
	top: 72px;
	left: 14px;
}

.shopbox .bread:nth-of-type(1) {
	position: absolute;
	width: 140px;
	top: 160px;
	right: 14px;
}

.shopbox .bread.bread_1 {
	width: 100% !important;
	position: relative !important;
	top: 0;
	left: 0 !important;
	/* margin-bottom: -179px; */
}

/* .shopbox .content {
	padding-top: 160px;
} */

@media (min-width:1600px) {
	section.shop>.flex-around {
		max-width: 1580px;
	}
}

@media (max-width:1599px) {
	.shopbox .bread.bread_1 {
		top: 0;
	}
}

@media (max-width:1199px) {
	.deco5 {
		width: 155px;
		height: 152px;
		top: 9vw;
		left: calc(50% - 310px);
	}

	.flexslider {
		max-width: 100%;
	}

	.shopbox .bread:nth-of-type(2) {
		width: 60%;
	}

	.shopbox .bread:nth-of-type(1) {
		width: 55%;
		top: calc(72px + 8vw);
	}

	.shopbox .bread.bread_1 {
		top: 0;
	}

	.sub {
		position: relative;
		top: 0;
		right: 0;
		float: right;
		margin-right: 40px;
		margin-bottom: 20px;
		max-width: calc(100% - 80px);
	}

	.sub img {
		padding-top: 24px;
	}

	.deco1 {
		left: calc(50% - 46vw);
		max-width: 34vw;
		top: 106px;
		transform: rotate(-6deg);
	}

	.deco2 {
		top: 249px;
		left: 18px;
		max-width: 17vw;
	}

	.deco3 {
		top: 104px;
		right: calc(50% - 46vw);
		max-width: 25vw;
	}
}

@media (max-width: 999px) {
	.deco2 {
		top: 30vw;
	}

	.deco4 {
		max-width: 25vw;
		max-width: 17vw;
		right: 5vw;
	}

	.img_5days {
		margin-right: 8vw;
		max-width: 17vw;
	}

	section.date .flex-around {
		flex-flow: column-reverse;
		align-items: flex-end;
		max-width: 594px;
		margin: 0 auto 6px;
	}
}

@media (max-width: 900px) {
	.shopbox .bread:nth-of-type(2) {
		left: 14px;
	}

	.shopbox .bread:nth-of-type(1) {
		top: calc(72px + 11vw);
	}

	.shopbox .bread.bread_1 {
		/* margin-bottom: calc(32px - 26.3vw); */
		top: 0;
	}

	/* .shopbox .content {
		padding-top: 21vw;
	} */

	/* tbody tr td:nth-of-type(3)>a, */
	.map_after p>a {
		pointer-events: inherit;
		color: #8DC21F;
	}

	p>a:hover,
	tbody tr td:nth-of-type(3)>a:hover {
		opacity: .7;
	}

	.deco4 {
		top: 37vw;
	}

	section.date {
		margin: 28px 1em 36px;
	}

	section.date .flex-around {
		max-width: 480px;
	}

	.shopbox h3 {
		font-size: 17px;
		margin: 23px 0 8px;
		min-height: 36px;
	}

	.shopbox:not(:has(.cat)) h3 {
		margin: 8px 0;
	}

	.content,
	.address {
		font-size: 15px;
		line-height: 1.4;
	}

	td {
		padding: 6px;
	}

	td br {
		display: block;
	}

	td:nth-of-type(1) a {
		display: block;
		margin-left: 0;
		max-width: 70px;
		text-align: center;
	}

	#gotop {
		right: 12px;
	}

	.flex-direction-nav .flex-next,
	.flex-direction-nav .flex-prev {
		opacity: .7;
		width: 22px;
		height: 22px;
	}

	.flexslider:hover .flex-direction-nav .flex-next,
	.flex-direction-nav .flex-next {
		right: -3px;
	}

	.flexslider:hover .flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-prev {
		left: -8px;
	}

	.flex-direction-nav a:before {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.tabs {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}

	.tab_item {
		margin: 5px 4px !important;
		max-width: 30%;
		height: 36px;
		line-height: 36px;
		font-size: 20px;
	}

	.tab_content {
		width: 100%;
		padding: 10px 18px 20px;
		margin-top: 10px;
	}
}

@media (max-width: 600px) {

	a.instagram {
		font-size: 16px;
		padding: 5px 15px;
	}


	.deco5 {
		top: 85px;
		left: 10px;
	}

	.shopbox .bread:nth-of-type(2) {
		width: 70%;
		top: 66px;
		left: 10px;
	}

	.shopbox .bread:nth-of-type(1) {
		width: 65%;
		top: calc(84px + 17vw);
		right: 10px;
	}

	.shopbox .bread.bread_1 {
		/* margin-bottom: calc(16px - 36.5vw); */
		top: 0px;
	}

	/* .shopbox .content {
		padding-top: 30.5vw;
	} */

	.bread span {
		padding: 0px 1px;
	}

	.deco1 {
		top: 21vw;
		left: calc(50% - 51vw);
		max-width: 48vw;
	}

	.deco2 {
		top: 63vw;
		left: 3px;
		max-width: 21vw;
		transform: rotate(-23deg);
	}

	.deco3 {
		top: 21vw;
		right: calc(50% - 46vw);
		max-width: 32vw;
	}

	.deco4 {
		top: 70vw;
		right: 5vw;
		max-width: 24vw;
	}

	.img_main {
		min-height: 80vw;
		max-width: 88vw;
	}

	.img_main h1 {
		padding: 27vw 20px 13vw;
	}

	section.date {
		margin: 22px 1em;
	}

	.img_day {
		margin: 10px auto 0;
	}

	section.date h3 {
		margin-top: 24px;
		font-size: 18px;
	}

	/* section.date p {
        font-size: 28px;
        margin-top: 12px;
    } */

	section.map {
		height: 260px;
	}

	iframe {
		margin-top: -200px;
	}

	.shopbox {
		/* padding: 4px 10px 58px; */
		padding: 4px 10px 15px;
	}

	.shopbox h3 {
		font-size: 15px;
		margin: 23px 0 8px;
		min-height: 32px;
	}

	.shopbox:not(:has(.cat)) h3 {
		margin: 8px 0;
	}

	.shopbox h3 br {
		display: none;
	}

	.shopday {
		bottom: 16px;
		/* width: calc(100% - 22px); */
		width: 100%;
		/* flex-wrap: nowrap; */
		flex-wrap: wrap;
		position: unset;
		gap: 3px;
		border-top: 3px dotted #C9CACA;
	}

	.shopbox .content {
		font-size: 14px;
		line-height: 1.4;
	}

	.address {
		font-size: 12px;
	}

	.shopbox>p:last-of-type:not(.content) {
		margin-bottom: 24px;
	}

	.shopday img {
		/* width: calc((100% / 6) - 2.5px) !important;
		margin: 0 3px 0 0; */
		width: 30px !important;
		margin-right: 0;
	}

	tbody tr td:first-of-type {
		margin-bottom: 4px;
	}

	th {
		display: none;
	}

	td {
		display: block;
		padding: 2px !important;
		border: none;
		line-height: 1.2;
		text-align: left;
	}

	td br {
		display: none;
	}

	td:nth-of-type(1) a {
		display: none;
		/* display: inline-block;
        margin: 0 10px; */
	}

	tr td:nth-child(1) {
		font-weight: bold;
		font-size: 15px;
		padding-top: 10px !important;
	}

	/* tr td:nth-child(2),
    tr td:nth-child(3) {
        display: none;
    } */
	tr td:nth-child(2) {
		display: none;
	}

	tr td:nth-child(3) {
		padding-bottom: 10px !important;
		border-bottom: 1px solid #C9CACA;
		font-size: 14px;
	}

	tr td:nth-child(3)::before {
		content: "(出店時間：";
	}

	tr td:nth-child(3)::after {
		content: ")";
	}

	tr:last-child td:nth-child(3) {
		border: none;
		padding-bottom: 0 !important;
	}
}

@media (max-width: 424px) {

	.deco2,
	.deco4 {
		display: none;
	}

	.img_main {
		max-width: 100%;
	}

	.img_main h1 {
		padding: 30vw 20px 8vw;
	}

	.img_5days {
		display: none;
	}

	/* .shopbox>p:last-of-type:not(.content) {
		margin-bottom: 2px;
	} */
}

@media (max-width: 374px) {
	.content {
		min-height: inherit;
	}

	.address {
		font-size: 14px;
	}

	/* .shopbox>p:last-of-type:not(.content) {
		margin-bottom: 12px;
	} */

	.deco5 {
		top: 66px;
		left: 0px;
	}
}