/*===============================================================================
共通
===============================================================================*/
ul, ul li, ol, ol li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
ul.list, ol.list {
	margin-bottom: 20px;
}
ul.list li, ol.list li {
	margin-bottom: 10px;
}
a {
	color: #855959;
}
a:hover {
	color: #60b35f;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#link01 {
	margin-top: -100px;
	padding-top: 100px;
}
article {
	margin-top: 140px;
	color: #000;
	line-height: 2em;
}
article .container {
	padding: 40px 0px;
}
article .container p {
	text-indent : 1em;
}
article .container p.indentnone {
	text-indent : 0em;
}
article .container h2.tit01 {
	color: #000000;
	font-size: 23px;
	line-height: 24px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
	background: url(../img/border01.png) center bottom no-repeat;
}
article .container h2.tit01 span {
	color: #60b35f;
	font-size: 12px;
	line-height: 24px;
}
article .container h2.tit02 {
	text-align: center;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}
article .container h2.tit02 img {
	margin-right: 5px;
	vertical-align: middle;
}
article .btn01, article .btn02 {
	text-align: center;
}
article .btn01 a {
	display: inline-block;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	background-color: #fff;
	border: solid 1px #60b35f;
	padding: 3px 40px 3px 20px;
	font-size: 16px;
	color: #4f934e;
	position: relative;
}
article .btn01 a:after {
	content: " \f061";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
}
article .btn01 a:hover {
	background: #569d55;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
article .btn02 a {
	display: inline-block;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	background-color: #60b35f;
	border: solid 1px #60b35f;
	padding: 3px 40px 3px 20px;
	font-size: 16px;
	color: #fff;
	position: relative;
}
article .btn02 a:after {
	content: " \f061";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
}
article .btn02 a:hover {
	background: #fff;
	color: #569d55;
	border: solid 1px #569d55;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.bk_gray {
	background-color: rgba(245, 244, 243, 0.7);
}
/*インフォメーション*/
.info {
	border-top: solid 2px #60b35f;
	margin: 0px auto;
	max-width: 730px;
}
.info dl {
	padding: 15px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.info dl.even {
	background: #F8F7F7;
}
.info dl dt {
	width: 30%;
	color: #60b35f;
	font-size: 14px;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.info dl dt span {
	width: 60%;
}
.info dl dt span.kansai {
	background-color: #eb8e81;
	color: #FFF;
	letter-spacing: 5px;
	font-size: 12px;
	width: 65px;
	height: 24px;
	padding-top: 3px;
	padding-left: 5px;
	margin-right: 10px;
	text-align: center;
}
.info dl dt span.kantou {
	background-color: #76b7d7;
	color: #FFF;
	letter-spacing: 5px;
	font-size: 12px;
	width: 65px;
	height: 24px;
	padding-top: 3px;
	padding-left: 5px;
	margin-right: 10px;
	text-align: center;
}
.info dl dt span.icon_red {
	background-color: #eb8e81;
	color: #FFF;
	font-size: 12px;
	width: 95px;
	height: 24px;
	padding-top: 3px;
	margin-right: 10px;
	text-align: center;
}
.info dl dt span.icon_blue {
	background-color: #76b7d7;
	color: #FFF;
	font-size: 12px;
	width: 95px;
	height: 24px;
	padding-top: 3px;
	margin-right: 10px;
	text-align: center;
}
.info dl dt span.icon_green {
	background-color: #60b35f;
	color: #FFF;
	font-size: 12px;
	width: 95px;
	height: 24px;
	padding-top: 3px;
	margin-right: 10px;
	text-align: center;
}
.info dl dt span.icon_yellow {
	background-color: #e4d12e;
	color: #FFF;
	font-size: 12px;
	width: 95px;
	height: 24px;
	padding-top: 3px;
	margin-right: 10px;
	text-align: center;
}
.info dl dt span.icon_gray {
	background-color: #CACACA;
	color: #FFF;
	font-size: 12px;
	width: 95px;
	height: 24px;
	padding-top: 3px;
	margin-right: 10px;
	text-align: center;
}
.info dl dt span.icon_purple {
	background-color: #BE9FF4;
	color: #FFF;
	font-size: 12px;
	width: 95px;
	height: 24px;
	padding-top: 3px;
	margin-right: 10px;
	text-align: center;
}
.info dl dd {
	width: 70%;
	margin-left: 10px;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.info dl dd .text a {
	color: #000;
}
.info dl dd a:hover {
	color: #60b35f;
}
.info dl dd .text {
	width: 60%;
}
.info.gaiyou dl dd .text, .info.gaiyou dl dd .naiyou {
	width: 35%;
}
.info dl dd .btn {
	width: 40%;
	text-align: right;
}
.info.gaiyou dl dd .btn {
	width: 30%;
	text-align: right;
}
.info dl dd .btn .btn02 a {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 3px 0px;
}
.info dl dd strong {
	color: #ea341a;
	display: block;
}
.second .info dl.even {
	background-color: #f8f7f7;
}
/*タブ*/
.nav-tabs {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.tab .nav-tabs.bottom {
	border-bottom: none;
}
/*テキスト飾り*/
.textright {
	text-align: right !important;
}
.textleft {
	text-align: left !important;
}
.box01 {
	padding: 20px;
	border: solid 3px #dad6d1;
	max-width: 500px;
	margin: 30px auto 30px auto;
	background: #FFF;
}
}
.box01 ul {
	margin-left: 20px;
}
.box02 {
	padding: 20px;
	border: solid 3px #dad6d1;
	margin: 30px auto 30px auto;
	background: #FFF;
}
.box02 ul {
	margin-left: 20px;
}
.box02 h3 {
	text-align: center;
}
.read {
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}
.border01 {
	border-bottom: dotted 2px #60b35f;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
p.check {
	font-size: 16px;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	display: inline;
	
}
.mt40 {
	margin-top: 40px;
}
.mt20 {
	margin-top: 20px;
}
#column {
	padding-left: 10%;
	padding-right: 10%;
}
/*===============================================================================
セカンド　共通　タイトル周りなど
===============================================================================*/

#about .topimg {
	background: linear-gradient(-45deg, rgba(246, 255, 0, .5), rgba(96,179,95, .7)), url(../img/secondimg01.png) right 20% no-repeat;
	background-attachment: fixed;
}
#event .topimg {
	background: linear-gradient(-45deg, rgba(246, 255, 0, .5), rgba(96,179,95, .7)), url(../img/secondimg02.png) right 20% no-repeat;
	background-attachment: fixed;
}
#topics .topimg {
	background: linear-gradient(-45deg, rgba(246, 255, 0, .5), rgba(96,179,95, .7)), url(../img/secondimg03.png) right 10% no-repeat;
	background-attachment: fixed;
}
#inquiry .topimg {
	background: linear-gradient(-45deg, rgba(246, 255, 0, .5), rgba(96,179,95, .7)), url(../img/secondimg04.png) right 20% no-repeat;
	background-attachment: fixed;
}
#link .topimg {
	background: linear-gradient(-45deg, rgba(246, 255, 0, .5), rgba(96,179,95, .7)), url(../img/secondimg05.png) right 20% no-repeat;
	background-attachment: fixed;
}
#staff .topimg {
	background: linear-gradient(-45deg, rgba(246, 255, 0, .5), rgba(96,179,95, .7)), url(../img/secondimg06.png) right 20% no-repeat;
	background-attachment: fixed;
}
.second .topimg .title {
	background: rgba(96,179,95, .8);
	padding: 20px 0px;
}
.second .topimg {
}
.second .topimg .container {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.second .topimg .title h1 {
	font-size: 25px;
	color: #FFF;
	padding: 20px 0px;
	margin-top: 0px;/*text-shadow: 0 0 1px rgba(0,0,0,0.9);*/
}
.second .topimg .page {
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 20px 0px 10px 0px;
	background: none;
}
.second .topimg .page .tit {
	width: 30%;
	font-size: 16px;
	color: #FFF;
	margin-top: 0px;
}
.second .topimg .page .tit p {
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	text-align: center;
	border-radius: 17px;
	background-color: #845858;
}
.second .topimg .page .link {
	text-align: right;
	float: right;
	width: 70%;
	color: #845858;
}
.second .topimg .page .link ul li {
	display: inline-block;
	margin-right: 20px;
	list-style: none;
}
.second .topimg .page .link ul li a {
	color: #845858;
}
.second .topimg .page .link ul li a:before {
	content: " \f061";
	font-family: FontAwesome;
	margin-right: 5px;
}
.second .topimg .page .link ul li a:hover {
	text-decoration: none;
}
.second article h2 {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 60px;
	border-bottom: 2px solid #60b35f;
}
.second article #tabContent1 h2 {
	background: #845858;
	color: #FFF;
	padding: 10px;
	border: none;
}
.second article h2.top {
	margin-top: 0px;
}
.second article h3 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #60b35f;
}
.second article .page {
	background: #dad6d1;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 20px 20px 20px 20px;
	margin-top: 50px;
}
.second article .page .tit {
	width: 30%;
	font-size: 18px;
	color: #855959;
}
.second article .page .tit p {
	margin: 0px;
}
.second article .page .link {
	text-align: right;
	float: right;
	width: 70%;
}
.second article .page .link ul li {
	display: inline-block;
	margin-right: 20px;
	list-style: none;
}
.second article .page .link ul li a {
	color: #855959;
}
.second article .page .link ul li a:before {
	content: " \f061";
	font-family: FontAwesome;
	margin-right: 5px;
}
.second article .page .link ul li a:hover {
	text-decoration: none;
	color: #60b35f;
}
/*===============================================================================
グローバルナビ
===============================================================================*/
.inner {
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0px 0px 0px 0px;
	line-height: 1;
	z-index: 999;
}
#top-head .head {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#top-head a, #top-head {
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	overflow: hidden;
	float: left;
	margin: 20px 0px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	color: #845858;
	font-size: 16px;
	line-height: 24px;
}
#top-head .logo p {
	padding-top: 5px;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}
