@charset "UTF-8";
/*----------------------------------------*/
/*less　変数設定                       
/*----------------------------------------*/
/*
ボックスサイジング
padding と border の幅を要素の幅と高さに含める
*/
@import "reset.css";
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*clearfix*/
/*透過*/
/*インラインボックス*/
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*シャドウ*/
/*角丸処理*/
/*アニメーション*/
/*-------------------------------------------------*/
/*Flexbox*/
.flexbox {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/*-------------------------------------------------*/
/*-------------------*/
/*マージン*/
/*-------------------*/
/*トップ*/
.marginT5 {
  clear: both;
  margin-top: 5px;
}
.marginT10 {
  clear: both;
  margin-top: 10px;
}
.marginT15 {
  clear: both;
  margin-top: 20px;
}
.marginT20 {
  clear: both;
  margin-top: 20px;
}
.marginT30 {
  clear: both;
  margin-top: 30px;
}
.marginT40 {
  clear: both;
  margin-top: 40px;
}
.marginT50 {
  clear: both;
  margin-top: 50px;
}
.marginT60 {
  clear: both;
  margin-top: 60px;
}
/*ボトム*/
.marginB5 {
  clear: both;
  margin-bottom: 5px;
}
.marginB10 {
  clear: both;
  margin-bottom: 10px;
}
.marginB15 {
  clear: both;
  margin-bottom: 15px;
}
.marginB20 {
  clear: both;
  margin-bottom: 20px;
}
.marginB30 {
  clear: both;
  margin-bottom: 30px;
}
.marginB40 {
  clear: both;
  margin-bottom: 40px;
}
.marginB50 {
  clear: both;
  margin-bottom: 50px;
}
.marginB60 {
  clear: both;
  margin-bottom: 60px;
}
/*レフト*/
.marginL5 {
  clear: both;
  margin-left: 5px;
}
.marginL10 {
  clear: both;
  margin-left: 10px;
}
.marginL15 {
  clear: both;
  margin-left: 20px;
}
.marginL20 {
  clear: both;
  margin-left: 20px;
}
.marginL30 {
  clear: both;
  margin-left: 30px;
}
.marginL40 {
  clear: both;
  margin-left: 40px;
}
.marginL50 {
  clear: both;
  margin-left: 50px;
}
/*ライト*/
.marginR5 {
  clear: both;
  margin-right: 5px;
}
.marginR10 {
  clear: both;
  margin-right: 10px;
}
.marginR15 {
  clear: both;
  margin-right: 15px;
}
.marginR20 {
  clear: both;
  margin-right: 20px;
}
.marginR30 {
  clear: both;
  margin-right: 30px;
}
.marginR40 {
  clear: both;
  margin-right: 40px;
}
.marginR50 {
  clear: both;
  margin-right: 50px;
}
.marginR60 {
  clear: both;
  margin-right: 60px;
}
/*トップ&ボトム*/
.marginTB5 {
  clear: both;
  margin: 5px 0px;
}
.marginTB10 {
  clear: both;
  margin: 10px 0px;
}
.marginTB15 {
  clear: both;
  margin: 15px 0px;
}
.marginTB20 {
  clear: both;
  margin: 20px 0px;
}
.marginTB30 {
  clear: both;
  margin: 30px 0px;
}
.marginTB40 {
  clear: both;
  margin: 40px 0px;
}
.marginTB50 {
  clear: both;
  margin: 50px 0px;
}
.marginTB60 {
  clear: both;
  margin: 60px 0px;
}
/*レフト&ライト*/
.marginLR5 {
  clear: both;
  margin: 0px 5px;
}
.marginLR10 {
  clear: both;
  margin: 0px 10px;
}
.marginLR15 {
  clear: both;
  margin: 0px 15px;
}
.marginLR20 {
  clear: both;
  margin: 0px 20px;
}
.marginLR30 {
  clear: both;
  margin: 0px 30px;
}
.marginLR40 {
  clear: both;
  margin: 0px 40px;
}
.marginLR50 {
  clear: both;
  margin: 0px 50px;
}
.marginLR60 {
  clear: both;
  margin: 0px 60px;
}
/*-------------------*/
/*パディング*/
/*-------------------*/
/*トップ*/
.paddingT5 {
  clear: both;
  padding-top: 5px;
}
.paddingT10 {
  clear: both;
  padding-top: 10px;
}
.paddingT15 {
  clear: both;
  padding-top: 20px;
}
.paddingT20 {
  clear: both;
  padding-top: 20px;
}
.paddingT30 {
  clear: both;
  padding-top: 30px;
}
.paddingT40 {
  clear: both;
  padding-top: 40px;
}
.paddingT50 {
  clear: both;
  padding-top: 50px;
}
.paddingT60 {
  clear: both;
  padding-top: 60px;
}
/*ボトム*/
.paddingB5 {
  clear: both;
  padding-bottom: 5px;
}
.paddingB10 {
  clear: both;
  padding-bottom: 10px;
}
.paddingB15 {
  clear: both;
  padding-bottom: 15px;
}
.paddingB20 {
  clear: both;
  padding-bottom: 20px;
}
.paddingB30 {
  clear: both;
  padding-bottom: 30px;
}
.paddingB40 {
  clear: both;
  padding-bottom: 40px;
}
.paddingB50 {
  clear: both;
  padding-bottom: 50px;
}
.paddingB60 {
  clear: both;
  padding-bottom: 60px;
}
/*レフト*/
.paddingL5 {
  clear: both;
  padding-left: 5px;
}
.paddingL10 {
  clear: both;
  padding-left: 10px;
}
.paddingL15 {
  clear: both;
  padding-left: 20px;
}
.paddingL20 {
  clear: both;
  padding-left: 20px;
}
.paddingL30 {
  clear: both;
  padding-left: 30px;
}
.paddingL40 {
  clear: both;
  padding-left: 40px;
}
.paddingL50 {
  clear: both;
  padding-left: 50px;
}
/*ライト*/
.paddingR5 {
  clear: both;
  padding-right: 5px;
}
.paddingR10 {
  clear: both;
  padding-right: 10px;
}
.paddingR15 {
  clear: both;
  padding-right: 15px;
}
.paddingR20 {
  clear: both;
  padding-right: 20px;
}
.paddingR30 {
  clear: both;
  padding-right: 30px;
}
.paddingR40 {
  clear: both;
  padding-right: 40px;
}
.paddingR50 {
  clear: both;
  padding-right: 50px;
}
.paddingR60 {
  clear: both;
  padding-right: 60px;
}
/*トップ&ボトム*/
.paddingTB5 {
  clear: both;
  padding: 5px 0px;
}
.paddingTB10 {
  clear: both;
  padding: 10px 0px;
}
.paddingTB15 {
  clear: both;
  padding: 15px 0px;
}
.paddingTB20 {
  clear: both;
  padding: 20px 0px;
}
.paddingTB30 {
  clear: both;
  padding: 30px 0px;
}
.paddingTB40 {
  clear: both;
  padding: 40px 0px;
}
.paddingTB50 {
  clear: both;
  padding: 50px 0px;
}
.paddingTB60 {
  clear: both;
  padding: 60px 0px;
}
/*レフト&ライト*/
.paddingLR5 {
  clear: both;
  padding: 0px 5px;
}
.paddingLR10 {
  clear: both;
  padding: 0px 10px;
}
.paddingLR15 {
  clear: both;
  padding: 0px 15px;
}
.paddingLR20 {
  clear: both;
  padding: 0px 20px;
}
.paddingLR30 {
  clear: both;
  padding: 0px 30px;
}
.paddingLR40 {
  clear: both;
  padding: 0px 40px;
}
.paddingLR50 {
  clear: both;
  padding: 0px 50px;
}
.paddingLR60 {
  clear: both;
  padding: 0px 60px;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: medium;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
/********************/
/**** ページ基礎 ****/
/********************/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  color: #333333;
  /* font-feature-settings: "palt"; */
}
a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #0B7FC6;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  min-width: 1000px;
  overflow: hidden;
  zoom: 1;
}
/* PC表示 */
.smp {
  display: none;
}
.pc {
  display: inline-block;
}
/******************/
/**** ヘッダー ****/
/******************/
header {
  height: 90px;
  background: rgba(255, 255, 255, 0.75);
}
header .container {
  min-width: 1000px;
  position: relative;
}
header .container h1 {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 28px;
  color: #009944;
}
header .container ul {
  position: absolute;
  top: 32px;
  left: 270px;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
header .container ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
header .container ul li:nth-child(1) {
  margin-right: 15px;
}
header .container ul li:nth-child(2) a {
  background: #009944;
}
header .container ul li a {
  background: #005BAC;
  color: white;
  font-size: 13.5px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
header .container .sponsor {
  position: absolute;
  right: 30px;
  top: 30px;
}
header .container .sponsor img {
  width: 260px;
  height: auto;
}
/****************/
/**** メイン ****/
/****************/
main {
  display: block;
  /************************/
  /**** コンテンツ ****/
  /************************/
  /* article.cnts */
}
main article {
  /* ページ内ヘッダー */
  /* コンテンツ共通 */
  /* section.cnt */
  /* プログラム */
  /* 会場のご案内 */
}
main article section#head {
  max-width: 100%;
  height: 460px;
  background: url("../img/image.png");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}
main article section#head .wrapper {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(1) rotate(0);
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(1) rotate(0);
  -moz-transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(1) rotate(0);
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(1) rotate(0);
}
main article section#head h1 {
  font-size: 60px;
  color: white;
  text-align: center;
}
main article section#head h2 {
  font-size: 30px;
  color: white;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
