@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
body {
  font-family: "Noto Sans CJK JP", "源ノ角ゴシック JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "sans-serif";
  border: 0;
  outline: 0;
  background-color: #fff;
  color: #000;
  margin: 0px auto;
  padding: 0px;
	 /* ページ全体がフェードイン*/
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
	/* ページ全体がフェードインここまで*/
}
a{
	text-decoration: none;
}

/* ページ全体がフェードイン*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* ページ全体がフェードインここまで*/
.motexwrap{
	margin: 0px auto;
	overflow: hidden;
	min-width: 1400px;
}
header{
    position: fixed;
    height: 85px;
    z-index: 1000;
    width: 100%;
    min-width: 1400px;
}
/* ページ内リンクのずれを調整*/
a.anchor {
  display: block;
  padding-top: 130px;
  margin-top: -160px;
}
/* ページ内リンクのずれを調整ここまで*/
.logo_top {
  float: left;
    width: 100px;
   margin-left: 22px;
    margin-top: 18px;
}
.global_nav {

	  background: #000;
	position: fixed;
	width: 100%;
	height: 85px;
	z-index: 1000;
}
.gnav__menu__item a:hover{
		opacity: 0.7;
}
hr{box-sizing:content-box;
	margin-top: 5px;
    margin-bottom: 100px;
}
hr.redline{
	height:7px;
    width: 60px;
    text-align: center;
    background: #c30d23;
    border: 0;
    margin-left: auto;
    margin-right: auto;
}

.site-header ul li {
  line-height: 88px;
  font-weight: bold;
  display: inline;
  padding: 0 20px;
}
.site-header ul {
	margin-right: 240px;
  text-align: right;
}
.site-header ul li a {
  font-family: "Noto Sans CJK JP", "源ノ角ゴシック JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "sans-serif";
  font-size: 15px;
	font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.freebtn {
  width: 230px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 0;
  display: block;
}
.freebtn:hover {
  opacity: 0.7;
}



.top{
	margin-top: 60px;
}
.top img{
  width: 100%;
}


.banner{
	float: right;
	margin-top: 450px;
}
.venu{
	position: absolute;
	bottom: 0;
	right: 0;
	top:87%;
}
.whats{
	margin-top: 60px;
}
.whats img{
width: 100%;
}



h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
}
h3 {
  letter-spacing: 0.1em;
  font-size: 35px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.pl_wrap {
  max-width: 1100px;
  margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 100px;
}
.pl {
    vertical-align: top;
    display: inline-block;
    width:30%;
    padding-left: 13px;
    padding-right: 13px;
}
.pname{
	font-size: 18px;
		line-height: 1.8em;

}
.pl_center{
	margin-left: auto;
    margin-right: auto;
   text-align: center;
	margin-bottom: 100px;
}

.pl p {
  font-size: 12px;
  margin-top: 0;
	letter-spacing: -0.02em;
	line-height: 1.7em;
}
.topic{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.eve_wrap{
	
}
/*イベント右寄せ*/
.eve {
 
  position: relative;
	height: 520px;
}
.eve_img {
  position: absolute;
  margin-top: 3%;
}
.wb {
  width: 620px;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  right: 0;
  height: 355px;
}
.wb_title{
	font-family: "Noto Sans CJK JP", "源ノ角ゴシック JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "sans-serif";
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.wb_text{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "sans-serif";
	font-size: 17px;
	line-height: 1.7em;
}
.nmb{
	float: left;
}
.wb_wrap{
	display: inline-block;
	margin-left: 27px;
}
.wb_posi{
	padding-top: 5%;
    margin-right: auto;
    padding-left: 10%;
}
.wb_posi_left{
	padding-top: 5%;
   margin-right: 50px;
    float: right;
	margin-left: -70px;
}

.accestitle{
	padding-top: 100px;
}
.ad_width{
	width: 1100px;
	margin: 0 auto;
}
.ad_wrap1 {
 width: 480px;
margin-bottom: 20px;
}
.ad_wrap2 {
 width: 480px;
margin-bottom: 20px;
margin-top: 100px;
}
.bar{
	margin-bottom: 10px;
}
.map1{
	display:inline-flex;
}
.map2{
	display:inline-flex;
}
.ad {

}
.tkmap{
	margin-right: 140px;
}
.fkomap{
	margin-right: 140px;
}
.date{
	margin-bottom: 15px;
}
.date li {
  list-style: none;
}
.trafic li {
  list-style: none;
}
.date li p {
  font-size: 21px;
  color: #000;
  line-height: 1.5em;
  font-weight: 600;
}
.trafic li p {
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
}
.trafic {margin-bottom: 10px;}
.gmap {
height: 300px;
overflow: hidden;
position: relative;
margin-bottom: 10px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
    width: 100%;;
}
/*イベント左寄せ*/
.wb_left {
     width: 620px;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  height: 355px;
}
.eve_img_right {
  position: absolute;
  margin-top: 3%;
	left: 37%;
}

.logo_btn {
    margin-bottom: 20px;
	margin-top: 100px;
}
#pageTop {
    position: fixed;
    bottom: 70px;
    right: 70px;
}
#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px 0 0 8px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.logo {
    text-align-last: center;
}
footer {
    text-align: center;
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 100px;
  width: 1000px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding-top: 30px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #c30d23;
  color: #fff;
 position: relative;
}

.tabs input:checked + .tab_item:after{
   content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #c30d23 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}


/*スケジュール*/
.timetitle{
	padding-top: 100px;
}
.time_bg{
	background-color: #dcdddd;
}

table{
	border-collapse: collapse;
	width: 1000px;
	table-layout: fixed;
	text-align: center;
}
tr{
	
}
th{
	width: 25%;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 15px;
	margin: 2em;
	padding: 20px 12px;
	background-color: #333;
	border: 7px solid #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "sans-serif";
}

td{
    width: 100%;
    text-align: left;
    vertical-align: middle;
    margin: 2em;
    padding: 20px 15px;
    color: #000;
    background-color: #efefef;
    border: 7px solid #fff;
    font-size: 18px;
    line-height: 1.6em;
}
td.break{
	background-color: #fff;
	text-align: center;
}
td .Tit01{
	font-size: 22px;
    font-weight: bold;
    line-height: 1.9em;
}

td .Tit02{
	font-size: 18px;
	margin: -0.2em 0;
}
td .Tit03{
	font-size: 13px;
	font-weight: bold;
	margin: -0.2em 0;
	margin-top: -20px;
	text-align: center;
}
td .Titred{
	font-size: 20px;
	background-color: #cd3635;
	color: #fff;
	margin: 0.5em;
	padding: 0.5em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
td .Titname{
	font-size: 20px;
	margin-top: 12px;
}
td .Titname-mini{
	font-size: 14px;
}
.ind{
	text-indent: 1em;
	margin-bottom: -20px;
}
.sync{
	margin-top: 20px;
}
.enduse{
	font-size: 19px;
	font-weight: bold;
	margin-top: 7px;
}
.time{
	width: 110px;
}
.min{
	width: 40px;
	text-align: center
}
.name{
	width: 120px;
}

/*マップリンクボタン*/

.map_width{
	max-width: 1000px;
  margin: 0 auto;
}
.map_btn{
	text-align: center;
}
.map_btn img{
	padding-left: 30px;
	padding-right: 30px;
}

/*申し込みボタン*/

.btn {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 80px;
}

.btn img:hover{
   opacity: 0.6;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
