@charset "UTF-8";

/* ボックスサイジング */
*,
*:before,
*:after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

/* 基本タグ
-------------------------------*/
dt { font-weight: bold; }

/* サイズ相対指定
-------------------------------*/

.text06 { font-size: 0.6em !important; }

.text07 { font-size: 0.7em !important; }

.text08 { font-size: 0.8em !important; }

.text09 { font-size: 0.9em !important; }

.text110 { font-size: 1.1em !important; }

.text120 { font-size: 1.2em !important; }

.text130 { font-size: 1.3em !important; }

.text140 { font-size: 1.4em !important; }

.text150 { font-size: 1.5em !important; }

.text160 { font-size: 1.6em !important; }

.text180 { font-size: 1.8em !important; }

.text200 { font-size: 2em !important; }


/* テキストアンダーライン
-------------------------------*/

/*.uline-s,
.uline-d { padding-bottom: 0.1em; }*/

.uline-s { border-bottom: 1px solid; }

.uline-d { border-bottom: 1px dotted; }

.uline-red { border-bottom-color: #f00; }

/* マーカー */

.marker-y {
	background: -moz-linear-gradient( transparent 80% , rgba(255,230,5,0.8) 0%) !important;
	background: -webkit-linear-gradient( transparent 80% ,rgba(255,230,5,0.8) 0%) !important;
	background: linear-gradient( transparent 80% ,rgba(255,230,5,0.8) 0%) !important;
}

/* リスト
----------------------------- */

.note-list {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.note-list > li:not(:last-child) { margin-bottom: 0.3em; }

/* マージン
-------------------------------*/

.mg-t0 { margin-top: 0 !important; }

.mg-t8 { margin-top: 8px !important; }

.mg-t16 { margin-top: 16px !important; }

.mg-t32 { margin-top: 32px !important; }

.mg-t40 { margin-top: 40px !important; }

.mg-b0 { margin-bottom: 0 !important; }

.mg-b8 { margin-bottom: 8px !important; }

.mg-b16 { margin-bottom: 16px !important; }

.mg-b32 { margin-bottom: 32px !important; }

.mg-b40 { margin-bottom: 40px !important; }

.mg-b56 { margin-bottom: 56px !important; }

.mg-b80 { margin-bottom: 80px !important; }

.mg-tb0 { margin: 0 !important; }

.mg-tb16 { margin: 16px 0 !important; }

.mg-tb32 { margin: 32px 0 !important; }

.mg-tb40 { margin: 40px 0 !important; }

.mg-l0 { margin-left: 0 !important; }

.mg-l1 { margin-left: 1em !important; }


/* img関連
-------------------------------*/
p.wp-caption-text {
	font-size: 0.75em;
	line-height: 1.4;
}

.gallery img { border: none !important; }


/* ブロック横並び
-------------------------------*/

.sideby-side02,
.sideby-side03,
.sideby-side04 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sideby-side02:after,
.sideby-side03:after,
.sideby-side04:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and ( min-width: 641px )  {

	.sideby-side02,
	.sideby-side03,
	.sideby-side04 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sideby-side02 > li,
	.sideby-side02 > p { width: 48.235% !important; }

	.sideby-side03 > li,
	.sideby-side03 > p { width: 30.98% !important; }

	.sideby-side04 > li,
	.sideby-side04 > p { width: 22.36% !important; }
}


/* ボックス、フレーム設定
-------------------------------*/

.box,
.wh-box,
.fr-box,
.fr-box-r { padding: 16px; }

.wh-box {
	background: #fff;
	border-radius: 2px;
}

/* フレーム */

.fr-box,
.fr-box-r,
.frame {
	border-style: solid;
	border-width: 1px;
}

.fr-box-r { border-radius: 8px; }

.frame img { margin: 0; }

@media screen and ( min-width: 641px )  {

	.contents .wh-box,
	.contents .box,
	.contents .fr-box { padding: 24px; }
}

/* 背景・フレームカラー設定
-------------------------------*/

/* 背景 */

.bg-white { background: #fff; }

.bg-lgray { background: #f5f5f5; }

.bg-lbeige { background: #f3eee5; }

.bg-lyellow { background: #f5f4e6; }

/* フレーム */

.fr-lgray { border-color: #ccc; }


.expo-consul-ul .special-box {
	border: 4px solid #c49f40;
	margin: 4px 2px;
	background: rgb(255,255,255) !important;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(226,216,190,1) 100%) !important;
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,216,190,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(226,216,190,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2d8be',GradientType=0 ) !important;
}



/* レイアウト共通
-------------------------------------*/

.center-box-s {
	max-width: 760px;
	margin: 0 3%;
}

@media screen and ( min-width: 806px )  {

	.center-box-s { margin: 0 auto; }
}

.wp-caption { max-width: 100% !important; }

.wp-caption-text { margin-top: 0.5em; }

.btn-splp { margin-bottom: 0; }

.of-hidden { overflow: hidden; }

@media screen and ( min-width: 772px )  {

	.alignwide {
		max-width: 95vw;
		margin-right: calc( 50% - 95vw/2 );
		margin-left: calc( 50% - 95vw/2 );
	}

	.alignfull {
		margin-right: calc( 50% - 50vw );
		margin-left: calc( 50% - 50vw );
	}
}

@media screen and ( min-width: 1144px )  {

	.alignwide {
		max-width: 1080px;
		margin-right: calc( 50% - 1080px/2 );
		margin-left: calc( 50% - 1080px/2 );
	}

	.alignfull {
		margin-right: calc( 50% - 50vw + 8px );
		margin-left: calc( 50% - 50vw + 8px );
	}
}


.page-template-inc_lp_set main { padding-bottom: 0; }

/*---------------------------------
 フォーム関連 基本設定
 ---------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea,
select {
	/*line-height: 30px;*/
	width: 100%;
	height: auto;
	padding: 0.5em 0.8em;
	border: 1px solid #d4d4d7;
	border-radius: 2px;
	background: #fcfcfc;
	-moz-box-shadow: 1px 1px 2px #eee inset;
	-o-box-shadow: 1px 1px 2px #eee inset;
	-webkit-box-shadow: 1px 1px 2px #eee inset;
	box-shadow: 1px 1px 2px #eee inset;
}

.inpShort input[type="number"] { width: 5em; }

/*========================================================
　メインタイトル設定
========================================================*/

/* 最上部テキスト
--------------------------------------*/
.lptop-txt {
	font-size: 15.5px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: 4px 0;
}

.lphead-tel {
	font-size: 1.6em;
	line-height: 1.2;
}

.lphtel-txt {
	font-size: 0.75rem;
	font-weight: normal;
	display: block;
}

.lphtel-txt br { display: none; }


@media screen and ( min-width: 641px )  {

	.lptop-txt p { margin: 0; }

	.lphead-copy {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.lphtel-txt { display: inline-block; }

}

@media screen and ( min-width: 980px )  {

	.lptop-txt {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.lphead-tel { font-size: 2em; }

	.lphtel-txt br { display: inline; }
}

/* メインタイトル
--------------------------------------*/

.lp-head{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.lp-title {
	color: #f00;
	font-size: 1.5rem;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

.lp-title br { display: none; }

.lp-title.img-lptit { margin: 0; }

@media screen and ( min-width: 641px )  {

	.lp-title.img-lptit { margin: 0; }
}

/* タイトル下日程
--------------------------------------*/
/*
.lp-date-ul,
.lp-date-ul li {
	background: rgba(0,142,230,1);
	border-bottom: 1px solid #fff;
}

.lp-date-ul li { color: #fff; }

@media screen and ( min-width: 641px )  {

	.lp-date-ul li { background: rgba(0,142,230,0.9); }
}*/

.lp-date-ul {
	font-size: 0.875rem;
	margin: 0 -3%;
	position: relative;
	z-index: 500;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lp-date-ul li {
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	padding: 0.2em 0;
	width: 50%;
	margin-bottom: -1px;
	border-top: 1px solid #fff;
}

.lp-date-ul li:first-child { width: 100%; }

.lp-date-ul li:nth-child(odd):not(:first-child) { border-left: 1px solid #fff; }

.img-lptit + .lp-date-ul { margin-top: -14%; }

@media screen and ( min-width: 760px )  {

	.lphead-contents {
		position: relative;
		height: 100%;
		overflow: hidden;
	}

	.lp-title.img-lptit { margin: 0; }

	.lp-date-ul,
	.lp-date-ul li,
	.lp-date-ul li:nth-child(odd):not(:first-child) { border: none; }

	.lp-date-ul {
		font-size: 1rem;
		background: none;
	}

	.img-lptit + .lp-date-ul {
		width: 100%;
		margin: -15.3% 0 16px;
		position: relative;
	}

	/*.img-lptit + .lp-date-ul.posi-left,
	.img-lptit + .lp-date-ul.posi-right { width: auto; }/* 写真により調整 */

	.img-lptit + .lp-date-ul.posi-right {
		margin-left: auto;
		margin-right: 0;
	}

	.lp-date-ul li {
		margin: 0 0 0 0;
		width: auto;
		padding: 0.2em 0 0.2em 0.4em;
		margin: 0 0.5em 10px;
		border-radius: 4px;
	}

	.lp-date-ul li:first-child { width: auto; }
}

@media screen and ( min-width: 1020px )  {

	.lp-date-ul { font-size: 1.25rem; }
}

@media screen and ( min-width: 1120px )  {

	.lp-date-ul li { margin-bottom: 16px; }
}



/*========================================================
　各セクション共通設定
========================================================*/

.splp-sec {
	margin: 0 !important;
	padding: 40px 0;
	position: relative;
}

.splp-sec.topline-none { padding-top: 0; }

.lpsec-contents > p,
.lpsec-contents > ul,
.lpsec-contents > ol,
.lpsec-contents > dl {
	font-size: 1.125rem;
}

.lpsec-contents > p {
	line-height: 1.8;
	text-align: justify;
}

.lpsec-contents > p:not(:last-child),
.lpsec-contents > ul:not(:last-child),
.lpsec-contents > ol:not(:last-child) { margin-bottom: 1em; }

.p-indent .lpsec-contents * p { text-indent: 0 }

/* 各セクションタイトル
--------------------------------------*/

.sechead-line {
	position: relative;
	padding: 16px 0;
	margin: -40px 0 40px;
}

.sechead-line .sec-title {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sechead-line h2 { margin-bottom: 0; }

.line-arrow:after {
	content: '';
	display: block;
	margin: 0 auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 36px;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

 @media screen and ( min-width: 641px )  {

 	.sechead-line {
 		padding: 24px 0;
 		margin-bottom: 80px;
 	}

	.lpsec-contents .lpsec-title-s { margin-bottom: 1em; }

 }

 /* 各セクション背景
--------------------------------------*/

.lpsec-bg {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}

.lpsec-bg img {
	max-width: none;
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0) scale(1);
	-ms-transform: translate(-50%,0) scale(1);
	transform: translate(-50%,0) scale(1);
}

.lpsec-contents[style] { padding: 8px; }

.lpsec-contents[style] .lpsec-title-s { margin: -8px -8px 0.5em; }

@media screen and ( min-width: 641px )  {

	.lpsec-contents[style] { padding: 24px; }

	.lpsec-contents[style] .lpsec-title-s { margin: -24px -24px 1em; }
}

 /* 申込ジャンプボタン
--------------------------------------*/

.splp-btnline {
	text-align: center;
	line-height: 1.4;
}

.btn-splp {
	text-align: center;
	line-height: 1.8;
}

.btn-splp a {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	display: inline-block;
	padding: 0.2em 2em;
	border-radius: 0.3em;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	position: relative;
}

.btn-splp a:hover {
	text-decoration: none;
	/*background: #ff3019;*/
}

.btn-splp a:active {
	top: 1px;
	box-shadow: 0 0 2px  rgba(0,0,0,0.5);
}

.btn-splp .fa {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#section08 .btn-splp .fa {
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media screen and ( min-width: 1144px )  {

	.sechead-line .splp-btnline {
		padding: 0 6%;
	}
}

/* 電話番号表示*/

.btn-phone {
	line-height: 1.4;
	margin-top: 0.5em;
}

.btn-telnumber {
	font-size: 2em;
	font-weight: bold;
}

.btn-telnumber i { font-weight: normal; }

.splp-contents .btn-side.side-none { display: none; }

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

	.splp-btnline {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.btn-splp a {
		font-size: 26px;
		font-size: 1.625rem;
		padding: 0.2em 1.5em;
	}

	/* ボタン横 */

	.btn-side {
		text-align: left;
		margin-right: 24px;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.btn-phone {
		margin-top: 0;
	}
}


/* social_bookmarking_light
--------------------------------------*/

.wp_social_bookmarking_light,
.wp_social_bookmarking_light_clear { display: none; }


/*========================================================
　各コンテンツ
========================================================*/


/* 開催概要
--------------------------------------*/

.semi-outlinesec:last-child {  margin-bottom: 0 }

/*.semiplace-ph {
	text-align: left;
	overflow: hidden;
	max-height: 235px;
	position: relative;
}*/

/*.semiplace-ph img { width: 100%; }*/

/*.semiplace-ph img.img-height {
	position: relative;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	transform: translate(0,-25%);
}*/

.lp-reserv { color: #002042; }

.semi-outlinebox table th { font-weight: bold; }

.contents .semi-outlinetb td { background: #fff; }

.semiplace-ph { max-height: 235px; }

.semiplace-ph,
.acf-map { max-width: 360px; }

/* Googleマップ */

.acf-map {
	width: 100%;
	max-width: 360px;
	height: 240px;
	border: 1px solid #eee;
	margin: 20px 0;
}

 @media screen and ( min-width: 641px )  {

 	.contents .semi-outlinetb td { padding-left: 1.5em;}
 }


/* FAX申込み
--------------------------------------*/

.semi-faxbox {
	background: #f5f5f5;
	padding: 8px;
}

.semi-faxbox:not(:last-child) { margin-bottom: 32px; }

.fax-iconwrap a {
	display: table;
	margin-bottom: 1em;
}

.fax-iconwrap i.fa-file-pdf { font-size: 54px; }

.fax-iconwrap a .faxTxt {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
	padding-left: 2.5em;
	text-indent: -0.65em;
}

.contents .fax-numbox {
	font-size: 0.8rem;
	text-align: center;
	text-indent: 0;
	line-height: 1.3;
	margin: 0;
	background: #fff;
	padding: 8px 8px;
}

.fax-number {
	font-size:1.5rem;
	font-weight: bold;
	line-height: 1.2;
	display: block;
}

.fax-number .sp-block {
	font-size: 0.875rem;
	font-weight: normal;
}

@media screen and ( min-width: 641px )  {

	.semi-faxbox { padding: 16px; }

	.semi-faxwrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fax-iconwrap a { margin-bottom: 0; }
}

@media screen and ( min-width: 980px )  {

	.fax-iconwrap { padding: 0 1em; }

	.consulting .fax-iconwrap { padding: 0; }

	.contents .fax-numbox {
		padding: 8px 16px;
		width: 50%;
	}

	.fax-number { font-size: 1.8rem; }
}