#top-head .logo img {
	margin-right: 10px;
	float: left;
	width: 154px;
	vertical-align: middle;
}
#top-head .headlink {
	margin-top: 35px;
}
#top-head .headlink ul {
	text-align: right;
	margin: 0px;
}
#top-head .headlink ul li {
	display: inline-block;
	margin: 0px 0px 5px 20px;
}
#top-head .headlink ul li i {
	color: #c8c8c8;
	margin-right: 5px;
}
#top-head .headlink ul li a {
	font-size: 14px;
	margin-bottom: 5px;
}
#top-head .headlink ul li a:before {
	content: " \f061";
	font-family: FontAwesome;
	margin-right: 5px;
}
#top-head .headlink ul li.webshop i {
	color: #FFF;
	margin-right: 10px;
}
#top-head .headlink ul li.webshop a:hover i {
	color: #569d55;
}
#top-head .headlink ul li.webshop a {
	padding: 5px 20px 5px 10px;
	text-align: center;
	-webkit-border-radius: 18px 17px 17px 18px/17px 17px 18px 18px;
	-moz-border-radius: 18px 17px 17px 18px/17px 17px 18px 18px;
	border-radius: 18px 17px 17px 18px/17px 17px 18px 18px;
	background-color: #60b35f;
	color: #FFF;
	border: solid 1px #569d55;
	display: block;
}
#top-head .headlink ul li.webshop a:before {
	content: "";
}
#top-head .headlink ul li.webshop a:hover {
	background: #fff;
	color: #569d55;
	border: solid 1px #569d55;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#global-nav {
	background-color: #60b35f;
	border-radius: 0px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