main article section#head .txt {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
main article section#head dl {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 30px 25px;
  margin: 15px 0 0;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
main article section#head dl dt {
  font-size: 0.9em;
  background: #009944;
  color: white;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 1%;
  width: 6%;
  margin-bottom: 1%;
}
main article section#head dl dd {
  width: 43%;
  font-weight: 500;
}
main article section#head dl .caution {
  color: #009944;
}
main article section.cnt,
main article section.cnt_2 {
  background: #F5FCED;
  /* h1 */
}
main article section.cnt .wrapper,
main article section.cnt_2 .wrapper {
  padding: 50px 0;
}
main article section.cnt h1,
main article section.cnt_2 h1 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.4;
  color: #009944;
  text-align: center;
  margin-bottom: 20px;
}
main article section.cnt_2 {
  background: #E8F7E2;
}
main article section.program table {
  width: 100%;
  margin-bottom: 5px;
}
main article section.program table td,
main article section.program table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  padding: 15px;
}
main article section.program table td .category,
main article section.program table th .category {
  font-weight: 500;
  color: #009944;
}
main article section.program table td .keynote,
main article section.program table th .keynote {
  font-weight: bold;
  margin-bottom: 5px;
  background: red;
  color: white;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 20px 2px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
main article section.program table td .title,
main article section.program table th .title {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 500;
}
main article section.program table th {
  background: #F5FCED;
  width: 20%;
  font-weight: normal;
  line-height: 1.2;
  padding-left: 40px;
}
main article section.program .btn {
  text-align: center;
  margin: 20px 0;
}
main article section.program .btn a {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-decoration: none;
  background: #FFE205;
  padding: 10px 30px;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
}
main article section.program .btn a i {
  font-size: 1.2em;
  margin-right: 10px;
}
main article section.map ul {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
main article section.map ul li {
  width: 48%;
}
main article section.map ul li img {
  width: 100%;
  height: auto;
}
main article section.map ul li h2 {
  font-size: 1.8em;
}
main article section.map ul li h3 {
  font-size: 1.3em;
  color: red;
  margin-top: 15px;
}
/* main */
/******************/
/**** フッター ****/
/******************/
footer .wrapper {
  padding: 50px 0;
}
footer section {
  text-align: center;
}
footer section h1 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.4;
  color: #009944;
  text-align: center;
  margin-bottom: 20px;
}
footer section p {
  margin-top: 15px;
}
footer address {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background: #009944;
  padding: 40px;
}
/*footer*/
/****************************/
/**** 各ページの読み込み ****/
/****************************/
header {
  width: 100%;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
header.hide {
  top: -90px;
}
.menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.menu > ul {
  display: block;
  background: rgba(255, 255, 255, 0.95);
}
.menu > ul > li {
  width: 100%;
  height: auto;
  display: block;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.menu > ul > li > a {
  padding: 8px 40px;
  width: 100%;
  display: block;
  text-align: left;
  color: #333333;
  font-weight: 500;
}
.menu > ul > li > a i {
  color: #009944;
  margin-right: 5px;
}
.menu > ul > li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.menu > ul > li.menu-dropdown-icon {
  position: relative;
}
.menu > ul > li.menu-dropdown-icon::before {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: center;
  -moz-flex-direction: center;
  -ms-align-items: center;
  -o-flex-wrap: center;
  align-items: center;
  padding: 9.75px 15px;
  background: rgba(255, 255, 255, 0.5);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
  font-size: 17px;
  color: #009944;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.menu > ul > li.menu-dropdown-icon.open::before {
  content: "\f077";
}
#bargerMenu {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 100px;
  height: 40px;
  background-color: #009944;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}
#bargerMenu span {
  position: absolute;
  right: 15px;
  top: 7px;
  color: white;
  font-weight: bold;
  font-size: 15px;
}
#bargerMenu div::before,
#bargerMenu div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 55px;
  display: block;
  width: 20%;
  height: 3px;
  margin: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#bargerMenu div::before {
  top: -15%;
}
#bargerMenu div::after {
  bottom: -15%;
}
#bargerMenu.active div::before {
  top: 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
