@charset "UTF-8";

/* reset
----------------------------------------------------*/

h1,h2,h3,h4,h5,h6,
p,
ul,ol,li,dl,dt,dd,
img,
figure, figcaption, 
form {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  font-weight: normal;
  border: 0;
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
  font-size: 75%; /* IE */
  font-family: sans-serif;
}

html>/**/body div#elStyle {
  font-size: 16px; /* Except IE */}

#contentAreaInner {
  background: url("../img/gifu_fair_bg.png"), -moz-linear-gradient(top, #9ecc82, #abd591);
  background: url("../img/gifu_fair_bg.png"), -webkit-linear-gradient(top, #9ecc82, #abd591);
  background: url("../img/gifu_fair_bg.png"), -ms-linear-gradient(top, #9ecc82, #abd591);
  background: url("../img/gifu_fair_bg.png"), linear-gradient(top, #9ecc82, #abd591);
  background-position: 50% 0%;
  background-attachment: fixed;
  background-size: 1595px;
  padding-bottom: 100px;
}

/*----------------------------------------------------*/

#gifu_fair {
  width: 800px;
  margin: 0 auto;
  font-size: 16px;
  position: relative;
}
#gifu_fair img {
  image-rendering: -webkit-optimize-contrast;
/*
  image-rendering: auto;
*/
}
#gifu_fair ul.caut {
  width: 740px;
  text-align: left;
  margin: 30px auto 0;
}
#gifu_fair ul.caut li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 0.2em;
}
#gifu_fair .gifu_fair_inr {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 20px;
}
#gifu_fair .gifu_fair_title {
  margin-bottom: 40px;
}
#gifu_fair .ttl_inr {
  background: #168b37;
  border-radius: 15px;
  margin-bottom: 30px;
}
#gifu_fair h3 {
  display: inline-block;
  width: 98.3%;
  border: solid 3px #fff;
  margin: 3px;
  border-radius: 12.5px;
  padding: 10px 0;
}
#gifu_fair .gifu_fair_date {
  box-sizing: border-box;
  width: 760px;
  margin: 30px auto 0;
  line-height: 0;
}
#gifu_fair .gifu_fair_date .ttl_inr {
  margin-bottom: 0;
}
#gifu_fair .gifu_fair_date p {
  padding: 15px 0 0;
  text-align: center;
}
#gifu_fair .gifu_fair_date p img {
  height: 39px;
  width: auto;
}

#gifu_fair .gifu_fair_navi {
  width: 760px;
  margin: 50px auto ;
  display: flex;
  justify-content: space-between;
}
#gifu_fair .gifu_fair_navi li {
  width: 370px;
}

#gifu_fair .gifu_fair_items {
  position: relative;
}
#gifu_fair .gifu_fair_items::before {
  width: 760px;
  height: 14px;
  background: url("../img/gifu_fair_items_hr.png") no-repeat;
  background-size: 760px;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#gifu_fair .gifu_fair_items {
  padding-bottom: 0;
  width: 760px;
  margin: 0 auto 50px;
}
#gifu_fair .gifu_fair_items h3 {
  padding: 60px 0 30px;
}
#gifu_fair .gifu_fair_items .gifu_fair_limit {
  width: 183px;
  position: absolute;
  top: 45px;
  left: 0;
}
#gifu_fair .gifu_fair_items.meetset {
  margin: 0 auto 40px;
}
#gifu_fair .gifu_fair_items.quocard {
  padding-bottom: 64px;
}
#gifu_fair .gifu_fair_items.quocard h3 {
  padding: 60px 0 30px 20px;
}
#gifu_fair .gifu_fair_items.quocard::after {
  width: 760px;
  height: 14px;
  background: url("../img/gifu_fair_items_hr.png") no-repeat;
  background-size: 760px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}



#gifu_fair .gifu_fair_flow {
  width: 760px;
  margin: 0 auto 50px;
}
#gifu_fair .gifu_fair_flow ol {
  display: flex;
  justify-content: space-between;
  width: 740px;
  margin: 10px auto 0;
}
#gifu_fair .gifu_fair_flow ol li {
  box-sizing: border-box;
  width: 244px;
  margin: 0 auto 0;
  padding: 60px 0 10px;
  border: 4px solid #e2edba;
  border-radius: 10px;
  position: relative;
}
#gifu_fair .gifu_fair_flow ol li:nth-child(1)::before {
  content: "";
  width: 90px;
  height: 32px;
  background: url("../img/gifu_fair_flowstep1.png") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 10px;
  left: calc(50% - 45px);
}
#gifu_fair .gifu_fair_flow ol li:nth-child(2)::before {
  content: "";
  width: 96px;
  height: 31px;
  background: url("../img/gifu_fair_flowstep2.png") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 10px;
  left: calc(50% - 48.5px);
}
#gifu_fair .gifu_fair_flow ol li:nth-child(3)::before {
  content: "";
  width: 96px;
  height: 32px;
  background: url("../img/gifu_fair_flowstep3.png") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 10px;
  left: calc(50% - 48.5px);
}
#gifu_fair .gifu_fair_flow ol li:nth-child(1)::after,
#gifu_fair .gifu_fair_flow ol li:nth-child(2)::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/gifu_fair_flowstepdeco.png") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 42%;
  right: -21px;
  z-index: 1;
}
#gifu_fair .gifu_fair_flow ol li figure img {
  height: 159px;
  width: auto;
}
#gifu_fair .gifu_fair_flow ol li figcaption {
  padding: 10px;
  text-align: left;
}
#gifu_fair .gifu_fair_flow ol li figcaption span {
  display: block;
}
#gifu_fair .gifu_fair_flow .gifu_fair_btn_entry {
  width: 590px;
  margin: 30px auto 10px;
}