#global-nav ul {
	display: flex;
	justify-content: center;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	padding: 0 30px;
}
#global-nav ul li {
	padding: 0px 1%;
	text-align: center;
	margin: 0px 1% 0px 1%;
	color: rgba(255, 255, 255, 0.8);
}
#global-nav ul li.top {
	list-style: none;
}
#global-nav ul li a {
	color: #FFF;
	padding: 15px 20px;
	display: inline-block;
	font-size: 16px;
}
#global-nav ul li a:hover {
	background-color: #e5d232;
	color: #845858;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	background: #fff;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .head {
	margin: 0px auto;
}
#top-head.fixed .head .logo {
	margin: 0px 0px 10px 0px;
}
#top-head.fixed .head .headlink {
	margin-top: 15px;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
/*ドロップダウンメニュー*/
.dropmenu {
 *zoom: 1;
	padding: 0;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu li a {
}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li {
	width: 100%;
}
.dropmenu li ul li a {
	padding: 13px 15px;
	min-width: 300px;
	border-top: 1px solid #775151;
	background: #845858;
	text-align: left;
}
.dropmenu li:hover > a {
}
.dropmenu li a:hover {
	background: #616d0b;
}
/*フリップ*/
#dropmenu li ul {
	display: block;
}
#dropmenu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
#dropmenu li:hover ul li {
	overflow: visible;
	height: 42px;
}
#dropmenu li ul li a {
	font-size: 12px;
}
#dropmenu li ul li a:before {
	content: " \f061";
	font-family: FontAwesome;
	margin-right: 5px;
}
/*===============================================================================
フッター
===============================================================================*/
footer {
	background: #dad6d1 url(../img/footer_bk01.png) left 30% no-repeat;
	color: #855959;
	margin-top: 50px;
	padding: 40px 0px;
}
footer .container {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer .container .link {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
footer a {
	color: #855959;
}
footer ul {
	overflow: hidden;
}
footer ul li {
	font-size: 14px;
	list-style: none;
	margin-bottom: 10px;
	width: 100%;
}
footer ul.home {
	width: 100%;
	display: block;
}
footer ul li.event, footer ul li.about, footer ul li.topics {
	margin-right: 10%;
}
footer ul li a {
	text-decoration: underline;
	white-space: nowrap;
}
footer ul li ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
footer ul li ul li {
	font-size: 12px;
	width: 100%;
}
footer ul li ul li a {
	text-decoration: none;
}
footer ul li ul li:before {
	content: " \f061";
	color: #855959;
	font-family: FontAwesome;
	margin-right: 5px;
}
footer .link {
	width: 75%;
}
footer .copy {
	width: 25%;
}
footer .copy h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
footer .copy strong {
	font-size: 16px;
	font-weight: normal;
}
footer .copy .copylight {
	margin-top: 20px;
}
footer .pagetop {
	text-align: center;
}
footer .pagetop img {
	margin-top: -40px;
}
#top footer .about {
	background: none;
}
#fixedTop {
	right: 10px;
	bottom: -60px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}
