@charset "utf-8";

.footer_bar{
	background: #45257B;
	color: #fff;
	text-align: center;
}
.footer_bar1{
	padding-top: 5px;
/*	max-width: 100%;*/
}
.footer_bar2{
}
.footer_bar3{
	padding-top: 3px;
	padding-bottom: 0px;
	
}

#row_body h1 {
	padding-bottom: 10px;
/*	border-bottom: 1px solid #000;*/
	margin-bottom: 10px;
}


/* スマートフォン表示*/
@media only screen and (max-width: 767px) {

#row_body h1 {
	padding-bottom: 10px;
/*	border-bottom: 1px solid #000;*/
	margin-bottom: 10px;
}
}

.eventicon img{
	width: 160px;
	height: 160px;
	padding-left: 0px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  background-color:#EBECEB;
  transition: .3s;
	
}
header li{
  position: fixed;
  padding-top: 30px;
  padding-right:12px;
  color: #fff;
  transition: .3s;
}

header .logo {
  display: block;
  position: fixed;
  top: 5px;
  left: 4%;
  width: 130px;
  max-width: 100%;
  height: auto;
  transition-duration: 0.5s; /*変化の時間*/
}

.is-animation {
  height: 50px;
}
.is-animation {
  color: #000;
}

.is-animation li{
  transition: .3s;
  padding-top: 2px;	
}

.is-animation img{
  width: 60px;
  left: 7%;
}

/*===================================
	メインビジュアル:start
====================================*/

.main_imgtext {
	/*親div*/
  position: relative;/*相対配置*/
  width:100%; 
	float:left;
	margin:0px;

}

/*.main_imgtext p{
	background:-moz-linear-gradient(0.15turn,rgba(240,240,240,0.7) 5%,70%, rgba(240,240,240,0.3) 90%);
	background:-webkit-linear-gradient(0.15turn,rgba(240,240,240,0.7) 5%,70%, rgba(240,240,240,0.3) 90%);
	background:-ms-linear-gradient(0.15turn,rgba(140,240,240,0.7) 5%,70%, rgba(240,240,240,0.3) 90%);
}
*/

.main_imgtext .main_text {
	position: absolute;
	top: 82%;
	left: 50%;
	/*background:rgba(195,195,195,0.90);*/
	background:-ms-linear-gradient(0.15turn,rgba(240,240,240,0.90),rgba(240,240,240,0.40));
	background:linear-gradient(0.15turn,rgba(240,240,240,0.9) 5%,70%, rgba(240,240,240,0.4) 90%);
	background:-moz-linear-gradient(0.15turn,rgba(240,240,240,0.9) 5%,70%, rgba(240,240,240,0.4) 90%);
	background:-webkit-linear-gradient(0.15turn,rgba(240,240,240,0.9) 5%,70%, rgba(240,240,240,0.4) 90%);

	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 10px;
	text-align: center;
	width: 100%;
	color: rgba(69,37,123,1.00);/*文字色は紫紺*/
	text-shadow: 2px 2px 2px #FFFFFF;
	font-weight: 500;
	letter-spacing: 0.1em;
	z-index: 200;
}

.main_imgtext .sub_text {
	letter-spacing: 0.1em;
	/*background:linear-gradient(0.15turn,rgba(240,240,240,0.7) 5%,70%, rgba(240,240,240,0.3) 90%);/*rgba(240,240,240,1.0);*/

	
}

.main_imgtext img{
	width:100%; 
}

@media only screen and (max-width: 767px) {
	.main_imgtext {
		/*親div*/
	  width:100%; 
	}

	.main_imgtext .main_text {
		/*font-weight: bold;*/
		top: 80%;
		padding: 5px;
		Text-align:Left;
		padding-Left:10px;
		text-shadow: 1px 1px #FFFFFF;
		background:-ms-linear-gradient(0.15turn,rgba(240,240,240,0.90),rgba(240,240,240,0.40));
/*		background:linear-gradient(0.15turn,rgba(240,240,240,0.8) 5%,70%, rgba(240,240,240,0.3) 90%);/*rgba(240,240,240,1.0);*/
		background:-moz-linear-gradient(0.15turn,rgba(240,240,240,0.9) 5%,70%, rgba(240,240,240,0.4) 90%);
		background:-webkit-linear-gradient(0.15turn,rgba(240,240,240,0.9) 5%,70%, rgba(240,240,240,0.4) 90%);

	}	
	
	.main_imgtext .sub_text{
		display: none;
	}
	.main_imgtext img{
		float:none;
		/*margin:0 10;*/
	}
}


