@media screen and (max-width: 768px){
/*------------------------------------------------------------
  ttl
------------------------------------------------------------*/
.main-ttl {
	max-width: 100%;
	padding: 0 15px;
}
.main-ttl h3 {
	line-height: 1.3em;
	font-size: 6.2vw;
}
.main-ttl .sub-ttl {
	font-size: 14px;
	margin-top: 10px;
}
.main-ttl .sub-ttl:before {
	margin-right: 15px;
}
.main-ttl .sub-ttl:after {
	margin-left: 15px;
}

/*括弧*/
.brackets {
	margin-right: 25px;
}
.brackets:before,
.brackets:after {
	width: 10px;
	height: 20px;
}
.brackets:before {
	border-top: 1px solid #0a8432;
	border-left: 1px solid #0a8432;
	left: -12px;
}
.brackets:after {
	border-bottom: 1px solid #0a8432;
	border-right: 1px solid #0a8432;
	right: -12px;
}
/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	height: 50px;
	min-width: 100%;
}
header .inner {
	padding: 0 15px;
}
header .h-logo {
	margin-top: 0;
}
header .h-logo h1 a {
	display: block;
	background: url(../images/sp-logo.gif) 0 center no-repeat;
	background-size: 100% auto;
	width: 150px;
	height: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
header .h-btn_sp {
	width: 38%;
	margin-top: 6px;
}
header .h-btn_sp a {
	line-height: 32px;
	font-size: 12px;
}
header .h-btn_sp a span {
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	padding: 0 5px;
}
/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
.mv .inner {
	background: url(../images/sp-mv.jpg) center 0 no-repeat;
	background-size: 100% auto;
	height: 0;
	min-width: 100%;
	margin: 50px auto 0;
	padding-top: 104%;
	position: relative;
}
.mv .mv-ttl {
	background: url(../images/sp-mv-ttl.png) center center no-repeat;
	background-size: 95% auto;
	width: 100%;
	height: 0;
	padding-top: 78.53%;
	position: absolute;
	top: 15px;
}
/*---------- cv01 ----------*/
.cv01 {
	min-width: 100%;
	padding: 20px 15px;
	margin-top: -20px;
}
.cv01 .cv-inner {
	max-width: 100%;
}
.cv01 h3 {
	display: block;
	line-height: 1.3em;
	font-size: 16px;
	margin-right: 0;
}
.cv01 .arrow {
	display: none;
}
.cv01 .cv-btn {
	display: block;
	width: 100%;
	margin-top: 15px;
}
/*---------- annotation ----------*/
.annotation {
	max-width: 100%;
	margin: 10px auto 0;
	padding: 0 15px;
}
.annotation .a-txt {
	line-height: 1.5em;
	font-size: 11px;
	text-indent: -1.2em;
	padding-left: 1.2em;
	text-align: justify;
}

/*------------------------------------------------------------
  cv02
------------------------------------------------------------*/
.cv02 {
	min-width: 100%;
	padding: 30px 15px 40px;
}
.cv02 .cv-inner {
	max-width: 100%;
}
/* h3 */
.cv02 h3 {
	font-size: 5vw;
	padding: 0 40px;
}
.cv02 h3:before,
.cv02 h3:after {
  width: 30px;
}
/* btn-box */
.cv02 .btn-box {
	background: url(../images/sp-cv-btn-bg.jpg) center 0 no-repeat;
	background-size: 100% auto;
	height: 0;
	margin-top: 20px;
	padding-top: 55.15%;
}
.cv02 .cv-btn {
	width: 88%;
	top: inherit;
	right: 0;
	left: 0;
	bottom: 8%;
	margin: auto;
}
/* link-box */
.cv02 .link-box {
	margin-top: 30px;
}
.cv02 .link-box .left,
.cv02 .link-box .right,
.cv02 .link-box .center {
	width: 100%;
}
.cv02 .link-box .left,
.cv02 .link-box .center {
	margin-bottom: 15px;
}

.cv02 .link-box .right,
.cv02 .link-box .center {
	margin-left: 0px;
}

.cv02 .link-box .box {
	position: relative;
}
.cv02 .link-box .sub {
	line-height: 35px;
	font-size: 14px;
	padding: 0 10px;
}
.cv02 .link-box .sub img {
	width: 38px;
}
.cv02 .link-box .link {
	line-height: 40px;
}
.cv02 .link-box .link a {
	font-size: 16px;
}
.cv02 .link-box .link a:before {
	width: 20px;
	height: 20px;
	border: solid 2px #0a8432;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
}
.cv02 .link-box .link a:after {
	content: "";
	width: 4px;
	height: 4px;
	right: 25px;
	margin-top: -2px;
}
/*------------------------------------------------------------
  sec01
------------------------------------------------------------*/
.sec01 {
	min-width: 100%;
	padding-top: 40px;
}
.sec01 .block {
	margin-top: 30px;
}
.sec01 h4 {
	background: url(../images/sp-sec01-h4.gif) center center no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	padding-top: 21.88%;
}
.sec01 .box01 {
	background: none;
	height: auto;
	margin: 15px auto 0;
	padding: 0 15px;
}
.sec01 .check-list {
	width: 100%;
	float: inherit;
	margin-top: 15px;
}
.sec01 .check-list li {
	line-height: 1.3em;
	font-size: 16px;
	padding: 10px 0 10px 32px;
}
.sec01 .check-list li:first-child {
	padding-top: 0;
}
.sec01 .check-list li:before {
	width: 26px;
	height: 27px;
}
.sec01 .arrow {
	width: 30%;
	margin: 10px auto 20px;
}
.sec01 .box02 {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 15px;
}
.sec01 .box02 h5 {
	font-size: 22px;
}
.sec01 .box02 h5 span {
	font-size: 34px;
}
/*------------------------------------------------------------
  sec02
------------------------------------------------------------*/
.sec02 {
	width: 100%;
	min-width: 100%;
	margin: auto;
	padding-top: 50px;
}
.sec02 .block {
	background: none;
	background-size: inherit;
	height: inherit;
}
.sec02 .box {
	max-width: 100%;
	margin: 30px auto 0;
}
.sec02 h4 {
	line-height: 1.5em;
	font-size: 18px;
	padding: 0 15px;
}
.sec02 .txt-box {
	width: 100%;
	height: 0;
	margin: 25px auto 0;
	padding-top: 45.67%;
	position: relative;
	z-index: 1;
}
.sec02 .list-bg {
	background: url(../images/bg02.jpg) center bottom no-repeat;
	background-size: cover;
	width: 100%;
	height: 0;
	margin: -20% auto 0;
	position: relative;
	padding-top: 76.63%;
}
.sec02 .list {
	width: 95%;
	height: 0;
	margin: auto;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	padding-top: 23.34%;
}
/*------------------------------------------------------------
  sec03
------------------------------------------------------------*/
.sec03 {
	min-width: 100%;
	padding-top: 50px;
}
.sec03 .block01 {
	margin-top: 30px;
}
.sec03 .block02,
.sec03 .block03 {
	margin-top: 0;
}
.sec03 .block03 {
	margin-bottom: 0;
}
/*---------- point-tl ----------*/
.sec03 .block .point-tl {
	box-sizing: border-box;
	width: 100%;
	height: 0;
	padding-top: 34.93%;
	position: relative;
}
.sec03 .block01 .point-tl {
	background: url(../images/sec03-img01.png) center center no-repeat;
	background-size: 100% auto;
}
.sec03 .block02 .point-tl {
	background: url(../images/sec03-img07.png) center center no-repeat;
	background-size: 100% auto;
}
.sec03 .block03 .point-tl {
	background: url(../images/sec03-img09.png) center center no-repeat;
	background-size: 100% auto;
}
.sec03 .point-inner {
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	position: absolute;
	top: 20%;
}
.sec03 .point-tl .p-icon {
	width: 18%;
}
.sec03 .point-tl h4 {
	width: 76%;
	line-height: 1.3em;
	font-size: 5vw;
	margin-left: 2%;
}
.sec03 .point-tl h4 span {
	font-size: 3.2vw;
}
/*---------- box-bg ----------*/
.sec03 .box-bg {
	background: url(../images/bg04.jpg) center 0 repeat;
	background-size: 100% auto;
	height: auto;
	padding: 0 15px;
}
/*---------- box ----------*/
.sec03 .box {
	max-width: 100%;
	margin: auto;
	padding: 30px 15px 40px;
	top: -30px;
}
.sec03 .left {
	width: 100%;
}
.sec03 .right {
	width: 100%;
}
.sec03 .box-inner02 {
	margin-top: 25px;
}
.sec03 .box-inner03 {
	margin-top: 20px;
}
.sec03 .h5-01 {
	line-height: 1.3em;
	font-size: 18px;
}
.sec03 .h5-02 {
	line-height: 50px;
	font-size: 16px;
}
.sec03 .h5-03 {
	font-size: 20px;
	padding: 12px 0;
}
.sec03 .sub-txt {
	font-size: 11px;
	margin-top: 10px;
}
.sec03 .txt01 {
	line-height: 1.5em;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sec03 .txt02 {
	line-height: 1.5em;
	font-size: 12px;
	margin-top: 15px;
}
/*----- img-list -----*/
.sec03 .img-list {
	margin-top: 15px;
}
.sec03 .img-list li {
	width: 25%;
	float: left;
}
/*----- table-box -----*/
.sec03 .table-box .area {
}
.sec03 .table-box ul {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d0e0bf;
	text-align: center;
}
.sec03 .table-box ul:last-child {
	border-bottom: none;
}
.sec03 .table-box li {
	display: block;
	width: 100%;
	padding: 25px 20px;
	border-bottom: 1px solid #d0e0bf;
}
.sec03 .table-box li:last-child {
	border-bottom: none;
}
.sec03 .table-box li:nth-child(2n-1) {
	border-right: none;
}
.sec03 .table-box .icon {
	display: inline-block;
	vertical-align: middle;
}
.sec03 .table-box .icon01 {
	width: 24%;
}
.sec03 .table-box .icon02 {
	width: 22%;
}
.sec03 .table-box .icon03 {
	width: 22%;
}
.sec03 .table-box .icon04 {
	width: 16%;
}
.sec03 .table-box .icon05 {
	width: 24%;
}
.sec03 .table-box .icon06 {
	width: 26%;
}
.sec03 .table-box .icon07 {
	width: 24%;
}
.sec03 .table-box .sub {
	line-height: 1.3em;
	font-size: 17px;
	margin-left: 10px;
	text-align: left;
}
.sec03 .table-box .txt {
	line-height: 1.5em;
	font-size: 12px;
	margin-top: 20px;
}
/*----- list-box -----*/
.sec03 .list-box {
	margin-top: 20px;
	padding: 0 15px;
}
.sec03 .list-box .left,
.sec03 .list-box .right,
.pc2col li {
	width: 100%
}
.sec03 .list-box .left {
	padding-bottom: 10px;
}
.sec03 .list-box li {
	font-size: 13px;
	padding-bottom: 10px;
}
.sec03 .list-box li:last-child {
	padding-bottom: 0;
}
/*---------- block02 ----------*/
.sec03 .block02 .h5-03 {
	font-size: 16px;
	padding: 15px 0;
}
.sec03 .block02 .h5-03 span {
	font-size: 20px;
}
/*---------- block03 ----------*/
.sec03 .block03 .box-inner01 .h5-01 {
	text-align: left;
	font-size: 18px;
}
.sec03 .block03 .float-box {
	margin-top: 20px;
}
.sec03 .block03 .h5-03 {
	line-height: 1.5em;
	font-size: 16px;
}
.sec03 .block03 .h5-03 span {
	font-size: 20px;
}
.sec03 .block03 .right img {
	width: 100%;
	height: auto;
	margin-top: 15px;
}
/*------------------------------------------------------------
  sec04
------------------------------------------------------------*/
.sec04 {
	width: 100%;
	min-width: 100%;
	padding-top: 50px;
}
.sec04 .inner {
	max-width: 100%;
	margin: auto;
}
.sec04 .block {
	margin-top: 30px;
	padding: 0 15px;
}
.sec04 .box {
	box-shadow: 6px 6px #e1e2d6;
	padding: 20px 15px;
	margin-bottom: 30px;
}
.sec04 .box02 {
	box-shadow: 10px 10px #ecebe1;
}
.sec04 .box .left,
.sec04 .box .right {
	width: 100%;
}
.sec04 .box h4 {
	font-size: 14px;
}
.sec04 .box h4 .icon {
	height: 30px;
	line-height: 28px;
	padding: 0 5px 0 10px;
	margin-right: 25px;
	position: relative;
}
.sec04 .box h4 .icon:after {
	border-width: 30px 15px 0 0;
	right: -15px;
}
.sec04 .box h4 .icon-txt {
	font-size: 11px;
}
.sec04 .box img {
	margin-top: 15px;
}
.sec04 .box h5 {
	line-height: 1.3em;
	font-size: 18px;
	margin-top: 15px;
}
.sec04 .box .txt {
	line-height: 1.5em;
	font-size: 12px;
	margin-top: 15px;
}
/*------------------------------------------------------------
  sec05
------------------------------------------------------------*/
.sec05 {
	min-width: 100%;
	padding-top: 50px;
}
.sec05 .block01 {
	background: url(../images/bg03.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-top: 40px;
	padding: 30px 15px 30px;
}
.sec05 .block-inner {
	max-width: 100%;
}
/*---------- block01 ----------*/
.sec05 .block01 .left{
	width: 100%;
}
.sec05 .block01 .right {
	width: 100%;
}
.sec05 .block01 .right img {
	height: auto;
	margin-top: 15px;
}
.sec05 .block01 h4 {
	display: inline-block;
	line-height: 1.3em;
	font-size: 5vw;
	padding: 0 12%;
}
.sec05 .block01 h4:before,
.sec05 .block01 h4:after {
  width: 30px;
}
.sec05 .box {
	display: block;
	border: 2px solid #fff;
	margin-top: 20px;
}
.sec05 .box .l-box,
.sec05 .box .r-box {
	display: block;
}
.sec05 .box .r-box {
	color: #fff;
	padding: 20px 20px;
}
.sec05 .box h5 {
	background: #fff;
	height: 100%;
	font-size: 18px;
	padding: 10px 20px;
}
.sec05 .box h5:after {
	border: 10px solid transparent;
	border-left-color: none;
	border-top-color: #fff;
	border-bottom-width: 0;
	margin-top: 0;
	margin-right: -10px;
	position: absolute;
	top: inherit;
	bottom: -10px;
	right: 50%;
}
.sec05 .box ul {
	text-align: center;
}
.sec05 .box li {
	font-size: 16px;
	padding-bottom: 20px;
}
.sec05 .box .txt {
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
}

/*---------- 開催スケジュールエリア ----------*/
.schedule-area {
	max-width: 100%;
	margin: 40px auto 0;
	padding: 0 15px;
}
.schedule-area .tl-box:before {
	border-bottom: 15px solid transparent;
	border-right: 15px solid #29683a;
}
.schedule-area h4 {
	font-size: 22px;
}
.schedule-area .sub-ttl {
	display: block;
	font-size: 12px;
	margin-left: 0;
	margin-top: 5px;
}
.schedule-area table th {
	width: 20%!important;
	font-size: 14px;
}
.schedule-area table td {
	padding: 20px 20px;
}
.schedule-area td dt {
	font-size: 12px;
	margin-bottom: 10px;
}
.schedule-area td dt .place {
	font-size: 10px;
	padding: 5px 5px;
	margin-right: 0;
}
.schedule-area td dt .smCity{
    font-size: 10px;
	float:none;
	margin-bottom:5px;
	width:60px;
}
.schedule-area td dt .date {
	display: block;
	margin-top: 5px;
}
.schedule-area td dt br.sp_br{
	display:block;
}
.schedule-area td dd {
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 1.3em;
}
.schedule-area td dd.smSub{
	font-size: 13px;
}
/*---------- block02 ----------*/
.sec05 .block02 {
	margin: 20px auto 40px;
	padding: 0 15px;
}
.sec05 .block02 .block-inner {
	background: url(../images/sp-sec05-img02.jpg) center center no-repeat;
	background-size: 100% 100%;
	height: 208px;
}
.sec05 .block02 .block-inner:after {
	display: none;
}
.sec05 .block02 h4 {
	font-size: 4.5vw;
}
.sec05 .block02 .txt {
	line-height: 1.5em;
	font-size: 10px;
	margin-top: 15px;
}
.sec05 .block02 .btn{
	width: 80%;
	height: 40px;
	margin: 10px auto 0;
}
.sec05 .block02 .btn{
	line-height: 40px;
	font-size: 14px;
}
.sec05 .block02 .btn:after {
	width: 6px;
	height: 6px;
	border-top: solid 2px #616162;
	border-right: solid 2px #616162;
	margin-top: -3px;
	right: 15px;
}


/*---------- block03 ----------*/
.sec05 .block03 {
	margin: 40px auto 0px;
	padding: 0 15px;
}
.sec05 .block03 .block-inner {
	background: url(../images/sp-sec05-img03.jpg) center center no-repeat;
	border-radius: 3px;
	background-size: 100% 100%;
	height: 208px;
}
.sec05 .block03 .block-inner:after {
	display: none;
}
.sec05 .block03 h4 {
	font-size: 4.5vw;
}

.sec05 .block03 .block-inner:after {
	display: block;
	content: "" ;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 2%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.sec05 .block03 .txt {
	line-height: 1.5em;
	font-size: 10px;
	margin-top: 15px;
	padding:0 40px;
}
.sec05 .block03 .btn {
	width: 80%;
	height: 40px;
	margin: 10px auto 0;
}
.sec05 .block03 .btn {
	line-height: 40px;
	font-size: 14px;
}
.sec05 .block03 .btn:after {
	width: 6px;
	height: 6px;
	border-top: solid 2px #616162;
	border-right: solid 2px #616162;
	margin-top: -3px;
	right: 15px;
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
footer {
	min-width: 100%;
	box-sizing: border-box;
	padding: 30px 15px;
}
footer h3 {
	font-size: 16px;
}
footer .txt {
	line-height: 1.5em;
	font-size: 14px;
	margin-top: 20px;
}
footer .copy {
	font-size: 11px;
	margin-top: 20px;
	line-height: 1.3em;
}
/*------------------------------------------------------------
  SP用登録フォームリンク設定
------------------------------------------------------------*/
.h-btn {
	display:none;
}

}

/*------------------------------------------------------------
  LP
------------------------------------------------------------*/

@media screen and (max-width: 769px){
.responsive_video { 
	position: relative; 
	padding-bottom: 56.25%; 
	margin-bottom:5%;
	margin-top:10%;
}
.responsive_video iframe{ 
	height:100%;
	width:100%;
	position: absolute; top: 0; left: 0;
}
}

@media screen and (min-width: 769px){
.h-btn_sp {
	display:none;
}
}