/*===============================================================================
トップページ
===============================================================================*/
#top .topimg {
	max-width: 1400px;
	margin: 0px auto;
}
#top .topimg img {
	width: 100%;
}
#top .about {
	background: url(../img/bk01.png) top left no-repeat;
}
#top .about .container {
	text-align: center;
}
#top .about h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
	background: url(../img/border02.png) center bottom no-repeat;
}
	#top .about .container .img01 {
		width: 150px;
		
	}
	#top .about .container .img02 {
		width: 250px;
	}
#top .about p {
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	color: #000000;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 40px;
}
#top article .topics {
	background: #F8F7F7 url(../img/top_bk01.png) top right no-repeat;
	background-size: 35%;
}
#top .topics .info {
	margin-bottom: 20px;
}
#top .topics dl.even {
	background-color: #FFF;
}
#top .topics .btn01 {
	text-align: center;
}
#top .banner ul {
	max-width: 730px;
	text-align: center;
	margin: 0px auto;
}
#top .banner ul li {
	list-style: none;
	text-align: center;
}
#top .banner ul li img {
	width: 100%;
}
#top #js-instalib {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px;
	padding-top: 10px;
	justify-content: center;
}
#top #js-instalib li {
	width : -webkit-calc(33% - 10px) ;
   width : calc(33% - 10px) ;
	margin: 0px 5px 20px 5px;
	list-style: none;
	position: relative;
}
#top #js-instalib li img {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#top #js-instalib a i {
	color: #60b35f;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
	z-index: 100;
}
#top #js-instalib img {
	width: 25%;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
