@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap&subset=japanese');
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');

/* --------------------------------------------------------------------*/
/*　秋の手づくり市 -vol.4-　*/
/* --------------------------------------------------------------------*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul, ol, li {
  list-style: none;
}
img,video {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: 100%;
}

small,
.small {
  font-size: 75%;
  font-weight: 400;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }




/*　Section
--------------------------------------------------------------------*/
body,
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
#tezukuriichi {
  margin: 0;
  padding: 0;
}
#tezukuriichi section {
  padding: 20px 15px;
}
#title {
  background: url("/img/usr/category/tezukuriichi/2023autumn/bg_header.jpg") repeat center center;
  padding: 0 !important;
  color: #fff;
  text-align: center;
}
h2.overview {
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  padding: 0 0 .5em;
  line-height: 1.5;
}
h2.overview em {
  font-size: 22px;
  font-style: normal;
}
#tezukuriichi h3 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  padding: 0 0 1em;
  margin: 0;
  text-align: center;
}
.lead {
  color: #000;
  font-size: 13px;
  padding-top: 2em;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  #tezukuriichi section {
    padding: 50px 30px;
  }
  h2.overview {
    font-size: 20px;
  }
  h2.overview em {
    font-size: 36px;
  }
  #tezukuriichi h3 {
    font-size: 36px;
  }
  .lead {
    font-size: 16px;
  }
}
  
.btn-jump {
}
.btn-jump li a {
	display: block;
	background: #777;
	color: #fff;
  font-size: 0.875em;
  text-decoration: none;
	text-align: center;
	padding: .75em 0;
}
.btn-jump li a:hover {
  color: #000;
	background: #ff0;
}
.btn-jump li a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}
.bg_both {
  background: #e9f3f3;
}
.bg_saturday {
  background: #f4eaf3;
}
.bg_sunday {
  background: #eaeaf4;
}
.bg_food {
  background: #f4f4e8;
}

@media print, screen and (min-width: 768px) {
  .btn-jump li a {
    font-size: 1em;
  }
}


/*　Exhibitors
--------------------------------------------------------------------*/
.shop-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.shop-list li {
  position: relative;
  margin: 0 7.5px 15px;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
	background: #fff;
}

@media print, screen and (min-width: 576px) {
  .shop-list li {
    -ms-flex: 0 0 calc(33.333333% - 15px);
    flex: 0 0 calc(33.333333% - 15px);
    max-width: calc(33.333333% - 15px);
  }
}

@media print, screen and (min-width: 768px) {
  .shop-list {
    margin: 0 -15px;
  }
  .shop-list li {
    margin: 0 15px 30px;
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}

@media print, screen and (min-width: 992px) {
  .shop-list li {
    -ms-flex: 0 0 calc(16.666667% - 30px);
    flex: 0 0 calc(16.666667% - 30px);
    max-width: calc(16.666667% - 30px);
  }
}

@media print, screen and (min-width: 1200px) {
}


.shop-list li a {
	display: block;
	background: #fff;
  color: #000;
	text-decoration: none;
}
.shop-list li a:hover {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}
.shop-list li img {
  margin-bottom: 10px;
}
.shop-list li span {
  display: block;
  padding: .3em 1em;
  line-height: 1.3;
  text-align: center;
}
.shop-list li .name {
  height: 3em;
  font-size: 16px;
}
.shop-list li .category {
  height: 4em;
  color: #666;
  font-size: 13px;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


/*　Access
--------------------------------------------------------------------*/

.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.access {
}
.access li {
  margin-bottom: .5em;
}
.access li::before {
	content: "\f0da";
  color: #999;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .3em;
}


/*　Decolation
--------------------------------------------------------------------*/

/* Text */
p {
	margin-bottom: 0.5em;
}
.txt-14 {
	font-size: 14px;
	/* font-size: 1.4rem; */
}
.txt-18 {
	font-size: 18px;
	/* font-size: 1.8rem; */
}
.txt-20 {
	font-size: 20px;
	/* font-size: 2rem; */
}
.txt-24 {
	font-size: 24px;
	/* font-size: 2.4rem; */
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.br-mb {
}
.font-default {
  font-family: inherit;
}

@media print, screen and (min-width: 768px) {
	.txt-pc-center {
		text-align: center;
	}
	.br-mb {
		display: none;
	}
}

/* Btn */
.btn-instagram {
	display: block;
  width: 120px;
  height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #777;
	color: #fff;
  line-height: 1.2;
	text-align: center;
	padding: 30px 0 0;
  margin: 0 auto;
}
.btn-instagram:hover {
  color: #000;
	background: #ff0;
  text-decoration: none;
}
.btn-instagram span {
  display: block;
	font-size: 14px;
}
.btn-instagram i {
	font-size: 36px;
}


/* Table */
.table {
	border: 3px solid #999;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 20px auto;
}
.table thead {
	border-bottom: 2px solid #999;
}
.table th,
.table td {
	min-height: 20px;
	padding: 0.5em 0.8em;
	border: 1px solid #999;
	text-align: center;
}
.table thead {
	
}
.table tbody {
	
}