#bargerMenu.active div::after {
  bottom: 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.submenu {
  position: relative;
  top: 0;
  right: 0;
  padding: 20px 40px;
}
.submenu ul.btn li a {
  background: #0B7FC6;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media screen and (max-width: 769px) {
  body.fix {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  body.fix nav.menu-container {
    overflow-y: scroll;
  }
  body.fix .menu {
    height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  .menu > ul > li > a {
    padding: 8px 20px;
  }
  #bargerMenu {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .submenu {
    padding: 20px;
  }
  .submenu ul.btn li a {
    text-align: center;
    display: inline-block;
    width: 100% !important;
  }
}
/*スマホ表示*/
@media screen and (max-width: 769px) {
  .smp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  body {
    font-size: 13px;
  }
  a:hover {
    opacity: 100;
    filter: alpha(opacity=10000);
  }
  /******************/
  /**** ヘッダー ****/
  /******************/
  header .container {
    min-width: auto;
  }
  header .container h1 {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 18px;
  }
  header .container ul {
    top: 53px;
    left: 20px;
  }
  header .container ul li:nth-child(1) {
    margin-right: 10px;
  }
  header .container ul li a {
    font-size: 11px;
  }
  header .container .sponsor {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  header .container .sponsor img {
    height: 15px;
    width: auto;
  }
  /****************/
  /**** メイン ****/
  /****************/
  main {
    /************************/
    /**** 共通コンテンツ ****/
    /************************/
    /* article.cnts */
  }
  main article {
    /* ページ内ヘッダー */
    /* コンテンツ共通 */
    /* section.cnt */
    /* 横スクロール */
    /* プログラム */
    /* 会場のご案内 */
  }
  main article section#head {
    max-width: 100%;
    height: auto;
  }
  main article section#head .wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0);
    -webkit-transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0);
    -moz-transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0);
    -ms-transform: translateX(0) translateY(0) scaleX(1) scaleY(1) rotate(0);
    max-width: 90%;
    min-width: 90%;
    padding: 20px 0 40px;
  }
  main article section#head h1 {
    font-size: 36px;
    line-height: 1.4;
  }
  main article section#head h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  main article section#head .txt {
    font-size: 15px;
  }
  main article section#head dl {
    padding: 10px 10px 5px;
    margin: 15px 0 25px;
  }
  main article section#head dl dt {
    margin-right: 3%;
    width: 15%;
    margin-bottom: 1%;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
    -webkit-align-items: center;
    -moz-flex-direction: center;
    -ms-align-items: center;
    -o-flex-wrap: center;
    align-items: center;
    padding-left: 2%;
  }
  main article section#head dl dd {
    width: 82%;
  }
  main article section.cnt,
  main article section.cnt_2 {
    /* h1 */
  }
  main article section.cnt .wrapper,
  main article section.cnt_2 .wrapper {
    max-width: 90%;
    min-width: 90%;
    padding: 20px 0;
  }
  main article section.cnt h1,
  main article section.cnt_2 h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  main article .scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
   main article .scroll::-webkit-scrollbar {
    height: 5px;
  }
  main article .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  main article .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  main article section.program table td,
  main article section.program table th {
    padding: 10px;
  }
  main article section.program table td .category,
  main article section.program table th .category {
    font-weight: 500;
  }
  main article section.program table td .title,
  main article section.program table th .title {
    font-size: 1.3em;
    line-height: 1.4;
    font-weight: 500;
  }
  main article section.program table th {
    width: 20%;
    padding-left: 10px;
    text-align: center;
  }
  main article section.program table th span {
    display: inline-block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  main article section.program .btn a {
    font-size: 18px;
  }
  main article section.map ul li {
    width: 100%;
  }
  main article section.map ul li img {
    width: 100%;
    height: auto;
  }
  main article section.map ul li h2 {
    font-size: 1.4em;
    margin-top: 10px;
  }
  main article section.map ul li h3 {
    font-size: 1.2em;
  }
  /* main */
  /******************/
  /**** フッター ****/
  /******************/
  footer .wrapper {
    max-width: 90%;
    min-width: 90%;
    padding: 20px 0;
  }
  footer section h1 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  footer section img {
    width: 70%;
    height: auto;
  }
  footer address {
    padding: 20px;
  }
  /*footer*/
}
