@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.7.1/css/all.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

/*--------------------------------------------------------------------*/
/* 復刻本 */
/*--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/
.fukkoku-wrap {
	background: #fff;
  padding: 20px 0;
}

@media print, screen and (min-width:1230px){
	.fukkoku-wrap {
		margin: 0 auto;
	}
}

.block-category-list--event h2 {
  display: none;
}


/* header
--------------------------------------------------------------------*/
.fukkoku-header {
}
.fukkoku-header h1 {
	text-align: center;
	margin: 0 0 20px 0;
}




/* Guide
--------------------------------------------------------------------*/
.fukkoku-guide h3 {
  font-size: 1.5em;
  text-align: center;
  padding: 0 0 1em;
}
.fukkoku-guide h4 {
  display: inline-block;
  background: #495581;
  color: #fff;
  line-height: 1;
  padding: .5em 1em;
  margin: 2em 0 1em;
}
.fukkoku-attention {
	margin: 10px 0 0 20px;
}

.fukkoku-attention li {
	list-style-type: disc;
}

