@charset "utf-8";
@import url(style.css) screen and (min-width: 769px); /* 769以上 */
/*@import url(tablet.css) screen and (max-width: 768px); 768以下 */
@import url(tablet_a.css) screen and (max-width: 768px); /* 768以下 */
@import url(smart.css) screen and (max-width: 420px); /* 420以下 */
* {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}
a {
  color: #1a0dab;
}
a:hover {
  color: #1a0dab;
  text-decoration: none;
}
a.arrow::before { /*a-link 先頭三角マーク付き*/
  content: url(/common/imgs/bg_linkarrow.gif);
  vertical-align: 15%;
  padding-right: 5px;
}
span.arrow_span { /*span 先頭三角マーク付き*/
  background: url(/common/imgs/bg_linkarrow.gif) no-repeat 0 center;
  padding-left:10px;
}
.red { /*赤文字対応用*/
  color: #d00101;
}
.close { /*s終了文言用*/
	color: #d00101;
	font-weight: 600;
	padding-left: 1em;
}
/* clearfix-clear */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear: both
}
/* body-wrapper-footer */
body {
  color: #333;
	background: #f6fce6 url(/common/imgs/bg_header.gif) repeat-x;
}
/*body a { /*a-link アンダーライン設定用
    text-decoration-thickness: 1px; /*a-link アンダーラインの太さ
    text-underline-offset: 3px; /*a-link アンダーラインの距離
}*/
#wrapper {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	line-height: 1.4;
}
/* section */
section {
	margin-bottom: 20px;
}
section 
h3 {
	font-size: 1rem;
	display: inline-block;
  margin-bottom: .7rem;
  padding: 5px 15px 3px;
  color: #5f6739;
	letter-spacing: 3px;
}
#lead h3 {
	font-size: 1.2rem;
	padding: 5px 15px 3px 0;
}
#exhibit h3 {
	color: #fff;
}
#forefront h3 {
	background-color: #b8d33a;
}
#forefront h3 {
	background-color: #b8d33a;
}
#event h3 {
	background-color: #1da09e;
	color: #fff;
}
#shop h3 {
	background-color: #b8d33a;
}
h4.exhi-title,
h4.event-title,
#forefront h4 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: .7rem;
}
h4.exhi-title {
	color: #0b5d14;
}
h4.event-title {
	color: #0d5a9b;
}
#forefront h4,
#exhibit h4,
#cultivation h4,
#enjoys h4,
#enjoys h4 {
	font-size: 1.2rem;
	border-bottom: 1px dotted #663772;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#forefront h4 {
	color: #663772;
}
#exhibit h4 {
	color: #0d5a9b;
}
#cultivation h4 {
	color: #3b5d0b
}
#enjoys h4 {
	color: #933392;
}
#forefront dl strong {
	color: #663772;
}
#event dl strong {
	color: #0d5a9b;
}
h4.exhi-title span,
h4.event-title span,
#forefront h4 span {
	font-size: 1.1rem;
}
h4.sub-exhi-title {
	font-size: 1.2rem;
	margin-bottom: .5rem;
	color: #3b5d0b;
	border-bottom: 1px dotted #3b5d0b;
}
h4.sub-exhi-title span {
	font-size: 1rem;
}
/* inner rayout */
.inner {
	border: 1px solid #b9c4b3;
	border-radius: 3px;
	margin: 0 0 1rem;
	padding: 15px;
}
.inner::first-child p {
	margin-top: 5rem;
}
.inner_photo {
	margin: 1rem 0 .7rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_photo .photo_box {
	width: 49%;
}
.inner_photo .photo_box img {
	width: 100%;
}
.inner_dlist {
	margin: 1rem 0 0 0;
	border: 1px solid #b9c4b3;
	border-radius: 3px;
	padding: 10px;
	background-color: #fcfcfc;
}
.inner_dlist dt {
	font-weight: 600;
	color: #3b5d0b;
}
.inner_dlist dd {
	 margin: .3rem 0 .7rem;
}
.innner-s {
	margin: 1rem 0 0 0;
	background: #fff;
	border: 1px solid #b9c4b3;
	border-radius: 3px;
	padding: 10px;
	font-size: .9rem;
}
/* p */
.inner p {
	margin-bottom: .4rem;
}
p.bump {
  text-indent: 1em;
  margin-bottom: .5em;
}
/* チラシダウンロード　共通 */
#flyerDL a,
#flyerDL2 a{
	background-color: #d4ea96;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 10px;
}
#flyerDL a {
  background-image: url(../images/flyerBG_off.png);
}
#flyerDL2 a {
  background-image: url(../images/flyerBG2_off.png);
}
#flyerDL a:hover {
	background-color: #e2eec1;
  background-image: url(../images/flyerBG_on.png);
}
#flyerDL2 a:hover {
	background-color: #e2eec1;
  background-image: url(../images/flyerBG2_on.png);
}
#flyerDL a img,
#flyerDL2 a img {
	position: absolute;
	top: 10px;
	left: 10px;
}
#flyerDL a p,
#flyerDL2 a p {
  position: absolute;
}
/* access */
ul.access_txt {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.access_txt li {
  margin: 0 0 0.1em 5px;
  line-height: 1.4;
}
/* footer */
#footer .footer_in {
  position: relative;
  background: #778b0f;
  margin: 40px auto 0;
}
a#kahakutop_footer,
a#tsukubatop_footer {
	height: 0;
	overflow: hidden;
  border-bottom: none;
}
a#kahakutop_footer {
	background: url(../images/kahaku_footer_top-WH.svg) no-repeat;
}
a#tsukubatop_footer {
	background: url(/event/imgs/logo_tbg.svg) no-repeat;
}
.totop a {
  display: block;
  background: #778b0f url(../images/btn_totop-WH.svg) no-repeat 11px 11px;
  background-size: 80%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  width: 100px;
  height: 0;
  padding: 35px 5px 0px 28px;
  position: absolute;
  right: 10px;
  top: -35px;
  overflow: hidden;
  font-size: 0px;
}
.cr {
	clear: both;
	font-size: 75%;
	color: #fff;
}
.cr span {
	font-size: 1em;
}
/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table01,
.table02 {
	width: 100%;
  margin: 5px 0 0;
	border-top: 1px solid #b9c4b3;
	border-left: 1px solid #b9c4b3;
}
.table01 th,
.table01 td,
.table02 th,
.table02 td {
	border-bottom: 1px solid #b9c4b3;
	border-right: 1px solid #b9c4b3;
	padding: 5px;
}
.table01 td,
.table02 td {
	background: #fff;
}
.table01 th,
.table02 th {
    text-align: center;
    color: #333;
    background-color: #f1f5ef;
}
.table01 th {
	font-weight: 600;
	color: #5f6838;
}
.table01 td {
	padding-left: 10px;
}
.table01 thead th {
	font-weight: 600;
	background: #dcdcdc;
	border-bottom: 1px solid #b9c4b3;
	padding-top: 7px;
	color: #fff;
}
.table01 td .table02 {
	border-top: 1px solid #b9c4b3;
	border-left: 1px solid #b9c4b3;
}
.table02 th {
	background: #5f6838;
	border-top: 1px solid #b9c4b3;
	color: #fff;
}
.table01 tr td ul {
    list-style: none;
    margin-left: -3em;
}
/* map */
.map img {
	width: 100%;
}
a.map:hover img {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
p.cap {
	font-size: 0.85em;
}
#linkto-access {
	margin: .5rem 0;
}
h2 {
	background-image: url(../images/TTL.svg);
	background-repeat: no-repeat;
	padding-left: 1.5rem;
	filter: invert(40%) sepia(28%) saturate(688%) hue-rotate(30deg) brightness(85%) contrast(81%);
	margin-bottom: .5em;
}
p span.demand {
	padding: 2px 10px;
  background: #eb6702;
	color: #fff;
  border-radius: 4px;
  margin-right: .5em;
}
span.txt_bold {
	font-weight: 600;
}
.comment {
	margin: 1em 0 0;
}
.comment h4#day {
	font-size: 1.1em;
	color: #5f6838;
	margin-bottom: .5em;
}