@charset "utf-8";
/* init */
* {
  margin: 0;
  padding: 0;
  height: auto;
}
body {
  min-width: 960px;
}
.body-wrapper {
  width: 100%;
  overflow-x: hidden !important;
}
a img {
  border: none;
}
a:link {
  color: #448863;
  font-weight: 600;
}
a:visited {
  color: #448863;
}
a:hover {
  background-color: #FDFDB5;
}

/* レイアウト */
header {
background-image: 
	url("../images/bg_head.png"),
	linear-gradient(270deg, rgba(232,243,234,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(232,243,234,1) 100%);
background-position: 
	top -50px center, 
	center;
background-repeat: 
	no-repeat, no-repeat;
}

#contents_bg {
  background-color: #004121;
}

div #mainImg {
  text-align: center;
  position: relative;
  margin: 0 auto;
  height: 600px;
  width: 900px;
}
div #title {
    margin: 0 auto;
	padding-top: 130px;
	width: 649px;
	height: 447px;
}
div #nihonshida {
	position: absolute;
    left: 235px;
    top: 292px;
}
div #sekaishida {
	position: absolute;
    left: 430px;
    top: 289px;
}
div #img_shida {
	position: absolute;
	left: 530px;
	bottom: -27px;
}
#header #seal img {
  margin-top: 0px;
  margin-left: 0px;
}
#seal {
  position: absolute;
  right: 0px;
  top: 320px;
  width: 216px;
  height: 216px;
}
#seal a:hover {
  background-color: transparent !important;
}
#bg_contents_wrapper {
    background-image: url("../images/bg_contents.png");
	background-repeat: repeat;
	background-position: center;
}

#contents_wrapper {
  width: 900px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*#contents_center {}*/
#about {
  width: 858px;
  padding: 30px 20px 25px 20px;
  border: 1px solid #b4bc5d;
  margin: 40px auto 30px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.90) 100%),
	  url("../images/img_shida_position3.png");
  background-position: center top,
	  right -100px top -40px;
  background-repeat: no-repeat, no-repeat;
}
#info-block {
  width: 860px;
  padding: 10px 20px 30px 20px;
  /*border: 2px solid #5c99d0;
  border-radius: 10px;
  background-color: #fff;*/
  font-size: 0.9em;
  color: #fff;
}
#contents_lr_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 0;
}
#contents_left, #contents_right {
  width: 440px;
}
.contents_2col {
  width: 410px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 13px;
  padding-left: 13px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  border: 2px solid #D8E265;
  border-radius: 8px;
  position: relative;
  background-color: hsla(0, 0%, 100%, 0.95);
}
/*#footer {
  clear: both;
  background: #5c99d0;
  margin-top: 40px;
}
#footer_in {
  width: 900px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}*/
#footer {
  clear: both;
  background: #3b2821;
  margin-top: 0;
}
#footer_in {
  width: 900px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}
#page-top {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -27px;
  background-color: #3B2821;
  border-left: 1px solid #3B2821;
  border-right: 1px solid #3B2821;
  border-bottom: 0px solid #3B2821;
  border-top: 1px solid #3B2821;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url(../images/btn_totop_in.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  cursor: pointer;
}
a:hover #page-top {
  background-color: #3B2821;
}

/*.totop {
  width: 94px;
  height: 37px;
  position: absolute;
  left: 807px;
  top: -24px;
}
a .totop_02 {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -27px;
  background-color: #3B2821;
  border-left: 1px solid #3B2821;
  border-right: 1px solid #3B2821;
  border-bottom: 0px solid #3B2821;
  border-top: 1px solid #3B2821;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url(../images/btn_totop_in.png);
  background-repeat: no-repeat;
  background-position: center 8px;
}
a:hover .totop_02 {
  background-color: #3B2821;
}*/