/*===================================
	メインビジュアル:end
====================================*/


.shinkikaiinbosyu {
	margin-top: 10px;
	padding:10px;
}

/*---ヘッダーの動き:start----*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

/*---ヘッダーの動き:end----*/

.kaiinbosyu {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 56px;
	top: 12px;
	width: auto;
	height: 51px;
	cursor: pointer;
	z-index: 3;
	background-color: rgba(233,233,233,0.5);
	text-align: center;
	border-color: #333333;
	max-height: 51px;
}

/*---ハンバーガー用CSS:start---*/
.navToggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 3;
	background-color: rgba(233,233,233,0.5);
	text-align: center;
	border-color: #333333;
}
 
.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 30px;
	border-bottom: solid 3px #333333;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
	color: #333333;
    font-weight: bold;
    top: 34px;
}
/*---ハンバーガー用CSS:end---*/

/*---タップした後の「×」の形にする:start---*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*---タップした後の「×」の形にする:end---*/
.kaiinbosyu a img {
	max-height: 51px;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.mainimg-pc {
	display: block !important;
	width:100%;
	/*max-width: 100%;
	height: auto;
	top:100px;*/
}
.mainimg-sp {display: none !important;}
.logo-sp {display: none !important;}
.level2 .content > p {
	width: 99px;
}
/* スマートフォンで見たときは"-sp"がついた画像が表示される */
@media only screen and (max-width: 991px) {
	.mainimg-pc {display: none !important;}

	.mainimg-sp {
		display: block !important;
		width: 100%;
		height: auto;
		}
	.logo-sp {
		display: block !important;
		max-width: auto;
		max-height: 50px;
		margin:7px;
		}	
	.logo-sp2 {
		display: block !important;
		max-width: auto;
		max-height: 50px;
		margin:0px;
		}	
}

/*---イベントレポート　PC用:strat ----*/
.content > a {
	color: #000000;
}
.repocomm-td > a {
	color: #000000;
}

.report-pc {
	display:inline-block !important;
	max-width: 100%;
	max-height: auto;/*476px
	border: 1px solid rgba(236,28,32,1.00);*/
}

.report-sp {display: none !important;}

/*---イベントレポート　PC用:end ----*/


/*---イベントレポート　スマホ用:strat ----*/
@media only screen and (max-width: 767px) {
	.report-pc {display: none !important;}
	.report-sp {
		display: block !important;
		max-width: 100%;
		height: auto;
		}
}

/*---イベントレポート　スマホ用:end ----*/

.repotable {
	width:100%;
	min-width:140px;
	max-width:100%;
	max-height:100%;
}

.repolink {
	height: 274px;
	/*max-width:105px;*/
	max-height: 100%;
	text-align: center;
}

.repoimg-tr {
	/*width:100%;*/
	/*max-width:340px;*/
	max-height:210px;
}

.reportimg {
	width:100%;
	height:auto;
	max-width:100%;
}

.repocomm-tr {
/*	display:table;*/
	overflow: hidden;
	vertical-align: top;
}

.repo-td {
	padding-left:5px; /*レポート同士の間隔*/
	text-align: center;
	vertical-align: top;
	height:300px;
}

.repo-td > a {
    　display:block;
	  color:#000;
    　width:100%;
      height:100%;	
}

.repo-sub-title {
	max-width:100%;
	text-align: center;

}
.content .repo-sub-title {

}

.repo-main-title {
	text-align: center;
	font-style: oblique;
	max-width:100%;

}

.content .repo-main-title {
	text-align: center;
	font-style: oblique;
	padding: 5px;
	margin: 5px;

}

.repo-text {
}

.repocomm-td {
	/*display:table-cell;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	width: 32%;
	border-bottom: 0.5px solid rgba(190,190,190,1.00);
}

.repo-more {
	height:100%;
}

.repo-table {
	/*	border: medium solid rgba(0,0,0,1.00);*/
	border-collapse:separate;
	border-spacing: 5px 0px;
/*	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;*/
	border:0px;
}

.repo-table td {
	border-top: 1px solid rgba(190,190,190,1.00);
	border-left: 1px solid rgba(190,190,190,1.00);
	border-right: 1px solid rgba(190,190,190,1.00);
}

.reikaiimg {
	 padding-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #000;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 2px;
}



/*---イベントレポートアコーディオンメニュースマホ用:start---*/
.accordion1 {
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;

}
.accordion1 .level1 {
    float: none;
	list-style-type: none;
	width:100%;
	margin: 0px;
	left:0px;
}
.accordion1 .level2 {
	display:none;
	margin:0px;
	padding:0px;
}

.accordion1 .openmenu {
	display:block;
}
.accordion1 p{cursor: pointer; padding: 20px;}
.accordion1 p.ac{
	background: #E2E2E2;
	color: #45257B;	
}
.accordion1 p.ac-repo{
	margin-top:20px;
	background:rgba(69,37,123,0.65);
	color:rgba(240,240,240,1.00);	
}

.accordion1 .level2 li{
	padding: 10px 0;
	list-style-type: none;
	width:100%;
}
.accordion1 .level2 p {
	padding: 2px 0;
	list-style-type: none;
	margin:0px;
	width:100%;
/*	border: 1px solid #000000;*/
}
.content {
	border-bottom: 1px solid #000000;
}
.repo-date {
	text-align: right;
	max-width:95%;

}

.content .repo-date {
	text-align: right;
}




/*---facebook---*/
#snscontainer {
	margin: 10px;
}