#gifu_fair .gifu_fair_itemlist {
  width: 760px;
  margin: 0 auto 50px;
}
#gifu_fair .gifu_fair_itemlist .pop {
  margin: 20px auto 0;
}
#gifu_fair .gifu_fair_itemlist .item_bx {
  border: solid 4px #e2edba;
  border-radius: 10px;
  width: 740px;
  margin: 40px auto;
  box-sizing: border-box;
  padding: 20px 0 0;
}
#gifu_fair .gifu_fair_itemlist .item_bx ul.caut {
  width: 700px;
  margin-bottom: 30px;
}
#gifu_fair .gifu_fair_itemlist ul.lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 730px;
  margin: 20px auto 0;
}
#gifu_fair .gifu_fair_itemlist ul.lst li {
  display: flex;
  flex-direction: column;
  width: 243px;
  margin-top: 20px;
}
#gifu_fair .gifu_fair_itemlist ul.lst li figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 230px;
}
#gifu_fair .gifu_fair_itemlist ul.lst li figcaption {
  padding: 10px;
  font-size: 14.9px;
  line-height: 1.3;
  font-weight: bold;
  white-space: nowrap;
}
#gifu_fair .gifu_fair_itemlist ul.lst li:nth-child(14) figcaption {
  margin: 0 -13px 0 -18px;
}
#gifu_fair .gifu_fair_itemlist ul.lst li:nth-child(15) figcaption {
  margin: 0 -13px 0 -15px;
}
#gifu_fair .gifu_fair_itemlist ul.lst li figcaption span {
  display: block;
  margin-top: 10px;
  font-size: 0.95em;
  font-weight: normal;
}



#gifu_fair .tx {
  width: 760px;
  margin: 0 auto 25px;
}
#gifu_fair .tx details {
  display: block;
}
#gifu_fair .tx p {
  margin: 20px auto 0;
  text-align: left;
  width: 740px;
}
#gifu_fair .tx p.caut {
  margin: 5px auto 0;
}
#gifu_fair .tx strong {
  display: block;
  font-feature-settings: "palt";
}
#gifu_fair .tx ul.caut {
  margin: 5px auto 0;
}
#gifu_fair .tx ul.caut li a {
  color: #e60012;
  text-decoration: none;
  font-weight: 500;
}
summary {
  display: block;
  list-style: none;
  position: relative;
  cursor: pointer;
}
summary:focus {
  outline: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  width: 21px;
  height: 13px;
  content: '';
  background: url(../img/gifu_fair_tx.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: transform 0.5s;
}
details[open] summary::after {
  transform: translateY(-50%) rotate(-180deg);
}
details[open] .answer {
  animation: fadein 0.5s ease;
}
body, p {
  margin: 0;
}
details {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
details:first-of-type {
  margin-top: 30px;
}



#gifu_fair .gifu_fair_contact {
  box-sizing: border-box;
  width: 800px;
  margin: 30px auto 0;
  border: 4px solid #168b37;
  border-radius: 20px;
  background: #fff;
  padding-bottom: 30px;
  line-height: 0;
}
#gifu_fair .gifu_fair_contact h3 {
  background: #168b37;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 15px;
  width: 100%;
  margin: 0;
  border: none;
}
#gifu_fair .gifu_fair_contact h3 img {
  height: 29px;
  width: auto;
}
#gifu_fair .gifu_fair_contact p.contact_nm {
  width: 720px;
  margin: 27px auto 0;
  padding: 0;
}
#gifu_fair .gifu_fair_contact p.contact_tel {
  margin: 23px auto 0;
}
#gifu_fair .gifu_fair_contact p.contact_date {
  margin: 24px auto 0;
}

#gifu_fair .pagetop {
  width: 80px;
  padding: 0;
  right: calc(50% - 400px);
  line-height: 0
}
#gifu_fair .hv {
  transition: .5s;
}
#gifu_fair .hv:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

