@charset "UTF-8";


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

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

/* 最上部テキスト
--------------------------------------*/
.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;
}

.lphead-contents { position: relative; }

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

.lp-title br { display: none; }

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

@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; }

/* series開催 */

.lp-series-date-dl {
	font-weight: 700;
	background: #ffcd00;
	padding: 0.5em 15%;
	width: max-content;
	margin: 0.5em auto 0;
	border: 1px solid #fff;
	border-radius: 4px;
}

@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;
		margin: 0;
		background: none;
		width: 100%;
		position: absolute;
		bottom: 3%;
	}

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

	.lp-date-ul li {
		width: auto;
		border-radius: 4px;
		background: #ccc;
	}

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

	.lp-series-date-dl {
		font-size: 1.25rem;
		width: auto;
		padding: 1em 6%;
		margin: 1em 0;
		border-radius: 8px;
		display: -ms-flexbox;
		display: flex;
	}

	.lp-series-date-dl dt {
		margin-right: 0.5em;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.lp-series-date-dl .dd-wrap {
		-ms-flex: 1;
		flex: 1;
	}

	.lp-series-date-dl dd {
		display: inline-block;
		margin: 0;
	}

	.lp-series-date-dl dd:not(:first-of-type):before {
		content: '／';
		font-weight: 400;
	}
}

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

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


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

.dxlp_set.lp-contents section { max-width: none; }

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

.lpsec-wrap { padding-bottom: 40px; }

.sechead-line + .lpsec-wrap,
.splp-sec01 .lpsec-wrap { padding: 40px 0; }

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

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

	.lpsec-wrap { padding-bottom: 80px; }

	.sechead-line + .lpsec-wrap,
	.splp-sec01 .lpsec-wrap { padding: 80px 0; }
}

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

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

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

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


.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 )  {

	.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);
}

/* ボタン横テキスト */

.btn-side { margin-bottom: 1em; }

@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 )  {

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

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

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

	.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-side {
		text-align: left;
		margin: 0 24px 0 0;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}


/* 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; }

.series-count {
	text-align: center;
	display: inline-block;
	width: 0.8em;
}

.timetable-li .text120 {
	text-align: right;
	display: inline-block;
	width: 1.25em;
}

/* Googleマップ */

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

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

.acf-map img {
   max-width: inherit !important;
}

 @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-of-type) { margin-bottom: 16px; }

.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; }
}