.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}
 
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
/*---facebook:end---*/

.repo-next {
	text-align: center;
	border-bottom: 0.5px solid rgba(190,190,190,1.00);
}

.repo-next a{
	display:block;
	width:100%;
	height:100%;
    
}
/*.repo-next a:hover {background-color:#ffcccc;}*/

/*---メインビジュアル---*/
#cover {

	position: relative;
    overflow: hidden;
}
 
#cover>div {
    position: absolute;
    opacity: 0;
}

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

#cover-sp {
    width: 375px;
    height: 245px;
    position: relative;
    overflow: hidden;
}
 
#cover-sp>div {
    position: absolute;
    top: 0;
    opacity: 0;
}

/*---Mouseoverの画像処理----*/
.img_wrap{
/*  border: 1px solid #ddd;
  width: 300px;
  height: 226px;
*/
  width:100%;
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.1s;
}
.img_wrap:hover img{
  opacity: 0.5;
  transition-duration: 0.1s;
}
/*---Mouseoverの画像処理----*/


.event-title {
	text-align: center;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#494949;	

}
.event-title-sub {
	text-align: center;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#494949;	
}

.event-title-sub-sub {
	text-align: center;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#494949;	
}

.event-dt {
	color:#494949;	
	text-align: left;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
}

.formtitle {
	background-color:#efefef;
	font-weight: bold;
	display:block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top:10px;
	margin-bottom:10px;
	line-height: 1.5;
}



.event-text {
	color:#494949;	
	line-height: 1.5;
	letter-spacing: .1em;
}


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


	.report-sub-title {
		margin-bottom:10px;
	}
	.report-main-title {
		margin-bottom:10px;
	}
}