#top #js-instalib img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#top .sns {
	background: #F8F7F7;
}
#top .sns .container {
	display: flex;

	flex-wrap: wrap;
    justify-content: center;
	padding-bottom: 0px;
}
#top .sns .container div.facebook, #top .sns .container div.instagram, #top .sns .container div.twitter {
  width: 30%;
  margin: 0px 20px;
}
#top .sns .container div.facebook h2, #top .sns .container div.instagram h2, #top .sns .container div.twitter h2,#top .twitter_tag h2 {
	border-bottom: solid 2px #60b35f;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#top .sns .container div.facebook .photo, #top .sns .container div.instagram .photo, #top .sns .container div.twitter .photo {
	height: 550px;
}


#top .twitter_tag {
	display: flex;
	justify-content: center;
}
#top .twitter_tag .border {
	width: 520px;
	border-top: solid 2px #60b35f;
}
/*===============================================================================
ぶりくらについて
===============================================================================*/
#about .info {
	width: 100%;
	max-width: none;
	margin-top: 30px;
}
#about .info dt {
	width: 20%;
}
#about .info dd {
	width: 80%;
}
#about .info dd .tit {
	width: 50%;
}
#about .info dd .tit a:before {
	content: " \f061";
	font-family: FontAwesome;
	margin-right: 5px;
}
#about .info dd .tit a:hover {
	text-decoration: none;
}
/*===============================================================================
イベント概要
===============================================================================*/
#event .info {
	width: 100%;
	max-width: none;
	margin-top: 30px;
}
#event .info .guideline dt {
	width: 15%;
}
#event .info .guideline dd {
	width: 90%;
}
#event .info .guideline dl dd .tit {
	padding: 0px;
	width: 100%;
}
#event .info .guideline dl dd .tit.name {
	font-size: 18px;
}
#event .info .guideline dl dd .text {
	width: 40%;
	padding-right: 20px;
}
#event .info .guideline dl dd .naiyou {
	width: 60%;
}
#event .info .guideline dl dd .btn {
	width: 80%;
	padding: 10px 0px;
}
#event .info .guideline dl dd .kyoudou {
	margin-bottom: 30px;
}
#event .info .guideline dl dd .kyoudou ul {
	margin-bottom: 10px;
}
#event .info .guideline dl dd .kyoudou ul li {
	margin-bottom: 10px;
}
#event .info .guideline dl dd .kyoudou a {
	color: #60b35f;
	text-decoration: underline;
	position: relative;
	padding-right: 30px;
}
#event .info .guideline dl dd .kyoudou a::after {
    content: " \f061";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
	color: #60b35f;
}
#event .info.detail .guideline dl {
	display: block;
}
#event .info.detail .guideline dl dt {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#event .info.detail .guideline dl dt span {
	display: inline;
	width: 200px;
	padding: 5px;
}
#event .info.detail .guideline dl dt span.btn02 {
	text-align: right;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#event .info.detail .guideline dl dt span.btn02 a {
	font-size: 14px;
	width: 50%;
	text-align: center;
}
#event .info.detail .guideline dl dt .nom {
	border: 1px solid #60b35f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
