@charset "utf-8";
/*
Theme Name: 2020年度福岡JC(11月更新)
Theme URI:
Author:
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #a79451;
}

a:active {
	text-decoration: none;
	color: #a79451;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
	width: 100%;
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
}

.en {
	font-family: 'Barlow Condensed', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.bdNone {
	border: none !important;
}

/* COMMON */
/* -------------------------------------------------- */
.goog-te-banner-frame {
	top: auto !important;
	bottom: 0px !important;
}

/* Youtube埋め込み */
.youtubeEmb {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtubeEmb iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 下層メインビジュアル */
.underLayer.event:after {
	background-image: url(img/mv/mv_event.jpg) !important;
}




/* -------------------------------------------------- */
/* ローディング */
/* -------------------------------------------------- */
#loading {
	width: 100%;
	height: 100vh;
	vertical-align: middle;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

.spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	text-align: center;

	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #59493F;
	border-radius: 50%;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {
	#container {
		min-width: 1000px;
	}

	.sp {
		display: none !important;
	}

	.tb {
		display: none !important;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 90px;
	}

	#hInner {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		background: #FFFFFF;
	}

	/* 上部 */
	#hTop {
		height: 45px;
		background: #f8f4e5;
	}

	#hTopIn {
		padding: 6px 0 0 0;
	}

	.hTopBox {
		display: inline-block;
		padding-right: 13px;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 13px;
		line-height: 1;
		background: #a79451;
		border-radius: 20px;
		color: #FFFFFF;
	}

	#jpEn li a {
		display: block;
		padding: 2px 13px;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	#jpEn li a:hover {
		background: #a79451;
		border-radius: 20px;
		color: #FFFFFF;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 13px;
		line-height: 1;
	}
	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn li {
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
	}

	#loginBtn a {
		display: table-cell;
	    padding: 0 20px 0 40px;
	    height: 32px;
	    color: #fff;
	    border: 1px #a79451 solid;
	    border-radius: 5px;
	    font-weight: bold;
	    vertical-align: middle;
	    background: url(img/common/key_icon_hover.png) 20px 5px no-repeat #a79451;
	    transition: all 0.3s ease-in-out 0s;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	#loginBtn a:hover {
		opacity: 0.7;
		background: url(img/common/key_icon_hover.png) 20px 5px no-repeat #a79451;
	}

	#entryBtn a {
		display: table-cell;
	    height: 32px;
	    padding: 0 20px 0 40px;
	    color: #FFFFFF;
	    background: url(img/common/guide_icon.png) 18px 9px no-repeat #a70303;
	    border-radius: 5px;
	    font-weight: bold;
	    vertical-align: middle;
	    transition: all 0.3s ease-in-out 0s;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	#hSns {
		float: right;
	}

	#hLogo {
		float: left;
		position: absolute;
		top: -5px;
		z-index: 100;
	}

	#headLogo {
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}

	#headLogo a {
		display: block;
		padding: 32px 22px;
		background: #fff;
	}

	#headLogo img {
		height: 31px;
		width: auto;
	}

	#headLogo65 {
		display: inline-block;
		vertical-align: middle;
	}

	#headLogo65 img {
		height: 35px;
		width: auto;
	}

	#hSns {
		float: right;
	}

	/* FB・インスタ・JCチャンネル */
	#hTopSns {
		display: inline-block;
		padding-right: 20px;
		vertical-align: middle;
	}

	#hTopSnsfJc {
		display: inline-block;
		margin-right: 5px;
		vertical-align: top;
	}

	#hTopSnsfJc a {
		display: block;
		padding: 6px 3px 5px;
		border-radius: 5px;
		font-size: 0.8rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	#hTopSnsfjChannel {
		font-size: 0.7rem;
		letter-spacing: -.1em;
	}

	#hTopSnsfFb {
		margin-right: 5px;
		display: inline-block;
	}

	#hTopSnsfFb a {
		display: block;
	}

	#hTopSnsfIg {
		display: inline-block;
	}

	#hTopSnsfIg a {
		display: block;
	}

	/* ナビ*/
	#hNav {
		height: 30px;
		line-height: 30px;
		border-top: 1px #dcdcdc solid;
		border-bottom: 1px #dcdcdc solid;
		position: relative;
	}

	#gNav {
		text-align: right;
		font-weight: bold;
		font-size: 1.6rem;
		letter-spacing: -0.4em;
		background: #59493f;
	}

	#gNav > li {
		margin: 0;
		display: inline-block;
		height: 44px;
		letter-spacing: normal;
		border-right: 1px solid #957a69;
		position: relative;
		transition: all 0.3s ease-in-out 0s;
	}

	#gNav > li:first-child {
		border-left: 1px solid #957a69;
	}

	#gNav > li > a {
		padding: 7px 39px;
		display: block;
		font-size: 1.4rem;
		color: #fff;
		transition: all 0.3s ease-in-out 0s;
		position: relative;
	}

	#gNav > li > a:hover {
		color: #a79451;
	}

	#gNav > li:hover::after {
		content: '';
		width: 100%;
		height: 4px;
		background: #41352d;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#burgerPc {
		text-align: center;
		letter-spacing: .4em !important;
		vertical-align: bottom;
		cursor: pointer;
		padding: 0 20px !important;
		border-right: none !important;
	}

	#burgerPc:hover {
		padding: 0 20px !important;
		border-right: none !important;
	}

	#burgerPc:hover::after {
		display: none;
	}

	#burgerPcUnit {
		display: inline-block;
		width: 31px;
		position: relative;
	}

	.burgerPcLine {
		width: 28px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 2px;
		transition: all 0.3s ease-in-out 0s;
	}

	.burgerPcLine:first-child {
		top: 7px;
	}

	.burgerPcLine:nth-child(2) {
		top: 15px;
	}

	.burgerPcLine:nth-child(3) {
		top: 23px;
	}

	/* 最初のspanをマイナス45度に */
	.burgerPcLine.menuOn:first-child {
		top: 15px;
		left: 2px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.burgerPcLine.menuOn:nth-child(2),
	.burgerPcLine.menuOn:nth-child(3) {
		top: 15px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#burgerPcMenu {
		color: #fff;
		font-size: 0.8rem;
		letter-spacing: -.3em;
		line-height: 1;
		position: relative;
		top: 17px;
		left: 0;
	}

	.pdList {
		min-width: 100%;
		background: #FFFFFF;
		border-left: 1px #CCCCCC solid;
		border-right: 1px #CCCCCC solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pdList > li {
		min-width: 100%;
		border-bottom: 1px #CCCCCC solid;
	}

	.pdList > li a {
		background: #FFFFFF;
		display: block;
		min-width: 100%;
		padding: 8px 15px;
		line-height: 1.5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		white-space: nowrap;
		text-align: left;
		font-size: 1.3rem;
		overflow: visible;
	}

	.pdList > li a:hover {
		background: #eeeeee;
		color: #333;
	}

	#pdJc {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdEvent {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdPublic {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdNews {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdEntry {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	/* ハンバーガーメニュー */
	#spNav {
		width: 100%;
		height: 100vh;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.9);
		position: absolute;
		top: 90px;
		left: -100%;
	}

	.gNavSp .navTit {
		color: #fff;
	}

	.gNavSp a {
		color: #fff;
	}

	.gNavSp {
		display: inline-block;
		letter-spacing: 0;
		padding: 0 80px 60px 0;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
	}

	.gNavSp:last-child {
		padding: 0;
	}

	#gNavSpEvent,
	#gNavSpPublic,
	#gNavSpEn {
		padding-bottom: 40px;
	}

	#navContent {
		width: 100%;
		display: inline-block;
		letter-spacing: -.4em;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.gNavSp li {
		margin: 5px 0;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.3;
	}

	.gNavSp li:first-child {
		font-size: 2rem;
		border-bottom: 3px solid #a79451;

	}

	.gNavSp .sub:first-child {
		font-size: 1.6rem;
		border-bottom: none;
	}

	.gNavSp li a {
		transition: all 0.3s ease-in-out 0s;
	}

	.gNavSp li a:hover {
		color: #a79451;
	}

	/* -------------------------------------------------- */
	/* 共通リンク帯 */
	/* -------------------------------------------------- */
	.colorBar {
		width: 100%;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.gradBarLeft {
		width: 50%;
		float: left;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gradBarRight {
		width: 50%;
		float: right;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.colorBar a {
		padding: 15px 0;
		text-align: center;
		display: block;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
		font-size: 2.0rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
	}

	.colorBar a:hover {
		color: #666666;
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF !important;
	}

	.colorBar .small {
		padding: 3px 20px;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
		display: inline-block;
		border: 1px #FFFFFF solid;
	}

	.colorBar a:hover .small {
		border: 1px #666666 solid;
	}

	#fBottom .colorBar a {
		padding: 30px 0;
	}

	/* ボタン */
	.colorBtn {
		margin-bottom: 80px;
		text-align: center;
	}

	.singleColum .colorBtn {
		margin-bottom: 0px;
	}

	.gradBar {
		display: inline-block;
		margin: 0 5px 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.colorBtn a {
		padding: 15px 30px;
		text-align: center;
		display: block;
		color: #FFFFFF;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #FFFFFF solid;
	}

	.colorBtn a:hover {
		color: #666666;
		border: 1px #CCCCCC solid;
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* 下部ナビゲーション */
	#jciNav {
		letter-spacing: -.4em;
	}

	.jciNavItem {
		display: inline-block;
		width: 490px;
		letter-spacing: 0;
		padding: 0 20px 10px 0;
	}

	.jciNavItem:nth-child(2n) {
		padding-right: 0;
	}

	.jciNavItem:nth-last-child(-n+2) {
		padding-bottom: 0;
	}

	.jciNavItem a {
		display: block;
		padding: 13px 20px;
		font-size: 1.3rem;
		line-height: 1;
		border: 1px solid #a79451;
		color: #a79451;
		background: url(img/common/icon6.png) no-repeat right 10px center #fff;
		transition: all 0.3s ease-in-out 0s;
	}

	.jciNavItem a:hover {
		color: #fff;
		background: url(img/common/icon7.png) no-repeat right 10px center #a79451;
	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit1 {
		font-size: 3.6rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.commonTit2 {
		font-size: 3rem;
		letter-spacing: 0.150em;
		padding-bottom: 10px;
		margin-bottom: 30px;
		font-weight: bold;
		position: relative;
		text-align: center;
		color: #59493f;
	}

	.commonTit2:after {
		content: "";
		width: 60px;
		height: 4px;
		background: #a79451;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -30px;
	}

	.commonTit3 {
		margin-bottom: 20px;
		font-size: 3rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #59493f;
		border-bottom: 1px #a79451 solid;
		line-height: 1.2;
	}

	.commonTit4 {
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}


	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.commonBtn1 a {
		display: inline-block;
		padding: 20px 60px;
		background-color: #a79451;
		background-image: url(img/common/icon_next_white.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 2.0rem;
		color: #FFFFFF;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
		text-align: center;
		line-height: 1.3;
	}

	.commonBtn1 a .small {
		font-size: 1.3rem;
	}

	.commonBtn1 a:hover {
		opacity: 0.7;
	}

	.commonBtn2 {
		text-align: center;
	}

	.commonBtn2 a {
		display: inline-block;
		padding: 20px 60px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background-image: url(img/common/icon_next_midori.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		transition: all 0.3s ease-in-out 0s;
	}

	.commonBtn2 a:hover {
		color: #FFFFFF;
		background-image: url(img/common/icon_next_white.png);
		background-color: #a79451;
	}

	.commonBtn3 {
		text-align: center;
	}

	.commonBtn3 a {
		display: inline-block;
		padding: 20px 60px 20px 90px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background: url(img/common/icon_pdf.png) 18% center no-repeat;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		transition: all 0.3s ease-in-out 0s;
	}

	.commonBtn3 a:hover {
		color: #FFFFFF;
		background: url(img/common/icon_pdf_hover.png) 18% center no-repeat #a79451;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}

	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		font-size: 1.8rem;
	}

	.commonTxt1 {
		font-size: 1.8rem;
	}

	.commonTxt2 {
		font-size: 1.6rem;
		line-height: 1.6;
		padding-bottom: 1em;
	}

	.commonTxt2 a {
		color: #a79451;
		text-decoration: underline;
	}

	.commonTxt2 a:hover {
		text-decoration: none;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	footer {
		background: #f8f4e5;
	}

	#fTop {
		padding: 30px;
		margin-bottom: 17px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fTopIn {
		width: 1000px;
		margin: 0 auto;
	}

	#fLogoWrap {
		width: 430px;
		float: left;
	}

	#fLogo {
		display: inline-block;
		width: 300px;
		padding-bottom: 30px;
		vertical-align: middle;
	}

	#fLogo a {
		display: block;
	}

	#fLogo img {
		height: auto;
		width: 100%;
	}

	#fInfo {
		position: relative;
	}

	#fjcTit {
		font-size: 1.8rem;
		line-height: 1.7;
	}

	#fTopSns {
		position: absolute;
		top: 0;
		right: 0;
		letter-spacing: -.4em;
	}

	#fJcc {
		display: inline-block;
		margin-right: 10px;
		vertical-align: top;
	}

	#fJcc a {
		display: block;
		padding: 6px 3px;
		border-radius: 5px;
		font-size: 0.8rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	#fjChannel {
		font-size: 0.7rem;
		letter-spacing: -.1em;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
	}

	#fIg {
		display: inline-block;
	}

	#fContact {
		display: inline-block;
		width: 490px;
		padding: 20px 25px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #a79451;
		background: #fff;
	}

	#topEntryContact {
		padding: 20px 0;
		text-align: center;
		border: 1px solid #a79451;
		background: #fff;
		letter-spacing: -.4em;
	}

	#topEntryContact .EntryMethodTell {
		padding-right: 45px;
	}

	#topEntryContact .EntryMethodItem {
		text-align: left;
	}

	.topEntryTit {
		padding-bottom: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		color: #41352d;
		letter-spacing: 0.25em;
	}

	#fContact .topEntryTit {
		padding-bottom: 0;
	}

	.topEntrySub2 {
		display: inline-block;
		padding: 6px 10px;
		margin-bottom: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
		color: #000;
		background: #eee;
	}

	#fContact.topEntrySub2 {
		margin-bottom: 11px;
	}

	#fContact.topEntryMethod {
		display: inline-block;
		width: 100%;
		letter-spacing: 0;
		text-align: left;
	}

	.EntryMethodItem {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		display: inline-block;
		width: 56px;
		margin-bottom: 12px;
		padding: 4px 0;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0;
		background: #41352d;
		color: #fff;
	}

	#fContact .EntryMethodType {
		display: block;
		margin-bottom: 10px;
	}

	#fContact ul.topEntryMethod li {
		display: inline-block;
	}

	#fContact ul.topEntryMethod .EntryMethodTell {
		width: auto;
		padding-bottom: 0;
		float: left;
	}

	.EntryMethodNumber {
		display: block;
		color: #a70303;
		font-size: 3.3rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.05em;
		font-family: 'Barlow Condensed', sans-serif;
	}

	#fContact span.EntryMethodNumber {
		padding-bottom: 5px;
		font-size: 3.2rem;
		font-weight: 600;
		letter-spacing: 0.04em;
		line-height: 0.5;
	}

	.EntryMethodNumber::before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 23px;
		margin-right: 7px;
		background: url(img/top/tell2020_icon.png) no-repeat 0 0;
	}

	.EntryMethodDetail {
		color: #a70303;
		font-size: 1rem;
		line-height: 1;
	}

	.EntryMethodTime {
		float: left;
	}

	.topEntryMethod .EntryMethodWeb {
		width: 188px;
	}

	#fContact .topEntryMethod .EntryMethodWeb {
		width: auto;
		float: right;
	}

	.EntryMethodBtn {
		display: inline-block;
		vertical-align: middle;
	}

	.topEntryMethod .EntryMethodBtn a {
		display: block;
		padding: 8px 20px 8px 40px;
		color: #FFFFFF;
		background: url(img/common/guide_icon.png) 18px center no-repeat #a70303 !important;
		border-radius: 5px;
		border: none;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	#fContact .topEntryMethod .EntryMethodBtn a {
		background-position-x: 30px;
	}

	#fContact .topEntryMethod .EntryMethodBtn a {
		padding: 8px 40px 8px 60px;
	}

	.topEntryMethod .EntryMethodBtn a:hover {
		color: #fff;
	}

	.EntryMethodBtn a:hover {
		opacity: 0.7;
	}

	#fMid {
		width: 1000px;
		margin: 0 auto 38px;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 2.0rem;
		line-height: 1;
		padding-bottom: 10px;
	}

	#fAddress {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#fAddress a {
		color: #a79451;
	}

	#fNavTop {
		font-size: 1.5rem;
		text-align: center;
		font-weight: bold;
		letter-spacing: -.4em;
	}

	#fNavTop a {
		display: inline-block;
		padding: 4px 17px;
		letter-spacing: 0;
		border: 3px solid #a79451;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	#fNavTop a:hover {
		background: #a79451;
		color: #fff;
	}

	.fNavList {
		font-size: 1.6rem;
		margin-bottom: 20px;
		padding: 5px 0 0 10px;
		border-left: 4px #a79451 solid;
	}

	.fNavList dt {
		line-height: 1.2;
		padding-bottom: 10px;
		font-weight: bold;
	}

	.fNavList dd {
		font-size: 1.4rem;
		padding-left: 1em;
		line-height: 1.2;
		padding-bottom: 5px;
	}

	.fNavList dd a,
	.fNavList dt a {
		transition: all 0.3s ease-in-out 0s;
	}

	.fNavList dd a:hover,
	.fNavList dt a:hover {
		opacity: 0.7;
	}

	.fNavList li {
		padding-left: 1em;
		line-height: 1.2;
		padding-bottom: 5px;
	}

	.fNavBox {
		width: 260px;
		float: left;
		padding-right: 10px;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.fNavBox:first-child {
		width: 330px;
	}

	.fNavBox:last-child {
		width: 150px;
		padding-right: 0;
	}

	.outLink:after {
		content: "";
		margin-left: 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(img/common/out_link_icon_gold.png) 0 0 no-repeat;
	}

	#copy {
		padding: 0 0 30px;
		text-align: center;
	}

	#pagetopArea {
		text-align: center;
	}

	#pagetopArea a {
		display: block;
		background: #41352d;
		padding: 18px 10px;
		vertical-align: middle;
		line-height: 1;
	}

	#pagetopArea a img {
		vertical-align: middle;
	}

	.bold {
		font-weight: bold;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 1000px;
		margin: 0 auto;
	}

	.singleColum {
		padding: 100px 0;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 50px;
	}

	#fv {
		width: 100%;
		padding-bottom: 8 0px;
	}

	#underMainTit {
		height: 450px;
		font-size: 3.1rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
		letter-spacing: -.4em;
		position: relative;
	}

	#underMainTit span {
		display: inline-block;
		padding: 20px 80px;
		border: 6px solid #fff;
		letter-spacing: 0.1em;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: -16px;
	}

	#underMainTit span::before {
		content: 'FUKUOKA JC 2020';
		display: inline-block;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.55em;
		font-family: 'Barlow Condensed', sans-serif;
		color: #fff;
		position: absolute;
		top: -21px;
		left: -6px;
	}

	#subTit {
		font-size: 2.0rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}

	/* パンくず */
	#bc {
		padding: 14px 0 14px 20px;
		text-align: left;
		background: #f8f4e5;
	}

	#bc ul {
		display: inline-block;
	}

	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/icon3.png) left center no-repeat;
		color: #333;
		font-weight: bold;
		font-size: 1.2rem;
	}

	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#bc li a {
		font-size: 1.2rem;
		color: #333;
		transition: all 0.3s ease-in-out 0s;
	}

	#bc li a:hover {
		color: #333;
		text-decoration: underline;
	}

	#bc li a #homePc {
		vertical-align: text-bottom;
		transition: all 0.3s ease-in-out 0s;
	}

	#bc li a #homePc:hover {
		opacity: 0.7;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #a79451;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}