/* h1 */
h1 {
  display: none;
}
/* h2 */
h2 {
  margin: 0 0 5px 10px;
  padding: 0;
  font-size: 1.4em;
  font-weight: 500;
  color: #005BAC;
}
h2 span {
  display: block;
  height: 0px;
  max-width: 370px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#about h2 {
  background-image: url(../images/ttl_lead.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 820px;
  padding: 28px 0 0 0;
  margin-bottom: 5px;
  z-index: 4;
}
#kouza h2 {
  background-image: url(../images/ttl_kouza.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
#tenji h2 {
  background-image: url(../images/ttl_tenji.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
#tenji-annai h2 {
  background-image: url(../images/ttl_tenji-annai.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
#event h2 {
  background-image: url(../images/ttl_event.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
#seminar h2 {
  background-image: url(../images/ttl_seminar.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
#zadankai h2 {
  background-image: url("../images/ttl_zadankai.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
#guide h2 {
  background-image: url("../images/ttl_guide.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
#kouza h2 {
  background-image: url(../images/ttl_kouza.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
#movie h2 {
  background-image: url("../images/ttl_movie.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
/*#bloomer h2 {
  background-image: url(../images/ttl_kaika.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 72px 0 0 0;
}*/
#online h2 {
  background-image: url(../images/ttl_online.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 72px 0 0 0;
}
/*#hanbai h2 {
  background-image: url(../images/ttl_hanbai.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 72px 0 0 0;
}*/
#gaiyo h2 {
  background-image: url(../images/ttl_gaiyo.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
#access h2 {
  background-image: url(../images/ttl_access.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
#poster h2 {
  background-image: url("../images/ttl_download.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 76px 0 0 0;
}
/*h3*/
h3 {
  font-size: 1.15em;
  line-height: 1.2;
  color: #048851;
  position: relative;
  padding: 0 0 0 1.5em;
}
h3::before, h3::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h3::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: hsla(74,58%,41%,0.60);
}
h3::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: hsla(74,58%,41%,0.40);
}

h4 {
	color: #4373B0;
}

/* パーツ */
.img_cont2 {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 198px;
  height: 93px;
  border-radius: 5px;
}
#about p {
  width: 826px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  /*text-align: justify;*/
  color: #3B2821;
  margin: 0 auto;
  padding: 5px 0 5px 0;
}
#day {
  color: #053188;
  font-weight: 700;
}
.caption {
	text-align: right; 
	font-size: 0.9em; 
	color: #3B2821;
}
.free_admi {
  border: 1px solid #E3A5D0;
  border-radius: 2px;
  padding: 0.5em 0.8em;
  margin: 0.6em 0;
  background-color: #F4DCEC;
  text-align: justify;
    display: inline-block;
}

.table01 {
  border-collapse: collapse;
  width: 386px;
}
.table01 td, .table01 th {
  border: 1px solid #E4E1FF;
  text-align: left;
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
  font-size: 0.9rem;
}
.table01 th, .table01 td.midashi {
  font-weight: normal;
  background-color: hsla(0, 0%, 100%, 0.55);
  width: 22%;
  padding-right: 10px;
  text-align: center;
}
.table01 td {
  background-color: #ffffff;
}
.table02 {
  border-collapse: collapse;
  width: 409px;
}
.table02 td, .table02 th {
  border: 1px solid #aeaeae;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-size: 0.9rem;
}
.table02 th {
  font-weight: normal;
  background-color: #fffbef;
}
.table02 td {
  background-color: #FFF;
}
.table02 td.fee {
  text-align: left;
  padding: 15px 0 15px 25px;
}
.table03 {
  border-collapse: collapse;
  width: 100%;
  width: 409px;
}
.table03 th, .table03 td {
  border-top: 1px dotted #7d673b;
  border-bottom: 1px dotted #999;
  background-color: #FFF;
  padding: 5px 0px;
  text-align: left;
  vertical-align: middle;
  font-size: 0.9rem;
}
.table03 th {
  color: #CD5710;
  font-weight: normal;
  width: 25%;
  padding-left: 15px;
  background-color: #fff;
}
.table03 td {
  padding-right: 15px;
}
.now {
  border: 1px solid #867969;
  margin-bottom: 5px;
}
#coming {
  border: 1px solid #d2d2d2;
  background-color: #f3f2ff;
  color: #053188;
  font-size: 1.3em;
    font-weight: 600;
  line-height: 1.7;
  text-align: center;
  padding: 50px 0;
}

.event_category {
  width: 4em;
  padding: 3px 20px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 0.7em;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";	
	text-align: center;
background-color: #3B2821;
}
#eminar ｛
｝



.place {
  padding: 5px 20px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  margin-bottom: 1em;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
#kyouiku .place {
  background-color: #3B2821;
}
#tamokuteki .place {
  background-color: #3B2821;
}



.box01 {
    /*background-image: url("../images/hexellence.png");*/
  width: 386px;
  border: 1px solid #d2d2d2;
  background-color: #f6faf1;
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
}
.box02 {
  width: 376px;
  border: 1px solid #ffffff;
  background-color: #E2E9CC;
  padding: 10px 15px 10px 15px;
  margin-bottom: 20px;
}
.tenji_box {
	margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  /*background-color: ;*/
  padding: 0px 10px 10px 10px;
}
.tenji_box-last {
	margin-bottom: 20px;
  border-bottom: 0px solid #d2d2d2;
  /*background-color: #f3f2ff;*/
  padding: 0px 10px 0px 10px;
}
/*.box01 table {
  margin-top: 15px;
}*/

/*.box02 {
  width: 386px;
  border: 1px solid #d2d2d2;
  background-color: #faf9f9;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
}*/
.txt01 {
  font-size: 0.9em;
  line-height: 1.3;
  padding: 10px 0 0 10px;
  margin-bottom: 13px;
}
.txt02 {
  padding-left: 15px;
}
.txt03 {
  font-size: 0.9em;
  line-height: 1.4;
  margin: 0;
  padding: 5px;
}
.txt04 {
  font-size: 0.95em;
  color: #3B2821;
  /*text-indent: 1em;*/
}
.name {
  color: #CD5710;
  padding-left: 5px;
}
.gmap {
  margin: 15px 0 5px;
}
.gmap p {
  text-align: right;
  font-size: 85%;
}
.gmap_in {
  border: solid 1px #cebbbb;
}
.box_dl1 a, .box_dl2 a {
  display: block;
  width: 238px;
  height: 57px;
  padding: 50px 20px 0 150px;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 0.9rem;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: 300;
}
.box_dl1 a:link, .box_dl2 a:link, .box_dl1 a:visited, .box_dl2 a:visited, .box_dl1 a:hover, .box_dl2 a:hover {
  color: #333333;
  text-decoration: none;
}
.box_dl1 a {
  background-image: url(../images/btn_dl_off.png);
  background-repeat: no-repeat;
  display: block;
 background-position: bottom;
}
.box_dl1 a:hover {
  background-image: url(../images/btn_dl_on.png);
  background-repeat: no-repeat;
  background-position: bottom;
	background-color: initial;
}
/*リンクボタン*/
.button_ws {
  margin: 10px auto;
  display: block;
  width: 370px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1em;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, rgba(0, 91, 172, 1) 50%, rgba(53, 138, 214, 1) 100%);
  background-color: #005BAC; /*ボタン色*/
  border-radius: 30px; /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.button_ws:hover {
  color: #FFF;
  background-color: #358ad6; /*ボタン色*/
}
.tel {
  /*width: 4em;*/
  /*text-align: center;*/
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin: 0;
  padding: 2px 10px;
  background: #eb6702;
  border-radius: 4px;
  margin-right: 1em;
}
p#press {
  background: #FFF;
  font-size: 0.9rem;
  padding: 5px 10px;
  border: 1px #CCC solid;
}
/*.logo1 {
  width: 148px;
  height: 44px;
  position: absolute;
  top: 30px;
  left: 0px;
}
.logo2 {
  width: 163px;
  height: 36px;
  position: absolute;
  left: 183px;
  top: 35px;
}
.logo3 {
  width: 125 px;
  height: 50px;
  position: absolute;
  top: 95px;
}*/

#logo-tbg40 {
	width: 74px;
	height: 57px;
	position: absolute;
	top: 57px;
	left: 23px;
}
.logo1 {
	width: 147px;
	height: 41px;
	position: absolute;
	top: 73px;
	left: 115px;
}
.logo2 {
	width: 163px;
	height: 41px;
	position: absolute;
	left: 279px;
	top: 73px;
}
.cr {
  width: 627px;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: right;
  position: absolute;
  left: 262px;
  top: 123px;
}
.support {
  width: 500px;
  color: #c9bdb1;
  font-size: 0.9rem;
  text-align: left;
  position: absolute;
  left: 398px;
  top: 36px;
}
.cr {
  width: 550px;
  color: #FFFFFF;
  font-size: 0.8rem;
  text-align: right;
  position: absolute;
  left: 350px;
  top: 118px;
}

/* padding margin */
.maT5B10 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.maT20 {
  margin-top: 20px;
}
.maT10 {
  margin-top: 10px;
}
.maT5 {
  margin-top: 5px;
}
.ma_top5 {
  margin-top: 5px;
}
.maB30 {
  margin-bottom: 30px;
}
.maB20 {
  margin-bottom: 20px;
}
.maB15 {
  margin-bottom: 15px;
}
.maB10 {
  margin-bottom: 10px;
}
.maB0 {
  margin-bottom: 0px;
}
.pa_btm10 {
  padding-bottom: 10px;
}
/* テキスト装飾 */
.small {
  font-size: 0.85em;
  line-height: 1.3;
}
.note {
  color: #C80B4D;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
.fri {
  color: #b7ad17;
  font-size: 95%;
}
.sat {
  color: #5d86b4;
  font-size: 95%;
}
.sun {
  color: #c80b4d;
  font-size: 95%;
}
/*その他 */
.clear {
  clear: both;
}
.nodisplay {
  display: none;
}
/*socialPlugIn*/
.social {
  position: absolute;
  width: 225px;
  height: 20px;
  left: 17px;
  z-index: 5;
  bottom: -40px;
}

.tw-button {
  width: 80px;
  display: inline-block;
}
.fb-button {
  display: inline-block;
}

#receipts_closed {
  width: 11em;
  padding: 0.6em 1em;
  background-color: #C80B4D;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.4;
  border-radius: 3px;
  position: absolute;
  right: 12px;
  top: 35px;
}
#receipts_closed02 {
  width: 11em;
  padding: 0.6em 1em;
  background-color: #C80B4D;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.4;
  border-radius: 3px;
  position: absolute;
  right: 12px;
  top: 35px;
}

/* 画像が表示されるフェードイン*/
.delayed-image1 {
 	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.delayed-image2 {
 	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
.delayed-image3 {
 	animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn { 
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