#event .info.detail .guideline dl dt .nom:before {
	content: "ブースNo.";
	margin-right: 5px;
}
#event .info.detail .guideline dl dd .btn {
	padding: 0px;
}
#event .info.detail .guideline dl dd {
	display: block;
}
#event .info.detail .guideline dl dd h2 {
	margin: 0px;
	border: none;
	text-align: left;
}
#event .info.detail .naiyou {
	padding: 30px;
}
#event .info .guideline dl .btn02 {
	width: 100%;
}
#event .info .guideline dl dd .btn .btn02 a {
	padding: 3px 20px;
	color: #fff;
	max-width: 300px;
}
#event .info .guideline dl dd .btn .btn02 a:hover {
	color: #60b35f;
}
#event .map img {
	width: 100%;
}
#event .guide .btn {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
#event .guide .btn div {
	margin: 10px;
}
#event .floor1 .floor2F, #event .floor2 .floor1F {
	display: none;
}
#event .nav-tabs li a.active {
}
/*===============================================================================
スタッフ募集
===============================================================================*/
#staff .btn {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
#staff .btn div {
	margin: 10px;
}
/*===============================================================================
トピックス
===============================================================================*/
#topics .info {
	width: 100%;
	max-width: none;
	border: none;
}
#topics .info h2 a:before {
	content: " \f061";
	font-family: FontAwesome;
	margin-right: 5px;
}
#topics .info dl {
	width: 100%;
	margin-bottom: 40px;
	background: #f8f7f7;
	display: block !important;
}
#topics .info dl dt, #topics .info dl dd {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#topics .info dl dt {
	margin-bottom: 10px;
}
#topics .info dl dt span {
	display: inline-block;
}
#topics .info dl dt span.time {
	font-weight: normal;
}
#topics .info dl dt span.time:before {
	content: " \f073";
	font-family: FontAwesome;
	margin-right: 5px;
}
#topics .info dl dd .btn01 {
	text-align: right;
}
#topics .info dl dd div {
	margin-bottom: 20px;
}
#topics .info dl dd .btn01 a:hover {
	color: #FFF;
}
#topics .info dl dd div img {
	margin: 0px 10px;
}
#topics .navi {
	text-align: center;
	margin-bottom: 40px;
}
#topics .navi i {
	margin: 0px 10px;
}
/*===============================================================================
関連リンク
===============================================================================*/
#link .linklist dl {
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 16px;
	margin: 0px;
	padding: 15px 15px 15px 15px;
}
#link .linklist dl.even {
	background: #f8f7f7;
}
#link .linklist dl dt {
	width: 40%;
	margin-right: 10px;
}
#link .linklist dl dt a:before {
	content: " \f061";
	font-family: FontAwesome;
	margin-right: 5px;
}
#link .linklist ul li {
	padding: 15px;
	margin: 0px;
	list-style: none;
}
#link .linklist ul li a {
	display: block;
}
#link .linklist ul li a:before {
	content: " \f061";
	font-family: FontAwesome;
	margin-right: 5px;
}
#link .linklist ul li.even {
	background: #f8f7f7;
}
/*===============================================================================
問い合わせ・申込みフォーム
===============================================================================*/
#inquiry article .container .tel {
	font-size: 20px;
}
#inquiry #inquiry_form {
	width: 100%;
}
#inquiry #inquiry_form tr.even {
	background: #f8f7f7;
}
#inquiry #inquiry_form th {
	width: 30%;
}
#inquiry #inquiry_form th, #inquiry #inquiry_form td, #inquiry #inquiry_privacy_policy td {
	padding: 15px;
}
#inquiry #inquiry_form th i {
	margin-right: 5px;
	color: #D4292C;
}
#inquiry #inquiry_form textarea, #inquiry #inquiry_form input {
	width: 80%;
}
#inquiry #inquiry_form textarea {
	display: block;
}
#inquiry #inquiry_form #data_column_3_0, #inquiry #inquiry_form #data_column_3_1 {
	width: auto;
}
#inquiry #inquiry_form input[type="checkbox"] {
	width: auto;
}
#inquiry .error_message {
	color: #D4292C;
}
#inquiry #inquiry_privacy_policy {
	width: 100%;
}
#inquiry #inquiry_privacy_policy td textarea {
	height: 300px;
}

#inquiry .btn {
	margin: 30px 0px 0px 0px;
	display: flex;
	justify-content: center;
}
#inquiry .btn input {
	background-color: #60b35f;
	border: 1px solid #569d55;
	border-radius: 18px 17px 17px 18px / 17px 17px 18px 18px;
	color: #fff;
	display: inline-block;
	padding: 5px 30px;
	margin: 0px 10px;
	text-align: center;
}
#inquiry .btn input:hover {
	background: #fff;
	color: #569d55;
	border: solid 1px #569d55;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#inquiry .soyinquiry_address_form {
	width: 100%;
}
#inquiry .soyinquiry_address_form td {
	width: auto;
}
#inquiry #inquiry_form .soyinquiry_address_zip1, #inquiry #inquiry_form .soyinquiry_address_zip2, #inquiry #inquiry_form input[type="submit"] {
	width: auto;
}
#inquiry .red {
	color: #d4292c;
	margin-right: 5px;
}