@media only screen and (max-width:1430px) {
	#gNav > li {
		padding: 0;
	}

	#gNav > li a {
		padding: 7px 8px;
	}

	#hTopSns {
		padding: 0;
	}

	#gNav #burgerPc {
		padding: 0 2px;
		cursor: pointer;
	}

	.hTopBox {
		padding-right: 0;
	}

	#hTopSnsfJc {
		margin-right: 0;
	}

	#hTopSnsfFb {
		margin-right: 0;
	}

	#hNav .pdList li a {
		padding: 8px 10px;
	}

	#headLogo img {
		height: 27px;
		width: auto;
	}

	#headLogo a {
		padding: 34px 22px;
	}



}

/* PCここまで*/
/* -------------------------------------------------- */

/* IEハック */
@media all and (-ms-high-contrast:none)and (min-width: 1024px) {
	.pdList li a {
		padding: 11px 20px 5px;
	}

}


@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	.pc {
		display: none !important;
	}

	.sp {
		display: none !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	main {
		padding-top: 50px;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFFFFF;
		z-index: 9000;
	}

	#hInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 10000;
		background: #FFFFFF;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	/* 上部 */
	#hTop {
		text-align: center;
	}

	#hTopIn {
		padding: 0 3% 20px 3%;
	}

	.hTopBox {
		display: inline-block;
		padding: 0 5px 10px 0;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	/* FB・インスタ */
	#hTopSns {
		display: none;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 13px;
		line-height: 1;
		background: #a79451;
		border-radius: 20px;
		color: #FFFFFF;
	}

	#jpEn li a {
		display: block;
		padding: 2px 13px;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 13px;
		line-height: 1;
	}
	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn {
		width: 100%;
		letter-spacing: -0.4em;
	}

	#hBtn li {
		width: 100%;
		padding-left: 5px;
		vertical-align: middle;
		letter-spacing: normal;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#loginBtn {
		padding-bottom: 10px;
	}

	#headerBtn {
		display: block;
	}

	#loginBtn a {
		display: block;
		padding: 5px 20px 5px 40px;
		color: #a79451;
		border: 1px #a79451 solid;
		border-radius: 5px;
		font-weight: bold;
		background: url(img/common/sp/key_icon_sp.png) 20px 5px no-repeat;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: 17px;
	}

	#entryBtn a {
		display: block;
		padding: 5px 20px 5px 40px;
		color: #FFFFFF;
		background: url(img/common/sp/guide_icon_sp.png) 18px 9px no-repeat #ca1818;
		border-radius: 5px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: 18px;
	}

	#closeBtnWrap {
		height: 45px;
		padding: 10px 3% 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}

	#closeBtn {
		display: inline-block !important;
	}

	#closeBtn img {
		height: 18px;
	}

	/* 下段*/
	#spNav {
		padding: 0 3% 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li {
		border-bottom: 1px #666666 dotted;
	}


	.navHide {
		background: #EFEFEF;
	}

	.navHide li {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li.navHide li:last-child {
		border-bottom: none;
	}

	.navTit.off {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_open.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	.navTit.on {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_close.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	#gNavSpEn .navTit.off {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit.on {
		padding: 0;
		background: none;
	}

	#gNavSpEn li.sub a {
		background: none;
	}

	#gNavSpEn li.sub a:before {
		display: none;
	}

	.gNavSp li a {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	#spIg a {
		background: none;
	}

	.gNavSp li.sub a {
		padding: 8px 0 8px 0;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.gNavSp li.sub a:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 10px;
		background: #999999;
		vertical-align: middle;
		margin-right: 5px;
	}

	#spHeader {
		padding: 12px 3% 0 3%;
		position: relative;
	}

	#spHeadLogo {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}

	#spHeadLogo img {
		height: 20px;
		width: auto;
	}

	#spHeadLogo65 {
		display: inline-block;
		vertical-align: middle;
	}

	#spHeadLogo65 img {
		height: 30px;
		width: auto;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

	#spMenu img {
		height: 15px;
		width: auto;
	}

	/* -------------------------------------------------- */
	/* 共通リンク帯 */
	/* -------------------------------------------------- */
	.colorBar {
		width: 100%;
		padding: 10px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.colorBar a {
		padding: 10px 0;
		text-align: center;
		display: block;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
		font-size: 1.rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
	}

	.colorBar a:hover {
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF;
		color: #666666;
	}

	.colorBar .small {
		padding: 3px 20px;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
		display: inline-block;
		border: 1px #FFFFFF solid;
	}

	.colorBar a:hover .small {
		border: 1px #666666 solid;
	}

	#fBottom .colorBar a {
		padding: 15px 0;
	}

	/* ボタン */
	.colorBtn {
		padding: 0 3% 50px;
		text-align: center;
	}

	.gradBar {
		display: block;
		margin: 0 0 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.colorBtn a {
		padding: 15px 30px;
		text-align: center;
		display: block;
		color: #FFFFFF;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #FFFFFF solid;
	}

	/* 下部ナビゲーション */
	#jciNav {
		letter-spacing: -.4em;
	}

	.jciNavItem {
		display: inline-block;
		width: 100%;
		letter-spacing: 0;
		padding: 0 0 10px 0;
	}

	.jciNavItem:nth-child(2n) {
		padding-right: 0;
	}

	.jciNavItem:last-child {
		padding-bottom: 0;
	}

	.jciNavItem a {
		display: block;
		padding: 13px 20px;
		font-size: 1.3rem;
		line-height: 1;
		border: 1px solid #a79451;
		color: #a79451;
		background: url(img/common/sp/icon6_sp.png) no-repeat right 10px center #fff;
		background-size: 7px;
	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit1 {
		font-size: 2rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.commonTit2 {
		font-size: 2rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-weight: bold;
		position: relative;
		text-align: center;
		color: #59493f;
	}

	.commonTit2:after {
		content: "";
		width: 40px;
		height: 1px;
		background: #bfbfbf;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -20px;
	}

	.commonTit3 {
		margin-bottom: 15px;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #59493f;
		border-bottom: 1px #a79451 solid;
	}

	.commonTit4 {
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.commonBtn1 a {
		display: block;
		padding: 20px 20px;
		background-image: url(img/common/icon_next_white.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 2.0rem;
		font-weight: bold;
		color: #FFFFFF;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
	}

	.commonBtn1 a .small {
		font-size: 1.3rem;
	}

	.commonBtn1 a:hover {
		opacity: 0.7;
	}

	.commonBtn2 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background-image: url(img/common/icon_next_midori.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn2 a:hover {
		color: #FFFFFF !important;
		background-image: url(img/common/icon_next_white.png);
	}

	.commonBtn3 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.5rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background: url(img/common/icon_pdf.png) 5% center no-repeat;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn3 a:hover {
		color: #FFFFFF !important;
		background: url(img/common/icon_pdf_hover.png) 5% center no-repeat #a79451;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}

	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		padding: 0 3%;
		font-size: 1.6rem;
	}

	.commonTxt1 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.commonTxt2 {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 1em;
	}

	.commonTxt2 a {
		color: #a79451;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border: 1px #c9c9c9 solid;
		padding: 20px;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #f8f4e5;
	}

	#fTopIn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#fLogoWrap {
		display: block;
	}

	#fLogo {
		display: inline-block;
		padding-bottom: 20px;
	}

	#fLogo img {
		height: 23px;
		width: auto;
	}

	#fLogo65 {
		padding: 0 20px 10px;
		display: inline-block;
		vertical-align: middle;
	}

	#fLogo65 img {
		height: 60px;
		width: auto;
		vertical-align: middle;
	}

	#fTopSns {
		display: inline-block;
		padding: 3px 0 20px;
		text-align: center;
	}

	#fJcc {
		margin-right: 10px;
		display: inline-block;
	}

	#fJcc a {
		display: block;
		padding: 3px;
		border-radius: 5px;
		font-size: 1.1rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
	}

	#fFb img {
		width: 30px;
		height: 30px;
	}

	#fIg {
		display: inline-block;
	}

	#fIg img {
		width: 30px;
		height: 30px;
	}

	#fContact {
		display: inline-block;
		width: 100%;
		padding: 20px 107px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #a79451;
		background: #fff;
	}

	#topEntryContact {
		padding: 20px 82px;
		text-align: center;
		border: 1px solid #a79451;
		background: #fff;
		letter-spacing: -.4em;
	}

	.topEntryTit {
		padding-bottom: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #41352d;
		letter-spacing: 0.25em;
		line-height: 1.4;
	}

	.topEntrySub2 {
		display: inline-block;
		padding: 10px;
		margin-bottom: 12px;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		color: #000;
		background: #eee;
	}

	.topEntryMethod {
		display: block;
		width: 100%;
		text-align: left;
	}

	.EntryMethodItem {
		width: 48%;
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		display: inline-block;
		width: 56px;
		margin-bottom: 10px;
		padding: 4px 0;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0;
		background: #41352d;
		color: #fff;
	}

	.topEntryMethod .EntryMethodTell {
		padding-right: 3%;
	}

	.EntryMethodNumber {
		display: block;
		color: #a70303;
		font-weight: 500;
		line-height: 0.8;
		font-size: 3.8rem;
		text-align: left;
		letter-spacing: 0.06em;
		padding-bottom: 5px;
		font-family: 'Barlow Condensed', sans-serif;
		position: relative;
	}

	.EntryMethodNumber::before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(img/common/sp/tell2020_icon_sp.png) no-repeat 0 0;
		background-size: contain;
		vertical-align: middle;
		margin-top: -3px;
	}

	.EntryMethodNumber a::before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(img/top/tell2020_icon.png) no-repeat 0 0;
		background-size: contain;
	}

	.EntryMethodDetail {
		color: #a70303;
		font-size: 1.4rem;
		line-height: 1;
		text-align: left;
	}

	.EntryMethodTime {
		float: left;
	}

	.EntryMethodBtn {
		display: block;
		vertical-align: middle;
	}

	.topEntryMethod .EntryMethodBtn a {
		display: block;
		padding: 12px 10px 12px 40px;
		color: #FFFFFF;
		background: url(img/common/sp/guide_icon_sp.png) 24px center no-repeat #a70303;
		background-size: 20px;
		border-radius: 5px;
		border: none;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	#fjcTit {
		padding: 0 3% 10px;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1;
	}

	#fAddress {
		text-align: left;
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fMid {
		width: 100%;
		margin: 0 auto;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}

	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fAddress a {
		color: #a70303;
	}

	#fMid {
		width: 100%;
		margin: 0 auto;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}

	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fNavTop {
		font-size: 1.5rem;
	}

	.fNavList {
		font-size: 1.5rem;
	}

	#fNavTop a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList dd {
		line-height: 1.2;
	}

	#spNavSns {
		display: block !important;
		text-align: center;
		padding: 10px 0;
	}

	#spNavSnsIn {
		display: inline-block;
	}

	#spNavSnsIn li {
		display: inline-block;
		margin: 0 5px;
		vertical-align: -webkit-baseline-middle;
		border-bottom: none;
	}

	#spFjc a {
		display: block;
		padding: 7px;
		border-radius: 5px;
		font-size: 1.2rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	#spFb img.sp,
	#spIg img.sp {
		display: block !important;
	}

	.outLink {
		background: url(img/common/sp/outlink2.png) 97% center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
	}

	#copy {
		padding: 10px 0;
		text-align: center;
		font-size: 1.0rem;
	}

	#pagetopArea {
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1000;
	}

	#pagetopArea a {
		display: block;
		background: #333333;
		background: rgba(0, 0, 0, 0.9);
		padding: 13px 10px;
		vertical-align: middle;
		line-height: 1;
	}

	#pagetopArea a img {
		vertical-align: middle;
	}

	#container .sp-button {
		border: 1px solid #000;
		width: 8px;
		height: 8px;
		margin: 3px;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 94%;
		margin: 0 auto;
		padding: 50px 0;
	}

	.singleColum {
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 30px;
	}

	.singleColum .colorBtn {
		padding: 0px;
	}

	#fv {
		width: 100%;
	}

	.underLayer {
		position: relative;
	}

	#underMainTit {
		padding: 80px 3%;
		font-size: 2rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}

	#underMainTit span {
		display: inline-block;
		padding: 20px;
		border: 3px solid #fff;
		letter-spacing: 0.2em;
		position: relative;
	}

	#underMainTit span::before {
		width: 220px;
		content: 'FUKUOKA JC 2020';
		display: inline-block;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.55em;
		font-family: 'Barlow Condensed', sans-serif;
		color: #fff;
		position: absolute;
		top: -18px;
		left: -2px;
	}

	#subTit {
		font-size: 1.6rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}

	/* パンくず */
	#bc {
		padding: 10px 3%;
		text-align: left;
		background: #f8f4e5;
	}

	#bc ul {
		display: inline-block;
	}

	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/sp/icon3.png) left center no-repeat;
		background-size: 6px;
		color: #333;
		font-weight: bold;
		font-size: 1.2rem;
	}

	#bc li#singleBc {
		display: none;
	}

	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#home {
		display: inline-block;
		width: 16px;
	}

	#home img {
		width: 100%;
		vertical-align: top;
	}

	#bc li a {
		color: #333;
	}

	#enBreadcrumb {
		padding-left: 13px;
	}

	#enBreadcrumb::before {
		content: '';
		width: 12px;
		height: 12px;
		display: inline-block;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	.enBreadcrumb a {
		padding-left: 13px;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #a79451;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}

/* タブレットここまで*/
/* -------------------------------------------------- */



@media screen and (max-width: 767px) {

	/* （スマートフォン用）の記述 */
	.pc {
		display: none !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	main {
		padding-top: 50px;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFFFFF;
		z-index: 9000;
	}

	#hInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 10000;
		background: #FFFFFF;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	/* 上部 */
	#hTop {
		text-align: center;
	}

	#hTopIn {
		padding: 0 3% 20px 3%;
	}

	.hTopBox {
		display: inline-block;
		padding: 0 5px 10px 0;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	/* FB・インスタ */
	#hTopSns {
		display: none;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 8px;
		line-height: 1;
		background: #a79451;
		border-radius: 20px;
		color: #FFFFFF;
	}

	#jpEn li a {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}
	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn {
		width: 100%;
		letter-spacing: -0.4em;
	}

	#hBtn li {
		width: 100%;
		vertical-align: middle;
		letter-spacing: normal;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#loginBtn {
		padding-bottom: 10px;
	}

	#headerBtn {
		display: block;
	}

	#loginBtn a {
		display: block;
		padding: 14px 20px 14px 40px;
		color: #a79451;
		border: 1px #a79451 solid;
		border-radius: 5px;
		font-weight: bold;
		background: url(img/common/sp/key_icon_sp.png) 20px center no-repeat #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: 17px;
	}

	#entryBtn a {
		display: block;
		padding: 15px 20px 15px 40px;
		color: #FFFFFF;
		background: url(img/common/sp/guide_icon_sp.png) 18px center no-repeat #ca1818;
		border-radius: 5px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: 18px;
	}

	#closeBtnWrap {
		height: 45px;
		padding: 10px 3% 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}

	#closeBtn {
		display: inline-block;
		cursor: pointer;
	}

	#closeBtn img {
		height: 18px;
	}

	/* 下段*/
	#spNav {
		padding: 0 3% 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li {
		border-bottom: 1px #666666 dotted;
	}

	.gNavSp li a {
		padding: 8px 0;
		display: block;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.navHide {
		background: #EFEFEF;
	}

	.navHide li {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li.navHide li:last-child {
		border-bottom: none;
	}

	.navTit.off {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_open.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	.navTit.on {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_close.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	#gNavSpEn .navTit.off {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit.on {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit a {
		background: none;
	}

	#gNavSpEn li.sub a:before {
		display: none;
	}

	.gNavSp li.sub a {
		padding: 8px 0 8px 0;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.gNavSp li.sub a:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 10px;
		background: #999999;
		vertical-align: middle;
		margin-right: 5px;
	}

	#spHeader {
		padding: 12px 3% 0 3%;
		position: relative;
	}

	#spHeadLogo {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}

	#spHeadLogo img {
		height: 20px;
		width: auto;
	}

	#spHeadLogo65 {
		display: inline-block;
		vertical-align: middle;
	}

	#spHeadLogo65 img {
		height: 30px;
		width: auto;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

	#spMenu img {
		height: 15px;
		width: auto;
	}

	#spNavSns {
		text-align: center;
		padding: 10px 0;
	}

	#spNavSnsIn {
		display: inline-block;
	}

	#spNavSnsIn li {
		display: inline-block;
		margin: 0 5px;
		border-bottom: none;
	}

	#spNavSnsIn li img {
		width: 30px;
		height: 30px;
	}

	#spFjc a {
		display: block;
		padding: 4px;
		border-radius: 5px;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	/* -------------------------------------------------- */
	/* 共通リンク帯 */
	/* -------------------------------------------------- */
	.colorBar {
		width: 100%;
		padding: 10px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.gradBarLeft {
		width: 100%;
		padding-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gradBarRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.colorBar a {
		padding: 10px 0;
		text-align: center;
		display: block;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
		font-size: 1.rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
	}

	.colorBar a:hover {

		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF;
		color: #666666;
	}

	.colorBar .small {
		padding: 3px 20px;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
		display: inline-block;
		border: 1px #FFFFFF solid;
	}

	.colorBar a:hover .small {
		border: 1px #666666 solid;
	}

	#fBottom .colorBar a {
		padding: 15px 0;
	}

	/* ボタン */
	.colorBtn {
		padding: 0 3% 50px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gradBar {
		display: block;
		margin: 0 0 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.colorBtn a {
		padding: 15px 30px;
		text-align: center;
		display: block;
		color: #FFFFFF;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #FFFFFF solid;
	}

	.colorBtn a:hover {
		color: #666666;
		border: 1px #CCCCCC solid;
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* 下部ナビゲーション */
	#jciNav {
		letter-spacing: -.4em;
	}

	.jciNavItem {
		display: inline-block;
		width: 100%;
		letter-spacing: 0;
		padding: 0 0 10px 0;
	}

	.jciNavItem:last-child {
		padding-bottom: 0;
	}

	.jciNavItem a {
		display: block;
		padding: 13px 20px;
		font-size: 1.3rem;
		line-height: 1;
		border: 1px solid #a79451;
		color: #a79451;
		background: url(img/common/sp/icon6_sp.png) no-repeat right 10px center #fff;
		background-size: 7px;
	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit1 {
		font-size: 2rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.commonTit2 {
		font-size: 2rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-weight: bold;
		position: relative;
		text-align: center;
		color: #59493f;
	}


	.commonTit2:after {
		content: "";
		width: 40px;
		height: 1px;
		background: #a79451;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -20px;
	}

	.commonTit3 {
		margin-bottom: 15px;
		font-size: 2rem;
		font-weight: bold;
		color: #59493f;
		border-bottom: 1px #a79451 solid;
	}

	.commonTit4 {
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.commonBtn1 a {
		display: block;
		padding: 15px 20px;
		background-image: url(img/common/sp/icon2.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.6rem;
		font-weight: bold;
		color: #FFFFFF;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
		line-height: 1.2;
		text-align: center;
	}

	.commonBtn1 a .small {
		font-size: 1.3rem;
	}

	.commonBtn1 a:hover {
		opacity: 0.7;
	}

	.commonBtn2 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background-image: url(img/common/icon_next_midori.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn2 a:hover {
		color: #FFFFFF !important;
		background-image: url(img/common/icon_next_white.png);
	}

	.commonBtn3 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.5rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background: url(img/common/icon_pdf.png) 5% center no-repeat;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn3 a:hover {
		color: #FFFFFF !important;
		background: url(img/common/icon_pdf_hover.png) 5% center no-repeat #a79451;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}

	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		padding: 0 3%;
		font-size: 1.6rem;
	}

	.commonTxt1 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.commonTxt2 {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 1em;
	}

	.commonTxt2 a {
		color: #a79451;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border: 1px #c9c9c9 solid;
		padding: 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #f8f4e5;
	}

	#fTopIn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#fLogoWrap {
		display: block;
		padding-bottom: 20px;
	}

	#fLogo {
		display: inline-block;
		padding-bottom: 20px;
	}

	#fLogo img {
		height: 26px;
		width: auto;
	}

	#fLogo65 {
		padding: 0 20px 10px;
		display: inline-block;
		vertical-align: middle;
	}

	#fLogo65 img {
		height: 60px;
		width: auto;
		vertical-align: middle;
	}

	#fTopSns {
		display: inline-block;
	}

	#fJcc {
		margin-right: 10px;
		display: inline-block;
	}

	#fJcc a {
		display: block;
		padding: 4px;
		border-radius: 5px;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
	}

	#fFb img {
		width: 30px;
		height: 30px;
	}

	#fIg {
		display: inline-block;
	}

	#fIg img {
		width: 29px;
		height: 29px;
	}

	#fContact {
		display: inline-block;
		width: 100%;
		padding:10px 20px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #a79451;
		background: #fff;
	}

	#topEntryContact {
		padding: 10px;
		text-align: center;
		border: 1px solid #a79451;
		background: #fff;
		letter-spacing: -.4em;
	}

	.topEntryTit {
		padding-bottom: 6px;
		font-size: 1.5rem;
		font-weight: bold;
		color: #41352d;
		letter-spacing: 0.25em;
		line-height: 1.4;
	}

	.topEntrySub2 {
		display: block;
		padding: 5px;
		margin-bottom: 8px;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		color: #000;
		background: #eee;
	}

	.topEntryMethod {
		display: block;
		width: 100%;
		text-align: left;
	}

	.EntryMethodItem {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		display: inline-block;
		width: 56px;
		margin-bottom: 5px;
		padding: 4px 0;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0;
		background: #41352d;
		color: #fff;
	}

	.topEntryMethod .EntryMethodTell {
		width: 100%;
		padding-bottom: 8px;
	}

	.EntryMethodNumber {
		display: block;
		color: #a70303;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		letter-spacing: 0.06em;
		padding-bottom: 5px;
		font-family: 'Barlow Condensed', sans-serif;
	}

	.topEntryMethod .EntryMethodNumber a {
		margin-top: -3px;
		border: none;
		background: none;
		color: #a70303;
		font-size: 4.4rem;
		text-align: center;
		line-height: 0.8;
	}

	.EntryMethodNumber a::before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(img/common/sp/tell2020_icon_sp.png) no-repeat 0 0;
		background-size: contain;
	}

	.EntryMethodDetail {
		color: #a70303;
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
	}

	.EntryMethodTime {
	}

	.topEntryMethod .EntryMethodWeb {
		width: 100%;
	}

	.EntryMethodBtn {
		display: block;
		vertical-align: middle;
	}

	.topEntryMethod .EntryMethodBtn a {
		display: block;
		padding: 10px 10px 10px 40px;
		color: #FFFFFF;
		background: url(img/common/sp/guide_icon_sp.png) 30px center no-repeat #a70303;
		background-size: 20px;
		border-radius: 5px;
		border: none;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	#fjcTit {
		padding: 0 3% 10px;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1;
	}

	#fAddress {
		text-align: left;
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fMid {
		width: 100%;
		margin: 0 auto;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}

	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fAddress a {
		color: #a70303;
	}

	#fNavTop {
		font-size: 1.5rem;
	}

	.fNavList {
		font-size: 1.5rem;
	}

	#fNavTop a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList dd {
		line-height: 1.2;
	}

	.outLink {
		background: url(img/common/sp/outlink2.png) 97% center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
	}

	#copy {
		padding: 20px 0;
		text-align: center;
		font-size: 1.0rem;
	}

	#pagetopArea {
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1000;
	}

	#pagetopArea a {
		display: block;
		background: #333333;
		background: rgba(0, 0, 0, 0.9);
		padding: 10px 10px;
		vertical-align: middle;
		line-height: 1;
	}

	#pagetopArea a img {
		width: 12px;
		height: auto;
		vertical-align: middle;
	}


	#container .sp-button {
		border: 1px solid #000;
		width: 8px;
		height: 8px;
		margin: 3px;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 94%;
		margin: 50px auto;
	}

	.singleColum {
		margin-bottom: 50px;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 30px;
	}

	.singleColum .colorBtn {
		padding: 0px;
	}

	#fv {
		width: 100%;
	}

	.underLayer {
		position: relative;
	}

	#underMainTit {
		padding: 70px 3%;
		font-size: 2rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}

	#underMainTit span {
		display: inline-block;
		min-width: 170px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px;
		border: 3px solid #fff;
		letter-spacing: 0.2em;
		position: relative;
	}

	#underMainTit span::before {
		content: 'FUKUOKA JC 2020';
		display: inline-block;
		width: 155px;
		font-size: 1.4rem;
		text-align: left;
		font-weight: bold;
		letter-spacing: 0.3em;
		font-family: 'Barlow Condensed', sans-serif;
		color: #fff;
		position: absolute;
		top: -15px;
		left: -3px;
	}

	#subTit {
		font-size: 1.4rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}

	/* パンくず */
	#bc {
		padding: 10px 3%;
		text-align: left;
		background: #f8f4e5;
	}

	#bc ul {
		display: inline-block;
		line-height: 1.1;
	}

	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/sp/icon3.png) left center no-repeat;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
		color: #333;
		font-weight: bold;
		font-size: 1rem;
	}

	#bc li#singleBc {
		display: none;
	}

	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#home {
		display: inline-block;
		width: 12px;
	}

	#home img {
		width: 100%;
	}

	#enBreadcrumb {
		padding-left: 13px;
	}

	#enBreadcrumb::before {
		content: '';
		width: 12px;
		height: 12px;
		display: inline-block;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	.enBreadcrumb a {
		padding-left: 20px;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	#bc li a {
		color: #333;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #a79451;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}

/*i phone 5/SE 用*/
@media only screen and (max-width:320px) {
	.topEntrySub2 {
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	#underMainTit span {
		letter-spacing: 0.1em;
	}

	#underMainTit {
		font-size: 2.0rem;
	}
}

/* SPここまで*/
/* -------------------------------------------------- */
