@charset "utf-8";

.pageheader{
	background-image:url(../img/pageheader.jpg);
}

.fair_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    max-width: 1166px;
    margin: 100px auto 0;
    width: 100%;
  }
  .fair_list > li {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 50px;
  }
  
  .fair_item {
    display: flex;
    width: 100%;
    align-items: center;
  }
  
  .fair_item > a,
  .fair_item picture {
    display: block;
  }
  .fair_item picture {
    width: 360px;
  }
  .fair_item picture img {
    display: block;
    aspect-ratio: 360 / 240;
    object-fit: cover;
  }
  
  .fair_item .exp {
    flex: 1;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .fair_item h3 {
    font-size: 2rem;
    margin-bottom: 12px;
    color: #597680;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
  .fair_item h3 a {
    color: inherit;
    font-size: inherit;
  }
  
  .fair_item .meta {
    font-size: 1rem;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .fair_item .meta h4 {
    font-size: 1.2rem;
    width: 80px;
    font-weight: normal;
  }
  .fair_item .meta p {
    width: calc(100% - 80px);
    font-size: 1.2rem;
  }
  
  .fair_item .dates {
    margin-bottom: 8px;
  }
  
  .fair_item .shop_name {
    margin-bottom: 8px;
  }
  
  .fair_item .general {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 18px;
  }
  
  .fair_item .more {
    margin-top: auto;
  }
  
  .fair_item .more a {
    background: url(../../common/img/arrow_blue.png) right 1rem center no-repeat;
    background-size: 1rem;
    display: block;
    width: 80%;
    max-width: 180px;
    border: 1px solid #bbb;
    padding: 1rem;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1;
    color: #888;
  }




/* フェア詳細 */
.contents_wrap {
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    align-items: flex-start;
}

.contents_wrap {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.contents_wrap .sidebar {
    width: 200px;
    margin-right: 100px;
    position: sticky;
    top: 100px;
}
.contents_wrap .sidebar ul li {
	margin-bottom: 10px;
}
.contents_wrap .sidebar ul li a {
	font-size: 1.2rem;
	color: #CCCCCC;
	transition: all .2s;
	display: block;
}
.contents_wrap .sidebar ul li a.current {
    color: #597680;
}
.contents_wrap .main_contents {
    width: calc(100% - 300px);
}

.main_contents .fair_title {
    font-size: 2.4rem;
    /* margin-bottom: 20px; */
    font-weight: normal;
    color: #597680;
    /* padding-bottom: 20px; */
}
.mainphoto img {
    width: 100%;
}

.datetime {
    margin: 40px 0;
}
.datetime li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
}
.datetime h3 {
    font-size: 1.2rem;
    font-weight: normal;
    width: 80px;
}
.datetime p {
    font-size: 1.2rem;
    width: calc(100% - 80px);
}
.overview h4 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.overview .general {
    font-size: 1.3rem;
    line-height: 2em;
}

.main_contents .section {
    padding-top: 40px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 80px;
}
.main_contents .section:before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #597680;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.main_contents .section:after {
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    background-color: #DDDDDD;
    position: absolute;
    top: 0;
    left: 30px;
}

/*================================
	Schedules
================================*/
main .schedules {
	margin: 3rem auto 40px auto;
	/* padding: 6rem; */
	background-color: #fff;
	max-width: 1000px;
}
main .schedules h2 {
	/* margin-bottom: 50px; */
	/* text-align: center; */
	/* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
	/* font-size: 1.6rem; */
	/* font-weight: normal; */
	/* color: #597681; */
}
/*----------------------------------------
	日程
------------------------------------------*/
main .schedules .day {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	border-top: 1px solid #D4D3C5;
}
main .schedules .day:last-of-type {
	border-bottom: 1px solid #D4D3C5;
}
main .schedules .day h3 {
	width: 30%;
	text-align: center;
	font-size: 1.4rem;
}
main .schedules .day .timelist {
	width: 70%;
	border-left: 1px solid #D4D3C5;
}
main .schedules .day .timelist tr:not(:last-of-type) th, main .schedules .day .timelist tr:not(:last-of-type) td {
	border-bottom: 1px dotted #D4D3C5;
}
main .schedules .day .timelist th, main .schedules .day .timelist td {
	vertical-align: middle;
}
main .schedules .day .timelist th {
	width: 30%;
	border-right: 1px solid #D4D3C5;
	padding: 1.5rem 2rem;
	text-align: center;
}
main .schedules .day .timelist td {
	width: 70%;
	padding: 1.5rem 0 1.5rem 1.5rem;
}
main .schedules .day tr:not(.close) td p {
	float: left;
	margin-top: 1.5rem;
}
main .schedules .day td a {
	display: block;
	float: right;
	width: 63.5%;
	background: #597681;
	padding: 1.5rem 1rem;
	text-align: center;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
main .schedules .day tr:not(.close) td p::before {
	margin-right: .5em;
}
main .schedules .day tr.open td p::before {
	content: "〇";
}
main .schedules .day tr.few td p::before {
	content: "△";
}
main .schedules .day tr.close td p {
	background: #f1f2f4;
	padding: 1rem;
	text-align: center;
	font-size: 1.1rem;
	position: relative;
}
main .schedules .day tr.close td p::before {
	content: "\f095";/*TEL*/
	font-family: FontAwesome;
	font-size: 2rem;
	color: #597681;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
main .schedules .day tr.close td p span {
	display: inline-block;
	margin-left: .5em;
	font-size: 1.3rem;
	font-family: 'Cinzel', serif;
}
main .schedules .day tr.close td p span em {
	font-size: 1.6rem;
}
.e-item-button {
	background: #fff url(../../common/img/arrow_blue_reverse.png) left 1rem center no-repeat;
	background-size: 1rem;
	color: #444;
	text-align: center;
	width: 245px;
	padding: 8px 0;
	border: 1px solid #cccccc;
	transition: .4s;
	margin: 0 auto;
	display: block;
}
.section .sec_title {
	font-size: 1.8rem;
	font-weight: normal;
	color: #597680;
	margin-bottom: 20px;
}
.section .photo_inner {
  display: flex;
  margin-bottom: 30px;
}
.section .inner .photo_wrap {
	width: 360px;
  margin-right: 40px;
}
.section .inner .text_wrap {
	flex: 1;
}
.section p {
  font-size: 1.2rem;
  line-height: 2em;
}

.section .img_wrap {
	margin-bottom: 30px;
	margin-top: 30px;
}
.section .slider_wrap {
	margin-bottom: 30px;
}
.section .slider .item {
  margin: 0 10px;
}
.section .slider .item .caption {
  margin-top: 10px;
  font-size: 1.3rem;
}

.section .map iframe {
  width: 100%;
  height: 400px;
}
.section .info {
	margin-bottom: 30px;
}
.section .info table {
  width: 100%;
  margin-top: 40px;
}
.section .info table th {
  width: 95px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 5px 0;
  vertical-align: top;
}
.section .info table td {
  width: calc(100% - 95px);
  font-size: 1.3rem;
  padding: 5px 0;
  vertical-align: top;
}
.section .faq_list {
	margin-bottom: 30px;
}
.section .faq_list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.section .faq_list li .q {
  font-size: 1.6rem;
  font-weight: normal;
  color: #597680;
  /* margin-bottom: 10px; */
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  padding-right: 25px;
}
.section .faq_list li .q::before {
  content: 'Q';
  width: 10px;
  height: 10px;
  position: absolute;
  font-size: 1.6rem;
  color: #597680;
  top: 0;
  left: 0;
}
.section .faq_list li .q .btn_toggle {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  right: 0;
  border: none;
  background: #597680;
  cursor: pointer;
  border-radius: 100%;
}
.section .faq_list li .q .btn_toggle::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  bottom: 0;
  margin: auto;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.section .faq_list li .q .btn_toggle.open::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
  top: 3px;
}
.section .faq_list li .answer {
  display: none;
  padding-top: 15px;
}


@media screen and (max-width: 736px) {
    .fair_list {
        margin-top: 50px;
        padding: 0 20px;
    }
    .fair_item {
        flex-direction: column;
    }
    .fair_item picture {
        width: 100%;
    }
    .fair_item .exp {
        padding: 0 0px;
        margin-top: 20px;
    }
    .contents_wrap {
      flex-direction: column;
    }
    .contents_wrap .sidebar {
      width: 100%;
      margin-right: 0;
      position: static;
      margin-bottom: 40px;
      padding: 15px 20px 10px;
      background: #F0F2F4;
      margin-top: 20px;
      margin-left: auto;
    }
    .contents_wrap .main_contents {
      width: 100%;
    }
    .section .photo_inner {
      flex-direction: column;
    }
    .section .inner .text_wrap {
      /* margin-top: 20px; */
    }
    .section .inner .photo_wrap {
      width: 100%;
      margin-bottom: 20px;
    }

    main {
      overflow: hidden;
    }
	.main_contents .fair_title {
		font-size: 20px;
	}
    .section .sec_title {
      font-size: 1.6rem;
    }
    .section .slider {
      padding: 0 60px;
    }
    .section .slider .item {
      margin: 0 5px;
    }
    .section .slider .slick-list {
      overflow: visible;
    }

    main .schedules {
      margin-top: 2rem;
      padding: 3rem 0;
      background-color: #fff;
      margin-bottom: 20px;
    }
    main .schedules h2 {
      margin-bottom: 2rem;
      text-align: center;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.5rem;
      font-weight: normal;
      color: #597681;
    }
    /*----------------------------------------
      日程
    ------------------------------------------*/
    main .schedules .day {
      display: flex;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      border-top: 1px solid #D4D3C5;
    }
    main .schedules .day:last-of-type {
      border-bottom: 1px solid #D4D3C5;
    }
    main .schedules .day h3 {
      /* display: none; */
      font-size: 1rem;
      width: 80px;
    }
    main .schedules .day .timelist {
      width: calc(100% - 80px);
    }
    main .schedules .day .timelist tr:not(:last-of-type) th, main .schedules .day .timelist tr:not(:last-of-type) td {
      border-bottom: 1px dotted #D4D3C5;
      /* width: 100%; */
      font-size: 1rem;
      /* padding: 10px 0; */
    }
    main .schedules .day .timelist th, main .schedules .day .timelist td {
      vertical-align: middle;
    }
    main .schedules .day .timelist th {
      width: 15%;
      border-right: 1px solid #D4D3C5;
      padding: 1.5rem 2rem;
      text-align: center;
      vertical-align: middle;
      font-size: 1rem;
    }
    main .schedules .day .timelist td {
      width: 100%;
      padding: 10px 0 10px 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    main .schedules .day tr:not(.close) td p {
      /* float: left; */
      /* margin-top: 1.5rem; */
      white-space: nowrap;
      margin-right: 10px;
      margin: 0;
      /* margin-right: 24px; */
      font-size: 1rem;
    }
    main .schedules .day td a {
      display: block;
      float: right;
      width: 7em;
      background: #597681;
      padding: 1.5rem 1rem;
      text-align: center;
      line-height: 1;
      color: #fff;
      text-decoration: none;
      white-space: nowrap;
      font-size: 1rem;
    }
    main .schedules .day tr:not(.close) td p::before {
      margin-right: .5em;
    }
    main .schedules .day tr.open td p::before {
      content: "〇";
    }
    main .schedules .day tr.few td p::before {
      content: "△";
    }
    main .schedules .day tr.close td p {
      background: #f1f2f4;
      padding: 1rem;
      text-align: left;
      font-size: 1.1rem;
      position: relative;
      padding-left: 36px;
    }
    main .schedules .day tr.close td p::before {
      content: "\f095"; /*TEL*/
      font-family: FontAwesome;
      font-size: 2rem;
      color: #597681;
      position: absolute;
      left: 1.5rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    main .schedules .day tr.close td p span {
      display: inline-block;
      margin-left: .5em;
      font-size: 1rem;
      font-family: 'Cinzel', serif;
    }
    main .schedules .day tr.close td p span em {
      font-size: 1.2rem;
    }
    .e-item-button {
      background: #fff url(../../common/img/arrow_blue_reverse.png) left 1rem center no-repeat;
      background-size: 1rem;
      color: #444;
      text-align: center;
      width: 90%;
      padding: 24px 0;
      border: 1px solid #cccccc;
      transition: .4s;
      margin: 0 auto;
      display: block;
    }

    .contents_wrap .sidebar ul li a {
      color: #000;
    }
	.contents_wrap .sidebar ul li a.current {
		color: #000;
	}
  
}