/*--- 続きを読むボタン設定 ----*/
.grad-wrap {
  position: relative;
  margin-bottom: 20px;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 0px;
  background: rgba(69,37,123,0.60);
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  /*box-shadow: 0 0 3px rgba(0,0,0,.3);*/
}
.grad-trigger:hover {
  background: rgba(69,37,123,0.10);
  color:rgba(69,37,123,1.0);

	/*background: #fff;*/
  /*color: #009e8f;*/
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 150px;/*詳細非表示時の高さ*/
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height:70px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(174,76,152,0.00) 0%, rgba(174,76,152,0.9) 50%, rgba(174,76,152,0.9) 50%, #fff 100%);
	
/*
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}

/*--フォーカス取得時、inputの薄い文字を消す---*/
input:focus:placeholder-shown {
color: transparent;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
input:focus:-ms-input-placeholder {
color: transparent;
}
input:focus::-ms-input-placeholder {
color: transparent;
}

/*--フォーカス取得時、inputの薄い文字を消す:end---*/


.contents-bar {
	background-color:rgba(69,37,123,0.65);
	color:rgba(255,255,255,1.00);
	padding: 10px 20px;
	margin-top:30px;
	margin-bottom:20px;
}

.event-text-copy {
	display:flex;
/*	justify-content: center;*/
	align-items: center;
	padding: 30 0 30 0;
}

.event-text-copy-s {
	display:flex;
/*	justify-content: center;*/
	align-items: center;
	padding: 30 0 30 0;
	
}

.event-shomei {
	text-align:right;
	color:#494949;	
	line-height: 1.5;
	letter-spacing: .1em;
}




.introduction {
	/*margin:10px auto 10px;*/
}
.introduction table{
	height:160px;
	min-width:320px;
	max-width:100%;
}
.introduction img{
	/*margin: 2px;*/
	width:100%;
	height:auto;
	vertical-align: middle;
	margin: 0 auto;
}



.menubar {
	text-align: center;
	margin-top:30px;
	margin-bottom:20px;
	
	
}

.event-dt .event-dt-koumoku {
	text-align: center;
}

.event-dt .event-dt-naiyou {
	text-align: left;
}

@media screen and (min-width: 768px) {
	.sp_br{
		display: none;
	}
}

@media screen and (max-width: 1300px) {
	.pc_br{
		display: none;
	}
	.imgtext p {
	  top: 80%;
	}

}

.event-map {
	text-align: center;
	font-weight: bold;
}


/*=============================
/　埋め込みメールフォーム用
/=============================*/
.formWrap {
	/*width:700px;*/
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	/*border:1px solid #ccc;*/
	padding:10px 0;
}
table.formTable th{
	width:40%;
	font-weight:normal;
/*	background:#efefef;*/
/*	padding:20px; */
	text-align: center;
}

table.formTable tr{
	border-bottom: 5px solid rgba(255,255,255,0.00);
}

input[type="text"], textarea {
	width:100%;
/*	padding:5px;*/
	display:block;
}
	
input[type="submit"], input[type="reset"], input[type="button"] {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em;
  margin: 0.5em;
  text-decoration: none;
  color:#FFFFFF;
  background: #FFB34F;
  transition: .4s;
  height:60px;
  width:60%;
}


input[type="submit"]:hover {
  background: #FFFFFF;
  color: #FFB34F;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
	.formWrap {
		width:100%;
		margin:20px auto;
		background: #EFEFEF;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
		padding:10px;
	}
	table.formTable tr{
		padding:200px;
		border-bottom: 20px solid rgba(255,255,255,0.00);
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
		text-align: left;
	}
	input[type="text"], textarea {
		width:100%;
	/*	padding:5px;*/
		display:block;
	}
	input[type="submit"], input[type="reset"], input[type="button"] {

		position: relative;
		display: inline-block;
		font-weight: bold;
		padding: 0.5em;
		margin:0.5em;
		text-decoration: none;
		color:#FFFFFF;
		background: #FFB34F;
		transition: .4s;
		height:60px;
		width:60%;
	}
}
/*=============================
/=============================*/


.imgtext {
	/*親div*/
  position: relative;/*相対配置*/
  width:45%; 
	float:left;
	margin:10px;

}

.imgtext p {
	position: absolute;
	top: 88%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	text-align: center;
	width:95%;
	color: white;/*文字は白に*/

}

.imgtext img{
	width:100%; 
	height:auto;
}

@media only screen and (max-width: 767px) {
	.imgtext {
		/*親div*/
	  width:100%; 
	}

	.imgtext p {
		top: 85%;

	}	
	
	.imgtext img{
		float:none;
		margin:5 10;
	}
}


.toiawase ol  {
    position: relative;
    margin:0;
    padding:0
}
 
.toiawase ol li  {
    list-style: none;
    list-style-position:outside;
    margin:0;
    padding-left:1.25em
}
.toiawase ol li span {
    position: absolute;
    left:0;
    margin:0
}
 

.report-main-title {
	font-weight: bold;
}

.report-sub-title {
	margin-bottom:10px;
}


/* .viewer:   http://black-flag.net/jquery/20131217-4909.html
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
	display: block;
    overflow: hidden;
}


.memevent img{
	width:80%;
	height:auto;
	margin:0 auto;
}


/*======================================
	フォント設定
=======================================*/

/* スマートフォン表示*/
header {font-size: 62.5%;}
header li{font-size:1.5vw;font-family:"貂明朝テキスト", "貂明朝";}

.footer_bar{font-size: 1.2vw;font-family: "貂明朝テキスト";}
.footer_bar3{font-size: 0.8vw;}

/*===================================
	メインビジュアル:start
====================================*/
.main_imgtext .main_text {font-size: 3vw;font-family: "リュウミン B-KL","貂明朝テキスト","貂明朝";}
.main_imgtext .sub_text {font-size:1.7vw;font-family: "黎ミン M","貂明朝テキスト", "貂明朝";}
/*===================================
	メインビジュアル:end
====================================*/
/*---ヘッダーの動き:start----*/
nav.globalMenuSp ul li {font-size: 1.1em;font-family: "貂明朝テキスト", "貂明朝";}
.navToggle span:nth-child(4) {font-size: 9px;font-family: "貂明朝テキスト", "貂明朝";}

.report-pc {font-size:1.0vw;}
.repotable {font-family: "メイリオ";}

#row_body h1 {font-size: 2.5vw;font-family:"貂明朝テキスト", "貂明朝";}

.event-title {font-size: 2.2em;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}

.event-title-sub {font-size:1.8em;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}
.event-title-sub-sub {font-size:1.6em;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}
.event-dt {font-size:1.4em;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}
.formtitle {font-size:1.4em;}
.event-text {font-size:1.8vw;}
.event-strong{font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}

/*--- 続きを読むボタン設定 ----*/
.grad-trigger {font-size: 1.6rem;}
.contents-bar {font-size:2.4vw;font-family:"貂明朝テキスト", "貂明朝";}
.accordion1 p.ac{font-size: 2.2em;}
.accordion1 p.ac-repo{font-size: 2.2vw;}

.event-text-copy {font-size:1.3em;}
.event-text-copy-s {font-size:1.2em;}
.event-shomei {font-size:1.6em;}
.introduction-syoku {font-size:1.6em;font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
.introduction-name {font-size:1.8em;font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}

.menubar {font-size:1.9em;}
.event-dt .event-dt-koumoku {font-size:1.0em;}
.event-dt .event-dt-naiyou {font-size:1.1em;}
.event-map {font-size: 1.1em;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.imgtext p {font-size:0.5em;}
.report-sub-title {font-size:2.2vw;}
.report-main-title {font-size:2.4vw;}
.repo-date {font-size: 1.2vw;}

.repo-sub-title {font-size: 1.2vw;}
.repo-main-title {font-size:1.6vw;}
.repo-date {font-size: 1.2vw;}

.content .repo-sub-title {font-size: 1.4vw;}
.content .repo-main-title {font-size:2.0vw;}
.content .repo-date {font-size: 1.2vw;}

.repo-text {font-size:1.0vw;}

.memevent-text {font-size:1.6vw;font-family: "メイリオ";}

/*=============================
/　埋め込みメールフォーム用
/=============================*/
.formWrap {	font-size: 1.3em;}
table.formTable{font-size: 1.2em;}
input[type="text"], textarea {font-size:110%;}
	
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
/*=============================
/=============================*/

@media only screen and (min-width: 1300px) {
	#row_body h1 {font-size: 2.2vw;}
	.main_imgtext .main_text {font-size:2.8vw;}	/**/
	.event-title {font-size: 2.0em;}
	.event-title h1{font-size: 1.0em;}
	.event-title-sub {font-size:1.6em;}
	.event-title-sub-sub{font-size:1.4em;}
	.event-dt {font-size:1.3em;}
	.event-text{font-size:1.8vw;}
	.contents-bar {font-size:2.2vw;}
	.accordion1 p.ac{font-size: 2.0vw;}
	.accordion1 p.ac-repo{font-size: 2.0vw;}

	.report-main-title {font-size:2.5vw;}
	.report-sub-title {font-size:1.9vw;}
	.imgtext p {font-size:0.7em;}
	.introduction{font-size:1.3vw;font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
	.introduction-syoku {font-size:1.8vw;}
	.introduction-name {font-size:2.2vw;}

	.content .repo-sub-title {font-size: 1.2vw;}
	.content .repo-main-title {font-size:1.8vw;}
	.content .repo-date {font-size: 1.0vw;}

	.memevent-text {font-size:1.4vw;font-family: "メイリオ";}

}


@media only screen and (max-width: 1024px) {
	.introduction-syoku {font-size:2.5vw;}
	.introduction-name {font-size:2.8vw;}
	.footer_bar{font-size: 14px;}
	.footer_bar3{font-size: 10px;}
}
@media only screen and (max-width: 767px) {

	#row_body h1 {font-size: 5.8vw;}
	.main_imgtext .main_text {font-size:6.0vw;}	
	.event-title {font-size: 2.0em;}
	.event-title h1{font-size: 1.0em;}
	.event-title-sub {font-size:1.6em;}
	.event-title-sub-sub{font-size:1.4em;}
	.event-dt {font-size:1.2em;}
	.event-text{font-size:1.4em;}
	.contents-bar {font-size:1.9em;}
	.accordion1 p.ac{font-size: 1.9em;}
	.accordion1 p.ac-repo{font-size: 1.9em;}
	
	.report-sub-title {font-size:0.7em;}
	.report-main-title {font-size:1.0em;}
	.imgtext p {font-size:0.7em;}	
	.introduction{font-size:18px;font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
	.introduction-syoku {font-size:25px;}
	.introduction-name {font-size:28px;}

	.content .repo-sub-title {font-size: 1.2em;}
	.content .repo-main-title {font-size:1.8em;}
	.content .repo-date {font-size: 1.0em;}

	.memevent-text {font-size:1.1em;}

}


@media screen and (max-width:572px) {
	input[type="text"], textarea {font-size:110%;}
}

